.signin-dialogbg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.signin-title{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 15px;
}
.signin-title img{
    width: 60px;
}
.signin-title p{
    font-size: 20px;
    font-weight: 600;
}
.signin-dialog, .signup-dialog {
    width: 450px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin: auto;
    /*margin: 30px auto;*/
    padding: 53px 40px 40px 40px;
    box-sizing: border-box;
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*display: none;*/

}

.signin-dialogbg input{
	border: 0;
}
/* .motel {
    margin-top: 1px;
} */

.bordernone {
    border: 0 !important;
}

.icon-close {
    width: 25px;
 	height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
    cursor: pointer;
}

.signin-title {
    height: 33px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 32px;
    margin-bottom: 20px;

}

.phone-type {
    position: absolute;
    top: 32%;
    width: 45px;
    height: 16px;
    left: 6%;
    border-right: 1px solid #878787;
    font-size: 16px;
    color: #212121;
}

.tips-book {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    align-items: center;
    margin-bottom: 60px;
    margin-top: -20px;
}

.book-style {
    font-size: 14px;
    color: #808085;
    margin-left: 10px;
}

.book-style span {
    /* display: inline-block; */
    font-size: 14px;
    color: #353535;
    border-bottom: 1px solid #ADADAD;
}

.yes-no {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #4285F4;
    padding: 0 0 2px 4px;
}

.phone-input {
    padding-left: 77px !important;
}

.font-ed {
    color: #353535 !important;
}

.login-item {
    margin: 0 0 20px 0;
    position: relative;
}

.login-input {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    padding-left: 27px;
    background-color: #F5F6F7;
    outline: 0;
    font-size: 16px;
    color: #878787;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button {
    border: 0;
    background-color: transparent;
    outline: none;
}

.send-return {
    width: 55% !important;
}

.send-btn {
    display: inline-block;
    width: 39%;
    height: 50px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    background-color: #ECF3FF;
    color: #4285f4;
    cursor: pointer;
    font-size: 16px;
    border-radius: 30px;
}

.disabled{
    background: #f5f6f7;
    color: #878787;
    cursor: no-drop;
}

.switch-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: -9px;
}

.switch-login {
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    color: #888888;
}

.forget-pwd {
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    color: #888888;
}

.error-tips {
    font-size: 14px;
    color: #f13939;
    height: 15px;
}

.login-btn {
    display: block;
    width: 100%;
    border-radius: 30px;
    outline: 0;
    background-color: #4285F4;
    color: #fff;
    font-size: 16px;
    outline: 0;
    border: none;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    /* box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15); */
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    cursor: pointer;
}

.line {
    height: 1px;
    background-color: #ddd;
    text-align: center;
    margin: 0 0 20px 0;
}

.line span {
    line-height: 20px;
    height: 20px;
    display: inline-block;
    background-color: #fff;
    padding: 0 15px;
    margin: 0;
    font-size: 14px;
    position: relative;
    top: -12px;
    color: #707070;
}

.other-login-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px 40px 20px;
}

.other-login-item {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.login-icon {
    width: 50px;
    height: 50px;
}

.other-login-item span {
    font-size: 14px;
}

.wx-login-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 32px;
}

.wx-login-qrcode {
    width: 182px;
    height: 182px;
    margin: 0 auto;
}

.wxlogin-code {
    width: 100%;
    height: 100%;
}

.wx-login-title img {
    margin-right: 12px;
    height: 32px;
    width: 32px;
}

.wx-login-title p {
    height: 32px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.wx-login-tip {
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wx-login-qrcode-tips {
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 15px;
}

.login-foot {
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background: #f5f5f5; */
    display: flex;
    /*justify-content: space-around;*/
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

.login-tips {
    padding: 5px;
    margin: 0;
    font-size: 14px;
    color: #8c8c8c;
    /*height: 35px;*/
    line-height: 35px;
}

.login-tips a {
    color: #444950;
    text-decoration: none;
}

.sign-change {
    cursor: pointer;
    color: #4285f4;
    font-size: 14px;
    border-bottom: 1px solid #4285f4;
}

.hidden {
    display: none !important;
}
