@charset "utf-8";
/* CSS Document */
/* 一些标签初始值 */
* {
    -webkit-touch-callout: none;
    /* -webkit-user-select: none; */
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
html {
    background-color: #fafbfc;
}
/* body {} */
a, a:hover, a:active {
    text-decoration: none;
}
.uk-modal-dialog{
    background-color: transparent;
    box-shadow: none;
}
.dialog-t .uk-modal-dialog{
    background-color: transparent;
    box-shadow: none;
}
table {
    width: 100%;
    border-spacing: 0px;
}
table td{
    padding: 0;
}
audio{
    width: 100%;
    min-height: 30px;
}
audio::-internal-media-controls-download-button {
    display: none;
}
audio::-webkit-media-controls-enclosure {
    overflow: hidden;
}
audio::-webkit-media-controls-panel {
    /*width: calc(100% - 10px);*/
    background-color: #ffffff;
    border-radius: 6px;
}
/* audio::-webkit-media-controls-play-button {
    color: #FFFFFF;
} */
/* 一些uikit初始值 */
.uk-container {
    margin: auto;
    padding: 0 20px;
}
.uk-modal-dialog {
    width: 300px;
    border-radius: 10px;
    /* box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3); */
}
#done .uk-modal-dialog>.uk-close:first-child {
    margin: auto;
    position: absolute;
    top: 0;
    color: rgb(165, 164, 164);
    right: 0;
    opacity: 1;
}
.uk-modal-header {
    margin-bottom: 15px;
    margin: -20px -20px 15px -20px;
    padding: 20px;
    border-radius: 9px 9px 0 0;
    background: #1ecbd3;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.2em;
}
.uk-modal-footer {
    margin-top: 15px;
    margin: 15px -20px -20px -20px;
    padding: 20px;
    border-top: 1px solid #f0f0f0;
    border-radius: 0 0 9px 9px;
    background: #fcfcfc;
}
.uk-modal-dialog .uk-button {
    border-radius: 99em;
}
.uk-button-primary {
    background-color: #1ecbd3;
}
.uk-button-primary:focus, .uk-button-primary:hover {
    background-color: #1ecbd3;
}
.uk-button-primary.uk-active, .uk-button-primary:active {
    background-color: #49afb6;
}
.uk-close{
    width: 30px;
    line-height: 30px;
}
.uk-modal-dialog>.uk-close:first-child {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
}
/* 一些公用标签 */
.coverbg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.yuan {
    border-radius: 99em;
}
.hoverbox {
    position: relative;
}
.hoverbox .wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}
.bar {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: constant(safe-area-inset-bottom) solid #fafbfc;
    border-bottom: env(safe-area-inset-bottom) solid #fafbfc;

}
.mainbody {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    min-height: 100vh;
    position: relative;
    background-color: #ffffff;
}
/*  */

@media (min-width:375px) {}
@media (min-width:414px) {}