.warp {
    width: 100%;
    height: 100vh;
    position: relative;
}

.login {
    width: 92%;
    margin: 0 auto;
}

.login-head {
    width: 100%;
    padding: 20% 5% 0;
    text-align: center;
    position: relative;
}

.login-head img {
    width: 160px;
    height: auto;
    border-radius: 5px;
}

.login .loginCon {
    width: 100%;
    margin-top: 12px;
}

.login .circlebg {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid #e9ecef;
}

.login .circlebg img {
    height: auto;
    width: 22px;
}

.login input {
    border: 0;
    height: 45px;
    width: 100%;
    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;
    color: #2A163E;
    font-size: 15px;
    text-align: center;
}

.login .add-btn {
    width: 100%;
    background: #2A163E;
    font-size: 16px;
    border-radius: 5px;
    height: 50px;
    margin-top: 20px;
    color: #fff;
    border: none;
    font-weight: 600;
}

.continuelink {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
}

.continuelink a {
    color: #ffffff;
    font-weight: 600;
}

.login .circlebg .captcha {
    position: absolute;
    right: 12px;
    height: auto;
    width: 92px;
}

.login .otpBtn {
    background: #2A163E;
    border: 0;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 10px;
    border-radius: 5px;
    padding: 3px 8px;
}

.home-main {
    width: 100%;
    height: auto;
    padding: 50px 0;
}

.home-container {
    width: 100%;
    padding: 0 3%;
}

.banner {
    width: 100%;
    overflow: hidden;
    margin-top: 12px;
}

.banner img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.home-nav {
    width: 100%;
    margin-top: 15px;
    height: auto;
}

.home-nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-nav ul:last-child {
    margin-top: 16px;
}

.home-nav ul li {
    width: 25%;
}

.home-nav ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.home-nav li label {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
    background: #2A163E;
}

.home-nav li img {
    width: 100%;
    height: 100%;
}

.home-nav ul li span {
    width: 100%;
    display: flex;
    color: #2A163E;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 600;
    align-items: center;
    justify-content: center;

}

.notice {
    width: 100%;
    height: 42px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    border-radius: 5px;
    margin-top: 15px;
    border: 0.5px solid #2A163E;
}

.noticeImg {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 8px;
    left: 6px;
}

.noticeImg i {
    color: #2A163E;
    font-size: 22px;
    font-weight: 600;
}

.notice .swiper {
    width: 100%;
    text-align: left;
    padding-left: 28px;
}

.notice .swiper-wrapper {
    width: 100%;
    height: 42px;
    display: block;
}

.notice .swiper-slide {
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    font-size: 13px;
}

.home-new-list {
    width: 100%;
    height: auto;
}

.home-new-list li {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
    padding: 10px 6px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.home-new-list li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-new-list li img {
    width: 120px;
    height: 68px;
    display: block;
}

.home-new-list li dl {
    width: calc(100% - 120px);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 6px;
}

.home-new-list li dt {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-new-list li dd {
    width: 100%;
    color: #888;
    height: auto;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.new-item-foot {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    margin-top: 10px;
    padding: 0 2px;
}

.new-item-foot small {
    height: auto;
    font-size: 12px;
    color: #999999;
}

.new-item-like {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.new-item-like i {
    margin-right: 5px;
}

.home-device {
    width: 100%;
    padding: 50px 12px;
}

.home-warp {
    margin-top: 5px;
    width: 100%;
}

.my-main {
    width: 100%;
    padding: 50px 12px;
}

.my-top {
    width: 100%;
    height: auto;
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.my-top-left {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

.my-top-left img:first-child {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.my-top-left img:last-child {
    width: 100%;
    height: 100%;
}

.my-top-right {
    width: 100%;
    height: auto;
    display: flex;
    color: #2A163E;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.my-top-right h3 {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    margin-top: 8px;
}

.my-top-right p {
    width: 100%;
    height: auto;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-top-right p span {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 24px;
    border-radius: 3px;
    background: #2A163E;
}

.my-top-right small {
    width: 100%;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
}

.my-container {
    width: 100%;
}

.my-container-con {
    background: #fff;
    padding: 0 15px;
    border-radius: 5px;
    width: 100%;
}

.my-obtain {
    width: 100%;
    height: auto;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.my-obtain-info {
    /*width: 49%;*/
    width: 100%;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
}

.my-obtain-info h3 {
    width: 100%;
    height: auto;
    display: block;
    padding: 6px;
    font-weight: 600;
    color: #2A163E;
    font-size: 16px;
}

.my-obtain-info p {
    width: 100%;
    height: auto;
    display: block;
    color: #999999;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 6px 12px;
}

.my-obtain-info button {
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    color: #ffffff;
    background: #2A163E;
    border-radius: 5px;
    border: none;
    font-weight: 600;
}

.my-obtain-info button img {
    width: 24px;
    height: auto;
    margin-right: 6px;
}

.my-statis-info {
    width: 100%;
    display: flex;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px 8px;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.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;
    font-size: 13px;
    font-weight: 600;
}

.my-statis-info p {
    width: 100%;
    height: auto;
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #2A163E;
    margin-top: 8px;
    line-height: 24px;
}


.my-income-tab {
    width: 100%;
    margin-top: 12px;
}

.my-income-info {
    width: 100%;
    display: flex;
    padding: 10px 0;
    flex-wrap: wrap;
    border-radius: 5px;
    align-items: center;
    background: #ffffff;
    justify-content: space-between;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.my-income-info li {
    width: 33.3333%;
    text-align: center;
    padding: 8px 0;
}

.my-income-info li h3 {
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2A163E;
}

.my-income-info li p {
    width: 100%;
    color: #999999;
    font-size: 12px;
}

.my-income-info li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 35px;
    border: 1px solid #333;
    border-radius: 5px;
    margin: 0 auto;
}

.my-income-img {
    width: 100%;
    margin-top: 12px;
}

.my-income-img ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-income-img ul li {
    border: 1px solid #2A163E;
    border-radius: 5px;
    width: 49%;
}

.my-income-img ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    color: #2A163E;
    padding: 10px 0;
    font-weight: 500;
    text-align: center;
    align-items: center;
    justify-content: center;

}

.my-income-img ul li img {
    width: auto;
    height: 16px;
    display: block;
    margin-right: 6px;
}

.my-top-nav {
    width: 100%;
    margin-top: 16px;
}

.my-top-nav ul {
    width: 100%;
    display: flex;
    padding: 0 12px;
    flex-wrap: wrap;
    border-radius: 5px;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.my-top-nav li {
    width: 100%;
    height: 45px;
    border-bottom: 1px dashed #2A163E;
}

.my-top-nav li:last-child {
    border-bottom: none;
}

.my-top-nav li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.my-top-nav li a img {
    height: auto;
    width: 25px;
    display: block;
    margin-right: 6px;
}

.my-top-nav li a p {
    color: #2A163E;
    font-size: 12px;
}

.my-top-nav li a i {
    margin-left: auto;
    color: #2A163E;
    font-size: 15px;
}

.my-top-out {
    width: 100%;
    height: 45px;
    font-weight: 600;
    margin: 16px auto;
    border-radius: 5px;
    background: #2A163E;
}

.my-top-out a {
    width: 100%;
    height: 45px;
    display: flex;
    color: #ffffff;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}


.home-events {
    width: 100%;
    margin-top: 8px;
    border-radius: 5px;
}

.home-events-tit {
    width: 100%;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    color: #2A163E;
    position: relative;
    padding-left: 12px;
}

.home-events-tit i {
    width: 6px;
    height: 16px;
    background: #2A163E;
    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: calc(33.33% - 4px);
    padding: 6px;
    display: flex;
    overflow: hidden;
    margin-left: 6px;
    margin-bottom: 8px;
    border-radius: 5px;
    align-items: center;
    background: #ffffff;
    justify-content: space-between;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.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;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-product {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-left: auto;
}


.home-product-tit {
    width: 100%;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    padding-left: 12px;
}

.home-product-tit i {
    width: 6px;
    height: 16px;
    background: #ffffff;
    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-product .home-product-list {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-product .home-product-info {
    width: calc(50% - 6px);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    align-items: center;
    background: #ffffff;
    margin-bottom: 12px;
    justify-content: space-between;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.home-product .home-product-tags {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 5px;
    background: #ff5722;
    position: absolute;
    top: 6px;
    right: 6px;
}

.home-product .home-product-con {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-product-info .product-img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
}

.home-product-info .product-img img {
    width: 100%;
    height: auto;
}

.home-product-info .product-text {
    width: 100%;

}

.home-product-info .product-text h3 {
    width: 100%;
    color: #222;
    font-weight: 600;
    font-size: 14px;
}

.home-product-info .product-text p {
    width: 100%;
    color: #333;
    font-size: 13px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    justify-content: space-between;
}

.home-product-info .product-text p span {
    color: #2A163E;
}

.home-product-info .product-text p del {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
}

.home-product-info .product-btm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
}

.product-sell {
    width: 100%;
    height: 16px;
    background: #CCCCCC;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    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: 16px;
    position: absolute;
    left: 0;
    background: #2A163E;
    border-radius: 24px;
}

.home-product-info .product-btm a {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2A163E;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
}

.home-product-info .product-btm i {
    margin-left: 6px;
    color: #ffffff;
    font-style: unset;
}

.home-product-info .product-btm span {
    color: #2A163E;
    font-weight: 600;
    font-size: 16px;
}

.detail-container {
    width: 100%;
}

.detail-product-info {
    width: 100%;
    margin: 0 auto 15px;
}

.detail-product-info .product-img {
    width: 100%;
    height: auto;
    text-align: center;
}

.detail-product-info .product-img img {
    width: 100%;
    height: auto;
}

.detail-product-info .product-text {
    width: 100%;
    padding: 15px;
}

.detail-product-info .product-texts {
    padding: 0;
    width: 100%;
}

.detail-product-info .product-texts h3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #2A163E;
    font-size: 16px;
    font-weight: 600;
}

.detail-product-info .product-texts h3 i {
    padding: 5px 10px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    margin-right: 6px;
    border-radius: 5px;
    background: #2A163E;
}

.detail-product-info .product-texts p {
    width: 100%;
    color: #333333;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-product-info .product-texts span {
    color: #2A163E;
}

.detail-product-info .product-texts p del {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
}

.add-coupon {
    width: 100%;
    display: flex;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 16px;
    align-items: center;
    justify-content: space-between;
}

.add-coupon span {
    width: auto;
    color: #2A163E;
    font-size: 14px;
}

.add-coupon font {
    color: #ff5722;
    font-size: 12px;
}

.add-coupon i {
    font-size: 18px;
    border-radius: 50%;
    background: #ffffff;
}

.add-coupon.cur i {
    color: #2A163E;
}

.product-texts {
    width: 100%;
}

.detail-desc {
    width: 100%;
    font-size: 12px;
    padding: 15px;
}

.detail-desc p {
    width: 100%;
    height: auto;
    text-wrap: initial !important;
}

.detail-desc p, .detail-desc p span {
    text-wrap: initial !important;
}

.flex-btn {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 111;
}

.flex-btn button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2A163E;
    height: 45px;
    border-radius: 0;
    margin: 0 auto;
    font-size: 16px;
    border: none;
    color: #ffffff;
    font-weight: 600;
}

.flex-btn button i {
    margin-left: 12px;
    color: #acaac3;
    font-style: unset;
}

.myorder {
    width: 100%;
    padding: 50px 3% 10px;
}

.myorder-top {
    width: 100%;
    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: 48%;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.myorder-top-left p {
    width: 100%;
    font-size: 14px;
    color: #999;
}

.myorder-top-left p:first-child {
    width: 100%;
    font-size: 18px;
    color: #2A163E;
    font-weight: 600;
    margin-bottom: 5px;
}

.myorder-top-left h3 {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.myorder-top-right {
    width: 48%;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.myorder-top-right p {
    width: 100%;
    color: #999999;
    font-size: 14px;
}

.myorder-top-right p:first-child {
    width: 100%;
    font-size: 18px;
    color: #2A163E;
    font-weight: 600;
    margin-bottom: 5px;
}

.myorder-top-right h3 {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.myorder-list {
    width: 100%;
    overflow: hidden;
    display: block;
    justify-items: center;
    align-items: center;

}

.myorder-list p {
    width: 100%;
    height: auto;
    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;
    text-align: right;
    color: #2A163E;
}

.withdraw-box {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.withdraw-account {
    width: 100%;
    height: auto;
    display: block;
}

.withdraw-account li {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #2A163E;
    margin-bottom: 10px;
}

.withdraw-account label {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

.withdraw-account span {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 6px 0;
    font-size: 14px;
    color: #2A163E;
    margin-top: 6px;
}

.withdraw-item {
    width: 100%;
    height: auto;
    display: inline-block;
    font-weight: 600;
    margin-top: 12px;
}

.withdraw-item:first-child {
    margin-top: 0;
}

.withdraw-item small {
    float: right;
    color: #2A163E;
}

.withdraw-item a {
    float: right;
    color: #2A163E;
}

.withdraw-item label {
    width: 100%;
    height: auto;
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.withdraw-item span {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #2A163E;
    padding: 12px 6px 6px;
    font-size: 16px;
}

.withdraw-item input {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #ededed;
    border: 1px solid #2A163E;
    padding: 0 10px;
    margin-top: 10px;
    color: #2A163E;
    font-size: 13px;
    border-radius: 5px;
}

.withdraw-item input::placeholder {
    font-weight: 400;
}

.withdraw-item textarea {
    width: 100%;
    height: 82px;
    background: #ededed;
    border: 1px solid #2A163E;
    padding: 12px 10px;
    margin-top: 10px;
    color: #2A163E;
    font-size: 13px;
    border-radius: 5px;
}

.withdraw-item textarea::placeholder {
    font-weight: 400;
}

.dropload-down {
    text-align: center;
    color: #999;
    width: 100%;
    margin: 16px 0;
}

.home-product-infos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 5px;
    background: #ffffff;
    margin-bottom: 15px;
    align-items: center;
    padding: 12px 12px 16px;
    justify-content: space-between;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.home-product-infos h3 {
    width: 100%;
    height: auto;
    display: inline-block;
    flex-wrap: wrap;
    margin-bottom: 12px;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.home-product-name {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 8px;
    margin-top: 8px;
}

.home-product-name i {
    padding: 2px 4px;
    color: #2A163E;
    font-size: 10px;
    font-weight: 600;
    margin-right: 4px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #2A163E;
}

.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: 5px;
}

.home-product-infos .home-product-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.home-product-infos .product-texts {
    padding: 0;
    width: calc(100% - 132px);
    font-size: 12px;
}

.home-product-infos .product-texts h3 {
    width: 100%;
    color: #ffa200;
    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: #2A163E;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #2A163E;
    color: #ffffff;
}

.product-foot button.disabled {
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
    color: #acaac3;
}

.team-main {
    width: 100%;
    position: relative;
    padding: 50px 0 50px;
}

.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%;
    padding: 0 3%;
}

.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%;
    position: relative;
    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: space-between;
}

.team-totalNum-img dl {
    width: 49%;
    height: auto;
    margin-top: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.team-totalNum-img dl:first-child,
.team-totalNum-img dl:nth-child(2) {
    margin-top: 0;
}

.team-totalNum-img dt {
    width: 100%;
    color: #999999;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
}

.team-totalNum-img dd {
    width: 100%;
    color: #2A163E;
    font-size: 16px;
    font-weight: 600;
}

.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;
    margin-top: 5px;
    font-weight: 600;
}

.team-code {
    width: 100%;
    padding: 0 10px;
    margin-top: 15px;
    overflow: hidden;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.team-code img {
    display: block;
    height: 120px;
    width: auto;
    margin: 10px auto;
}

.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;
    margin-top: 10px;
}

.team-code-top:last-child {
    margin-bottom: 10px;
}

.team-code-top .team-code-input {
    font-size: 16px;
}

.team-code-top:last-child .team-code-input {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    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;
    background-color: #f7f8fa;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    height: 50px;
    padding: 0 10px;
}

.team-code-input {
    width: calc(100% - 36px);
    overflow: hidden;
}

.team-code-copy .copy {
    width: 42px;
    height: 28px;
    background: #2A163E;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
}

.history-main {
    width: 100%;
    padding: 50px 12px 10px;
}

.history-list {
    width: 100%;
    height: auto;
    display: block;
}

.record-tab {
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 5px;
    background-color: #2A163E;
    padding: 3px;
}

.record-tab a {
    width: 100%;
    height: auto;
    display: block;
    color: #ffffff;
    padding: 10px 0;
    font-weight: 600;
    text-align: center;
}


.record-tab a.active {
    background: #fff;
    color: #2A163E;
    border-radius: 5px;
}

.list-info {
    padding: 10px;
    background: #fff;
    position: relative;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.list-bot {
    width: 100%;
    display: flex;
    align-items: center;
}

.list-bot .list-bot-left {
    width: 100%;
}

.list-bot .list-bot-left h3 {
    color: #222;
    font-size: 14px;
    font-weight: 500;
}

.list-bot .list-bot-left h2 {
    color: #2A163E;
    margin-top: 8px;
    font-weight: 600;
    font-size: 14px;
}

.list-bot .list-bot-left p {
    color: #bdbdbd;
    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%;
    padding: 50px 4% 0;
}

.card-container {
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.card-info {
    margin-bottom: 20px;
}

.card-info input {
    width: 100%;
    height: 45px;
    background: #ededed;
    border-radius: 5px;
    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: #2A163E;
    background: none;
}

.card-btn {
    width: 100%;
    height: 45px;
    background: #2A163E;
    color: #fff;
    line-height: 45px;
    border-radius: 5px;
    border: none;
    font-weight: 600;
}

.withdraw-main {
    width: 100%;
    padding: 50px 4% 0;
}

.withdraw-container {
    width: 100%;
    margin-top: 5px;
}

.withdraw-top {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px 0;
}

.withdraw-top-item:first-child {
    text-align: left;
}

.withdraw-top-item:last-child {
    text-align: right;
}

.withdraw-top h3 {
    width: 100%;
    height: auto;
    display: block;
    color: #2A163E;
    font-size: 16px;
    font-weight: 600;
}

.withdraw-top p {
    width: 100%;
    height: auto;
    color: #2A163E;
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.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 #ccc;
    border-radius: 5px;
    margin: 5px 0;
    padding: 10px 0;
}

.withdraw-input ul li.cur {
    border: 1px solid #2A163E;
}

.withdraw-input ul li.cur h3 {
    color: #2A163E;
}

.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: 5px;
    border: none;
    padding-left: 12px;
}

.withdraw-btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #2A163E;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    margin-top: 20px;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

.withdraw-rule {
    padding: 12px;
    margin-top: 20px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.withdraw-rule p {
    line-height: 24px;
}

.withdraw-rule p > * {
    text-wrap: inherit !important;
}

.rule-title {
    margin-bottom: 10px;
}

.deposit-method {
    width: 100%;
}

.deposit-tab {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.deposit-tab > div {
    width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.deposit-tab > div i {
    color: #fff;
}

.deposit-tab > div img {
    width: 25px;
}

.deposit-tab > div.active {
    border: 1px solid #2A163E;
    color: #2A163E;
    font-weight: 600;
}

.deposit-tab > div.active i {
    color: #2A163E;
}

.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: 5px;
    margin-top: 15px;
    background-color: #2A163E;
    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: 5px;
    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: #2A163E;
}

.customer {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 50px 0;
}

.service-box {
    width: 100%;
    padding: 12px 4%;
}

.service-box li {
    width: 100%;
    display: flex;
    position: relative;
    border-radius: 5px;
    padding: 16px 12px;
    margin-bottom: 16px;
    background: #ffffff;
    align-items: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.service-box li img {
    width: 45px;
    height: auto;
    margin-right: 8px;
}

.service-box li h3 {
    font-size: 16px;
    color: #333;
}

.service-box li h2 {
    font-size: 12px;
    color: #333;
    margin-top: 10px;
}

.service-box li p {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
}

.service-box li a {
    position: absolute;
    top: 20px;
    right: 10px;
    color: #ffffff;
    padding: 5px 20px;
    background: #2A163E;
    box-shadow: 0 10px 30px 0 rgba(48, 135, 180, 0.15);
    border-radius: 5px;
}

.article {
    width: 100%;
    padding: 50px 3% 15px;
}

.article-title {
    width: 100%;
    height: auto;
    padding: 16px;
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}


.article-tags {
    width: 100%;
    height: auto;
    display: flex;
    color: #2A163E;
    font-size: 16px;
    align-items: center;
    justify-content: space-between;
}

.article-tags small {
    height: auto;
    font-size: 12px;
}

.article-like {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.article-like i {
    margin-right: 5px;
}


.article-content {
    width: 100%;
    margin-top: 15px;
}

.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;
}

.bonus-main {
    width: 100%;
    height: 100vh;
    padding: 50px 4% 0;
    position: relative;
}

.bonus-main-top {
    width: 100%;
    position: relative;
}

.bonus-main-top img {
    width: 100%;
}

.bonus-main-mask {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 60px 4%;
    color: #fff;
}

.bonus-bg {
    border-radius: 15px;
    position: absolute;
    left: 5%;
    bottom: 5%;
    width: 90%;
    background: linear-gradient(154deg, #FFD584 0%, #F17D2B 100%);
    box-shadow: 0 0 8px rgba(127, 54, 54, .6), inset 0 0 17px #fffad7;
    border: 3px solid #FF8F45;
}

.bouns-input {
    padding: 20px;
}

.bouns-input input {
    height: 50px;
    background: #F8F8F8;
    border: 2px solid #F18335;
    border-radius: 5px;
    padding-left: 10px;
    width: 100%;
}

.bouns-input .btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(180deg, #FFD183 0%, #C44F24 100%);
    color: #fff;
    border-radius: 5px;
    border: none;
    font-weight: 600;
}

.team-tab {
    width: 100%;
    height: auto;
    display: inline-flex;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 15px;
    background-color: #2A163E;
    padding: 3px;
}

.team-tab a {
    width: 100%;
    height: auto;
    display: block;
    font-size: 12px;
    color: #ffffff;
    padding: 13px 0;
    font-weight: 600;
    text-align: center;
}


.team-tab a.active {
    color: #2A163E;
    border-radius: 5px;
    background: #ffffff;
}

.teamLvs {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.teamLvs ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    padding: 16px 12px;
    border-radius: 5px;
    text-align: center;
}

.teamLvs li {
    width: 50%;
    height: auto;
    margin-top: 12px;
    display: inline-block;
}

.teamLvs li:first-child,
.teamLvs li:nth-child(2) {
    margin-top: 0;
}

.teamLvs li label {
    width: 100%;
    height: auto;
    display: block;
    color: #2A163E;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.teamLvs li span {
    width: 100%;
    height: auto;
    color: #999999;
    display: block;
    font-size: 12px;
}

.teamList {
    width: 100%;
    height: auto;
    padding: 10px;
    display: block;
    margin-top: 15px;
    overflow: hidden;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.teamList table {
    width: 100%;
    height: auto;
    display: inline-block;
}

.teamList thead, .teamList tbody {
    width: 100%;
    height: auto;
    display: inline-block;
}

.teamList thead {
    color: #2A163E;
    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: 0 4% 50px;
}

.official-list {
    width: 100%;
    height: auto;
    display: inline-block;
}


.official-item {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
}

.official-item-top {
    width: 100%;
    height: auto;
    display: flex;
}

.official-item-top img {
    width: 42px;
    height: 42px;
    display: inline-block;
}

.official-item-top-right {
    width: calc(100% - 42px);
    height: auto;
    display: flex;
    padding-left: 6px;
    flex-wrap: wrap;
    align-items: end;
}

.official-item-top-right span {
    width: 100%;
    height: auto;
    display: inline-block;
}

.official-item-top-right small {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    color: #999999;
}

.official-item-main {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 6px;
}

.official-item-main img {
    width: 64%;
    height: auto;
    display: inline-block;
}

.official-item-main p {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    text-wrap: unset;
    margin-top: 6px;
}

.official-create {
    width: 54px;
    height: 54px;
    display: inline-block;
    position: fixed;
    right: 0;
    bottom: 72px;
    background: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 5px 1px #acaac3;
}

.official-create img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.official-done {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    margin-top: 16px;
}

.official-done textarea {
    width: 100%;
    height: 132px;
    display: inline-block;
}

.official-upload {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px 0;
}

.official-upload-item {
    width: 92px;
    height: 92px;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
}

.official-upload-item-upload {
    padding: 26px;
    background: #ffffff;
}

.official-upload-item-img img {
    width: 100%;
    height: 92px;
    display: inline-block;
    background: #ffffff;
}

.official-button {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px 0;
    margin-top: 12px;
}

.official-button button {
    width: 100%;
    height: 45px;
    display: inline-block;
    background: #2A163E;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.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: 5px;
    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: #2A163E;
    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: #2A163E;
    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: #2A163E;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    right: 10px;
}

.calculator-main {
    width: 100%;
    height: auto;
    padding: 50px 12px 12px;
}

.calculator-box {
    width: 100%;
    padding: 12px;
    margin-top: 12px;
    border-radius: 5px;
    background: #FFFFFF;
}

.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: #2A163E;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 16px;
}

.calculator-item {
    width: 30%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    border-bottom: 1px solid #2A163E;
}

.calculator-item input {
    width: calc(100% - 16px);
    height: auto;
    border: none;
    color: #2A163E;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 6px;
}

.calculator-item h3 {
    width: 16px;
    color: #2A163E;
    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 #2A163E;
}

.calculator-product h3 {
    width: 80px;
    color: #2A163E;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.calculator-product input {
    width: calc(100% - 80px);
    height: auto;
    border: none;
    color: #2A163E;
    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: 5px;
    border: 1px solid #2A163E;
    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: #2A163E;
    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: 5px;
    background: #2A163E;
}

.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: 5px;
    background: #ffffff;
}

.ques-item dt {
    width: 100%;
    height: auto;
    display: block;
    font-size: 13px;
    font-weight: 500;
}

.ques-item dt span {
    padding: 0 2px;
    color: #cb0c39;
    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: #2A163E;
    font-weight: 600;
}

.ques-item dd.activeT i {
    border: 1px solid #2A163E;
}

.ques-item dd.activeF {
    color: #cb0c39;
    font-weight: 600;
}

.ques-item dd.activeF i {
    border: 1px solid #cb0c39;
}

.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: 5px;
    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;
    margin-top: 16px;
    text-align: center;
}

.mask-ques-tit.quesT {
    color: #2A163E;
}

.mask-ques-tit.quesF {
    color: #cb0c39;
}

.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: #2A163E;
    font-size: 13px;
    font-weight: 600;
}

.mask-ques-tip p {
    color: #cb0c39;
}

.mask-ques-btn {
    width: 100%;
    height: 36px;
    border: none;
    display: block;
    margin-top: 16px;
    color: #ffffff;
    font-weight: 600;
    background: #2A163E;
    border-radius: 5px;
}


.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: 120px;
    height: auto;
    border-radius: 50%;
}

.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-tit {
    width: 100%;
    height: auto;
    padding: 0 8px;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.line-tit small {
    font-weight: 400;
}

.line-input {
    width: 100%;
    height: auto;
    margin-top: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-item span {
    width: 100%;
    height: 45px;
    color: #2A163E;
    padding: 0 16px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #2A163E;
    display: flex;
    align-items: center;
    justify-content: left;
}

.line-item a {
    width: auto;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 5px;
    background: #2A163E;
    position: absolute;
    right: 10px;
}


.home-luck {
    width: 100%;
    margin-top: 8px;
    border-radius: 5px;
}

.home-luck-tit {
    width: 100%;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    color: #2A163E;
    position: relative;
    padding-left: 12px;
}

.home-luck-tit i {
    width: 6px;
    height: 16px;
    background: #2A163E;
    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-luck-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.luck-main {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 50px 12px 12px;
}

.luck_box {
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
}

.shanDeng {
    width: 100%;
    margin: 0 auto;
    background: url(../images/luck_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 22px;
    box-sizing: border-box;
}

.luck_box #luck {
    width: 100%;
    overflow: hidden;
}

.luck_box table {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border-spacing: 6px 6px;
    border-collapse: unset;
}

.luck_box table td {
    width: 33.33%;
    height: 92px;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    background-image: url(../images/luck_init.png);
    background-size: 100% 100%;
}

@media only screen and (min-width: 300px) {
    .shanDeng {
        padding: 14px;
    }

    .luck_box table td {
        height: 80px;
    }
}

@media only screen and (min-width: 350px) {
    .shanDeng {
        padding: 16px;
    }

    .luck_box table td {
        height: 88px;
    }
}

@media only screen and (min-width: 400px) {
    .shanDeng {
        padding: 18px;
    }

    .luck_box table td {
        height: 102px;
    }
}

@media only screen and (min-width: 450px) {
    .shanDeng {
        padding: 20px;
    }

    .luck_box table td {
        height: 118px;
    }
}

@media only screen and (min-width: 500px) {
    .shanDeng {
        padding: 22px;
    }

    .luck_box table td {
        height: 134px;
    }
}

@media only screen and (min-width: 550px) {
    .shanDeng {
        padding: 26px;
    }

    .luck_box table td {
        height: 150px;
    }
}

@media only screen and (min-width: 600px) {
    .shanDeng {
        padding: 30px;
    }

    .luck_box table td {
        height: 166px;
    }
}

@media only screen and (min-width: 650px) {
    .shanDeng {
        padding: 34px;
    }

    .luck_box table td {
        height: 182px;
    }
}

@media only screen and (min-width: 700px) {
    .shanDeng {
        padding: 38px;
    }

    .luck_box table td {
        height: 198px;
    }
}

@media only screen and (min-width: 750px) {
    .shanDeng {
        padding: 42px;
    }

    .luck_box table td {
        height: 214px;
    }
}

.luck_box img {
    width: auto;
    height: 52px;
    margin-bottom: 5px;
}

#btn.cjBtn {
    background-image: url(../images/luck_btn.png);
    background-size: 100% 100%;
}

#luck .active {
    background-image: url(../images/luck_active.png);
}

.luck_record {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}

.luck_record a {
    width: auto;
    color: #2A163E;
    text-decoration: underline;
}

.luck_times {
    width: 100%;
    height: 45px;
    display: flex;
    color: #ffffff;
    font-size: 16px;
    margin-top: 12px;
    align-items: center;
    background: #2A163E;
    border-radius: 5px;
    justify-content: center;
}

.luck_times .num {
    margin: 0 6px;
    font-weight: bold;
    display: inline-block;
}

.luck_rule {
    width: 100%;
    height: auto;
    margin-top: 16px;
}

.luck_rule p {
    width: 100%;
    height: auto;
    text-wrap: initial !important;
}

.luck_rule p span {
    text-wrap: initial !important;
}

.luck_rule img,
.luck_rule video {
    width: 100%;
    height: auto;
}

.level-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px 12px;
}

.level-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
}

.level-item {
    width: 100%;
    height: auto;
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.level-item:first-child {
    margin-top: 0;
}

.level-name {
    width: 100%;
    height: auto;
    color: #2A163E;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.level-name img {
    width: 20px;
    height: auto;
}

.level-con {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    align-items: center;
}

.level-con ul {
    width: 100%;
    height: auto;
    display: flex;
    padding: 8px 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.level-con li {
    width: 33.33%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.level-con li:first-child {
    border-right: 0.5px solid #dbdbdb;
}

.level-con li:last-child {
    border-left: 0.5px solid #dbdbdb;
}

.level-con li span {
    width: 100%;
    height: auto;
    display: block;
    color: #2A163E;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.level-con li p {
    width: 100%;
    height: auto;
    display: block;
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    margin-top: 12px;
    text-align: center;
}

.level-rate {
    width: 100%;
    height: auto;
    display: block;
    padding: 12px 0;
    position: relative;
}

.level-rate-con {
    width: 100%;
    height: 16px;
    display: block;
    line-height: 16px;
    background: #cccccc;
    border-radius: 5px;
    position: relative;
}

.level-rate-con span {
    height: 16px;
    display: block;
    background: #2A163E;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;

}

.level-rate-con small {
    width: 100%;
    z-index: 100;
    display: block;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.level-btm {
    width: 100%;
    display: flex;
    align-items: center;
}

.level-btm button {
    width: 100%;
    height: 40px;
    border: none;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    background: #2A163E;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.level-btm button.disabled {
    background: #dbdbdb;
    border: 1px solid #dbdbdb;
}