body {
    font-family: "Microsoft YaHei";
}

.task-title{
    min-height: 152px;
    background-color: #bd1a2d;
    position: relative;
    box-sizing: border-box;
    /*padding-bottom: 20px;*/
}
.task-adds{
    display: inline-block;
    width: 1085px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    vertical-align: top;
}
.task-adds a{
    color: #FFFFFF;
}
.task-adds span{
    margin: 0 5px;
}
.bottom-x{
    position: absolute;
    top: 55px;
    background-color: #d45054;
    width: 100%;
    height: 1px;
}
.title-main{
    width: 1200px;
    margin: 0 auto;
    color: #FFFFFF;
    /*height: 318px;*/
}
.tit-name{
    font-size:36px;
    margin: 20px 0 15px 0;
    width: 1200px;
    /*height: 135px;*/
    position: relative;
    display: table;
}
.task-adds{
    display: inline-block;
    width: 1085px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    vertical-align: top;
}
.center{
    border-top: 1px solid transparent;
    width: 1200px;
    margin: 0 auto;
}
.youtxt{
    font-size: 25px;
    font-weight: bolder;
    margin-top: 34px;
}
.you{
    width: 28px;
    vertical-align: top;
    margin: 1px 10px 0 0;
}
.table-main{
    width: 1200px;
    margin:  0 auto;
    position: relative;
}
.condition{
    font-size: 16px;
    margin: 20px 0 0 0;
    font-weight: bolder;
}
.answer{
    margin: 10px 0 5px 25px;
    font-size: 16px;
    cursor: pointer;
}
.answer img{
    vertical-align: top;
    margin:3px 10px 0 0;
}
.blem-d-btn{
    margin: 40px auto 40px auto;
    text-align: center;
}
.blem-d-btn .btsp {
    display: inline-block;
    width: 157px;
    height: 48px;
    border: 1px solid #dfdfdf;
    color: #cd0600;
    text-align: center;
    line-height: 48px;
    margin: 0 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.workShi{
    border-top: 1px solid #dfdfdf;
}
.alsxx {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 50px;
}
.workColor {
    display: block;
    width: 80px;
    height: 44px;
    line-height: 44px;
    border: 2px solid #FFFFFF;
    text-align: center;
    cursor: pointer;
    font-size: 19px;
    padding: 0 40px;
    color: #FFFFFF;
    border-radius: 10px;
    background-color: #bd1b2d;
    margin: 0 20px;
}
/*.one-a {*/
    /*text-align: right;*/
    /*margin: 40px 0 30px 0;*/
/*}*/
/*.one-a a {*/
    /*display: inline-block;*/
    /*margin: 0 15px;*/
    /*font-size: 15px;*/
    /*cursor: pointer;*/
/*}*/
/*.one-a a img {*/
    /*vertical-align: middle;*/
    /*margin: 0 10px 2px 0;*/
/*}*/
/*.workColor {*/
    /*color: #cd0600 !important;*/
/*}*/
#apply-table {
    width: 1200px;
    border: 1px #d4d4d4 solid;
    border-collapse: collapse;
    table-layout: fixed;
    word-break: break-all;
    margin-top: 60px;
}
#apply-table th {
    background-color: #fafafa;
    font-size: 16px;
    text-align: center;
    border: 1px #d4d4d4 solid;
    height: 40px;
    line-height: 40px;
}
#apply-table td {
    border: 1px #d4d4d4 solid;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    line-height: 25px;
}
#apply-table .kb {
    width: 70px;
    text-align: center;
    display: block;
    padding: 5px 5px;
    border: 1px solid #d1564f;
    color: #d1564f;
    margin: 10px 0;
    cursor: pointer;
}
.skipSP {
    display: block;
    color: #cd0600;
    cursor: pointer;
}
.prompt-box{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    z-index: 999;
}
.promptmain{
    width: 540px;
    left: 50%;
    top: 25%;
    position: relative;
    transform: translate(-50%,-25%);
}
.promptTitle-div{
    height: 68px;
    background-color: #cd0600;
    box-sizing: border-box;
    padding: 12px 10px 25px 37px;
}
.prompt-title{
    color: #FFFFFF;
    font-size: 21px;
    margin-top: 10px;
    float: left;
}
.prompES{
    float: right;
}
.promptcontent{
    box-sizing: border-box;
    padding: 34px 37px 50px 37px;
    font-size: 16px;
    background-color: #FFFFFF;
    overflow-y: scroll;
}
._hidden{
    display: none;
}
.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}