.btn1 { display: inline-block; margin: 2px; width: 200px; height: 40px; line-height: 40px; background: #009AE5; color: #fff; font-size: 18px; cursor: pointer; border: solid 1px #009AE5; border-radius: 5px; }
.btn2 { display: inline-block; margin: 2px; padding: 0 20px; height: 40px; line-height: 40px; background: #009AE5; color: #fff; cursor: pointer; border: solid 1px #009AE5; border-radius: 5px; }
.btn1:hover, .btn2:hover { background: #d30312; border: solid 1px #d30312; color: #fff; }



.inptext span { display: inline-block; width: 100px; }
.inptext input[type="text"] { display: inline-block; padding: 0 10px; width: calc(100% - 126px); height: 40px; line-height: 40px; font-size: 15px; border-radius: 5px; }
.inpnum { width: 70px; height: 40px; line-height: 40px; font-size: 18px; letter-spacing: 2px; border-radius: 5px; }
.inpnum2 { width: 40px; height: 40px; line-height: 40px; font-size: 18px; letter-spacing: 2px; border-radius: 5px; }
.select1 { height: 44px; line-height: 44px; font-size: 18px; border-radius: 5px; }

table { width: 100%; border-spacing: 0; border-collapse: collapse; }
table tr th { padding: 3px 5px; border:1px solid #C9C9C9; }
table td { padding: 3px 5px; line-height: 20px; border:1px solid #D8DADD; font-size: 12px; }


.cxx_tablems { width: 100%; line-height: 25px; border-spacing: 0; border-collapse: collapse; text-align: center; }
.cxx_tablems thead tr th:nth-child(odd) { background: #F5FCFF; }
.cxx_tablems tbody tr th { background: #F5FCFF; }
.cxx_tablems tr th { padding: 3px 5px; }
.cxx_tablems tr td { padding: 3px 5px; }


.textarea1 {
    padding: 5px 10px;
    width: calc(100% - 20px);
    height: 320px;
    line-height: 22px;
    border-radius: 5px;
}
.c {text-align: center;}


input[type="number"] { display: inline-block; padding: 0 0 0 10px; width: 280px; height: 40px; line-height: 40px; font-size: 15px; border-radius: 5px; }

.cxx_table1 { width: 100%; border-spacing: 0; border-collapse: collapse; text-align: center; }
.cxx_table1 thead tr { background: #009AE5; color: #fff; font-weight: bold; line-height: 25px; }
.cxx_table1 thead tr th { padding: 3px 5px; border:1px solid #C9C9C9; }
.cxx_table1 tbody tr:nth-child(even) { background: #f6f6f6; }
.cxx_table1 tbody tr:hover { background: #CBEFFF; }
.cxx_table1 td { padding: 3px 5px; line-height: 20px; border:1px solid #D8DADD; font-size: 12px; }


input[type="text"] { display: inline-block; padding: 0 10px; width: 50px; height: 30px; line-height: 30px; font-size: 15px; border-radius: 5px; }
textarea { width: 400px; max-width: 100%; height: 200px; }


.divis_li { float: left; padding: 3px 0; width: 50%; line-height: 44px; }
.divis_li span { float: left; display: block; margin-right: 25px; width: 150px; font-weight: bold; text-align: right; }



   .input-group{
        padding-top:10px!important;
    }
    .input-group button,.input-group a {
        margin: 5px;

    }
    #tab6Content1{
        margin-bottom: 10px;
    }
    textarea {
        width: 100%;
        argin-left: 40px;
        margin-bottom: -10px;
        min-height: 200px;
        padding-right: 0px;
        padding-bottom: 0px;
        height: 200px;
        overflow: scroll;
        outline: none;
        border: 1px solid #ccc;
    }


#tab6Content1 {
    min-height: 100px;
    border: 1px solid #ccc;
}



#sourceCode {
        display: block;
        width: 97%;
        height: auto;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
    .form-group {
    margin-bottom: 15px;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}


.form-control {
    display: block;
    width: 97%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;

}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.cd_table1 { width: 100%; border-spacing: 0; border-collapse: collapse; text-align: center; }
.cd_table1 thead tr { background: #009AE5; color: #fff; font-weight: bold; line-height: 25px; }
.cd_table1 thead tr th { padding: 3px 5px; border:1px solid #C9C9C9; }
.cd_table1 td { padding: 4px 5px; line-height: 23px; border:1px solid #D8DADD; font-size: 13px; }


.szj_btntxt { display: inline-block; margin: 2px; padding: 0 20px; height: 40px; line-height: 40px; color: #000; }
.szj_table { width: 100%; border-spacing: 0; border-collapse: collapse; text-align: center; }
.szj_table tr { color: #000; font-size: 18px; line-height: 25px; }
.szj_table tr td { padding: 3px 5px; border: 0; }
.szj_table tr:nth-child(3n+1) td { padding-top: 15px; }
.szj_table tr:nth-child(3n+2) { color: #d30312; font-size: 27px; font-weight: bold; letter-spacing: 7px; line-height: 35px; }
.szj_table tr:nth-child(3n) { color: #666; font-size: 14px; text-align: left; }
.szj_table tr:hover { background: #CBEFFF; }
@media screen and (max-width:640px) {
.szj_table tr { font-size: 12px; }
.szj_table tr:nth-child(3n+2) { font-size: 18px; letter-spacing: 0; }
.szj_table tr:nth-child(3n) { font-size: 12px; }
}


.qzw_btntxt { display: inline-block; margin: 2px; padding: 0 20px; height: 40px; line-height: 40px; color: #000; }
.qzw_table { width: 100%; border-spacing: 0; border-collapse: collapse; text-align: center; }
.qzw_table tr { color: #000; font-size: 18px; line-height: 25px; }
.qzw_table tr td { padding: 3px 5px; border: 0; }
.qzw_table tr:nth-child(3n+1) td { padding-top: 15px; }
.qzw_table tr:nth-child(3n+2) { color: #d30312; font-size: 27px; font-weight: bold; letter-spacing: 7px; line-height: 35px; }
.qzw_table tr:nth-child(3n) { color: #666; font-size: 14px; text-align: left; }
.qzw_table tr:hover { background: #CBEFFF; }
@media screen and (max-width:640px) {
.qzw_table tr { font-size: 12px; }
.qzw_table tr:nth-child(3n+2) { font-size: 18px; letter-spacing: 0; }
.qzw_table tr:nth-child(3n) { font-size: 12px; }
}
.dzg_btntxt { display: inline-block; margin: 2px; padding: 0 20px; height: 40px; line-height: 40px; color: #000; }
.dzg_table { width: 100%; border-spacing: 0; border-collapse: collapse; text-align: center; }
.dzg_table tr { color: #000; font-size: 18px; line-height: 25px; }
.dzg_table tr td { padding: 3px 5px; border: 0; }
.dzg_table .bt { line-height: 40px; font-size: 36px; letter-spacing: 7px; }
.dzg_table .py td { padding-top: 15px; }
.dzg_table .hz { color: #d30312; font-size: 27px; font-weight: bold; letter-spacing: 7px; line-height: 35px; }
.dzg_table .js { color: #666; font-size: 14px; text-align: left; }
.dzg_table tr:hover { background: #CBEFFF; }
@media screen and (max-width:640px) {
.dzg_table tr { font-size: 12px; }
.dzg_table .bt { line-height: 30px; font-size: 24px; }
.dzg_table .hz { font-size: 18px; letter-spacing: 0; }
.dzg_table .js { font-size: 12px; }
}

.cxx_table1 tr td { line-height: 35px; font-size: 15px; color: #005B87; border: solid 1px #005B87; text-align: left; }
@media screen and (max-width:640px) {.cxx_table1 tr td { padding: 3px 1px; line-height: 25px; font-size: 10px; }}






@charset "gb2312";#jisuanqi{margin:0 auto; color:#666;font:1.11111rem/1.5 Microsoft Yahei,sans-serif;text-align:center}#jisuanqi a{text-decoration:none}#jisuanqi ul{margin:0;padding:0}.fontArial{font-family:'Arial' !important}.main{padding:1.22222rem .83333rem .83333rem .77778rem;margin-bottom:1.11111rem}.js_calculator_con{border:#bfbfbf solid 1px;-webkit-border-radius:.33333rem;-moz-border-radius:.33333rem;border-radius:.33333rem;padding:1.11111rem .61111rem .66667rem;background:-webkit-linear-gradient(133deg,#bababa,#d7d7d7 50%,#e6e6e6 50%,#fff);background:-moz-linear-gradient(133deg,#bababa,#d7d7d7 50%,#e6e6e6 50%,#fff);background:-ms-linear-gradient(133deg,#bababa,#d7d7d7 50%,#e6e6e6 50%,#fff);background:-o-linear-gradient(133deg,#bababa,#d7d7d7 50%,#e6e6e6 50%,#fff);-moz-box-shadow:0 -4px 0 rgba(0,0,0,0.2) inset;-webkit-box-shadow:0 -4px 0 rgba(0,0,0,0.2) inset;box-shadow:0 -4px 0 rgba(0,0,0,0.2) inset;display:none}.js_calculator_con.current{display:block}.js_calculator_hd{border:#c3c5c7 solid 1px;-webkit-border-radius:.33333rem;-moz-border-radius:.33333rem;border-radius:.33333rem;-moz-box-shadow:0 2px 3px rgba(0,0,0,0.37) inset,0 1px 1px rgba(0,0,0,0.13);-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.37) inset,0 1px 1px rgba(0,0,0,0.13);box-shadow:0 2px 3px rgba(0,0,0,0.37) inset,0 1px 1px rgba(0,0,0,0.13);background:#fcfdea;padding:.5rem}.js_calculator_hd .resultipt{height:2rem;width:100%;border:0;-webkit-appearance:none;font-size:2.88889rem;color:#333;text-align:right;background:0}.js_calculator_bd{margin-top:1.11111rem}.js_calculator_table li,.complete_more li,.complete_table_rdo li{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.js_cal_btn{border:#898a8c solid 1px;-webkit-border-radius:.33333rem;-moz-border-radius:.33333rem;border-radius:.33333rem;height:2.4rem;width:23.25581%;margin-right:2.09302%;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:0;display:block;margin-bottom:0.5rem;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:2.4rem;font-size:1.33333rem;-moz-box-shadow:0 1px 2px white inset,0 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 2px white inset,0 1px 1px rgba(0,0,0,0.2);box-shadow:0 1px 2px white inset,0 1px 1px rgba(0,0,0,0.2);zoom:1;background-image:-webkit-gradient(linear,left top,left bottom,from(#e9e9ea),to(#d5d7dc));background-image:-webkit-linear-gradient(top,#e9e9ea,#d5d7dc);background-image:-moz-linear-gradient(top,#e9e9ea,#d5d7dc);background-image:-ms-linear-gradient(top,#e9e9ea,#d5d7dc);background-image:-o-linear-gradient(top,#e9e9ea,#d5d7dc);background-image:linear-gradient(top,#e9e9ea,#d5d7dc);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#FFE9E9EA",EndColorStr="#FFD5D7DC");color:#666; cursor: pointer;}.js_cal_btn:link{color:#666}.js_cal_btn:visited{color:#666}.js_cal_btn:active{zoom:1;background-image:-webkit-gradient(linear,left top,left bottom,from(#d5d7dc),to(#e9e9ea));background-image:-webkit-linear-gradient(top,#d5d7dc,#e9e9ea);background-image:-moz-linear-gradient(top,#d5d7dc,#e9e9ea);background-image:-ms-linear-gradient(top,#d5d7dc,#e9e9ea);background-image:-o-linear-gradient(top,#d5d7dc,#e9e9ea);background-image:linear-gradient(top,#d5d7dc,#e9e9ea);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#FFD5D7DC",EndColorStr="#FFE9E9EA")}.js_cal_btn:nth-child(4n){margin-right:0}.cla_btn_org{border-color:#b14610;zoom:1;background-image:-webkit-gradient(linear,left top,left bottom,from(#dd834c),to(#ba5913));background-image:-webkit-linear-gradient(top,#dd834c,#ba5913);background-image:-moz-linear-gradient(top,#dd834c,#ba5913);background-image:-ms-linear-gradient(top,#dd834c,#ba5913);background-image:-o-linear-gradient(top,#dd834c,#ba5913);background-image:linear-gradient(top,#dd834c,#ba5913);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#FFDD834C",EndColorStr="#FFBA5913");color:#fff}.cla_btn_org:link{color:#fff}.cla_btn_org:visited{color:#fff}.cla_btn_org:hover{color:#fff}.cla_btn_org:active{zoom:1;background-image:-webkit-gradient(linear,left top,left bottom,from(#ba5913),to(#dd834c));background-image:-webkit-linear-gradient(top,#ba5913,#dd834c);background-image:-moz-linear-gradient(top,#ba5913,#dd834c);background-image:-ms-linear-gradient(top,#ba5913,#dd834c);background-image:-o-linear-gradient(top,#ba5913,#dd834c);background-image:linear-gradient(top,#ba5913,#dd834c);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#FFBA5913",EndColorStr="#FFDD834C")}.js_cal_btn_gray{border-color:#62422f;zoom:1;background-image:-webkit-gradient(linear,left top,left bottom,from(#7c654f),to(#68533d));background-image:-webkit-linear-gradient(top,#7c654f,#68533d);background-image:-moz-linear-gradient(top,#7c654f,#68533d);background-image:-ms-linear-gradient(top,#7c654f,#68533d);background-image:-o-linear-gradient(top,#7c654f,#68533d);background-image:linear-gradient(top,#7c654f,#68533d);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#FF7C654F",EndColorStr="#FF68533D");color:#fff}.js_cal_btn_gray:link{color:#fff}.js_cal_btn_gray:visited{color:#fff}.js_cal_btn_gray:hover{color:#fff}.js_cal_btn_gray:active{zoom:1;background-image:-webkit-gradient(linear,left top,left bottom,from(#68533d),to(#7c654f));background-image:-webkit-linear-gradient(top,#68533d,#7c654f);background-image:-moz-linear-gradient(top,#68533d,#7c654f);background-image:-ms-linear-gradient(top,#68533d,#7c654f);background-image:-o-linear-gradient(top,#68533d,#7c654f);background-image:linear-gradient(top,#68533d,#7c654f);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#FF68533D",EndColorStr="#FF7C654F")}.js_cal_btn_bla{border-color:#2b2b2b;zoom:1;background-image:-webkit-gradient(linear,left top,left bottom,from(#4e4e4e),to(#2d2d2d));background-image:-webkit-linear-gradient(top,#4e4e4e,#2d2d2d);background-image:-moz-linear-gradient(top,#4e4e4e,#2d2d2d);background-image:-ms-linear-gradient(top,#4e4e4e,#2d2d2d);background-image:-o-linear-gradient(top,#4e4e4e,#2d2d2d);background-image:linear-gradient(top,#4e4e4e,#2d2d2d);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#FF4E4E4E",EndColorStr="#FF2D2D2D");color:#fff}.js_cal_btn_bla:link{color:#fff}.js_cal_btn_bla:visited{color:#fff}.js_cal_btn_bla:hover{color:#fff}.js_cal_btn_bla:active{zoom:1;background-image:-webkit-gradient(linear,left top,left bottom,from(#2d2d2d),to(#4e4e4e));background-image:-webkit-linear-gradient(top,#2d2d2d,#4e4e4e);background-image:-moz-linear-gradient(top,#2d2d2d,#4e4e4e);background-image:-ms-linear-gradient(top,#2d2d2d,#4e4e4e);background-image:-o-linear-gradient(top,#2d2d2d,#4e4e4e);background-image:linear-gradient(top,#2d2d2d,#4e4e4e);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#FF2D2D2D",EndColorStr="#FF4E4E4E")}.js_cal_btn_gre{border-color:#57636f;zoom:1;background-image:-webkit-gradient(linear,left top,left bottom,from(#969da2),to(#777f85));background-image:-webkit-linear-gradient(top,#969da2,#777f85);background-image:-moz-linear-gradient(top,#969da2,#777f85);background-image:-ms-linear-gradient(top,#969da2,#777f85);background-image:-o-linear-gradient(top,#969da2,#777f85);background-image:linear-gradient(top,#969da2,#777f85);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#FF969DA2",EndColorStr="#FF777F85");color:#fff}.js_cal_btn_gre:link{color:#fff}.js_cal_btn_gre:visited{color:#fff}.js_cal_btn_gre:hover{color:#fff}.js_cal_btn_gre:active{zoom:1;background-image:-webkit-gradient(linear,left top,left bottom,from(#777f85),to(#969da2));background-image:-webkit-linear-gradient(top,#777f85,#969da2);background-image:-moz-linear-gradient(top,#777f85,#969da2);background-image:-ms-linear-gradient(top,#777f85,#969da2);background-image:-o-linear-gradient(top,#777f85,#969da2);background-image:linear-gradient(top,#777f85,#969da2);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#FF777F85",EndColorStr="#FF969DA2")}.js_cal_btn_dis{background:linear-gradient(#e9e9ea,#fff,#d5d7dc);color:#999}.js_cal_btn_dis:link{color:#999}.js_cal_btn_dis:visited{color:#999}.js_cal_btn_dis:hover{color:#999}.complete_table_rdo{width:100%;font-size:.77778rem}.complete_table_rdo input,.complete_table_rdo label{cursor:pointer;white-space:nowrap}.complete_table_rdo input[type='radio']{width:.88889rem;height:.88889rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;border:#898a8c solid 1px;-webkit-border-radius:.44444rem;-moz-border-radius:.44444rem;border-radius:.44444rem;zoom:1;background-image:-webkit-gradient(linear,left top,left bottom,from(#dadada),to(#fff));background-image:-webkit-linear-gradient(top,#dadada,#fff);background-image:-moz-linear-gradient(top,#dadada,#fff);background-image:-ms-linear-gradient(top,#dadada,#fff);background-image:-o-linear-gradient(top,#dadada,#fff);background-image:linear-gradient(top,#dadada,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#FFDADADA",EndColorStr="#FFFFFFFF")}.complete_table_rdo input[type='radio']:checked{border:#898a8c solid 1px}.complete_table_rdo input[type='radio']:checked::before{content:'';display:inline-block;position:absolute;left:50%;top:50%;margin-left:-0.16667rem;margin-top:-0.16667rem;width:.33333rem;height:.33333rem;-webkit-border-radius:.16667rem;-moz-border-radius:.16667rem;border-radius:.16667rem;background:#8c8d8f}.complete_table_rdo .ipts{width:35.363%;font-size:0}.complete_table_rdo .chk_text_inp{height:2.83333rem;border:#898a8c solid 1px;-webkit-border-radius:.33333rem;-moz-border-radius:.33333rem;border-radius:.33333rem;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;zoom:1;background-image:-webkit-gradient(linear,left top,left bottom,from(#dadada),to(#fff));background-image:-webkit-linear-gradient(top,#dadada,#fff);background-image:-moz-linear-gradient(top,#dadada,#fff);background-image:-ms-linear-gradient(top,#dadada,#fff);background-image:-o-linear-gradient(top,#dadada,#fff);background-image:linear-gradient(top,#dadada,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr="#FFDADADA",EndColorStr="#FFFFFFFF");-webkit-apparence:none;text-align:center;width:32.45033%}.complete_table_rdo .chk_text_inp:nth-child(3n-1){margin:0 1.3245%}.complete_table_rdo li{margin-bottom:1rem}.complete_table_rdo .js_cal_btn{margin:0 0 0 2.57611%;display:block;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;width:0;display:block;width:14.51991%}.complete_table_rdo .labinp:nth-child(7n-2){width:9.36768%}.complete_table_main li{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.complete_table_main .js_cal_btn{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:0;display:block;width:14.51991%;margin-right:2.57611%}.complete_table_main .js_cal_btn:nth-child(6n){margin-right:0}.complete_more{font-size:0;padding:.61111rem;background:#f4f4f4;-webkit-border-radius:.33333rem;-moz-border-radius:.33333rem;border-radius:.33333rem}.complete_more .js_cal_btn{width:17.73399%;margin-right:2.70936%}.complete_more .js_cal_btn:nth-child(5n){margin-right:0}.complete_more a{font-family:'Arial' !important}.complete_more li:last-child a{margin-bottom:0}.labinp{width:15.11628%;text-align:center}.labinp label{display:block;text-align:center}.quickLnk{padding-left:1.55556rem;border-top:#dadada solid 1px}
.js_chgboxis { display: block; margin: 20px auto; width: 300px; height: 40px; line-height: 40px; border: solid 1px #009AE5; border-radius: 5px; }
.js_chgboxis button { float: left; display: block; width: 50%; height: 40px; line-height: 40px; text-align: center; cursor: pointer; background: #fff; border: solid 1px #fff; border-radius: 5px; }
.js_chgboxis .js_chgboxis_btn { background: #fff; border: solid 1px #fff; }
.js_chgboxis .js_chgboxis_on { background: #009AE5; color: #fff; border: solid 1px #009AE5; cursor: default; }
.js_w1 { width: 800px; max-width: 100%; }
@media only screen{html{font-size:12px}}@media only screen and (min-width:360px) and (max-width:399px){html{font-size:13px}}@media only screen and (min-width:400px) and (max-width:479px){html{font-size:15px}}@media only screen and (min-width:480px){html{font-size:18px}}




.btnis { display: inline-block; margin: 2px 5px; padding: 0 20px; height: 40px; line-height: 40px; background: #009AE5; color: #fff; cursor: pointer; border: solid 1px #009AE5; border-radius: 5px; text-decoration: none; }
.btnis:hover { background: #d30312; border: solid 1px #d30312; color: #fff; }
.divis { margin: 0; padding: 0; list-style: none; }
.divis li { clear: both; padding: 10px 0; height: 44px; line-height: 44px; }
.divis li div { float: left; }
.divis li div:nth-child(1) { width: 18%; font-size: 18px; font-weight: bold; text-align: right; }
.divis li div:nth-child(2) { width: 82%; }
.selectis { height: 44px; line-height: 44px; font-size: 12px; border-radius: 5px; }



.ema_list { margin: 0; padding: 0; list-style: none; }
.ema_list li { float: left; margin: 0 1% 30px 1%; padding: 0; width: 23%; text-align: center; }
.ema_list li h3 { margin: 0; font-size: 16px; }
.ema_list li img { margin: 0 2% 0 0; width: 16px; height: 16px; }
.ema_list li p { margin: 0; }
.ema_list li p a { display: inline-block; margin: 2px; padding: 0 10px; height: 30px; line-height: 30px; background: #009AE5; color: #fff; font-size: 12px; cursor: pointer; text-decoration: none; border-radius: 5px; }
.ema_list li p a:hover { background: #d30312; color: #fff; }


.cxx_tableis { width: 100%; line-height: 25px; border-spacing: 0; border-collapse: collapse; text-align: center; }
.cxx_tableis thead tr th:nth-child(odd) { background: #F5FCFF; }
.cxx_tableis tbody tr th { background: #F5FCFF; }
.cxx_tableis tr th { padding: 3px 5px; }
.cxx_tableis tr td { padding: 3px 5px; }

.cxx_tableis { width: 100%; line-height: 45px; border-spacing: 0; border-collapse: collapse; text-align: center; }
.cxx_tableis tr td { padding: 0; border: 1px solid #D8DADD; }
.cxx_tableis tr td img { display: block; width: 100%; height: 45px; }

.cxx_inptextis { display: inline-block; padding: 0 10px; height: 30px; line-height: 30px; font-size: 18px; font-weight: bold; }


.gz_table1 { width: 100%; border-spacing: 0; border-collapse: collapse; text-align: center; }
.gz_table1 thead tr { background: #009AE5; color: #fff; font-weight: bold; line-height: 35px; }
.gz_table1 thead tr th { padding: 3px 5px; border:1px solid #C9C9C9; }
.gz_table1 tbody tr:hover { background: #CBEFFF; }
.gz_table1 td { padding: 3px 5px; line-height: 30px; border:1px solid #D8DADD; }
.gz_table1 td img { width: 35px; }
.gz_table1 tr:nth-child(3n+1) td { font-weight: bold; }

.sx_w1 { width: 100px; }

.sx_tableis { width: 50%; line-height: 25px; border-spacing: 0; border-collapse: collapse; text-align: center; }
.sx_tableis tr th { padding: 3px 5px; width: 30%; background: #F5FCFF; }
.sx_tableis tr td { padding: 3px 5px; }
@media screen and (max-width:640px) {
.sx_tableis { width: 100%; }
}

.cy { padding: 5px 0; background: #FFFFCC; line-height: 30px; }


.cy { background: #FFFFCC; line-height: 40px; }
.cxx_tablethe { border-spacing: 0; border-collapse: collapse; }
.cxx_tablethe td { padding: 3px 5px; line-height: 20px; }


.c { text-align: center; }
.b { font-weight: bold; }
.hei { color: #000; }
.hui1 { color: #999; }
.hui1b { color: #999; font-weight: bold; }
.hui2 { color: #dfdfdf; }
.red { color: #d30312; }
.redb { color: #d30312; font-weight: bold; }
.zis1 { color: #CC00FF; }
.zis1b { color: #CC00FF; font-weight: bold; }
.blue { color: #009AE5; }
.blueb { color: #009AE5; font-weight: bold; }
.green { color: #00CC00; }
.fs14 { font-size: 14px; }
.fs18 { font-size: 18px; }
.fs24 { font-size: 24px; }
.fs30 { font-size: 30px; }
.fs42 { font-size: 42px; }
.fs48 { font-size: 48px; }
.fs60 { font-size: 60px; }


.kll_frm input[type="number"] { padding: 0 0 0 10px; width: 50px; height: 40px; line-height: 40px; font-size: 15px; border-radius: 5px; }


.bmr_frm { margin: 0 auto; width: 380px; max-width: 98%; }
.bmr_frm .span1 { display: inline-block; width: 25%; }
.bmr_frm .span2 { display: inline-block; width: 70%; }
.bmr_frm label { width: 60px; }
.bmr_frm input[type="number"] { padding: 0 0 0 10px; width: 130px; height: 40px; line-height: 40px; font-size: 15px; border-radius: 5px; }



.xz_w1 { width: 100px; }

.xz_tableis { width: 50%; line-height: 25px; border-spacing: 0; border-collapse: collapse; text-align: center; }
.xz_tableis tr th { padding: 3px 5px; width: 30%; background: #F5FCFF; }
.xz_tableis tr td { padding: 3px 5px; }

.xz_table1 { width: 100%; border-spacing: 0; border-collapse: collapse; text-align: center; }
.xz_table1 thead tr { background: #009AE5; color: #fff; font-weight: bold; line-height: 25px; }
.xz_table1 thead tr th { padding: 3px 5px; border:1px solid #C9C9C9; }
.xz_table1 tbody tr:hover { background: #CBEFFF; }
.xz_table1 td { padding: 3px 5px; line-height: 20px; border:1px solid #D8DADD; }
.xz_table1 td img { width: 35px; }

.xz_tableyue { width: 100%; border-spacing: 0; border-collapse: collapse; text-align: center; }
.xz_tableyue thead tr { background: #009AE5; color: #fff; font-weight: bold; line-height: 35px; }
.xz_tableyue thead tr th { padding: 3px 5px; border:1px solid #C9C9C9; }
.xz_tableyue td { padding: 3px 5px; line-height: 20px; border:1px solid #D8DADD; }
.xz_tableyue td span { overflow: hidden; display: block; height: 40px; line-height: 40px; font-size: 30px; font-weight: bold; color: #222; }
.xz_tableyue td span:nth-of-type(2) { margin-top: 5px; height: 25px; line-height: 25px; font-size: 12px; font-weight: normal; color: #000; }
.xz_tableyue a { display: block; text-decoration: none; }
.xz_tableyue a:hover { background: #CBEFFF; }
@media screen and (max-width:640px) {
.xz_tableis { width: 100%; }
.xz_table1 td { font-size: 12px; }
.xz_table1 td img { width: 25px; }
}


.the_line { border-top: dashed 1px #009AE5; }
.fs14 { font-size: 14px; }
.fs18 { font-size: 18px; }
.fs24 { font-size: 24px; }
.fs30 { font-size: 30px; }
.fs42 { font-size: 42px; }
.fs48 { font-size: 48px; }
.fs60 { font-size: 60px; }
.blue {
    color: #009AE5;
}

.sew_frm { display: none; margin: 0 auto; width: 100%; }
.sew_frm .span1 { display: inline-block; width: 15%; }
.sew_frm .span2 { display: inline-block; width: 85%; }
.sew_frm label { width: 60px; }
.sew_frm input[type="number"], .sew_frm input[type="text"] { padding: 0 0 0 10px; width: calc(100% - 10px); height: 30px; line-height: 30px; font-size: 16px; }
.sew_frm textarea { width: 100%; height: 200px; }
.sew_frm_on { display: block; }

.sew_chgboxis { display: block; margin: 20px auto; width: 400px; max-width: 100%; height: 40px; line-height: 40px; border: solid 1px #009AE5; border-radius: 5px; }
.sew_chgboxis button { float: left; display: block; width: 25%; height: 40px; line-height: 40px; text-align: center; cursor: pointer; background: #fff; border: solid 1px #fff; border-radius: 5px; }
.sew_chgboxis .sew_chgboxis_btn { background: #fff; border: solid 1px #fff; }
.sew_chgboxis .sew_chgboxis_on { background: #009AE5; color: #fff; border: solid 1px #009AE5; cursor: default; }




.btnmb1 { display: inline-block; margin: 2px; padding: 0 20px; height: 50px; line-height: 50px; background: #009AE5; font-size: 21px; font-weight: bold; color: #fff; border: solid 1px #009AE5; cursor: pointer; border-radius: 5px; }
.btnmb1:hover { background: #d30312; border: solid 1px #d30312; }
.btnmb2 { display: inline-block; margin: 2px; padding: 0 20px; height: 50px; line-height: 50px; background: #000; font-size: 21px; font-weight: bold; color: #fff; border: solid 1px #000; border-radius: 5px; }
#split { margin: 10px 0; line-height: 40px; font-size: 21px; font-weight: bold; }

.inptime { width: 50px; height: 40px; line-height: 40px; font-size: 30px; letter-spacing: 2px; border-radius: 5px; text-align: center; }
#endtime {height: 60px; line-height: 60px; font-size: 39px; font-weight: bold; color: #d30312; letter-spacing: 2px; text-align: center; }
#endtime span { display: inline-block; margin: 0 5px; width: 75px; color: #fff; background: #d30312; border-radius: 5px; }

.cxx_djs { overflow: hidden; height: 60px; line-height: 25px; border: solid 1px #C9C9C9; background: #CBEFFF; text-align: center; }
.cxx_djs a { text-decoration: none; }
.cxx_djs .djstxt { float: left; padding: 5px 0; width: 33.33%; }
.cxx_djs .djstxt:nth-child(1) { font-size: 21px; line-height: 50px; }
.cxx_djs .djstxt:nth-child(2) { background: #fff; }
.cxx_djs .djstxt:nth-child(2) span { font-size: 18px; }

@media screen and (max-width:640px) {
.cxx_djs {  font-size: 12px; }
.cxx_djs .djstxt:nth-child(1) { font-size: 15px; line-height: 50px; }
.cxx_djs .djstxt:nth-child(2) span {font-size: 12px; }
}