
   .head,.head2{
      width: 100vw;
      height: 100vh;
      position: absolute;
      bottom: 100vh;
      left: 0px;
      z-index: 999;
   }
   .head img,.head2 img{
    width: 100%;
    height: 100%;
    display: block;
   }
   .head1 p{
    position: absolute;
    bottom: 100vh;
       left: 50%;
       color: rgb(39, 37, 37);
       z-index: 9999;
       transform: translate(-50%,0);
   }
   .comment {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    left: 0px;
    overflow: hidden;
    position: relative;
   }
   .comment2 {
       width: 100%;
    position: absolute;
    /* top: 0px; */
    /* bottom: 0px; */
    left: 0px;
    /* margin-top: 110px; */
    overflow: hidden;
    position: relative;
    
   }

.orange {
    background: #ff5001;
}

.green {
    background: #00ae77 ;
}

.index-header2{
    z-index: 100;

    position: fixed;
    top: 0;

    background-size:100% auto;
 

}

.index-header2 .index-header-content{
    width: 100vw;
   
    background-size:100% 100%;
    background-repeat:no-repeat;
    position: relative;
   
}

.index-header2 .index-header-content .index-header-content-top{
       width: 100vw;
        height: 44px;
        padding: 0 10px;

         
}
.index-header2 .index-logo{
  
    max-height: 44px;
    
}

.index-header2 .index-header-top{
    float: right;
    display: flex;
    height: 44px;
 
  
    justify-content: space-between;
}

.index-header2 .index-header-top a  {

   max-height:44px ; 
    display: block;
    color: #fff;
}
.index-header2 .index-header-top  a img{
    display: block;
    max-height: 44px;
}
.index-header2 .index-search2 {
     margin-top: 10px;
     padding: 0 10px;
    
  
}

.index-search2 .form-control {
    width: calc(100% - 6px);
    padding-left: 30px;
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 8%);
    border-radius: 25px !important;

    border: 1px solid #fff;
    background: url('../img/union/search_bg.png') 10px 9px no-repeat #fff;
    background-size: 16px 16px;
}
.index-search2 .form-control.form-control-default{
    width: calc(100% - 0px);
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.index-search2 .input-group-btn{

    margin-bottom: 10px;
}
.index-search2 .input-group-btn button {
    width: 60px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .49);
    /* border-radius: 0 25px 25px 0; */
    color: #666;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.index-search2 .input-group-btn .form-control-default-btn{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.index-header2 .index-header-content .keyword{
  
   display: flex;
   justify-content: flex-start;
   margin-top: 5px;

   text-align: center;

}
.index-header2 .index-header-content  .keyword a{
    display: block;
    padding: 5px;
    margin-left: 10px;
}


.index-header{ z-index: 100; position: fixed; top: 0; overflow: hidden; background: linear-gradient(to bottom, #f33 0%, #f33 50%, #eee 50%, #eee 100%);}
.index-header .index-header-content{ width: 100vw; height: 100px; padding: 0 12px;}
.index-header .index-logo{ height: 44px; margin-top: 4px;}
.index-header .index-header-top{ float: right; display: flex; width: 110px; padding-top: 8px; justify-content: space-between;}
.index-header .index-header-top a{ display: block; padding-top: 16px; color: #fff;}
.index-header .index-header-top a.index-live{ background: url('../img/index_union.png') center top no-repeat; background-size: 16px 16px;}
.index-header .index-header-top a.index-discover{ background: url('../img/index_discover.png') center top no-repeat; background-size: 16px 16px;}
.index-header .index-header-top a.index-message{ background: url('../img/index_message.png') center top no-repeat; background-size: 16px 16px;}
.index-header .index-search{ position: absolute; top: 63px; width: calc(100% - 24px);}
.index-header .index-search .form-control { padding-left: 30px; box-shadow: inset 0 0px 0 rgb(0 0 0 / 8%); border-radius: 25px 0 0 25px; border: 1px solid #fff; background: url('../img/union/search_bg.png') 10px 9px no-repeat #fff; background-size: 16px 16px;}
.index-header .index-search .input-group-btn button { border: 1px solid rgba(255,255,255,.49); border-radius: 0 25px 25px 0; color: #666;}

/* 向上的箭头 */
.item-arrow {
    position: absolute;
    top: -5px;
    left: 15px;
}

.arrow-top {
    font-size: 0;
    line-height: 0;
    border-width: 5px;
    border-color: #dc2626;
    border-top-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}

/* 向上的箭头 */
.show-box {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.chose-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70px;
}

.chose {
    line-height: 38px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
}

.tip {
    width: 22px;
    height: 2px;
    background-color: #FFFFFF;
}

.show-ul {
    width: calc(100% - 80px);
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    font-size: 14px;
    white-space: nowrap;
    color: #FFFFFF;
    overflow: hidden;
    overflow-x: auto;
}

.show-ul::-webkit-scrollbar {
    width: 0 !important;
    height: 0;
}

.show-ul li {
    display: inline-block;
    margin: 0 8px;
}

.show-ul a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    width: 100%;
}

/* .index-main-top{background: #ff3333;} */
.index-main-top .scroll,
.index-main-top .scroll a {
    color: #333;
}

.index-main-top .main_visual {
    margin-top: 0px;
    padding: 0px;
    padding-bottom: 0px;
}

.index-main-top .navigation {
    padding: 0 0px;
}

.index-main-top {
    padding: 0 10px 10px;
    margin-bottom: 80px;
}

.index-main-top .news {
    margin-top: 0;
    margin-bottom: 10px;
}

.index-main-top .index-product {
    margin-bottom: 10px;
}

.index-main-top .index-product .w100p li {
    background: none;
}

.cat-main {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.cat-main a.more {
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
    border-top: solid 1px #eee;
    color: #999;
    text-align: center;
}

.cat-main a.btn {
    display: block;
}

.cat-main .list-title {
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    color: #000;
    font-weight: bold;
}

.cat-main .list-title span {
    margin-left: 10px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.cat-main .list-title .wechat-share-btn {
    float: right;
    padding: 0 15px;
    border: solid 1px #eb4848;
    border-radius: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #eb4848;
}

.cat-main .list-title a.right {
    font-size: 14px;
    color: #888;
}

.cat-main .list-banner {
    margin: 10px -10px;
}

.cat-main .list-banner img {
    width: 100%;
}

.cat-main .list-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cat-main .list-main::after {
    content: "";
    width: 33.33%;
}

.cat-main .list-main li {
    width: 33.33%;
    margin-bottom: 10px;
}

.cat-main .list-main li img {
    max-width: 100%;
    width: 27vw;
    height: 27vw;
    margin-bottom: 5px;
}

.cat-main .list-main li p {
    min-height: 22px;
    line-height: 22px;
    font-size: 12px;
}

.cat-main .list-main li p.line-clamp-2 {
    height: 44px;
    line-height: 20px;
}

.cat-main .list-main li .refer-money {
    color: #eb4848;
}

.index-box {
    position: relative;
    padding: 15px 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
   
}

.index-box .box-top-bg {
    position: absolute;
    top: -50px;
    right: -5px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
}

.index-box .box-top {
    padding-bottom: 15px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.index-box .box-top a.right {
    height: 26px;
    line-height: 26px;
    padding: 0 12px;
    border: solid 1px #fff;
    border-radius: 13px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.index-box ul.box-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-box ul.box-list::after {
    content: "";
    width: 28vw;
}

.index-box ul.box-list li {
    width: 28vw;
    border-radius: 5px;
    background: #fff;
}

.index-box ul.box-list li img {
    max-width: 100%;
    width: 28vw;
    height: 28vw;
    margin-bottom: 5px;
    border-radius: 5px 5px 0 0;
}

.index-box ul.box-list li .product-info {
    padding: 5px;
    color: #444;
    font-size: 12px;
}

.index-box ul.box-list li .product-info .line-clamp-2 {
    height: 34px;
}

.index-box ul.box-list li .product-info .price {
    font-size: 14px;
}

.index-box ul.box-list li .product-info .refer-money {
    color: #666;
}

.index-union-top {
    width: 100vw;
    margin-left: -10px;
}

.index-union {
    width: 100%;
    padding: 10px;
    margin-top: -5px;
    margin-bottom: 15px;
    border-radius: 0 0 10px 10px;
    background: #c20000;
}

.index-union ul {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
}

.index-union ul li {
    width: 49%;
}

.index-union ul li.right {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.index-union ul li.right a {
    display: block;
    width: 100%;
}

.index-union ul li img {
    border-radius: 5px;
}

.index-union ul li.bottom {
    width: 32%;
}

.type {
    display: inline-block;
    height: 17px;
    line-height: 16px;
    padding: 0 3px;
    border: solid 1px #ff3333;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background: #ff3333;
}

.clamp {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp.line-1 {
    -webkit-line-clamp: 1;
}

.clamp.line-2 {
    -webkit-line-clamp: 2;
}

.clamp.line-3 {
    -webkit-line-clamp: 3;
}

.union-tab {
    z-index: 100;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    flex-direction: row;
    justify-content: space-between;
    background: #eee;
}

.union-tab li {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.union-tab li p {
    width: 100%;
    height: 18px;
    padding: 0 5px;
    margin-top: 3px;
    font-size: 13px;
    color: #888;
    font-weight: normal;
    overflow: hidden;
}

.union-tab li.current {
    color: #ff3333;
}

.union-tab li.current p {
    border-radius: 9px;
    color: #fff;
    background: #ff3333;
}

.list-data {
    width: 100%;
    min-height: 700px;
}

.list-data li {
    display: flex;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #fff;
}

.list-data li a {
    display: block;
    width: 100%;
    color: #666;
}

.list-data li a .left-info {
    float: left;
    width: 110px;
}

.list-data li a .right-info {
    position: relative;
    float: right;
    width: calc(100% - 110px);
    height: 110px;
}

.list-data li a img {
    width: 110px;
    height: 110px;
    border-radius: 5px;
}

.list-data li a p {
    width: 100%;
    line-height: 20px;
    padding: 0 0 0 10px;
    font-size: 13px;
}

.list-data li a p.shop {
    position: absolute;
    bottom: 48px;
    text-indent: 20px;
    color: #999;
    font-size: 12px;
    background: url('../img/union/shop_bg.png') 10px 3px no-repeat;
    background-size: 16px 16px;
}

.list-data li a p.price {
    position: absolute;
    bottom: 24px;
}

.list-data li a p.price span {
    text-decoration: line-through;
    color: #888;
}

.list-data li a p.bottom {
    position: absolute;
    bottom: 3px;
}

.list-data.loading-bg {
    background: url('../img/loading.gif') bottom center no-repeat;
    background-size: 20px 20px;
}

.drug-menu {
    z-index: 100;
    display: flex;
    width: 100%;
    padding-left: 5px;
    background: #eee;
}

.drug-menu .drug-tab {
    display: block;
    white-space: nowrap;
    height: 44px;
    line-height: 44px;
    overflow: scroll hidden;
}

.drug-menu .drug-tab::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.drug-menu .drug-tab li {
    display: inline-block;
    padding: 0 20px 0 2px;
    text-align: left;
}

.drug-menu .drug-tab li a {
    display: inline-block;
    height: 38px;
    font-size: 15px;
    color: #444;
    font-weight: bold;
}

.drug-menu .drug-tab li.current a {
    border-bottom: 2px solid #eb4848;
    color: #eb4848;
}

.drug-menu .no-border li.current a {
    border-bottom: 0;
}

.drug-list li a .left-info {
    float: left;
    width: 100px;
}

.drug-list li a .right-info {
    height: 105px;
}

.drug-list li a img {
    width: 105px;
    height: 105px;
    border-radius: 5px;
}

.drug-list li a p {
    line-height: 18px;
    font-size: 14px;
}

.drug-list li a p.price {
    position: static;
    font-size: 18px;
}

.list-data li a p.price span {
    text-decoration: none;
    color: #888;
    font-size: 12px;
}

.drug-list li a .bottom {
    position: absolute;
    bottom: 1px;
}

.drug-list li a .bottom .refer-btn {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 3px;
    margin-top: 2px;
    border: 1px solid #ecac59;
    border-radius: 4px;
    color: #ecac59;
    font-size: 12px;
}

.center {
    width: 71rem;
    margin: 0rem auto 0rem;
}

.center2 {
    width: 71rem;
    margin: 0rem auto 0rem;
}

body {
    background-color: #F1F1F1FF;
    margin-bottom: 13rem;
}

.kvalue .hk_img {
    width: 100%;
    height: 9.6rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.kvalue .hk_img img {
    width: 100%;
    display: block;
    height: 100%;
}

.kvalue .products {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.kvalue .products .pd_list {
    background-color: #FFFFFF;
    padding: 7px 5px;
    display: flex;
    justify-content: flex-start;
    position: relative;
    border-bottom: 1px solid #eee;
}

.kvalue .products .pd_list img {
    width: 20rem;
    height: 20rem;
    border-radius: 4px;
}

.kvalue .products .pd_list div {
    margin-left: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.kvalue .products .pd_list div p:first-child {
    color: #333333FF;
    font-size: 2.8rem;
    font-family: Microsoft YaHei;
    line-height: 3.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.kvalue .products .pd_list div p:nth-child(2) {
    color: red;
    padding: 0.5rem 1rem;
    height: 3.4rem;

    border: 0.1rem solid #FF3333;
    border-radius: 8rem;
    font-size: 2rem;
}

.kvalue .products .pd_list div p:nth-child(3) {
    color: #FF3333;
}

.kvalue .products .pd_list div p:nth-child(3) b {
    font-size: 2rem;
}

.kvalue .products .pd_list div p:nth-child(3) span {
    font-size: 3.2rem;
    font-weight: bold;
}

.kvalue .products .pd_list div button {
    width: 14rem;
    height: 4.8rem;
    background: #FF3333;
    font-size: 24rem;
    border-radius: 8rem;
    color: #FFFFFF;
    line-height: 4.8rem;
    position: absolute;
    right: 2rem;
    bottom: 3rem;
    border: 0;
}

.bouble>h3 {
    font-size: 3.4rem;

    margin-bottom: 1rem;
}

.bouble .products {
    width: 100%;
    border-radius: 1rem;
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    box-sizing: border-box;
    /* margin-bottom: 1rem;  */
}




.bouble .products .pd_list {
    background-color: #fff;
    width: 49%;
    /* width: 34.5rem; */
    margin-bottom: 2rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.bouble .products .pd_list:nth-last-child(2),
.bouble .products .pd_list:last-child {
    margin-bottom: 0rem;
}
.bouble .products .pd_list img {
    border-radius: 1rem;
    width: 30.4rem;
    margin: 2rem auto;
    height: 29rem;
    margin-bottom: 1rem;
}

.bouble .products .pd_list>p {

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 1rem;
    font-size: 3rem;
}

.bouble .products .pd_list>div:nth-child(3) {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    margin-left: 1rem;
}

.bouble .products .pd_list>div:nth-child(3)>p {
    margin-left: 1.5rem;
    height: 3rem;
    font-size: 2.6rem;
    color: red;

}

.bouble .products .pd_list .behind {


    margin-bottom: 2rem;
}

.bouble .products .pd_list .behind p {

    display: inline-block;
    color: #504848;
    font-size: 12px;
    line-height: 2.4rem;
    border: .1rem solid #ecac59;
    margin-top: 1rem;
    margin-left: 1rem;
    color: #ecac59;
    padding: .5rem 1rem;
    border-radius: 1.5rem;
}



.goods_triple>h3 {
    font-size: 3.4rem;
    margin-bottom: 1rem;
}

.goods_triple .products {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 5px 0;
    border-radius: 5px;
}

.goods_triple .pd_list {
    width: 21rem;
    padding-bottom: 2rem;

}

.goods_triple .pd_list img {
    border-radius: 1rem;
    width: 100%;
    height: 100px;
}

.goods_triple .pd_list p:nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    margin: 1.5rem 0;

}

.goods_triple .pd_list p:nth-child(3) {
    color: red;
}

.goods_triple .pd_list p:nth-child(3) b {
    font-size: 2.4rem;
}

.goods_triple .pd_list p:nth-child(3) span {
    color: #000;
}

.goods_triple .pd_list p:nth-child(4) {
    display: inline-block;
    border: .1rem solid #ecac59;
    padding: .2rem .5rem;
    border-radius: 1.5rem;
    color: #ecac59;
    margin-top: .5rem;
}

.goods_triple .pd_list p:nth-child(5) {
    display: inline-block;
    border: .1rem solid #ecac59;
    padding: .2rem .5rem;
    border-radius: 1.5rem;
    color: #ecac59;
    margin-top: .5rem;
}

.goods_triple .pd_list p:nth-child(6) {
    border: .1rem solid #ecac59;
    display: inline-block;
    padding: .2rem .5rem;
    border-radius: 1.5rem;
    color: #ecac59;
    margin-top: .5rem;
}

.bouble2>h3 {
    font-size: 3.4rem;

    margin-bottom: 1rem;
}

.bouble2 .products {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    box-sizing: border-box;


}

.bouble2 .products .pd_list2 {

    width: 50%;

}


.bouble2 .products .pd_list2 a {

    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.bouble2 .products .pd_list2 a img {
 
    display: block;
    margin: 0 auto;
  max-width:100%;
  height: auto;
      
}

.bouble3>h3 {
    font-size: 3.4rem;
    margin-bottom: 1rem;
}

.bouble3 .products {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
        width: 100%;
}

.bouble3 .products .pd_list {
    width: 33.33%;



}


.bouble3 .products .pd_list img { 
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
}

.bouble32>h3 {
    font-size: 3.4rem;
    margin-bottom: 1rem;
}

.bouble32 .products {
    width: 100%;
    display: flex;
    flex-flow: row wrap;


}

.bouble32 .products div:nth-child(3n+1) {
    width: 50%;
    /* height: 26rem; */
    

}

.bouble32 .products div:nth-child(3n+1) img {
    display: block;
    margin-left: 0;
   width: 100%;
    height: auto;


}

.bouble32 .products div:nth-child(3n+2) {
    width: 50%; 
}

.bouble32 .products div:nth-child(3n+2) img {
    display: block;
   width: 100%;
   max-height: 50%;

}

.bouble32 .products div:nth-child(3n+3) {
    width: 50%;

    margin-left: 50%;
    /* margin-top: -15%; */
    margin-bottom: 10px;
}
.bouble32 .products div:last-child{
    margin-bottom: 0px;
}
.bouble32 .products div:nth-child(3n+3) img {
    /* display: block; */
    width: 100%;
   max-height: 50%;
   
}

.bouble33>h3 {
    font-size: 3.4rem;
    margin-bottom: 1rem;
}

.bouble33 .products {
    width: 100%;
    display: flex;
    flex-flow: row wrap;

}

.bouble33 .products div:nth-child(3n+1) {
    width: 50%;
   
}
.bouble33 .products div:nth-child(3n+1) a{
    width: 100%;
    height: 100%;
}
.bouble33 .products div:nth-child(3n+1) img {
    display: block;
    width: 100%;
   max-height: 50%;
}

.bouble33 .products div:nth-child(3n+2) {
    width: 50%;
  
}

.bouble33 .products div:nth-child(3n+2)  img {
    width: 100%;
    height: auto;
    display: block;
}

.bouble33 .products div:nth-child(3n+3) {
    width: 50%;
    margin-right: 50%;
    margin-bottom: 10px;
   
}
.bouble33 .products div:last-child{
    margin-bottom: 0px;
}
.bouble33 .products div:nth-child(3n+3) img {
    display: block;
    width: 100%;

}

.bouble4>h3 {
    font-size: 3.4rem;
    margin-bottom: 1rem;
}

.bouble4 .products {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;

}

.bouble4 .pd_list {
    width: 25%;

  
}

.bouble4 .pd_list img {

    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    
}

.single>h3 {
    font-size: 3.4rem;
    margin-bottom: 1rem;
}

.single .products {
    border-radius: 2rem;
    background-color: #FFFFFF;
}

.single .products .pd_list {
    padding: 7px 5px;
    display: flex;
    justify-content: flex-start;
    position: relative;
    border-bottom: 1px solid #eee;
}

.single .products .pd_list img {
    width: 20rem;
    height: 20rem;
    border-radius: 4px;
}

.single .products .pd_list .product_money {
    margin-left: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.single .products .pd_list .product_money p:first-child {
    color: #333333FF;
    font-size: 2.8rem;
    font-family: Microsoft YaHei;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.single .products .pd_list .product_money div:nth-child(2){
    flex: 1;
}
.single .products .pd_list .product_money div:nth-child(2) p{
    color: #ecac59;
    padding: 2px  1rem;

    border: 0.1rem solid #ecac59;
    border-radius: 1.5rem;
    font-size: 1.6rem;
    margin-top: 5px;
}

.single .products .pd_list div p:last-child {
    color: #FF3333;
    border: 0;
}

.single .products .pd_list div p:nth-child(5) b {
    font-size: 2rem;
}

.single .products .pd_list div p:nth-child(5) span {
    font-size: 3.2rem;
    font-weight: bold;
}

.single .products .pd_list div p:last-child .spanp {
    color: #0a0809 !important;
    font-weight: 400;
    font-size: 16px;
}

.single .products .pd_list div button {
    width: 14rem;
    height: 4.8rem;
    background: #FF3333;
    font-size: 24rem;
    border-radius: 8rem;
    color: #FFFFFF;
    line-height: 4.8rem;
    position: absolute;
    right: 2rem;
    bottom: 3rem;
    border: 0;
}

.image1>h3 {
    font-size: 3.4rem;
  
    margin-bottom: 1rem;
}

.image1 {
    width: 100%;
}



.image1 img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    
}

/* 云店头部 */
/* 提示 */

.yun_modal-dialog{
    margin:40px ;
    top: 25%;
  }
  .yun_modal-dialog .modal-header{
    height: 40px;
    
  }
  .yun_modal-dialog .modal-header .modal-title{
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    margin-top: -15px;
  }
  .yun_modal-dialog .modal-header a{
    font-size: 14px;
  }
  .yun_modal-dialog .modal-body{
    text-align: center;
  }
  .yun_modal-dialog .modal-body p{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
 
  }
  .yun_modal-dialog .modal-body a{
    display: inline-block;
    width: 150px;
    line-height: 35px;
    background-color: #ff3333;
    color: #fff;
    border-radius: 35px;
    font-size: 16px;
    outline: none;
    border: 0;
    margin-top: 20px;
  }

  /* 弹窗提示 */

  .yun_modal-dialog.head_pop{
    margin:40px ;
    top: 25%;
  }

  .yun_modal-dialog.head_pop .modal-body{
    text-align: center;
    padding: 10px;
  }
  .yun_modal-dialog.head_pop .modal-body p{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
   padding-bottom: 10px;
   border-bottom: 1px solid #eee;
  }
  .yun_modal-dialog.head_pop .modal-body img{
    max-width: 100%;
    height: auto;
  }
  .yun_modal-dialog.head_pop .modal-body span{
            display: block;
            font-size: 16px;
            margin-top: 10px;
            color: red;
  }


.yun_head{

    width: 75rem;
    /* height: 26rem; */
    /* padding-top: 4rem; */
    padding: 4rem 0rem 3.2rem;
    
    /* background-position-y: 130px; background-position-x: 0px; */
}
.yun_head .yun_head_content{
    display: flex;
    justify-content: space-between;
}
.yun_head .yun_head_content >div:first-child{
    display: flex;
     /* align-items: center; */
}
.yun_head .yun_head_content >div:first-child>img{
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
}
.yun_head .yun_head_content >div:first-child >div:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 2rem;
    
}
.yun_head .yun_head_content >div:first-child >div:nth-child(2) >p:nth-child(1){
    display: flex;
    align-content: center;
  
}
.yun_head .yun_head_content >div:first-child >div:nth-child(2) >p:nth-child(1) span{
    font-size: 4rem;
    line-height: 3.4rem;
    font-size: 3.4rem;
    color: #fff;
  overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 170px;
    
}
.yun_head .yun_head_content >div:first-child >div:nth-child(2) >p:nth-child(1) img{
  max-width: 3.6rem;
  max-height: 3.6rem;
}

.yun_head .yun_head_content .shopkeeper{
    display: flex;
    margin-top: 1rem;
}
.yun_head .yun_head_content .shopkeeper span{
    width: 3rem;
    height: 3rem;
    background: url("../img/xingxing.png") ;
    background-size: cover;
    margin-right: .5rem;

}
.yun_head .yun_head_content .shopkeeper img{
    display: block;
    /*width: 12rem !important;*/
    height: 3rem !important;
    border-radius: 0;
}
.yun_head .yun_head_content .shopkeeper p{
    line-height: 3.5rem;
    color: #fff;

    font-size: 2.6rem;
}
.yun_head .yun_head_content >div:nth-child(2){
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 2rem;
}
.yun_head .yun_head_content >div:nth-child(2) a{
    text-align: center;
}
.yun_head .yun_head_content >div:nth-child(2) a img{
  /* max-width: 5.2rem;
  height: auto; */
  /* width: auto; */
  max-height: 5rem;
 
}

.yun_head .yun_head_content >div:nth-child(2) a p{
    margin-top:1.5rem;
    color: #fff;
    font-size: 2rem;
}
.yun_head .yun_index-search{
   
    position: relative;
    margin-top: 3rem;
}
.yun_head .yun_index-search input{
    outline: none;
    border-radius: 4rem;   
    overflow: hidden;
}
.yun_head .yun_index-search .btn{
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
}

/* 导航图标 */
.x-scroll{ background: #fff; overflow-x: scroll;}

.new-cats{
    display: flex;
}
.navigation.center{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
.navigation.center ul{
    display: flex;
    flex-direction: column;
    flex-flow: column wrap;
    overflow-x: scroll;
    height: 150px;
}
.navigation.center ul li{
    width: 25%;
    text-align: center;
    padding: 10px 0 5px;
}
.navigation.center a img{
    width: 42px;
    height: 42px;
    margin-bottom: 3px;
}
.navigation.center a p{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
 ::-webkit-scrollbar{
    display: none;
  }