* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  list-style: none;
}
:root {
  --themeColor: #0076FE;
}
body {
  overflow-x: hidden;
}
button,
input,
textarea {
  border: 0;
}
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: flex;
  justify-content: center;
  align-items: center;
}
.FlexColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.OuterBox {
  width: 100%;
  padding: 0 5.3333vw;
  position: relative;
}
.OuterpadBot {
  padding-bottom: 13.3333vw;
}
.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: 13.3333vw;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pageTitle .pagetit {
  font-size: 5.0667vw;
  font-family: OPPOSans, OPPOSans-B;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
.pageTitle .pagetxt {
  max-width: 78vw;
  margin-top: 3.3333vw;
  font-size: 3.2vw;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: center;
  color: #888888;
  line-height: 6.1333vw;
}
.zuoyoulayout {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.zuoyoulayout > img {
  height: 14.6667vw;
  width: 14.6667vw;
  margin-right: 4.8vw;
}
.zuoyoulayout .zuoyou_info {
  flex: 1;
}
.zuoyoulayout .zuoyou_info .zuoyou_tit {
  font-size: 4vw;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: bold;
  text-align: left;
  color: #333333;
  margin-bottom: 3.7333vw;
}
.zuoyoulayout .zuoyou_info .zuoyou_txt {
  font-size: 3.2vw;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #888888;
  line-height: 5.8667vw;
}
.online {
  border: none !important;
}
.onbott {
  margin-bottom: 0 !important;
}
.sel_mask {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 199;
  overflow: hidden;
  display: none;
}
.sel_alert_content {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 200;
}
.sel_alert_content .alert_conts {
  width: 100%;
  padding: 5.8667vw 5.3333vw;
  background-color: #fff;
  border-radius: 1.8667vw 1.8667vw 0 0;
}
.sel_alert_content .alert_conts .alert_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.6667vw 0;
  color: #333;
  border-bottom: solid 0.1333vw #E0E0E0;
}
.sel_alert_content .alert_conts .alert_item .selter_content {
  width: 100%;
  display: none;
  padding: 5.7333vw 5.6vw 2.6667vw 5.6vw;
}
.sel_alert_content .alert_conts .alert_item .selter_content > a {
  display: block;
  font-size: 3.2vw;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #888888;
  line-height: 8.5333vw;
}
.sel_alert_content .alert_conts .alert_item .selter_content > a:active {
  color: #2c7bfc;
}
.sel_alert_content .alert_conts .alert_item .selter_content > a.isActive {
  color: #2c7bfc;
}
.sel_alert_content .alert_conts .alert_item .alert_selter {
  width: 100%;
  height: 10.8vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.3333vw;
  transition: all 0.3s;
}
.sel_alert_content .alert_conts .alert_item .alert_selter span {
  font-size: 3.4667vw;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  display: flex;
  align-items: center;
}
.sel_alert_content .alert_conts .alert_item .alert_selter span > i {
  margin-right: 3.3333vw;
  font-size: 5.4667vw;
  transition: all 0.3s;
}
.sel_alert_content .alert_conts .alert_item .alert_selter > i {
  font-size: 3.4667vw;
  transition: all 0.3s;
}
.sel_alert_content .alert_conts .alert_item .alert_selter.isActive {
  border-radius: 6vw;
  background-color: #2b7bfc;
  color: #fff;
  border-bottom: none;
}
.sel_alert_content .alert_conts .alert_item .alert_selter.isActive i {
  transform: rotate(180deg);
}
.index_swiper {
  height: 69.3333vw;
}
.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: 8.2667vw !important;
}
.indexpagin span {
  opacity: 1;
  border-radius: 0;
  display: inline-block;
  width: 6.6667vw;
  height: 0.8vw;
  background: #fff;
  border-radius: 0.6667vw;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2.6667vw 3.3333vw -0.6667vw, rgba(0, 0, 0, 0.04) 0 1.3333vw 1.3333vw -0.6667vw;
}
.indexpagin span.isActive {
  background: #2b7bfc;
}
.on-line_box {
  width: 11.0667vw;
  height: 11.0667vw;
  border-radius: 100%;
  position: fixed;
  bottom: 35.4667vw;
  right: 2.6667vw;
  background: #2c7bfc;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.on-line_box > i {
  color: #fff;
  font-size: 4.6667vw;
}
.caselist .sel_alert_box {
  box-shadow: none !important;
}
.sel_alert {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20vw;
  z-index: 200;
}
.sel_alert .sel_alert_box {
  width: 78.8vw;
  height: 11.8667vw;
  background: linear-gradient(143deg, #2b7bfc 0%, #56a1ff 100%);
  box-shadow: 1.6667vw 2.8867vw 4.6667vw 3.3333vw rgba(225, 237, 253, 0.66);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6vw;
  padding: 0 6.4vw;
}
.sel_alert .sel_alert_box > span {
  font-size: 3.2vw;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: left;
  color: #ffffff;
}
.sel_alert .sel_alert_box > i {
  color: #ffffff;
  font-size: 4vw;
}
.grid2layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3.2vw;
}
.grid2layout .layout_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5.4667vw;
  padding-top: 9.3333vw;
  width: 100%;
  height: 62.2667vw;
  background: #f6f8fb;
  border-radius: 1.0667vw;
  justify-content: flex-start;
}
.grid2layout .layout_item > img {
  width: 13.3333vw;
  height: 13.3333vw;
}
.grid2layout .layout_item .layout_tit {
  margin: 7vw 0 2.2667vw 0;
  font-size: 4vw;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
.grid2layout .layout_item .layout_txt {
  font-size: 3.2vw;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #888888;
  line-height: 5.8667vw;
}
.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
body,
html {
  width: 100vw;
}
.banner {
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .more_box {
  z-index: 10;
  position: absolute;
  bottom: -6vw;
  height: 12vw;
  width: 89.3333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.2667vw 0 8.4vw;
  border-radius: 6vw;
  background-color: #fff;
  box-shadow: 0.3333vw 0.5773vw 6.1333vw 0.6667vw rgba(3, 0, 0, 0.05);
}
.banner .more_box span {
  font-size: 3.2vw;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #888888;
}
.banner .more_box .icon_box {
  width: 18.5333vw;
  height: 6.8vw;
  background: #2caf68;
  border-radius: 6vw;
}
.banner .more_box .icon_box i {
  color: #fff;
  font-size: 4.6667vw;
}
.yijucat2_line.cat_bot {
  margin-bottom: 6.1333vw;
}
.yijucat2_line.cat_nobot {
  margin-bottom: 0;
}
.margingbot {
  margin-bottom: 0 !important;
}
.yijucat2_line {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10.2667vw;
}
.yijucat2_line .num {
  font-size: 3.4667vw;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: left;
  color: #ffffff;
  width: 6.1333vw;
  height: 5.7333vw;
  background: #a2c5ff;
  margin-right: 4vw;
  border-radius: 0.6667vw;
  box-shadow: 0.3333vw 0.5773vw 0.6667vw 0.6667vw rgba(205, 223, 255, 0.75);
}
.yijucat2_line .yijucat2_info {
  flex: 1;
}
.yijucat2_line .yijucat2_info .yijucat2_tit {
  margin-bottom: 4vw;
  font-size: 4vw;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: bold;
  text-align: left;
  color: #333333;
}
.yijucat2_line .yijucat2_info .yijucat2_txt {
  font-size: 3.2vw;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #888888;
  line-height: 5.2vw;
}
.head.headColor {
  background-color: #ffffff;
  box-shadow: rgba(33, 35, 38, 0.1) 0 1.3333vw 1.3333vw -1.3333vw;
}
.head.headColor .head_item i {
  color: #303030;
}
.head.headColor .head_item .more_icon1,
.head.headColor .head_item .more_icon2 {
  background: #303030;
}
.head_block {
  width: 100vw;
  height: 13.3333vw;
}
.head_mask {
  width: 100vw;
  height: 13.3333vw;
}
.head {
  width: 100vw;
  height: 13.3333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.3333vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.head .head_item i {
  font-size: 4.4vw;
  color: #fff;
  font-weight: bold;
}
.head .head_item .more_icon1,
.head .head_item .more_icon2 {
  width: 5.3333vw;
  height: 0.5333vw;
  background: #fff;
  border-radius: 1.3333vw;
  transition: all 0.3s;
}
.head .head_item .more_icon1 {
  margin-bottom: 1.2vw;
}
.head .head_item .more_icon1.trans {
  margin-bottom: 0 !important;
  transform: translateY(0.5333vw) rotate(45deg);
}
.head .head_item .more_icon2.trans {
  transform: rotate(135deg);
}
.head .logo > img {
  width: 25.8667vw;
  display: block;
}
.head_alert {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 20vw;
  padding-right: 38.4vw;
}
.head_alert .pagesMask {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 26.6667vw;
  z-index: 10;
}
.head_alert .c_nav {
  text-align: left;
  padding-bottom: 17.6vw;
}
.head_alert .c_nav .c_nav_item {
  height: 4.1333vw;
  padding-left: 8vw;
  font-size: 3.7333vw;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: left;
  color: #888888;
  margin-bottom: 4.6667vw;
  display: block;
}
.head_alert .c_nav .c_nav_item.isActive {
  border-left: solid 0.8vw;
  color: #2C7BFC;
  padding-left: 7.2vw;
}
.foot {
  background-color: #ffffff;
  border-top: solid 0.1333vw #eee;
  width: 100vw;
  height: 15.2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7.3333vw;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.foot .foot_item.isActive i,
.foot .foot_item.isActive span {
  color: #2C7BFC;
}
.foot .foot_item.isActive .img1 {
  display: none !important;
}
.foot .foot_item.isActive .img2 {
  display: block !important;
}
.foot .foot_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.foot .foot_item > img {
  height: 4.3333vw;
}
.foot .foot_item .img1 {
  display: block;
}
.foot .foot_item .img2 {
  display: none;
}
.foot .foot_item i {
  font-size: 6.2vw;
  color: #303030;
}
.foot .foot_item span {
  margin-top: 0.6667vw;
  font-size: 2.8vw;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: left;
  color: #888888;
}
.pageimg {
  width: 100%;
  display: block;
}
.pages {
  width: 100%;
  transform: translate(0, 0);
  transition: all 0.3s;
  background-color: #fff;
}
.pages.oveHidden {
  height: 144.1333vw;
  overflow: hidden;
  border-radius: 4vw;
  transform: translate(73.3333vw, 19vw);
  box-shadow: 0 0 1.3333vw #eee, 0 0 2.6667vw #eee, 0 0 6.6667vw #eee;
  position: relative;
}
.pages.paddTop {
  padding-top: 13.3333vw;
}
.nav_line {
  width: 53.4667vw;
  height: 0.1333vw;
  background: #e0e0e0;
  margin-left: 8.1333vw;
}
.nav_info {
  padding-top: 7.3333vw;
  padding-left: 8vw;
}
.nav_info .tels {
  font-size: 4.5333vw;
  font-family: OPPOSans, OPPOSans-H;
  font-weight: bold;
  text-align: left;
  color: #2c7bfc;
}
.nav_info > h2 {
  font-size: 3.2vw;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: bold;
  text-align: left;
  color: #333333;
  margin: 2.9333vw 0 7.3333vw 0;
}
.nav_info > p {
  font-size: 2.9333vw;
  font-family: OPPOSans, OPPOSans-R;
  font-weight: R;
  text-align: left;
  color: #888888;
  line-height: 4.2667vw;
  margin-bottom: 5.3333vw;
}
.case_nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 4.6667vw;
}
.case_nav .case_font {
  margin-bottom: 4.6667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333vw;
  font-size: 3.7333vw;
  font-family: OPPOSans, OPPOSans-M;
  font-weight: M;
  text-align: center;
  color: #333333;
  border-right: solid 0.1333vw #e0e0e0;
}
.case_nav .case_font.onRight {
  border-right: none;
}
.case_nav .case_font.isActive {
  color: #2C7BFC;
}
.case_alert {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 666;
  display: none;
}
.case_alert .case_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 600;
}
.case_alert .case_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 666;
}
.case_alert .case_content .case_img {
  background-color: #fff;
  padding: 4vw;
  border-radius: 2vw;
  z-index: 666;
  width: 70vw;
  height: 80vw;
}
.case_alert .case_content .case_img img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.case_alert .case_content .case_img .tit {
  margin-top: 2.6667vw;
  font-size: 3.2vw;
  color: #333;
}
.case_content {
  padding-top: 6.6667vw;
  padding-bottom: 6.6667vw;
}
.case_content .case_item {
  overflow: hidden;
  border-radius: 1.2vw;
  width: 100%;
  margin-bottom: 5.3333vw;
  box-shadow: 0.6667vw 0.6667vw 5.3333vw 4.3333vw #eee;
}
.case_content .case_item > img {
  width: 100%;
  height: 52.8vw;
}
.case_content .case_item .case_info {
  border-top: solid 0.1333vw #f1f1f1;
  width: 100%;
  height: 20vw;
  background: #ffffff;
  align-items: flex-start;
  padding: 0 5.0667vw;
}
.case_content .case_item .case_info .case_tit {
  font-size: 3.7333vw;
  font-weight: bold;
  text-align: left;
  color: #333333;
  margin-bottom: 2.1333vw;
}
.case_content .case_item .case_info .case_txt {
  font-size: 3.2vw;
  font-family: OPPOSans, OPPOSans-R;
  text-align: left;
  color: #888888;
}
.pagesBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4vw;
}
.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 {
  padding: 0 3vw;
  height: 8vw;
  min-width: 9vw;
  margin-right: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
  background: #fff;
  white-space: nowrap;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  color: #333;
}
.pagesBox a font,
.pagesBox span font {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 3vw;
  background: var(--themeColor);
  color: #fff !important;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.formBox {
  width: 100%;
  background: url(../img/index2/bg1.jpg) no-repeat;
  background-size: cover;
  padding: 11.4667vw 5.3333vw;
  padding-bottom: 21.2vw;
}
.formBox .form_head h1 {
  font-size: 5.0667vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: bold;
  text-align: center;
  color: #f6f6f6;
  margin-bottom: 3.3333vw;
}
.formBox .form_head .txt {
  font-size: 3.2vw;
  margin-bottom: 1.5vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #f6f6f6;
}
.formBox .form_content {
  width: 100%;
  margin-top: 6.6667vw;
}
.formBox .form_content .form_input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 10vw;
  margin-bottom: 2.2667vw;
  background: #ffffff;
  padding: 0 4.2667vw;
  position: relative;
}
.formBox .form_content .form_input #verify {
  height: 100%;
  display: flex;
  align-items: center;
}
.formBox .form_content .form_input input {
  flex: 1;
  width: 100%;
  display: block;
  font-size: 2.6667vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
}
.formBox .form_content .upbtns {
  width: 100%;
  height: 10vw;
  font-size: 3.2vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.64vw;
  background: #0056cc;
}
.load_btn.style2 i {
  color: #0076fe;
}
.load_btn {
  display: none;
  margin: 0 2.6667vw;
}
.load_btn i {
  animation: loading 1s linear infinite;
  color: #fff;
  font-size: 5vw;
  display: block;
  width: 5vw;
  height: 5vw;
}
@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}
.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: 3.6vw;
  width: 85.3333vw;
  height: 80vw;
  background: #ffffff;
  border-radius: 1.8667vw;
  overflow: hidden;
}
.agreement_alert .agreement_content h1 {
  font-size: 4.5333vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: bold;
  text-align: left;
  color: #000000;
  display: block;
  text-align: center;
  margin-bottom: 2.6667vw;
}
.agreement_alert .agreement_content .txt {
  width: 100%;
  font-size: 2.6667vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #9199a6;
}
.agreement_alert .agreement_content .del_btn {
  position: absolute;
  right: 2.8vw;
  top: 2.9333vw;
  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: 8.2667vw;
  height: 8.2667vw;
  background: #2df18f;
  border-radius: 100%;
}
.success_body .success_icon i {
  color: #fff;
  font-size: 3.3333vw;
}
.success_body .btitle {
  font-size: 3.7333vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #000000;
  margin: 1.8667vw 0 2.1333vw 0;
}
.success_body .btext {
  font-size: 2.6667vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #9199a6;
  line-height: 4.8vw;
}
.success_body .bewm_box {
  padding: 4.6667vw 0;
}
.success_body .bewm_box .ewm_img {
  margin-bottom: 1.0667vw;
}
.success_body .bewm_box .ewm_img > img {
  width: 18.9333vw;
  display: block;
}
.success_body .bewm_box > span {
  font-size: 2.6667vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: center;
  color: #000000;
}
.success_body .success_btn {
  cursor: pointer;
  font-size: 2.6667vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  border-radius: 0.4vw;
  width: 32.8vw;
  height: 9.0667vw;
  background: #0076fe;
}
.apply_body {
  width: 100%;
}
.apply_body .atitle {
  font-size: 4.5333vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
.apply_body .atext {
  font-size: 2.6667vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #9199a6;
  margin: 1.8667vw 0 6vw 0;
}
.apply_body .apply_input.marginBtm {
  margin-bottom: 4.6667vw;
}
.apply_body .apply_input {
  width: 100%;
  height: 9.0667vw;
  border: 0.1333vw solid #dfe1e3;
  border-radius: 0.2667vw;
  padding: 0 3.2vw;
}
.apply_body .apply_input .select {
  height: 100%;
  width: 15.8667vw;
  margin-right: 3.2vw;
  cursor: pointer;
  position: relative;
}
.apply_body .apply_input .select span {
  font-size: 2.9333vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  margin-right: 2vw;
}
.apply_body .apply_input .select i {
  font-size: 1.8667vw;
}
.apply_body .apply_input .select::after {
  position: absolute;
  right: 0;
  content: '';
  width: 0.1333vw;
  height: 2.6667vw;
  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: 2.9333vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #b7b7b7;
}
.apply_body .apply_input .yamtit {
  font-size: 2.9333vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 550;
  text-align: left;
  color: #000000;
  white-space: nowrap;
  margin-right: 2.4vw;
}
.apply_body .apply_btn {
  cursor: pointer;
  margin-top: 10.4vw;
  width: 100%;
  height: 9.0667vw;
  background: #0076fe;
  border-radius: 0.4vw;
  font-size: 2.9333vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
.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) 0 1.0667vw 3.2vw;
}
.select_alert .options {
  padding: 0 2.6667vw;
  width: 100%;
  height: 8.4vw;
  border-bottom: solid 0.1333vw #e5e5e5;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2.6667vw;
  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;
}
.contactal {
  display: none;
}
.contactal .contactal_content {
  width: 85.7333vw;
  height: 34.2667vw;
  background: #ffffff;
  padding: 0 6.8vw;
  border-radius: 1.8667vw;
  position: relative;
}
.contactal .contactal_content #contactdel {
  position: absolute;
  top: 4vw;
  right: 3.8667vw;
  font-weight: bold;
}
.contactal .contactal_content .contact_body {
  display: flex;
  align-items: center;
  width: 100%;
}
.contactal .contactal_content .contact_body .ewmimg {
  margin-right: 4.2667vw;
}
.contactal .contactal_content .contact_body .ewmimg > img {
  width: 18.9333vw;
}
.contactal .contactal_content .contact_body .ewminfo {
  flex: 1;
}
.contactal .contactal_content .contact_body .ewminfo .txt {
  margin-bottom: 4vw;
}
.contactal .contactal_content .contact_body .ewminfo .txt span {
  font-size: 2.9333vw;
  display: block;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #9199a6;
  line-height: 4.8vw;
}
.contactal .contactal_content .contact_body .ewminfo .phone {
  display: flex;
  align-items: center;
  font-size: 3.7333vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: center;
  color: #000000;
}
.contactal .contactal_content .contact_body .ewminfo .phone i {
  font-size: 3vw;
  margin-right: 2vw;
  color: #000000;
}
