@charset "utf-8";
.index-mainbtn {
    height: 180px;
    background-color: #fff;
    overflow: hidden;
}

.index-mainbtn li {
    width: 25%;
    height: 100%;
    text-align: center;
    float: left;
    padding: 0;
    position: relative;
}

.index-mainbtn a {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70%;
    height: 115px;
    transform: translate(-50%, -50%);
}

.index-mainbtn a div {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    color: #fef502;
}

.index-mainbtn a div label {
    display: block;
    width: 100%;
    height: 100%;
}

.index-mainbtn .bg-icon label {
    background-size: 85px 85px;
}

.index-mainbtn a h6 {
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 25px;
    height: 25px;
    text-align: center;
    font-size: 20px !important;
    font-weight: bold;
    color: #333 !important;
}

.frame-search {
    background-color: rgba(219, 7, 30, 0);
    position: absolute;
    z-index: 999;
}

.logo {
    background-image: none;
}

.logo img {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    width: 120px;
    
}

.div-search {
    background-color: #fff;
    padding: 0 5px;
    border-radius: 14px;
    border: none !important;
    
    top: 0;
}

.div-search .btn div {
    background-image: url(../image/new-search-btn.png);
}

.frame-search .div-search input[type="text"] {
    width: 100%;
    background-color: inherit;
    color: #000;
    padding-left: 10px;
    font-size: 14px;
}

.frame-search .div-search input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa !important;
    font-size: 12px !important;
}

.frame-search .div-search input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #aaa !important;
    font-size: 12px !important;
}

.frame-search .div-search input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #aaa !important;
    font-size: 12px !important;
}

.frame-search .div-search input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aaa !important;
    font-size: 12px !important;
}

.bottom-btn {
    height: 50px;
}

.bottom-btn a {
    width: 25%;
    height: 30px;
}

.bottom-btn a:nth-child(1),
.bottom-btn a:nth-child(2),
.bottom-btn a:nth-child(3),
.bottom-btn a:nth-child(4) {
    background: inherit;
}

.bottom-btn a>div:first-child {
    width: 25px;
    height: 25px;
    margin: 5px auto;
    margin-bottom: 0 !important;
    position: relative;
}

.bottom-btn a label {
    font-size: 10px;
    line-height: 20px;
    vertical-align: top;
}

.bottom-btn a>div:first-child label:first-child {
    display: block;
    width: 100%;
    height: 100%;
}

.bottom-bg1 {
    background-image: url(../image/home-page.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
}

.bottom-bg2 {
    background-image: url(../image/recharge.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
}

.bottom-bg3 {
    background-image: url(../image/shopping-cart.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
}

.bottom-bg4 {
    background-image: url(../image/personal-center.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
}

.ads {
    padding-top: 48%;
    height: auto;
    position: relative;
}

.bottom-btn a div .cartnum {
    position: absolute;
    margin: 0;
    width: 20px;
    min-width: 20px;
    height: 16px;
    border-radius: 10px;
    padding: 0;
    right: -10px;
    top: -2px;
    z-index: 99999;
    background-color: #e53c42;
    border: 1px solid #e53c42;
}

.bottom-btn a div .cartnum {
    vertical-align: middle !important;
}

.bottom-btn a .shrink {
    font-size: 14px !important;
    line-height: 16px !important;
    color: #fff;
}

.index-product {
    background-color: inherit !important;
    overflow: hidden;
}

.index-product img {
    width: 100%;
    float: left;
}

.category {
    position: relative;
    width: 100%;
    background-color: inherit;
    overflow: hidden;
    margin-top: 5px;
}

.category .module1,
.category .module2 {
    width: 100%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.category .module1>a {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    z-index: 1;
    background-color: inherit;
}

.category .module1>a>.click-btn {
    position: absolute;
    top: 50%;
    height: 38%;
    transform: translate(0, -50%);
    bottom: 0;
    right: 25px;
    width: 24%;
    z-index: 999;
}

.category .module2 .scroll {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: inherit;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.category .module2 .scroll .module-cell {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 0 10px;
    background-color: #fff;
}
.category .module2 .scroll .module-cell .module-tag{
    width: 120px;
    height: 50px;
    display: inline-block;
    line-height: 30px;
    padding: 10px 5px;
}
.category .module2 .scroll .module-cell:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    height: 1px;
    background-color: #e2e2e2;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}



.category .category-list {
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    position: relative;
}

.category .category-list>a {
    position: relative;
    display: block;
    float: left;
    background-color: #fff;
}

.category .category-list.sm {
    width: 50%;
    float: left;
}

.line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: inherit;
    z-index: 2;
}

.category .category-list a img {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
}

.type1 a {
    padding-top: 32%;
    width: 50%;
}

.type1.sm a {
    padding-top: 72%;
}

.type2 a {
    padding-top: 32%;
    width: 33.33%;
}

.category .category-list.type2.sm {
    width: 100%;
    float: left;
}

.type2.sm a {
    padding-top: 32%;
    width: 50%;
}

.type2.newlink>a {
    padding-top: 32% !important;
    width: 100% !important;
}

.type2.newlink2>a {
    
    width: 50% !important;
}

.type3 a {
    padding-top: 32%;
    width: 50%;
}

.type4 a {
    padding-top: 30%;
    width: 50%;
}

.type4.img-only a{
    padding-top: 25%;
}


.module-tag {
    position: relative;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.module-tag>span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 15px;
    width: 100%;
    color: #333;
}

.module2 .module-tag.active span {
    color: #f50908;
}

.module2 .module-tag.active:after {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 2px;
    content: '';
    display: block;
    background-color: #f50908;
}

.module2.more .module-tag.active:after {
    left: 10px;
    right: 10px;
}

.module3 .module-cell {
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 0 10px;
    border-bottom: 1px solid #eee;
}

.module3 .module-tag.active {
    padding: 0;
}
.module-tag:not(.active)>span:hover{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.module-tag.active>span {
    display: block;
    background-color: #fff;
    color: #e53c42;
    font-size: 20px;
    font-weight: bold;
}

.module3 .module-tag {
    width: 120px;
    height: 30px;
    display: inline-block;
    margin: 10px 5px;
}

.display-none {
    display: none;
}

.to-top {
    z-index: 9999;
    background: none;
    bottom: 140px;
    height: 35px;
    width: 35px;
}

.index-mainbtn .bg-i1 label {
    background-image: url(../image/1-1-01.svg);
}

.index-mainbtn .bg-i2 label {
    background-image: url(../image/1-1-03.svg);
}

.index-mainbtn .bg-i3 label {
    background-image: url(../image/1-1-02.svg);
}

.index-mainbtn .bg-i4 label {
    background-image: url(../image/1-1-04.svg);
}

.index-mainbtn .bg-i5 label {
    background-image: url(../image/1-05.svg);
}

.index-mainbtn .bg-i6 label {
    background-image: url(../image/1-06.svg);
}

.index-mainbtn .bg-i7 label {
    background-image: url(../image/1-07.svg);
}

.index-mainbtn .bg-i8 label {
    background-image: url(../image/1-08.svg);
}
.recommendation-wrap img{
    width: 100%;
} 
.recommendation-list img{
    width: calc(100% - 30px);
    margin: 15px auto 10px;
    display: block;
    border-radius: 15px;
}

.footer-line img {
    width: 100%;
}

.footer {
    background-color: #fff;
}

.footer .link {
    padding-top: 0;
}

.footer .index {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
}

.footer .index>a {
    width: 33.3% !important;
    display: block;
    float: left;
}

.footer .index>a>img {
    width: 100% !important;
    height: auto !important;
}

.footer div,
.footer .link a {
    color: #bbb !important;
}

.footer .ctrl-box {
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.footer .ctrl-box span {
    position: absolute;
    left: 50%;
    width: 1px;
    top: 8px;
    bottom: 8px;
    background-color: #ccc;
}

.footer .ctrl-box .ctrl-btn {
    border: none;
    background-color: inherit;
    color: #000;
    margin: 0 5px;
    padding: 0 10px;
}

.div-search .btn {
    width: 30px;
    height: 30px;
}

.div-search .btn div {
    width: 30px !important;
    height: 30px !important;
}

.div-search .text {
    margin-right: 30px !important;
}

.div-search input[type="text"] {
    height: 30px;
}




#iSlider-wrapper,
#iSlider-wrapper2 {
    top: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.islider-dot-wrap {
    width: 80%;
    height: 30px;
    margin: 0px auto;
    padding: 0px;
    bottom: 30px;
    
    z-index: 10000;
    text-align: center;
}

.ads img {
    width: 100%;
    height: 100%;
}

.islider-dom>div>a>img {
    width: 100%;
    height: 100%
}

.ads {
    padding-top: 48%;
    height: auto;
    position: relative;
}

#iSlider-wrapper,
#iSlider-wrapper2 {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
}

#iSlider-wrapper ul,
#iSlider-wrapper2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

#iSlider-wrapper li,
#iSlider-wrapper2 li {
    position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    list-style: none;
}

#iSlider-wrapper li img,
#iSlider-wrapper2 li img {
    max-width: 100%;
    max-height: 100%;
}

.islider-btn-outer {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 99px;
}

.islider-btn-inner {
    height: 30%;
    width: 30%;
    margin-top: 34%;
}

.islider-btn-outer.left .islider-btn-inner {
    margin-left: 40%;
}

.islider-btn-outer.right .islider-btn-inner {
    margin-right: 40%;
}




.islider-dot-wrap {
    bottom: 0;
}

.islider-dot {
    width: 0.5em;
    height: 0.5em;
}

.d-type1 .type1 a {
    
    width: 50%;
    
}

.d-type1 .type1 a:first-child {
    width: 100%;
    
}



.d-type1 .type1 a:not(:first-child) {
    width: 50%%;
}

.d-type2 .type1 a:nth-child(2) {
    position: relative;
}













.floor-img img {
    width: 100%;
}

.package-info {
    width: 100% !important;
    height: 120px !important;
    margin: 0 !important;
    padding: 15px 15px !important;
    position: relative;
    
}





.package-info img {
    position: relative !important;
    width: 90px !important;
    height: 90px !important;
    margin: 0 auto;
    margin-bottom: 5px;
    float: right;
}

.package-info label {
    margin-bottom: 5px;
    display: none;
    line-height: 20px;
    padding: 0 10px;
    background-color: #e53c42;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.package-info p {
    display: block;
    width: 130px !important;
    font-size: 14px;
    
    
    line-height: 21px;
    min-height: 21px;
    color: #333;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    
    -webkit-line-clamp: 1;
    
    overflow: hidden;
}

.package-info span {
    display: block;
    color: #e53c42;
    font-size: 14px;
    line-height: 21px;
}



.floor-img.slider {
    padding-top: 32%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.index-product{padding: 0 20px;}




    .sign1{
        margin: 0 15px;
        font-size: 35px;
        font-weight: 600;
        color: #333;
        line-height: 40px;
    }
   .p2{
       overflow: hidden;
       text-overflow: ellipsis;
       display: -webkit-box;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
       margin: 10px 15px 30px;
       color: #999;
       font-size: 25px;
       line-height: 40px;
   }
    
    .sign2{
        margin: 15px 15px;
        border: 1px solid #ccc;
        border-radius: 10px;
        width: 210px;
        line-height: 50px;
        font-size: 25px;
        text-align: center;
        color: #666;
    }
    .sign2.right-lab{
        float: right !important;border: none;text-align: right;
    }
    .recommendation-list>li:not(:last-child){
        margin-bottom: 15px;
    }
    .index-product{
        overflow: hidden !important;
        position: relative !important;
        width: 100%;
    }