*{
    padding: 0;
    margin: 0;
}
body {

}
body,html{
    background: #C3C3C3;
}

.container_worker{
    width:700px;
    margin: auto;
    background-color: #fff;
}
.header_bkg{
    text-align: center;
    width: 100%;
    /*height: 300px;*/
    background: url(/images/haeder_bkg.jpg?v=a2e06895) no-repeat scroll center center;
    padding-top: 145px;
    color: #fff;
}
.kerne_font{
    font-size: 42px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.twelve{
    font-size: 81px;
}
.kerne{
    font-size: 57px;
}
.result{
    text-align: right;
    font-size: 72px;
    color: #ffd83d;
    padding-right:7%;
}
.header_font{
    margin-top: 100px;
    padding: 0 10%;
    text-align: left;
    height: 80px;
}
.describe_font{
    display: inline-block;
    font-size:14px;
}
.describe_content{
    font-size: 16px;
    text-align: left;
    display: block;
    line-height: 1.5;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
}
.middle_content{
    width: 75%;
    background: #fff;
    /* padding: 10% 5%; */
    margin: auto;
    padding-top: 5%;
}
.label_content_header{
    line-height: 20px;
    height: 20px;
    margin-bottom: 15px;
}
.assess{
    /*width:13px;*/
    /*height:16px;*/
    /*position: relative;*/
    /*top: 3px;*/
    /*display: inline-block;*/
}
.lable_import{
    /*padding-left: 27px;*/
    margin-bottom:30px;
    content: "";
}
.import_input{
    height:38px;
    line-height:38px;
    padding-left:2%;
    width:100%;
    border-radius: 2px;
    border: 1px solid #e2e2e2;
}
.import_textarea {
    height: 114px;
    /*line-height:38px;*/
    padding-left:2%;
    padding-right: 2%;
    padding-bottom: 10px;
    /*padding: 10px;*/
    padding-top: 10px;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #e2e2e2;
}
.assess_title{
    display: inline-block;
    /*margin-left: 1%;*/
}
/*select{
 height: 38px;
}*/
.lable_import select{
    width: 100%;
    height: 22px;
    line-height: 22px;
    border-radius: 2px;
    border: 1px solid #e2e2e2;
    border: none;
    outline: none;
}
.chec_boxs_no{
    display: inline-block;
    margin-left: 20%;
}

.select_padd{
    /*width: 98%;*/
    padding: 8px 0;
    border-radius: 2px;
    border: 1px solid #e2e2e2;

}
.star{
    height: 30px;
    background: #0E9E81;
}
.text_font{
    resize: none;
    height:100px;
    width: 80%;
    border: 1px solid #E2E2E2;
    outline: none;
    font-size: 14px;
    padding-left: 1%;
    border-radius: 2px;
}
.footer_btn{
    /*height: 170px;*/
    /*line-height: 120px;*/
    text-align: center;
    background: #1a60bb;

}
.a_blank{
    padding: 5px;
    display: block;
    text-decoration: none;
    color: #fff2f2;
}
.a_blank:hover{
    text-decoration: none;
    color: #d2d2d2;
}
.duan {
    line-height: 140px;
}
.submit_btn{
    color: #fff;
    background: #4090f2;
    border: 1px solid #4090f2;
    height: 44px;
    line-height: 44px;
    width: 91px;
    text-align: center;
    border-radius: 2px;
    outline: none;
}

.pup_windows{
    z-index: 11;
    position: fixed ;
    width: 585px;
    height: 374px;
    /* background: url(../images/pop_windows.png) no-repeat; */
    top: 50%;
    left: 50%;
    margin-top: -187px;
    margin-left: -292px;
    background: #fff;
    border:1px solid rgba(230, 230, 230, 1);
    box-shadow: 0px 3px 9px 0px rgba(57, 57, 57, 0.16);
}
.pup_header_font{
    text-align: center;
    height: 53px;
    color: #fff;
    line-height: 53px;
    /* padding-top: 40px; */
    background: rgba(252, 252, 252, 1);
}
.top_title{
    display: block;
    font-size: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #818694;
    font-size: 13px;
    text-align: left;
    padding-left: 22px;
}
.bottom_font{
    display: block;
    font-size: 32px;
}
.sussce_icon{
    width: 80px;
    height: 80px;
    margin: auto;
    margin-top: 56px;
}
.thanks_font{
    font-size: 14px;
    color: #2F2F2F;
    text-align: center;
    /* margin-top: 10px; */
}
.thanks_font p:nth-child(1){
    /* line-height: 20px; */
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(54, 53, 57,1);
}
.thanks_font p:nth-child(2){
    /* line-height: 20px; */
   font-size: 13px;
   color: #909090;
   margin:0;
}
.pup_footer{
    margin-top: 50px;
    font-size: 14px;
    color: #3287e9;
    font-size: 12px;
    text-align: center;
}
.footer_btn button{
    cursor: pointer
}
.worker_file_add_icon{
    width: 17px;
    height: 17px;
    background: url(/images/add_nor.png?v=a253f7ab) no-repeat;

}
.file_delete_icon{
    width: 17px;
    height: 17px;
    background: url(/images/jianshao_new.png?v=aaa62895) no-repeat;
    float: right;
}
.sussce_icon img{
    width: 80px;
    height: 80px;
}
