/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/* 实搜网络提供技术支持-www.10soo.com */
body {
    overflow-x: hidden;

    width: 100%;
    height: 100%;

    background-color: #f0f2f5;
}
@media screen and (max-width: 1200px) {
    body {
        overflow-x: auto;

        width: 1200px;
    }
}
/*===== HEADER start =====*/
.header {
    position: relative;
    top: 0;
    left: 0;

    width: 1920px;
    height: 90px;

    background-color: #fff;

    -webkit-box-shadow: 0 3px 21px 0 rgba(73, 73, 73, 0.17);
    box-shadow: 0 3px 21px 0 rgba(73, 73, 73, 0.17);
}
.header .center-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    height: 90px;

    -ms-flex-align: center;
    align-items: center;
}
.header .center-wrapper a {
    display: block;
}
.header .center-wrapper img {
    width: 154px;
    /* height: 45px; */
}
.header .center-wrapper span {
    margin: 0 20px 0 10px;
    width: 1px;
    height: 41px;

    background-color: #b5b5b5;
}
.header .center-wrapper h2 {
    font-size: 24px;

    color: #333;
}
/*===== HEADER end =====*/

/*===== FOOTER start =====*/
.footer {
    margin-top: 300px;
    margin-bottom: 55px;
    width: 100%;
    height: 16px;

    font-size: 14px;
    line-height: 16px;
    text-align: center;

    color: #c9c9c9;
}
.footer span {
    margin-left: 20px;
}
.footer a {
    margin-left: 5px;

    color: #c9c9c9;
}
.footer a:hover {
    color: #1976ee;
}
@media screen and (max-width: 1600px) {
    .footer {
        bottom: 20px;
    }
}
/*===== FOOTER end =====*/

/*===== 公共部分 start =====*/
.content-public {
    overflow: auto;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 100px;
    width: 100%;
    /* height: calc(100vh - 90px); */

    background-color: #f0f2f5;
}

.box input::-webkit-input-placeholder {
    font-size: 16px;

    color: #999;
}

.box input::-moz-placeholder {
    font-size: 16px;

    color: #999;
}

.box input:-ms-input-placeholder {
    font-size: 16px;

    color: #999;
}

.box input::-ms-input-placeholder {
    font-size: 16px;

    color: #999;
}

.box input::placeholder {
    font-size: 16px;

    color: #999;
}
.box .layui-input-block {
    position: relative;

    margin-left: 0;
}
.box .layui-form-item {
    margin-bottom: 20px;
}
.box .layui-form-item .layui-form-checkbox {
    margin-top: 0;
}
/* 进度 */
.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-box-align: center;

    margin: 25px auto 35px;
    width: 502px;
    height: 31px;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.progress .item span {
    display: inline-block;

    margin-right: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
    border-radius: 50%;
    width: 31px;
    height: 31px;

    line-height: 31px;
    text-align: center;

    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.progress .line {
    width: 250px;
    height: 1px;

    background-color: #b5b5b5;
}
.progress .item-sel {
    color: #333;
}
.progress .item-sel span {
    border-color: #1976ee;

    color: #fff;
    background-color: #1976ee;
}
@media screen and (max-width: 1600px) {
    .content-public {
        padding-top: 40px;
    }
}
/*===== 公共部分 end =====*/

/*===== 登录 start =====*/
.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 110px;
    width: 100%;
    min-height: 100vh;

    background: url(../../img/member/back_login_1.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;

    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.login .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-box-align: center;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.login .head a {
    display: block;
}
.login .head a:hover {
    color: #fff;
}
.login .head img {
    width: 241px;
    /* height: 70px; */
}
.login .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-box-align: start;

    margin-top: 70px;

    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.login .content img {
    width: 580px;
    height: 543px;
}
.login .box {
    border-radius: 20px;
    padding-bottom: 50px;
    width: 435px;

    background-color: #fff;

    -webkit-box-shadow: 0 13px 35px 0 rgba(33, 85, 131, 0.17);
    box-shadow: 0 13px 35px 0 rgba(33, 85, 131, 0.17);
}
.login .box .title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid 1px #ddd;
    width: 100%;
    height: 60px;

    line-height: 60px;
    text-align: center;
}
.login .box .layui-form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 27px;
}
.login .box .username {
    margin-top: 30px;
}
.login .box input {
    border: solid 1px #ddd;
    border-radius: 6px;
    padding-left: 63px;
    width: 381px;
    height: 52px;

    background-color: #f8f8f8;
}
.login .box .layui-input-block::after {
    display: block;

    position: absolute;
    top: 50%;
    left: 17px;

    background-size: 100%;

    content: "";
}
.login .box .username .layui-input-block::after {
    margin-top: -13px;
    width: 24px;
    height: 26px;

    background: url(../../img/member/ico_login_1.png) no-repeat;
}
.box .password .layui-input-block::after {
    margin-top: -14.5px;
    width: 24px;
    height: 29px;

    background: url(../../img/member/ico_login_2.png) no-repeat;
}
.login .box .account {
    line-height: 18px;
    text-align: right;
}
.login .box .account a {
    margin-left: 13px;
}
.login .box .account a:hover {
    color: #1976ee;
}
.login .box .layui-form-radio {
    margin: 0;
    margin-right: 5px;
}
.login .box .btn-login {
    display: block;

    margin: 40px auto 0;
    border-radius: 6px;
    width: 176px;
    height: 48px;

    font-size: 18px;

    background-color: #0783e5;

    -webkit-box-shadow: 0 3px 15px 0 rgba(6, 138, 236, 0.39);
    box-shadow: 0 3px 15px 0 rgba(6, 138, 236, 0.39);
}
@media screen and (max-width: 1600px) {
    .login {
        padding-top: 50px;
    }
    .login .content {
        margin-top: 50px;
    }
    .login .content .box {
        padding-bottom: 40px;
    }
}
.login .footer {
    margin: 0;
    margin-bottom: 40px;
    height: auto;

    background-color: transparent;
}
.login .footer a:hover {
    color: #c9c9c9;
}
/*===== 登录 end =====*/

/*===== 注册 start =====*/
.register .ts {
    text-align: right;
}
.register .ts .link:hover {
    color: #1976ee;
}
.register .box .title {
    margin: 25px 0 45px;

    font-size: 24px;
    line-height: 26px;
    text-align: center;

    color: #333;
}
.register .layui-form {
    margin: 0 auto;
    width: 502px;
}
.register input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #b5b5b5;
    width: 502px;
    height: 40px;
    background-color: #fff;
}
.register .note .layui-input-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.register .note input {
    width: 306px;
}
.register .note .get-code {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #1976ee;
    width: 185px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.register .password .layui-input-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    position: relative;
}
.register .password p {
    display: none;

    position: absolute;
    left: calc(100% + 13px);

    width: 100%;

    font-size: 16px;
    line-height: 52px;

    color: #d80101;
}
.register .password img {
    display: block;

    position: absolute;
    top: 50%;
    right: 18px;

    margin-top: -8px;
    width: 24px;
    height: 16px;

    background: url(../../img/member/ico_register_1.png) no-repeat;
    background-size: 100% 100%;

    content: "";
    cursor: pointer;
}
.register .code .layui-input-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;
    justify-content: space-between;
}
.register .code input {
    width: 241px;
}
.register .code .tp-code img {
    width: 241px;
    height: 40px;
    background-color: #fff;
    cursor: pointer;
}
.register .code .tp-code div {
    margin-top: 10px;

    line-height: 18px;
    text-align: right;

    cursor: pointer;
}
.register .protocol .layui-input-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    height: 18px;
    min-height: 18px;

    -ms-flex-align: center;
    align-items: center;
}
.register .protocol .layui-input-block span {
    line-height: 18px;
}
.register .protocol .layui-input-block .layui-form-checkbox {
    margin: 0 6px 0 20px;
    padding: 0;
    width: 16px;
    height: 16px;
}
.register .btn-register {
    width: 502px;
    height: 52px;

    font-size: 18px;

    background-color: #1976ee;
}
@media screen and (max-width: 1600px) {
    .register {
        overflow-x: hidden;
    }
    .register .box .title {
        margin-bottom: 25px;
    }
}
/*===== 注册 end =====*/

/*===== 找回密码 start =====*/
.find .title {
    font-size: 24px;
    line-height: 26px;
    text-align: left;
}
.find .ts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -webkit-box-align: center;

    margin-bottom: 28px;
    width: 100%;

    line-height: 20px;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.find .ts img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
/*===== 找回密码 end =====*/

/*===== 找回密码成功 start =====*/
.find .box {
    margin: 0 auto;
    width: 502px;
}
.find .box .tp-find {
    display: block;

    margin: 50px auto 20px;
    width: 105px;
    height: 105px;
}
.find .box .success {
    margin-bottom: 45px;

    line-height: 18px;
    text-align: center;
}
.find .link {
    display: block;

    width: 502px;
    height: 53px;

    font-size: 18px;
    line-height: 53px;
    text-align: center;

    color: #fff;
    background-color: #1976ee;
}
/*===== 找回密码成功 end =====*/

/*===== 第三方会员注册 start =====*/
.three-register .select1 .layui-input-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    height: 52px;

    -ms-flex-align: center;
    align-items: center;
}
.three-register .select1 .layui-input-block .layui-form-radio {
    margin: 0;
    margin-right: 10px;
}
.three-register .content-public {
    overflow: hidden;
}
.three-register .layui-form {
    width: 600px;
}
.three-register .layui-form-label {
    margin: 0;
    padding: 0;
    width: 95px;

    font-size: 16px;
    line-height: 52px;
    text-align: center;

    color: #333;
}
.three-register .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;
    justify-content: space-between;
}
.three-register .area .layui-inline {
    margin-bottom: 0;
}
.three-register .area .layui-input-inline:last-child {
    margin-right: 0;
}
.three-register .area .layui-input-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    width: 502px;

    -ms-flex-pack: justify;
    justify-content: space-between;
}
.three-register .layui-form-select input {
    width: 160.666px;
}
.three-register .allocation {
    -webkit-box-pack: start;
    -webkit-box-align: center;

    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}
.three-register .allocation input {
    width: 152px;
}
.three-register .allocation .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.three-register .allocation .control div {
    margin-left: 20px;
}
.three-register .allocation .control img {
    width: 23px;
    height: 23px;
}
.three-register .layui-form-item .layui-inline {
    margin-bottom: 0;
}
.three-register .xieyi .layui-input-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;
    align-items: center;
}
.three-register .xieyi .progress-num {
    margin-left: 10px;
    width: 200px;
}
.three-register .xieyi .text {
    display: block;

    margin-left: 10px;

    color: #1976ee;
}
.three-register #test4 {
    width: 177px;
    height: 40px;
    line-height: 40px;
    background-image: -o-linear-gradient(
        bottom,
        #6e6d6d 0%,
        #c7c7c7 50%,
        #939393 100%
    );
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#6e6d6d),
        color-stop(50%, #c7c7c7),
        to(#939393)
    );
    background-image: linear-gradient(
        0deg,
        #6e6d6d 0%,
        #c7c7c7 50%,
        #939393 100%
    );
}
.three-register #test4.active {
    background-color: #1976ee;
    background-image: none;
}
.three-register #test4 .layui-icon {
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 20px;
    font-family: Microsoft YaHei !important;
    font-size: 0;
    vertical-align: middle;
    background: url(../../img/pay/ico_3.png) no-repeat;
    background-size: 100% 100%;
}
.three-register .btn {
    margin-top: 60px;
    text-align: center;
}
.three-register .btn button {
    margin: 0 auto;
    width: 502px;
    height: 53px;
    background-color: #1976ee;
}
.three-register .btn .layui-form-item {
    margin-bottom: 0;
}
.three-register .add,
.three-register .minus {
    cursor: pointer;
}
/*===== 第三方会员注册 end =====*/
