@charset "utf-8";

/* css document */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #f0f0f0;
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
    font-family: "微软雅黑";
    font-weight: normal;
    list-style-type: none;
    text-decoration: none;
    list-style: none;
    outline: none;
}

a:hover {
    border: 0px;
}

button {
    cursor: pointer;
}

.clear {
    clear: both;
}

table {
    border-spacing: 1px;
    border-collapse: collapse;
}

.register {
    width: 100%;
    min-width: 1280px;
    height: auto;
    float: left;
    margin: 20px 0 20px 0;
}

.register-main {
    width: 1200px;
    min-height: 570px;
    margin: 0 auto;
    background: #fff;
}

.register-center {
    width: 1080px;
    height: auto;
    margin: 0 auto;
}

.register-title {
    width: 100%;
    height: 65px;
    float: left;
    border-bottom: 1px solid #ccc;
}

.register-title h1 {
    float: left;
    padding-top: 19px;
}

.register-title h1 a {
    font-size: 22px;
    color: #000;
    border-bottom: 2px solid #3366cc;
    line-height: 45px;
    display: block;
}

.register-left {
    width: 790px;
    float: left;
    margin-top: 30px;
}

.register-left div {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.register-left div b {
    float: left;
    font-size: 12px;
    color: #ff4200;
    line-height: 40px;
    font-family: simsun;
    padding-right: 10px;
    font-weight: normal;
}

.register-left div ul li {
    width: 300px;
    height: 38px;
    border: 1px solid #ccc;
    float: left;
}

.register-left div ul li input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #fff;
    color: #999;
    text-indent: 10px;
    float: left;
}

.register-left div ul li.pic-yzm input {
    width: 180px;
}

.register-left div ul li.pic-yzm img {
    width: 83px;
    height: 32px;
    float: right;
    margin-top: 3px;
    margin-right: 9px;
}

.register-left div ul li.pic-yzm i.refresh {
    width: 18px;
    height: 17px;
    float: right;
    background: url(../../image/user/register/refresh.png) no-repeat;
    margin: 11px 7px 0 0;
}

.register-left div ul li.pic-yzm i.refresh:hover {
    cursor: pointer;
}

.register-left div ul li.message-yzm input {
    width: 200px;
}

.register-left div ul li.message-yzm a {
    float: right;
    line-height: 38px;
    color: #ccc;
    padding-right: 5px;
    font-size: 13px;
}

.register-left div ul li.message-yzm a.obtain {
    height: 24px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #3366cc;
    border-radius: 2px;
    padding: 0 5px;
    font-size: 14px;
    color: #3366cc;
    float: right;
    margin: 6px 10px 0 0;
}

.register-left div ul li.message-yzm a.obtain:hover {
    background: #3366cc;
    color: #fff;
}

.register-left div p {
    font-size: 12px;
    font-family: simsun;
    color: #666;
    float: left;
    line-height: 40px;
    padding-left: 10px;
}

.register-left div p.warning {
    line-height: 40px;
    font-size: 12px;
    color: #ff4200;
    float: left;
    font-family: simsun;
    padding-left: 0;
}

.register-left div p.warning i {
    width: 16px;
    height: 16px;
    float: left;
    background: url(../../image/user/register/warning.png) no-repeat;
    margin: 12px 8px 0 10px;
}

.register-left div p.correct i {
    width: 16px;
    height: 16px;
    float: left;
    background: url(../../image/user/register/correct.png) no-repeat;
    margin: 12px 8px 0 0;
}

.register-left div p.warning a {
    color: #3366cc;
    text-decoration: underline;
    font-family: simsun;
}

.register-left div samp {
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}

.register-left div dl {
    float: left;
    margin-left: 30px;
}

.register-left div dl dd {
    font-size: 14px;
    color: #222;
    padding-right: 20px;
    line-height: 40px;
    float: left;
}

.register-left div dl dd i {
    width: 14px;
    height: 14px;
    float: left;
    background: url(../../image/user/register/choose.png) no-repeat;
    margin-right: 8px;
    margin-top: 14px;
    cursor: pointer;
}

.register-left div dl dd i.active {
    background: url(../../image/user/register/choose-active.png) no-repeat;
}

.register-agreement {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.register-agreement i {
    width: 14px;
    height: 14px;
    float: left;
    background: url(../../image/user/register/choose.png) no-repeat;
    margin-right: 8px;
    margin-left: 17px;
    margin-top: -6px;
    cursor: pointer;
}

.register-agreement i.active {
    background: url(../../image/user/register/choose-active.png) no-repeat;
}

.register-agreement p.user-agreement {
    font-size: 14px;
    color: #222;
    font-family: "microsoft yahei";
    line-height: 0;
    padding-left: 0;
}

.register-agreement p.user-agreement a {
    color: #3366cc;
    text-decoration: underline;
}

.register-btn {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.register-btn button {
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    background: #3366cc;
    color: #fff;
    font-size: 16px;
    margin-left: 17px;
}

.register-btn button:hover {
    background: #235ccd;
}

.register-right {
    width: 259px;
    height: 394px;
    float: right;
    background: #efefef;
    margin-top: 20px;
}

.register-right p {
    font-size: 14px;
    text-align: center;
    color: #666;
    padding-top: 33px;
}

.register-right p a {
    color: #3366cc;
}

.register-right .app-code {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.register-right .app-code .pic {
    width: 117px;
    height: 117px;
    /*background: #fff;*/
    margin: 0 auto;
}

.register-right .app-code .pic.res-vip-pic{
    margin-bottom: -110px;
    cursor: pointer;
    display: block;
}
.register-right .app-code .pic.qrcode-pic{
    margin-top: 130px;
}
.register-right .app-code .pic img {
    width: 117px;
    height: 117px;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.register-right .app-code samp {
    text-align: center;
    font-size: 14px;
    color: #666;
    display: block;
    padding-top: 12px;
}


/*注册成功*/

.register-cuccess {
    width: 360px;
    height: auto;
    margin: 0 auto;
}

.register-cuccess-top {
    width: 100%;
    float: left;
    margin-top: 135px;
}

.register-cuccess-top img {
    float: left;
    margin-right: 20px;
}

.register-cuccess-top h5 {
    font-size: 22px;
    color: #222;
    float: left;
    padding-top: 10px;
}

.register-cuccess-top h5 span {
    font-size: 14px;
    color: #222;
    padding-left: 10px;
}

.register-cuccess-top a {
    font-size: 14px;
    color: #3366cc;
    text-decoration: underline;
    float: left;
    padding-top: 5px;
}

.register-cuccess-bottom {
    width: 100%;
    float: left;
    margin-top: 24px;
    margin-left: 96px;
}

.register-cuccess-bottom a {
    height: 23px;
    line-height: 23px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 0 5px;
    color: #6f6f6f;
    display: inline-block;
    border-radius: 2px;
}

.register-cuccess-bottom a b {
    font-weight: normal;
    font-family: simsun;
    padding-left: 5px;
}

.register-cuccess-bottom a:hover {
    background: #3366cc;
    border: 1px solid #3366cc;
    color: #fff;
}
