@import url(header.css);
.scolltips{
    display: none;
}
.crumbs_box{
    padding: 20px 0;
}
.tablecheklist.four tr td{
    width: 25%;
}
.tablecheklist.three tr td{
    width: 33.333%;
}
.crumbs_box a{
    display: inline-block;
    padding-right: 30px;
    position: relative;
    color: #6d6d6d !important;
    font-size: 16px;
    cursor: default;
}
.crumbs_box a:first-child{
    cursor: pointer;
}
.crumbs_box a:last-child{
    cursor: pointer;
}
.crumbs_box a::after{
    content: ">";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.crumbs_box a:last-child::after{
    display: none;
}
.line_title{
    position: relative;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 25px;
    font-size: 35px;
}
.line_title::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);    
    width: 80px;
    height: 3px;
    background: #e60012;
}
.graytext{
    color: #999 !important;
}
select{
    padding: 8px 7px 8px 10px;
    border-radius: 0;
    outline:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    color: #000;
    border: 1px solid #bdbdbd;
    font-size: 14px;
    background:  url(../images/arrow_b.png) center right 10px no-repeat;
    background-size: 10px 6px;
    width: 60%;
}
.auth_form select{
    width: 60%;
    font-size: 14px;
}
select::-ms-expand { display: none;}
.auth_form input[type="text"],
.page_box input[type="text"],
.messageHead input[type="text"]{
    padding: 8px 7px 8px 10px;
    font-size: 14px;
    width: 60%;
    float: right;
    border: 1px solid #bdbdbd;
    line-height: 1;
    outline:none;
    color: #000;
    border-radius: 0;
    background-size: 10px 6px;
    font-size: 14px;
}
input::-webkit-input-placeholder {
    color: #000;
}
.auth_form li:nth-child(even) input{
    width: 75%;
}
.btn_center{
    text-align: center;
    padding-bottom: 60px;
}
.btn_center input[type="submit"]{
    margin-top: 10px;
}
.btn_center .red_btn{
    display: inline-block;
    color: #fff;
    background: #e60012;
    font-size: 14px;
    padding: 0 36px;
    height: 37px;
    line-height: 37px;
}
.content .content_left{
    width: 77%;
    float: left;
    padding-right: 20px;
    background: #fff;
    position: relative;
}
.content .content_left::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: #f8f8f8;
}
.list_box{
    padding: 0 30px;
}
.content .content_left .icon_change{
    text-align: right;
    padding-bottom: 8px;
    border-bottom: 1px solid #efefef;
}
.content .content_left .icon_change span{
    width: 45px;
    height: 41px;
    border: 1px solid #efefef;
    background: #fafafa;
    display: inline-block;
    margin-left: 8px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.content .content_left .icon_change span img{
    width: 50%;
}
.content .content_right{
    width: 23%;
    float: right;
    background: #fff;
}
.auth_form{
    padding: 60px 30px 5px 30px;
}
.auth_form ul{
    margin-left: -15px;
    margin-right: -15px;
}
.auth_form li{
    width: 55%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
}
.auth_form li:nth-child(even){
    width: 45%;
}
.auth_form select{
    float: right;
}
.auth_form span{
    padding: 8px 0;
    float: left;
    display: block;
    font-size: 14px;
    color: #000;
}
.auth_form li:nth-child(even) select{
    width: 75%;
}
.content_right_t{
    padding: 40px 8px;
    position: relative;
}
.content_right_t::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 100%;
    background: #f8f8f8;
}
.list_box table tr .black{
    color: black;
}
.content_right_t::before{
    content: "";
    display: block;
    height: 41px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}
.content_right_t li{
    width: 33.333%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0 2px;
    cursor: pointer;
}
.content_right_t li:nth-child(1),
.content_right_t li:nth-child(2),
.content_right_t li:nth-child(3){
    padding-top: 10px;
}
.content_right_t li:nth-child(3n+2){
    border-right: 1px solid #f0f0f0;
}
.content_right_t li:nth-child(3n+1){
    border-right: 1px solid #f0f0f0;
}
.content_right_t li img{
    width: 28px;
    height: 28px;
    margin-bottom: 20px;
}
.content_right_t li h4{
    font-size: 13px;
    min-height: 46px;
    line-height: 1.2;
}
.content_right_t li h4.active{
    color: #e60012;
}
.content_right_b{
    padding: 15px 30px 45px 30px;
}
.content_right_b a{
    display: block;
    padding: 15px 0 15px 25px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    color: #4d4d4d;
    font-size: 16px;
}
.content_right_b a:last-child{
    border: 0;
}
.content_right_b a:hover{
    color: #e60012;
}
.content_right_b a::before{
    color: #bdbdbd;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 7px;
    height: 13px;
    background: url(../images/arrow_r.png) no-repeat;
    background-size: 7px 13px;
}
.content_right_b a:hover::before{
    background: url(../images/arrow_r_active.png) no-repeat;
    background-size: 7px 13px;
}
.content .content_left .messageHead .pickAll{
    width: 100%;
    display: block;
}
.content .content_left .messageHead .pickAll::before{
    width: 15px;
    height: 15px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/pick.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.content .content_left .pickAll input{
    width: 15px;
    height: 15px;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}
.messageHead .inpcheckbox{
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/pick.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin-left: 30px;
    position: relative;
}
.messageHead td{
    position: relative;
}
.messageHead .inpcheckbox input{
    width: 15px;
    height: 15px;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}
.list_box table th{
    text-align: center;
    border-left: 1px solid #dfdfdf;
    font-size: 14px;
    position: relative;
    min-width: 80px;
    font-weight: normal;
    color: #000;
}
.list_box table td{
    font-weight: normal;
    color: #000;
}
.messageHead td{
    position: relative;
    font-size: 14px;
    text-align: center;
    padding: 20px 8px;
}
.table_box table td a{
    color: #e60012;
    font-size: 14px;
}
.messageHead tr{
    border: 1px solid #f8f8f8;
}
 .messageHead tr:first-child{
    border: 0;
}
 .messageHead tr:first-child.newBorderStyle{
    border: 0 !important;
    background: transparent !important;
}
.content .content_left table .pickAll.active::before{
    background: url(../images/pick_active.png) no-repeat;
    background-size: 100% 100%;
}
.content .content_left table .inpcheckbox.active{
    background: url(../images/pick_active.png) no-repeat;
    background-size: 100% 100%;
}
.content .content_left table .newBorderStyle{
    background: #f8f8f8;
    border-left: 3px solid #e60012;
}
.content .content_left .page_box{
    padding-top: 16px;
    padding-bottom: 20px;
}
.page_box input{
    vertical-align: middle;
}
.content .content_left .page_box table{
    width: auto;
    float: right;
}
.content .content_left .page_box .page_arrow{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.content .content_left .page_box .page_prev{
    background: #e60012 url(../images/arrow_l_white.png) center center no-repeat;
    background-size: 7px 12px;
    
}
.content .content_left .page_box .page_next{
    background: #e60012 url(../images/arrow_r_white.png) center center no-repeat;
    background-size: 7px 12px;
}
.content .content_left .page_box .page_count select{
    border: 1px solid #b5b5b6;
    height: 35px;
    width: 59px;
    font-size: 14px;
    line-height: 35px;
    padding: 0;
    padding-left: 14px;
    background: url(../images/arrow_b.png) center right 9px no-repeat;
    appearance: none;
    background-size: 10px 6px;
    outline: none;
    border-radius: 0;
}
.content .content_left .page_box ul li{
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.content .content_left .page_box ul .page_prev.active{
    background: #efefef url(../images/arrow_l.png) center center no-repeat;
    background-size: 7px 12px;
}
.content .content_left .page_box ul .page_next.active{
    background: #efefef url(../images/arrow_r.png) center center no-repeat;
    background-size: 7px 12px;
}
.messageHead{
    border: 0;
}
.messageHead .czb-th th{
    border: 0;
    padding: 20px 8px;
    position: relative;
}
/* .messageHead .czb-th th::before{
    content: "";
    display: block;
    width: 1px;
    height: 30%;
    background: #dfdfdf;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
} */
.messageHead .czb-th th:first-child::before{
    display: none;
}
.messageHead td input[type="file"]{
    min-width: 200px;
    font-size: 16px;
}
.messageHead td,.messageHead td input[type="file"]{
    border: 0;
}
@media (max-width: 1250px) {
    .content_right_t li h4{
        font-size: 12px;
    }
}
@media (max-width: 1200px) {
    .line_title{
        font-size: 25px;
        padding-bottom: 15px;
        padding-top: 20px;
    }
    .auth_form{
        padding: 40px 20px 5px 20px;
    }
    .auth_form span,
    .btn_center .red_btn,
    .content .content_left table td p,
    .list_box table th,
    .content_right_b a,
    .crumbs_box a,
    .table_box table td a,
    table td span{
        font-size: 14px;
    }
    .content .content_left{
        width: 70%;
    }
    .content .content_right{
        width: 30%;
    }
}
@media (max-width: 992px){
    .content .content_left{
        width: 100%;
        padding-right: 0;
        height: auto !important;
    }
    .content .content_right{
        width: 100%;
        height: auto !important;
        padding-top: 20px;
    }
    .content .content_left::after{
        display: none;
    }
}
@media (max-width: 768px){
    .auth_form span,
    .content_right_t li h4,
    .content_right_b a,
    .crumbs_box a{
        font-size: 13px;
    }
    .crumbs_box a{
        padding-right: 10px;
    }
    .crumbs_box a::after{
        right: 0;
    }
    .auth_form select{
        font-size: 12px;
        padding: 5px 9px 5px 9px;
    }
    .auth_form input[type="text"], .page_box input[type="text"],.messageHead input[type="text"]{
        font-size: 12px;
        padding: 5px 9px 5px 9px;
    }
    .auth_form{
        padding: 20px 25px 0 25px;
    }
    .auth_form li{
        padding: 0;
        margin-bottom: 10px;
        position: relative;
    }
    .auth_form span{
        width: 43%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        padding-left: 10px;
    }
    .line_title{
        font-size: 26px;
        padding-bottom: 20px;
        padding-top: 40px;
    }
    .line_title::after{
        height: 2px;
        width: 40px;
        bottom: 10px;
    }
    .auth_form ul{
        margin-left: -10px;
        margin-right: -10px;
    }
    .btn_center{
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .list_box{
        padding: 0 15px;
    }
    .bg_grey{
        padding-bottom: 15px;
        padding-top: 0;
    }
    .content_right_b{
        padding: 0 15px 20px 15px;
    }
    .content .content_left table td p{
        padding: 10px 20px 10px 30px;
    }
    .content .content_left table td p::before{
        left: 7px;
    }
    .list_box table th:first-child{
        width: 70px;
        padding-left: 20px;
    }
    .table_box table td a{
        font-size: 12px;
    }
    .messageHead .inpcheckbox{
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 0;
    }
    .messageHead td{
        font-size: 12px;
        padding: 10px 8px;
    }
    .auth_form li:nth-child(even) input[type="text"],
    .auth_form select,.auth_form input[type="text"],
    .auth_form li:nth-child(even) select{
        width: 57%;
    }
    .auth_form input[type="text"]{
        font-size: 12px;
    }
    .content .content_left .icon_change span{
        width: 30px;
        height: 28px;
        line-height: 28px;
    }
    .list_box table .yesContent td{
        padding: 11px 0;
    }
    .auth_form li{
        width: 100%;
    }
    .auth_form li:nth-child(even){
        width: 100%;
    }
    .btn_center .red_btn{
        font-size: 12px;
        height: 28px;
        line-height: 28px;
        padding: 0 20px;
    }
    .list_box table{
        margin-top: 18px;
        /* width: 550px; */
    }
    .list_box table td,
    .list_box table th{
        font-size: 12px;
    }
    .content .content_left .messageHead .pickAll::before{
        left: 10px;
    }
    .content .content_left .pickAll input{
        left: 10px;
    }
    .content .content_left .page_box{
        padding-top: 10px;
        overflow: auto;
        padding-bottom: 0;
    }
    .messageHead td input[type="file"]{
        min-width: 100px;
        font-size: 12px;
    }
    .content .content_left .page_box span{
        font-size: 12px;
    }
    .content .content_left .page_box .page_arrow{
        width: 20px;
        height: 20px;
        line-height: 20px;
        background-size: 4.5px 7px;
    }
    .content .content_left .page_box .page_count select{
        width: 35px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        position: relative;
        z-index: 999;
        padding-left: 4px;
        background: url(../images/arrow_b.png) center right 5px no-repeat;
        background-size: 7.5px 4.5px;
    }
    .content .content_left .page_box ul .page_next.active{
        background-size: 4.5px 7px;
    }
    .content .content_left .page_box ul li{
        margin-left: 5px;
    }
    .content .content_right{
        margin-top: 15px;
        padding: 0 13px;
    }
    .content .content_left{
        padding: 0 13px 20px 13px;
    }
    .content_right_t li{
        width: 25%;
        padding: 15px 0;
    }
    .content_right_t li:nth-child(1),
    .content_right_t li:nth-child(2),
    .content_right_t li:nth-child(3),
    .content_right_t li:nth-child(4){
        padding-top: 0;
    }
    .content_right_t::after{
        height: 15px;
    }
    .crumbs_box{
        padding: 15px 13px;
    }
    .content_right_t li:nth-child(3n+1),
    .content_right_t li:nth-child(3n+2){
        border-right: 0;
    }
    .content_right_t li:nth-child(4n+3),
    .content_right_t li:nth-child(4n+2),
    .content_right_t li:nth-child(4n+1){
        border-right: 1px solid #f0f0f0;
    }
    .content_right_t{
        padding: 20px 8px;
    }
    .content_right_t li h4{
        min-height: 32px;
    }
    .content_right_t::before{
        height: 35px;
    }
    .content .content_left .page_box table{
        float: none;
    }
}
table.standard_table{
    margin-bottom: 20px;
}
.auth_standard_ppa{
    background: #fff;
}
.auth_standard_ppa .message_box{
    border: 0;
    padding-right: 0;
    margin-top: 0;
}
table.standard_table tr td{
    padding: 8px;
    border: 1px solid #dddddd;
    line-height: 1.6;
}
table.standard_table tr th{
    padding: 8px;
    border: 1px solid #dddddd;
    text-align: center;
}
.standard_time{
    font-size: 14px;
    text-align: right;
    display: block;
    padding-bottom: 20px;
    color: #6d6d6d;
}
.standard_title{
    font-size: 14px;
    padding-bottom: 25px;
    line-height: 1.6;
}
.message_box  p.standard_title{
    padding-top: 0;
}
h3.standard_title{
    font-weight: 600;
}
a.standard_down{
    font-size: 14px;
    color: #e60012;
    /* margin: 20px 0 20px; */
    display: inline-block;
    padding-left: 25px;
    position: relative;
}
.auth_standard_ppa a{
    color: #e60012;
    font-size: 14px;
}
a.standard_down::before{
    content: "";
    background: url(../images/standard_down.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px;
}
a.standard_down i{
    position: relative;
    padding-left: 15px;
    font-style: normal;
}
a.standard_down i:before{
    content: "";
    background: url(../images/lock.png) no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.btn_fun{
    padding-bottom: 20px;
}
.btn_fun li{
    float: right;
    width: 85px;
    height: 30px;
    line-height: 30px;
    background: #f7f7f7;
    margin-left: 5px;
}
.btn_fun li a{
    padding-left: 35px;
    color: #6d6d6d;
    background: url(../images/btn_pro_detail.png) no-repeat;
    background-size: 22px 138px;
    font-size: 14px;
    display: block;
    line-height: 30px;
}
.btn_fun .good a{
    background-position: 10px 5px;
}
.btn_fun .collect a{
    background-position: 10px -55px;
}
.btn_fun .print a{
    background-position: 10px -24px;
}
.h_eamil{
    padding-top: 30px;
}
.h_eamil img{
    width: 100%;
    display: block;
}
.auth_process{
    text-align: center;
}
.auth_process img{
    width: 60%;
}
.message_box{
    margin-top: 50px;
    padding: 40px 25px 20px 25px;
    border: 1px solid #bdbdbd;
    position: relative;
}
.message_box .type_message{
   display: block;
   background: #fff;
   font-size: 20px;
   position: absolute;
   top: -16px;
   left: 25px;
}
.message_box table{
    width: 100%;
    font-weight: normal;
}

.message_box table{
     border:1px solid #333;
}
.message_box table tr td{
     border-right:1px solid #333;
      border-bottom:1px solid #333;
}
.message_box table tr td:last-child{
    border-right:none;
}
.message_box table tr:last-child td{
    border-bottom:none;
}
.message_box table td,.message_box table th{
    font-size: 14px;
}
.message_box table.message_one td{
    padding-bottom: 20px;
}
.message_box table.message_one td table td{
    padding: 0;
}

.message_box table td,.message_box table th{
    font-size: 14px;
}
.message_box table.message_one td{
    padding-bottom: 20px;
}
.message_box table.message_one td table td{
    padding: 0;
}
.message_box table td input[type="text"]{
    padding: 8px 7px 8px 10px;
    width: 95%;
    font-size: 14px;
}
.message_box table.message_two{
    margin-bottom: 20px;
}
table.platform_table th,
table.message_two th{
    background: #f2f2f2;
    padding: 8px;
    border: 1px solid #dddddd;
    text-align: center;
}
.message_box table.message_two td{
    padding: 8px;
    border: 1px solid #dddddd;
}
.cert_btn{
    padding: 15px 0 30px;
}
.cert_btn .red_btn{
    margin: 15px 10px 0;
}
.message_box table.in_items{
    display: none;
}
.message_box table.in_items{
    margin-bottom: 20px;
}
.message_box table.in_items td{
    padding: 8px;
    border: 1px solid #dddddd;
    vertical-align: top;
}
.message_box table.in_items tr td:first-child{
    background: #f2f2f2;
}
.platform_table{
    margin-bottom: 20px;
}
.platform_table tr td{
    border: 1px solid #dddddd;
    padding: 8px;
}

.message_box .tablecheklist tr td,
.platform_table table tr td{
    border: 0;
}
.message_box input[type="radio"],
.message_box input[type="checkbox"]{
    border: 0;
    margin: 0 5px 0 0;
    width: auto;
}
.platform_table ul li{
    width: 33.333%;
    float: left;
}
.platform_pick{
    display: none;
}
.engineer_message .list_box{
    padding: 0 0 20px;   
}
.engineer_message .list_box table{
    width: 780px;
}
.upload_message{
    padding-top: 20px;
    margin-top: 0;
}
.upload_tab{
    margin-top: 50px;
}
.upload_tab li{
    float: left;
    width: 20%;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    cursor: pointer;
    color: #000;
}
.upload_tab li.active{
    background: #e60012;
    color: #fff;
}
.upload_message .platform_table{
    display: none;
}
.file{
    position: relative;
    display: block;
    background: #e60012;
    /* height: 30px;
    line-height: 30px; */
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding: 9px 7px 8px 10px;
}
.icon_change input[type="image"]{
    border: 0 !important;
    width: 25px;
    height: 23px;
    margin-top: 8px;
}
.file input{
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
    opacity: 0;
    font-size: 14px;
    margin-right: 0;
    padding: 0 !important;
    cursor: pointer;
}
.table_box{
    overflow-x: auto;
    padding: 0 2px;
}
table td span{
    font-size: 14px;
}
.btn_center .tirs{
    font-size: 14px;
    color: #e60012;
    padding-bottom: 10px;
}
.message_box label{
    position: relative;
}
.message_box label input{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
}
.message_box label input:checked + .radio_style{
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #000;
    border-radius: 100%;
}
.message_result{
    border: 0;
    padding-top: 0;
}
.table_box table td table{
    min-width: auto;
}
.tablecheklist tr td {
    position: relative;
}
.tablecheklist tr td input{
    opacity: 0;
    cursor: pointer;
}
.tablecheklist tr td label::before{
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #000;
    border-radius: 100%;
    position: absolute;
    left: -18px;
    top: 3px;
    cursor: pointer;
}
.tablecheklist tr td input:checked + label::before{
    border: 0;
    background: url(../images/radio_icon.png) no-repeat;
    background-size: 13px 13px;
}
.message_box p{
    font-size: 14px;
    padding: 10px 0;
}
.message_box td a{
    color: #e60012;
}
.message_result table.in_items tr.no_bg td{
    background: #fff;
}
.StarRatTxt{
    padding: 30px 20px 0;
    font-size: 14px;
}
input[type="submit"]{
    background: #e60012;
    color: #fff;
    border: 0;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    margin-left: 20px;
    display: inline-block;
    padding: 0 20px;
    width: auto;
}
.apply_process{
    padding-top: 10px;
}
.apply_process li{
    width: 25%;
    background: #f2f2f2;
    text-align: center;
    float: left;
    padding: 10px 0;
}
.apply_process li.active{
    color: #fff;
    background: #e60012;
}
.apply_process li.active span{
    border-color: #fff;
}
.apply_process li span{
    display: block;
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 21px;
    border-radius: 100%;
    margin: 0 auto;
    border: 2px solid #333;
}
.apply_process li p{
    font-size: 14px;
    min-height: 42px;
    margin-top: 5px;
}
p.field{
    font-size: 14px;
    padding-top: 20px;
}
.pt60{
    padding-top: 60px !important;
}
.adminul li{
    float: left;
    width: 33.333%;
    font-size: 14px;
}
.message_box .labelstyle label{
    border-radius: 0;
}
.message_box .labelstyle label input:checked + .radio_style{
    border-radius: 0;
}
.auth_form3{
    padding-top: 40px;
}
.auth_form.auth_form3 ul li{
    width: 40%;
}
.auth_form.auth_form3 ul li:last-child{
    width: 20%;
    text-align: center;
}
.auth_form.auth_form3 ul li button{
    display: block;
    background: #e60012;
    color: #fff;
    padding: 8px 0;
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    border: 0;
}
.message_box textarea{
    width: 95%;
    border: 1px solid #bdbdbd
}
.message_box_noborder select{
    width: 95%;
}
.message_box .indent_red{
    color: #e60012;
    padding-bottom: 10px;
}
.message_box .indent_red a{
    color: #6d6d6d;
}
.message_box_nop{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.one_select{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
.one_select select{
    width: 30%;
    margin-left: 10px;
}
.one_select span{
    font-size: 16px;
}
.one_select a{
    margin-left: 18px;
}
@media (max-width: 768px){
    .h_eamil{
        display: none;
    }
    .standard_title{
        padding-bottom: 15px;
        font-style: 12px;
    }
    .auth_standard_ppa .message_box{
        padding-left: 0;
    }
    .standard_time{
        font-size: 12px;
        padding-bottom: 15px;
    }
    a.standard_down{
        margin: 0 0 10px;
    }
    a.standard_down i{
        display: block;
    }
    .auth_process img{
        width: 90%;
    }
    .btn_fun{
        display: none;
    }
    .scolltips{
        display: block;
    }
    .scolltips img{
        width: 120px;
        position: absolute;
        top: 10%;
        left: 50%;
        margin-left: -60px;
        z-index: 999;
    }
    table td span{
        font-size: 12px;
    }
    .table_box{
        padding: 10px 0 0;
        position: relative;
        overflow-x: auto;
    }
    .table_box table{
        min-width: 710px;
    }
    .message_box .type_message{
        font-size: 14px;
        top: -12px;
    }
    .message_box select{
        font-size: 12px;
    }
    .message_box{
        padding: 10px 12px 0 12px;
        margin-top: 20px;
    }
    .message_box table td input[type="text"]{
        padding: 5px 9px 5px 9px;
        font-size: 12px;
    }
    .cert_btn{
        padding: 10px 0 0;
    }
    .cert_btn input{
        margin-top: 10px;
    }
    .message_box table td,.message_box table th{
        font-size: 12px;
    }
    .upload_tab li{
        width: 30%;
        font-size: 12px;
    }
    .upload_message{
        margin-top: 0;
    }
    .upload_tab{
        margin-top: 20px;
    }
    .file{
        font-size: 12px;
    }
    .btn_center .tirs{
        font-size: 12px;
    }
    .message_box p{
        font-size: 12px;
    }
    .message_result{
        margin-top: 0;
    }
    .message_box  a{
        font-size: 12px !important;
    }
    .pt60{
        padding-top: 20px !important;
    }
    p.field{
        font-size: 12px;
        padding-top: 10px;
    }
    .apply_process li p{
        font-size: 12px;
        min-height: 35px;
    }
    .apply_process li span{
        font-size: 12px;
        width: 20px;
        height: 20px;
        border: 1px solid #333;
        line-height: 18px;
    }
    input[type="submit"]{
        font-size: 12px;
        height: 28px;
        line-height: 28px;
        padding: 0 10px;
    }
    .message_box>.btn_center{
        padding-bottom: 20px;
    }
    .auth_form3{
        padding-left: 0;
        padding-right: 0;
    }
    .auth_form.auth_form3 ul li button{
        font-size: 12px;
        width: 30%;
    }
    .auth_form.auth_form3 ul li:last-child{
        width: 100%;
    }
    .auth_form.auth_form3 ul li{
        width: 100%;
    }
    .auth_form.auth_form3 select{
        width: 50% !important;
        margin-right: 5%;
    }
    .cert_btn .red_btn{
        margin: 5px 5px 0;
        padding: 0 18px
    }
    .message_box table.message_one td select{
        width: 100%;
    }
    .one_select{
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .one_select select{
        width: 50%;
        margin-left: 5px;
        font-size: 12px;
    }
    .one_select span{
        font-size: 12px;
    }
    .one_select a{
        margin-left: 10px;
        font-size: 12px;
    }
    .icon_change input[type="image"]{
        width: 18.75px;
        height: 17.25px;
        margin-top: 4px;
    }
    .StarRatTxt{
        font-size: 12px;
        padding: 15px 10px 0;
    }
}

@media (max-width: 320px){
    .content_right_t li{
        padding: 10px 5px 10px 5px;
    }
}

/* 常用应用 */
.mask{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0,0.5);
    display: none;
    overflow: auto;
}

.mask .set_app{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    background: #fff;
    padding-top: 45px;
    min-width: 1200px;
    transform: translateY(-50%);
    height: 600px;
    overflow-y: auto;
    min-width: 1200px;
}
.mask .set_app .set_app_box{
    padding-right: 50px;
    position: relative;
    padding-bottom: 50px;
}
.mask .set_app h1{
    padding: 20px 0 20px 35px;
    border-left: 3px solid #e60012;
    background: #f8f8f8;
    font-size: 24px;
    position: relative;
}
.mask .set_app .common h1:after{
    content: "以下应用展示在首页（最多10个）";
    display: block;
    position: absolute;
    font-size: 16px;
    color: #8e8d8d;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.set_app_close{
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.mask .common_app{
    padding: 30px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0,0.1);
    margin-top: 10px;
    position: relative;
}
.mask .common_app ul{
    min-height: 115px;
}
.mask .common_app li{
    width: 10%;
    float: left;
    padding: 0 10px;
    text-align: center;
}
.mask .common_app li .common_app_box{
    padding: 25px 0 2px;
    border: 1px solid #efefef;
    position: relative;
}
.mask .common_app li .common_app_box i{
    display: block;
    background: url(../images/del_app_icon.png) no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 0;
    top: 7px;
    cursor: pointer;
}
.mask .common_app li img{
    width: 28px;
    height: 28px;
}
.mask .common_app li h4{
    font-size: 13px;
    padding-top: 20px;
    min-height: 60px;
}
.mask .common_app .common_list ul{
    display: none;
}
.mask .common_app .common_list h2{
    font-size: 16px;
    padding-left: 20px;
    background: url(../images/arrow_r.png) center left no-repeat;
    background-size: 7px 12px;
    margin-bottom: 15px;
    cursor: pointer;
    display: inline-block;
}
.mask .add .common_app li{
    margin-top: 15px;
}
.mask .common_app .common_list h2.active{
    background: url(../images/arrow_b_active.png) center left no-repeat;
    background-size: 10px 6px;
    margin-bottom: 0;
}
.mask .common_app .common_list li i{
    background: url(../images/add_app_icon.png) no-repeat;
}
.mask .common_app .common_list ul{
    padding-bottom: 20px;
}
.mask .common_app .common_list:last-child ul{
    padding-bottom: 0;
}
.mask .tips{
    padding: 30px 40px 30px 90px;
    position: relative;
    display: inline-block;
    background: #f2f1f1 url(../images/tips_icon.png) center left 40px no-repeat;
    background-size: 40px 40px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999;
}
.mask .tips::after{
    content: "";
    width: 12px;
    height: 12px;
    background: #f2f1f1;
    transform: rotate(135deg);
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
}
.mask .tips .tips_close{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    right: 18px;
    cursor: pointer;
}

.overflowscroll{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@media (max-width: 768px){
    .mask .set_app h1{
        font-size: 16px;
        padding: 10px 13px 10px 17px;
        border-left: 2px solid #e60012;
        margin-bottom: 20px;
    }
    .mask .set_app .common h1:after{
        font-size: 12px;
        right: 13px;
    }
    .mask .set_app .set_app_box{
        padding-right: 0;
    }
    .set_app .container{
        padding: 0;
    }
    .set_app_close{
        width: 20px;
        height: 20px;
        top: -33px;
        right: 13px;
    }
    .mask .common_app li{
        width: 25%;
        margin-bottom: 20px;
        padding: 0 8px;
    }
    .mask .common_app{
        padding: 0 7px;
        box-shadow: 0 1px 1px rgba(0, 0, 0,0.1);
    }
    .mask .common_app li h4{
        font-size: 12px;
        padding-top: 15px;
        min-height: 52px;
    }
    .mask .common_app li .common_app_box{
        padding: 10px 0 5px;
    }
    .mask .common_app li .common_app_box i{
        top: 0;
        width: 14px;
        height: 14px;
        background-size: 100% 100%;
    }
    .mask .set_app .add .common_app{
        box-shadow: none;
    }
    .mask .common_app .common_list ul{
        padding-bottom: 0;
    }
    .mask .tips{
        margin-left: 15%;
        width: 70%;
        padding: 20px 30px 25px 50px;
        background-size: 30px 30px;
        background-position-x: 10px;
        font-size: 13px;
    }
    .mask .tips .tips_close{
        top: 10px;
        right: 10px;
    }
    .mask .set_app{
        margin-top: 50px;
        min-width: auto;
        top: 0;
        transform: translateY(0);
        height: calc(100vh - 50px);
    }
    .btn_center input[type="submit"]{
        margin-right: 5px;
    }
}

/* 2021-10-18 */
.table-no-border {
    border: none !important;
}
.table-no-border td {
    border: none !important;
}
.table-change-color {
    border: none !important;
}
.table-change-color td {
    border: 1px solid #dddddd !important;
}
.table-page-border {
    border: none !important;
}
.table-page-border table {
    border: none !important;
}
.table-page-border td {
    border: none !important;
}