.login-content {
    position: absolute;
    top: 60px;
    right: 40px;
    z-index: 10;
    width: 400px;
    box-shadow: rgba(51, 51, 51, 0.2) 0px 1px 4px;
}

.login-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ee5524;
    padding: 13px;
}


.login-btn{
    font: 18px/40px "Source Han Sans CN";
    text-align: center;
    color: #fff;
    height: 40px;
    width: 272px;
    cursor: pointer;
    background: #ef673f;
    border-radius: 3px;
    border-width: 0px;
    border-style: none;
    border-color: initial;
    border-image: initial;
    display: inline-block;
}

.error {
    width: 270px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: rgb(250, 73, 73);
    text-align: left;
    display: inline-block;
    background: url(../img/login_icon.png) no-repeat;
    padding: 4px 0px 0px 31px;
}

/*国家区号选择按钮*/
.phoneBox {
    position: relative;
    display: inline-block;
}
.phoneGroup {
    display: inline-block;
    min-width: 72px;
    text-align: left;
}
.phone-btn {
    border: none;
    height: auto;
    padding: 0;
    line-height: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
}

.phone-btn:focus {
    outline: none;
}
.selectBtn {
    text-align: left;
    color: #757575;
    text-align: center;
    background: none;
    border-radius: 3px;
    height: calc(100% - 42px);

}
.selectConentent {
    display: none;
    position: absolute;
    top: 0;
    z-index: 233;
    background-color: #ffffff;
    left: -24px;
    border: 1px solid #ebebeb;
    width: 240px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px rgba(26, 26, 26, .1);
    box-shadow: 0 5px 20px rgba(26, 26, 26, .1);
}

.selectOptions {
    overflow: auto;
    position: relative;
    max-height: 500px;
    padding: 8px 0;
    border-radius: 4px;
    text-align: left;
}

.selectOptions::-webkit-scrollbar {
    width: 10px;
    height: 1px;
    background-color: #f6f6f6;
}

/*定义滚动条轨道 内阴影+圆角*/
.selectOptions::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f6f6f6;
}

.selectOptions::-webkit-scrollbar-thumb {
    background-color: #afadad;
    width: 5px;
    max-height: 10px;
    border-radius: 10px;

}

.select-option {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    color: #8590a6;
    text-align: left;
    background: none;
    border: none;
}

/*输入框*/
.textbox-div {
    padding: 10px 0;
    color: #999;
    font-family: tahoma,arial,sans-serif;
    height: 36px;
    font-size: 1px\9;
    -webkit-text-size-adjust: none;
    vertical-align: middle;
}
.textbox-div .label {
    display: inline-block;
    width: 80px;
    text-align: right;
    font-size: 14px;
    vertical-align: middle;
}

.textbox-div .textbox{
    display: inline-block;
    line-height: 36px;
    height: 36px;
    width: 258px;
    box-sizing: content-box;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
}
.textbox {
    padding: 0 0 0 10px;
    border: 1px solid #ccc;
    color: #666;
    outline: 0 none;
    font-size: 14px;
    background-color: #fff;
    font-family: tahoma,arial,sans-serif;
}


/*注册按钮*/
.submit-btn {
    width: 100%;
    height: 54px;
    background: #ef673f;
    border-radius: 9px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 54px;
    margin: 30px 0 120px;
    cursor: pointer;
}
/*验证码按钮*/
.phone-verify-btn {
    width: 87px;
    height: 38px;
    display: inline-block;
    background: #FF5722;
    border-radius: 24px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    text-decoration: none;
    margin: 0px 0px 0px 20px;
}


.bg-grey{
    background: #b1b1b1;
}