.current-active a {
  color: #ffc323 !important;
}
/* 更多产品  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;
  color: #000 !important;
  width: 100%;
}
.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;
}
.more-products .other-ip-agent ul li.jc-product {
  background: url(../../image/public/jcb270.png) no-repeat;
  cursor: pointer;
}
.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(../../image/public/tzys270.png) no-repeat;
}
.more-products .other-ip-agent ul li.ip-product a,
.more-products .other-ip-agent ul li.jc-product a,
.more-products .other-ip-agent ul li.jump-mapping a {
  width: 270px !important;
  height: 90px;
}

.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;
}
.activity-column .activity-box ul li a {
  width: 280px !important;
  height: 90px;
}
/* 活动专栏 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*/

/* 软件下载提示语 */
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 */
li.activity-column {
  position: relative;
}
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: 5px;
  background-size: 100% 100%;
  cursor: pointer;
  top: 60px !important;
}

li.activity-column::before {
  display: none;
  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 */

/* 购买套餐提示语 */
li.download_prompt {
  position: relative;
}
li.download_prompt a::after {
  display: none;
  content: '最高立减206元';
  color: #fff;
  font-weight: bold;
  width: 115px;
  letter-spacing: 1px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  z-index: 2000;
  right: 0px !important;
  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.download_prompt a::before {
  display: 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;
}
li.download_prompt + li {
  position: relative;
}
li.download_prompt + li a::after {
  display: none;
  content: '9折！限时抢购';
  color: #fff;
  font-weight: bold;
  width: 115px;
  letter-spacing: 1px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  z-index: 2000;
  right: 0px !important;
  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.download_prompt + li a::before {
  display: 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;
}

/* 免费试用90分钟 */
.mod-head .bd li.after a::after {
  content: '免费试用90分钟';
  color: #fff;
  font-weight: bold;
  width: 130px;
  letter-spacing: 1px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  position: absolute;
  z-index: 2000;
  left: -27px;
  bottom: -21px;
  font-size: 13px;
  border-radius: 5px;
  letter-spacing: 1px;
  text-align: center;
  background-color: #ff0000;
  cursor: pointer;
  top: 60px;
}
.mod-head .bd li.after a::before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #ff0000 transparent;
  position: absolute;
  top: 46px;
  z-index: 2000;
  right: 68px !important;
}

/* 购买页的 免费试用90分钟 */
.header li.after a::after {
  content: '免费试用90分钟';
  color: #fff;
  font-weight: bold;
  width: 130px;
  letter-spacing: 1px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  position: absolute;
  z-index: 2000;
  left: -27px;
  bottom: -22px;
  font-size: 13px;
  border-radius: 5px;
  letter-spacing: 1px;
  text-align: center;
  background-color: #ff0000;
  cursor: pointer;
  top: 60px;
}
.header li.after a::before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #ff0000 transparent;
  position: absolute;
  top: 46px;
  z-index: 2000;
  right: 27px !important;
}
.more-products-mobile {
  display: none;
}

@media (max-width: 1200px) {
  .more-products-mobile {
    display: block;
  }
  .more-products {
    display: none;
  }
  li.activity-column {
    display: none;
  }
  .mod-head .bd li.after a::before {
    display: none;
  }
  li.download_prompt a::after {
    display: none !important;
  }
  li.download_prompt a::before {
    display: none !important;
  }
  li.download_prompt + li a::after,
  li.download_prompt + li a::before {
    display: none !important;
  }
  .header li.after a::after {
    display: none !important;
  }
  .header .inner .mod-head .hd {
    text-align: center !important;
    height: 60px;
  }
  @media (max-width: 800px) {
    .header .inner .mod-head .hd {
      text-align: left;
      height: 52px !important;
    }
  }
}

/* 回到顶部与客服 */
.back-top-box {
  width: 80px;
  height: 270px;
  line-height: 0;
  z-index: 88;
  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);
}
.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 {
  display: block;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  padding: 15px 0;
  user-select: none;
}

.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 span,
.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.personal-center,
li.personal-center1 {
  display: none;
}

li.personal-center .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  z-index: 99999;
  left: 10px;
  margin-top: -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: gif 0.2s ease;
}
@keyframes gif {
  0% {
    height: 0px;
  }

  20% {
    height: 20px;
  }

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

  100% {
    height: 80px;
  }
}

li.personal-center {
  width: 150px !important;
  display: none;
  position: relative;
}
li.personal-center1 a {
  display: block !important;
  text-align: center;
  margin: 0 auto;
}

li.personal-center a {
  width: 150px !important;
  font-size: 14px !important;
}
li.personal-center {
  width: auto !important;
}
li.personal-center .up-tri {
  position: absolute;
  border: 6px solid #f9f9f9;
  border-bottom: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0px;
  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: 50px;
  z-index: 1;
  left: 75px;
}
li.personal-center a:hover {
  color: #fff !important;
}
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 {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 8px;
}

/* 登录注册按钮 */
li.login-index {
  /* transform: translate(25%,0); */
  margin-left: 20px;
}
/* li.login-index, li.register-index{
	border: 1px solid rgb(218, 24, 24) !important;
} */
li.login-index button,
li.register-index button {
  width: 70px;
  height: 30px;
  background-color: #fff;
  cursor: pointer;
  border: 0;
  outline: none;
  line-height: 30px !important;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  letter-spacing: 2px;
  overflow: hidden;
}
li.login-index button a,
li.register-index button a {
  font-size: 16px;
  font-weight: 500;
  font-size: 14px !important;
  text-align: center;
  color: #333 !important;
}

.no-matter button a {
  width: 100% !important;
}
li.login-index.no-matter button {
  margin: 0 40px 0 0px;
}
.no-matter button {
  line-height: 28px;
}

@media screen and (max-width: 1200px) {
  li.software_download::after,
  li.software_download::before {
    display: none;
  }
  .dropdown-content,
  li.personal-center .triangle {
    display: none !important;
  }
  li.personal-center {
    width: 100% !important;
  }
  li.login-index {
    margin-left: 0px;
  }
  li.login-index,
  li.register-index {
    width: 100%;
    text-align: center;
  }
  li.login-index button,
  li.register-index button {
    background-color: transparent;
    color: white !important;
  }
  li.login-index button a,
  li.register-index button a {
    color: #686868 !important;
  }
}

@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;
  }
}

/*滚动条样式*/
body::-webkit-scrollbar {
  width: 10px !important;
  height: 10px;
}
body::-webkit-scrollbar-track {
  background: #fff;
  /* border-radius:8px; */
}
body::-webkit-scrollbar-track-piece {
  /*内层轨道，滚动条中间部分（位置4）*/
  border-radius: 2px 2px 0px 0px;
}
body::-webkit-scrollbar-thumb {
  background: #c4c5c7;
  border-radius: 6px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #8b8c8e;
}
body::-webkit-scrollbar-corner {
  background: #f6f6f6;
}
.current-active a {
  color: #ffc323 !important;
}
@media (max-width: 1200px) {
  .current-active a {
    color: #686868 !important;
  }
}

/* 顶部导航栏样式 */
/* logo */
.header .mt-1200 .pure-g .pure-u-5-24 .logo {
  justify-content: left;
}
/* 选项 */
.header .mt-1200 .pure-g .pure-u-19-24 .menu li a {
  font-size: 16px;
  font-weight: 600;
}
.header .mt-1200 .pure-g .pure-u-19-24 .menu li button a {
  font-size: 16px !important;
  font-weight: 600;
}

.header .inner .mod-head .hd {
  text-align: left;
  height: 60px;
}

.header .inner .mod-head .bd ul li a {
  font-size: 16px !important;
  font-weight: 600;
}
