.pay-detail {
  font-family: MicrosoftYaHei;
}

.bread-crumb {
  margin-top: 35px;
}

.bread-crumb a {
  color: #999;
  text-decoration: underline;
}

.bread-crumb a:hover {
  color: #fa9a00;
}

.bread-crumb .page-title {
  margin-left: 7px;
}

.bread-crumb .page-title i {
  font-style: normal;
  margin-right: 8px;
  color: #d1d1d1;
}

.bread-crumb .page-title span {
  color: #e9793f;
}

.app-detail {
  font-family: MicrosoftYaHei-Bold;
}

.app-detail .app-img img {
  width: 420px;
  height: 420px;
  background-color: #f7f7f7;
  margin: 12px 0 20px;
}

.app-detail .app-img .copylink-btn {
  font-size: 29px;
  margin-right: 6px;
  position: relative;
  top: -1.5px;
  cursor: pointer;
}

.app-detail .app-img .share-title {
  position: relative;
  top: 8px;
}

.app-detail .app-description {
  margin-left: 50px;
}

.app-detail .app-description h3 {
  font-size: 30px;
  color: #333333;
  font-weight: normal;
}

.app-detail .app-description h4 {
  width: 752px;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  line-height: 21px;
}

.app-detail .app-description .order-money {
  width: 730px;
  height: 100px;
  line-height: 100px;
  background-color: #f7f7f7;
  border-radius: 4px;
  box-sizing: border-box;
  padding-left: 19px;
}

.app-detail .app-description .order-money i {
  font-style: normal;
}

.app-detail .app-description .order-money .discount {
  color: #fe6d26;
  font-size: 24px;
  font-weight: bold;
}

.app-detail .app-description .order-money .discount span {
  font-weight: bold;
  font-size: 40px;
}

.app-detail .app-description .order-money .original {
  color: #999999;
  font-size: 16px;
  margin-left: 20px;
  text-decoration: line-through;
}

.app-detail .app-description .time-show {
  position: relative;
}

.app-detail .app-description .time-show .order-explain {
  position: absolute;
  top: 19px;
  left: 213px;
}

.app-detail
  .app-description
  .time-show
  .order-explain:hover
  .user-num-explains {
  display: block;
}

.app-detail .app-description .time-show .order-explain .user-num-explains {
  position: absolute;
  top: 25px;
  left: 0;
  width: 280px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #dfdfdf;
  padding: 5px;
  background-color: white;
  z-index: 9999;
  color: #999999;
  padding: 19px 20px;
  display: none;
}

.app-detail
  .app-description
  .time-show
  .order-explain
  .user-num-explains::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  top: -7px;
  left: 0;
}

.app-detail .app-description .time-show .user-num-explains li:first-child {
  font-weight: 800;
  color: black;
  font-size: 14px;
  height: auto;
}

.app-detail .app-description .time-show .user-num-explains li {
  line-height: 30px;
  border: none;
  text-align: left;
  width: 242px;
  color: #999999;
}

.app-detail .app-description .time-show .user-num-explains li a {
  text-decoration: underline;
  cursor: pointer;
}

.app-detail .app-description .time-show .plus-icon {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 4px 0px 0px 4px;
  border: solid 1px #dddddd;
  border-right: none;
  cursor: pointer;
}

.app-detail .app-description .time-show .show-num {
  width: 80px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  border-right: none;
  color: #666666;
  font-size: 18px;
  overflow: hidden;
}

.app-detail .app-description .time-show .show-num input {
  width: 80px;
  height: 60px;
  outline: none;
  border: none;
  text-align: center;
  padding: 0 4px;
}

.app-detail .app-description .time-show .minus-icon {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 0px 4px 4px 0px;
  border: solid 1px #dddddd;
  cursor: pointer;
}

.app-detail .app-description .show-num-err {
  color: red;
  font-size: 10px;
  margin-top: 10px;
}

.app-detail .app-description .explain li {
  color: #424242;
  position: relative;
  font-size: 16px;
  margin: 17px 50px 0 0;
}

.app-detail .app-description .explain li img {
  align-items: center;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.app-detail .app-description .product__package .current-account {
  width: 480px;
  height: 60px;
  background-color: #f7f7f7;
  border-radius: 4px;
  padding-left: 20px;
  color: #424242;
  font-size: 16px;
  position: relative;
}

.app-detail .app-description .product__package .current-account p + p {
  margin-left: 87px;
}

.app-detail .app-description .product__package .current-account p i {
  font-style: normal;
  color: #fe6d26;
  font-size: 16px;
  margin-left: 9px;
}

.app-detail .app-description .product__package .current-account .tips {
  position: absolute;
  top: 16px;
  right: -25px;
}

.app-detail
  .app-description
  .product__package
  .current-account
  .tips:hover:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -16px;
  left: -1px;
}

.app-detail
  .app-description
  .product__package
  .current-account
  .tips:hover
  .tips-renew {
  background: url("/img/renewTipH.png");
}

.app-detail
  .app-description
  .product__package
  .current-account
  .tips:hover
  .tips-content {
  display: block;
}

.app-detail .app-description .product__package .current-account .tips-content {
  width: 419px;
  height: 158px;
  position: absolute;
  top: 20px;
  left: -196px;
  padding: 26px 0 0 32px;
  display: none;
  z-index: 2;
}

.app-detail
  .app-description
  .product__package
  .current-account
  .tips-content
  img {
  width: 419px;
  height: 158px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.app-detail
  .app-description
  .product__package
  .current-account
  .tips
  .tips-renew {
  background: url(/img/renewTip.png);
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  top: 4px;
  left: 4px;
}

.app-detail .product__package .current-account .tips-content .tips-title {
  color: #333333;
  font-size: 14px;
  margin-bottom: 5px;
}

.app-detail .product__package .current-account .tips-content .tips-item {
  color: #666666;
  font-size: 12px;
  line-height: 21px;
  width: 347px;
  margin-bottom: 2px;
}

.app-detail .product__package .account,
.app-detail .product__package .plan,
.app-detail .product__package .time,
.app-detail .product__package .number {
  color: #333333;
  font-size: 18px;
  margin: 26px 0 17px;
}

.app-detail .app-description .product__package ul li {
  width: 230px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
  color: #666666;
  box-sizing: border-box;
  margin-right: 20px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

.app-detail .app-description .product__package ul li:hover {
  border-color: #fe6d26;
}

.app-detail .app-description .product__package ul li i.money {
  font-style: normal;
  font-size: 18px;
}

.app-detail .app-description .product__package ul li .original {
  text-decoration: line-through;
  margin-left: 8px;
  color: #999999;
}
.app-detail .app-description .product__package ul li.active-sem{
  height: 70px;
  line-height: 47px;
}
.app-detail .app-description .product__package ul li.active-sem-no-discount{
  line-height: 70px;
}
.app-detail .app-description .product__package ul li.active-sem .active-sem_tips{
    position: absolute;
    bottom: 11px;
    left: 0;
    height: auto; 
    line-height: 1;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    color: #F21D70;
}
.app-detail .app-description .product__package ul li.active {
  color: #fe6d26;
  border-color: #fe6d26;
  font-weight: bold;
}

/*.app-detail .app-description .product__package ul li.active .original {*/
/*  color: #fe6d26;*/
/*}*/

.app-detail .app-description .product__package ul li .discount8-img {
  position: absolute;
  top: -12px;
  right: -10px;
}
.app-detail .app-description .product__package ul li .discount8-618-img {
  position: absolute;
  top: -12px;
  left: -1px;
}

.app-detail .app-description .product__package ul li .discount8-img2 {
  position: absolute;
  top: -12px;
  right: 174px;
}

.app-detail .app-description .product__package .chose-order {
  width: 752px;
}

.app-detail .app-description .product__package .chose-order li {
  margin-bottom: 20px;
}

.app-detail .app-description .service-description h3 {
  margin-top: 26px;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
}

.app-detail .app-description .service-description .explains {
  color: #666666;
  font-size: 14px;
  width: 687px;
}

.app-detail .app-description .service-description .explains.ban {
  color: #999999;
}

.app-detail .app-description .service-description .explains strong {
  color: #424242;
}

.app-detail .app-description .service-description .explains .tips {
  color: #fe6d26;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.app-detail .app-description .service-description .explains .tips:hover:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 30px;
  left: -10px;
  background: #ffffff;
  opacity: 0;
}

.layer {
  z-index: 1;
  display: block;
  position: absolute;
  width: 356px;
  left: 50%;
  top: 150px;
  margin-left: -178px;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(172, 174, 192, 0.33);
  border-radius: 20px;
  padding-bottom: 17px;
  position: relative;
}

.layer .layer_close,
.integral-exchange-modal .layer_close {
  display: block;
  position: absolute;
  bottom: -53px;
  left: 50%;
  margin-left: -16px;
  width: 33px;
  height: 33px;
  background: url("/img/layerClose.png") no-repeat;
  cursor: pointer;
}

.layer .head {
  width: 356px;
  height: 99px;
  background-image: url(/wlyxexchangeFile/img/shopLayer/popBg.png);
  border-radius: 20px 20px 0 0;
  padding-top: 26px;
}

.layer.package .head {
  background-image: url(/wlyxexchangeFile/img/package/popBg.png);
}

.layer.islide .head {
  background-image: url(/wlyxexchangeFile/img/islide/popBg.png);
}

.layer.scan .head {
  background-image: url(/wlyxexchangeFile/img/scan/popBg.png);
}

.layer.read .head {
  background-image: url(/wlyxexchangeFile/img/read/popBg.png);
}

.layer.screen .head {
  background-image: url(/wlyxexchangeFile/img/screen/popBg.png);
}

.layer .head i {
  display: block;
  width: 188px;
  height: 55px;
  margin: 0 auto;
  background: url(/wlyxexchangeFile/img/shopLayer/NeteaseTitle.png);
}

.layer.package .head i {
  width: 222px;
  background: url(/wlyxexchangeFile/img/package/title.png) no-repeat;
}

.layer.islide .head i {
  width: 268px;
  background: url(/wlyxexchangeFile/img/islide/title.png) no-repeat;
}

.layer.scan .head i {
  background: url(/wlyxexchangeFile/img/scan/title.png) no-repeat;
  background-position: center;
}

.layer.read .head i {
  width: 213px;
  background: url(/wlyxexchangeFile/img/read/title.png) no-repeat;
}

.layer.screen .head i {
  width: 210px;
  background: url(/wlyxexchangeFile/img/screen/title.png) no-repeat;
}

.layer ul {
  width: 324px;
  background: #fff9f4 url(/wlyxexchangeFile/img/shopLayer/textureLogo.png)
    no-repeat right 0 bottom 0;
  background-size: 108px 94px;
  border-radius: 20px;
  margin: 10px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 7px 0 34px;
}

.layer.package ul {
  background: #fff5e5 url(/wlyxexchangeFile/img/package/layerBg.png) no-repeat
    right 0 bottom 0 !important;
  padding-bottom: 5px;
}

.layer.islide ul {
  background: #fff5f3 url(/wlyxexchangeFile/img/islide/layerBg.png) no-repeat
    right 0 bottom 0 !important;
  padding-bottom: 5px;
}

.layer.scan ul {
  background: #f3f9ff url(/wlyxexchangeFile/img/scan/layerBg.png) no-repeat
    right 0 bottom 0 !important;
  padding-bottom: 5px;
}

.layer.read ul {
  background: #f3f9ff url(/wlyxexchangeFile/img/read/layerBg.png) no-repeat
    right 0 bottom 0 !important;
  padding-bottom: 5px;
}

.layer.screen ul {
  background: #ffe9ea url(/wlyxexchangeFile/img/screen/layerBg.png) no-repeat
    right 0 bottom 0 !important;
  padding-bottom: 5px;
}

.layer ul li {
  width: 33.333%;
  font-size: 12px;
  color: #9a5321;
  line-height: 20px;
  text-align: center;
  margin-top: 5px;
  list-style: none;
}

.layer ul li img {
  display: block;
  margin: 0 auto 5px;
}

.layer ul li span {
  display: block;
}
.layer.netEase ul {
  padding-bottom: 5px;
}
.layer.netEase ul li span {
  margin-bottom: 20px;
}

.layer.package ul li span {
  margin-bottom: 20px;
  color: #e79a2f;
}

.layer.islide ul li span {
  margin-bottom: 20px;
  color: #fb4f3b;
}

.layer.scan ul li span {
  margin-bottom: 20px;
  color: #616af8;
}

.layer.read ul li span {
  margin-bottom: 20px;
  color: #16aaed;
}

.layer.screen ul li span {
  margin-bottom: 20px;
  color: #f3444c;
}

.layer a.disabled {
  background: #ccc;
  cursor: not-allowed;
  text-decoration: none;
  background-image: none !important;
}

.layer a {
  display: block;
  margin: 15px auto 8px;
  width: 221px;
  height: 45px;
  background: linear-gradient(0deg, #ff5613 0%, #ff8f4c 100%);
  border-radius: 22px;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

.layer.package a {
  background-image: linear-gradient(0deg, #ff9526 0%, #ffac26 100%);
}

.layer.islide a {
  background-image: linear-gradient(0deg, #f83633 0%, #ff6c42 100%),
    linear-gradient(0deg, #ff9526 0%, #ffac26 100%);
}

.layer.scan a {
  background-image: linear-gradient(0deg, #5459f8 0%, #6f7ef7 100%),
    linear-gradient(0deg, #ff9526 0%, #ffac26 100%);
}

.layer.read a {
  background-image: linear-gradient(0deg, #16aaed 0%, #49c6ff 100%),
    linear-gradient(0deg, #ff9526 0%, #ffac26 100%);
}

.layer.screen a {
  background-image: linear-gradient(0deg, #f33254 0%, #f45843 100%),
    linear-gradient(0deg, #ff9526 0%, #ffac26 100%);
}

.layer .introduce {
  text-align: center;
  font-size: 12px;
  color: #9a5321;
}

.layer.package .introduce {
  color: #e79a2f;
}

.layer.islide .introduce {
  color: #fb4f3b;
}

.layer.scan .introduce {
  color: #616af8;
}

.layer.read .introduce {
  color: #16aaed;
}

.layer.screen .introduce {
  color: #f3444c;
}

.benefits .swiper-container {
  width: 730px;
  height: 60px;
  margin: 18px 0 0 !important;
}

.benefits .swiper-wrapper {
  height: 60px;
}

.benefits .swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #f7f7f7;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 10px;
  color: #333333;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  height: 60px;
}

.benefits .swiper-slide p + p {
  margin-top: 4px;
}

.benefits .swiper-slide img {
  margin-right: 8px;
}

.benefits .swiper-button-next {
  width: 18px !important;
  height: 26px !important;
  background-color: rgba(0, 0, 0, 0.15) !important;
  top: 39px !important;
  border-radius: 2px !important;
  background-image: url("/img/benefits/turn-right.png") !important;
  background-size: 7px 12px !important;
  cursor: pointer;
}

.swiper-button-prev {
  width: 18px !important;
  height: 26px !important;
  background-color: rgba(0, 0, 0, 0.15) !important;
  top: 39px !important;
  border-radius: 2px !important;
  background-image: url("/img/benefits/turn-left.png") !important;
  background-size: 7px 12px !important;
  cursor: pointer;
}

.benefits .swiper-slide:hover .layer {
  display: block;
}

.app-detail .app-description .go-pay-btn {
  width: 320px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #fe6d26;
  border-radius: 4px;
  font-size: 20px;
  color: #ffffff;
  margin-top: 29px;
}

.app-detail .app-description .go-pay-btn:hover {
  background-color: #fe8a51;
  cursor: pointer;
}

.app-detail .app-description .go-pay-btn.ban {
  background: #dddddd;
  cursor: not-allowed;
}

.shop-describe {
  margin-top: 76px;
  width: 1200px;
}

.shop-describe .shop-describe-title {
  font-weight: bold;
  font-size: 20px;
  color: #424242;
  position: relative;
}

.shop-describe .shop-describe-title::before {
  content: "";
  display: block;
  bottom: -12px;
  position: absolute;
  width: 1200px;
  height: 4px;
  background-color: #f7f7f7;
}

.shop-describe .shop-describe-title::after {
  content: "";
  display: block;
  bottom: -12px;
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #bbbbbb;
}

.shop-describe .purchase-instructions {
  width: 1200px;
  background-image: linear-gradient(221deg, #a7c3ff 0%, #b4ccfc 100%);
  border-radius: 20px;
  margin-top: 52px;
  box-sizing: border-box;
  padding: 56px 30px 50px;
  position: relative;
}

.shop-describe .purchase-instructions::after {
  content: "";
  top: 108px;
  position: absolute;
  width: 1140px;
  height: 1px;
  background-color: #b6d0ff;
}

.shop-describe .purchase-instructions .header {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}

.shop-describe .purchase-instructions .title {
  color: #3a414f;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin: 88px 0 37px;
}

.shop-describe .purchase-instructions ul li {
  width: 1140px;
  height: 154px;
  background-color: #d5e3fe;
  border-radius: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 40px 30px;
}

.shop-describe .purchase-instructions ul li img.item-icon {
  margin-right: 20px;
}

.shop-describe .purchase-instructions ul li p,
.shop-describe .purchase-instructions ul li div {
  color: #3a414f;
  font-size: 20px;
}

.shop-describe .purchase-instructions ul li p.item-title {
  font-size: 24px;
  color: #3a414f;
  font-weight: bold;
  margin-bottom: 10px;
}

.shop-describe .purchase-instructions ul li .enterprise-wx {
  position: relative;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
}

.shop-describe
  .purchase-instructions
  ul
  li
  .enterprise-wx:hover
  .enterprise-wx-dialog {
  display: block;
}

.shop-describe .purchase-instructions ul li .enterprise-wx::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 123px;
  height: 1px;
  background-color: #3a414f;
}

.shop-describe .purchase-instructions .enterprise-wx .enterprise-wx-dialog {
  position: absolute;
  width: 190px;
  height: 220px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #333333;
  padding-top: 10px;
  z-index: 2;
  top: 30px;
  left: -33px;
  display: none;
  text-align: center;
}

.shop-describe .purchase-instructions .enterprise-wx .enterprise-wx-dialog img {
  width: 170px;
  height: 170px;
}

.shop-describe .purchase-instructions .enterprise-wx .enterprise-wx-dialog p {
  font-size: 14px;
  margin-top: 5px;
}

/* 新功能 */
.new_function {
  background: #E6E7EF;
  margin: 40px auto 0;
  width: 1200px;    
  height: 968px;     
  border-radius: 20px 20px 20px 20px;   
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.new_function .new_function_tab {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.new_function .new_function_tab li {
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  list-style: none;
  border-right: 1px solid #d0d6e4;
  border-bottom: 1px solid #d0d6e4;
  width: 201px;
  text-align: center;
  height: 65px;
  line-height: 65px;
  font-size: 22px;
  color: #3a414f;
}
.new_function .new_function_tab li:first-child {
  width: 199px;
  background: #d6e4ff;
  border-top-left-radius: 20px;
}
.new_function .new_function_tab li:nth-of-type(2) {
  background: #f7e9ff;
}
.new_function .new_function_tab li:nth-of-type(3) {
  background: #efe9ff;
}
.new_function .new_function_tab li:nth-of-type(4) {
  background: #ffe9f4;
}
.new_function .new_function_tab li:nth-of-type(5) {
  background: #e8efff;
}
.new_function .new_function_tab li:nth-of-type(6) {
  background: #e9ffff;
  border-top-right-radius: 20px;
  border-right: none;
}
.new_function .new_function_tab li:hover {
  background: #f2f3f7;
  color: #3a414f;
}
.new_function .new_function_tab li.active {
  background: #f2f3f7 !important;
  border-bottom: none;
  font-weight: bold;
  font-size: 22px;
  color: #3a414f;
}
.new_function .swiper-pagination-bullet {
    display: inline-block;
    width: 48px;
    height: 14px;
    background: #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    opacity: 1;
}
.new_function  .swiper-pagination {
  bottom: 0px !important;
}
.new_function .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #AFC9FD;
}
.new_function .swiper_new_function_content {
  margin-top: 45px;
  padding-bottom: 47px;
  overflow: hidden;
  position: relative;
}
.new_function .swiper_new_function_content .swiper-slide {
  width: 100%;    
  display: -webkit-box;    
  display: -ms-flexbox;    
  display: flex;    
  height: 100%;    
  flex-direction: column;    
  justify-content: center;    
  align-items: center;
}
.new_function .swiper_new_function_content .swiper-slide h3 {
  font-weight: bold;   
   font-size: 48px;    
   color: #3A414F;    
   line-height: 48px;    
   margin: 0 0 40px;
}
.new_function .swiper_new_function_content .swiper-slide img {
  width: 1040px;
  height: 755px;
}
.new_function .swiper_new_function_content .swiper-slide div {
  width: 336px;
}
.new_function .swiper_new_function_content .swiper-slide div h3 {
  font-weight: bold;
  font-size: 30px;
  color: #3a414f;
  margin: 38px 0 0;
}
.new_function .swiper_new_function_content .swiper-slide div p {
  margin-top: 20px;
  font-size: 24px;
  color: #3a414f;
  line-height: 40px;
}

.product-comparison {
  width: 1200px;
  padding-bottom: 62px;
  background-color: #f2f3f7;
  border-radius: 20px;
  text-align: center;
  margin-top: 60px;
}

.product-comparison .heade h3 {
  font-size: 48px;
  color: #3a414f;
  padding-top: 79px;
  margin: 0;
  font-weight: bold;
}

.product-comparison .heade img {
  margin-top: 40px;
}

.product-comparison table {
  border: 1px solid #d0d6e4;
  width: 1140px;
  margin: 50px auto 0;

  overflow: hidden;
}

.product-comparison table.border {
  border-radius: 9px;
  /* 消除单元格之间的空隙 */
  border-collapse: collapse;
  /* 消除掉外边框 */
  border-style: hidden;
  /* hack一下加个假边框 */
  box-shadow: 0 0 0 1px #d0d6e4;
}

.product-comparison th,
.product-comparison td {
  border: 1px solid #d0d6e4;
  height: 80px;
  text-align: center;
}

.product-comparison .thead {
  background: #e8ebf2;
  /* background: red; */
  font-size: 24px;
  font-family: SourceHanSansCN-Bold;
}

.product-comparison td {
  background-color: #ffffff;
  font-size: 24px;
  color: #3a414f;
  font-family: SourceHanSansCN-Regular;
}

.product-comparison th:nth-child(1) {
  width: 122px;
}

.product-comparison th:nth-child(2) {
  width: 589px;
}

.product-comparison th:nth-child(3) {
  width: 213px;
}

th:nth-child(4) {
  width: 213px;
}

.product-comparison th {
  height: 90px;
}

.product-comparison .gray {
  background-color: #f0f2f7;
}

.product-comparison td.rowspan p {
  font-family: SourceHanSansCN-Bold;
  width: 30px;
  font-size: 24px;
  word-wrap: break-word;
  margin: 0 auto;
  color: #3a414f;
}

.product-comparison .privilege {
  width: 280px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-image: linear-gradient(270deg, #779be3 0%, #99bce9 100%);
  border-radius: 35px;
  color: #ffffff;
  font-size: 30px;
  margin: 60px auto 0;
  display: block;
}

.product-comparison .privilege:hover {
  text-decoration: none;
}

.company-profile {
  margin-top: 40px;
}

.company-profile .header {
  color: #3a414f;
  font-size: 16px;
  font-weight: bold;
}

.company-profile .company {
  font-weight: bold;
  font-size: 48px;
  color: #3a414f;
  margin: 60px 0 30px;
  position: relative;
}

.company-profile .company::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 3px;
  height: 124px;
  background: #363837;
}

.company-profile .company-name {
  font-weight: bold;
  font-size: 30px;
  color: #3a414f;
}

.company-profile .company-explain {
  color: #3a414f;
  font-size: 24px;
  margin: 60px 0;
}

.company-profile li {
  width: 370px;
  height: 450px;
  background-image: linear-gradient(231deg, #a7c3ff 0%, #b4ccfc 100%);
  border-radius: 20px;
  box-sizing: border-box;
  padding-top: 55px;
  text-align: center;
}

.company-profile li img {
  width: 102px;
  height: 102px;
  margin: 0 auto;
  display: block;
}

.company-profile li .item-name {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  margin-top: 40px;
}

.company-profile li .item-number {
  font-size: 30px;
  color: linear-gradient(270deg, #0e3e7f 0%, #29326b 100%);
  font-family: MicrosoftYaHei;
  font-weight: bold;
  margin: 20px 0 25px;
}

.company-profile li .item-number span {
  font-size: 48px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
}

.company-profile li .item-remarks {
  font-size: 18px;
  color: #ffffff;
}

.purchase-package {
  width: 1200px;
  height: 420px;
  margin: 80px 0 100px;
  position: relative;
}

.purchase-package .purchase-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  cursor: pointer;
  display: block;
  z-index: 2;
  opacity: 0;
  background: rgba(0, 0, 0, 0);
}

.back-top {
  width: 40px;
  height: 41px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  margin-bottom: 9px;
  border-radius: 50%;
  font-size: 14px;
  color: #333333;
  position: fixed;
  bottom: 55px;
  right: 20px;
  cursor: pointer;
}

.back-top i {
  width: 18px;
  height: 20px;
  background: url(/officeassociate/img/backTop.png);
  display: block;
  position: absolute;
  top: 9px;
  left: 10px;
}

.back-top i:hover {
  background: url(/officeassociate/img/backTop_h.png);
}

/* 弹窗 */
.modals {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
.pay_modal_content {
  width: 490px;
  height: 376px;
  line-height: 376px;
  background: #ffffff;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -188px;
  margin-left: -245px;
  padding-top: 44px;
}
.pay_modal .pay_close {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 12px;
  height: 12px;
  background: url("/img/foxit-pdfeditor-pro-plus-detail/payClose.svg");
}
.pay_modal p {
  width: 400px;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  line-height: 24px;
}
.pay_modal img {
  width: 170px;
  height: 170px;
  margin: 25px 0 20px;
}
.pay_modal .tips {
  width: 122px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.subscribe-success .subscribe-dialog,
.subscribe-success-2 .subscribe-dialog {
  width: 670px;
  height: 454px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 7px;
  margin-top: -227px;
  margin-left: -335px;
  text-align: center;
  padding: 20px;
  background: #ffffff;
}

.subscribe-success .get-points-num {
  margin-top: 10px;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 15px;
}

.subscribe-success .get-points-num a:hover {
  color: #fa9a00;
}

.subscribe-success-2 .subscribe-dialog {
  height: 680px;
  margin-top: -340px;
}
.subscribe-success-2 .subscribe-dialog i.sub-line {
  background-image: url("/img/sub-line.png");
  display: inline-block;
  width: 172px;
  height: 14px;
  color: #fa9a00;
  text-align: center;
  line-height: 14px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  margin-top: 37px;
  margin-bottom: 24px;
}
.subscribe-success-2 .subscribe-dialog .jd-tips {
  font-size: 16px;
  color: #353535;
}
.subscribe-success-2 .subscribe-dialog .jde {
  display: block;
  width: 190px;
  height: 110px;
  margin: 23px auto 0;
}

.modals .header {
  display: flex;
}

.modals .header .title {
  position: relative;
  left: 20px;
  top: 10px;
}

.modals .header .modal-close {
  font-size: 21px;
  float: right;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.modals .header .modal-close:hover,
.modals .header .modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

.subscribe-success .content .title,
.subscribe-success-2 .content .title {
  margin-top: 30px;
}

.subscribe-success .content .title img,
.subscribe-success-2 .content .title img {
  position: relative;
  top: -2px;
}

.subscribe-success .content .title strong,
.subscribe-success-2 .content .title strong {
  font-size: 18px;
  margin-left: 11px;
}

.subscribe-success .content .validity-time,
.subscribe-success-2 .content .validity-time {
  font-size: 15px;
}

.subscribe-success .content .validity-time img,
.subscribe-success-2 .content .validity-time img {
  width: 126px;
}

.subscribe-success .content .foxit-code,
.subscribe-success-2 .content .foxit-code {
  border: 1px solid #ddd;
  border-radius: 7px;
  width: 149px;
  height: 149px;
  padding-top: 10px;
  margin-top: 8px;
  display: inline-block;
}

.subscribe-success .content .add,
.subscribe-success-2 .content .add {
  font-size: 14px;
  margin-top: 17px;
}

.subscribe-success .content .deadline,
.subscribe-success-2 .content .deadline {
  font-size: 13px;
  margin-top: 1px;
  color: #999;
}

.subscribe-success .content .submit,
.subscribe-success-2 .content .submit {
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  margin-bottom: 28px;
  margin-top: 10px;
  background-color: #fa9a00;
  border-color: #fa9a00;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.subscribe-success-2 .content .submit {
  margin-bottom: 0;
  margin-top: 40px;
}

.subscribe-success .content .submit:hover,
.subscribe-success-2 .content .submit:hover {
  background-color: transparent;
  color: #fa9a00;
  border-color: #fa9a00;
}

.wx-pay-dialog {
  width: 598px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 7px;
  margin-top: -227px;
  margin-left: -335px;
  text-align: center;
  padding: 20px;
  background: #ffffff;
}

.wx-pay .header .title {
  font-size: 18px;
  font-weight: bold;
}

.wx-pay .content .title {
  margin-bottom: 10px;
}

.wx-pay .content .title span {
  color: #fa9a00;
  font-size: 14px;
}

.wx-pay .content .wechat-qrcode {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.wx-pay .content .scan {
  margin: 10px 0;
  color: #7b7b7b;
  font-size: 12px;
}

.wx-pay .content .payment-error p {
  color: #6b1b69;
  font-size: 18px;
  font-weight: 800;
}

.wx-pay .content .payment-error span {
  color: #464646;
  font-size: 14px;
}

.wx-pay .content .payment-error span i {
  font-style: normal;
}

.wx-pay .content .pay-btn div {
  height: 34px;
  line-height: 34px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 10px 0 5px;
  cursor: pointer;
}

.wx-pay .content .pay-btn .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  width: 208px;
}

.wx-pay .content .pay-btn .btn-default:hover {
  background-color: #fa9a00;
  color: #fff;
  border: 1px solid #fa9a00;
}

.wx-pay .content .pay-btn .pay-success {
  width: 82px;
  background-color: #fa9a00;
  border-color: #fa9a00;
  color: #fff;
  margin-left: 5px;
}

.wx-pay .content .pay-btn .pay-success:hover {
  background-color: transparent;
  color: #fa9a00;
  border-color: #fa9a00;
}

.donot-leave {
  background: rgba(251, 251, 251, 0);
}

.donot-leave-dialog {
  width: 450px;
  height: 420px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 7px;
  margin-left: -225px;
  margin-top: -210px;
  text-align: center;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.donot-leave-dialog .header {
  height: 30px;
}

.donot-leave-dialog .content .title {
  font-size: 18px;
  font-weight: 700;
}

.donot-leave-dialog .content .question {
  font-size: 16px;
  font-weight: bold;
  color: #fa9a00;
  position: relative;
  text-align: center;
  margin-top: 10px;
}
.donot-leave-dialog .content .question .left {
  width: 30px;
  height: 2px;
  background-color: #dddddd;
  position: absolute;
  top: 10px;
  left: 73px;
}
.donot-leave-dialog .content .question .right {
  width: 30px;
  height: 2px;
  background-color: #dddddd;
  position: absolute;
  top: 10px;
  right: 74px;
}
.donot-leave-dialog .content .wx-img {
  padding: 15px 0 10px;
}
.donot-leave-dialog .content .donot-leave-tip {
  font-size: 12px;
  color: #666666;
  margin: 5px 0 0px;
}
.donot-leave-dialog .content .submit {
  width: 120px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  background-color: #fa9a00;
  border: 1px solid #fa9a00;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  margin: 20px auto 50px;
}

.donot-leave-dialog .content .submit:hover {
  background-color: transparent;
  color: #fa9a00;
}

/* 订购弹窗 */
.order-confirm {
  overflow-x: hidden;
  overflow-y: auto;
}

.order-confirm-dialog {
  width: 598px;
  position: absolute;
  left: 50%;
  top: 35%;
  margin-left: -299px;
  box-sizing: border-box;
  text-align: left;
  margin-top: -202px;
  padding-bottom: 20px;
}

.order-confirm-dialog .order-confirm-dialog-bg {
  background: #ffffff;
  padding: 15px 38px 15px;
  border-radius: 7px;
}

.order-confirm-dialog .order-confirm-dialog-bg .product-info li:first-child {
  margin-top: 10px;
}

.order-confirm-dialog .product-info {
  font-size: 14px;
  color: #666666;
}

.order-confirm-dialog .product-info ul {
  /* border-bottom: 1px solid #eee;
    margin-bottom: 34px; */
  /* 双十二 */
  margin-bottom: 30px;
}

.order-confirm-dialog .product-info li.item {
  margin-bottom: 25px;
}

.order-confirm-dialog .product-info .item-r {
  width: 133px;
  text-align: right;
  padding: 0 15px;
}

.order-confirm-dialog .product-info .item-l.order {
  width: 184px;
  height: 67px;
  border: 2px solid #fa9a00;
  background-color: #fffbf5;
  font-size: 16px;
  color: #dddddd;
  padding-right: 13px;
  position: relative;
}

.order-confirm-dialog .product-info .item-l.order .tips {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffe5e5;
  color: #fa9a00;
  position: absolute;
  width: 32px;
  height: 20px;
  padding: 0px 5px;
  line-height: 20px;
  font-size: 11px;
}

.order-confirm-dialog .product-info .item-l.order span.money {
  font-size: 14px;
  color: #fa9a00;
  margin-right: 12px;
}

.order-confirm-dialog .product-info .item-l.order span i {
  font-style: normal;
  font-size: 24px;
}

.order-confirm-dialog .product-info .item-l.order span.unit {
  font-size: 16px;
  color: #666666;
  margin-left: 12px;
}

.order-confirm-dialog .product-info .item-l.user-input input {
  width: 80px;
  color: #fa9a00;
  border: 1px solid #dddddd;
  text-align: center;
  height: 30px;
  margin-right: 4px;
}

.order-confirm-dialog .product-info .item-l .order-explain {
  margin-left: 25px;
  position: relative;
}

.order-confirm-dialog .product-info .item-l.user-input span {
  font-size: 12px;
  color: #999999;
  position: relative;
  top: 1px;
  margin-left: 4px;
}

.order-confirm-dialog .product-info .item-l.user-input .userNum {
  width: 133px;
  padding: 0 15px;
}

.order-confirm-dialog .product-info .item-l.user-input .userNum span {
  font-size: 16px;
  color: #666666;
}

.order-confirm-dialog .product-info .item-l.pay-count {
  font-size: 14px;
  color: #666666;
}

.order-confirm-dialog .product-info .item-l.pay-count span {
  font-size: 24px;
  color: #fa9a00;
  padding-left: 15px;
}

.order-confirm-dialog .product-info .item-l.pay-count span i {
  font-style: normal;
}

.order-confirm-dialog .product-info .expiration-time .item-l {
  padding-left: 15px;
}
.order-confirm-dialog .package_type {
  background-color: #f5f5f5;
  padding: 15px 24px 12px;
  margin-bottom: 34px;
}
.order-confirm-dialog .package_type .package_type_title {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 17px;
}
.order-confirm-dialog .package_type .package_type_title span {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
}
.order-confirm-dialog .package_type .package_type_select {
  font-size: 0;
  margin-bottom: 12px;
}
.order-confirm-dialog .package_type .package_type_select p {
  width: 228px;
  height: 42px;
  background-color: #ffffff;
  border: solid 2px #ffffff;
  display: inline-block;
  font-size: 16px;
  padding: 8px 0 0 15px;
  cursor: pointer;
}
.order-confirm-dialog .package_type .package_type_select p.active {
  border-color: #fa9a00;
  background-color: #fffbf5;
  color: #fa9a00;
  font-weight: bold;
}
.order-confirm-dialog .package_type .package_type_select p:hover {
  border-color: #fa9a00;
}
.order-confirm-dialog .package_type .package_type_select p.package_type_order {
  margin-right: 18px;
}
.order-confirm-dialog .package_type .package_type_select p img {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}
.order-confirm-dialog .package_type .package_type_select p span {
  vertical-align: middle;
}

.order-confirm-dialog .package_type .package_type_des {
  line-height: 18px;
  color: #999999;
  font-size: 12px;
}

.order-confirm-dialog .pay-type {
  margin-bottom: 35px;
}

.order-confirm-dialog .pay-type span {
  font-size: 14px;
  color: #333;
  width: 133px;
  text-align: right;
  padding: 0 15px;
}

.order-confirm-dialog .pay-type li.active {
  border: 2px solid #fd6669;
}

.order-confirm-dialog .pay-type li {
  border: 1px solid #eaeaea;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.order-confirm-dialog .pay-type li + li {
  margin-left: 20px;
}

.order-confirm-dialog .pay-type li.active .corner-style {
  display: block;
}

.order-confirm-dialog .pay-type li .corner-style {
  position: absolute;
  right: -20px;
  bottom: -20px;
  background: #fd6669;
  width: 40px;
  text-align: center;
  color: white;
  height: 40px;
  line-height: 20px;
  transform: rotate(45deg);
  display: none;
}

.order-confirm-dialog .pay-type li.active .corner-style i {
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 0;
}

.order-confirm-dialog .invoice {
  margin-bottom: 15px;
}

.order-confirm-dialog .invoice .invoice-name {
  font-size: 14px;
  color: #333;
  width: 133px;
  text-align: right;
  padding: 0 15px;
  display: block;
}

.order-confirm-dialog .invoice .invoice-checkbox {
  font-size: 14px;
  color: #666666;
  font-weight: 700;
  cursor: default;
}

.order-confirm-dialog .invoice .invoice-checkbox input {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.order-confirm-dialog .bill_receipt_detail p {
  width: 133px;
  text-align: right;
  padding-right: 30px;
  display: block;
  font-size: 12px;
  color: #333;
  margin-bottom: 10px;
}

.order-confirm-dialog .bill_receipt_detail .person-and-company {
  width: 465px;
  margin-left: 54px;
  font-size: 12px;
}

.order-confirm-dialog .bill_receipt_detail .person-and-company label {
  height: 24px;
  line-height: 20px;
}

.order-confirm-dialog .bill_receipt_detail .person-and-company .bill-radio {
  margin-right: 15px;
}

.order-confirm-dialog .bill_receipt_detail .person-and-company .padding-lr-10 {
  width: 84px;
  margin-right: 30px;
}

.order-confirm-dialog .bill_receipt_detail .person-and-company .input-text {
  width: 322px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.order-confirm-dialog
  .bill_receipt_detail
  .person-and-company
  .input-text.personal {
  background-color: #eee;
  font-weight: bold;
  font-size: 12px;
}

.order-confirm-dialog .bill_receipt_detail .person-and-company .taxpayer {
  margin-left: 28px;
}

.order-confirm-dialog .bill_receipt_detail .bill-receipt-type-container {
  margin: 10px 0;
}

.order-confirm-dialog .bill_receipt_detail .electronic-invoice {
  margin-left: 64px;
  width: 100px;
  height: 24px;
  background: url(/img/bill-receipt-bg.jpg) 0 0;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: white;
}

.order-confirm-dialog .bill_receipt_detail .receipt-text {
  color: #666;
  font-size: 12px;
}

.order-confirm-dialog .receipt-warning {
  margin-left: 28px;
  margin-top: 20px;
  margin: 20px 0 0 28px;
}

.order-confirm-dialog .receipt-warning img {
  margin-right: 3px;
}

.order-confirm-dialog .submit {
  font-size: 14px;
  margin-left: 17px;
  width: 140px;
  height: 46px;
  line-height: 40px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  background-color: #fa9a00;
  border: 1px solid #fa9a00;
  color: #fff;
  border-radius: 4px;
}

.order-confirm-dialog .submit:hover {
  border-color: #fa9a00;
  background-color: transparent;
  color: #fa9a00;
  cursor: pointer;
}

.payment-dialog {
  width: 598px;
  position: absolute;
  left: 50%;
  top: 10%;
  border-radius: 7px;
  margin-left: -225px;
  text-align: center;
  padding: 20px;
  background: #ffffff;
}

.payment-dialog .header .title {
  font-size: 18px;
  position: relative;
  left: 0px;
  top: 10px;
  font-weight: bold;
  margin-bottom: 30px;
}

.payment-dialog .tips {
  font-size: 14px;
  color: #353535;
  text-align: left;
  margin: 10px 0;
}

.payment-dialog .payment-err {
  text-align: left;
  margin-bottom: 10px;
}

.payment-dialog .payment-err .err-word {
  color: #6b1b69;
  font-size: 18px;
  font-weight: 800;
}

.payment-dialog .payment-err a {
  font-size: 18px;
  color: #fa9a00;
  text-decoration: none;
  font-weight: bold;
}

.payment-dialog .payment-err a:hover {
  text-decoration: underline;
  color: #23527c;
}

.payment-dialog .order-id {
  color: #464646;
  font-size: 14px;
}

.payment-dialog .pay-btn div {
  height: 34px;
  line-height: 34px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 10px 0 5px;
  cursor: pointer;
}

.payment-dialog .pay-btn .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  width: 208px;
}

.payment-dialog .pay-btn .btn-default:hover {
  background-color: #fa9a00;
  color: #fff;
  border: 1px solid #fa9a00;
}

.payment-dialog .pay-btn .pay-success {
  width: 82px;
  background-color: #fa9a00;
  border-color: #fa9a00;
  color: #fff;
  margin-left: 5px;
}

.payment-dialog .pay-btn .pay-success:hover {
  background-color: transparent;
  color: #fa9a00;
  border-color: #fa9a00;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexDirectionR {
  -ms-flex-direction: row;
  flex-direction: row;
}

.flexDirectionC {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexAlignC {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexAlignS {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexAlignE {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flexJustifyC {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flexJustifyL {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.flexJustifyB {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexJustifyA {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexJustifyE {
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.flexWrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.none {
  display: none !important;
}

.detail-function {
  position: relative;
  text-align: center;
  background: #f2f3f7;
  border-radius: 20px 20px 20px 20px;
  padding: 40px 80px 30px;
  overflow: hidden;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
}
.detail-function h3 {
  font-weight: bold;
  font-size: 48px;
  color: #3a414f;
  line-height: 58px;
  margin: 60px auto 0;
}
.detail-function .spot {
  margin: 40px auto 60px;
  display: inline-block;
}
.detail-function .function {
  width: 1040px;
  margin: 30px auto 50px;
}
.detail-function .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.detail-function .step .no {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: #aec8fd;
  border-radius: 17px 17px 17px 17px;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  color: #3a414f;
  font-weight: bold;
}
.detail-function .step .label {
  font-size: 30px;
  color: #3a414f;
  line-height: 1;
  margin-left: 12px;
  font-weight: bold;
  padding: 0 0;
}

.active-sem-no {
  width: 230px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
  color: #666666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.active-sem-no::after {
  width: 1px;
  height: 40px;
  left: 50%;
  top: 10px;
  background-color: #FE6D26;
  position: absolute;
  content: " ";
  z-index: 1;
}
.active-sem-no.active {
  color: #fe6d26;
  border-color: #fe6d26;
  font-weight: bold;
}
.active-sem-no .planBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  height: 100%;
}
.active-sem-no .planBox .discount {
  font-size: 14px;
  color: #fe6d26;
  line-height: 1;
}
.active-sem-no .planBox .discount .money {
  font-style: normal;
  font-size: 18px;
}
.active-sem-no .planBox .original {
  font-size: 12px;
  color: #999999;
  line-height: 1;
  margin-top: 4px;
  text-decoration: line-through;
}
.active-sem-no .planUsage {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-align: center;
}
.active-sem-no .planUsage i {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
}

footer.footer {
  margin-top: 120px;
}