body {
  max-width: 100%;
  overflow-x: hidden;
  background: #F6F6F6;
  font: 18px/36px "MicroSoft YaHei", "FZLanTingHeiS-DB-GB", "Hiragino Sans GB", Arial, sans-serif;
  position: relative;
}
#jq_head,
#jq_chat,
#jq_footer {
  position: relative;
  z-index: 5;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
ul,
dl,
dt,
dd,
a,
i,
b,
em,
strong,
img,
input {
  margin: 0;
  padding: 0;
}
b,
strong,
i,
em {
  font-weight: normal;
}
body,
html {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1200px;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
input,
:focus {
  outline: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
input::focus-inner {
  padding: 0;
  border: 0;
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
select::-ms-expand {
  display: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
img {
  vertical-align: top;
  border: none;
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
::selection {
  background: #D03333;
  color: white;
  text-shadow: none;
}
::-webkit-scrollbar-track-piece {
  width: 6px;
  background-color: #f2f2f2;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  height: 0.5rem;
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:hover {
  background: #707070;
}
textarea,
select {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/*通用*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  clear: both;
}
/* 通用代码 */
.box-container {
  width: 1200px;
  margin: 0 auto 25px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(230, 230, 230, 0.5);
  border-radius: 12px;
  box-sizing: border-box;
}
.box-container.box-container-T25 {
  margin-top: 25px;
}
.box-kc {
  padding: 30px;
}
.box-kc h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-kc h3 span {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  position: relative;
  text-indent: 8px;
}
.box-kc h3 span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
  width: 3px;
  height: 20px;
  background: #00CE7E;
  border-radius: 2px;
}
.box-kc h3 a {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.box-kc h3 a:hover {
  color: #00CE7E;
}
.box-kc .ul-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.box-kc .ul-list li {
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #ECECEC;
  padding: 7px 7px 10px;
  width: 24%;
  margin: 0 0.5% 12px;
  transition: 0.2s;
}
.box-kc .ul-list li:hover {
  box-shadow: 0px 4px 8px 0px rgba(230, 230, 230, 0.5);
}
.box-kc .ul-list li h5 {
  width: 100%;
  height: 150px;
  display: flex;
  margin-bottom: 5px;
}
.box-kc .ul-list li h5 img {
  height: 100%;
  width: auto;
  border-radius: 10px;
}
.box-kc .ul-list li h6 {
  width: 100%;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.box-kc .ul-list li div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.box-kc .ul-list li div span {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.box-kc .ul-list li div span b,
.box-kc .ul-list li div span strong {
  color: #FF5246;
  font-weight: bold;
}
.box-kc .ul-list li div span strong {
  font-size: 30px;
  line-height: 30px;
}
.box-kc .ul-list li div a {
  width: 122px;
  height: 42px;
  background: #FF7F6D;
  border-radius: 23px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
}
.box-kc .ul-list li div a:hover {
  opacity: 0.9;
}
.box-kc .ul-platform {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 50px 30px;
}
.box-kc .ul-platform li {
  width: 200px;
  background: #F2F2F2;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
}
.box-kc .ul-platform li img {
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto 5px;
}
.box-kc .ul-platform li p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
/* 头部 */
header {
  background-color: #fff;
  width: 100%;
  height: 40px;
}
header .box-container {
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
header h1 a {
  display: flex;
  align-items: center;
  height: 100%;
}
header h1 a img {
  height: 30px;
}
header ul {
  display: flex;
}
header ul li {
  padding: 0 20px;
  position: relative;
}
header ul li::after {
  content: '|';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 16px;
  line-height: 40px;
  color: #666666;
}
header ul li:last-child {
  padding-right: 0;
}
header ul li:last-child::after {
  display: none;
}
header ul a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
header ul a:hover {
  color: #00CE7E;
}
/*附件*/
.box-fj {
  display: flex;
  box-sizing: border-box;
  padding: 30px;
  justify-content: space-between;
  align-items: center;
}
.box-fj .swiper {
  width: 480px;
  height: 270px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
}
.box-fj .swiper .swiper-button-prev,
.box-fj .swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/prev.png);
  left: 0;
}
.box-fj .swiper .swiper-button-next,
.box-fj .swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/next.png);
  width: 20px;
  height: 40px;
  right: 0;
}
.box-fj .swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.6);
}
.box-fj .swiper .swiper-pagination-bullet-active {
  width: 12px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 3px;
}
.box-fj .box-fj-gg {
  width: calc(100% - 500px);
  height: 270px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.box-fj .box-fj-gg .box-fj-gn {
  width: 100%;
}
.box-fj .box-fj-gg .box-fj-gn .p-successful,
.box-fj .box-fj-gg .box-fj-gn .p-phone,
.box-fj .box-fj-gg .box-fj-gn .p-code {
  display: none;
}
.box-fj .box-fj-gg .box-fj-gn .p-successful.active,
.box-fj .box-fj-gg .box-fj-gn .p-phone.active,
.box-fj .box-fj-gg .box-fj-gn .p-code.active {
  display: flex;
}
.box-fj .box-fj-gg h6 {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 26px;
  position: relative;
  text-indent: 35px;
  height: 52px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.box-fj .box-fj-gg h6::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icon_5.png) no-repeat center;
  background-size: contain;
  width: 26px;
  height: 26px;
}
.box-fj .box-fj-gg > p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box-fj .box-fj-gg > p a {
  color: #999;
  font-weight: bold;
  text-decoration: underline;
}
.box-fj .box-fj-gg > p a:hover {
  color: #00CE7E;
}
.box-fj .box-fj-gg .p-successful {
  font-size: 20px;
  font-weight: bold;
  color: #00CE7E;
  line-height: 24px;
  display: flex;
  padding-left: 20px;
  margin: 10px 0;
}
.box-fj .box-fj-gg .p-successful i {
  width: 24px;
  height: 24px;
  background: url(../images/icon_1.png) no-repeat center;
  background-size: contain;
  margin-right: 10px;
  animation: ani_rot 7s linear infinite;
}
.box-fj .box-fj-gg .p-phone {
  font-size: 20px;
  font-weight: bold;
  color: #FF6A5E;
  line-height: 24px;
  display: flex;
  padding-left: 10px;
  margin: 10px 0;
}
.box-fj .box-fj-gg .p-phone i {
  width: 24px;
  height: 24px;
  background: url(../images/icon_4.png) no-repeat center;
  background-size: contain;
  margin-right: 10px;
}
.box-fj .box-fj-gg .p-phone span {
  color: #00CE7E;
  cursor: pointer;
}
.box-fj .box-fj-gg .p-code {
  display: flex;
}
.box-fj .box-fj-gg .p-code div {
  width: 260px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #00CE7E;
  position: relative;
  overflow: hidden;
}
.box-fj .box-fj-gg .p-code div input {
  text-indent: 1em;
  width: 170px;
  font-size: 16px;
  line-height: 50px;
  border: none;
  box-sizing: border-box;
  padding-right: 10px;
}
.box-fj .box-fj-gg .p-code div label {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 50px;
  background: #00CE7E;
  border-radius: 0px 10px 10px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}
.box-fj .box-fj-gg .p-code span {
  font-size: 18px;
  line-height: 50px;
  color: #00CE7E;
  cursor: pointer;
  margin-left: 10px;
  font-weight: bold;
}
.box-fj .box-fj-gg .box-fj-btn {
  display: flex;
}
.box-fj .box-fj-gg .box-fj-btn button {
  width: 168px;
  height: 46px;
  background: #00CE7E;
  border-radius: 23px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.box-fj .box-fj-gg .box-fj-btn button i {
  width: 20px;
  height: 20px;
  background: url(../images/icon_2.png) no-repeat center;
  background-size: contain;
  margin-right: 10px;
}
.box-fj .box-fj-gg .box-fj-btn button:nth-child(2) {
  margin-left: 20px;
  background: #FF7F6D;
}
.box-fj .box-fj-gg .box-fj-btn button:nth-child(2) i {
  width: 25px;
  height: 20px;
  background: url(../images/icon_3.png) no-repeat center;
  background-size: contain;
}
@keyframes ani_rot {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(720deg);
  }
}
/*推广图*/
.box-push-pc {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 1200px;
  height: 120px;
  margin: 0 auto 20px;
}
.box-push-m {
  display: none;
}
/* 弹窗 */
.alert_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
}
.alert_box > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #FFFFFF;
  border-radius: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 40px;
}
.alert_box > div h6 {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  text-align: center;
}
.alert_box > div input {
  width: 100%;
  height: 46px;
  background: #FFFFFF;
  border-radius: 40px;
  border: 1px solid #D2D2D2;
  font-size: 20px;
  line-height: 46px;
  text-indent: 1em;
}
.alert_box > div .form_inside {
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
.alert_box > div .form_inside input {
  width: 60%;
}
.alert_box > div .form_inside .inright {
  width: 37%;
  height: 100%;
  margin-left: 3%;
  background: #00CE7E;
  text-indent: 0;
  color: #fff;
  cursor: pointer;
}
.alert_box > div .form_inside .inright:hover {
  opacity: 0.9;
}
.alert_box > div .form_inside img {
  background: #00CE7E;
  width: 37%;
  height: 46px;
  border-radius: 23px;
  float: right;
}
.alert_box > div .btn_css {
  cursor: pointer;
  border: none;
  height: 56px;
  background: linear-gradient(136deg, #FF7F6D 0%, #FF7F6D 100%);
  border-radius: 44px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 56px;
  width: 100%;
  text-indent: 0;
}
.alert_box > div .btn_css:hover {
  opacity: 0.9;
}
.alert_box .alert_phone {
  width: 430px;
  height: 330px;
  display: none;
}
.alert_box .alert_code {
  width: 430px;
  height: 470px;
  padding: 30px 0;
  display: none;
}
.alert_box .alert_code .codeImg {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 300px;
}
.alert_box .alert_code p {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.alert_box .alert_phone.active,
.alert_box .alert_code.active {
  display: flex;
}
.alert_box .closeBtn {
  width: 35px;
  height: 35px;
  position: absolute;
  right: -20px;
  top: -30px;
  cursor: default;
  transition: 0.2s;
}
.alert_box .closeBtn:hover {
  transform: rotate(180deg);
}
/*左侧导航 end*/
/*适配M*/
@media only all and (max-width: 1080px) {
  body {
    max-width: 100%;
    overflow-x: hidden;
    font: 0.18rem/0.36rem "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
  }
  body,
  html {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  /*移动端头部 + 底部*/
  .temp_footer {
    background: #F6F6F6 !important;
    margin-bottom: 0rem !important;
    color: #333 !important;
  }
  .temp_footer a {
    color: #333 !important;
  }
  /*移动端头部 + 底部 结束*/
  /* 通用代码 */
  .box-container {
    width: 96%;
    margin: 0 auto 0.3333rem;
    box-shadow: 0px 0.0533rem 0.1067rem 0px rgba(230, 230, 230, 0.5);
    border-radius: 0.16rem;
  }
  .box-container.box-container-T25 {
    margin-top: 0.3333rem;
  }
  .box-kc {
    padding: 0.2rem;
  }
  .box-kc h3 span {
    font-size: 0.4rem;
    line-height: 0.6rem;
    text-indent: 0.1067rem;
  }
  .box-kc h3 span::after {
    top: 0.1rem;
    width: 0.05rem;
    height: 0.4rem;
    border-radius: 0.0267rem;
  }
  .box-kc h3 a {
    font-size: 0.3rem;
    line-height: 0.6rem;
  }
  .box-kc .ul-list {
    margin-top: 0.2667rem;
  }
  .box-kc .ul-list li {
    border-radius: 0.16rem;
    border: 0.0133rem solid #ECECEC;
    padding: 0.0933rem 0.0933rem 0.1333rem;
    width: 48%;
    margin: 0 1% 0.16rem;
  }
  .box-kc .ul-list li:hover {
    box-shadow: 0px 0.0533rem 0.1067rem 0px rgba(230, 230, 230, 0.5);
  }
  .box-kc .ul-list li h5 {
    height: 1.7rem;
  }
  .box-kc .ul-list li h6 {
    height: 0.5333rem;
    font-size: 0.1867rem;
    line-height: 0.2667rem;
  }
  .box-kc .ul-list li div {
    margin-top: 0.1333rem;
  }
  .box-kc .ul-list li div span {
    font-size: 0.1867rem;
    line-height: 0.4rem;
  }
  .box-kc .ul-list li div span strong {
    font-size: 0.4rem;
    line-height: 0.4rem;
  }
  .box-kc .ul-list li div a {
    width: 1.6267rem;
    height: 0.56rem;
    border-radius: 0.3067rem;
    font-size: 0.2133rem;
    line-height: 0.56rem;
  }
  .box-kc .ul-platform {
    flex-wrap: wrap;
    margin-top: 0.2667rem;
    padding: 0 0.2rem 0.2rem;
  }
  .box-kc .ul-platform li {
    width: 2.6667rem;
    border-radius: 0.16rem;
    padding: 0.2667rem;
    margin-bottom: 0.2rem;
  }
  .box-kc .ul-platform li img {
    width: 2.1333rem;
    height: 2.1333rem;
    margin: 0 auto 0.0667rem;
  }
  .box-kc .ul-platform li p {
    font-size: 0.2133rem;
    line-height: 0.2933rem;
  }
  /* 头部 */
  header {
    background-color: #fff;
    width: 100%;
    height: 1rem;
  }
  header .box-container {
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    height: 100%;
  }
  header h1 a {
    display: flex;
    align-items: center;
    height: 100%;
  }
  header h1 a img {
    height: 0.4rem;
  }
  header ul {
    display: flex;
  }
  header ul li {
    padding: 0 0.2rem;
    position: relative;
  }
  header ul li::after {
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  header ul li:nth-child(1),
  header ul li:nth-child(2),
  header ul li:nth-child(3),
  header ul li:nth-child(7) {
    display: none;
  }
  header ul li:nth-child(6) {
    padding-right: 0;
  }
  header ul li:nth-child(6)::after {
    display: none;
  }
  header ul a {
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  /*附件*/
  .box-fj {
    flex-wrap: wrap;
    padding: 0.2rem;
    justify-content: center;
  }
  .box-fj .swiper {
    width: 100%;
    height: 3.8rem;
    border-radius: 0.1333rem;
    margin-right: 0px;
  }
  .box-fj .swiper .swiper-button-prev,
  .box-fj .swiper .swiper-container-rtl .swiper-button-next {
    width: 0.2667rem;
    height: 0.5333rem;
  }
  .box-fj .swiper .swiper-button-next,
  .box-fj .swiper .swiper-container-rtl .swiper-button-prev {
    width: 0.2667rem;
    height: 0.5333rem;
  }
  .box-fj .swiper .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
  }
  .box-fj .swiper .swiper-pagination-bullet-active {
    width: 0.16rem;
    height: 0.08rem;
    border-radius: 0.04rem;
  }
  .box-fj .box-fj-gg {
    width: 100%;
    margin-top: 0.2rem;
    height: auto;
  }
  .box-fj .box-fj-gg .box-fj-gn .p-successful,
  .box-fj .box-fj-gg .box-fj-gn .p-phone,
  .box-fj .box-fj-gg .box-fj-gn .p-code {
    display: none;
  }
  .box-fj .box-fj-gg .box-fj-gn .p-successful.active,
  .box-fj .box-fj-gg .box-fj-gn .p-phone.active,
  .box-fj .box-fj-gg .box-fj-gn .p-code.active {
    display: flex;
  }
  .box-fj .box-fj-gg h6 {
    font-size: 0.3rem;
    line-height: 0.5rem;
    text-indent: 0.65rem;
    height: auto;
  }
  .box-fj .box-fj-gg h6::after {
    width: 0.46rem;
    height: 0.46rem;
    background-size: cover;
    top: 0.02rem;
  }
  .box-fj .box-fj-gg > p {
    font-size: 0.26rem;
    line-height: 0.5rem;
    width: 100%;
    white-space: inherit;
  }
  .box-fj .box-fj-gg > p.fj-ly {
    white-space: nowrap;
  }
  .box-fj .box-fj-gg .p-successful {
    font-size: 0.36rem;
    line-height: 0.4rem;
    padding-left: 0rem;
    margin: 0.5rem 0;
  }
  .box-fj .box-fj-gg .p-successful i {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.1333rem;
  }
  .box-fj .box-fj-gg .p-phone {
    font-size: 0.36rem;
    line-height: 0.4533rem;
    padding-left: 0;
    margin: 0.1333rem 0;
  }
  .box-fj .box-fj-gg .p-phone i {
    width: 0.4533rem;
    height: 0.4533rem;
    margin-right: 0.1333rem;
  }
  .box-fj .box-fj-gg .p-code {
    display: flex;
  }
  .box-fj .box-fj-gg .p-code div {
    width: 100%;
    margin: 0.2rem auto;
    height: 0.8rem;
    border-radius: 0.2rem;
    border: 0.02rem solid #00CE7E;
  }
  .box-fj .box-fj-gg .p-code div input {
    text-indent: 0.1rem;
    width: calc(100% - 1.4rem);
    font-size: 0.3rem;
    line-height: 0.8rem;
    padding-right: 0.1333rem;
  }
  .box-fj .box-fj-gg .p-code div label {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.3rem;
    height: 0.8rem;
    border-radius: 0px 0.2rem 0.2rem 0px;
    font-size: 0.3rem;
    line-height: 0.8rem;
  }
  .box-fj .box-fj-gg .box-fj-btn {
    display: flex;
    justify-content: center;
    margin: 0.2667rem auto 0;
  }
  .box-fj .box-fj-gg .box-fj-btn button {
    width: 2.8rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    font-size: 0.32rem;
    line-height: 0.8rem;
  }
  .box-fj .box-fj-gg .box-fj-btn button i {
    width: 0.2667rem;
    height: 0.2667rem;
    margin-right: 0.1333rem;
  }
  .box-fj .box-fj-gg .box-fj-btn button:nth-child(2) {
    margin-left: 0.2667rem;
  }
  .box-fj .box-fj-gg .box-fj-btn button:nth-child(2) i {
    width: 0.3333rem;
    height: 0.2667rem;
  }
  /*推广图*/
  .box-push-pc {
    display: none;
  }
  .box-push-m {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 1.8rem;
    margin: 0 auto 0.2667rem;
  }
  /* 弹窗 */
  .alert_box > div {
    border-radius: 0.3467rem;
    padding: 0.1333rem 0.5333rem;
  }
  .alert_box > div h6 {
    font-size: 0.32rem;
    line-height: 0.32rem;
  }
  .alert_box > div input {
    width: 100%;
    height: 0.6rem;
    background: #FFFFFF;
    border-radius: 0.3rem;
    border: 0.0133rem solid #D2D2D2;
    font-size: 0.3rem;
    line-height: 0.6rem;
    text-indent: 0.1rem;
  }
  .alert_box > div .form_inside input {
    width: 60%;
  }
  .alert_box > div .form_inside .inright {
    width: 37%;
    height: 100%;
    margin-left: 3%;
  }
  .alert_box > div .form_inside img {
    width: 37%;
    height: 0.6rem;
    border-radius: 0.3rem;
  }
  .alert_box > div .btn_css {
    height: 0.7467rem;
    border-radius: 0.3733rem;
    font-size: 0.32rem;
    line-height: 0.7467rem;
  }
  .alert_box .alert_phone {
    width: 5.7333rem;
    height: 4.4rem;
  }
  .alert_box .alert_code {
    width: 5.7333rem;
    height: 6.2667rem;
    padding: 0.4rem 0;
  }
  .alert_box .alert_code .codeImg {
    width: 4rem;
    height: 4rem;
  }
  .alert_box .alert_code p {
    font-size: 0.32rem;
    line-height: 0.32rem;
  }
  .alert_box .closeBtn {
    width: 0.6rem;
    height: 0.6rem;
    right: -0.35rem;
    top: -0.5rem;
  }
}
