[v-cloak] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #666666;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
  line-height: 1.15;
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
}

html,
body {
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
  touch-action: manipulation;
}

image {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
form,
p,
ul,
input {
  margin: 0;
  padding: 0;
}

li {
  padding: 0;
  margin: 0;
  line-height: 180%;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #666;
}

u {
  text-decoration: none;
}

:focus {
  outline: 0;
}

.substring {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.substring2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nowrap {
  white-space: nowrap;
}

* {
  padding: 0;
  margin: 0;
}

div {
  box-sizing: border-box;
}

.common_page_wrapper {
  padding-top: 90px;
  padding-bottom: 120px;
}

.common_content {
  width: 1200px;
  margin: 0 auto;
}

.common_swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.common_swiper_box img {
  width: 100%;
  height: auto;
}

.common_title {
  margin-top: 40px;
  text-align: center;
}
.common_title .text1 {
  font-size: 36px;
  font-weight: 600;
  color: #333;
}
.common_title .text2 {
  margin-top: 23px;
  font-size: 20px;
  color: rgba(18, 20, 28, 0.5019607843);
}

.common_footer .common_footer_qrcode {
  margin-top: 24px;
  display: flex;
  justify-content: space-around;
}
.common_footer .common_footer_qrcode .item img {
  width: 160px;
  height: 160px;
}
.common_footer .common_footer_qrcode .item .text {
  text-align: center;
  font-size: 14px;
  color: #333;
}
.common_footer .common_footer_info {
  margin-top: 130px;
  text-align: center;
  color: rgba(18, 20, 28, 0.5019607843);
  font-size: 14px;
}
.common_footer .common_footer_info .other {
  margin-top: 20px;
}
.common_footer .common_footer_info a {
  color: rgba(18, 20, 28, 0.5019607843);
  font-size: 14px;
}
.common_footer .common_footer_info span {
  margin-left: 50px;
}

.common_fixed_top {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: #fff;
}
.common_fixed_top .common_fixed_top_content {
  display: flex;
  align-items: center;
  position: relative;
}
.common_fixed_top .common_fixed_top_content .logo {
  margin-top: 6px;
  margin-left: 5%;
  height: 77px;
}
.common_fixed_top .common_fixed_top_content .tab_list {
  display: flex;
  padding-top: 16px;
}
.common_fixed_top .common_fixed_top_content .tab_list .item {
  margin-left: 60px;
  display: block;
  position: relative;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}
.common_fixed_top .common_fixed_top_content .tab_list .item:hover {
  color: rgb(2, 122, 255);
}
.common_fixed_top .common_fixed_top_content .tab_list .item.item_ac {
  position: relative;
}
.common_fixed_top .common_fixed_top_content .tab_list .item.item_ac::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 7px;
  background: #027aff;
  border-radius: 5px;
}
.common_fixed_top .common_fixed_top_content .btn_box {
  display: flex;
  align-items: center;
  position: absolute;
  right: 40px;
  padding-top: 10px;
}
.common_fixed_top .common_fixed_top_content .btn_box .login_btn {
  margin-right: 40px;
  display: block;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  display: block;
}
.common_fixed_top .common_fixed_top_content .btn_box .login_btn:hover {
  color: #027aff;
}
.common_fixed_top .common_fixed_top_content .btn_box .apply_btn {
  cursor: pointer;
  width: 163px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: linear-gradient(90deg, rgb(241, 90, 82) 0%, rgb(243, 120, 103) 100%);
  box-shadow: rgb(255, 116, 109) 0px 0px 12px 0px;
  border-radius: 24px;
  font-size: 14px;
  color: #fff;
}

.common_fixed_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: rgb(56, 56, 56);
  height: 77px;
  line-height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common_fixed_bottom .text {
  width: 350px;
  font-size: 20px;
  color: #fff;
}
.common_fixed_bottom .btn {
  cursor: pointer;
  width: 163px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: linear-gradient(90deg, rgb(241, 90, 82) 0%, rgb(243, 120, 103) 100%);
  box-shadow: rgb(255, 116, 109) 0px 0px 12px 0px;
  border-radius: 24px;
  font-size: 14px;
  color: #fff;
}

.common_service_box {
  position: fixed;
  z-index: 10;
  bottom: 210px;
  right: 80px;
  width: 100px;
  height: 100px;
  background: #fff url("../../images/service.png") no-repeat 30px 20px;
  background-size: 45px 47px;
  border-radius: 20px;
  box-shadow: rgba(210, 210, 210, 0.5) 0px 0px 10px 0px;
  cursor: pointer;
}
.common_service_box:hover .popover_box {
  display: block !important;
}
.common_service_box .text {
  padding-top: 70px;
  text-align: center;
  color: #000;
  position: relative;
  width: 100%;
  height: 100%;
}
.common_service_box .text .popover_box {
  display: none;
  position: absolute;
  top: -50px;
  left: -190px;
  background: #fff;
  width: 180px;
  height: 196px;
  border-radius: 10px;
  border: 1px solid #ebeef5;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-top: 10px;
}
.common_service_box .text .popover_box img {
  width: 150px;
  height: 150px;
}

.common_dialog_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
}
.common_dialog_box .dialog_wrapper {
  background: #fff;
  margin: auto;
  margin-top: 80px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  padding-top: 20px;
}
.common_dialog_box .dialog_wrapper .dialog_close_wapper {
  position: absolute;
  top: 22px;
  right: 22px;
}
.common_dialog_box .dialog_wrapper .dialog_close_wapper .dialog_close {
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.common_dialog_box .dialog_wrapper .dialog_close_wapper .dialog_close::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #909399;
  transform: rotate(-45deg);
}
.common_dialog_box .dialog_wrapper .dialog_close_wapper .dialog_close::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #909399;
  transform: rotate(45deg);
}
.common_dialog_box .dialog_wrapper .dialog_content {
  padding: 30px;
  width: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common_dialog_box .dialog_wrapper .dialog_content img {
  width: 232px;
  height: 232px;
}
.common_dialog_box .dialog_wrapper .dialog_content .text1 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
.common_dialog_box .dialog_wrapper .dialog_content .text2 {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #808080;
}
.common_dialog_box .dialog_wrapper .dialog_content .btn {
  margin-top: 28px;
  cursor: pointer;
  text-align: center;
  width: 140px;
  font-size: 14px;
  color: #fff;
  background-color: #409eff;
  border-radius: 20px;
  padding: 12px 23px;
}
.common_dialog_box .dialog_wrapper .dialog_content .btn:hover {
  background: #66b1ff;
  border-color: #66b1ff;
}/*# sourceMappingURL=base.css.map */