a {
  text-decoration: none;
}

p {
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei,Arial;
  box-sizing: border-box;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

html {
  background: #EBEBEB;
}

body {
  font-size: 14px;
  margin: 0 auto;
  min-width: 320px;
  max-width: 750px;
  background: #fff;
}

.wrap {
  width: 100%;
  height: auto;
}

.wrap .header {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  background: linear-gradient(90deg, #F34242 1.13%, #EC2263 100%);
}

.wrap .header p {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}

.wrap .banner {
  width: 100%;
  height: auto;
  position: relative;
}

.wrap .banner .banner_box {
  width: 750px;
  height: auto;
}

.wrap .banner .banner_box .banner_item {
  width: 750px !important;
  height: 750px;
}

.wrap .banner .banner_box .banner_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap .banner .back {
  position: absolute;
  top: 26px;
  left: 30px;
  z-index: 11;
  width: 20px;
  height: auto;
}

.wrap .banner .back img {
  width: 100%;
  height: 100%;
}

.wrap .banner .purchase_popup {
  position: absolute;
  top: 75px;
  left: 30px;
  z-index: 11;
}

.wrap .banner .purchase_popup .pur_p_item {
  padding: 0 3px;
  margin-bottom: 10px;
  width: 339px;
  height: 46px;
  border-radius: 10px;
  background: #555;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .banner .purchase_popup .pur_p_item .head {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.wrap .banner .purchase_popup .pur_p_item .head img {
  width: 100%;
  height: 100%;
}

.wrap .banner .purchase_popup .pur_p_item p {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
}

.wrap .buy_info {
  width: 100%;
  height: auto;
}

.wrap .buy_info .info_title {
  width: 100%;
  height: 70px;
  background: #fff;
  padding: 0 30px;
}

.wrap .buy_info .info_title p {
  color: #222;
  padding-left: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  position: relative;
}

.wrap .buy_info .info_title p::before {
  content: '';
  width: 4px;
  height: 20px;
  border-radius: 20px;
  background: #F00;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wrap .buy_info .buy_i_t {
  width: 100%;
  height: 106px;
  background: linear-gradient(90deg, #F34242 1.13%, #EC2263 100%);
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .buy_info .buy_i_t .price {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .buy_info .buy_i_t .price .origin {
  color: #fff;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .buy_info .buy_i_t .price .discount_box {
  margin-left: 9px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .buy_info .buy_i_t .price .discount_box .discount {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

.wrap .buy_info .buy_i_t .price .discount_box > div {
  margin-top: 10px;
  padding: 4px 12px;
  border-radius: 2px;
  background: #CA032E;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .buy_info .buy_i_c {
  width: 100%;
  height: auto;
  padding: 20px 30px 60px;
}

.wrap .buy_info .buy_i_c .buy_info {
  width: 100%;
  height: auto;
  padding: 12px 0 0px;
}

.wrap .buy_info .buy_i_c .buy_info .buy_info_title {
  text-align: left;
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .buy_info .buy_i_c .buy_info .buy_info_desc {
  margin-top: 10px;
  text-align: left;
  color: #999;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .buy_info .buy_i_c .time {
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .buy_info .buy_i_c .time p {
  color: #EC2362;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .buy_info .buy_i_c .time .time_box {
  margin-left: 9px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .buy_info .buy_i_c .time .time_box span {
  margin: 0 5px;
  color: #ca032e;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .buy_info .buy_i_c .time .time_box .date {
  width: 32px;
  height: 32px;
  background-color: #ca032e;
  border-radius: 6px;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

.wrap .buy_info .box {
  padding: 20px 30px 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .buy_info .box .box_item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .buy_info .box .box_item span {
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background: #D9D9D9;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

.wrap .buy_info .box .box_item p {
  margin-left: 8px;
  color: #999;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .info_tab {
  width: 92%;
  margin: 0 auto;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 4px;
  background: linear-gradient(90deg, #EC2263 0%, #F34242 100%);
}

.wrap .info_tab .info_t_item {
  cursor: pointer;
  width: 50%;
  height: 60px;
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}

.wrap .pro_detail {
  margin-top: 30px;
  width: 100%;
  height: auto;
}

.wrap .pro_detail .pro_d_item {
  width: 100%;
  height: auto;
}

.wrap .pro_detail .pro_d_item:first-child {
  padding: 0 0;
}

.wrap .pro_detail .pro_d_item > img {
  width: 100%;
  height: auto;
}

.wrap .pro_detail .pro_d_item .title {
  width: 690px;
  height: 49px;
  background: #F4F4F4;
  color: #F00;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px;
}

.wrap .pro_detail .pro_d_item .comment_title {
  width: 100%;
  height: 66px;
  padding: 0 30px;
  background: linear-gradient(90deg, #F34242 1.13%, #EC2263 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .pro_detail .pro_d_item .comment_title img {
  width: 19px;
  height: 18px;
}

.wrap .pro_detail .pro_d_item .comment_title p {
  color: #FFF;
  margin-left: 10px;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .pro_detail .pro_d_item .comment_box {
  width: 100%;
  height: auto;
  padding: 0 30px;
}

.wrap .pro_detail .pro_d_item .comment_box .com_item {
  width: 100%;
  height: auto;
  padding: 20px 0 30px;
  border-bottom: 1px solid #EBEBEB;
}

.wrap .pro_detail .pro_d_item .comment_box .com_item:last-child {
  border-bottom: none;
}

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .star {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .star .name {
  color: #222;
  font-size: 28px;
  font-weight: 400;
}

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .star img {
  width: 121px;
  height: 20px;
  margin-left: 13px;
}

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .date {
  color: #999;
  font-size: 20px;
  font-weight: 400;
  margin-left: 20px;
}

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_b {
  margin-top: 12px;
  width: 100%;
  height: auto;
}

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_b .desc {
  color: #333;
  text-align: justify;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  /* 158.333% */
}

.wrap .order_info {
  width: 100%;
  height: auto;
  border-top: 10px solid #ebebeb;
}

.wrap .order_info .order_info_title {
  width: 100%;
  height: 73px;
  padding: 0 30px;
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 73px;
  border-bottom: 1px solid #ebebeb;
}

.wrap .order_info .order_box {
  margin-top: 24px;
  width: 690px;
  height: auto;
  padding: 12px 15px;
  border-radius: 6px;
  background: #EEE;
  margin-left: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .order_info .order_box img {
  width: 80px;
  height: auto;
}

.wrap .order_info .order_box .order_item {
  margin-left: 27px;
  display: flex;
  flex-direction: column;
}

.wrap .order_info .order_box .order_item .item_title {
  color: #222;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .order_info .order_box .order_item .item_price {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .order_info .order_box .order_item .item_price .origin {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .order_info .order_box .order_item .item_price .origin span {
  color: #F00;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .order_info .order_box .order_item .item_price .discount {
  margin-left: 22px;
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

.wrap .form_content {
  width: 100%;
  height: auto;
}

.wrap .form_content .form_t {
  width: 100%;
  height: 66px;
  background: linear-gradient(90deg, #F34242 1.13%, #EC2263 100%);
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .form_content .form_t img {
  width: 15px;
  height: 16px;
}

.wrap .form_content .form_t p {
  color: #FFF;
  margin-left: 7px;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .form_c {
  width: 100%;
  height: auto;
}

.wrap .form_content .form_c .package {
  width: 100%;
  height: auto;
  padding: 20px 0px;
}

.wrap .form_content .form_c .package > p {
  padding: 0 30px 10px;
  margin-bottom: 6px;
  color: #222;
  font-size: 28px;
  font-weight: 400;
}

.wrap .form_content .form_c .package .package_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 30px 20px;
}

.wrap .form_content .form_c .package .package_box .package_item {
  width: 446px;
  height: 60px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-top: 20px;
  border-radius: 6px;
  border: 1px solid #DDD;
  background: #FFF;
}

.wrap .form_content .form_c .package .package_box .package_item.active {
  border: 1px solid transparent;
  background: url(../img/check.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .form_content .form_c .package .package_box .package_item p {
  width: 100%;
  text-align: center;
  line-height: 66px;
  color: #222;
  font-size: 26px;
  font-weight: 400;
}

.wrap .form_content .form_c .rule {
  width: 100%;
  height: auto;
}

.wrap .form_content .form_c .rule.active .rule_box {
  display: block;
}

.wrap .form_content .form_c .rule .rule_title {
  cursor: pointer;
  width: 100%;
  height: auto;
  padding: 20px 30px;
  border-bottom: 1px solid #F7F7F7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .form_content .form_c .rule .rule_title.active img {
  transform: rotate(0deg);
}

.wrap .form_content .form_c .rule .rule_title p {
  color: #222;
  font-size: 28px;
  font-weight: 400;
}

.wrap .form_content .form_c .rule .rule_title img {
  width: 28px;
  height: auto;
  transition: all 0.4s;
  transform: rotate(-180deg);
}

.wrap .form_content .form_c .rule .rule_box {
  width: 100%;
  height: auto;
}

.wrap .form_content .form_c .rule .rule_box .rule_item {
  width: 100%;
  height: auto;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .version {
  width: 100%;
  height: auto;
  padding: 0 30px;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .version > p {
  color: #222;
  font-size: 28px;
  font-weight: 400;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .version .version_box {
  margin-top: 10px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .version .version_box .version_item1 {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  background: #FFF;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .version .version_box .version_item1 .version_title {
  width: 100%;
  color: #222;
  font-size: 22px;
  font-weight: 400;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .version .version_box .version_item1 .version_itembox {
  margin-top: 10px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .version .version_box .version_item1 .version_itembox .version_item {
  cursor: pointer;
  margin-top: 20px;
  margin-right: 20px;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 8px;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .version .version_box .version_item1 .version_itembox .version_item.active {
  background: #F34142;
  border: 1px solid #F34142;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .version .version_box .version_item1 .version_itembox .version_item.active p {
  color: #fff;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .version .version_box .version_item1 .version_itembox .version_item .ver_img {
  max-width: 189px;
  height: 171px;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .version .version_box .version_item1 .version_itembox .version_item .ver_img img {
  max-width: 100%;
  height: 100%;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .version .version_box .version_item1 .version_itembox .version_item p {
  margin-top: 10px;
  color: #222;
  font-size: 22px;
  font-weight: 400;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .version .version_box .version_item2 {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  background: #FFF;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .version .version_box .version_item2 .version_title {
  width: 100%;
  color: #222;
  padding: 0 20px;
  font-size: 22px;
  font-weight: 400;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .version .version_box .version_item2 .version_itembox {
  margin-top: 10px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .version .version_box .version_item2 .version_itembox .version_item {
  cursor: pointer;
  margin-top: 20px;
  margin-right: 20px;
  width: 446px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  color: #222;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .version .version_box .version_item2 .version_itembox .version_item:nth-of-type(2n) {
  margin-right: 0;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .version .version_box .version_item2 .version_itembox .version_item.active {
  border: 1px solid transparent;
  background: url(../img/check.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .choice {
  width: 100%;
  height: auto;
  padding: 0 30px;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .choice .c_box {
  border-top: 1px solid #F7F7F7;
  border-bottom: 1px solid #F7F7F7;
  display: flex;
  padding: 25px 0px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .form_content .form_c .rule .rule_box .rule_item .choice .c_box p {
  color: #999;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .form_c .price {
  width: 100%;
  height: auto;
  padding: 0 30px;
}

.wrap .form_content .form_c .price .num {
  margin-top: 20px;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.wrap .form_content .form_c .price .num .num_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .form_content .form_c .price .num .num_title > p {
  color: #222;
  font-size: 28px;
  font-weight: 400;
}

.wrap .form_content .form_c .price .num .num_title .addnum {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .form_content .form_c .price .num .num_title .addnum .reduce {
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #E6E6E6;
  color: #666;
  font-size: 26px;
  font-weight: 400;
}

.wrap .form_content .form_c .price .num .num_title .addnum .number {
  margin: 0 2px;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #F5F5F5;
  color: #666;
  font-size: 22px;
  font-weight: 400;
}

.wrap .form_content .form_c .price .num .num_title .addnum .add {
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #E6E6E6;
  color: #666;
  font-size: 26px;
  font-weight: 400;
}

.wrap .form_content .form_b {
  padding: 0 30px;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}

.wrap .form_content .form_b .form_item {
  padding: 30px 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.wrap .form_content .form_b .form_item > p {
  color: #222;
  font-size: 28px;
  font-weight: 400;
}

.wrap .form_content .form_b .form_item > p span {
  margin-right: 5px;
  color: #F00;
  font-size: 26px;
  font-weight: 400;
}

.wrap .form_content .form_b .form_item .input {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.wrap .form_content .form_b .form_item .input .pay_item {
  margin-top: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 442px;
  height: 60px;
  border-radius: 6px;
  border: 1px solid #DDD;
  padding: 0 20px;
}

.wrap .form_content .form_b .form_item .input .pay_item.active {
  border: 1px solid transparent;
  background: url(../img/check.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .form_content .form_b .form_item .input .pay_item p {
  color: #222;
  font-size: 26px;
  font-weight: 400;
}

.wrap .form_content .form_b .form_item .wuliu {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 0 20px;
}

.wrap .form_content .form_b .form_item .wuliu .input_item {
  margin-top: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 442px;
  height: 60px;
  border-radius: 6px;
  border: 1px solid #DDD;
  padding: 0 20px;
}

.wrap .form_content .form_b .form_item .wuliu .input_item.active {
  border: 1px solid transparent;
  background: url(../img/check.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .form_content .form_b .form_item .wuliu .input_item p {
  color: #222;
  font-size: 26px;
  font-weight: 400;
}

.wrap .form_content .form_b .form_item input {
  outline: none;
  margin-top: 9px;
  border-radius: 6px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  width: 100%;
  height: 66px;
  color: #000;
  font-size: 26px;
  font-weight: 400;
  padding: 0 22px;
}

.wrap .form_content .form_b .form_item input::placeholder {
  color: #ccc;
}

.wrap .form_content .form_b .form_item textarea {
  resize: none;
  max-height: 100px;
  min-height: 100px;
  margin-top: 9px;
  max-width: 100%;
  min-width: 100%;
  border: 1px solid #E0E0E0;
  outline: none;
  padding: 10px 22px;
  color: #000;
  font-size: 26px;
  font-weight: 400;
}

.wrap .form_content .form_b .form_item .select_box {
  margin-top: 12px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrap .form_content .form_b .form_item .select_box .select {
  margin-right: 30px;
  margin-bottom: 10px;
  width: 330px;
  height: 66px;
  color: #000;
  font-size: 26px;
  font-weight: 400;
  position: relative;
}

.wrap .form_content .form_b .form_item .select_box .select:nth-of-type(2n) {
  margin-right: 0;
}

.wrap .form_content .form_b .form_item .select_box .select::after {
  z-index: 2;
  transition: all 0.4s;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 14px;
  height: 14px;
  background: url(../img/down.png) no-repeat;
  background-size: 100% 100%;
}

.wrap .form_content .form_b .form_item .select_box .select select {
  border-radius: 6px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #E0E0E0;
  background: #FFF;
  padding: 0 22px;
  width: 100%;
  height: 100%;
  position: relative;
}

.wrap .form_content .form_b .form_item1 > p {
  padding-bottom: 10px;
  border-bottom: 1px solid #EBEBEB;
}

.wrap .form_content .info {
  width: 100%;
  height: auto;
  padding: 0 30px;
}

.wrap .form_content .info .info_b {
  width: 100%;
  height: auto;
  padding: 0px 0 20px;
}

.wrap .form_content .info .info_b > p {
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .info .info_b .price_box {
  width: 100%;
  height: auto;
}

.wrap .form_content .info .info_b .price_box > div {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wrap .form_content .info .info_b .price_box > div p {
  color: #999;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .info .info_b .price_box > div span {
  color: #999;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .info .info_b .price_box .total p {
  color: #222;
}

.wrap .form_content .info .info_b .price_box .total span {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .info .info_b .price_box .total span span {
  color: #B40000;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .form_btn {
  width: 100%;
  height: auto;
  margin-top: 34px;
  padding: 0 30px;
  padding-bottom: 170px;
}

.wrap .form_content .form_btn .form_b_box {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.wrap .form_content .form_btn .form_b_box p {
  color: #F34142;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .form_btn .form_b_box button {
  margin-top: 10px;
  cursor: pointer;
  border: none;
  width: 100%;
  height: 70px;
  border-radius: 12px;
  background: #F34142;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wrap .form_content .form_btn .form_b_box button span {
  color: #F00;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .form_content .form_btn .form_b_box button p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer {
  z-index: 999;
  width: 750px;
  max-width: 750px;
  height: 98px;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.footer a:nth-of-type(1) {
  cursor: pointer;
  width: 100%;
  height: 70px;
  background: #F34142;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer a:nth-of-type(1) img {
  width: 31px;
  height: 26px;
}

.footer a:nth-of-type(1) p {
  color: #FFF;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
}

.suspension {
  z-index: 9999;
  width: 46px;
  height: auto;
  position: fixed;
  right: 20px;
  bottom: 100px;
}

.suspension .top {
  display: none;
  cursor: pointer;
  width: 46px;
  height: 46px;
}

.suspension .top img {
  width: 100%;
  height: 100%;
}

.suspension .contact {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  width: 46px;
  height: 46px;
}

.suspension .contact img {
  width: 100%;
  height: 100%;
}

.suspension .tel {
  margin-top: 10px;
  cursor: pointer;
  width: 46px;
  height: 46px;
}

.suspension .tel img {
  width: 100%;
  height: 100%;
}

.suspension .line {
  margin-top: 10px;
  cursor: pointer;
  width: 46px;
  height: 46px;
}

.suspension .line img {
  width: 100%;
  height: 100%;
}

.suspension .fb {
  margin-top: 10px;
  cursor: pointer;
  width: 46px;
  height: 46px;
}

.suspension .fb img {
  width: 100%;
  height: 100%;
}

.suspension .home {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  width: 46px;
  height: 46px;
}

.suspension .home img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  body {
    min-width: 42.66667vw;
    max-width: 100vw;
    overflow-x: hidden;
  }
  html {
    overflow-x: hidden;
  }
  .wrap {
    width: 100%;
    height: auto;
  }
  .wrap .header {
    width: 100%;
    height: 11.73333vw;
    padding: 0 4vw;
    background: #0E0E0E;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .header .back {
    width: 3.2vw;
    height: 3.2vw;
  }
  .wrap .header .back img {
    width: 100%;
    height: 100%;
  }
  .wrap .header .serch {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrap .header .serch img {
    width: 3.73333vw;
    height: auto;
  }
  .wrap .header .serch p {
    color: #FFF;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .banner {
    width: 100%;
    height: auto;
    position: relative;
    padding: 2.66667vw 0;
  }
  .wrap .banner .banner_box {
    width: 100vw;
    height: auto;
  }
  .wrap .banner .banner_box .banner_item {
    width: 100vw !important;
    height: 100vw;
  }
  .wrap .banner .banner_box .banner_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wrap .banner .purchase_popup {
    position: absolute;
    top: 2.13333vw;
    left: 4vw;
    z-index: 11;
  }
  .wrap .banner .purchase_popup .pur_p_item {
    padding: 0 0.4vw;
    margin-bottom: 1.33333vw;
    width: 45.2vw;
    height: 6.13333vw;
    border-radius: 1.33333vw;
    background: #555;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .banner .purchase_popup .pur_p_item .head {
    width: 5.33333vw;
    height: 5.33333vw;
    border-radius: 50%;
  }
  .wrap .banner .purchase_popup .pur_p_item .head img {
    width: 100%;
    height: 100%;
  }
  .wrap .banner .purchase_popup .pur_p_item p {
    color: #FFF;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info {
    width: 100%;
    height: auto;
  }
  .wrap .buy_info .buy_i_t {
    width: 100%;
    height: 10.66667vw;
    background: #B40000;
    padding: 0 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .buy_info .buy_i_t .price {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .wrap .buy_info .buy_i_t .price .origin {
    color: #fff;
    font-size: 5.06667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_t .price .discount {
    margin-left: 1.2vw;
    color: #fff;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
  }
  .wrap .buy_info .buy_i_c {
    width: 100%;
    height: auto;
    padding: 2.66667vw 4vw 8vw;
    border-bottom: 0.13333vw solid #ebebeb;
  }
  .wrap .buy_info .buy_i_c .buy_info {
    width: 100%;
    height: auto;
    padding: 1.6vw 0 0vw;
  }
  .wrap .buy_info .buy_i_c .buy_info .buy_info_title {
    text-align: left;
    color: #222;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_c .buy_info .buy_info_desc {
    margin-top: 1.33333vw;
    text-align: left;
    color: #999;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_c .time {
    float: right;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .buy_info .buy_i_c .time p {
    color: #B40000;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_c .time .time_box {
    margin-left: 1.2vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .buy_info .buy_i_c .time .time_box span {
    margin: 0 0.66667vw;
    color: #222;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_c .time .time_box .date {
    width: 4.26667vw;
    height: 4.26667vw;
    background-color: #B40000;
    border-radius: 0.8vw;
    display: inline-block;
    color: #fff;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 4.26667vw;
    text-align: center;
  }
  .wrap .buy_info .box {
    padding: 2.66667vw 4vw 3.73333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .buy_info .box .box_item {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .buy_info .box .box_item span {
    width: 2.93333vw;
    height: 2.93333vw;
    border-radius: 0.4vw;
    background: #D9D9D9;
    color: #FFF;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.93333vw;
    text-align: center;
  }
  .wrap .buy_info .box .box_item p {
    margin-left: 1.06667vw;
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .info_tab {
    width: 100%;
    height: 8vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .wrap .info_tab .info_t_item {
    cursor: pointer;
    width: 50%;
    height: 8vw;
    background: #B40000;
    color: #FFF;
    text-align: center;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
  }
  .wrap .info_tab .info_t_item:first-child {
    border-right: 0.13333vw solid #FFF;
  }
  .wrap .pro_detail {
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item {
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item:first-child {
    padding: 0 0;
  }
  .wrap .pro_detail .pro_d_item > img {
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item .title {
    width: 92vw;
    height: 6.53333vw;
    background: #F4F4F4;
    color: #F00;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 6.53333vw;
  }
  .wrap .pro_detail .pro_d_item .comment_title {
    width: 100%;
    height: 10.66667vw;
    padding: 0 4vw;
    background: #EBEBEB;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 10.66667vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box {
    width: 100%;
    height: auto;
    padding: 0 4vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item {
    width: 100%;
    height: auto;
    padding: 2.66667vw 0 4vw;
    border-bottom: 0.13333vw solid #EBEBEB;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item:last-child {
    border-bottom: none;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .name {
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .satisfaction {
    color: #999;
    font-size: 3.2vw;
    font-weight: 400;
    margin-left: 2.66667vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .star {
    width: 23.6vw;
    height: 3.73333vw;
    margin-left: 2vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .star img {
    width: 100%;
    height: 100%;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .date {
    color: #999;
    font-size: 2.66667vw;
    font-weight: 400;
    margin-left: 2.66667vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_b {
    margin-top: 1.6vw;
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_b .desc {
    color: #333;
    text-align: justify;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 5.06667vw;
    /* 158.333% */
  }
  .wrap .order_info {
    width: 100%;
    height: auto;
    border-top: 1.33333vw solid #ebebeb;
  }
  .wrap .order_info .order_info_title {
    width: 100%;
    height: 9.73333vw;
    padding: 0 4vw;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 9.73333vw;
    border-bottom: 0.13333vw solid #ebebeb;
  }
  .wrap .order_info .order_box {
    margin-top: 3.2vw;
    width: 92vw;
    height: auto;
    padding: 1.6vw 2vw;
    border-radius: 0.8vw;
    background: #EEE;
    margin-left: 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .order_info .order_box img {
    width: 10.66667vw;
    height: auto;
  }
  .wrap .order_info .order_box .order_item {
    margin-left: 3.6vw;
    display: flex;
    flex-direction: column;
  }
  .wrap .order_info .order_box .order_item .item_title {
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .order_info .order_box .order_item .item_price {
    margin-top: 3.2vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .order_info .order_box .order_item .item_price .origin {
    color: #222;
    font-size: 2.66667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .order_info .order_box .order_item .item_price .origin span {
    color: #F00;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .order_info .order_box .order_item .item_price .discount {
    margin-left: 2.93333vw;
    color: #222;
    font-size: 2.66667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
  }
  .wrap .buy_box {
    width: 100%;
    height: auto;
    padding: 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top: 0.13333vw solid #ebebeb;
  }
  .wrap .buy_box a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrap .buy_box a img {
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .wrap .buy_box a p {
    color: #999;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_box a:last-child {
    width: 48vw;
    height: 9.33333vw;
    border-radius: 1.33333vw;
    background: #B40000;
  }
  .wrap .buy_box a:last-child p {
    color: #FFF;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 9.33333vw;
  }
  .wrap .user_info {
    width: 100%;
    height: auto;
    padding: 2.13333vw 4vw 20vw;
    border-top: 1.33333vw solid #ebebeb;
  }
  .wrap .user_info.active .user_title img {
    transform: rotate(-180deg);
  }
  .wrap .user_info.active .user_desc {
    display: block;
  }
  .wrap .user_info .user_title {
    cursor: pointer;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrap .user_info .user_title p {
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .user_info .user_title img {
    transition: all 0.4s;
    width: 2.66667vw;
    height: auto;
  }
  .wrap .user_info .user_desc {
    width: 100%;
    height: auto;
    margin-top: 1.33333vw;
    display: none;
  }
  .wrap .user_info .user_desc p {
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footer {
    z-index: 999;
    width: 100vw;
    max-width: 100vw;
    height: 13.06667vw;
    background: #F4F4F4;
    padding: 0 4vw;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer a:nth-of-type(1) {
    cursor: pointer;
    width: 92vw;
    height: 9.33333vw;
    border-radius: 1.6vw;
    background: #B40000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer a:nth-of-type(1) img {
    width: 4.13333vw;
    height: 3.46667vw;
  }
  .footer a:nth-of-type(1) p {
    color: #FFF;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 9.33333vw;
  }
  .suspension {
    z-index: 9999;
    width: 6.13333vw;
    height: auto;
    position: fixed;
    right: 2.66667vw;
    bottom: 13.33333vw;
  }
  .suspension .top {
    display: none;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .top img {
    width: 100%;
    height: 100%;
  }
  .suspension .contact {
    display: inline-block;
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .contact img {
    width: 100%;
    height: 100%;
  }
  .suspension .tel {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .tel img {
    width: 100%;
    height: 100%;
  }
  .suspension .line {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .line img {
    width: 100%;
    height: 100%;
  }
  .suspension .fb {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .fb img {
    width: 100%;
    height: 100%;
  }
  .suspension .home {
    display: inline-block;
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .home img {
    width: 100%;
    height: 100%;
  }
}
