﻿body {
    background: #ededed !important;
}
.div_context1 {
    width: 1200px;
    margin: 0px auto;
        margin-top: 160px;
    background-color: white;
    border-radius: 9px;
    border: 1px solid white;
}
.bjy_bsjs {
    background: #fff;
    padding: 30px 50px;
    margin: 30px 0px 30px 0px;
}
.tishi_ {
    line-height: 24px;
    color: #1A1A1A;
    padding-top: 10px;
    padding-bottom: 15px;
}
.s_title {
    background-color: #f7f7f7;
    padding: 10px 15px;
    text-align: center;
}
.s_title h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #333333;
}
.con_form {
    padding: 30px 40px;
}
.con_form .form-control-s {
    padding-bottom: 20px;
    position: relative;
}
.con_form .form-control-s label {
    margin-bottom: 5px;
    width: 14%;
    text-align: right;
}
.tip {
    color: red;
    font-size: 12px;
    padding: 0px 5px 0px 0px;
}
.con_form .form-control-s input {
    border: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-family: inherit;
    font-size: 14px;
    padding: 5px 10px;
    width: 84%;
    box-sizing: border-box;
    background: 0 0;
}
.con_form .form-control-s small {
    color: #e74c3c;
    position: absolute;
    bottom: 2px;
    left: 25%;
    visibility: hidden;
    width: 100%;
}
.con_form button {
    background-color: #07A6DD;
    border: 2px solid #07A6DD;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-family: inherit;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
    width: 100%;
}
.table-striped > tbody > tr:nth-of-type(2n+1){background-color: #ffffff;}
.table-striped > tbody > tr:nth-of-type(2n+1) td{border-right:1px solid #F1F1F1;}
.table-striped > tbody > tr:nth-of-type(2n+2){background-color: #F0F0F0;}
/*.table-striped > tbody > tr:nth-of-type(2n+2) td{border-right:1px solid #EBEBEB;}*/
.table-striped > thead > tr th,.table-striped > tbody > tr td{text-align:center;}
.table-striped > tbody > tr td:last-child{border:none;}



@media (max-width: 1080px) {
    * {
        max-width:100%;
    }
    table, table * {
        max-width:unset;
    }
    .mobileLabel {
        width:100%!important;
        margin:0 20px;
        text-align:left!important;
    }
        .mobileLabel * {
            display:inline-block;
        }
    #w0 {
        overflow:auto;
    }
    #cerTable {
        table-layout:fixed;
        width:600px;
        overflow:auto;
    }
    .txtcenter {
        text-align:left!important;
    }

}