@charset "UTF-8";
/*史帯首頁樣式*/
html{
    font-size: 625%;
}
body{
    background: #f4f8fc;
    font-size: 0.12rem;
    overflow-x: hidden;
}
img{
    width:100%;
    height: 100%;
}
section{
    background: #fff;
}
.head .aig-logo{
    display: inline-block;
    width: 55px;
    height: 30px;
    position: absolute;
    left: 12px;
    top: 10px;
    background-image: url("/static/images/mobile/aig_gz/aig_gz_icon/aig-logo.png");
    background-position: 0 0;
    background-size: 100% 100%;
}
.banner img{
    width: 100%;
    height: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #00305e;
}
.sub-title{
    display: flex;
    margin-left: .16rem;
    justify-content:flex-start;
    align-items:center;
}
.sub-title.has-right{
    justify-content: space-between;
}

.sub-title.has-right div:nth-child(2){
    padding-right: .16rem;
    line-height: 0;
    font-size: .16rem;
}
.sub-title.has-right div:nth-child(2) a{
    color: #767677;
}
.has-border{
    width: 100%;
    border-bottom: 1px solid #dedede;
}
.sub-title-line{
    display: inline-block;
    width: .04rem;
    height: .2rem;
    margin-right: .14rem;
    background: #00305e;
}
.sub-title-text{
    font-weight: normal;
    font-size: .2rem;
    line-height: .48rem ;
}
.travel{
    display: flex;
}
.travel-item{
    flex: 1;
}
.travel-item a{
    display: block;
    height: 1.33rem;
    position: relative;
}
.item-title{
    width: 100%;
    height: .4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.shade{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    position: absolute;
    z-index: -1;
}
.item-title span{
    color: #fff;
    font-size: .14rem;
    display: inline-block;
    margin-left: .06rem;
}
.product-lists{
    box-sizing: border-box;
    width: 100%;
    padding: 0 .16rem 0 .12rem;
}
.product-lists li{
    display: flex;
    border-bottom: 1px solid #dedede;
    padding: .12rem 0;
}
.product-lists li:last-child{
    border-bottom: 0;
}
.product-img-box{
    width: 1.1rem;
}
.product-img-box img{
    display: block;
    border: 0;
    width: 1.1rem;
    height: 1.1rem;
}
.product-info{
    box-sizing: border-box;
    flex:1;
    font-size: .16rem;
    line-height: 1.5;
    padding-left: .12rem;
    width: 100%;
}
.info-title-box{
    border-bottom: .01rem dashed #676767;
    min-height: .3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-title{
    width: 100%;
    font-size: .16rem;
}
.info-detail{
    font-size: .14rem;
    box-sizing: border-box;
    padding: .06rem 0;
    color: #898991;
}
.info-detail p{
    height: .42rem;
    text-overflow: ellipsis;
    overflow : hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.price{
    color: #fc4e36;
    font-size: .18rem;
    font-weight: 600;
}
.more-product{
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
}
.more-product .text{
    display: inline-block;
    border-radius: 2px;
    width: 70%;
    border: 1px solid #dedede;
    padding: 8px 0;
    text-align: center;
    font-size: .16rem;
    color: #7e8180;
    background-color: #fcffff;
}
@media screen and (max-width: 329px){
    .info-title{
        font-size: .14rem;
    }
    .info-detail{
        font-size: .12rem;
        padding-bottom: 0;
    }
    .info-detail p{
        height: auto;
    }
    .buy-box{
        display: block;
    }
    .buy-box .price-box{
        font-size: 0;
    }
    .buy-box .price-box span{
        display: inline-block;
        vertical-align: bottom;
    }
    .buy-box .price-box .currency{
        font-size: .14rem;
        margin-right: .04rem;
    }
    .buy-box .price-box .price-text{
        font-size: .16rem;
        font-weight: 600;
    }
    .buy-box .price-box .text{
        font-size: .16rem;
        margin-left: .02rem;
    }
    .buy-box .buy-btn-box{}
    .buy-box .buy-btn-box .buy-btn{
        font-size: .14rem;
        display: inline-block;
        padding: 2px 8px;
    }
}
@media screen and (min-width: 331px){
    .buy-box{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .buy-box .price-box{
        font-size: 0;
    }
    .buy-box .price-box span{
        display: inline-block;
        vertical-align: bottom;
    }
    .buy-box .price-box .currency{
        font-size: .14rem;
        margin-right: .04rem;
    }
    .buy-box .price-box .price-text{
        font-size: .18rem;
        font-weight: 600;
    }
    .buy-box .price-box .text{
        font-size: .16rem;
        margin-left: .02rem;
    }
    .buy-box .buy-btn-box{}
    .buy-box .buy-btn-box .buy-btn{
        display: inline-block;
        padding: 3px 10px;
    }
}
