html {
    font-size: 100%;
}
body{padding: 0; margin: 0;background: #fff}
button{outline: none}
.clear{ clear: both}
.flex{ display: flex}
.js{ justify-content: space-between}

@media only screen and (min-width : 320px) {
}
/*当屏幕宽度大于480像素时，将采用以下字体大小为标准大小，下同*/
@media only screen and (min-width : 480px) {
    html {
        font-size: 18px;
    }
}
@media only screen and (min-width : 768px) {
    html {
        font-size: 20px;
    }
}
@media only screen and (min-width : 992px) {
    html {
        font-size: 20px;
    }
}
@media only screen and (min-width : 1200px) {
    html {
        font-size: 50px;
    }
}
ul, ol, dl {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img{ max-width: 100%}
.container{ padding: 0.4rem; color: #393A3F; max-width: 750px; margin: 0 auto}
.body1{background: linear-gradient(to bottom, #7C6EFD  20%, #6277F2  30%, #8D99F4 60%, #6375F3  100%)}
.report_progress{background:#C3C3C3; border-radius: 16px; height: 2rem; line-height: 2rem; margin-top: 0.5rem; font-size: 0.8rem;color: #fff; padding: 0 0.8rem}
.report_block{ height:9rem; position: relative; margin-bottom: 10px;border-radius: 10px; flex-basis: calc(100% - 10px); margin:5px auto ;box-shadow: 0 3px 10px rgba(159,159,159,.3); overflow: hidden}
.report_title{color: #fff; position: absolute; top: 0.6rem; left: 1rem}
.report_desc{font-size: 14px; position: absolute; left: 0.6rem; top: 2.4rem; line-height: 1.2; width: 70%; color: #efefef; text-align: left;
height: 3.1rem; padding: 4px; border-radius: 4px}
.reprot_pic{ position:absolute; right: 0;bottom: 0; width: 30%;}
.report_status{background: rgba(0,0,0,.4); position: absolute;left: 1rem; bottom: 0.4rem; padding: 0 16px; border-radius: 16px; font-size: 0.8rem; color: #fff; }
.report_start{width: 50vw; margin: 0 auto; text-align: center; background: linear-gradient(to bottom, #735AFF, #3950FF); border-radius: 1.6rem;
    height: 2rem; line-height: 2rem;color: #fff; padding: 0.4rem 0; box-shadow: 0 3px 20px rgba(46,70,255,.3); margin-top: 1rem }


.test_item_block{width: 48%; text-align: center; height: 60vw; border-radius: 28px; margin-top: 20px}
.test_item_title{font-size: 2rem; color: #fff; margin-top: 20px}
.test_item_subtitle{ font-size: 0.8rem; color: #fff; margin-top: 10px; padding: 6px}
.edit-ipt{ background: #F9F9FC; padding: 0.8rem 0.5rem; border: 0; width: 100%; border-radius: 0.4rem}
.nomarlbtn{
    width: 46%;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(to bottom, #735AFF, #3950FF);
    border-radius: 1.6rem;
    height: 2rem;
    line-height: 2rem;
    color: #fff;
    padding: 0.4rem 0;
    box-shadow: 0 3px 20px rgba(46, 70, 255, .3);
    margin-top: 1rem}
.nomarlbtn a{ color: #fff;}
.redbtn{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background:#FF1C33;
    border-radius: 1.6rem;
    height: 2rem;
    line-height: 2rem;
    color: #fff;
    padding: 0.4rem 0;
    box-shadow: 0 3px 20px rgba(255, 46, 110, .3);
    margin-top: 1rem}

.questionBox{
    border-radius: 0.4rem;
    margin: 1rem 0;
    padding: 1rem;
    box-shadow: 0px 0px 30px rgb(185 183 183 / 50%);
    position: relative;
    font-size: 0.8rem;
}
.questionBox .title{
    position: relative;
    border-bottom: 1px solid #CCCED4;
    line-height: 1.6rem;
    padding-bottom: 0.6rem;
    font-size: 1.2rem;
    font-family: '微软雅黑', '新宋体', '宋体', arial, tahoma, sans-serif;
    font-weight: bold;
}
.questionBox .subBox{ margin: 1rem 0;}
.questionBox .subBox .sub1,.questionBox .subBox .sub2{ width: 50%;float: left;display: flex;}
.questionBox .itemBox li{ float: left; width: 20%}
.questionBox .itemBoxMtv li{ float: left; width: 32%}
.sub1 .flag,.sub2 .flag{}
.sub1 .flag span,.sub2 .flag span{ border-radius: 20%; display: inline-block; padding:0.3rem 0.4rem; background:#0e90d2 ;
    width: 0.8rem; text-align: center; color: #fff; font-weight: bold; margin-right: 0.2rem}
.sub1 div,.sub2 div{ display: inline-block}

.questionBox .title i {
    position: absolute;
    z-index: 50;
    width: 0.4rem;
    height: 0.4rem;
    border-top: 1px solid #CCCED4;
    border-left: 1px solid #CCCED4;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -6px;
    background-color: #fff;
    left: 20px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}



footer {
    padding-top: 0.4rem;
    text-align: center;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    left: 0;
    right: 0;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-shadow: 0 -1px 20px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 -1px 20px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 -1px 20px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 -1px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 -1px 20px 0 rgb(0 0 0 / 10%);
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}
footer div img {
    display: block;
    width: 1.2rem;
    margin: 0 auto;
}
footer div span {
    display: inline-block;
    font-size:0.6rem;
    color: #999;
    padding: 0.2rem 0;
}
#timedown{ color: red}
.btn{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    width: 8rem; height: 3rem; line-height: 3rem; margin: 0 auto; display: block
}

.progtessforall{ padding: 2vw;}
.progtessforall > p span {
    font-size: 0.8rem;
    color: #666;
}
.progreshow{ margin-top: 1rem}
.progreshow ul {
    display: inline-block;
    color: #333;
    width: 70%;
}
.progreshow ul li:first-child {
    height: 36px;
    line-height: 36px;
    font-size: 1rem;
}
.progreshow ul li:first-child b {
    position: relative;
    top: 4px;
    font-size: 2rem;
    padding-left: 11px;
}
.progreshow ul li:last-child {
    margin-top: 20px;
    height: 0.4rem;
    border-radius: 8px;
    background-color: #eee;
}
.progreshow ul li:last-child p {
    width: 0;
    height: 100%;
    border-radius: 8px;
    background-color: #436FF1;
}
.progreshow button {
    position: relative;
    top: 7px;
    border-radius: 6px;
    font-size: 1rem;
    outline: none;
    border: 0;
    margin-left: 0.4rem;
    padding: 1rem 0.6rem;
    color: #fff;
    background-color: #436FF1;
}

.selfBorders {
    border-radius: 20px;
    margin-bottom: 1rem;
    box-shadow: 0px 0px 30px rgb(185 183 183 / 50%);
    position: relative;
}
.travelcont p {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2rem;
    padding: 0 0.6rem;

}
.selfBorders button {
    width: 100%;
    height: 2rem;
    border-radius: 0px 0px 20px 20px;
    color: #fff;
    font-size: 1.2rem;
    display: block;
    margin: 0 auto;
    border: 0px;
}
.back-blue {
    background-color: #0084FF;
}
.zhiyefengge {
    background-color: #FF673C;
}
.zhiyedongji {
    background-color: #3AD1A6;
}
.zhiyeyoushi {
    background-color: #FF9C1A;
}
.jiazhiguan {
    background-color: #775FE8;
}
.swiper-container {
    width: 100%;
    height: 50vw;
}
.swiper-slide img{ width: 100%; height: 100%}

.cover h1 {
    font-size: 1.4rem;
    color: #474747;
    text-align: center;
    margin-top: 2rem;
}
.bottomBar:after {
    position: absolute;
    content: "";
    width: 3rem;
    height: 0.3rem;
    background-color: #436FF1;
    border-radius: 4px;
    top: 4.6rem;
    left: 0;
    right: 0;
    margin: auto;
}

.mt90 {
    margin-top: 2rem;
}
h2 {
    position: relative;
    font-weight: bold;
    color: #1C1C1C;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 1rem;
    line-height: 1rem;
    padding-bottom: 1rem;
    font-size: 0.8rem;
}
h2:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #436FF1;
    margin: 0 9px -2px 10px;
}
h2:after {
    content: "";
    position: absolute;
    width: 750px;
    bottom: 0;
    border-bottom: 1px solid #E5E5E5;
    left: -25px;
}

/**************新增***********/
body,html{font-size: 16px !important;}
.page-hd{ position: relative}
.weui-flex__item{ font-weight: bold}
.userinfo,.tip{color: #000172}
.headerimg{ width:3rem; height:3rem; position: absolute; top: 0rem; left: 2rem; border-radius: 50%; overflow:
        hidden;  z-index: 9999}
.shadowbox,.shadowbox-a{ border-radius: 1rem; box-shadow: 2px 4px 10px #d5d4f1; z-index: 999; min-height: 6rem; position: relative;
    background-color: #fff; /* 浏览器不支持时显示 */
    background-image: linear-gradient(#f8f8f8, #fff, #fff); }
.shadowbox-a{ min-height: auto}
.sub_title,.sub_title_b{font-size: 0.8rem; font-weight: bold; color: #fff; line-height: 1.5rem}
.sub_line{ width: 1px; height: 1.5rem; background: #fff; box-shadow: 0px 2px 3px #989898; }
.sub_title_b{ font-size: 1rem; color: #3b536b !important;}
.sub_desc{ font-size: 0.8rem; line-height: 1.5rem;color: #020074}
.hr1{ margin: 0.4rem 0}
.enname{color: #ffbe06}
.w10{ width: 12rem; }
.gray{color: #3b536b!important;}
.pad10{ padding: 10px}
.bgimg{ position: absolute; top: 1rem; right: 1rem;}
.bgimg img{ max-width: 5rem;}
.blockbtn{ position: absolute; width: 80%; bottom: -1.3rem;left:50%;margin-left: -40%;
    background: #020074; border-radius: 2.6rem; line-height: 2.6rem;text-align: center}
.blockbtn a{ display: block; color: #fff; width: 100%; height: 100%}
.title{
    position: relative;
    line-height: 1.6rem;
    padding-bottom: 0.6rem;
    font-size: 1.2rem;
    font-family: '微软雅黑', '新宋体', '宋体', arial, tahoma, sans-serif;
    font-weight: bold;
}
.fl{float: left}
.dot10{ display:inline-block;width: 10px !important; height: 10px !important; border-radius: 5px}
.dot12{ display:inline-block;width: 12px !important; height: 12px !important; border-radius: 6px}
.dot14{ display:inline-block;width: 13px !important; height: 14px !important; border-radius: 7px}
.dot16{ display:inline-block;width: 16px !important; height: 16px !important; border-radius: 8px}

.f-size-80{ font-size: 0.8rem}
.f-size-100{ font-size: 1rem}
.f-size-150{ font-size: 1.5rem}
.width-100{ width: 100% !important;}
.width-40{ width: 40%}
.width-50{ width: 50%}
.width-60{ width: 60%}
.width-80{ width: 80%}
.width-90{ width: 90%}
.width-20{ width: 20%; overflow: hidden}
.width-25{ width: 25%; overflow: hidden}
.width-33{ width: 33.3333%; overflow: hidden}
.abcenter{transform: translate(-50%,35%);left: 50%;}
.hr3{border-top: 3px solid rgba(0, 0, 0, 0.1);}
.f-blue-a{color: #030075}
.f-color-01{color: #3a526a}
.f-color-02{ color: #60618d}
.f-color-03{ color: #fa2873}
.f-color-04{ color: #757e85}
.f-color-05{ color: #fff}
.f-color-06{ color: #00a0d4}
.bgc-01{ background: #e2eaf7}
.bgc-02{ background: #60618f}
.bgc-03{ background: #e9edf0}
.bgc-04{ background: #f4f4f4}
.bgc-05{ background: #fa2873}

.commbtn{
    display: block;
    color: #fff;
    width: 80%;
    background: #020074;
    border-radius: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
    border: 0;
}
.br10{ border-radius: 10px}
.topadv{ padding: 6px 0}
.light{ background: #f72772; color: #fff}
.dark{background: #030075; color: #fff}
.cgbox{ width: 75%}
.cgbox span,.topadv span,.downadv span{ border-radius: 7px;}

.weui-news-list{ background: #fafafa}
.bg-radius-top{ border-radius:80px 80px 0 0 ; background: #fafafa; z-index: 1 }
.search-box{ border-radius:0; z-index: 9999 }
.search-ipt{ width: 100%; height: 40px; line-height: 40px; bottom:0; border-radius: 20px; border: 0}
.absbottom{ bottom: 0}
.abstop{ top: 0}
.icon_search{ position: absolute!important; top:50%; right: 1rem; transform: translateX(-50%) translateY(-50%);
    z-index: 999; width: 2rem; height: 2rem; text-align: center; vertical-align: center; font-size: 20px;}

input{outline: none;}
.-bg_br{ background: none; border: 0}

.resume a:active {
    color: #60618d;
    background: #efefef;
}

.-border{ border: 0}

.container{max-width: 750px; margin: 0 auto; padding: 0}

/*************个人中心****************/
.bg-blue-grey{ background: #e2eaf7}
.ucenter-header{ height: 10rem}

/***重写部分样式****/
.weui-icon-radio{ border: 0;z-index: 9999; background:none; border: 2px solid rgba(0, 0, 0, 0);}
.weui-form-checkbox[type="radio"]:checked + label .weui-icon-radio{
    background-color: #030075;
    border: 2px solid #fff;
    background-image: none;
    box-shadow: 0px 2px 3px #989898;
}
.weui-form-checkbox {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    opacity: 0;
    border: none;
    float: left;
    visibility: hidden;
}
.weui-icon-radio {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 6px;
    margin-right: 5px;
    border: 1px solid #b8b8b8;
    background-color: #fafafa;
    vertical-align: top;
}
.weui-icon-radio {
    border: 0;
    z-index: 9999;
    background: none;
    border: 2px solid rgba(0, 0, 0, 0);
}
.width-25 {
    width: 25%;
    overflow: hidden;
}
.width-20 {
    width: 20%;
    overflow: hidden;
}
.width-80 {
    width: 80%;
}
.tcenter {
    text-align: center;
}
.iblock {
    display: inline-block;
}
.block {
    display: block;
}

.rel {
    position: relative;
}
.abs {
    position: absolute;
}



.abcenter {
    transform: translate(-50%, 35%);
    left: 50%;
}
.hr3 {
    border-top: 3px solid rgba(0, 0, 0, 0.1);
}


/*倒计时相关样式 */
.alert-box p {
    margin: 0
}
.alert-circle {
    position: absolute;
}
.alert-sec-circle {
    stroke-dashoffset: 0;
    stroke-dasharray: 735;
    transition: stroke-dashoffset 1s linear
}
.alert-sec-text {
    position: absolute;
    color: #ffbd05;
    font-weight: bold;
    font-size: 18px;
    top: 0;
    left: 50%;
    width: 24px;
    text-align: center;
    transform: translate(-50%,35%);

}
.alert-sec-unit {
    font-size: 24px
}
.alert-concent p {
    line-height: 27px
}
.alert-footer-text p {
    color: #7A7A7A;
    font-size: 22px;
    line-height: 18px
}


.margin20-b {
    margin-bottom: 20px;
}

.padding10 {
    padding: 10px;
}
.padding20 {
    padding: 20px;
}
.margin5-t {
    margin-top: 5px;
}
.margin10-t {
    margin-top: 10px;
}
.margin20-t {
    margin-top: 20px;
}
.margin5 {
    margin: 5px;
}
.margin20 {
    margin: 20px;
}
.margin10-r {
    margin-right: 10px;
}


