#app {
    position: relative;
}

.swiper-container {
    position: relative;
    transition: all 0.25s;
    height: auto;
    margin-top: 0.6rem;
}

.swiper-slide {
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.main {
    max-width: 640px;
    margin: auto;
    width: 100%;
    height: 100%;
}

.white {
    color: #fff !important;
}

.swiper-txt-title {
    font-size: 0.3rem;
    text-align: left;
    font-weight: 600;
    padding: 0.1rem 0.15rem 0;
}

.swiper-txt-note {
    font-size: 0.14rem;
    padding: 0.1rem 0.1rem 0 0.15rem;
    text-align: left;
}

.swiper-slide-1 {
    background: url(../../images/wap/register/bg.jpg) top center no-repeat;
    background-size: 100% auto;
    padding: 0.2rem;
    box-sizing: border-box;
}

.apply-form {
    width: 100%;
    text-align: center;
    margin: 1.6em auto 2em;
    background: #fff;
    border-radius: 5px;
    padding: 0.2rem;
    box-sizing: border-box;
    box-shadow: 0 0.03rem 0.15rem 0 rgba(0, 0, 0, 0.05);
}

.form-item {
    font-size: 0.15rem;
    margin-bottom: 0.1rem;
    display: flex;
    /*background-color: #fbfbfb;*/
}

.form-item input {
    padding: 0.12rem 0.12rem;
    border: 1px solid #fbfbfb;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.15rem;
    background-color: #fbfbfb;
    outline: none;
    caret-color: #1180ff;
    color: #191f25;
}

.form-item input::-webkit-input-placeholder {
    color: #bbbbbb;
}

select::-ms-expand {
    display: none;
}

.form-item select {
    font-size: 0.15rem;
    padding: 0.12rem 0.3rem 0.12rem 0.12rem;
    border: 1px solid #fbfbfb;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #bbbbbb;
    background-color: #fbfbfb;
}

.province, .city {
    justify-content: flex-end;
    align-items: center;
}

.select-trangle {
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    background: url(../../images/wap/register/arrow.png) no-repeat 100% center;
    background-size: 100%;
    flex: 1;
    margin-right: 0.18rem;
}

.validcode_btn {
    padding: 0.12rem 0;
    border: 1px solid #1476fe !important;
    width: 2rem;
    border-radius: 5px;
    margin-left: 0.2rem;
    color: #1476fe !important;
    background: #ffffff !important;
}

.apply-btn {
    display: block;
    color: white;
    font-size: 0.16rem;
    font-weight: 600;
    border-radius: 4px;
    padding: 0.12rem 0.3rem;
    background: #1476FF;
    border: 1px solid #1476FF;
    margin: 0.25rem auto 0;
    cursor: pointer;
}

.endslide {
    background: #1e2837;
}


/**toast提示框*/
.point-dialog {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 640px;
    height: 100%;
    z-index: 99999;
}

.dialog-toast {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.toast-content {
    background: rgba(0, 0, 0, .5);
    text-align: center;
    font-size: .14rem;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    padding: 0.1rem 0.15rem;
}

.succ-toast,
.yzm-toast {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 9999;
}

.toast-box {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -1.25rem;
    width: 2.5rem;
    min-height: 1.74rem;
    background: #fff;
    border-radius: .05rem;
    padding: 0.2rem;
    box-sizing: border-box;
}

.toast-box h3 {
    margin-top: .35rem;
    width: 100%;
    text-align: center;
    font-size: .16rem;
    color: #333;
}

.toast-box .suo-pic {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -.21rem;
    width: .41rem;
    height: .41rem;
}

.toast-box .close-pic {
    position: absolute;
    right: .05rem;
    top: .05rem;
    width: .15rem;
    height: .15rem;
}

.toast-box .txt-b {
    width: 100%;
    margin-top: .2rem;
    color: #999;
    padding: 0 .15rem;
    box-sizing: border-box;
    text-align: center;
    font-size: .12rem;
}

.suc-btn, #qr-btn {
    margin: .15rem auto;
    width: 90%;
    height: .4rem;
    background: #288dff;
    color: #fff;
    text-align: center;
    line-height: .4rem;
    font-size: .14rem;
}

.qr-mask {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    margin: auto;
    bottom: .15rem;
    width: 90%;
    height: .3rem;
    z-index: 10000;
}

.mask-hiden {
    display: block !important;
}

.qr-btn {
    width: 85%;
}

.suc-show {
    display: block !important;
}

.pic-box {
    margin-top: .1rem;
    display: -webkit-box;
    width: 100%;
    height: .5rem;
    padding: 0 .1rem;
    box-sizing: border-box;
    -webkit-box-pack: justify;
}

.code-pic {
    position: relative;
    width: 1.4rem;
}

.code-pic img {
    width: 100%;
}

.change-btn {
    width: .5rem;
    height: .25rem;
    background: #999;
    color: #fff;
    font-size: .12rem;
    text-align: center;
    line-height: .25rem;
    margin-top: 0.15rem;
}

.cnum-box {
    display: -webkit-box;
    padding: 0 .2rem;
    box-sizing: border-box;
    justify-content: space-between;
    margin-top: .1rem;
    width: 100%;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
}

.cnum-box .formipt {
    width: .3rem;
    height: .3rem;
    border: 1px solid #999;
    border-radius: 0;
    background: #fff;
    font-size: .16rem;
    outline: none;
    text-align: center;
    padding-left: 0;
    display: block;
    margin-right: 0.1rem;
}

.txt-red {
    color: red !important;
}


.register-common-fixed-view{
    position: fixed;
    font-size: 0.112rem;
    background: rgba(0, 0, 0, 0.8);
    z-index: 200;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    display: none;
}
.register-common-close-btn {
    position: absolute;
    right: 0.07rem;
    top:  0.07rem;
    width: 0.28rem;
    height: 0.28rem;
    background-image: url(../../images/web/btn-close.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

/*已注册*/
.register-open-view{
    display: none;
    position: fixed;
    top: 50%;
    background-color: #ffffff;
    border-radius: 0.07rem;
    min-height: 0.7rem;
    overflow: hidden;
    transition: .2s ease-in-out;
    z-index: 210;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.94rem;
    -webkit-user-select:none ;
    -moz-user-select:none;
}
.register-open-view .register-open-phone{
    width: 0.588rem;
    height:0.525rem;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-image: url(../../images/web/toggle-code.png);
    background-size: cover;
}
.register-open-view .register-open-title{
    margin-top: 0.434rem;
    line-height: 0.266rem;
    text-align: center;
    width: 100%;
    padding: 0 0.371rem;
    box-sizing: border-box;
    font-family: MicrosoftYaHei;
    font-size: 0.168rem;
    color: #000000;
    margin-bottom: 0.294rem;
}
.register-open-view .register-btn-view{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.294rem;
    padding: 0 0.14rem;
    box-sizing: border-box;
}
.register-open-view .register-btn-link{
    width: 1.26rem;
    height: 0.469rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(//cdn.uj.cn/static/newHouseWebApp/newHouse/link@2x.png);
    cursor: pointer;
}
.register-open-view .register-btn-plus{
    width: 1.26rem;
    height: 0.469rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(//cdn.uj.cn/static/newHouseWebApp/newHouse/plus@2x.png);
    cursor: pointer;
}
