.register:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "\20";
    clear: both;
    height: 0
}

.main {
    background: #fbf9f9 url(../images/helpBg.jpg?=835) no-repeat 50% 208px;
    padding-top: 230px;
    padding-bottom: 32px
}

.register {
    border: 1px solid #ded9c7;
    background: #fff;
    padding-bottom: 32px
}

.register .title {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 35px;
    border-bottom: 1px solid #f6f6f6;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 35px
}

.register .title h2 {
    color: #323232;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px
}

.register .title h3 {
    color: #323232;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px
}

.register .title h3 b {
    color: #8b0808;
    margin-left: 5px
}

.register .title i {
    display: block;
    margin: 0 auto;
    width: 1050px;
    height: 28px;
    background: url(../images/registerTitle.png?=858) no-repeat 50% 0
}

.registerSideLeft {
    width: 593px;
    float: left
}

.registerSideLeft .i {
    width: 419px;
    height: 132px;
    background: url(../images/register1.png?=857) no-repeat;
    margin-left: 60px;
    margin-bottom: 15px
}

.registerSideLeft .t {
    margin-left: 115px;
    margin-top: 60px
}

.registerSideLeft .t h3 {
    color: #323232;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px
}

.registerSideLeft .t .num {
    color: #bfa23d;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 13px;
}

.registerSideLeft .b {
    width: 419px;
    height: 329px;
    background: url(../images/register6.png?=858) no-repeat;
    margin-left: 55px;
    margin-top: 40px;
}

.registerSideLeft .b1 {
    width: 419px;
    height: 500px;
    background: url(../images/register4.png?=857) no-repeat;
    margin-left: 55px;
    margin-top: 40px;
}
.registerSideLeft .reg1 {
    width: 419px;
    height: 500px;
    background: url(../images/register5.png?=857) no-repeat;
    margin-left: 55px;
    margin-top: 40px;
}

.registerLine {
    width: 1px;
    height: 690px;
    background: #e0e0e1;
    float: left;
    margin-top: 20px
}

.registerBox {
    width: 595px;
    float: left;
    padding-top: 65px
}

.registerBox .box {
    margin-top: 8px
}

.registerBox .box em {
    font-style: normal;
    color: #cf000e;
    font-size: 12px;
    vertical-align: middle
}

.registerBox .box .import {
    margin-bottom: 20px
}

.registerBox .box label {
    vertical-align: top;
    display: inline-block;
    width: 175px;
    text-align: right;
    height: 25px;
    line-height: 25px;
    color: #af944b;
    font-size: 14px;
    font-weight: 700
}

.registerBox .box input {
    vertical-align: top;
    display: inline-block;
    padding-left: 10px;
    width: 262px;
    height: 23px;
    line-height: 23px;
    background: #eae9e9;
    border: 1px solid #d9d7d7;
    font-size: 13px;
    color: #666
}

.registerBox .box input.rmb {
    width: 171px
}

.registerBox .box input.code {
    width: 115px
}

.registerBox .box .codeImg {
    height: 25px;
    vertical-align: middle
}

.registerBox .protocol {
    margin-top: 40px;
    padding-left: 97px;
    color: #e34543;
    font-size: 14px
}

.registerBox .protocol label {
    cursor: pointer
}

.registerBox .protocol input {
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer
}

.registerBox .protocol a {
    color: #e34543
}

.registerBox .btns {
    margin-top: 35px;
    margin-left: 129px
}

.registerBox .btns a,.registerBox .btns input {
    display: inline-block;
    border: 0;
    width: 157px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 16px;
    color: #fff8e7;
    border-radius: 22px
}

.registerBox .btns a.submit,.registerBox .btns input.submit {
    background: #bb0c14
}

.registerBox .btns a.reset,.registerBox .btns input.reset {
    background: #af944b;
    margin-left: 23px
}

.registerBox .btns a:hover,.registerBox .btns input:hover {
    opacity: .8
}

.registerBox .remarks {
    margin-top: 70px;
    margin-left: 65px;
    font-size: 14px
}

.registerBox .remarks h3 {
    color: #e34543;
    margin-bottom: 5px
}

.registerBox .remarks p {
    color: #717171;
    line-height: 24px
}