
#registerBanner-wrap
{
    width: 100%;
    height: auto;
    background-color: #000000;
    overflow: hidden;
}
.registerBanner-con
{
    width: 1350px;
    height: 300px;
    background: url(/views/img/register_banner.jpg) center top no-repeat;
    margin: 0 auto;
    position: relative;
}
.registerWrap
{
    width: 100%;
    height: auto;
    background-color: #000;
}
.registerContent
{
    width: 1000px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

#myFORM
{
    float: right;
    width: 774px;
    /*background-color: #101010;*/
    margin-top: 12px;
    border: 0px solid #1f1f1f;
}
.register-title > img
{
    margin: 10px 38px;
}
.reg-tit .fr
{
    color: #ffffff;
    height: 24px;
    line-height: 24px;
    text-indent: 78px;
    font-size: 12px;
}
#reg_form_1 fieldset
{
    border: 1px solid #fff;
    margin: 12px 0px 0 60px;
    padding: 10px;
    width: 640px;
}
#reg_form_1 fieldset legend
{
    font-weight: bold;
    font-size:18px;

}
#reg_form_1 fieldset:last-child
{
    border: none;
}
#reg_form_1 fieldset li
{
    overflow: hidden;
    height: 36px;
    line-height: 36px;
}
.info-left
{
    float: left;
    width: 100px;
    text-align: right;
    font-size: 14px;
}
.info-right
{
    float: left;
    font-size:14px;
}
.info-right input
{
    width: 188px;
    border-radius: 4px;
    border: none;
    height: 24px;
    text-indent: 8px;
    font-size: 12px;
    color: #000;
    outline:none;
}
.red
{
    color: red !important;
}
.info-txt
{
    float: left;
    font-size: 12px;
    margin-left: 32px;
}
#articles > ul.beizhu{
    list-style-type:disc;

}
#articles > ul.beizhu li{
    list-style: none;
    font-size:14px;
}
.info-right select
{
    width: 44px;
    color: #0a0a0a;
}
#year,#month,#day
{
    width: 60px;
    color: #0a0a0a;
}
#agree
{
    width: 12px;
    font-size: 12px;
}
#AGREEMENT
{
    color: #428bca;
    cursor: pointer;
    text-decoration: none;
}

#CANCEL1,#OK2
{
    float: left;
    width: 110px;
    height: 35px;
    line-height: 31px;
    margin-left: 30px;
    padding: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-family: 'Microsoft YaHei';
    border: none;
    border-radius: unset;
    text-indent: 0;
    background: url('/views/img/btn.png') no-repeat center top;
    cursor: pointer;
}
#CANCEL1:hover,#OK2:hover
{
    background-position:center bottom
}


#need_captcha
{
    position: absolute;
    top: 0;
    right: -114px;
}
#need_captcha img.refresh
{
    width: 14px;
    margin: 8px 0 0 6px;
    cursor: pointer;
}
#need_captcha img.identifyingCodePic1
{
    width: 66px;
}

.login-wraped
{
    width: 100%;
    height: auto;
    background-color: #000000;
}
.login-content
{
    margin: 0 auto;
    width: 1000px;
    height: auto;
    overflow: hidden;
}
.res-wrap
{
    float: right;
    background-color: #101010;
    margin-top: 12px;
    border: 1px solid #1f1f1f;
    width: 774px;
    height: 456px;
}
.res-wrap fieldset
{
    border: 1px solid #ffffff;
    width: 600px;
    margin: 25px 0 23px 75px;
    height: 300px;
    padding-top: 44px;
}
.res-wrap fieldset legend
{
    color: #fff;
    font-size: 12px;
    margin-left: 12px;
}
.res-wrap fieldset ul li
{
    float: left;
    overflow: hidden;
    height: 46px;
    line-height: 46px;
}
#btn-sub
{
    height: 32px;
    font-size: 16px;
    background: green;
    color: #fff;
    cursor: pointer;
}
#btn-sub:hover
{
    background-color: #009f95;
}
