.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}

.flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}


/*hover æ•ˆæžœ*/

.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {

  background: #fdfdfd !important;

  color: #6b6b6b;

}

.btn-default {

  background: #fdfdfd !important;

  color: #6b6b6b;

  border: 1px solid #efefef !important;

  outline: none;

}

.btn-default:hover {

  background: #f7f7f7 !important;

}

.btn-default:active {

  background: #e9e9e9 !important;

  outline: none;

  border: 1px solid #e9e9e9 !important;

}

/*å·¦ä¾§æ‚¬æµ®æ¡†*/
.left-xf {
  position: fixed;
  left: 10px;
  top: 50%;
  margin-top: -160px;
  width: 200px;
  height: 330px;
  text-align: center;

}

@keyframes move {
  0% {}

  50% {
    transform: translateX(-20px);
    transform: translateY(-20px)
  }

  100% {}
}

.left-xf a {
  background: url(../img/left-xf.png) no-repeat;
  display: block;
  width: 200px;
  height: 330px;
  position: relative;
}

.left-xf .point {
  position: absolute;
  right: 60px;
  bottom: 5px;
  animation: move1 0.5s ease-in-out infinite;
}

.left-xf .pre {
  width: 127px;
  height: 60px;
  margin: 170px auto;
  animation: move2 0.5s ease-in-out infinite;
}

@keyframes move1 {
  0% {}

  50% {
    transform: translateX(-5px);
    transform: translateY(-5px)
  }

  100% {}
}

@keyframes move2 {
  0% {}

  50% {
    transform: scale(0.9, 0.9);
  }

  100% {}
}


.qq_content a,
.qq_content img {
  border: 0;
}

.qq_content img {
  vertical-align: middle;
  width: 120px;
  height: 120px;
}

#qq_content {
  width: 182px;
  height: 500px;
  /*border: 1px solid #e8e8e8;*/
  border-radius: 4px;
  position: absolute;
  right: 20px;
  top: 200px;
  font-family: "å¾®è½¯é›…é»‘";
  z-index: 99;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.06);
  background: #fff;
}

.qq_content p {
  margin: 0;
  padding: 0;
}

#qq_content .qqicon {
  font-size: 24px;
  margin: 10px 0 0 18px;
  color: #2389ed;
}

.top {
  width: 182px;
  height: 56px;
  position: relative;
  text-align: center;

}

.top .refer {
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
}

.service {
  border-bottom: 1px solid #e8e8e8;
}

.service .p {
  width: 100%;
  height: 43px;
  display: flex;
}

.service .p:hover {
  background: #f5f7f9;
}

.service img {
  vertical-align: middle;
  margin: auto;
  display: inline-block;
  width: 24px;
  height: 22px;
  padding-left: 20px;
}

.service a {
  display: inline-block;
  width: 140px;
  height: 43px;
  font-size: 14px;
  color: #5d5959;
  padding-left: 15px;
  line-height: 43px;

}

.wx_service {
  height: 42px;
  color: #666;
  line-height: 42px;
  text-align: center;
  /*border-bottom:  1px solid #e8e8e8;*/
  font-size: 14px;
}

.richScan {
  text-align: center;
  padding-bottom: 20px;
  font-size: 14px;
  color: #FF8000;
  line-height: 32px;
  border-bottom: 1px solid #e8e8e8;
}

#image2 {
  margin-top: 10px;
}

.phone_number {
  text-align: center;
  font-size: 14px;
  line-height: 42px;
  color: #2389ed;
  border-bottom: 1px solid #e8e8e8;
  margin-top: -10px;
}

.phone_number p:hover {
  background: #f5f7f9;
}

.bottom {
  height: 77px;
  border-bottom: 1px solid #e8e8e8;
}

.bottom div {
  float: left;
  text-align: center;
}

.bottom div p {
  color: #666;
  font-size: 14px;
  line-height: 32px;
}

.bottom .code {
  padding-top: 10px;
  width: 94px;
  border-right: 1px solid #e8e8e8;
  position: relative;
  padding-bottom: 2px;
  cursor: pointer;
}

.back_top {
  cursor: pointer;
}

.back_top icon,
.code icon {
  color: #459bf0;
}

.code icon,
.back_top icon {
  font-size: 30px;
}

.code_show {
  width: 150px;
  height: 150px;
  padding: 5px 0 10px 0;
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  background: #fff;
  text-align: center;
  border: 1px solid #e8e8e8;
  left: -180px;
  top: -45px;
  display: none;
}

.code_show img {
  margin-top: 5px;
}

.code_show p {
  line-height: 30px;
}

.code_show::after {
  content: '';
  right: -9px;
  top: 75px;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  transform: rotate(45deg);
}

.code:hover {
  background: #f5f7f9;
}

.code:hover .code_show {
  display: block;
}

.bottom .back_top {
  width: 85px;
  padding-top: 10px;
  border-left: 1px solid #f7f7f7;
  padding-bottom: 2px;
}

.back_top:hover {
  background: #f5f7f9;
}

.back_home {
  display: inline-block;
  width: 100%;
  height: 54px;
  font-size: 14px;
  line-height: 42px;
  color: #666;
  text-align: center;
  padding-top: 10px;
}

.back_home:hover {
  background: #f5f7f9;
}

.close_con {
  position: absolute;
  top: -30px;
  right: -4px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 21px;
  color: #666;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08);
  border-radius: 11px;
  background: #fff;
  cursor: pointer;
  font-size: 12px;
}

.fuchuang {
  width: 70px;
  height: 220px;
  position: absolute;
  left: -74px;
  top: 186px;
  display: none;
  cursor: pointer;
  border-radius: 35px;
  background: #fff;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}

#qq_content .fuchuang .threelogo {
  width: 100px;
  height: 86px;
  position: absolute;
  top: -62px;
  left: -8px;
}

.fuchuang icon {
  display: block;
  font-size: 40px;
  text-align: center;
  margin: 10px 0;
  color: #2389ed;
}

.fuchuang icon:hover {
  color: #459bf0;
}

.fuchuang .online {
  padding-top: 30px;
  margin-bottom: 18px;
}

.fuchuang .online,
.fuchuang .go_top {
  font-size: 13px;
  color: #333;
  text-align: center;
}

.go_top {
  padding-top: 10px;
  border-top: 1px solid #eee;
}

/*====================================================================2017-11-13==========*/
.header .nav .nav_ul .dropdown .fun_center>li a:hover {
  color: #00aeff;
}

/*æ–°ç‰ˆå¯¼èˆª*/
.dropdown .m_fun_center {
  background: #fff;
  width: 860px;
  z-index: 1000;
  display: none;
  position: absolute;
  top: 78px;
  left: 50%;
  margin-left: -530px;
  box-shadow: 0px -2px 14px rgba(0, 0, 0, 0.06);
  padding: 0 40px;
  justify-content: center;
}

.dropdown .m_fun_center dd a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dropdown .m_fun_center>li {
  float: left;
  padding: 24px 12px 24px 20px;
  margin: 36px 30px;
}

.dropdown .m_fun_center>li:hover {
  background: #f8f8f8;
}

.dropdown .m_fun_center>li>dl>dt {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  font-weight: 600;
  width: 100%;
  position: relative;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}

.dropdown .m_fun_center>li>dl>dt .iconfont {
  transform: rotate(-90deg);
  color: transparent;
}

.dropdown .m_fun_center>li a:nth-of-type(1) {
  color: #333;
  width: 150px;
}

.dropdown .m_fun_center>li:hover a,
.dropdown .m_fun_center>li:hover .iconfont {
  color: #0086ff;
}

.dropdown .m_fun_center>li>dl>dd {
  width: 100%;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 16px;
}

.dropdown .m_fun_center>li>dl>dd>a {
  text-align: left;
  display: block;
  color: #333;
  position: relative;
}

.new {
  padding: 0 7px 0 4px;
  width: 32px;
  height: 18px;
  background: #ff8000;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 4px;
  font-style: italic;
  transform: scale(0.7);
  /*animation: ad 2s ease-in-out infinite;*/
}

.new:before {
  content: "";
  border-left: 4px solid #ff8000;
  border-bottom: 3px solid #ff8000;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 4px;
  left: -3px;
  z-index: 99;
  transform: rotate(45deg);
}

/*
@keyframes ad{
	0%{transform: translateY(3px)}
	50%{transform: translateY(-3px)}
	100%{transform: translateY(3px)}
}*/
.dropdown .m_fun_center>li>dl>dd>a.orange {
  color: #f57402;
  font-weight: 600;
}

.dropdown .m_fun_center>li>dl>dd>a.orange:hover {
  color: #00aeff;

}



html body .dropdown .m_fun_center.fouritem>li {
  margin: 36px 10px;
}


/* 2020/05/08 æ–°ç‰ˆV5 header */
.flexRow {
  display: flex;
  flex-direction: row;
}

.flexCol {
  display: flex;
  flex-direction: column;
}

.flexWrap {
  flex-wrap: wrap;
}

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

.v5_header .v5_nav .v5_navUl li.active::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 170, 234, 1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.v5_head {
  width: 1200px;
  height: 74px;
  margin: 0 auto;
}

.v5_header {
  width: 100%;
  height: 74px;
  position: relative;
}

.v5_header .v5_logo {
  height: 30px;
  width: 152px;
  margin-right: 15px;
  padding: 22px 0;
}

.v5_header .v5_nav {
  width: 100%;
}

.v5_header .v5_nav .v5_navUl {
  display: flex;
  flex-direction: row;
  height: 36px;
  line-height: 36px;
  padding: 19px 0;
}

.v5_header .v5_nav .v5_navUl>li {
  margin-left: 30px;
  color: #000;
  font-size: 16px;
  position: relative;
}

.v5_header .v5_nav .v5_navUl>li:first-child {
  margin-left: 60px;
}

.v5_header .v5_nav .v5_navUl>li:nth-child(8) a {
  border-radius: 5px;
  background: #00aaea;
  color: #fff;
  padding: 0px 15px;
  opacity: 0.9;
  text-align: center;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.v5_header .v5_nav .v5_navUl>li:nth-child(8):hover a {
  border-radius: 5px;
  opacity: 1;
}

/*äº§å“ä¸­å¿ƒ*/
.v5_nav .v5_navUl .menu::after {
  content: '';
  position: absolute;
  top: -28px;
  left: 345px;
  width: 0px;
  height: 0px;
  border: 14px solid transparent;
  border-bottom-color: #fff;
  transition: all .3s ease;
}

#menu {
  width: 1314px;
  height: 500px;
  position: absolute;
  top: 54px;
  left: 50%;
  margin-left: -360px;
  z-index: 1000;
  display: none;
}

.v5_nav .v5_navUl .menu {
  z-index: 1000;
  position: absolute;
  top: 14px;
  left: 0;
  background: #fff;
  height: 500px;
  width: 1200px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  padding: 0 57px;
}

.v5_nav .v5_navUl .menu .menuItem .v5_menu {
  width: 560px;
  padding-top: 40px;
}

.v5_nav .v5_navUl .menu .menuItem .v5_menu div {
  padding: 18px 0;
  border-top: 1px solid #d9d9d9;
  margin-right: 37px;
}

.v5_nav .v5_navUl .menu .menuItem .v5_menu>div:hover>a {
  color: #595959;
}

.v5_nav .v5_navUl .menu .menuItem .v5_menu .v5_center .v5_zhCenter {
  margin-top: 33px;
}

.v5_nav .v5_navUl .menu .menuItem .v5_menu .v5_center .v5_zhCenter li {
  width: 180px;
  border-right: 1px solid #e5e5e5;
  padding-left: 44px;
}

.v5_nav .v5_navUl .menu .menuItem .v5_menu .v5_center>p:hover>a {
  color: #595959;
}

.v5_nav .v5_navUl .menu .menuItem .v5_menu .v5_center .v5_zhCenter li p:first-child {
  margin-top: 0;
}

.v5_nav .v5_navUl .menu .menuItem .v5_menu .v5_center .v5_zhCenter li p {
  margin-top: 10px;
}

.v5_nav .v5_navUl .menu .menuItem .v5_menu .v5_center .v5_zhCenter li p a span {
  font-size: 26px;
  vertical-align: bottom;
}

.v5_nav .v5_navUl .menu .menuItem .v5_menu .v5_center .v5_zhCenter li p a span:last-child {
  font-size: 18px;
}

.v5_nav .v5_navUl .menu .menuItem .v5_menu .v5_center .v5_zhCenter li p:hover a {
  color: #00AAEA;
}

.v5_nav .v5_navUl .menu .menuItem .v5_menu .v5_center .seeMore {
  width: 100px;
  height: 30px;
  background: rgba(246, 246, 246, 1);
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
}

/*å…³äºŽæˆ‘ä»¬*/
.v5_nav .v5_navUl .v5_our {
  width: 156px;
  height: 300px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  position: absolute;
  top: 14px;
  left: 0px;
  padding: 30px 40px 0;
}

.v5Our1,
.v5Our2,
.v5_helpMin {
  position: absolute;
  top: 54px;
  display: none;
  left: -85px;
  width: 236px;
  height: 350px;
  z-index: 1000;
}

/* å¸®åŠ©æ”¯æŒ */
.v5_ourItem #thrLogo3,
.v5_ourItem #thrLogo5 {
  display: inline-block;
  font-weight: bold;
  margin-top: 6px;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(0, 0, 0, 1);
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  margin-right: 3px;
}

.v5_ourItem p:hover #thrLogo3,
.v5_ourItem p:hover #thrLogo5 {
  border-color: #00aaea;
}

.v5_nav .v5_navUl .v5_our::after {
  content: '';
  position: absolute;
  top: -28px;
  left: 105px;
  width: 0px;
  height: 0px;
  border: 14px solid transparent;
  border-bottom-color: #fff;
  transition: all .3s ease;
}

.v5_nav .v5_navUl .v5_our .v5_ourList:first-child {
  width: 156px;
  /*padding-right: 40px;*/
  /*float: left;*/
}

.v5_nav .v5_navUl .v5_our .v5_ourList:last-child {
  width: 156px;
  /*padding-left: 40px;*/
  /*float: left;*/
}

.v5_nav .v5_navUl .v5_our .v5_ourList .v5_ourItem {
  margin-top: 20px;
  border-top: 1px solid #d9d9d9;
}

.v5_nav .v5_navUl .v5_our .v5_ourLine {
  width: 1px;
  height: 325px;
  background: rgba(229, 229, 229, 1);
  float: left;
}

.v5_nav .v5_navUl .v5_our .v5_ourList .v5_ourItem p {
  margin-top: 33px;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
}

.v5_nav .v5_navUl .v5_our .v5_ourList .v5_ourItem p a span:first-child {
  display: inline-block;
  font-size: 26px;
  vertical-align: top;
}

.v5_nav .v5_navUl .v5_our .v5_ourList .v5_ourItem p a span:last-child {
  font-size: 18px;
  margin-left: 8px;
}

.v5_nav .v5_navUl .v5_our .v5_ourList .v5_ourItem p:hover a {
  color: #00AAEA;
}

.v5_footCont {
  margin-top: 62px;
  height: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(67, 67, 67, 1);
}

.v5_fuchuang .v5_kefu .iconfont.active {
  opacity: 0.8;
  color: #f00;
  transform: scale(1.1);
}

.v5_kefu:hover .showLft,
.v5_fol:hover .showBtm {
  display: block;
}

.v5_footCont .v5_cont .img a,
.v5_footCont .v5_cont .flexCol a {
  display: inline-block;
}

.v5_footCont .v5_cont .flexCol p {
  font-size: 14px;
  font-weight: 500;
  color: rgba(125, 125, 125, 1);
  text-align: left;
  cursor: pointer;
  line-height: 18px;
}

.v5_footCont .v5_cont .flexCol {
  width: 228px;
}

.v5_footCont .v5_cont .flexCol:hover p {
  color: #fff;
}

.v5_nav .v5_navUl li:nth-child(8) {
  transition: all .3s;
  -webkit-transition: all .3s;
}

.v5_nav .v5_navUl li:nth-child(8):hover {
  background-color: #ccecff;
}

/* å®¢æœæµ®çª— 2020å¹´5æœˆ25æ—¥ */
.disCent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 130px;
}

#v5_call {
  width: 110px;
  height: 329px;
  position: fixed;
  right: 50px;
  bottom: 400px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#v5_call.up {
  animation: up .5s ease-in-out;
  -webkit-animation: up .5s ease-in-out;
}

#v5_call.down {
  animation: down .5s ease-in-out;
  -webkit-animation: down .5s ease-in-out;
}

@keyframes up {

  0%,
  100% {
    bottom: 200px;
  }

  50% {
    bottom: 210px;
  }
}

@keyframes down {

  0%,
  100% {
    bottom: 200px;
  }

  50% {
    bottom: 190px;
  }
}

.new_content .v5_fuchuang {
  width: 110px;
  height: 329px;
  display: block;
  cursor: pointer;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.13);

}

.new_content .v5_fuchuang .v5_service {
  height: 130px;
  /* padding-top: 30px; */
  background: #fff;
  border-bottom: 1px dashed #e5e5e5;
  position: relative;
}

.new_content .v5_fuchuang .v5_service .iconfont {
  font-size: 44px;
  color: #57A251;
}

.new_content .v5_fuchuang .v5_service .iconfont.active {
  color: #f00;
}

.new_content .v5_fuchuang .v5_service p {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  height: 20px;
  line-height: 20px;
}

.new_content .v5_fuchuang .v5_goTop {
  width: 110px;
  height: 65px;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.new_content .v5_fuchuang .v5_goTop span {
  font-size: 40px;
  color: #a0a0a0;
}

.v5_service .showLft {
  position: absolute;
  right: 110px;
  top: 0;
  width: 222px;
  display: none;
}

.v5_newCent {
  /* height: 470px; */
  width: 200px;
  padding: 0 6px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
}

.v5_service .showLft:before,
.v5_service .showBtm:before {
  content: "";
  position: absolute;
  top: 65px;
  right: -10px;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-left-color: #fff;
}

.v5_newCent .v5_slideTop {
  height: 32px;
  border-bottom: 1px dashed #e5e5e5;
  padding: 20px 0 14px;
}

.v5_service .showBtm {
  width: 190px;
  position: absolute;
  right: 110px;
  top: 0;
  display: none;
}

.v5_contShop {
  width: 160px;
  /* height: 160px; */
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  text-align: center;
  background: #fff;
  padding: 30px 0;
}

.v5_contShop img {
  height: 98px;
  width: 98px;
  border: 1px dashed #000;
  margin: 0 auto;
}

.v5_newCent .v5_slideBody {
  height: 240px;
  border-bottom: 1px dashed #e5e5e5;
}

.v5_slideBody .v5_zixun {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
}

.v5_slideBody .v5_zixun span {
  font-size: 28px;
  color: #00aaea;
  margin-right: 8px;
}

.v5_slideBody .v5_name {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 24px;
  height: 20px;
}

.v5_slideBody .v5_phone {
  height: 16px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  line-height: 24px;
  margin-top: 5px;
}

.new_content .v5_fuchuang .v5_service p.addWechat {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #333758;
}

.v5_slideBody img {
  /*height: 98px;
	width: 98px;*/
  height: 148px;
  width: 148px;
  border: 1px dashed #000;
  margin-top: 5px;
}

.v5_fuchuang .v5_newCent .v5_slideBody .v5_last {
  height: 23px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 24px;
}

.v5_fellow {
  height: 50px;
  border-bottom: 1px dashed #e5e5e5;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}

.v5_fellow span {
  color: #00aaea;
  font-size: 26px;
  vertical-align: bottom;
}

.v5_serUl {
  /*border-bottom: 1px dashed #e5e5e5;*/
  height: 150px;
  position: relative;
}

.v5_serUl .disCent {
  width: 100px;
  height: 75px;
}

.v5_serUl .disCent p:first-child {
  height: 16px;
}

.v5_serUl .disCent .v5_one {
  height: 16px;
  font-size: 16px;
  font-weight: 800;
  color: #000;
  line-height: 16px;
}

.v5_serUl .disCent p:last-child {
  margin-top: 6px;
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.v5_goTop {
  height: 50px;
  line-height: 50px;
}

.v5_goTop span {
  color: #a0a0a0;
  font-size: 28px;
}

.v5_serUl li.verLine {
  width: 1px;
  height: 100px;
  background: linear-gradient(to bottom, #efefef, #b6b6b6, #efefef);
  transform: scaleX(0.5);
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -0.5px;
}

.v5_serUl li.verHor {
  width: 160px;
  height: 1px;
  position: absolute;
  transform: scaleY(0.5);
  top: 50%;
  left: 20px;
  margin-top: -0.5px;
  background: linear-gradient(to right, #efefef, #b6b6b6, #efefef);
}

/* ç«‹å³å’¨è¯¢ç‚¹å‡»æ ·å¼ */
.v5_s {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .4);
  display: none;
}

.v5_s .v5_sModal {
  height: 310px;
  width: 305px;
  padding: 35px;
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(7, 0, 2, 0.2);
  position: absolute;
  top: 30vh;
  left: 50%;
  margin-left: -187.5px;
}

.v5_s .v5_sModal .v5_pClose {
  height: 49px;
  width: 49px;
  margin-top: 24px;
  font-size: 28px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 9px 0px rgba(7, 0, 2, 0.2);
  background: #fff;
  cursor: pointer;
}

.v5_s .v5_sModal .iconfont {
  font-size: 40px;
  color: #00aaea;
}

.v5_s .v5_sModal .v5_pModal {
  height: 18px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  line-height: 18px;
  margin: 12px 0;
}

.v5_s .v5_sModal .v5_pLine {
  width: 100%;
  border-top: 1px dashed #e5e5e5;
  height: 9px;
}

.v5_s .v5_sModal .v5_phone {
  height: 17px;
  line-height: 18px;
  font-size: 22px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 17px;
}

.v5_s .v5_sModal .v5_ewer {
  width: 95px;
  height: 95px;
  margin: 2px;
  border: 1px dashed #000;
}

.v5_pBto {
  height: 14px;
  line-height: 14px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  margin-top: 10px;
}
