:root{
    --my-width:calc(100vw);
    --my-width10:calc(100vw - 20px);
    --my-height:calc(var(--my-width) / 2)
}
video{width: 100%;}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
    background-color: transparent;
    border-color: #406fb6;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background-color: #406fb6;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.mobile-nav,.mobile50,.floortwo-mobile,.ispcnone,.banner_mobile{
    display: none;
}
.mobile-nav{
    background-color: #46d2c7;
    height: calc(100% - 52px);
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.mobile50{
    height: 50px;
    margin-bottom:2px;
}
.mobile-nav{
    overflow:hidden;
    overflow-y: auto;
}
.mobile-nav  ul li {
    height: auto;
    font-size: 16px;
    line-height: 36px;
    text-indent: 2em;
    border-bottom: 1px solid #e1e1e1;
}
.mobile-nav ul.dropdown li {
    font-size: 14px;
    border-bottom: 0px solid #e1e1e1;
}
.parentreply{
    padding: 8px;
    background: #eee;
    margin: 10px 0px 0px 10px;
    border-radius:10px
}
.proscroll ul li {
    box-shadow: 0px 0px 4px 2px rgb(227 227 227 / 50%);
}
.jt-mobile-down {
    width: 100%;
    height: 13px;
    background: url(/static/style_cp/images/icon/down.png) no-repeat center 0;
}
.jt-mobile-up {
    width: 100%;
    height: 13px;
    background: url(/static/style_cp/images/icon/up.png) no-repeat center 0;
}

ul.enterpos-mobile li{
    float: left;
    width: 50%;
    height: calc((100vw / 2 - 100vw / 6) * 2);
}
ul.enterpos-mobile li img{
    width: 100%;
    height: calc( 100vw / 2 - 100vw / 6 );
}
ul.enterpos-mobile li a{
    width: 100%;
    height: calc(100vw / 2 - 100vw / 6);
    color: #fff;
    position: relative;
    display:inline-block;
}
ul.enterpos-mobile li .postext-mobile{
    width: 100%;
    height: calc(100vw / 2 - 100vw / 6);
    text-align: center;
    background: #22c7b9;
}
ul.enterpos-mobile li .postext-mobile h3{
    font-size: 25px;
    width: 100%;
    left: 0;
}
ul.enterpos-mobile li .postext-mobile span{
    font-size: 14px;
    font-family: Arial;
    text-transform: uppercase;
    width: 100%;
    left: 0;
}
.posimg-mobile ,.jt-mobile-down,.postext-mobile,.postext-mobile h3,.postext-mobile span,.jt-mobile-up{
    position: absolute
}
li.posli1-mobile .posimg-mobile ,li.posli2-mobile .postext-mobile ,li.posli3-mobile .posimg-mobile,li.posli4-mobile .postext-mobile ,.jt-mobile-down{
    top: calc(100vw / 2 - 100vw / 6);
}
.jt-mobile-up {
    top: calc(100vw / 2 - 100vw / 6 - 12px); 
}
li.posli1-mobile h3,li.posli3-mobile h3,li.posli2-mobile h3,li.posli4-mobile h3{
    top:calc((100vw / 2 - 100vw / 6) / 4);
}
li.posli1-mobile span,li.posli3-mobile span,li.posli2-mobile span,li.posli4-mobile span{
    top:calc((100vw / 2 - 100vw / 6) / 1.666);
}
#wenti{
    width: 100%;
}
.news_list li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hangju a {
    font-size: 16px;
}
.path-l {
    width: 520px;
}
.xqqd{
    list-style-type: none;
    padding-inline-start: 10px;
}
.xqqd li{
    margin-bottom:10px;
}

.xqqd li i {
    font-style: normal;
    padding-right: 5px;
    width: 40%;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    padding: 5px;
    background-color: #f1f1f6;
    text-align: center;
}
.GoodsRecommendCard {
    position: relative;
    z-index: 0;
    display: block;
    width: 390px;
    max-width: 100%;
    min-height: 88px;
    margin: 1em auto;
    border-radius: 8px;
    background-color: #f6f6f6;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
  }
  .CPSCommonCard {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      z-index: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      width: 100%;
      max-width: 400px;
      min-height: 88px;
      padding: 14px;
      cursor: pointer;
      overflow: hidden;
  }
  .CPSCommonCard-imageBox {
      position: relative;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      height: 100px;
      width: 100px;
      border-radius: 6px;
      overflow: hidden;
  }
  .CPSCommonCard-image {
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
  }
  .CPSCommonCard-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-left: 12px;
  }
  .CPSCommonCard-info, .CPSCommonCard-title {
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  .CPSCommonCard-title {
      color: #121212;
      font-size: 16px;
      line-height: 20px;
      max-height: 40px;
      font-weight: 500;
      font-synthesis: style;
      display: -webkit-box;
      text-overflow: ellipsis;
      word-break: break-all;
      -webkit-line-clamp: 2;
  }
  .CPSCommonCard-subtitle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 6px;
  }
  .CPSCommonCard-subtitle-text {
      color: grey;
      font-size: 12px;
      line-height: 16px;
      margin-right: 12px;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      font-weight: 500;
      font-synthesis: style;
  }
  .CPSCommonCard-tool {
      margin-top: auto;
      -ms-flex-align: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      overflow: hidden;
  }
  .CPSCommonCard-button, .CPSCommonCard-tool {
      height: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
  }
  .css-339j4i {
      color: rgb(255, 80, 26);
  }
  .CPSCommonCard-button {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-item-align: start;
      align-self: flex-start;
      -ms-flex-align: center;
      color: #fd5409;
      font-size: 13px;
      line-height: 18px;
      font-weight: 600;
      font-synthesis: style;
  }
  .GoodsRecommendCardPrice {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 18px;
      margin-right: auto;
      line-height: 18px;
      font-family: ZHVipFont;
      font-size: 15px;
      color: #fd5409;
      overflow: hidden;
  }
  .GoodsRecommendCardPrice-sell {
      font-weight: 500;
      font-size: 16px;
      font-family: ZHVipFont;
  }
  .title-xhs{
    font-size: 18px;
    font-weight: 600;
    color: #000;
  }
  .form-control {
    width: 840px !important;
}

@media screen and (max-width:1200px){

     /*定义滚动条轨道*/
     ::-webkit-scrollbar-track
     {
         background-color: #F5F5F5;
         -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.22);
     }
     /*定义滚动条高宽及背景*/
     ::-webkit-scrollbar
     {
         width: 3px;
         background-color: rgba(0, 0, 0, 0.34);
     }
     /*定义滚动条*/
     ::-webkit-scrollbar-thumb
     {
         background-color: #8b8b8b;
         border-radius: 10px;
     }
    body {
        min-width: 300px;
        width: 100%;
    }
    #web,.nav,.c-left,.path .path-r,.floortwo,.banner_pc{
        display: none;
    }
    .wd {
        width: 100%;
    }
    .header {
        height: 50px;
        background: #b3ffeb;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    .logo {
        float: none;
        padding: 8px 15px;
        display: inline-block;
        width: calc(100% - 100px);
    }
    .logo a {
        line-height: 30px;
        font-size: 16px;
    }
    .logo a img {
        width:104px;
        height: 40px;
    }
    .logo a img.img-circle {
        width: 30px;
        height: 30px;
    }
    .floortwo-mobile {
        margin-bottom: 50px;
    }
    .navbar-toggle ,.mobile50,.floortwo-mobile,.ispcnone,.banner_mobile{
        display: block;
    }
    .banner_mobile .hd{
        bottom: 2px;
    }
    .banner,.banner .bd ul,.banner .bd li {
        height:var(--my-height) !important;
        background-size: 100% !important;
    }
    .path-l {   
        background-position-x: 10px;
        width: 100%;
    }
    .path-l p {
        font-weight: bold;
    }

    /* 首页 */
    .menu_title {
        height: 100px;
    }
    .menu_title p {
        margin-top: 20px;
    }
    .news {
        height: auto;
    }
    .news_list {
        margin-top: 10px;
    }
    .wrap ,.news_list ul {
        width: 100%;
    }

    .news_list li {
        float: left;
        width: 44%;
        margin-right: 2%;
        padding: 2%;
        margin-bottom: 2%;
    }
    .news_list li:nth-child(2n) {
        margin-right: 0;
    }
    .news_list li p {
        width: 100%;
        float: left;
        background: #0bbdae;
    }
    .news_list li:hover{
        width: 44%;
        padding: 2%;
        margin-bottom: 2%;
    }
    .news_list li img{
        width: 100% !important;
    }
    .show_more {
        margin: 20px auto !important;
    }
    /* 列表 */
    .product ul {
        height: auto !important;
        margin-bottom: 50px;
        position: inherit;
    }
    .product li {
        float: none !important;
        width: 44% !important;
        margin: 0 !important;
        margin-right: 2% !important;
        padding: 2% !important;
        height: auto !important;
        display:inline-block;
        box-shadow: 0px 0px 4px 2px rgb(227 227 227 / 50%);
    }
    .product li:nth-child(2n) {
        margin-right: 0 !important;
    }
    .product img {
        max-width: 100% !important;
    }
    .product .img ,.product .text {
        width: auto !important;
        font-size: 16px !important;
    }
    .path {
        width: auto;
        margin: 5px 0px 10px 0px;
    }
    #shows {
        width: auto;
        margin: 10px;
        text-indent: 2em;
    }
    /* 产品 */
    .c-right {
        width: 100%;
        padding-left: 0;
        padding-top: 5px;
    }
    .bgcolor {
        padding-top: 0px;
    }
    .pro-content {
        margin-top: 0px;
        width: 100%;
        margin-bottom: 10px;
    }
    .pro-content .proimg {
        float:none !important;
    }
    .mod18 {
        width: var(--my-width);
    }
    .mod18 .picBox {
        width: var(--my-width) ;
        height:var(--my-width) ;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }
    .mod18 .picBox ul {
        height:var(--my-width) ;
    }
    .mod18 .picBox li {
        padding-left: 10px;
        padding-right: 10px;
        width: var(--my-width10) ;
        height:var(--my-width10) ;
    }
    .mod18 .cf a {
        width: var(--my-width10) ;
        height:var(--my-width10) ;
    }
    .mod18 .picBox li img{
        width: var(--my-width10) ;
        height:var(--my-width10) ;
    }
    .mod18 #prevTop, .mod18 #nextTop {
        top: var(--my-height);
        z-index: 99;
    }
    .mod18 .listBox {
        width: var(--my-width);
    }
    .mod18 #prev, .mod18 #next {
        top: calc(var(--my-width) + 20px) ;
    }
    .pro-show {
        width: auto;
        float:none !important;
        margin:10px;
    }
    .pro-show1 {
        width: 100%;
        float: none;
    }
    .lanrenzhijia {
        width: auto;
        padding: 10px;
    }
    .lanrenzhijia .title-list {
        margin-left: 0px;
        width: calc(100vw - 150px );
    }
    .lanrenzhijia .title-list li,.lanrenzhijia .title-list p {
        width: calc( (100vw - 150px) / 2 );
    }
 
    .form-control {
        width: calc( 100vw - 105px ) !important;
    }
    .b-product {
        width: auto;
    }
    .xgsccorll {
        margin-top: 10px;
    }
    .proscroll {
        padding-left: 0px;
        margin-bottom: 0;
        width: auto;
        height: auto;
    }
    .proscroll li{
        height: calc( (100vw - 20px) / 2 ) !important;
        width: calc( (100vw - 20px) / 2 ) !important;
        margin: 5px !important;
    }
    .proscroll ul li img {
        width: 100%;
        height: 100%;
    }
    .proscroll ul li h4 {
        width: 100%;
    }
    #dituContent{
        float: none  !important;
        width: auto !important;
    }
    #wenti{
        width: auto;
    }
    .footer {
        /* display: none; */
    }
    .link {
         display: none; 
    }
    ul.dropdown-menu {
        display: block;
        background-color: #46d2c7;
    }
    .article-list .media .media-body {
        padding-left: 15px;
    }
    .article-list .media .media-left {
        height: auto;
    }
    .news_list li img {
        height: auto !important;
    }
}
@media (min-width: 768px){
    .form-control {
        width: 620px !important;
    }
}
@media (min-width: 992px){
    .form-control {
        width: 820px !important;
    }
}

@media (min-width: 1200px){
    .form-control {
        width: 820px !important;
    }
    .logo{
        display: none;
    }
}

@media screen and (max-width:768px){

}

