.warp {
    width: 100%;
    padding-top: 50px;
}

.login {
    width: 100%;
    margin-top: 20px;
    padding: 0 5%;
}

.login-head {
    width: 100%;
    position: relative;
    padding: 16px;
    text-align: center;
}

.login-head img {
    width: 168px;
    height: auto;
}

.login-head h3 {
    margin-top: 16px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

.loginChange {
    width: 100%;
    background: #000;
}

.loginChange ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.loginChange ul li {
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginChange ul li a {
    color: #b3b3b4;
    font-size: 16px;
    padding: 11px 0;
}

.loginChange ul li.cur {

}

.loginChange ul li.cur a {
    color: #fff;
    font-weight: 600;
    border-bottom: 4px solid #e10a1d;
}

.login .loginCon {
    width: 100%;
    margin-top: 24px;
}

.login .loginCon h3 {
    color: #571302;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.login-change {
    width: 80%;
    height: 40px;
    margin: 0 auto;
}

.login-change ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.login-change ul li {
    width: 45%;
    height: 100%;
}

.login-change ul li.cur {
    background: #fbc10a;
    border-radius: 25px;
}

.login-change ul li.cur a {
    color: #fff;
}

.login-change ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fbc10a;
    font-weight: 600;
    font-size: 16px;
}

.login .circlebg {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    border-radius: 25px;
    padding: 0 10px;
    border: 1px solid rgba(209, 213, 219);
    background-color: rgba(243, 244, 246);
}

.login .circlebg img {
    height: auto;
    width: 22px;
    margin-right: 10px;
}

.login .circlebgA {
    width: 100%;
}

.login .circlebgA input {
    border-bottom: 1px solid #ccc !important;
    padding: 0 !important;
}

.login .circleTit {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    color: #2a3160;
}

.login input {
    border: 0px;
    height: 45px;
    width: 65%;
    outline: none;
    background: none;
    font-size: 14px;
    padding: 0 6px;

}

.login input::placeholder {
    color: #888888;
    font-size: 12px;
}

.login input:-webkit-autofill,
.login input:-webkit-autofill:hover,
.login input:-webkit-autofill:focus,
.login input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

.login .info {
    width: 100%;
}

.login .areaCode {
    display: block;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.login .forgetPwd {
    width: 100%;
    text-align: right;
}

.login .forgetPwd a {
    font-size: 14px;
}

.login .add-btn {
    width: 100%;
    background-color: #571302;
    font-size: 16px;
    border: 1px solid #571302;
    border-radius: 25px;
    height: 50px;
    margin-top: 20px;
    color: #fff;
}

.continuelink {
    width: 100%;
    display: block;
    text-align: right;
    font-size: 15px;
}

.continuelink .sign_link {
    color: #edc33e;
}

.continuelink a {
    color: #571302;
}

.login .circlebg .captcha {
    width: 100px;
    height: auto;
    margin-right: 0;
    position: absolute;
    right: 10px;

}

.login .otpBtn {
    background: #571302;
    border: 0;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 10px;
    border-radius: 4px;
    padding: 3px 8px;
}

.login-btm {
    width: 100%;
    height: auto;
    margin-top: 36px;
    text-align: center;
}

.login-btm p {
    width: 100%;
    color: #ffffff;
    line-height: 24px;
}

.login-btm a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
}

.home-main {
    width: 100%;
    height: auto;
}

.home-container {
    width: 100%;
    height: auto;
    padding: 0 12px;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
}

.home-media {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.home-media video {
    width: 100%;
    height: auto;
}

.home-nav {
    width: 100%;
    margin-top: 15px;
    height: auto;
}

.home-nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.home-nav ul li {
    width: 23.5%;
    border-radius: 4px;
    border: 1px solid #75603B;
    overflow: hidden;
    background: #fff;
    margin-right: 2%;
    margin-bottom: 6px;
}

.home-nav ul li:nth-child(4n) {
    margin-right: 0;
}

.home-nav ul li:nth-child(5),
.home-nav ul li:nth-child(6),
.home-nav ul li:nth-child(7),
.home-nav ul li:last-child {
    margin-bottom: 0;
}

.home-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.home-nav ul li label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #571302;
    padding: 8px 0;
}

.home-nav ul li img {
    width: auto;
    height: 25px;
}

.home-nav ul li span {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #000;
    padding: 8px 0;
    font-weight: 500;
    font-size: 12px;
}

.notice {
    width: 100%;
    height: 45px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin-top: 12px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
}

.noticeImg {
    height: 22px;
    width: 22px;
    position: absolute;
    top: 9px;
    left: 10px;
}

.notice img {
    height: 20px;
    width: auto;
}

.notice .swiper {
    width: 100%;
    text-align: left;
    padding-left: 40px;
}

.notice .swiper-wrapper {
    width: 100%;
    height: 42px;
    display: block;
}

.notice .swiper-slide {
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    font-size: 14px;
}

.home-benefit {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 4px;
}

.home-benefit a {
    width: 100%;
    height: auto;
    display: block;
}

.home-benefit img {
    width: 100%;
    height: auto;
}

.home-beans {
    width: 100%;
    margin-top: 12px;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.home-beans a {
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    color: #ffffff;
    font-weight: 600;
    background: #571302;
    border-radius: 25px;
}

.home-beans img {
    width: 20px;
    height: auto;
    margin-right: 6px;
}

.home-card {
    width: 100%;
    margin-top: 15px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-card-left {
    width: 48%;
    height: auto;
    position: relative;
}

.home-card-left-bg {
    width: 100%;
}

.home-card-left-star {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 30px;
    height: auto;
}

.home-card-left-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
}

.home-card-left-mask p {
    width: 100%;
    font-size: 15px;
    color: #fff;
    text-shadow: -1px 1px 0 #111, 1px 1px 0 #111, 1px -1px 0 #111, -1px -1px 0 #111;
    font-weight: 600;
}

.home-card-left-mask dl {
    padding: 6px;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    font-size: 12px;
    margin-top: 8px;
}

.home-card-left-mask dl dt {
    width: 100%;
    color: #ffe91d;
    font-size: 17px;
    text-shadow: -1px 1px 0 #111, 1px 1px 0 #111, 1px -1px 0 #111, -1px -1px 0 #111;
    font-weight: 600;
}

.home-card-left-mask dl dd {
    width: 100%;
    margin-top: 5px;
    color: #4d4d4d;
}

.home-card-left-mask a {
    text-align: center;
    height: 33px;
    border: 3px solid #003291;
    border-radius: 15px;
    background: #fff;
    color: #0046fb;
    font-size: 14px;
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-card-right {
    width: 50%;
    height: auto;
}

.home-card-right li {
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 18px;
    margin-bottom: 8px;
}

.home-card-right li:last-child {
    margin-bottom: 0;
}

.home-card-right li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.home-card-right li img {
    width: 35px;
    height: 35px;
}

.home-card-right li dl {
    width: calc(100% - 40px);
    font-size: 12px;
}

.home-card-right li dl dt {
    width: 100%;
    font-size: 14px;
    color: #fff;
    margin-bottom: 2px;
    text-shadow: -1px 1px 0 #111, 1px 1px 0 #111, 1px -1px 0 #111, -1px -1px 0 #111;
}

.home-load {
    width: 100%;
    margin-top: 15px;
}

.home-load ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-load ul li {
    width: 48%;
}

.home-load ul li a {
    width: 100%;
    height: 100%;
}

.home-load ul li img {
    width: 100%;
    height: auto;
}

.home-about {
    width: 100%;
    margin-top: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
}

.home-about ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-about ul li {
    width: 48%;
    position: relative;
}

.home-about ul li img {
    width: 100%;
    height: auto;
}

.home-about ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 10%;
}

.home-about ul li span {
    display: block;
    width: 34px;
    height: 22px;
    background: url("../images/more.png") no-repeat;
    background-size: contain;
    margin-top: 20px;
}

.home-input {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    padding: 0 15px;
    border: 1px solid #fbc10a;
    margin: 15px auto 0;
}

.home-input img {
    height: 32px;
    margin-right: 8px;
}

.home-input a {
    margin-left: auto;
    color: #fbc10a;
    text-decoration: underline;
}

.home-input input {
    background: none;
}

.home-sign {
    width: 100%;
    margin-top: 15px;
    position: relative;
}

.home-sign img {
    width: 100%;
    height: auto;
}

.home-sign a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    color: #fff;
}

.home-sign a h3 {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
}

.home-sign a h3 span {
    font-weight: 500;
    font-size: 14px;
    margin-right: 5px;
}

.home-link {
    width: 100%;
    margin-top: 15px;
}

.home-link li {
    width: 48%;
    position: relative;
    height: 100%;
}

.home-link li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.home-link li img {
    width: 100%;
    height: auto;
}

.home-fund {
    width: 100%;
    margin-top: 15px;
}

.home-fund-tit {
    width: 100%;
    padding: 3px;
    height: 45px;
    background: #fbc10a;
    border-radius: 4px;
    overflow: hidden;
}

.home-fund-tit ul {
    width: 100%;
    height: 100%;
}

.home-fund-tit li {
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.home-fund-tit li.cur {
    background-color: #fff;
    border-radius: 4px;
    color: #fbc10a;
}

.home-fund-list {
    width: 100%;
}

.home-fund-list li {
    width: 100%;
    height: auto;
    margin-top: 15px;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}

.home-fund-li-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.home-fund-li-top img {
    width: 90px;
    height: 90px;
    border-radius: 4px;
}

.home-fund-li-top .home-fund-li-top-dl {
    width: calc(100% - 100px);
    height: auto;
}

.home-fund-li-top-dl h2 {
    width: 100%;
    font-size: 18px;
}

.home-fund-li-top-dt {
    width: 100%;
    display: flex;
    align-items: flex-end;
    color: #fbc10a;
    margin-top: 5px;
}

.home-fund-li-top-dt h3 {
    font-size: 22px;
    font-weight: 600;
    margin-right: 5px;
}

.home-fund-li-top-dl p {
    width: 100%;
    margin-top: 5px;
    color: #888;
}

.home-fund-li-btm {
    width: 100%;
    padding: 10px;
    background-color: #F4FBFF;
    position: relative;
}

.home-fund-li-btm p {
    width: 100%;
    color: #555;
    margin-top: 5px;
}

.home-fund-li-btm p span {
    color: #fbc10a;
    margin-left: 5px;
}

.home-fund-li-btm a {
    position: absolute;
    padding: 8px 20px;
    border-radius: 4px;
    color: #fff;
    background-color: #fbc10a;
    right: 10px;
    top: 20px;
}


.home-weekend {
    width: 100%;
    margin-top: 8px;
    border-radius: 4px;
}

.home-weekend-tit {
    width: 100%;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    color: #571302;
    position: relative;
    padding-left: 12px;
}

.home-weekend-tit i {
    width: 6px;
    height: 16px;
    background: #571302;
    position: absolute;
    left: 2px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.home-weekend-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-weekend-item {
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 15px 1px rgba(163, 163, 192, .25);
}

.home-weekend-top {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
}

.home-weekend-item ul {
    width: 100%;
    height: auto;
    margin-top: 12px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-weekend-item li {
    height: auto;
    display: block;
    text-align: center;
}

.home-weekend-item li h3 {
    font-size: 14px;
    font-weight: 600;
    color: #571302;
    margin-bottom: 6px;
}

.home-weekend-item li span {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
}

.home-weekend-item button {
    width: 100%;
    height: 36px;
    display: block;
    font-weight: 600;
    color: #ffffff;
    background: #571302;
    border-radius: 25px;
    border: 1px solid #571302;
    margin-top: 12px;
    cursor: pointer;
}

.home-weekend-item button.disabled {
    background: #999999;
    border: 1px solid #999999;
}

.home-box {
    width: 100%;
    padding: 50px 3%;
}

.home-task {
    width: 100%;
    margin-top: 15px;
}

.home-task-tit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-task-tit span {
    font-size: 16px;
    border-bottom: 4px solid #fbc10a;
    padding-bottom: 5px;
}

.home-task-tit a {
    color: #999;
    font-size: 12px;
}

.home-task-list {
    width: 100%;
}

.home-task-list li {
    width: 100%;
    border-radius: 4px;
    height: auto;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
}

.home-task-list li img {
    width: 100%;
    height: 125px;
}

.home-task-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 15px;
}

.home-task-list li h2 {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-task-list li p {
    width: 100%;
    margin-top: 5px;
}

.home-task-list li .home-task-btm {
    width: 100%;
    margin-top: 8px;
}

.home-task-list li .home-task-btm h3 {
    font-size: 22px;
    font-weight: 600;
}

.home-news-list {
    width: 100%;
}

.home-news-list li {
    width: 100%;
    height: 100px;
    background: #fff;
    border-radius: 4px;
    margin-top: 15px;
    overflow: hidden;
}

.home-news-list li a {
    width: 100%;
}

.home-news-list li a img {
    width: 100px;
    height: 100px;
}

.home-news-list li a dl {
    width: calc(100% - 100px);
    padding: 15px;
}

.home-news-list li a dl dt {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-news-list li a dl dd {
    width: 100%;
    font-size: 12px;
    color: #9e9aa8;
    margin-top: 5px;
}

.home-new-list {
    width: 100%;
    height: auto;
}

.home-new-list li {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 12px;
    background: #ffffff;
    border-radius: 4px;
    margin-bottom: 12px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
}

.home-new-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.home-new-list li img {
    width: 100%;
    height: auto;
}

.home-new-list li dl {
    width: 100%;
    height: auto;
    margin-top: 8px;
}

.home-new-list li dt {
    width: 100%;
    font-size: 12px;
    height: auto;
    font-weight: 600;
}

.home-new-list li dd {
    width: 100%;
    color: #888;
    height: auto;
    margin-top: 6px;
}

.home-new-list dl dd.desc {
    line-height: 20px;
    font-size: 12px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-device {
    width: 100%;
    padding: 50px 12px;
}

.find {
    width: 100%;
}

.find ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.find ul li {
    width: 48%;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.find ul li img {
    width: 100%;
    height: 160px;
}

.find-pro {
    padding: 10px;
    width: 100%;
}

.find-pro h3 {
    width: 100%;
    font-size: 16px;
}

.find-pro .find-btm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    color: #888;
}

.find-btm-right {
    display: flex;
    align-items: center;
}

.my-main {
    width: 100%;
    padding: 50px 0;
}

.my-top {
    width: 100%;
    display: flex;
    color: #ffffff;
    flex-wrap: wrap;
    padding: 16px 12px;
    position: relative;
    text-align: center;
    align-items: center;
    background: #571302;
    justify-content: center;
}

.my-top-left {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    background: #ffffff;
}

.my-top-left img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.my-top-right {
    width: 100%;
    margin-top: 12px;
}

.my-top-right h3 {
    font-size: 16px;
    font-weight: 600;
}

.my-top-right p {
    width: 100%;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-top-right p small {
    padding: 6px 16px;
    color: #571302;
    font-size: 14px;
    font-weight: 600;
    background: #ffffff;
    border-radius: 4px;
}

.my-top-right p img {
    width: 16px;
    height: auto;
    margin-right: 5px;
}

.my-top dl {
    width: 100%;
    margin-top: 10px;
}

.my-top dl dt {
    font-size: 18px;
    font-weight: 600;
    margin-top: 6px;
}

.my-top-btn {
    width: 100%;
    padding: 0 12px;
}

.my-top-btn ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-top-btn ul li {
    width: 49%;
    border: 1px solid #571302;
    height: 45px;
    border-radius: 25px;
    background: #571302;
}

.my-top-btn ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}

.my-top-btn ul li a img {
    width: 22px;
    height: auto;
    margin-right: 6px;
}

.my-top-level {
    width: 72px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 64px;
}

.my-top-level img {
    width: 100%;
    height: 100%;
}

.my-statis {
    width: 100%;
    height: auto;
    padding: 10px;
}

.my-statis-info {
    width: 100%;
    display: flex;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px 8px;
    border: 1px solid #571302;
}

.my-statis-info li {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.my-statis-info li:last-child {
    margin-bottom: 0;
}

.my-statis-info h3 {
    width: 100%;
    height: auto;
    display: block;
    color: #151515;
    font-size: 13px;
    font-weight: 600;
}

.my-statis-info p {
    width: 100%;
    height: auto;
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #571302;
    margin-top: 8px;
    line-height: 24px;
}

.my-container {
    width: 100%;
    padding: 0 12px;
}

.my-container-con {
    background: #fff;
    padding: 0 15px;
    border-radius: 4px;
    width: 100%;
}

.my-obtain {
    width: 100%;
    height: auto;
    padding: 10px 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.my-obtain-info {
    width: 49%;
    display: flex;
    border-radius: 4px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 8px 4px;
    border: 1px solid #571302;
    text-align: center;
}

.my-obtain-info h3 {
    width: 100%;
    height: auto;
    display: block;
    padding: 6px;
    font-weight: 600;
    color: #571302;
    font-size: 13px;
}

.my-obtain-info p {
    width: 100%;
    height: auto;
    display: block;
    padding: 6px 6px 12px;
    font-size: 12px;
    font-weight: 500;
}

.my-obtain-info a,
.my-obtain-info button {
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    color: #ffffff;
    background: #571302;
    border-radius: 25px;
    border: none;
}

.my-obtain-info a img,
.my-obtain-info button img {
    width: 24px;
    height: auto;
    margin-right: 6px;
}

.my-obtain-info button.disabled {
    color: #acaac3;
    background: #EEEEEE;
}

.my-income-tab {
    width: 100%;
    height: auto;
    padding: 10px;
}

.my-income-info {
    width: 100%;
    display: flex;
    background: #571302;
    border-radius: 4px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 8px 0;
}

.my-income-info div {
    width: 33.333333%;
    text-align: center;
    margin: 8px 0;
}

.my-income-info div h3 {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    color: #fff;
}

.my-income-info div p {
    width: 100%;
    color: #e5e7eb;
    font-size: 12px;
}

.my-income-info div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 35px;
    border: 1px solid #333;
    border-radius: 25px;
    margin: 0 auto;
}

.my-income-link {
    width: 100%;
    background: #fff;
    margin-top: 12px;
    border-radius: 15px;
    padding: 15px;
    padding-bottom: 0;
}

.my-income-link ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
}

.my-income-link ul li {
    width: 48%;
    position: relative;
    margin-bottom: 15px;
}

.my-income-link ul li img {
    width: 100%;
    height: auto;
}

.my-income-link ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
}

.my-income-link ul li h3 {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.my-income-link ul li span {
    width: 100%;
    font-size: 12px;
    color: #aaa;
}

.my-top-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.my-top-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    text-align: center;
    border: 1px solid #333;
    padding: 10px;
    border-radius: 4px;
}

.my-top-nav a img {
    height: auto;
    width: 40px;
    margin-right: 8px;
}

.my-list-nav {
    width: 100%;
}

.my-list-nav li {
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-list-nav li a {
    display: flex;
    align-items: center;
    width: 100%;
}

.my-list-nav li a i {
    margin-left: auto;
}

.my-list-nav li a img {
    width: 22px;
    height: auto;
    margin-right: 6px;
}

.my-top-out {
    width: 100%;
    background: #fff;
    margin-top: 16px;
    border-radius: 25px;
    height: 45px;
    border: 1px solid #571302;
}

.my-top-out a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 16px;
    color: #571302;
    font-weight: 600;
}

.my-receive {
    width: 100%;
    background-color: #fff;
    border-radius: 35px;
    margin-top: 5px;
    height: 60px;
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    font-size: 12px;
    color: #888;
}

.my-receive h3 {
    width: 100%;
    font-size: 20px;
    margin-bottom: 5px;
    color: #fbc10a;
    font-weight: 600;
}

.my-receive h3 span {
    font-size: 14px;
    font-weight: 500;
}

.my-receive a {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 90px;
    height: 60px;
    background-color: #fbc10a;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
}

.home-events {
    width: 100%;
    margin-top: 8px;
    border-radius: 4px;
}

.home-events-tit {
    width: 100%;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    color: #571302;
    position: relative;
    padding-left: 12px;
}

.home-events-tit i {
    width: 6px;
    height: 16px;
    background: #571302;
    position: absolute;
    left: 2px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.home-events-list {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.home-events-item {
    width: 32%;
    background: #ffffff;
    margin-bottom: 8px;
    border-radius: 4px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin-left: 2%;
}

.home-events-item:first-child, .home-events-item:nth-child(3n+1) {
    margin-left: 0;
}

.home-events-item a {
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    margin-left: auto;
    color: #999;
}

.home-events-item img {
    width: 100%;
    height: auto;
    /*max-height: 92px;*/
    overflow: hidden;
}

.home-events-item p {
    width: 100%;
    color: #000000;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-points {
    width: 100%;
    margin-top: 8px;
    border-radius: 4px;
}

.home-points-tit {
    width: 100%;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    color: #571302;
    position: relative;
    padding-left: 12px;
}

.home-points-tit i {
    width: 6px;
    height: 16px;
    background: #571302;
    position: absolute;
    left: 2px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.home-points-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-points-info {
    width: 100%;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 3px 15px 1px rgba(163, 163, 192, .25);
    position: relative;
}


.home-points-info:last-child {
    margin-bottom: 0;
}


.home-points-name {
    width: 100%;
    padding: 15px;
    color: #000;
    font-weight: 600;
}

.home-points-tags {
    padding: 6px 12px;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    font-weight: 600;
    background: #ff5722;
    border-bottom-left-radius: 6px;
}

.home-points-con {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 12px 60px;
    position: relative;
}

.home-points-info .points-img {
    width: 120px;
    height: auto;
    overflow: hidden;
}

.home-points-info .points-img img {
    width: 100%;
    height: auto;
}

.home-points-info .points-text {
    width: calc(100% - 120px);
    padding-left: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

.home-points-info .points-text h3 {
    width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}


.home-points-info .points-text p {
    width: 100%;
    font-size: 13px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-points-info .points-text p:first-child {
    margin-top: 0;
}


.home-points-info .points-text p span {
    color: #571302;
    font-weight: 600;
}

.home-points-info .points-text p del {
    font-size: 12px;
    color: #888;
    font-weight: 400;
}

.home-points-info .points-btm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-points-info .points-btm a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    background: #571302;
    color: #fff;
    border-top-left-radius: 9999px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 18px;
}

.home-points-info .points-btm a img {
    height: 22px;
    width: auto;
    margin-left: 12px;
}

.home-points-info .points-btm i {
    margin-left: 6px;
    color: #acaac3;
    font-style: unset;
}


.home-news {
    width: 100%;
    margin-top: 8px;
    border-radius: 4px;
    padding: 50px 12px 12px;
}

.home-news-tit {
    width: 100%;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    color: #571302;
    position: relative;
    padding-left: 12px;
}

.home-news-tit i {
    width: 6px;
    height: 16px;
    background: #571302;
    position: absolute;
    left: 2px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.home-news-tit a {
    font-size: 12px;
    color: #aaa;
}

.home-product {
    width: 100%;
    height: auto;
    display: inline-block;
}

.home-product .home-product-tit {
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
    position: relative;
    height: 40px;
}

.home-product .home-product-tit i {
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
}

.home-product .home-product-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-product .home-product-info {
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
    position: relative;

}

.home-product .home-product-tags {
    padding: 6px 12px;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    font-weight: 600;
    background: #ff5722;
    border-bottom-left-radius: 6px;
}

.home-product .home-product-con {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 12px 60px;
    position: relative;
}

.home-product-info .product-img {
    width: 120px;
    height: auto;
    overflow: hidden;
}

.home-product-info .product-img img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.home-product-info .product-text {
    width: calc(100% - 120px);
    padding-left: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

.home-product-info .product-text h3 {
    width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.home-product-info .product-text p {
    width: 100%;
    font-size: 13px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-product-info .product-text p:first-child {
    margin-top: 0;
}

.home-product-info .product-text p span {
    color: #571302;
    font-weight: 600;
}

.home-product-info .product-text p del {
    font-size: 12px;
    color: #888;
    font-weight: 400;
}

.home-product-info .product-btm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-sell {
    width: calc(100% - 180px);
    height: 24px;
    background: #CCCCCC;
    overflow: hidden;
    border-radius: 24px;
    position: absolute;
    left: 12px;
    bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-sell i {
    width: 100%;
    height: auto;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    z-index: 1;
}

.product-sell span {
    height: 24px;
    position: absolute;
    left: 0;
    background: #571302;
    border-radius: 24px;
}

.home-product-info .product-btm a {
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #571302;
    color: #fff;
    font-size: 16px;
    border-top-left-radius: 9999px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.home-product-info .product-btm a.disabled {
    background: #CCCCCC;
}

.home-product-info .product-btm a img {
    height: 22px;
    width: auto;
    margin-left: 5px;
}

.home-product-info .product-btm a i {
    margin-left: 5px;
    color: #acaac3;
    font-size: 12px;
}

.home-amount {
    width: 100%;
    padding: 15px;
    border-radius: 50px;
    background: #000;
    display: flex;
    align-items: center;
    margin-top: 12px;
    color: #ffdf35;
}

.home-amount .home-amount-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.home-amount .home-amount-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.home-amount dd {
    font-size: 18px;
    font-weight: 600;
    margin-top: 6px;
}

.home-amount a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 90px;
    height: 35px;
    background: #ffdf35;
    color: #000;
    font-size: 16px;
    border-radius: 25px;
}

.home-protit {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    color: #000;
}

.home-protit h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.detail-container {
    width: 100%;
}

.detail-product-info {
    width: 100%;
    padding: 12px;
    background: #fff;
}

.detail-product-info-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detail-product-info .product-img {
    width: 100%;
    height: auto;
}

.detail-product-info .product-img img {
    width: 100%;
    height: auto;
    border: 1px solid #571302;
}

.detail-product-info-top dl {
    width: 100%;
    height: auto;
    padding-left: 6px;
}

.detail-product-info-top dl dt {
    width: 100%;
    color: #571302;
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0;
}

.detail-product-info-top dl dd {
    width: 50%;
    height: auto;
    display: block;
    color: #6b7280;
    float: left;
}

.detail-product-info-top dl dd:last-child {
    float: right;
    text-align: right;
}

.detail-product-info-top dl dd span {
    color: #571302;
    font-weight: 600;
}

.detail-product-info-nav {
    width: 100%;
    margin-top: 12px;
    border-radius: 4px;
    background: #f2f2f8;
}

.detail-product-info-nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 6px;
    flex-wrap: wrap;
}

.detail-product-info-nav ul li {
    text-align: center;
    width: 33.3333%;
    color: #6b7280;
    padding: 8px 0;
}

.detail-product-info-nav ul li h3 {
    color: #571302;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.detail-product-info-nav ul li p {
    font-size: 13px;
}

.detail-product-info .product-texts {
    padding: 0;
    width: 100%;
    margin-top: 15px;
}

.detail-product-info .product-texts h3 {
    width: 100%;
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.detail-product-info .product-texts p {
    width: 100%;
    color: #888;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-product-info .product-texts span {
    color: #fbc10a;
    font-weight: 600;
}

.detail-product-info .product-texts p del {
    font-size: 12px;
    color: #888;
    font-weight: 400;
}

.detail-product-info-btm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.detail-product-info-btm p {
    color: #6b7280;
}

.detail-product-info-btm p span {
    color: #571302;
    font-weight: 600;
    font-size: 18px;
}

.product-texts {
    width: 100%;
    padding: 15px;
}

.detail-desc {
    width: 100%;
    font-size: 12px;
    margin-top: 12px;
    padding: 6px;
}

.detail-desc p {
    width: 100%;
    margin-bottom: 10px;
    color: #333333;
    text-wrap: inherit !important;
}

.detail-desc p span {
    text-wrap: inherit !important;
}

.flex-btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.flex-btn button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #571302;
    height: 40px;
    border-radius: 25px;
    margin: 0 auto;
    font-size: 16px;
    border: none;
    color: #ffffff;
}

.flex-btn button.disabled {
    background: #CCCCCC;
}

.flex-btn button i {
    margin-left: 12px;
    color: #acaac3;
    font-style: unset;
}

.add-coupon {
    width: 100%;
    color: #CCCCCC;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.add-coupon span {
    width: auto;
    color: #ff5722;
    font-size: 12px;
    margin-left: 8px;
}

.add-coupon.cur {
    color: #571302;
}

.add-coupon i {
    font-size: 16px;
    margin-right: 5px;
}

.myorder {
    width: 100%;
    padding: 50px 3% 10px;
}

.myorder-top {
    width: 100%;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}

.myorder-top img {
    width: 100%;
    height: auto;
}

.myorder-top-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.myorder-top-left {
    width: 50%;
    text-align: center;
}

.myorder-top-left p {
    width: 100%;
    font-size: 14px;
    color: #888;
}

.myorder-top-left p:first-child {
    width: 100%;
    font-size: 18px;
    color: #571302;
    font-weight: 600;
    margin-bottom: 5px;
}

.myorder-top-left h3 {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #571302;
}

.myorder-top-right {
    width: 50%;
    text-align: center;
}

.myorder-top-right p {
    width: 100%;
    font-size: 14px;
    color: #888;
}

.myorder-top-right p:first-child {
    width: 100%;
    font-size: 18px;
    color: #571302;
    font-weight: 600;
    margin-bottom: 5px;
}

.myorder-top-right h3 {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #571302;
}

.myorder-list {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 12px;
    justify-items: center;
    align-items: center;

}

.myorder-list p {
    width: 100%;
    height: auto;
    font-size: 12px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.myorder-list p:first-child {
    margin-top: 0;
}

.myorder-list p label {
    height: auto;
    display: inline-block;
    text-align: left;
}

.myorder-list p span {
    height: auto;
    display: inline-block;
    color: #571302;
    text-align: right;
    font-weight: 600;
}

.inline-tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    margin: 16px 0;
}

.inline-tab a {
    display: block;
    width: 50%;
    height: 100%;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    position: relative;
    color: #222;
    font-weight: 600;
}

.inline-tab a.active {
    color: #571302;
}

.inline-tab a.active i {
    display: block;
    width: 20px;
    height: 4px;
    border-radius: 4px;
    background: #571302;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.withdraw-box {
    width: 100%;
    background-color: #fff;
    margin-top: 12px;
    border-radius: 4px;
    padding: 0 12px 12px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
}

.withdraw-account {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 16px;
}

.withdraw-account li {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #571302;
    margin-bottom: 10px;
}

.withdraw-account li:last-child {
    margin-bottom: 0;
}

.withdraw-account label {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    padding: 0 6px;
    font-weight: 600;
}

.withdraw-account span {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 6px;
    font-size: 14px;
    color: #571302;
    margin-top: 6px;
}

.withdraw-item {
    width: 100%;
    height: auto;
    display: inline-block;
    font-weight: 600;
    margin-top: 12px;
}

.withdraw-item small {
    float: right;
}

.withdraw-item label {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    padding: 0 6px;
}

.withdraw-item span {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 12px 6px 6px;
    font-size: 16px;
}

.withdraw-item input {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #f9fafb;
    padding-left: 10px;
    margin-top: 10px;
    color: #571302;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #571302;
}

.withdraw-item input::placeholder {
    font-weight: 400;
}

.dropload-down {
    text-align: center;
    color: #999;
    width: 100%;
    margin: 16px 0;
}

.home-product-infos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 4px;
    background: #ffffff;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 12px 12px 16px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
}

.home-product-infos h3 {
    width: 100%;
    height: auto;
    display: inline-block;
    flex-wrap: wrap;
    margin-bottom: 12px;
    font-weight: 600;
    color: #151515;
    font-size: 16px;
}

.home-product-name {
    width: 100%;
    padding: 15px;
    color: #000;
    font-weight: 600;
}

.home-product-padd {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.home-product-infos .home-product-img {
    width: 120px;
    height: 100px;
    border-radius: 4px;
}

.home-product-infos .home-product-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.home-product-infos .product-texts {
    padding: 0;
    width: calc(100% - 132px);
}

.home-product-infos .product-texts h3 {
    width: 100%;
    color: #571302;
    font-weight: 600;
    font-size: 14px;
}

.product-foot {
    width: 100%;
    height: auto;
    display: inline-block;
    flex-wrap: wrap;
    margin-top: 12px;
}

.product-foot button {
    width: 100%;
    height: 35px;
    display: inline-block;
    background: #fbc10a;
    border-radius: 25px;
    font-size: 14px;
    border: 1px solid #fbc10a;
    color: #ffffff;
}

.product-foot button.disabled {
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
    color: #acaac3;
}

.team-main {
    width: 100%;
    position: relative;
    padding: 50px 3%;
}

.team-main-bg {
    width: 100%;
    height: auto;
    display: inline-block;
}

.team-main-bg img {
    width: 100%;
    height: auto;
}

.team-main h2 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
}

.team-tit {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding: 45px 0 0 26px;
}

.team-inner {
    width: 100%;
    margin-top: 10px;
}

.team-total {
    width: 100%;
    border-radius: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.team-total > div {
    flex: 1;
    text-align: center;
}

.team-total > div p {
    font-size: 14px;
}

.team-total > div h3 {
    font-size: 22px;
    font-weight: 600;
}

.team-totalNum {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 15px;
}

.team-totalNum img {
    width: 100%;
    height: auto;
}

.team-totalNum-img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.team-totalNum-img dl {
    width: 50%;
    height: auto;
    display: block;
    text-align: center;
    margin-top: 12px;
}

.team-totalNum-img dl:first-child,
.team-totalNum-img dl:nth-child(2) {
    margin-top: 0;
}

.team-totalNum-img dt {
    width: 100%;
    font-size: 11px;
    font-weight: 500;
}

.team-totalNum-img dd {
    width: 100%;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #571302;
}

.team-totalNum ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}

.team-totalNum ul li {
    width: 50%;
}

.team-totalNum ul li p {
    font-size: 14px;
    color: #aaa;
}

.team-totalNum ul li h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
}

.team-tab {
    width: 100%;
    height: auto;
    display: inline-flex;
    overflow: hidden;
    border-radius: 25px;
    margin-top: 15px;
    background: #571302;
    padding: 5px;
    font-size: 12px;
}

.team-tab a {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    padding: 13px 0;
    color: #fff;
    font-weight: 600;
}

.team-tab a.active {
    background: #fff;
    color: #571302;
    border-radius: 25px;
}

.teamLv {
    width: 100%;
    margin-top: 15px;
}

.teamLv ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.teamLv ul li {
    padding: 10px;
    border-radius: 4px;
    width: 32%;
    background: linear-gradient(220.55deg, #5ee2ff, #00576a)
}

.teamLv ul li:nth-child(2) {
    padding: 10px;
    border-radius: 4px;
    width: 32%;
    background: linear-gradient(220.55deg, #ff5eef, #456eff);
}

.teamLv ul li:nth-child(3) {
    padding: 10px;
    border-radius: 4px;
    width: 32%;
    background: linear-gradient(220.55deg, #ff3f3f, #063cff);
}

.teamLv ul li h3 {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.teamLv ul li h3 img {
    width: 50px;
    height: auto;
    margin-right: 3px;
}

.teamLv ul li dl {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 15px;
}

.teamLv ul li dl dt {
    color: #ccc;
    margin-bottom: 5px;
}

.teamLv ul li dl dd {
    font-weight: 600;
    font-size: 18px;
}

.team-code {
    width: 100%;
    overflow: hidden;
    padding: 15px;
    background-color: rgba(26, 19, 74, 0.1);
    border-radius: 4px;
}

.team-code-tit {
    font-size: 12px;
    width: 100%;
    text-align: center;
    color: #571302;
}

.team-code-link {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.team-code-link h3 {
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
}

.team-code-link img {
    width: 60%;
    height: auto;
}

.team-code-top .code-tit {
    font-size: 16px;
    width: 100%;
}

.team-code-btm .code-tit {
    font-size: 16px;
    width: 100%;
}

.team-code-top {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    position: relative;
}


.team-code-top .team-code-input {
    width: 100%;
    height: auto;
    font-size: 16px;
}

.team-code-top .team-code-input-code {
    font-weight: 600;
    font-size: 20px;
    padding: 20px 0;
}

.team-code-top .team-code-input-link {
    width: 100%;
    height: auto;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-code-btm {
    width: 100%;
    position: relative;
    margin-top: 15px;
}

.team-code-left {
    width: 100%;
    height: auto;
}

.team-code-img {
    width: 110px;
    height: 110px;
    border: 1px solid #dedede;
}

.team-code-img img {
    width: 100%;
    height: 100%;
}

.team-code-copy {
    width: 100%;
    cursor: pointer;
}

.team-code-input {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-code-copy .copy {
    width: 100%;
    height: 35px;
    background: #571302;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px auto 0;
}

.team-level-total {
    background: #000;
    margin: 15px;
    display: flex;
    align-items: center;
}

.team-level-total > div {
    flex: 1;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

.team-member {
    margin-top: 20px;
    width: 100%;
    border-radius: 15px;
    background: #fff;
    padding: 15px;
}

.team-member-tab {
    display: flex;
    align-items: center;
    border: 1px solid #b220fd;
    border-radius: 25px;
    overflow: hidden;
}

.team-member-tab a {
    background: #b220fd;
    height: 35px;
    line-height: 35px;
    text-align: center;
    flex: 1;
    border-radius: 0;
    color: #fff;
}

.team-member-tab a.active {
    color: #b220fd;
    background: #fff;
}

.team-member-list {
    margin-top: 14px;
}

.team-member-list-tab {
    display: flex;
    align-items: center;
}

.team-member-list-tab > div {
    line-height: 30px;
    flex: 1;
    text-align: center;
    background: #b220fd;
    color: #fff;
}

.team-member-list-info {
    background: #fff;
    display: flex;
    align-items: center;
    line-height: 24px;
}

.team-member-list-info > div {
    flex: 1;
    text-align: center;
    color: #acacac;
}

.share-leve {
    width: 100%;
    margin-top: 15px;
}

.share-leve-tit {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    background-color: #fff;
}

.share-leve-tit ul {
    width: 100%;
}

.share-leve-tit li {
    width: 33%;
    text-align: center;
    line-height: 45px;
}

.share-leve-tit li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.share-leve-tit li.cur {
    background-color: #fbc10a;
    border-radius: 4px;
}

.share-leve-tit li.cur a {
    color: #fff;
}

.share-leve-list {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 8px;
}

.share-leve-list .share-leve-list-top {
    width: 100%;
    background-color: #fbc10a;
}

.share-leve-list .share-leve-list-top li {
    padding: 15px 10px;
    color: #F0F5F4;
    font-size: 12px;
}

.share-leve-list .share-leve-list-top li h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

.share-leve-list .share-leve-list-top li h3 a {
    color: #fff;
}

.share-leve-list-btm {
    width: 100%;
    background-color: #0F90EA;
}

.share-leve-list-btm li {
    padding: 15px 10px;
    color: #F0F5F4;
    font-size: 12px;
}

.share-leve-list-btm li h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
}

.check-in {
    width: 100%;
    height: auto;
    padding: 50px 4% 0;
}

.check-top {
    width: 100%;
    border-radius: 15px;
    background: #fff;
    padding: 15px 0;
    text-align: center;
    margin-top: 15px;
}

.check-top p {
    font-size: 16px;
    width: 100%;
    margin-bottom: 15px;
}

.check-top span {
    font-size: 25px;
    font-weight: 600;
    color: #17195f;
}

.checkBtn {
    width: 100%;
    height: 45px;
    margin: 30px auto 0 auto;
    background: #fbc10a;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    border: none;
    font-size: 20px;
}

.check-record {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 15px;
}

.check-item {
    width: 100%;
    height: auto;
    display: inline-flex;
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 4px;
}

.check-item-l {
    width: 100%;
    height: auto;
    display: inline-block;
}

.check-item-l label {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #17195f;
}

.check-item-l span {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    color: #999999;
}

.check-item-r {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    margin: auto;
    color: #17195f;
}

.history-main {
    width: 100%;
    padding: 50px 12px 10px;
}

.history-list {
    width: 100%;
    margin-top: 12px;
}

.list-info {
    background: #fff;
    border-radius: 4px;
    margin-top: 12px;
    padding: 12px;
    position: relative;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
}

.list-info:first-child {
    margin-top: 0;
}

.order-number {
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
    color: #c1c1c1;
}

.order-number span {
    color: #5e61d5;
    float: right;
}

.order-number span.disabled {
    color: #c1c1c1;
}

.list-bot {
    width: 100%;
    display: flex;
    align-items: center;
}

.list-bot .list-bot-left {
    width: 100%;
}

.list-bot .list-bot-left h3 {
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

.list-bot .list-bot-left h2 {
    font-weight: 600;
    font-size: 16px;
    color: #571302;
    margin-top: 8px;
}

.list-bot .list-bot-left p {
    color: #999;
    margin-top: 6px;
}

.list-bot .list-bot-right {
    position: absolute;
    background-color: #00B572;
    color: #fff;
    width: 80px;
    height: 30px;
    right: 0;
    top: 15px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}

.list-bot .list-bot-right.err {
    background-color: #EA5840;
}

.card-main {
    width: 100%;
    min-height: 100vh;
    padding: 50px 12px 0;
}

.card-container {
    width: 100%;
    margin-top: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
}

.card-info {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.card-info input {
    width: 100%;
    height: 45px;
    background: #f2f2f8;
    border-radius: 4px;
    border: none;
    padding-left: 12px;
}

.card-send {
    position: relative;
}

.card-send .sms-send {
    height: 45px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #571302;
    background: none;
}

.card-send .captcha {
    width: 108px;
    height: auto;
    position: absolute;
    right: 6px;
}

.card-btn {
    width: 100%;
    height: 45px;
    background: #571302;
    color: #fff;
    line-height: 45px;
    border-radius: 25px;
    border: none;
    font-weight: 600;
}

.restpass-main {
    width: 100%;
    padding: 0 4% 0;
}

.restpass-container {
    width: 100%;
    margin-top: 15px;
    background: #fff;
    border-radius: 4px;
    padding: 15px;
}

.pass-info {
    margin-bottom: 20px;
}

.pass-info p {
    padding: 10px 0;
}

.pass-info input {
    border: none;
    width: 100%;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    outline: none;
    background: none;
}

.pass-btn {
    margin-top: 40px;
    width: 100%;
    height: 40px;
    background: #fbc10a;
    color: #fff;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    border: none;
}

.verification-box {
    display: inline-block;
    align-items: center;
    position: relative;
    width: 100%;
}

.verification-box button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 0 20px;
    background: none;
    color: #fbc10a;
}

.withdraw-main {
    width: 100%;
    padding: 50px 0 12px;
}

.withdraw-container {
    width: 100%;
    margin-top: -80px;
    padding: 0 12px;
    position: relative;
    z-index: 12;
}

.withdraw-top {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f2f2f8;
    padding: 24px 16px;
    border-radius: 4px;
    text-align: center;
}

.dep-top {
    background: #571302;
    width: 100%;
    padding: 15px 12px;
    color: #fff;
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dep-top .dep-item:first-child {
    text-align: left;
}

.dep-top .dep-item:last-child {
    text-align: right;
}

.dep-top h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.withdraw-top h3 {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
}

.withdraw-top p {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
}

.withdraw-tit,
.deposit-tit {
    font-weight: 500;
    padding: 10px 5px;
    color: #222;
}

.withdraw-tit .exchange {
    font-size: 12px;
    font-weight: normal;
    float: right;
    color: #16d582;
}

.withdraw-input ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.withdraw-input ul li {
    width: 32%;
    text-align: center;
    border: 1px solid #f9fafb;
    border-radius: 4px;
    margin: 5px 0;
    padding: 10px 0;
    background: #f9fafb;
}

.withdraw-input ul li.cur {
    border: 1px solid #571302;
    background: #571302;
    color: #fff;
}

.withdraw-input ul li.cur span {
    color: #fff;
}

.withdraw-input ul li.cur h3 {
    color: #fff;
}

.withdraw-input ul li span {
    font-size: 12px;
    color: #888;
}

.withdraw-input ul li h3 {
    font-size: 16px;
    color: #222;
    margin-top: 5px;
}

.withdraw-input input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #eff6fa;
    border-radius: 4px;
    border: none;
    padding-left: 12px;
}

.withdraw-btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #571302;
    height: 45px;
    line-height: 45px;
    border-radius: 25px;
    margin-top: 20px;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

.withdraw-rule {
    margin-top: 16px;
}

.withdraw-rule p {
    line-height: 24px;
}

.withdraw-rule p > * {
    text-wrap: inherit !important;
}

.deposit-method {
    width: 100%;
}

.deposit-tab {
    width: 100%;
    height: auto;
    display: inline-block;
}

.deposit-tab > div {
    width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.deposit-tab > div img {
    width: 25px;
}

.deposit-tab > div.active {
    background: #571302;
    border: 1px solid #571302;
    color: #fff;
}

.withdraw-blance {
    background: rgba(73, 89, 113, .55);
    text-align: center;
    color: #9fabc4;
    padding: 20px 0;
}

.withdraw-blance p {
    font-size: 20px;
    font-weight: 500;
}

.detail-main {
    width: 100%;
    padding: 50px 0 0;
}

.detail-main-top {
    width: 100%;
    border-radius: 4px;
    margin-top: 15px;
    background-color: #fbc10a;
    color: #fff;
    overflow: hidden;
}

.detail-main-top img {
    width: 100%;
    height: auto;
}

.detail-main-name {
    padding: 10px;
    width: 100%;
}

.detail-main-title {
    width: 100%;
    font-size: 16px;
    margin-bottom: 6px;
}

.detail-main-num {
    width: 100%;
}

.detail-main-num span {
    font-size: 22px;
    font-weight: 600;
    margin-right: 5px;
}

.detail-main-pro {
    width: 100%;
    border-radius: 4px;
    margin-top: 15px;
    background-color: #fff;
    overflow: hidden;
    padding: 10px 15px 0;
}

.detail-main-pro p {
    width: 100%;
    margin-bottom: 10px;
    color: #888;
}

.detail-main-pro p span {
    color: #fbc10a;
}

.detail-find {
    width: 100%;
    padding: 50px 0 0;
}

.detail-find-img {
    width: 100%;
    height: auto;
}

.detail-find-img img {
    width: 100%;
    height: auto;
}

.find-txt {
    width: 100%;
    padding: 15px;
}

.find-txt p {
    width: 100%;
    color: #888;
    margin-bottom: 10px;
}

.find-txt img {
    width: 100%;
    margin-bottom: 10px;
}

.customer {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 50px 0 10px;
    /*padding-top: 50px;*/
}

.service-box {
    width: 100%;
    padding: 12px 4%;
}

.service-box li {
    width: 100%;
    background: #571302;
    border-radius: 4px;
    padding: 16px 12px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    position: relative;
}

.service-box li img {
    width: 45px;
    height: auto;
    margin-right: 8px;
}

.service-box li h3 {
    font-size: 16px;
    color: #fff;
}

.service-box li h2 {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}

.service-box li p {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}

.service-box li a {
    position: absolute;
    top: 20px;
    right: 10px;
    color: #000;
    padding: 5px 20px;
    background: #ffdf35;
    box-shadow: 0 10px 30px 0 rgba(48, 135, 180, 0.15);
    border-radius: 25px;
}

.article {
    width: 100%;
    padding: 50px 12px 12px;
}

.article-title {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 16px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.article-content {
    width: 100%;
}

.article-content img,
.article-content video {
    width: 100%;
    height: auto;
}

.article-content p {
    width: 100%;
    height: auto;
    text-wrap: inherit !important;
}

.article-content p span {
    text-wrap: inherit !important;
}

.article-link {
    width: 100%;
    height: auto;
}

.article-link a {
    width: 100%;
    height: 45px;
    margin-top: 16px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    background: #571302;
    border-radius: 25px;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

.news-main {
    width: 100%;
    position: relative;
    padding: 0 3% 20px;
}

.news-container {
    width: 100%;
}


.news-container li {
    width: 100%;
    height: 100px;
    background: #fff;
    border-radius: 4px;
    margin-top: 16px;
    overflow: hidden;
}

.news-container li:last-child {
    margin-bottom: 16px;
}

.news-container a {
    width: 100%;
    height: auto;
    display: inline-block;
}

.news-container img {
    width: 120px;
    height: 100px;
}

.news-container a dl {
    width: calc(100% - 120px);
    padding: 6px 12px;
    float: right;
}

.news-container a dt {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-container a dd {
    width: 100%;
    font-size: 12px;
    color: #9e9aa8;
    margin-top: 5px;
}

.news-container .news-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bonus-main {
    width: 100%;
    padding: 50px 4% 0;
    margin-top: 5px;
}

.bonus-main img {
    width: 80%;
    display: block;
    margin: 0 auto 15px;
}

.bonus-bg {
    border-radius: 4px;
    background: #571302;
    background-size: cover;
    margin-top: 12px;
    width: 100%;
    height: 150px;
}

.bonus-top {
    width: 100%;
    height: 130px;
    background: #ffdf35;
    padding: 30px;
    color: #000;
    margin-top: 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bonus-top li {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}

.bonus-top h3 {
    color: #571302;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.bouns-input {
    padding: 20px;
}

.bouns-input input {
    height: 50px;
    background: #F8F8F8;
    border: none;
    border-radius: 4px;
    padding-left: 10px;
    width: 100%;
}

.bouns-input .btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: #ffdf35;
    color: #000;
    border-radius: 4px;
    border: none;
    font-weight: 600;
}

.team-task {
    width: 100%;
    height: 92px;
    background-size: cover;
    padding: 15px;
    margin-top: 15px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-task a {
    width: 100px;
    height: 35px;
    color: #e10a1d;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 201, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background: #fff;
    font-size: 16px;
}

.team-task dl {
    width: calc(100% - 115px);
    color: #fff;
}

.team-task dl dt {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.teamLvs {
    width: 100%;
    height: auto;
    margin-top: 12px;
    display: inline-block;
}

.teamLvs ul {
    width: 100%;
    height: auto;
    display: flex;
    background-color: rgba(26, 19, 74, 0.1);
    padding: 16px 0;
    border-radius: 4px;
    text-align: center;
    color: #571302;
}

.teamLvs li {
    width: 100%;
    height: auto;
    display: inline-block;
}

.teamLvs li label {
    width: 100%;
    height: auto;
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 10px;
}

.teamLvs li span {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
}

.teamList {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 15px;
    overflow: hidden;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #571302;
}

.teamList table {
    width: 100%;
    height: auto;
    display: inline-block;
}

.teamList thead, .teamList tbody {
    width: 100%;
    height: auto;
    display: inline-block;
}

.teamList thead {
    color: #571302;
    font-weight: 600;
}

.teamList tr {
    width: 100%;
    height: auto;
    display: flex;
}

.teamList td {
    width: 100%;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
}

.teamList td:first-child {
    text-align: left;
}

.teamList td:last-child {
    text-align: right;
}


.official-main {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 50px 12px;
}

.official-list {
    width: 100%;
    height: auto;
    margin-top: 12px;
    display: inline-block;
}

.official-item {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    margin-top: 12px;
    padding: 10px;
    position: relative;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
}

.official-item:first-child {
    margin-top: 0;
}

.official-item-top {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.official-item-top img {
    width: 36px;
    height: 36px;
    display: inline-block;
}

.official-item-top-right {
    width: calc(100% - 36px);
    padding-left: 6px;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.official-item-main {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.official-item-main p {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.official-item-imgs {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.official-item-imgs img {
    width: 32%;
    height: auto;
    display: block;
    border-radius: 4px;
    margin-top: 8px;
    margin-right: 2%;
}

.official-item-imgs img:nth-child(3n) {
    margin-right: 0;
}

.official-item-media {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.official-item-media video {
    width: 100%;
    height: auto;
}

.official-item-btm {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.official-item-btm small {
    height: auto;
    font-size: 12px;
    color: #999999;
}

.official-item-like {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.official-item-like i {
    margin-right: 5px;
}

.official-detail-imgs {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 12px 0;
}

.official-detail-imgs img {
    width: 32%;
    height: auto;
    display: block;
    border-radius: 4px;
    margin-top: 8px;
    margin-right: 2%;
    cursor: pointer;
}

.official-detail-imgs img:nth-child(3n) {
    margin-right: 0;
}

.official-detail-btm {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.official-detail-btm small {
    height: auto;
    font-size: 12px;
    color: #999999;
}

.official-detail-like {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.official-detail-like i {
    margin-right: 5px;
}


.official-mask {
    width: 100%;
    max-width: 750px;
    height: auto;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.official-mask-img {
    width: auto;
    height: auto;
    max-width: 100vw;
    max-height: 80vh;
    overflow-y: scroll;
}

.official-mask-img img {
    width: 100%;
    height: auto;
}

.mask-close {
    width: 48px;
    height: auto;
    padding: 12px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.task-main {
    width: 100%;
    padding: 50px 3%;
}

.task-list {
    width: 100%;
    height: auto;
    display: inline-block;
}

.task-info {
    width: 100%;
    margin-top: 15px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}


.task-con {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px;
}

.task-img {
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    padding: 6px 10px;
}

.task-img img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.task-text {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f3f3f7;
    padding: 15px;
}

.task-name {
    width: 100%;
    height: auto;
    background-image: linear-gradient(-90deg, #0095ff, #1212f2);
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    padding: 12px 15px;
    color: #fff;
    font-size: 16px;
}

.task-name font {
    color: #fff;
    font-size: 16px;
}

.task-text ul {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.task-text li {
    width: 31%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-top: 0;
}

.task-text li:first-child {
    text-align: left;
}

.task-text li:last-child {
    text-align: right;
}

.task-text li span {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #0000c9;
    font-weight: 500;
}

.task-text li label {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 6px;
}

.task-btm {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 15px;
}

.task-btm button {
    width: 100%;
    height: 36px;
    display: inline-block;
    background: #0000c9;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    color: #ffffff;
}

.task-btm button.disabled {
    background: #EEEEEE;
    color: #acaac3;
}


.coupon-main {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 50px 12px 12px;
}

.coupon-list {
    width: 100%;
    height: auto;
    display: inline-block;
}

.coupon-item {
    width: 100%;
    height: auto;
    display: flex;
    background: #fff;
    border-radius: 4px;
    margin-top: 12px;
    padding: 12px;
    position: relative;
    align-items: center;
}

.coupon-item:first-child {
    margin-top: 0;
}

.coupon-tit {
    width: 48px;
    height: 48px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50%;
    background: #571302;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coupon-con {
    width: calc(100% - 48px);
    height: 48px;
    padding-left: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.coupon-con h3 {
    width: 100%;
    height: auto;
    display: block;
    color: #571302;
    font-size: 14px;
    font-weight: 600;
}

.coupon-con span {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 13px;
    color: #CCCCCC;
}

.coupon-item a {
    color: #571302;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    right: 10px;
}

.reward-main {
    width: 100%;
    padding: 0 3%;
}

.reward-top {
    width: 100%;
    background: url(../images/hotbg.png) no-repeat;
    background-size: cover;
    padding: 16px 6px;
    border-radius: 4px;
}

.reward-top-img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.reward-top-img img {
    width: 64px;
    height: auto;
}

.reward-top ul {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 12px;
}

.reward-top li {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.reward-top li span {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #fbc10a;
}

.reward-top li label {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #888;
}

.reward-top-btm {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12px;
}

.reward-top-btm button {
    width: 100%;
    height: 36px;
    display: inline-block;
    background: #fbc10a;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    color: #ffffff;
}

.reward-top-btm button.disabled {
    background: #EEEEEE;
    color: #acaac3;
}

.reward-list {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 16px;
}


.reward-item {
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px;
}

.reward-item-tit {
    width: 100%;
    height: auto;
    display: flex;
    align-items: end;
    color: #fbc10a;
    font-size: 16px;
    font-weight: 600;
    padding: 0 6px;
}

.reward-item-tit img {
    width: 24px;
    height: auto;
    display: inline-block;
}

.reward-item-tit span {
    padding-left: 6px;
}

.reward-item ul {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 12px;
    padding: 0 6px;
}

.reward-item li {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.reward-item li:first-child {
    text-align: left;
}

.reward-item li:last-child {
    text-align: right;
}

.reward-item span {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #fbc10a;
    font-weight: 500;
}

.reward-item label {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 6px;
}

.reward-btm {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12px;
}

.reward-btm button {
    width: 100%;
    height: 36px;
    display: inline-block;
    background: #fbc10a;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    color: #ffffff;
}

.reward-btm button.disabled {
    background: #EEEEEE;
    color: #acaac3;
}

.terms-main {
    width: 100%;
    padding: 50px 4% 12px;
}

.terms-box {
    width: 100%;
    height: auto;
    margin-top: 12px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.terms-box img {
    width: 320px;
    height: auto;
    opacity: 0.1;
    z-index: -1;
    position: fixed;
    left: 50%;
    margin-left: -160px;
    top: calc(50% - 68px);
    transform: rotate(-30deg);
}

.terms-box img:first-child {
    top: 120px;
}

.terms-box img:nth-child(3) {
    top: unset;
    bottom: 120px;
}

.terms-title {
    width: 100%;
    height: auto;
    display: block;
    color: #571302;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
}

.terms-content {
    width: 100%;
    height: auto;
    display: block;
}

.terms-content h3 {
    width: 100%;
    height: auto;
    display: block;
    color: #333333;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 500;
    text-wrap: initial;
}

.terms-content p {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 6px;
    color: #666666;
    font-size: 13px;
    line-height: 20px;
    text-wrap: initial;
}

.terms-input {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.terms-item {
    width: 100%;
    height: auto;
    margin-top: 12px;
    font-size: 15px;
    font-weight: 500;
}

.terms-item:first-child {
    margin-top: 0;
}

.terms-item input {
    width: 140px;
    color: #571302;
    background: none;
    padding: 2px 6px;
    border-bottom: 1px solid #333333;
}

.terms-btn {
    width: 100%;
    height: auto;
    margin-top: 16px;
    margin-bottom: 16px;
}

.terms-btn button {
    width: 100%;
    height: 45px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 25px;
    background: #571302;
    border: 1px solid #571302;
}

.home-live {
    width: 100%;
    border-radius: 4px;
    padding: 50px 12px;
}

.home-live-list {
    width: 100%;
    height: auto;
}


.home-live-list li {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 12px;
    background: #ffffff;
    border-radius: 4px;
    margin-bottom: 12px;
}

.home-live-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.home-live-list li img {
    width: 100%;
    height: auto;
}

.home-new-list li dl {
    width: 100%;
    height: auto;
    margin-top: 8px;
}

.home-live-list li dt {
    width: 100%;
    font-size: 12px;
    height: auto;
    font-weight: 600;
    margin-top: 8px;
}

.home-live-list li dd {
    width: 100%;
    color: #888;
    height: auto;
    margin-top: 6px;
}

.home-live-list dl dd.desc {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.calculator-main {
    width: 100%;
    height: auto;
    padding: 50px 12px 12px;
}

.calculator-box {
    width: 100%;
    padding: 12px;
    margin-top: 12px;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
}

.calculator-list {
    width: 100%;
    height: auto;
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.calculator-list h3 {
    width: 100%;
    height: auto;
    color: #571302;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 16px;
}

.calculator-item {
    width: 32%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    border-bottom: 1px solid #571302;
}

.calculator-item input {
    width: calc(100% - 32px);
    height: auto;
    border: none;
    color: #571302;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 6px;
}

.calculator-item h3 {
    width: 32px;
    color: #571302;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 6px;
}

.calculator-product {
    width: 100%;
    height: 36px;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 8px;
    border-bottom: 1px solid #571302;
}

.calculator-product h3 {
    width: 80px;
    color: #571302;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.calculator-product input {
    width: calc(100% - 80px);
    height: auto;
    border: none;
    color: #571302;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    padding-left: 6px;
}

.calculator-product input::placeholder {
    color: #cccccc;
    font-size: 13px;
    font-weight: 400;
}

.calculator-results {
    width: 100%;
    padding: 12px;
    margin-top: 24px;
    border-radius: 4px;
    border: 1px solid #571302;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.calculator-results h3 {
    width: 100%;
    height: auto;
    display: block;
    color: #151515;
    font-size: 15px;
    font-weight: 600;
}

.calculator-results h5 {
    width: 100%;
    height: auto;
    display: block;
    color: #151515;
    font-size: 15px;
    font-weight: 600;
    margin-top: 24px;
}

.calculator-results p {
    width: 100%;
    height: auto;
    display: block;
    color: #571302;
    font-size: 13px;
    font-weight: 600;
    margin-top: 12px;
}

.calculator-btn {
    width: 100%;
    height: 45px;
    border: none;
    margin-top: 24px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 45px;
    border-radius: 25px;
    background: #571302;
}

.line-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.line-top {
    width: 100%;
    height: auto;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-top img {
    width: 168px;
    height: auto;
}

.line-info {
    width: 100%;
    padding: 16px 12px;
}

.line-item {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.line-item:first-child {
    margin-top: 0;
}

.line-input {
    width: 100%;
    height: auto;
    margin-top: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-input span {
    width: 100%;
    height: 45px;
    color: #571302;
    font-size: 14px;
    font-weight: 600;
    padding: 0 16px;
    border-radius: 25px;
    background: #ffffff;
    border: 1px solid #571302;
    display: flex;
    align-items: center;
    justify-content: left;
}

.line-input span i {
    font-size: 12px;
    font-weight: 400;
    margin-left: 12px;
}

.line-input a {
    width: auto;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 25px;
    background: #571302;
    position: absolute;
    right: 10px;
}


.ques-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px 12px;
}

.ques-list {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.ques-item {
    width: 100%;
    height: auto;
    padding: 12px;
    display: block;
    margin-top: 12px;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
}

.ques-item dt {
    width: 100%;
    height: auto;
    display: block;
    font-size: 13px;
    font-weight: 500;
}

.ques-item dt span {
    padding: 0 2px;
    color: #ff5722;
    font-weight: 600;
}

.ques-item dd {
    width: 100%;
    height: auto;
    margin-top: 16px;
    font-weight: 400;
    padding-bottom: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    cursor: pointer;
}

.ques-item dd span {
    width: calc(100% - 18px);
}

.ques-item dd i {
    width: 18px;
    height: 18px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
    border: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ques-item dd.activeT {
    color: #571302;
    font-weight: 600;
}

.ques-item dd.activeT i {
    font-weight: 600;
    border: 1px solid #571302;
}

.ques-item dd.activeF {
    color: #ff5722;
    font-weight: 600;
}

.ques-item dd.activeF i {
    font-weight: 600;
    border: 1px solid #ff5722;
}

.mask-ques {
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 15px;
    max-width: 750px;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mask-ques—content {
    width: 100%;
    display: block;
    padding: 16px 12px;
    border-radius: 4px;
    text-align: center;
    background: #ffffff;
}

.mask-ques-img {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mask-ques-img img {
    width: 64px;
    height: auto;
    border-radius: 50%;
}

.mask-ques-tit {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.mask-ques-tit.quesT {
    color: #571302;
}

.mask-ques-tit.quesF {
    color: #ff5722;
}

.mask-ques-txt {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
    color: #666666;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    text-wrap: initial;
}

.mask-ques-tip {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
    color: #571302;
    font-size: 13px;
    font-weight: 600;
}

.mask-ques-tip p {
    color: #ff5722;
}

.mask-ques-btn {
    width: 100%;
    height: 36px;
    display: block;
    margin-top: 16px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 25px;
    background: #571302;
    border: 1px solid #571302;
}


.egg-main {
    width: 100%;
    padding: 50px 0 12px;
}

#main {
    width: 100%;
    height: 302px;
    position: relative;
}

#main .bg {
    width: 100%;
    height: 58px;
    background: #f4f0ca;
    position: absolute;
    z-index: 1;
    bottom: 0;
}

.egg {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 72px;
    z-index: 2;
    position: relative;
    background: url(../images/MainBg.jpg) top center no-repeat;
    background-size: 100% 100%;
}

.eggList {
    padding-top: 0;
    position: relative;
    width: 310px;
    margin: 0 auto;
}

.eggbtn {
    background: url(../images/egg_1.png) no-repeat bottom;
    width: 158px;
    height: 187px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    background-size: 158px 161px;
}

.eggbtn span {
    position: absolute;
    width: 30px;
    height: 60px;
    left: 68px;
    top: 64px;
    color: #ff0;
    font-size: 42px;
    font-weight: bold
}

.eggbtn.curr {
    background: url(../images/egg_2.png) no-repeat bottom;
    cursor: default;
    z-index: 300;
    background-size: 158px 161px;
}

.eggbtn.curr sup {
    position: absolute;
    background: url(../images/l_1.png) no-repeat;
    width: 232px;
    height: 181px;
    top: -36px;
    left: -34px;
    z-index: 800;
}

.hammer {
    background: url(../images/l_2.png) no-repeat;
    width: 74px;
    height: 87px;
    position: absolute;
    text-indent: -9999px;
    z-index: 150;
    left: 168px;
    top: 10px;
}

.resultTip {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    z-index: 500;
    top: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
    display: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 16px;
}

.resultTipConTxt {
    width: 100%;
    margin-top: 12px;
    color: #571302;
    font-size: 14px;
    font-weight: 600;
}

.resultTipCon {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 4px;
    padding: 24px 16px;
}

.resultTipConImg {
    width: 100%;
    height: auto;
}

.resultTipConImg img {
    width: 32%;
    height: auto;
}

.resultTipConGb {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resultTipConGb button {
    width: 100%;
    height: auto;
    padding: 12px;
    border: none;
    display: block;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    margin-top: 24px;
    border-radius: 4px;
    background: #571302;
}


/*抽奖机会*/
.Opportunity {
    width: 64%;
    height: 26px;
    margin: 0 auto 0;
    background: #ba2d31;
    text-align: center;
    font: 12px/24px "Microsoft YaHei";
    color: #ffffff;
    border-radius: 4px;
}

.boxNotice {
    width: 100%;
    height: 210px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin: 12px auto;
}

.boxNotice .swiper {
    width: 100%;
    text-align: left;
    padding-left: 12px;
}

.boxNotice .swiper-wrapper {
    width: 100%;
    height: 210px;
    display: block;
}

.boxNotice .swiper-slide {
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    font-size: 14px;
    color: #888;
}

.egg-content {
    width: 100%;
    height: auto;
    padding: 10px;
}

.noticeTit {
    width: 100%;
    height: auto;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.noticeTit .txt {
    margin: 0 10px;
    vertical-align: -8%;
    color: #571302;
    font-size: 16px;
    font-weight: 600;
}

.noticeTit .line {
    width: 100px;
    border-top: 1px solid #571302;
}

.boxMessage {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 12px;
    margin: 12px auto;
}

.boxMessage p {
    width: 100%;
    height: auto;
    text-wrap: initial !important;
}

.boxMessage p span {
    text-wrap: initial !important;
}

.boxMessage p img,
.boxMessage p video {
    width: 100%;
    height: auto;
}

.redeem-main {
    width: 100%;
    height: auto;
    padding: 50px 12px 12px;
}

.redeem-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    border-radius: 5px;
    align-items: center;
}

.redeem-list dl {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    margin-bottom: 12px;
    justify-content: space-between;
}

.redeem-level {
    width: auto;
    height: 45px;
    position: absolute;
    right: 0;
}

.redeem-list dt {
    width: 100%;
    height: auto;
    color: #571302;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.redeem-list dd {
    width: 100%;
    height: auto;
    color: #666666;
    margin-top: 8px;
    text-align: center;
}

.redeem-item {
    width: 100%;
    height: 50px;
    display: flex;
    padding: 0 8px;
    color: #571302;
    position: relative;
    border-radius: 4px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #571302;
}

.redeem-item input {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    color: #571302;
    font-size: 14px;
    background: none;
    font-weight: 600;
}

.redeem-item input::placeholder {
    font-weight: 400;
}

.redeem-list p {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
}

.redeem-list p span {
    color: #571302;
    font-size: 16px;
    margin-left: 5px;
    font-weight: 600;
}

.redeem-btn {
    width: 100%;
    height: 40px;
    border: none;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    border-radius: 25px;
    background: #571302;
    align-items: center;
    justify-content: center;
}

.redeem-parem {
    width: 100%;
    height: auto;
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 4px;
    align-items: center;
    background-color: #fff;
}

.redeem-parem h3 {
    margin-bottom: 8px;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 3px solid #571302;
}

.redeem-parem table {
    width: 100%;
    height: auto;
    display: block;
}

.redeem-parem thead, .redeem-parem tbody {
    width: 100%;
    height: auto;
    display: block;
}

.redeem-parem thead {
    color: #571302;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 0.5px solid #1C1B28;
}

.redeem-parem tbody {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.redeem-parem tr {
    width: 100%;
    height: auto;
    display: flex;
}

.redeem-parem td {
    width: 100%;
    height: auto;
    padding: 0 5px;
    display: block;
    text-align: left;
    line-height: 36px;
}

.weeks-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.weeks-head {
    width: 100%;
    height: auto;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 4px;
    align-items: center;
    background-color: #fff;
}

.weeks-head-item {
    width: 100%;
    height: auto;
    display: flex;
    color: #999999;
    font-size: 14px;
    flex-wrap: wrap;
    margin-top: 12px;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
}

.weeks-head-item:first-child {
    margin-top: 0;
}

.weeks-head-item p {
    width: auto;
    height: auto;
    color: #571302;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
}

.weeks-head button {
    width: 100%;
    height: 40px;
    border: none;
    color: #ffffff;
    margin-top: 12px;
    font-weight: 600;
    border-radius: 25px;
    background: #571302;
}

.weeks-head button.disabled {
    background: #dbdbdb;
}

.weeks-parem {
    width: 100%;
    height: auto;
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 4px;
    align-items: center;
    background-color: #fff;
}

.weeks-parem h3 {
    margin-bottom: 8px;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 3px solid #571302;
}

.weeks-parem table {
    width: 100%;
    height: auto;
    display: block;
}

.weeks-parem thead, .weeks-parem tbody {
    width: 100%;
    height: auto;
    display: block;
}

.weeks-parem thead {
    color: #571302;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 0.5px solid #1C1B28;
}

.weeks-parem tbody {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.weeks-parem tr {
    width: 100%;
    height: auto;
    display: flex;
}

.weeks-parem td {
    width: 100%;
    height: auto;
    padding: 0 5px;
    display: block;
    text-align: left;
    line-height: 36px;
}

.weeks-parem td img {
    width: 16px;
    height: auto;
}

.weeks-name {
    width: 100%;
    margin-top: 12px;
}

.weeks-name h3 {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 3px solid #571302;
}

.weeks-text {
    width: 100%;
    height: auto;
    font-size: 12px;
}

.weeks-text p {
    width: 100%;
    height: auto;
    text-wrap: initial !important;
}

.weeks-text p span {
    text-wrap: initial !important;
}

.weeks-text p img,
.weeks-text p video {
    width: 100%;
    height: auto;
}

.voucher-main {
    width: 100%;
    height: auto;
    padding: 50px 12px 12px;
}

.voucher-box {
    width: 100%;
    padding: 12px;
    margin-top: 12px;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
}

.voucher-item {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
    font-weight: 600;
}

.voucher-item:first-child {
    margin-top: 0;
}

.voucher-item label {
    width: 100%;
    height: auto;
    padding: 0 6px;
    display: block;
    font-size: 12px;
}

.voucher-item input {
    width: 100%;
    height: 48px;
    color: #571302;
    font-size: 16px;
    margin-top: 10px;
    line-height: 48px;
    border-radius: 4px;
    padding-left: 10px;
    background: #f9fafb;
    border: 1px solid #571302;
}

.voucher-item input::placeholder {
    font-weight: 400;
}

.voucher-item-flex {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 12px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.voucher-item-flex dl {
    width: 100%;
    height: auto;
    display: flex;
}

.voucher-item-flex dd {
    width: 86px;
    height: 86px;
    display: block;
    margin-right: 6px;
}

.voucher-item-flex dd img {
    width: 86px;
    height: 86px;
    border-radius: 2px;
    border: 1px solid #571302;
}

.voucher-item-upload img {
    cursor: pointer;
}

.voucher-btn {
    width: 100%;
    height: 45px;
    border: none;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    line-height: 45px;
    text-align: center;
    background: #571302;
    border-radius: 25px;
}

.voucher-rule {
    margin-top: 16px;
}

.voucher-rule p {
    width: 100%;
    height: auto;
}

.voucher-rule p,
.voucher-rule p span {
    text-wrap: inherit !important;
}

.voucher-rule img,
.voucher-rule video {
    width: 100%;
    height: auto;
}
