@media only screen and (max-width: 1280px) {
  .content {
    width: 95%;
  }

  /*首页*/
  .head_con {
    height: 130px;
  }
  .nav {
    display: none;
  }
  .menu {
    position: absolute;
    top: 55px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40px;
    height: 50px;
    transition: transform 250ms ease;
    cursor: pointer;
    z-index: 200;
    display: block;
  }
  .menu span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 3px;
    background: #333;
    transition: transform 250ms ease;
    z-index: 200;
  }
  .menu span:nth-of-type(1) {
    transform: translateY(-6px);
  }
  .menu span:nth-of-type(3) {
    transform: translateY(6px);
  }
  #menu {
    display: none;
  }
  #menu:checked ~ .menu {
    background-color: transparent;
    transition: transform 250ms ease;
  }
  #menu:checked ~ .menu span {
    background-color: #fff !important;
    transition: transform 250ms ease;
    margin: 0;
  }
  #menu:checked ~ .menu span:nth-of-type(1) {
    transform: translateY(1px) rotate(45deg);
    width: 100% !important;
  }
  #menu:checked ~ .menu span:nth-of-type(2) {
    display: none;
  }
  #menu:checked ~ .menu span:nth-of-type(3) {
    transform: translateY(-1px) rotate(-45deg);
    width: 100% !important;
  }
  #menu:checked ~ .nav02 {
    display: block;
    transition: 500ms ease;
  }
  .nav02 {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 6% 0;
    box-sizing: border-box;
    overflow-y: scroll;
    background: #7fa04b;
    transition: 500ms ease;
    z-index: 99;
    display: none;
  }
  .nav02 li {
    position: relative;
    display: block;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.38);
    font-size: 28px;
    line-height: 90px;
    text-indent: 5%;
    color: #fff;
  }
  .nav02 li a {
    position: relative;
    display: block;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav02 li h1 {
    font-size: 28px;
    line-height: 90px;
    font-weight: normal;
    background: url(../images/arrow_01.png) no-repeat 95% center;
    background-size: 15px 26px;
  }
  .nav02 li.current h1 {
    background: url(../images/arrow_02.png) no-repeat 95% center;
    background-size: 26px 15px;
  }
  .nav03 {
    width: 100%;
    margin: 0 0 30px 0;
    display: none;
  }
  .nav03 li {
    border: none;
    font-weight: normal !important;
    line-height: 70px;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.8);
  }
  .search_img {
    width: 30px;
    height: 30px;
    margin: 0 75px 0 0;
  }
  .search_box {
    width: 700px;
  }
  .search {
    width: 600px;
  }
  .banner {
    height: 560px;
    margin-top: 128px;
  }
  .bn_txt {
    font-size: 34px;
    line-height: 48px;
  }
  .bn_txt h1 {
    font-size: 60px;
    line-height: 78px;
    margin-bottom: 40px;
  }
  .hy_list ul {
    margin-right: -2%;
  }
  .hy_list li {
    width: 31.33%;
    margin: 0 2% 30px 0;
  }
  .zh_pic {
    height: 150px;
  }
  .con_left {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .con_right {
    float: none;
    width: 100%;
    padding-top: 0;
  }
  .con {
    width: 48%;
  }
  .foot_left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .foot_right {
    float: none;
    width: 100%;
    text-align: center;
  }

  /* 工艺 */
  .gongyi ul {
    margin-right: -3%;
  }
  .gongyi li {
    width: 30.33%;
    margin: 0 3% 34px 0;
  }
  .gongyi_bg {
    height: 300px;
  }

  /* 行业 */
  .hy_pic {
    height: 300px;
  }

  /* 行业-干砂浆, 灰泥 */
  .hy_img {
    width: 290px;
    height: 194px;
  }
  .zhanhui ul {
    margin-right: -3%;
  }
  .zhanhui li {
    width: 30.33%;
    height: 310px;
    margin: 0 3% 30px 0;
  }
  .zhanhui_pic {
    height: 165px;
  }
  .download_txt {
    width: 470px;
  }


  /* 工艺-查找产品-3机器应用 */
  .app_con{
    width: 31%;
  }


  /* 工艺-查找产品-4过程 */
  .process_txt{
    width: 42%;
  }
  .process_right{
    width: 55%;
  }
  .temperature_left{
    width: 15%;
  }
  .temperature_right{
    width: 15%;
  }
  .temperature_line{
    width: 70%;
  }


  /* 工艺-查找产品-5装备 */
  .shebie_pic{
    width: 440px;
    height: 305px;
  }
  .shebie_right{
    width: calc(100% - 440px);
  }
  .shebie_txt{
    width: 40%;
  }
  .shebie_r{
    width: 60%;
  }
  .shebie_radio{
    width: 48%;
  }
  .peijian_grou ul {
    margin-right: -2%;
}
.peijian_grou li {
    width: 48%;
    margin: 0 2% 20px 0;
}


  /* 工艺-查找产品-6控制 */
  .control_basic{
    width: 25%;
  }
  .control_price{
    width: 28%;
  }
  .control_txt{
    width: 47%;
  }
  .control_bot .volume_tit{
    width: 56%;
  }


  /* 工艺-查找产品-7您的信息 */
  .int_w590{
    width: 49%;
  }
  .int_w280{
    width: 23%;
  }
  .int_w290{
    width: 24%;
  }
}

@media only screen and (max-width: 1023px) {
  html {
    font-size: -moz-calc(100vw / 7.5);
    font-size: calc(100vw / 7.5);
  }
  body {
    font-size: 0.28rem;
  }
  img {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  .content {
    width: 92%;
  }

  /*首页*/
  .header{
    height: 1.4rem !important;
  }
  .head_con {
    height: 1.4rem;
  }
  .logo {
    width: 1.4rem;
  }
  .menu {
    top: 0.6rem;
    right: 0.3rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .menu span {
    margin-top: 0.03rem;
  }
  .nav02 {
    padding: 10% 0 5%;
  }
  .nav02 li {
    font-size: 0.28rem;
    line-height: 0.9rem;
  }
  .nav02 li h1 {
    font-size: 0.28rem;
    line-height: 0.9rem;
    background: url(../images/arrow_01.png) no-repeat 95% center;
    background-size: 0.15rem 0.26rem;
  }
  .nav02 li.current h1 {
    background: url(../images/arrow_02.png) no-repeat 95% center;
    background-size: 0.26rem 0.15rem;
  }
  .nav03 {
    margin: 0 0 0.3rem 0;
  }
  .nav03 li {
    line-height: 0.7rem;
    font-size: 0.26rem;
  }
  .search_img {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.95rem 0 0;
  }
  .search_box {
    width: 6.2rem;
    height: 1.34rem;
    top: -0.45rem;
  }
  .search {
    width: 5rem;
    height: 0.68rem;
    line-height: 0.66rem;
    border: solid 0.1rem #3c3c3c;
    padding-left: 0.1rem;
    font-size: 0.28rem;
  }
  .banner {
    height: 5.2rem;
    margin-top: 1.38rem;
  }
  .bn_txt {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .bn_txt h1 {
    font-size: 0.5rem;
    line-height: 0.7rem;
    margin-bottom: 0.3rem;
  }
  .banner .swiper-pagination {
    bottom: 0.2rem;
  }
  .banner .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    margin: 0 0.05rem !important;
  }
  .gy_box {
    padding-top: 0.68rem;
  }
  .title {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .title h1 {
    font-size: 0.52rem;
    line-height: 0.7rem;
    margin-bottom: 0.15rem;
  }
  .title h1 img {
    width: 0.6rem;
    height: 0.3rem;
    margin-left: 0.2rem;
  }
  .gy li {
    width: 50%;
    height: 3rem;
    padding-top: 0.6rem;
  }
  .gy_bg {
    display: none;
  }
  .gy li:hover .img01 {
    opacity: 1;
    visibility: visible;
  }
  .gy li:hover .img02 {
    opacity: 0;
    visibility: hidden;
  }
  .gy_con {
    position: static;
  }
  .gy_icon {
    width: 1rem;
    height: 1rem;
    margin: 0 auto 0.4rem;
  }
  .gy_txt {
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.4rem;
  }
  .hy_box {
    padding: 1rem 0 0.5rem;
  }
  .hy_list ul {
    margin-right: -3%;
  }
  .hy_list li {
    width: 47%;
    height: 1rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin: 0 3% 0.3rem 0;
  }
  .hy_list i {
    width: 0.2rem;
    height: 0.1rem;
    margin-left: 0.1rem;
  }
  .zh_bg {
    padding: 0.58rem 0 0.5rem;
  }
  .zh_bg .title {
    margin-bottom: 0.6rem;
  }
  .zh {
    padding-bottom: 0.6rem;
  }
  .zh .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    margin: 0 0.05rem !important;
  }
  .zh_pic {
    height: 3.2rem;
  }
  .zh_line {
    height: auto;
    padding: 0.3rem;
  }
  .zh_time {
    font-size: 0.28rem;
    line-height: 0.44rem;
    height: 0.44rem;
  }
  .zh_txt {
    font-size: 0.28rem;
    line-height: 0.5rem;
    height: 0.5rem;
  }
  .zh_add {
    font-size: 0.28rem;
    line-height: 0.5rem;
    height: 0.5rem;
    padding-left: 0.34rem;
  }
  .zh_add img {
    width: 0.2rem;
    height: 0.26rem;
    top: 0.12rem;
  }
  .contact_box {
    padding: 0.7rem 0 0.74rem;
  }
  .contact_box .title {
    margin-bottom: 0.44rem;
  }
  .con_left {
    margin-bottom: 0.5rem;
  }
  .contact {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .code ul {
    margin-right: -3%;
  }
  .code li {
    width: 2.1rem;
    margin-right: 0.3rem;
  }
  .code h1 {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .code_pic {
    width: 2.1rem;
    height: 2.1rem;
    margin-bottom: 0.1rem;
  }
  .code img {
    width: 1.95rem;
    height: 1.95rem;
  }
  .m12 {
    margin-bottom: 0;
  }
  .m30 {
    margin-bottom: 0.35rem;
  }
  .con {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .con_txt {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .con_txt span {
    padding-left: 0.1rem;
  }
  .conname {
    height: 0.8rem;
    line-height: 0.78rem;
    border-radius: 0.1rem;
    font-size: 0.28rem;
    padding-left: 0.15rem;
  }
  .conmes {
    height: 2rem;
    line-height: 0.38rem;
    border-radius: 0.1rem;
    font-size: 0.28rem;
    padding: 0.12rem 0 0 0.12rem;
  }
  .btn_submit {
    width: 2rem;
    height: 0.6rem;
    font-size: 0.28rem;
  }
  .foot {
    padding: 0.3rem 0;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .foot_left a {
    display: block;
  }

  /* 工艺 */
  .path {
    padding-left: 0.5rem;
    line-height: 0.4rem;
    background-size: 0.35rem 0.3rem;
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
  }
  .gongyi_box {
    padding: 1.8rem 0 0.4rem;
  }
  .gongyi li {
    width: 47%;
    margin: 0 3% 0.34rem 0;
  }
  .gongyi h1 {
    font-size: 0.34rem;
    line-height: 0.6rem;
    height: 0.6rem;
    margin: 0.2rem 0 0.1rem;
  }
  .gongyi_bg {
    height: 3.2rem;
  }
  .gongyi_icon {
    width: 1rem;
    height: 1rem;
  }
  .gongyi_more {
    font-size: 0.26rem;
    line-height: 0.5rem;
  }

  /* 行业 */
  .hang .title{
    margin-bottom: 0.2rem;
  }
  .hy_txt {
    font-size: 0.24rem;
    line-height: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .hy_pic {
    height: 3.2rem;
  }

  /* 行业-干砂浆, 灰泥 */
  .hy_area {
    padding-bottom: 0.36rem;
  }
  .hy_con {
    margin-bottom: 0.2rem;
  }
  .hy_text {
    float: none;
    width: 100%;
    padding: 0.2rem 0;
    line-height: 0.4rem;
    font-size: 0.26rem;
    margin-bottom: 0.4rem;
  }
  .hy_img {
    float: none;
    width: 100%;
    height: 3.9rem;
  }
  .zhanhui li {
    width: 47%;
    height: 4rem;
    margin: 0 3% 0.3rem 0;
  }
  .zhanhui_pic {
    height: 2rem;
  }
  .zhanhui_line {
    padding: 0.2rem;
  }
  .download_box {
    border-radius: 0.2rem;
    padding: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .download_img {
    width: 1rem;
    height: 1rem;
    border-radius: 0.2rem;
  }
  .download_left {
    width: 80%;
    font-size: 0.24rem;
    line-height: 0.34rem;
    padding: 0.1rem 0 0.1rem 0.28rem;
  }
  .download_left h1 {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .download_txt {
    width: 100%;
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 0.4rem;
    margin-top: 0.2rem;
    -webkit-line-clamp: 1;
  }
  .download_icon {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.5rem;
    right: 0.2rem;
  }

  /* 公司简介 */
  .about_box {
    padding: 1.8rem 0 0.6rem;
  }
  .about {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }


  /* 客户服务 */
  .service_pic{
    float: none;
    width: 100%;
    height: 4.5rem;
    margin-bottom: 0.3rem;
  }
  .service_r{
    float: none;
    width: 100%;
    padding: 0;
  }
  .service_r h1{
    font-size: 0.36rem;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
  }
  .service_txt{
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .ser_tit{
    font-size: 0.46rem;
    line-height: 0.7rem;
    padding-top: 0.7rem;
  }
  .ser_top{
    font-size: 0.34rem;
    line-height: 0.5rem;
    padding: 0.24rem 0.4rem 0.24rem 0;
  }
  .ser_top em{
    width: 0.25rem;
    height: 0.25rem;
    right: 0.1rem;
  }
  .ser_con{
    padding: 0.4rem 0 0.2rem;
  }
  .ser_pic{
    float: none;
    width: 100%;
    height: 4.8rem;
    margin-bottom: 0.3rem;
  }
  .ser_right{
    float: none;
    width: 100%;
    padding: 0;
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .ser_right h1{
    font-size: 0.34rem;
    line-height: 0.56rem;
  }


  /* 工艺-混合技术 */
  .youshi_tit{
    font-size: 0.34rem;
    line-height: 0.62rem;
  }


  /* 工艺-查找产品-1体积 */
  .p01{
    padding: 1.8rem 0 0.4rem;
  }
  .p02{
    padding: 0.5rem 0;
  }
  .p03{
    padding: 0.65rem 0 0.3rem;
  }
  .grey{
    padding: 0.7rem 0;
  }
  .typelist li{
    height: 0.7rem;
    margin-right: 0.2rem;
    overflow: visible;
  }
  .typelist .line{
    margin-top: 0;
    background: #ccc;
    width: 0.2rem;
    height: 0.07rem;
  }
  .typelist .text{
    width: 3rem;
    height: 0.6rem;
	  line-height: 0.6rem;
    text-align: left;
    background: none;
    color: #222;
    font-size: 0.28rem;
    position: absolute;
    top: 0.2rem;
    left: 0;
    display: none;
  }
  .typelist li.active{
    width: auto;
  }
  .typelist li.active .line{
    display: block;
    width: 0.5rem;
    background: #7fa04b;
  }
  .typelist li.active .text{
    display: block;
  }
  .typelist li:hover:not(.active, .active ~ li){
    width: auto;
  }
  .typelist li:hover:not(.active, .active ~ li) .line{
    display: block;
    width: 0.5rem;
    background: #7fa04b;
  }
  .typelist li:hover:not(.active, .active ~ li) .text{
    display: block;
  }
  
  .volume_tit{
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin-bottom: 0.4rem;
  }
  .volume{
    width: 95%;
    margin: 0 auto;
    padding-bottom: 0.2rem;
  }
  .volume ul{
    margin-right:0;
    padding: 0;
  }
  .volume li{
    width: 42%;
    height: 4rem;
    margin: 0 4% 0.4rem;
  }
  .volume_top{
    height: 1.8rem;
  }
  .volume_icon{
    width: 0.24rem;
    height: 0.3rem;
  }
  .volume li:nth-child(2) .volume_icon{
    width: 0.25rem;
    height: 0.32rem;
  }
  .volume li:nth-child(3) .volume_icon{
    width: 0.28rem;
    height: 0.34rem;
  }
  .volume li:nth-child(4) .volume_icon{
    width: 0.28rem;
    height: 0.36rem;
  }
  .volume li:nth-child(5) .volume_icon{
    width: 0.3rem;
    height: 0.38rem;
  }
  .volume li:nth-child(6) .volume_icon{
    width: 0.32rem;
    height: 0.4rem;
  }
  .volume li:nth-child(7) .volume_icon{
    width: 0.34rem;
    height: 0.42rem;
  }
  .volume li:nth-child(8) .volume_icon{
    width: 0.36rem;
    height: 0.44rem;
  }
  .volume_dot{
    width: 0.32rem;
    height: 0.32rem;
    bottom: 0.3rem;
  }
  .volume_dot::after {
    width: 0.12rem;
    height: 0.12rem;
  }
  .volume_txt{
    line-height: 0.46rem;
    font-size: 0.34rem;
    bottom: 1rem;
  }
  .volume_label:hover .volume_dot{
    border: solid 1px #cdcdcd;
  }
  .volume_label:hover .volume_bg {
    top: 100%;
  }
  .volume_label:hover .volume_txt{
    color: #222;
  }
  .volume_label:hover .img01 {
    opacity: 1;
    visibility: visible;
  }
  .volume_label:hover .img02 {
    opacity: 0;
    visibility: hidden;
  }
  .page_box{
    padding-top: 0.3rem;
  }
  .page_up{
    width: 30%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    margin-left: 70%;
    margin-bottom: 0.2rem;
  }
  .page_next{
    width: 30%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .page_txt{
    width: 70%;
    line-height: 0.8rem;
    font-size: 0.28rem;
    padding: 0 0.3rem;
  }


  /* 工艺-查找产品-2处理 */
  .machine ul{
    margin-right: 0;
  }
  .machine li{
    float: none;
    width: 100%;
    margin: 0 0 0.3rem 0;
  }
  .machine_pic{
    height: 3.8rem;
  }
  .machine_titbg{
    height: 0.8rem;
    padding: 0 0.1rem 0 0.8rem;
    margin-bottom: 0.2rem;
  }
  .machine_tit{
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .machine li .volume_dot{
    left: 0.25rem;
  }
  .machine_txt li{
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
  }
  .machine_titbg:hover .machine_tit{
    color: #222;
  }
  .machine_titbg:hover::before {
    height: 0;
  }
  .machine_label:hover .volume_dot{
    border: solid 1px #cecece;
  }


  /* 工艺-查找产品-3机器应用 */
  .app_box{
    display: block;
  }
  .app_con{
    float: none;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .app_top{
    margin-bottom: 0.3rem;
  }
  .app_top img{
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto 0.2rem;
  }
  .app_top h1{
    font-size: 0.46rem;
    line-height: 0.7rem;
  }
  .app_arrow{
    display: none;
  }
  .app_cl{
    margin-bottom: 0.2rem;
  }
  .app_cl h1{
    font-size: 0.28rem;
    line-height: 0.7rem;
  }
  .app_ms01{
    height: 2rem;
    padding: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .app_ms02{
    height: 1.4rem;
    padding: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .app_group{
    padding: 0.2rem 0 0.3rem;
  }
  .app_group li{
    font-size: 0.28rem;
    line-height: 0.44rem;
    margin-bottom: 0.3rem;
  }
  .app_group label::before {
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.2rem;
  }


  /* 工艺-查找产品-4过程 */
  .p04{
    padding: 0.5rem 0;
  }
  .process_con{
    padding: 0.3rem 0;
    display: block;
  }
  .process_txt{
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin-bottom: 0.2rem;
  }
  .process_right{
     width: 100%;
  }
  .process_btn{
    width: 48.5%;
    height: 0.8rem;
    margin-right: 3%;
  }
  .process_btn:nth-child(2){
    margin-right: 0;
  }
  .gzd .process_btn{
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .gzd .process_btn:last-child{
    margin: 0 !important;
  }
  .process_choose{
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .process_choose .text{
    font-size: 0.28rem;
    padding-left: 0.9rem;
  }
  .temperature_box {
    height: 0.4rem;
    margin-top: 0.6rem;
  }
  .temperature_left,.temperature_right{
    line-height: 0.4rem;
    font-size: 0.28rem;
  }
  .temperature_line{
    height: 0.05rem;
  }
  .temperature_handle{
    width: 0.18rem;
    height: 0.4rem;
  }
  .temperature_handle:before {
    height: 0.22rem;
  }
  .temperature_value{
    top: -0.4rem;
    font-size: 0.24rem;
  }


  /* 工艺-查找产品-5装备 */
  .p05{
    padding: 0.74rem 0 0.5rem;
  }
  .shebie_pic{
    float: none;
    width: 100%;
    height: 5rem;
    margin: 0 0 0.4rem;
  }
  .shebie_right{
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .shebie_tit{
    font-size: 0.46rem;
    line-height: 0.6rem;
    padding-left: 0;
    margin-bottom: 0;
  }
  .shebie_line{
    padding: 0.3rem 0;
    display: block;
  }
  .shebie_txt{
    width: 100%;
    line-height: 0.56rem;
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .shebie_r{
    float: none;
    width: 100%;
  }
  .shebie_radio{
    width: 49%;
    height: 0.8rem;
    padding-left: 0.8rem;
  }
  .shebei_label{
    height: 0.8rem;
  }
  .shebei_label .text{
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .peijian_tit{
    font-size: 0.28rem;
    line-height: 0.8rem;
  }
  .peijian_grou ul {
    margin: 0;
  }
  .peijian_grou li {
    float: none;
    width: 100%;
    height: 0.8rem;
    font-size: 0.28rem;
    line-height: 0.8rem;
    padding-left: 0.2rem;
    margin: 0 0 0.3rem 0;
  }
  .peijian_grou li label::before {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.2rem;
  }


  /* 工艺-查找产品-6控制 */
  .p06{
    padding: 0.74rem 0 0.6rem;
  }
  .control_box{
    padding-bottom: 0.4rem;
  }
  .control_header{
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.28rem;
    display: block;
    padding-right: 0;
  }
  .control_basic{
    float: left;
    width: 50%;
  }
  .control_price{
    float: left;
    width: 50%;
  }
  .control_table li{
    padding: 0.2rem 0;
    line-height: 0.44rem;
    font-size: 0.28rem;
    font-weight: bold;
    display: block;
  }
  .control_txt{
    width: 100%;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .control_bot{
    margin-top: 0.7rem;
    display: block;
  }
  .control_bot .volume_tit{
    width: 100%;
  }
  .control_bot .volume_tit{
    float: none;
    width: 100%;
  }
  .control_group{
    float: none;
    width: 100%;
  }
  .control_con{
    width: 100% !important;
    height: 1rem;
    padding-left: 1rem;
    margin-top: 0.3rem;
  }
  .control_radio{
    height: 1rem;
  }
  .control_radio .text{
    line-height: 1rem;
    font-size: 0.28rem;
  }
  .control_dot{
    width: 0.32rem;
    height: 0.32rem;
    left: 0.3rem;
  }


  /* 工艺-查找产品-7您的信息 */
  .p07{
    padding: 0.5rem 0;
  }
  .m20{
    margin-bottom: 0.2rem;
  }
  .inf_flx{
    display: block;
  }
  .int_w590{
    width: 100%;
  }
  .int_w280{
    width: 100%;
  }
  .int_w290{
    width: 100%;
  }
  .int_tit{
    font-size: 0.28rem;
    line-height: 0.8rem;
  }
  .int_inp{
    height: 0.82rem;
    line-height: 0.8rem;
    font-size: 0.26rem;
    padding-left: 0.2rem;
  }
  .int_other{
    height: 2.8rem;
    line-height: 0.4rem;
    padding: 0.1rem 0.2rem;
    font-size: 0.26rem;
  }


  /* 工艺-查找产品-8提交完成 */
  .submit_box{
    padding: 0.6rem 0 0.3rem;
  }
  .submit_box img{
    width: 80%;
    margin: 0 auto 0.4rem;
  }
  .submit_box h1{
    font-size: 0.38rem;
    line-height: 0.6rem;
  }


  .form-container {
    height: 0.8rem;
  }
  .form-container select {
    padding: 0.08rem;
    border-radius: 0.1rem;
    font-size: 0.24rem;
  }
  .dropdown-btn {
    height: 0.8rem;
    padding-left: 0.2rem;
    border-radius: 0.1rem;
    font-size: 0.28rem;
  }
  .dropdown-btn:after {
    right: 0.1rem;
    font-size: 0.24rem;
  }
  .dropdown-content {
    border-radius: 0.1rem;
    padding: 0.1rem;
    margin-top: 0.05rem;
  }
  .tabs {
    margin-bottom: 0.1rem;
  }
  .tab {
    padding: 0.08rem 0.15rem;
    margin-right: 0.05rem;
    border-radius: 0.04rem 0.04rem 0 0;
  }
  .option-list {
    max-height: 2.4rem;
  }
  .option-item {
    padding: 0.1rem;
    border-radius: 0.1rem;
  }


  /* 详情 */
  .show_picbox{
    display: block;
    margin-bottom: 0.2rem;
  }
  .show_pic{
    width: 100%;
    margin: 0 0 0.4rem 0;
  }
  .show_pic:nth-child(3){
    margin: 0 0 0.4rem 0;
  }
  .show{
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-bottom: 0.28rem;
  }
  .show span{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .show_tt{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
}
