.header {
  width: 100%;
  height: 70px;
  background-color: #fff;
}

.h-content {
  height: 100%;
}

.h-left {
  float: left;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 2.2%;
}

h1 {
  overflow: hidden;
  text-indent: -9999px;
  width: 115px;
  height: 71px;
  background-image: url(../img/logo.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  margin-right: 9px;
}

.h-brand {
  width: 121px;
}
img.h-brand {
  display: block;
}
.h-nav {
  width: 60%;
  height: 100%;
  float: left;
  line-height: 70px;
  color: #333;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  letter-spacing: 0.05em;
  margin-right: 1.85%;
  align-items: center;
}

.h-nav a:hover {
  color: #006BFF;
}
.h-nav a.active {
  color: #006BFF;
}

.h-action {
  height: 100%;
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.h-action a {
  border-radius: 2px;
  transition: opacity 0.5s;
}

.h-action a.login {
  padding: 3px 24px;
  border: 1px solid #006BFF;
  margin-right: 9px;
}

.h-action a.register {
  padding: 3px 12px;
  background-color: #006BFF;
  color: #fff;
  border: 1px solid #006BFF;
}

.h-action a:hover {
  opacity: 0.7;
}
/*flooter*/
/*footer*/
.footer {
  background-color: #20212B;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 10px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  /* margin-bottom: 40px; */
  margin-bottom: 20px;
}

.footer-logo {
  width: 174px;
  height: 62px;
  background-image: url(../../websrc/static/img/logo-white.png);
  background-size: contain;
  margin-bottom: 35px;
}

.footer-left {
  width: 255px;
}

.footer-time {
  margin-bottom: 30px;
}

.footer-time i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-position: 0 0;
  margin-right: 10px;
}

.footer-time p {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
}

.footer-time p:nth-of-type(1) {
  font-weight: 700;
  margin-bottom: 14px;
}

.footer-time p:nth-of-type(1) i {
  background-image: url(../../websrc/static/img/phone-icon.png);
}

.footer-time p:nth-of-type(2) i {
  background-image: url(../../websrc/static/img/time-icon.png);
}

.footer-code {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.footer-code img {
  width: 117px;
  height: 117px;
  margin-bottom: 9px;
}

.footer-right {
  flex: 0.89;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-top: 55px;
  position: relative;
}

.footer-right::before {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 88px;
}

.footer-right .footer-title {
  font-weight: 700;
  margin-bottom: 60px;
}

.footer-right li {
  margin-bottom: 30px;
}

.footer-right li:last-child {
  margin-bottom: 0;
}

.footer-right li a:hover {
  color: #999;
}

.footer-xy,
.footer-copy {
  text-align: center;
}

.footer-copy {
  color: #C9C9C9;
  transform: scale(0.9);
}
.footer-xy {
  margin-bottom: 10px;
}
.footer-copy a:hover{
  color: #006BFF;
}

@media screen and (max-width: 1200px) {
  .footer {
    width: 1390px;
    box-sizing: border-box;
  }
}

/*侧边栏咨询*/
/* aside咨询-start */
.web_seekwrap {
  width: 210px;
  position: fixed;
  right: 0;
  top: 50%;
  color: #fff;
  font-size: 16px;
  padding-bottom: 15px;
  border-radius: 10px 10px 3px 3px;
  overflow: hidden;
  letter-spacing: 3px;
  background-color: #fff;
  z-index: 999;
  transform: translateY(-50%);
  box-shadow: 0 0 15px 0 rgb(0, 0, 0, 0.4);
}
.seek_head {
  padding: 10px;
  background-color: #126ce9;
}
.seek_head img {
  float: left;
  display: inline-block;
  width: 70px;
  object-fit: contain;
  margin-right: 10px;
  border-radius: 50%;
}
.seek_head div {
  float: left;
  margin-top: 15px;
}
.seek_txt {
  font-size: 13px;
  line-height: 30px;
}
.seek_cont {
  padding: 20px 0;
  text-align: center;
  color: #3a3a40;
  font-size: 13px;
}
.seek_cont img {
  display: inline-block;
  width: 160px;
}
.seek_foot {
  text-align: center;
}
.seek_foot p:nth-of-type(1) {
  color: #0168ed;
  font-size: 12px;
}
.seek_foot p:nth-of-type(2) a {
  display: inline-block;
  color: #3a3a40;
  margin-top: 3px;
  font-size: 17px;
}
/* banner弹出框start */
.means_wrap {
  display: none;
  width: 700px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  overflow: hidden;
  z-index: 11;
  border-radius: 5px;
}
.means_header {
  color: #fff;
  box-sizing: border-box;
  font-size: 18px;
  padding: 5px 0 5px 75px;
  background-color: #126ce9;
}
.means_header div,
.mc_left {
  float: left;
}
.means_header img {
  width: 70px;
  height: 70px;
  margin-right: 25px;
  margin-top: 5px;
  border-radius: 50%;
}
.mheader_txt1 {
  margin-top: 11px;
}
.mheader_txt2 {
  font-size: 13px;
  margin-top: 10px;
}
.means_cont {
  padding: 40px 20px;
  position: relative;
}
.mc_right {
  position: absolute;
  right: 40px;
  top: 60px;
}
.mc_left {
  display: -webkit-flex;
  display: flex;
  width: 500px;
  justify-content: space-around;
  flex-wrap: wrap;
}
.mcl_item {
  width: 30%;
  margin-bottom: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  color: #6a6a70;
  font-weight: 500;
}
.mcl_item img {
  display: inline-block;
  width: 35px;
  transition: all 0.5s;
}
.mc_right img {
  width: 110px;
  border: 1px dashed #666;
}
.mc_right span {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 0.3;
  border: 2px solid #0e77e5;
}
.mc_right span:nth-of-type(1) {
  top: -15px;
  right: -15px;
  border-left: 0;
  border-bottom: 0;
}
.mc_right span:nth-of-type(2) {
  top: -15px;
  left: -15px;
  border-bottom: 0;
  border-right: 0;
}
.mc_right span:nth-of-type(3) {
  bottom: -15px;
  right: -15px;
  border-left: 0;
  border-top: 0;
}
.mc_right span:nth-of-type(4) {
  bottom: -15px;
  left: -15px;
  border-top: 0;
  border-right: 0;
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
}
/* 资料弹窗雪碧图追加样式 */
.means_cont::after {
  content: '';
  display: block;
  clear: both;
}
.mcl_item {
  height: 78px;
  position: relative;
}
.mcl_item .h_pop_icon {
  display: inline-block;
  width: 35px;
  height: 42px;
  transition: all 0.5s;
  background-image: url(https://www.xyookj.com/web/resource/new_style/public/img/h-pop.png);
  background-repeat: no-repeat;
  background-size:auto 41px;
  background-position: 0 0;
}
.mcl_item:nth-of-type(2) .h_pop_icon {
  background-position:-35px 0;
}
.mcl_item:nth-of-type(3) .h_pop_icon {
  background-position:-72px 0;
}
.mcl_item:nth-of-type(4) .h_pop_icon {
  background-position:-108px 0;
}
.mcl_item:nth-of-type(5) .h_pop_icon {
  background-position:-142px 0;
}
.mcl_item:nth-of-type(6) .h_pop_icon {
  background-position:-178px 0;
}
.mcl_item p {
  margin: 0;
}

/* 广告弹窗 */
#mask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
}
.pop-wrap {
  display: none;
  width: 39%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 999;
  transition: all 0.5s;
  animation: warpDown 0.8s 1 ease-in-out;
}
.pop-left,
.pop-right {
  position: relative;
  top: 0;
  z-index: 1;
}
.pop-left img,
.pop-right img{
  width: 100%;
}
.pop-left {
  width: 52%;
  left: 0;
  /* animation: popleft 0.5s linear 0s forwards; */
}
.pop-right {
  width: 60%;
  right: 0;
  position: absolute;
  z-index: 2;
  /* animation: popright 1s linear forwards; */
}
.close {
  width: 4%;
  position: absolute;
  top: 5%;
  right: 4%;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
  /* animation: closebtn 0.5s linear 1.5s forwards; */
}
.pop-wrap.zoom .pop-left {
  animation: popleft 0.5s linear 0s forwards;
}
.pop-wrap.zoom .pop-right{
  animation: popright 1s linear forwards;
}
.pop-wrap.zoom .close {
  animation: closebtn 0.5s linear 1s forwards;
}
.pop-right .code {
  width: 24%;
  top: 57%;
  left: 58%;
  position: absolute;
  z-index: 2;
  border-radius: 5px;
}
@keyframes popleft {
  0% {
    left: -100%;
  }
  50% {
    left: -50%;
  }
  100% {
    left: 0;
  }
}
@keyframes popright {
  0% {
    right: -100%;
  }
  50% {
    right: -50%;
  }
  100% {
    right: 0;
  }
}
@keyframes closebtn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes warpDown {
  0% {
    top: -100%;
  }
  100% {
    top: 50%;
  }
}
/*行业解决方案下拉*/
.plan-nav {
  position: relative;
  cursor: pointer;
}
.plan-nav:hover {
  color: #006BFF;
}
.plan-nav.active {
  color: #006BFF;
}
.plan-select {
  position: absolute;
  z-index: 9;
  min-width: 200px;
  background-color: #fff;
  text-align: center;
  display: none;
  padding: 10px 24px;
  border-radius: 4px;
  box-shadow: 0 0 15px 0 rgba(0,56,192,0.21);
  box-sizing: border-box;
  top: 56px;
  line-height: normal;
}
.plan-select::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: -5px;
}
.plan-select li {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #EAEAEA;
  color: #333;
}
.plan-select li:last-child {
  border-bottom: none;
}
.plan-select li span {
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  background-image: url(../../websrc/static/img/select-icon.png);
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: 0 -17px;
}
.plan-select li:nth-child(2) span{
  background-position: -17px -17px;
}
.plan-select li:nth-child(1):hover span{
  background-position: 0px 0px;
}
.plan-select li:nth-child(2):hover span{
  background-position: -17px 0px;
}
.plan-select li:hover {
  color: #006BFF;
}
.h-nav .plan-nav:hover .plan-select{
  display: block;
}
.select-icon {
  margin-left: 2px;
  display: inline-block;
  transition: 0.2s;
  position: relative;
  left: 4px;
  top: -4px;
}
.select-icon::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid #333;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-60%);
  z-index: 1;
}
.select-icon::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: -3px; 
  transform-origin: 0 0;
  transform: translateY(-96%);
}
.plan-nav:hover .select-icon {
  transform: rotate(180deg);
}
.plan-nav:hover .select-icon::before {
  border-top: 6px solid #006BFF;
  right: -11px;
  transform: translateY(-10%);
}
.plan-nav:hover .select-icon::after {
  right: -11px;
  transform: translateY(-50%);
}
.friendlink {
  text-align: left;
  font-size: 14px;
  color: #fff;
  padding: 11px 0;
  border-top: 1px solid rgba(255,255,255,0.5);
  border-bottom: 1px solid rgba(255,255,255,0.5);
  margin-bottom: 20px;
}
.friendlink a {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}
.friendlink a:hover {
  text-decoration: underline;
}

/* 解决方案图标 */
.plan-select li span.new-nav-icon {
	background-image: url(../../websrc/static/img/web-commerce/icon.png);
	background-size: 700px 430px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.plan-select li:nth-of-type(3) span.new-nav-icon {
	width: 15px;
	height: 17px;
	background-position: -591px -210px;
}

.plan-select li:nth-child(3):hover span {
	background-position: -607px -210px;
}

.plan-select li:nth-of-type(4) span.new-nav-icon {
	width: 17px;
	height: 15px;
	background-position: -555px -210px;
}

.plan-select li:nth-child(4):hover span {
	background-position: -573px -210px;
}
/* copyend */

/* 视频号分销图标 */

.plan-select li span.fx-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  background-image: url(../../websrc/static/img/select-fx-icon.png);
  background-repeat: no-repeat;
  background-size: 200% auto;
}
.plan-select li:nth-child(2) span .fx-icon{
  background-position: 0px -17px;
}
.plan-select li:nth-child(2) span .fx-icon{
  background-position: -17px -17px;
}
.plan-select li:nth-child(1):hover span .fx-icon{
  background-position: 0px 0px;
}
.plan-select li:nth-child(2):hover span .fx-icon{
  background-position: -17px 0px;
}