.head{
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.head .logo{
    height: 100%;
    width: 8rem;
}
.head .search{
    height: 3rem;
    width: 25rem;
    border: 1px solid #023cd9;
    border-radius: 0.5rem;
    padding: 0 1rem;
    background-color: #fff;
}
.head .search_box{
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
}
.head .search input{
    height: 100%;
    border-radius: 0.5rem;
    width: 14.5rem;
    font-size: 1.2rem;
}
.head .search button{
    border: 1px solid #023cd9;
    border-radius: 0.3rem;
    height: 80%;
    margin: 1% 0;
    padding: 0 1rem;
    background-color: unset;
    cursor: pointer;
}
.head .search button.search_merch{
    color: #023cd9;
    background-color: rgba(65, 101, 185,.3);
    border: 1px solid rgba(65, 101, 185,.3);;
}
.head .search button.search_all{
    margin-right: 0.5rem;
    background-color: #023cd9;
    color: #fff;
}
.merchet{
    margin: 2rem 0;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    background-color: #fff;
}
.mer_one{
    height: 40px;
}
.mer_logo{
    height: 40px;
    width: 3rem;
    line-height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    padding: 0.2rem;
    background-color: #77a8d3;
    border-radius: 5px;
}
.mer_one .gomerch,.mer_one .sendchat{
    height: 35px;
    text-align: center;
    line-height: 35px;
    padding: 0 0.7rem;
    border-radius: 0.5rem;
    border: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    cursor: pointer;
}
.mer_one .mer_name .name{
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.mer_one .mer_name .ppzy{
    font-size: 0.8rem;
    border-radius: 0.3rem;
    border: 1px solid #ff5f20;
    color: #ff5f20;
    padding: 0.2rem 0.3rem;
}
/* 产品图片部分 */
.goods_buy{
    width: calc(100% - 2rem);
    padding: 1rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem;
    margin-top: 3rem;
}
video{
    max-width: 100%;
    max-height: 100%;
}
.goods_buy .goods_img{
    width: 550px;
    margin-right: 1.5rem;
    position: relative;
}
.goods_buy .goods_specdister{
    width: calc(100% - 650px - 3.5rem);
    background-color: aliceblue;
    padding: 1rem;
}
.goods_buy .goods_specdister.fiexd button.shoucan{
    margin-right: 0;
}
.goods_buy .goods_specdister.fiexd{
    position: fixed;
    top: 10rem;
    right:  80px;
    z-index: 99;
    width: 550px;
    /* background-color: #fff; */
    padding: 1rem;
    border-radius: 1rem;
    max-height: 72%;
    overflow-y: auto;
}
.goods_buy .goods_img .img_left.mushimg{
    margin: 20px 0;
}
.goods_buy .goods_img .img_left{
    width: 100px;
    margin-right: 20px;
    max-height: 470px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.goods_buy .goods_img .img_left::-webkit-scrollbar{
    display: none;
}
.goods_buy .goods_img .img_left li.imgprev{
    height: 10px;
    border-color: #8c8c8c !important;
    position: absolute;
    top: -5px;
    background: url(/static/images/common/up.png) no-repeat center center;
    background-size: 20%;
    left: 0;
}
.goods_buy .goods_img .img_left li.imgnext{
    height: 10px;
    border-color: #8c8c8c !important;
    position: absolute;
    background: url(/static/images/common/dow.png) no-repeat center center;
    background-size: 20%;
    bottom: -10px;
    left: 0;
}
.goods_buy .goods_img .img_left li{
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 2px solid #999;
    text-align: center;
    margin: 0.7rem;
    padding: 5px;
    cursor: pointer;
    border-radius: 10px;
    transition: all .5s;
}
.goods_buy .goods_img .img_left li:hover,.goods_buy .goods_img .img_left li.active{
    border-color: #023cd9;
}
.goods_buy .goods_img .img_left li:first-child{
    margin-top: 0;
}
.goods_buy .goods_img .img_right{
    width: calc(100% - 100px - 20px);
}


/* 放大镜 */
.box {
    width: 516px;
    height: 516px;
    border: 1px solid #ccc;
    position: relative;
    text-align: center;
}
.big image,.big img{
    max-width: 800px;
    max-height: 800px;
}
.big {
    width: 516px;
    height: 516px;
    position: absolute;
    top: 0;
    left: 516px;
    border: 1px solid #ccc;
    overflow: hidden;
    display: none;
    background-color: #fff;
}
.big img{
    position: absolute;
}
.mask {
    width: 150px;
    height: 150px;
    background: rgba(252, 252, 226, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
    display: none;
}
.small {
    position: relative;
    width: 100%;
    height: 100%;
}

.goods_title{
    font-size: 1.6rem;
    color: #000;
    font-weight: bold;
    margin: 0.5rem 0;
}
.paynum{
    font-size: 1rem;
    color: #999;
    margin: 1rem 0;
}
.price{
    font-size: 2.2rem;
    color: red;
    font-weight: bold;
}
.spec_item{
    margin: 1rem 0;
}
.spec_item .spec_title{
    width: 60px;
    padding: 5px;
    font-size: 1rem;
    color: #666;
    font-weight: 700;
    text-align: justify;
    text-align-last: justify;
    /*兼容ie*/
    text-justify: distribute-all-lines;
}
.goods_num .goodsnum_title{
    width: 60px;
    padding: 5px;
    font-size: 1rem;
    color: #666;
    font-weight: 700;
    text-align: justify;
    text-align-last: justify;
    /*兼容ie*/
    text-justify: distribute-all-lines;
}
.spec_item .spec_value{
    width: calc(100% - 100px);
}
.goods_buy button{
    font-size: 1.3rem;
    font-weight: bold;
    background-color: unset;
    float: left;
    cursor: pointer;
}
.goods_buy button.buy{
    border-radius: 1rem 0 0 1rem;
    background: linear-gradient(90deg, #0a4be5, #023cd9);;
    color: #fff;
    width: 189px;
    height: 48px;
    line-height: 22px;
}
.goods_buy button.getcart{
    border-radius: 0 1rem 1rem 0;
    background: linear-gradient(90deg, rgb(255, 203, 0), rgb(255, 148, 2));;
    color: #fff;
    width: 189px;
    height: 48px;
    line-height: 22px;
}
.goods_buy button.shoucan{
    font-weight: unset;
    border: 1px solid #000;
    border-radius: 1rem;
    margin-left: 1rem;
    width: 100px;
    height: 48px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    cursor: pointer;
}
.goods_buy button.shoucan img{
    height: 50%;
    margin-right: 0.3rem;
}
.goods_buy button.shoucan.active{
    border-color: #023cd9;
    color: #023cd9;
}
.goodsnum_input{
    margin-left: 1rem;
}
.goodsnum_input .numbtn{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.3rem;
    border: 1px solid #999;
    cursor: pointer;
}
.goodsnum_input .numbtn.add{
    border-right: unset;
}
.goodsnum_input .numbtn.subtract{
    border-left: unset;
}
.goodsnum_input .numinpt{
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-indent: 5px;
    border: 1px solid #999;
    border-right: unset;
    border-left: unset;
    text-align: center;
}
.strong{
    height: 30px;
    line-height: 30px;
    font-size: 0.9rem;
    margin-left: 1rem;
}
.goods_spec{
    margin: 2rem 0;
}
.spec_value{
    margin-left: 1rem;
}
.spec_value li{
    padding: 0.3rem 1rem;
    border: 1px solid #999;
    border-radius: 0.2rem;
    float: left;
    margin: 0.2rem 0.3rem;
    cursor: pointer;
    text-align: center;
}
.spec_value li.active,.spec_value li:hover{
    border-color: #023cd9;
    color: #023cd9;
}
.detail_title{
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.detail_title li{
    float: left;
    padding: 1rem;
    font-size: 1.3rem;
    text-align: center;
    position: relative;
}
.detail_title li:hover a{
    color: #023cd9;
}
.detail_title li.active a{
    color: #023cd9;
    font-weight: bold;
}
.detail_title li.active::after{
    content: '';
    width: 80%;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    height: 0.2rem;
    background-color: #023cd9;
}
.goods_detail{
    /* text-align: center; */
}
.goods_detail.fixed .detail_contect{
    max-width: calc(100% - 550px);
}
.goods_detail.fixed .detail_contect img{
    max-width: 100%;
}
.goods_detail.fixed .detail_title{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    background-color: #fff;
}
.goods_detail #detail img{
    text-align: center;
    margin: 0 auto;
}
.pj_title{
    font-size: 1.15rem;
    font-weight: bold;
    color: #000;
    padding: 1rem 0;
}

.pj_item .pj_head{
    width: 40px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.pj_item .pj_head img{
    border-radius: 50%;
    border: 1px solid #ddd;
    width: 40px;
    height: 42px;
}
.pj_item .pj_box{
    margin-left: 0.8rem;
    width: 670px;
}
.pj_item .pj_box .pj_name{
    font-size: 1rem;
    color: #666;
    height: 40px;
    line-height: 35px;
}
.pj_item .pj_box .pj_name .name{
    height: 20px;
    line-height: 20px;
}
.pj_item .pj_box .pj_name .start{
    height: 10px;
    line-height: 10px;
    margin-top: 4px;
}
.pj_item .pj_box .pj_name .start span{
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    margin: 0 0.2rem;
}
.pj_item .pj_box .pj_text{
    line-height: 1.6rem;
    padding: 1rem 0;
    padding-top: 0;
    margin-top: 0.4rem;
}
.pj_item .pj_box .pj_img li img{
    /* max-width: 95%; */
}
.pj_item .pj_box .pj_img li{
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
    margin-right: 1rem;
    cursor: pointer;
    border: 2px solid #ddd;
}
.pj_item .pj_box .pj_img li.active{
    border-color: #980000;
}
.pj_item .pj_box .pj_bigimg{
    margin-top: 1.5rem;
    text-align: center;
    /* max-width: 150px; */
}


.goods_item {
    width: calc(20% - 0.7rem);
    float: left;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
    border: 1px solid #F5F8FA;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
  }
  .goods_item:hover{
    border: 1px solid #023cd9;
    border-radius: 0.5rem;
  }
  .goods_item .good_img {
    text-align: center;
    height: 17rem;
  }
  
  .goods_item .good_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0.3rem 0;
    padding: 0 0.6rem;
  }
  .good_macth{
    padding: 0 0.6rem;
  }
  .good_attr{
    margin: 0.6rem 0;
    padding: 0 0.6rem;
  }
  .good_price{
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: 2rem;
  }
  .good_paynum{
    font-size: 1rem;
    color: #333;
  }
  .this_tj .title{
    font-size: 1.5rem;
    color: #000;
    font-weight: bold;
    margin: 1rem 0;
  }
  
  .price{
    height: 35px;
    line-height: 35px;
  }
  .oldprice{
    color: #000;
    font-size: 1.2rem;
    height: 35px;
    line-height: 40px;
    margin-left: 1rem;
    text-decoration: line-through;
  }

  .otherbq {
    margin-left: 1rem;
    height: 28px;
    line-height: 35px;
    font-size: 0.8rem;
  }
  .otherbq span.fh{
    margin: 0 0.2rem;
    border: 1px solid #023cd9;
    border-radius: 5px;
    padding: 2px;
    text-align: center;
    color: #023cd9;
  }
  .videoshow,.imgshow{
    width: 100%;
    height: 100%;
  }