body {
    background-color: #F5F8FA;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

input,
button {
    outline: 0;
}

.col-center-block {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.paddingNone,
.registerCodeBtn,
.registerBtn {
    padding: 0;
}

/* 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸 */
::-webkit-scrollbar {
    width: 3px;
    height: 16px;
    background-color: #F5F5F5;
}

/* 定义滚动条轨道 内阴影+圆角 */
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.register {
    padding: 0 760px;
}

.registerHead {
    margin-bottom: 20px;
    padding: 30px 0 30px 0px;
    color: #999999;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px dashed #efefef;
}

.registerHead img {
    width: 88px;
}

.registerMain {
    margin-bottom: 10px;
    margin-top: 70px;
    padding: 0 28px;
    background-color: #FFF;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    box-shadow: 2px 5px 15px rgba(202,221,234,.2);
}

.registerTitle {
    padding: 20px 0 34px;
    color: #666;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.registerTel,
.registerCode,
.registerPassword,
.againPassword {
    height: 41px;
    padding: 0;
}

.registerTelLable,
.registerCodeLable,
.registerPasswordLable,
.againPasswordLable {
    height: 41px;
    padding: 0;
    line-height: 41px;
    color: #999999;
    font-size: 14px;
    text-align: left;
    letter-spacing: 2px;
}

.registerTelInp,
.registerCodeInp,
.registerPasswordInp,
.againPasswordInp {
    padding: 0;
}

.registerCodeInp input {
    width: 98%;
    height: 41px;
    padding-left: 12px;
    border: 1px solid #DDD;
    background-color: #FFF;
    line-height: 41px;
    color: #333;
    border-radius: 3px;
}

.registerTelInp input,
.registerPasswordInp input,
.againPasswordInp input {
    width: 100%;
    height: 41px;
    padding-left: 12px;
    border: 1px solid #DDD;
    background-color: #FFF;
    line-height: 41px;
    color: #333;
    border-radius: 3px;
}

input::-webkit-input-placeholder {
    color: #CCC;
}

.smsTelTip,
.registerSmsCodeTip,
.piccodeTip,
.registerPassWordTip,
.againPasswordTip {
    height: 19px;
    padding: 0 0 0 80px;
    line-height: 19px;
    color: #FF385A;
    font-size: 14px;
}

.registerCodeBtn button {
    width: 100%;
    height: 41px;
    border: 0;
    background-color: #00A0EA;
    color: #FFF;
    font-size: 10px;
    border-radius: 3px;
}

.registerTip {
    padding: 43px 0 10px;
    color: #999999;
    font-size: 14px;
}

.registerTip a {
    color: #00A0EA;
}

.registerBtn a {
    display: block;
    width: 100%;
    height: 41px;
    background-color: #00A0EA;
    line-height: 41px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

.otherLogin {
    padding: 31px 0 30px;
}

.otherLoginTitle {
    padding: 0 0 14px;
    color: #999;
    font-size: 14px;
    text-align: center;
}

.otherLoginMain {
    padding: 0;
    text-align: center;
}
