
.index-banner-box{
    position: relative;
    width: 94.8vw;
    height: 21vw;
    background: paleturquoise;
    margin: 0px auto;
    border-radius: 8px;
    margin-bottom: 1.8vw;
}
.swiper-container-box{
    width: 94.8vw;
    height: 21vw;
    border-radius: 8px;
}
.banner{
    width: 100%;
    height: 100%;
}
.banner-checkout{
    width: 3.9vw !important;
    height: 3.9vw !important;
    background-color: rgba(41, 41, 41, .16);
    border-radius: 50%;
}
.banner-prev{
    background-image: url(../img/prev.png) !important;
    background-repeat: no-repeat;
    background-size:1vw 1.6vw !important;
    left: 4.7vw !important;
}
.banner-next{
    background-image: url(../img/next.png) !important;
    background-repeat: no-repeat;
    background-size:1vw 1.6vw !important;
    right: 4.7vw !important;
}
.banner-checkout:hover{
    background-color: rgba(41, 41, 41, .36);
}
.index-search-box{
    position: absolute;
    top: 9vw;
    z-index: 10;
    left: 0px;
    right: 0px;
    width: 40vw;
    height: 6vw;
    margin:0px auto;
}
.index-search-packet{
    width: auto;
    height: 3.5vw;
}
.index-search{
    float: left;
    width: 34vw;
    height: 3.5vw;
    border-radius: 5px 0px 0px 5px;
    text-indent: 2em;
    outline:none; 
    border: none;
    color: #999999;
    font-size: 1vw;
}
.index-search-fg{
    float: left;
    width: 1px;
    height: 13px;
    background: #C1C1C1;
}
.index-search-btn{
    float: left;
    width: 6vw;
    height: 3.5vw;
    background: #fff;
    border: none;
    border-radius: 0px 5px 5px 0px;
}
.index-search-pic{
    width: 6vw;
    height: 1.3vw;
    background: url(../img/before-search.png) no-repeat center;
    background-size: 1.2vw 1.2vw;
    border-left: 1px solid #C1C1C1;
}
.index-search-list{
    position: absolute;
    top: 3.7vw;
    left: 0;
    z-index: 10;
    width: 34vw;
    height: auto;
    padding-top: 1.2vw;
    background: #fff;
    border-radius: 8px;
    display: none;
}
.index-search-list a{
    display: block;
    height: 1.2vw;
    line-height: 1.2vw;
    margin-bottom: 1vw;
    font-size: .9vw;
    color: #888888;
    text-decoration: none;
}
.search-list-key {
    display: inline-block;
    width: 1.2vw;
    height: 1.2vw;
    font-size: .9vw;
    background: #ddd;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    margin-left: 2.3vw;
    margin-right: 1vw;
}
.search-list-0{
    background: #FF5656;
}
.search-list-1{
    background: #FF9336;
}
.search-list-2{
    background: #FCC957;
}
.index-search-hot-box{
    position: relative;
    top: 1vw;
    width: 100%;
    height: 2.2vw;
    color: #fff;
    font-size: .9vw;
    overflow: hidden;
}
.index-search-hot-box a{
    display: inline-block;
    padding: .1vw .5vw;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-right: .3vw;
    margin-bottom:1vw ;
}
.index-topics-box{
    width: 94.8vw;
    height: 10.4vw;
    margin: 0 auto;
    margin-bottom: 1.8vw;
}
.index-topics{
    float: left;
    display: block;
    width: 17.3vw;
    height: 10.4vw;
    border-radius: 4px;
}
.index-topics-pic{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.index-topics-l{
    margin-left: 2.05vw;
}

.index-detail-box{
    width: 94.8vw;
    margin: 0 auto;
    padding-bottom: 2vw;
}
.index-detail-packet{
    width: 100%;
}
.index-detail-header{
    width: 100%;
    height: 2.5vw;
    
}
.index-detail-title{
    height: 2.5vw;
    line-height: 2.5vw;
    font-size: 1.5vw;
    margin-right: 2vw;
}
.index-detail-tags,.index-detail-title{
   float:left;
}
.index-detail-tags{
    width: 6vw;
    height: 2vw;
    background: #F6F6F6;
    border-radius: 1vw;
    color: #A8A8A8;
    font-size: .9vw;
    margin-left: 1.2vw;
    line-height: 2vw;
    text-align: center;
    cursor: pointer;
}
.index-detail-tags:hover{
    opacity: .6;
}
.index-detail-tags-active{
    color: #fff;
    background: #37C9B3;
}
.detail-box{
    display: none;
}