* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-all;
}
.xcConfirm * {
  box-sizing: content-box;
}
ul,li,ol {
  list-style: none;
}
body {
  font-size: 0;
  margin: 0 auto !important;
  min-width: 1200px;
  font-family: MicrosoftYaHei;
  color: #333333;
  min-height: 100vh;
}
#ariaTipText{
  display: none;
}
.disNo{
  display: none;
}
.m0{
  margin-left: 0 !important;
}
a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #333333;
}
a img {
  border: none;
}
a.hover-blue:hover,
.hover-blue a:hover {
  color: #2789ee;
}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
input,
textarea {
  outline: none;
  background: 0 0;
}
input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
  color: #333333;
}
input::placeholder {
  color: #a9a6a6;
}
input::-webkit-input-placeholder{ 
  color: #a9a6a6;
}
input::-moz-input-placeholder{ 
  color: #a9a6a6;
}
input::-ms-input-placeholder{ 
  color: #a9a6a6;
}

select::-ms-expand {
  display: none;
}
.width1200{
  width: 1200px;
  margin: 0 auto;
}
.w-30 {
  width: 30%;
}
.w-31{
  width: 31%;
}
.w-33 {
  width: 33.3%;
}
.w-39 {
  width: 39%;
}
.w-40 {
  width: 40%;
}
.w-100{
  width: 100%;
}
.fw-normal {
  font-weight: normal;
}
.fw-bld {
  font-weight: bold;
}
.dis-inline {
  display: inline;
}
.dis-inblock {
  display: inline-block;
}
.dis-block {
  display: block;
}
.ver-mid{
  vertical-align: middle;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-text{
  cursor: text;
}
.cursor-no-allow{
  cursor: not-allowed;
  color: #999999!important;
}
.hide {
  display: none!important;
}
.show {
  display: block!important;
}
.show-line{
  display: inline!important;
}
.mg-auto {
  margin: auto;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.ellipsis1 {
  overflow: hidden; 
  white-space: nowrap; 
  text-overflow: ellipsis; 
}

.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pos-rel {
  position: relative;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.flex-between{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-wrap-bt{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-right{
  display: flex;
  justify-content: flex-end;
}
.flex-wrap{
  display: flex;
  flex-wrap: wrap;
}
.flex-1{
  flex: 1;
}
.flex-center{
  display: flex;
  justify-content: center;
}
.flex-col-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pcshow {
  display: block;
}
.h5show {
  display: none !important;
}
.fw-bold {
  font-weight: bold;
}
.font-noraml{
  font-style: normal;
}
.color-blue{
  color: #2789ee;
}
.color-orange{
  color: #f4761a;
}
.color-999{
  color: #999999;
}
.color-666{
  color: #666666;
}
.color-red{
  color: #ff0000;
}
.bg-white{
  background-color: #ffffff;
}
.bg-gray{
  background-color: #f6f6f6;
}
.no-data{
  font-size: 15px;
  color: #666666;
  text-align: center;
  line-height: 50px;
}

.layui-layer .layui-layer-btn{
  font-size: 14px;
  padding-bottom: 20px;
}

input::-ms-clear{
  display:none;
}

.layui-layer-btn .layui-layer-btn0{
  border-color: #2789ee;
  background-color: #2789ee;
}
.layui-layer-btn a{
  height: 30px;
  line-height: 28px;
  font-size: 16px;
}
.layui-layer .layui-layer-title{
  font-weight: bold;
  font-size: 18px;
}
.layui-layer{
  border-radius: 4px;
}
.layui-layer-dialog.layui-layer{
  min-width: 300px;
  max-width: 400px;
  border-radius: 4px;
}
.layui-layer-dialog .layui-layer-content{
  font-size: 16px;
}
.layui-layer-dialog .layui-layer-padding{
  padding-bottom: 30px;
}


.header{
  padding-top: 25px;
  font-size: 0;
}
.header .user-name{
  max-width: 84px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.header-logo{
  height: 53px;
  margin-right: 13px;
}
.sy-show{
  display: none;
}
.header-sy-logo{
  display: none;
}
.header-com-logo{
  display: block;
}
.header-logo img{
  display: block;
  height:100%;
}
.header-site-sel,.header-site-name{
  line-height: 28px;
  height: 30px;
  color: #000000;
  font-size: 24px;
  padding: 0 14px;
  border-left: 1px solid rgba(186, 186, 186, 0.62);
  margin-top: 13px;
}
.header-site-name{
  color: #333333;
  font-weight: bold;
  padding: 0 18px;
}
#header-site-name{
  max-width: 120px;
  overflow: hidden; 
  white-space: nowrap; 
  text-overflow: ellipsis; 
  letter-spacing: 2px;
  padding-right: 0;
}
.header-site-sel button{
  width: 60px;
  line-height: 22px;
  background: rgba(184, 217, 255, 0.24);
  border-radius: 5px;
  text-align: center;
  padding-right: 10px;
  font-size: 14px;
  margin: 4px 0 0 14px;
  cursor: pointer;
  position: relative;
  letter-spacing: 1px;
}
.header-site-sel button:after{
  content: "";
  width: 8px;
  height: 5px;
  background: url("../png/eyyqgv.png");
  background-size: 100% 100%;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}
.header-site-sel button.expand:after{
  transform: translateY(-50%) rotate(180deg);
}
.header-rt{
  font-size: 14px;
  margin-top: 13px;
}
.header-rt *{
  vertical-align: middle;
  letter-spacing: 1px;
}
.register-box{
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 6px 9px 0 rgba(167, 197, 238, 0.6);
  padding: 10px 0;
  z-index: 99;
  width: 80px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.register-box a{
  display: block;
  padding: 5px 10px;
  color: #333333!important;
}
.register-box a:first-of-type{
  margin-bottom: 5px;
}
.header-rt .register,.header-rt .register-th{
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.header-rt .register:hover .register-box,.header-rt .register-th:hover .register-box{
  display: block;
}
.header-rt a:hover{
  color: #0c7cff;
}
.header-zzzs{
  color: #ffffff!important;
  width: 76px;
  line-height: 28px;
  background-color: #fe9801;
  border-radius: 2px;
  text-align: center;
  margin-right: 40px;
  margin-left: 23px;
}
.header-nav-box{
  padding-top: 30px;
}
.header-nav a{
  font-size: 20px;
  color: #000000;
  line-height: 40px;
  margin-right: 40px;
  padding-bottom: 8px;
  letter-spacing: 2px;
}
.header-nav a:last-of-type{
  margin-right: 0;
}
.header-nav a.cur,.header-nav a:hover{
  color: #0c7cff;
  font-weight: bold;
  border-bottom: 3px solid #0c7cff;
}

.header-search{
  width: 300px;
  height: 40px;
  border-radius: 8px;
  border: solid 1px #2789ee;
  position: relative;
  background: url("../png/fmjbik.png") 12px center no-repeat;
}
.header-search input{
  background: transparent;
  width: 200px;
  height: 100%;
  font-size: 18px;
  padding: 0 10px 0 40px;
}
.header-search button{
  width: 100px;
  height: 40px;
  line-height: 40px;
  background-image: linear-gradient(-90deg, #2889ee 0%, #43a7f6 100%), linear-gradient(#1c69c6, #1c69c6);
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  right: -1px;
  top: -1px;
  cursor: pointer;
}
.head-search-xl-box{
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 98;
  color: #333;
  padding: 10px 0;
  box-shadow: 0 1px 14px 0 rgba(209, 224, 239, 0.6);
  display: none;
}
.head-search-xl{
  max-height: 400px;
  overflow-y: auto;
}
.head-search-xl-ls{
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding: 0 15px;
}
.head-search-xl-ls-label{
  font-size: 16px;
  line-height: 40px;
  color: #999999;
}
.head-clear-history{
  color: #999999;
  cursor: pointer;
}
.head-clear-history img{
  width: 18px;
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -2px;
}
.head-search-xl-ls-list{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5px;
}
.head-search-xl-ls-list li{
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  color: #0c7cff;
  padding: 0 10px 0 10px;
  position: relative;
  width: 33%;
}
.head-search-xl-ls-list li:first-of-type{
  padding-left: 0;
}
.head-search-xl-ls-list li:not(:last-of-type):after{
  content: "";
  width: 1px;
  height: 15px;
  background-color: #d7e1e8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.head-search-xl-ls-list li:nth-of-type(3n):after{
  display: none;
}
.head-search-xl-ls-list li:nth-of-type(4n){
  padding-left: 0;
}
.head-search-xl-ls-list li:hover{
  color: #333333;
}
.head-search-xl li{
  cursor: pointer;
  line-height: 30px;
  padding: 0 15px;
  font-size: 15px;
}
.head-search-xl li:hover{
  color: #0c7cff;
}

.navigation-hall-dropdown {
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 1200px;
  max-width: 100%;
}
.g-picker-hall--close{
  font-style: normal;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  line-height: 40px;
  width: 40px;
  background: #fff;
  color: #45484b;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
}
.g-picker-hall{
  font-size: 16px;
  background-color: #fff;
  box-shadow: 0 6px 9px 0 rgba(167, 197, 238, 0.6);
  padding: 12px 35px 0;
  display: none;
}
.g-picker-hall-selector li{
  width: 11.1%;
}
.g-picker-hall-window li{
  width: 16.6%;
}
.g-picker-hall-nav li{
  float: left;
  margin-right: 5px;
  line-height: 34px;
  color: #000000;
}
.g-picker-hall-nav li:last-of-type a{
  cursor: default;
  color: #0d1c28!important;
}
.g-picker-hall-window{
  overflow: hidden;
  border-bottom: 1px solid #f7f6f5;
  padding-bottom: 15px
}
.g-picker-hall-window.expand{
  max-height: none;
}
.g-picker-hall-nav a,.g-picker-hall-window-title{
  color: #000000;
  font-weight: bold;
  line-height: 35px;
}
.g-picker-hall-nav li:hover a{
  color: #4293f4;
}
.g-picker-hall-window-title{
  width: 100%!important;
}
.g-picker-hall-station-line{
  margin-top: 15px;
  margin-bottom: 10px;
}
.g-picker-hall-bd ul li{
  float: left;
  padding-top: 10px;
}
.g-picker-hall-bd ul a {
  
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 8px;
  color: #000000;
  line-height: 30px;
}
.g-picker-hall-window a:hover,#g-picker-selector li a:hover,#g-picker-selector li a.cur,.g-picker-hall-window a.cur{
  background-color: #2789ee;
  color: #fff;
  border-radius: 6px;
}
.g-picker-hall-bd .g-picker-hall-station-line a{
  padding: 0 10px;
  color: #fff;
  background-color: #4293f4;
  font-weight: bold;
}
.g-picker-hall-selector{
  border-bottom: 1px solid #f7f6f5;
  padding-bottom: 15px;
}
.g-picker-hall .g-picker-hall-collapse-toggle{
  display: block;
  background-color: #f1f2f3;
  margin-top: 10px;
  color: #4293f4;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  border-radius: 2px;
  margin-bottom: 15px;
}
.g-picker-hall-collapse-toggle span{
  vertical-align: middle;
}
.g-picker-hall-collapse-toggle img{
  transition: all .3s;
}
.g-picker-hall-collapse-toggle.expand img{
  transform: rotate(180deg);
}
.header-sel-adr-btn{
  width: 104px;
  line-height: 34px;
  background-image: linear-gradient(90deg, #43a7f6 0%, #298aee 100%), linear-gradient(#2789ee, #2789ee);
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.header-sel-adr{
  padding-top: 15px;
  padding-bottom: 25px;
}
.header-sel-adr-tip{
  color: #2789ee;
  font-weight: bold;
  padding: 5px 0;
  line-height: 24px;
}
.header-sel-adr-tip a{
  color: #2789ee;
}
.header-sel-adr-tip a:last-of-type{
  cursor: default;
}
.header-syx-tip{
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
  float: left;
  border-radius: 14px;
  border: solid 1px #333333;
  width: 70px;
  text-align: center;
  margin-top: 13px;
  margin-right: 12px;
}

.footer{
  font-size: 16px;
  background-color: #F4F5F7;
  
}
.footer-part{
  background-color: #eaedf0;
  border-radius: 2px;
  margin-right: 12px;
}

.footer-part1{
  width: 288px;
  height: 94px;
  font-weight: bold;
  line-height: 34px;
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.footer-part2{
  padding: 25px 15px;
  display: flex;
  justify-content: space-between;
}
.footer-part2 a{
  height: 62px;
  display: flex;
  align-items: center;
}
.footer-part3{
  width: 535px;
  height: 216px;
  padding: 0 12px;
}
.footer-part3-t{
  line-height: 32px;
  padding: 30px 0;
  display: flex;
  position: relative;
}
.footer-part3-t:after{
  content: "";
  width: 97%;
  height: 1px;
  background-color: #d5dce1;
  position: absolute;
  left: 1.5%;
  bottom: -1px;
}
.footer-part3-t p:nth-of-type(2n+1),.footer-part3-b p:nth-of-type(2n+1){
  width: 57%;
}
.footer-part3-t p:nth-of-type(2n),.footer-part3-b p:nth-of-type(2n){
  width: 43%;
}
.footer-part3-b{
  display: flex;
  flex-wrap: wrap;
  line-height: 50px;
  padding-top: 10px;
}
.footer-part4{
  padding: 0 12px;
  line-height: 61px;
  padding-top: 1px;
}
.footer-part4 a{
  display: block;
  text-align: center;
}
.footer-part4 a:not(:last-of-type){
  border-bottom: 1px solid #d5dce1;
}

.footer-t{
  background-color: #f1f2f3;
  padding: 40px 0;
  color: #6d6d6d;
}
.footer p,.footer a{
  color: #6d6d6d;
}
.footer-bt a{
  color: #333333;
}
.footer-t .footer-t-item{
  height: 128px;
}
.footer-t .footer-t-item:not(:last-of-type){
  border-right: 1px solid #dedfdf;
}
.footer-t .footer-t-item:nth-of-type(1){
  width: 41.5%;
}
.footer-t .footer-t-item:nth-of-type(2){
  padding-left: 85px;
  width: 41.5%;
}
.footer-t .footer-t-item:nth-of-type(3){
  padding-left: 11px;
  width: 14%;
}
.footer-tit{
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.footer p.mb-10,.footer a.mb-10{
  margin-bottom: 10px;
}
.footer p.mb-30{
  margin-bottom: 30px;
}
.footer-qr{
  white-space: nowrap;
}
.footer-qr img{
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 10px;
}
.footer-qr-rt{
  margin-left: 12px;
  line-height: 26px;
  padding-top: 12px;
  width: 330px;
}
.footer-qr-rt p{
  margin-left: 25px;
}
.footer-qr-rt .icon-qr{
  width: 26px;
  height: 26px;
  margin-right: 10px;
  float: left;
}
.footer-qr-rt p:not(:last-of-type){
  margin-bottom: 26px;
}
.footer-qr-rt p{
  position: relative;
  cursor: pointer;
}
.footer-qr-hover{
  display: none;
  height: 100px;
  position: absolute;
  left: -38px;
  top: -100px;
}
.footer-qr-rt p:hover .footer-qr-hover{
  display: block;
}
.footer-bt{
  background-color: #eaebeb;
  padding: 40px 0;
}
.footer-bt p{
  color: #333333;
}
.unit {
  position: relative;
}
.unit-l{
  width: 90%;
}
.unit p:first-child {
  margin-bottom: 12px;
  display: inline-block;
}

.unit-img-warp {
  position: absolute;
  top: 33%;
  right: 0;
  transform: translateY(-50%);
}

.unit-img-warp a:first-child {
  margin-right: 11px;
}
.footer-fixed{
  width: 90px;
  position: fixed;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 999;
}
.footer-fixed-yxz img{
  width: 93px;
}
.footer-fixed-yxz-tip{
  font-size: 16px;
  line-height: 37px;
  background-color: #fefefe;
  border-radius: 8px;
  box-shadow: 0 0 5px 1px #F1F1F2;
  margin-bottom: 8px;
  margin-top: -10px;
}
.footer-fixed-more{
  color: #333333;
  font-size: 14px;
  padding-right: 23px;
  text-align: center;
  background: rgba(226, 233, 239, 0.93) url("../png/pakrpj.png") calc(100% - 17px) center no-repeat;
  line-height: 40px;
  cursor: pointer;
}
.footer-fixed-more.expand{
  background: rgba(226, 233, 239, 0.93) url("../png/cknzur.png") calc(100% - 17px) center no-repeat;
}
.footer-fixed-a{
  font-size: 14px;
  white-space: nowrap;
  display: block;
  padding: 0 12px;
  position: relative;
}
.footer-fixed-a img{
  width: 30px;
}
.footer-fixed-a .border-bt{
  padding: 10px 0;
}
.footer-fixed-a:not(:last-of-type) .border-bt{
  border-bottom: 1px solid rgba(200, 211, 220, 0.8);
}
.footer-fixed-a img{
  margin: 0 auto 6px;
}
.footer-fixed-a img:first-of-type{
  display: block;
}
.footer-fixed-a img:nth-of-type(2){
  display: none;
}
.footer-fixed-a-list{
  background-color: #fefefe;
  border-radius: 8px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  box-shadow: 0 0 5px 1px #F1F1F2;
}
.footer-fixed-a-hover:hover+.footer-fixed-hover-box,.footer-fixed-hover-box:hover{
  display: block;
}
.footer-fixed-a:hover{
  background-color: #0c7cff;
  color: #ffffff;
}
.footer-fixed-a:hover .border-bt img:first-of-type{
  display: none;
}
.footer-fixed-a:hover .border-bt img:nth-of-type(2){
  display: block;
}
.footer-fixed-hover-box{
  font-size: 14px;
  position: absolute;
  right: 100%;
  transform: translateY(-80px);
  display: none;
  padding-right: 8px;
}
.footer-fixed-hover-box>div{
  padding: 5px 20px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 1px rgba(200, 211, 220, 0.6);
  white-space: nowrap;
  border-radius: 4px;
}
.footer-fixed-hover-box a{
  display: block;
  line-height: 40px;
}
.footer-fixed-hover-box a:not(:last-of-type){
  border-bottom: 1px solid rgba(200, 211, 220, 0.6);
}
.footer-fixed-qr{
  width: 140px;
}
.footer-fixed-qr-box{
  padding: 10px!important;
}


.evaluate, .online-by, .evaluate a, .online-by a{
  display: block;
}
.btn-loading,.btn-loading-a{
  opacity: .6;
  cursor: not-allowed!important;
}
.zxbl-btn.btn-loading-a:before,.td-btn.btn-loading-a:before,.bszn-btn.btn-loading-a:before,.td-btn-default.btn-loading-a:before{
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -3px;
  animation: rotating 2s linear infinite;
  pointer-events: none;
}
.zxbl-btn.btn-loading-a:before,.td-btn.btn-loading-a:before{
  background: url("../png/mcdigz.png");
  background-size: 100% 100%;
}
.bszn-btn.btn-loading-a:before,.td-btn-default.btn-loading-a:before{
  background: url("../png/vijcjt.png");
  background-size: 100% 100%;
}

.banner-box{
  position: relative;
}
.banner-lf{
  width: calc(50% - 960px);
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
.banner-rt{
  width: calc(50% - 960px);
  height: 100%;
  position: absolute;
  right: 0;
  z-index: -1;
}

.bszn-bg{
  background: url('../png/bmdijn.png') center top repeat-x;
  
}
.bszn-box{
  background: url("../png/ljlldf.png") right 28px no-repeat;
  position: relative;
}


.position{
  font-size: 16px;
  line-height: 20px;
  padding: 30px 0;
  letter-spacing: 2px;
}
.position span:last-of-type{
  color: #0176ff;
}
.more-list{
  color: #2789ee;
  font-size: 14px;
  padding-right: 15px;
  background: url("../png/mimjyv.png") right center no-repeat;
  background-size: 9px auto;
  margin-left: 15px;
  cursor: pointer;
}
.more{
  font-size: 16px;
  color: #2789ee;
  padding-right: 20px;
  line-height: 30px;
  position: relative;
  cursor: pointer;
}
.more:after{
  content: "";
  width: 12px;
  height: 9px;
  background: url("../png/nhsmlk.png");
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}
.more.expand:after{
  transform: translateY(-50%) rotate(180deg);
}

.page {
  margin: 20px auto;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.page>*{
  vertical-align: middle;
}
.page .go-page {
  margin-left: 5px;
}

.page .last-page {
  margin-right: 12px;
}

.page  .pull-l {
  float: left;
}
.page *{
  white-space: nowrap;
}
.page input.page-to,.page .go-page input {
  width: 42px;
  height: 30px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #d1d1d1;
  margin: 0 7px;
  border-radius: 4px;
}
.page .go-page{
  line-height: 30px;
  display: inline-block;
}
.page .go-page-action {
  display: inline-block;
  border-radius: 4px;
}

.page .last-page, .page .next-page {
  min-width: 60px;
}

.page a {
  display: inline-block;
  margin-right: 6px;
  height: 30px;
  text-align: center;
  color: #666666;
  line-height: 30px;
  padding: 0 10px;
  background-color: #e9eef2;
  cursor: pointer;
  min-width: 30px;
  border-radius: 4px;
}
.page span.layui-laypage-spr{
  background-color: #e9eef2;
}
.page a.cur, .page a:hover {
  background-color: #2789ee;
  color: #fff;
}

.page .go-page-action {
  width: 56px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #2789ee;
  color: #fff;
  margin-left: 8px;
  cursor: pointer;
}
.page .page-disabled,.page .layui-disabled{
  cursor: not-allowed;
  background-color: #e9eef2!important;
  color: #666666!important;
}
.page .page-next,.page a.go-page {
  margin-right: 22px;
}

.bs-badge-lcpt{
  font-size: 14px;
  width: 75px;
  line-height: 21px;
  height: 21px;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  background: url("../png/lfdhee.png") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.bszt-do{
  display: flex;
}
.bszt-do a:not(:last-of-type){
  margin-right: 20px;
}
.bszn-btn{
  padding: 0 3px;
  min-width: 104px;
  white-space: nowrap;
  text-align: center;
  height: 34px;
  border-radius: 4px;
  border: solid 1px #2789ee;
  font-size: 16px;
  line-height: 32px;
  color: #2789ee;
  cursor: pointer;
}
.zxbl-btn{
  padding: 0 3px;
  min-width: 104px;
  white-space: nowrap;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  color: #ffffff;
  cursor: pointer;
  background-image: linear-gradient(90deg, #43a7f6 0%, #298aee 100%), linear-gradient(#2789ee, #2789ee);
}
.zxbl-btn-grey{
  background: #c2c2c2;
  color: #ffffff;
  cursor: not-allowed;
}


.bs-icon-nav{
  width: 24px;
  height: 24px;
  background: url("../png/swfkga.png");
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bs-icon-nav img{
  width: 24px;
}
.cur .bs-icon-nav,.bszt-item:hover .bs-icon-nav,.bs-icon-nav.cur{
  background: url("../png/amqqqc.png");
  background-size: 100% 100%;
}
.bs-icon{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #e3edff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bs-icon img{
  display: block;
  width: 23px;
}
.bs-icon img:last-of-type{
  display: none;
}
.cur .bs-icon,.bs-ct-a:hover .bs-icon{
  background-image: linear-gradient(180deg, #6ea6ff 0%, #3480fa 100%), linear-gradient(#e3edff, #e3edff);
}
.cur .bs-icon img:first-of-type,.bs-ct-a:hover .bs-icon img:first-of-type{
  display: none;
}
.cur .bs-icon img:last-of-type,.bs-ct-a:hover .bs-icon img:last-of-type{
  display: block;
}
.scroll-x,.table-scroll{
  overflow-x: auto;
}
.banner-box{
  height: 220px;
}
.banner-ct{
  font-size: 22px;
  padding-left: 7px;
  letter-spacing: 1px;
}
.banner-ct .tit{
  
  font-size: 42px;
  
  padding: 62px 0 13px;
  font-weight: bold;
  letter-spacing: 4px;
}


@keyframes rotating{
  0%{transform:rotate(0deg)}
  to{transform:rotate(1turn)}
}





.upd-gt-warp {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  min-width: 1200px;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8F000000,endColorstr=#8F000000);
  z-index: 10000;
}
.upd-gt-tc {
  
  
  position: absolute;
  top: 10%!important;
  left: 50%!important;
  margin-left: -500px;
  margin-top: 0;
  
  border-radius: 0.1rem;
  background: #fff;
  padding: 0 40px 30px;
  box-sizing: border-box;
  z-index: 10000;
}
.upd-gt-header {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 47px 0;
  padding-bottom: 13px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 19px;
}
.upd-gt-tc i.close {
  
  width: 12px;
  height: 12px;
  background: url("../png/gubzol.png") no-repeat center;
  background-color: #4393f4;
  cursor: pointer;
  padding: 18px;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 0.1rem;
}
.tc-gt-warp {
  width: 932px;
  padding-top: 18px;
  padding-bottom: 12px;
  
}
.upd-gt-header .pull-l{
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 2px
  color: #4393f4;
  display: flex;
  align-items: center;
}
.upd-gt-header .pull-l span{
  cursor: pointer;
  
  display: inline-block;
}
.upd-gt-title,.tc-gt-choose{
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #4393f4;
}
.tc-gt-warp li.cur,.tc-gt-warp>a.cur{
  color: #4393f4;
}
.tc-gt-footer{
  padding-top: 27px;
  border-top: 1px solid #f7f7f7;
  display: none;
}










.tc-gt-btns{
  display: flex;
  margin-top: 27px;
}
.tc-gt-btns a{
  display: inline-block;
  width: 124px;
  height: 52px;
  border-radius: 26px;
  font-size: 20px;
  line-height: 52px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-right: 31px;
  text-align: center;
  font-weight: bold;
}

.tc-gt-btns .tc-gt-btn1{
  background-color: #4393f4;
  color: #ffffff;
  font-weight: bold;
}
.tc-gt-btn1.disabled{
  background-color: #eeeeee;
  color: #333333!important;
  cursor: not-allowed;
  text-decoration: none!important;
}
.disabled{
  cursor: not-allowed;
}
.tc-gt-btns a:hover span{
  color: #fff;
}
.tc-gt-btns a.tc-gt-btn1:hover{
  color: #ffffff;
}
.tc-gt-btns .tc-gt-btn2{
  color: #999797;
  cursor: auto;
}
.tc-gt-btns .tc-gt-btn3{
  background-color: #ebf4fb;
  color: #4393f4;
  font-weight: bold;
}
.tc-gt-warp li,.tc-gt-warp>a{
  width: 164px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 2px;
  color: #333333;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tc-gt-warp li.nocur,.tc-gt-warp>a.nocur{
  color: #999797;
  cursor: auto;
}
.curBlue{
  color: #0679e5 !important;
}

.noText{
  text-align: center;
  font-size: 24px;
  color: #999;
  padding: 0.5rem 0;
}

.noClick {
  pointer-events: none;
  background-image: linear-gradient(90deg, #c2c2c2 0%, #c2c2c2 100%), linear-gradient(#c2c2c2, #c2c2c2)!important;
}
.com-title{
  line-height: 50px;
  border-bottom: 1px solid #e4effa;
  display: flex;
  justify-content: space-between;
}
.com-title .tit{
  font-size: 22px;
  color: #2789ee;
  font-weight: bold;
  border-bottom: 3px solid #2789ee;
  min-width: 117px;
}


.pop-box,.popApp-box{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  overflow: auto;
  display: none;
}
.pop-lxr-content,.pop-address-content{
  width: 869px;
  background-image: linear-gradient(180deg,#f0f7fd 0%,#ffffff 100%);
  border-radius: 4px;
  padding-top: 25px;
}
.pop-box-content{
  margin: 0 auto;
  position: relative;
  max-height: 96vh;
  overflow-y: auto;
  top: 50%;
  transform: translateY(-50%);
}
.pop-width-720{
  width: 720px;
}
.pop-tit{
  line-height: 30px;
  padding: 15px 35px 15px 40px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  color: #000000;
}
.pop-info-item{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
.pop-label{
  padding: 6px 5px 6px 0;
  color: #666666;
  width: 100px;
  flex: none;
  white-space: nowrap;
}
.pop-info-ct{
  flex: 1;
  padding: 6px 20px;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  white-space: pre-wrap;
}
.pop-info-textarea{
  min-height: 80px;
}
.pop-info-msg{
  min-height: 200px;
}
.pop-info-ct.no-border{
  border: none;
  padding-left: 0;
}
.pop-info-ct.no-border img{
  margin-right: 3px;
}
.pop-info-img{
  flex: 1;
}
.pop-info-img img{
  max-width: 100%;
}
.pop-info-ct.pb-40{
  padding-bottom: 40px;
}
.pop-color-orange{
  color: #d27215;
}
.pop-info-lxr-box{
  padding: 6px 20px;
  background-color: #f0f5fa;
  margin-top: 40px;
}
.pop-info-lxr-box.mt-30{
  margin-top: 30px;
}
.pop-info-lxr-item{
  padding-left: 12px;
  position: relative;
}
.pop-info-lxr-item:before{
  content: "";
  width: 2px;
  height: 12px;
  background-color: #2789ee;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pop-info-lxr-item span{
  color: #999999;
}
.pop-info-lxr-item:not(:last-of-type){
  margin-right: 70px;
}

.pop-smrz{
  display: none;
}

.pop-smrz-content,.pop-card-content{
  width: 622px;
  
  background-size: 100% auto;
  
  background: #fff;
  border-radius: 5px;
}

.pop-box-img{
  width: 100%;
}
.pop-close{
  position: absolute;
  width: 13px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 99;
}
.pop-smrz-box,.pop-card-box{
  width: 100%;
  height: 492px;
  background-color: #fff;
  border-radius: 0px 0px 4px 4px;
  padding: 37px 40px;
  padding-bottom: 65px;
  text-align: center;
  position: relative;
}
.pop-smrz-box p,.pop-card-box p{
  height: 48px;
  background-color: #f1f8ff;
  border-radius: 24px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 1px;
  color: #2789ee;
  text-align: center;
  margin-bottom: 35px;
}
.pop-smrz-box img,.pop-card-box img{
  width: 300px;
  height: 300px;
  background-color: #ffffff;
  border: solid 1px #d2d8de;
  margin: auto;
  padding: 15px;
}
#qrcode,#dblxrAdd-qrcode,#sjsm34-qrcode,#qrcode-app,#qrcode-upgrade,#qrcode-gl{
  pointer-events: none;
}
.pop-box .qrcode-logo{
  width: 54px;
  
  border: none;
  height: auto;
  background: none;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  
}

.pop-gjj-content{
  width: 911px;
  background-image: linear-gradient(180deg,#f0f7fd 0%, #ffffff 100%);
  border-radius: 4px;
  padding-top: 25px;
}
.pop-gjj-title,.pop-lxr-title,.pop-address-title{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  padding-left: 21px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f3f4f4;
  margin-bottom: 24px;
}
.pop-gjj-box{
  padding: 28px 30px;
  border-bottom: 1px solid #f3f4f4;
  padding-right: 21px;
}
.pop-gjj-box .grzx-table1 .tr .td.label{
  color: #999999;
}
.pop-gjj-box .grzx-table1.table-small .tr .td{
  padding: 15px 10px;
}
.pop-btns{
  border-top: 1px solid #f3f4f4;
}
.pop-btns button{
  width: 99px;
  height: 36px;
  border-radius: 2px;
  border: solid 1px #2789ee;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #2789ee;
  background-color: #fff;
  margin: 30px 0;
}
.pop-btns .pop-btn1{
  background-color: #2789ee;
  color: #fff;
  margin-left: 22px;
  margin-right: 21px;
}
.pop-btns .right-btn{
  margin-left: 22px;
  margin-right: 21px;
}
.pop-btns .pop-btn-red{
  background-color: #ef342d;
  color: #fff;
  border: none;
}
.pop-btns .pop-btn-grey{
  border: solid 1px #d0d0d0;
  color: #333333;
}


.pop-lxr-box,.pop-address-box,.pop-ct-box{
  padding-left: 23px;
  padding-right: 21px;
}
.pop-lxr-box>div,.pop-address-box>div{
  float: left;
  margin-bottom: 31px;
}
.pop-lxr-box>div:nth-child(2n),.pop-address-box>div:nth-child(2){
  float: right;
}
.pop-lxr-box span,.pop-address-box span{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 1px;
  color: #666666;
  width: 91px;
}
.pop-lxr-box>div:nth-child(2n) span{
  width: 120px;
}
.pop-lxr-box span i,.pop-address-box span i{
  color: #ff420f;
}

.pop-lxr-box input,.pop-lxr-box select,.pop-address-box input,.pop-address-box select,.pop-address-box textarea{
  width: 284px;
  height: 42px;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #000000;
  line-height: 42px;
  padding: 0 10px;
  background: transparent;
}
.pop-address-box select, .pop-lxr-box select{
  background: url(../png/khfohy.png) 95% center no-repeat;
}
.pop-address-box select{
  width: 229px;
  margin-right: 23px;
}
.pop-address-box select:last-child{
  margin-right: 0;
}
.pop-address-box textarea{
  width: 730px;
  height: 72px;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
}


.pop-del-content{
  width: 460px;
  background-image: linear-gradient(180deg,#f0f7fd 0%,#ffffff 100%);
  border-radius: 4px;
  border-bottom: 1px solid #f3f4f4;
  
}
.pop-del-box{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 1px;
  color: #333333;
  padding: 64px 0;
  border-bottom: 1px solid #f3f4f4;
}
.pop-del-box img{
  width: 22px;
  height: 22px;
  margin-right: 14px;
}


.pop-content{
  margin: auto;
  margin-top: 10%;
  margin-bottom: 50px;
  margin-bottom: 0.5rem;
  width: 584px;
  background-image: linear-gradient(180deg, #f0f7fd 0%,#fafdff 100%);
  border-radius: 4px;
  padding: 30px 22px;
}
.pop-top{
  width: 535px;
  margin-left: 3px;
  margin-bottom: 25px;
}
.pop-title{
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #000000;
  width: 80%;
}
.pop-items{
  width: 536px;
  background-color: #ffffff;
  padding: 10px 0 18px 14px;
}
.pop-items div{
  margin-bottom: 18px;
}
.pop-items span,.pop-items p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #999999;
  display: inline-block;
  vertical-align: top;
}
.pop-items p{
  color: #000000;
  width: 416px;
  padding-left: 10px;
}
.pop-items p#yyms{
  background-color: #fafafa;
  border-radius: 4px;
}

.popApp-content{
  margin: auto;
  margin-top: 10%;
  width: 708px;
  min-height: 534px;
  background-image: linear-gradient(180deg,#f0f7fd 0%, #ffffff 100%);
  border-radius: 4px;
  padding: 40px 0;
  text-align: center;
  padding-bottom: 1px;
}
.popApp-content>img{
  height: 300px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
.popApp-name{
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 1px;
  color: #333333;
  margin: 0 30px;
  margin-bottom: 15px;
}
.popApp-name>span{
  color: #2789ee;
}
.popApp-num{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #666666;
}
.popApp-num>span{
  color: #2789ee;
}
.popApp-tip{
  background-color: #f7f9fb;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #999999;
  margin: 30px;
}



.pop-box-sz{
  
  width: 622px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #f0f7fd 0%, #ffffff 40%);
  
  border-radius: 4px;
  padding-top: 21px;
}
.pop-box-sz-head{
  width: 827px;
}
.pop-head-item{
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: solid 1px #a9cae2;
  margin-top: 40px;
}
.pop-head-item.cur{
  box-shadow: 5px 2px 29px 0px
  rgba(117, 148, 171, 0.73);
  border: solid 2px #0071e6;
}
.pop-head-item:not(:nth-of-type(4n)){
  margin-right: 83px;
}
.pop-head-item:nth-of-type(1),.pop-head-item:nth-of-type(2),.pop-head-item:nth-of-type(3),.pop-head-item:nth-of-type(4){
  margin-top: 0;
}
.pop-head-item img{
  width: 100%;
  height: 100%;
}
.pop-box-sz-head .pop-set-box{
  max-height: calc(90vh - 200px);
  overflow-y: auto;
  padding-left: 55px;
  padding-top: 35px;
  margin-right: 25px;
}
.pop-box-sz-head  .pop-gjj-title{
  margin-bottom: 0;
}
.pop-sz-part1{
  
  width: 470px;
  height: 57px;
  margin: auto;
  
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.pop-card-tip{
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
.pop-sz-part1-item{
  
  width: auto;
  text-align: center;
}
.pop-sz-part1-item>div{
  width: 26px;
  height: 26px;
  background-color: #2a8bef;
  border-radius: 50%;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #ffffff;
  margin: auto;
}
.pop-sz-part1-item>p{
  font-size: 16px;
  line-height: 42px;
  letter-spacing: 1px;
  color: #2789ee;
}
.pop-sz-part1-item.step1>div{
  opacity: 0.5;
}
.pop-sz-part1-item.step2>div{
  background-color: #b7bcc1;
}
.pop-sz-part1-item.step2>p{
  color: #333333;
}
.pop-box-step2 .pop-sz-part1-item.step2>p{
  color: #2a8bef;
}
.pop-box-step2 .pop-sz-part1-item>div{
  background-color: rgba(42, 139, 239, 0.5);
}
.pop-box-step2 .pop-sz-part1-item.step2>div{
  background-color: #2a8bef;
}
.pop-step2{
  display: none;
}
.pop-box-step2 .pop-step1{
  display: none;
}
.pop-box-step2 .pop-step2{
  display: block;
}
.pop-sz-line{
  width: 242px;
  height: 1px;
  background-color: #dfdfdf;
  margin-top: 13px;
}
.pop-box-step2 .pop-sz-line{
  background-color: #2a8bef;
}
.pop-sz-part2{
  cursor: pointer;
  width: 569px;
  height: 104px;
  border-radius: 4px;
  border: solid 1px #b1d9ff;
  padding: 26px 14px;
  margin: auto;
}
.pop-sz-part2.cur{
  background-image: linear-gradient(-90deg,#e2f1fd 0%,#f1f8ff 100%);
}
.pop-sz-part2>img{
  width: 45px;
  margin-right: 17px;
}
.pop-sz-part2 span{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333333;
}
.pop-sz-part2 p{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #999999;
}
.pop-sz-part2 p img{
  margin-left: 8px;
  width: 18px;
  margin-top: -3px;
}
.mb96{
  margin-bottom: 96px;
}
.pop-btns button.mr29{
  margin-right: 29px;
}
.pop-box-sz .pop-smrz-box{
  background: transparent;
  
  padding-bottom: 10px;
  height: auto;
}
.pop-set-box{
  padding: 0 30px 60px 30px;
}
.pop-step-tit{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.pop-step-tip{
  font-size: 16px;
  letter-spacing: 1px;
}
.pop-step-input-box{
  display: flex;
  margin-top: 30px;
  font-size: 16px;
}
.pop-step-input-box:first-of-type{
  margin-top: 20px;
}
.pop-step-input,.pop-step-select{
  height: 42px;
  flex: 1;
  border-radius: 2px 0 0 2px;
  border: solid 1px #e5e5e5;
  padding: 0 20px;
}
.pop-step-input-btn{
  width: 99px;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #2789ee;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  flex: none;
  height: 42px;
}
.pop-step-select{
  padding-right: 30px;
  background: url(../png/khfohy.png) 95% center no-repeat;
  outline: none;
  appearance: none;
}
.pop-step-dates{
  flex: 1;
}
.pop-step-date{
  width: 212px;
  height: 42px;
  border-radius: 2px 0px 0px 2px;
  border: solid 1px #e5e5e5;
  padding: 0 20px;
  padding-left: 50px;
  background: url(../png/fayxwy.png) 10% center no-repeat;
}
.pop-step-date-line{
  width: 14px;
  height: 1px;
  background-color: #e5e5e5;
  margin: 0 14px;
  margin-top: 20px;
}
.pop-step-choice{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 30px;
}
.pop-step-choice>span{
  margin-right: 70px;
  cursor: pointer;
}
.pop-step-choice>span::before{
  float: left;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: solid 1px #d3d3d3;
  background: url(../png/mlknqe.png) center no-repeat;
  margin-right: 11px;
  margin-top: 3px;
  background-size: 10px;
}
.pop-step-choice>span:last-child{
  margin-right: 0;
}
.pop-step-choice>span.cur::before{
  background-color: #2789ee;
}

.pop-upgrade-content{
  width: 778px;
  padding: 0;
  padding-bottom: 56px;
}
.pop-upgrade-title{
  border-bottom: 1px solid #f3f4f4;
  padding: 19px 41px 19px 27px;
}
.pop-upgrade-title>div img{
  height: 22px;
  float: left;
  margin-right: 10px;
}
.pop-upgrade-title>div span{
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 1px;
  color: #333333;
}
.qrcode-tip{
  font-size: 16px;
  letter-spacing: 1px;
  color: #999999;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.pop-upgrade-tip{
  margin-top: 40px;
  width: 726px;
  background-color: rgba(225, 238, 255, 0.29);
  border-radius: 8px;
  margin: auto;
  padding: 27px;

  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 1px;
  color: #121f4f;
  text-align: center;
}
.pop-upgrade-tip span{
  font-weight: bold;
  margin: 0 5px;
}
.pop-upgrade-content .pop-smrz-box p{
  display: inline-block;
  padding: 0 39px;
}
.pop-box .pop-upgrade-content .qrcode-logo{
  left: 50%;
}


input[type="checkbox"]{
  width: 14px;
  height: 14px;
  border-radius: 2px;
  
  border: solid 1px #2789ee;
  color: #2789ee;
  vertical-align: middle;
  -webkit-appearance:none;
  position: relative;
}

input[type="checkbox"]:checked::after {
  content: "?"; 
  font-size: 10px;
  text-align: center;
  line-height: 12px;
  color: white; 
  font-weight: bold;
  position: absolute;
  width: 100%;
  height: 100%;
  border-color: #2789ee; 
  background: #2789ee;
}
.com-hover-y{
  transition: all .3s ease;
}

.pop-fwqd-box{
  padding: 0 30px;
}
.pop-fwqd-tip{
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
  margin-bottom: 23px;
}
.pop-fwqd-list a{
  display: block;
  width: 100%;
  height: 43px;
  border-radius: 2px 0px 0px 2px;
  border: solid 1px #e5e5e5;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 2px;
  color: #333333;
  margin-bottom: 23px;
  text-align: center;
}
.pop-fwqd-list a.cur{
  border-color: #0176ff;
  color: #0176ff;
}
.pop-fwqd-content{
  width: 502px;
  height: auto;
}

@media screen and (min-width: 769px) {
  .com-hover-y:hover{
    transform: translateY(-5px);
  }
  
  ::-webkit-scrollbar {
    background-color: #f5f5f5;
    height: 8px;
    width: 8px
  }

  ::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px transparent
  }

  ::-webkit-scrollbar-thumb {
    background-color: hsla(223,9%,54%,.3);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px transparent;
    transition: all .2s linear
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: hsla(223,9%,54%,.6)
  }
  
  .com-scroll-y::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3); 
  }
  
  .com-scroll-y::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
  }
  .com-scroll-y::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.3);
  }
  .com-scroll-y::-webkit-scrollbar {
    width: 4px;
  }
  .com-scroll-y {
    overflow-y: auto;
    scrollbar-width: thin;
  }
}
@media screen and (max-width: 1850px){
  .layui-layer{
    left: 50% !important;
    transform: translateX(-50%)!important;
  }
}
@media screen and (max-width: 1600px){
  
  
  
  .footer-fixed-a-list{
    max-height: calc(115vh - 150px);
  }
}
@media screen and (max-width: 1366px){
  
  
  
  .footer-fixed-a-list{
    max-height: calc(142vh - 150px);
  }
}

@media screen and (max-width: 768px){
  
  .header-rt *{
    letter-spacing: 0;
  }
  body {
    line-height: 0.5rem;
    min-width: auto !important;
  }
  .header-site-sel button:after{
    right: .1rem;
  }
  .com-title{
    line-height: .8rem;
  }
  .com-title .tit{
    font-size: .4rem;
    min-width: auto;
  }
  .h5hide{
    display: none!important;
  }
  .h5show {
    display: block !important;
  }
  .pcshow {
    display: none !important;
  }
  .width1200{
    width: 100%;
  }
  .no-data{
    font-size: .3rem;
    line-height: .8rem;
  }
  .no-data img{
    width: 2.5rem;
  }
  
  .header-syx-tip{
    width: .82rem;
    font-size: .18rem;
    line-height: .3rem;
    margin-top: .15rem;
    margin-right: .05rem;
  }
  .header{
    padding: .45rem 0.25rem 0;
    
  }
  .header-logo{
    height: auto;
    width: 3.8rem;
    margin-right: 0.1rem;
  }
  .header-logo img{
    width: 100%;
  }
  .header-site-sel,.header-site-name {
    line-height: 0.5rem;
    height: 0.5rem;
    font-size: 0.3rem;
    padding: 0 0 0 0.05rem;
    border-left: none;
    margin-top: .05rem;
  }
  .header-site-name{
    height: auto;
  }
  .header-site-sel button{
    width: 0.9rem;
    margin: 0.1rem 0 0 0.1rem;
    letter-spacing: .02rem;
    font-size: .2rem;
    line-height: .36rem;
  }
  #header-site-name{
    width: 1rem;
    letter-spacing: 0;
    font-size: .26rem;
    font-weight: bold;
    text-align: right;
    max-width: none;
  }
  body.UseInMobile .header .ariafontcontent{
    font-size: 0.3rem!important;
  }
  .header-rt{
    font-size: 0.25rem;
    margin-top: 0.2rem;
    float: left;
    display: none;
  }
  .header-zzzs {
    width: 1.1rem;
    line-height: 0.5rem;
    border-radius: 0.04rem;
    margin-right: 0;
    margin-left: .2rem;
  }
  .header-nav-box{
    padding-top: 0.35rem;
    position: relative;
  }
  .header-nav{
    float: none;
    width: 7.5rem;
    text-align: center;
    position: absolute;
    background-color: #ffffff;
    top: 1.25rem;
    left: -.25rem;
    z-index: 999;
    display: none;
  }
  .header-nav a {
    font-size: 0.3rem;
    line-height: .9rem;
    height: auto;
    text-align: left;
    padding: 0 .38rem;
    letter-spacing: 0;
    color: #010101!important;
    display: block;
    border-bottom: 1px solid #efefef!important;
    margin-right: 0;
    font-weight: normal!important;
  }
  .header-nav a:last-of-type{
    border-bottom: none!important;
  }
  .header-nav a.cur, .header-nav a:hover{
    border-bottom-width: .04rem;
  }
  .header-search-box{
    padding-bottom: .3rem;
    float: none;
  }
  .header-search{
    width: 5.65rem;
    height: 0.64rem;
    border-radius: 0.1rem;
    border: solid 0.02rem #2789ee;
    background-position-x: .12rem;
    background-size: .3rem auto;
  }
  .header-search input {
    width: 4.4rem;
    font-size: 0.28rem;
    padding: 0 0.1rem 0 0.55rem;
  }
  .header-search button {
    width: 1.24rem;
    height: 0.64rem;
    line-height: 0.64rem;
    right: -0.02rem;
    top: -0.02rem;
    background: #1883ff;
    border-radius: 0 .08rem .08rem 0;
    font-size: .26rem;
  }
  .header-userh5,.header-menuh5{
    width: .43rem;
    margin-left: .24rem;
    margin-top: 0.1rem;
  }
  .header-userh5 img,.header-menuh5 img{
    width: 100%;
    display: block;
  }
  .header-menuh5 img:first-of-type{
    margin-top: .02rem;
  }
  .header-menuh5 img:last-of-type{
    display: none;
    width: 0.34rem;
    margin-top: 0.05rem;
  }
  .header-menuh5.expand img:first-of-type{
    display: none;
  }
  .header-menuh5.expand img:last-of-type{
    display:block;
  }
  .head-search-xl-box{
    width: 100%;
    top: .68rem;
    padding: .2rem 0;
    box-shadow: 0 1px .14rem 0 rgba(209, 224, 239, 0.6);
  }
  head-search-xl{
    max-height: 6rem;
  }
  .head-search-xl li{
    line-height: .5rem;
    padding: 0 .3rem;
    font-size: .26rem;
  }
  .g-picker-hall {
    font-size: 0.28rem;
    box-shadow: 0 0.12rem 0.18rem 0 rgba(167, 197, 238, 0.6);
    padding: 0.3rem 0.3rem 0;
    display: none;
  }
  .navigation-hall-dropdown{
    top: 1.3rem;
  }
  .g-picker-hall-bd ul a {
    padding: 0 0.2rem;
    line-height: 0.5rem;
  }
  .g-picker-hall-bd ul li {
    padding-top: 0;
  }
  .g-picker-hall-selector {
    padding-bottom: 0.2rem;
  }
  .g-picker-hall-station-line {
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .g-picker-hall-bd .g-picker-hall-station-line a{
    padding: 0 0.2rem;
  }
  .header-sel-adr-btn {
    width: 2rem;
    line-height: 0.65rem;
    border-radius: 0.08rem;
  }
  .header-sel-adr{
    padding-top: .3rem;
    padding-bottom: .3rem;
  }
  
  .footer-fixed{
    display: none;
  }
  .footer {
    font-size: 0.28rem;
  }
  .footer-t{
    padding: 0.4rem 0.25rem;
  }
  .footer-t .footer-t-item:nth-of-type(1),.footer-t .footer-t-item:nth-of-type(2){
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
    height: auto;
    border: none;
  }
  .footer-t .footer-t-item:nth-of-type(3){
    display: none;
  }
  .footer-tit {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .footer p.mb-10,.footer a.mb-10 {
    margin-bottom: 0.1rem;
  }
  .footer-bt {
    padding: 0.4rem 0.25rem;
  }
  .footer p.mb-30 {
    margin-bottom: 0.3rem;
  }
  .unit p:first-child{
    margin-bottom: 0;
  }
  .unit-img-warp {
    position:inherit;
    top: 0;
    transform: translateY(0%);
    margin-top: 0.3rem;
  }
  
  .page {
    margin: 0.4rem auto;
    font-size: 0.3rem;
  }
  .page a,.page span,.page input,.page div,.page .go-page.inl,.page .go-page-action{
    display: none;
  }
  .page .page-pre,.page .page-next,.page .last-page{
    display: inline-block;
  }
  .banner-box{
    height: 2.5rem;
  }
  .banner-ct .tit {
    font-size: 0.5rem;
    padding: 0.5rem 0 0.2rem;
    font-weight: bold;
  }
  .banner-ct {
    font-size: 0.28rem;
    padding-left: 0.25rem;
  }
  
  .bszn-box,.grzx-box{
    padding: 0 0.25rem;
    background-size: 3rem auto;
    background-position: 4.2rem .8rem;
  }
  .bszn-btn,.zxbl-btn {
    padding: 0 0.05rem;
    min-width: 1.5rem;
    height: 0.6rem;
    border-radius: 0.04rem;
    font-size: 0.28rem;
    line-height: 0.56rem;
    float: right;
  }
  
  .position {
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding: 0.3rem 0;
  }
  .bs-icon{
    width: .6rem;
    height: .6rem;
  }
  .bs-icon img{
    width: .4rem;
  }
  
  html,body{
    min-width: auto;
    width: 100%;
  }
  .l-banner{
    min-width: auto;
    padding: 0 0.25rem;
    background-size: cover !important;
  }
  .w1200, .block-center, .l-content, .l-position{
    width: 100%;
  }
  .l-position{
    padding: 0.1rem 0.25rem;
    font-size: .28rem;
    height: auto;
  }
  .l-page .go-page-action, .l-page a,.l-page .go-page{
    display: none !important;
  }
  .l-page a.yj-pga0,.l-page a.yj-pga8{
    display: inline-block !important;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
  }
  .unit{
    height: auto;
  }
  .unit-l{
    width: 100% !important;
    float: none;
  }
  
  .upd-gt-warp{
    min-width: unset;
  }
  .upd-gt-tc{
    width: 90%;
    margin-left: 0;
    transform: translateX(-50%);
    box-sizing: border-box;
    margin-top: 0;
    top: 5%!important;
    padding: 0 0.4rem 0.3rem;
    max-height: 90vh;
    overflow-y: auto;
  }
  .upd-gt-header{
    padding: 0.47rem 0 0.2rem;
  }
  .upd-gt-header .pull-l{
    font-size: .34rem;
  }
  .upd-gt-title, .tc-gt-choose{
    font-size: .32rem;
    line-height: .4rem;
  }
  .tc-gt-footer{
    padding-top: .3rem;
  }
  .tc-gt-warp li, .tc-gt-warp>a{
    font-size: .3rem;
    line-height: .4rem;
  }
  .tc-gt-warp li, .tc-gt-warp>a{
    width: 33%;
  }
  .tc-gt-warp{
    width: 100%;
  }
  .upd-gt-tc i.close{
    width: .5rem;
    height: .5rem;
    box-sizing: border-box;
  }
  .tc-gt-btns a{
    width: 1.5rem;
    height: .7rem;
    line-height: .7rem;
    border-radius: .35rem;
    font-size: .3rem;
  }
  .tc-gt-btns{
    margin-top: .3rem;
  }
  
  .more-list{
    padding-right: 0.3rem;
    margin-left: 0.3rem;
    background-size: 0.18rem auto;
    font-size: .3rem;
  }
  
  .pop-smrz-content, .pop-card-content {
    width: 80%;
    
  }
  .pop-close{
    vertical-align: top;
    margin-left: 0.63rem;
    width: .26rem;
    right: .3rem;
  }
  .pop-smrz-box, .pop-card-box {
    height: auto;
    border-radius: 0px 0px 0.08rem 0.08rem;
    padding: 0.3rem 0.6rem;
    padding-bottom: 0.6rem;
  }
  .pop-smrz-box p, .pop-card-box p {
    height: auto;
    border-radius: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.1rem 0.2rem;
  }
  .pop-smrz-box img, .pop-card-box img {
    width: 3rem;
    height: 3rem;
    padding: .15rem;
  }
  .pop-box .qrcode-logo{
    width: 0.6rem;
    
    
  }
  
  .pop-gjj-content {
    width: 80%;
    border-radius: 0.08rem;
    padding-top: 0.25rem;
  }
  .pop-gjj-title, .pop-lxr-title, .pop-address-title {
    font-size: 0.32rem;
    padding-left: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .pop-gjj-box {
    padding: 0.3rem;
    padding-right: 0.2rem;
  }
  
  .pop-del-content{
    width: 80%;
    margin-top: 30%;
  }
  .pop-del-box{
    padding: 0.5rem 0;
    padding-top: 0.8rem;
    font-size: 0.4rem;
  }
  .pop-btns button{
    width: 1.8rem;
    height: 0.6rem;
    font-size: 0.3rem;
    margin: 0.4rem 0;
  }
  
  .pop-lxr-content, .pop-address-content{
    width: 90%;
  }
  .pop-lxr-box, .pop-address-box{
    padding: 0 0.25rem;
  }
  .pop-lxr-box>div, .pop-address-box>div,.pop-lxr-box>div:nth-child(2n), .pop-address-box>div:nth-child(2n){
    margin-bottom: 0.3rem;
    float: none;
    display: block;
  }
  .pop-lxr-box span, .pop-address-box span,.pop-lxr-box>div:nth-child(2n) span {
    font-size: 0.3rem;
    line-height: 0.6rem;
    width: 2.2rem;
    float: none;
    display: block;
  }
  .pop-lxr-box input, .pop-lxr-box select, .pop-address-box input, .pop-address-box select, .pop-address-box textarea{
    float: none;
    display: block;
    width: 100%;
    height: 0.8rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
    padding: 0.1rem;
  }
  .pop-address-box select{
    margin: auto;
    margin-bottom: 0.3rem;
  }
  .pop-address-box select:last-child{
    margin-bottom: 0;
  }
  .pop-address-box textarea{
    height: 2rem;
  }
  .pop-lxr-box, .pop-address-box, .pop-ct-box{
    padding-left: .25rem;
    padding-right: .25rem;
  }
  .pop-lxr-content, .pop-address-content{
    padding-top: .3rem;
    padding-bottom: .3rem;
  }
  .pop-info-item{
    font-size: .3rem;
    line-height: .45rem;
    margin-bottom: .3rem;
  }
  .pop-label{
    width: 1.4rem;
    padding: .1rem 0rem .1rem 0;
    font-size: .28rem;
  }
  .pop-info-ct,.pop-info-lxr-box{
    padding: .1rem .2rem;
  }
  .pop-info-lxr-box{
    margin-top: .4rem;
  }
  .pop-info-lxr-box.mt-30{
    margin-top: .3rem;
  }
  .pop-info-ct.pb-40{
    padding-bottom: .4rem;
  }
  .pop-info-textarea{
    min-height: 1.2rem;
  }
  .pop-info-msg{
    min-height: 2rem;
  }
  .pop-info-lxr-item{
    width: 100%;
    padding-left: .2rem;
  }
  .pop-info-lxr-item:not(:last-of-type){
    margin-right: 0;
  }
  .pop-info-lxr-item:before{
    height: .2rem;
  }
  
  
  .pop-content{
    width: 90%;
    padding: 0.25rem;
  }
  .pop-top {
    width: 100%;
    margin-left: 0.05rem;
    margin-bottom: 0.5rem;
  }
  .pop-title{
    font-size: 0.3rem;
  }
  .pop-items{
    width: 100%;
    padding: 0.15rem;
  }
  .pop-items div{
    margin-bottom: 0.3rem;
  }
  .pop-items span, .pop-items p{
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .pop-items p{
    width: 100%;
    padding-left: 0.15rem;
  }
  .popApp-content{
    width: 90%;
    padding: 0.5rem 0.25rem;
    min-height:auto;
    height: auto;
    margin-top: 30%;
  }
  .popApp-content>img {
    height: 3rem;
    margin-bottom: 0.5rem;
  }
  .popApp-name {
    font-size: 0.4rem;
    line-height: 0.6rem;
    margin: 0 0 .3rem 0.25rem;
    
  }
  .popApp-num{
    font-size: 0.3rem;
  }
  .popApp-tip{
    font-size: 0.26rem;
    line-height: 0.4rem;
    padding: 0 0.1rem;
    margin: 0.3rem 0.15rem;
  }
  
  
  .pop-box-sz {
    width: 90%;
    border-radius: 0.08rem;
    padding-top: 0.25rem;
  }
  .pop-sz-part1{
    width:5rem;
    height: 1rem;
    margin-bottom: 0.5rem;
  }
  .pop-card-tip{
    font-size: .3rem;
    line-height: .6rem;
    margin-top: .4rem;
  }
  .pop-sz-part1-item>p {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .pop-sz-part1-item>div {
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.28rem;
  }
  .pop-sz-line {
    width: 2rem;
    margin-top: 0.2rem;
  }
  .pop-sz-part2{
    width: 5rem;
    height: auto;
    border-radius: 0.08rem;
    border: 0.02rem solid #b1d9ff;
    padding: 0.2rem 0.2rem;
    display: flex;
    align-items: center;
  }
  .pop-sz-part2>img{
    width: 0.9rem;
  }
  .pop-sz-part2 span {
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #333333;
  }
  .pop-sz-part2 p{
    font-size: 0.28rem;
    width: 3.2rem;
    line-height: 0.4rem;
  }
  .mb96{
    margin-bottom: 0.5rem;
  }
  .pop-set-box{
    padding: 0 .3rem .6rem .3rem
  }
  .pop-box-sz-head .pop-set-box{
    max-height: calc(90vh - 4rem);
    overflow-y: auto;
    padding-left: .3rem;
    padding-top: .3rem;
    margin-right: .15rem;
    padding-right: .1rem;
  }
  .pop-head-item{
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0!important;
    margin-top: 0.4rem;
  }
  .pop-head-item:nth-of-type(4){
    margin-top: .4rem;
  }
  .pop-head-item:not(:nth-of-type(3n)){
    margin-right: .35rem!important;
  }
  .pop-step-input{
    padding: 0 .2rem;
  }
  .pop-step-input-box{
    flex-wrap: wrap;
    font-size: .28rem;
    margin-top: .3rem;
  }
  .h5-code-br{
    margin-left: 1.4rem;
    margin-top: .05rem;
  }
  
  .pop-upgrade-content{
    padding-bottom: 0.5rem;
  }
  .pop-upgrade-title{
    padding: 0.3rem;
  }
  .pop-box .pop-upgrade-content .qrcode-logo{
    left: 50%;
    transform: translateX(-50%);
  }
  .qrcode-tip {
    font-size: 0.3rem;
    margin-top: 0.1rem;
  }
  .pop-upgrade-tip {
    width: 90%;
    border-radius: 0.1rem;
    padding: 0.25rem;
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .g-picker-hall-selector li{
    width: 25%;
  }
  .g-picker-hall-bd ul li{
    width: 33.3%;
  }
  
  .pop-fwqd-content{
    width: 90%;
  }
}