:root {
	--hei0: #1c3645;
	--hei: #414141;
	--gray: #6a6b6d;
	--bai: #f2f3f6;
	--hui: #535353;
	--h01: #f02e3e;
	--h02: #ff6c00;
	--h03: #eeb416;
	--l01: #1ab373;
	--c11: #1a78e4;
	--c12: #0aafe6;
	--c13: #08ccd9;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #f40;
}
::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #1890ff;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background: #f2f2f2;
  cursor: default;
}
.kfService {
  display: none;
  width: 190px;
  height: 290px;
  background: #fff;
  position: fixed;
  right: 70px;
  top: 7px;
  z-index: 10;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 #080808;
}
.kfService button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 5px;
  background: #FF7B00;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.kfService button:after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../img/Service.html) no-repeat 0 0;
  position: absolute;
  left: 10px;
  top: 6px;
}
.kfService button:hover {
  background: red;
}
.kfService h3 {
  width: 100%;
  height: 40px;
  line-height: 50px;
  border-top: 1px solid #c5c3c3;
  position: relative;
  margin-top: 20px;
  font-size: 18px;
  color: #424242;
  text-align: center;
  font-weight: 600;
}
.kfService h3:after {
  content: "æˆ–è€…";
  position: absolute;
  left: 50%;
  top: -8px;
  font-size: 16px;
  line-height: 16px;
  background-color: #fff;
  transform: translateX(-50%);
  color: #adabab;
  padding: 0 10px;
}
.kfService .imgService {
  width: 100%;
  height: 200px;
  background: url(../img/serviceQRcode.html) 0 0 no-repeat;
  background-size: 12rem;
}
.pc-port {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background: url(../img/kai_bg-min.png) repeat-x #f2f2f2;
}
.pc-port .row {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.pc-port .row header {
  width: 50%;
  height: 120px;
  display: inline-block;
  padding: 20px 12px;
  box-sizing: border-box;
}
.pc-port .row header img{
	height: 100%;
	border-radius: 10px;
	float: left;
}
.pc-port .row header h3{color: #ffffff; margin-left: 10px;display: inline-block;font-size: 32px;}
.pc-port .row header .sub-txt{margin-left: 10px;display: inline-block;width: calc(100% - 140px);margin-top: 5px;font-size: 18px;}
.pc-port .row .neirf {
  width: 100%;
  height: auto;
  margin-top: -50px;
}
.pc-port .row .neirf span {
  width: 20%;
  height: 30px;
  color: #ffffff;
  font-size: 18px;
  padding-left: 15px;
  display: inline-block;
}
.pc-port .row .details {
  width: 40%;
  height: 30px;
  float: right;
  color: #ffffff;
  font-size: 14px;
  text-align: right;
  padding-right: 35px;
}
.pc-port .row .details .shoucbz {
  width: 100px;
  height: 30px;
  font-size: 16px;
  display: inline-block;
}
.pc-port .row .details .shoucbz a {
  color: #FFFFFF;
  font-size: 1rem;
  text-decoration: none;
}
.kefu-btn {
  width: 96px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  color: #3f3c62;
  font-size: 1rem;
  transition: all .5s;
}
.kefu-btn:hover{color: #ffffff;}
.kefu-btn img{width: 24px;height: 24px;float: left;border-radius: 8px;}
.pc-port .row .details .shoucbz:before {
  content: "";
  width: 20px;
  height: 25px;
  display: inline-block;
  background: url(../img/nav_pic.png) no-repeat -1rem 0rem;
  position: relative;
  top: 4px;
  right: 5px;
}
.pc-port .row .online_service {
  z-index: 99999;
  width: 60px;
  height: 110px;
  background-color: #ff9e13;
  border-radius: 2px;
  position: fixed;
  right: 3px;
  top: 5px;
  cursor: pointer;
}
.pc-port .row .online_service .os_icon {
  height: 50px;
  width: 55px;
  margin: 10px auto 0;
  background: url(../img/logo_icon1.png) no-repeat -31rem 0rem;
}
.pc-port .row .online_service .os_font {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: 36px;
  margin: 3px auto;
  line-height: 19px;
}
.pc-port .row .entrance {
  width: 100%;
  height: auto;
  margin-top: 15px;
  display: inline-flex;
}
.pc-port .row .entrance .back_XL {
  width: 224px;
  height: 110px;
  margin-left: 1.15%;
  list-style: none;
  border-radius: 8px;
  text-align: center;
  background: #ffffff;
  display: inline-block;
}
.pc-port .row .entrance .back_XL .arrows {
  width: 100%;
  height: 73px;
  color: #313242;
  font-size: 18px;
  line-height: 73px;
  display: inline-block;
  text-decoration: none;
}
.pc-port .row .entrance .back_XL div {
  width: 100%;
  color: #fff;
  height: 39px;
  font-size: 16px;
  line-height: 39px;
  background: #313242;
  border-radius: 0 0 10px 10px;
}
.pc-port .row .entrance .back_XL .arrows:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../img/nav_pic.png) no-repeat -2.75rem -0.23rem;
  position: relative;
  top: 5px;
}
.pc-port .row .entrance .back_XL .arrows5 {
  color: #f1010a !important;
}
.pc-port .row .entrance .back_XL .arrows5:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../img/nav_pic.png) no-repeat -4.85rem -0.23rem !important;
  position: relative;
  top: 5px;
}
.pc-port .row .entrance li:hover {
  box-shadow: 0px 5px 5px rgba(255, 255, 255, 0.8);
}
.pc-port .row .brand {
  width: 70%;
  height: auto;
  display: inline-block;
}
.pc-port .row .brand li {
  width: 845px;
  height: auto;
  margin: 10px;
  list-style: none;
  border-radius: 5px;
  background: rgba(247, 244, 244, 0.68);
}
.pc-port .row .brand li dl {
  width: 100%;
  height: auto;
  padding: 10px 20px;
}
.pc-port .row .brand li dl dt {
  color: #333333;
  font-size: 18px;
  margin-bottom: 10px;
}
.pc-port .row .brand li dl dd {
  width: 19%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  padding-left: 35px;
  display: inline-block;
  box-sizing: border-box;
}
.pc-port .row .brand li dl dd a {
  color: #333333;
  font-size: 16px;
  text-decoration: none;
}
.pc-port .row .brand li dl .tongy:before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: 3px;
  right: 10px;
}
.pc-port .row .brand li dl .baudu:before {
  background: url(../img/nav_pic.png) no-repeat -0.6rem -2.25rem;
}
.pc-port .row .brand li dl .trngxu:before {
  background: url(../img/nav_pic.png) no-repeat -2.48rem -2.25rem;
}
.pc-port .row .brand li dl .fneghw:before {
  background: url(../img/nav_pic.png) no-repeat -4.4rem -2.25rem;
}
.pc-port .row .brand li dl .souhu:before {
  background: url(../img/nav_pic.png) no-repeat -6.3rem -2.25rem;
}
.pc-port .row .brand li dl .wangyi:before {
  background: url(../img/nav_pic.png) no-repeat -8rem -2.25rem;
}
.pc-port .row .brand li dl .youku:before {
  background: url(../img/nav_pic.png) no-repeat -9.96rem -2.26rem;
}
.pc-port .row .brand li dl .jingdsc:before {
  background: url(../img/nav_pic.png) no-repeat -11.6rem -2.26rem;
}
.pc-port .row .brand li dl .tielu:before {
  background: url(../img/nav_pic.png) no-repeat -13.58rem -2.26rem;
}
.pc-port .row .brand li dl .tongc:before {
  background: url(../img/nav_pic.png) no-repeat -17.35rem -2.26rem;
}
.pc-port .row .brand li dl .xiecw:before {
  background: url(../img/nav_pic.png) no-repeat -15.5rem -2.26rem;
}
.pc-port .row .brand li dl .gongsyh:before {
  background: url(../img/nav_pic.png) no-repeat -0.6rem -4.33rem;
}
.pc-port .row .brand li dl .zhonggyh:before {
  background: url(../img/nav_pic.png) no-repeat -2.43rem -4.33rem;
}
.pc-port .row .brand li dl .jiansyh:before {
  background: url(../img/nav_pic.png) no-repeat -4.3rem -4.33rem;
}
.pc-port .row .brand li dl .nongyyh:before {
  background: url(../img/nav_pic.png) no-repeat -6.28rem -4.33rem;
}
.pc-port .row .brand li dl .youzxc:before {
  background: url(../img/nav_pic.png) no-repeat -8.1rem -4.33rem;
}
.pc-port .row .brand li dl .zhaosyh:before {
  background: url(../img/nav_pic.png) no-repeat -9.86rem -4.33rem;
}
.pc-port .row .brand li dl .guangdyh:before {
  background: url(../img/nav_pic.png) no-repeat -11.5rem -4.33rem;
}
.pc-port .row .brand li dl .xingyyh:before {
  background: url(../img/nav_pic.png) no-repeat -13.5rem -4.2rem;
}
.pc-port .row .brand li dl .jiaotyh:before {
  background: url(../img/nav_pic.png) no-repeat -15.5rem -4.2rem;
}
.pc-port .row .brand li dl .guangfyh:before {
  background: url(../img/nav_pic.png) no-repeat -17.4rem -4.2rem;
}
.pc-port .row .brand li dl .taob:before {
  background: url(../img/nav_pic.png) no-repeat -0.6rem -7.85rem;
}
.pc-port .row .brand li dl .jingd:before {
  background: url(../img/nav_pic.png) no-repeat -2.5rem -7.85rem;
}
.pc-port .row .brand li dl .tianm:before {
  background: url(../img/nav_pic.png) no-repeat -4.4rem -7.85rem;
}
.pc-port .row .brand li dl .suning:before {
  background: url(../img/nav_pic.png) no-repeat -6.25rem -7.85rem;
}
.pc-port .row .brand li dl .guomei:before {
  background: url(../img/nav_pic.png) no-repeat -8rem -7.85rem;
}
.pc-port .row .brand li dl .dangd:before {
  background: url(../img/nav_pic.png) no-repeat -9.79rem -7.85rem;
}
.pc-port .row .brand li dl .juhuas:before {
  background: url(../img/nav_pic.png) no-repeat -11.6rem -7.85rem;
}
.pc-port .row .brand li dl .meils:before {
  background: url(../img/nav_pic.png) no-repeat -13.6rem -7.85rem;
}
.pc-port .row .brand li dl .mogujie:before {
  background: url(../img/nav_pic.png) no-repeat -15.4rem -7.85rem;
}
.pc-port .row .brand li dl .weipinh:before {
  background: url(../img/nav_pic.png) no-repeat -17.3rem -7.85rem;
}
.pc-port .row .information {
  width: 320px;
  margin: 10px;
  float: right;
  height: auto;
  border-radius: 5px;
  display: inline-block;
  background: rgba(247, 244, 244, 0.68);
}
.pc-port .row .information dl {
  width: 100%;
  height: auto;
  padding: 10px 0;
}
.pc-port .row .information dl dt {
  color: #333333;
  font-size: 18px;
  padding-left: 25px;
}
.pc-port .row .information dl dd {
  width: 44%;
  height: 75.6px;
  text-align: center;
  line-height: 120px;
  display: inline-block;
}
.pc-port .row .information dl dd a {
  color: #333333;
  font-size: 16px;
  text-decoration: none;
}
.pc-port .row .zuxyty:before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: -25px;
  right: -40px;
}
.pc-port .row .xinlxw:before {
  background: url(../img/nav_pic.png) no-repeat -0.5rem -6rem;
}
.pc-port .row .fenghzx:before {
  background: url(../img/nav_pic.png) no-repeat -2.4rem -6rem;
}
.pc-port .row .lianhzb:before {
  background: url(../img/nav_pic.png) no-repeat -9.92rem -6rem;
}
.pc-port .row .renmw:before {
  background: url(../img/nav_pic.png) no-repeat -11.6rem -6rem;
  position: relative;
  left: 32px;
}
.pc-port .row .tengxxw:before {
  background: url(../img/nav_pic.png) no-repeat -4.32rem -6rem;
}
.pc-port .row .souhxw:before {
  background: url(../img/nav_pic.png) no-repeat -6.2rem -6rem;
}
.pc-port .row .huaiqsb:before {
  background: url(../img/nav_pic.png) no-repeat -13.59rem -6rem;
}
.pc-port .row .wangyxw:before {
  background: url(../img/nav_pic.png) no-repeat -15.3rem -6rem;
}
.pc-port .row .xinhw:before {
  background: url(../img/nav_pic.png) no-repeat -17.5rem -6rem;
  position: relative;
  left: 36px;
}
.pc-port .row .baiduxw:before {
  background: url(../img/nav_pic.png) no-repeat -8rem -6rem;
}
.pc-port .row .relation {
  width: 98.3%;
  height: 154px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 10px;
}
.pc-port .row .relation span {
  width: 100px;
  color: #333333;
  font-size: 18px;
  padding: 10px 20px;
  display: inline-block;
}
.pc-port .row .relation ul {
  width: 99%;
  height: auto;
  font-size: 0;
  padding: 10px;
}
.pc-port .row .relation ul li {
  width: 33.33%;
  height: auto;
  list-style: none;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
}
.pc-port .row .relation ul .kefu1 {
  width: 78%;
  height: 90px;
  float: right;
  line-height: 40px;
}
.pc-port .row .relation ul .kefu1 p {
  color: #333333;
  font-size: 16px;
}
.pc-port .row .relation ul .textli {
  color: #999999 !important;
}
.pc-port .row .relation ul .tongyd:before {
  content: "";
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  top: 17px;
  left: 20px;
}
.pc-port .row .relation ul .service1:before {
  background: url(../img/nav_pic.png) no-repeat -0.53rem -9.2rem;
}
.pc-port .row .relation ul .service2:before {
  background: url(../img/nav_pic.png) no-repeat -3.8rem -9.2rem;
}
.pc-port .row .relation ul .service3:before {
  background: url(../img/nav_pic.png) no-repeat -7.3rem -9.2rem;
}
.pc-port .row .relation ul .service4:before {
  background: url(../img/nav_pic.png) no-repeat -11.3rem -9.2rem;
}
.pc-port .row .relation ul .service5:before {
  background: url(../img/nav_pic.png) no-repeat -15.3rem -9.2rem;
}
.entrance1 {
  width: 100%;
  color: #fff;
  height: 39px;
  font-size: 16px;
  line-height: 39px;
  background: #313242;
  border-radius: 0 0 10px 10px;
}
.entrance5 {
  width: 100%;
  color: #fff;
  height: 39px;
  font-size: 16px;
  line-height: 39px;
  background: #f1010a;
  border-radius: 0 0 10px 10px;
}
.move-port {
  width: auto;
  height: auto;
  padding: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background: url(../img/move-port.jpg) repeat-x #f2f2f2;
}
.move-port .logo {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.move-port .logoxz {
  width: 167px;
  display: inline-block;
  background-size: 10rem auto;
}
.move-port .neirf {
  width: 100%;
  height: auto;
}
.move-port .neirf .lnced {
  width: 20%;
  color: #fff;
  height: auto;
  font-size: 0.9rem;
  line-height: 37px;
  text-align: center;
  display: inline-block;
}
.move-port .neirf .details {
  width: 64%;
  float: right;
  height: 37px;
  text-align: right;
  display: inline-block;
}
.move-port .neirf .details .shoucbz {
  width: 30%;
  color: #FFFFFF;
  padding-left: 10px;
  font-size: 0.4rem;
}
.move-port .neirf .details .shoucbz a {
  color: #FFFFFF;
  font-size: 0.8rem;
  text-decoration: none;
}
.move-port .neirf .details .plus-sign1 {
  background: url(../img/webapp.png) no-repeat -4.2rem 0rem;
  position: relative;
  top: 3px;
}
.move-port .neirf .details .plus-sign {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  background-size: 22rem auto;
}
.move-port .neirf .online_service {
  z-index: 99999;
  width: 60px;
  height: 110px;
  background-color: #ff9e13;
  border-radius: 2px;
  position: fixed;
  right: 3px;
  top: 5px;
}
.move-port .neirf .online_service .os_icon {
  height: 50px;
  width: 55px;
  margin: 10px auto 0;
  background: url(../img/logo_icon1.png) no-repeat -31rem 0rem;
}
.move-port .neirf .online_service .os_font {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: 36px;
  margin: 3px auto;
  line-height: 19px;
}
.move-port .neirf .circuit {
  width: 100%;
  height: 337px;
  border-radius: 5px;
  border: 1px solid rgba(247, 244, 244, 0.4);
}
.move-port .neirf .circuit .Line-back {
  width: 98%;
  height: 328px;
  margin: 0 auto;
  margin-top: 5px;
  border-radius: 5px;
  background: rgba(247, 244, 244, 0.4);
}
.move-port .neirf .circuit .Line-back li {
  width: 89%;
  height: auto;
  margin: 0 auto;
  list-style: none;
  padding: 10px 20px;
  position: relative;
}
.move-port .neirf .circuit .Line-back li .kncdek {
  width: 100%;
  height: 45px;
  border-radius: 30px;
  background: #FFFFFF;
  display: inline-block;
}
.move-port .neirf .circuit .Line-back li a {
  width: 100%;
  height: 45px;
  cursor: pointer;
  border-radius: 30px;
  background: #FFFFFF;
  display: inline-block;
}
.move-port .neirf .circuit .Line-back li .xianl {
  width: 30%;
  height: 45px;
  color: #313242;
  font-size: 0.9rem;
  line-height: 45px;
  padding-left: 1.5rem;
  display: inline-block;
}
.move-port .neirf .circuit .Line-back li div {
  width: 50%;
  float: right;
  color: #313242;
  font-size: 0.9rem;
  text-align: right;
  position: absolute;
  top: 14px;
  right: 22px;
}
.move-port .neirf .circuit .Line-back li .jiant {
  background: url(../img/webapp.png) no-repeat -1.5rem 0rem;
  position: relative;
  top: 7px;
  margin-left: 6px;
  margin-right: 17px;
}
.move-port .neirf .circuit .Line-back li .jiant5 {
  background: url(../img/webapp.png) no-repeat -0.1rem 0rem;
  position: relative;
  top: 7px;
  margin-left: 6px;
  margin-right: 17px;
}
.move-port .neirf .circuit .Line-back li .boult {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background-size: 15rem auto;
}
.move-port .neirf .circuit .Line-back li .xian5 {
  background: #f1010a;
}
.move-port .neirf .circuit .Line-back li .xian5 .xianl {
  color: #FFFFFF;
}
.move-port .neirf .circuit .Line-back li .xian5 .seconds {
  color: #FFFFFF;
}
.move-port .neirf .in-common-use {
  width: 100%;
  height: 3rem;
  font-size: 0;
  line-height: 3rem;
}
.move-port .neirf .in-common-use li {
  width: 24%;
  height: auto;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}
.move-port .neirf .in-common-use span {
  height: 0.7rem;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.move-port .neirf .in-common-use .use-text {
  color: #FFFFFF !important;
  font-size: 0.875rem !important;
}
.move-port .neirf .sites {
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: 1px solid rgba(247, 244, 244, 0.4);
}
.move-port .neirf .sites dl {
  width: 98%;
  height: auto;
  margin: 0 auto;
  font-size: 0;
  margin-top: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  background: rgba(247, 244, 244, 0.4);
}
.move-port .neirf .sites dl dd {
  width: 25%;
  height: 4rem;
  text-align: center;
  line-height: 6.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  box-sizing: border-box;
}
.move-port .neirf .sites dl dd a {
  width: 4rem;
  height: 4rem;
  color: #333333;
  font-size: 0.875rem;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.move-port .neirf .sites dl .sites-icon1 {
  background: url(../img/webapp.png) no-repeat -0.15rem -2rem;
}
.move-port .neirf .sites dl .sites-icon2 {
  background: url(../img/webapp.png) no-repeat -2.1rem -2rem;
}
.move-port .neirf .sites dl .sites-icon3 {
  background: url(../img/webapp.png) no-repeat -4.2rem -2rem;
}
.move-port .neirf .sites dl .sites-icon4 {
  background: url(../img/webapp.png) no-repeat -6.2rem -2rem;
}
.move-port .neirf .sites dl .sites-icon5 {
  background: url(../img/webapp.png) no-repeat -8.2rem -2rem;
}
.move-port .neirf .sites dl .sites-icon6 {
  background: url(../img/webapp.png) no-repeat -10.2rem -2rem;
}
.move-port .neirf .sites dl .sites-icon7 {
  background: url(../img/webapp.png) no-repeat -12.3rem -2rem;
}
.move-port .neirf .sites dl .sites-icon8 {
  background: url(../img/webapp.png) no-repeat -14.2rem -2rem;
}
.move-port .neirf .sites dl .sites-icon9 {
  background: url(../img/webapp.png) no-repeat -16.2rem -2rem;
}
.move-port .neirf .sites dl .sites-icon10 {
  background: url(../img/webapp.png) no-repeat -18.2rem -2rem;
}
.move-port .neirf .sites dl .bank-icon1 {
  background: url(../img/webapp.png) no-repeat -0.15rem -4rem;
}
.move-port .neirf .sites dl .bank-icon2 {
  background: url(../img/webapp.png) no-repeat -2.1rem -4rem;
}
.move-port .neirf .sites dl .bank-icon3 {
  background: url(../img/webapp.png) no-repeat -4.2rem -4rem;
}
.move-port .neirf .sites dl .bank-icon4 {
  background: url(../img/webapp.png) no-repeat -6.2rem -4rem;
}
.move-port .neirf .sites dl .bank-icon5 {
  background: url(../img/webapp.png) no-repeat -8.2rem -4rem;
}
.move-port .neirf .sites dl .bank-icon6 {
  background: url(../img/webapp.png) no-repeat -10.2rem -4rem;
}
.move-port .neirf .sites dl .bank-icon7 {
  background: url(../img/webapp.png) no-repeat -12.3rem -4rem;
}
.move-port .neirf .sites dl .bank-icon8 {
  background: url(../img/webapp.png) no-repeat -14.2rem -4rem;
}
.move-port .neirf .sites dl .bank-icon9 {
  background: url(../img/webapp.png) no-repeat -16.2rem -4rem;
}
.move-port .neirf .sites dl .bank-icon10 {
  background: url(../img/webapp.png) no-repeat -18.2rem -4rem;
}
.move-port .neirf .sites dl .message-icon1 {
  background: url(../img/webapp.png) no-repeat 0rem -6rem;
}
.move-port .neirf .sites dl .message-icon2 {
  background: url(../img/webapp.png) no-repeat -2.1rem -6rem;
}
.move-port .neirf .sites dl .message-icon3 {
  background: url(../img/webapp.png) no-repeat -10.2rem -6rem;
}
.move-port .neirf .sites dl .message-icon4 {
  background: url(../img/webapp.png) no-repeat -12.2rem -6rem;
}
.move-port .neirf .sites dl .message-icon5 {
  background: url(../img/webapp.png) no-repeat -4.2rem -6rem;
}
.move-port .neirf .sites dl .message-icon6 {
  background: url(../img/webapp.png) no-repeat -6.2rem -6rem;
}
.move-port .neirf .sites dl .message-icon7 {
  background: url(../img/webapp.png) no-repeat -14.2rem -6rem;
}
.move-port .neirf .sites dl .message-icon8 {
  background: url(../img/webapp.png) no-repeat -16.3rem -6rem;
}
.move-port .neirf .sites dl .message-icon9 {
  background: url(../img/webapp.png) no-repeat -18.2rem -6rem;
}
.move-port .neirf .sites dl .message-icon10 {
  background: url(../img/webapp.png) no-repeat -8.2rem -6rem;
}
.move-port .neirf .sites dl .shop-icon1 {
  background: url(../img/webapp.png) no-repeat -0.15rem -8rem;
}
.move-port .neirf .sites dl .shop-icon2 {
  background: url(../img/webapp.png) no-repeat -2.1rem -8rem;
}
.move-port .neirf .sites dl .shop-icon3 {
  background: url(../img/webapp.png) no-repeat -4.2rem -8rem;
}
.move-port .neirf .sites dl .shop-icon4 {
  background: url(../img/webapp.png) no-repeat -6.2rem -8rem;
}
.move-port .neirf .sites dl .shop-icon5 {
  background: url(../img/webapp.png) no-repeat -8.2rem -8rem;
}
.move-port .neirf .sites dl .shop-icon6 {
  background: url(../img/webapp.png) no-repeat -10.2rem -8rem;
}
.move-port .neirf .sites dl .shop-icon7 {
  background: url(../img/webapp.png) no-repeat -12.3rem -8rem;
}
.move-port .neirf .sites dl .shop-icon8 {
  background: url(../img/webapp.png) no-repeat -14.2rem -8rem;
}
.move-port .neirf .sites dl .shop-icon9 {
  background: url(../img/webapp.png) no-repeat -16.2rem -8rem;
}
.move-port .neirf .sites dl .shop-icon10 {
  background: url(../img/webapp.png) no-repeat -18.2rem -8rem;
}
.move-port .neirf .sites dl .sites-icon {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  background-size: 20rem auto;
  position: absolute;
  top: 9px;
  left: 20px;
}
.move-port .baidul {
  padding-left: 2%;
}
.move-port .tetmdj {
  position: relative;
  top: -15px;
}
.move-port .tetmdj2 {
  position: relative;
  top: -29px;
}
.move-port .tetmdj3 {
  position: relative;
  top: -42px;
}
.move-port .tetmdj4 {
  position: relative;
  top: -55px;
}
.move-port #common-bank {
  display: none;
}
.move-port #common-message {
  display: none;
}
.move-port #common-shop {
  display: none;
}
.move-port .cesu {
  line-height: 10px;
  margin-right: 20px;
}
.move-port .caption {
  color: #FFFFFF;
  padding-left: 5px;
  margin: 10px auto;
  font-size: 0.875rem;
}
.move-port .ydservice {
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: 1px solid rgba(247, 244, 244, 0.4);
}
.move-port .ydservice ul {
  width: 98%;
  height: auto;
  margin: 0 auto;
  margin-top: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  background: rgba(247, 244, 244, 0.4);
}
.move-port .ydservice ul li {
  width: 100%;
  height: 75px;
  list-style: none;
  position: relative;
}
.move-port .ydservice ul .the-on-line1 {
  background: url(../img/webapp.png) no-repeat 0rem -10rem;
}
.move-port .ydservice ul .the-on-line2 {
  background: url(../img/webapp.png) no-repeat -3rem -10rem;
}
.move-port .ydservice ul .the-on-line3 {
  background: url(../img/webapp.png) no-repeat -6.6rem -10rem;
}
.move-port .ydservice ul .the-on-line4 {
  background: url(../img/webapp.png) no-repeat -10.1rem -10rem;
}
.move-port .ydservice ul .the-on-line5 {
  background: url(../img/webapp.png) no-repeat -13.9rem -10rem;
}
.move-port .ydservice ul .the-on-line {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  background-size: 20rem auto;
  position: absolute;
  top: 20px;
  left: 20px;
}
.move-port .ydservice ul .service-text {
  width: 75%;
  float: right;
  height: 4.5rem;
  line-height: 1.5rem;
  display: inline-block;
}
.move-port .ydservice ul .service-text p {
  color: #333333;
  font-size: 0.9rem;
}
.move-port .ydservice ul .service-text .text1 {
  margin-top: 20px;
}
.color-red{color: #f44336 !important;}
.color-white{color: #ffffff !important;}
.kjlx_box {
	width: 340px;
	height: 40px;
	border-radius: 25px;
	border: solid 1px var(--c12);
	background: var(--c12);
	margin: 0 auto;
	justify-content: space-between;
	box-sizing: border-box;
	overflow: hidden;
}

.kjlx_box,
.kjlx_box li {
	display: flex;
	align-items: center;
}

.kjlx_box li,
.kjlx_box li span {
	justify-content: center
}

.kjlx_box li span {
	width: 100%;
	height: 40px;
	display: block;
	background: var(--c12);
	margin-right: 5px;
	padding: 5px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	color: #ffffff;
}

.kjlx_box li span i {
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-right: 8px;
	padding: 2px;
}

.kjlx_box li span p {
	font-size: 14px;
	margin:0;
}
.kjlx_box li span p.jx{
	display: none;
}

.kjlx_box li h2 {
	flex-grow: 1;
	font-size: 18px;
	border-radius: 6px;
	background: var(--bai);
	padding: 2px 12px;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	font-family: Microsoft YaHei, Heiti SC, Tahoma, Arial, Hiragino Sans GB,"sans-serif", Source HanSans SC, "Source HanSerif SC";
}

.kjlx_box a {
	width: 80px;
	height: 40px;
	color: #ffffff;
	box-sizing: border-box;
	border: 0;
	border-left: solid 1px var(--c06);
	font-size: 14px;
	letter-spacing: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s;
	text-decoration: none;
}

.kjlx_box a:hover {
	background: var(--bai);
	color: var(--c12);
}
.top-kf{
	width: 375px;
	float: right;
	padding-right: 12px;
	padding-top: 24px;
}
@media screen and (min-width: 760px) {
  .pc-port {
    display: block !important;
  }
  .move-port {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) {
  .move-port {
    display: block !important;
  }
  .pc-port {
    display: none !important;
  }
}

.dialog_mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .2);
	z-index: 20001;
	box-sizing: border-box;
	padding: 24px;
	flex-direction: row;
	align-items: center;
	display: none;
	opacity: 0
}

.dialog_mask.show {
	display: flex;
	animation: fadeIn .3s ease-in forwards;
	opacity: 1;
}

.dialog {
	max-width: 480px;
	height: 520px;
	background: #eef6fc;
	box-shadow: 0 8px 10px 0 rgba(31, 26, 107, .14);
	background: var(--bai);
	border-radius: 14px;
	margin: 0 auto
}

.dialog, .dialog .title {
	width: 100%;
	overflow: hidden
}

.dialog .body {
	width: 100%;
	background: #ffffff;
	height: 464px;
	border-radius: 0 0 18px 18px;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 24px;
	padding-bottom: 0;
	overflow-wrap: anywhere;
}

.dialog .title {
	height: 46px;
	line-height: 46px;
	font-size: 22px;
	text-align: center;
	color: var(--hei0);
}

.dialog .close {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 32px;
	background: var(--c12);
	display: inline-block;
	color: #fff;
	overflow: hidden;
	border-radius: 50%;
	margin-top: 3px;
	cursor: pointer;
	font-family: Arial;
	text-align: center;
	position: absolute;
	z-index: 2006;
	margin-top: -14px;
}

.dialog .close:active {
	background: #a20
}