/* 登录注册 */
.login-page>.nav {
    display: none;
}
.login-page .footer {
    margin-top: 0;
}
.login {
    background: linear-gradient(180deg, rgba(216, 245, 235, 1),rgba(216, 245, 235, 0) );
}
.login>.container {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.login .box {
    display: flex;
    max-width: 11.8rem;
    border-radius: 0.08rem;
    background: #ffffff;
    margin: 0 auto;
}
.login .box .left {
    width: 32%;
}
.login .box .right {
    flex: 1;
    padding: .5rem .6rem;
}
.login .box .right .title {
    font-size: .32rem;
    font-weight: bold;
}
.login .form {
    margin-top: .4rem;
}
.login .form .item {
    display: flex;
    padding: 1em 1.6em;
    border: 1px solid #EBEBEB;
    border-top-width: 0;
}
.login .form .item:first-child {
    border-top-width: 1px;
}
.login .form .item .type {
    font-size: .18rem;
    line-height: 1.4;
    margin-right: 1em;
    flex-shrink: 0;
}
.login .form .item input {
    flex: 1;
    width: 100%;
    font-size: .16rem;
    border: 0;
}
.login .form .item.required .type::after {
    content: "*";
    color: red;
    margin-left: .4em;
}
.login .form .item.code-type .button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #3FA597;
    cursor: pointer;
    margin: -1em -1.6em -1em 1em;
    padding: 0 1.6em;
    cursor: pointer;
}
.login .form .item.code-type .button.loading {
    cursor: not-allowed;
}
.login .form .check {
    display: flex;
    align-items: center;
    font-size: .18rem;
    padding: .3rem 0;
}
.login .form .check input{
    width: 1.2em;
    height: 1.2em;
    margin-right: .5em;
}
.login .form .opt {
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}
.login .form .opt .button,
.login .form .opt button {
    width: 45%;
    font-weight: bold;
    color: #ffffff;
    line-height: 3;
    text-align: center;
    border: 1px solid transparent;
    background: #3FA597;
}
.login .form .opt .button.s2,
.login .form .opt button.s2 {
    color: #3FA597;
    border-color: #3FA597;
    background: #ffffff;
}
.login .form .else {
    font-size: .18rem;
    text-align: center;
    margin-top: .5rem;
}
.login .form .else a {
    color: #3FA597;
    text-decoration: underline;
}


/* 会员中心 */
.member-page {
    background: #F8F8F8;
}
.member-page>.nav {
    display: none;
}
.member-page .box {
    display: flex;
    align-items: flex-start;
    margin-top: .24rem;
}
.member-page .sidebar {
    width: 3.24rem;
    background: #ffffff;
    margin-right: .2rem;
}
.member-page .sidebar ul {
    position: relative;
}
.member-page .sidebar ul .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.member-page .sidebar ul li {
    position: relative;
}
.member-page .sidebar ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #3FA597;
    opacity: 0;
}
.member-page .sidebar ul li .item{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: inherit;
    padding: 1em 1em 1em 2em;
}
.member-page .sidebar ul li i{
    display: block;
    width: .24rem;
    height: .24rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 1em;
}
.member-page .sidebar ul li.i1 i {
    background-image: url(../images/mb-icon-1.svg);
}
.member-page .sidebar ul li.i2 i {
    background-image: url(../images/mb-icon-2.svg);
}
.member-page .sidebar ul li.i3 i {
    background-image: url(../images/mb-icon-3.svg);
}
.member-page .sidebar ul li.i4 i {
    background-image: url(../images/mb-icon-4.svg);
}
.member-page .sidebar ul li.i5 i {
    background-image: url(../images/mb-icon-5.svg);
}
.member-page .sidebar ul li.i6 i {
    background-image: url(../images/mb-icon-6.svg);
}
.member-page .sidebar ul li.i7 i {
    background-image: url(../images/mb-icon-7.svg);
}
.member-page .sidebar ul li.i1 {
    color: #3FA597;
    font-weight: bold;
    border-bottom: 1px solid #D8D8D8;
}
.member-page .sidebar ul li.i7 {
    border-top: 1px solid #D8D8D8;
}
.member-page .sidebar ul li.on,
.member-page .sidebar ul li:hover {
    color: #3FA597;
}
.member-page .sidebar ul li.on::after {
    opacity: 1;
}
.member-page .sidebar ul li.i2:hover i,
.member-page .sidebar ul li.i2.on i {
    background-image: url(../images/mb-icon-2-on.svg);
}
.member-page .sidebar ul li.i3:hover i,
.member-page .sidebar ul li.i3.on i {
    background-image: url(../images/mb-icon-3-on.svg);
}
.member-page .sidebar ul li.i4:hover i,
.member-page .sidebar ul li.i4.on i {
    background-image: url(../images/mb-icon-4-on.svg);
}
.member-page .sidebar ul li.i5:hover i,
.member-page .sidebar ul li.i5.on i {
    background-image: url(../images/mb-icon-5-on.svg);
}
.member-page .sidebar ul li.i6:hover i,
.member-page .sidebar ul li.i6.on i {
    background-image: url(../images/mb-icon-6-on.svg);
}
.member-page .sidebar ul li.i7:hover i,
.member-page .sidebar ul li.i7.on i {
    background-image: url(../images/mb-icon-7-on.svg);
}

.member-page .box .cont {
    flex: 1;
    padding: .5rem .6rem;
    background: #ffffff;
}
.member-page .box .form .item {
    display: flex;
    align-items: center;
    margin-bottom: .24rem;
}
.member-page .box .form .item .type {
    min-width: 10em;
    font-size: .18rem;
    width: 10em;
}
.member-page .box .form .item .val {
    position: relative;
    flex: 1;
    max-width: 6.5rem;
}
.member-page .box .form .item input {
    width: 100%;
    height: 3.4em;
    font-size: .18rem;
    padding: 0 .8em;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
}
.member-page .box .form .tip {
    display: flex;
    width: 100%;
    font-size: .18rem;
    color: #999999;
    margin-top: -.12rem;
    margin-bottom: .24rem;
}
.member-page .box .form .tip::before{
    content: '';
    display: inline-block;
    font-size: .18rem;
    width: 12em;
}
.member-page .box .form .val .img-box {
    position: relative;
    width: .8rem;
    height: .8rem;
    background: #F8F8F8;
    border: 1px solid #EBEBEB;
    cursor: pointer;
}
.member-page .box .form .val .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.member-page .box .form .val .img-box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.member-page .box .form .opt {
    font-size: .18rem;
    padding-left: 10em;
    margin-top: .6rem;
}
.member-page .box .form .opt button {
    min-width: 3rem;
    height: 3em;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 0 1em;
    border: 0;
    background: #3FA597;
}
.member-page .box .form.s2 .item .type {
    min-width: 12em;
}
.member-page .box .form.s2 .opt {
    padding-left: 12em;
}

.member-page .form input[readonly] {
    background: #efefef !important;
}

.member-page .form select {
    height: 3.4em;
    font-size: .18rem;
    padding: 0 .8em;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    max-width: 9em;
    margin-right: 1em;
}

.member-page .form .countrycode .val,
.member-page .form .im-tool .val {
    display: flex;
}
.member-page .form .countrycode .select-box {
    position: relative;
    margin-right: 1em;
}
.member-page .form .countrycode .select-box::after {
    content: "";
    position: absolute;
    right: .6em;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    background: url(../images/arrow1.svg) no-repeat center;
}
.member-page .form .countrycode .select-box select {
    position: relative;
    opacity: 0;
    z-index: 1;
    margin-right: 0;
}
.member-page .form .countrycode .select-box input { 
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@keyframes progress-anim {
    0% { width: 0 }
    5% { width: 0 }
    10% { width: 15% }
    30% { width: 40% }
    50% { width: 55% }
    80% { width: 100% }
    95% { width: 100% }
    to { width: 0 }
}

.button.loading {
    position: relative;
    opacity: .8;
}

.button.loading::after {
    animation: progress-anim 4s 0s infinite;
    background: hsla(0, 0%, 100%, .4);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
}

@keyframes uploading {
    0%, 20% { content: '上传中'; }
    40% { content: '上传中.'; }
    60% { content: '上传中..'; }
    80%, 100% { content: '上传中...'; }
}
.member-page .uploading {
    position: relative;
}
.member-page .uploading::after {
    content: "上传中...";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    animation: uploading 1.5s steps(3, end) infinite;
}

@media (max-width: 1199px) {
    .login .box .right .title {
        font-size: 20px;
    }
    .login .form .item .type,
    .login .form .item input,
    .login .form .check,
    .login .form .else,
    .member-page .sidebar ul li .item,
    .member-page .box .form .item .type,
    .member-page .box .form .item input,
    .member-page .box .form .item select,
    .member-page .box .form .opt {
        font-size: 14px;
    }
    .member-page .box .form .tip {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .login .box .left {
        display: none;
    }
    .login .box .right{
        padding: .4rem;
    }
    .member-page .box {
        flex-wrap: wrap;
    }
    .member-page .box .sidebar {
        width: 100%;
        margin-right: 0;
        margin-bottom: .2rem;
    }
    .member-page .box .sidebar ul.s2 {
        display: none;
    }
    .member-page .sidebar ul li i {
        width: .3rem;
        height: .3rem;
    }
    .member-page .box .cont {
        padding: .3rem;
    }
    .member-page .box .form .item .type,
    .member-page .box .form.s2 .item .type{
        width: 2rem;
        min-width: auto;
        margin-right: .1rem;
    }
    .member-page .box .form .item input,
    .member-page .box .form .item select {
        height: 3em;
    }
    .member-page .box .form .item.countrycode,
    .member-page .box .form .item.im-tool {
        align-items: flex-start;
    }
    .member-page .box .form .item.countrycode .type,
    .member-page .box .form .item.im-tool .type {
        min-height: 3em;
        display: flex;
        align-items: center;
    }
    .member-page .box .form .item.countrycode .val,
    .member-page .box .form .item.im-tool .val {
        flex-direction: column;
    }
    .member-page .box .form .item.countrycode .select-box {
        margin-right: 0;
    }
    .member-page .box .form .item.countrycode select,
    .member-page .box .form .item.im-tool select {
        width: 100%;
        max-width: unset;
        margin-right: 0;
        margin-bottom: .2em;
    }
    .member-page .box .form .opt ,
    .member-page .box .form.s2 .opt {
        padding-left: 2.1rem;
    }
    .member-page .sidebar ul .mask {
        display: block;
    }
    .member-page .box .form .tip::before {
        width: 2.1rem;
        flex-shrink: 0;
    }
    .member-page .box .form .val .img-box {
        width: 1rem;
        height: 1rem;
    }
}