@charset "UTF-8";

.main .banner {
  height: 578px;

}

.main .banner .nav-wrap .nav-box .nav {
  padding: 0 35px;
}

.main .box .box-content {
  max-width: 1400px;
  margin: auto;
}

.box-content>.list::after {
  width: 429px;
  content: '';
}

.main .box .box-content .crumbs {
  padding: 49px 0 47px;
}

.main .content-wrap1 .box1 .box-content {
  padding: 3px 0 85px;
}

.main .content-wrap1 .box1 .box-content .left {
  line-height: 49px;
  margin-right: 20px;
}

.main .content-wrap1 .box1 .box-content .left .title {
  font-size: 24px;
  color: #0762d5;
}

.main .content-wrap1 .box1 .box-content .left .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.main .content-wrap1 .box1 .box-content .left .item .icon-box {
  width: 36px;
  padding-left: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.main .content-wrap1 .box1 .box-content .left .item .text {
  font-size: 16px;
  color: #1d1d1d;
}

.main .content-wrap1 .box1 .box-content .right {
  width: 702px;
  height: 351px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.main .content-wrap1 .box1 .box-content .right #map {
  width: 100%;
  height: 100%;
}

.main .content-wrap1 .box2 {
  background-color: #F2F5F8;
}

.main .content-wrap1 .box2 .box-content {
  padding: 78px 0 34px;
}

.main .content-wrap1 .box2 .box-content .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.main .content-wrap1 .box2 .box-content .list .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 429px;
  height: 187px;
  background-color: #ffffff;
  border-radius: 10px;
  padding-left: 39px;
  margin-bottom: 55px;
}

.main .content-wrap1 .box2 .box-content .list .item .left {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #0762D5;
  font-size: 16px;
  color: #fff;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.main .content-wrap1 .box2 .box-content .list .item .right .i {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 36px;
}

.main .content-wrap1 .box2 .box-content .list .item .right .i .icon-box {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.main .content-wrap1 .box2 .box-content .list .item .right .i .text {
  font-size: 16px;
  color: #1d1d1d;
}

.main .content-wrap1 .box3 .box-content {
  padding-bottom: 86px;
}

.main .content-wrap1 .box3 .box-content .title {
  font-size: 24px;
  color: #232323;
  padding: 65px 0 42px;
}

.main .content-wrap1 .box3 .box-content .form-box .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.main .content-wrap1 .box3 .box-content .form-box .row .input-box {
  width: calc((100% - 27px) / 2);
}

.main .content-wrap1 .box3 .box-content .form-box .row .textarea-box {
  width: 100%;
  height: 178px;
}

.main .content-wrap1 .box3 .box-content .form-box .row .required {
  position: relative;
}

.main .content-wrap1 .box3 .box-content .form-box .row .required::before {
  content: '*';
  font-size: 20px;
  color: #ff0101;
  position: absolute;
  top: 26px;
  left: 20px;
}

.main .content-wrap1 .box3 .box-content .form-box .agreement-box {
  margin-top: 5px;
}

.main .content-wrap1 .box3 .box-content .form-box .agreement-box .radio {
  width: 26px;
  height: 26px;
  background-color: #F2F5F8;
  cursor: pointer;
  margin-right: 18px;
  border-radius: 3px;
}

.main .content-wrap1 .box3 .box-content .form-box .agreement-box .radio.checked {
  background-image: url("../images/icon/tick.png");
  background-size: 100% 100%;
}

.main .content-wrap1 .box3 .box-content .form-box .agreement-box .text {
  font-size: 16px;
  color: #1d1d1d;
}

.main .content-wrap1 .box3 .box-content .form-box .btn {
  width: 194px;
  height: 53px;
  line-height: 53px;
  background-color: #0762d5;
  border-radius: 10px;
  font-size: 16px;
  margin-top: 34px;
}

.main .content-wrap2 .box1 .box-content {
  padding: 33px 0 114px 88px;
}

.main .content-wrap2 .box1 .box-content .map-box {
  position: relative;
  display: inline-block;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box.fujian {
  right: 208px;
  bottom: 177px;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box.zhejiang {
  right: 161px;
  bottom: 256px;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box.jiangsu {
  right: 205px;
  bottom: 356px;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box.beijing {
  right: 282px;
  bottom: 494px;
}
.main .content-wrap2 .box1 .box-content .map-box .sign-box.tianjin {
 right: 262px;
 bottom: 480px;
}
.main .content-wrap2 .box1 .box-content .map-box .sign-box.hebei {
  right: 293px;
  bottom: 434px;
}
.main .content-wrap2 .box1 .box-content .map-box .sign-box.henan {
  right: 299px;
  bottom: 340px;
}
.main .content-wrap2 .box1 .box-content .map-box .sign-box.shanghai{
	right: 155px;
	bottom:310px;
}
.main .content-wrap2 .box1 .box-content .map-box .sign-box.hubei {
  right: 335px;
  bottom: 308px;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box.guangdong {
  right: 285px;
  bottom: 134px;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box.guangxi {
  right: 393px;
  bottom: 110px;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box.shanxi {
  right: 409px;
  bottom: 334px;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box.sichuan {
  right: 522px;
  bottom: 262px;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box.shandong{
	right: 230px;
	top:330px;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box:hover .icon {
  background-image: url("../images/icon/location3.png");
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box:hover .text-box {
  display: block;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box .icon {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: calc(50% - 7px);
  z-index: 1;
  width: 14px;
  height: 17px;
  background-image: url("../images/icon/location2.png");
  background-size: 100% 100%;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box .text-box {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: calc(50% - 175px);
  width: 336px;
  height: auto;
  box-shadow: 0px 0px 20px 0px rgba(32, 53, 75, 0.1);
  background-color: #fff;
  padding: 25px 20px 25px 25px;
  border-radius: 10px;
  cursor: pointer;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box .text-box .text-box-content {
  font-size: 14px;
  line-height: 30px;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box .text-box .text-box-content::-webkit-scrollbar {
  width: 2px;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box .text-box .text-box-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #0762D5;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box .text-box .text-box-content::-webkit-scrollbar-track {
  background: transparent;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box .text-box .text-box-content .title {
  color: #0762d5;
  font-weight: bold;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box .text-box .text-box-content .text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #292929;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box .text-box .text-box-content .text-wrap .text1{
  min-width: 50px;
}

.main .content-wrap2 .box1 .box-content .map-box .sign-box .text-box .text-box-content::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 13px solid #fff;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  position: absolute;
  bottom: -13px;
  left: calc(50% - 6px);
}

.main .content-wrap2 .box2 .box-content .title {
  font-size: 24px;
  color: #232323;
}

.main .content-wrap2 .box2 .box-content table {
  border-collapse: collapse;
  border: none;
}

.main .content-wrap2 .box2 .box-content table td,
.main .content-wrap2 .box2 .box-content table th {
  border: none;
}

.main .content-wrap2 .box2 .box-content .table-box {
  margin: 40px 0;
  width: 100%;
  border-radius: 10px !important;
  border: solid 1px #E1E8EE;
  overflow: hidden;
}

.main .content-wrap2 .box2 .box-content .table-box .table {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
}

.main .content-wrap2 .box2 .box-content .table-box .table .tr1 {
  background-color: #F2F5F8;
}

.main .content-wrap2 .box2 .box-content .table-box .table .tr1 th {
  min-width: 80px;
  text-align: left;
  font-size: 16px;
  color: #0762d5;
  height: 59px;
  /* line-height: 59px; */
}

.main .content-wrap2 .box2 .box-content .table-box .table tr {
  position: relative;
}

.main .content-wrap2 .box2 .box-content .table-box .table tr th {
  padding: 0 2%;
}

.main .content-wrap2 .box2 .box-content .table-box .table tr td {
  padding: 1.4% 2%;
  color: #444444;
}

.main .content-wrap2 .box2 .box-content .table-box .table tr th:nth-child(1),
.main .content-wrap2 .box2 .box-content .table-box .table tr td:nth-child(1) {
  max-width: 317px;
}

.main .content-wrap2 .box2 .box-content .table-box .table tr th:nth-child(2),
.main .content-wrap2 .box2 .box-content .table-box .table tr td:nth-child(2) {
  min-width: 108px;
}

.main .content-wrap2 .box2 .box-content .table-box .table tr th:nth-child(3),
.main .content-wrap2 .box2 .box-content .table-box .table tr td:nth-child(3) {
  min-width: 125px;
}

.main .content-wrap2 .box2 .box-content .table-box .table tr th:nth-child(4),
.main .content-wrap2 .box2 .box-content .table-box .table tr td:nth-child(4) {
  max-width: 313px;
  min-width: 40px;
  line-height: 24px;
}

.main .content-wrap2 .box2 .box-content .table-box .table tr th:nth-child(6),
.main .content-wrap2 .box2 .box-content .table-box .table tr td:nth-child(6) {
  min-width: 125px;
}

.main .content-wrap2 .box2 .box-content .table-box .table tr::before {
  content: '';
  width: 96%;
  height: 1px;
  border-bottom: 1px dotted #DBE4EC;
  position: absolute;
  bottom: 0;
  left: 32px;
}

.main .content-wrap2 .box2 .box-content .table-box .table tr:first-child::before,
.main .content-wrap2 .box2 .box-content .table-box .table tr:last-child::before {
  border: 0;
}

.main .content-wrap4 .title {
  font-size: 24px;
  color: #232323;
  margin-top: 55px;
}

.main .content-wrap4 .form-box {
  padding: 45px 0 162px;
}

.main .content-wrap4 .form-box .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.main .content-wrap4 .form-box .row .input-box {
  width: calc((100% - 27px) / 2);
}

.main .content-wrap4 .form-box .row .textarea-box {
  width: 100%;
  height: 178px;
}

.main .content-wrap4 .form-box .row .required {
  position: relative;
}

.main .content-wrap4 .form-box .row .required::before {
  content: '*';
  font-size: 20px;
  color: #ff0101;
  position: absolute;
  top: 26px;
  left: 20px;
}

.main .content-wrap4 .form-box .btn {
  width: 194px;
  height: 53px;
  line-height: 53px;
  background-color: #0762d5;
  border-radius: 10px;
  font-size: 16px;
  margin-top: 30px;
}

.main .content-wrap5 .box .box-content .list-box {
  font-size: 16px;
  padding: 40px 0 113px;
}

.main .content-wrap5 .box .box-content .list-box .label-box {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #444444;
}

.main .content-wrap5 .box .box-content .list-box .label-box .label {
  /* padding: 0 30px; */
  width: 20%;
  height: 65px;
  line-height: 65px;
  text-indent: 25px;
  /* text-align: center; */
}

.main .content-wrap5 .box .box-content .list-box .list {
  width: 100%;
}

.main .content-wrap5 .box .box-content .list-box .list .item {
  width: 100%;
  margin-bottom: 13px;
}

.main .content-wrap5 .box .box-content .list-box .list .item .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-right: 2.5%; */
  color: #303030;
  background-color: #F2F5F8;
  border-radius: 10px;
}

.main .content-wrap5 .box .box-content .list-box .list .item .top .left {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.main .content-wrap5 .box .box-content .list-box .list .item .top .left .text {
  /* padding: 0 10px; */
  width: 20%;
  height: 50px;
  line-height: 50px;
  text-align: left;text-indent:25px;
}

.main .content-wrap5 .box .box-content .list-box .list .item .top .icon {
  width: 21px;
  height: 21px;
  background-image: url("../images/icon/add.png");
  background-size: 100% 100%;
  cursor: pointer;
  margin-right: 25px;
}

.main .content-wrap5 .box .box-content .list-box .list .item .bot {
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: height .5s;
}

.main .content-wrap5 .box .box-content .list-box .list .item .bot .wrap {
  width: 100%;
  padding: 20px 0 22px 2%;
}

.main .content-wrap5 .box .box-content .list-box .list .item .bot .wrap .text-box {
  line-height: 30px;
}

.main .content-wrap5 .box .box-content .list-box .list .item .bot .wrap .text-box .label {
  color: #1c1c1c;
  font-weight: bold;
}

.main .content-wrap5 .box .box-content .list-box .list .item .bot .wrap .text-box .text {
  color: #444444;
}

.main .content-wrap5 .box .box-content .list-box .list .item .bot .wrap .text-box:first-of-type {
  margin-bottom: 35px;
}

.main .content-wrap5 .box .box-content .list-box .list .item .bot .wrap .email-box {
  line-height: 24px;
  color: #444444;
  margin-top: 24px;
}

.main .content-wrap5 .box .box-content .list-box .list .item .bot .wrap .email-box .email {
  color: #0762d5;
}

.main .content-wrap5 .box .box-content .list-box .list .text-show .top {
  background-color: #0762D5;
  color: #fff;
}

.main .content-wrap5 .box .box-content .list-box .list .text-show .top .icon {
  background-image: url("../images/icon/hide.png");
}

.main .content-wrap5 .box .box-content img{
  max-width: 100%;
  height: auto !important;
}

.content-wrap5 .box1{
  margin-top: 80px;
}

@media screen and (max-width: 1400px) {
  .main .box {
    padding: 0 20px;
  }

  .main .content-wrap1 .box1 .box-content .right {
    width: 50%;
  }

  .main .content-wrap1 .box2 .box-content .list .item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 1300px) {
  .main .content-wrap1 .box2 .box-content .list .item {
    padding-left: 20px;
  }

  .main .content-wrap1 .box2 .box-content .list .item .left {
    margin-right: 20px;
  }

  .main .content-wrap2 .box1 .box-content {
    padding-left: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .main .content-wrap1 .box2 .box-content .list .item {
    height: 170px;
  }

  .main .content-wrap1 .box2 .box-content .list .item .left {
    width: 80px;
    height: 80px;
  }

  .main .content-wrap1 .box2 .box-content .list .item .right .i {
    line-height: 32px;
  }

  .main .content-wrap2 .box1 .box-content {
    padding-left: 0;
  }

  .main .content-wrap2 .box1 .box-content .map-box {
    transform: scale(0.9);
  }

  .main .content-wrap2 .box2 .box-content .table-box .table tr th {
    padding: 0 20px;
  }

  .main .content-wrap2 .box2 .box-content .table-box .table tr td {
    padding: 20px 20px;
  }

  .main .content-wrap2 .box2 .box-content .table-box .table tr::before {
    width: calc(100% - 40px);
    left: 20px;
  }
}

@media screen and (max-width: 1070px) {
  .main .content-wrap1 .box2 .box-content .list .item .left {
    margin-right: 15px;
  }

  .main .content-wrap2 .box1 .box-content .map-box {
    transform: scale(0.85);
  }
}

@media screen and (max-width: 1024px) {
  .content-wrap5 .box1 {
    padding-top: 100px;
  }

  .main .banner-style .nav-wrap.nav-show .nav-box {
    height: 250px;
  }

  .main .banner-style .nav-wrap::after {
    content: '联系方式';
  }

  .main .content-wrap1 .box1 .box-content {
    flex-direction: column;
    padding: 100px 0 50px;
  }

  .main .content-wrap1 .box1 .box-content .left {
    margin-right: 0;
    width: 100%;
    line-height: 24px;
  }

  .main .content-wrap1 .box1 .box-content .left .title {
    margin-bottom: 10px;
  }

  .main .content-wrap1 .box1 .box-content .left .item {
    margin-top: 20px;
  }

  .main .content-wrap1 .box1 .box-content .right {
    width: 100%;
    margin-top: 30px;
  }

  .main .content-wrap1 .box2 .box-content {
    padding: 50px 0 20px;
  }

  .main .content-wrap1 .box2 .box-content .list .item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 30px;
    padding-left: 30px;
  }

  .main .content-wrap1 .box2 .box-content .list .item .left {
    width: 88px;
    height: 88px;
    font-size: 16px;
    margin-right: 20px;
  }

  .main .content-wrap1 .box3 .box-content .title {
    padding-top: 50px;
  }

  .main .content-wrap1 .box3 .box-content {
    padding-bottom: 50px;
  }

  .main .content-wrap2 .box1 {
    display: none;
  }

  .main .content-wrap2 .box2 .box-content {
    padding: 100px 0 50px;
  }

  .main .content-wrap2 .box2 .box-content .table-box {
    margin-bottom: 0;
  }

  .main .content-wrap2 .box2 .box-content .table-box .table {
    font-size: 14px;
  }

  .main .content-wrap2 .box2 .box-content .table-box .table tr th,
  .main .content-wrap2 .box2 .box-content .table-box .table tr td {
    padding-left: 5px;
    padding-right: 5px;
    min-width: auto !important;
    max-width: auto !important;
    width: calc((100% - 380px) / 2);
  }

  .main .content-wrap2 .box2 .box-content .table-box .table tr th:nth-child(2),
  .main .content-wrap2 .box2 .box-content .table-box .table tr td:nth-child(2) {
    width: 65px;
  }

  .main .content-wrap2 .box2 .box-content .table-box .table tr th:nth-child(3),
  .main .content-wrap2 .box2 .box-content .table-box .table tr td:nth-child(3),
  .main .content-wrap2 .box2 .box-content .table-box .table tr th:nth-child(5),
  .main .content-wrap2 .box2 .box-content .table-box .table tr td:nth-child(5),
  .main .content-wrap2 .box2 .box-content .table-box .table tr th:nth-child(6),
  .main .content-wrap2 .box2 .box-content .table-box .table tr td:nth-child(6) {
    width: 100px;
  }

  .main .content-wrap4 .title {
    margin-top: 100px;
  }

  .main .content-wrap4 .form-box {
    padding: 40px 0;
  }

  .main .content-wrap5 .box .box-content .list-box {
    padding: 100px 0 50px;
  }

  .main .content-wrap5 .box .box-content .list-box .label-box,
  .main .content-wrap5 .box .box-content .list-box .list .item .top .left {
    width: 80%;
  }
}

@media screen and (max-width: 910px) {
  .main .content-wrap1 .box2 .box-content .list .item {
    padding-left: 20px;
  }
}

@media screen and (max-width: 850px) {

  .main .content-wrap5 .box .box-content .list-box .label-box,
  .main .content-wrap5 .box .box-content .list-box .list .item .top .left {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {


  .main .content-wrap5 .box .box-content .list-box .label-box .label {
    padding-left: 0;
    padding: 0;
  }

  .main .content-wrap1 .box1 .box-content .right {
    height: 300px;
  }

  .main .content-wrap1 .box2 .box-content .list .item {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 302px;
    padding: 30px 0;
  }

  .main .content-wrap1 .box2 .box-content .list .item .right {
    margin-top: 25px;
  }

  .main .content-wrap2 .box2 .box-content .table-box {
    overflow-x: auto;
  }

  .main .content-wrap2 .box2 .box-content .table-box::-webkit-scrollbar {
    display: none;
  }

  .main .content-wrap2 .box2 .box-content .table-box .table {
    width: 725px;
  }

  .main .content-wrap1 .box3 .box-content .form-box .row,
  .main .content-wrap4 .form-box .row {
    flex-direction: column;
  }

  .main .content-wrap1 .box3 .box-content .form-box .row .input-box,
  .main .content-wrap4 .form-box .row .input-box {
    width: 100%;
  }

  .main .content-wrap1 .box3 .box-content .form-box .row .input-box:first-of-type,
  .main .content-wrap4 .form-box .row .input-box:first-of-type {
    margin-bottom: 18px;
  }

  .main .content-wrap1 .box3 .box-content .title,
  .main .content-wrap4 .title {
    font-size: 22px;
  }

  .main .content-wrap5 .box .box-content .list-box .label-box,
  .main .content-wrap5 .box .box-content .list-box .list .item .top .left {
    width: 90%;
  }

  .main .content-wrap5 .box .box-content .list-box .label-box .label,
  .main .content-wrap5 .box .box-content .list-box .list .item .top .left .text {
    width: 18%;
  }
}

@media screen and (max-width: 630px) {
  .main .content-wrap1 .box1 .box-content .right {
    height: 250px;
  }

  .main .content-wrap1 .box2 .box-content {
    padding-bottom: 30px;
  }

  .main .content-wrap1 .box2 .box-content .list .item {
    flex-direction: row;
    height: auto;
    justify-content: flex-start;
    padding: 30px 20px;
    width: 100%;
    margin-bottom: 20px;
  }

  .main .content-wrap1 .box2 .box-content .list .item .right {
    margin-top: 0;
  }

  .main .content-wrap5 .box .box-content .list-box .label-box .label,
  .main .content-wrap5 .box .box-content .list-box .list .item .top .left .text {
    width: 20%;
  }

  main .content-wrap5 .box .box-content {
    overflow-x: auto;
  }

  main .content-wrap5 .box .box-content::-webkit-scrollbar {
    display: none;
  }

  .main .content-wrap5 .box .box-content .list-box {
    width: 590px;
  }
}

@media screen and (max-width: 480px) {
  .main .content-wrap1 .box1 .box-content .right {
    height: 200px;
  }

  .main .content-wrap1 .box1 .box-content .left .title {
    font-size: 22px;
  }
}

@media screen and (max-width: 390px) {
  .main .content-wrap1 .box2 .box-content .list .item {
    margin-bottom: 20px;
    flex-direction: column;
    padding: 20px 0;
  }

  .main .content-wrap1 .box2 .box-content .list .item .right {
    margin-top: 20px;
  }
}


.m-style .active {
  background: #0762d5;
  padding: 5px 15px;
}

.pagination a {
  padding: 5px 15px !important;
}

.shouhou_net {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}
.shouhou_net input{
  width: 80%;
  height: 48px;
  display: block;
  padding: 0 5%;
  font-size: 14px;
}
.shouhou_net button{
  width: 20%;
}

#resetSearch:hover{
  color: #0762d5;
}
