body{
    font-family: 'å®‹ä½“', serif;
    font-size: 14px;
    min-width: 1200px;
    color: #000;
}

.index-title-1{
    text-align: center;
    color: #314476;
    font-size: 34px;
    padding: 40px 0;
}

.index-desc-text-btn{
    text-align: center;
    margin-top: 20px;
}

.index-desc-text-btn a{
    display: inline-block;
    background: #fec409;
    width: 430px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    border-radius: 40px;
    box-shadow: 3px 4px 3px 0 #ccc;
    transition: all 0.3s;
}

.index-desc-text-btn a:active {
    transform: scale(0.98);
}

.index-desc{
    width: 1090px;
    margin: auto;
}

.index-desc-title{
    color: #d15138;
    font-size: 26px;
    margin-bottom: 20px;
}


.index-desc-text{
    line-height: 30px;
    color: #be6456;
    padding-left: 40px;
}


/* ç™»å½• */
.login-main{
    width: 700px;
    margin: auto;
}

.login-main-title{
    text-align: center;
    color: #3c7db1;
    font-size: 24px;
    line-height: 70px;
}

.login-main-num{
    text-align: center;
    font-size: 47px;
    color: #3c7db1;
    margin-top: 10px;
}

.login-main-num span{
    color: #db6239;
}

.login-main form{
    display: block;
    width: 515px;
    height: 204px;
    background: url("../assets-images/login-bg.jpg") no-repeat;
    padding: 125px 0 0 185px;
}

.register-main form{
    background: url("../register_css/register_bg.jpg") no-repeat;
}

.tit
{color:#1d82d4;font-weight:700;font-size:24px;text-align:center;line-height:90px}

.comput[data-v-f002b288]
{font-size:48px;line-height:60px;color:#1f83d2;font-weight:700;text-align:center}

.comput label[data-v-f002b288]{color:#e7661a}

.login-form-item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.login-form-item .input{
    width: 240px;
    height: 32px;
    border: 1px solid #888888;
    margin-left: 10px;
}

.login-form-item .input input{
    width: 95%;
    height: 100%;
    border: none;
    padding-left: 5%;
}

.login-form-btn{
    display: flex;
    padding-left: 20px;
}

.login-form-btn-item{
    width: 130px;
    text-align: center;
    line-height: 30px;
    background: #167dd6;
    color: #fff;
    border: none;
    margin-right: 20px;
    cursor: pointer;
}

a.login-form-btn-item{
    margin-right: 0;
    background: #f16115;
}

a.login-form-btn-item:hover{
    color: #f2f2f2;
}
/* ç™»å½• */

/* åˆ—è¡¨ */
.list-top{
    background: #1479d1;
    color: #ffffff;
    padding: 20px 0 20px 70px;
    line-height: 22px;
    font-size: 18px;
    height: 44px;
}

.list-body{
    background: #ebebeb;
}

.list-main{
    overflow: hidden;
    width: 1070px;
    margin: auto;
    padding: 15px 0;
}

.list-qr{
    width: 160px;
    float: left;
}

.list-qr-item{
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}

.list-qr-item img{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.list-qr-item span{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #444;
}

.list-list{
    float: right;
    width: 890px;
}

.list-item{
    padding: 20px 40px 20px 20px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
}

.list-item-title{
    font-size: 18px;
    font-family: 'æ€æºé»‘ä½“';
    min-height: 50px;
}

.list-item-title span{
    color: #a82d00;
    margin-right: 10px;
}

.list-item-btn{
    background: #3a4e8e;
    border-radius: 5px;
    position: absolute;
    right: 45px;
    top: 36px;
    width: 112px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
}

.list-item-btn:hover{
    color: #fff;
}

.list-item-nd{
    font-size: 14px;
}

.list-item-nd span{
    margin-left: 30px;
}
/* åˆ—è¡¨ */

/* è€ƒè¯• */
.kaoshi-html{
    height: 100%;
}

.kaoshi-body{
    background: #ecf8de;
    height: 100%;
}

.kaoshi-top{
    background: #1479d1;
    color: #ffffff;
    line-height: 22px;
    font-size: 18px;
    width: 100%;
}

.kaoshi-top-info{
    display: flex;
    align-items: center;
}

.kaoshi-top-info div{
    margin-left: 15px;
}

.kaoshi-top{
    display: flex;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    min-width: 1200px;
}

.kaoshi-top-title{
    margin-left: 90px;
    padding: 20px 0 0 0;
    flex: 1;
}

.kaoshi-top-right{
    width: 360px;
}

.kaoshi-top-right{
    display: flex;
}

.kaoshi-top-right-time{
    padding-top: 20px;
}

.kaoshi-top-right-btn{
    background: #ff7a13;
    width: 135px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    margin: 20px 0 0 35px;
    cursor: pointer;
}

.kaoshi-main{
    display: flex;
    height: 100%;
    width: 100%;
}

.kaoshi-side{
    width: 220px;
    border-right: 1px solid #e2edda;
    padding: 106px 0 0 5px;
    overflow: auto;
}

.kaoshi-content{
    flex: 1;
    position: relative;
    padding-top: 106px;
}

.kaoshi-side-item-title{
    color: #59a5bd;
}

.kaoshi-side-item-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
    max-width: 180px;
}

.kaoshi-side-item-list-no{
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #a3c0c4;
    margin-right: 5px;
    cursor: pointer;
    margin-bottom: 5px;
    position: relative;
}

.kaoshi-side-item{
    margin-bottom: 10px;
}

.kaoshi-side-item-list-no.zd{
    background: #1479d1;
    color: #fff;
}

.kaoshi-side-item-list-no.on{
    background: #ec7319;
    color: #fff;
}

.kaoshi-content-mark{
    color: #666666;
    border-bottom: 1px solid #dde8d1;
    line-height: 30px;
    padding: 0 0 0 5px;
    position: relative;
}

.kaoshi-content-mark .tools{
    position: absolute;
    right: 15px;
    top: -10px;
}

.tools span{
    cursor: pointer;
    padding: 10px 13px;
    background: #E6E6E6;
    color: #1479d1;
    user-select: none;
}

.kaoshi-content-text{
    overflow: auto;
    height: calc(100% - 143px);
}

.kaoshi-content-num{
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border: 1px solid #cee5e6;
    background: #a4caf2;
}

.kaoshi-content-text-title {
    padding: 15px 20px 0 60px ;
    line-height: 26px;
    position: relative;
}

.kaoshi-content-text-options{
    padding: 15px 20px 0 70px;
    line-height: 30px;
}

.kaoshi-content-tool{
    position: absolute;
    bottom:  0;
    width: 100%;
    background: #ecf8de;
}

.kaoshi-content-tool-zuoda{
    height: 44px;
    background: #505662;
    color: #fff;
    display: flex;
    line-height: 44px;
}


.kaoshi-content-tool-zuoda .radio{
    display: flex;
    align-items: center;
}

.kaoshi-content-tool-zuoda .radio input{
    cursor: pointer;
}

.kaoshi-content-tool-zuoda .radio label{
    padding-left: 10px;
    cursor: pointer;
    margin-right: 30px;
}

.kaoshi-content-tool-btn{
    position: relative;
    height: 68px;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.kaoshi-content-tool-btn span{
    cursor: pointer;
    position: absolute;
    right: 100px;
    top: 18px;
    width: 96px;
    height: 30px;
    border: 1px solid #cbb39a;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    color: #a38b69;
}

.kaoshi-content-tool-btn span.set{
    right: 40px;
    width: auto;
    border: none;
}

.kaoshi-content-tool-btn span.set i{
    font-size: 30px;
}

.kaoshi-content-tool-btn span.auto{
    right: 0;
    bottom: 33px;
    top: auto;
    background: #fff;
    width: auto;
    height: auto;
    padding: 10px 0;
    display: none;
}

.kaoshi-content-tool-btn span.auto.on{
    display: block;
}

.kaoshi-content-tool-btn span.auto a{
    display: block;
    white-space: nowrap;
    padding: 0 10px 0 10px;
}

.kaoshi-content-tool-btn span.auto a i{
    font-size: 14px;
    margin-right: 8px;
    opacity: 0;
}

.kaoshi-content-tool-btn span.auto a.on i{
    opacity: 1;
}

.kaoshi-content-tool-btn button{
    width: 136px;
    height: 44px;
    border: 1px solid #2274bd;
    background: #fff;
    color: #2274bd;
    margin-right: 19px;
    cursor: pointer;
    border-radius: 3px;
}

.kaoshi-content-tool-btn button.next{
    background: #2274bd;
    color: #fff;
}

.kaoshi-side-item-list-no .tag-ico{
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    display: none;
}

.kaoshi-side-item-list-no.tag .tag-ico{
    display: block;
}
/* è€ƒè¯• */


/* è¾“å…¥æ³•æµ‹è¯• */
.sfr-body{
    width: 1030px;
    margin: auto;
    height: 100%;
    position: relative;
}


.srf-main{
    border-left: 1px solid #177ed6;
    border-right: 1px solid #177ed6;
    height: 100%;
    display: flex;
    position: relative;
}

.srf-input-main{
    width: 770px;
    padding-top: 135px;
}

.srf-input-main-title{
    text-align: center;
    color: #177ed6;
    font-size: 16px;
}

.srf-input-main-1-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.srf-input-main-1-1 span:nth-of-type(1){
    font-size: 19px;
    margin-left: 20px;
}

.srf-input-main-1-1 span:nth-of-type(2){
    background: #197ed8;
    color: #fff;
    width: 200px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    cursor: pointer;
}

.srf-input-main-2{
    padding: 20px 0 0 20px;
}

.srf-input-main-2 textarea{
    width: 96%;
    display: block;
    resize: none;
    border: 2px solid #acacac;
    height: 155px;
    padding: 10px 2%;
}

.srf-input-main-2-btn{
    margin-top: 20px;
    display: flex;
}

.srf-input-main-2-btn a{
    width: 200px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background: #197ed8;
    color: #fff;
    margin-right: 10px;
}

.srf-side{
    padding-top: 135px;
    flex: 1;
}

.srf-side-title{
    text-align: center;
    color: #197ed8;
    font-size: 16px;
}

.srf-side-body{
    background: #ecf2f7;
    border-radius: 5px;
    width: 160px;
    margin: 10px auto;
    padding: 10px 0 10px 0;
}

.srf-side-body-1{
    text-align: center;
    margin-bottom: 10px;
}

.srf-side-body-1 img{
    width: 90px;
}

.srf-side-body-2{
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px dashed #dde3e9;
    margin: 0 8px;
    padding-top: 8px;
}

.srf-side-body-2 span{
    color: #197ed8;
}

.srf-side-body-2 p{
    margin-top: 5px;
}

.srf-side-body-3 p{
    color: #ff895c;
    font-size: 19px;
}

.srf-side-body-3{
    border-bottom: 0;
}

.sfr-footer{
    background: #197ed8;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 130px;
}

/* è¾“å…¥æ³•æµ‹è¯• */


/* äº¤å· */
.success-title{
    font-size: 36px;
    text-align: center;
    color: #ff0000;
    padding: 30px 0;
    font-weight: bold;
}

.success-table{
    width: 910px;
    margin: auto;
    border-collapse: collapse;
}

.success-table td{
    border: 2px solid #a8a8a8;
    padding: 8px 0;
    text-align: center;
    width: 25%;
}

.success-link{
    text-align: center;
    margin-top: 15px;
    line-height: 24px;
}

.success-link a{
    color: #0077d0;
}
/* äº¤å· */

/* è§£æž */
.analyze-main{
    width: 1000px;
    margin: 25px auto;
}

.analyze-main-list{
    background: #fff;
    padding: 15px 30px;
}

.analyze-main-list-title{
    line-height: 25px;
    margin-bottom: 15px;
}

.analyze-main-list-option{
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.analyze-main-list-answer{
    margin-bottom: 15px;
    line-height: 28px;
}

.analyze-main-list-answer .s2{
    margin-left: 20px;
}

.analyze-main-list-analyze{
    line-height: 28px;
    color: #666;
}

.analyze-main-list{
    width: 700px;
    overflow: auto;
}

.analyze-main-list-item{
    margin-bottom: 50px;
}

.analyze-main-list-item:last-child{
    margin-bottom: 0;
}

.analyze-main-side{
    background: #fff;
    padding: 20px;
    width: 160px;
    overflow: auto;
}

.analyze-main-side-item{
    margin-bottom: 25px;
}

.analyze-main-side-no{
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}

.analyze-main-side-no span{
    width: 20px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    margin: 0 7px 8px 0;
    border: 1px solid #39466f;
    cursor: pointer;
    background: green;
    color: #fff;
}

.analyze-main-side-no span.error{
    background: red;
    border-color: red;
}

.analyze-main-side-no span:nth-of-type(5n){
    margin-right: 0;
}
/* è§£æž */

.error-tips{
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
}

.error-tips.on{
    display: flex;
}

.error-tips-bg{
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.error-tips-main{
    width: 500px;
    height: 300px;
    background: #0072CE;
    position: relative;
    z-index: 10;
}

.error-tips-main-title{
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 0 0 15px;
    font-size: 16px;
}

.error-tips-main-body{
    width: 496px;
    height: 248px;
    margin: 0 2px 0 2px;
    background: #fff;
    position: relative;
}

.error-tips-main-body-text{
    display: flex;
    padding: 30px 0 0 50px;
}

.error-tips-main-body-text img{
    margin-right: 30px;
    height: 50px;
}

.error-tips-main-body-text span{
    color: #ff0000;
    font-size: 18px;
    line-height: 25px;
    padding-top: 5px;
}

.error-tips-main-body-btn {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.error-tips-main-body-btn span{
    background: #0072ce;
    padding: 10px 30px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

.error-tips-main-body-btn span:nth-of-type(2){
    margin-left: 10px;
    background: #F46F19;
}

.kaoshi-side2{
    width: 50%;
    background: #fff;
    padding: 86px 0 0 0;
}

.shenlun-tool{
    height: 46px;
    line-height: 46px;
    display: flex;
    align-items: center;
    background: #f5f7f6;
}

.shenlun-tool .sp1{
    background: #63a3c8;
    color: #fff;
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    margin: 0 15px;
}

.shenlun-tool div{
    display: flex;
    align-items: center;
}

.shenlun-tool i{
    width: 29px;
    height: 29px;
    border-radius: 100%;
    background: #69b0da;
    text-align: center;
    line-height: 29px;
    font-style: normal;
    color: #fff;
    margin-right: 10px;
}

.shenlun-mark{
    padding: 8px 15px;
    line-height: 24px;
    margin-bottom: 10px;
}

.shenlun-content{
    padding: 0 15px;
    line-height: 24px;
}

.shenlun-content-item-content{
    line-height: 30px;
}

.shenlun-content-item-content img{
    max-width: 100%;
}

.shenlun-content-item{
    margin-bottom: 20px;
}

.kaoshi-content2{
    padding-top: 86px;
}

.kaoshi-body2{
    background: #fff;
}

.kaoshi-content2 .kaoshi-content-text-title{
    padding: 10px;
    line-height: 20px;
}

.kaoshi-content-text-mark{
    color: #333;
    padding: 0 10px;
}

.kaoshi-content2 .textarea{
    background: #c6cace;
    padding: 20px 3%;
    width: 94%;
    height: 75%;
    height: calc(100% - 221px);
    position: relative;
}

.kaoshi-content2 .textarea .word{
    position: absolute;
    bottom: 25px;
    right: 40px;
}

.kaoshi-content2 .textarea .slc{
    background: #fff;
    width: 96%;
    height: 96%;
    height: calc(100% - 20px);
    padding: 10px 2%;
    line-height: 24px;
    resize: none;
}

.kaoshi-content2 .kaoshi-content-text{
    height: 100%;
    position: relative;
    overflow: hidden;
}

.shenlun-tab{
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #f6f6f6;
    position: absolute;
    bottom: 0;
    width: 97%;
    padding-right: 3%;
}

.shenlun-tab a{
    color: #1d7ecd;
    border: 1px solid #1d7ecd;
    margin-left: 30px;
    width: 80px;
    height: 44px;
    text-align: center;
    line-height: 44px;
}


.shenlun-tab a.on{
    background: #dd582a;
    border-color: #dd582a;
    color: #fff;
}

.shenlun-wt-item{
    display: none;
    height: 100%;
}

.shenlun-wt-item.on{
    display: block;
}

.success-1{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.success-1 p:nth-of-type(2){
    color: #1d7ecd;
    margin-top: 20px;
}


.select-btn{
    margin-top: 50px;
    text-align: center;
}

.select-btn a{
    background: #1d7ecd;
    color: #fff;
    border-radius: 3px;
    padding: 12px 30px;
}

.list-top{
    position: relative;
}

.list-top span{
    position: absolute;
    right: 20px;
    top: 30px;
    font-size: 16px;
}

.list-top span a{
    color: #fff;
}

.my-main{
}

.my-main-container{
    background: #fff;
    min-height: 600px;
    width: 1024px;
    margin: 30px auto;
}

.my-table{
    padding: 20px;
    display: flex;
}

.my-account{
    padding: 15px;
}

.my-account small{
    font-size: 16px;
}

.my-table-item i.layui-icon{
    font-size: 50px;
}

.my-table-item{
    width: 150px;
    height: 120px;
    border: 1px solid #999;
    display: block;
    text-align: center;
    padding-top: 30px;
    background: #1479d1;
    color: #fff;
    border-radius: 3px;
    margin-right: 30px;
}

.my-table-item:hover{
    color: #fff;
}

.my-table-item p{
    margin-top: 15px;
}

.list-item2 a.list-item-btn{
    background: #fff;
    color: #3a4e8e;
    width: auto;
    right: 25px;
}

.list-item2 a.list-item-btn:nth-of-type(1){
    top: 10px;
}

.list-item2 a.list-item-btn:nth-of-type(2){
    top: 40px;
}

.list-item2 a.list-item-btn:nth-of-type(3){
    top: 70px;
}


.guide-head-info{
    color: #fff;
    font-size: 16px;
    margin-left: 30px;
    margin-top: 25px;
}

.guide-head-img{
    margin-top: 25px;
}

.guide-title{
    text-align: center;
    color: #e97731;
    font-size: 34px;
    font-weight: bold;
    padding: 30px 0 20px 0;
}

.guide-body{
    width: 100%;
    flex: 1;
    position: relative;
}

.guide-body-text{
        line-height: 46px;
    padding: 0 20px;
    color: #000;
    font-size: 22px;
        max-height: 470px;
    overflow: auto;
}

.guide-body-text img{
    max-width: 100%;
}

.guide-body-link{
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.guide-body-link a{
    padding: 10px 50px;
    border-radius: 5px;
    background: #e97731;
    color: #fff;
    box-shadow: 1px 1px 2px 0 #000;
    font-size: 22px;
}

@media screen and (max-width: 1400px){
    .guide-body-text{
        max-height: 630px;
    }
}