

/* banner */
.index-wrap {
    box-sizing: border-box;
}
.index-banner-slide-1 {
    background-image: url(https://hotcache.willapps.com/OfficialWebsite/index/banner1.png);
}
.index-banner-slide-2 {
   background-image: url(https://hotcache.willapps.com/OfficialWebsite/index/banner2.png);
}
.index-banner-slide-3 {
   background-image: url(https://hotcache.willapps.com/OfficialWebsite/index/banner3.png);
}

/* 标签 */
.section-title {
    text-align: center;
    margin: 0 0 0.85rem;
    padding-top: 1.31rem;
}
.section-title h2 {
    font-size: 0.48rem;
    line-height: 0.48rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0.24rem;
}
.section-title span {
    font-size: 0.3rem;
    line-height: 0.3rem;
    font-weight: 400;
    color: #727272;

}

/* 关于我们 */
.index-about-us {
    text-align: center;
}
.about-us-p {
    margin-top: 1.01rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: #141212;
    line-height: 0.48rem;
    text-align: center;
}
.about-us-more {
    display: inline-block;
    margin-top: 0.89rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
    font-weight: 400;
    color: #FFC400;
    outline: none;
    background-color: transparent;
    text-align: center;
    border-radius: 0.4rem;
    width: 1.41rem;
    height: 0.4rem;
    border: 1px solid #FFC400;
}
/* 拼凑banner */
.spell_banner {
    margin: 0.74rem auto;
    box-sizing: border-box;
    position: relative;
    list-style-type: none;
    height: 12rem;
    display: flex;
    justify-content: center;
}
.spell_banner_wrap {
    width: 14rem;
    position: relative;
    display: inline-block;
}
.spell_banner_box {
    position: absolute;
    background-color: #DDDDDD;
    background-size: 100% 100%;
    background-position: center;
    transition: background-size 1s;
}
.spell_banner_box:hover {
    background-size: 120% 120%;
}
.spell_banner_box:nth-child(1) {
    width: 4.66rem;
    height: 8.17rem;
    top: 0;
    left: 0;
}
.spell_banner_box:nth-child(2) {
    width: 9.0rem;
    height: 3.1rem;
    top: 0;
    left: 4.66rem;
    margin-left: 0.27rem;
}
.spell_banner_box:nth-child(3) {
    width: 5.54rem;
    height: 4.77rem;
    left: 4.66rem;
    margin-left: 0.27rem;
    top: 3.1rem;
    margin-top: 0.3rem;
}
.spell_banner_box:nth-child(4) {
    width: 3.13rem;
    height: 8.17rem;
    top: 3.1rem;
    margin-top: 0.3rem;
    left: 10.1rem;
    margin-left: 0.65rem;
}
.spell_banner_box:nth-child(5) {
    width: 4.66rem;
    height: 3.1rem;
    top: 8.17rem;
    margin-top: 0.3rem;
    left: 0;
}
.spell_banner_box:nth-child(6) {
    width: 5.55rem;
    height: 3.1rem;
    top: 8.17rem;
    margin-top: 0.3rem;
    left: 4.66rem;
    margin-left: 0.27rem;
}
#downloadUs .spell_banner_box:nth-child(5) {
    width: 10.47rem;
    height: 3.1rem;
    top: 8.17rem;
    margin-top: 0.3rem;
    left: 0;
}


#index .spell_banner_box:nth-child(1) {
    background-image: url(https://hotcache.willapps.com/OfficialWebsite/index/spell-banner1.png);
}
#index .spell_banner_box:nth-child(2) {
    background-image: url(https://hotcache.willapps.com/OfficialWebsite/index/spell-banner2.png);
}
#index .spell_banner_box:nth-child(3) {
    background-image: url(https://hotcache.willapps.com/OfficialWebsite/index/spell-banner3.png);
}
#index .spell_banner_box:nth-child(4) {
    background-image: url(https://hotcache.willapps.com/OfficialWebsite/index/spell-banner4.png);
}
#index .spell_banner_box:nth-child(5) {
    background-image: url(https://hotcache.willapps.com/OfficialWebsite/index/spell-banner5.png);
}
#index .spell_banner_box:nth-child(6) {
    background-image: url(https://hotcache.willapps.com/OfficialWebsite/index/spell-banner6-1.png);
}

#downloadUs .spell_banner_box:nth-child(1) {
    background-image: url(https://hotcache.willapps.com/OfficialWebsite/download/spell-banner1.png);
}
#downloadUs .spell_banner_box:nth-child(2) {
    background-image: url(https://hotcache.willapps.com/OfficialWebsite/download/spell-banner2.png);
}
#downloadUs .spell_banner_box:nth-child(3) {
    background-image: url(https://hotcache.willapps.com/OfficialWebsite/download/spell-banner3.png);
}
#downloadUs .spell_banner_box:nth-child(4) {
    background-image: url(https://hotcache.willapps.com/OfficialWebsite/download/spell-banner4.png);
}
#downloadUs .spell_banner_box:nth-child(5) {
    background-image: url(https://hotcache.willapps.com/OfficialWebsite/download/spell-banner5.png);
}


.about-us-grid .about-us-grid-row {
    display: flex;
    text-align: center;
    margin-top: 0.3rem;
    justify-content: center;
}


.about-us-grid .about-us-grid-row:first-child {
    margin-top: 0;
}

.about-us-grid .about-us-grid-row div {
    flex: none;
    width: 2.56rem;
    height: 2.56rem;
    /*background: #DB9446;*/
    box-sizing: border-box;
    margin-right: 0.3rem;
}

.about-us-grid .about-us-grid-row div:last-child {
    margin-right: 0;
}

.index-our-strengths-detail {
    display: flex;
    margin-top: 1.97rem;
    justify-content: space-around;
}

.index-our-strengths-detail-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 33.3%;
    transition: all 1s;
}


.index-our-strengths-detail-item img {
    width: 0.87rem;
    height: 0.87rem;
    background: #FFFFFF;
    box-shadow: 0 0 0 0 rgba(83, 51, 255, 0.1);
}

.index-our-strengths-detail-item span {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 0.26rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.26rem;
}

.index-our-strengths-detail-item p {
    color: #727272;
    font-weight: 400;
    font-size: 0.22rem;
    margin-top: 0.22rem;
    line-height: 0.26rem;
    text-align: center;
}

.index-news {
    margin-top: 0.91rem;
    background: #F7F7F7;
    display: none;
}

.index-news-detail {
    height: auto;
    margin-top: 0.96rem;
    padding-bottom: 0.91rem;
}


.index-news-detail ul {
    display: flex;
    height: auto;
    list-style-type: none;
    justify-content: space-between;
}

.index-news-detail .index-news-detail-item {
    height: auto;
    position: relative;
    box-sizing: border-box;
    background: #FFFFFF;
}

.index-news-detail .index-news-detail-item:not(:last-child) {
    margin-right: 0.3rem;
}

.index-news-detail .index-news-detail-item img {
    /*width: 5.4rem;*/
    width: 100%;
    height: 4.05rem;
}

.index-news-detail .index-news-detail-item .index-news-detail-item-content {
    margin-top: 0.39rem;
    height: 3.57rem;
    padding: 0.39rem 0.22rem;
    box-sizing: border-box;
}

.index-news-detail-item .index-news-detail-item-content-more {
    width: 0.36rem;
    height: 0.08rem;
    position: absolute;
    background-size: contain;
    background-image: url(https://hotcache.willapps.com/home/home_icon_more.png);
    bottom: 0.2rem;
    right: 0.24rem;
}

.index-news-detail .index-news-detail-item-content span {
    font-size: 0.24rem;
    font-weight: 500;
    color: #FFC400;
    line-height: 1;
}

.index-news-detail .index-news-detail-item-content div {
    font-size: 0.18rem;
    font-weight: 400;
    color: #25263B;
    line-height: 0.36rem;
    margin-top: 0.3rem;
}

.index-friend {
}

.index-section {
    width: 100%;
}

.index-section-padding {
    width: 100%;
    padding: 0 2.6rem;
    box-sizing: border-box;
}

.index-friend-cooperation {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.index-friend-cooperation img {
    width: 13.77rem;
    height: 2.59rem;
    overflow: hidden;
}

.index-hot-products {
    margin-top: 1.8rem;
}

.hot-products-wrap {
    height: 9.1rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
    position: relative;
    background-size: contain;
}

.hot-products-wrap > div {
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    background-size: cover;
    transition: background 0.5s ease-in-out;
}

.hot-products-item-default.hot-products-item-default {
    z-index: 1;
    width: 100%;
    background-repeat: repeat-y;
    background-image: url(https://hotcache.willapps.com/home/contact/contactus_mantle.png);
}

.hot-products-item-default .hot-products-item-default-img {
    width: 8.5rem;
    height: 1.5rem;
    margin: 0 auto 0.88rem;
    padding-top: 2.19rem;
    display: block;
}

.hot-products-item-default .hot-products-item-default-title {
    font-size: 0.46rem;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.hot-products-item-default-control {
    display: flex;
    box-sizing: border-box;
    padding: 0 2.6rem;
    justify-content: space-between;
}

.hot-products-item-default-control span {
    width: 0.76rem;
    height: 0.76rem;
    background-size: contain;
    display: inline-block;
    outline: none;
    background-image: url("https://hotcache.willapps.com/index/home/home_icon_slide.png");
}

.hot-products-item-default-control span:hover {
    background-image: url("https://hotcache.willapps.com/index/home/home_icon_slide2.png");
}


.hot-products-item-default-control span:nth-child(2) {
    transform: rotateZ(180deg);
}

.hot-products-item-default-series-container {
    width: 9.75rem;
    margin: 0 auto;
}

.hot-products-item-default-series {
    list-style-type: none;
    box-sizing: border-box;
    text-align: center;
    padding-top: 1.67rem;
    font-size: 0;
}

.hot-products-item-default-series li {
    width: 1.54rem;
    height: 1.54rem;
    margin-left: 1.14rem;
    display: inline-block;
    line-height: 0;
    border-radius: 50%;
    overflow: hidden;
}

.hot-products-item-default-series li img {
    width: 100%;
    height: 100%;
}

.hot-products-item-default-series li:first-child {
    margin-left: 0;
}

.hot-active {
    transform: scale(1.1);
    transition: transform 0.5s ease-in-out;
}


.hot-product-background1 {
    background-image: url(https://hotcache.willapps.com/OfficialWebsite/index/hot-banner1.png);
}

.hot-product-background2 {
    background-image: url(https://hotcache.willapps.com/OfficialWebsite/index/hot-banner2.png);
}

.hot-product-background3 {
    background-image: url(https://hotcache.willapps.com/OfficialWebsite/index/hot-banner3.png);
}

.hot-product-background4 {
    background-image: url(https://hotcache.willapps.com/OfficialWebsite/index/hot-banner4.png);
}