html {
  /*始终显示滚动条*/
  -ms-overflow-style: scrollbar;
}

#newBridge {
  display: none !important;
}

/*百度商桥*/
#doyoo_mobile_chat_hint {
  display: none !important;
}

#doyoo_panel {
  display: none !important;
}

#doyoo_mobile_chat_hint {
  display: none;
}

body div#doyoo_f_chat,
body div#doyoo_f_head,
body div#doyoo_f_main {
  display: none;
}

.pos_re {
  position: relative;
}

#baidu-hm {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 265px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 9999;
}

@media (max-width: 640px) {
  #baidu-hm-mobile {
    display: block;
  }
  #baidu-hm-mobile-new{
    display: block;
  }
  #baidu-hm,
  #baidu-abtest {
    display: none !important;
  }

  #board {
    display: none !important;
  }
}

/*百度商桥ABtest*/

#baidu-abtest{
  display: none;
}
.service-workTime {
  position: fixed;
  display: none;
  top: 40%;
  right: 10px;
  margin-top: -150px;
  width: 200px;
  border-radius: 5px;
  box-shadow: 0 0 5px #f2f2f2;
  z-index: 9999;
  background-color: #fff;
}

.service-workTime .code_winxin{
  background-color: #fff;
  overflow: hidden;
  display: none;
  text-align:center ;
  margin-top: -5px;
  border-radius: 0 0 5px 5px;
}
.service-workTime .code_winxin .image img{
  width:120px;
  height:120px;
  
}
.rotate{

  transform-origin:center center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: transform 0.2s;
  -moz-transition: -moz-transform 0.2s; 
  -o-transition: -o-transform 0.2s; 
  -ms-transition: -ms-transform 0.2s; 

}
.service-workTime .code_winxin .title h5{
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 20px;
  text-align: center;
  margin: 5px 0;
}
.service-workTime .code_winxin .title p{
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #666666;
  line-height: 17px;
  margin-bottom: 24px;
}

.service-workTime .upper {
  background: #245e97;
  text-align: center;
  padding: 18px 15px 10px;
  border-radius: 5px;
}

.service-workTime .upper p:first-of-type {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}

.service-workTime .upper p:last-of-type {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.service-workTime .upper .avatar-wrapper {
  position: relative;
  text-align: left;
}

.service-workTime .upper .avatar-wrapper img:first-child {
  width: 31px;
  height: 26px;
}

.service-workTime .upper .avatar-wrapper img:last-child {
  width: 63px;
  height: 63px;
  position: absolute;
  left: 50%;
  top: -40px;
  margin-left: -32px;
}

.service-workTime .lower {
  background: #fff;
  padding: 17px 16px;
}

.service-workTime .lower .chat-bg {
  width: 168px;
  height: 39px;
}

.service-workTime .lower .chat-wrapper {
  width: 100%;
  position: absolute;
  top: 9px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.service-workTime .lower .chat-wrapper .chat {
  width: 16px;
  height: 16px;
  animation: chatShow-data-v-5fbd92cc 1.5s infinite;
}

.service-workTime .lower .chat-wrapper span {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  margin-left: 8px;
}
.service-workTime .lower .event  .chat-wrapper .chat{
  animation: initial !important;
  background: url('../images/chat-icon.png') top/cover;
}
.service-workTime .lower .chat-weixin .chat {
  width: 16px;
  height: 16px;
  margin-left: 39px;
  display: inline-block;
  vertical-align: middle;
  /* animation: weinxinShow 1.5s infinite; */
  background: url('../images/weixin.png') top/cover;
  
}
.service-workTime .lower .chat-weixin .down {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background: url('../images/down.png') top/cover;
  position: absolute;
    right: 14px;
    top: 9px;
}
#baidu-abtest .qiye{
  text-align: center;
}
#baidu-abtest .qiye .content{
  margin: 0 20px 10px 20px;
  border-top: 1px solid #E8E8E8;
  color: #999999;
  padding-top:10px;cursor: pointer;
}
#baidu-abtest .qiye .content .down {
  width: 8px;
  height: 8px;
  border: solid #999999;
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
}
.service-workTime .lower .chat-weixin{
  width: 162px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #245e97;

  line-height: 30px;
  border: 1.5px solid #245e97;
  border-radius: 15px;
  display: flex;
  align-items: center;
}
.service-workTime .lower .chat-weixin span{
  margin-left: 8px;
}

/*留言板PC*/
#board .service-notWorkTime {
  padding: 16px 20px !important;
  box-sizing: border-box;
  width: 340px;
  padding-bottom: 0px !important;
}

#board .service-notWorkTime .title {
  font-size: 24px;
  font-weight: 600;
  margin-left: 0;
}

#board .sub-title {
  background: #245e97;
  padding: 0 20px;
  color: #fff;
  box-sizing: border-box;
  width: 340px;
}

#board .sub-title p:first-child {
  font-size: 16px;
  font-weight: 500;
}

#board .sub-title p:last-child {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  padding-bottom: 16px;
  margin-top: 5px;
}

#board .board-con {
  width: 340px;
  background: #fff;
  box-sizing: border-box;
}

#board .board-input,
#board .liuTextarea {
  border-radius: 3px !important;
  height: 42px;
  border: 1px solid #ebeff1 !important;
  background: #f3f7f9;
}

#board input {
  background: #f3f7f9;
  padding: 0 16px !important;
  font-size: 16px;
  font-weight: 400;
  color: #ADB5B8;
  line-height: 22px;
}

#board textarea {
  background: #f3f7f9;
  padding: 8px 16px !important;
  box-sizing: border-box;
}

#board .sub-btn {
  background: #245e97 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}
#board .sub-btn1 {
  background: #245e97 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

.none {
  display: none;
}

#baidu-hm {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 265px;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 9999;
}

#baidu-hm .geren,
#baidu-hm .qiye {
  height: 130px;
  width: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #245e97;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}

#baidu-hm .geren span,
#baidu-hm .qiye span {
  display: block;
  width: 16px;
}

#baidu-hm-mobile {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 70px;
  right: 5px;
}

#baidu-hm-mobile.rePosition {
  bottom: 40%;
}

#baidu-hm-mobile img {
  width: 70px;
}

#baidu-hm-mobile .dot {
  position: absolute;
  left: 10px;
  width: 50px;
  height: 40px;
  top: 26px;
  animation: mymove-data-v-5fbd92cc 1s infinite;
  -webkit-animation: mymove-data-v-5fbd92cc 1s infinite;
  -moz-animation: mymove-data-v-5fbd92cc 1s infinite;
}

#baidu-hm-mobile-new {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 70px;
  right: 5px;
}

#baidu-hm-mobile-new.rePosition {
  bottom: 40%;
}

#baidu-hm-mobile-new img {
  width: 70px;
}

#baidu-hm-mobile-new .dot {
  position: absolute;
  left: 10px;
  width: 50px;
  height: 40px;
  top: 26px;
  animation: mymove-data-v-5fbd92cc 1s infinite;
  -webkit-animation: mymove-data-v-5fbd92cc 1s infinite;
  -moz-animation: mymove-data-v-5fbd92cc 1s infinite;
}
.pcInput {
  height: 15px;
  font-size: 14px;
  color: #000;
}

.slideDown {
  bottom: -323px !important;
  transition: bottom 1s ease;
}

.slideUp {
  bottom: 70px !important;
  transition: bottom 1s ease;
}

@keyframes chatShow-data-v-5fbd92cc {
  0% {
    background: url('../images/chat-icon.png') top/cover;
  }

  to {
    background: none;
  }
}
@keyframes weinxinShow {
  0% {
    background: url('../images/weixin.png') top/cover;
  }

  to {
    background: none;
  }
}
#baidu-abtest .main p .pay {
  margin-left: 20px;
  float: left;
  font-size: 12px;
}

#board {
  box-sizing: border-box;
}

#board {
  width: 300px;
  position: fixed;
  left: 0;
  bottom: 100px;
  z-index: 9999;
  border-radius: 5px 5px 0 0;
  background: #fff;
}

#board .board-tit {
  /* height: 45px; */
  display: -ms-flexbox;
  display: flex;
  background: #245e97;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px 5px 0 0;
  color: #fff;
}

#board .board-tit span {
  /* margin-left: 10px; */
  font-size: 26px;
}

#board .board-tit i {
  /* margin-right: 10px; */
  font-size: 16px;
  cursor: pointer;
}

#board .board-con {
  padding: 10px;
  border-right: 1px solid #245e97;
  border-bottom: 1px solid #245e97;
}

#board .board-con p:nth-of-type(2) {
  color: #999;
  font-size: 12px;
  margin: 5px 0 10px;
}

#board .board-input {
  border: 1px solid #aaa;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 3px;
  margin-bottom: 10px;
}

#board .board-input input {
  border: none;
  outline: 0;
  width: 90%;
  height: 100%;
}

#board .board-input span {
  color: red;
}

#board textarea {
  resize: none;
  padding: 5px 3px;
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
  border: 1px solid #aaa;
  box-sizing: border-box;
}

#board .board-btn {
  border: none;
  color: #245e97;
  border-radius: 6px;
  width: 100%;
  height: 42px;
  cursor: pointer;
  background: #fff;
  text-align: center;
  line-height: 42px;
}

#board-mobile {
  box-sizing: border-box;
}

#board-mobile {
  box-sizing: border-box;
  width: 300px;
  height: 340px;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  border-radius: 5px 5px 0 0;
  background: #fff;
  border: 1px solid #245e97;
  line-height: normal;
}

#board-mobile .board-tit {
  /* height: 45px; */
  display: -ms-flexbox;
  display: flex;
  background: #245e97;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px 5px 0 0;
  color: #fff;
}

#board-mobile .board-tit span {
  margin-left: 10px;
  font-size: 24px;
}

#board-mobile .board-tit i {
  margin-right: 10px;
  font-size: 16px;
  cursor: pointer;
}

#board-mobile .board-con {
  padding: 10px;
}

#board-mobile .board-con p:nth-of-type(2) {
  color: #999;
  font-size: 12px;
  margin: 5px 0 10px;
}

#board-mobile .board-input {
  box-sizing: border-box;
  border: 1px solid #aaa;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 3px;
  margin-bottom: 10px;
  border-radius: 3px;
}

#board-mobile .board-input input {
  border: none;
  outline: 0;
  width: 90%;
  height: 100%;
}

#board-mobile .board-input span {
  color: red;
}

#board-mobile textarea {
  box-sizing: border-box;
  resize: none;
  padding: 5px 3px;
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
  border: 1px solid #aaa;
  border-radius: 3px;
}

#board-mobile button {
  border: 1px solid #245e97;
  outline: 0;
  color: #245e97;
  border-radius: 6px;
  width: 100%;
  height: 35px;
  cursor: pointer;
  background: #fff;
}
.firstpage-navbar .nav-top{
  position: relative;
  z-index: 2;
  white-space: nowrap;
  zoom: 1;
  float: left;
}

.firstpage-navbar .nav-top ul  .menu-item-has-children::after{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-left: 2px solid var(--baseFontColor,#666);
    border-bottom: 2px solid var(--baseFontColor,#666);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
    margin-left: 6px;
    z-index: 5;
    -webkit-transition: all .3s cubic-bezier(.31,1,.34,1);
    transition: all .3s cubic-bezier(.31,1,.34,1);
    position: absolute;
    top: 40%;
}
.firstpage-navbar .nav-top ul  .menu-item-has-children:hover:after{
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    border-color: #245e97;
}

/* .firstpage-navbar .nav-top ul  .menu-item-hover::after{
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-color: #245e97;

} */
.firstpage-navbar .nav-top ul .menu-item-has-children .sub-menu a{
    font-size: 14px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	border-bottom: 1px solid #F5F5F5;
}
.firstpage-navbar .nav-top ul .firstmenu{
  padding: 0 15px;
  line-height: 68px;
  position: relative;
  display: inline-block;
  font-size: 0;
}
.firstpage-navbar .nav-top ul .firstmenu .lv-0{
  /* opacity: 0; 
  visibility: hidden;*/
   display: none; 
  min-width: 110px; max-width: 180px;
  background-color: #fff;
  padding: 15px 5px;
  position: absolute;
  border-radius: 5px;
  top: 60px;
  -webkit-box-shadow: 0 0 9px 3px rgba(0,0,0,.1);
  box-shadow: 0 0 9px 3px rgba(0,0,0,.1);

}
.firstpage-navbar .nav-top ul li:hover .lv-0{ display:block}
.firstpage-navbar .nav-top ul .firstmenu .lv-0::before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px 3px rgba(0,0,0,.1);
  box-shadow: 0 0 9px 3px rgba(0,0,0,.1);
  -webkit-transform: rotate(45deg) translate(-50%,0);
  -ms-transform: rotate(45deg) translate(-50%,0);
  transform: rotate(45deg) translate(-50%,0);
  left: 50%;
  top: 0;
  z-index: 0;
  margin-left: -3px;
}
.firstpage-navbar .nav-top ul .firstmenu .lv-0::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
}
.firstpage-navbar .nav-top ul .firstmenu .lv-1{
  /* opacity: 0; 
  visibility: hidden;*/
   display: none; 
  min-width: 110px;
  max-width: 180px;
  background-color: #fff;
  padding: 15px 5px;
  position: absolute;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 9px 3px rgba(0,0,0,.1);
  box-shadow: 0 0 9px 3px rgba(0,0,0,.1);
  z-index: 997;
  transform: translate(120%,-50%) scale(1);
  left: -20px;
  top: 50%;
  z-index: 1;
}

.firstpage-navbar .nav-top ul .firstmenu .lv-1::before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px 3px rgba(0,0,0,.1);
  box-shadow: 0 0 9px 3px rgba(0,0,0,.1);
  -webkit-transform: rotate(45deg) translate(-50%,0);
  -ms-transform: rotate(45deg) translate(-50%,0);
  transform: rotate(45deg) translate(-50%,0);
  left: 50%;
  top: 0;
  z-index: 0;
  margin-left: -3px;
  -webkit-transform: rotate(45deg) translate(-50%,-50%);
  -ms-transform: rotate(45deg) translate(-50%,-50%);
  transform: rotate(45deg) translate(-50%,-50%);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  left: 0;
  top: 50%;
  z-index: 0;
}
.firstpage-navbar .nav-top ul .firstmenu .lv-1::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
}

.firstpage-navbar .nav-top ul .firstmenu .lv-0 ul li{
  line-height: 36px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.firstpage-navbar .nav-top ul .firstmenu .lv-0 ul li:hover .lv-1{ display:block}
@keyframes mymove-data-v-5fbd92cc {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@media (max-width: 640px) {
  #baidu-hm-mobile {
    display: block;
  }
  #baidu-hm-mobile-new {
    display: block;
  }
  #baidu-abtest,
  #baidu-hm,
  #board {
    display: none !important;
  }
}

/* 遮罩层 */
html {
  -ms-overflow-style: scrollbar;
}

.fr {
  float: right;
}

img {
  border: 0;
}

.padding20 {
  padding: 20px;
}

#steps-2 {
  display: none;
}

#steps-2 .qrCode {
  width: 180px;
  height: 180px;
}

.step-2-body {
  display: -ms-flexbox;
  display: flex;
}

.step-2-body > div {
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.step-2-body .stepPart {
  border-right: 1px solid #f2f2f2;
}

#mask .step-2-body .mask-on-tab {
  border-bottom: none;
}

.scanCode {
  text-align: center;
}

.useTime {
  color: #245e97;
  text-align: center;
}

.codePart p {
  font-size: 20px;
}

.kefu {
  text-align: center;
}

.kefuImg {
  width: 90px;
  height: 92px;
  margin-top: 40px;
}

.kefuText {
  font-size: 20px;
  color: #3b3b3b;
  margin-top: 28px;
}

#steps-1 .mack-con-title {
  font-size: 14px;
  padding: 15px 20px;
}

#steps-2 .code__wrap {
  display: inline-block;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #d4d4d4;
  margin-top: 19px;
}

#steps-2 .mask-img-test {
  margin: 0;
}

#steps-2 .mack-con-title .not-defind-conten {
  font-size: 16px;
}

#steps-2 .mack-con-title .not-defind-conten a {
  color: #245e97;
}

#steps-2 .mack-con-title {
  padding: 15px 20px;
}

#mask {
  background: rgba(47, 79, 79, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 9999999;
  font-size: 14px;
  display: none;
}

#mask #steps-1 {
  width: 460px;
}

#mask #steps-2 {
  width: 940px;
  background: #fff;
}

#mask .mask-con {
  height: 350px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
}

._event4 .mask-con {
  height: auto !important;
  max-width: 940px;
}

.mask-con .mask-close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  font-weight: 700;
  color: #aaa;
}

.mask-con .mask-next-step {
  background-color: #245e97;
  border-radius: 5px;
  padding: 10px 26px;
  color: #fff;
  cursor: pointer;
}

.mask-con .mask-btn-wrap {
  text-align: center;
  height: 100px;
  line-height: 100px;
}

#steps-1 .mask-on-close {
  color: #c1c1c1;
  font-size: 20px;
  cursor: pointer;
}

.mask-con .mask-on-tab {
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f2f2f2;
}

.mask-con .mask-on-hint {
  text-align: center;
  height: 80px;
  line-height: 80px;
}

#steps-2 .mack-con-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 20px;
  -ms-flex-align: center;
  align-items: center;
}

.mask-con .mask-tit {
  text-align: center;
  padding-top: 30px;
  color: #333;
}

.mask-con .mask-img {
  width: 50%;
  margin: 20px auto;
}

.mask-con .mask-img-test {
  display: none;
  width: 50%;
  margin: 20px auto;
}

.mask-con .mask-btm {
  text-align: center;
  color: #999;
  font-size: 12px;
}

.mask-con .mask-btm a {
  color: #999;
  text-decoration: underline;
  cursor: pointer;
}

.mask-con .mask-disable {
  background: #ccc;
  cursor: not-allowed;
}

.mask-con .mask-steps {
  color: #333;
}

.mask-con .mask-steps i {
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  margin-right: 4px;
}

.mask-con .mask-steps-active {
  color: #68c269;
}

.mask-con .mask-steps-active i {
  border: 1px solid #68c269;
}

.mack-line {
  color: #ccc;
  margin: 0 10px;
}

.mask-step2-wrap {
  text-align: center;
  height: 100px;
  line-height: 100px;
}

.mask-step2-before {
  background-color: #fbfbfb;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  border-color: #ccc;
  cursor: pointer;
  padding: 10px 26px;
  margin-right: 2em;
}

.mask-step2-finish {
  background-color: #245e97;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  padding: 10px 26px;
  cursor: pointer;
}

.defind-city-wrap {
  text-align: center;
  padding: 0 10%;
  height: 38px;
  line-height: 38px;
  margin-top: 30px;
  display: none;
}

.defind-city {
  border: 1px solid #a9a9a9;
  width: 100%;
  height: 38px;
  line-height: 38px;
}

.code__wrap {
  position: relative;
}

.code__logo {
  display: none;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#baidu-hm {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 265px;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 9999;
}

#baidu-hm .geren,
#baidu-hm .qiye {
  height: 130px;
  width: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #245e97;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}

#baidu-hm .geren span,
#baidu-hm .qiye span {
  display: block;
  width: 16px;
}

#baidu-hm-mobile {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 5px;
  right: 5px;
}

#baidu-hm-mobile.rePosition {
  bottom: 40%;
}

#baidu-hm-mobile img {
  width: 70px;
}

#baidu-hm-mobile .dot {
  position: absolute;
  left: 10px;
  width: 50px;
  height: 40px;
  top: 26px;
  animation: mymove 1s infinite;
  -webkit-animation: mymove 1s infinite;
  -moz-animation: mymove 1s infinite;
}
#baidu-hm-mobile-new {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 5px;
  right: 5px;
}

#baidu-hm-mobile-new.rePosition {
  bottom: 40%;
}

#baidu-hm-mobile-new img {
  width: 70px;
}

#baidu-hm-mobile-new .dot {
  position: absolute;
  left: 10px;
  width: 50px;
  height: 40px;
  top: 26px;
  animation: mymove 1s infinite;
  -webkit-animation: mymove 1s infinite;
  -moz-animation: mymove 1s infinite;
}

.pop-info{
  /* position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; */
  /* background-color: #EBEBEB; */
}
.pop-info .footernav{
  
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 58px;
  z-index: 1000;
  background-color: #fff;
  display: flex;
}
.pop-info .footernav .zixuninfo{
  flex: 1;
  text-align: center;
}
.pop-info .footernav .zixuninfo .online{
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
  background: url('../images/online.png')  top/cover;
}
.pop-info .footernav .zixuninfo div{
  display: inline;
  padding: 0 50px;
}
.pop-info .footernav .xian {
  width: 1px;
  margin: 15px 0;
  background-color: #e8e8e8;
}


.pop-info .footernav .zixuninfo .weixin{
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url('../images/weixin.png') no-repeat;
  background-size: 100%;
}
.pop-info .footernav .zixuninfo span{
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #333333;
  line-height: 55px;
}
.pop-info .content{
  /* display: none; */
  visibility: hidden;
  position: fixed;
  left: 0;
  bottom: 58px;
  right: 0;
  top: 0;
  z-index: 1000;
  /* background-color: #EBEBEB; */
  /* position: relative; */
}

.pop-info .content .code{
  margin: 0 37px;
  margin-top: 120px;
  background: #ffffff;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.pop-info .content .code .close{
  position: absolute;
  right: 21px;
  top: 21px;
  width: 17px;
  height: 17px;
  background: url('../images/close.png') top/cover;
}
.pop-info .content .code h5{
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #121212;
  line-height: 25px;
  text-align: center;
}
.pop-info .content .code .zhuanjia{
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: 400;
  text-align: left;
  color: #717171;
  line-height: 20px;
}
.pop-info .content .code .image{
  margin-top: 24px;
  text-align: center;
  
}
.pop-info .content .code .image img {
  width: 181px;
  display: inline-block;
  height: 181px;
}
.pop-info .content .code .info{
  margin: 20px 20px 25px 20px;
}
.pop-info .content .code .info p{
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #333333;
}
.pop-info .content .code .info  span{
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #717171;
  display: block;
  
}
@keyframes mymove-data-v-1a8bfee8 {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@media (max-width: 640px) {
  #baidu-hm-mobile {
    display: block;
  }
  #baidu-hm-mobile-new {
    display: block;
  }
  #baidu-abtest,
  #baidu-hm,
  #board {
    display: none !important;
  }
}

@keyframes bgShow-data-v-1a8bfee8 {
  0% {
    background: none;
  }

  to {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURUxpcf///////////////////////////////////////////20p1csAAAAMdFJOUwDXMQ2Pea5aGOXBQwpl1asAAABrSURBVAjXY2BokZy2gYGBgV3cgGkJkFZsYGBgC2BgyAaymSczMEyoZu0ISAoA0iwdDknpDIuA4gzCigxVQIrVgZOBxYGBw8vAkIEpVVAwgCGUgWm6BdCwxQzMBoreSooGINWlblkMELCFAQBP7hIzRE0zZQAAAABJRU5ErkJggg==)
      no-repeat 100% 100%;
  }
}

#baidu-abtest .main p .pay {
  margin-left: 20px;
  float: left;
  font-size: 12px;
}

#board {
  box-sizing: border-box;
}

#board {
  display: none;
  width: 300px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  border-radius: 5px 5px 0 0;
  background: #fff;
}

#board .board-tit {
  /* height: 45px; */
  display: -ms-flexbox;
  display: flex;
  background: #245e97;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px 5px 0 0;
  color: #fff;
  align-items: flex-start;
}

#board .board-tit span {
  /* margin-left: 10px; */
}

#board .board-tit i {
  /* margin-right: 10px; */
  font-size: 16px;
  cursor: pointer;
}
#board .board-time{
  width: 340px;
  background: #245e97;
  box-sizing: border-box;
  padding:0 20px 16px;
}
#board .board-time p{
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
}
#board .board-time  p:nth-of-type(2){
  font-size: 14px;
  margin-top: 4px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 20px;
}
#board .board-con {
  padding: 10px;
  border-right: 1px solid #245e97;
}

#board .board-con p:nth-of-type(2) {
  color: #999;
  font-size: 12px;
  margin: 5px 0 10px;
}

#board .board-input {
  border-radius: 3px;
  border: 1px solid #aaa;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 3px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

#board .board-input input {
  border: none;
  outline: 0;
  width: 90%;
  height: 100%;
}

#board .board-input span {
  color: red;
}

#board textarea {
  resize: none;
  padding: 5px 3px;
  width: 100%;
  height: 70px;
  height: 100px;
  margin-bottom: 10px;
  border: 1px solid #ebeff1 ;
  border-radius: 3px;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}
#board .board-input input::-webkit-input-placeholder{
  color: #ADB5B8;
  font-size: 16px;
}
#board textarea::-webkit-input-placeholder {
  color: #ADB5B8;
  font-size: 16px;
}
#board .board-btn {
  border: none;
  color: #245e97;
  border-radius: 6px;
  width: 100%;
  height: 42px;
  cursor: pointer;
  background: #fff;
  text-align: center;
  line-height: 42px;
}

#board-mobile {
  box-sizing: border-box;
}

#board-mobile {
  display: none;
  width: 340px;
  height: 429px;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  border-radius: 5px 5px 0 0;
  background: #fff;
  border: 1px solid #245e97;
  line-height: normal;
}

#board-mobile .board-tit {
  display: -ms-flexbox;
  display: flex;
  background: #245e97;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px 5px 0 0;
  color: #fff;
  padding-top: 14px;
}

#board-mobile .board-tit span {
  margin-left: 20px;
  line-height: 33px;
}

#board-mobile .board-tit i {
  margin-right: 16px;
  font-size: 16px;
  cursor: pointer;
}
#board-mobile .board-time {
  background: #245e97;
  padding: 0 26px 16px 20px;
}
#board-mobile .board-time p{
  padding: 4px 0;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
}
#board-mobile .board-time p:nth-of-type(2){
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 20px;
}
#board-mobile .board-con {
  padding: 10px;
}

#board-mobile .board-con p:nth-of-type(2) {
  color: #999;
  font-size: 12px;
  margin: 5px 0 10px;
}

#board-mobile .board-input {
  background: #F3F7F9;
  border: 1px solid #aaa;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 3px;
  margin-bottom: 10px;
  height: 42px;
}

#board-mobile .board-input input {
  background: #F3F7F9;
  border: none;
  outline: 0;
  width: 90%;
  height: 100%;
  font-size: 16px;
  padding: 0 16px;
}
#board-mobile .board-input input::-webkit-input-placeholder{
  color: #ADB5B8;
  font-size: 16px;
}
#board-mobile .board-input span {
  color: red;
}

#board-mobile textarea {
  background: #F3F7F9;
  resize: none;
  padding: 10px 16px;
  font-size: 16px;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  border: 1px solid #aaa;
  outline: none;
}
#board-mobile textarea::-webkit-input-placeholder {
  color: #ADB5B8;
  font-size: 16px;
}
#board-mobile button {
  /* border: 1px solid #245e97;
  outline: 0;
  color: #245e97;
  border-radius: 6px;
  width: 100%;
  height: 35px;
  cursor: pointer;
  background: #fff; */
  outline: none;
  width: 300px;
  height: 42px;
  cursor: pointer;
  background: #245e97;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
}

.tab-hint,
.tab-wrapper {
  padding: 0 10%;
}

.tab-menu li {
  color: #000;
  display: inline-block;
  padding: 10px 28px;
  cursor: pointer;
  position: relative;
  bottom: -2px;
}

.tab-menu li.active {
  border: 1px solid #245e97;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background: #fff;
}

.tab-content {
  border: 1px solid #245e97;
  border-radius: 0 6px 6px 6px;
}

.tab-content > div {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
}

.tab_citys {
  min-height: 148px;
}

.tab_childs {
  min-height: 52px;
  display: none;
}

.tab_childs span,
.tab_citys span {
  height: 32px;
  display: inline-block;
  line-height: 32px;
  padding: 0 16px;
  cursor: pointer;
}

.table_city-active {
  background: #68c269;
  color: #fff;
  border-radius: 5px;
}

.tab_childs span:hover,
.tab_citys span:hover,
.table_city-active:hover {
  background-color: #245e97;
  color: #fff;
  border-radius: 5px;
}

/* 右侧栏二维码弹框 */
/* .myCode {
  display: none !important;
} */
.myCode .wap .smallCode {
  background: #68c269;
  border-radius: 5px;
  position: fixed;
  bottom: 100px;
  right: 200px;
  cursor: pointer;
  overflow: hidden;
  width: 0px;
}
.myCode .wap .smallCode img {
  width: 45px;
}
.myCode .wap .smallCode.showSmall {
  padding: 3px;
  animation: smallShow 1.5s;
  -moz-animation: smallShow 1.5s; /* Firefox */
  -webkit-animation: smallShow 1.5s; /* Safari 和 Chrome */
  -o-animation: smallShow 1.5s;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
.myCode .wap .fixCode {
  position: fixed;
  bottom: 0;
  right: -215px;
  z-index: 10000;
}
.myCode .fixCode .imgContent .qrcode{
  position: absolute;
  top: 91px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 131px;
  height: 131px;
  background-size: 100%;
}
.myCode .fixCode .imgContent .weixin{
  width:30px;
  position: absolute;
  top: 52.3%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.myCode .wap .fixCode.codeShow {
  animation: rightToLeft 1.5s;
  -moz-animation: rightToLeft 1.5s; /* Firefox */
  -webkit-animation: rightToLeft 1.5s; /* Safari 和 Chrome */
  -o-animation: rightToLeft 1.5s;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
.myCode .wap .fixCode.hideCode {
  animation: leftToRight 1.5s;
  -moz-animation: leftToRight 1.5s; /* Firefox */
  -webkit-animation: leftToRight 1.5s; /* Safari 和 Chrome */
  -o-animation: leftToRight 1.5s;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
.myCode .wap .fixCode .imgContent {
  position: relative;
}
.myCode .wap .fixCode .imgContent span {
  position: absolute;
  cursor: pointer;
  padding: 5px 10px;
  right: 0;
  top: 0;
  color: #999;
}
.myCode .wap .fixCode img {
  width: 200px;
}
.myCode .mobile {
  display: none;
}

@media (max-width: 800px) {
  .myCode .wap {
    display: none;
  }
  .myCode .mobile {
    display: block;
  }
  .myCode .mobile .smallCode {
    background: #3e6dc1;
    padding: 3px;
    border-radius: 5px;
    position: fixed;
    bottom: 120px;
    right: -65px;
    cursor: pointer;
    z-index: 100;
    width: 51px;
  }
  .myCode .mobile .smallCode.hideCode {
    display: none;
  }
  .myCode .mobile .smallCode.slide {
    animation: slide 1.5s;
    -moz-animation: slide 1.5s; /* Firefox */
    -webkit-animation: slide 1.5s; /* Safari 和 Chrome */
    -o-animation: slide 1.5s;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
  }
  .myCode .mobile .smallCode img {
    width: 45px;
  }
  .myCode .mobile .smallCode p {
    position: absolute;
    top: -20px;
    left: -10px;
    font-size: 12px;
    color: #333;
    width: 70px;
    text-align: center;
  }
  .myCode .mobile .fixCode {
    position: fixed;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
    display: none;
  }
  .myCode .mobile .fixCode.showCode {
    display: block;
  }
  .myCode .mobile .fixCode .imgContent {
    position: relative;
  }
  .myCode .mobile .fixCode .imgContent span {
    position: absolute;
    cursor: pointer;
    padding: 5px 10px;
    right: 0;
    top: 0;
    color: #999;
  }
  .myCode .mobile .fixCode img {
    width: 200px;
  }
}


@keyframes slide {
  from {
    right: -65px;
  }
  to {
    right: 15px;
  }
}
@-moz-keyframes slide /* Firefox */ {
  from {
    right: -65px;
  }
  to {
    right: 15px;
  }
}

@-webkit-keyframes slide /* Safari 和 Chrome */ {
  from {
    right: -65px;
  }
  to {
    right: 15px;
  }
}

@-o-keyframes slide /* Opera */ {
  from {
    right: -65px;
  }
  to {
    right: 15px;
  }
}

@keyframes rightToLeft {
  from {
    right: -215px;
  }
  to {
    right: 15px;
  }
}
@-moz-keyframes rightToLeft /* Firefox */ {
  from {
    right: -215px;
  }
  to {
    right: 15px;
  }
}

@-webkit-keyframes rightToLeft /* Safari 和 Chrome */ {
  from {
    right: -215px;
  }
  to {
    right: 15px;
  }
}

@-o-keyframes rightToLeft /* Opera */ {
  from {
    right: -215px;
  }
  to {
    right: 15px;
  }
}
@keyframes leftToRight {
  from {
    right: 15px;
  }
  to {
    right: -215px;
  }
}
@-moz-keyframes leftToRight /* Firefox */ {
  from {
    right: 15px;
  }
  to {
    right: -215px;
  }
}

@-webkit-keyframes leftToRight /* Safari 和 Chrome */ {
  from {
    right: 15px;
  }
  to {
    right: -215px;
  }
}

@-o-keyframes leftToRight /* Opera */ {
  from {
    right: 15px;
  }
  to {
    right: -215px;
  }
}

@keyframes smallShow {
  from {
    right: 230px;
    width: 0px;
  }
  to {
    right: 15px;
    width: 51px;
  }
}
@-moz-keyframes smallShow /* Firefox */ {
  from {
    right: 230px;
    width: 0px;
  }
  to {
    right: 15px;
    width: 51px;
  }
}

@-webkit-keyframes smallShow /* Safari 和 Chrome */ {
  from {
    right: 230px;
    width: 0px;
  }
  to {
    right: 15px;
    width: 51px;
  }
}

@-o-keyframes smallShow /* Opera */ {
  from {
    right: 230px;
    width: 0px;
  }
  to {
    right: 15px;
    width: 51px;
  }
}
