@charset "UTF-8";

/*公用样式*/
.container {
    position: relative;
    z-index: 10;
}

body.reg-agent {
    color: #737C9C;
    background: #fff url(/mobile/images/theme/reg-su.png) no-repeat;
    background-size: contain;
    overflow: scroll;
}

.reg-agent.night {
    background: #151625 url(/mobile/images/register/reg-su.png) no-repeat;
}

.color1 {
    color: #fcf84a;
    text-decoration: underline;
}

.iconfont {
    padding: 0 5px;
    font-size: 18px;
    color: #111;
}

.iconfont.night {
    color: #fff;
}

.label {
    width: 80px;
    color: #fff;
    font-size: 16px;
}

.white {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

.text-context {
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
}

.hide {
    display: none !important;
}

.input-cont {
    display: flex;
    position: relative;
    align-items: center;
    height: 44px;
    line-height: 44px;
    background: transparent;
    border-bottom: 1px solid #fff;
}

.input {
    width: 80%;
    height: 44px;
    border: none;
    padding-left: 10px;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    color: #fff;
    background: transparent;
}

.input.night {
    color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #fff;
}

input::-webkit-input-placeholder.night,
textarea::-webkit-input-placeholder.night {
    color: #d0d0d0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    font-size: 16px;
    color: #fff;
}

input.night:-moz-placeholder,
textarea.night:-moz-placeholder {
    font-size: 16px;
    color: #d0d0d0;
}

.input-cont .input:focus {
    border: none !important;
    outline: none !important;
}


.code-cont {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 10;
}

.get-message-code {
    width: 80px;
    height: 25px;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    text-align: center;
    font-size: 14px;
    color: #fcf84a;
    background: none;
}

.submit-button {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: none;
    box-shadow: none;
    text-align: center;
    font-size: 16px;
    color: #fff;
    outline: none;
    background-size: 100% 100%;
    border-radius: 6px;
    background: linear-gradient(180deg, #4FB3F5 0%, #2564EA 100%);
}


.submit-button.disabled {
   opacity: 0.5;
}

.submit-button.disabled:hover {
    box-shadow: 0 10px 10px grey;
}


/*注册*/
.rec-title-1 {
    text-align: left;
    font-size: 16px;
    color: #FFECEC;
    opacity: 0.5;
}

.rec-cont {
    display: none;
}

.index-wrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    color: #fff;
    background: #fff url(/mobile/images/register/login-bg.png) no-repeat center top;
    background-size: 100%;
}

video#bgvid {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    z-index: 2;
}


.content {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.login-main-content,
.reg-main-content {
    margin: 30% 0 0;
    text-align: center;
    padding: 0 40px;
}



.header-cont {
    text-align: center;
    margin: 15px 0;
}

.phone-bg {
    justify-content: center;
}

.left-cont {
    flex: 7;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    color: #333;
}

.right-cont {
    width: 40px;
    padding: 100px 12px 0;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
}

.tips {
    font-size: 12px;
    color: #fff;
}

.imgCode {
    position: absolute;
    top: 10px;
    right: 0;
    height: 25px;
    border-radius: 4px;
}

.way-cont {
    position: relative;
    min-height: 300px;
}

.register-list {
    display: none;
}

.register-list.active {
    display: block;
}


.protocol-tips {
    display: block;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.protocol-tips.night {
    color: #fff;
}

.xy {
    color: #FF2D55;
}

#regCode {
    width: 67%;
}

.login-ways {
    height: 300px;
}

.register-tips {
    display: block;
    height: 44px;
    line-height: 44px;
    border-radius: 6px;
    border: 1px solid rgba(208, 36, 67, 0.3);
    background: rgba(208, 36, 67, 0.1);
    font-size: 16px;
    color: #FF2D55;
}

/*登录*/
.reg-change-cont,
.login-change-cont {
    height: 40px;
    line-height: 38px;
    margin-bottom: 20px;
    border: 0.5px solid rgba(255,255,255,.3);
    color: #fff;
    border-radius: 6px;
}

.reg-change-cont li,
.login-change-cont li {
    flex: 1;
    font-size: 18px;
    transition: all .3s;
    border-radius: 6px;
}

.reg-change-contli:hover,
.reg-change-cont li.active,
.login-change-cont li:hover,
.login-change-cont li.active {
    background: rgba(255, 255, 255, .3);
}


.login-phone-left-cont {
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    color: #333;
}

.login-account-left-cont {
    width: 100%;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    color: #333;
}

.forget-pwd-link {
    display: block;
    text-align: right;
    color: rgba(255, 255, 250, 0.5);
    margin: 20px 0;
}

.login-footer {
    padding: 20px;
}

.login-footer .link-cont {
    text-align: center;
    font-size: 14px;
    color: #fff;
}


/*协议弹窗*/
.layer-protocol .layui-layer-title {
    background: #bb9a55;
    color: #fff;
}

.layer-protocol .layui-layer-btn {
    text-align: center;
    padding: 6px 10px;
}

.layer-protocol .layui-layer-btn .layui-layer-btn0 {
    background: #bb9a55;
    border: none;
}

/*密码小眼睛显示隐藏*/
.account-icon {
    position: absolute;
    right: 10px;
    width: 35px;
    height: 44px;
    border-radius: 4px 0 0 4px;
    background: transparent url(../images/login/login-sprite4.png) no-repeat 8px -118px;
}

.account-icon.active {
    background: transparent url(../images/login/show2.png) no-repeat center 15px;
}

.layui-m-layer-layer-protocol .layui-m-layercont {
    height: 300px;
    overflow: auto;
    text-align: left;
    color: #666;
    padding: 0 20px;
}

.layui-m-layer-layer-protocol .layui-m-layercont h3 {
    color: #333;
}

.reg-logo {
    width: 172px;
}

.mgt20 {
    margin-top: 20px;
}

.agent-success-item {
    height: 50px;
    margin-bottom: 10px;
    box-shadow: -2px 2px 4px 0 rgb(0 0 0 / 7%);
    border-radius: 4px;
    border: 1px solid #3F4866;
}

.agent-success-item .iconfont {
    vertical-align: sub;
    padding: 0 0 0 15px;
}

.content1 {
    padding: 10px;
}

.reg-agent .content1 {
    padding: 20px;
}

.a-success-title {
    margin: 60px 0 20px;
    padding: 0 10px;
    line-height: 1;
    border-left: 2px solid #0A84FF;
    font-size: 18px;
}

.login-join {
    margin-top: 20px;
}

.rec-link {
    position: relative;
}

.a-copy {
    position: absolute;
    right: 10px;
    font-size: 14px;
    color: #187AFF;
}

.agent-footer-cont {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.go-to-center {
    color: #187AFF;
}

#agent-check-btn {
    width: 90%;
    background: linear-gradient(180deg, #FF4F6E 0%, #D02443 100%);
    margin: auto;
}

.agent-input {
    width: 80%;
    height: 44px;
    outline: none;
    border: none;
    padding-left: 10px;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    color: #3F4866;
    background: transparent;
}

.agent-input::placeholder {
    color: #737C9C;
}

.night .agent-input::placeholder {
    color: #3F4866;
}

.emailist {
    border-top: 1px solid #e7e7e7;
    background: #fff;
    font-size: 14px;
    color: #999;
    box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.07);
}

.emailist li {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.world-people {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/mobile/images/register/world-people2.png) no-repeat;
    background-size: cover;
    z-index: 2;
}

.country-box .country-code {
    font-size: 16px;
    line-height: 16px;
    /* identical to box height, or 100% */

    color: #FFFFFF;
}

.icon-bottom-arr {
    font-size: 16px;
}

.country-list-box {
    position: fixed;
    width: 100%;
    height: 367px;
    bottom: 0;
    border-radius: 15px 15px 0 0;
    left: 0;
    background-color: #fff;
    padding: 20px;
    font-size: 14px;
    color: #111111;
    display: none;
}

.country-box .country-list {
    width: 100%;
    height: 240px;
    overflow-y: scroll;

}

.list-item {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    height: 35px;
}

.list-title-text {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.icon-close {
    color: #888888 !important;
    font-size: 14px !important;
}

.shearch-box {
    height: 30px;
    width: 100%;
    padding: 1px 20px 0 40px;
    margin: 0 auto;
    border-radius: 40px;
    background-color: #fff;
    margin-bottom: 12px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    position: relative;
}

.icon-sousuo1 {
    position: absolute;
    left: 10px;
    top: -8px;
    color: #666;
}

#js-searchCountry {
    height: 26px;
    line-height: 26px;
    border: none;
    background: #fff;
    width: 97%;
    color: #999;
}

/* 外层轨道 */
.country-list::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

/* 内层滚动槽 */
.country-list::-webkit-scrollbar-thumb {
    background-color: #4FAFAA;
    height: 50px;

}

.input-lab {
    color: #fff;
    font-size: 16px;
    width: 92px;
    text-align: left;
    padding-left: 10px;
}

.get-code-btn {
    position: absolute;
    right: 0;
    color: #0A84FF;
}

/* .login-ways {
    display: none;
}

.login-ways.active {
    display: block;
} */

.way-list-box {
    width: 292px;
    margin: 25px auto;
    position: relative;
}

.way-list-bg {
    width: 292px;
    border-radius: 6px 0px 0px 6px;

}

.way-list-bg li {
    float: left;
    width: 146px;
    height: 44px;
    opacity: 0.3;
    border-radius: 6px 0px 0px 6px;
    font-size: 16px;
    line-height: 44px;
    /* identical to box height, or 100% */
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);

}


.way-list-bg li.active {
    background-color: rgba(79, 175, 170, 0.4);

}

.way-list {
    position: absolute;
    width: 292px;
    top: 0;
}

.way-list li {
    float: left;
    width: 146px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    opacity: 0.4;

}

.way-list li.active {
    opacity: 1;

}

.way-list li.active span {
    color: #fff;
}

.country-box {
    display: inline-block;
    position: relative;
    width: 95px;
    z-index: 5;
}

.goBack {
    position: absolute;
    color: #E1E9FF;
    font-size: 19px;
    left: 10px;
    top: 20px;
    z-index: 100;
}

@media (max-width: 374px) {

    .main-wrap .container {
        height: 150%;
    }

}

@media (min-width: 375px) and (max-width: 413px) {}