* {
  padding: 0;
  margin: 0;
  font-family: PingFang SC, Avenir, Tahoma, Arial, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, Helvetica, sans-serif;
}

a {
  text-decoration: none
}

::selection {
  background-color: #07c160;
  color: #FFF;
}

.clear {
  clear: both;
}

input::placeholder {
  color: #888;
}

.red {
  color: #FF0000;
}

body {
  overflow-x: hidden;
}

.head-tips {
  height: 25px;
  background: linear-gradient(99.72deg, #FCCF31 -1.63%, #F55555 53.44%);
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #FFF;
}

.head-tab {
  width: 440px;
  padding-top: 20px;
  float: left;
}

.head-tab-once {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  cursor: pointer;
  position: relative;
}

.head-tab-once:hover {
  margin-top: -1px;
  color: #07c160;
}

.head-tab-once .hot-tag {
  position: absolute !important;
  top: -15px !important;
  right: -8px !important;
  width: 28px;
  height: 17px;
  background: linear-gradient(124deg, #FF820D 1%, #F5575A 100%);
  border-radius: 9px 9px 9px 2px;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
  color: #FFFFFF;
}

.head-tab-hot {
  color: #07c160;
  height: 38px;
  border-bottom: 2px solid #07C160;
}

.head-tab-hot:hover {
  margin: 0;
}

.head-login-ok-box {
  position: absolute;
  right: -1px;
  top: 33px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 150px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  background-color: #FFF;
  display: none;
}

.head-login-ok:hover .head-login-ok-box {
  display: block;
}

.head-member-list {
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  user-select: none;
  font-size: 15px;
  color: #333;
  cursor: pointer;
}

.head-member-list:hover {
  background-color: #F1F1F1;
}

.head {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #f2f2f3;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.head-main {
  padding-left: 30px;
  padding-right: 30px;
  height: 60px;
  margin: 0 auto;
}

.logo {
  height: 34px;
  width: 270px;
  padding-top: 13px;
  float: left;
}

.logo-min {
  height: 34px;
  width: 148px;
  padding-top: 13px;
  float: left;
  display: none;
}

.logo img,
.logo-min img {
  height: 34px;
}

.head-tip {
  float: left;
  width: 600px;
  padding-left: 100px;
  margin-left: 100px;
  position: relative;
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
  font-size: 13px;
  color: #777;
  text-align: center;
  overflow: hidden;
}

.head-tip-box {
  height: 300px;
  animation: head-tip 13s infinite;
}

@keyframes head-tip {
  0% {
    margin-top: 0px;
  }

  9% {
    margin-top: 0px;
  }

  11% {
    margin-top: -30px;
  }

  19% {
    margin-top: -30px;
  }

  21% {
    margin-top: -60px;
  }

  29% {
    margin-top: -60px;
  }

  31% {
    margin-top: -90px;
  }

  39% {
    margin-top: -90px;
  }

  41% {
    margin-top: -120px;
  }

  49% {
    margin-top: -120px;
  }

  51% {
    margin-top: -150px;
  }

  59% {
    margin-top: -150px;
  }

  61% {
    margin-top: -180px;
  }

  69% {
    margin-top: -180px;
  }

  71% {
    margin-top: -210px;
  }

  79% {
    margin-top: -210px;
  }

  81% {
    margin-top: -240px;
  }

  89% {
    margin-top: -240px;
  }

  91% {
    margin-top: -270px;
  }

  99% {
    margin-top: -270px;
  }

  100% {
    margin-top: -300px;
  }
}

.head-tip p {
  height: 30px;
}

.head-tip-logo {
  position: absolute;
  left: 75px;
  top: 7px;
  background-image: url("https://cdn.jiangchongniao.com/img/head-tip.png");
  background-size: 54px 15px;
  background-repeat: no-repeat;
  width: 54px;
  height: 16px;
}

.head-btn {
  float: right;
  top: 0;
}

.head-btn-once {
  width: 133px;
  height: 30px;
  margin-top: 16px;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
  user-select: none;
  color: #07c160;
  background-color: #eafce6;
  cursor: pointer;
  text-decoration: none;
  float: left;
  margin-right: 20px;
}

.head-login {
  height: 31px;
  margin-top: 13px;
  float: right;
  position: relative;
}

.head-login-btn {
  width: 96px;
  height: 31px;
  border: 2px solid #4CAF50;
  border-radius: 18px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #4CAF50;
  line-height: 30px;
  cursor: pointer;
}

.head-login-ok {
  height: 33px;
  padding-left: 40px;
  padding-right: 50px;
  cursor: pointer;
  display: none;
  background-image: url("https://cdn.jiangchongniao.com/img/default-user.png");
  background-size: 33px 33px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  line-height: 33px;
  user-select: none;
  border-radius: 16px;
  border: 1px solid #e4e4e4;
  background-color: #FCFCFC;
  position: relative;
}

.login-package-buy {
  background: #07c160;
  font-weight: bold;
  margin-left: 5px;
  color: #FFF;
  display: block;
  position: absolute;
  right: 0;
  top: -1px;
  width: 38px;
  line-height: 35px;
  padding-right: 3px;
  height: calc(100% + 2px);
  border-radius: 0 19px 19px 0;
  text-align: center;
}

body {
  background: #FFF
}

.main {
  width: 1400px;
  margin: 0 auto;
  padding-top: 60px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.top-bg {
  height: 209px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 209px;
  background-image: url("https://cdn.jiangchongniao.com/img/bg.png");
}

.slogan {
  width: 100%;
  height: 60px;
  font-size: 45px;
  margin-top: 10px;
  user-select: none;
  color: rgba(0, 0, 0, 0.89);
  letter-spacing: 3px;
  white-space: nowrap;
  margin-top: -178px;
}

.slogan-line2,
.slogan-line1 {
  white-space: nowrap;
  display: none;
}

.slogan-green {
  color: #07c160;
  font-weight: bold;
  animation: slogan-text 1s;
}

.slogan-red {
  color: #FF1111;
  font-weight: bold;
  animation: slogan-text 1s;
}

@keyframes slogan-text {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  40% {
    opacity: 0.1;
  }

  60% {
    opacity: 1;
  }

  80% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

.promise {
  width: 100%;
  font-size: 17px;
  color: #5a5a5a;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  user-select: none;
}

.promise-tip {
  font-weight: bold;
}

.upload-box {
  width: 100%;
  margin-top: 35px;
  border-radius: 12px;
  background-color: #FFF;
  position: relative;
}

.both-down-tip {
  height: auto;
  color: rgba(0, 0, 0, .85);
  margin-bottom: 26px;
  user-select: none;
}

.both-down-title {
  width: 251px;
  height: 60px;
  margin-right: 18px;
  border-radius: 4px;
  background-color: #f7f9fa;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.both-down-title:hover {
  background-color: #f0f0f0;
}

.both-down-title-select {
  background-image: url("https://cdn.jiangchongniao.com/img/select.png");
  background-size: 25px 25px;
  background-position: 247px 44px;
  background-repeat: no-repeat;
  background-color: #f5fffa;
  cursor: pointer;
  border: 2px solid #28c376;
  box-shadow: 0 0 15px rgb(40, 195, 118, 0.15);
}

.card-click-tip {
  position: absolute;
  border-radius: 13px;
  height: 26px;
  line-height: 26px;
  user-select: none;
  font-size: 13px;
  color: #191919;
  background-color: #FFF;
  left: 8px;
  top: -16px;
  width: 76px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: none;
}

.card-clicking-tip {
  position: absolute;
  border-radius: 13px;
  height: 26px;
  line-height: 26px;
  user-select: none;
  font-size: 13px;
  color: #FFF;
  background-color: #28c376;
  left: 8px;
  top: -16px;
  width: 76px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: none;
}

.both-down-title:hover .card-click-tip {
  display: block;
}

.both-down-title-select:hover .card-clicking-tip {
  display: block !important;
}

.both-down-title-select:hover {
  background-color: #f5fffa;
}

.both-down-8 i {
  opacity: 0.2;
}

.both-down-ok {
  float: left;
  width: 109px;
  padding-left: 47px;
  padding-top: 23px;
  font-size: 14px;
  background-image: url("https://cdn.jiangchongniao.com/img/cando.png");
  background-repeat: no-repeat;
  background-position: 20px 25px;
  background-size: 20px 20px;
  height: 30px;
}

.both-down-8 b {
  padding-left: 2px;
  padding-right: 3px;
  border-radius: 2px;
  color: #f26f44;
  background-color: #FFF;
}

.both-down-title p:first-child {
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 6px;
  color: #33383e;
}

.both-down-title-select p:first-child {
  color: #00B277;
}

.both-down-title p:first-child del {
  font-weight: normal;
  color: #888;
  padding-right: 4px;
}

.both-down-title p:first-child span:last-child {
  font-size: 13px;
}

.down-type-line2 {
  font-size: 12px;
  line-height: 16px;
  color: #515151;
}

.both-down-title-select .down-type-line2 {
  color: #00B277;
}

.down-type-line2 span {
  font-weight: bold;
}

.down-type-line2 i {
  font-style: normal
}

.mini-price {
  position: absolute;
  right: 6px;
  top: 17px;
  font-size: 12px;
  color: #00B277;
  text-align: center;
  line-height: 18px;
}

.mini-price del {
  color: #7f7f7f;
  margin-right: 5px;
}

.mini-price b {
  font-size: 20px;
}

.order-type-mini-tip {
  background-color: #07c160;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 4px;
  color: #FFF;
  font-weight: normal;
  margin-left: 7px;
  font-size: 12px;
  line-height: 19px;
  display: inline-block;
  position: static;
  transform: translateY(-1px);
}

.both-down-wait {
  position: absolute;
  width: 63px;
  background-color: #dddddd;
  color: #FFF;
  text-align: center;
  border-radius: 2px;
  line-height: 20px;
  font-size: 12px;
  height: 20px;
  right: -5px;
  top: -9px;
}

.both-down-8 {
  position: absolute;
  width: 93px;
  background-color: #f26f44;
  color: #FFF;
  text-align: center;
  border-radius: 2px;
  line-height: 20px;
  font-size: 12px;
  height: 20px;
  right: -5px;
  top: -13px;
}

.input-box {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  height: 500px;
  font-size: 14px;
  line-height: 1.5;
}

.choose-type {
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
}

.title-box {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

.title-box input {
  border: 1px solid #dddddd;
  background: #fff;
  width: calc(100% - 100px);
  height: 38px;
  border-radius: 4px;
  outline: none;
  text-indent: 18px;
  color: #333;
  font-size: 15px;
}

.title-box label {
  width: 50px;
  display: block;
  float: left;
  line-height: 40px;
}

.jcn-report-tip {
  width: 92%;
  margin-top: -10px;
  color: #008c43;
  padding-left: 63px;
  height: auto;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
  background-image: url("https://cdn.jiangchongniao.com/img/tip.svg");
  background-position: 44px 2px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.content-title {
  width: 50px;
  float: left;
}

.content-box {
  width: 100%;
  height: 200px;
  position: relative;
}

.content-box-safe {
  position: absolute;
  background-color: #FFF;
  z-index: 10;
  width: 530px;
  left: 50%;
  bottom: 20px;
  height: 30px;
  border-radius: 15px;
  margin-left: -280px;
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-image: url("https://cdn.jiangchongniao.com/img/security.png");
  background-position: 15px 5px;
  user-select: none;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  font-size: 14px;
  color: #07c160;
  border: 1px solid rgba(7, 193, 97, 0.473);
}

.content-box-safe-close {
  font-size: 20px;
  cursor: pointer;
  display: block;
  float: right;
  margin-right: 8px
}

.choose-title {
  float: left;
  margin-right: 4px;
}

.choose-type-title {
  width: 85px;
  float: left;
  cursor: pointer;
}

.report-file-title {
  width: 140px;
}

.choose-type-title span {
  padding-top: 5px;
}

.choose-type-title input {
  transform: translateY(3px);
}

#content {
  border: 1px solid #dddddd;
  background: #fff;
  width: calc(100% - 100px);
  height: 180px;
  border-radius: 4px;
  outline: none;
  text-indent: 18px;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  resize: none;
}

.commit-tip {
  font-weight: bold;
  font-size: 13px;
  color: #FF1111;
  height: 0;
}

.paste-text-title {
  margin-right: 20px;
}

.content-count {
  position: absolute;
  right: 55px;
  bottom: 12px;
  font-size: 13px;
  color: #777;
  user-select: none;
  backdrop-filter: blur(10px);
}

.choose-type-input {
  padding-top: 3px;
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #ccc;
  outline: none;
  position: relative;
  line-height: 16px;
}

input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #07c160;
}

.about-info {
  width: 100%;
  height: 150px;
}

.text-demo {
  font-size: 14px;
  color: #555;
  text-decoration: underline;
  width: 180px;
  text-align: left;
  float: left;
  margin-top: 23px;
  cursor: pointer;
}

.commit-history {
  font-size: 14px;
  color: #555;
  text-decoration: underline;
  width: 140px;
  text-align: left;
  float: left;
  margin-top: 23px;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 5px;
}

.commit-button {
  background-color: #07c160;
  color: #FFF;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  width: 200px;
  margin: 0 auto;
  margin-top: 10px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}

.commit-button span {
  position: absolute;
  background-color: #FF1111;
  color: #FFF;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 10px 10px 10px 0;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  top: -13px;
  right: -25px;
}

.commit-button:hover {
  box-shadow: 0 0 12px rgba(7, 193, 96, 0.2);
  opacity: 0.9;
}

.commit-only-cn {
  text-align: center;
  color: #B2B5BA;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

.commit-only-cn span {
  color: #07c160;
}

.commit-error {
  text-align: center;
  color: #FF1111;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

.content-upload-box {
  border: 1px solid #dddddd;
  background: #fff;
  width: 93.3%;
  height: 180px;
  border-radius: 4px;
  outline: none;
  text-indent: 18px;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  background-color: rgb(0, 0, 0, 0.02);
  position: relative;
}

.upload-too-long {
  display: none;
  position: absolute;
  width: 382px;
  font-size: 12px;
  background-color: #529eff;
  color: #FFF;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  border-radius: 18px 0 0 18px;
  right: -1px;
  top: 10px;
  overflow: hidden;
  animation: 0.5s upload-too-long;
}

@keyframes upload-too-long {
  from {
    width: 2px;
  }

  to {
    width: 382px;
  }
}

.content-upload-box input {
  display: none;
}

.report-upload-box {
  width: 93.3%;
  height: 180px;
  border-radius: 4px;
  outline: none;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 5px;
  float: left;
}

.report-upload-type {
  width: 100%;
  height: 50px;
}

.report-type {
  width: 120px;
  font-size: 14px;
  color: #333;
  border: 1px solid #dddddd;
  border-radius: 4px;
  float: left;
  margin-right: 5px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  user-select: none;
  padding: 0;
  padding-left: 0;
  cursor: pointer;
  margin-bottom: 5px;
}

.report-type-hot {
  background-color: #07c160;
  border: 1px solid #07c160;
  color: #FFF;
}

.report-upload-inner-box {
  height: 135px;
  width: 100%;
  border-radius: 4px;
}

.report-upload-left {
  height: 135px;
  background-color: rgb(0, 0, 0, 0.02);
  border: 1px solid #dddddd;
  width: calc(100% - 300px);
  border-radius: 4px;
  float: left;
  cursor: pointer;
}

.report-upload-right {
  width: 277px;
  height: 180px;
  margin-top: -50px;
  margin-left: 20px;
  background-image: url("https://cdn.jiangchongniao.com/img/zhiwang_demo.png");
  background-size: auto 180px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  position: relative;
}

.report-down-show-btn {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  text-align: center;
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  width: 120px;
  margin-left: -70px;
  left: 50%;
  bottom: -5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background-image: url("https://cdn.jiangchongniao.com/img/down-tip.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 10px 5px;
  padding-left: 20px;
  z-index: 3;
}

.report-down-show-btn:hover {
  opacity: 0.9
}

.content-upload-icon-box {
  width: 139px;
  margin: 0 auto;
  padding-top: 15px;
  height: 60px;
}

.content-upload-icon-box img {
  height: 60px;
}

.content-upload-icon-box img:first {
  margin-right: 30px;
}

.content-upload-info {
  text-align: center;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}

.report-file-line2 {
  text-align: center;
  font-size: 14px;
  color: #FF1111;
  height: 30px;
  margin-top: 10px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}

.report-file-line1 {
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  margin-top: 26px;
  background-image: url("https://cdn.jiangchongniao.com/img/upload.png");
  background-repeat: no-repeat;
  background-position: 316px 0;
  background-size: 20px 20px;
  padding-left: 30px;
}

#line-vpcs {
  display: none;
  background-position: 282px 0;
}

#line-yy {
  display: none;
}

#line-pass {
  display: none;
}

#line-gzd {
  display: none;
}

.report-file-line1 span {
  font-weight: bold;
}

.content-upload-tip {
  text-align: center;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.modal,
.use-package,
.package-code, 
.login-mark,
.wx-pay-mark,
.alipay-pay-mark,
.order-num-mark,
.wait-count,
.down-warning-mark,
.loading,
.modal-for-info {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.pay-num-tip {
  position: fixed;
  background-color: #FFF;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  height: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.order-number-box {
  position: fixed;
  background-color: #FFF;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  height: 134px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.pay-num-close,
.order-number-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  user-select: none;
  color: #ababab;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.order-num-info {
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  padding-top: 40px;
}

.order-num-tips {
  font-size: 15px;
  color: #555;
  margin-top: 10px;
}

.pay-num-tip img {
  height: calc(100% - 60px);
  max-width: 100%;
}

.login-logo {
  margin-left: 20px;
  height: 110px;
  padding-top: 25px;
  width: calc(97% - 20px);
  text-align: center;
}

.login-logo img {
  height: 42px;
  margin-bottom: 10px;
}

.login-use-num {
  font-size: 15px;
  color: #333;
  line-height: 29px;
  user-select: none;
}

.login-use-num span {
  color: #ff4d4d;
  font-weight: bold;
}

.phone-input {
  width: 85%;
  margin: 0 auto;
  margin-top: 30px;
  height: 60px;
}

.phone-title {
  float: left;
  height: 50px;
  width: 80px;
  font-size: 16px;
  color: #191919;
  line-height: 40px;
  user-select: none;
  text-align: center;
}

.phone-input input {
  float: left;
  outline: none;
  border: none;
  border-bottom: 1px solid #C1C1C1;
  font-size: 16px;
  color: #191919;
  padding-left: 5px;
  line-height: 40px;
  width: calc(100% - 88px);
}

.code-input {
  width: 85%;
  margin: 0 auto;
  height: 60px;
  position: relative;
}

.code-input input {
  float: left;
  outline: none;
  border: none;
  border-bottom: 1px solid #C1C1C1;
  font-size: 16px;
  color: #191919;
  padding-left: 5px;
  line-height: 40px;
  width: calc(100% - 88px);
}

.send-code,
.send-code-wait {
  position: absolute;
  right: 11px;
  top: 0px;
  line-height: 40px;
  font-size: 15px;
  color: #3d9efc;
  cursor: pointer;
}

.send-code-wait {
  display: none;
  color: #555;
}

.login {
  width: 480px;
  height: 440px;
  left: 50%;
  top: 50%;
  border-radius: 18px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  position: fixed;
  margin-left: -240px;
  margin-top: -240px;
}

.login-error {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #ff4d4d;
  text-align: center;
  margin-top: 10px;
  display: none;
}

.login-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  user-select: none;
  color: #ababab;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  animation: login-close-later 2s;
}

@keyframes login-close-later {
  0% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.login-btn {
  width: 85%;
  margin: 0 auto;
  margin-top: 51px;
  border-radius: 8px;
  background-color: #17A1FF;
  border: 1px solid #17A1FF;
  color: #FFF;
  text-align: center;
  height: 43px;
  line-height: 43px;
  user-select: none;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(4, 128, 248, 0.2);
}

.login-btn:hover {
  opacity: 0.9;
  box-shadow: 0 0 15px rgba(4, 128, 248, 0.3);
}

.not-login-buy {
  width: 85%;
  margin: 0 auto;
  margin-top: 21px;
  border-radius: 8px;
  color: #17A1FF;
  border: 1px solid #17A1FF;
  text-align: center;
  height: 43px;
  line-height: 43px;
  user-select: none;
  cursor: pointer;
}

.login-img {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
}

.login-img:hover #login-guide {
  width: 160px;
  animation: login-guide 0.2s;
  margin-left: 20px;
}

@keyframes login-guide {
  from {
    width: 0;
    margin-left: 0;
  }

  to {
    width: 160px;
    margin-left: 20px;
  }
}

#login-qrcode-img {
  width: 200px;
}

#login-guide {
  width: 0;
  margin-left: 0;
  height: 218px;
  margin-top: -20px;
}

.login-code-tip,
.login-code-tip-2 {
  text-align: center;
  font-size: 14px;
  color: #191919;
}

.login-code-tip {
  margin-top: 15px;
}

.login-code-tip-2 {
  margin-top: 8px;
  font-size: 11px;
  color: #8a8a8a;
}

.login-code-old {
  width: 100%;
  height: 44px;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  color: #008c43;
  margin: 0 auto;
  max-width: 360px;
  margin-top: 5px;
  cursor: pointer;
}

.login-code-old-title {
  font-weight: bold;
  padding-top: 2px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
}

.login-code-old-tip {
  font-size: 11px;
  line-height: 20px;
}

.modal-content {
  width: 800px;
  height: 550px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -275px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.modal-header {
  padding: 16px 20px 6px 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  color: #333;
  height: 35px;
  background-image: url("https://cdn.jiangchongniao.com/img/pay-bg.png");
  background-size: cover;
}

.model-content-close {
  position: absolute;
  right: 13px;
  top: 6px;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  user-select: none;
  color: #FFF;
  font-weight: normal;
  cursor: pointer;
}

.modal-title {
  margin: 0;
  color: #FFF;
  font-weight: normal;
  float: left;
  display: block;
  padding-top: 2px;
}

.modal-title-ico {
  float: left;
  width: 88px;
  height: 26px;
  background-image: url("https://cdn.jiangchongniao.com/img/buy-logo-qlth.png");
  background-size: 100% 100%;
  margin-left: 55px;
}

.modal-wrapper {
  width: 328px;
  height: 23px;
  background: linear-gradient(259.2deg, #4CAF50 4.49%, #fff 95.18%);
  border-radius: 14px;
  float: left;
  overflow: hidden;
  margin-left: 15px;
  position: relative;
}

.modal-wrapper-tag {
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #fffaef, #fffaef00);
}

.modal-wrapper p {
  font-size: 12px;
  font-weight: 14px;
  color: #191919;
  font-weight: normal;
  position: absolute;
  animation: modal-wapper-p 6s linear infinite;
  line-break: strict;
  width: 800px;
  line-height: 23px;
  user-select: none;
}

@keyframes modal-wapper-p {
  0% {
    left: 0;
  }

  100% {
    left: -400px;
  }
}

.modal-body {
  height: auto;
}

.modal-wrapper span {
  width: 400px;
  display: inline-block;
  float: left;
}

.wait-tip {
  width: 200px;
  height: 155px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 14px;
  color: #07c160;
  padding-top: 30px;
}

.modal-info {
  position: fixed;
  width: 85%;
  max-width: 1200px;
  height: 70%;
  padding: 30px;
  border-radius: 14px;
  background-color: #FFF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px rgba(0, 0, 0, .35);
  font-size: 16px;
  line-height: 30px;
}

.modal-info-inner {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}

#modal-info {
  display: none;
}

.modal-info-inner {
  display: none;
}

.modal-info p img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 650px;
}

.modal-info-inner h3 {
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
  padding-bottom: 20px;
}

.modal-info-close {
  position: absolute;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 32px;
  color: #777;
  right: 6px;
  top: 6px;
  cursor: pointer;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.wait-ico svg {
  animation: rotate 2s linear infinite;
  margin: 0 auto;
}

.wait-ico {
  margin-bottom: 30px;
}

.document-info {
  padding: 24px;
  width: 180px;
  float: left;
}

.document-info-main {
  height: 270px;
}

.modal-line {
  margin-top: 20px;
  height: 400px;
  width: 1px;
  background-color: #f0f0f0;
  border-radius: 1px;
  float: left;
}

.document-info p {
  font-size: 14px;
  color: #666;
  margin: 8px 0;
}

.document-info-line {
  height: 30px;
}

.document-info-line p {
  display: inline-block;
  width: 32%;
}

.document-info-mini {
  margin-top: 10px !important;
  font-size: 11px !important;
  color: #d3d3d3 !important;
  line-height: 20px;
}

.document-info-red {
  font-size: 13px !important;
  color: #F5575A !important;
  line-height: 23px;
}

.discount-option {
  height: 45px;
  font-size: 14px;
  color: #555;
  padding-left: 13px;
  margin-top: 8px;
}

.discount-title {
  line-height: 34px;
  background-image: url("https://cdn.jiangchongniao.com/img/choose-no.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 0px 10px;
  padding-left: 22px;
  cursor: pointer;
}

.discount-option div {
  float: left;
}

.discount-option input {
  float: left;
  width: 200px;
  padding: 8px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  text-indent: 8px;
  outline: none;
  display: none;
}

.discount-commit {
  display: inline-block;
  background-color: #4CAF50;
  color: #fff;
  width: 35px;
  text-align: center;
  margin-left: 6px;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  display: none;
}

.discount-error {
  color: #FF1111;
  font-size: 14px;
  text-align: center;
  width: 100%;
  height: 0;
}

.qr-code {
  text-align: center;
  margin-top: 6px;
  float: left;
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  margin-left: 80px;
}

.qr-code img {
  width: 120px;
  height: 120px;
}

.modal-footer {
  height: 441px;
  padding: 24px;
  overflow: hidden;
}

.modal-footer .modal- {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.modal-footer .modal-tag {
  font-size: 12px;
  color: #FF6347;
  width: 100px;
  background: rgba(255, 99, 71, 0.11);
  text-align: center;
  border-radius: 2px;
  line-height: 20px;
}

.modal-buy-card {
  height: 155px;
  width: 100%;
}

.modal-card-once {
  float: left;
  border: 1px solid rgba(18, 17, 42, .071);
  border-radius: 8px;
  margin-right: 10px;
  width: 200px;
  height: 140px;
  text-align: center;
  user-select: none;
  position: relative;
  cursor: pointer;
}

.modal-card-once-more {
  width: 87px;
}

.modal-card-once-more svg {
  margin-top: 32px;
  width: 30px;
  height: 30px;
}

.modal-card-more-title {
  line-height: 19px;
  padding-top: 9px;
  font-size: 13px;
  color: #9d9d9d;
}

.modal-card-once-hot {
  background: #fff8e7;
  border-color: #ffdf9f;
  box-shadow: 0 0 15px rgb(255, 223, 159, 25%);
}

.modal-card-once-hot .modal-card-under {
  border-color: #fff8e7;
  color: #ffe1bd;
  background: linear-gradient(118.19deg, #504c53 7.72%, #181519 95.15%);
  transform: scale(1.02);
}

.modal-card-tag {
  position: absolute;
  top: 0;
  right: 0;
  width: 84px;
  text-align: center;
  line-height: 25px;
  height: 25px;
  font-size: 13px;
  border-radius: 0 8px 0 9px;
  color: #FFF;
  background: linear-gradient(248.75deg, #ff6154 5.27%, #ff487e 95.24%), linear-gradient(60.29deg, #fff5cd66, #fff5cd00 40.71%);
}

.modal-card-tag span {
  display: inline-block;
  font-size: 13px;
  margin-right: -3px;
  animation: modal-card-icon 1s infinite;
}

.modal-card-once:hover .card-click-tip {
  display: block;
}

.modal-card-once-hot:hover .card-clicking-tip {
  display: block !important;
}

.modal-card-both-tip {
  position: absolute;
  bottom: -16px;
  color: #9b9b9b;
  font-size: 11px;
  width: 100%;
  left: 0;
  display: none;
}

.api-error {
  background-color: #FF1111;
  color: #FFF;
  text-align: center;
  position: fixed;
  bottom: 0;
  font-size: 16px;
  text-align: center;
  width: 100%;
  z-index: 99999;
  padding: 15px 20px;
  font-weight: bold;
  display: none;
}

@keyframes modal-card-icon {

  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(15deg);
  }

  62.5% {
    transform: rotate(-15deg);
  }

  75% {
    transform: rotate(15deg);
  }

  87.5% {
    transform: rotate(-15deg);
  }
}

.modal-card-title {
  padding-top: 26px;
  font-size: 16px;
  height: 30px;
  font-weight: bold;
  color: #191919;
}

.modal-card-price {
  height: 49px;
  font-size: 30px;
  color: #191919;
  font-weight: 500;
  margin-top: 1px;
  font-family: Outfit;
}

.modal-card-price span {
  font-size: 16px;
}

.modal-card-under {
  width: calc(100% - 12px);
  border-radius: 10px;
  border: 4px solid #FFF;
  background-color: #f6f7f9;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  color: #4c535c;
}

.modal-card-tip {
  color: #33383e;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.modal-card-tip span {
  color: #cacaca;
}

.modal-foot-right {
  height: 250px;
}

.modal-all-pay {
  height: 52px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.modal-all-pay span {
  color: #FF6347;
  font-weight: bold;
  font-family: Outfit;
  font-weight: 500;
}

.modal-all-pay span:last-child {
  font-size: 35px;
}

.pay-type {
  margin-top: 15px;
  font-size: 14px;
  background-size: contain;
  text-align: center;
}

.pay-type-wx {
  display: inline-block;
  padding-left: 22px;
}

.pay-type-wx p {
  background: url('https://cdn.jiangchongniao.com/img/pay-wx.png') no-repeat center;
  background-size: 18px 16px;
  background-position: 0 1px;
}

.pay-type-ali {
  display: inline-block;
  padding-left: 35px;
  margin-left: 20px;
}

.pay-type-ali p {
  background: url('https://cdn.jiangchongniao.com/img/pay-ali.png') no-repeat center;
  background-size: 16px 16px;
  background-position: 0 1px;
}

.pay-type-ali p,
.pay-type-wx p {
  margin-top: 10px;
  display: inline-block;
  padding-left: 25px;
}

.pay-type-wx .pay-type-img-box {
  border: 2px solid #00aa74;
}

.pay-type-ali .pay-type-img-box {
  border: 2px solid #00a7e3;
}

.pay-type-img-box {
  padding: 10px;
  width: 132px;
  height: 132px;
  border-radius: 8px;
}

.pay-type-img-box img {
  width: 132px;
  height: 132px;
}

#pay-zero {
  margin-top: 30px;
  text-align: center;
}

.modal-zero-tips {
  color: #FF1111;
  font-size: 13px;
  margin-top: 10px;
}

.modal-zero-pay {
  margin: 0 auto;
  margin-top: 30px;
  width: 80%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #FFF;
  background-color: #07c160;
  border-radius: 4px;
  user-select: none;
  cursor: pointer;
  text-align: center;
}

.foot {
  width: 100%;
  height: 60px;
  padding-top: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #555;
  text-align: center;
  border-top: 1px solid #f2f2f3
}

.foot-main a {
  color: #555;
  cursor: normal;
}

.news {
  width: 100%;
  margin-top: 60px;
}

.big-title {
  width: 100%;
  margin-bottom: 50px;
  color: #020814;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
}

.news-box {
  height: auto;
}

.news-once {
  line-height: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 28, 85, .12);
  float: left;
  width: 600px;
  height: 209px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  font-size: 15px;
  line-height: 31px;
  color: #555;
}

.news-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.news-logo {
  height: 50px;
  background-repeat: no-repeat;
  background-size: auto 45px;
  margin-bottom: 20px;
}

.fhw {
  background-image: url("https://cdn.jiangchongniao.com/img/ifeng-logo.png");
}

.zaker {
  background-image: url("https://cdn.jiangchongniao.com/img/zaker-logo.png");
}

.news-info span {
  font-weight: bold;
}

.demo {
  margin-top: 60px;
}

.qa {
  margin: 0 auto;
  margin-top: 50px;
  max-width: 1000px;
  width: 95%;
}

.qa-item {
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #f5f5f5;
}

.qa-question {
  cursor: pointer;
  line-height: 58px;
  font-size: 18px;
}

.qa-answer {
  padding-top: 10px;
  font-size: 15px;
  color: #555;
  line-height: 28px;
  padding-bottom: 20px;
}

#ttkefuico {
  display: none;
}

#ttkefutel {
  display: none;
}

.pay-ok {
  height: 100%;
  font-size: 14px;
  color: #07c160;
  text-decoration: underline;
  text-align: center;
  margin-top: 21px;
}

/*登录*/

.mark {
  background: -webkit-radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .35) 55%, rgba(0, 0, 0, .55) 70%, rgba(0, 0, 0, .75) 100%) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.black-mark {
  background-color: rgba(0, 0, 0, 0.8);
}

.black-mark div {
  animation: 1.2s mark-show infinite;
}

@keyframes mark-show {

  0%,
  100% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }
}

.mark-close {
  position: fixed;
  color: #cecece;
  font-size: 54px;
  cursor: pointer;
  font-weight: lighter;
}

.mark-close {
  font-style: normal;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  opacity: 0.7;
  right: 60px;
  top: 60px;
  text-align: center;
  line-height: 34px;
  height: 40px;
  width: 40px;
}

.must-tips {
  border-radius: 4px;
  border: 1px solid #ededed;
  font-size: 14px;
  color: #FF1111;
  margin-top: 10px;
  padding: 10px 20px;
  line-height: 25px;
}

.must-tips:first-child {
  font-weight: bold;
  color: #333;
}

.right-icons {
  position: fixed;
  top: calc(60% - 200px);
  right: 0;
  width: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .13);
  border-radius: 14px 0 0 14px;
  background-color: #FFF;
  z-index: 2;
}

.order-icon p,
.share-icon p {
  padding-top: 3px;
  font-size: 13px;
  padding-bottom: 10px;
  text-align: center;
  color: #515151;
}

.share-icon p {
  color: #07c160;
  font-weight: bold;
}

.order-icon,
.share-icon {
  background-color: #FFF;
  width: 50px;
  color: #515151;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid #C1C1C1;
}

.order-icon {
  border-radius: 14px 0 0 0;
}

.order-icon svg,
.share-icon svg {
  width: 20px;
  height: 20px;
}

.order-icon svg {
  margin-top: 15px;
}

.share-icon svg {
  margin-top: 10px;
}

.wechat {
  width: 50px;
  height: 94px;
  background-color: #07c160;
  color: #FFF;
  cursor: pointer;
  border-radius: 0 0 0 14px;
  position: relative;
}

.wechat svg {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-top: 13px;
}

.wechat-title {
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.wechat:hover .wechat-code {
  display: block;
}

.wechat-code {
  display: none;
  position: absolute;
  left: -185px;
  top: -45px;
  width: 180px;
  height: 200px;
  text-align: center;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  border-radius: 8px;
  padding-top: 20px;
}

.wechat-code img {
  width: 150px;
}

.wechat-code p {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #555;
}

.free-icon-img {
  position: absolute !important;
  top: -6px !important;
  right: -8px !important;
  width: 56px;
  height: 17px;
  background: linear-gradient(124deg, #FF820D 1%, #F5575A 100%);
  border-radius: 9px 9px 9px 2px;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
  color: #FFFFFF;
}

.both-hot-title {
  padding-left: 16px;
  background-image: url("https://cdn.jiangchongniao.com/img/chachong_aigc_hot.png");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 0px 6px;
}

.summer-package {
  background-image: url("https://cdn.jiangchongniao.com/img/zibao0629.png");
  display: block;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  right: 30px;
  top: 67px;
  cursor: pointer;
  z-index: 1;
  animation: summer-package 2s infinite;
}

@keyframes summer-package {

  0%,
  100% {
    top: 67px;
  }

  50% {
    top: 77px;
  }
}

.summer-package-close {
  position: absolute;
  bottom: -27px;
  left: calc(50% - 11px);
  width: 23px;
  height: 23px;
  font-size: 17px;
  border-radius: 50%;
  line-height: 21px;
  user-select: none;
  text-align: center;
  border: 1px solid #919191;
  color: #6a6a6a;
  background-color: rgba(0, 0, 0, 0.05);
}

#pay-wx-h5,
#pay-ali-h5 {
  margin: 0 auto;
  width: 90%;
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
  user-select: none;
  font-size: 15px;
  color: #FFF;
  text-align: center;
  background-repeat: no-repeat;
  display: block;
  margin-top: 20px;
}

#pay-wx-h5 {
  background-color: #07C160;
}

#pay-ali-h5 {
  background-color: #00a7e3;
}

.use-package-content {
  padding: 25px;
  width: 450px;
  height: 170px;
  background-color: #FFF;
  border-radius: 8px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -85px;
}

.use-package-info-main {
  height: auto;
  font-size: 14px;
  color: #191919;
  line-height: 25px;
  padding-bottom: 10px;
}

.use-package-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 25px;
  line-height: 28px;
  cursor: pointer;
  user-select: none;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #191919;
}

.use-package-tip {
  color: #F5575A;
  font-size: 14px;
  line-height: 30px;
}

.use-package-btn {
  position: absolute;
  cursor: pointer;
  bottom: 20px;
  width: calc(100% - 50px);
  margin: 0 auto;
  background-color: #07c160;
  border-radius: 8px;
  color: #FFF;
  user-select: none;
  text-align: center;
  line-height: 40px;
  height: 40px;
}

.loading-box {
  width: 200px;
  height: 122px;
  background-color: #FFF;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -76px;
  border-radius: 8px;
  text-align: center;
  padding-top: 30px;
  font-size: 16px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.loading-box img {
  animation: rotate 2s linear infinite;
}

@media screen and (max-width: 1470px) {
  .both-down-title {
    width: 252px;
  }

  .both-down-title p:last-child i {
    display: none;
  }

  .report-file-line1 {
    background-position: 231px 0;
  }

  #line-vpcs {
    background-position: 199px 0;
  }

  .news-once {
    float: left;
    width: 500px;
    height: 249px;
  }

  .main {
    width: 1200px;
  }

  .head-tip {
    margin-left: 10px;
  }

  .both-down-ok {
    width: 104px;
    padding-left: 40px;
    background-position: 14px 25px;
  }
}

@media screen and (max-width: 1270px) {

  .report-file-line1 {
    background-position: 144px 0;
  }

  .both-down-title {
    width: 210px;
    text-align: center;
    height: 100px;
  }

  .both-hot-title {
    background-position: 17px 6px;
  }

  .both-down-title-select {
    background-position: 207px 83px;
  }

  .input-box {
    height: auto;
  }

  .content-count {
    bottom: 53px;
  }

  .mini-price {
    right: 92px;
    top: 66px;
  }

  #line-vpcs {
    background-position: 109px 0;
  }

  .text-demo {
    position: absolute;
    left: 4%;
    bottom: 56px
  }

  .news-once {
    float: left;
    width: 400px;
    height: 279px;
  }

  .main {
    width: 1000px;
  }

  .head-tip {
    width: 525px;
    padding-left: 10px;
    margin-left: 5px;
  }

  .head-tip-logo {
    display: none;
  }

  .both-down-title {
    margin-right: 12px;
  }

  .both-down-ok {
    width: 104px;
    padding-left: 40px;
    background-position: 14px 25px;
  }

  .both-down-ok:last-child {
    display: none;
  }

}

@media screen and (max-width: 1070px) {

  .report-file-line1 {
    background-position: 15px 0;
  }

  #line-vpcs {
    background-position: 15px 0;
  }

  .main {
    width: 99%;
  }

  .news-once {
    float: none;
    width: calc(100% - 90px);
    height: auto;
    margin-bottom: 15px;
  }

  .news-box {
    width: 100%;
  }

  .head-tip {
    display: none;
  }

  .both-down-ok {
    display: none;
  }

  .foot {
    height: auto;
    padding-bottom: 30px;
  }

  .content-box {
    height: 237px;
  }

  .both-down-title {
    width: 189px;
    background-position: 184px 83px;
  }

  .mini-price {
    right: 75px;
  }

  .both-hot-title {
    background-position: 8px 6px;
  }

  .logo-min {
    display: block;
  }

  .logo {
    display: none;
  }

  .head-main {
    padding-left: 3px;
    padding-right: 3px;
  }
}

@media screen and (max-width: 950px) {

  .both-down-title {
    width: calc(50% - 55px);
    text-align: left;
    height: 58px;
    background-position: calc(100% + 1px) 42px;
    margin-bottom: 25px;
  }

  .mini-price {
    right: 6px;
    top: 17px;
  }

  .both-hot-title {
    background-position: 0px 6px;
  }

  .head-btn-once {
    display: none;
  }

  .head-btn {
    float: right;
  }

  .summer-package {
    display: none;
  }
}

@media screen and (max-width: 850px) {

  .choose-type-title {
    width: 77px;
  }

  .report-type {
    width: 110px;
  }

  .report-file-title {
    width: 138px;
  }

  .paste-text-title {
    margin-right: 5px;
  }

  .report-upload-right {
    display: none;
  }

  .report-upload-left {
    width: 100%;
    height: 110px;
  }

  .commit-history {
    right: calc(50% - 225px);
  }

  .head-tab {
    display: none;
  }

}

@media screen and (max-width: 800px) {

  .modal-content {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  #modal-card-more {
    display: none;
  }

  .document-info {
    width: 100px;
  }

  .document-info-main {
    display: none;
  }

}

@media screen and (max-width: 750px) {

  .head-main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wechat-title {
    display: none;
  }

  .wechat {
    height: 47px;
  }

  .both-down-tip {
    width: 100%;
  }

  .order-type-mini-tip {
    display: none;
  }

  .content-box-safe {
    display: none;
  }
}

@media screen and (max-width: 650px) {

  .qr-code {
    margin-left: 0;
  }

  .document-info {
    display: none;
  }

  .modal-line {
    display: none
  }

  .modal-wrapper {
    display: none;
  }

}

@media screen and (max-width: 600px) {

  .modal {
    width: 100%;
    left: 0;
  }

  .modal-content {
    width: 100%;
    left: 0;
    margin-left: 0
  }

  .discount-option {
    height: auto;
    overflow: hidden;
  }

  .discount-error {
    height: 22px;
  }

  .upload-box-logo {
    display: none;
  }

  .slogan {
    height: 47px;
    font-size: 37px;
    letter-spacing: 1px;
    margin-top: -194px;
  }

  .both-down-title {
    width: calc(50% - 21px);
    background-position: 100% 84px;
    margin-bottom: 25px;
    text-align: center;
    height: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .mini-price {
    right: 0;
    top: 67px;
    width: 100%;
  }

  .both-hot-title {
    background-position: calc(50% - 45px) 6px;
    font-size: 15px;
  }

}

@media screen and (max-width: 520px) {
  .login {
    width: 100%;
  }

  .modal-card-once {
    width: calc(50% - 10px);
    margin-left: 3px;
    margin-right: 3px;
  }

  .pay-type-ali {
    padding-left: 15px;
    margin-left: 0;
  }
}

@media screen and (max-width: 450px) {

  .upload-box {
    margin-top: 15px;
    padding-top: 5px;
  }

  .wechat {
    top: 38%;
  }

  .document-info-line:last-child {
    display: none;
  }

  .slogan {
    height: 37px;
    font-size: 33px;
  }

  .promise {
    font-size: 15px;
    height: auto;
  }
}

@media screen and (max-width: 390px) {

  .wechat {
    top: 40%;
  }
}