body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.navContainer {
  position: fixed;
  left: 0;
  top: 0;
  width: 10rem;
  padding: .15625rem .416667rem 0;
  z-index: 9999;
}

.navContainer .logo {
  width: .729167rem;
  height: .729167rem;
}

.navContainer .rightMenu {
  position: relative;
}

.navContainer .rightMenu .iconfont {
  font-size: .208333rem;
  color: #1b97ff;
  margin-right: .104167rem;
  display: inline-block;
  width: .15625rem;
  cursor: pointer;
}

.navContainer .rightMenu .iconfont:last-child {
  margin-right: 0;
}

.navContainer .rightMenu .wx_icon:hover ~ .wx_code {
  display: inline-block !important;
}

.navContainer .rightMenu .qq_icon:hover ~ .qq_code {
  display: inline-block !important;
}

.navContainer .rightMenu .ph_icon:hover ~ .phoneTips {
  display: block !important;
}

.navContainer .rightMenu .wx_code, .navContainer .rightMenu .qq_code {
  position: absolute;
  z-index: 999;
  right: 0;
  top: 100%;
  width: .625rem;
  height: .625rem;
  padding: .026042rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: .052083rem;
  display: none;
}

.navContainer .rightMenu .phoneTips {
  position: absolute;
  z-index: 999;
  right: 0;
  top: 100%;
  padding: .0625rem .135417rem;
  background-color: #fff;
  color: #1b97ff;
  font-size: .125rem;
  font-weight: 700;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: .052083rem;
  display: none;
}

.navContainer .rightMenu .phoneTips .iconfont {
  font-size: .145833rem;
  margin-right: 0;
  display: inline;
  vertical-align: middle;
}

.navContainer .navWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.navContainer .navWrapper .navItem {
  margin-right: .364583rem;
  font-family: MicrosoftYaHei;
  font-size: .125rem;
  color: #000000;
  cursor: pointer;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.navContainer .navWrapper .navItem:last-child {
  margin-right: 0;
}

.navContainer .navWrapper .navItem .downArrow {
  display: none;
}

.navContainer .navWrapper .navItem .navImg {
  display: inline-block;
  width: .520833rem;
  height: .09375rem;
}

.navContainer .navWrapper .navItemActive {
  color: #1b97ff;
  font-weight: 700;
}

.navContainer .navWrapper .navItemActive .downArrow {
  display: block !important;
}

.show {
  display: block !important;
}

.show_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.tabContainer {
  display: none !important;
}

#mainPage {
  width: 100%;
  height: 100%;
  padding: 0 .416667rem;
}

#mainPage .about_btn {
  width: .729167rem;
  height: .208333rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#3f92f5), to(#27cbfe));
  background-image: linear-gradient(90deg, #3f92f5 0%, #27cbfe 100%);
  border-radius: .104167rem;
  text-align: center;
  line-height: .208333rem;
  color: #fff;
  font-weight: 700;
  margin-top: .25rem;
  display: inline-block;
  cursor: pointer;
}

#mainPage .w_pagination {
  width: .177083rem;
  margin-right: .3125rem;
}

#mainPage .w_pagination .currentPage {
  font-family: Helvetica-Bold;
  font-size: .166667rem;
  font-weight: 600;
  color: #1b97ff;
}

#mainPage .w_pagination .devider {
  font-family: Helvetica-Bold;
  font-size: .125rem;
  color: #1b97ff;
}

#mainPage .w_pagination .totalPage {
  font-family: Helvetica-Bold;
  font-size: .104167rem;
  color: #1b97ff;
}

#mainPage .mainContent {
  display: none;
}

#mainPage .mainContent .descContainer {
  text-align: center;
}

#mainPage .mainContent .descContainer .desc_title {
  font-family: MicrosoftYaHei-Bold;
  font-size: .25rem;
  font-weight: 700;
  color: #1b97ff;
  margin-bottom: .25rem;
}

#mainPage .mainContent .descContainer .desc_tips {
  font-family: MicrosoftYaHei;
  font-size: .15625rem;
  color: #1b97ff;
  margin-bottom: .25rem;
}

#mainPage .mainContent .descContainer .others_color {
  color: #f5a103 !important;
}

#mainPage .mainContent .descContainer .desc_content {
  font-family: MicrosoftYaHei;
  font-size: .09375rem;
  font-weight: bold;
  font-stretch: normal;
  color: #999999;
}

#mainPage .mainContent .pcContainer {
  width: 3.697917rem;
}

#mainPage .mainContent .pcContainer .bgImg {
  width: 100%;
  height: 2.119792rem;
  display: inline-block;
}

#mainPage .nextPreContainer {
  width: .083333rem;
  margin-left: .3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: .15625rem;
  color: #1b97ff;
}

#mainPage .nextPreContainer .iconfont {
  margin-bottom: .104167rem;
  cursor: pointer;
}

#aboutPage {
  width: 100%;
  height: 100%;
}

#aboutPage .aboutWrapper {
  display: none;
}

#aboutPage .navList {
  padding-top: .78125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: .1875rem;
}

#aboutPage .navList .navItem {
  font-family: MicrosoftYaHei;
  font-size: .145833rem;
  font-weight: bold;
  color: #b0b0b0;
  margin-right: .5625rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
  padding: .15625rem 0;
}

#aboutPage .navList .navItem:last-child {
  margin-right: 0;
}

#aboutPage .navList .navItemActive {
  color: #000000 !important;
}

#aboutPage .introContainer {
  margin: 0 auto;
  width: 6.25rem;
  font-family: MicrosoftYaHei;
  font-size: .09375rem;
  line-height: .239583rem;
  color: #000000;
  text-indent: .1875rem;
}

#aboutPage .serverContainer_1 {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

#aboutPage .serverContainer_1 .about_bg {
  display: inline-block;
  width: 2.5rem;
  height: 1.0625rem;
  -webkit-box-shadow: 0px 0.02604rem 0.10417rem 0px rgba(6, 121, 240, 0.3);
          box-shadow: 0px 0.02604rem 0.10417rem 0px rgba(6, 121, 240, 0.3);
  margin: .041667rem .625rem;
}

#aboutPage .serverContainer_1 .emptyEle {
  width: 2.5rem;
  margin: .104167rem .625rem .052083rem;
}

#aboutPage .serverContainer_1 .serverItem {
  font-family: MicrosoftYaHei;
  font-size: .083333rem;
  line-height: .166667rem;
  color: #000000;
  text-align: center;
}

#aboutPage .serverContainer_1 .serverItem .iconfont {
  font-size: .208333rem;
  color: #1b97ff;
}

#aboutPage .copContainer {
  padding: 0 1.875rem;
}

#aboutPage .copContainer .copItem {
  text-align: center;
}

#aboutPage .copContainer .copItem .copBorder {
  width: .729167rem;
  height: .729167rem;
  background-color: #ffffff;
  border-radius: .104167rem;
  border: solid 2px #1b97ff;
  text-align: center;
  line-height: .729167rem;
  color: #1b97ff;
}

#aboutPage .copContainer .copItem .copBorder .iconfont {
  font-size: .40625rem;
}

#aboutPage .copContainer .copItem .copTips {
  font-family: MicrosoftYaHei;
  font-size: .135417rem;
  line-height: .291667rem;
  color: #000000;
}

#aboutPage .copContainer .copArrow {
  font-size: .260417rem;
  color: #1b97ff;
  padding-bottom: .15625rem;
}

#aboutPage .copContainer .leftArrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding-bottom: 0;
  padding-top: .15625rem;
}

#aboutPage .partnerList {
  width: 7.8125rem;
  margin: 0 auto;
  display: none;
  min-height: 2.5rem;
}

#aboutPage .partnerList .partnerItem {
  float: left;
  margin: 0 .208333rem .208333rem 0;
  width: 1.796875rem;
  height: 1.041667rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0.03125rem 0.125rem 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0.03125rem 0.125rem 0px rgba(0, 0, 0, 0.08);
  border-radius: .052083rem;
  line-height: 1.041667rem;
  text-align: center;
}

#aboutPage .partnerList .partnerItem:nth-child(4n + 4) {
  margin-right: 0;
}

#aboutPage .partnerList .partnerItem img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

#aboutPage #indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#aboutPage #indicator .p_indi_item {
  width: .197917rem;
  height: .03125rem;
  background-color: #eeeeee;
  margin-right: .072917rem;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#aboutPage #indicator .p_indi_item:last-child {
  margin-right: 0;
}

#aboutPage #indicator .p_indi_item_active {
  background-color: #1b97ff !important;
}

#serverPage {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: linear-gradient(45deg, #30b5fb 0%, #3f90f4 100%);
}

#serverPage .serverList {
  padding: 1.338542rem 1.09375rem 0;
}

#serverPage .serverList .serverItem {
  text-align: center;
}

#serverPage .serverList .serverItem .serverBox {
  width: .78125rem;
  height: .78125rem;
  display: inline-block;
}

#serverPage .serverList .serverItem .serverTips {
  font-family: MicrosoftYaHei;
  font-size: .125rem;
  line-height: .291667rem;
  color: #ffffff;
}

#serverPage .listLast {
  padding: .104167rem 2.25rem !important;
}

#serverPage .contactUs {
  width: 1.041667rem;
  height: .260417rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: .026042rem;
  border: solid .010417rem #ffffff;
  text-align: center;
  margin: .260417rem auto 0;
  font-family: MicrosoftYaHei;
  font-size: .104167rem;
  color: #ffffff;
  -webkit-animation-delay: 1200ms !important;
          animation-delay: 1200ms !important;
  cursor: pointer;
}

#serverPage .contactUs .iconfont {
  font-size: .1875rem;
  vertical-align: middle;
  margin-left: .072917rem;
}

#serverPage .bg_img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  z-index: -1;
}

#connectPage {
  width: 100%;
  height: 100%;
  position: relative;
}

#connectPage .connectList {
  padding: 1.609375rem 1.875rem .479167rem;
}

#connectPage .connectList .item_left {
  width: .416667rem;
  height: .416667rem;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  line-height: .416667rem;
  color: #fff;
}

#connectPage .connectList .item_left .iconfont {
  font-size: .21875rem;
}

#connectPage .connectList .item_right {
  margin-left: .052083rem;
}

#connectPage .connectList .item_right .item_title {
  font-family: MicrosoftYaHei;
  font-size: .114583rem;
  line-height: .182292rem;
  color: #ffffff;
  opacity: 0.6;
}

#connectPage .connectList .item_right .item_content {
  font-family: MicrosoftYaHei;
  font-size: .104167rem;
  line-height: .177083rem;
  color: #ffffff;
}

#connectPage .codeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#connectPage .codeList .codeItem {
  margin-right: .677083rem;
  text-align: center;
}

#connectPage .codeList .codeItem:last-child {
  margin-right: 0;
  margin-left: .677083rem;
}

#connectPage .codeList .codeItem .codeBorder {
  width: .9375rem;
  height: .9375rem;
  border-radius: .052083rem;
  border: solid 1px #ffffff;
  padding: .052083rem;
}

#connectPage .codeList .codeItem .codeBorder img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

#connectPage .codeList .codeItem .codeTips {
  font-family: MicrosoftYaHei;
  font-size: .114583rem;
  line-height: .291667rem;
  color: #ffffff;
}

#connectPage .bgImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  z-index: -1;
}

#casePage {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#casePage .case_bg {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: .46875rem;
  max-width: 100%;
  max-height: 100%;
  z-index: -1;
}

#casePage .prev {
  position: absolute;
  left: 1.697917rem;
  top: 2.432292rem;
  display: inline-block;
  width: .3125rem;
  height: .3125rem;
  text-align: center;
  line-height: .3125rem;
  font-size: .166667rem;
  border-radius: 50%;
  cursor: not-allowed;
}

#casePage .prev .iconfont {
  font-size: .286458rem;
  color: #999;
}

#casePage .next {
  position: absolute;
  right: 1.697917rem;
  display: inline-block;
  width: .3125rem;
  height: .3125rem;
  top: 2.432292rem;
  text-align: center;
  line-height: .3125rem;
  font-size: .166667rem;
  border-radius: 50%;
  color: #1b97ff;
  cursor: pointer;
}

#casePage .next .iconfont {
  font-size: .286458rem;
}

#casePage .caseBanner {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 1.09375rem 2.411458rem 0;
  top: 0;
}

#casePage .caseBanner .testContainer {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: .15625rem;
}

#casePage .caseBanner .testContainer .testWrapper {
  position: relative;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-top: .25rem;
  margin-bottom: .270833rem;
}

#casePage .caseBanner .testContainer .testWrapper .testItem {
  width: 1.21875rem;
  float: left;
  margin-right: .760417rem;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#casePage .caseBanner .testContainer .testWrapper .testItem:last-child {
  margin-right: 0;
}

#casePage .caseBanner .testContainer .testWrapper .testItem img {
  display: inline-block;
  width: 100%;
}

#casePage .caseBanner .testContainer .testWrapper .testItem .proTips {
  margin-top: .104167rem;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: .125rem;
  color: #000000;
}

#casePage .caseBanner .testContainer .testWrapper .testItemActive {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.copyContainer {
  position: fixed;
  bottom: .020833rem;
  z-index: 999;
  font-family: MicrosoftYaHei;
  font-size: .083333rem;
  color: #999;
  width: 100%;
  text-align: center;
  width: 100%;
  padding-left: .416667rem;
}

#specialPage {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

#specialPage .s_top_container {
  margin-top: .885417rem;
  height: 5.072917rem;
  position: relative;
}

#specialPage .s_top_container .s_bg {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

#specialPage .s_top_container .s_phone_bg {
  position: absolute;
  display: inline-block;
  width: 2.390625rem;
  height: 3.151042rem;
  bottom: 0;
  left: 50%;
  margin-left: -1.197917rem;
}

#specialPage .s_active_manager {
  background-color: #fff;
  padding: .3125rem 0 .572917rem;
}

#specialPage .s_active_manager .s_list_active {
  padding: .364583rem 1.895833rem 0;
}

#specialPage .s_active_manager .s_list_active .s_list_item {
  margin-top: .364583rem;
}

#specialPage .s_active_manager .s_list_active .s_list_item:first-child {
  margin-top: 0;
}

#specialPage .s_active_manager .s_list_active .s_list_item .item_container_right {
  padding-left: .833333rem;
}

#specialPage .s_active_manager .s_list_active .s_list_item .item_container_left {
  padding-right: .833333rem;
}

#specialPage .s_active_manager .s_list_active .s_list_item .item_num {
  font-family: FZZDHJW--GB1-0;
  font-size: .375rem;
  font-weight: bolder;
  letter-spacing: .036458rem;
  color: #e8e8e8;
}

#specialPage .s_active_manager .s_list_active .s_list_item .item_title {
  font-family: PingFang-SC-Bold;
  font-size: .21875rem;
  font-weight: bold;
  color: #000000;
  margin-top: -.3125rem;
}

#specialPage .s_active_manager .s_list_active .s_list_item .item_line {
  width: .239583rem;
  height: .026042rem;
  background-color: #1b97ff;
  margin: .208333rem 0;
}

#specialPage .s_active_manager .s_list_active .s_list_item .item_tips {
  font-family: MicrosoftYaHei;
  font-size: .114583rem;
  line-height: 39px;
  color: #666666;
}

#specialPage .s_active_manager .s_list_active .s_list_item .createImg {
  display: inline-block;
  width: 2.015625rem;
  height: 1.953125rem;
}

#specialPage .s_active_manager .s_list_active .s_list_item .shareImg {
  display: inline-block;
  width: 2.671875rem;
  height: 1.953125rem;
}

#specialPage .s_active_manager .s_list_active .s_list_item .bmImg {
  display: inline-block;
  width: 2.161458rem;
  height: 1.942708rem;
}

#specialPage .s_active_manager .s_list_active .s_list_item .bdImg {
  display: inline-block;
  width: 2.182292rem;
  height: 1.958333rem;
}

#specialPage .oa_container {
  padding-top: .416667rem;
  background-color: #f7f7f7;
  text-align: center;
  position: relative;
}

#specialPage .oa_container .oa_item_container {
  display: inline-block;
  position: relative;
}

#specialPage .oa_container .oa_item_container .oa_item_kj {
  display: inline-block;
  width: 2.21875rem;
  height: 1.046875rem;
  background-image: url("../images/kj_1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#specialPage .oa_container .oa_item_container .oa_item_kj .oa_item_wrapper {
  width: 100%;
  height: .921875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#specialPage .oa_container .oa_item_container .oa_item_kj .oa_item_wrapper .oa_item_title {
  font-family: MicrosoftYaHei;
  font-size: .1875rem;
  line-height: .260417rem;
  color: #a4590d;
}

#specialPage .oa_container .oa_item_container .oa_item_kj .oa_item_wrapper .oa_item_tips {
  font-family: MicrosoftYaHei;
  font-size: .104167rem;
  color: #a4590d;
  padding: 0 .260417rem;
}

#specialPage .oa_container .oa_list_container {
  padding: 0 1.895833rem;
}

#specialPage .oa_container .oa_ch {
  margin-top: -.208333rem;
}

#specialPage .stuan_container {
  padding: .583333rem 1.895833rem 1.041667rem;
  background-color: #fff;
}

#specialPage .stuan_container .stuan_list {
  margin-top: .583333rem;
}

#specialPage .stuan_container .stuan_list .stuan_item {
  width: 1.354167rem;
  height: 1.963542rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#4f87f8), to(#4eaaf7));
  background-image: linear-gradient(90deg, #4f87f8 0%, #4eaaf7 100%);
  -webkit-box-shadow: 0px 0.05208rem 0.20833rem 0px rgba(49, 109, 227, 0.3);
          box-shadow: 0px 0.05208rem 0.20833rem 0px rgba(49, 109, 227, 0.3);
  border-radius: .15625rem;
  position: relative;
  overflow: hidden;
  padding: 0 .125rem;
}

#specialPage .stuan_container .stuan_list .stuan_item:nth-child(2) {
  background-image: -webkit-gradient(linear, left top, right top, from(#a044e9), to(#dc5df4));
  background-image: linear-gradient(90deg, #a044e9 0%, #dc5df4 100%);
}

#specialPage .stuan_container .stuan_list .stuan_item:nth-child(3) {
  background-image: -webkit-gradient(linear, left top, right top, from(#e0412c), to(#db7231));
  background-image: linear-gradient(90deg, #e0412c 0%, #db7231 100%);
}

#specialPage .stuan_container .stuan_list .stuan_item:nth-child(4) {
  background-image: -webkit-gradient(linear, left top, right top, from(#ef7b32), to(#eeb742));
  background-image: linear-gradient(90deg, #ef7b32 0%, #eeb742 100%);
}

#specialPage .stuan_container .stuan_list .stuan_item .stuan_round {
  width: 213px;
  height: 213px;
  background-color: #ffffff;
  opacity: 0.1;
  border-radius: 100%;
  position: absolute;
  left: -.21875rem;
  top: -.338542rem;
}

#specialPage .stuan_container .stuan_list .stuan_item .stuan_num {
  font-family: Helvetica-Bold;
  font-size: .375rem;
  font-weight: bold;
  line-height: .375rem;
  color: #ffffff;
  margin-top: .208333rem;
}

#specialPage .stuan_container .stuan_list .stuan_item .stuan_title {
  font-family: MicrosoftYaHei-Bold;
  font-size: .114583rem;
  font-weight: bold;
  color: #ffffff;
  margin-top: .604167rem;
  text-align: center;
  margin-bottom: .0625rem;
}

#specialPage .stuan_container .stuan_list .stuan_item .stuan_tips {
  font-family: MicrosoftYaHei;
  font-size: .083333rem;
  color: #ffffff;
  text-align: center;
}

.p_title_container {
  text-align: center;
}

.p_title_container .p_title_en {
  font-family: Helvetica-Bold;
  font-size: .3125rem;
  font-weight: bolder;
  color: #f2f2f2;
}

.p_title_container .p_title_cn {
  font-family: HYk2gj;
  font-size: .270833rem;
  font-weight: bolder;
  letter-spacing: .020833rem;
  color: #1b97ff;
  margin-top: -.291667rem;
}

.p_title_container .p_title_img {
  margin-top: -.208333rem;
}

.p_title_container .p_title_tips {
  font-family: MicrosoftYaHei;
  font-size: .104167rem;
  line-height: .208333rem;
  color: #000000;
}
/*# sourceMappingURL=index.css.map */