@media screen and (min-width:769px) {
  .write-bg {
    background: #fff;
    padding-bottom: 60px;
  }
  
  .write-bg h3 {
    font-size: 30px;
    color: #000000;
    text-align: center;
    line-height: 1.4;
    padding: 52px 0 45px;
    font-weight: normal;
  }

  .tab-price {
    padding: 0 40px 30px;
    /*height: 40px;*/
  }

  .tab-price .price-prev, .tab-price .price-next {
    width: 50px;
    height: 40px;
    float: left;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

  /*  center #f2f4f7 */
  .tab-price .price-prev {
    background: url(../../../images/price-prev.png) no-repeat;
  }
  /*  center #ff7e00 */
  .tab-price .price-prev:hover {
    background: url(../../../images/price-prev02.png) no-repeat;
  }

  .tab-price .price-next {
    background: url(../../../images/price-next.png) no-repeat;
  }

  .tab-price .price-next:hover {
    background: url(../../../images/price-next02.png) no-repeat;
  }

  .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }

  .tab-price .swiper-container {
    width: 1000px;
    margin: 0 10px;
    padding-bottom: 10px;
    float: left;
    overflow: hidden;
  }

  .tab-price .swiper-container .swiper-wrapper {
    position: relative;
    left: 0;
    display: table;
    white-space: nowrap;
    font-size: 0;
  }

  .swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  .tab-price .swiper-container .swiper-wrapper .swiper-slide {
    width: auto;
    overflow: hidden;
    float: none;
    display: inline-block;
    font-size: 14px;
  }

  .tab-price .swiper-container .swiper-wrapper .swiper-slide .pricetab-title {
    color: #333333;
    font-size: 18px;
    cursor: pointer;
    line-height: 40px;
    background: #f2f4f7;
    margin-right: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 40px;
  }

  .tab-price .swiper-container .swiper-wrapper .swiper-slide .on {
    background: #ff7e00;
    color: #fff;
  }

  .tab-price .swiper-container .swiper-wrapper .swiper-slide .pricetab-title:hover {
    background: #ff7e00;
    color: #fff;
  }
  
  .tab-price .swiper-container .swiper-wrapper .swiper-slide .pricetab-title p {
    padding: 0 10px;
    position: relative;
  }

  .tab-price .swiper-container .swiper-wrapper .swiper-slide .on p i {
    width: 20px;
    height: 14px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    background: url(../../../images/tab.png) no-repeat center;
  }
  
  .price-tabcont .price-tc-main {
    display: none;
  }
  
  .price-tabcont .active {
    display: block;
  }
  
  .hy-data {
    width: 865px;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #333;
  }
  
  .hy-data span {
    display: block;
    float: left;
    line-height: 28px;
  }
  
  .hy-data .pe-tit {
    font-size: 18px;
  }
  
  .hy-data .pe-smtit {
    font-size: 16px;
  }
  
  .hy-data .datainput {
    float: left;
    background: #fcfcfc;
    margin-right: 30px;
    width: 180px;
    height: 28px;
  }
  
  .datainput .el-input {
    position: relative;
    font-size: 14px;
    display: flex;
    width: 100%;
    top: 0px;
    align-items: center;
  }
  
  .datainput .el-input__inner {
    -webkit-appearance: none;
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 26px;
    line-height: 40px;
    outline: 0;
    padding: 0 30px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
  }
  
  .datainput .el-input__prefix, .el-input__suffix {
    position: absolute;
    top: -8px;
    height: 100%;
    color: #C0C4CC;
    text-align: center;
  }
  
  .hy-data a {
    text-align: center;
    float: left;
    display: block;
    width: 68px;
    height: 28px;
    background: #ff7e00;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

  .hy-results {
    width: 865px;
    margin: 0 auto;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  .hy-results table {
    width: 100%;
    border: 0;
  }
  
  .hy-results table tr td {
    width: 50%;
    text-align: center;
    border: 2px solid #ededed;
    line-height: 42px;
    color: #666666;
    font-size: 16px;
  }
  
  .hy-results table tr.thead td {
    background: #ededed;
    color: #333333;
    font-size: 18px;
  }
  
  .h-pagenums {
    text-align: center;
    margin-top: 80px;
  }
  
  .h-pagenums a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid #d8d8d8;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    margin-right: 10px;
  }
  
  .h-pagenums .gray {
    background: #ededed;
    border-color: #ededed;
    color: #999;
  }
  
  .h-pagenums a.long {
    width: 70px;
  }
  
  .h-pagenums a:hover, .h-pagenums a.cur {
    color: #fff;
    background: #ff7e00;
    border-color: #ff7e00;
  }
  
  .h-pagenums .gray:hover {
    background: #ededed;
    border-color: #ededed;
    color: #999;
  }
}
@media screen and (max-width:768px) {
  .write-bg {
    background: #fff;
    padding-bottom: 30px;
  }
  
  .write-bg h3 {
    font-size: 20px;
    padding:20px 15px 0;
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
    font-weight: normal;
  }
  
  .tab-price {
    display: flex;
    padding: 0 15px 30px;
  }

  .tab-price .price-prev, .tab-price .price-next {
    width: 40px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

  /*  center #f2f4f7 */
  .tab-price .price-prev {
    background: url(../../../images/price-prev.png) no-repeat;
    background-size: 100% 100%;
  }
  /*  center #ff7e00 */
  .tab-price .price-prev:hover {
    background: url(../../../images/price-prev02.png) no-repeat;
    background-size: 100% 100%;
  }

  .tab-price .price-next {
    background: url(../../../images/price-next.png) no-repeat;
    background-size: 100% 100%;
  }

  .tab-price .price-next:hover {
    background: url(../../../images/price-next02.png) no-repeat;
    background-size: 100% 100%;
  }

  .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }

  .tab-price .swiper-container {
    width: calc(100% - 110px);
    overflow: hidden;
    margin: 0 10px;
    float: left;
  }

  .tab-price .swiper-container .swiper-wrapper {
    position: relative;
    left: 0;
    display: table;
    white-space: nowrap;
    font-size: 0;
  }

  .swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  .tab-price .swiper-container .swiper-wrapper .swiper-slide {
    width: auto;
    overflow: hidden;
    float: none;
    display: inline-block;
    font-size: 14px;
    box-sizing: border-box;
  }

  .tab-price .swiper-container .swiper-wrapper .swiper-slide .pricetab-title {
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    line-height: 30px;
    background: #f2f4f7;
    margin-right: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 30px;
  }

  .tab-price .swiper-container .swiper-wrapper .swiper-slide .on {
    background: #ff7e00;
    color: #fff;
  }

  .tab-price .swiper-container .swiper-wrapper .swiper-slide .pricetab-title:hover {
    background: #ff7e00;
    color: #fff;
  }
  
  .tab-price .swiper-container .swiper-wrapper .swiper-slide .pricetab-title p {
    padding: 0 10px;
    position: relative;
  }

  .tab-price .swiper-container .swiper-wrapper .swiper-slide .on p i {
    width: 20px;
    height: 14px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    background: url(../../../images/tab.png) no-repeat center;
  }

  .price-tabcont .price-tc-main {
    display: none;
  }
  
  .price-tabcont .active {
    display: block;
  }
  
  .hy-data {
    /* width: 865px;
    margin: 0 auto; */
    color: #333;
    padding: 0 15px 15px;
  }
  
  .hy-data span {
    /* display: block; */
    float: left;
    line-height: 28px;
  }
  
  .hy-data .pe-tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .hy-data .pe-smtit {
    font-size: 16px;
  }
  
  .hy-data .datainput {
    float: left;
    background: #fcfcfc;
    margin-right: 30px;
    width: 180px;
    height: 28px;
  }
  
  .datainput .el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    top: 0px;
  }
  
  .datainput .el-input__inner {
    -webkit-appearance: none;
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 26px;
    line-height: 26px;
    outline: 0;
    padding: 0 30px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
  }
  
  .datainput .el-input__prefix, .el-input__suffix {
    position: absolute;
    top: -6px;
    height: 100%;
    color: #C0C4CC;
    text-align: center;
  }
  
  .hy-data a {
    text-align: center;
    float: left;
    display: block;
    width: 68px;
    height: 28px;
    background: #ff7e00;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  
  .hy-results {
    width: 95%;
    margin: 0 auto;
    overflow: auto;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  .hy-results table {
    width: 100%;
    border: 0;
  }
  
  .hy-results table tr td {
    width: 50%;
    text-align: center;
    border: 2px solid #ededed;
    line-height: 42px;
    color: #666666;
    font-size: 14px;
  }
  
  .hy-results table tr.thead td {
    background: #ededed;
    color: #333333;
    font-size: 16px;
  }

  .tableSliderTip {
    width: 24px;
    height: 60px;
    position: absolute;
    top: 275px;
    right: 0;
    color: #a9a2a2;
    z-index: 1000;
    overflow: hidden;
  }
  .tableSliderS {
      width: 30px;
      height: 20px;
      overflow: hidden;
      position: relative;
      left: -10px;
  }
  .tableSliderS ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    height: 100%;
    position: absolute;
    left: -64px;
    animation: tableSliderMove 2s linear infinite;
  }
  .tableSliderS ul li {
      height: 100%;
      width: 12px;
      flex-shrink: 0;
  }
  
  .h-pagenums {
    text-align: center;
    margin-top: 80px;
  }
  
  .h-pagenums a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid #d8d8d8;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    margin-right: 10px;
  }
  
  .h-pagenums .gray {
    background: #ededed;
    border-color: #ededed;
    color: #999;
  }
  
  .h-pagenums a.long {
    width: 70px;
  }
  
  .h-pagenums a:hover, .h-pagenums a.cur {
    color: #fff;
    background: #ff7e00;
    border-color: #ff7e00;
  }
  
  .h-pagenums .gray:hover {
    background: #ededed;
    border-color: #ededed;
    color: #999;
  }
}
.hy-data a.return-btn {
  background: #ededed;
  color: #333;
  margin-left: 10px;
}

