html,body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body {
    width: 100%;
    min-height: 100%;
    background-color: #f2f2f2;
}
.reg-box {
    padding: 60px 60px 0;
}
.title>img{
    display: block;
    margin: 0 auto;
    width: 40%;
}

.third-tip {
    text-align: center;
    line-height: 48px;
    font-size: 30px;
    color: #666;
    margin-bottom: 50px;
}
.input-wrap {
    margin-top: 70px;
}
.input-row {
    position: relative;
}
.input-row span:first-child{
    color: #c1c0be;
    display: inline-block;
    width: 160px;
    font-size: 32px;
}
input::-webkit-input-placeholder { /* WebKit browsers */

    color: rgba(145, 148, 153, 0.6);
}
.register-wrap .input-row {
    margin-bottom: 50px;
}
.input-row input {
    width: 100%;
    position: relative;
    line-height: 42px;
    padding: 28px 3%;
    border: 1px solid #d2d2d2;
    -webkit-appearance: none;
    font-size: 32px;
    color: #666666;
    background-color: white;
}

.input-row input::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 32px;
    color: rgba(145, 148, 153, 0.6);
}

.input-row input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 32px;
    color: rgba(145, 148, 153, 0.6);
}

.input-row input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 32px;
    color: rgba(145, 148, 153, 0.6);
}

.input-row input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 32px;
    color: rgba(145, 148, 153, 0.6);
}
.password-row > input {
    padding-right: 50px;
}
.register-btn {
    height: 90px;
    line-height: 90px;
    font-size: 32px;
    text-align: center;
    color: #333;
    background-color: #ffd000;
    border-radius: 10px;
    width: 40%;
    margin: 80px auto 0;
}
.yzm-row span img {
    height: 100%;
    border-radius: 8px;
}
.yzm-row .phone-code {
    background-color: #ffd000;
    border-radius: 5px;
    padding: 28px 0;
    line-height: 42px;
    width: 250px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.tip {
    margin: 50px 0;
    font-size: 26px;
    color: #b9c1d4;
}
.is_ok {
    display: inline-block;
    border: 1px solid #6aa2e4;
    width: 18px;
    height: 18px;
    position: relative;
    top: 1px;
    background-image: url(../img/reg_is_ok.png);
}
.not_ok {
    background-image: url(../img/reg_not_ok.png);
}
.look_ne {
    color: #6aa2e4;
    text-decoration: none;
}
.overseas {
    text-align: center;
    display: block;
    color: #4682fc;
    margin: 30px 0;
}

.footer {
    position: absolute;
    width: 750px;
    bottom: 40px;
    text-align: center;
    font-size: 28px;
    color: #8690a4;
}
.footer > span {
    margin: 0 10px;
    color: #b9c1d4;
}
.rdcode,.rdid{
    width: calc(100% - 250px) !important;
}
.graph-code{
    width: 250px;
    /*height: 100px;*/
    position: absolute;
    bottom: 0;
    right: 0;
}
.p1{
    color: #dbdbdb;
    font-size: 22px;
    text-align: center;
    padding: 20px 0;
}
.p2{
    text-align: center;
    color: #333333;
    padding: 40px 0 60px 0;
}
.p2 a{
    color: #ffd000;
}