@media screen and (max-width: 1200px) {
    html, body {
      font-size: 12.5px;
}

/* 二级导航栏定义开始 */
.nav_about_us {
    height: 9.6875rem;
  }
  .aboutBOx{
    width: 90.6%;
  }
  .nav_aboutLeft ul li {
    margin-right: 0rem;
  }
  
  .nav_aboutLeft ul {
    font-size: 2.5rem;
  }
  .nav_aboutLeft ul li:nth-child(1) span img {
    width: 3.43203125rem;
  }
  .nav_about_us_right{
    width: 21.75rem;
  }
  .nav_about_us_right .aboutclass{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
  .secletUl{
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    right: -1.875rem;
    top: 9.6875rem;
    width: 21.75rem;
    height: auto;
    background: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.16); 
    z-index: 10;
    overflow: hidden;
  }
  .secletUl li{
    height: 100%;
    display: flex;
    opacity: 1;
    margin-left: 2.25rem;
  }
  .secletUl li:first-child{
    margin-top: 2rem;
  }
  .secletUl li{
    margin-bottom: 2.75rem;
  }
  .secletUl li:last-child{
    margin-bottom: 2rem;
  }

  .aboutInner{
    width: 100%;
    display: block;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 3rem;
    opacity: 1;
  }
  .aboutInner , .aboutclass ul li{
    border-bottom: none;
    font-size: 2.5rem;
    font-weight: 400;
  }
  /* .aboutclass ul li */
  .activq{
    color: #fd3b14;
    border-bottom: solid .15rem rgba(0, 0, 0, 0);
    opacity: 1;
  }
  
  .us_rightLi:hover ,.aboutInner:hover{
    border-bottom: none;
  }
  .nav_about_us_right li , .aboutInner{
    margin-right: 0rem;
  }
  .selctsj{
    display: block;
  }
  .selctsj img{
    width: 2.125rem;
    height: 1.25rem;
  }
  /*二级导航栏结束*/


.query_box{
  width: 92%;
  margin-bottom:9.5rem;
  margin-top: 9.5rem;
}
.query_title .query_tbox{
  height: 9.625rem;
  background-color: #EEEEEE;
  border-radius:  2.5rem 2.5rem 0px 0px;
}
.query_title .query_tbox li{
  width: 33.33%;
  height: 100%;
  
}
.query_title .query_tbox li span{
  height: 100%;
  font-size: 2.5rem;
  letter-spacing: 0.3rem;
  /* animation: spanfir 0.8s ease 1; */
  border-radius:  2.5rem 2.5rem 0px 0px;
}

@keyframes spanfir{
  0%{
    height: 100%;
    /* color: #c21f30; */
  }
  100%{
    height: 100%;
    font-size: 2.5rem;
  }
}

.query_title .query_tbox li:hover span{
  font-size: 3rem;
}

.query_title .query_tbox li span.active{
  height: 100%;
  font-size: 3rem;
  border-radius:  2.5rem 2.5rem 0px 0px;
  box-shadow: 0px -4px 7px 0px rgba(0,0,0,0.08);
  animation: spanact 0.7s ease 1;
}
@keyframes spanact{
  0%{
    height: 100%;
  }
  100%{
    height: 100%;
    font-size: 3rem;
  }
}
.query_inner{
  width: 100;
  /* height:7.7rem ; */
  border-radius:  0px 0px 2.5rem 2.5rem;
  box-shadow: 0px 0px 2.5rem 0px rgba(0,0,0,0.05);  
  padding-top: 5.125rem;
}

.query_inner .query_ibox{
  width: 91.3%;
  margin: auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  
}

.query_inner .query_ibox li{
  width: 30.4%;
  height: 8rem;
  display: flex;
  flex-direction:column;
  align-items: flex-start;
  margin-top: 1.2rem;
  margin-bottom: 1.75rem;
  cursor: pointer;
}

.query_inner .query_ibox li aside{
  display: none;
}

.query_inner .query_ibox li .input{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 1.25rem;
}
.query_inner .query_ibox li .input .input_input{
  margin-left: 2.375rem;
  font-size: 2.25rem;
}

.query_inner .query_ibox li .input img{
  
  margin-right: 2.9225rem;
}
.query_inner .query_ibox li .input .selectimg{
  width: 2.0375rem;
  height: 1.01625rem;
}

.query_inner .query_ibox li .query_btn{
  width: 30.25rem;
  height: 8rem;
  border-radius: 1.25rem;
  font-size: 3rem;
  position: absolute;
  bottom: -30px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.query_inner .query_ibox li:nth-child(4){
  width: 100%;
}
.query_inner .query_ibox li:nth-child(5){
  width: 47.6%;
}

.query_inner .query_ibox li:nth-child(6){
  width: 47.6%;
  margin-left: 4.7%;
  margin-bottom: 7.75rem;
}

.query_inner .query_ibox .start_box{
  position: absolute;
  top: 10rem;
  width: 23.9375rem;
  border-radius: 1.25rem;
  box-shadow: 0px 1px 0.5rem 0px rgba(0,0,0,0.16);
}

.query_inner .query_ibox li:nth-child(1) .start_box{
  width: 24rem;
  height:auto;
}

.query_inner .query_ibox li:nth-child(2) .start_box{
  width: 24rem;
  height:28rem;
}

.query_inner .query_ibox li:nth-child(4) .start_box{
  width:100%;
  height:auto;
  top: 170px;
}

.query_inner .query_ibox .start_box::-webkit-scrollbar{
  width: 0.625rem;
  border-radius: 1.25rem;
  right: 0;
  top: 0;
}
 /*滚动条里面小方块*/
 .query_inner .query_ibox .start_box::-webkit-scrollbar-thumb { 
  border-radius:  1.25rem;
}
.query_inner .query_ibox .start_box .start li{
  width: 100%;
  height: 3.125rem;
  flex-wrap: row nowrap;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding-top: 2px;
  padding-bottom: 2px;
 }

 .query_inner .query_ibox .start_box .start li span{
  margin-left: 1.5rem;
  font-size: 2.25rem;
}

.query_inner .query_ibox li:first-child{
  margin-left: 0;
}

#rgbj{
  margin-bottom: 25.45rem;
}

#rgbj .query_ibox li:nth-child(3){
  width: 30.43%;
}

#rgbj .query_ibox li:nth-child(4){
  width: 47.6%;
}

#rgbj .query_ibox li:nth-child(4) .start_box{
  width: 47.6%;
}

#rgbj .query_ibox li:nth-child(5){
  width: 47.6%;
}

.shipping_box{
  width: 92%;
  height: auto;
  border-radius: 2.5rem;
  margin: auto auto 7.03125rem auto;
  box-shadow: 0px 0px 6.5rem 0px rgba(0,0,0,0.05);
  padding-bottom: 3.94875rem;
}

.shipping_box .shipping_top{
  width: 91.3%;
  margin:  auto auto 2.8125rem auto;
  justify-content: space-between;
}
.shipping_box .shipping_bottom{
  width: 91.3%;
  margin:  auto;
}
.shipping_box .shipping_top .shipping_topin{
  margin-top: 4.08125rem;
  margin-right: 0;
  width: 47.6%;
  height: 8rem;
}
.shipping_box .shipping_top .shipping_topin section{
  display: none;
}
.shipping_box .shipping_top .shipping_topin .input{
  width:100%;
  height: 100%;
  border-radius: 1.25rem;
}
.shipping_box .shipping_top .shipping_topin .input .input_input{
  margin-left: 2.375rem;
  font-size: 2.25rem;
}
.shipping_box section div .input .selectimg{
  width:2.0375rem;
  height: 1.01625rem;
  margin-right: 2.51rem;
}
.shipping_topin .start_box{
  width: 100%;
  right: 0px;
  top: 8.75rem;
  border-radius: 1.25rem;
  box-shadow: 0px 1px 1.25rem 0px rgba(0,0,0,0.16);
}

.shipping_topin .start_box .start li{
  width: 100%;
  height: 3.125rem;
  display: flex;
  flex-wrap: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size:2.25rem
}
.shipping_topin .start_box .start li span{
  margin-left: 1.5rem;
}
.shipping_topin .start_box .start li div{
  width: 2rem;
  height: 2rem;
  margin-right: 1.5rem;
  border-radius: 0.5rem;
}
.shipping_box section:last-child{
  font-size: 2.5rem;
}

.detailed_price{
  width: 92%;
  border-radius: 2.5rem;
  box-shadow: 0px 0px 6.25rem 0px rgba(0,0,0,0.05);
  margin-bottom: 9.625rem;
}
.detailed_price .detailed_pbox{
  width: 90.43%;
  padding-top: 6.9575rem;
}
.detailed_price .detailed_pbox .detailed_pinner{
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 4rem;
}
.detailed_price .detailed_pbox .detailed_pinner .detailed_pleft{
  margin-bottom: 1.375rem;
}
.detailed_price .detailed_pbox .detailed_pinner .detailed_pleft section{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.detailed_price .detailed_pbox .detailed_pinner .detailed_pleft section span{
  width: 48%;
}

.detailed_pleft section .detailed_bianhao{
  font-size: 2.25rem;
  font-weight: 400;
  text-align: left;
  color: #909090;
  margin-bottom: 0rem;
}
.detailed_pleft section span:last-child{
  font-size: 2.25rem;
  color: #909090;
}

.detailed_price .detailed_pbox .detailed_pinner .detai_left{
  width: 12.125rem;
  height: 12.125rem;
  margin-right: 3.75rem;
}
.detailed_price .detailed_pbox .detailed_pinner .detai_left img{
  height: auto;
}

.detailed_pmiddle{
  display: flex;
  flex-direction: row;
  justify-content: none;
}

.detailed_pmiddle span{
  width: 48%;
  font-size: 2.25rem;
  margin-bottom:1.375rem ;
  color: #909090;
}

.detailed_pmiddle  span:first-child{
  margin-bottom:0rem;
}

.detailed_pmiddler{
  flex-direction: column-reverse;
  justify-content:space-between;
}
.detailed_pmiddler section{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 5.25rem;
}

.detailed_pmiddler section span{
  display: flex;
  align-items: flex-end;
  color: #909090;
}

.detailed_pmiddler section span:first-child{
  font-size: 2.25rem;
  font-weight: 400;
  color: #909090;
}
.detailed_pmiddler section span:nth-child(2){
  font-size: 2.25rem;
}
.detailed_pmiddler section span:nth-child(3){
  font-size: 2.25rem;
}
.detailed_pmiddler section span:last-child{
  font-size: 2.25rem;
}

.detailed_pmiddler div{
  display: flex;
  flex-direction: row;
  align-items: center;
  
}

.detailed_pmiddler div span:first-child{
  font-size: 2.25rem;
}

.detailed_pmiddler div span:nth-child(2){
  font-size: 2.25rem;
}

.detailed_pmiddler div span:nth-child(3){
  font-size: 2.5rem;
}

.detailed_pright{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: -2.25rem;
}
.detailed_pright section{
  width: 21.25rem;
  height: 8rem;
  border-radius: 1.25rem;
}

.detailed_pright section input{
  width: 100%;
  height: 100%;
  font-size: 3rem;
}
.detai_right{
  width: 95%;
}
.detai_right .detai_top{
  width: 100%;
  margin-bottom: 1.375rem;
}
.detai_right .detai_top h5{
  font-size: 3rem;
}

.detai_right .detai_bottom{
  flex-direction: column;
  justify-content: auto;
  position: relative;
}


}


@media screen and (max-width: 1115px) {
    html, body {
      font-size: 12px;
    }
  }
  
  @media screen and (max-width: 1104px) {
    html, body {
      font-size: 11.5px;
    }
  }
  
  @media screen and (max-width: 1056px) {
    html, body {
      font-size: 11px;
    }
  }
  
  @media screen and (max-width: 1008px) {
    html, body {
      font-size: 10.5px;
    }
  }
  
  @media screen and (max-width: 960px) {
    html, body {
      font-size: 10px;
    }
  }
  
  @media screen and (max-width: 912px) {
    html, body {
      font-size: 9.5px;
    }
  }
  
  @media screen and (max-width: 864px) {
    html, body {
      font-size: 9px;
    }
  }
  
  @media screen and (max-width: 816px) {
    html, body {
      font-size: 8.5px;
    }
  }
  
  @media screen and (max-width: 768px) {
    html, body {
      font-size: 8px;
    }
  }
  
  @media screen and (max-width: 720px) {
    html, body {
      font-size: 7.5px;
    }
  }
  
  @media screen and (max-width: 672px) {
    html, body {
      font-size: 7px;
    }
  }
  
  @media screen and (max-width: 624px) {
    html, body {
      font-size: 6.5px;
    }
  }
  
  @media screen and (max-width: 576px) {
    html, body {
      font-size: 6px;
    }
  }
  
  @media screen and (max-width: 528px) {
    html, body {
      font-size: 5.5px;
    }
  }
  
  @media screen and (max-width: 480px) {
    html, body {
      font-size: 5px;
    }
  }
  @media screen and (max-width: 432px) {
    html, body {
      font-size: 4.5px;
    }
  }
  
  @media screen and (max-width: 384px) {
    html, body {
      font-size: 4px;
    }
  }
  
  @media screen and (max-width: 336px) {
    html, body {
      font-size: 3.5px;
    }
  }
  
  @media screen and (max-width: 288px) {
    html, body {
      font-size: 3px;
    }
  }