@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

:root {
  --main-color: #FF5A00;
}

.bg-blue {
  background-color: #f5faff;
}

.bg-gray {
  background-color: #ebedef;
}

.bg-brown {
  background-color: #eee8dd;
}

.bg-light-blue {
  background-color: #e2f0f4;
}

.bg-green {
  background-color: #eaf6f2;
}

.h2-blue {
  color: #225187 !important;
}

.h2-gray {
  color: #5e6485 !important;
}

.h2-brown {
  color: #66521f !important;
}

.h2-light-blue {
  color: #235771 !important;
}

.h2-green {
  color: #438972 !important;
}

@font-face {
  font-family: "iconfont"; /* project id 3321651 */
  src: url("?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_3321651_k39s0sgx19f.woff2") format("woff2"), url("//at.alicdn.com/t/font_3321651_k39s0sgx19f.woff") format("woff"), url("//at.alicdn.com/t/font_3321651_k39s0sgx19f.ttf") format("truetype"), url("#iconfont") format("svg");
}
.ihuyi-block {
  padding-bottom: 1.125rem;
}
.ihuyi-block h2 {
  font-size: 1rem;
  color: #5e6485;
  margin: 0 auto 1.75rem;
  text-align: center;
  padding-top: 2rem;
  font-weight: bold;
  max-width: 90%;
  line-height: 1.4;
}
.ihuyi-block .vice-title {
  font-size: 0.8125rem;
  color: #5E6485;
  margin-bottom: 1.125rem;
  text-align: center;
  line-height: 1.5;
  padding: 0 0.78125rem;
  margin-top: -1rem;
}

.bg-gray {
  background-color: #f3f3f3;
}

body {
  padding-top: 3.5rem;
}

.header {
  width: 100%;
  height: 3.5rem;
  background-color: #fff;
  padding: 0.78125rem 1.09375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.header .logo img {
  width: 8.9375rem;
  display: block;
}
.header .menu {
  display: flex;
  align-items: center;
}
.header .menu .header-login {
  display: inline-block;
  padding: 0.375rem 0.5rem;
  border-radius: 0.3125rem;
  color: #fff;
  text-decoration: none;
  margin-right: 0.75rem;
}
.header .menu .header-login.reg {
  background-color: var(--main-color);
}
.header .menu .iconfont {
  font-size: 1.5rem;
  color: var(--main-color);
}
.header .menu img {
  width: 1.21875rem;
  margin-right: 0.625rem;
}
.header .menu .close-btn {
  font-size: 1.125rem;
  display: none;
}
.header .menu .menu-tel {
  font-size: 1rem;
  margin-right: 0.3125rem;
}
.header .menu .menu-tel img {
  width: 0.875rem;
  margin-right: 0;
  vertical-align: -2px;
}
.header nav {
  position: absolute;
  left: 0;
  top: 3.5rem;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  overflow: auto;
  max-height: 0;
  transition: all 0.3s;
}
.header nav .nav-wrapper {
  padding: 0.625rem 1.09375rem;
  box-sizing: border-box;
}
.header nav .nav-wrapper .menu-lv1 > li {
  font-size: 0.9375rem;
  color: var(--main-color);
  padding: 1rem 0;
}
.header nav .nav-wrapper .menu-lv1 > li a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.header nav .nav-wrapper .menu-lv1 > li .menu-title {
  display: flex;
}
.header nav .nav-wrapper .menu-lv1 > li .menu-title .iconfont {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  color: var(--main-color);
}
.header nav .nav-wrapper .menu-lv1 > li ul {
  max-height: 0;
  transition: all 0.3s;
  overflow: hidden;
  padding-left: 1.25rem;
  margin-top: 1rem;
  margin-bottom: -1rem;
}
.header nav .nav-wrapper .menu-lv1 > li ul.menu-has-child {
  overflow: auto;
}
.header nav .nav-wrapper .menu-lv1 > li ul.menu-has-child > li {
  border-bottom: none;
}
.header nav .nav-wrapper .menu-lv1 > li ul.menu-has-child > li:first-child {
  padding-top: 1rem;
}
.header nav .nav-wrapper .menu-lv1 > li ul.menu-has-child > li > .menu-title + ul {
  margin-bottom: -0.4rem;
}
.header nav .nav-wrapper .menu-lv1 > li ul li {
  padding: 0.75rem 0 0.75rem 0.3125rem;
  box-sizing: border-box;
}
.header nav .nav-wrapper .menu-lv1 > li ul li:last-child {
  border-bottom: none;
  padding-bottom: 0.875rem;
}
.header nav .nav-wrapper .menu-lv1 > li ul li a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
}
.header nav .nav-wrapper .menu-lv1 > li ul li a i.iconfont {
  font-size: 24px;
  margin-right: 0.5rem;
  color: var(--main-color);
}
.header nav .nav-wrapper .menu-lv1 > li ul li a img {
  display: inline-block;
  height: 1.5rem;
  vertical-align: baseline;
  width: 1.5rem;
  margin-right: 0.625rem;
  object-fit: scale-down;
}
.header nav .nav-wrapper .user-btns {
  display: flex;
}
.header nav .nav-wrapper .user-btns a {
  width: 10rem;
  height: 2.9375rem;
  display: block;
  text-align: center;
  line-height: 2.9375rem;
  color: #24284b;
  font-size: 0.8125rem;
  border: 0.0625rem solid #3d405c;
  text-decoration: none;
}
.header nav .nav-wrapper .user-btns a.reg {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}
.header nav .nav-wrapper .user-btns a:first-child {
  margin-right: 1.25rem;
}
.header nav .nav-wrapper .user-link {
  margin-top: 1.25rem;
  border-top: 1px solid #e9ebf4;
  border-bottom: 1px solid #e9ebf4;
}
.header nav .nav-wrapper .user-link a {
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
  text-decoration: none;
  line-height: 2.1875rem;
  color: #24284b;
}
.header nav .nav-wrapper .user-link a i {
  transform: rotate(-90deg);
  color: #c3c7de;
}

.menu-mask {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 3.5rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 90;
}

.page-bar {
  background-color: #f5faff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
  height: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.bottom-links {
  background-color: #373b46;
  padding: 0 1.5rem;
  margin-top: -2px;
  margin-bottom: -2px;
}
.bottom-links ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.75rem;
  border-top: 1px solid #6A6C72;
  border-bottom: 3px solid #6A6C72;
}
.bottom-links ul li {
  width: 33.33%;
  padding-right: 0.75rem;
  box-sizing: border-box;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
}
.bottom-links ul li a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6a6c72;
  text-decoration: none;
}

.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .banner-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.banner .banner-content .title {
  color: #fff;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}
.banner .banner-content .desc {
  font-size: 0.8125rem;
  color: #9b9b9b;
}

.solution {
  padding: 0 1rem 1.71875rem;
}
.solution h2 {
  font-size: 1rem;
  color: #5e6485;
  margin: 0 auto 1.75rem;
  text-align: center;
  padding-top: 2rem;
  font-weight: bold;
  max-width: 90%;
  line-height: 1.4;
}
.solution .solution-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -3rem;
}
.solution .solution-item li {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 3rem;
}
.solution .solution-item li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.solution .solution-item li:nth-child(even) {
  border-right: none;
}
.solution .solution-item li img {
  display: block;
  height: 2.5rem;
  margin-bottom: 0.96875rem;
}
.solution .solution-item li .solution-title {
  text-align: center;
  font-size: 0.875rem;
  color: #5e6485;
  margin-bottom: 1rem;
  font-weight: bold;
}
.solution .solution-item li .solution-desc {
  font-size: 0.75rem;
  color: rgb(94, 100, 133);
  line-height: 1.09375rem;
  text-align: center;
}

.customer {
  padding: 0 1rem 2rem;
}
.customer h2 {
  font-size: 1rem;
  color: #5e6485;
  margin: 0 auto 1.75rem;
  text-align: center;
  padding-top: 2rem;
  font-weight: bold;
  max-width: 90%;
  line-height: 1.4;
}
.customer p.vice-title {
  font-size: 0.8125rem;
  color: #5E6485;
  margin-bottom: 1.125rem;
  text-align: center;
  line-height: 1.5;
  padding: 0 0.78125rem;
  margin-top: -1rem;
}
.customer img {
  width: 100%;
}

.create-account {
  padding: 1.5rem 1rem;
  background-color: var(--main-color);
}
.create-account .tryout {
  width: 100%;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
}
.create-account .tryout h2 {
  color: #fff;
  font-size: 1.125rem;
}
.create-account .tryout .tryout-input {
  border: none;
  padding: 0;
  overflow: hidden;
}
.create-account .tryout .tryout-input input {
  height: 2.59375rem;
}
.create-account .tryout .new-home-banner-mobile-error {
  color: #fff;
  margin-bottom: 0;
}
.create-account .tryout .tryout-btn {
  background-color: #383E59;
  margin-top: 1rem;
  color: var(--main-color);
}
.create-account .title {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: bold;
}
.create-account .desc {
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.create-account .button a {
  display: block;
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
  text-align: center;
  color: var(--main-color);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  text-decoration: none;
}

.results {
  background-color: #262931;
  padding: 0 1rem;
}
.results ul {
  display: flex;
  height: 4.03125rem;
  padding: 0.75rem 0;
}
.results ul li {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.results ul li::after {
  height: 75%;
  content: "";
  width: 1px;
  background-color: #6A6C72;
  display: block;
  transform: rotate(30deg);
  position: absolute;
  right: 1.75rem;
  top: 0.625rem;
}
.results ul li:nth-child(1), .results ul li:nth-child(2) {
  width: 40%;
}
.results ul li:last-child {
  width: 26%;
}
.results ul li:last-child::after {
  display: none;
}
.results ul li .results-top {
  font-size: 1rem;
  color: #bdbdbf;
  margin-bottom: 0.53125rem;
}
.results ul li .results-top span {
  font-size: 0.8125rem;
}
.results ul li .results-bottom {
  font-size: 0.5rem;
  color: #6A6C72;
}

.register {
  margin-bottom: 0.0625rem;
}
.register img {
  width: 100%;
  display: block;
}

.contact {
  background-color: #373b46;
  padding: 2rem 1.5rem 0;
}
.contact ul {
  display: flex;
}
.contact ul li {
  background-color: #2d313d;
  margin-right: 0.625rem;
  width: 33.3%;
}
.contact ul li:last-child {
  margin-right: 0;
}
.contact ul li a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  text-align: center;
  line-height: 2.25rem;
  font-size: 0.75rem;
}
.contact .contact-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #6A6C72;
  padding-bottom: 0.5rem;
}
.contact .contact-wrapper dl dt {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}
.contact .contact-wrapper dl dt a {
  color: #bdbdbf;
  text-decoration: none;
}
.contact .contact-wrapper dl dd {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.contact .contact-wrapper dl dd a {
  color: #6A6C72;
  text-decoration: none;
}

footer {
  background-color: #373b46;
  padding: 2rem 1rem;
}
footer .qrcode {
  text-align: center;
  margin-bottom: 2rem;
}
footer .qrcode img {
  margin-bottom: 0.5rem;
  width: 50%;
}
footer .qrcode p {
  text-align: center;
  color: #bdbdbf;
  font-size: 0.8125rem;
}
footer .footer-tel {
  margin-bottom: 1.5rem;
}
footer .footer-tel a {
  display: block;
  line-height: 2.5rem;
  text-align: center;
  color: #fff;
  background-color: var(--main-color);
  font-size: 0.875rem;
  text-decoration: none;
  border-radius: 4px;
}
footer .footer-tel a span {
  font-size: 1.125rem;
  font-weight: bold;
}
footer .company-info {
  color: #bdbdbf;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 0.9375rem;
}
footer .copyright {
  color: #6A6C72;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
}
footer .copyright a {
  color: inherit;
  text-decoration: none;
}

.bottom-fix {
  height: 3.03125rem;
  width: 100%;
}

.contact-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.875rem;
}
.contact-bottom ul {
  display: flex;
}
.contact-bottom ul li {
  width: 50%;
}
.contact-bottom ul li.contact-bottom-online {
  background-color: var(--main-color);
}
.contact-bottom ul li.contact-bottom-tel {
  background-color: var(--main-color);
}
.contact-bottom ul li a {
  font-size: 0.75rem;
  text-decoration: none;
  display: block;
  padding-left: 1.25rem;
  color: #fff;
  line-height: 2.875rem;
}
.contact-bottom ul li a img {
  height: 1rem;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.vice-title {
  font-size: 0.8125rem;
  color: #5E6485;
  margin-bottom: 1.125rem;
  text-align: center;
  line-height: 1.5;
  padding: 0 0.78125rem;
  margin-top: -1rem;
}

.swiper-pg {
  text-align: center !important;
  transform: translateY(0.625rem);
}
.swiper-pg .swiper-pagination-bullet {
  margin: 0.3125rem;
  background-color: #c4c4c4;
  width: 0.625rem;
  height: 0.625rem;
}
.swiper-pg .swiper-pagination-bullet-active {
  background-color: #999;
}

.contact-flow {
  position: fixed;
  right: 0.3125rem;
  bottom: 20%;
  z-index: 5;
}
.contact-flow .contact-flow-sq {
  padding: 0.65rem 0.5rem;
  background-color: #347BF2;
  color: #fff;
  writing-mode: vertical-lr;
  border-radius: 20px;
  font-size: 0.8125rem;
  margin-bottom: 0.75rem;
  position: relative;
}
.contact-flow .contact-flow-sq img {
  width: 1.5rem;
}
.contact-flow .contact-flow-sq span {
  letter-spacing: 4px;
}
.contact-flow .contact-flow-sq .contact-flow-wx-content {
  top: -3.125rem;
}
.contact-flow .contact-flow-wx, .contact-flow .contact-flow-tel {
  padding: 0.5rem;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 0.75rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  position: relative;
}
.contact-flow .contact-flow-wx:last-child, .contact-flow .contact-flow-tel:last-child {
  margin-bottom: 0;
}
.contact-flow .contact-flow-wx img, .contact-flow .contact-flow-tel img {
  width: 1.5rem;
}
.contact-flow .contact-flow-sq:hover .contact-flow-wx-content, .contact-flow .contact-flow-wx:hover .contact-flow-wx-content {
  display: block;
}
.contact-flow .contact-flow-tel:hover .contact-flow-tel-content {
  display: block;
}
.contact-flow .contact-flow-wx-content {
  display: none;
  background-color: #347BF2;
  padding: 0.75rem;
  box-sizing: border-box;
  position: absolute;
  top: -8.75rem;
  left: -9.6875rem;
  writing-mode: initial;
}
.contact-flow .contact-flow-wx-content .__item {
  color: #fff;
  text-align: center;
  margin-bottom: 0.75rem;
}
.contact-flow .contact-flow-wx-content .__item:last-child {
  margin-bottom: 0;
}
.contact-flow .contact-flow-wx-content .__item img {
  width: 7.5rem;
  margin-bottom: 0.1875rem;
}
.contact-flow .contact-flow-wx-content .__item .__item-name {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.contact-flow .contact-flow-wx-content .__item .__item-position {
  font-size: 0.8125rem;
}
.contact-flow .contact-flow-tel-content {
  display: none;
  background-color: #347BF2;
  padding: 0.75rem;
  position: absolute;
  bottom: -0.625rem;
  right: 3.125rem;
  width: 12.1875rem;
}
.contact-flow .contact-flow-tel-content .__item {
  display: flex;
  margin-bottom: 1rem;
}
.contact-flow .contact-flow-tel-content .__item:last-child {
  margin-bottom: 0;
}
.contact-flow .contact-flow-tel-content .__item img {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  margin-right: 0.375rem;
}
.contact-flow .contact-flow-tel-content .__item .__name {
  font-size: 0.8125rem;
  margin-bottom: 0.375rem;
  color: #fff;
}
.contact-flow .contact-flow-tel-content .__item .__tel {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

.report {
  padding: 0 0.78125rem 2.96875rem;
}
.report h2 {
  font-size: 1rem;
  color: #5e6485;
  margin: 0 auto 1.75rem;
  text-align: center;
  padding-top: 2rem;
  font-weight: bold;
  max-width: 90%;
  line-height: 1.4;
}
.report h2 {
  text-align: left;
}
.report .vice-title {
  text-align: left;
  padding: 0;
}
.report.mk .report-detail .intro {
  color: #fff;
}
.report .report-detail .img {
  margin-bottom: 1rem;
}
.report .report-detail .img img {
  width: 100%;
  display: block;
}
.report .report-detail .intro {
  font-size: 0.875rem;
  color: #888074;
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.report .report-detail .intro svg {
  margin-right: 0.25rem;
}

.verify-mask {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  display: none;
}

.verify-mask .verify-mask-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 145px;
}
.verify-mask .verify-mask-wrapper img {
  width: 100%;
}
.verify-mask .verify-mask-wrapper .yz-bar {
  padding: 0.625rem 1.25rem;
  background: #fff;
}

.verify-mask #dom_reg_m_1 {
  height: auto;
}

.verify-mask .verilfy-mask-close {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: scale(0.5);
  margin-left: -20px;
  cursor: pointer;
}

.new-reg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999999999;
  box-sizing: border-box;
}

.new-reg-container {
  position: fixed;
  left: 20px;
  top: 60px;
  width: calc(100% - 40px);
  padding: 40px;
  /* height: 425px; */
  margin: auto;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}

.new-reg .new-reg-top {
  margin-bottom: 20px;
}

.new-reg .new-reg-top h3 {
  font-size: 16px;
  line-height: 1.4;
  color: #f00;
  margin-bottom: 8px;
  font-weight: 400;
}

.new-reg .new-reg-top p {
  color: #999;
  font-size: 13px;
}

.new-reg .new-reg-form .new-reg-form-item {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.new-reg .new-reg-form .new-reg-form-item .iconfont {
  font-size: 18px;
  position: absolute;
  left: 13px;
  top: 11px;
}

.new-reg .new-reg-form i.focus {
  color: var(--main-color);
}

.new-reg .new-reg-form input {
  /* border: 1px solid #e5e5e5; */
  border: none;
  line-height: 40px;
  padding-left: 40px;
  color: #999;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}

.new-reg .new-reg-form input::-webkit-input-placeholder {
  color: #ccc;
}

.new-reg .new-reg-form input:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

.new-reg .new-reg-form button {
  /* border: 1px solid #e5e5e5; */
  border: none;
  border-left: none;
  color: var(--main-color);
  opacity: 0.6;
  width: 200px;
  background: #fff;
  cursor: pointer;
}

.new-reg .new-reg-form button#newRegBtn {
  padding: 12px 0;
  background: #f27117;
  border: none;
  color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.new-reg .new-reg-form button#newRegSendCode {
  cursor: not-allowed;
}

.new-reg .new-reg-form button#newRegSendCode.new-reg-send-vericode {
  color: var(--main-color);
  cursor: pointer;
  opacity: 1;
}

.new-reg .new-reg-form .new-reg-form-item.check-vericode {
  display: flex;
}

.new-reg .new-reg-bottom {
  color: #FF0000;
  font-size: 13px;
}

.vericode-input {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
}

#newRegBtn {
  opacity: 1;
}

.disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

.new-reg .close {
  position: absolute;
  left: 50%;
  bottom: -80px;
  margin-left: -30px;
  color: #999;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.3s;
}

.new-reg .close:hover {
  color: var(--main-color);
}

.new-reg-validate {
  text-align: left;
  color: #f00;
  font-size: 12px;
}

#domOnPage {
  padding-right: 10px;
}

#dom_id, #dom_id .nc_wrapper {
  width: 100% !important;
}

#dom_id .nc-container {
  width: 100%;
}

#dom_reg_m_1 .nc_wrapper {
  width: 100% !important;
}
#dom_reg_m_1 .nc_wrapper .nc_scale, #dom_reg_m_1 .nc_wrapper .slidetounlock {
  width: 100% !important;
  height: 34px !important;
}
#dom_reg_m_1 .nc_wrapper .nc_scale span, #dom_reg_m_1 .nc_wrapper .slidetounlock span {
  height: 34px !important;
  line-height: 34px !important;
}

.sm-pop-inner {
  position: static !important;
}

.new-reg .new-reg-form .new-reg-form-item.new-reg-voice {
  font-size: 12px;
  text-align: right;
  color: #999;
  display: none;
}

.new-reg .new-reg-form .new-reg-voicebotton {
  border: none;
  outline: none;
  background-color: transparent;
  width: auto;
  font-size: 12px;
}

.new-reg .new-reg-form .send-status {
  color: #999;
  font-size: 12px;
  text-align: right;
}

.tryout {
  width: 21.875rem;
  background: #fff;
  padding: 1.8125rem;
  box-sizing: border-box;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.19);
  border-radius: 5px 5px 5px 5px;
  margin: -5.21875rem auto 2.59375rem;
  position: relative;
  z-index: 1;
}
.tryout h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #5e6485;
  text-align: center;
  margin-bottom: 1.71875rem;
}
.tryout .tryout-input {
  height: 2.59375rem;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  position: relative;
  padding: 0.15625rem;
  box-sizing: border-box;
  margin-bottom: 1.09375rem;
}
.tryout .tryout-input ::-webkit-input-placeholder {
  color: #CCCCCC !important;
}
.tryout .tryout-input input {
  height: 2.1875rem;
  width: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding-left: 1.875rem;
  font-size: 1rem;
  color: #24284B;
}
.tryout .tryout-input svg {
  position: absolute;
  left: 0.3125rem;
  top: 0.625rem;
}
.tryout .tryout-btn {
  width: 100%;
  height: 2.59375rem;
  background: #F27117;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
}
.tryout .new-home-banner-mobile-error {
  font-size: 0.75rem;
  color: #f00;
  margin-bottom: 10px;
}

.product-process {
  padding-bottom: 2.96875rem;
}
.product-process h2 {
  font-size: 1rem;
  color: #5e6485;
  margin: 0 auto 1.75rem;
  text-align: center;
  padding-top: 2rem;
  font-weight: bold;
  max-width: 90%;
  line-height: 1.4;
}
.product-process.voice-notice-process .process-content {
  padding-left: 1.875rem;
}
.product-process.voice-notice-process .process-content .item-left {
  color: var(--main-color);
  border-color: var(--main-color) !important;
}
.product-process.voice-notice-process .item-content {
  border-color: var(--main-color) !important;
}
.product-process .process-content {
  padding: 0 0.75rem;
}
.product-process .process-content .process-item {
  display: flex;
}
.product-process .process-content .process-item .item-left {
  width: 2.1875rem;
  height: 2.1875rem;
  border: 2px solid #1a81ba;
  border-radius: 50%;
  background-color: #f1f6fc;
  text-align: center;
  line-height: 2.1875rem;
  margin-right: 0.625rem;
}
.product-process .process-content .process-item .item-left .iconfont {
  font-size: 24px;
  color: #1a81ba;
}
.product-process .process-content .process-item .item-right h5 {
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
  color: #5e6485;
}
.product-process .process-content .process-item .item-right p {
  font-size: 0.8125rem;
  color: #9c9c9d;
}
.product-process .process-content .item-content {
  height: 3.125rem;
  padding: 0.75rem 0 0.75rem 1.8125rem;
  margin-left: 1.1875rem;
  border-left: 2px solid #1a81ba;
}
.product-process .process-content .item-content.list {
  padding-top: 0;
  margin-top: -22px;
}
.product-process .process-content .item-content.list:last-child {
  border-left-color: transparent;
}
.product-process .process-content .item-content a {
  display: inline-block;
  background-color: #1a81ba;
  padding: 0.5625rem 0.8125rem;
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
  font-size: 0.8125rem;
  margin-right: 0.75rem;
}
.product-process .process-content .item-content ul {
  margin-top: 0.5rem;
}
.product-process .process-content .item-content ul li {
  list-style: disc inside;
  margin-bottom: 0.5rem;
  color: #9c9c9d;
  font-size: 0.8125rem;
}
.product-process .process-content .item-content .info {
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 5px;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.banner-about {
  background: url("../images/mb_about.jpg") no-repeat;
  background-size: 100% 100%;
  font-size: 1.25rem;
  text-align: center;
  width: 100%;
  height: 13.78125rem;
  line-height: 13.78125rem;
  color: #fff;
}

.about-detail {
  padding: 0 0.78125rem 1.5625rem;
}
.about-detail h2 {
  font-size: 1rem;
  color: #5e6485;
  margin: 0 auto 1.75rem;
  text-align: center;
  padding-top: 2rem;
  font-weight: bold;
  max-width: 90%;
  line-height: 1.4;
}
.about-detail p {
  font-size: 0.875rem;
  color: #5e6485;
  margin-bottom: 1.125rem;
  line-height: 1.5;
}
.about-detail p:last-child {
  margin-bottom: 0;
}

.contact-detail {
  padding: 1.5625rem 0.78125rem;
}
.contact-detail h2 {
  font-size: 1rem;
  color: #5e6485;
  margin: 0 auto 1.75rem;
  text-align: center;
  padding-top: 2rem;
  font-weight: bold;
  max-width: 90%;
  line-height: 1.4;
}
.contact-detail ul {
  margin-bottom: 1.5625rem;
}
.contact-detail ul li {
  margin-bottom: 1.875rem;
}
.contact-detail ul li:last-child {
  margin-bottom: 0;
}
.contact-detail ul li h5 {
  font-size: 0.8125rem;
  color: #5E6485;
  margin-bottom: 0.625rem;
}
.contact-detail ul li p {
  font-size: 0.875rem;
  color: #5E6485;
}
.contact-detail ul li p a {
  color: #5E6485;
  text-decoration: none;
}
.contact-detail .map-container {
  width: 100%;
  height: 15.625rem;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination .page-prev {
  margin: 0.3125rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border: 0.0625rem solid #eee;
  border-radius: 0.3125rem;
  padding: 0.46875rem 0.625rem;
  color: #999;
}
.pagination .page-prev:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}

#newBridge {
  display: none !important;
}

.zx-mobile {
  background: #fff;
}

.zx-mobile a {
  text-decoration: none;
}

.zx-mobile .zx-mobile-tab {
  height: 40px;
  font-size: 14px;
  border-top: 1px solid #DADFE6;
  border-bottom: 1px solid #DADFE6;
}

.zx-mobile .zx-mobile-tab ul {
  display: flex;
}

.zx-mobile .zx-mobile-tab ul li {
  line-height: 40px;
  text-align: center;
  width: 100%;
  flex: 1;
  color: #999;
  position: relative;
  border-right: 1px solid #DADFE6;
}

.zx-mobile .zx-mobile-tab ul li:last-child {
  border-right: none;
}

.zx-mobile .zx-mobile-tab ul li a {
  color: inherit;
}

.zx-mobile .zx-mobile-tab ul li.ontab {
  color: var(--main-color);
}

.zx-mobile .zx-mobile-tab ul li.ontab::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--main-color);
}

.zx-mobile .zx-mobile-list ul li {
  padding: 16px;
  border-bottom: 1px solid #DADFE6;
}

.zx-mobile .zx-mobile-list ul li a {
  display: block;
}

.zx-mobile .zx-mobile-list ul li a h1 {
  font-size: 13px;
  color: #797979;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.zx-mobile .zx-mobile-list ul li a .zx-mobile-list-content .content-left {
  font-size: 13px;
  line-height: 1.8;
  color: #bdbdbf;
  width: 100%;
}

.zx-mobile .zx-mobile-list ul li a .zx-mobile-list-content .content-left .content-left-detail {
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zx-mobile .zx-mobile-list ul li a .zx-mobile-list-content .content-left .content-time {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: rgba(121, 121, 121, 0.2980392157);
}

.zx-mobile .zx-mobile-list ul li a .zx-mobile-list-content .content-left .content-time img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.zx-mobile .zx-mobile-list ul li a .zx-mobile-list-content .content-right {
  width: 100px;
  min-width: 100px;
  height: 80px;
  margin-left: 30px;
  background: #DEDEDE;
}

.zx-mobile .zx-mobile-list ul li a .zx-mobile-list-content .content-right img {
  width: 100%;
  height: 100%;
}

.pagination {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pagination ul {
  display: flex;
  justify-content: center;
}
.pagination ul li {
  margin: 0 5px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 4px;
  padding: 0 10px;
}
.pagination ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.pagination ul li.page-count-special {
  border: none;
  color: #999;
}
.pagination ul li.page-count-special span {
  color: var(--main-color);
}
.pagination ul li.ontab {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
.pagination ul li.ontab a {
  color: #fff;
}

.zx-mobile-tag-title {
  line-height: 40px;
  font-size: 14px;
  padding-left: 16px;
  color: #797979;
}

.zx-mobile-detail {
  padding: 10px 16px;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px 0px rgba(3, 27, 78, 0.06);
  color: #BDBDBF;
  line-height: 1.4;
}

.zx-mobile-detail h1 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #225187;
}

.zx-mobile-detail .zx-mobile-detail-time {
  font-size: 12px;
  color: rgba(121, 121, 121, 0.2980392157);
  margin-bottom: 20px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.zx-mobile-detail .zx-mobile-detail-time img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.zx-mobile-detail .zx-mobile-detail-content strong, b {
  font-weight: bold;
}

.zx-mobile-detail .zx-mobile-detail-content i {
  font-style: italic;
}

.zx-mobile-detail .zx-mobile-detail-content p, .zx-mobile-detail .zx-mobile-detail-content {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 14px;
  color: #5e6485;
}

.zx-mobile-detail .zx-mobile-detail-content h2, h3, h4, h5 {
  color: #5e6485;
  margin-bottom: 5px;
}

.zx-mobile-detail .zx-mobile-detail-content h2 {
  font-size: 20px;
}

.zx-mobile-detail .zx-mobile-detail-content h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 16px;
}

.zx-mobile-detail .zx-mobile-detail-content h2, h3 {
  font-weight: bold;
}

.zx-mobile-detail .zx-mobile-detail-content a {
  color: var(--main-color);
}

.zx-mobile-detail .zx-mobile-detail-content ul li {
  font-size: 14px !important;
  margin-bottom: 10px;
  color: #5e6485;
  list-style: inside disc;
}

.zx-mobile-detail .zx-mobile-detail-content ol li {
  font-size: 14px !important;
  margin-bottom: 10px;
  color: #5e6485;
  list-style: inside decimal;
}

.zx-mobile-detail .zx-mobile-detail-content ul li > ul, .zx-mobile-detail .zx-mobile-detail-content ul li > ol, .zx-mobile-detail .zx-mobile-detail-content ol li > ul, .zx-mobile-detail .zx-mobile-detail-content ol li > ol {
  padding-left: 2em;
}

.zx-mobile-detail .zx-mobile-detail-content ul li > ul > li {
  list-style-type: circle;
}

.zx-mobile-detail .zx-mobile-detail-content img {
  max-width: 100%;
  height: auto;
}

.zx-mobile-detail .zx-mobile-detail-content td {
  font-size: 14px;
  color: #5e6485;
}

.zx-mobile-detail .zx-mobile-detail-tags a {
  padding: 7px 12px;
  font-size: 12px;
  color: #BDBDBF;
  border: 1px solid #BDBDBF;
  border-radius: 4px;
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
  margin-top: 10px;
}

.zx-mobile-detail-alink {
  color: #5e6485;
}

.trun-page {
  background: #F4F7FA;
  padding: 16px 10px;
  color: #999;
  font-size: 14px;
  line-height: 1.5;
}

.trun-page p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trun-page p:first-child {
  margin-bottom: 10px;
}

.trun-page a {
  color: #999;
  text-decoration: none;
}

.related h3 {
  font-size: 14px;
  font-weight: bold;
  color: #6A6C72;
  padding: 12px 22px;
  position: relative;
  border-bottom: 1px solid #E8E8E8;
}

.related h3::before {
  content: "";
  width: 2px;
  height: 14px;
  background-color: var(--main-color);
  position: absolute;
  left: 16px;
  top: 12px;
}

.related ul li {
  border-bottom: 1px solid #DADFE6;
  padding: 16px;
}

.related ul li a {
  color: inherit;
}

.related ul li:last-child {
  border: none;
}

.related ul li h4 {
  font-size: 13px;
  color: #797979;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

.related ul li .related-item-detail {
  display: flex;
}

.related ul li .related-item-detail .related-item-detail-right {
  width: 100px;
  min-width: 100px;
  margin-left: 30px;
  height: 80px;
  background: #ccc;
}

.related ul li .related-item-detail .related-item-detail-right img {
  width: 100%;
  height: 100%;
}

.related ul li .related-item-detail .related-item-detail-left {
  width: 100%;
  color: #999;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 13px;
}

.related ul li .related-item-detail .related-item-detail-left img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.related ul li .related-item-detail .related-item-detail-left .content-left-detail {
  max-height: 55px;
  margin-bottom: 5px;
  color: #BDBDBF;
}

.related ul li .related-item-detail .related-item-detail-left .content-time {
  font-size: 12px;
  display: flex;
  align-items: center;
  color: rgba(121, 121, 121, 0.2980392157);
}

.sms-bk-api-detail table {
  border: 0.0625rem solid #eee;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.25rem;
}
.sms-bk-api-detail table tr, .sms-bk-api-detail table td {
  border: 0.0625rem solid #eee;
  color: #666;
}
.sms-bk-api-detail table td {
  padding: 0.625rem 0.625rem;
  font-size: 0.75rem;
  line-height: 1.4;
}
.sms-bk-api-detail table thead td:first-child {
  width: 3.125rem;
}
.sms-bk-api-detail table thead td {
  background-color: #f3f3f3;
}

.news-content-table > div > div {
  margin: 0;
}
.news-content-table > div:nth-child(odd) > div:first-child {
  margin-right: 1rem;
}
.news-content-table > div:nth-child(odd) > div:last-child {
  margin-left: 0 !important;
}
.news-content-table > div:nth-child(even) > div:last-child {
  margin-left: 1rem;
}
.news-content-table > div:nth-child(even) > div:first-child {
  margin-right: 0 !important;
}

.news {
  padding: 0 0.78125rem 1.5625rem;
}
.news h2 {
  font-size: 1rem;
  color: #5e6485;
  margin: 0 auto 1.75rem;
  text-align: center;
  padding-top: 2rem;
  font-weight: bold;
  max-width: 90%;
  line-height: 1.4;
}
.news .news-wrapper {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.news .news-wrapper ul li {
  padding: 0.5rem;
  border-bottom: 1px solid #e5e5e5;
}
.news .news-wrapper ul li:last-child {
  border-bottom: none;
}
.news .news-wrapper ul li a {
  text-decoration: none;
}
.news .news-wrapper ul li h3 {
  font-size: 0.875rem;
  color: #5e6485;
  width: 100%;
  margin-bottom: 0.375rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news .news-wrapper ul li p {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #9ea6b9;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.banner-bar ul {
  display: flex;
  flex-wrap: wrap;
}
.banner-bar ul li {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding: 0.375rem 0.5rem;
  box-sizing: border-box;
}
.banner-bar ul li img {
  display: block;
  width: 2.25rem;
  margin-right: 0.375rem;
  flex-shrink: 0;
}
.banner-bar ul li .__content {
  color: #475669;
}
.banner-bar ul li .__content .__title {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.3125rem;
}
.banner-bar ul li .__content .__intro {
  font-size: 0.75rem;
  line-height: 1.4;
}

.contact-form {
  display: none;
  width: 100%;
  padding: 0.75rem;
  box-sizing: border-box;
}
.contact-form .__content {
  display: flex;
}
.contact-form .__content .__left, .contact-form .__content .__right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-form .__content .__left img {
  margin-bottom: 24px;
}
.contact-form .__content .__left .__title {
  font-size: 16px;
  margin-bottom: 8px;
}
.contact-form .__content .__left .__desc {
  font-size: 12px;
  color: #9ea7b3;
  margin-bottom: 24px;
}
.contact-form .__content .__left .__form-item {
  margin-bottom: 24px;
  width: 100%;
}
.contact-form .__content .__left .__form-item label {
  color: #5e6485;
}
.contact-form .__content .__left .__form-item input {
  border: 1px solid #e8e8e8;
  height: 36px;
  padding-left: 12px;
}
.contact-form .__content .__left .__form-item button {
  border: none;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 4px;
  padding: 0.625rem 0.75rem;
  width: 100%;
  box-sizing: border-box;
}
.contact-form .__content .__left .__form-item button.btn-plain {
  background-color: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}
.contact-form .__content .__middle {
  display: flex;
  align-items: center;
  position: relative;
}
.contact-form .__content .__middle::before, .contact-form .__content .__middle::after {
  content: "";
  height: 45%;
  width: 1px;
  background-color: #e5e5e5;
  position: absolute;
  left: 50%;
  margin-left: -0.5px;
}
.contact-form .__content .__middle::before {
  top: 0;
}
.contact-form .__content .__middle::after {
  bottom: 0;
}
.contact-form .__content .__right img {
  width: 200px;
  height: 200px;
  margin-bottom: 12px;
}
.contact-form .__content .__right p {
  font-size: 16px;
  color: #9ea7b3;
}

.contact-show-wechat {
  display: none;
  text-align: center;
}
.contact-show-wechat img {
  width: 7.5rem;
  height: 7.5rem;
}
.contact-show-wechat p {
  text-align: center;
  font-size: 0.875rem;
  color: #9ea7b3;
}

.ihuyi--minisite-100, .ihuyi--minisite-101 {
  text-align: center;
}
.ihuyi--minisite-100 p, .ihuyi--minisite-101 p {
  color: var(--main-color);
  font-size: 0.875rem;
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 20px;
  background-color: var(--main-color);
  margin-top: 0.5rem;
  display: inline-block;
}

.ihuyi--minisite-101 img {
  max-width: 100%;
}

.zx-point {
  padding: 0 1rem;
}
.zx-point ul li {
  padding: 1rem;
  border: 1px solid #e5e5e5;
  margin-bottom: 0.75rem;
}
.zx-point ul li:last-child {
  margin-bottom: 0;
}
.zx-point ul li .__title {
  display: flex;
  align-items: center;
  margin-bottom: 0.375rem;
}
.zx-point ul li .__title img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin-right: 0.25rem;
}
.zx-point ul li .__title span {
  font-size: 1rem;
}
.zx-point ul li .__desc {
  color: #999;
  line-height: 1.5;
  font-size: 0.8125rem;
}

.recommend-number {
  overflow: hidden;
  position: relative;
  padding-bottom: 1.5rem;
}
.recommend-number .swiper-pagination {
  bottom: 0 !important;
}
.recommend-number > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.recommend-number > ul > li > ul > li {
  list-style: none;
  width: 33.3333%;
  box-sizing: border-box;
  font-size: 0.8125rem;
  text-align: center;
  padding: 0.75rem 0.375rem;
  background-color: #fff;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.show-more {
  margin-top: 0.75rem;
  text-align: center;
}
.show-more a {
  display: inline-block;
  padding: 0.75rem 1.3125rem;
  color: #fff;
  background-color: var(--main-color);
  text-align: center;
  font-size: 0.8125rem;
  text-decoration: none;
  border-radius: 16px;
}

.service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service .service-item {
  width: 30%;
  padding: 0.75rem;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  font-size: 0.75rem;
  text-align: center;
  margin: 0 0 0.75rem 0;
  color: #5e6485;
  background-color: #fff;
}
.service .service-item img {
  height: 1.75rem;
  margin-bottom: 0.375rem;
}

.product-intro p {
  font-size: 0.75rem;
  line-height: 1.7;
  margin-bottom: 0.75rem;
  color: #999;
  text-align: center;
}
.product-intro img {
  width: 100%;
}

.product-intro-box .__item {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin-bottom: 0.75rem;
  padding: 1.1875rem 1rem;
}
.product-intro-box .__item:last-child {
  margin-bottom: 0;
}
.product-intro-box .__item .__title {
  font-size: 0.8125rem;
  margin-bottom: 0.625rem;
  color: #333;
}
.product-intro-box .__item .__desc {
  color: #999;
  line-height: 1.7;
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
.product-intro-box .__item img {
  width: 100%;
  display: block;
}

.func {
  overflow: hidden;
  position: relative;
  padding-bottom: 1.5rem;
}
.func .swiper-pagination {
  bottom: 0 !important;
}
.func ul li {
  list-style: none;
}
.func ul li .__item {
  border: 1px solid #e5e5e5;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
  background-color: #fff;
}
.func ul li .__item:last-child {
  margin-bottom: 0;
}
.func ul li .__item .__title {
  font-size: 0.8125rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.func ul li .__item .__title img {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.5625rem;
}
.func ul li .__item .__desc {
  font-size: 0.75rem;
  color: #999;
  line-height: 1.7;
}

.checkin {
  border: 1px solid #e5e5e5;
  padding: 0.75rem;
  background-color: #fff;
}
.checkin .__item {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e5e5;
}
.checkin .__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.checkin .__item img {
  display: block;
  margin: 0 auto 1rem;
}
.checkin .__item p {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
}
.checkin .__item p:last-child {
  margin-bottom: 0;
}
.checkin .__item p span {
  color: var(--main-color);
}

.combine {
  overflow: hidden;
  position: relative;
  padding-bottom: 1.5rem;
}
.combine .swiper-pagination {
  bottom: 0 !important;
}
.combine ul li {
  border: 1px solid #e5e5e5;
  padding: 0.75rem;
  box-sizing: border-box;
  color: #5e6485;
  background-color: #fff;
}
.combine ul li img {
  display: block;
  margin: 0 auto 0.75rem;
}
.combine ul li .__title {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: var(--main-color);
  text-align: center;
}
.combine ul li .__example {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  text-align: center;
}
.combine ul li .__ex-title {
  text-align: center;
  font-size: 0.8125rem;
  margin-bottom: 0.5625rem;
}
.combine ul li .__number {
  font-size: 0.8125rem;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}
.combine ul li .__number > div {
  width: 50%;
  padding: 0.375rem 0;
}

.peers .__tab {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.75rem;
}
.peers .__tab ul {
  display: flex;
}
.peers .__tab ul li {
  flex: 1;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.8125rem;
  position: relative;
}
.peers .__tab ul li.on::after {
  display: block;
}
.peers .__tab ul li::after {
  display: none;
  content: "";
  position: absolute;
  left: 5%;
  bottom: -1px;
  width: 90%;
  border-bottom: 2px solid var(--main-color);
}
.peers .__content img {
  display: none;
  width: 100%;
}

.num-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2%;
}
.num-list ul li {
  border: 1px solid #e5e5e5;
  padding: 0.75rem;
  box-sizing: border-box;
  background-color: #fff;
  width: 48%;
  margin: 0 2% 2% 0;
  position: relative;
}
.num-list ul li.selected {
  border-color: var(--main-color);
}
.num-list ul li.selected img {
  display: block;
}
.num-list ul li .__num {
  font-size: 1.125rem;
  color: var(--main-color);
  margin-bottom: 0.5rem;
  text-align: center;
}
.num-list ul li .__num h2 {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  max-width: unset;
}
.num-list ul li .__price {
  font-size: 0.8125rem;
  color: #999;
  text-align: center;
}
.num-list ul li img {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

.fdck {
  background: #fff;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 2.5%;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  transform: translateY(84%);
  transition: all 0.2s;
}
.fdck .fdck_tit {
  font-size: 14px;
  font-weight: bold;
  color: #999;
  line-height: 38px;
  background: #fff;
  text-align: right;
  padding: 0 10px;
}
.fdck .fdck_text {
  font-size: 14px;
  padding: 8px 10px;
  line-height: 20px;
  color: #666;
}
.fdck .fdck_nr {
  min-height: 5.625rem;
  padding: 0.625rem 0.625rem 0;
}
.fdck .fdck_nr .fdck_nr_list {
  display: flex;
  flex-wrap: wrap;
}
.fdck .fdck_nr .fdck_nr_list li {
  cursor: pointer;
  padding: 4px 0 4px 10px;
  font-size: 0.875rem;
  color: #324057;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e5e5;
  margin: 0 0.25rem 0.25rem 0;
}
.fdck .fdck_nr .fdck_nr_list li i {
  display: inline-block;
  font-size: 0.875rem;
  text-align: center;
}
.fdck .fdck_nr b {
  display: none;
}
.fdck .fdck_nr i {
  font-style: normal;
  font-weight: 400;
  color: #324057;
}
.fdck .xtb4 {
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
  margin-left: 0.75rem;
}
.fdck .xtb4::before {
  content: "x";
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 0.75rem;
  color: #999;
}
.fdck .btn6 {
  display: block;
  height: 32px;
  text-align: center;
  line-height: 32px;
  padding: 0 0.75rem;
  background: var(--main-color);
  color: #fff;
  margin: 20px auto;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.xhdj_top {
  width: 100%;
  padding: 20px 0px 20px 58px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  position: relative;
  color: #324057;
  margin-top: 20px;
}
.xhdj_top img {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 20px;
  left: 0;
}

.xhdj_top_title {
  font-size: 18px;
  padding-bottom: 10px;
}

.xhdj_top_content ul {
  overflow: hidden;
}
.xhdj_top_content ul li {
  float: left;
  font-size: 14px;
  color: #ff5200;
  font-weight: bold;
}
.xhdj_top_content ul li:nth-child(even) {
  margin: 0 5px;
}

.xhdj_form_ul {
  margin-bottom: 1rem;
}

.xhdj_form_li {
  margin: 10px 0;
}
.xhdj_form_li > ul {
  overflow: hidden;
}
.xhdj_form_li > ul > li {
  font-size: 14px;
}
.xhdj_form_li > ul > li:first-child {
  line-height: 32px;
}

.xhdj_yxhm {
  overflow: hidden;
}
.xhdj_yxhm li {
  float: left;
  font-size: 16px;
  margin-right: 8px;
  color: #FF6600;
  font-weight: 200 !important;
  line-height: 30px;
}

.xhdj_input {
  width: 100%;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.tel_must {
  color: red;
}

.aliyz {
  border: 1px solid #ccc;
  text-align: center;
  width: 296px;
  height: 40px;
  line-height: 40px;
  margin-left: 100px;
}

.xhdj_event {
  font-size: 14px;
  margin: 20px 0 20px 100px;
  color: #999;
}

.xhdj_btns {
  overflow: hidden;
}

.xhdj_submit {
  transition: All 0.4s ease-in-out;
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FF0000;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
}
.xhdj_submit:hover {
  background: #f52b00;
  color: #fff;
}

.xhdj_xg {
  margin-left: 30px;
  background: #3F9BFF;
  text-decoration: none;
}
.xhdj_xg:hover {
  background: #2F87FF;
}

.xhdj_wxts {
  margin: 60px 0 50px 10px;
  font-size: 14px;
  color: #324057;
  line-height: 24px;
}

.sign-success {
  padding: 8rem 1rem;
}
.sign-success img {
  width: 4rem;
  display: block;
  margin: 0 auto 1rem;
}
.sign-success .xhdj_success {
  text-align: center;
  font-size: 1rem;
  color: var(--main-color);
  margin-bottom: 0.75rem;
}
.sign-success .xhdj_s_tips {
  text-align: center;
  font-size: 0.8125rem;
  color: #999;
  margin-bottom: 1rem;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-flex {
  display: flex !important;
}

@media screen and (min-width: 1024px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
.ihuyi400-index-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ihuyi400-index-top .__title {
  font-size: 24px;
  font-weight: 700;
  color: rgb(94, 100, 133);
  margin-bottom: 0.6rem;
}
.ihuyi400-index-top .__form {
  margin-bottom: 0.5rem;
}
.ihuyi400-index-top .__form .__num {
  display: flex;
  align-items: center;
}
.ihuyi400-index-top .__form .__num span {
  font-size: 48px;
  color: #ff6600;
  font-weight: 700;
  margin-right: 0.4rem;
}
.ihuyi400-index-top .__form .__num input {
  width: 52px;
  height: 52px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin: 0 5px;
  box-sizing: border-box;
  padding: 0.3rem;
  font-size: 46px;
  color: #ff6600;
  text-align: center;
}
.ihuyi400-index-top .__form .__num div {
  display: inline;
}
.ihuyi400-index-top .__form .__num button {
  font-size: 0.8rem;
  border: none;
  outline: none;
  background: #ff6600;
  height: 52px;
  border-radius: 5px;
}
.ihuyi400-index-top .__form .__num button#doQuery {
  width: 100px;
  color: #fff;
  margin-right: 0.5rem;
  margin-left: 0.4rem;
}
.ihuyi400-index-top .__form .__num button#doReset {
  background: #eed2c2;
  color: #ff6600;
  width: 70px;
  border: 1px solid #ff6600;
  box-sizing: border-box;
}
.ihuyi400-index-top .__form .__tip {
  font-size: 13px;
  color: #989EB5;
  margin-bottom: 0;
  line-height: 1.5;
}
.ihuyi400-index-top .__example a {
  display: inline-block;
  border: 1px solid #409bff;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  padding: 4px 6px;
  color: #409bff;
}
.ihuyi400-index-top .__rec {
  font-size: 14px;
  color: #989EB5;
  padding: 0.4rem;
  position: absolute;
  right: -10rem;
  top: 0;
  background: #fff;
}

.ihuyi400-select-top {
  background: #f5faff;
  font-size: 18px;
  padding: 0.4rem;
  margin-bottom: 0.8rem;
}
.ihuyi400-select-top .form-check-inline {
  display: inline-flex;
  align-items: center;
}

.ihuyi400-select-wrap {
  min-height: 400px;
  position: relative;
}
.ihuyi400-select-wrap .loading {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
  color: #5e6485;
  width: 100%;
  height: 100%;
}
.ihuyi400-select-wrap .loading img {
  margin-bottom: 0.5rem;
}
.ihuyi400-select-wrap .empty {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  color: #5e6485;
  width: 100%;
  height: 400px;
}
.ihuyi400-select-wrap .empty img {
  margin-bottom: 0.5rem;
}
.ihuyi400-select-wrap ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -0.8rem 0 0;
}
.ihuyi400-select-wrap ul li {
  list-style: none;
  border: 1px solid #e5e5e5;
  padding: 0.4rem 0.6rem;
  cursor: pointer;
  margin: 0 0.8rem 0.8rem 0;
  box-sizing: border-box;
  width: 15.74%;
}
.ihuyi400-select-wrap ul li.selected, .ihuyi400-select-wrap ul li:hover {
  box-shadow: 0 0 5px #409bff;
}
.ihuyi400-select-wrap ul li .__num {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #ff6600;
  margin: 0 0 0.3rem;
  line-height: 1;
}
.ihuyi400-select-wrap ul li .__price {
  text-align: center;
  font-size: 13px;
  color: #989EB5;
  margin: 0;
  line-height: 1;
}
.ihuyi400-select-wrap ul li .__price span {
  font-weight: bold;
  font-size: 18px;
}
.ihuyi400-select-wrap .__page {
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: flex-end;
  padding-top: 0.5rem;
}

.ihuyi400-added .__item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.2rem;
}
.ihuyi400-added .__item.blue {
  box-shadow: 0 0 5px #ddeafc;
}
.ihuyi400-added .__item.blue .__left {
  background: #f3f7fe;
}
.ihuyi400-added .__item.blue .__left .__t {
  color: #409bff;
}
.ihuyi400-added .__item.orange {
  box-shadow: 0 0 5px #f5e2d6;
}
.ihuyi400-added .__item.orange .__left {
  background: #f7f0ef;
}
.ihuyi400-added .__item.orange .__left .__t {
  color: #ff6600;
}
.ihuyi400-added .__item .__left {
  width: 230px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
}
.ihuyi400-added .__item .__left .__t {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.ihuyi400-added .__item .__left .__d {
  font-size: 14px;
  line-height: 1.4;
}
.ihuyi400-added .__item .__right {
  flex: 1;
  padding: 1rem;
  box-sizing: border-box;
  background: #fff;
}
.ihuyi400-added .__item .__right ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.ihuyi400-added .__item .__right ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding: 1rem;
  box-sizing: border-box;
}
.ihuyi400-added .__item .__right ul li img {
  width: 24px;
  height: 24px;
  margin-bottom: 0.4rem;
}
.ihuyi400-added .__item .__right ul li p {
  font-size: 14px;
  text-align: center;
  margin: 0;
  color: #333;
}

.ihuyi400-package ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem 0 0;
  padding: 0;
}
.ihuyi400-package ul li {
  list-style: none;
  border: 1px solid #bbd9fc;
  position: relative;
  width: 23.45%;
  margin: 0 1rem 1rem 0;
}
.ihuyi400-package ul li .__price {
  padding: 1.5rem 0.6rem;
}
.ihuyi400-package ul li .__price .__one {
  font-size: 24px;
  color: #ff6600;
  margin-bottom: 0.2rem;
  line-height: 1;
}
.ihuyi400-package ul li .__price .__one span {
  font-size: 36px;
}
.ihuyi400-package ul li .__price .__all {
  font-size: 13px;
  color: #5e6485;
  line-height: 2;
  margin-right: -0.4rem;
}
.ihuyi400-package ul li .__intro {
  font-size: 13px;
  color: #0099ff;
  line-height: 1.4;
  background: #bbd9fc;
  padding: 0.5rem;
}
.ihuyi400-package ul li .__btn a {
  display: block;
  background: #0099ff;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 3;
}
.ihuyi400-package ul li .__type {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #fff;
  padding: 6px 12px 6px 16px;
  border-bottom-left-radius: 24px;
  background: #0099ff;
}

.ihuyi400-drawer-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10201;
}

.slip_in_animation {
  animation: slip_in 0.3s;
}

.model-success {
  display: none;
  width: 520px;
  padding: 24px;
  background: #fff;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1202;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.model-success .success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.model-success .success img {
  margin-bottom: 24px;
}
.model-success .success p {
  font-size: 24px;
  color: #5e6485;
  margin-bottom: 16px;
}
.model-success .success div {
  font-size: 14px;
  text-align: center;
  color: #797979;
  margin-bottom: 32px;
}
.model-success .success div span {
  font-size: 20px;
  color: #409bff;
}
.model-success .success button {
  width: 160px;
  height: 40px;
  background: #0099ff;
  color: #fff;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
}

/*右侧滑入*/
@keyframes slip_in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.ihuyi400-drawer, .ihuyi400-drawer-block {
  display: none;
  width: 981px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 10202;
}
.ihuyi400-drawer .drawer-header, .ihuyi400-drawer-block .drawer-header {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background: #409bff;
  color: #fff;
  justify-content: space-between;
  font-weight: bold;
  font-size: 18px;
}
.ihuyi400-drawer .drawer-header .__close, .ihuyi400-drawer-block .drawer-header .__close {
  cursor: pointer;
}
.ihuyi400-drawer .drawer-body, .ihuyi400-drawer-block .drawer-body {
  padding: 1rem;
  box-sizing: border-box;
  height: calc(100% - 47px);
  overflow: auto;
  line-height: 1.5;
}
.ihuyi400-drawer .drawer-body .__alert, .ihuyi400-drawer-block .drawer-body .__alert {
  font-size: 14px;
  color: #409bff;
  background: #f3faff;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.ihuyi400-drawer .drawer-body .__content, .ihuyi400-drawer-block .drawer-body .__content {
  display: flex;
}
.ihuyi400-drawer .drawer-body .__content .__left, .ihuyi400-drawer-block .drawer-body .__content .__left {
  width: 500px;
  flex-shrink: 0;
  padding: 0.5rem;
  background: #f3faff;
}
.ihuyi400-drawer .drawer-body .__content .__left .__t, .ihuyi400-drawer-block .drawer-body .__content .__left .__t {
  font-size: 16px;
  font-weight: bold;
  color: #5e6485;
  margin-bottom: 0.5rem;
}
.ihuyi400-drawer .drawer-body .__content .__left .__t .__sd, .ihuyi400-drawer-block .drawer-body .__content .__left .__t .__sd {
  font-size: 13px;
  color: #5e6485;
  line-height: 2;
  font-weight: 400;
}
.ihuyi400-drawer .drawer-body .__content .__left .__tab .__tab-header, .ihuyi400-drawer-block .drawer-body .__content .__left .__tab .__tab-header {
  display: flex;
}
.ihuyi400-drawer .drawer-body .__content .__left .__tab .__tab-header .__item, .ihuyi400-drawer-block .drawer-body .__content .__left .__tab .__tab-header .__item {
  font-size: 13px;
  padding: 5px;
  color: #999;
  background: #f2f2f2;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 4px;
  cursor: pointer;
}
.ihuyi400-drawer .drawer-body .__content .__left .__tab .__tab-header .__item.active, .ihuyi400-drawer-block .drawer-body .__content .__left .__tab .__tab-header .__item.active {
  background: #0099ff;
  color: #fff;
}
.ihuyi400-drawer .drawer-body .__content .__left .__tab .__tab-content, .ihuyi400-drawer-block .drawer-body .__content .__left .__tab .__tab-content {
  display: none;
  background: #fff;
  padding: 0.5rem;
  border: 1px solid #409bff;
}
.ihuyi400-drawer .drawer-body .__content .__left .__tab .__tab-content .__desc, .ihuyi400-drawer-block .drawer-body .__content .__left .__tab .__tab-content .__desc {
  font-size: 13px;
  color: #5e6485;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.ihuyi400-drawer .drawer-body .__content .__left .__tab .__tab-content table tr th, .ihuyi400-drawer-block .drawer-body .__content .__left .__tab .__tab-content table tr th {
  font-size: 13px;
  font-weight: 400;
  background: #f2f2f2;
  padding: 0.2rem 0.4rem;
}
.ihuyi400-drawer .drawer-body .__content .__left .__tab .__tab-content table tr td, .ihuyi400-drawer-block .drawer-body .__content .__left .__tab .__tab-content table tr td {
  font-size: 13px;
  color: #333;
  border: 1px solid #ddecfd;
  padding: 0.4rem;
}
.ihuyi400-drawer .drawer-body .__content .__left .__tab .__tab-content table tr td:first-child, .ihuyi400-drawer-block .drawer-body .__content .__left .__tab .__tab-content table tr td:first-child {
  font-weight: bold;
}
.ihuyi400-drawer .drawer-body .__content .__left .__tab .__tab-content table tr td:nth-child(2), .ihuyi400-drawer-block .drawer-body .__content .__left .__tab .__tab-content table tr td:nth-child(2) {
  color: #5e6485;
}
.ihuyi400-drawer .drawer-body .__content .__right, .ihuyi400-drawer-block .drawer-body .__content .__right {
  flex-shrink: 0;
  padding-left: 20px;
}
.ihuyi400-drawer .drawer-body .__content .__right .__number-selected, .ihuyi400-drawer-block .drawer-body .__content .__right .__number-selected {
  font-size: 18px;
  font-weight: bold;
  color: #5e6485;
  margin-bottom: 0.5rem;
}
.ihuyi400-drawer .drawer-body .__content .__right .__number-selected span, .ihuyi400-drawer-block .drawer-body .__content .__right .__number-selected span {
  font-size: 28px;
  color: #ff6600;
}
.ihuyi400-drawer .drawer-body .__content .__right .__tips, .ihuyi400-drawer-block .drawer-body .__content .__right .__tips {
  font-size: 13px;
  color: #5e6485;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  padding: 0.5rem;
  background: #f3faff;
}
.ihuyi400-drawer .drawer-body .__content .__right .__years, .ihuyi400-drawer-block .drawer-body .__content .__right .__years {
  display: flex;
  margin-bottom: 1rem;
}
.ihuyi400-drawer .drawer-body .__content .__right .__years .__year, .ihuyi400-drawer-block .drawer-body .__content .__right .__years .__year {
  border: 1px solid #e5e5e5;
  color: #5e6485;
  padding: 0.15rem 1.2rem;
  font-size: 13px;
  border-radius: 5px;
  margin-right: 0.5rem;
  box-sizing: border-box;
  cursor: pointer;
}
.ihuyi400-drawer .drawer-body .__content .__right .__years .__year.active, .ihuyi400-drawer-block .drawer-body .__content .__right .__years .__year.active {
  border-color: #0099ff;
  border-width: 2px;
  background: #f5faff;
  color: #0099ff;
}
.ihuyi400-drawer .drawer-body .__content .__right .__price, .ihuyi400-drawer-block .drawer-body .__content .__right .__price {
  font-size: 13px;
  color: #5e6485;
  margin-bottom: 0.5rem;
}
.ihuyi400-drawer .drawer-body .__content .__right .__price span.num, .ihuyi400-drawer-block .drawer-body .__content .__right .__price span.num {
  font-size: 18px;
  font-weight: bold;
  color: #ff6600;
}
.ihuyi400-drawer .drawer-body .__content .__right .__price span, .ihuyi400-drawer-block .drawer-body .__content .__right .__price span {
  margin-left: 0.2rem;
  color: rgba(94, 100, 133, 0.6);
}
.ihuyi400-drawer .drawer-body .__content .__right .__form .__form-item, .ihuyi400-drawer-block .drawer-body .__content .__right .__form .__form-item {
  margin-bottom: 0.5rem;
}
.ihuyi400-drawer .drawer-body .__content .__right .__form .__form-item label, .ihuyi400-drawer-block .drawer-body .__content .__right .__form .__form-item label {
  padding-left: 5px;
  font-size: 13px;
  text-align: justify;
}
.ihuyi400-drawer .drawer-body .__content .__right .__form .__form-item label::before, .ihuyi400-drawer-block .drawer-body .__content .__right .__form .__form-item label::before {
  content: "*";
  color: #f00;
}
.ihuyi400-drawer .drawer-body .__content .__right .__form .__form-item input, .ihuyi400-drawer-block .drawer-body .__content .__right .__form .__form-item input {
  width: 300px;
  height: 28px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 13px;
  padding: 0 5px;
}
.ihuyi400-drawer .drawer-body .__content .__right .__submit-btn, .ihuyi400-drawer-block .drawer-body .__content .__right .__submit-btn {
  margin-top: 1rem;
}
.ihuyi400-drawer .drawer-body .__content .__right .__submit-btn button, .ihuyi400-drawer-block .drawer-body .__content .__right .__submit-btn button {
  font-size: 16px;
  color: #fff;
  background: #0099ff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: none;
  outline: none;
}
.ihuyi400-drawer .drawer-body .__content .__right .__submit-btn button.loading, .ihuyi400-drawer-block .drawer-body .__content .__right .__submit-btn button.loading {
  opacity: 0.8;
  pointer-events: none;
  cursor: not-allowed;
}
.ihuyi400-drawer .drawer-body .block-num .__item, .ihuyi400-drawer-block .drawer-body .block-num .__item {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}
.ihuyi400-drawer .drawer-body .block-num .__item .__label, .ihuyi400-drawer-block .drawer-body .block-num .__item .__label {
  font-size: 13px;
  color: #5e6485;
}
.ihuyi400-drawer .drawer-body .block-num .__item .__value, .ihuyi400-drawer-block .drawer-body .block-num .__item .__value {
  font-size: 13px;
  color: #5e6485;
}
.ihuyi400-drawer .drawer-body .block-num .__item .__value .__num-l, .ihuyi400-drawer-block .drawer-body .block-num .__item .__value .__num-l {
  font-size: 28px;
  color: #ff6600;
  font-weight: bold;
  line-height: 1;
}
.ihuyi400-drawer .drawer-body .block-num .__item .__value .__price span, .ihuyi400-drawer-block .drawer-body .block-num .__item .__value .__price span {
  font-size: 18px;
  color: #ff6600;
  font-weight: bold;
  line-height: 1;
}
.ihuyi400-drawer .drawer-body .block-num .__item .__value .form-check, .ihuyi400-drawer-block .drawer-body .block-num .__item .__value .form-check {
  padding-left: 0;
}
.ihuyi400-drawer .drawer-body .block-num .__item .__value .form-check.form-check-inline, .ihuyi400-drawer-block .drawer-body .block-num .__item .__value .form-check.form-check-inline {
  display: inline-flex;
  align-items: center;
}
.ihuyi400-drawer .drawer-body .block-num .__item .__value .form-check-input[type=radio], .ihuyi400-drawer-block .drawer-body .block-num .__item .__value .form-check-input[type=radio] {
  width: 16px;
  height: 16px;
  margin-left: 0;
  margin-right: 5px;
}
.ihuyi400-drawer .drawer-body .block-num .__item .__value button, .ihuyi400-drawer-block .drawer-body .block-num .__item .__value button {
  font-size: 16px;
  color: #fff;
  background: #0099ff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: none;
  outline: none;
}
.ihuyi400-drawer .drawer-body .block-num .__item .__value button.loading, .ihuyi400-drawer-block .drawer-body .block-num .__item .__value button.loading {
  opacity: 0.8;
  pointer-events: none;
  cursor: not-allowed;
}

.choose {
  font-size: 14px;
  color: #5e6485;
  background: #f2f2f2;
  padding: 1rem;
  text-align: center;
}
.choose div:first-child {
  margin-bottom: 10px;
}
.choose a {
  display: inline-block;
  padding: 8px 16px;
  color: #fff;
  background: #0099ff;
  border-radius: 4px;
  text-decoration: none;
}

.tooltip {
  position: absolute;
  background-color: #fff;
  color: #5e6485;
  display: none;
  white-space: nowrap;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 3000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.tooltip::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border: 6px solid transparent;
}

.tooltip.top {
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  border-top-color: #fff;
  transform: translateX(-50%);
  top: 100%;
  left: 50%;
}

.tooltip.bottom {
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.bottom::before {
  border-bottom-color: #fff;
  transform: translateX(-50%);
  bottom: 100%;
  left: 50%;
}

.tooltip.left {
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.left::before {
  border-left-color: #fff;
  transform: translateY(-50%);
  top: 50%;
  right: -11px;
}

.tooltip.right {
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  border-right-color: #fff;
  transform: translateY(-50%);
  top: 50%;
  left: -11px;
}

.tooltip.show {
  display: block;
}

.skin007-pipe .swiper-wrapper {
  display: flex;
  align-items: center;
}
.skin007-pipe.step-3 .swiper-slide::after {
  right: -27%;
}
.skin007-pipe .swiper-slide {
  position: relative;
  text-align: center;
}
.skin007-pipe .swiper-slide h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.skin007-pipe .swiper-slide p {
  font-size: 14px;
  color: #999;
}
.skin007-pipe .swiper-slide img {
  margin-bottom: 16px;
}
.skin007-pipe .swiper-slide:last-child::after {
  display: none;
}
.skin007-pipe .swiper-slide::after {
  content: "";
  background: url("/static/images/arrow.svg") no-repeat center center;
  width: 196px;
  height: 9px;
  position: absolute;
  top: 40px;
  right: -38%;
}

.bg-gray {
  background: #f7f7f7;
}

@media screen and (max-width: 1024px) {
  .ihuyi400-index-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .ihuyi400-index-top .__title {
    text-align: center;
    line-height: 1.4;
  }
  .ihuyi400-index-top .__form .__num {
    justify-content: center;
    flex-wrap: wrap;
  }
  .ihuyi400-index-top .__form .__num div {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0.5rem 0;
  }
  .ihuyi400-index-top .__form .__num span {
    font-size: 24px;
  }
  .ihuyi400-index-top .__form .__num input {
    width: 28px;
    height: 28px;
    padding: 0.3rem;
    font-size: 24px;
  }
  .ihuyi400-index-top .__form .__num button {
    font-size: 0.6rem;
    height: 32px;
  }
  .ihuyi400-index-top .__example {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ihuyi400-index-top .__example a {
    margin-bottom: 0.5rem;
  }
  .ihuyi400-select-top {
    background: #f5faff;
    font-size: 14px;
    padding: 0.4rem;
    margin-bottom: 0.5rem;
    color: #5e6485;
  }
  .ihuyi400-select-top > span {
    display: block;
    margin-bottom: 0.3rem;
  }
  .ihuyi400-select-top .form-check-inline {
    margin-right: 0.2rem;
    padding-left: 1.05rem;
  }
  .ihuyi400-select-top .form-check-inline .form-check-input {
    width: 0.85rem;
    height: 0.85rem;
    margin-left: -1.05rem;
  }
  .ihuyi400-select-wrap ul {
    margin: 0 -0.5rem 0 0;
  }
  .ihuyi400-select-wrap ul li {
    padding: 0.4rem;
    cursor: pointer;
    margin: 0 0.5rem 0.5rem 0;
    box-sizing: border-box;
    width: 47.56%;
    background: #fff;
  }
  .ihuyi400-select-wrap ul li .__num {
    font-size: 16px;
  }
  .ihuyi400-select-wrap ul li .__price span {
    font-weight: bold;
    font-size: 16px;
  }
  .ihuyi400-select-wrap .__page {
    border-top: 1px solid #e5e5e5;
  }
  .ihuyi400-added .__item {
    display: block;
  }
  .ihuyi400-added .__item .__left {
    width: 100%;
    padding: 1rem 0;
  }
  .ihuyi400-added .__item .__left .__t {
    font-size: 16px;
  }
  .ihuyi400-added .__item .__left .__d {
    font-size: 14px;
    padding: 0 0.4rem;
  }
  .ihuyi400-added .__item .__right ul li {
    width: 33.3%;
    padding: 0.5rem;
  }
  .ihuyi400-package ul li {
    width: 47%;
    margin: 0 0.5rem 0.5rem 0;
  }
  .ihuyi400-package ul li .__price {
    padding: 1rem 0.6rem;
  }
  .ihuyi400-package ul li .__price .__one {
    font-size: 18px;
    margin-bottom: 0.2rem;
  }
  .ihuyi400-package ul li .__price .__one span {
    font-size: 24px;
  }
  .ihuyi400-package ul li .__price .__all {
    font-size: 12px;
    line-height: 1.5;
    margin-right: -0.4rem;
  }
  .ihuyi400-package ul li .__intro {
    font-size: 12px;
  }
  .ihuyi400-package ul li .__btn a {
    font-size: 13px;
    line-height: 2.5;
  }
  .ihuyi400-package ul li .__type {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
    padding: 3px 12px 3px 16px;
    border-bottom-left-radius: 24px;
    background: #0099ff;
  }
  .ihuyi400-addons h3 {
    display: block;
  }
  .ihuyi400-addons .table-wrapper {
    width: 100%;
    overflow-x: auto;
  }
  .ihuyi400-addons table {
    width: 200%;
  }
  .ihuyi400-addons table thead th:nth-child(1), .ihuyi400-addons table thead th:nth-child(3) {
    width: 100px !important;
  }
  .ihuyi400-addons table tr td {
    border: 1px solid #ddecfd;
    padding: 0.4rem;
    font-size: 13px;
    color: #5e6485;
    text-align: left;
  }
  .pagination > .pagination-info, .pagination > .pagination-goto {
    display: none !important;
  }
  .ihuyi400-drawer, .ihuyi400-drawer-block {
    display: none;
    width: 100%;
    height: 100%;
  }
  .ihuyi400-drawer .drawer-body .__content, .ihuyi400-drawer-block .drawer-body .__content {
    position: relative;
    display: block;
  }
  .ihuyi400-drawer .drawer-body .__content .__left, .ihuyi400-drawer-block .drawer-body .__content .__left {
    display: none;
    position: absolute;
    width: 100%;
    height: 80vh;
  }
  .ihuyi400-drawer .drawer-body .__content .__left .__t .close, .ihuyi400-drawer-block .drawer-body .__content .__left .__t .close {
    position: absolute;
    right: 13px;
    top: 7px;
  }
  .ihuyi400-drawer .drawer-body .__content .__right, .ihuyi400-drawer-block .drawer-body .__content .__right {
    flex-shrink: 0;
    padding-left: 0;
  }
  .ihuyi400-drawer .drawer-body .__content .__right .__number-selected, .ihuyi400-drawer-block .drawer-body .__content .__right .__number-selected {
    font-size: 18px;
    font-weight: bold;
    color: #5e6485;
    margin-bottom: 0.5rem;
  }
  .ihuyi400-drawer .drawer-body .__content .__right .__number-selected span, .ihuyi400-drawer-block .drawer-body .__content .__right .__number-selected span {
    font-size: 28px;
    color: #ff6600;
  }
  .ihuyi400-drawer .drawer-body .__content .__right .__tips a, .ihuyi400-drawer-block .drawer-body .__content .__right .__tips a {
    color: #409bff;
  }
  .ihuyi400-drawer .drawer-body .__content .__right .__years, .ihuyi400-drawer-block .drawer-body .__content .__right .__years {
    display: flex;
    margin-bottom: 1rem;
  }
  .ihuyi400-drawer .drawer-body .__content .__right .__years .__year, .ihuyi400-drawer-block .drawer-body .__content .__right .__years .__year {
    border: 1px solid #e5e5e5;
    color: #5e6485;
    padding: 0.15rem 1.2rem;
    font-size: 13px;
    border-radius: 5px;
    margin-right: 0.5rem;
    box-sizing: border-box;
    cursor: pointer;
  }
  .ihuyi400-drawer .drawer-body .__content .__right .__years .__year.active, .ihuyi400-drawer-block .drawer-body .__content .__right .__years .__year.active {
    border-color: #0099ff;
    border-width: 2px;
    background: #f5faff;
    color: #0099ff;
  }
  .ihuyi400-drawer .drawer-body .__content .__right .__price, .ihuyi400-drawer-block .drawer-body .__content .__right .__price {
    font-size: 13px;
    color: #5e6485;
    margin-bottom: 0.5rem;
  }
  .ihuyi400-drawer .drawer-body .__content .__right .__price span.num, .ihuyi400-drawer-block .drawer-body .__content .__right .__price span.num {
    font-size: 18px;
    font-weight: bold;
    color: #ff6600;
  }
  .ihuyi400-drawer .drawer-body .__content .__right .__price span, .ihuyi400-drawer-block .drawer-body .__content .__right .__price span {
    margin-left: 0.2rem;
    color: rgba(94, 100, 133, 0.6);
  }
  .ihuyi400-drawer .drawer-body .__content .__right .__form .__form-item, .ihuyi400-drawer-block .drawer-body .__content .__right .__form .__form-item {
    margin-bottom: 0.5rem;
  }
  .ihuyi400-drawer .drawer-body .__content .__right .__form .__form-item label, .ihuyi400-drawer-block .drawer-body .__content .__right .__form .__form-item label {
    padding-left: 5px;
    font-size: 13px;
    text-align: justify;
    color: #5e6485;
  }
  .ihuyi400-drawer .drawer-body .__content .__right .__form .__form-item label::before, .ihuyi400-drawer-block .drawer-body .__content .__right .__form .__form-item label::before {
    content: "*";
    color: #f00;
  }
  .ihuyi400-drawer .drawer-body .__content .__right .__form .__form-item input, .ihuyi400-drawer-block .drawer-body .__content .__right .__form .__form-item input {
    width: 300px;
    height: 28px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 13px;
    padding: 0 5px;
  }
  .ihuyi400-drawer .drawer-body .__content .__right .__submit-btn, .ihuyi400-drawer-block .drawer-body .__content .__right .__submit-btn {
    margin-top: 1rem;
  }
  .ihuyi400-drawer .drawer-body .__content .__right .__submit-btn button, .ihuyi400-drawer-block .drawer-body .__content .__right .__submit-btn button {
    font-size: 16px;
    color: #fff;
    background: #0099ff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    border: none;
    outline: none;
  }
  .ihuyi400-drawer .drawer-body .block-num .__item, .ihuyi400-drawer-block .drawer-body .block-num .__item {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.5rem;
  }
  .ihuyi400-drawer .drawer-body .block-num .__item .__label, .ihuyi400-drawer-block .drawer-body .block-num .__item .__label {
    font-size: 13px;
    color: #5e6485;
    flex-shrink: 0;
  }
  .ihuyi400-drawer .drawer-body .block-num .__item .__value, .ihuyi400-drawer-block .drawer-body .block-num .__item .__value {
    font-size: 13px;
    color: #5e6485;
  }
  .ihuyi400-drawer .drawer-body .block-num .__item .__value .__num-l, .ihuyi400-drawer-block .drawer-body .block-num .__item .__value .__num-l {
    font-size: 28px;
    color: #ff6600;
    font-weight: bold;
    line-height: 1;
  }
  .ihuyi400-drawer .drawer-body .block-num .__item .__value .__price span, .ihuyi400-drawer-block .drawer-body .block-num .__item .__value .__price span {
    font-size: 18px;
    color: #ff6600;
    font-weight: bold;
    line-height: 1;
  }
  .ihuyi400-drawer .drawer-body .block-num .__item .__value .form-check, .ihuyi400-drawer-block .drawer-body .block-num .__item .__value .form-check {
    padding-left: 0;
  }
  .ihuyi400-drawer .drawer-body .block-num .__item .__value .form-check-input[type=radio], .ihuyi400-drawer-block .drawer-body .block-num .__item .__value .form-check-input[type=radio] {
    width: 16px;
    height: 16px;
    margin-left: 0;
    margin-right: 5px;
  }
  .ihuyi400-drawer .drawer-body .block-num .__item .__value button, .ihuyi400-drawer-block .drawer-body .block-num .__item .__value button {
    font-size: 15px;
  }
  .model-success {
    width: 100%;
  }
  .model-success .success p {
    font-size: 18px;
  }
}
.special-package {
  display: flex;
  overflow-x: auto;
}
.special-package .__item {
  background: #ff6700;
  padding: 0.8rem;
  flex-shrink: 0;
  width: 90%;
  margin: 0;
  position: relative;
}
.special-package .__item:first-child::after {
  content: "";
  background: url(/static/images/m_arrow.svg);
  position: absolute;
  top: 50%;
  right: -24px;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
.special-package .__item.blue {
  background: #409bff;
}
.special-package .__item.blue .__n ul li {
  border-color: #80FFFF;
}
.special-package .__item.blue .__n ul li .__price {
  color: #80FFFF;
}
.special-package .__item .__t {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  margin-bottom: 16px;
}
.special-package .__item .__t span {
  margin-top: 8px;
}
.special-package .__item .__t .__main {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-right: 10px;
}
.special-package .__item .__n ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -10px 0;
  padding: 0;
  overflow-x: auto;
  min-width: 0;
}
.special-package .__item .__n ul li {
  box-sizing: border-box;
  list-style: none;
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #f2ce99;
  line-height: 1.5;
}
.special-package .__item .__n ul li .__num {
  font-size: 16px;
}
.special-package .__item .__n ul li .__price {
  color: #FFFF00;
  font-size: 14px;
  margin-top: -4px;
}
.special-package .__item .__i {
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
  text-align: center;
  opacity: 0.7;
}

/*# sourceMappingURL=mb_css_21.css.map */
