﻿/* 更多产品  start*/
.more-products,
.activity-column {
  position: relative;
}
.more-products a img,
.activity-column a img {
  transition: all 0.5s;
  margin-left: 5px;
}
.more-products:hover a img,
.activity-column:hover > a img {
  transform: rotate(180deg);
}
.more-products:hover .other-ip-agent,
.activity-column:hover .activity-box {
  display: block;
}
.activity-column:hover::after,
.activity-column:hover::before {
  display: none;
}
.more-products .other-ip-agent {
  display: none;
  background-color: #fff;
  position: absolute;
  padding: 20px;
  box-sizing: border-box;
  z-index: 9999;
  top: 52px;
  line-height: 1;
  right: 0;
  border-radius: 10px;
  transition: all 0.5s;
  box-shadow: 0px 0.7px 5.4px -3px rgba(0, 0, 0, 0.077),
    0px 2px 21px -3px rgba(0, 0, 0, 0.13);
}
.activity-column .activity-box {
  display: none;
  background-color: #fff;
  position: absolute;
  padding: 20px;
  box-sizing: border-box;
  z-index: 9999;
  top: 52px;
  line-height: 1;
  right: 0;
  border-radius: 10px;
  transition: all 0.5s;
  box-shadow: 0px 0.7px 5.4px -3px rgba(0, 0, 0, 0.077),
    0px 2px 21px -3px rgba(0, 0, 0, 0.13);
}
.more-products .other-ip-agent ul li.text,
.activity-column .activity-box ul li.text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  width: 100%;
  color: #000 !important;
  text-align: left !important;
}
.more-products .other-ip-agent ul li.text:nth-last-child(2) {
  margin-top: 25px;
}

.more-products .other-ip-agent ul li.ip-product,
.more-products .other-ip-agent ul li.jc-product,
.more-products .other-ip-agent ul li.jump-mapping {
  width: 270px;
  height: 90px;
  margin-top: 15px;
  border-radius: 4px;
  cursor: pointer;
}

.activity-column .activity-box ul li.online-discount,
.activity-column .activity-box ul li.exclusive-discount,
.activity-column .activity-box ul li.positive-feedback-vip,
.activity-column .activity-box ul li.invite-friends {
  width: 280px;
  height: 90px;
  margin-top: 15px;
  border-radius: 4px;
  cursor: pointer;
}
.more-products .other-ip-agent ul li.jc-product {
  background: url(../../image/public/jcb270.png) no-repeat;
}
.more-products .other-ip-agent ul li.ip-product {
  background: url(../../image/public/http270.png) no-repeat;
}
.more-products .other-ip-agent ul li.jump-mapping {
  background: url(../../../_nuxt/img/hwhttp270.2bd9b97.png) no-repeat;
}
.more-products .other-ip-agent ul li a,
.activity-column .activity-box ul li a {
  width: 270px !important;
  height: 90px;
}

/* 软件下载提示语 */
li.software_download {
  position: relative;
}
li.software_download::after {
  pointer-events: none;
  content: '下载领10-30元优惠券';
  color: #fff;
  font-weight: bold;
  width: 160px;
  letter-spacing: 1px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  z-index: 2000;
  left: 50% !important;
  transform: translate(-50%, 0);
  bottom: -21px;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  background-color: #ff0000;
  border-radius: 5px;
  background-size: 100% 100%;
  cursor: pointer;
  top: 60px !important;
}

li.software_download::before {
  pointer-events: none;
  content: '';
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #ff0000 transparent;
  position: absolute;
  top: 45px;
  z-index: 2000;
  right: 48px !important;
}

/* 软件下载提示语 end*/

/* 活动专栏 start */
.activity-column .activity-box ul li.online-discount {
  background: url(../../image/public/online-discount.png) no-repeat;
}
.activity-column .activity-box ul li.exclusive-discount {
  background: url(../../image/public/exclusive-discount.png) no-repeat;
}
.activity-column .activity-box ul li.positive-feedback-vip {
  background: url(../../image/public/positive-feedback-vip.png) no-repeat;
}
.activity-column .activity-box ul li.invite-friends {
  background: url(../../image/public/invite-friends.png) no-repeat;
}
/* 活动专栏 end */
/* 更多产品  end*/

.current-active a {
  color: #ffc323 !important;
}
@media (max-width: 1200px) {
  .current-active a {
    color: white !important;
  }
}
/* 登录注册页面的li字体加粗 */
.header .nav div:last-child ul li a {
  font-weight: 600;
}
.header .nav div:last-child ul li a {
  font-size: 16px;
  font-weight: 600 !important;
  color: #fff;
}
/* 回到顶部与客服 */
.back-top-box {
  width: 80px;
  height: 270px;
  line-height: 0;
  background-color: #fff;
  position: fixed;
  right: 25px;
  box-sizing: border-box;
  bottom: 20px;
  padding: 0 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 2.2px rgba(0, 0, 0, 0.028),
    0px 0px 5.3px rgba(0, 0, 0, 0.04), 0px 0px 10px rgba(0, 0, 0, 0.05),
    0px 0px 17.9px rgba(0, 0, 0, 0.06), 0px 0px 33.4px rgba(0, 0, 0, 0.072),
    0px 0px 80px rgba(0, 0, 0, 0.1);
  z-index: 200;
}
.back-top-box .to-ke-fu {
  display: block;
}
.back-top-box .to-ke-fu span,
.back-top-box .friend-invitation span {
  display: block;
  margin-top: 15px;
  color: #6a6a6d;
  font-size: 12px;
}
.back-top-box .back-top,
.back-top-box .to-ke-fu,
.back-top-box .friend-invitation {
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  padding: 15px 0;
  user-select: none;
  display: block;
}

.back-top-box .back-top,
.back-top-box .friend-invitation {
  border-bottom: 1px dashed #ccc;
}

.back-top-box .to-ke-fu img,
.back-top-box .back-top img,
.back-top-box .friend-invitation img {
  width: 40px;
  height: 40px;
  -webkit-user-drag: none;
}

.back-top-box .to-ke-fu p,
.back-top-box .back-top p,
.back-top-box .friend-invitation span {
  font-size: 12px;
  margin-top: 15px;
}

.back-top-box .to-ke-fu p {
  color: #2ccd7f;
}

.back-top-box .back-top p {
  color: #6a6a6d;
}

/* 活动专场 */
li.activity-column {
  position: relative;
}
li.activity-column::before {
  display: none;
  content: '';
  pointer-events: none;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #ff0000 transparent;
  position: absolute;
  top: 45px;
  z-index: 2000;
  right: 48px !important;
}
li.activity-column::after {
  display: none;
  pointer-events: none;
  content: '关注！每日最新活动~';
  color: #fff;
  font-weight: bold;
  width: 170px;
  letter-spacing: 1px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  z-index: 2000;
  left: 50% !important;
  transform: translate(-50%, 0);
  bottom: -21px;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  background-color: #ff0000;
  border-radius: 8px;
  background-size: 100% 100%;
  cursor: pointer;
  top: 60px !important;
}

/* 登录注册按钮 */
li.login-index button,
li.register-index button {
  width: 100%;
  text-align-last: center;
  border: 1px solid rgb(212, 25, 25);
  background: transparent;
}
li.login-index button a,
li.register-index button a {
  display: inline !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
  text-align-last: left !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #000 !important;
}
/* 个人中心 */
li.personal-center,
li.personal-center2 {
  width: 154px !important;
  position: relative;
  display: none;
  /* margin-left: 30px; */
}

li.personal-center a {
  width: 154px !important;
}
li.personal-center a img {
  margin-bottom: 5px;
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  margin-right: 5px;
}
li.personal-center .up-tri {
  position: absolute;
  border: 8px solid #f9f9f9;
  border-bottom: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: -15px;
  transition: all 0.4s ease;
}
li.personal-center:hover .dropdown-content {
  display: block;
}
li.personal-center:hover .triangle {
  display: block;
}
/* li.personal-center:hover .up-tri{
	transform:rotateX(180deg);
} */
li.personal-center .triangle {
  width: 0;
  height: 0;
  display: none;
  border: 10px solid #f9f9f9;
  border-top: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 52px;
  z-index: 1;
  left: 75px;
}
/* 个人中心的下拉框 */
li.personal-center .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  z-index: 99999;
  left: 10px;
  line-height: 40px;
  overflow: hidden;
  width: 100%;
  /* margin-top: ; */
  border-radius: 4px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  animation: downUnfold 0.2s ease;
}
@keyframes downUnfold {
  0% {
    height: 0px;
  }

  20% {
    height: 20px;
  }

  40% {
    height: 40px;
  }
  60% {
    height: 60px;
  }

  100% {
    height: 80px;
  }
}
li.personal-center .dropdown-content a {
  cursor: pointer;
  user-select: none;
  color: #595959 !important;
}
li.personal-center .dropdown-content a:hover {
  border-radius: 4px 4px 0 0;
  background-color: #d2edfa;
}
li.personal-center .dropdown-content a:last-child:hover {
  border-radius: 0px 0px 4px 4px;
}
li.personal-center a img {
}

/* 登录注册按钮 */
.login-index button {
  /* transform: translate(30%,0%); */
}
li.login-index button,
li.register-index button,
.not-wrapper2 {
  width: 70px;
  height: 30px;
  background-color: #fff;
  cursor: pointer;
  border: 0;
  outline: none;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  letter-spacing: 2px;
  line-height: 32px;
}
li.login-index button a,
li.register-index button a {
  color: #333;
  font-size: 16px;
  font-weight: 600 !important;
  text-align: left !important;
  text-align-last: left !important;
}
li.login-index.no-matter button {
  margin: 0 35px 0 20px;
}
.no-matter button {
  line-height: 0;
}

/* 登录按钮 购买页-登录页*/

li.login-index-new {
  /* transform: translate(20%,0%); */
}
li.login-index-new,
li.register-index-new {
  position: relative;
}
li.login-index-new a,
li.register-index-new a {
  line-height: 30px !important;
}
li.login-index-new a span,
li.register-index-new a span {
  border: 1px solid rgb(235, 225, 225);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 70px;
  height: 30px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 8px;
  color: #333;
  text-align: center;
}

.more-products-mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  /* 专线定制 */
  li.activity-column a::after,
  li.software_download::after,
  li.activity-column a::before,
  li.software_download::before {
    display: none;
  }
  .more-products-mobile {
    display: block;
  }
  .more-products,
  .activity-column {
    display: none;
  }

  li.login-index-new {
    transform: translate(0%, 0%);
    /* height: 85px; */
  }
  /* 登录按钮 */
  li.login-index-new,
  li.register-index-new {
    position: relative;
    /* padding: 0.37037037rem */
  }
  li.login-index-new a,
  li.register-index-new a {
    font-weight: 600;
    /* padding: 0.37037037rem !important; */
    line-height: 3 !important;
  }
  li.login-index-new a span,
  li.register-index-new a span {
    width: 100%;
  }
  li.login-index button,
  li.register-index button,
  .not-wrapper2 {
    height: auto;
    line-height: 3;
  }
  /* 登录注册按钮 */
  li.login-index-new a span,
  li.register-index-new a span {
    border: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    margin: 0.5rem !important;
    text-align: left;
    text-align-last: left;
  }

  li.login-index,
  li.register-index {
    /* padding: 20px 0 ; */
  }
  li.login-index button,
  li.register-index button {
    text-align: left;
    text-align-last: left;
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
  li.login-index button a,
  li.register-index button a {
    display: inline-block !important;
    color: #fff !important;
    margin: 0.3rem 0.4rem !important;
    font-size: 0.36rem !important;
    text-align-last: left !important;
  }
  li.login-index-help button a,
  li.register-index-help button a {
    margin: 0.5rem 0rem !important;
  }

  li.personal-center {
    width: auto !important;
  }
  .login-index button {
    transform: translate(0%, 0%);
  }
  /* li.personal-center{
		margin: 0px 1rem;
	} */
  li.personal-center:hover .dropdown-content {
    display: none;
  }
  li.personal-center:hover .triangle {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  li.login-index-new a,
  li.register-index-new a {
    line-height: 4 !important;
  }
  li.login-index button,
  li.register-index button,
  .not-wrapper2 {
    line-height: 4 !important;
    overflow: hidden;
  }
}
@media screen and (max-width: 420px) {
  .back-top-box {
    width: 60px;
    height: 210px;
    right: 10px;
    bottom: 10px;
  }
  .back-top-box .to-ke-fu img,
  .back-top-box .back-top img,
  .back-top-box .friend-invitation img {
    width: 30px;
    height: 30px;
    -webkit-user-drag: none;
  }
  .back-top-box .back-top,
  .back-top-box .to-ke-fu,
  .back-top-box .friend-invitation {
    height: 70px;
    padding: 10px 0;
  }
  .back-top-box .to-ke-fu span,
  .back-top-box .back-top p,
  .back-top-box .friend-invitation span {
    margin-top: 10px;
  }
}
