.breadcrumbs {
  border-top: 1px solid #CCCCCC;
  margin-top: 128px;
}

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

.product .product_box {
  width: 100%;
  height: auto;
  padding-top: 46px;
}

.product .product_box .product_b_top {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 20px;
}

.product .product_box .product_b_top .select_box {
  width: 110px;
  height: auto;
}

.product .product_box .product_b_top .select_box label {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.product .product_box .product_b_top .select_box label input {
  cursor: pointer;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
}

.product .product_box .product_b_top .select_box label input::before {
  content: '';
  width: 22px;
  height: 20px;
  background: url(../img/pro_no_check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.product .product_box .product_b_top .select_box label input:checked::before {
  content: " ";
  width: 22px;
  height: 20px;
  background: url(../img/pro_check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.product .product_box .product_b_top .select_box label p {
  text-align: left;
  margin-left: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
  line-height: normal;
}

.product .product_box .product_b_top .select_box label input:checked + p {
  color: #2FA8FF;
}

.product .product_box .product_b_top .product_name {
  width: 510px;
  height: auto;
}

.product .product_box .product_b_top .product_name p {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

.product .product_box .product_b_top .product_Color {
  width: 100px;
  height: auto;
}

.product .product_box .product_b_top .product_Color p {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

.product .product_box .product_b_top .product_quantity {
  width: 160px;
  height: auto;
}

.product .product_box .product_b_top .product_quantity p {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

.product .product_box .product_b_top .product_operation {
  width: 100px;
  height: auto;
}

.product .product_box .product_b_top .product_operation p {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

.product .product_box .product_b_bot {
  width: 100%;
  height: auto;
  margin-top: 14px;
}

.product .product_box .product_b_bot .item {
  margin-top: 5px;
  width: 100%;
  height: auto;
  background: #FBFBFB;
  display: flex;
  flex-direction: row;
  padding: 26px 0 26px 20px;
}

.product .product_box .product_b_bot .item.active {
  background: #F7F7F7;
}

.product .product_box .product_b_bot .item.active .pro_name p {
  text-decoration: underline;
  color: #2FA8FF;
}

.product .product_box .product_b_bot .item.active .pro_quantity .reduce {
  border: 1px solid #2FA8FF;
  border-right: none;
}

.product .product_box .product_b_bot .item.active .pro_quantity .reduce::after {
  background: #2FA8FF;
}

.product .product_box .product_b_bot .item.active .pro_quantity .add {
  border: 1px solid #2FA8FF;
  border-left: none;
}

.product .product_box .product_b_bot .item.active .pro_quantity .add::after {
  background: #2FA8FF;
}

.product .product_box .product_b_bot .item.active .pro_quantity .add::before {
  background: #2FA8FF;
}

.product .product_box .product_b_bot .item.active .pro_quantity .number {
  border: 1px solid #2FA8FF;
}

.product .product_box .product_b_bot .item.active .pro_operation img:first-child {
  display: none;
}

.product .product_box .product_b_bot .item.active .pro_operation img:last-child {
  display: block;
}

.product .product_box .product_b_bot .item .pro_select {
  width: 110px;
  height: auto;
  display: flex;
  flex-direction: row;
}

.product .product_box .product_b_bot .item .pro_select input {
  cursor: pointer;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
}

.product .product_box .product_b_bot .item .pro_select input::before {
  content: '';
  width: 22px;
  height: 20px;
  background: url(../img/pro_no_check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.product .product_box .product_b_bot .item .pro_select input:checked::before {
  content: " ";
  width: 22px;
  height: 20px;
  background: url(../img/pro_check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.product .product_box .product_b_bot .item .pro_name {
  width: 510px;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.product .product_box .product_b_bot .item .pro_name img {
  width: 77px;
  height: 70px;
  object-fit: cover;
}

.product .product_box .product_b_bot .item .pro_name .detail_box {
  width: 100%;
  margin-left: 27px;
  width: 390px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.6s;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box.active {
  height: auto;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box.active button {
  background: #2FA8FF;
  color: #fff;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box button {
  border-radius: 4px;
  cursor: pointer;
  background: transparent;
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid #2fa8ff;
  color: #2fa8ff;
  font-size: 14px;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .highlight {
  display: inline-block;
  min-width: 50px !important;
  text-align: center;
  min-height: 20px;
  margin: 0 auto;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_box_title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 28px;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_letter {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_letter img {
  margin-left: 5px;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  width: auto;
  height: 50px;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_letter p {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-left: 40px;
  text-align: left;
  margin-right: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
  line-height: 28px;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_letter p span:last-child {
  width: 225px;
  display: inline-block;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_adaptation {
  width: 100%;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_adaptation img {
  width: auto;
  height: 20px;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_adaptation p {
  margin-left: 40px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
  line-height: 28px;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_dimensions {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_dimensions img {
  width: auto;
  height: 20px;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_dimensions p {
  text-align: left;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
  line-height: 28px;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_power {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_power img {
  width: auto;
  height: 20px;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_power p {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
  line-height: 28px;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_power p span {
  white-space: nowrap;
  margin-left: 40px;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_power p span:first-child {
  margin-left: 0;
  color: #000;
  font-weight: 700;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_Weight {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_Weight img {
  width: auto;
  height: 20px;
}

.product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_Weight p {
  text-align: left;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
  line-height: 28px;
}

.product .product_box .product_b_bot .item .pro_name .detail_box > p {
  text-transform: uppercase;
}

.product .product_box .product_b_bot .item .pro_name p {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: #696969;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.product .product_box .product_b_bot .item .pro_color {
  width: 100px;
  height: auto;
}

.product .product_box .product_b_bot .item .pro_color p {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: #696969;
}

.product .product_box .product_b_bot .item .pro_quantity {
  width: 160px;
  height: auto;
  display: flex;
  flex-direction: row;
}

.product .product_box .product_b_bot .item .pro_quantity .reduce {
  cursor: pointer;
  width: 32px;
  height: 29px;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid rgba(230, 230, 230, 0.53);
  border-right: none;
  position: relative;
  background: #fff;
}

.product .product_box .product_b_bot .item .pro_quantity .reduce::after {
  content: '';
  width: 11px;
  height: 2px;
  background: #999999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product .product_box .product_b_bot .item .pro_quantity .add {
  cursor: pointer;
  width: 32px;
  height: 29px;
  border-radius: 0px 5px 5px 0px;
  border: 1px solid rgba(230, 230, 230, 0.53);
  border-left: none;
  position: relative;
  background: #fff;
}

.product .product_box .product_b_bot .item .pro_quantity .add::after {
  content: '';
  width: 11px;
  height: 2px;
  background: #999999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product .product_box .product_b_bot .item .pro_quantity .add::before {
  content: '';
  width: 2px;
  height: 11px;
  background: #999999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product .product_box .product_b_bot .item .pro_quantity .number {
  width: 53px;
  height: 29px;
  border: 1px solid rgba(230, 230, 230, 0.53);
  background: #fff;
}

.product .product_box .product_b_bot .item .pro_quantity .number input {
  -moz-appearance: textfield;
  outline: none;
  border: none;
  padding: 0 10px;
  text-align: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.product .product_box .product_b_bot .item .pro_quantity .number input::-webkit-inner-spin-button, .product .product_box .product_b_bot .item .pro_quantity .number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product .product_box .product_b_bot .item .pro_operation {
  width: 100px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.product .product_box .product_b_bot .item .pro_operation img {
  cursor: pointer;
  width: 17px;
  height: 17px;
}

.product .product_box .product_b_bot .item .pro_operation img:first-child {
  display: block;
}

.product .product_box .product_b_bot .item .pro_operation img:last-child {
  display: none;
}

.product_list {
  width: 100%;
  height: auto;
  margin-top: 39px;
}

.product_list .pro_title {
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}

.product_list .pro_list_box {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.product_list .pro_list_box .pro_box_tab {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 13px;
}

.product_list .pro_list_box .pro_box_tab .tab_item {
  margin-right: 48px;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  color: #696969;
  padding-bottom: 14px;
  position: relative;
}

.product_list .pro_list_box .pro_box_tab .tab_item:last-child {
  margin-right: 0;
}

.product_list .pro_list_box .pro_box_tab .tab_item.active {
  color: #2FA8FF;
}

.product_list .pro_list_box .pro_box_tab .tab_item.active::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #2FA8FF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product_list .pro_list_box .pro_content {
  width: 100%;
  height: auto;
}

.product_list .pro_list_box .pro_content .content_item {
  width: 100%;
  height: auto;
  padding: 0 32px;
  border: 1px solid rgba(190, 190, 190, 0.53);
}

.product_list .pro_list_box .pro_content .content_item .item {
  width: 100%;
  height: auto;
  padding: 37px 0;
  border-bottom: 1px solid #E9E9E9;
}

.product_list .pro_list_box .pro_content .content_item .item .item_name {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
}

.product_list .pro_list_box .pro_content .content_item .item .item_color {
  margin-top: 15px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
}

.product_list .pro_list_box .pro_content .content_item .item .item_num {
  margin-top: 15px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
}

.form_content {
  width: 100%;
  height: auto;
  margin-top: 2px;
  padding-bottom: 103px;
}

.form_content .buy_now_btn {
  position: absolute;
  right: 0;
  top: 0;
}

.form_content .buy_now_btn button {
  cursor: pointer;
  border: none;
  width: 260px;
  height: 60px;
  background: #2FA8FF;
  border-radius: 10px 10px 10px 10px;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
}

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

.form_content .form_box .form {
  width: 100%;
  height: auto;
}

.form_content .form_box .form .form_item {
  margin-top: 22px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.form_content .form_box .form .form_item > p {
  width: 140px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
}

.form_content .form_box .form .form_item > p span {
  color: #FF0606;
}

.form_content .form_box .form .form_item > input {
  outline: none;
  padding: 0 26px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  width: 489px;
  height: 58px;
  border-radius: 10px;
  border: 1px solid rgba(51, 51, 51, 0.53);
}

.form_content .form_box .form .form_item > input::placeholder {
  color: #999;
}

.form_content .form_box .form .form_item textarea {
  resize: none;
  outline: none;
  padding: 24px 26px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  max-width: 489px;
  min-width: 489px;
  max-height: 165px;
  min-height: 165px;
  border-radius: 10px;
  border: 1px solid rgba(51, 51, 51, 0.53);
}

.form_content .form_box .form .form_item textarea::placeholder {
  color: #999;
}

.form_content .form_box .form .form_item .fre_box {
  text-align: left;
  font-size: 14px;
  color: #f00;
  text-align: left;
  line-height: 1.625;
}

.form_content .form_box .form .form_item .fre_box span {
  position: relative;
  text-decoration: line-through;
}

.form_content .form_box .form .form_item .pay_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.form_content .form_box .form .form_item .pay_box .pay_title {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
}

.form_content .form_box .form .form_item .pay_box .pay_contnet {
  padding-left: 40px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.form_content .form_box .form .form_item .pay_box .pay_contnet > p {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.form_content .form_box .form .form_item .pay_box .label_box {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.form_content .form_box .form .form_item .pay_box .pay_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  margin-right: 30px;
  text-align: center;
  line-height: 46px;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
}

.form_content .form_box .form .form_item .pay_box .pay_item:last-child {
  margin-right: 0;
}

.form_content .form_box .form .form_item .pay_box .pay_item input {
  width: 14px;
  height: 14px;
}

.form_content .form_box .form .form_item .pay_box .pay_item p {
  padding-left: 10px;
  text-align: center;
  line-height: 46px;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
}

.form_content .form_box .form .form_item .express_tip p {
  text-align: left;
  font-size: 14px;
  color: #f00;
  text-align: left;
  line-height: 1.625;
}

.form_content .form_box .tips {
  margin-top: 23px;
  width: 619px;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 1.625;
}

.form_content .form_box .statistics {
  padding-left: 140px;
  width: 759px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  align-items: flex-start;
}

.form_content .form_box .statistics .statistics_item {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.form_content .form_box .statistics .statistics_item:last-child div:last-child {
  color: #f00;
}

.form_content .form_box .statistics .statistics_item div:first-child {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.form_content .form_box .statistics .statistics_item div:last-child {
  font-weight: 400;
  font-size: 16px;
  color: #696969;
}

.form_content .form_box .statistics .express_line {
  height: 2px;
  width: 100%;
  background: #999;
  margin: 10px 0;
}

.form_content .form_box .submit_btn_box {
  margin-top: 24px;
  padding-left: 140px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}

.form_content .form_box .submit_btn_box .submit {
  border: none;
  background: #2FA8FF;
  border-radius: 10px;
  cursor: pointer;
  padding: 0px 60px;
  height: 60px;
  line-height: 60px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

.form_content .form_box .submit_btn_box .input_content {
  margin-left: 0px;
  width: 420px;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.form_content .form_box .submit_btn_box .input_content .input_box {
  width: 300px;
  height: 60px;
  border-radius: 10px 0px 0px 10px;
  border: 2px solid rgba(47, 168, 255, 0.53);
  border-right: none;
  position: relative;
  overflow: hidden;
}

.form_content .form_box .submit_btn_box .input_content .input_box img {
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
}

.form_content .form_box .submit_btn_box .input_content .input_box input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0 20px;
  font-weight: 400;
  font-size: 18px;
  color: #333;
}

.form_content .form_box .submit_btn_box .input_content .input_box input::placeholder {
  color: #696969;
}

.form_content .form_box .submit_btn_box .input_content .submit_btn {
  cursor: pointer;
  border: none;
  width: 120px;
  height: 100%;
  background: #2FA8FF;
  border-radius: 0px 10px 10px 0px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
}

.form_content .form_box .model_pdf {
  width: 420px;
  margin-left: 141px;
  height: auto;
  margin-top: 46px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.form_content .form_box .model_pdf .pdf_btn {
  text-align: center;
  cursor: pointer;
  background: transparent;
  height: 60px;
  width: 558px;
  border-radius: 10px;
  border: 1px solid #333333;
  font-weight: 400;
  font-size: 18px;
  color: #696969;
  line-height: 60px;
}

.buy_box {
  width: 100%;
  height: auto;
  padding: 0 0 120px 0;
}

.buy_box .buy_step_box {
  width: 900px;
  height: auto;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

.buy_box .buy_step_box .step_item {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.buy_box .buy_step_box .step_item.active::after {
  background: #2FA8FF;
}

.buy_box .buy_step_box .step_item.active .step_num {
  background: #2fa8ff;
}

.buy_box .buy_step_box .step_item:first-child.active::after {
  border-radius: 10px 0 0 10px;
}

.buy_box .buy_step_box .step_item:first-child::after {
  border-radius: 10px 0 0 10px;
}

.buy_box .buy_step_box .step_item:last-child.active::after {
  border-radius: 0 10px 10px 0;
}

.buy_box .buy_step_box .step_item:last-child::after {
  border-radius: 0 10px 10px 0;
}

.buy_box .buy_step_box .step_item::after {
  content: '';
  width: 300px;
  height: 8px;
  background: #DCDCDC;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: 1;
}

.buy_box .buy_step_box .step_item p {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}

.buy_box .buy_step_box .step_item .step_num {
  z-index: 2;
  position: relative;
  margin-top: 15px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: #DCDCDC;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  color: #FFFFFF;
}

.buy_box .buy_step_item_box {
  width: 100%;
  height: auto;
}

.buy_box .buy_step_item_box .step_item {
  width: 100%;
  height: auto;
}

.buy_box .buy_step_item_box .step_item .checkout_btn {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.buy_box .buy_step_item_box .step_item .checkout_btn button {
  border: none;
  width: auto;
  padding: 0 56px;
  line-height: 60px;
  font-size: 18px;
  color: #FFFFFF;
  height: 60px;
  background: #2FA8FF;
  border-radius: 10px 10px 10px 10px;
}

.buy_box .buy_step_item_box .step_two {
  margin-top: 100px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.buy_box .buy_step_item_box .step_two .step_two_l {
  width: 590px;
  height: auto;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l {
  width: 100%;
  height: 100%;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_contact {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_contact .form_title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_contact input {
  margin-top: 18px;
  width: 100%;
  outline: none;
  height: 53px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
  padding: 0 18px;
  font-size: 16px;
  color: #333;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_contact input::placeholder {
  color: #C8C8C8;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_deliver {
  margin-top: 42px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_deliver .form_title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_deliver .deliver_box {
  margin-top: 18px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_deliver .deliver_box .deliver_item {
  width: 285px;
  display: flex;
  flex-direction: row;
  padding: 0 20px;
  align-items: center;
  height: 53px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_deliver .deliver_box .deliver_item.active {
  background: #EFF9FF;
  border: 1px solid #2FA8FF;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_deliver .deliver_box .deliver_item input {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  cursor: pointer;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_deliver .deliver_box .deliver_item input::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/person/radio_nocheck.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_deliver .deliver_box .deliver_item input:checked::before {
  content: " ";
  width: 20px;
  height: 20px;
  background: url(../img/person/radio_check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_deliver .deliver_box .deliver_item p {
  padding-left: 40px;
  font-size: 16px;
  color: #333333;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box {
  width: 100%;
  height: auto;
  margin-top: 38px;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address {
  width: 100%;
  height: auto;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin {
  width: 100%;
  height: auto;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .ship_nologin {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .ship_nologin p {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .ship_nologin button {
  cursor: pointer;
  border: none;
  background: none;
  font-size: 18px;
  color: #2FA8FF;
  text-decoration: underline;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form {
  width: 100%;
  height: auto;
  margin-top: 17px;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_item {
  width: 100%;
  height: auto;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_item input {
  outline: none;
  width: 100%;
  margin-top: 17px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding: 0 20px;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_item input::placeholder {
  color: #C8C8C8;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_name {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_name input {
  margin-top: 0;
  outline: none;
  width: 285px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding: 0 20px;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_name input::placeholder {
  color: #C8C8C8;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_country {
  width: 100%;
  height: auto;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_country .select_box {
  width: 100%;
  height: auto;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_country .select_box select {
  padding: 0 20px;
  outline: none;
  margin-top: 17px;
  width: 100%;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
  font-size: 16px;
  color: #333333;
  padding: 0 20px;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_city {
  width: 100%;
  height: auto;
  margin-top: 17px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_city input {
  margin-top: 0;
  outline: none;
  width: 190px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding: 0 20px;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_city input::placeholder {
  color: #C8C8C8;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_city .select_box {
  width: 190px;
  height: auto;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_city .select_box select {
  padding: 0 20px;
  outline: none;
  width: 100%;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
  font-size: 16px;
  color: #333333;
  padding: 0 20px;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_default {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_default label {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_default label input {
  cursor: pointer;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_default label input::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/person/radio_nocheck.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_default label input:checked::before {
  content: " ";
  width: 18px;
  height: 18px;
  background: url(../img/person/radio_check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_default label p {
  padding-left: 28px;
  font-size: 14px;
  color: #999;
  line-height: 32px;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_btn {
  margin-top: 32px;
  width: 100%;
  height: auto;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_btn button {
  border: none;
  cursor: pointer;
  width: 100%;
  height: 54px;
  background: #2FA8FF;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  color: #FFFFFF;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .ship_method {
  margin-top: 46px;
  width: 100%;
  height: auto;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .ship_method .ship_method_title {
  text-align: left;
  font-size: 18px;
  color: #333333;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .ship_method div {
  padding: 0 20px;
  text-align: left;
  line-height: 54px;
  font-size: 16px;
  color: #333333;
  margin-top: 19px;
  width: 100%;
  height: 54px;
  background: #F7F7F7;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login {
  width: 100%;
  height: auto;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_login {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_login p {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_login button {
  cursor: pointer;
  border: none;
  background: none;
  font-size: 18px;
  color: #2FA8FF;
  text-decoration: underline;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_address_info {
  width: 100%;
  height: auto;
  padding: 22px 34px;
  background: #EFF9FF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #2FA8FF;
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_address_info .ship_info_top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_address_info .ship_info_top .info_top_top {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_address_info .ship_info_top .info_top_top .info_name {
  margin-right: 27px;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_address_info .ship_info_top .info_top_top .info_phone {
  margin-right: 27px;
  font-size: 18px;
  color: #333333;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_address_info .ship_info_top .info_top_top .info_code {
  font-size: 18px;
  color: #333333;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_address_info .ship_info_top .info_address {
  margin-top: 13px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_address_info .edit_address_btn {
  margin-top: 31px;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 16px;
  color: #2FA8FF;
  text-decoration: underline;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_method {
  margin-top: 46px;
  width: 100%;
  height: auto;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_method .ship_method_title {
  text-align: left;
  font-size: 18px;
  color: #333333;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_method div {
  padding: 0 20px;
  text-align: left;
  line-height: 54px;
  font-size: 16px;
  color: #333333;
  margin-top: 19px;
  width: 100%;
  height: 54px;
  background: #F7F7F7;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address {
  width: 100%;
  height: auto;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_top {
  width: 100%;
  height: auto;
  margin-top: 44px;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_top .pickup_title {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_top .pickup_t_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_top .pickup_t_box p {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_top .pickup_t_box button {
  cursor: pointer;
  border: none;
  background: none;
  font-size: 18px;
  color: #2FA8FF;
  text-decoration: underline;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot {
  width: 100%;
  height: auto;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .havestore {
  width: 100%;
  height: auto;
  margin-top: 20px;
  background: #EFF9FF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #2FA8FF;
  padding: 28px 30px;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .havestore .store_name {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  line-height: 28px;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .havestore .store_location {
  text-align: left;
  line-height: 28px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .havestore .store_info {
  margin-top: 28px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .havestore .store_info p {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .havestore .store_info span {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .nohavestore {
  width: 100%;
  height: auto;
  margin-top: 16px;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .nohavestore .nohavestore_form {
  width: 100%;
  height: auto;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .nohavestore .nohavestore_form .form_country {
  margin-top: 16px;
  width: 100%;
  height: auto;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .nohavestore .nohavestore_form .form_country input {
  outline: none;
  width: 100%;
  height: 53px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
  padding: 0 24px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .nohavestore .nohavestore_form .form_country input::placeholder {
  color: #C8C8C8;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .nohavestore .nohavestore_form .form_address {
  margin-top: 16px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .nohavestore .nohavestore_form .form_address input {
  outline: none;
  width: 442px;
  height: 53px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
  padding: 0 24px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .nohavestore .nohavestore_form .form_address input::placeholder {
  color: #C8C8C8;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .nohavestore .nohavestore_form .form_address button {
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 53px;
  cursor: pointer;
  border: none;
  width: 130px;
  height: 53px;
  background: #EEEEEE;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .payment {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .payment .payment_title {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .payment .payment_box {
  width: 100%;
  height: auto;
  margin-top: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .payment .payment_box .payment_item {
  margin-right: 9px;
  width: 140px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .payment .payment_box .payment_item:last-child {
  margin-right: 0;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .payment .payment_box .payment_item.active {
  border: 1px solid #2FA8FF;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .payment .payment_box .payment_item img {
  max-height: 40px;
  width: auto;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .order_comments {
  height: auto;
  margin-top: 50px;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .order_comments .order_comm_title {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .order_comments textarea {
  margin-top: 19px;
  max-width: 100%;
  min-width: 100%;
  min-height: 140px;
  max-height: 140px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
  outline: none;
  padding: 18px 20px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: 40px;
}

.buy_box .buy_step_item_box .step_two .step_two_l .step_l .order_comments textarea::placeholder {
  color: #C8C8C8;
}

.buy_box .buy_step_item_box .step_two .step_two_r {
  width: 550px;
  height: auto;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top {
  width: 100%;
  height: auto;
  padding: 35px 19px;
  background: #F7F7F7;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_title {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box {
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 0 14px;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item {
  width: 100%;
  height: auto;
  margin-top: 31px;
  display: flex;
  flex-direction: row;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_img {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_box {
  margin-left: 29px;
  width: 410px;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_box .item_b_top {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_box .item_b_top .item_name {
  width: 70%;
  text-align: left;
  font-size: 18px;
  color: #333333;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_box .item_b_top .item_price {
  text-align: left;
  font-size: 16px;
  color: #333333;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_box .item_b_bot {
  margin-top: 19px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_box .item_b_bot .item_sku {
  width: 70%;
  text-align: left;
  font-size: 18px;
  color: #999999;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_box .item_b_bot .item_num {
  text-align: left;
  font-size: 16px;
  color: #999999;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .discount_code {
  width: 100%;
  height: auto;
  padding: 0 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .discount_code input {
  outline: none;
  width: 375px;
  height: 53px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
  padding: 0 20px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .discount_code input::placeholder {
  color: #C8C8C8;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .discount_code button {
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 53px;
  cursor: pointer;
  border: none;
  width: 98px;
  height: 53px;
  background: #EEEEEE;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other {
  width: 100%;
  height: auto;
  padding: 0 14px;
  margin-top: 13px;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .subtotal {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .subtotal p {
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  color: #999;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .subtotal span {
  text-align: right;
  font-weight: normal;
  font-size: 18px;
  color: #999;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .shipping {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .shipping p {
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  color: #999;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .shipping span {
  text-align: right;
  font-weight: normal;
  font-size: 18px;
  color: #999;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .discount {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .discount p {
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  color: #999;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .discount span {
  text-align: right;
  font-weight: normal;
  font-size: 18px;
  color: #999;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .tax {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .tax p {
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  color: #999;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .tax span {
  text-align: right;
  font-weight: normal;
  font-size: 18px;
  color: #999;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .total {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .total p {
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  color: #333;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .total span {
  text-align: right;
  font-weight: normal;
  font-size: 18px;
  color: #333;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_bot {
  width: 100%;
  height: auto;
  margin-top: 42px;
}

.buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_bot button {
  cursor: pointer;
  border: none;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #2FA8FF;
  border-radius: 10px 10px 10px 10px;
  font-size: 18px;
  color: #FFFFFF;
}

.buy_box .buy_step_item_box .step_three {
  width: 100%;
  height: auto;
  margin-top: 100px;
}

.buy_box .buy_step_item_box .step_three .step_three_box {
  width: 900px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.buy_box .buy_step_item_box .step_three .step_three_box .step_three_b_top {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.buy_box .buy_step_item_box .step_three .step_three_box .step_three_b_top .img_box {
  width: 78px;
  height: 78px;
}

.buy_box .buy_step_item_box .step_three .step_three_box .step_three_b_top .img_box img {
  width: 100%;
  height: 100%;
}

.buy_box .buy_step_item_box .step_three .step_three_box .step_three_b_top p {
  margin-left: 24px;
  text-align: left;
  width: 673px;
  font-weight: 400;
  font-size: 22px;
  color: #2FA8FF;
  line-height: 30px;
}

.buy_box .buy_step_item_box .step_three .step_three_box .step_three_info {
  width: 100%;
  height: auto;
  padding: 0 165px;
  margin-top: 12px;
}

.buy_box .buy_step_item_box .step_three .step_three_box .step_three_info .info_top {
  margin-top: 15px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.buy_box .buy_step_item_box .step_three .step_three_box .step_three_info .info_top .info_t_item {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.buy_box .buy_step_item_box .step_three .step_three_box .step_three_info .info_top .info_t_item p {
  font-weight: 400;
  font-size: 16px;
  color: #999;
}

.buy_box .buy_step_item_box .step_three .step_three_box .step_three_info .info_top .info_t_item span {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.buy_box .buy_step_item_box .step_three .step_three_box .step_three_jump {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 59px;
}

.buy_box .buy_step_item_box .step_three .step_three_box .step_three_jump img {
  width: 20px;
  height: 19px;
}

.buy_box .buy_step_item_box .step_three .step_three_box .step_three_jump p {
  margin-left: 10px;
  font-size: 16px;
  color: #2FA8FF;
}

.buy_box .callback {
  width: 100%;
  height: auto;
  margin-top: 100px;
}

.buy_box .callback .callback_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.buy_box .callback .callback_box img {
  width: 250px;
  height: auto;
}

.buy_box .callback .callback_box > p {
  margin-top: 36px;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}

.buy_box .callback .callback_box .order_info {
  margin-top: 33px;
  width: 889px;
  height: auto;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
  padding: 22px 80px 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.buy_box .callback .callback_box .order_info .info_item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.buy_box .callback .callback_box .order_info .info_item p {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}

.buy_box .callback .callback_box .order_info .info_item span {
  margin-top: 30px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.buy_box .callback .callback_box .view_order {
  cursor: pointer;
  border: none;
  width: 500px;
  height: 60px;
  background: #2FA8FF;
  border-radius: 10px 10px 10px 10px;
  margin-top: 53px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
}

.buy_box .callback .callback_box .continue {
  cursor: pointer;
  border: none;
  width: 500px;
  height: 60px;
  background: transparent;
  border: 1px solid #2FA8FF;
  border-radius: 10px 10px 10px 10px;
  margin-top: 16px;
  text-align: center;
  line-height: 60px;
  color: #2FA8FF;
  font-size: 18px;
}

.review {
  width: 100%;
  height: auto;
  padding: 88px 0 68px;
  background: #F1F3F5;
}

.review .review_box {
  width: 100%;
  height: auto;
}

.review .review_box h2 {
  font-weight: 400;
  font-size: 60px;
  color: #000;
  text-align: center;
  margin-bottom: 81px;
}

.review .review_box .review_top {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.review .review_box .review_top .item {
  width: 373px;
  margin-right: 40px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 8px 8px 0px rgba(51, 51, 51, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 30px;
}

.review .review_box .review_top .item:last-child {
  margin-right: 0;
}

.review .review_box .review_top .item .img_box {
  width: 100%;
  height: 176px;
  overflow: hidden;
}

.review .review_box .review_top .item .img_box img {
  cursor: pointer;
  max-width: 100%;
  height: 100%;
  object-fit: fill;
}

.review .review_box .review_top .item .img_box video {
  width: 100%;
  height: 100%;
}

.review .review_box .review_top .item .item_box {
  width: 100%;
  height: auto;
  margin-top: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.review .review_box .review_top .item .item_box .item_desc {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
  line-height: 28px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.review .review_box .review_top .item .item_box .item_desc * {
  text-align: center !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #696969 !important;
  line-height: 28px !important;
}

.review .review_box .review_top .item .item_box .item_star {
  margin-top: 24px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.review .review_box .review_top .item .item_box .item_star img {
  width: 19px;
  height: 18px;
  margin-right: 8px;
}

.review .review_box .review_top .item .item_box .item_star img:last-child {
  margin-right: 0;
}

.review .review_box .review_top .item .item_box .item_name {
  margin-top: 27px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.review .review_box .review_top .item .item_box .item_country {
  margin-top: 16px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.review .review_box .review_top .swiper-button-prev {
  top: 50%;
  left: -50px;
  width: 14px;
  height: 23px;
}

.review .review_box .review_top .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

.review .review_box .review_top .swiper-button-prev::after {
  content: '';
}

.review .review_box .review_top .swiper-button-next {
  top: 50%;
  right: -50px;
  width: 14px;
  height: 23px;
}

.review .review_box .review_top .swiper-button-next img {
  width: 100%;
  height: 100%;
}

.review .review_box .review_top .swiper-button-next::after {
  content: '';
}

.review .review_box .review_center {
  width: 100%;
  height: auto;
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.review .review_box .review_center a {
  cursor: pointer;
  border: none;
  padding: 24px 80px;
  background: #2FA8FF;
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

.review .review_box .review_bot {
  margin-top: 75px;
  width: 100%;
  height: 161px;
  background: #FFFFFF;
  box-shadow: 0px 8px 8px 0px rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.review .review_box .review_bot .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.review .review_box .review_bot .item .img_box {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.review .review_box .review_bot .item .img_box img {
  width: 100%;
  height: 100%;
}

.review .review_box .review_bot .item .item_title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 15px;
  color: #000000;
}

.review .review_box .review_bot .item .item_desc {
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #777;
}

.need_help {
  width: 100%;
  height: 532px;
  position: relative;
}

.need_help > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.need_help .need_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.need_help .need_content .safearea {
  padding-top: 113px;
}

.need_help .need_content .safearea .need_title {
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}

.need_help .need_content .safearea .need_desc {
  text-align: left;
  margin-top: 16px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

.need_help .need_content .safearea .need_desc a {
  font-weight: 400;
  font-size: 18px;
  color: #2FA8FF;
}

.img_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.img_popup .turn_close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 20;
  font-size: 30px;
}

.img_popup .img_content {
  max-width: 600px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img_popup .img_content img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .breadcrumbs {
    border-top: 0vw solid #CCCCCC;
    margin-top: 19.73333vw;
  }
  .product {
    width: 100%;
    height: auto;
  }
  .product .product_box {
    width: 100%;
    height: auto;
    padding-top: 6.13333vw;
    overflow: hidden;
    overflow-x: auto;
  }
  .product .product_box .product_b_top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 5.33333vw;
  }
  .product .product_box .product_b_top .select_box {
    flex-shrink: 0;
    width: 26.66667vw;
    height: auto;
  }
  .product .product_box .product_b_top .select_box label {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .product .product_box .product_b_top .select_box label input {
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
  }
  .product .product_box .product_b_top .select_box label input::before {
    content: '';
    width: 4.4vw;
    height: 4vw;
    background: url(../img/pro_no_check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .product .product_box .product_b_top .select_box label input:checked::before {
    content: " ";
    width: 4.4vw;
    height: 4vw;
    background: url(../img/pro_check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .product .product_box .product_b_top .select_box label p {
    text-align: left;
    margin-left: 6vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #696969;
    line-height: normal;
  }
  .product .product_box .product_b_top .select_box label input:checked + p {
    color: #2FA8FF;
  }
  .product .product_box .product_b_top .product_name {
    flex-shrink: 0;
    width: 73.33333vw;
    height: auto;
  }
  .product .product_box .product_b_top .product_name p {
    text-align: left;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #000000;
  }
  .product .product_box .product_b_top .product_Color {
    flex-shrink: 0;
    width: 25.2vw;
    height: auto;
  }
  .product .product_box .product_b_top .product_Color p {
    text-align: left;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #000000;
  }
  .product .product_box .product_b_top .product_quantity {
    flex-shrink: 0;
    width: 42.8vw;
    height: auto;
  }
  .product .product_box .product_b_top .product_quantity p {
    text-align: left;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #000000;
  }
  .product .product_box .product_b_top .product_operation {
    flex-shrink: 0;
    width: 12vw;
    height: auto;
  }
  .product .product_box .product_b_top .product_operation p {
    text-align: left;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #000000;
  }
  .product .product_box .product_b_bot {
    width: 100%;
    height: auto;
    margin-top: 1.86667vw;
  }
  .product .product_box .product_b_bot .item {
    margin-top: 0.66667vw;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    padding: 3.46667vw 0 3.46667vw 5.33333vw;
  }
  .product .product_box .product_b_bot .item.active {
    background: #FFFFFF;
  }
  .product .product_box .product_b_bot .item.active .pro_name p {
    text-decoration: underline;
    color: #2FA8FF;
  }
  .product .product_box .product_b_bot .item.active .pro_quantity .reduce {
    border: 0.13333vw solid #2FA8FF;
    border-right: none;
  }
  .product .product_box .product_b_bot .item.active .pro_quantity .reduce::after {
    background: #2FA8FF;
  }
  .product .product_box .product_b_bot .item.active .pro_quantity .add {
    border: 0.13333vw solid #2FA8FF;
    border-left: none;
  }
  .product .product_box .product_b_bot .item.active .pro_quantity .add::after {
    background: #2FA8FF;
  }
  .product .product_box .product_b_bot .item.active .pro_quantity .add::before {
    background: #2FA8FF;
  }
  .product .product_box .product_b_bot .item.active .pro_quantity .number {
    border: 0.13333vw solid #2FA8FF;
  }
  .product .product_box .product_b_bot .item.active .pro_operation img:first-child {
    display: none;
  }
  .product .product_box .product_b_bot .item.active .pro_operation img:last-child {
    display: block;
  }
  .product .product_box .product_b_bot .item .pro_select {
    flex-shrink: 0;
    width: 26.66667vw;
    height: auto;
    display: flex;
    flex-direction: row;
  }
  .product .product_box .product_b_bot .item .pro_select input {
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
  }
  .product .product_box .product_b_bot .item .pro_select input::before {
    content: '';
    width: 4.4vw;
    height: 4vw;
    background: url(../img/pro_no_check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0%;
    left: 0%;
  }
  .product .product_box .product_b_bot .item .pro_select input:checked::before {
    content: " ";
    width: 4.4vw;
    height: 4vw;
    background: url(../img/pro_check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0%;
    left: 0%;
  }
  .product .product_box .product_b_bot .item .pro_name {
    flex-shrink: 0;
    width: 73.33333vw;
    height: auto;
    display: flex;
    flex-direction: row;
  }
  .product .product_box .product_b_bot .item .pro_name img {
    width: 10.26667vw;
    height: 9.33333vw;
    object-fit: cover;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box {
    width: 100%;
    margin-left: 3.6vw;
    width: 56vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.6s;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box.active {
    height: auto;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box button {
    border-radius: 0.53333vw;
    cursor: pointer;
    background: transparent;
    margin-top: 1.33333vw;
    padding: 0.66667vw 1.33333vw;
    border: 0.13333vw solid #2fa8ff;
    color: #2fa8ff;
    font-size: 3.2vw;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .highlight {
    min-width: 8vw !important;
    margin: 0;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box {
    margin-left: 0%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_box_title {
    margin-top: 5.33333vw;
    font-weight: 700;
    font-size: 3.46667vw;
    color: #000;
    line-height: 1.75;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_letter {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_letter img {
    width: auto;
    height: 6.66667vw !important;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_letter p {
    width: 100%;
    justify-content: flex-start;
    margin-left: 2.66667vw;
    margin-right: 1.33333vw;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #696969;
    line-height: 1.75;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_letter p span:last-child {
    width: 26.66667vw;
    display: inline-block;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_adaptation {
    width: 100%;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_adaptation img {
    width: auto;
    height: 2.66667vw;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_adaptation p {
    margin-left: 2.66667vw;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #696969;
    line-height: 1.75;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_dimensions {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 4vw;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_dimensions img {
    width: auto;
    height: 2.66667vw;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_dimensions p {
    margin-left: 2.66667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #696969;
    line-height: 1.75;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_power {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 4vw;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_power img {
    width: auto;
    height: 2.66667vw;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_power p {
    text-align: left;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #696969;
    line-height: 1.75;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_power p span {
    white-space: nowrap;
    margin-left: 2.66667vw;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_power p span:first-child {
    margin-left: 0;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_Weight {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 4vw;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_Weight img {
    width: auto;
    height: 2.66667vw;
  }
  .product .product_box .product_b_bot .item .pro_name .detail_box .btn_box .included_box .included_boc_content .inc_Weight p {
    display: flex;
    margin-left: 2.66667vw;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #696969;
    line-height: 1.75;
  }
  .product .product_box .product_b_bot .item .pro_name p {
    text-align: left;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #696969;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .product .product_box .product_b_bot .item .pro_color {
    flex-shrink: 0;
    width: 25.2vw;
    height: auto;
  }
  .product .product_box .product_b_bot .item .pro_color p {
    text-align: left;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #696969;
  }
  .product .product_box .product_b_bot .item .pro_quantity {
    flex-shrink: 0;
    width: 42.8vw;
    height: auto;
    display: flex;
    flex-direction: row;
  }
  .product .product_box .product_b_bot .item .pro_quantity .reduce {
    cursor: pointer;
    width: 6.4vw;
    height: 5.8vw;
    border-radius: 0.66667vw 0vw 0vw 0.66667vw;
    border: 0.13333vw solid rgba(230, 230, 230, 0.53);
    border-right: none;
    position: relative;
    background: #fff;
  }
  .product .product_box .product_b_bot .item .pro_quantity .reduce::after {
    content: '';
    width: 2.2vw;
    height: 0.4vw;
    background: #999999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product .product_box .product_b_bot .item .pro_quantity .add {
    cursor: pointer;
    width: 6.4vw;
    height: 5.8vw;
    border-radius: 0vw 0.66667vw 0.66667vw 0vw;
    border: 0.13333vw solid rgba(230, 230, 230, 0.53);
    border-left: none;
    position: relative;
    background: #fff;
  }
  .product .product_box .product_b_bot .item .pro_quantity .add::after {
    content: '';
    width: 2.2vw;
    height: 0.4vw;
    background: #999999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product .product_box .product_b_bot .item .pro_quantity .add::before {
    content: '';
    width: 0.4vw;
    height: 2.2vw;
    background: #999999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product .product_box .product_b_bot .item .pro_quantity .number {
    width: 10.6vw;
    height: 5.8vw;
    border: 0.13333vw solid rgba(230, 230, 230, 0.53);
    background: #fff;
  }
  .product .product_box .product_b_bot .item .pro_quantity .number input {
    outline: none;
    border: none;
    padding: 0 1.33333vw;
    text-align: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 3.2vw;
    color: #999999;
  }
  .product .product_box .product_b_bot .item .pro_operation {
    flex-shrink: 0;
    width: 12vw;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .product .product_box .product_b_bot .item .pro_operation img {
    cursor: pointer;
    width: 3.4vw;
    height: 3.4vw;
  }
  .product .product_box .product_b_bot .item .pro_operation img:first-child {
    display: block;
  }
  .product .product_box .product_b_bot .item .pro_operation img:last-child {
    display: none;
  }
  .product_list {
    width: 100%;
    height: auto;
    margin-top: 5.33333vw;
  }
  .product_list .pro_title {
    text-align: left;
    font-weight: 400;
    font-size: 4.26667vw;
    color: #000000;
  }
  .product_list .pro_list_box {
    width: 100%;
    height: auto;
    margin-top: 4vw;
  }
  .product_list .pro_list_box .pro_box_tab {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 1.73333vw;
  }
  .product_list .pro_list_box .pro_box_tab .tab_item {
    margin-right: 6.4vw;
    cursor: pointer;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #696969;
    padding-bottom: 2.66667vw;
    position: relative;
  }
  .product_list .pro_list_box .pro_box_tab .tab_item:last-child {
    margin-right: 0;
  }
  .product_list .pro_list_box .pro_box_tab .tab_item.active {
    color: #2FA8FF;
  }
  .product_list .pro_list_box .pro_box_tab .tab_item.active::after {
    content: '';
    width: 100%;
    height: 0.4vw;
    background: #2FA8FF;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .product_list .pro_list_box .pro_content {
    width: 100%;
    height: auto;
  }
  .product_list .pro_list_box .pro_content .content_item {
    width: 100%;
    height: auto;
    padding: 0 4.26667vw;
    border: 0.13333vw solid rgba(190, 190, 190, 0.53);
  }
  .product_list .pro_list_box .pro_content .content_item .item {
    width: 100%;
    height: auto;
    padding: 4.93333vw 0;
    border-bottom: 0.13333vw solid #E9E9E9;
  }
  .product_list .pro_list_box .pro_content .content_item .item .item_name {
    text-align: left;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #696969;
  }
  .product_list .pro_list_box .pro_content .content_item .item .item_color {
    margin-top: 2.66667vw;
    text-align: left;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #696969;
  }
  .product_list .pro_list_box .pro_content .content_item .item .item_num {
    margin-top: 2.66667vw;
    text-align: left;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #696969;
  }
  .form_content {
    width: 100%;
    height: auto;
    margin-top: 0.26667vw;
    padding-bottom: 5.33333vw;
  }
  .form_content .form_box {
    width: 100%;
    height: auto;
  }
  .form_content .form_box .form {
    width: 100%;
    height: auto;
  }
  .form_content .form_box .form .form_item {
    margin-top: 2.93333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .form_content .form_box .form .form_item > p {
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #696969;
  }
  .form_content .form_box .form .form_item > p span {
    color: #FF0606;
  }
  .form_content .form_box .form .form_item > input {
    margin-top: 2.66667vw;
    outline: none;
    padding: 0 3.46667vw;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #333;
    width: 92vw;
    height: 10.13333vw;
    border-radius: 1.33333vw;
    border: 0.13333vw solid rgba(51, 51, 51, 0.53);
  }
  .form_content .form_box .form .form_item > input::placeholder {
    color: #999;
  }
  .form_content .form_box .form .form_item textarea {
    margin-top: 2.66667vw;
    resize: none;
    outline: none;
    padding: 3.2vw 3.46667vw;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #333;
    max-width: 92vw;
    min-width: 92vw;
    max-height: 26.66667vw;
    min-height: 26.66667vw;
    border-radius: 1.33333vw;
    border: 0.13333vw solid rgba(51, 51, 51, 0.53);
  }
  .form_content .form_box .form .form_item textarea::placeholder {
    color: #999;
  }
  .form_content .form_box .form .form_item .fre_box {
    text-align: left;
    font-size: 3.46667vw;
    color: #f00;
    text-align: left;
    line-height: 1.625;
  }
  .form_content .form_box .form .form_item .fre_box span {
    position: relative;
    text-decoration: line-through;
  }
  .form_content .form_box .form .form_item .pay_box {
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .form_content .form_box .form .form_item .pay_box .pay_title {
    text-align: left;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #696969;
  }
  .form_content .form_box .form .form_item .pay_box .pay_contnet {
    padding-left: 2.66667vw;
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .form_content .form_box .form .form_item .pay_box .pay_contnet > p {
    font-weight: 400;
    font-size: 3.2vw;
    color: #333333;
  }
  .form_content .form_box .form .form_item .pay_box .label_box {
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .form_content .form_box .form .form_item .pay_box .pay_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    margin-right: 2.66667vw;
    text-align: center;
    line-height: 6.13333vw;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #696969;
  }
  .form_content .form_box .form .form_item .pay_box .pay_item:last-child {
    margin-right: 0;
  }
  .form_content .form_box .form .form_item .pay_box .pay_item input {
    width: 3.2vw;
    height: 3.2vw;
  }
  .form_content .form_box .form .form_item .pay_box .pay_item p {
    padding-left: 1.33333vw;
    text-align: center;
    line-height: normal;
    font-weight: 400;
    font-size: 3.2vw;
    color: #696969;
  }
  .form_content .form_box .form .form_item .express_tip p {
    font-size: 3.46667vw;
    color: #f00;
    text-align: left;
    line-height: 1.625;
  }
  .form_content .form_box .tips {
    margin-top: 3.06667vw;
    width: 92vw;
    text-align: left;
    font-weight: 400;
    font-size: 3.2vw;
    color: #999999;
    line-height: 1.625;
  }
  .form_content .form_box .statistics {
    padding-left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 2.66667vw;
    align-items: flex-start;
  }
  .form_content .form_box .statistics .statistics_item {
    margin-top: 1.33333vw;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .form_content .form_box .statistics .statistics_item:last-child div:last-child {
    color: #f00;
  }
  .form_content .form_box .statistics .statistics_item div:first-child {
    font-weight: 700;
    font-size: 3.46667vw;
    color: #000;
  }
  .form_content .form_box .statistics .statistics_item div:last-child {
    font-weight: 400;
    font-size: 3.46667vw;
    color: #696969;
  }
  .form_content .form_box .statistics .express_line {
    height: 0.26667vw;
    width: 100%;
    background: #999;
    margin: 2.66667vw 0;
  }
  .form_content .form_box .submit_btn_box {
    margin-top: 2.66667vw;
    padding-left: 0vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .form_content .form_box .submit_btn_box .submit {
    border: none;
    background: #2FA8FF;
    border-radius: 1.33333vw;
    cursor: pointer;
    padding: 0vw 13.6vw;
    font-weight: 400;
    font-size: 3.73333vw;
    height: 10.13333vw;
    line-height: 10.13333vw;
    color: #FFFFFF;
  }
  .form_content .form_box .submit_btn_box .input_content {
    margin-left: 0;
    margin-top: 2.66667vw;
    width: 92vw;
    height: 10.13333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .form_content .form_box .submit_btn_box .input_content .input_box {
    width: 76vw;
    height: 10.13333vw;
    border-radius: 1.33333vw 0vw 0vw 1.33333vw;
    border: 0.26667vw solid rgba(47, 168, 255, 0.53);
    border-right: none;
    position: relative;
    overflow: hidden;
  }
  .form_content .form_box .submit_btn_box .input_content .input_box img {
    position: absolute;
    top: 50%;
    left: 3.06667vw;
    transform: translateY(-50%);
    width: 3.8vw;
    height: 3.8vw;
  }
  .form_content .form_box .submit_btn_box .input_content .input_box input {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    outline: none;
    padding: 0 2.66667vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #333;
  }
  .form_content .form_box .submit_btn_box .input_content .input_box input::placeholder {
    color: #696969;
  }
  .form_content .form_box .submit_btn_box .input_content .submit_btn {
    cursor: pointer;
    border: none;
    width: 16vw;
    height: 100%;
    background: #2FA8FF;
    border-radius: 0vw 1.33333vw 1.33333vw 0vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #FFFFFF;
    text-align: center;
    line-height: 10.13333vw;
  }
  .form_content .form_box .model_pdf {
    margin-left: 0;
    width: 100%;
    height: auto;
    margin-top: 6.13333vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .form_content .form_box .model_pdf .pdf_btn {
    text-align: center;
    cursor: pointer;
    background: transparent;
    height: 10.13333vw;
    width: 92vw;
    border-radius: 1.33333vw;
    border: 0.13333vw solid #333333;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #696969;
    line-height: 10.13333vw;
  }
  .buy_box {
    width: 100%;
    height: auto;
    padding: 0 0 16vw 0;
  }
  .buy_box .buy_step_box {
    width: 92vw;
    height: auto;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
  }
  .buy_box .buy_step_box .step_item {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .buy_box .buy_step_box .step_item.active::after {
    background: #2FA8FF;
  }
  .buy_box .buy_step_box .step_item.active .step_num {
    background: #2fa8ff;
  }
  .buy_box .buy_step_box .step_item:first-child.active::after {
    border-radius: 1.33333vw 0 0 1.33333vw;
  }
  .buy_box .buy_step_box .step_item:first-child::after {
    border-radius: 1.33333vw 0 0 1.33333vw;
  }
  .buy_box .buy_step_box .step_item:last-child.active::after {
    border-radius: 0 1.33333vw 1.33333vw 0;
  }
  .buy_box .buy_step_box .step_item:last-child::after {
    border-radius: 0 1.33333vw 1.33333vw 0;
  }
  .buy_box .buy_step_box .step_item::after {
    content: '';
    width: 100%;
    height: 1.06667vw;
    background: #DCDCDC;
    position: absolute;
    bottom: 1.6vw;
    left: 0;
    z-index: 1;
  }
  .buy_box .buy_step_box .step_item p {
    font-size: 3.73333vw;
    color: #333333;
    line-height: normal;
  }
  .buy_box .buy_step_box .step_item .step_num {
    z-index: 2;
    position: relative;
    margin-top: 2vw;
    border-radius: 50%;
    width: 4.8vw;
    height: 4.8vw;
    background: #DCDCDC;
    text-align: center;
    line-height: 4.8vw;
    font-size: 3.73333vw;
    color: #FFFFFF;
  }
  .buy_box .buy_step_item_box {
    width: 100%;
    height: auto;
  }
  .buy_box .buy_step_item_box .step_item {
    width: 100%;
    height: auto;
  }
  .buy_box .buy_step_item_box .step_item .checkout_btn {
    width: 100%;
    height: auto;
    margin-top: 6.66667vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .buy_box .buy_step_item_box .step_item .checkout_btn button {
    border: none;
    width: auto;
    padding: 0 7.46667vw;
    line-height: 10.13333vw;
    font-size: 3.73333vw;
    color: #FFFFFF;
    height: 10.13333vw;
    background: #2FA8FF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
  }
  .buy_box .buy_step_item_box .step_two {
    margin-top: 13.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l {
    width: 92vw;
    height: auto;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l {
    width: 100%;
    height: 100%;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_contact {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_contact .form_title {
    font-weight: bold;
    font-size: 4vw;
    color: #333333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_contact input {
    margin-top: 2.4vw;
    width: 100%;
    outline: none;
    height: 10.13333vw;
    background: #FFFFFF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
    padding: 0 2.4vw;
    font-size: 3.46667vw;
    color: #333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_contact input::placeholder {
    color: #C8C8C8;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_deliver {
    margin-top: 5.6vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_deliver .form_title {
    font-weight: bold;
    font-size: 4vw;
    color: #333333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_deliver .deliver_box {
    margin-top: 2.4vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_deliver .deliver_box .deliver_item {
    width: 44vw;
    display: flex;
    flex-direction: row;
    padding: 0 2.66667vw;
    align-items: center;
    height: 8vw;
    background: #FFFFFF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_deliver .deliver_box .deliver_item.active {
    background: #EFF9FF;
    border: 0.13333vw solid #2FA8FF;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_deliver .deliver_box .deliver_item input {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
    cursor: pointer;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_deliver .deliver_box .deliver_item input::before {
    content: '';
    width: 2.66667vw;
    height: 2.66667vw;
    background: url(../img/person/radio_nocheck.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_deliver .deliver_box .deliver_item input:checked::before {
    content: " ";
    width: 2.66667vw;
    height: 2.66667vw;
    background: url(../img/person/radio_check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .form_deliver .deliver_box .deliver_item p {
    padding-left: 5.33333vw;
    font-size: 3.46667vw;
    color: #333333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box {
    width: 100%;
    height: auto;
    margin-top: 5.06667vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address {
    width: 100%;
    height: auto;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin {
    width: 100%;
    height: auto;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .ship_nologin {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .ship_nologin p {
    font-weight: 400;
    font-size: 3.73333vw;
    color: #333333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .ship_nologin button {
    cursor: pointer;
    border: none;
    background: none;
    font-size: 3.73333vw;
    color: #2FA8FF;
    text-decoration: underline;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form {
    width: 100%;
    height: auto;
    margin-top: 2.26667vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_item {
    width: 100%;
    height: auto;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_item input {
    outline: none;
    width: 100%;
    margin-top: 2.26667vw;
    height: 10.13333vw;
    background: #FFFFFF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #333333;
    padding: 0 2.66667vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_item input::placeholder {
    color: #C8C8C8;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_name {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_name input {
    margin-top: 0;
    outline: none;
    width: 44vw;
    height: 10.13333vw;
    background: #FFFFFF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #333333;
    padding: 0 2.66667vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_name input::placeholder {
    color: #C8C8C8;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_country {
    width: 100%;
    height: auto;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_country .select_box {
    width: 100%;
    height: auto;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_country .select_box select {
    padding: 0 2.66667vw;
    outline: none;
    margin-top: 2.26667vw;
    width: 100%;
    height: 10.13333vw;
    background: #FFFFFF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
    font-size: 3.46667vw;
    color: #333333;
    padding: 0 2.66667vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_city {
    width: 100%;
    height: auto;
    margin-top: 2.26667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_city input {
    margin-top: 0;
    outline: none;
    width: 28vw;
    height: 10.13333vw;
    background: #FFFFFF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #333333;
    padding: 0 2.66667vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_city input::placeholder {
    color: #C8C8C8;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_city .select_box {
    width: 25.33333vw;
    height: auto;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_city .select_box select {
    padding: 0 2.66667vw;
    outline: none;
    width: 100%;
    height: 10.13333vw;
    background: #FFFFFF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
    font-size: 3.46667vw;
    color: #333333;
    padding: 0 2.66667vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_default {
    width: 100%;
    height: auto;
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_default label {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_default label input {
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_default label input::before {
    content: '';
    width: 2.4vw;
    height: 2.4vw;
    background: url(../img/person/radio_nocheck.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_default label input:checked::before {
    content: " ";
    width: 2.4vw;
    height: 2.4vw;
    background: url(../img/person/radio_check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_default label p {
    padding-left: 3.73333vw;
    font-size: 3.2vw;
    color: #999;
    line-height: 4.26667vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_btn {
    margin-top: 4.26667vw;
    width: 100%;
    height: auto;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .address_form .form_btn button {
    border: none;
    cursor: pointer;
    width: 100%;
    height: 10.13333vw;
    background: #2FA8FF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    text-align: center;
    line-height: 10.13333vw;
    font-size: 3.73333vw;
    color: #FFFFFF;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .ship_method {
    margin-top: 6.13333vw;
    width: 100%;
    height: auto;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .ship_method .ship_method_title {
    text-align: left;
    font-size: 3.73333vw;
    color: #333333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_nologin .ship_method div {
    padding: 2.66667vw;
    text-align: left;
    line-height: 1.625;
    font-size: 3.46667vw;
    color: #333333;
    margin-top: 2.53333vw;
    width: 100%;
    height: auto;
    background: #F7F7F7;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login {
    width: 100%;
    height: auto;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_login {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_login p {
    font-weight: 400;
    font-size: 3.73333vw;
    color: #333333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_login button {
    cursor: pointer;
    border: none;
    background: none;
    font-size: 3.73333vw;
    color: #2FA8FF;
    text-decoration: underline;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_address_info {
    width: 100%;
    height: auto;
    padding: 2.93333vw 4.53333vw;
    background: #EFF9FF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #2FA8FF;
    margin-top: 2.93333vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_address_info .ship_info_top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_address_info .ship_info_top .info_top_top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_address_info .ship_info_top .info_top_top .info_name {
    margin-right: 3.6vw;
    font-weight: bold;
    font-size: 3.73333vw;
    color: #333333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_address_info .ship_info_top .info_top_top .info_phone {
    margin-right: 3.6vw;
    font-size: 3.73333vw;
    color: #333333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_address_info .ship_info_top .info_top_top .info_code {
    font-size: 3.73333vw;
    color: #333333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_address_info .ship_info_top .info_address {
    margin-top: 1.73333vw;
    text-align: left;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #333333;
    line-height: 5.33333vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_address_info .edit_address_btn {
    margin-top: 4.13333vw;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 3.46667vw;
    color: #2FA8FF;
    text-decoration: underline;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_method {
    margin-top: 6.13333vw;
    width: 100%;
    height: auto;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_method .ship_method_title {
    text-align: left;
    font-size: 3.73333vw;
    color: #333333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .ship_address .ship_address_login .ship_method div {
    padding: 2.66667vw;
    text-align: left;
    line-height: 1.625;
    font-size: 3.46667vw;
    color: #333333;
    margin-top: 2.53333vw;
    width: 100%;
    height: auto;
    background: #F7F7F7;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address {
    width: 100%;
    height: auto;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_top {
    width: 100%;
    height: auto;
    margin-top: 5.86667vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_top .pickup_title {
    text-align: left;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #333333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_top .pickup_t_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 2vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_top .pickup_t_box p {
    width: 50%;
    text-align: left;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #999999;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_top .pickup_t_box button {
    cursor: pointer;
    border: none;
    background: none;
    font-size: 3.73333vw;
    color: #2FA8FF;
    text-decoration: underline;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot {
    width: 100%;
    height: auto;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .havestore {
    width: 100%;
    height: auto;
    margin-top: 2.66667vw;
    background: #EFF9FF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #2FA8FF;
    padding: 3.73333vw 4vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .havestore .store_name {
    text-align: left;
    font-weight: 400;
    font-size: 3.2vw;
    color: #333;
    line-height: 3.73333vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .havestore .store_location {
    text-align: left;
    line-height: 3.73333vw;
    font-weight: 400;
    font-size: 3.2vw;
    color: #999999;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .havestore .store_info {
    margin-top: 3.73333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .havestore .store_info p {
    font-weight: 400;
    font-size: 3.2vw;
    color: #333333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .havestore .store_info span {
    font-weight: 400;
    font-size: 3.2vw;
    color: #999999;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .nohavestore {
    width: 100%;
    height: auto;
    margin-top: 2.13333vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .nohavestore .nohavestore_form {
    width: 100%;
    height: auto;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .nohavestore .nohavestore_form .form_country {
    margin-top: 2.13333vw;
    width: 100%;
    height: auto;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .nohavestore .nohavestore_form .form_country input {
    outline: none;
    width: 100%;
    height: 10.13333vw;
    background: #FFFFFF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
    padding: 0 3.2vw;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .nohavestore .nohavestore_form .form_country input::placeholder {
    color: #C8C8C8;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .nohavestore .nohavestore_form .form_address {
    margin-top: 2.13333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .nohavestore .nohavestore_form .form_address input {
    outline: none;
    width: 66.66667vw;
    height: 10.13333vw;
    background: #FFFFFF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
    padding: 0 3.2vw;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .nohavestore .nohavestore_form .form_address input::placeholder {
    color: #C8C8C8;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .address_box .pickup_address .pickup_bot .nohavestore .nohavestore_form .form_address button {
    font-size: 3.46667vw;
    color: #333333;
    text-align: center;
    line-height: 10.13333vw;
    cursor: pointer;
    border: none;
    width: 21.33333vw;
    height: 10.13333vw;
    background: #EEEEEE;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .payment {
    width: 100%;
    height: auto;
    margin-top: 6.66667vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .payment .payment_title {
    text-align: left;
    font-weight: bold;
    font-size: 4vw;
    color: #333333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .payment .payment_box {
    width: 100%;
    height: auto;
    margin-top: 2.4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .payment .payment_box .payment_item {
    margin-right: 1.2vw;
    width: 18.66667vw;
    height: 10.13333vw;
    background: #FFFFFF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .payment .payment_box .payment_item:last-child {
    margin-right: 0;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .payment .payment_box .payment_item.active {
    border: 0.13333vw solid #2FA8FF;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .payment .payment_box .payment_item img {
    max-height: 5.33333vw;
    width: auto;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .order_comments {
    height: auto;
    margin-top: 6.66667vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .order_comments .order_comm_title {
    text-align: left;
    font-weight: bold;
    font-size: 4vw;
    color: #333333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .order_comments textarea {
    margin-top: 2.53333vw;
    max-width: 100%;
    min-width: 100%;
    min-height: 32vw;
    max-height: 32vw;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
    outline: none;
    padding: 2.4vw 2.66667vw;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #333;
    line-height: 5.33333vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_l .step_l .order_comments textarea::placeholder {
    color: #C8C8C8;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r {
    margin-top: 5.33333vw;
    width: 92vw;
    height: auto;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top {
    width: 100%;
    height: auto;
    padding: 4.66667vw 2.53333vw;
    background: #F7F7F7;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_title {
    text-align: left;
    font-weight: bold;
    font-size: 4vw;
    color: #333333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box {
    width: 100%;
    height: auto;
    margin-top: 1.33333vw;
    padding: 0 1.86667vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item {
    width: 100%;
    height: auto;
    margin-top: 4.13333vw;
    display: flex;
    flex-direction: row;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_img {
    width: 9.6vw;
    height: 9.6vw;
    border-radius: 1.33333vw;
    overflow: hidden;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_box {
    margin-left: 3.86667vw;
    width: 72.66667vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_box .item_b_top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_box .item_b_top .item_name {
    width: 70%;
    text-align: left;
    font-size: 3.73333vw;
    color: #333333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_box .item_b_top .item_price {
    text-align: left;
    font-size: 3.46667vw;
    color: #333333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_box .item_b_bot {
    margin-top: 2.53333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_box .item_b_bot .item_sku_box {
    width: auto;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_box .item_b_bot .item_sku {
    width: 70%;
    text-align: left;
    font-size: 3.2vw;
    color: #999999;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_box .item_b_bot .item_sku img {
    max-width: 40px;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_box .shopping_item .item_box .item_b_bot .item_num {
    text-align: left;
    font-size: 3.2vw;
    color: #999999;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .discount_code {
    width: 100%;
    height: auto;
    padding: 0 1.86667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 5.33333vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .discount_code input {
    outline: none;
    width: 62.66667vw;
    height: 10.13333vw;
    background: #FFFFFF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
    padding: 0 2.66667vw;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .discount_code input::placeholder {
    color: #C8C8C8;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .discount_code button {
    font-size: 3.46667vw;
    color: #333333;
    text-align: center;
    line-height: 10.13333vw;
    cursor: pointer;
    border: none;
    width: 16.4vw;
    height: 10.13333vw;
    background: #EEEEEE;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other {
    width: 100%;
    height: auto;
    padding: 0 1.86667vw;
    margin-top: 1.73333vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .subtotal {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .subtotal p {
    text-align: left;
    font-weight: normal;
    font-size: 3.73333vw;
    color: #999;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .subtotal span {
    text-align: right;
    font-weight: normal;
    font-size: 3.73333vw;
    color: #999;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .shipping {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .shipping p {
    text-align: left;
    font-weight: normal;
    font-size: 3.73333vw;
    color: #999;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .shipping span {
    text-align: right;
    font-weight: normal;
    font-size: 3.73333vw;
    color: #999;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .discount {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .discount p {
    text-align: left;
    font-weight: normal;
    font-size: 3.73333vw;
    color: #999;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .discount span {
    text-align: right;
    font-weight: normal;
    font-size: 3.73333vw;
    color: #999;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .tax {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .tax p {
    text-align: left;
    font-weight: normal;
    font-size: 3.73333vw;
    color: #999;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .tax span {
    text-align: right;
    font-weight: normal;
    font-size: 3.73333vw;
    color: #999;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .total {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .total p {
    text-align: left;
    font-weight: normal;
    font-size: 3.73333vw;
    color: #333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_top .shopping_other .total span {
    text-align: right;
    font-weight: normal;
    font-size: 3.73333vw;
    color: #333;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_bot {
    width: 100%;
    height: auto;
    margin-top: 5.6vw;
  }
  .buy_box .buy_step_item_box .step_two .step_two_r .step_two_r_bot button {
    cursor: pointer;
    border: none;
    width: 100%;
    height: 10.13333vw;
    text-align: center;
    line-height: 10.13333vw;
    background: #2FA8FF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    font-size: 3.73333vw;
    color: #FFFFFF;
  }
  .buy_box .buy_step_item_box .step_three {
    width: 100%;
    height: auto;
    margin-top: 13.33333vw;
  }
  .buy_box .buy_step_item_box .step_three .step_three_box {
    width: 92vw;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .buy_box .buy_step_item_box .step_three .step_three_box .step_three_b_top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .buy_box .buy_step_item_box .step_three .step_three_box .step_three_b_top .img_box {
    width: 10.4vw;
    height: 10.4vw;
  }
  .buy_box .buy_step_item_box .step_three .step_three_box .step_three_b_top .img_box img {
    width: 100%;
    height: 100%;
  }
  .buy_box .buy_step_item_box .step_three .step_three_box .step_three_b_top p {
    margin-left: 3.2vw;
    text-align: left;
    width: 78.4vw;
    font-weight: 400;
    font-size: 4.26667vw;
    color: #2FA8FF;
    line-height: 1.625;
  }
  .buy_box .buy_step_item_box .step_three .step_three_box .step_three_info {
    width: 100%;
    height: auto;
    padding: 0 4vw;
    margin-top: 1.6vw;
  }
  .buy_box .buy_step_item_box .step_three .step_three_box .step_three_info .info_top {
    margin-top: 2vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .buy_box .buy_step_item_box .step_three .step_three_box .step_three_info .info_top .info_t_item {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .buy_box .buy_step_item_box .step_three .step_three_box .step_three_info .info_top .info_t_item p {
    font-weight: 400;
    font-size: 3.46667vw;
    color: #999;
  }
  .buy_box .buy_step_item_box .step_three .step_three_box .step_three_info .info_top .info_t_item span {
    font-weight: 400;
    font-size: 3.46667vw;
    color: #333333;
  }
  .buy_box .buy_step_item_box .step_three .step_three_box .step_three_jump {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 7.86667vw;
  }
  .buy_box .buy_step_item_box .step_three .step_three_box .step_three_jump img {
    width: 2.66667vw;
    height: 2.53333vw;
  }
  .buy_box .buy_step_item_box .step_three .step_three_box .step_three_jump p {
    margin-left: 1.33333vw;
    font-size: 3.46667vw;
    color: #2FA8FF;
  }
  .buy_box .callback {
    width: 100%;
    height: auto;
    margin-top: 13.33333vw;
  }
  .buy_box .callback .callback_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .buy_box .callback .callback_box img {
    width: 33.33333vw;
    height: auto;
  }
  .buy_box .callback .callback_box > p {
    margin-top: 4.8vw;
    font-weight: bold;
    font-size: 4.26667vw;
    color: #333333;
  }
  .buy_box .callback .callback_box .order_info {
    margin-top: 4.4vw;
    width: 92vw;
    height: auto;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
    padding: 2.93333vw 2.66667vw 3.2vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .buy_box .callback .callback_box .order_info .info_item {
    margin-bottom: 2.66667vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .buy_box .callback .callback_box .order_info .info_item p {
    font-weight: 400;
    font-size: 3.46667vw;
    color: #999999;
  }
  .buy_box .callback .callback_box .order_info .info_item span {
    margin-top: 4vw;
    font-weight: bold;
    font-size: 3.46667vw;
    color: #333333;
  }
  .buy_box .callback .callback_box .view_order {
    cursor: pointer;
    border: none;
    width: 66.66667vw;
    height: 10.13333vw;
    background: #2FA8FF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    margin-top: 7.06667vw;
    text-align: center;
    line-height: 10.13333vw;
    color: #fff;
    font-size: 3.73333vw;
  }
  .buy_box .callback .callback_box .continue {
    cursor: pointer;
    border: none;
    width: 66.66667vw;
    height: 10.13333vw;
    background: transparent;
    border: 0.13333vw solid #2FA8FF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    margin-top: 2.13333vw;
    text-align: center;
    line-height: 10.13333vw;
    color: #2FA8FF;
    font-size: 3.73333vw;
  }
  .review {
    width: 100%;
    height: auto;
    padding: 5.33333vw 0 5.33333vw;
    background: #F1F3F5;
  }
  .review .review_box {
    width: 100%;
    height: auto;
  }
  .review .review_box h2 {
    font-weight: 400;
    font-size: 7.2vw;
    color: #000;
    text-align: center;
    margin-bottom: 2.66667vw;
  }
  .review .review_box .review_top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .review .review_box .review_top .item {
    margin-top: 2.66667vw;
    margin-right: 2.66667vw;
    width: 92% !important;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0vw 1.06667vw 1.06667vw 0vw rgba(51, 51, 51, 0.1);
    border-radius: 1.33333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4.26667vw 4vw;
  }
  .review .review_box .review_top .item .img_box {
    width: 100%;
    height: 51.73333vw;
    overflow: hidden;
  }
  .review .review_box .review_top .item .img_box img {
    max-width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .review .review_box .review_top .item .img_box video {
    width: 100%;
    height: 100%;
  }
  .review .review_box .review_top .item .item_box {
    width: 100%;
    height: auto;
    margin-top: 4.93333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .review .review_box .review_top .item .item_box .item_desc {
    text-align: center;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #696969;
    line-height: 1.71;
  }
  .review .review_box .review_top .item .item_box .item_star {
    margin-top: 3.2vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .review .review_box .review_top .item .item_box .item_star img {
    width: 3.16667vw;
    height: 3vw;
    margin-right: 1.06667vw;
  }
  .review .review_box .review_top .item .item_box .item_star img:last-child {
    margin-right: 0;
  }
  .review .review_box .review_top .item .item_box .item_name {
    margin-top: 3.6vw;
    text-align: center;
    font-weight: 400;
    font-size: 3.2vw;
    color: #999999;
  }
  .review .review_box .review_top .item .item_box .item_country {
    margin-top: 2.66667vw;
    text-align: center;
    font-weight: 400;
    font-size: 3.2vw;
    color: #999999;
  }
  .review .review_box .review_top .swiper-button-prev {
    display: none;
    top: 50%;
    left: -50px;
    width: 14px;
    height: 23px;
  }
  .review .review_box .review_top .swiper-button-prev img {
    width: 100%;
    height: 100%;
  }
  .review .review_box .review_top .swiper-button-prev::after {
    content: '';
  }
  .review .review_box .review_top .swiper-button-next {
    display: none;
    top: 50%;
    right: -50px;
    width: 14px;
    height: 23px;
  }
  .review .review_box .review_top .swiper-button-next img {
    width: 100%;
    height: 100%;
  }
  .review .review_box .review_top .swiper-button-next::after {
    content: '';
  }
  .review .review_box .review_center a {
    cursor: pointer;
    border: none;
    padding: 3.2vw 10.66667vw;
    background: #2FA8FF;
    border-radius: 1.33333vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #FFFFFF;
  }
  .review .review_box .review_bot {
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: none;
    border-radius: 1.33333vw;
    padding: 0vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .review .review_box .review_bot .item {
    width: 100%;
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.33333vw;
    background: #fff;
    box-shadow: 0vw 1.06667vw 1.06667vw 0vw rgba(51, 51, 51, 0.2);
  }
  .review .review_box .review_bot .item .img_box {
    width: 8.33333vw;
    height: 8.33333vw;
    overflow: hidden;
  }
  .review .review_box .review_bot .item .img_box img {
    width: 100%;
    height: 100%;
  }
  .review .review_box .review_bot .item .item_title {
    margin-top: 2.66667vw;
    margin-left: 0vw;
    font-weight: 700;
    font-size: 3.33333vw;
    color: #000000;
  }
  .review .review_box .review_bot .item .item_desc {
    margin-top: 1.33333vw;
    margin-left: 0vw;
    font-weight: 400;
    font-size: 2.93333vw;
    color: #777;
  }
  .need_help {
    width: 100%;
    height: 70.93333vw;
    position: relative;
  }
  .need_help > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .need_help .need_content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .need_help .need_content .safearea {
    padding-top: 15.06667vw;
  }
  .need_help .need_content .safearea .need_title {
    text-align: left;
    font-weight: 400;
    font-size: 4.53333vw;
    color: #FFFFFF;
  }
  .need_help .need_content .safearea .need_desc {
    text-align: left;
    margin-top: 2.13333vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #FFFFFF;
  }
  .need_help .need_content .safearea .need_desc a {
    font-weight: 400;
    font-size: 3.73333vw;
    color: #2FA8FF;
  }
  .img_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .img_popup .turn_close {
    cursor: pointer;
    width: 5.33333vw;
    height: 5.33333vw;
    position: absolute;
    top: 5.33333vw;
    right: 5.33333vw;
    border-radius: 50%;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 20;
    font-size: 4vw;
  }
  .img_popup .img_content {
    max-width: auto;
    width: 92vw;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .img_popup .img_content img {
    width: 100%;
    height: auto;
  }
}
