.registerTab tr
{
    height: 45px;
}

.registerTab .txtBase, .registerTab .txtBaseShort1, .registerTab .btn, .registerTab .sel_area, .registerTab .txtArea
{
    width: 270px;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    font-family: "宋体" , Helvetica, Arial, sans-serif;
    font-size: 14px; /*text-shadow: 0 1px 2px rgba(0, 0, 0, .1);*/
    behavior: url(ie-css3.htc); /* 閫氱煡IE娴忚鍣ㄨ皟鐢ㄨ剼鏈綔鐢ㄤ簬'box'锟?*/
}
.registerTab .txtBase:focus, .registerTab .txtBaseShort1:focus, .registerTab .btn:focus, .registerTab .sel_area:focus, .registerTab .txtArea:focus
{
    outline: 0;
    -moz-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 15px 30px 0 rgba(255, 255, 255, .15) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
}
.registerTab .txtBase:focus, .registerTab .txtBaseShort1:focus, .registerTab .sel_area:focus, .registerTab .txtArea:focus
{
    border-color: #008BDB;
}
.registerTab .txtBase:active, .registerTab .txtBaseShort1:active, .registerTab .btn:active, .registerTab .sel_area:active, .registerTab .txtArea:active
{
    outline: 0;
}
.registerTab .btn
{
    width: 100px !important;
    background-color: #2E7DDB;
    padding: 0 5px !important;
    color: #fff;
    border: 0 !important;
}
.registerTab .btn:hover
{
    background-color: #0074D9;
}

.registerTab .btn:active
{
    outline: 0;
}
.registerTab .sel_area
{
    width: 150px !important;
}
.registerTab .lbl_remind, .registerTab .redmark, .registerTab .registerTab
{
    color: #f00;
}
.registerTab .lbl_remind, .registerTab .registerTab
{
    margin-left: 8px;
}
.registerTab .redmark
{
    font-weight: bold;
    margin-right: 4px;
    vertical-align: middle;
}
.registerTab .link_xy
{
    color: #008BDB;
    font-weight: bold;
}

.registerTab .link_xy:hover
{
    text-decoration: underline;
}
.registerTab .strength
{
    color: #999;
    line-height: 22px;
    padding-right: 10px;
    display: none;
    position: absolute;
    margin-top: 2px;
}
.registerTab .f-size12
{
    font-size: 12px;
    margin-left: 130px;
}
.registerTab .f-fl
{
    float: left !important;
}
.registerTab .strength b
{
    float: left;
    width: 108px;
    height: 16px;
    overflow: hidden;
    margin-top: 3px;
    font-weight: 400;
}
.registerTab .strength b i
{
    font-style: normal;
    font-size: 10px;
    width: 34px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    float: left;
    background: #dbdbdb;
    text-align: center;
    margin-left: 1px;
    color: #fff;
}
.registerTab .strength b i.on
{
    background: #ff6160;
}
.registerTab .td2
{
    width: 750px;
}
.registerTab .v_error
{
    border: 1px solid #FF0000;
}
.hide
{
    display: none;
}
.registerTab .showpwd
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/showPwd.png) no-repeat center center;
    background-size: 16px 16px;
    position: absolute;
    top: 14px;
    left: 275px;
    cursor: pointer;
}
.showpwd.hidepwd
{
    background-image: url(../images/hidePwd.png);
}
.registerTab ::-ms-reveal
{
    display: none;
}
/*取消ie10以上，密码框的眼睛*/


.btnagree
{
    background-color: #2E7DDB;
    cursor: pointer;
}
.btnNagree
{
    background-color: #ccc;
}
.btn_r
{
    color: #fff;
    width: 80px;
    height: 30px;
    margin-right: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.btnagree:hover
{
    background-color: #0074D9;
}
.btn_r:active
{
    outline: 0;
}
.btnEmpty
{
    background-color: #666;
    cursor: pointer;
}
.btnEmpty:hover
{
    background-color: #333;
}
/*灰色遮罩层*/
.fade
{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}


/*弹出层left: 50%;
    top: 50%;
    margin-left: ;
    margin-top: ;*/
    .succ-pop
{
    width: 660px;
    height: 500px;
    background: #fff;
    position: fixed;
    left:25%;
    top:25%;
    z-index: 999;
    border-radius: 5px;
}
.succ-pop .title
{
    font-weight:bold;
    text-align: center;
    font-size: 24px;
    color: #ff4800;
}

.pop1
{
    color:#666666;
    font-size:18px
    }
    
    .pop1 a
    {
        color:#00a2ff;
        }

