@charset "UTF-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: PingFang SC !important;
  font-size: 16px;
}

/* 去除iPhone中默认的input样式 */
input,
textarea,
button {
  resize: none;
  outline: none;
}

/* 取消链接高亮 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: -apple-system,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,WenQuanYi Micro Hei,Microsoft Yahei,sans-serif;
  list-style: none;
}

div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onek {
  width: 1080px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

* [class*="col-"] {
  padding: 0 10px;
}

.tc {
  text-align: center;
}

.t18 {
  font-size: 18px;
}

.t16 {
  font-size: 18px;
}

.maintitle {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.maintitle.maintitle2::before {
  width: 800px;
  height: 1px;
  background: #0027c2;
  position: absolute;
  left: 50%;
  margin-left: -400px;
  top: 24px;
  content: '';
  z-index: 1;
}

.maintitle::before {
  width: 100%;
  height: 1px;
  background: #0027c2;
  position: absolute;
  left: 0;
  top: 24px;
  content: '';
  z-index: 1;
}

.maintitle span {
  font-size: 34px;
  color: #262626;
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 0 35px;
}

.maintitle span::before {
  width: 9px;
  height: 9px;
  background: #0027c2;
  position: absolute;
  left: -6px;
  top: 15px;
  content: '';
}

.maintitle span::after {
  width: 9px;
  height: 9px;
  background: #0027c2;
  position: absolute;
  right: -6px;
  top: 15px;
  content: '';
}

.sectitle {
  text-align: center;
  font-size: 16px;
  color: #262626;
  margin-top: -20px;
  margin-bottom: 40px;
}

.common-section {
  padding: 50px 0;
  background: #fff;
}

.bggray {
  background: #f7f7f7;
}

.bggray .maintitle span {
  background: #f7f7f7;
}

.urls {
  display: flex;
  justify-content: center;
  width: 615px;
  margin: 0 auto;
}

.urls a {
  display: flex;
  width: 190px;
  height: 55px;
  color: #fff;
  background: #0027c2;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

.urls a:hover {
  background: #0627a9;
}

.urls a strong {
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 5px;
  font-weight: normal;
}

.urls a span {
  font-size: 12px;
}

.downs {
  display: flex;
}

.downs a {
  display: flex;
  padding: 0 15px;
  height: 50px;
  color: #fff;
  background: #0068b5;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 18px;
}

.downs a:hover {
  background: #0876c7;
}

.common-text h5 {
  font-size: 20px;
  color: #0068b8;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.common-text h5::before {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #0068b8;
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
}

.common-text p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.8;
}

.common-text p span {
  color: #0068b5;
}

.common-text p a {
  color: #0068b5;
  text-decoration: underline;
}

.common-text .tool {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.common-text .tool span {
  display: inline-block;
  height: 63px;
  line-height: 63px;
  border-radius: 4px;
  background: #fff;
  color: #0068b8;
  font-size: 16px;
  position: relative;
  padding-left: 52px;
  box-sizing: border-box;
}

.common-text .tool span:nth-child(1) {
  width: 230px;
}

.common-text .tool span:nth-child(2) {
  width: 288px;
}

.common-text .tool span:nth-child(3) {
  width: 150px;
}

.common-text .tool span:nth-child(4) {
  width: 340px;
}

.common-text .tool span::before {
  width: 29px;
  height: 29px;
  background: url(https://s6.51cto.com/oss/202408/15/347de4681da4ca5d087c396b071146e2.png) no-repeat center center;
  position: absolute;
  left: 12px;
  top: 16px;
  content: '';
}

.filelist {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.filelist li {
  margin-bottom: 20px;
  cursor: pointer;
}

.ts {
  text-align: center;
  font-size: 16px;
  color: #333333;
}

.ts a {
  color: #0068b8;
}

.index-wrap {
  background: #f6f8f8;
}

.index-wrap .banner {
  height: 800px;
  background: url(https://s3.51cto.com/oss/202408/20/1a2b2e76f6d9f9d90b0870a9e4d813b0.jpg) no-repeat center top;
}

.index-wrap .banner img {
  display: none;
}

.index-wrap .banner .urls {
  width: 615px;
  padding-top: 497px;
  justify-content: center;
}

.index-wrap .common-section1 {
  background: none;
  margin-top: -150px;
}

.index-wrap .common-section1 .onek {
  width: 1200px;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 50px 60px;
  box-shadow: 0 0 10px #dbdbdb;
}

.index-wrap .common-section1 p {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
}

.index-wrap .common-section1 p span {
  color: #0072cb;
}

.index-wrap .common-section1 p span {
  font-size: 18px;
}

.index-wrap .common-section2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 0;
  margin: 0;
}

.index-wrap .common-section2 ul::before {
  width: 1000px;
  height: 2px;
  background: #dfdfdf;
  position: absolute;
  left: 0;
  top: 235px;
  content: '';
}

.index-wrap .common-section2 ul li {
  width: 230px;
  text-align: center;
  font-size: 20px;
  padding-top: 120px;
  position: relative;
  font-weight: bold;
}

.index-wrap .common-section2 ul li::before {
  width: 18px;
  height: 18px;
  background: url(https://s3.51cto.com/oss/202408/15/71be5f607b2c0b4dd1a5a67ab953dbb7.png) no-repeat center top;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: 227px;
  content: '';
}

.index-wrap .common-section2 ul li .dec {
  height: 140px;
  color: #fff;
}

.index-wrap .common-section2 ul li .time {
  color: #0027c2;
}

.index-wrap .common-section2 ul li:nth-child(1) {
  background: url(https://s4.51cto.com/oss/202408/15/4d50f249f68b3a9cb2b767d66451be0f.png) no-repeat center top;
}

.index-wrap .common-section2 ul li:nth-child(2) {
  background: url(https://s4.51cto.com/oss/202408/15/54644590680e44c049e322ec3ed908d3.png) no-repeat center top;
}

.index-wrap .common-section2 ul li:nth-child(3) {
  background: url(https://s6.51cto.com/oss/202408/15/6be0eaa7fed5f2e06cba6e05adc18de8.png) no-repeat center top;
}

.index-wrap .common-section2 ul li:nth-child(4) {
  background: url(https://s4.51cto.com/oss/202408/15/53b01e341d771125f986e86b0ef3a542.png) no-repeat center top;
}

.index-wrap .common-section3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 150px;
}

.index-wrap .common-section3 ul li {
  text-align: center;
  margin: 0 0 60px;
  width: 330px;
  height: 255px;
  border-radius: 0 0 15px 15px;
  color: #fff;
  background: #0027c2;
}

.index-wrap .common-section3 ul li .pic {
  width: 180px;
  margin: -98px auto 0;
}

.index-wrap .common-section3 ul li .pic img {
  width: 100%;
}

.index-wrap .common-section3 ul li .line1 {
  font-size: 24px;
  padding-top: 10px;
}

.index-wrap .common-section3 ul li .line1 .money {
  color: #ffd469;
  font-size: 24px;
}

.index-wrap .common-section3 ul li .line2 {
  font-size: 16px;
  opacity: 0.8;
}

.index-wrap .common-section3 ul li .line3 {
  font-size: 20px;
  padding: 20px 25px 0;
}

.index-wrap .common-section3 ul li .line3 .money {
  color: #ffd469;
  font-size: 24px;
}

.index-wrap .common-section3 ul li .line3 .num {
  font-size: 16px;
  opacity: 0.8;
}

.index-wrap .common-section5 .urls {
  margin-top: 40px;
}

.index-wrap .common-section7 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.index-wrap .common-section7 ul li {
  text-align: center;
  margin: 0 30px 60px;
}

.index-wrap .common-section7 ul li .name {
  font-size: 18px;
  color: #052495;
  font-weight: bold;
  padding: 5px 0;
}

.index-wrap .common-section7 ul li .dec {
  font-size: 16px;
  color: #333333;
}

.fix-nav {
  display: none;
}

/* 表单 */
.close {
  color: #fff;
  font-weight: normal;
}

.info [class*="col-"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#myModal_form2 .modal-header {
  padding: 15px;
}

#myModal .modal-header {
  background: #fff;
}

.info {
  font-size: 14px;
  padding: 20px 0 0;
}

#myModal_form [class*="col-"] {
  padding: 0 15px !important;
}

.info input,
.info select {
  border: 1px solid #d2d2d2;
  width: 100%;
  margin-bottom: 6%;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #eee;
  font-size: 14px;
  color: #4a4a4a;
}

.info select {
  padding-left: 8px;
  height: 37px;
}

.modal-title {
  line-height: 1;
  text-align: center;
}

#myModal_form {
  max-width: 750px;
  margin: 0 auto;
}

.modal-body {
  padding: 15px 20px;
}

.modal-content {
  overflow: hidden;
}

.modal-header {
  background: #0672cb;
  color: #fff;
  text-align: center;
}

.modal-content .close {
  position: absolute;
  top: 8px;
  right: 9px;
  opacity: 1;
  margin-top: 3px;
  width: 24px;
  padding: 3px 0;
}

.pophead strong {
  display: block;
  font-size: 18px;
}

.pophead span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}

.btnw {
  margin-top: 20px;
  margin-bottom: 30px;
}

.btnw span,
.btnw button {
  display: inline-block;
  padding: 5px 50px;
  background: #0672cb;
  color: #fff;
  border: 1px solid #3585fe;
  border-radius: 50px 50px;
  cursor: pointer;
  margin-right: 20px;
}

.btnw button {
  background: #fff;
  color: #0672cb;
  border: 1px solid #0672cb;
  margin-right: 0;
}

span.showPop_zc {
  margin-right: 0;
}

.modal-content .modal-title {
  line-height: 55px;
}

.modal {
  overflow-y: scroll;
}

.modal input[type="checkbox"],
.modal input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 0;
  line-height: normal;
}

.pop_mar {
  padding: 0 15px;
}

input#signupemail {
  display: block;
  width: 90%;
  margin: 0 auto 20px;
}

.dot {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 9px;
  margin-top: 2px;
}

.dot,
#myModal_form_zc label {
  float: left;
  cursor: pointer;
  font-weight: normal;
}

label {
  padding-top: 1;
  margin-bottom: 0;
}

.yinsi a {
  color: #0672cb;
  text-decoration: underline;
}

.inputLi {
  padding-top: 35px;
}

.inputLi li {
  margin-bottom: 24px;
}

.inputLi input {
  width: 228px;
  height: 34px;
  background: #eeeeee;
  border: 1px solid #d2d2d2;
  padding-left: 10px;
}

.item {
  margin-right: 30px;
}

.pop_dl {
  width: 480px;
  height: 240px;
  margin-top: -120px;
  margin-left: -240px;
}

.pop_dl input {
  display: block;
  margin: 30px auto;
  width: 278px;
  height: 34px;
  background: #eeeeee;
  border: 1px solid #d2d2d2;
  padding-left: 10px;
}

.pop_dl .getbtn {
  display: inline-block;
}

#myModal .close {
  top: -2px;
}

.tc {
  text-align: center;
}

#myModal .modal-body {
  padding: 0px;
}

/* 版权声明 */
.copright {
  width: 100%;
  line-height: 1.3;
  padding: 5px 0 5px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

@media all and (max-width: 1200px) {
  .home-top {
    display: none;
  }
  .onek {
    width: 100%;
    padding: 0 20px;
  }
  .maintitle {
    margin-bottom: 20px;
  }
  .maintitle::before {
    display: none;
  }
  .maintitle span {
    font-size: 22px;
    font-weight: bold;
  }
  .maintitle span::before {
    display: none;
  }
  .maintitle span::after {
    display: none;
  }
  .sectitle {
    font-size: 12px;
    margin-top: -15px;
  }
  .downs {
    display: flex;
  }
  .downs a {
    height: auto;
    padding: 7px 15px;
    font-size: 14px;
  }
  .common-text h5 {
    font-size: 16px;
  }
  .common-text h5::before {
    top: 5px;
  }
  .common-text p {
    font-size: 14px;
  }
  .common-text .tool {
    flex-direction: column;
  }
  .common-text .tool span {
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 38px;
    width: 100% !important;
  }
  .common-text .tool span::before {
    width: 20px;
    height: 20px;
    background: url(https://s6.51cto.com/oss/202408/15/347de4681da4ca5d087c396b071146e2.png) no-repeat center top;
    background-size: 20px 20px;
    position: absolute;
    left: 12px;
    top: 8px;
    content: '';
  }
  .filelist li {
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .filelist li img {
    width: 100%;
  }
  .ts {
    text-align: left;
    font-size: 14px;
    color: #333333;
  }
  .ts a {
    color: #0068b8;
  }
  .common-section {
    padding: 25px 0;
  }
  .index-wrap {
    padding-bottom: 50px;
  }
  .index-wrap .banner {
    height: auto;
    background: none;
  }
  .index-wrap .banner img {
    display: block;
    width: 100%;
  }
  .index-wrap .common-section1 {
    margin-top: 0;
    background: #fff;
  }
  .index-wrap .common-section1 .onek {
    box-shadow: none;
    border-radius: none;
    padding: 0 20px;
    width: 100%;
  }
  .index-wrap .common-section1 p {
    font-size: 14px;
  }
  .index-wrap .common-section1 p span {
    font-size: 14px;
  }
  .index-wrap .common-section2 ul {
    flex-direction: column;
    padding-top: 30px;
  }
  .index-wrap .common-section2 ul::before {
    width: 1px;
    height: 100%;
    background: #c5c1c1;
    left: 50%;
    top: 0;
  }
  .index-wrap .common-section2 ul li {
    width: auto;
    font-size: 14px;
    padding-top: 0;
    background: none !important;
    display: flex;
    flex-direction: row-reverse;
    text-align: left;
    justify-content: space-between;
    height: 65px;
  }
  .index-wrap .common-section2 ul li::before {
    left: 50%;
    top: 0;
  }
  .index-wrap .common-section2 ul li .dec {
    height: auto;
    color: #11278e;
    width: 40%;
  }
  .index-wrap .common-section2 ul li .time {
    color: #11278e;
    width: 40%;
    text-align: right;
  }
  .index-wrap .common-section3 ul {
    flex-wrap: wrap;
    margin-top: 64px;
    justify-content: space-between;
  }
  .index-wrap .common-section3 ul li {
    margin: 0 0 60px;
    width: 46%;
    height: 218px;
    border-radius: 0 0 15px 15px;
    color: #fff;
    background: #11278e;
  }
  .index-wrap .common-section3 ul li .pic {
    width: 50%;
    margin: -40px auto 0;
  }
  .index-wrap .common-section3 ul li .pic img {
    width: 100%;
  }
  .index-wrap .common-section3 ul li .line1 {
    font-size: 18px;
    padding-top: 10px;
  }
  .index-wrap .common-section3 ul li .line2 {
    font-size: 12px;
    opacity: 0.8;
    padding: 10px 10px 0;
  }
  .index-wrap .common-section3 ul li .line3 {
    font-size: 14px;
    padding-top: 3px;
  }
  .index-wrap .common-section3 ul li .line3 .money {
    color: #ffd469;
    font-size: 16px;
  }
  .index-wrap .common-section3 ul li .line3 .num {
    font-size: 12px;
    opacity: 0.8;
  }
  .index-wrap .common-section7 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .index-wrap .common-section7 ul li {
    width: 33%;
    margin: 0 0 20px;
  }
  .index-wrap .common-section7 ul li img {
    width: 85%;
  }
  .index-wrap .common-section7 ul li .name {
    font-size: 16px;
    padding: 5px 0;
  }
  .index-wrap .common-section7 ul li .dec {
    font-size: 14px;
    padding: 0 15px;
  }
  .index-wrap .urls {
    display: none;
  }
  .copright {
    display: none;
  }
  .fix-nav {
    display: block;
  }
  .urls {
    width: 100%;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 99;
    justify-content: space-around;
  }
  .urls a {
    margin: 0;
    width: 32%;
    font-size: 14px;
  }
  .urls a strong {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
}
