* {
    margin: 0;
    padding: 0;
    font-family:Microsoft Yahei,sans-serif;
}
body{
    background: #F7F7F7;
}
ol, ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
input,button,div,span,video{
    outline: none;
    border: none;
    box-sizing: border-box;
}
a {
	color: #333;
    text-decoration: none;
}
.bg_white {
    background-color: #fff;
}
.container{
    width: 1000px;
    margin: 0 auto;
}
.mtb20{
    margin: 20px auto;
}
.p20 {
    padding: 20px;
}
.main{
    width: 100%;
}
/* .wrapper{
    width: 1200px;
    margin: 0 auto;
} */
.bg-white{
    background: #fff;
}
.bg-gray{
    background: #F7F7F7;
}
.head{
    width:100%;
    height:auto; 
    background:rgba(255, 255, 255, 0.92); 
    min-height: 54px;
    line-height: 54px;
    z-index: 999;
    top: 0;
    box-shadow: rgba(39, 54, 78, 0.12) 1px 0px 6px 0px;
}
.head .logo{
    float: left;
    width: 160px;
    height: 54px;
}
.head .logo img{
    height: 50px;
}
.head .nav{
    float: left;
    width: 650px;
}
.head .nav li{
    float: left;
    padding: 0 25px;
    position: relative;
}
.head .nav li a{
    color: #282828;
}
.head .nav li .active{
    color: #18C8CE;
    border-bottom: 6px solid #18C8CE;
    padding-bottom: 8px;
}
.head .menu::after {
    content: '';
    width: 1px;
    height: 1px;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: inline-block;
    border-top: 5px solid #595959;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}
/* .head a:hover.menu::after {
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
} */
.down-nav{
    display: none;
}
.nav li:hover .down-nav{
    display: block;
    background: #fff;
}
.head .nav li .down-nav{
    padding: 0 ;
    width: 120px;
    position: absolute;
    left: 4px;
    border: 1px solid #dedede;
    border-radius: 5px;
}
.head .nav li .down-nav li{
    padding: 0 ;
    text-align: center;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.head .login{
    float: right;
    margin-top: 12px;
} 
.login_link{
    width: 96px;
    height: 34px;
    line-height: 30px;
    border: 2px solid #18C8CE;
    border-radius: 6px;
    text-align: center;
    box-sizing: border-box;
}
.login_link a{
    color: #18C8CE;
    position: relative;
    padding: 0 3px;
    font-size: 16px;
}
.login_link a:first-child:after{
    background: #18C8CE;
    content: '';
    position: absolute;
    right: -3px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    width: 2px;
    height: 13px;
}
.login .userinfo{
    line-height: 32px;
}
.login .uc-img{
    width: 30px;
    height: 30px;
    display: inline-block;
}
.login .uc-img img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.login .uc-name{
    float: left;
    line-height: 40px;
    padding-left: 10px;
    color:#666;
}
.login .out{
    float: left;
    line-height: 32px;
    color: #333;
    margin-right: 10px;
    font-size: 15px;
}


/* 训练场 */
.class_active{
    background-color: #18C8CE;
    border-color: #e9e9eb;
    color: #fff;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 13px;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
}
.train{
    padding-bottom:10px;
}
.trainlist{
    padding: 10px 20px;
}
.trainlist li{
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f8f8f8;
    font-size: 15px;
}
.trainlist li:hover{
    background: #f5f7fa;
}
.trainlist li a{
    color: #333;
    font-size: 15px;
}
.trainlist li a:hover{
    color: #18C8CE;
}
.trainlist li .title{
    display: flex;
    align-items: center;
    color: #333;
}
.trainlist li .state .tag_info{
    background-color: #f4f4f5;
    border-color: #e9e9eb;
    color: #909399;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 13px;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
}
.trainlist li .state .tag_danger{
    background-color: #fef0f0;
    border-color: #fde2e2;
    color: #f56c6c;
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    line-height:28px;
    font-size: 13px;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
}
.trainlist li .state .tag_wks{
    background-color: #9ACD32;
    border-color: #fde2e2;
    color: #f56c6c;
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    line-height:28px;
    font-size: 13px;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
}
.trainlist li .class{
    margin: 0 10px;
    width: 80px;
    text-align: center;
}
.trainlist li p {
    color: #999;
    font-size: 15px;
    padding-right: 5px;
}

/* 训练场 做题 */
.staticslist{
    display: flex;
    justify-content: space-between;
    padding: 30px 20px 0 10px;
    font-size: 15px;
}
.staticslist .item{
    color: #333;
}
.staticslist .item a{
    color:  #17C8CE;
}
.tablist{
    border-bottom: 1px solid #efefef;
    display: flex;
    background: #fff;
    margin-top: 20px;
}
.tablist .tab{
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    font-size: 15px;
}
.tablist .tab.cur {
    color: #17C8CE;
    border-bottom: 2px solid #17C8CE;
}
.tab_pane{
    padding: 20px;
}






/* 排行榜 */
.ranking {
    padding: 3px 20px 20px 20px;
}


.ranking table{
    width: 100%;
    margin: 20px auto;
    font-size: 15px;

}
.ranking table th{
    height: 32px;
    color: #333;
    border-bottom: 1px solid #ebedf0;
}
.ranking table tr:nth-child(even){
    background: #fafafa;
}
.ranking table td{
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ebedf0;
    color: #333;
}
.ranking .h_img img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.ranking table th{
    /* background: #f8f8f8; */
    padding: 6px 0;
    color:#000;
}
.ranking table th:nth-child(1){
    width: 80px;
}
.ranking table th:nth-child(2){
    width: 180px;
}
.ranking table th:nth-child(2){
    width: 100px;
}
.ranking table td:nth-child(1){
    font-size: 19px;
    font-weight: bold;
}
.ranking table tr:nth-child(1) td:nth-child(1),.ranking table tr:nth-child(2) td:nth-child(1),.ranking table tr:nth-child(3) td:nth-child(1){
    color: #f0160e;
}
.ranking table td .add{
    width: 100px;
    color: #28ca41;
}



/* footer */
.footer-bg{
    background: url(/img/html/images/footer_bg.png) no-repeat;
    height: 418px;
}
.footer .footer_row{
    float: left;
    width: 640px;
    margin: 40px 0 70px 0 ;
}
.footer .footer_row .item{
    float: left;
    width: 20%;
    color: #fff;
    font-size: 17px;
}
.footer .footer_row .item a{
    color: #fff;
    font-size: 17px;
}
.footer .footer_row .item p{
    padding-bottom: 20px;
}
.footer .footer_row .item span{
    font-size: 15px;
    display: block;
}
.footer .footer_q{
    float: left;
    width: 340px;
    margin: 40px 0 0 20px;
    color: #fff;
    font-size: 15px;
}
.footer .footer_q p{
    font-size: 17px;
    margin: 10px 0;
}
.footer .footer_q span{
    display: block;
    line-height: 22px;
}
.footer .footer_q p{
    line-height: 24px;
}
.footer_bottom{
    border-top:1px solid #6A6A6A;
    line-height: 50px;
    text-align: center;
    color: #CCCCCC;
    clear: both;
}
.footer_bottom a{
    color: #CCCCCC;
}
.footer_bottom a img{
    margin-right: 4px;
    vertical-align: -2px;
}


.pagesbox{
    margin: 30px 0;
    text-align: center;
    font-size: 17px;
}
.pagesbox .num{
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    display: inline-block;
    color: #9A9A9A;
}
.pagesbox a{
    margin: 0 5px;
    color: #17C8CE;
}
.pagesbox .num:hover{
    background: #17C8CE;
    color: #fff;
    border: 1px solid #17C8CE;
 }
.pagesbox .active{
    background: #17C8CE;
    border: 1px solid #17C8CE;
    color: #fff;
}
.pagesbox .cantclick{
    user-select: none;
    cursor: unset;
    color: #999999;
}
.pagesbox .cantclick:hover{
    background: none;
    color: #999999;
    border: 0px solid #AAAAAA;
}


/* 个人中心 */
.content_sec{
    display: flex;
    justify-content: space-between;
}
.content_sec .left-sec{
    float: left;
    width: 210px;
}
.content_sec .right-sec{
    float: right;
    width: 760px;
}
.left-sec .photo{
    width: 200px;
    text-align: center;
    margin: 40px auto 10px auto;
}
.left-sec .photo img{
    margin:  0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.left-sec .nikename{
    font-size: 19px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.left-sec .nav{
    margin-top: 30px;
    min-height: 450px;
}
.left-sec .nav li {
    padding: 0;
    height: 44px;
    line-height: 45px;
    display: block;
    text-align: center;
}
.left-sec .nav li:hover {
    background: #f4f6ff;
}
.left-sec .nav li a{
    color: #000;
    font-size: 15px;
    display: block;
}
.left-sec .nav li.menu {
    position: relative;
    background-color: #ebf6f7;
}
.left-sec .nav li.menu a{
    color: #18C8CE;
}
.left-sec .nav li.menu .blueicon {
    height: 20px;
    width: 5.2px;
    background-color: #18C8CE;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    line-height: 42px;
}
.right-sec .title{
    display: flex;
    justify-content: space-between;
}
.right-sec .title{
    color: #18C8CE;
    margin: 0 20px;
    padding: 15px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}
.right-sec .title .edit{
   
}
.right-sec .title .edit a{
    color: #18C8CE;
}
.right-sec .user_con{
    margin: 20px 40px;
}
.right-sec .user_con .cell{
    display: flex;
    padding: 10px 0;
    align-items: center;
}
.right-sec .user_con .cell .cell_hd{ 
    width: 100px;
    text-align: right;
    margin-right: 20px;
    font-size: 15px;
    color: #999;
}
.right-sec .user_con .cell .cell_bd{ 
    font-size: 15px;
    color: #333;
}
.safe .cell .cell_bd{
    width: 240px;
}
.safe .cell .cell_bd .tag{
    float: right;
    font-size: 15px;
    color: #fff;
    padding: 2px 6px;
    background: #fa6158;
    border-radius: 2px;
    cursor: pointer;
}

.right-sec .user_con .cell_input{
    border: 1px solid #ddd;
    padding: 10px 0 10px 8px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    color: #333;
    font-size: 15px;
    border-radius: 2px;
}
.right-sec .user_con .cell_input.wbig{
    width: 260px;
}
.right-sec .user_con .cell_input:focus{
    border: 1px solid #18C8CE;
}
.bottom_btn{
    margin-left: 160px;
}
.bottom_btn{
    padding: 8px 20px;
    width: 200px;
    text-align: center;
    color:#fff;
    background: #18C8CE;
    cursor: pointer;
    background-color:#18C8CE;
    border-color:#18C8CE;
}
.bottom_btn:hover{
    background: #19d3da;
}


/* 个人中心 表格样式 */
.right_con table{
    width: 96%;
    margin: 20px auto;
    font-size: 15px;

}
.right_con table th{
    height: 32px;
    color: #666;
    border-bottom: 1px solid #ebedf0;
}
.right_con table td{
    padding:14px 10px;
    text-align: center;
    border-bottom: 1px solid #ebedf0;
    color: #333;
}
.right_con table th{
    background: #f8f8f8;
    padding: 6px 0;
    color:#000;
}
.right_con table td a{
    color: #17C8CE;
}
.right_con table td a:hover{
    color: #18C8CE;
}

/* 搜索 */
.reigh_con-search{
    margin: 20px 30px;
}
.reigh_con-search{
    margin: 20px 30px;
}
.reigh_con-search .s-select{
    height: 30px;
    border: 1px solid #b0bac5;
    height: 30px;
    padding: 5px 10px;
    vertical-align: top;
    background-image: none;
    border-radius: 2px;
    outline: none;
    margin-right: 20px;
}



.integral{
    margin: 30px;
    background: #fffbde;
    height: 90px;
    line-height: 90px;
    text-align: center;
}
.integral .num{
    font-size: 43px;
    color: #fd8320;
}

.start_s{
    color: #28ca41;
}
.start_i{
    color: #3c91f1;
}
.start_r{
    color: #ff6058;
}


/* 问题 */
.question_con-search {
    line-height: 34px;
}
.question_con-search .s-select {
    height: 30px;
    border: 1px solid #dfdfdf;
    height: 34px;
    padding: 5px 10px;
    vertical-align: top;
    background-image: none;
    border-radius: 2px;
    outline: none;
    margin-right: 20px;
}
.question_con-search .search_input {
    width: 200px;
    padding: 0 4px;
    height: 34px;
    border: solid 1px #dfdfdf;
    line-height: normal;
}

.question_con-search .search_btn {
    width: 80px;
    height: 34px;
    color: #fff;
    border: 0;
    padding: 0;
    text-align: center;
    font-weight: 400;
    background-color: #17C8CE;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
}
.question_con-search .search_btn:hover {
    background-color: #18b4b9;
}
.search_q{
    display: inline-block;
    margin-left: 20px;
}
.search_q .s_mya ,.search_q .s_myq{
    display: inline-block;
    height: 34px;
    color: #fff;
    border: 0;
    padding: 0 15px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
}
.search_q .s_mya {
    background-color: #27b148;
    margin-right: 10px;
}
.search_q .s_myq{
    background-color: #1766ce;
}
.search_q .s_mya:hover {
    background-color: #209b3c;
}
.search_q .s_myq:hover {
    background-color: #0e57b6;
}
.questionlist{
    padding: 10px 20px;
}
.questionlist li {
    width: 100%;
    margin: 10px 0;
    padding: 8px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f8f8f8;
}
.questionlist .tit {
    flex: 1;
}
.questionlist .user {
    display: flex;
    width: 260px;
}
.questionlist .user img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.questionlist .userinfo{
    display: flex;
    flex-direction:column;
    margin:1px 0 0 10px;
}
.questionlist .userinfo .name{
    padding-bottom: 5px;
    color: #999;
    font-size: 15px;
}
.questionlist .userinfo .time{
    color: #333;
    font-size: 13px;
}
.questionlist .tit a{
    color: #17C8CE;
}
.questionlist .tit a:hover{
    color: #18b4b9;
}
.questionlist .state{
    flex-direction:column;
    width: 200px;
    color: #999;
    font-size: 15px;
}
.questionlist .state .red{
    color: #ff6058;
    margin-left: 10px;
}
.questionlist .state .green{
    color: #28ca41;
    margin-left: 10px;
}
.questionlist .state .time{
    padding-top: 4px;
}

.state_box{
    background: #17C8CE;
    border-radius: 2px;
    padding:  20px 120px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.state_box .state_item{
    border-right: 2px solid #fff;
    flex: 1;
    font-size: 15px;
}
.state_box .state_item:last-child{
    border-right: 0px solid #fff;
}
/* 视频 */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
}
.video_dialog {
    position: fixed;
    top: 45%;
    left: 50%;
    background-color: #000;
    transform: translate3d(-50%,-50%,0);
    backface-visibility: hidden;
    transition: .3s;
    transition-property: transform,opacity;
    width: 900px;
    height: 550px;
}
.videobox{
    width: 900px;
    height: 550px;
    padding: 0px;
    position: relative;
}
.videobox .close_video{
    position: absolute;
    cursor: pointer;
    right: -60px;
    top: -30px;
    width: 54px;
    height: 54px;
    background: url("data:image/svg+xml,%3Csvg t='1602508638467' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='1739' width='38' height='38'%3E%3Cpath d='M566.97558594 521.09667969L856.8828125 231.18945312c14.63378906-14.63378906 14.63378906-38.75976563 0-53.39355468l-1.58203125-1.58203125c-14.63378906-14.63378906-38.75976563-14.63378906-53.39355469 0L512 466.51660156 222.09277344 176.21386719c-14.63378906-14.63378906-38.75976563-14.63378906-53.39355469 0l-1.58203125 1.58203125c-15.02929688 14.63378906-15.02929688 38.75976563 0 53.39355469l289.90722656 289.90722656L167.1171875 811.00390625c-14.63378906 14.63378906-14.63378906 38.75976563 0 53.39355469l1.58203125 1.58203125c14.63378906 14.63378906 38.75976563 14.63378906 53.39355469 0L512 576.07226563 801.90722656 865.97949219c14.63378906 14.63378906 38.75976563 14.63378906 53.39355469 0l1.58203125-1.58203125c14.63378906-14.63378906 14.63378906-38.75976563 0-53.39355469L566.97558594 521.09667969z' fill='%23ffffff' p-id='1740'%3E%3C/path%3E%3C/svg%3E") 10px 7px  no-repeat;
}



.report{
    width: 100%;
    text-align: center;
    margin: 50px auto;
}
.report .v_report{
    padding: 6px 40px;
    border-radius: 20px;
    font-size: 15px;
    color: #18b4b9;
    background:#eef8f8;
    border: 1px solid #17C8CE;
    cursor: pointer;
}









/* 排行榜 */
.classroom {
    
}
.classroom .item{
    display: flex;
    flex-direction: column;
    padding:5px 10px;
    color: #333;
    font-size: 15px;
}
.classroom .item .item_t{
    background: #effdfd;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
    font-size: 14px;
}
.classroom .item .item_t .title{
    width: 400px;
}
.classroom .item .item_t .state_s{
    border: 1px solid #18b4b9;
    background: #e9faed;
    padding: 2px 6px;
    border-radius: 4px;
    color: #18b4b9;
}

.classroom .item .item_t .state_d{
    border: 1px solid #209b3c;
    background: #e9faed;
    padding: 2px 6px;
    border-radius: 4px;
    color: #209b3c;
}
.classroom .item .item_t .state_c{
    border: 1px solid #ff8e34;
    background: #e9faed;
    padding: 2px 6px;
    border-radius: 4px;
    color: #ff8e34;
}
.classroom .item .item_t .open{
    background: #18b4b9;
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
.classroom .item .item_t .answer{
    background: #ff8e34;
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
.classroom .item .item_t .video{
    background: #eaeaea;
    padding: 4px 10px;
    border-radius: 4px;
    color: #888;
    cursor: pointer;

}
.classroom .item .item_t .video.s{
    background: #ff8e34;
    color: #fff;

}
.classroom .item .item_t .v{
    width: 90px;
    text-align: center;
}
.classroom .item .item_b{
    margin: 0 20px;
    background: #f4f4f4;
    border-left: 1px solid #a3f0f3;
     border-bottom: 1px solid #a3f0f3; 
    border-right: 1px solid #a3f0f3;
}
.classroom .item .item_b .info{
    border: 1px solid #ff8e34;
    color: #ff8e34;
    padding: 2px 6px;
    border-radius: 3px;
}
.classroom .item .item_b  .score{
    width: 120px;
    text-align: center;
}
.classroom .item .item_b .code span{
    background: #eaeaea;
    padding: 4px 10px;
    border-radius: 4px;
    color: #888;
    cursor: pointer;
}

.item_b_i{
    font-size: 13px;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
}

/* 测试报告 */
.score{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.score .score_item{
    flex: 1;
    text-align: center;
    font-size: 15px;
}
.score .score_item .tit{
    padding-bottom: 10px;
}
.score .score_item .score_num .num{ 
    font-size: 19px;
    color: #18b4b9;
}
.report_con{
    padding: 20px 30px;
    font-size: 15px;
}
.report_con .title{
    margin-bottom: 10px;
}
.report_con .info{
    line-height: 1.6;
}


/* 测评 */
.evaluating_con{
    padding: 20px 30px;
}
.evaluating_con .ev_item{
    background: #e8f7f7;
    padding: 15px;
    font-size: 15px;
    margin-bottom: 20px;
}
.evaluating_con .name{
    font-size: 15px;
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
    font-weight: bold;
    position: relative;
    margin: 5px 0 20px 10px;
}
.evaluating_con .name::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 2px;
    width: 3px;
    height: 18px;
    background: #18b4b9;

}

.evaluating_con .ev_item .node{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    margin: 0 40px;
}

.evaluating_con .ev_item .info{
    width: 500px;
    margin: 0 auto;
    display: flex;
    text-align: center;
}
.evaluating_con .ev_item .info .state{
    width: 125px;
    height: 120px;
    border-radius: 100%;
    background: #209b3c;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 10px;
    position: relative;
}
.evaluating_con .ev_item .info .state::after{
  width:0px;
  height:0px;
  border: 12px transparent solid;
  border-left-color: #209b3c;
  position:absolute;
  top:48px;
  left:122px;
  content: '';
}
.evaluating_con .ev_item .info .state2{
    width: 125px;
    height: 120px;
    border-radius: 100%;
    background: rgb(231, 76, 60);
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 10px;
    position: relative;
}
.evaluating_con .ev_item .info .state2::after{
  width:0px;
  height:0px;
  border: 12px transparent solid;
  border-left-color: rgb(231, 76, 60);
  position:absolute;
  top:48px;
  left:122px;
  content: '';
}
.evaluating_con .ev_item .info .state3{
    width: 125px;
    height: 120px;
    border-radius: 100%;
    background: rgb(20, 85, 143);
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 10px;
    position: relative;
}
.evaluating_con .ev_item .info .state3::after{
  width:0px;
  height:0px;
  border: 12px transparent solid;
  border-left-color: rgb(20, 85, 143);
  position:absolute;
  top:48px;
  left:122px;
  content: '';
}
.evaluating_con .ev_item .info .state4{
    width: 125px;
    height: 120px;
    border-radius: 100%;
    background: rgb(250, 219, 20);
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 10px;
    position: relative;
}
.evaluating_con .ev_item .info .state4::after{
  width:0px;
  height:0px;
  border: 12px transparent solid;
  border-left-color: rgb(250, 219, 20);
  position:absolute;
  top:48px;
  left:122px;
  content: '';
}

.evaluating_con .ev_item .info .statenum .score{
    font-size: 15px;
    display: inline-block;
}
.evaluating_con .ev_item .info .statenum .sta{
    font-size: 17px;
    display: inline-block;
}
.evaluating_con .ev_item .info .statenum .date{
    font-size: 13px;
    display: inline-block;
}
.evaluating_con .ev_item .info .statenum .date span{
    padding: 0 4px;
}


.info_tip{
    width: 300px;
    margin-left: 50px;
    text-align: left;
}
.info_tip .tit{
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
}
.info_tip .desc{
    line-height: 34px;
    color: #209b3c;
}

/* 测试点 */
.evaluating_con .ev_item .node .node_item{
    width:20%;
    text-align: center;
    padding: 20px 20px 30px 20px;
}
.evaluating_con .ev_item .node .node_item {
    margin-bottom: 10px;
}



.evaluating_con .ev_item .node  .node_item-i-1{
    width: 100px;
    height: 100px;
    padding: 8px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background: rgb(231, 76, 60);
    position: relative;
}
.evaluating_con .ev_item .node  .node_item-i-1::after{
    width:0px;
    height:0px;
    border: 10px transparent solid;
    border-top-color: rgb(231, 76, 60);
    position:absolute;
    top:98px;
    left:40px;
    content: '';
  }
  
  
.evaluating_con .ev_item .node .node_item  .state-1{
    width:84px;
    height: 84px;
    border-radius: 100%;
    background: rgb(231, 76, 60);
    color: #ffffff;
    text-align: center;
    padding: 8px;
    margin-bottom: 10px;
    display: inline-block;
}


.evaluating_con .ev_item .node  .node_item-i0{
    width: 100px;
    height: 100px;
    padding: 8px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background: #209b3c;
    position: relative;
}
.evaluating_con .ev_item .node  .node_item-i0::after{
    width:0px;
    height:0px;
    border: 10px transparent solid;
    border-top-color: #209b3c;
    position:absolute;
    top:98px;
    left:40px;
    content: '';
  }
  
  
.evaluating_con .ev_item .node .node_item  .state0{
    width:84px;
    height: 84px;
    border-radius: 100%;
    background: #209b3c;
    color: #ffffff;
    text-align: center;
    padding: 8px;
    margin-bottom: 10px;
    display: inline-block;
}


.evaluating_con .ev_item .node  .node_item-i1{
    width: 100px;
    height: 100px;
    padding: 8px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background: rgb(5, 34, 66);
    position: relative;
}
.evaluating_con .ev_item .node  .node_item-i1::after{
    width:0px;
    height:0px;
    border: 10px transparent solid;
    border-top-color:rgb(5, 34, 66);
    position:absolute;
    top:98px;
    left:40px;
    content: '';
  }
  
  
.evaluating_con .ev_item .node .node_item  .state1{
    width:84px;
    height: 84px;
    border-radius: 100%;
    background: rgb(5, 34, 66);
    color: #ffffff;
    text-align: center;
    padding: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.evaluating_con .ev_item .node  .node_item-i2{
    width: 100px;
    height: 100px;
    padding: 8px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background: #002329;
    position: relative;
}
.evaluating_con .ev_item .node  .node_item-i2::after{
    width:0px;
    height:0px;
    border: 10px transparent solid;
    border-top-color: #002329;
    position:absolute;
    top:98px;
    left:40px;
    content: '';
  }
  
  
.evaluating_con .ev_item .node .node_item  .state2{
    width:84px;
    height: 84px;
    border-radius: 100%;
    background: #002329;
    color: #ffffff;;
    text-align: center;
    padding: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.evaluating_con .ev_item .node  .node_item-i3{
    width: 100px;
    height: 100px;
    padding: 8px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background: #2949b4;
    position: relative;
}
.evaluating_con .ev_item .node  .node_item-i3::after{
    width:0px;
    height:0px;
    border: 10px transparent solid;
    border-top-color: #2949b4;
    position:absolute;
    top:98px;
    left:40px;
    content: '';
  }
  
  
.evaluating_con .ev_item .node .node_item  .state3{
    width:84px;
    height: 84px;
    border-radius: 100%;
    background:#2949b4;
    color: #ffffff;
    text-align: center;
    padding: 8px;
    margin-bottom: 10px;
    display: inline-block;
}




.evaluating_con .ev_item .node  .node_item-i4{
    width: 100px;
    height: 100px;
    padding: 8px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background: rgb(157, 61, 207);
    position: relative;
}
.evaluating_con .ev_item .node  .node_item-i4::after{
    width:0px;
    height:0px;
    border: 10px transparent solid;
    border-top-color: rgb(157, 61, 207);
    position:absolute;
    top:98px;
    left:40px;
    content: '';
  }
  
  
.evaluating_con .ev_item .node .node_item  .state4{
    width:84px;
    height: 84px;
    border-radius: 100%;
    background: rgb(157, 61, 207);
    color:  #ffffff;
    text-align: center;
    padding: 8px;
    margin-bottom: 10px;
    display: inline-block;
}


.evaluating_con .ev_item .node  .node_item-i5{
    width: 100px;
    height: 100px;
    padding: 8px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background: rgb(250, 219, 20);
    position: relative;
}
.evaluating_con .ev_item .node  .node_item-i5::after{
    width:0px;
    height:0px;
    border: 10px transparent solid;
    border-top-color: rgb(250, 219, 20);
    position:absolute;
    top:98px;
    left:40px;
    content: '';
  }
  
  
.evaluating_con .ev_item .node .node_item  .state5{
    width:84px;
    height: 84px;
    border-radius: 100%;
    background: rgb(250, 219, 20);
    color: #ffffff;;
    text-align: center;
    padding: 8px;
    margin-bottom: 10px;
    display: inline-block;
}

.evaluating_con .ev_item .node .statenum .score{
    font-size: 15px;
    display: inline-block;
}
.evaluating_con .ev_item .node .statenum .sta{
    font-size: 17px;
    display: inline-block;
}
.evaluating_con .ev_item .node .statenum .date{
    font-size: 13px;
    display: inline-block;
}
.evaluating_con .ev_item .node .statenum .date span{
    padding: 0 4px;
}

.ev_content{
    margin: 20px;
}


/* 提问 */
.ask{
    padding: 30px;
}
.ask .title{
    height: 50px;
}
.ask .title .ask_input{
    width: 600px;
    padding: 0 4px;
    height: 34px;
    border: solid 1px #dfdfdf;
    line-height: normal;
}
.ask .tit{
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    font-size: 15px;
    color: #333;
}

.ask .bottom_btn{
    text-align: center;
    margin: 30px 0;
    margin-left: 50px;
    display: inline-block;
    background: none;
    padding: 0;
}
.ask .bottom_btn .btn{
    padding: 8px 20px;
    width: 200px;
    text-align: center;
    color: #fff;
    background: #18C8CE;
    cursor: pointer;
}
.ask .bottom_btn .btn:hover {
    background-color: #18b4b9;
}


/* 问题详情 */
.questiondetails{
    padding: 10px 20px;
}
.questiondetails li {
    width: 100%;
    margin: 10px 0;
    padding: 8px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #f8f8f8;
}
.questiondetails .tit {
    flex: 1;
}
.questiondetails .user {
    display: flex;
    width: 260px;
}
.questiondetails .user img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.questiondetails .userinfo{
    display: flex;
    flex-direction:column;
    margin:1px 0 0 10px;
}
.questiondetails .userinfo .name{
    padding-bottom: 5px;
    color: #999;
    font-size: 15px;
}
.questiondetails .userinfo .time{
    color: #333;
    font-size: 13px;
}
.questiondetails .con{
    margin:10px 0 10px 50px;
    color: #333;
}


/* 登录框 */
.login_dialog{
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: hidden;
    background-color: #fff;
    transform: translate3d(-50%,-50%,0);
    backface-visibility: hidden;
    transition: .3s;
    transition-property: transform,opacity;
    width: 900px;
    height: 530px;
    background: #FFFFFF;
    border: 0px solid #FFFFFF;
    box-shadow: 1px 13px 30px 0px rgba(107, 133, 133, 0.2);
    border-radius: 10px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
}
.login_dialog_l{
    float: left;
    width: 450px;
    height: 530px;
    background: url(/img/html/images/login-leftbg.png) no-repeat #fff;
}
.login_dialog_r{
    float: left;
    width: 450px;
    height: 530px;
    padding:40px 20px;
    position: relative;
}
.login_dialog_r .close{
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 10px;
    width: 34px;
    height: 34px;
    background: url("data:image/svg+xml,%3Csvg t='1602508638467' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='1739' width='24' height='24'%3E%3Cpath d='M566.97558594 521.09667969L856.8828125 231.18945312c14.63378906-14.63378906 14.63378906-38.75976563 0-53.39355468l-1.58203125-1.58203125c-14.63378906-14.63378906-38.75976563-14.63378906-53.39355469 0L512 466.51660156 222.09277344 176.21386719c-14.63378906-14.63378906-38.75976563-14.63378906-53.39355469 0l-1.58203125 1.58203125c-15.02929688 14.63378906-15.02929688 38.75976563 0 53.39355469l289.90722656 289.90722656L167.1171875 811.00390625c-14.63378906 14.63378906-14.63378906 38.75976563 0 53.39355469l1.58203125 1.58203125c14.63378906 14.63378906 38.75976563 14.63378906 53.39355469 0L512 576.07226563 801.90722656 865.97949219c14.63378906 14.63378906 38.75976563 14.63378906 53.39355469 0l1.58203125-1.58203125c14.63378906-14.63378906 14.63378906-38.75976563 0-53.39355469L566.97558594 521.09667969z' fill='%23989898' p-id='1740'%3E%3C/path%3E%3C/svg%3E") 10px 7px no-repeat;
}
.login_dialog_r .close1{
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 10px;
    width: 34px;
    height: 34px;
    background: url("data:image/svg+xml,%3Csvg t='1602508638467' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='1739' width='24' height='24'%3E%3Cpath d='M566.97558594 521.09667969L856.8828125 231.18945312c14.63378906-14.63378906 14.63378906-38.75976563 0-53.39355468l-1.58203125-1.58203125c-14.63378906-14.63378906-38.75976563-14.63378906-53.39355469 0L512 466.51660156 222.09277344 176.21386719c-14.63378906-14.63378906-38.75976563-14.63378906-53.39355469 0l-1.58203125 1.58203125c-15.02929688 14.63378906-15.02929688 38.75976563 0 53.39355469l289.90722656 289.90722656L167.1171875 811.00390625c-14.63378906 14.63378906-14.63378906 38.75976563 0 53.39355469l1.58203125 1.58203125c14.63378906 14.63378906 38.75976563 14.63378906 53.39355469 0L512 576.07226563 801.90722656 865.97949219c14.63378906 14.63378906 38.75976563 14.63378906 53.39355469 0l1.58203125-1.58203125c14.63378906-14.63378906 14.63378906-38.75976563 0-53.39355469L566.97558594 521.09667969z' fill='%23989898' p-id='1740'%3E%3C/path%3E%3C/svg%3E") 10px 7px no-repeat;
}
.login_dialog_r .title{
    display: flex;
    width: 280px;
    margin: 0 auto;
}
.login_dialog_r .title .tab{
    display: flex;
    flex: 1;
    align-content:center;
    justify-content: center;
    color: #989898;
    text-align: center;
    font-size: 25px;
    position: relative;
    cursor: pointer;
}
.login_dialog_r .title .tab--active{
    color: #121212;
}
.login_dialog_r .title .tab--active::after {
    content: '';
    display: inline-block;
    width: 70px;
    height: 5px;
    background:  #18C8CE;
    position: absolute;
    bottom: -12px;
    z-index: 3;
}
.tabs__content{
    margin: 50px 0;
}
.login_input {
    padding-bottom: 10px;
}
.login_input input{
    width: 360px;
    height: 45px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding-left:60px;
    font-size: 17px;
}
.login_input .user{
    background: url("data:image/svg+xml,%3Csvg t='1602506352378' class='icon' viewBox='0 0 1025 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='5668' width='32' height='32'%3E%3Cpath d='M639.587844 571.975783c50.645853-59.52346 104.044532-139.931555 104.044532-226.090907 0-155.69225-103.608583-282.240365-231.039853-282.240365-127.308468 0-231.166749 126.548115-231.166749 282.240365 0 86.159352 32.64094 143.930828 97.855279 224.590668 107.547477 158.751059-244.1081 170.379445-297.256057 283.614731-15.755578 33.636665-18.509427 59.712781-18.261775 89.784076 0 3.878517-0.370455 7.877789 1.566757 11.065541 1.937212 3.130444 4.938713 5.066632 8.192982 5.066632l876.887561 0c3.127374 0 6.190276-1.937212 8.065063-5.066632 1.937212-3.187752 1.563687-7.125623 1.563687-11.065541 0.62834-33.637688-3.87647-63.776525-12.693699-82.22148C890.886038 743.295692 484.891318 752.172275 639.587844 571.975783z' p-id='5669' fill='%23E5E6E6'%3E%3C/path%3E%3C/svg%3E") 10px 7px no-repeat;
}
.login_input .password{
    background: url("data:image/svg+xml,%3Csvg t='1602506716150' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='13039' width='34' height='34'%3E%3Cpath d='M750.08 422.4l1.28-148.48C751.36 157.44 643.84 64 512 64s-239.36 93.44-239.36 208.64V422.4H243.2c-49.92 0-89.6 39.68-89.6 89.6v358.4c0 49.92 39.68 89.6 89.6 89.6h537.6c49.92 0 89.6-39.68 89.6-89.6V512c0-49.92-39.68-89.6-89.6-89.6H377.6V272.64c0-49.92 60.16-104.96 134.4-104.96s134.4 55.04 134.4 104.96V422.4m-89.6 330.24V793.6c0 25.6-20.48 46.08-44.8 46.08S467.2 819.2 467.2 793.6v-40.96c-35.84-16.64-60.16-52.48-60.16-93.44 0-57.6 47.36-103.68 104.96-103.68s104.96 46.08 104.96 103.68c0 42.24-24.32 78.08-60.16 93.44z' fill='%23E5E6E6' p-id='13040'%3E%3C/path%3E%3C/svg%3E") 10px 7px no-repeat;
}
.login_input .forget{

}
.forget_save{
    float: left;
    font-size: 15px;
    color: #989898;
}
.forget_save .checkbox{

    background: #18C8CE;
}
.forget_edit{
    float: right;
    padding-right: 50px;
}
.forget a{
    color: #18C8CE;
    /* text-decoration: underline; */
}

.login_btn_box{
    margin: 80px 0 0 0;
}
.login_btn_box .login_btn{
    font-size: 21px;
    color: #fff;
    text-align: center;
    width: 360px;
    height: 60px;
    background: #18C8CE;
    border-radius: 6px;
    cursor: pointer;
}
.login_btn_box .login_btn:hover{
    background: #27dde4;
}
.code_input {
    height: 50px;
    margin: 0 0 5px  0;
}
.code_input input{
    float: left;
    padding-left: 20px;
    width: 220px;
}
.code_input .getcode{
    width: 120px;
    text-align: center;
    margin-left: 20px;
    border-radius: 6px;
    font-size: 15px;
    float: left;
    cursor: pointer;
}
.code_input .getcode1{
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-left: 20px;
    background: #d1f4f5;
    border-radius: 6px;
    color: #18C8CE;
    font-size: 15px;
    float: left;
    cursor: pointer;
}
.login_reg{
    margin-top: 40px;
}
