@font-face {
    font-family: 'syht_bold';
    src: url('../font/SourceHanSansCN-Bold.otf');
}

@font-face {
    font-family: 'syht_reg';
    src: url('../font/SourceHanSansCN-Regular.otf');
}

@font-face {
    font-family: "iconfont";
    /* Project id 4284526 */
    src: url('//at.alicdn.com/t/c/font_4284526_ti852od0tlg.woff2?t=1697117802122') format('woff2'), url('//at.alicdn.com/t/c/font_4284526_ti852od0tlg.woff?t=1697117802122') format('woff'), url('//at.alicdn.com/t/c/font_4284526_ti852od0tlg.ttf?t=1697117802122') format('truetype');
}

* {
    font-family: 'syht_reg';
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-xiajiantou:before {
    content: "\e61c";
}

.wrap {
    max-width: 430px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fdfdff;
    overflow: hidden;
    min-height: 100vh;
}

body {
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

.title {
    font-size: 22px;
    color: #474B53;
    font-weight: normal;
    font-family: 'syht_bold';
    margin: 0;
}

#runtime_span {
    color: rgba(21, 98, 255, .5);
    font-family: 'syht_reg';
    margin-top: 8px;
    font-size: 14px;
}

.tip {
    font-size: 13px;
    color: #999;
    margin: 0;
    font-weight: normal;
    margin-top: 10px;
    font-family: 'syht_reg';
}

.form_shadow {
    position: relative;
    z-index: 9999999;
    border-radius: 10px;
    background-color: rgba(118, 118, 232, .5);
    box-shadow: 1px 1px 20px rgba(118, 118, 232, .1), -1px -1px 10px rgba(118, 118, 232, .1);
}

.form_shadow form {
    border-radius: 10px;
    width: 100%;
    padding: 30px 0;
    margin: 18px 0;
    background-color: #fbfbfe;
}

.select_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #cfd3db;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px 0;
}

.select_box .labels {
    position: absolute;
    background-color: #fbfbfe;
    top: 0;
    padding: 0 5px;
    left: 15px;
    transform: translateY(-70%);
    font-size: 12px;
    color: rgba(71, 75, 83, .8);
}

.select_box .value_sel {
    padding: 0 20px;
    font-size: 14px;
    color: rgba(71, 75, 83, .8);
}

.select_box .iconfont {
    font-size: 12px;
    color: rgba(71, 75, 83, .8);
    padding-right: 20px;
}

.select_son_box_cont {
    max-height: 40vh;
    overflow-y: scroll;
}

.select_son_box {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    margin-top: 15px;
    border-radius: 4px;
    padding: 8px 0;
    z-index: 9999;
}

::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}

.select_son_box::after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    content: '';
    width: 10px;
    height: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    background-color: #fff;
    z-index: 9;
}

.select_son_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 20px;
    height: 10px;
    z-index: 99;
}

.select_son_box .sel_item,
.sselect_tit {
    padding: 8px 15px;
}

.sselect_tit {
    display: block;
    font-size: 13px;
    color: #9a9ca2;
}

.sel_item {
    position: relative;
    font-size: 14px;
    color: #616367;
}

.select_son_box .sel_item:hover {
    background-color: #f5f7fa;
}

.select_son_box .lines {
    width: 90%;
    height: 1px;
    background-color: #e4e7ed;
    margin: 10px auto;
}

.disc .disc_text {
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    position: relative;
    z-index: 99;
}

.disc {
    position: relative;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .05);
    padding: 15px 20px;
    border-radius: 10px;
    /* overflow: hidden; */
}

.disc .bg1 {
    position: absolute;
    left: -65%;
    top: -2%;
    z-index: 1;
}

.disc .bg2 {
    position: absolute;
    top: -25%;
    left: 10%;
    z-index: 1;
}

.disc .disc_tit {
    font-family: 'syht_bold';
    font-size: 16px;
    color: rgba(0, 0, 0, .75);
    font-weight: none;
    margin-bottom: 5px;
}

.ipt_hide_val {
    transform: scale(0);
    opacity: 0;
    position: absolute;
    z-index: -999;
}

.loading_box {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    background-color: rgba(255, 255, 255, .4);
    backdrop-filter: blur(10px);
}

.loading {
    max-width: 380px;
    width: 80%;
    height: 12px;
    border-radius: 20px;
    background-color: #dadada;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

.loading .loading_an {
    position: relative;
    width: 0;
    height: 100%;
    border-radius: 20px;
    background-color: #1989fa;
    animation: loading_lang 5s linear;
}

.loading .loading_an .loading_icon {
    width: 30px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: 0;
    transform: translate(40%, -50%);
}

.loading_icon img {
    width: 100%;
    animation: loadings 2s linear infinite;
}

.loading_text {
    margin-top: 25px;
    font-size: 14px;
    color: rgba(0, 0, 0, .7);
}

@keyframes loading_lang {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes loadings {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}