* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  list-style: none;
}
:root {
  --themeColor: #0076FE;
}
button,
input,
textarea {
  border: 0;
}
.scrolbox {
  overflow: auto;
}
.scrolbox::-webkit-scrollbar {
  width: 4px;
  border-radius: 30px;
}
.scrolbox::-webkit-scrollbar-track {
  background-color: #F6F8FB;
  border-radius: 30px;
}
.scrolbox::-webkit-scrollbar-thumb {
  background: #0076FE;
  border-radius: 30px;
}
@media only screen and (max-width: 1500px) {
  .InnerBox .area1_img > img {
    margin-top: 60px;
  }
  .InnerBox .pageTitle {
    padding-top: 60px;
    padding-bottom: 60px !important;
  }
  .InnerBox .index_area4 .area4_nav,
  .InnerBox .index_area5 .area5_nav {
    margin-bottom: 50px;
  }
  .InnerBox .index_area4 .area4_content .area4_cItem .area4_info,
  .InnerBox .index_area5 .area4_content .area4_cItem .area4_info {
    padding: 30px 0 60px 0;
  }
  .InnerBox .foot_detail .foot_top .foot_lx .lx_ewm {
    margin-bottom: 65px !important;
  }
  .InnerBox .newslist_box .boxlist {
    padding: 32px 20px;
  }
  .InnerBox .newslist_box .next_box {
    padding: 40px 0;
  }
  .InnerBox .contact_title2 {
    padding: 60px 0;
  }
  .OuterpadBot {
    padding-bottom: 80px !important;
  }
  .foot_detail .foot_top {
    padding: 60px 0 !important;
  }
  .foot_detail .foot_bottom {
    padding: 30px 0 !important;
  }
  .foot_sub {
    height: 330px !important;
  }
  .productcode_area2 .area2_item .area2_info {
    padding-bottom: 55px;
  }
  .area1bg {
    height: 360px !important;
  }
}
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  object-fit: cover;
}
textarea {
  resize: none;
}
button {
  cursor: pointer;
}
a {
  color: #676767;
}
.FlexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.FlexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.FlexStart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.FlexAlign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.FlexBetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.FlexColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* 多行文本超出省略号隐藏 */
.MultipleLines {
  overflow: hidden;
  text-overflow: ellipsis;
  /* 弹性伸缩盒子模型显示  */
  display: -webkit-box;
  /* 限制早一个块元素显示的文本的行数 */
  -webkit-line-clamp: 2;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-box-orient: vertical;
}
.Singlerow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line {
  border: solid 1px red;
}
.OuterBox {
  width: 100%;
  position: relative;
}
.OuterBox .InnerBox {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.OuterBox .InnerBox2 {
  width: 1300px;
  min-width: 1300px;
  margin: 0 auto;
}
.FlexWrap {
  display: flex;
  flex-wrap: wrap;
  place-self: flex-start;
  width: 100%;
}
.OuterpadBot {
  padding-bottom: 102px;
  transition: all 0.3s;
}
.OuteColor1 {
  background-color: #f6f8fb;
}
.OuteColor2 {
  background-color: #2b75eb;
}
.MultipleLines {
  overflow: hidden;
  text-overflow: ellipsis;
  /* 弹性伸缩盒子模型显示  */
  display: -webkit-box;
  /* 限制早一个块元素显示的文本的行数 */
  -webkit-line-clamp: 2;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-box-orient: vertical;
}
.danhang {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.pageTitle {
  width: 100%;
  display: flex;
  padding-top: 96px;
  padding-bottom: 78px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.pageTitle .pagetit {
  font-size: 40px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
.pageTitle .pagetit.fcolor {
  color: #fff;
}
.pageTitle .pagetxt.fcolor {
  color: #ffffffa6;
}
.pageTitle .pagetxt {
  margin-top: 27px;
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #999999;
}
.online {
  border: none !important;
}
.onright {
  margin-right: 0 !important;
}
.onbott {
  margin-bottom: 0 !important;
}
.indexSwiper {
  width: 100%;
  height: 100%;
}
.indexSwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.indexSwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.indexSwiper .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}
.indexSwiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  display: block;
}
.indexpagin {
  bottom: 64px !important;
  left: -513px !important;
}
.indexpagin span {
  opacity: 1;
  border-radius: 0;
  display: inline-block;
  width: 36px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.indexpagin span.isActive {
  background: #2b75eb;
}
.banner {
  width: 100%;
  position: relative;
}
.banner a {
  width: 100%;
  display: block;
}
.banner img {
  width: 100%;
  display: block;
  background-color: #333333;
}
.head {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.head .head_Inner {
  transition: all 0.3s;
  height: 80px;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .logo > img {
  display: block;
  width: 157px;
}
.head .hea_right {
  display: flex;
  height: 100%;
  align-items: center;
}
.head .hea_right > i {
  padding-left: 34px;
  color: #666666;
  font-size: 20px;
}
.head .hea_right .head_nav {
  height: 100%;
  display: flex;
}
.head .hea_right .head_nav .nav_item {
  padding: 0 5px;
  margin-right: 60px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  color: #666666;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.head .hea_right .head_nav .nav_item > i {
  margin-left: 6px;
  font-size: 10px;
}
@keyframes nav_item {
  50% {
    transform: translateY(-6px);
  }
}
.head .hea_right .head_nav .nav_item:hover {
  color: #0076fe;
}
.head .hea_right .head_nav .nav_item.isActive {
  color: #0076fe;
  border-bottom: solid 3px;
}
.nav_eject {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  background-color: #fff;
  padding-top: 90px;
  width: 100%;
  display: none;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.nav_eject .InnerBox {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.alert_content {
  width: 100%;
}
.alert_content .alert2_box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.alert_content .tit_ {
  width: 100%;
  padding-bottom: 9px;
  border-bottom: solid 1px #f1f1f1;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
}
.alert_content .por_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 0 45px 0;
}
.alert_content .por_content .por_item {
  display: flex;
  align-items: center;
}
.alert_content .por_content .por_item > img {
  display: block;
  margin-right: 25px;
  max-width: 55px;
}
.alert_content .por_content .por_item .por_info.isActive .por_tit {
  color: #2b75eb;
}
.alert_content .por_content .por_item .por_info {
  display: flex;
  flex-direction: column;
}
.alert_content .por_content .por_item .por_info .por_tit:hover {
  color: #2b75eb;
}
.alert_content .por_content .por_item .por_info .por_tit {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #000000;
}
.alert_content .por_content .por_item .por_info .por_txt {
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #888888;
}
.alert2_column.onright {
  padding-left: 0;
  border-left: none;
}
.alert2_column {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-left: solid 1px #f1f1f1;
}
.alert2_column .alert2_tit {
  width: 120px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 550;
  text-align: left;
  color: #000000;
  padding-bottom: 9px;
  border-bottom: solid 1px #f1f1f1;
}
.alert2_column .alert2_a {
  cursor: pointer;
  font-size: 14px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  margin-top: 12px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.alert2_column .alert2_a:hover {
  color: #0076fe;
}
.alert2_column .alert2_a.isActive {
  color: #0076fe;
}
.alert2_column .al_font {
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #888888;
}
.select_alert.bottom {
  bottom: 100%;
}
.select_alert.top {
  top: 100%;
}
.select_alert {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
  background-color: #fff;
  display: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.select_alert .options {
  padding: 0 20px;
  width: 100%;
  height: 63px;
  border-bottom: solid 1px #e5e5e5;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
}
.select_alert .options:last-of-type {
  border: none;
}
.select_alert .options:hover {
  background-color: #2b75eb;
  color: #fff;
}
.foot_sub {
  width: 100%;
  background: url(../img/index/01.jpg) no-repeat;
  background-size: cover;
  height: 352px;
  transition: all 0.3s;
}
.foot_sub .InnerBox {
  height: 100%;
}
.foot_sub .foot_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
}
.foot_sub .foot_head .tit_h1 {
  display: flex;
  align-items: flex-end;
}
.foot_sub .foot_head .tit_h1 .tit {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-right: 25px;
  color: #ffffff;
}
.foot_sub .foot_head .tit_h1 span {
  opacity: 0.68;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #Fff;
}
.foot_sub .foot_head .tit_tel {
  color: #ffffff;
}
.foot_sub .foot_head .tit_tel span {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.foot_sub .foot_head .tit_tel h2 {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}
.foot_sub .foot_form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
.foot_sub .foot_form .form_item {
  width: 236px;
  height: 63px;
  background: #ffffff;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  position: relative;
  display: flex;
  align-items: center;
}
.foot_sub .foot_form .form_item input {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  padding: 0 20px;
}
.foot_sub .foot_form .form_item .foot_select {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.foot_sub .foot_form .form_item .foot_select span {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
}
.foot_sub .foot_form .form_item .foot_select i {
  color: #666666;
  font-size: 18px;
}
.foot_sub .foot_form .form_item #verify {
  position: absolute;
  right: 15px;
  width: 105px;
  height: 33px;
  z-index: 3;
}
.foot_sub .foot_form button {
  font-size: 18px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  width: 236px;
  height: 63px;
  background: #0056CC;
}
.pageimg {
  width: 100%;
  display: block;
}
.foot_detail .foot_top {
  width: 100%;
  display: flex;
  padding: 87px 0 65px 0;
  transition: all 0.3s;
}
.foot_detail .foot_top .foot_nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.foot_detail .foot_top .foot_nav .nav_column {
  align-items: flex-start;
  justify-content: flex-start;
}
.foot_detail .foot_top .foot_nav .nav_column .column_tit {
  margin-bottom: 27px;
  font-size: 18px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #333333;
}
.foot_detail .foot_top .foot_nav .nav_column .column_txt {
  font-size: 14px;
  cursor: pointer;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 32px;
}
.foot_detail .foot_top .foot_nav .nav_column .column_txt:hover {
  color: #0076fe;
}
.foot_detail .foot_top .foot_lx {
  border-right: solid 1px #F6F6F6;
  width: 400px;
  display: flex;
  flex-direction: column;
  margin-right: 50px;
}
.foot_detail .foot_top .foot_lx .lx_title {
  width: 100%;
  font-size: 18px;
  padding-bottom: 28px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  color: #333333;
  text-align: left;
}
.foot_detail .foot_top .foot_lx .lx_ewm {
  transition: all 0.3s;
}
.foot_detail .foot_top .foot_lx .lx_ewm .lx_ewm_item {
  margin-right: 30px;
}
.foot_detail .foot_top .foot_lx .lx_ewm .lx_ewm_item img {
  width: 122px;
  height: 121px;
  border: 1px solid #e6e6e6;
  margin-bottom: 18px;
}
.foot_detail .foot_top .foot_lx .lx_ewm .lx_ewm_item span {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
}
.foot_detail .foot_top .foot_lx .lx_text {
  margin-bottom: 60px;
  text-align: left;
}
.foot_detail .foot_top .foot_lx .lx_text p {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
}
.foot_detail .foot_bottom {
  display: flex;
  justify-content: space-between;
  padding: 28px 0 34px 0;
  transition: all 0.3s;
  border-top: solid 1px #F6F6F6;
}
.foot_detail .foot_bottom > span {
  font-size: 13px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
}
.downlayout.onright {
  margin-right: 0;
}
.downlayout {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 33px;
  width: 275px;
  height: 360px;
  padding: 60px 33px 0 32px;
  background: #ffffff;
  border-radius: 10px;
}
.downlayout > img {
  width: 60px;
  height: 60px;
}
.downlayout .down_tit {
  margin: 50px 0 19px 0;
  font-size: 22px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: center;
  color: #333333;
}
.downlayout .down_txt {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: justify;
  color: #999999;
  line-height: 22px;
}
.zylayout {
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 10px;
}
.zylayout > img {
  width: auto;
  height: auto;
}
.zylayout .layout_info {
  flex: 1;
}
.zylayout .layout_info .layout_tit {
  font-size: 18px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #333333;
  margin-bottom: 14px;
}
.zylayout .layout_info .layout_txt {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 26px;
}
.pagesBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagesBox .current {
  font-size: 14px;
  background: var(--themeColor);
  color: #fff !important;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagesBox .current.prev,
.pagesBox .current.next {
  color: #3e3e3e !important;
  background: #fff;
}
.pagesBox a,
.pagesBox span {
  height: 40px;
  padding: 0 16px;
  background: #f6f8fb;
  border-radius: 3px;
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #3e3e3e !important;
  margin-top: 20px;
  margin-bottom: 20px;
  min-width: 40px;
  overflow: hidden;
  position: relative;
}
.pagesBox a font,
.pagesBox span font {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 14px;
  background: var(--themeColor);
  color: #fff !important;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.Weltbox {
  position: fixed;
  right: 10px;
  bottom: 200px;
  z-index: 100;
  background-color: #fff;
  border-radius: 4px;
  justify-content: flex-start;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
}
.Weltbox .Welt_item:hover {
  background-color: #0076FE;
}
.Weltbox .Welt_item:hover span {
  color: #fff;
}
.Weltbox .Welt_item:hover .icon_box .img1 {
  display: none;
}
.Weltbox .Welt_item:hover .icon_box .img2 {
  display: block;
}
.Weltbox .Welt_item {
  border-radius: 4px;
  width: 75px;
  height: 79px;
  transition: all 0.3s;
  cursor: pointer;
  color: #666;
  position: relative;
}
.Weltbox .Welt_item > span {
  white-space: nowrap;
  margin-top: 11px;
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #666666;
}
.Weltbox .Welt_item .icon_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Weltbox .Welt_item .icon_box .img1 {
  display: block;
}
.Weltbox .Welt_item .icon_box .img2 {
  display: none;
}
.Weltbox .Welt_item .icon_box > img {
  display: block;
  max-width: 25px;
}
.Weltbox .Welt_item .Welt_alert {
  right: 110%;
  top: 0;
  z-index: 3;
  position: absolute;
  display: none;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  background-color: #fff;
}
.Weltbox .Welt_item .Welt_alert .alert_content {
  padding: 5px;
}
.Weltbox .Welt_item .Welt_alert .alert_content .ewm > img {
  width: 110px;
  height: 110px;
  display: block;
}
.Weltbox .Welt_item .Welt_alert .alert_content .info {
  padding: 0 10px;
}
.Weltbox .Welt_item .Welt_alert .alert_content .info .txt span {
  white-space: nowrap;
  color: #999999;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.Weltbox .Welt_item .Welt_alert .alert_content .info .phone {
  color: #000;
  font-size: 16px;
  font-weight: 550;
}
.Weltbox .Welt_item .Welt_alert .alert_content .info .phone i {
  margin-right: 6px;
  font-size: 20px;
}
.Weltbox .Welt_item:hover {
  color: #2B7BFC;
}
.Weltbox .Welt_item:hover .icon_box i {
  color: #2B7BFC;
}
.img_box {
  cursor: pointer;
  overflow: hidden;
}
.img_box > img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}
.img_box:hover > img {
  transform: scale(1.1);
}
.agreement_alert {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100vh;
  display: none;
}
.agreement_alert .alertmasks {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.agreement_alert .agreement_content {
  position: relative;
  padding: 27px;
  width: 453px;
  height: 429px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.agreement_alert .agreement_content h1 {
  color: #000;
  font-size: 20px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.agreement_alert .agreement_content .txt {
  width: 100%;
  text-align: justify;
  font-size: 16px;
  color: #000;
  line-height: 20px;
}
.agreement_alert .agreement_content .del_btn {
  position: absolute;
  right: 21px;
  top: 22px;
  border-radius: 5px;
  cursor: pointer;
}
.agreement_alert .agreement_content .del_btn i {
  font-weight: 700;
  color: #000;
}
.success_body {
  position: relative;
  width: 100%;
  height: 100%;
}
.success_body .success_icon {
  width: 42px;
  height: 42px;
  background: #2df18f;
  border-radius: 100%;
}
.success_body .success_icon i {
  color: #fff;
  font-size: 25px;
}
.success_body .btitle {
  font-size: 19px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #000000;
  margin: 14px 0 16px 0;
}
.success_body .btext {
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #9199a6;
  line-height: 20px;
}
.success_body .bewm_box {
  width: 283px;
  height: 98px;
  background: rgba(243, 247, 250, 0.64);
  margin: 35px 0;
}
.success_body .bewm_box .e_info .tit {
  font-size: 14px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #000000;
  line-height: 22px;
}
.success_body .bewm_box .ewm_img {
  margin-left: 33px;
}
.success_body .bewm_box .ewm_img > img {
  width: 78px;
  display: block;
}
.success_body .success_btn {
  cursor: pointer;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  width: 149px;
  height: 41px;
  background: #0076fe;
  border-radius: 2px;
}
.apply_body .atitle {
  font-size: 24px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #000000;
}
.apply_body .atext {
  font-size: 13px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #9199a6;
  margin: 14px 0 45px 0;
}
.apply_body .apply_input.marginBtm {
  margin-bottom: 25px;
}
.apply_body .apply_input {
  width: 100%;
  height: 48px;
  border: 1px solid #dfe1e3;
  border-radius: 2px;
  padding: 0 18px;
}
.apply_body .apply_input .select {
  height: 100%;
  width: 84px;
  margin-right: 16px;
  cursor: pointer;
  position: relative;
}
.apply_body .apply_input .select span {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  margin-right: 15px;
}
.apply_body .apply_input .select i {
  font-size: 14px;
}
.apply_body .apply_input .select::after {
  position: absolute;
  right: 0;
  content: '';
  width: 1px;
  height: 14px;
  background-color: #dfe1e3;
}
.apply_body .apply_input .ionput_box {
  flex: 1;
  height: 100%;
}
.apply_body .apply_input .ionput_box input {
  height: 100%;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
  width: 100%;
}
.apply_body .apply_input .ionput_box input::placeholder {
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #b7b7b7;
}
.apply_body .apply_input .yamtit {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 550;
  text-align: left;
  color: #000000;
  white-space: nowrap;
  margin-right: 18px;
}
.apply_body .apply_input .applyyzm {
  white-space: nowrap;
  cursor: pointer;
  font-size: 16px;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  width: 105px;
  height: 33px;
}
.apply_body .apply_input .huoqu {
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  margin-left: 16px;
  color: #0076fe;
  cursor: pointer;
}
.apply_body .apply_btn {
  cursor: pointer;
  margin-top: 45px;
  width: 100%;
  height: 48px;
  background: #0076fe;
  border-radius: 2px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
.load_btn.style2 i {
  color: #0076fe;
}
.load_btn {
  display: none;
  margin: 0 20px;
}
.load_btn i {
  animation: loading 1s linear infinite;
  color: #fff;
  font-size: 24px;
  display: block;
}
@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}
