.pb_tab{position:relative;z-index:2;height:50px;}
.pb_tab li{height:50px;float:left;text-align:center;color:#003366;}
.pb_tab li.current{position:relative;top:1px;height:49px;border:1px solid #e0e0e0;border-bottom:0 none;border-radius:3px 3px 0 0;color:#333;background-color:#fff;}
.pb_tab li.SMcurrent{position:relative;top:1px;height:49px;color:#333;background-color:#fff;left: 130px}
.pb_tab li span{display:block;font-size: 24px;cursor:pointer;height:24px;line-height:24px;margin:13px 0;position:relative;font-weight: bold}
.pb_tab .current span{margin:11px 0 0;}
.tab_cont{position:relative;z-index:1;min-height:350px;margin: 50px 0;padding:30px 0;border:1px solid #e0e0e0;border-radius:3px;background-color:#fff;}
.tab_cont_left{display:none;}
.tab_cont_center{display:none;}
.tab_cont_right{display:none;}
.m30 {margin-top: 15px;}
.fm_01{padding:20px 20px;color:#999}
.fm_01 .w180 .wgt_txt_01{
    width:180px;
}
.fm_01 .wgt_txt_01{width:325px;padding:10px;margin:17px 0 18px;}
.fm_01 .VerCode{width:195px}
.fm_01 .VerCodeSource{display:inline-block;text-align:center;width:127px}
.fm_01 .btn_Reg01{margin-right:30px}
.fm_01 .btn_Reg02{width:165px}
.table_R th{text-align:left;font:20px/22px "微软雅黑";color:#000;padding:0 0 8px}
.table_R td{padding-right:15px}
.table_R .left{text-align:right;font-size:14px;color:#333;width:100px;}
.table_R .center{}
.table_R .right{padding-left:15px}

.footer02{padding:45px 0;text-align:center;color:#a1a1a1;font-family:"Arial";line-height:24px}

#selProvince,#selCity{
    font-size: 14px;
    line-height: 14px;
    padding: 2px;
    margin: 10px 0;
    outline: none;
}
#selCity{
    margin-left: 20px;
}
/*验证码 弹出层*/
#SMRZ_yzm{
    display: none;
    width: 100%;
    height: 788px;
    position: absolute;
    top: 145px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1900;
    background: rgba(0,0,0,0.2);
}
.SMRZ_yzmIn{
    width: 300px;
    height: 150px;
    padding: 10px;
    top: 300px;
    margin: 0 auto;
    margin-top: 210px;
    background: #fbfbfb;
    border: 1px solid #979797;
    border-radius: 3px;
}
.SMRZ_yzmIn h3{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}
.SMRZ_yzmIn ul{
    width: 240px;
    margin: 0 auto;
    margin-top: 20px;
}
.SMRZ_yzmIn .mL20{
    margin-left: 20px;
}
.SMRZ_yzmIn .import{
    margin-top: 20px;
    height: 40px;
    overflow: hidden;
}
.SMRZ_yzmIn .import input{
    display: block;
    width: 98px;
    height: 18px;
    padding:5px 10px;
    float: left;
}
.SMRZ_yzmIn .import .yzbtn{
    float: left;
    width: 30px;
    text-align: center;
    line-height: 18px;
    height: 18px;
    padding:5px 10px;
    border: 1px solid #777;
    border-radius: 5px;
    cursor: pointer;
}
label.error{color:red;margin-bottom:0;display: none;}

::-webkit-input-placeholder { /* WebKit browsers */ 
color: #bbbbbb;  font-size:12px;
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #bbbbbb;  font-size:12px;
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #bbbbbb;  font-size:12px;
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #bbbbbb;  font-size:12px;
}

.wgt_txt_01{border:1px solid #d3d3d3;border-radius:3px;font:16px/20px Arial, "宋体";color:#999;}
.wgt_txt_01_focus, .wgt_txt_01:focus{box-shadow:inset 0px 1px 2px rgba(0,0,0,.15);color:#333;border-color:#b3b3b3}

.wgt_btn_01{width:135px;padding:9px 0;height:40px;background-color:#e20011;border:1px solid #d40010;border-radius:3px;font:16px/20px "微软雅黑";color:#fff;cursor:pointer}
.wgt_btn_01:hover{background-color:#ff0013;}
.wgt_btn_02{width:135px;padding:9px 0;height:40px;background-color:#ddd;border:1px solid #d6d6d6;border-radius:3px;font:16px/20px "微软雅黑";color:#797979;cursor:pointer}
.wgt_btn_02:hover{background-color:#f0f0f0;}

.btn_getCode:hover {
    background-color: #f7f7f7;
}

.btn_getCode {
    display: inline-block;
    width: 115px;
    height: 40px;
    margin-left: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    cursor: pointer;
    color: #003366;
}



@media (max-width: 768px) {
    
    .tab_cont {
        padding: 15px 0;
        min-height: unset;
    }
    table.table_R {
        table-layout:fixed;
        width: 100%;
    }
    .fm_01 .wgt_txt_01 {
        margin: 0;
    }
    table.table_R tr {
        display:flex;             /*内联对象需加e68a84e8a2ad62616964757a686964616f31333365633864*/
        flex-wrap: wrap;
        width: 100%;
        word-break:keep-all;       /* 不换行 */
        white-space:nowrap;        /* 不换行 */
        overflow:hidden;           /* 内容超出宽度时隐藏超出部分的内容 */
        text-overflow:ellipsis;    /*溢出时显示省略标记...；需与overflow:hidden;一起使用*/
        margin-bottom: 15px;
    }
    .table_R td {
        padding-right: 0;
    }
    .fm_01 .wgt_txt_01,.table_R .right,.table_R td {
        width: 100%;
    }
    .pb_tab li.SMcurrent {
            float: none;
            left: 0;
            height: auto;
    }
    .pb_tab li span {
        margin: 0;
    }
    .pb_tab {
        height: auto;
    }
    .table_R .left {
        text-align: left;
         width: 100%;
    }
    .table_R .right {
    padding-left: 0;
    }
}

