html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0;}main{display:block;}h1{font-size:2em;margin:0.67em 0vw dotted ButtonText;}fieldset{padding:0.35em 0.2vw;}[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block;}summary{display:list-item;}template{display:none;}[hidden]{display:none;}
body{
    font-size:62.5%;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
#loading{
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}
#loading>img{
    width: 5em;
}
.captcha{
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
    z-index: 100;
}
#captcha{
    width: 100%;
}
.main{
    min-height: 100vh;
}

/* .index_detail_but{
    border: 0.1333333333333333vw solid #026bcc !important;
    background: #026bcc !important;
    color: #E0EBF4 !important;
}
.index_detail_but_blue{
    border: 0.1333333333333333vw solid #E0EBF4 !important;
    background: #E0EBF4 !important;
    color: #026bcc !important;
}
.index_detail_but_write{
    border: 0.1333333333333333vw solid #026bcc !important;
    background: #fff !important;
    color: #026bcc !important;
} */


.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  
@font-face {
    font-family: 'iconfont';
    src:
        url('//kcwcpro.oss-cn-chengdu.aliyuncs.com/promotion/font/iconfont.woff2') format('woff2'),
        url('//kcwcpro.oss-cn-chengdu.aliyuncs.com/promotion/font/iconfont.woff') format('woff'),
        url('//kcwcpro.oss-cn-chengdu.aliyuncs.com/promotion/font/iconfont.ttf') format('truetype');
}
.layui-layer-msg{
    border-radius: 2.1333333333333vw !important;
    background: rgba(0, 0, 0, .8) !important;
    font-size: 4vw !important;
    line-height: 6.4vw !important;
}