@import 'buy.css';
#android-data-recovery .banner-wrapper {
  background: url('../images/buy/yide-banner-bg.svg') center no-repeat;
  background-size: cover;
}
#android-data-recovery .banner-wrapper .banner-content {
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  #android-data-recovery .banner-wrapper .banner-content {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  #android-data-recovery .banner-wrapper .banner-content {
    padding-top: 0px;
  }
}
#android-data-recovery .banner-wrapper .banner-content .right-content {
  flex: 0 0 31%;
}
@media screen and (max-width: 768px) {
  #android-data-recovery .banner-wrapper .banner-content .left-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#android-data-recovery .banner-wrapper .banner-content .left-content .title {
  color: #333333;
}
@media screen and (max-width: 500px) {
  #android-data-recovery .banner-wrapper .banner-content .left-content .title {
    font-size: 28px;
    padding-top: 0px;
  }
}
#android-data-recovery .banner-wrapper .banner-content .left-content .desc {
  font-size: 26px;
  line-height: 31px;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  #android-data-recovery .banner-wrapper .banner-content .left-content .desc {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  #android-data-recovery .banner-wrapper .banner-content .left-content .desc-wrapper {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  #android-data-recovery .banner-wrapper .banner-content .left-content .desc-wrapper {
    margin: 15px 0;
  }
}
#android-data-recovery .banner-wrapper .banner-content .left-content .desc-wrapper .desc-item {
  color: #4D4D4D;
}
@media screen and (max-width: 768px) {
  #android-data-recovery .banner-wrapper .banner-content .left-content .desc-wrapper .desc-item:first-child {
    padding-left: 0px;
  }
  #android-data-recovery .banner-wrapper .banner-content .left-content .desc-wrapper .desc-item:nth-child(2) {
    padding-left: 0;
  }
}
#android-data-recovery .banner-wrapper .banner-content .left-content .desc-wrapper .desc-item img {
  margin-right: 10px;
  width: 18px;
  display: inline-block;
}
#android-data-recovery .content-wrapper .select-box {
  border: 1px solid #EFF8FF;
  border-radius: 10px;
  position: relative;
}
#android-data-recovery .content-wrapper .select-box::before {
  content: url('../images/buy/before-icon.svg');
  position: absolute;
  width: 250px;
  bottom: -175px;
  right: 0;
}
#android-data-recovery .content-wrapper .select-box .flex-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-left {
  flex: 0 0 45%;
  background: #EFF8FF;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #android-data-recovery .content-wrapper .select-box .flex-content .flex-left {
    flex: 100%;
  }
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-left .box {
  display: none;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-left .box.active {
  display: block;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-left .product-pic {
  text-align: center;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-left .desc {
  width: 262px;
  margin: auto;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-left .desc ul li {
  list-style: none;
  font-size: 18px;
  color: #4D4D4D;
  padding-left: 30px;
  position: relative;
  line-height: 40px;
}
@media screen and (max-width: 500px) {
  #android-data-recovery .content-wrapper .select-box .flex-content .flex-left .desc ul li {
    font-size: 16px;
  }
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-left .desc ul li::before {
  content: url('../images/buy/right-two.svg');
  position: absolute;
  left: 0;
  width: 18px;
  top: 10px;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right {
  flex: 0 0 50%;
  padding: 30px 0;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  #android-data-recovery .content-wrapper .select-box .flex-content .flex-right {
    flex: 100%;
  }
}
@media screen and (max-width: 500px) {
  #android-data-recovery .content-wrapper .select-box .flex-content .flex-right {
    padding: 15px;
  }
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .title {
  font-size: 18px;
  font-weight: 600;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .select-item .item {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  margin-top: 10px;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .select-item .item:nth-child(2n-1) {
  margin-right: 30px;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .select-item .item.active {
  border: 1px solid #8597C9;
  color: #4F6DD0;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .select-product-box {
  margin-top: 30px;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .select-product-box:first-child {
  margin-top: 0;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information {
  margin-top: 30px;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form {
  margin-top: 20px;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .information-box {
  background: #F2F2F245;
  padding: 20px;
}
@media screen and (max-width: 500px) {
  #android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .information-box {
    padding: 10px;
  }
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .information-box .notes {
  font-size: 14px;
  color: #CCCCCC;
  margin-top: 15px;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .information-box .form-item {
  margin-top: 20px;
  height: 50px;
  position: relative;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .information-box .form-item:first-child {
  margin-top: 0px;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .information-box label {
  color: #333333;
  font-size: 16px;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .information-box label span {
  color: #FF3E3E;
  font-size: 16px;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .information-box label.error {
  font-size: 12px;
  color: #f84949;
  position: absolute;
  left: 90px;
  bottom: -15px;
  line-height: 1.5;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .information-box .input-item {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  width: 60%;
  height: 40px;
  margin-left: 20px;
  transition: all 0.3s;
  padding-left: 5px;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .information-box .input-item:focus {
  border: 1px solid rgba(73, 124, 214, 0.75);
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .price-box {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .price-box .title {
  color: #606163;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .price-box .new-price {
  color: #FF3E3E;
  font-size: 48px;
  margin: 0 15px;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .price-box .old-price {
  font-size: 18px;
  text-decoration: line-through;
  color: #B3B3B3;
  margin-bottom: 0;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .button-box {
  margin-top: 5px;
}
@media screen and (max-width: 375px) {
  #android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .button-box {
    text-align: center;
  }
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .button-box .button-item {
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 164px;
  line-height: 40px;
  background: #0093f1;
  display: inline-block;
  border-radius: 5px;
  outline: none;
  border: none;
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .button-box .button-item:last-child {
  background: #1aad19;
  margin-left: 17px;
}
@media screen and (max-width: 375px) {
  #android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .button-box .button-item:last-child {
    margin-left: 0px;
    margin-top: 17px;
  }
}
#android-data-recovery .content-wrapper .select-box .flex-content .flex-right .user-information #buyer-info-form .button-box .button-item img {
  margin-right: 5px;
}
#screen-recorder .banner-wrapper,
#zhushou .banner-wrapper {
  background: url('/static/index/images/hunting-buy/lulie-buy-banner.png') center no-repeat;
  background-size: cover;
  height: unset;
}
#screen-recorder .banner-wrapper .banner-content,
#zhushou .banner-wrapper .banner-content {
  padding: 60px 0 50px;
  display: block;
  height: unset;
  text-align: center;
}
#screen-recorder .banner-wrapper .banner-content .title,
#zhushou .banner-wrapper .banner-content .title {
  font-size: 40px;
  font-weight: bold;
  color: #00B572;
  text-align: center;
  width: 100%;
}
#screen-recorder .banner-wrapper .banner-content .desc,
#zhushou .banner-wrapper .banner-content .desc {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 767px) {
  #screen-recorder .banner-wrapper .banner-content .desc,
  #zhushou .banner-wrapper .banner-content .desc {
    margin-top: 20px;
  }
}
#screen-recorder .banner-wrapper .banner-content .link-button,
#zhushou .banner-wrapper .banner-content .link-button {
  border: 1px solid #00B572;
  text-align: center;
  display: inline-block;
  border-radius: 21px;
  line-height: 42px;
  width: 200px;
  margin-top: 30px;
  font-size: 14px;
  color: #00B572;
  position: relative;
  transition: all 0.3s ease-in-out;
}
#screen-recorder .banner-wrapper .banner-content .link-button img,
#zhushou .banner-wrapper .banner-content .link-button img {
  width: 18px;
  height: 12px;
  margin-left: 10px;
}
#screen-recorder .banner-wrapper .banner-content .link-button:hover,
#zhushou .banner-wrapper .banner-content .link-button:hover {
  text-decoration: none;
  padding-left: 10px;
}
#screen-recorder .banner-wrapper .banner-content .plan-wrapper,
#zhushou .banner-wrapper .banner-content .plan-wrapper {
  width: 880px;
  display: flex;
  align-items: center;
  margin: 50px auto 0 auto;
  justify-content: space-around;
}
#screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item,
#zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
  position: relative;
}
#screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item.active::after,
#zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item.active::after {
  content: '';
  z-index: 99;
  border-radius: 10px;
  border: 5px solid #00B572;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .plan-type,
#zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .plan-type {
  margin-top: 15px;
  padding-bottom: 10px;
}
#screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .plan-type img,
#zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .plan-type img {
  width: 38px;
  vertical-align: middle;
}
#screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .plan-type .text,
#zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .plan-type .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-left: 10px;
}
#screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .linear-border,
#zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .linear-border {
  margin-top: 10px;
  width: 188px;
  height: 2px;
  background: linear-gradient(90deg, #FFFFFF, #EEEEEE, #FFFFFF);
  border-radius: 1px;
}
#screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box,
#zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box {
  margin-top: 20px;
}
#screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .discount-price,
#zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .discount-price {
  font-size: 32px;
  font-weight: bold;
  color: #FF7272;
  line-height: 23px;
}
#screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .original-cost,
#zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .original-cost {
  font-size: 20px;
  text-decoration: line-through;
  color: #333333;
  margin-bottom: 20px;
}
#screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .discount,
#zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .discount {
  font-size: 20px;
  color: #333333;
}
#screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .diff,
#zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .diff {
  font-size: 20px;
  color: #FF7272;
}
#screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .desc,
#zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .desc {
  margin: 30px 0;
  color: #000;
}
#screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .button,
#zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .button {
  background: #FF7272;
  border-radius: 22px;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  background: #00B572;
  cursor: pointer;
  padding: 8px 0;
  z-index: 103;
  position: relative;
}
#screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .button:hover,
#zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .button:hover {
  background: #02A669;
}
#screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .hot-sell,
#zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .hot-sell {
  width: 98px;
  height: 40px;
  line-height: 40px;
  background: #FF7272;
  border-radius: 10px 0px 10px 0px;
  position: absolute;
  left: 0;
  top: 0;
}
#screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .hot-sell img,
#zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .hot-sell img {
  width: 17px;
  vertical-align: middle;
}
#screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .hot-sell .text,
#zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .hot-sell .text {
  margin-left: 10px;
  font-size: 18px;
  color: #FFFFFF;
  vertical-align: middle;
}
@media screen and (max-width: 759px) {
  #screen-recorder .banner-wrapper,
  #zhushou .banner-wrapper {
    background: #021F3A;
  }
  #screen-recorder .banner-wrapper .banner-content,
  #zhushou .banner-wrapper .banner-content {
    height: unset;
    padding: 30px 0 28px;
    display: flex;
    justify-content: center;
  }
  #screen-recorder .banner-wrapper .banner-content .title,
  #zhushou .banner-wrapper .banner-content .title {
    font-size: 24px;
    order: 1;
  }
  #screen-recorder .banner-wrapper .banner-content .desc,
  #zhushou .banner-wrapper .banner-content .desc {
    order: 4;
    font-size: 12px;
  }
  #screen-recorder .banner-wrapper .banner-content .link-button,
  #zhushou .banner-wrapper .banner-content .link-button {
    order: 2;
    width: 160px;
    margin-top: 17px;
    font-size: 12px;
  }
  #screen-recorder .banner-wrapper .banner-content .link-button img,
  #zhushou .banner-wrapper .banner-content .link-button img {
    width: 14px;
    height: 9px;
  }
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper,
  #zhushou .banner-wrapper .banner-content .plan-wrapper {
    order: 3;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 30px auto;
    justify-content: start;
    overflow-x: auto;
  }
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item,
  #zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
    position: relative;
  }
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item.active::after,
  #zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item.active::after {
    border: 3px solid #00B572;
  }
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item.active::before,
  #zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item.active::before {
    content: '';
    display: inline-block;
    background-image: url(/static/index/images/hunting-buy/active-gou.png);
    width: 30px;
    height: 22px;
    background-size: 100% 100%;
    z-index: 100;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item:not(#screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item:first-child),
  #zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item:not(#screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item:first-child),
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item:not(#zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item:first-child),
  #zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item:not(#zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item:first-child) {
    margin-left: 10px;
  }
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .plan-type,
  #zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .plan-type {
    margin-top: 15px;
    padding-bottom: 10px;
  }
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .plan-type img,
  #zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .plan-type img {
    display: none;
  }
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .plan-type .text,
  #zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .plan-type .text {
    font-size: 14px;
  }
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .linear-border,
  #zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .linear-border {
    width: 100%;
    margin-top: 0;
  }
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box,
  #zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box {
    margin-top: 10px;
  }
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .discount-price,
  #zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .discount-price {
    font-size: 18px;
  }
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .original-cost,
  #zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .original-cost {
    font-size: 12px;
    text-decoration: line-through;
    color: #333333;
    margin-bottom: 8px;
  }
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .discount,
  #zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .discount {
    font-size: 12px;
  }
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .diff,
  #zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .diff {
    font-size: 12px;
  }
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .desc,
  #zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .text-box .desc {
    margin: 0;
    margin-top: 10px;
  }
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .button,
  #zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .button {
    font-size: 12px;
    margin-top: 10px;
  }
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .hot-sell,
  #zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .hot-sell {
    width: 48px;
    height: 24px;
    line-height: 24px;
  }
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .hot-sell img,
  #zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .hot-sell img {
    width: 10px;
  }
  #screen-recorder .banner-wrapper .banner-content .plan-wrapper .plan-item .hot-sell .text,
  #zhushou .banner-wrapper .banner-content .plan-wrapper .plan-item .hot-sell .text {
    font-size: 12px;
    margin-left: 0px;
  }
}
#screen-recorder .common-question,
#zhushou .common-question {
  margin-top: 80px;
}
#screen-recorder .common-question h2,
#zhushou .common-question h2 {
  font-size: 32px;
  line-height: 40px;
  color: #333333;
  text-align: center;
}
#screen-recorder .common-question .content,
#zhushou .common-question .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
#screen-recorder .common-question .content .item,
#zhushou .common-question .content .item {
  width: 48%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
#screen-recorder .common-question .content .item::before,
#zhushou .common-question .content .item::before {
  content: '';
  position: absolute;
  width: 27px;
  height: 25px;
  background-image: url(/static/index/images/hunting-buy/message.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
#screen-recorder .common-question .content .item div,
#zhushou .common-question .content .item div {
  padding-left: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
  padding-right: 30px;
}
#screen-recorder .common-question .content .item div::before,
#zhushou .common-question .content .item div::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 3px;
  border-radius: 45px;
  background-color: #00b572;
  top: 20%;
  right: 0;
}
#screen-recorder .common-question .content .item div::after,
#zhushou .common-question .content .item div::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 3px;
  border-radius: 45px;
  background-color: #00b572;
  top: 20%;
  right: 0;
  transform: rotate(90deg);
}
#screen-recorder .common-question .content .item div.active,
#zhushou .common-question .content .item div.active {
  transition: all 0.2s;
}
#screen-recorder .common-question .content .item div.active::after,
#zhushou .common-question .content .item div.active::after {
  transform: rotate(0deg);
}
#screen-recorder .common-question .content .item div .title,
#zhushou .common-question .content .item div .title {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
#screen-recorder .common-question .content .item .desc,
#zhushou .common-question .content .item .desc {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  margin-top: 20px;
  padding-left: 35px;
  padding-right: 50px;
  display: none;
}
@media (max-width: 1200px) {
  #screen-recorder .common-question,
  #zhushou .common-question {
    margin-top: 56px;
  }
  #screen-recorder .common-question h2,
  #zhushou .common-question h2 {
    font-size: 24px;
    line-height: 28px;
  }
  #screen-recorder .common-question .content,
  #zhushou .common-question .content {
    margin-top: 0;
  }
  #screen-recorder .common-question .content .item,
  #zhushou .common-question .content .item {
    width: 100%;
    margin-top: 28px;
  }
  #screen-recorder .common-question .content .item::before,
  #zhushou .common-question .content .item::before {
    width: 23px;
    height: 21px;
  }
  #screen-recorder .common-question .content .item div,
  #zhushou .common-question .content .item div {
    padding-left: 30px;
    padding-bottom: 0;
  }
  #screen-recorder .common-question .content .item div::before,
  #zhushou .common-question .content .item div::before {
    width: 10px;
    height: 2px;
    top: 20%;
  }
  #screen-recorder .common-question .content .item div::after,
  #zhushou .common-question .content .item div::after {
    width: 10px;
    height: 2px;
    top: 20%;
  }
  #screen-recorder .common-question .content .item div .title,
  #zhushou .common-question .content .item div .title {
    font-size: 18px;
    line-height: 22px;
  }
  #screen-recorder .common-question .content .item .desc,
  #zhushou .common-question .content .item .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 35px;
  }
}
#screen-recorder .reason,
#zhushou .reason {
  margin-top: 78px;
  padding-bottom: 96px;
}
#screen-recorder .reason h2,
#zhushou .reason h2 {
  font-size: 34px;
  line-height: 40px;
  text-align: center;
}
#screen-recorder .reason .content,
#zhushou .reason .content {
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#screen-recorder .reason .content .item,
#zhushou .reason .content .item {
  width: 30.9%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(221, 221, 221, 0.5);
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#screen-recorder .reason .content .item .left,
#zhushou .reason .content .item .left {
  width: 27%;
}
#screen-recorder .reason .content .item .left img,
#zhushou .reason .content .item .left img {
  width: 89px;
  height: 85px;
}
#screen-recorder .reason .content .item .right,
#zhushou .reason .content .item .right {
  width: 67%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#screen-recorder .reason .content .item .right .title,
#zhushou .reason .content .item .right .title {
  font-size: 23px;
  line-height: 28px;
}
#screen-recorder .reason .content .item .right .desc,
#zhushou .reason .content .item .right .desc {
  font-size: 16px;
  line-height: 21px;
}
@media (max-width: 1200px) {
  #screen-recorder .reason,
  #zhushou .reason {
    margin-top: 50px;
    padding-bottom: 40px;
  }
  #screen-recorder .reason h2,
  #zhushou .reason h2 {
    font-size: 24px;
    line-height: 28px;
  }
  #screen-recorder .reason .content,
  #zhushou .reason .content {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #screen-recorder .reason .content .item,
  #zhushou .reason .content .item {
    width: 100%;
  }
  #screen-recorder .reason .content .item:not(:first-child),
  #zhushou .reason .content .item:not(:first-child) {
    margin-top: 10px;
  }
  #screen-recorder .reason .content .item .right .title,
  #zhushou .reason .content .item .right .title {
    font-size: 20px;
    line-height: 25px;
  }
  #screen-recorder .reason .content .item .right .desc,
  #zhushou .reason .content .item .right .desc {
    font-size: 14px;
    line-height: 20px;
  }
}
#screen-recorder .dialog-mask,
#zhushou .dialog-mask {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
#screen-recorder .dialog-mask.show-dialog,
#zhushou .dialog-mask.show-dialog {
  display: flex;
}
#screen-recorder .dialog-mask .dialog,
#zhushou .dialog-mask .dialog {
  width: 900px;
  padding-top: 40px;
  border-radius: 10px;
  z-index: 12;
  background: #fff;
  position: relative;
}
#screen-recorder .dialog-mask .dialog .buy-content .pay-money,
#zhushou .dialog-mask .dialog .buy-content .pay-money {
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 2px solid #EEEEEE;
}
#screen-recorder .dialog-mask .dialog .buy-content .pay-money span,
#zhushou .dialog-mask .dialog .buy-content .pay-money span {
  vertical-align: middle;
}
#screen-recorder .dialog-mask .dialog .buy-content .pay-money .desc,
#zhushou .dialog-mask .dialog .buy-content .pay-money .desc {
  font-size: 26px;
  color: #333333;
}
#screen-recorder .dialog-mask .dialog .buy-content .pay-money .num,
#zhushou .dialog-mask .dialog .buy-content .pay-money .num {
  font-size: 32px;
  font-weight: bold;
  color: #FF7272;
}
#screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper,
#zhushou .dialog-mask .dialog .buy-content .desc-wrapper {
  text-align: center;
  padding: 20px 0 30px 0;
}
#screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .desc,
#zhushou .dialog-mask .dialog .buy-content .desc-wrapper .desc {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
#screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .qr-wrapper,
#zhushou .dialog-mask .dialog .buy-content .desc-wrapper .qr-wrapper {
  text-align: center;
  margin: 22px 0;
}
#screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .qr-wrapper img,
#zhushou .dialog-mask .dialog .buy-content .desc-wrapper .qr-wrapper img {
  width: 180px;
  height: 180px;
}
#screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .tips,
#zhushou .dialog-mask .dialog .buy-content .desc-wrapper .tips {
  text-align: center;
  margin-bottom: 0;
}
#screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .tips .text,
#zhushou .dialog-mask .dialog .buy-content .desc-wrapper .tips .text {
  font-size: 14px;
  color: #333333;
}
#screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .tips:last-of-type,
#zhushou .dialog-mask .dialog .buy-content .desc-wrapper .tips:last-of-type {
  margin-top: 35px;
  text-align: left;
  font-size: 14px;
  color: #666666;
  padding-left: 30px;
}
#screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .tips:last-of-type .open-link,
#zhushou .dialog-mask .dialog .buy-content .desc-wrapper .tips:last-of-type .open-link {
  color: #16B0FF;
}
#screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .logo,
#zhushou .dialog-mask .dialog .buy-content .desc-wrapper .logo {
  text-align: center;
  margin-top: 10px;
}
#screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .logo img,
#zhushou .dialog-mask .dialog .buy-content .desc-wrapper .logo img {
  width: 24px;
  height: 24px;
}
#screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .logo img:last-child,
#zhushou .dialog-mask .dialog .buy-content .desc-wrapper .logo img:last-child {
  margin-left: 16px;
}
#screen-recorder .dialog-mask .dialog .login-content,
#zhushou .dialog-mask .dialog .login-content {
  padding: 50px 0;
  min-height: 537px;
}
#screen-recorder .dialog-mask .dialog .login-content .tabs-wrapper,
#zhushou .dialog-mask .dialog .login-content .tabs-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 44px;
  border-bottom: 2px solid #EEEEEE;
  width: 578px;
  margin: 0 auto;
}
#screen-recorder .dialog-mask .dialog .login-content .tabs-wrapper .tabs-item,
#zhushou .dialog-mask .dialog .login-content .tabs-wrapper .tabs-item {
  padding-bottom: 20px;
  font-size: 26px;
  color: #333333;
  position: relative;
  cursor: pointer;
  min-width: 180px;
  text-align: center;
}
#screen-recorder .dialog-mask .dialog .login-content .tabs-wrapper .tabs-item.active,
#zhushou .dialog-mask .dialog .login-content .tabs-wrapper .tabs-item.active {
  color: #02B472;
}
#screen-recorder .dialog-mask .dialog .login-content .tabs-wrapper .tabs-item.active::after,
#zhushou .dialog-mask .dialog .login-content .tabs-wrapper .tabs-item.active::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  display: inline-block;
  width: 100%;
  background: #09B573;
  height: 3px;
}
#screen-recorder .dialog-mask .dialog .login-content .login-wrapper,
#zhushou .dialog-mask .dialog .login-content .login-wrapper {
  margin-top: 30px;
}
#screen-recorder .dialog-mask .dialog .login-content .login-wrapper .desc,
#zhushou .dialog-mask .dialog .login-content .login-wrapper .desc {
  text-align: center;
  line-height: 24px;
}
#screen-recorder .dialog-mask .dialog .login-content .login-wrapper .desc span,
#zhushou .dialog-mask .dialog .login-content .login-wrapper .desc span {
  color: #666666;
  font-size: 14px;
}
#screen-recorder .dialog-mask .dialog .login-content .login-wrapper .qr-wrapper,
#zhushou .dialog-mask .dialog .login-content .login-wrapper .qr-wrapper {
  text-align: center;
  margin: 30px 0 20px 0;
  background: #fff;
}
#screen-recorder .dialog-mask .dialog .login-content .login-wrapper .qr-wrapper img,
#zhushou .dialog-mask .dialog .login-content .login-wrapper .qr-wrapper img {
  width: 200px;
  height: 200px;
}
#screen-recorder .dialog-mask .dialog .login-content .login-wrapper .tips,
#zhushou .dialog-mask .dialog .login-content .login-wrapper .tips {
  font-size: 14px;
  color: #333333;
  text-align: center;
}
#screen-recorder .dialog-mask .dialog .login-content .login-wrapper .tips a,
#zhushou .dialog-mask .dialog .login-content .login-wrapper .tips a {
  color: #05B472;
}
#screen-recorder .dialog-mask .dialog .login-content .login-wrapper .tips span:first-child,
#zhushou .dialog-mask .dialog .login-content .login-wrapper .tips span:first-child {
  display: none;
}
#screen-recorder .dialog-mask .dialog .login-content .login-wrapper .form-box,
#zhushou .dialog-mask .dialog .login-content .login-wrapper .form-box {
  width: 100%;
  margin-top: 60px;
}
#screen-recorder .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item,
#zhushou .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item {
  width: 300px;
  line-height: 40px;
  background: #FFFFFF;
  border: 1px solid #333333;
  border-radius: 5px;
  padding-left: 10px;
  margin: 0 auto;
  position: relative;
}
#screen-recorder .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item input,
#zhushou .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item input {
  border: none;
}
#screen-recorder .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item .error-tips,
#zhushou .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item .error-tips {
  display: none;
}
#screen-recorder .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item.error,
#zhushou .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item.error {
  border: 1px solid red;
}
#screen-recorder .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item.error .error-tips,
#zhushou .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item.error .error-tips {
  display: inline-block;
  font-size: 12px;
  color: #FF0000;
  line-height: 14px;
  position: absolute;
  bottom: -20px;
  left: 5px;
}
#screen-recorder .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item.code,
#zhushou .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item.code {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#screen-recorder .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item.code input,
#zhushou .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item.code input {
  width: 60%;
}
#screen-recorder .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item.code .get-code,
#zhushou .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item.code .get-code {
  display: inline-block;
  width: 100px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  background-color: #06B473;
  border-radius: 5px;
  color: #fff;
  margin-right: 5px;
  cursor: pointer;
}
#screen-recorder .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item.code .get-code.disabled,
#zhushou .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item.code .get-code.disabled {
  background: #CCCCCC;
  color: #666666;
}
#screen-recorder .dialog-mask .dialog .login-content .login-wrapper .form-box form .button-box,
#zhushou .dialog-mask .dialog .login-content .login-wrapper .form-box form .button-box {
  margin: 40px auto 80px auto;
  background: #06B473;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 300px;
  line-height: 50px;
  cursor: pointer;
}
#screen-recorder .dialog-mask .dialog .dialog-close,
#zhushou .dialog-mask .dialog .dialog-close {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#screen-recorder .dialog-mask .dialog .dialog-close img,
#zhushou .dialog-mask .dialog .dialog-close img {
  width: 100%;
  height: 100%;
}
@media (max-width: 996px) {
  #screen-recorder .dialog-mask .dialog,
  #zhushou .dialog-mask .dialog {
    width: 90%;
  }
  #screen-recorder .dialog-mask .dialog .buy-content,
  #zhushou .dialog-mask .dialog .buy-content {
    padding: 0 10px;
  }
  #screen-recorder .dialog-mask .dialog .dialog-close,
  #zhushou .dialog-mask .dialog .dialog-close {
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 759px) {
  #screen-recorder .dialog-mask .dialog,
  #zhushou .dialog-mask .dialog {
    padding-top: 20px;
  }
  #screen-recorder .dialog-mask .dialog .buy-content .pay-money,
  #zhushou .dialog-mask .dialog .buy-content .pay-money {
    padding-bottom: 10px;
  }
  #screen-recorder .dialog-mask .dialog .buy-content .pay-money .desc,
  #zhushou .dialog-mask .dialog .buy-content .pay-money .desc {
    font-size: 20px;
  }
  #screen-recorder .dialog-mask .dialog .buy-content .pay-money .num,
  #zhushou .dialog-mask .dialog .buy-content .pay-money .num {
    font-size: 24px;
  }
  #screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper,
  #zhushou .dialog-mask .dialog .buy-content .desc-wrapper {
    text-align: center;
    padding: 10px 20px 20px 20px;
  }
  #screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .desc,
  #zhushou .dialog-mask .dialog .buy-content .desc-wrapper .desc {
    font-size: 14px;
    line-height: 20px;
  }
  #screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .qr-wrapper,
  #zhushou .dialog-mask .dialog .buy-content .desc-wrapper .qr-wrapper {
    text-align: center;
  }
  #screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .qr-wrapper img,
  #zhushou .dialog-mask .dialog .buy-content .desc-wrapper .qr-wrapper img {
    width: 180px;
    height: 180px;
  }
  #screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .tips,
  #zhushou .dialog-mask .dialog .buy-content .desc-wrapper .tips {
    text-align: center;
    margin-top: 10px;
  }
  #screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .tips .text,
  #zhushou .dialog-mask .dialog .buy-content .desc-wrapper .tips .text {
    font-size: 12px;
  }
  #screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .tips:last-of-type,
  #zhushou .dialog-mask .dialog .buy-content .desc-wrapper .tips:last-of-type {
    margin-top: 30px;
    text-align: center;
    padding-left: 0;
  }
  #screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .tips:last-of-type .text,
  #zhushou .dialog-mask .dialog .buy-content .desc-wrapper .tips:last-of-type .text {
    font-size: 14px;
  }
  #screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .logo,
  #zhushou .dialog-mask .dialog .buy-content .desc-wrapper .logo {
    text-align: center;
    margin-top: 10px;
  }
  #screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .logo img,
  #zhushou .dialog-mask .dialog .buy-content .desc-wrapper .logo img {
    width: 24px;
    height: 24px;
  }
  #screen-recorder .dialog-mask .dialog .buy-content .desc-wrapper .logo img:last-child,
  #zhushou .dialog-mask .dialog .buy-content .desc-wrapper .logo img:last-child {
    margin-left: 16px;
  }
  #screen-recorder .dialog-mask .dialog .wx-buy-content .pay-money,
  #zhushou .dialog-mask .dialog .wx-buy-content .pay-money {
    text-align: center;
    width: 100%;
  }
  #screen-recorder .dialog-mask .dialog .wx-buy-content .pay-money span,
  #zhushou .dialog-mask .dialog .wx-buy-content .pay-money span {
    vertical-align: middle;
  }
  #screen-recorder .dialog-mask .dialog .wx-buy-content .pay-money .desc,
  #zhushou .dialog-mask .dialog .wx-buy-content .pay-money .desc {
    font-size: 20px;
    color: #333333;
  }
  #screen-recorder .dialog-mask .dialog .wx-buy-content .pay-money .num,
  #zhushou .dialog-mask .dialog .wx-buy-content .pay-money .num {
    font-size: 24px;
    font-weight: bold;
    color: #FF7272;
  }
  #screen-recorder .dialog-mask .dialog .wx-buy-content > .desc,
  #zhushou .dialog-mask .dialog .wx-buy-content > .desc {
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    padding: 10px 25px;
    border-bottom: #DDDDDD solid 2px;
    margin: 0;
  }
  #screen-recorder .dialog-mask .dialog .wx-buy-content .pay-list .desc-title,
  #zhushou .dialog-mask .dialog .wx-buy-content .pay-list .desc-title {
    font-size: 14px;
    color: #999999;
    background: #EEEEEE;
    padding: 14px 20px;
  }
  #screen-recorder .dialog-mask .dialog .wx-buy-content .pay-list ul,
  #zhushou .dialog-mask .dialog .wx-buy-content .pay-list ul {
    background: #fff;
    padding: 0 20px 20px 20px;
  }
  #screen-recorder .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item,
  #zhushou .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item {
    padding: 15px 0;
    border-bottom: #EEEEEE 1px solid;
    list-style: none;
  }
  #screen-recorder .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item .pay-link,
  #zhushou .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item .pay-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #screen-recorder .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item .pay-link .link-content img,
  #zhushou .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item .pay-link .link-content img {
    width: 24px;
    height: 24px;
  }
  #screen-recorder .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item .pay-link .link-content .text,
  #zhushou .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item .pay-link .link-content .text {
    margin-left: 5px;
    font-size: 14px;
    color: #333333;
    vertical-align: middle;
  }
  #screen-recorder .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item .pay-link .arrow,
  #zhushou .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item .pay-link .arrow {
    background-image: url("/static/index/images/hunting-buy/arrow-right.svg");
    background-size: 100% 100%;
    width: 8px;
    height: 14px;
  }
  #screen-recorder .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item .pay-link .arrow.down,
  #zhushou .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item .pay-link .arrow.down {
    background-image: url("/static/index/images/hunting-buy/arrow-down.svg");
    width: 14px;
    height: 8px;
  }
  #screen-recorder .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item .pay-link:hover,
  #zhushou .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item .pay-link:hover {
    text-decoration: none;
  }
  #screen-recorder .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item .qr-content,
  #zhushou .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item .qr-content {
    display: none;
  }
  #screen-recorder .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item .qr-content .qr-wrapper,
  #zhushou .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item .qr-content .qr-wrapper {
    text-align: center;
    margin: 20px auto;
  }
  #screen-recorder .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item .qr-content .tips,
  #zhushou .dialog-mask .dialog .wx-buy-content .pay-list ul .pay-item .qr-content .tips {
    font-size: 14px;
    text-align: center;
    color: #333333;
  }
  #screen-recorder .dialog-mask .dialog .login-content,
  #zhushou .dialog-mask .dialog .login-content {
    padding: 30px 0;
    min-height: 467px;
  }
  #screen-recorder .dialog-mask .dialog .login-content .tabs-wrapper,
  #zhushou .dialog-mask .dialog .login-content .tabs-wrapper {
    padding: 0 15px;
    width: 100%;
  }
  #screen-recorder .dialog-mask .dialog .login-content .tabs-wrapper .tabs-item,
  #zhushou .dialog-mask .dialog .login-content .tabs-wrapper .tabs-item {
    font-size: 18px;
    min-width: 50%;
  }
  #screen-recorder .dialog-mask .dialog .login-content .login-wrapper .desc,
  #zhushou .dialog-mask .dialog .login-content .login-wrapper .desc {
    text-align: center;
    margin-bottom: 0;
  }
  #screen-recorder .dialog-mask .dialog .login-content .login-wrapper .desc span,
  #zhushou .dialog-mask .dialog .login-content .login-wrapper .desc span {
    font-size: 14px;
  }
  #screen-recorder .dialog-mask .dialog .login-content .login-wrapper .desc span:last-child,
  #zhushou .dialog-mask .dialog .login-content .login-wrapper .desc span:last-child {
    display: none;
  }
  #screen-recorder .dialog-mask .dialog .login-content .login-wrapper .qr-wrapper,
  #zhushou .dialog-mask .dialog .login-content .login-wrapper .qr-wrapper {
    text-align: center;
    margin: 20px;
    background: #fff;
  }
  #screen-recorder .dialog-mask .dialog .login-content .login-wrapper .tips,
  #zhushou .dialog-mask .dialog .login-content .login-wrapper .tips {
    font-size: 14px;
    color: #333333;
    text-align: center;
  }
  #screen-recorder .dialog-mask .dialog .login-content .login-wrapper .tips a,
  #zhushou .dialog-mask .dialog .login-content .login-wrapper .tips a {
    color: #05B472;
  }
  #screen-recorder .dialog-mask .dialog .login-content .login-wrapper .tips span:first-child,
  #zhushou .dialog-mask .dialog .login-content .login-wrapper .tips span:first-child {
    display: inline-block;
    margin-bottom: 16px;
  }
  #screen-recorder .dialog-mask .dialog .login-content .login-wrapper .form-box,
  #zhushou .dialog-mask .dialog .login-content .login-wrapper .form-box {
    width: 100%;
    margin-top: 60px;
    padding: 0 20px;
  }
  #screen-recorder .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item,
  #zhushou .dialog-mask .dialog .login-content .login-wrapper .form-box form .input-item {
    width: 100%;
  }
  #screen-recorder .dialog-mask .dialog .login-content .login-wrapper .form-box form .button-box,
  #zhushou .dialog-mask .dialog .login-content .login-wrapper .form-box form .button-box {
    width: 100%;
  }
  #screen-recorder .dialog-mask .dialog .dialog-close,
  #zhushou .dialog-mask .dialog .dialog-close {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  #screen-recorder .dialog-mask .dialog .dialog-close img,
  #zhushou .dialog-mask .dialog .dialog-close img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 759px) and (max-width: 996px) {
  #screen-recorder .dialog-mask .dialog,
  #zhushou .dialog-mask .dialog {
    width: 90%;
  }
  #screen-recorder .dialog-mask .dialog .buy-content,
  #zhushou .dialog-mask .dialog .buy-content {
    padding: 0 10px;
  }
  #screen-recorder .dialog-mask .dialog .dialog-close,
  #zhushou .dialog-mask .dialog .dialog-close {
    top: 10px;
    right: 10px;
  }
}
#screen-recorder .buy-bottom-bar,
#zhushou .buy-bottom-bar {
  display: none;
}
@media screen and (max-width: 759px) {
  #screen-recorder .buy-bottom-bar,
  #zhushou .buy-bottom-bar {
    height: 60px;
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 102;
  }
  #screen-recorder .buy-bottom-bar .bar-content,
  #zhushou .buy-bottom-bar .bar-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #screen-recorder .buy-bottom-bar .bar-content .total,
  #zhushou .buy-bottom-bar .bar-content .total {
    flex: 7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3px 10px;
  }
  #screen-recorder .buy-bottom-bar .bar-content .total .price,
  #zhushou .buy-bottom-bar .bar-content .total .price {
    font-size: 20px;
  }
  #screen-recorder .buy-bottom-bar .bar-content .total .price .num,
  #zhushou .buy-bottom-bar .bar-content .total .price .num {
    color: #FF7272;
  }
  #screen-recorder .buy-bottom-bar .bar-content .total .agreement input,
  #zhushou .buy-bottom-bar .bar-content .total .agreement input {
    vertical-align: middle;
    line-height: unset;
    margin: 0;
    padding: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    background-image: url("/static/index/images/hunting-buy/checkbox.svg");
    background-size: 100% 100%;
  }
  #screen-recorder .buy-bottom-bar .bar-content .total .agreement input:focus,
  #zhushou .buy-bottom-bar .bar-content .total .agreement input:focus {
    outline: unset;
  }
  #screen-recorder .buy-bottom-bar .bar-content .total .agreement input:checked,
  #zhushou .buy-bottom-bar .bar-content .total .agreement input:checked {
    background-image: url("/static/index/images/hunting-buy/checkbox-active.svg");
    background-size: 100% 100%;
  }
  #screen-recorder .buy-bottom-bar .bar-content .total .agreement .text,
  #zhushou .buy-bottom-bar .bar-content .total .agreement .text {
    font-size: 12px;
    color: #000;
  }
  #screen-recorder .buy-bottom-bar .bar-content .button,
  #zhushou .buy-bottom-bar .bar-content .button {
    flex: 5;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background: #02A669;
  }
}
