.section .w1440 {
  /* padding: 0 10px; */
  box-sizing: border-box;
}
.banner-box img {
  width: 100%;
}
.section1 {
  padding-bottom: 45px;
}
.section2 {
  padding-bottom: 40px;
  background: #f7f8fb;
}
.section .title {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 18px;
  color: #1D1D1F;
  text-align: center;
  padding: 37px 0;
}
.section1 .title {
  padding: 48px 0 22px 0;
}
.type-item {
 margin-right: 88px;
 cursor: pointer;
}
.type-item:last-child {
  margin-right: 0;
}
.type-item .img-box {
  height: 64px;
}
.type-item img {
  width: auto;
  height: 29px;
}
.type-item .type-name {
  text-align: center;
  font-family: 'Roboto';
  /* font-weight: 300; */
  font-size: 13px;
  color: #1D1D1F;
}
.type-item:nth-child(2) .img-box img {
  height: 39px;
}
.type-item:nth-child(3) .img-box img {
  height: 47px;
}
.type-item:nth-child(4) .img-box img {
  height: 48px;
}
.list {
  padding-top: 47px;
  width: auto;
  grid-template-columns: repeat(4, minmax(0, 296px));
  gap: 17px;
  display: grid;
  justify-content: center;
}
.list .item {
  width: 286px;
  height: 44px;
  background: #F7F8FB;
  border-radius: 10px;
  background: #F7F8FB;
  font-family: 'Roboto';
  font-size: 13px;
  color: #1D1D1F;
  padding: 22px 16px;
  box-sizing: border-box;
}
.list .item:nth-child(4n) {
  margin-right: 0;
}
.list .item .name {
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list .item .view {
  position: relative;
  padding-right: 33px;
  cursor: pointer;
}
.list .item .view::before {
  content: "";
  width: 1px;
  height: 14px;
  background: #69696B;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.list .item .download {
  width: auto;
  height: 12px;
  cursor: pointer;
}
.section .title.search-tit {
  font-size: 13px;
  padding: 24px 0;
}
.search-box {
  max-width: 90%;
  width: 843px;
  height: 39px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #CECFD2;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 51px;
}
.search-box #searchPro {
  width: auto;
  height: 20px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.search-box input {
  width: 100%;
  height: 100%;
  padding-left: 68px;
  padding-right: 20px;
  box-sizing: border-box;
  /* font-weight: 300; */
  font-family: 'Roboto';
  font-size: 12px;
  color: #333;
}
.search-box input::placeholder {
  color: #BBBBBC;
}
.section2 .title {
  padding-top: 54px;
  padding-bottom: 8px;
}
.section2 .tip {
  text-align: center;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 13px;
  color: #1D1D1F;
  padding-bottom: 20px;
  line-height: 1.8;
  padding-top: 30px;
}
.section2 .tip1 {
  padding-top: 0;
  font-weight: 300;
}
.table {
  grid-template-columns: repeat(3, minmax(0, 406px));
  gap: 10px;
  display: grid;
  justify-content: center;
}
.table .cons {
  width: 406px;
}
.table .cons .con {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
}
.table .cons .con input,.table .cons .con select {
  margin-left: 30px;
  width: calc(100% - 40px);
}
.table .cons .con:last-child {
  margin-right: 0;
}
.table .con {
  width: 406px;
  height: 47px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.table .con img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  left: 29px;
  top: 50%;
  transform: translateY(-50%);
}
.table .con input,.table .con select {
  height: 100%;
  width: calc(100% - 86px);
  margin-left: 76px;
  box-sizing: border-box;
  font-weight: 300;
  font-family: 'Roboto';
  font-size: 15px;
  color: #1D1D1F;
  background: none;
}
.table .con .select2-container {
  height: 100%;
  width: calc(100% - 76px) !important;
  margin-left: 76px;
  background: none;
}
.table .cons .con .select2-container {
  width: calc(100% - 30px) !important;
  margin-left: 30px;
}
.table .select2-container--default .select2-selection--single .select2-selection__placeholder, .select2-results {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 15px;
  color: #1D1D1F;
}
.table .con .selection,.table .select2-container .select2-selection--single {
  height: 100% !important;
  width: 100% !important;
  border: none !important;
  position: relative;
}
.table .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100% !important;
  display: flex;
  align-items: center;
  padding: 0;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 15px;
  color: #1D1D1F;
}
.table .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 15px;
  color: #1D1D1F;
}
.select2-dropdown {
  border: none !important;
}
.table .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url(../images/icon_arrow.png) no-repeat;
  width: 12px !important;
  height: 9px !important;
  background-size: 100% auto;
  top: 50% !important;
  transform: translateY(-50%);
  right: 19px !important;
  left: auto !important;
}
.table .con:nth-child(3n) {
  margin-right: 0;
}
.table input::placeholder {
  color: #1D1D1F;
}
.textarea .s-tit {
  text-align: center;
  font-family: 'Roboto';
  /* font-weight: 300; */
  font-size: 13px;
  color: #1D1D1F;
  padding-top: 25px;
  padding-bottom: 5px;
}
.textarea textarea {
  width: 841px;
  height: 160px;
  border-radius: 15px;
  border: 1px solid #CECFD2;
  background: #f7f8fb;
  display: block;
  margin: 4px auto;
  margin-bottom: 13px;
  padding: 10px;
  box-sizing: border-box;
  /* font-weight: 300; */
  font-family: 'Roboto';
  font-size: 12px;
  color: #1D1D1F;
}

.btn-box .push {
  display: block;
  width: 156px;
  height: 28px;
  line-height: 28px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #DFDFDF;
  text-align: center;
  /* font-weight: 300; */
  font-family: 'Roboto';
  font-size: 13px;
  color: #1D1D1F;
  cursor: pointer;
  position: relative;
}
.btn-box .push input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.btn-box img {
  height: 28px;
  width: auto;
  margin-right: 10px;
}
.btn-box .sumbimt {
  margin-left: 7px;
  width: 156px;
  height: 28px;
  line-height: 28px;
  background: #EEF0F3;
  border-radius: 8px;
  border: 1px solid #DFDFDF;
  text-align: center;
  /* font-weight: 300; */
  font-family: 'Roboto';
  font-size: 13px;
  color: #1D1D1F;
}
.btn-box .push:active,.btn-box .sumbimt:active {
  opacity: 0.7;
}
.verification-box {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background: rgba(81, 81, 81, 0.9);
  display: none;
}
.verification-box .verify-content {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 82px 82px 56px 82px;
  box-sizing: border-box;
  width: 666px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Roboto';
}
.verification-box .v-tit {
  font-weight: bold;
  font-size: 24px;
  color: #0C0C0C;
  line-height: 1.3;
  text-align: center;
}
.verification-box #code {
  width: 100%;
  height: 54px;
  color: #1D1D1F;
  text-align: center;
  background: #f1f1f1;
  display: block;
  margin: 32px auto 15px auto;
  border-radius: 13px;
  font-size: 14px;
}
.verification-box #code.error {
  border: 1px solid #ff0020;
}
.verification-box #code::placeholder {
  color: #838383;
  font-weight: 300;
}
.verification-box .v-error {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 13px;
  color: #FF0020;
  text-align: center;
}
.verification-box .v-submit {
  background: #151515;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  width: 155px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  margin-top: 16px;
  cursor: pointer;
}
.verification-box .v-close {
  width: 27px;
  height: 27px;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 12px;
}

.question-list {
  padding-top: 20px;
  max-width: 100%;
  width: 1238px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 15px;
  grid-auto-flow: dense;
}
.question-list.list2 .que-item {
  margin-bottom: 15px;
}
.que-item {
  grid-row: span 2;
  grid-column: span 2;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.05);
  border-radius: 10px;
  align-self: start;
}
.que-item:nth-child(2n) {
  margin-right: 0;
}
.que-item .que-tit {
  font-family: 'Roboto';
  font-size: 13px;
  color: #1D1D1F;
  padding: 0 29px;
  padding-right: 50px;
  box-sizing: border-box;
  height: 64px;
  line-height: 64px;
  position: relative;
}
.que-item .icon {
  width: 22px;
  height: 22px;
  background: url(../images/support/icon_open.png) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.que-tit.on {
  height: auto;
}
.que-tit.on .icon {
  background: url(../images/support/icon_close.png) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.que-tit.on .text {
  line-height: 1.3;
  white-space: pre-wrap;
  min-height: 64px;
  display: flex;
  align-items: center;
}
.que-item .icon:hover {
  opacity: 0.9;
}
.que-item .icon:active {
  opacity: 0.7;
}
.que-item .que-content {
  /* font-weight: 300; */
  font-family: 'Roboto';
  font-size: 13px;
  color: #8E8E94;
  padding: 0 29px;
  display: none;
  padding-bottom: 12px;
  word-break: break-all;
}
.que-item .que-content p {
  padding-bottom: 10px;
}

.section2 .contact-wrap {
  padding: 0 5% 48px;
  border-bottom: 1px solid #494949;
}
.section2.contact .title {
  font-size: 20px;
}
.section2.contact .tip1 {
  font-family: 'Roboto';
  font-size: 16px;
  color: #1C1D1F;
  font-weight: 400;
  line-height: 1.45;
  padding-bottom: 95px;
}
.section2.contact .tip1 span {
  font-weight: bold;
}
.section2.contact .s-item {
  width: 50%;
}
.section2.contact .s-item img {
  width: 61px;
  height: 63px;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 45px;
}
.section2.contact .s-item:last-child img {
  width: 49px;
  height: 63px;
}
.s-item .tit,.s-item .desc {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 16px;
  color: #1C1D1F;
  text-align: center;
}
.s-item .desc {
  color: #666;
  font-weight: normal;
  padding-top: 13px;
  line-height: 1.5;
}
.contact-tip {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  color: #1C1D1F;
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 1300px) {
  .list {
    grid-template-columns: repeat(3, minmax(0, 296px));
  }
  .table {
    grid-template-columns: repeat(2, minmax(0, 406px));
  }
  .question-list {
    padding: 0 10px;
    box-sizing: border-box;
    width: 822px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
@media screen and (max-width: 900px) {
  .list {
    grid-template-columns: repeat(2, minmax(0, 296px));
  }
  .table {
    grid-template-columns: repeat(1, minmax(0, 406px));
  }
}

@media screen and (max-width: 800px) {
  .section1 .title {
    padding: 28px 0 22px 0;
  }
  .section2 {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .section2 .contact-wrap {
    padding: 0 0 48px;
    flex-wrap: wrap;
  }
  .section2.contact .s-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .section2.contact .s-item:last-child {
    margin-bottom: 0;
  }
  .section2.contact .tip1 {
    padding-bottom: 50px;
  }
  .table .cons {
    width: 100%;
  }
  .table .cons .con {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .table .con,.textarea textarea {
    width: 100%;
  }
  .tip-box {
    width: 90%;
  }
  .type {
    justify-content: space-around;
  }
  .type-item {
    margin-right: 0;
  }
  .type-item .img-box {
    height: 44px;
  }
  .type-item img {
    width: auto;
    height: 22px;
  }
  .type-item:nth-child(2) .img-box img {
    height: 28px;
  }
  .type-item:nth-child(3) .img-box img {
    height: 30px;
  }
  .type-item:nth-child(4) .img-box img {
    height: 34px;
  }
  .s-mobile-tit {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 14px;
    color: #1D1D1F;
    text-align: center;
    padding-top: 20px;
  }
  .search-box {
    margin-top: 12px;
  }
  .list-box {
    /* height: 250px; */
    overflow: hidden;
  }
  .list {
    grid-template-columns: repeat(5, 296px);
    overflow-x: auto;
    padding: 15px;
    padding-bottom: 25px;
    width: 100%;
    justify-content: flex-start;
  }
  .list .item {
    width: 296px;
  }
  .question-list {
    padding: 15px 0;
    width: 100%;
    grid-template-columns: repeat(1, minmax(0, 100%));
  }
  .question-list .que-item:last-child {
    margin-bottom: 0;
  }
  .verification-box .verify-content {
    width: 90%;
    padding: 50px 30px;
  }
  .verification-box .v-tit {
    font-size: 15px;
  }
  .verification-box #code {
    margin: 15px auto 8px auto;
  }
}