/*
商品详情
 */
.g-detail {
    width: 1200px;
}

.g-detail .imgwapper {
    width: 300px;
}

#smallImg {
    width: 300px;
}

#smallImg img {
    width: 55px;
    height: 55px;
    margin-right: 6px;
}
#smallImg img:last-of-type{
    margin-right: 0;
}
#smallImg img:hover {
    border: 1px solid #F1170D;
}

.g-detail .message {
    width: 900px;
    padding-left: 30px;
}

.g-detail .name {
    line-height: 24px;
    margin: 0;
}
.rx-tag,.otc-tag{
    font-size: 12px;
    padding:0 5px 2px 5px;
    border-radius: 3px;
    margin-right: 3px;
    font-weight: normal;
    vertical-align: top;
}
.rx-tag{
    color: #0DBCF1;
    background: #DFF6FF;
}
.otc-tag{
    color: #00C728;
    background: #E2FFDF;
}
.g-detail .price {
    font-size: 18px;
    color: #B6B6B6;
}

.g-discount div img {
    width: 28px;
    height: 19px;
    margin-left: 30px;
}

.g-discount div span {
    font-size: 12px;
    line-height: 20px;
}

.g-discount div span:nth-child(2) {
    margin: 0 15px 0 5px;
}

.g-spec span {
    display: inline-block;
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    font-size: 12px;
    margin: 0 5px 10px 5px;
    padding: 8px 35px;
}

.g-spec span:hover {
    border: 1px solid #F1170D;
}
.g-spec label{
    float: left;
    padding-left: 20px;
    min-width: 90px;
    line-height: 30px;
    color: #888;
    font-size: 12px;
}
.g-spec .spec-active {
    position: relative;
    border: 1px solid #F1170D;
    background: #fff;
    color: #F1170D;
}

.g-spec .spec-active:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-width: 0px 0px 14px 14px;
    border-style: solid;
    border-color: transparent transparent #f1170d transparent;
}
.g-spec .spec-active:after{
    content: '';
    position: absolute;
    right: -1px;
    bottom: 2px;
    z-index: 2;
    background-image: url(../images/checked.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 60%;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
}

.g-num input {
    width: 54px;
    height: 30px;
}
.g-num label{
    float: left;
    min-width: 60px;
    padding-left: 20px;
    font-size: 12px;
    color: #888;
    line-height: 30px;
}

.g-btns {
    margin: 15px 0 35px 20px;
}

.g-btns button {
    width: 120px;
    height: 30px;
}

.g-btns .btn1 {
    background: #F8A910;
}

.g-links .g-love {
    min-width: 70px;
}

.g-links img {
    width: 15px;
    height: 15px;
    margin-top: -7px;
    margin-right: 5px;
}

.g-slide {
    width: 200px;
}

.g-look {
    width: 170px;
    margin: 10px 15px 0 15px;
    background: url("../images/line2.png") no-repeat center;
    background-size: 100% 1px;
}

.slide-swiper {
    padding-bottom: 30px;
}

.slide-swiper img {
    width: 170px;
    height: 170px;
}

.slide-swiper .swiper-wrapper {
    padding: 0 15px;
}

.slide-swiper li {
    margin-top: 10px;
}

.slide-swiper li div {
    width: 170px;
    padding: 10px;
}

.slide-swiper .swiper-pagination-bullet-active {
    background: #888888;
}

.slide-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.g-leftSlide {
    width: 200px;
}

.g-leftSlide .div1 {
    background: #F8A910;
}

.g-content {
    margin-left: 220px;
}

.g-leftSlide .div2 {
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #B6B6B6;
}

.g-leftSlide .div2 img {
    width: 14px;
    height: 14px;
}

.g-leftSlide .div3 p {
    margin: 10px 0;
}

.color2 {
    color: #5BD873;
}

.g-leftSlide .div4 button {
    width: 85px;
    height: 30px;
    color: #fff;
    border-radius: 4px;
}

.focusbtn {
    background: #F8A910;
}

.g-leftSlide .div5 .search {
    color: #9B9B9B;
    width: 100%;
    line-height: 24px;
    padding-left: 30px;
    background: #ffffff url("../images/search.png") no-repeat 10px center;
    background-size: 10px 10px;
    position: relative;
}

.div5 div label {
    display: inline-block;
    width: 64px;
}

.div5 .text input {
    width: 106px;
    height: 24px;
    margin: 10px 0;
}

.div5 .last input {
    width: 44px;
    height: 24px;
}

.switchTab {
    width: 100%;
    height: 36px;
    background: #F6F6F6;
}

.switchTab a {
    display: inline-block;
    line-height: 36px;
    padding: 0 52px;
    position: relative;
    cursor: pointer;
}

.descDetail .title{
    margin-top: 30px;
    background: url(../images/line_gray.png) repeat-x center;
    text-align: center;
}
.descDetail .title span{
    font-size: 16px;
    padding: 0 55px;
    background: #fff;
}
.descDetail .name{
    margin-top: 40px;
    text-align: center;
}
table{
    width: 100%;
    margin-top: 18px;
    border: 1px solid #E6E6E6
}
table td{
    line-height: 20px;
    padding: 10px 60px 10px 35px ;
}
table th{
    padding: 10px 115px ;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
table td:nth-child(1){
    width: 210px;
    text-align: right;
}
table td:nth-child(2){
    text-align: left;
}
.switchTab a:last-child:after {
    content: none;
}

.switchTab-active {
    background: #F1170D;
    color: #fff;
}

.introduce ul {
    max-width: 300px;
    overflow: hidden;
}

.introduce li {
    color: #888888;
    margin-top: 20px;
}

.imgBox {
    padding: 0 70px;
}

.imgBox img {
    width: 100%;
    margin-top: 20px;
}

.slide-buy .post {
    width: 200px;
    height: 260px;
}

.g-rate {
    height: 120px;
}

.g-rate .col-1 {
    height: 80px;
    margin: 20px 0;
    padding: 0 35px;
    border-right: 1px solid #888888;
}

.g-rate .col-2 {
    padding: 10px;
    margin-left: 130px;
}

.g-rate .col-2:after {
    content: '';
    width: 980px;
    height: 1px;
    background: #D2D2D2;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.g-rate .col-2 a {
    display: inline-block;
    width: 120px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    border: 1px solid #B6B6B6;
    border-radius: 2px;
    margin: 10px 5px 0 5px;
}

.comment-active {
    color: #F1170D;
    border: 1px solid #F1170D !important;
}

.g-a a {
    line-height: 36px;
    margin-left: 20px;
}

.g-a-active {
    color: #F1170D;
}

.commentlist li {
    margin: 0 160px 0 20px;
    border-bottom: 1px solid #D2D2D2;
    padding: 20px 0;
    overflow: hidden;
}

.commentlist .head {
    width: 120px;
}

.commentlist .head img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 10px;
}

.cro-problem li:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #F1170D;
    position: absolute;
    left: 0;
    top: 24px;
}

.comm-main {
    margin-left: 130px;
}

.comm-main img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.comm-img img {
    width: 90px;
    height: 90px;
    margin-right: 10px;
}
.comm-img-list a{
    display: inline-block;

}
.comm-img-list img {
    width: 50px;
    height: 50px;
    border: 1px solid #e2e2e2;
    padding: 1px;
    margin-right: 6px;
}
.comm-img-list .active_img{
    border: 1px solid #f1170f;
}
.img-video-wrap .video-js{
    position: relative;
    width: 370px;
    height: 420px;
    background: #000;
}
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vjs-big-play-button{
    background-color: rgba(0,0,0,.5);
    font-size: 2.5em;
    border-radius: 20%;
    height: 1.4em;
    line-height: 1.4em;
    margin-top: -.7em;
    top: 50%;
    left: 50%;
    margin-left: -1em;
    width: 2em;
    position: absolute;
    cursor: pointer;
}
.vjs-big-play-button img{
    width: 50px;
    height: 50px;
}
.comment_preview .img-view-wrap img {
    width: auto;
    height: auto;
    max-width: 370px;
    max-height: 478px;
}
.comment_preview .img-view-wrap .pic-view{
    float: left;
}

#promotion-info{
    position: relative;
    background: rgba(64, 180, 244, 0.06);
}
.rush-buy {
    width: 100%;
    height: 40px;
    line-height: 40px;

}
.sec-time-show{
    float: right;
    display: inline-block;
}
.sec-time-show span{
    display: inline-block;
    min-width: 26px;
    border-radius: 4px;
    margin: 0 2px;
    background: #fff;
    font-weight: bold;
    text-align: center;
    color: #F1170D;
    font-size: 16px;
    line-height: 26px;
}
.start-time span{
    color: #fff;
    background: #888888;
}
.detail-price-box{
    /*color: #f1170D;*/
    font-weight: bold;
    padding: 8px 0 18px 20px;
}
.g-discount-add {
    padding: 10px 20px;
}
.g-discount-add .g-discount-title{
    float: left;
    line-height: 20px;
    color: #888;
    font-size: 12px;
}
.g-discount-item{
    margin-left: 25px;
}

.g-discount-add .before {
    width: 40px;
    height: 20px;
    line-height: 20px;
    background: rgba(241, 23, 13, .15);
    text-align: center;
    font-size: 12px;
    margin-left: 30px;
}

.g-discount-add-info {
    width: 680px;
}

.g-discount-add .g-discount-add-info div {
    float: left;
    width: 90px;
    height: 20px;
    line-height: 15px;
    margin-right: 10px;
    vertical-align: middle;
    /*background: url(../images/cupon.png) no-repeat;*/
    /*background-size: 100%;*/
    border:1px solid #F1170D;
    color: #F1170D;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding-left: 5px;
    padding-right: 5px;
}

.g-discount-add .g-discount-add-info img {
    width: 24px;
    height: 24px;
}

.icon-turn-right:before {
    padding-left: 10px;
    font-size: 12px;
}

.g-add-buy img {
    width: 40px;
    height: 40px;
}

.g-add-buy-row2 {
    margin-left: 60px;
}

.g-add-buy-btn {
    width: 335px;
    border: 1px solid #F1170D;
    border-radius: 17px;
    font-size: 15px;
}

.g-cuponList {
    width: 320px;
    overflow-y: auto;
    padding: 20px 10px;
    box-sizing: content-box;
    background: #E6E6E6;
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 10px;
    z-index: 9;
}
.g-cuponList::-webkit-scrollbar{
    width:0;
    height:0;
}
.msg-box .mgsOut:hover::-webkit-scrollbar{
    width:6px;
    height:6px;
}
.g-cuponList::-webkit-scrollbar-track{
    background: rgb(239, 239, 239);
}
.g-cuponList::-webkit-scrollbar-thumb{
    background: #bfbfbf;
    border-radius:6px;
}
.g-cuponList .title {
    margin: 25px 0;
    background: url(../images/line2.png) no-repeat center;
    background-size: 100% 1px;
}

.back-blue {
    background: url("../images/cup1.png");
    background-size: 100% 100%;
}

.back-y {
    background: url("../images/cup2.png");
    background-size: 100% 100%;
}

.g-cuponList .row {
    width: 300px;
    height: 120px;
}

.g-cuponList .row .left {
    width: 210px;
}

.g-cuponList .row .right {
    width: 90px;
}

.g-cuponList .row .left div:nth-child(2) {
    width: 150px;
    height: 18px;
    border: 1px solid #F1170D;
    padding:0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.color-b6 {
    color: #B6B6B6;
}

.g-cuponList .row .right div {
    width: 16px;
    margin: 28px auto;
    cursor: pointer;
}

.success-info {
    background: #FFF0D4;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.g-cuponList-close {
    position: absolute;
    right: 10px;
    top: 20px;
}

.g-cuponList-close img {
    width: 20px;
    height: 20px;
}

.switchTab .switchTab-active:hover {
    color: #fff;
}

.crowd {
    background: rgba(64, 180, 244, .05);
    padding: 20px;
}

.publish {
    width: 800px;
}

.publish textarea {
    resize: none;
    width: 710px;
    height: 100px;
}

.answer-area textarea {
    resize: none;
    width: 800px;
    height: 100px;
}

textarea::-webkit-input-placeholder {
    padding-left: 20px;
    background: url("../images/write.png") no-repeat left center;
    background-size: 12px 13px;
}

.publish button {
    box-shadow: 0px 3px 6px rgba(241, 23, 13, 0.23);
    border-radius: 6px;
    position: absolute;
    right: 0;
    bottom: 50px;
}

.textarea-num {
    position: absolute;
    bottom: 20px;
    right: 100px;
}

.answer-area div {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.answer-area button {
    box-shadow: 0px 3px 6px rgba(241, 23, 13, 0.23);
    border-radius: 6px;
}

.icon-zan1:before {
    content: "\e929";
    color: #F1170D;
}

.icon-msg:before {
    content: "\e913";
    color: #888;
}

.cro-answer, .dianzan {
    display: inline-block;
}

.dangwei .message {

}

/*
放大镜
 */


.smallbox {
    width: 300px;
}

.smallbox img {
    width: 300px;
    height: 300px;
}

.i_box {
    width: 150px;
    height: 150px;
    border: 1px solid #CCC;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(243, 210, 76, 0.5);
    cursor: move;
    display: none;
}

.bigbox {
    width: 600px;
    height: 600px;
    overflow: hidden;
    position: absolute;
    left: 300px;
    top: 0;
    border: 1px solid #CCCCCC;
    z-index: 2;
    display: none;
    background:rgba(243, 210, 76, .2);
}

.bigbox img {
    width: 1200px!important;
    height:1200px!important;
}

.search {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(33, 33, 33, .3);
}

.search .icon-search:before {
    content: "\e91e";
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-left: 7px;
}

.v-play {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 300px;
    z-index: -1;
}

.v-play video {
    width: 100%;
    height: 100%;
}

.v-play-active {
    z-index: 9 !important;
}

.video-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -25px;
    border-radius: 50%;
    background: url("../images/play.png") no-repeat;
    background-size: 50px 50px;
    cursor: pointer;
}

.video-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url("../images/close.png") no-repeat;
    background-size: 20px 20px;
}

/*组合购*/
.scroll-goods{
    padding-top: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.scroll-items{
    display: inline-block;
    width: 320px;
    height: 160px;
    overflow: hidden;
    padding: 10px;
    margin-right: 10px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
}
.scroll-img{
    width: 140px;
    height: 140px;
    object-fit: cover;
    float: left;
    border-radius: 4px;
}
.scroll-item-content{
    padding: 5px 0 5px 20px;
    margin-left: 140px;
}
.scroll-item-title{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
}
.scroll-item-desc{
    font-size: 12px;
    line-height: 17px;
}

.group-pop{
    position: fixed;
    bottom: -60vh;
    background: #fff;
    height: 60vh;
    left: 0;
    right: 0;
    z-index: 111;
}
.up{
    animation: up .7s forwards;
}
.down{
    animation: down 1s forwards;
}
@keyframes up
{
    0% { bottom: -60vh; }
    100% { bottom: 0; }
}
@keyframes down
{
    0% { bottom: 0; }
    100% { bottom: -60vh; }
}
.group-pop-cover{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.44);
    z-index: 110;
}
.group-pop hr{
    background-color: #d2d2d2;
}
.group-pop-cancle{
    cursor: pointer;
}
.group-pop-head{
    width: 1200px;
    height: 67px;
    line-height: 67px;
    font-weight: bold;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.group-cancle-btn{
    width: 80px;
    height: 34px;
    background: #F6F6F6;
    border-radius: 6px;
}
.group-pop-container{
    width: 1300px;
    margin: 0 auto;
    padding: 50px 50px 0;
    height: calc( 60vh - 67px );
    overflow-y: auto;
    overflow-x: hidden;
}
.group-items{
    height: 377px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0,.16);
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 20px;
}
.group-items-left{
    width: 450px;
    float: left;
}
.group-items-left img{
    width: 450px;
    height: 340px;
    border-radius: 18px;
}
.group-items-right{
    position: relative;
    margin-left: 450px;

}
.group-item{
    position: relative;
    width: 220px;
    height: 260px;
    text-align: center;
    padding: 33px 20px 0;
}
.group-item img{
    width: 180px;
    height: 180px;
}
.group-item .checkbox-table input{
    position: absolute;
    right: 30px;
    top: 43px;
}
.group-item-text{
    color: #5B5B5B;
    margin-top: 10px;
}
.right-bottom-btn{
    display: inline-block;
    width: 97px;
    height: 29px;
    background: linear-gradient(346deg, #FF2C60 0%, #FF0106 100%);
    opacity: 1;
    border-radius: 6px;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-left: 40px;
}
.group-items-right .swiper-container{
    width: 644px;
    height: 290px;
    margin: 0 50px 0 36px;
}
.group-items-right .swiper-container .swiper-slide{
    width: 220px;
}
.group-items-right .swiper-button-prev{
    left: 0;
    width: 36px;
    height: 40px;
    background: url("../images/left.png") no-repeat;
    background-size: cover;
}
.group-items-right .swiper-button-prev:after,
.group-items-right .swiper-button-next:after{
    content: '';
}
.group-items-right .swiper-button-next{
    right: -21px!important;
    width: 36px;
    height: 40px;
    background: url("../images/right.png") no-repeat;
    background-size: cover;
}
.group-items-right .checkbox-table input:after{
    background: none;
}
