/******************注册界面CSS**********************************/

/*.get-verification-code {*/
    /*border-bottom: 1px solid #dedede;*/
    /*margin-top: -5px;*/
/*}*/

/*.get-verification-code input {*/
    /*width: 171px;*/
    /*border: none;*/
/*}*/

/*.get-verification-code button {*/
    /*width: 101px;*/
    /*!*width: 200px;*!*/
    /*height: 31px;*/
    /*margin-top: 31px;*/
    /*font-size: 14px;*/
    /*color: #a9547c;*/
    /*text-align: center;*/
    /*line-height: 31px;*/
    /*border: 1px solid #a9547c;*/
    /*border-radius: 27px;*/
/*}*/

/*.login-inputs input:first-child {*/
    /*margin-top: 40px;*/
/*}*/

/*.login-inputs input:nth-child(3) {*/
    /*margin-top: 30px;*/
/*}*/

/*.login-inputs input:nth-child(4) {*/
    /*margin-top: 30px;*/
/*}*/

/*.login-boom-right {*/
    /*height: 319px;*/
/*}*/

/*.login-boom-right p:first-child {*/
    /*margin-top: 92px;*/
/*}*/

.reg-boom-box {
    width: 100%;
    height: 382px;
    background: #f7f7f7;
    position: relative;
}

.reg-boom {
    position: absolute;
    width: 669px;
    background: #fff;
    border-radius: 12px;
    box-shadow:0px 3px 6px rgba(0,0,0,0.14);
    left: 33.6%;
    top: -40.48%;
    padding-top: 19px;
    padding-bottom: 29px;
}

.reg-boom .reg-boom-left {
    padding-left: 50px;
}

.reg-boom .reg-boom-left p {
    font-size: 24px;
    color: #a9547c;
    text-align: center;
    width: 407px;
}

.reg-boom .reg-boom-left p span {
    font-size: 18px;
    margin-left: 10px;
}

.reg-boom .reg-methods-choose {
    margin-top: 26px;
}

.reg-boom .reg-boom-left .reg-methods-choose p {
    font-size: 18px;
    display: inline-block;
    width: 185px;
    text-align: center;
    padding-bottom: 13px;
    border-bottom: 2px solid #a9547c;
}

.reg-boom .reg-boom-left .reg-methods-choose #tel-to-reg {
    width: 186px;
    border-bottom: 2px solid #dedede;
    color: #555;
}

.reg-boom-left .swiper-container .swiper-slide {
    font-size: 24px;
}

.reg-boom-left .reg-methods-table {
    width: 371px;
    margin: 0;
}

.reg-boom-left .reg-methods-table .reg-methods-td {
    margin: 0;
}

.reg-methods-td input {
    display: block;
    padding-top: 40px;
    padding-bottom: 13px;
    width: 371px;
    border-bottom: 1px solid #dedede;
}

.reg-methods-td .get-code-box {
    border-bottom: 1px solid #dedede;
}

.reg-methods-td .get-code-box input {
    display: inline-block;
    width: 170px;
    border: none;
}

.reg-methods-td .get-code-box a {
    width: 101px;
    height: 31px;
    border: 1px solid #a9547c;
    border-radius: 27px;
    font-size: 14px;
    color: #a9547c;
    line-height: 31px;
    text-align: center;
    margin-left: 90px;
    display: inline-block;
}

.reg-methods-td .reg-email-btn {
    text-align: center;
    margin-top: 33px;
}

.reg-methods-td .reg-email-btn button {
    width: 197px;
    height: 41px;
    font-size: 18px;
    color: #a9547c;
    border: 1px solid #a9547c;
    border-radius: 27px;
}

.reg-boom-right {
    margin-top: 35px;
    border-left: 1px dashed #c4c4c4;
    padding-left: 20px;
    padding-top: 92px;
}

.reg-boom-right p {
    font-size: 14px;
    color: #555;
}

.reg-boom-right p:first-child {
    margin-bottom: 12px;
}

.reg-boom-right p:nth-child(3) {
    margin-top: 43px;
    margin-bottom: 40px;
}

.reg-boom-right a {
    font-size: 14px;
    color: #a9547c;
}

.reg-boom-right .reg-login-imgs {
    margin-left: 38px;
}

.reg-boom-right .reg-login-imgs img {
    width: 26px;
    height: 26px;
    margin-right: 25px;
}



























