.header{
    margin-bottom: -60px;
}
.topMain{
    height: 500px;
    background:no-repeat;
    background-size:100% !important;
    position: relative;
    margin-bottom: 40px;
}
.topMain .bg{
    background-color: red;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 40%;
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    z-index: 0;
    padding-bottom: 10%;
}
.topMain .body .row{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.topMain .cover{
    width:200px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 30px;
}
.topMain .cover img{
    display: block;
    width:100%;
}
.topMain .info{
    color:#fff;
    font-size:15px;
}
.topMain .info .standard{
    font-size:32px;
}
.topMain .info .title{
    font-size:32px;
}
.topMain .info .blending{
    margin:8px 0;
}
.topMain .info .zhenzhong{
    color:#383838;
}
.topMain .main{
    position: absolute;
    bottom: 0px;
    left:0px;
    width:100%;
    z-index: 1;
}
.topMain .tag{
    display: flex;
    position: relative;
}
.topMain .tag .item{
    background-color: #383838;
    color:#fff;
    padding:8px 15px;
    margin-right: 10px;
    border-radius: 30px;
    font-size:15px;
    display: flex;
}
.topMain .tag .gdr .icon{
    margin-left:5px;
}
.topMain .tag .gdr img{
    width:20px;
}
.topMain .tag .gdr .tip{
    position: absolute;
    top:0;
    right:-70px;
    background-color: #fff;
    color:#383838;
    height: 35px;
    line-height: 35px;
    padding:0 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.topMain .tag .gdr .tip::before{
    position: absolute;
    content:'';
    display: block;
    width:23px;
    height: 23px;
    background-color: #fff;
    left:-10px;
    top:6px;
    border-radius: 3px;
    transform: rotate(45deg);
}
.topMain .tag .gdr .tip .text{
    position: relative;
    z-index: 3;
}
.topMain .classify{
    margin-left: auto;
    height: 36px;
    line-height: 36px;
    padding:0 15px;
    background-color: #fff;
    border-radius: 30px;
    font-size:16px;
}
.topMain .link{
    display: flex;
    justify-content: space-between;
}
.topMain .link .toggle{
    background-color: rgba(0, 0, 0, 0.3);
    height: 38px;
    padding:5px;
    border-radius: 30px;
    display: flex;
}
.topMain .link .toggle .item{
    height: 38px;
    line-height: 38px;
    color:#fff;
    padding:0 20px;
    font-size:15px;
    border-radius: 30px;
    cursor: pointer;
}
.topMain .link .toggle .item.on{
    background-color: #383838;
}
.topMain .link .sqsk{
    display: block;
    height: 38px;
    line-height: 38px;
    color:#fff;
    padding:0 20px;
    font-size:15px;
    border-radius: 30px;
    cursor: pointer;
    background-color: #383838;
    margin-right: 30px;
}
.topMain .link .right{
    display: flex;
}

.body-main{
    margin: 30px 0 40px 0;
}
.main_left{
    position: relative;
    z-index: 9;
}
.main_right{
    width:100%;
    z-index: 8;
    box-sizing: border-box;
}

/* 产品顶部 */
.product-top{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    background-color: #fff;
    padding:20px;
    border-radius: 4px;
}


.content-card{
    display: none;
}

/* 底部 */
.main_right .bottom{
    display: flex;
    justify-content: center;
    padding:30px 0;
}
.main_right .bottom .item {
    margin:0 15px;
}
.main_right .bottom .item a{
    display: flex;
    align-items: center;
    border:1px solid #eee;
    height: 36px;
    line-height: 36px;
    padding:0 15px;
    border-radius: 5px;
    color:#666;
    background-color: #fafafa;
    white-space: nowrap;
	overflow: auto;
}
.main_right .bottom .item a .iconfont{
    font-size:12px;
}
.main_right .bottom .item a:hover{
    color:#333;
    background-color: #f5f5f5;
}
.main_right .bottom .item.disabled{
    opacity: 0.5;
}
.main_right .bottom .item.disabled a:hover{
    color:#666;
    background-color: #fafafa;
}

@media screen and (min-width:0px) and (max-width:768px){
    .body-main{margin: 0px 0 30px 0;}
    .main_right{padding-left:0px;}
    .product_imgs{width:100%;margin-bottom: 10px;}
    .main_left{display: none;}
    .product_imgs-slide{display: block;height: auto;}
    .product-top{display: block; padding:10px;}
    .preview{width:100%;height: 82px;overflow: hidden; margin:5px 0;}
    .view{width:100%;height: auto;}
    .view .arrow{display: none;}
    .product_info{padding-left:0px;width:100%;}
    .product-main{display: block;}
    .product-main-left{margin-bottom: 15px;}
    .product-main-right{margin-left:0px;width:100%;max-width: 100%;}
    .product-main-right .recommend ul{display: flex;flex-wrap: wrap;}
    .product-main .recommend ul li{
        width:50%;
        margin:0px;
    }
    .product-main .recommend ul{
        padding:5px;
    }
    .product-main .recommend ul li .box{
        margin:5px;
    }
    .main_right .bottom{justify-content: space-between;}
    .main_right .bottom .item{margin:0px;}
    
    .product-main img{
        max-width: 100% !important;
    }
    .topMain .main{
        position: relative;
    }
    .topMain .main .body{
        margin:0;
        padding: 0px;
    }
    .topMain{
        height: auto;
        background:none !important;
    }
    .topMain .info{
        padding:10px;
    }
    .topMain .cover{
        width:100%;
        margin-right:0;
        border-radius: 0;
    }
    .topMain .body .row{
        display: block;
        
    }
    .topMain .info{
        color:#383838;
    }
    .topMain .body .row.link{
        display: flex;
    }
    .topMain .info .standard{
        font-size:18px;
    }
    .topMain .info .title{
        font-size:24px;
    }

    .topMain .row2{
        display: flex;
        padding:0 10px;
    }
    .gdr{
        position: relative;
    }
    .topMain .tag .gdr .tip{
        right:-75px;
    }
    .topMain .classify{
        display: none;
    }
    .topMain .link{
        padding:0 10px;
    }
    .topMain .description{
        padding:0 10px;
    }
}