.box {
    padding: 0 0.15rem;
}

.mescroll {
    position: fixed;
    top: 1rem;
    bottom: 0;
    height: auto;
}

.language-box {
    background: #00155c url("../image/index-bg.jpg") no-repeat center bottom;
    background-size: 100% auto;
}

.headline {
    position: relative;
    padding: 0.6rem 0 0.4rem;
    text-align: center;
    border-bottom: 0.03rem solid #0c73fe;
    background: #00155c url("../image/bg.png") no-repeat center bottom;
    background-size: 100% auto;
}

.headline h1 {
    font-size: 0.5rem;
    color: #fff;
    font-weight: normal;
    text-shadow: 0.02rem 0.02rem 0.02rem #000;
}

.headline p {
    font-size: 0.3rem;
    color: #fff;
    text-shadow: 0.01rem 0.01rem 0.01rem #000;
}

.language-bottom {
    padding-top: .2rem;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
}

.headline-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    height: 0.3rem;
    line-height: 0.7rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.headline-line span {
    display: inline-block;
    width: 1px;
    background-color: #45bff2;
    margin: 0 0.03rem;
}

.line1 {
    animation: line 0.8s infinite ease-in-out alternate;
}

.line2 {
    animation: line 0.8s 0.1s infinite ease-in-out alternate;
}

.line3 {
    animation: line 0.8s 0.3s infinite ease-in-out alternate;
}

.line4 {
    animation: line 0.8s 0.5s infinite ease-in-out alternate;
}

.line5 {
    animation: line 0.8s 0.7s infinite ease-in-out alternate;
}

.line6 {
    animation: line 0.8s 0.9s infinite ease-in-out alternate;
}

@keyframes line {
    from {
        height: 0;
    }
    to {
        height: 0.3rem;
    }
}

@-webkit-keyframes line {
    from {
        height: 0;
    }
    to {
        height: 0.3rem;
    }
}

.language-choose {
    padding: .8rem 0 1.2rem;
    overflow: hidden;
    text-align: center;
}

.language-list {
    margin-top: -0.4rem;
}

.language-list li {
    display: inline-block;
    width: 2.76rem;
    height: 2.95rem;
    padding: 0.2rem;
    background: url("../image/language-bg.png") no-repeat center;
    background-size: 100% 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    animation: language 0.8s 0.9s infinite ease-in-out alternate;
}

.language-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.language-list li p {
    padding: 0.5rem 0 0;
    font-size: 0.25rem;
    text-align: center;
    color: #fff;
}

.language-list li span {
    display: block;
    font-size: 0.2rem;
    text-align: center;
    color: #fff;
    white-space: pre-line;
}

.language-list li:active {
    background: url("../image/language-bgs.png") no-repeat center;
    background-size: 100% 100%;
}

@keyframes language {
    from {
        background: url("../image/language-bg.png") no-repeat center;
        background-size: 100% 100%;
    }
    to {
        background: url("../image/language-bgs.png") no-repeat center;
        background-size: 100% 100%;
    }
}

@-webkit-keyframes language {
    /* Safari and Chrome */
    from {
        background: url("../image/language-bg.png") no-repeat center;
        background-size: 100% 100%;
    }
    to {
        background: url("../image/language-bgs.png") no-repeat center;
        background-size: 100% 100%;
    }
}

.language-btn {
    padding: 0 0.38rem 0.5rem;
    margin-top: 0.3rem;
}

.language-btn-list {
    display: flex;
    justify-content: space-around;
}

.language-btn-list li p {
    font-size: .2rem;
    color: #fff;
    text-align: center;
}

.language-btn-list li a {
    display: block;
    padding: 0 0.15rem;
    line-height: 0.58rem;
    color: #fff;
    font-size: 0.24rem;
    border: 1px solid #64e8ff;
    border-radius: 0.1rem;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0.1rem rgba(100, 232, 255, 0.2);
    -moz-box-shadow: 0 0 0.1rem rgba(100, 232, 255, 0.2);
    box-shadow: 0 0 0.1rem rgba(100, 232, 255, 0.2);
}

.language-btn-list li:active a {
    -webkit-box-shadow: 0 0 0.15rem rgba(100, 232, 255, 0.5);
    -moz-box-shadow: 0 0 0.15rem rgba(100, 232, 255, 0.5);
    box-shadow: 0 0 0.15rem rgba(100, 232, 255, 0.5);
}

.language-btn-list i {
    float: left;
    font-size: 0.28rem;
    line-height: 0.58rem;
}

.language-btn-list .icon-huiyishi {
    font-size: 0.4rem;
}

.hint-text {
    padding: 0 0.1rem;
    margin-top: 0.3rem;
    font-size: 0.24rem;
    color: #569dff;
    text-align: center;
    line-height: 0.4rem;
}

.lead-box {
    background: #00165e url("../image/lead-bg.jpg") no-repeat center bottom;
    background-size: 100% auto;
}

.lead-box img {
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.lead-start {
    /* display: none; */
    position: absolute;
    bottom: 1rem;
    left: 50%;
    width: 3.8rem;
    margin: 0 0 0 -1.9rem;
}

.lead-start p {
    margin-bottom: .1rem;
    font-size: .2rem;
    color: #fff;
    text-align: center;
}

.lead-start span {
    display: block;
    width: 3.6rem;
    height: 0.8rem;
    font-size: 0.28rem;
    color: #fff;
    margin: 0 auto;
    line-height: 0.8rem;
    border-radius: 0.4rem;
    border: 2px solid #fff;
    overflow: hidden;
    text-align: center;
}

.header {
    position: relative;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    background: #2260ec;
    -webkit-box-shadow: 0.06rem 0.06rem 0.2rem rgba(34, 96, 236, 0.1);
    -moz-box-shadow: 0.06rem 0.06rem 0.2rem rgba(34, 96, 236, 0.1);
    box-shadow: 0.06rem 0.06rem 0.2rem rgba(34, 96, 236, 0.1);
    z-index: 2;
}

.header p {
    max-width: 70%;
    margin: 0 auto;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.go-back {
    position: absolute;
    left: 0.2rem;
    top: 0;
}

.go-back i {
    display: block;
    font-size: 0.4rem;
    color: #fff;
}

.header-user {
    position: absolute;
    right: 0.2rem;
    top: 0;
}

.header-user i {
    display: block;
    font-size: 0.4rem;
    color: #fff;
}

#mescroll1 {
    bottom: 1.8rem;
}

.banner-swiper {
    margin: 0.3rem 0 0;
    -webkit-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    -moz-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
}

.banner-swiper img {
    display: block;
    width: 100%;
}

.banner-swiper .swiper-button-next,
.banner-swiper .swiper-button-prev {
    outline: 0 none !important;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
    background: none;
}

.banner-swiper .swiper-button-next i,
.banner-swiper .swiper-button-prev i {
    display: block;
    font-size: 0.5rem;
    line-height: 0.6rem;
    color: #fff;
    text-align: center;
}

.convert {
    margin-top: 0.3rem;
    padding: 0 0.15rem;
    border-bottom: 1px solid #e5e5e5;
}

.convert-list {
    height: 0.7rem;
    display: flex;
    justify-content: space-between;
}

.convert-list li {
    line-height: 0.7rem;
    border-bottom: 0.03rem solid transparent;
}

.convert-list li a {
    display: block;
    font-size: 0.27rem;
    color: #2260ec;
}

.convert-list li a i {
    float: left;
    margin-right: 0.06rem;
    font-size: 0.28rem;
    line-height: 0.7rem;
}

.convert-list li.on {
    border-bottom: 0.03rem solid #d30000;
}

.convert-list li.on a {
    color: #d30000;
}

.convert-list li.on a i {
    color: #d30000;
}

.voice-word-list {
    margin-top: 0.25rem;
}

.voice-word-list li {
    position: relative;
    margin-bottom: 0.58rem;
    border-radius: 0.08rem;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    -moz-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    overflow: hidden;
}

.paragraph-con {
    padding: 0.2rem;
}

.paragraph-no {
    margin-bottom: 0.1rem;
    font-size: 0.26rem;
    color: #2260ec;
}

.paragraph-text {
    min-height: 2.5rem;
    font-size: 0.26rem;
    color: #333;
    line-height: 0.5rem;
    word-break: break-word;
}

.paragraph-btn {
    width: 100%;
    padding: 0.2rem 0;
    background: #dee7fc;
}

.paragraph-btn dl {
    display: flex;
    justify-content: space-around;
}

.paragraph-btn dd {
    height: 0.52rem;
    padding: 0 0.2rem;
    line-height: 0.52rem;
    border-radius: 0.1rem;
    overflow: hidden;
    font-size: 0.26rem;
    color: #fff;
}

.paragraph-btn dd i {
    float: left;
    font-size: 0.26rem;
    margin-right: 0.06rem;
    color: #fff;
}

.delete-btn {
    background: #ff9000;
}

.delete-btn:active {
    background: #ff7f02;
}

.aloud-btn {
    background: #00c2c4;
}

.aloud-btn:active {
    background: #0ab1c4;
}

.translate-btn {
    background: #ff5454;
}

.translate-btn:active {
    background: #ef5252;
}

.copy-btn {
    background: #2260ec;
}

.copy-btn:active {
    background: #1946ec;
}

.record-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0.15rem 0;
}

.record-box button {
    display: block;
    width: 2rem;
    height: 1.2rem;
    margin: 0 auto 0.1rem;
    background: none;
}

.record-box p {
    font-size: 0.24rem;
    color: #333;
    text-align: center;
}

.record-box span {
    position: absolute;
    right: 0.2rem;
    top: 0.4rem;
    display: block;
    font-size: 0.26rem;
    color: #2260ec;
}

.record-btn {
    background: url("../image/record.png") no-repeat center;
    background-size: auto 1.2rem;
}

.record-btn.active {
    animation: record 0.8s infinite ease-in-out alternate;
}

@keyframes record {
    from {
        background: url("../image/record.png") no-repeat center;
        background-size: auto 1.2rem;
    }
    to {
        background: url("../image/records.png") no-repeat center;
        background-size: auto 1.2rem;
    }
}

@-webkit-keyframes record {
    /* Safari and Chrome */
    from {
        background: url("../image/record.png") no-repeat center;
        background-size: auto 1.2rem;
    }
    to {
        background: url("../image/records.png") no-repeat center;
        background-size: auto 1.2rem;
    }
}

.mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 3;
}

.pop-windows {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.pop-box {
    display: none;
    position: relative;
    top: 50%;
    width: 96%;
    margin: 0 auto;
    background: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.pop-con {
    padding: 0.25rem;
}

.pop-title {
    margin-bottom: 0.2rem;
    text-align: center;
    font-size: 0.34rem;
    font-weight: normal;
    color: #333;
}

.pop-edit {
    display: block;
    width: 100%;
    height: 3rem;
    padding: 0.18rem;
    font-size: 0.26rem;
    color: #333;
    line-height: 0.5rem;
    background: #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    overflow-y: auto;
}

.pop-edit .paragraph-text {
    min-height: auto;
}

.pop-copy {
    display: block;
    width: 2.5rem;
    height: 0.8rem;
    margin: 0.28rem auto 0;
    color: #fff;
    font-size: 0.3rem;
    text-align: center;
    border-radius: 0.1rem;
    overflow: hidden;
    line-height: 0.8rem;
}

.pop-copy i {
    margin-right: 0.1rem;
    font-size: 0.32rem;
}

.operation-choice {
    margin-top: 0.1rem;
    border-top: 1px solid #dcdcdc;
    overflow: hidden;
}

.operation-choice a {
    float: left;
    display: block;
    width: 50%;
    text-align: center;
    font-size: 0.34rem;
    line-height: 0.94rem;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.operation-choice .confirm-btn {
    color: #ff0000;
    border-left: 1px solid #dcdcdc;
}

.body-hide {
    overflow: hidden;
}

.pop-box2 {
    width: 70%;
}

.pop-text {
    font-size: 0.3rem;
    color: #666;
    text-align: center;
}

#mescroll2 {
    bottom: 1.1rem;
}

.operation-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.25rem 0.15rem;
    background: #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.operation-box ul {
    display: flex;
    justify-content: space-around;
}

.operation-box li {
    height: 0.6rem;
    padding: 0 0.1rem;
    line-height: 0.6rem;
    font-size: 0.27rem;
    color: #fff;
    border-radius: 0.08rem;
    background: #2260ec;
    overflow: hidden;
}

.operation-box li i {
    float: left;
    font-size: 0.3rem;
    margin-right: 0.1rem;
}

.operation-box li:active {
    background: #1946ec;
}

.paragraph-article {
    position: relative;
    padding: 0.2rem;
    margin: 0.5rem 0;
    border-radius: 0.08rem;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    -moz-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    overflow: hidden;
}

.paragraph-article .paragraph-text {
    min-height: auto;
    margin-bottom: 0.2rem;
}

#player {
    display: none;
}

.article-paly {
    margin-top: 0.4rem;
}

.article-paly p {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    color: #333;
    text-align: center;
}

.article-paly-btn {
    position: relative;
    height: 1.2rem;
    background: url("../image/wave.png") no-repeat center;
    background-size: auto 0.58rem;
}

.article-paly-btn button {
    position: absolute;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0 0 -0.6rem;
    background: url("../image/play.png") no-repeat center;
    background-size: 1.2rem 1.2rem;
}

.translation-language {
    position: relative;
    margin-top: 0.4rem;
    font-size: 0.27rem;
    color: #4f4f4f;
    line-height: 0.56rem;
}

.translation-language span {
    float: left;
    width: 0.56rem;
    height: 0.56rem;
    margin-right: 0.1rem;
    line-height: 0.54rem;
    font-size: 0.27rem;
    text-align: center;
    color: #2260ec;
    border-radius: 50%;
    border: 1px solid #2260ec;
}

.pop-full-text {
    display: block;
    width: 100%;
    height: 3rem;
    padding: 0.18rem;
    font-size: 0.26rem;
    color: #333;
    line-height: 0.5rem;
    background: #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}

.pop-choose {
    max-height: 480px;
    padding: 0.2rem;
    background: #eeeeee;
    overflow: auto;
}

.choose-list label {
    position: relative;
    float: left;
    width: 45%;
    margin: 0.2rem 0;
    padding-left: 0.4rem;
    font-size: 0.3rem;
    color: #333;
    background: url("../image/unchecked.png") no-repeat center left;
    background-size: 0.31rem 0.31rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    /*width: 170px;*/
}

.choose-list label input {
    position: absolute;
    opacity: 0;
}

.choose-list label.on {
    background: url("../image/checked.png") no-repeat center left;
    background-size: 0.31rem 0.31rem;
}

.profile-box {
    padding: 0.15rem;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.profile-box img {
    display: block;
    float: left;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.1rem;
    border-radius: 50%;
    overflow: hidden;
}

.profile-box p {
    float: left;
    font-size: 0.24rem;
    line-height: 0.8rem;
    color: #666666;
}

.recharge-sum {
    margin: 0.2rem 0 0.1rem;
    font-size: 0.3rem;
    color: #333;
    text-align: center;
}

.recharge-sum span {
    font-size: 0.7rem;
    color: #dd0000;
}

.recharge-sum span em {
    font-size: 0.36rem;
    font-style: normal;
}

.compliment-text {
    font-size: 0.28rem;
    color: #666;
    text-align: center;
}

.compliment-box {
    overflow: hidden;
    padding: 0.35rem 0.68rem;
}

.compliment-card {
    position: relative;
    border-radius: 0.1rem;
    border: 1px solid #a2a7e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0.1rem rgba(162, 167, 230, 0.5);
    -moz-box-shadow: 0 0 0.1rem rgba(162, 167, 230, 0.5);
    box-shadow: 0 0 0.1rem rgba(162, 167, 230, 0.5);
    background-color: #fff;
}

.compliment-card:before {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 0.31rem;
    height: 0.31rem;
    content: '';
    background: url("../image/unchecked.png") no-repeat center;
    background-size: 0.31rem 0.31rem;
    z-index: 1;
}

.compliment-card.on:before {
    background: url("../image/checked1.png") no-repeat center;
    background-size: 0.31rem 0.31rem;
}

.compliment1 {
    float: left;
    width: 2.8rem;
    height: 4.2rem;
    text-align: center;
    background-image: url("../image/recommend.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 0.87rem 0.87rem;
}

.compliment2 {
    /* float: right; */
    /* width: 2.8rem; */
    height: 4.2rem;
    text-align: center;
}

.compliment3 {
    float: left;
    width: 100%;
    height: 0.88rem;
    margin-top: 0.26rem;
    line-height: 0.88rem;
}

.compliment1-1 {
    height: 1.4rem;
    padding-top: 0.5rem;
    font-size: 0.36rem;
    color: #dd0000;
    text-align: center;
}

.compliment1-1 span {
    font-size: 0.84rem;
}

.compliment1-2 {
    font-size: 0.3rem;
    color: #333;
    line-height: 0.4rem;
    text-align: center;
}

.compliment1-3,
.compliment2-3 {
    display: inline-block;
    padding: 0 0.25rem;
    margin-top: 0.25rem;
    font-size: 0.2rem;
    line-height: 0.5rem;
    color: #fff;
    border-radius: 0.1rem;
    background: #2c6af6;
}

.compliment2-1 {
    position: relative;
    height: 1.9rem;
    margin-top: 0.3rem;
}

.compliment2-1 img {
    position: relative;
    top: 50%;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.compliment2-2 {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    color: #333;
    line-height: 0.4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.compliment2-4 {
    margin-top: 0.1rem;
    text-align: center;
}

.compliment2-4 a {
    font-size: 0.24rem;
    color: #dd0000;
}

.compliment3 {
    padding: 0 0.2rem 0 0.6rem;
    font-size: 0.24rem;
    color: #333;
}

.compliment3:before {
    position: absolute;
    left: 0.2rem;
    right: auto;
    top: 50%;
    margin-top: -0.15rem;
}

.compliment3 p {
    position: relative;
}

.pay-box {
    padding-bottom: 1rem;
}

.pay-sum {
    margin: 0.2rem 0 0.1rem;
    font-size: 0.28rem;
    color: #333;
}

.pay-sum span {
    font-size: 0.4rem;
    color: #dd0000;
}

.pay-list li {
    padding: 0.25rem 0;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}

.pay-list p {
    float: left;
    padding-left: 0.8rem;
    line-height: 0.64rem;
}

.pay-wx {
    background: url("../image/wx-icon.png") no-repeat center left;
    background-size: 0.64rem 0.64rem;
}

.pay-zfb {
    background: url("../image/zfb-icon.png") no-repeat center left;
    background-size: 0.64rem 0.64rem;
}

.pay-list span {
    position: relative;
    float: right;
    width: 0.6rem;
    height: 0.64rem;
}

.pay-list .input_check {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.pay-list .input_check + label {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../image/unchecked.png") no-repeat center;
    background-size: 0.3rem 0.3rem;
}

.pay-list .input_check:checked + label {
    background: url("../image/checked1.png") no-repeat center;
    background-size: 0.3rem 0.3rem;
}

.submit-btn {
    width: 100%;
    height: 0.8rem;
    margin-top: 0.5rem;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.1rem;
    font-size: 0.32rem;
    background: #2c6af6;
}

.submit-btn:active {
    background: #2b64d5;
}

.compliment-address {
    display: none;
    padding: 0.2rem;
    border-radius: 0.08rem;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    -moz-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
}

.compliment-add {
    padding-left: 0.6rem;
    font-size: 0.24rem;
    color: #333;
    line-height: 0.6rem;
    background: url("../image/address.jpg") no-repeat left center;
    background-size: 0.6rem 0.6rem;
}

.compliment-add a {
    float: right;
    padding-left: 0.3rem;
}

.compliment-add a i {
    font-size: 0.32rem;
    color: #333;
    line-height: 0.6rem;
}

.address-con {
    padding-left: 0.6rem;
    padding-top: 0.1rem;
    font-size: 0.24rem;
    color: #333;
    overflow: hidden;
}

.address-operation {
    text-align: center;
    margin-top: 0.2rem;
    font-size: 0.26rem;
}

.address-operation a {
    display: inline-block;
    width: 40%;
    height: 0.5rem;
    margin: 0 0.3rem;
    border-radius: 0.08rem;
    line-height: 0.5rem;
    color: #333;
    overflow: hidden;
    background: #f7f7f7;
}

.address-operation a:first-child {
    background: #2260ec;
    color: #fff;
}

.address-add {
    margin-top: 0.4rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
    overflow: hidden;
}

.address-add a {
    float: left;
    padding-left: 0.5rem;
    color: #333;
    background: url("../image/add.jpg") no-repeat left center;
    background-size: 0.37rem 0.37rem;
}

.address-list {
    margin-top: 0.3rem;
}

.address-list li {
    padding: 0.2rem 0.2rem 0.3rem;
    margin-bottom: 0.4rem;
    border-radius: 0.08rem;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    -moz-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
}

.address-list li .compliment-add {
    background: url("../image/address.jpg") no-repeat left center;
    background-size: 0.48rem 0.48rem;
}

.address-edit {
    margin-top: 0.4rem;
    padding: 0 0.2rem 0;
    margin-bottom: 0.4rem;
    border-radius: 0.08rem;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    -moz-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
}

.address-edit label {
    display: block;
    padding: 0.25rem 0;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}

.address-edit label:last-child {
    border-bottom: none;
}

.address-edit label span {
    float: left;
    width: 22%;
    font-size: 0.26rem;
    color: #333;
    opacity: 0.5;
    line-height: 0.5rem;
    text-align: right;
}

.address-edit label input {
    float: right;
    width: 78%;
    height: 0.5rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
    color: #333;
    opacity: 0.5;
}

.address-edit label .content-block {
    float: right;
    width: 78%;
    height: 0.5rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
    color: #333;
}

.address-edit label .content-block input {
    display: block;
    float: none;
    width: 100%;
}

.address-edit label textarea {
    min-height: 1rem;
    float: right;
    width: 78%;
    font-size: 0.26rem;
    color: #333;
    overflow: hidden;
    opacity: 0.5;
    resize: none;
    line-height: 0.5rem;
}

.content-box {
    padding-bottom: 1rem;
}

.details-title {
    margin-top: 0.4rem;
    font-size: 0.4rem;
    color: #333;
    text-align: center;
}

.details-hint {
    margin-top: 0.3rem;
    padding: 0.15rem 0.1rem;
    font-size: 0.26rem;
    color: #fff;
    text-align: center;
    background: #f38e2e;
}

.details-con {
    margin-top: 0.4rem;
}

.details-exhibit {
    display: block;
    margin-top: 0.3rem;
    background: #000;
}

.details-exhibit img {
    display: block;
    margin: 0 auto;
}

.details-exhibit video {
    display: block;
    margin: 0 auto;
}

.page-banner {
    margin-top: 0.3rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.page-banner img {
    display: block;
    margin: 0 auto;
}

.meet-vocal {
    margin-top: 0.4rem;
}

.meet-vocal img {
    display: block;
    margin: 0 auto;
}

.meet-text {
    margin-top: 0.3rem;
    font-size: 0.26rem;
    color: #2260ec;
    text-align: center;
}

.meet-list {
    margin-top: 0.3rem;
}

.meet-list li {
    padding: 0.2rem;
    margin-bottom: 0.4rem;
    border-radius: 0.08rem;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    -moz-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
}

.meet-top {
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.meet-time {
    float: left;
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #333;
}

.meet-no {
    float: right;
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #333;
}

.meet-no span {
    display: inline-block;
    vertical-align: top;
    min-width: 0.3rem;
    height: 0.3rem;
    margin-top: 0.05rem;
    color: #fff;
    padding: 0 0.08rem;
    text-align: center;
    line-height: 0.3rem;
    border-radius: 0.15rem;
    background: #d00000;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.meet-center {
    padding: 0.2rem 0 0;
    overflow: hidden;
}

.meet-center-lf {
    float: left;
    font-size: 0.26rem;
    color: #333;
}

.meet-center-rg {
    float: right;
    font-size: 0.26rem;
    color: #d00000;
}

.meet-bottom {
    padding-top: 0.2rem;
    margin-top: 0.2rem;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
}

.meet-bottom a {
    padding-left: 0.45rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #2260ec;
}

.meet-record {
    float: left;
    background: url("../image/record-icon.jpg") no-repeat left center;
    background-size: 0.4rem 0.4rem;
}

.meet-edit {
    float: right;
    background: url("../image/edit-icon.jpg") no-repeat left center;
    background-size: 0.4rem 0.4rem;
}

.meet-text-on {
    margin-top: 0.3rem;
    font-size: 0.26rem;
    color: #dd0000;
    text-align: center;
}

.meet-start-time {
    margin-top: 0.1rem;
    font-size: 0.22rem;
    color: #333;
    opacity: 0.5;
    text-align: center;
}

.meet-dialogue {
    margin-top: 0.3rem;
}

.meet-dialogue li {
    margin-bottom: 0.3rem;
    overflow: hidden;
}

.meet-dialogue li:nth-child(even) .addresser {
    text-align: right;
}

.meet-dialogue li:nth-child(even) .addresser-text {
    float: right;
    color: #fff;
    border-radius: 0.3rem;
    border-top-right-radius: 0;
    background: #ff6759;
}

.addresser {
    font-size: 0.26rem;
}

.addresser-text {
    max-width: 75%;
    padding: 0.15rem 0.2rem;
    margin: 0.1rem 0.2rem 0;
    font-size: 0.26rem;
    color: #333;
    border-radius: 0.3rem;
    border-top-left-radius: 0;
    background: #e3e1e7;
    overflow: hidden;
}

.meet-basic {
    padding: 0.2rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    border-radius: 0.08rem;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    -moz-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
}

#mescroll3 {
    top: 1.7rem;
}

.convert {
    margin-top: 0;
}

#mescroll4 {
    top: 1.7rem;
    bottom: 1.1rem;
}

.dialogue-article {
    position: relative;
    padding: 0.2rem;
    margin: 0.4rem 0 0;
    border-radius: 0.08rem;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    -moz-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    overflow: hidden;
}

.dialogue-addresser {
    font-size: 0.26rem;
    color: #2260ec;
    line-height: 0.5rem;
}

.dialogue-text {
    margin-bottom: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
    color: #333;
}

/* .blackBoxSpeak {
  width: 176px;
  height: 176px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/record/ic_record@2x.png") no-repeat 28px 0.24615385px 104px, url("../img/record/ic_record_ripple@2x-9.png") no-repeat 111.2px 1.11111111px 88px;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  border-radius: 12px;
} */
.blackBoxSpeak {
    width: 40%;
    height: 106px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    border-radius: 12px;
}

.blackBoxSpeakConent {
    font: 14.4px '微软雅黑 Light';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    display: block;
    text-align: center;
    width: 90%;
    padding: 8px 0;
    margin: auto;
    color: #ffffff;
    font-weight: 200;
    border-radius: 4px;
}

.blackBoxPause {
    width: 176px;
    height: 176px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../img/record/ic_record@2x.png") no-repeat 28px 0.24615385px 104px, url("../img/record/ic_record_ripple@2x-9.png") no-repeat 111.2px 1.11111111px 88px;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    border-radius: 12px;
}

.blackBoxPauseContent {
    font: 14.4px '微软雅黑 Light';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    display: block;
    text-align: center;
    width: 90%;
    padding: 8px 0;
    margin: auto;
    color: #ffffff;
    font-weight: 200;
    border-radius: 4px;
}

.log-header {
    position: relative;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    -webkit-box-shadow: 0.06rem 0.06rem 0.2rem rgba(34, 96, 236, 0.1);
    -moz-box-shadow: 0.06rem 0.06rem 0.2rem rgba(34, 96, 236, 0.1);
    box-shadow: 0.06rem 0.06rem 0.2rem rgba(34, 96, 236, 0.1);
    z-index: 2;
}

.log-header p {
    max-width: 80%;
    margin: 0 auto;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.log-header p a {
    display: inline-block;
    margin: 0 0.2rem;
    font-size: 0.3rem;
    color: #fff;
    opacity: 0.5;
}

.log-header p a.on {
    font-size: 0.36rem;
    opacity: 1;
}

#mescroll5 {
    top: 1.5rem;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background: #fff;
}

.form-box {
    padding: 0.8rem 0.55rem;
}

.form-box .submit-btn {
    margin-top: 0.8rem;
    border-radius: 0.4rem;
}

.log-welcome {
    margin-bottom: 1.1rem;
    font-size: 0.4rem;
    color: #333;
}

.form-list li {
    position: relative;
    margin-bottom: 0.35rem;
    overflow: hidden;
}

.form-list label {
    display: block;
    padding: 0 0.1rem;
    margin-bottom: 0.15rem;
    font-size: 0.34rem;
    color: #676666;
}

.form-list input {
    display: block;
    width: 100%;
    height: 0.88rem;
    padding: 0 0.4rem;
    font-size: 0.34rem;
    border-radius: 0.44rem;
    background: #f1f4f8;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.forget {
    float: right;
    margin-top: 0.28rem;
    font-size: 0.28rem;
    color: #2260ec;
}

.log-reg {
    margin-top: 0.7rem;
    font-size: 0.28rem;
    color: #333;
    text-align: center;
}

.log-reg a {
    color: #2260ec;
    text-decoration: underline;
}

.verify-code #verify {
    float: left;
    width: 55%;
}

.verify-code .getcode {
    float: right;
    padding: 0;
    width: 40%;
    color: #2260ec;
    background: none;
}

.login_reg {
    margin-top: 1rem;
}

.eye-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1rem;
    line-height: 0.88rem;
    color: #2260ec;
    z-index: 1;
}

.eye-btn i {
    display: block;
    text-align: center;
    font-size: 0.34rem;
}

.password-new input {
    padding-right: 1rem;
}

.profile-reg {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto 0.5rem;
}

#profile-photo {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}

#file {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

#profile-camera {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.36rem;
    height: 0.36rem;
}

.reg-remind {
    margin-top: 0.15rem;
    font-size: 0.2rem;
}

.reg-remind a {
    color: #2260ec;
}

.reg-remind a:active {
    text-decoration: underline;
}

.about-details {
    font-size: 0.26rem;
    color: #333;
    line-height: 0.46rem;
}

.member-box {
    padding: 0.5rem 0.15rem 0.8rem;
}

.message-title {
    padding-bottom: 0.3rem;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #e5e5e5;
}

.message-title h2 {
    font-size: 0.36rem;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.message-title p {
    font-size: 0.26rem;
    color: #333;
    text-align: center;
}

.message-details {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.6rem;
}

.message-choose {
    margin-top: 0.5rem;
    padding-top: 0.3rem;
    border-top: 1px solid #e5e5e5;
}

.message-choose p {
    padding: 0.1rem 0;
}

.message-choose p a {
    font-size: 0.26rem;
    color: #2260ec;
    line-height: 0.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.message-choose p a span {
    color: #666;
}

.message-list li {
    padding: 0.1rem 0;
    border-bottom: 1px #e5e5e5 solid;
}

.message-list li a {
    display: block;
    padding: 0.1rem 0;
    font-size: 0.3rem;
    color: #676666;
    line-height: 0.5rem;
    overflow: hidden;
}

.message-list li a:active {
    color: #2260ec;
}

.message-list li span {
    float: left;
    width: 25%;
}

.message-list li p {
    float: left;
    width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.message-list li:first-child {
    padding-top: 0;
}

.team-list li {
    padding: 0.3rem 0;
    border-bottom: 1px solid #e5e5e5;
}

.team-list li a {
    display: block;
    overflow: hidden;
}

.team-list li a i {
    float: right;
    font-size: 0.36rem;
    color: #676666;
    line-height: 0.8rem;
}

.team-list li:first-child {
    padding-top: 0;
}

.team-intro {
    float: left;
    overflow: hidden;
}

.team-intro img {
    display: block;
    float: left;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.1rem;
    overflow: hidden;
    border-radius: 50%;
}

.team-intro p {
    float: left;
    line-height: 0.8rem;
    color: #676666;
    font-size: 0.36rem;
}

.paging {
    margin-top: 0.4rem;
    text-align: center;
}

.paging-box {
    display: inline-block;
}

.paging-box a {
    display: block;
    width: 100%;
    height: 0.58rem;
    border-radius: 0.29rem;
    text-align: center;
    line-height: 0.58rem;
    font-size: 0.26rem;
    color: #666;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    background: #fff;
}

.paging-box li.on a,
.paging-box a:active {
    color: #fff;
    background: #2260ec;
    border-color: #2260ec;
}

.paging-box li.on a i,
.paging-box a:active i {
    color: #fff;
}

.page1 {
    float: left;
    width: 0.68rem;
    margin: 0 0.1rem;
}

.page1 i {
    display: block;
    line-height: 0.58rem;
    font-size: 0.24rem;
    color: #666;
}

.page2 {
    float: left;
}

.page2 li {
    float: left;
    width: 0.58rem;
    margin: 0 0.05rem;
}

#mescroll6 {
    top: 3.3rem;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background: #fff;
    background-size: 100%;
}

.team-header {
    padding-bottom: 0.3rem;
    background: url("../image/header-bg.jpg") no-repeat center bottom;
    background-size: 100% auto;
}

.team-top {
    overflow: hidden;
}

.team-profile {
    float: left;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    overflow: hidden;
}

.team-name {
    float: left;
    margin-left: 0.35rem;
}

.team-name h3 {
    padding: 0.2rem 0 0.1rem;
    font-size: 0.34rem;
    color: #fff;
    font-weight: normal;
}

.team-name p {
    font-size: 0.3rem;
    color: #fff;
}

.team-name .team-vip {
    color: #f6ff00;
}

.join-date {
    height: 0.9rem;
    padding: 0 0.4rem;
    line-height: 0.9rem;
    border-radius: 0.45rem;
    background: #f1f4f8;
    overflow: hidden;
}

.join-date p {
    float: left;
    font-size: 0.32rem;
    color: #333;
}

.join-date span {
    float: right;
    font-size: 0.32rem;
    color: #333;
}

.team-bill {
    margin-top: 0.4rem;
    border-radius: 0.16rem;
    padding: 0.18rem;
    background: #f1f4f8;
    overflow: hidden;
}

.bill-top {
    overflow: hidden;
}

.bill-top p {
    float: left;
    font-size: 0.32rem;
    color: #333;
    line-height: 0.5rem;
}

.bill-top a {
    float: right;
    font-size: 0.26rem;
    color: #2260ec;
    line-height: 0.5rem;
}

.bill-list {
    padding-bottom: 0.2rem;
}

.bill-list li {
    margin-top: 0.3rem;
    border-radius: 0.08rem;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    -moz-box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
    box-shadow: 0.06rem 0.06rem 0.2rem #dbe0ea;
}

.bill-push {
    padding: 0.16rem;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.bill-push .team-intro p {
    font-size: 0.26rem;
}

.bill-push-rg {
    float: right;
    line-height: 0.8rem;
    text-align: center;
}

.bill-push-rg p {
    float: left;
    width: 2rem;
    font-size: 0.26rem;
    color: #676666;
}

.bill-push-rg span {
    float: left;
    width: 1.6rem;
    font-size: 0.3rem;
    color: #dd0000;
}

.bill-push-rg a {
    float: left;
    width: 1.6rem;
    font-size: 0.26rem;
    color: #2260ec;
}

.bill-deal {
    padding: 0 0.16rem;
    font-size: 0.26rem;
    color: #676666;
}

.bill-deal-time {
    float: left;
    line-height: 0.8rem;
    font-size: 0.26rem;
    color: #676666;
}

.feature-info {
    margin-top: 0.4rem;
    border-radius: 0.16rem;
    padding: 0.2rem 0.18rem;
    background: #f1f4f8;
    overflow: hidden;
}

.feature-title {
    padding-bottom: 0.2rem;
    font-size: 0.36rem;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

.feature-item {
    padding: 0.1rem 0;
}

.feature-item p {
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #333;
}

.feature-item p span {
    float: right;
    color: #dd0000;
}

.bill-1 {
    font-size: 0.36rem;
    color: #333;
    text-align: center;
}

.bill-2 {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    color: #676666;
    text-align: center;
}

.bill-2 span {
    font-size: 0.6rem;
}

.bill-details li {
    padding: 0.3rem 0;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}

.bill-details li span {
    float: left;
    font-size: 0.3rem;
    color: #676666;
}

.bill-details li p {
    float: right;
    font-size: 0.3rem;
    color: #676666;
}

.bill-details li .bill-3 {
    color: #2260ec;
}

.bill-details li .bill-4 {
    color: #d5000f;
}

.bill-box {
    padding: 0 0.2rem;
}

.bill-box .bill-list li:first-child {
    margin-top: 0;
}

.join-privilege {
    height: 0.9rem;
    padding: 0 0.4rem;
    line-height: 0.9rem;
    border-radius: 0.45rem;
    background: #f1f4f8;
    overflow: hidden;
}

.join-privilege p {
    float: left;
    font-size: 0.32rem;
    color: #333;
}

.join-privilege span {
    float: right;
    text-align: right;
    font-size: 0.28rem;
    color: #2260ec;
    max-width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.feature-title a {
    float: right;
    font-size: 0.26rem;
    color: #2260ec;
    line-height: 0.5rem;
}

.balance-account {
    margin-top: 0.4rem;
    border-radius: 0.16rem;
    padding: 0.25rem 0.18rem;
    background: #f1f4f8;
    overflow: hidden;
}

.balance-account p {
    float: left;
}

.balance-account span {
    float: right;
}

.account-top {
    overflow: hidden;
}

.account-top p {
    float: left;
    font-size: 0.3rem;
    color: #333;
}

.account-top span {
    float: right;
    font-size: 0.3rem;
    color: #333;
}

.account-bottom {
    margin-top: 0.2rem;
    overflow: hidden;
}

.account-bottom p {
    float: left;
    font-size: 0.36rem;
    color: #333;
}

.account-bottom span {
    float: right;
    font-size: 0.36rem;
    color: #dd0000;
}

.exclusive-box {
    margin-top: 0.4rem;
    border-radius: 0.16rem;
    padding: 0.2rem 0.18rem;
    background: #f1f4f8;
    overflow: hidden;
}

.exclusive-box p {
    margin-top: 0.05rem;
    font-size: 0.26rem;
    color: #333;
    text-align: center;
}

.exclusive-title {
    font-size: 0.36rem;
    color: #333;
}

.exclusive-code {
    margin-top: 0.2rem;
}

.exclusive-code img {
    display: block;
    padding: 0.15rem;
    width: 2rem;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.member-recharge {
    height: 0.9rem;
    margin-top: 0.4rem;
    padding: 0 0 0 0.4rem;
    line-height: 0.9rem;
    border-radius: 0.45rem;
    background: #f1f4f8;
    overflow: hidden;
}

.member-recharge p {
    float: left;
    font-size: 0.36rem;
    color: #333;
}

.member-recharge i {
    float: right;
    width: 1rem;
    padding-left: 0.3rem;
    font-size: 0.36rem;
    color: #333;
    text-align: center;
}

.member-bill li {
    overflow: hidden;
    padding: 0.15rem 0;
    line-height: 0.7rem;
    border-bottom: 1px solid #dcdcdc;
}

.member-bill li p {
    float: left;
    width: 30%;
    font-size: 0.3rem;
    color: #676666;
}

.member-bill li span {
    float: left;
    font-size: 0.3rem;
    color: #676666;
}

.member-bill li a {
    float: right;
    padding: 0 0.2rem;
    font-size: 0.3rem;
    color: #2260ec;
}

.member-box .address-add {
    margin-top: 0;
}

.form-box1 {
    padding-top: 0;
}

.set-list li {
    padding: 0 0.2rem 0 0.4rem;
    height: 0.9rem;
    margin-bottom: 0.4rem;
    border-radius: 0.45rem;
    background: #f1f4f8;
}

.set-list span {
    float: left;
    font-size: 0.3rem;
    color: #676666;
    line-height: 0.9rem;
}

.set-list .profile-reg {
    float: right;
    width: 0.9rem;
    height: 0.9rem;
    margin-bottom: 0;
}

.set-con {
    float: right;
    font-size: 0.3rem;
    color: #676666;
    line-height: 0.9rem;
}

.set-con i {
    font-size: 0.3rem;
    color: #676666;
}

.set-con a {
    display: block;
}

.set-con input {
    float: left;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: right;
    color: #676666;
}

.set-con1 a {
    display: block;
    float: left;
    height: 0.42rem;
    padding: 0 0.15rem;
    margin: 0.22rem 0.2rem 0.22rem 0;
    font-size: 0.24rem;
    line-height: 0.42rem;
    color: #2260ec;
    border-radius: 0.21rem;
    border: 1px solid #2260ec;
}

.form-control[readonly] {
    background: none;
}

@media (max-width: 414px) {
    .form-control {
        font-size: 12px;
    }
}

.form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #676666;
}

.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #676666;
}

.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #676666;
}

.form-control::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #676666;
}

.pop-choose1 {
    margin: 0.5rem 0 0.2rem;
    overflow: hidden;
}

.pop-choose1 .choose-list {
    text-align: center;
}

.pop-choose1 .choose-list label {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.3rem;
    text-align: left;
}

.nickname {
    display: block;
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.3rem;
    color: #676666;
    padding: 0 0.45rem;
    border-radius: 0.45rem;
    overflow: hidden;
    background: #eeeeee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.member-nav {
    position: fixed;
    top: 0;
    left: -100%;
    background: #fff;
    width: 80%;
    height: 100%;
    padding: 0.4rem 0.2rem;
    border-top-right-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.member-nav .team-top {
    padding: 0 0.2rem 0.3rem;
    border-bottom: 1px solid #dcdcdc;
}

.member-nav .team-name h3 {
    color: #2260ec;
}

.member-nav .team-name p {
    color: #676666;
}

.member-nav-list {
    position: relative;
    width: 100%;
    height: 70%;
    overflow-y: auto;
}

.member-nav-list ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow-y: auto;
}

.member-nav-list li {
    padding: 0.35rem 0;
    line-height: 0.5rem;
    overflow: hidden;
}

.member-nav-list li a {
    display: block;
    overflow: hidden;
}

.member-nav-list li i {
    float: left;
    width: 0.6rem;
    text-align: center;
    font-size: 0.46rem;
    color: #333;
}

.member-nav-list li .icon-xiaoxi {
    font-size: 0.42rem;
}

.member-nav-list li p {
    float: left;
    color: #333;
    font-size: 0.36rem;
}

.member-nav-list li p span {
    font-size: 0.24rem;
    color: #333;
    opacity: 0.5;
    text-transform: uppercase;
}

.log-out {
    display: none;
    position: fixed;
    left: 0.5rem;
    bottom: 0.5rem;
}

.log-out a {
    display: inline-block;
    font-size: 0.32rem;
    color: #2260ec;
}

.log-out a i {
    font-size: 0.32rem;
}

.member-hide {
    display: none;
    position: fixed;
    left: 85%;
    top: 1rem;
}

.member-hide i {
    padding: 0.1rem;
    font-size: 0.6rem;
    color: #fff;
}

.member-nav .team-name .member-vip {
    color: #ff0000;
}

.member-nav .team-top {
    color: #ff0000;
}

.member-nav .team-top h2 {
    float: left;
    margin-left: 0.35rem;
    font-weight: normal;
    font-size: 0.36rem;
    line-height: 1.5rem;
    color: #2260ec;
}

/*2020-01-02*/
.headline-line1 {
    position: absolute;
    left: 0;
    top: 1.2rem;
    bottom: 0;
    width: 100%;
    display: block;
    height: 0.4rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.headline-line1 span {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    background-color: #45bff2;
    margin: 0 0.03rem;
}

.headline-line1 .line1 {
    animation: lines 0.8s infinite ease-in-out alternate;
}

.headline-line1 .line2 {
    animation: lines 0.8s 0.1s infinite ease-in-out alternate;
}

.headline-line1 .line3 {
    animation: lines 0.8s 0.3s infinite ease-in-out alternate;
}

.headline-line1 .line4 {
    animation: lines 0.8s 0.5s infinite ease-in-out alternate;
}

.headline-line1 .line5 {
    animation: lines 0.8s 0.7s infinite ease-in-out alternate;
}

.headline-line1 .line6 {
    animation: lines 0.8s 0.9s infinite ease-in-out alternate;
}

@keyframes lines {
    from {
        padding: 0;
    }
    to {
        padding: 0.5rem 0;
    }
}

/*20200415*/
.language-chooses {
    position: relative;
    height: 6.64rem;
    width: 100%;
    padding-top: 0rem;
}

.language-chooses .language-list {
    position: relative;
    height: 6.64rem;
    width: 92%;
    margin: 0 auto;
}

.language-chooses .language-list li {
    position: absolute;
    width: 1.90rem;
    height: 1.86rem;
}

.language-chooses .language-list li.zh p {
    padding-top: .4rem;
    font-size: .36rem;
}

.language-chooses .language-list li sapn {
    font-size: .22rem;
}

.language-chooses .language-list li p {
    padding-top: .3rem;
    font-size: .3rem;
}

.language-chooses .language-list li span {
    font-size: .2rem;
}

.language-chooses .language-list li.zh {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2.28rem;
    height: 2.23rem;
    margin: -1.11rem 0 0 -1.14rem;
}

.language-chooses .language-list li:nth-child(1) {
    top: 0;
    left: 1.5rem;
}

.language-chooses .language-list li:nth-child(2) {
    top: 0;
    right: 1.5rem;
}

.language-chooses .language-list li:nth-child(3) {
    top: 1.4rem;
    right: 0;
}

.language-chooses .language-list li:nth-child(4) {
    bottom: 1.4rem;
    right: 0;
}

.language-chooses .language-list li:nth-child(5) {
    bottom: 0;
    left: 1.5rem;
}

.language-chooses .language-list li:nth-child(6) {
    bottom: 0;
    right: 1.5rem;
}

.language-chooses .language-list li:nth-child(7) {
    bottom: 1.4rem;
    left: 0;
}

.language-chooses .language-list li:nth-child(8) {
    top: 1.4rem;
    left: 0;
}

.language-btns {
    padding-bottom: .3rem;
}

.language-btns ul {
    display: block;
    text-align: center;
}

.language-btns ul li {
    display: inline-block;
    margin: 0 .0rem .1rem;
}

.bill-item p {
    overflow: hidden;
}

.bill-item p span {
    float: left;
    width: 50%;
    color: #333;
}

/*20201027*/
.language-bottom p {
    font-size: .2rem;
}

.head-top {
    font-size: .26rem;
    color: #fff;
}

.headline p {
    padding: 0 .3rem;
    font-size: .24rem;
}


