@font-face {
  font-family: 'Roboto';
  src: url("./fonts/Roboto-Regular-14.ttf") format("truetype");
}

.cart {
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
  font-family: Arial;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}

button:disabled {
  opacity: 0.5;
  display: none;
}

ul {
  list-style: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline-style: none;
}

.pc_hide {
  display: block;
}

.mb_hide {
  display: none;
}

.highlight {
  color: #ff0606;
}

p {
  margin: 0;
}

.safearea {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  position: relative;
}

.header {
  width: 100%;
  height: 128px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
}

.header .header_box {
  width: 100%;
  height: 100%;
}

.header .header_box .header_top {
  width: 100%;
  height: 32px;
  background: #f5f5ee;
}

.header .header_box .header_top .header_top_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header .header_box .header_top .header_top_box .share {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .header_box .header_top .header_top_box .share .link {
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 24px;
}

.header .header_box .header_top .header_top_box .share .link img {
  width: 100%;
  height: 100%;
}

.header .header_box .header_top .header_top_box .share .fei {
  display: inline-block;
  width: 17px;
  height: auto;
  margin-right: 24px;
}

.header .header_box .header_top .header_top_box .share .fei img {
  width: 100%;
  height: auto;
}

.header .header_box .header_top .header_top_box .share .facebook {
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 24px;
}

.header .header_box .header_top .header_top_box .share .facebook img {
  width: 100%;
  height: 100%;
}

.header .header_box .header_top .header_top_box .share .in {
  display: inline-block;
  width: 17px;
  height: 17px;
}

.header .header_box .header_top .header_top_box .share .in img {
  width: 100%;
  height: 100%;
}

.header .header_box .header_top .header_top_box .header_t_b_r {
  margin-left: unset;
  margin-right: unset;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .header_box .header_top .header_top_box .header_t_b_r .str_move {
  display: flex;
  flex-direction: row;
}

.header .header_box .header_top .header_top_box .header_t_b_r p {
  flex-shrink: 0;
  text-align: center;
  width: 434px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-left: 0px;
}

.header .header_box .header_top .header_top_box .header_t_b_r .swiper-wrapper {
  transition-timing-function: linear !important;
}

.header .header_box .header_center {
  width: 100%;
  height: 42px !important;
  background: #f5f5ee;
  line-height: 42px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .header_box .header_center .str_move {
  display: flex;
  flex-direction: row;
}

.header .header_box .header_center p {
  padding-left: 90px;
  padding-right: 90px;
  flex-shrink: 0;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-left: 0px;
}

.header .header_box .header_bot {
  background: #fff;
  width: 100%;
  height: 96px;
  box-shadow: 0 0 3px rgba(120, 120, 120, 0.35);
}

.header .header_box .header_bot .header_bot_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header .header_box .header_bot .header_bot_box .header_b_l {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .header_box .header_bot .header_bot_box .nav {
  padding-top: 24px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.header .header_box .header_bot .header_bot_box .nav a {
  margin-right: 60px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}

.header .header_box .header_bot .header_bot_box .nav a:last-child {
  margin-right: 0;
}

.header .header_box .header_bot .header_bot_box .nav a:hover {
  color: #56b8ff;
}

.header .header_box .header_bot .header_bot_box .logo {
  margin-right: 60px;
  width: 148px;
  height: 47px;
}

.header .header_box .header_bot .header_bot_box .logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header .header_box .header_bot .header_bot_box .logo a img {
  width: 100%;
  height: 100%;
}

.header .header_box .header_bot .header_bot_box .logo a img:first-child {
  display: none;
}

.header .header_box .header_bot .header_bot_box .logo a img:last-child {
  display: block;
}

.header .header_box .header_bot .header_bot_box .header_bot_r {
  padding-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .create_sign {
  margin-right: 60px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .create_sign img {
  width: 30px;
  height: auto;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .create_sign img:first-child {
  display: block;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .create_sign img:last-child {
  display: none;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .create_sign::after {
  content: 'DIY';
  color: #fff;
  font-size: 10px;
  width: 26px;
  height: 15px;
  line-height: 12px;
  background: url(../img/nes_bg1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -21%;
  right: -19px;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .header_faq {
  margin-right: 60px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .header_faq img {
  width: 30px;
  height: auto;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .header_faq img:first-child {
  display: block;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .header_faq img:last-child {
  display: none;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .header_faq::after {
  content: 'FAQ';
  color: #fff;
  font-size: 10px;
  width: 26px;
  height: 15px;
  line-height: 12px;
  background: url(../img/nes_bg1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -21%;
  right: -19px;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .shop_cart {
  margin-right: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .shop_cart .img_box {
  width: 30px;
  height: 27px;
  position: relative;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .shop_cart .img_box img {
  width: 100%;
  height: 100%;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .shop_cart .img_box img:nth-of-type(1) {
  display: block;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .shop_cart .img_box img:nth-of-type(2) {
  display: none;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .shop_cart .img_box #cart_num {
  display: inline-block;
  background: #ff0606;
  border-radius: 10px;
  position: absolute;
  top: -31%;
  right: -7px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  min-width: 20px;
  min-height: 20px;
  padding: 4px;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .shop_cart .img_box::after {
  content: '';
  width: 0px;
  height: 8px;
  background: #ff0606;
  border-radius: 50%;
  position: absolute;
  top: 13%;
  right: 0;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .shop_cart p {
  margin-left: 10px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .person {
  margin-right: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .person .img_box {
  width: 30px;
  height: auto;
  position: relative;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .person .img_box img {
  width: 100%;
  height: 100%;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .person .img_box img:nth-of-type(1) {
  display: block;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .person .img_box img:nth-of-type(2) {
  display: none;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .person .img_box #cart_num {
  display: inline-block;
  background: #ff0606;
  border-radius: 10px;
  position: absolute;
  top: -31%;
  right: -7px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  min-width: 20px;
  min-height: 20px;
  padding: 4px;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .person .img_box::after {
  content: '';
  width: 0px;
  height: 8px;
  background: #ff0606;
  border-radius: 50%;
  position: absolute;
  top: 13%;
  right: 0;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .person p {
  margin-left: 10px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .search {
  width: 19px;
  height: 19px;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .search img {
  width: 100%;
  height: 100%;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .search img:nth-of-type(1) {
  display: block;
}

.header .header_box .header_bot .header_bot_box .header_bot_r .search img:nth-of-type(2) {
  display: none;
}

.header .header_box .header_bot .header_bot_box .header_menu {
  display: none;
}

.header_nav_mb {
  height: 0;
}

.header_nav_mb .nav_close {
  display: none;
}

.header_nav_mb .menu_box {
  display: none;
}

.header_nav_mb .share {
  display: none;
}

.header_search_contnet {
  position: fixed;
  top: -180px;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 128px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

.header_search_contnet.active {
  top: 0;
}

.header_search_contnet .search_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header_search_contnet .search_box .search_icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.header_search_contnet .search_box input {
  width: 1110px;
  border: 1px solid #333;
  background: transparent;
  font-size: 18px;
  padding: 10px 20px;
  color: #000;
  outline: none;
}

.header_search_contnet .search_box input::placeholder {
  color: #999;
}

.header_search_contnet .search_box .search_close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.header_search_contnet .search_box .search_close p {
  font-size: 30px;
  line-height: 30px;
  color: #000;
}

.footer {
  width: 100%;
  height: auto;
  background: #000;
}

.footer .footer_top {
  width: 100%;
  height: auto;
  padding: 85px 0 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer .footer_top .footer_l {
  width: 220px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer .footer_top .footer_l .logo {
  width: 179px;
  height: auto;
}

.footer .footer_top .footer_l .logo img {
  width: 100%;
  height: auto;
}

.footer .footer_top .footer_l .share {
  margin-top: 33px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer .footer_top .footer_l .share .fei {
  margin-right: 20px;
  width: 20px;
  height: auto;
}

.footer .footer_top .footer_l .share .fei img {
  width: 100%;
  height: 100%;
}

.footer .footer_top .footer_l .share .link {
  margin-right: 20px;
  width: 20px;
  height: auto;
}

.footer .footer_top .footer_l .share .link img {
  width: 100%;
  height: 100%;
}

.footer .footer_top .footer_l .share .in {
  margin-right: 20px;
  width: 20px;
  height: auto;
}

.footer .footer_top .footer_l .share .in img {
  width: 100%;
  height: 100%;
}

.footer .footer_top .footer_l .share .facebook {
  margin-right: 20px;
  width: 20px;
  height: auto;
}

.footer .footer_top .footer_l .share .facebook img {
  width: 100%;
  height: 100%;
}

.footer .footer_top .footer_l .share .tiktok {
  width: 20px;
  height: auto;
}

.footer .footer_top .footer_l .share .tiktok img {
  width: 100%;
  height: 100%;
}

.footer .footer_top .footer_r {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer .footer_top .footer_r .footer_r_t {
  width: 100%;
  height: auto;
}

.footer .footer_top .footer_r .footer_r_t p {
  text-align: left;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

.footer .footer_top .footer_r .footer_r_c {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
}

.footer .footer_top .footer_r .footer_r_c .footer_r_c_item {
  width: 33%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.footer .footer_top .footer_r .footer_r_c .footer_r_c_item:nth-of-type(1) img {
  margin-left: -10px;
  margin-top: -4px;
}

.footer .footer_top .footer_r .footer_r_c .footer_r_c_item img {
  width: 30px;
  height: 30px;
}

.footer .footer_top .footer_r .footer_r_c .footer_r_c_item p {
  text-align: left;
  width: 75%;
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
}

.footer .footer_top .footer_r .footer_r_b {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.footer .footer_top .footer_r .footer_r_b .footer_r_b_item {
  width: 33%;
  margin-right: 0.5%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer .footer_top .footer_r .footer_r_b .footer_r_b_item:nth-of-type(1) .img_box {
  margin-left: -5px;
  margin-top: -4px;
}

.footer .footer_top .footer_r .footer_r_b .footer_r_b_item .img_box {
  width: 30px;
  height: 30px;
}

.footer .footer_top .footer_r .footer_r_b .footer_r_b_item .img_box img {
  width: 100%;
  height: 100%;
}

.footer .footer_top .footer_r .footer_r_b .footer_r_b_item p {
  text-decoration: underline;
  text-align: left;
  width: 75%;
  margin-left: 10px;
  font-size: 14px;
  color: #00aeef;
}

.footer .footer_bot {
  width: 100%;
  height: auto;
  padding: 26px 0 20px;
  padding-right: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.footer .footer_bot .footer_l p {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.footer .footer_bot .footer_r {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer .footer_bot .footer_r a {
  margin-right: 20px;
}

.footer .footer_bot .footer_r a:last-child {
  margin-right: 0;
}

.footer .footer_bot .footer_r a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer .footer_bot .footer_r a:hover p {
  color: #fff;
}

.footer .footer_bot .footer_r a p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

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

.login_popup .login_box {
  width: 604px;
  height: 527px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.login_popup .login_box .login_content {
  width: 584px;
  height: 507px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 72px;
}

.login_popup .login_box .login_content .turn_close {
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.5s;
}

.login_popup .login_box .login_content .turn_close img {
  width: 100%;
  height: 100%;
}

.login_popup .login_box .login_content .turn_close:hover {
  transform: rotate(180deg);
}

.login_popup .login_box .login_content .login_c_box {
  width: 100%;
  height: auto;
}

.login_popup .login_box .login_content .login_c_box .login_c_b_title {
  font-size: 30px;
  color: #000000;
  line-height: 53px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.login_popup .login_box .login_content .login_c_box .login_form {
  width: 100%;
  height: auto;
  margin-top: 16px;
}

.login_popup .login_box .login_content .login_c_box .login_form .form_item {
  margin-top: 31px;
  width: 100%;
  height: 60px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid rgba(51, 51, 51, 0.53);
  overflow: hidden;
}

.login_popup .login_box .login_content .login_c_box .login_form .form_item input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  padding: 0 22px;
  font-size: 18px;
  color: #111;
}

.login_popup .login_box .login_content .login_c_box .login_form .form_item input::placeholder {
  color: #C8C8C8;
}

.login_popup .login_box .login_content .login_c_box .login_form .form_btn {
  margin-top: 41px;
  width: 100%;
  height: 60px;
}

.login_popup .login_box .login_content .login_c_box .login_form .form_btn button {
  width: 100%;
  height: 100%;
  background: #2FA8FF;
  border-radius: 10px 10px 10px 10px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
}

.login_popup .login_box .login_content .login_c_box .login_form .form_text {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 21px;
}

.login_popup .login_box .login_content .login_c_box .login_form .form_text .reset_password {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #999999;
}

.login_popup .login_box .login_content .login_c_box .login_form .form_text .sign_up {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #2FA8FF;
}

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

.register_popup .register_box {
  width: 624px;
  height: 766px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.register_popup .register_box .register_content {
  width: 604px;
  height: 746px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 72px;
}

.register_popup .register_box .register_content .turn_close {
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.5s;
}

.register_popup .register_box .register_content .turn_close img {
  width: 100%;
  height: 100%;
}

.register_popup .register_box .register_content .turn_close:hover {
  transform: rotate(180deg);
}

.register_popup .register_box .register_content .register_c_box {
  width: 100%;
  height: auto;
}

.register_popup .register_box .register_content .register_c_box .register_c_b_title {
  font-size: 30px;
  color: #000000;
  line-height: 53px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.register_popup .register_box .register_content .register_c_box .register_c_b_desc {
  margin-top: 21px;
  font-size: 18px;
  color: #999999;
  line-height: 32px;
  text-align: center;
}

.register_popup .register_box .register_content .register_c_box .register_form {
  width: 100%;
  height: auto;
  margin-top: 6px;
}

.register_popup .register_box .register_content .register_c_box .register_form .form_item {
  margin-top: 31px;
  width: 100%;
  height: 60px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid rgba(51, 51, 51, 0.53);
  overflow: hidden;
}

.register_popup .register_box .register_content .register_c_box .register_form .form_item input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  padding: 0 22px;
  font-size: 18px;
  color: #111;
}

.register_popup .register_box .register_content .register_c_box .register_form .form_item input::placeholder {
  color: #C8C8C8;
}

.register_popup .register_box .register_content .register_c_box .register_form .form_item_code_box {
  margin-top: 31px;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.register_popup .register_box .register_content .register_c_box .register_form .form_item_code_box .form_item_code_input {
  width: 296px;
  height: 60px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid rgba(51, 51, 51, 0.53);
  overflow: hidden;
}

.register_popup .register_box .register_content .register_c_box .register_form .form_item_code_box .form_item_code_input input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  padding: 0 22px;
  font-size: 18px;
  color: #111;
}

.register_popup .register_box .register_content .register_c_box .register_form .form_item_code_box .form_item_code_input input::placeholder {
  color: #C8C8C8;
}

.register_popup .register_box .register_content .register_c_box .register_form .form_item_code_box .form_item_code {
  width: 149px;
  height: 60px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid rgba(51, 51, 51, 0.53);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.register_popup .register_box .register_content .register_c_box .register_form .form_item_code_box .form_item_code img {
  width: 118px;
  height: 47px;
}

.register_popup .register_box .register_content .register_c_box .register_form .form_btn {
  margin-top: 41px;
  width: 100%;
  height: 60px;
}

.register_popup .register_box .register_content .register_c_box .register_form .form_btn button {
  width: 100%;
  height: 100%;
  background: #2FA8FF;
  border-radius: 10px 10px 10px 10px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
}

.register_popup .register_box .register_content .register_c_box .register_form .form_agree {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 28px;
}

.register_popup .register_box .register_content .register_c_box .register_form .form_agree input {
  cursor: pointer;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
}

.register_popup .register_box .register_content .register_c_box .register_form .form_agree 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%);
}

.register_popup .register_box .register_content .register_c_box .register_form .form_agree 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%);
}

.register_popup .register_box .register_content .register_c_box .register_form .form_agree p {
  padding-left: 32px;
  font-size: 18px;
  color: #666666;
  line-height: 32px;
}

.register_popup .register_box .register_content .register_c_box .register_form .form_agree p a {
  font-size: 18px;
  color: #2FA8FF;
  line-height: 32px;
  text-decoration: underline;
}

.register_popup .register_box .register_content .register_c_box .register_form .form_text {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 34px;
  flex-direction: column;
}

.register_popup .register_box .register_content .register_c_box .register_form .form_text .continue {
  width: 100%;
  height: 60px;
  background: #2FA8FF;
  border-radius: 10px 10px 10px 10px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}

.register_popup .register_box .register_content .register_c_box .register_form .form_text .user_login {
  margin-top: 20px;
  text-align: center;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #2FA8FF;
}

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

.forget_popup .forget_box {
  width: 624px;
  height: 720px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.forget_popup .forget_box .forget_content {
  width: 604px;
  height: 700px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 72px;
}

.forget_popup .forget_box .forget_content .turn_close {
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.5s;
}

.forget_popup .forget_box .forget_content .turn_close img {
  width: 100%;
  height: 100%;
}

.forget_popup .forget_box .forget_content .turn_close:hover {
  transform: rotate(180deg);
}

.forget_popup .forget_box .forget_content .forget_c_box {
  width: 100%;
  height: auto;
}

.forget_popup .forget_box .forget_content .forget_c_box .forget_c_b_title {
  font-size: 30px;
  color: #000000;
  line-height: 53px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.forget_popup .forget_box .forget_content .forget_c_box .forget_form {
  width: 100%;
  height: auto;
  margin-top: 6px;
}

.forget_popup .forget_box .forget_content .forget_c_box .forget_form .form_item {
  margin-top: 31px;
  width: 100%;
  height: 60px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid rgba(51, 51, 51, 0.53);
  overflow: hidden;
}

.forget_popup .forget_box .forget_content .forget_c_box .forget_form .form_item input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  padding: 0 22px;
  font-size: 18px;
  color: #111;
}

.forget_popup .forget_box .forget_content .forget_c_box .forget_form .form_item input::placeholder {
  color: #C8C8C8;
}

.forget_popup .forget_box .forget_content .forget_c_box .forget_form .form_sendcode {
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
  color: #2FA8FF;
  cursor: pointer;
  text-decoration: underline;
}

.forget_popup .forget_box .forget_content .forget_c_box .forget_form .form_text {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 34px;
  flex-direction: column;
}

.forget_popup .forget_box .forget_content .forget_c_box .forget_form .form_text .submit {
  width: 100%;
  height: 60px;
  background: #2FA8FF;
  border-radius: 10px 10px 10px 10px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}

.forget_popup .forget_box .forget_content .forget_c_box .forget_form .form_text .user_login1 {
  margin-top: 20px;
  text-align: center;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #2FA8FF;
}

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

.logout_popup .logout_box {
  width: 336px;
  height: 316px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.logout_popup .logout_box .logout_content {
  width: 316px;
  height: 296px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 33px;
}

.logout_popup .logout_box .logout_content .turn_close {
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.5s;
}

.logout_popup .logout_box .logout_content .turn_close img {
  width: 100%;
  height: 100%;
}

.logout_popup .logout_box .logout_content .turn_close:hover {
  transform: rotate(180deg);
}

.logout_popup .logout_box .logout_content .logout_c_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logout_popup .logout_box .logout_content .logout_c_box .logout_c_b_title {
  font-size: 22px;
  color: #333;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.logout_popup .logout_box .logout_content .logout_c_box .logout_img {
  margin-top: 26px;
  width: 46px;
  height: 46px;
}

.logout_popup .logout_box .logout_content .logout_c_box .logout_img img {
  width: 100%;
  height: 100%;
}

.logout_popup .logout_box .logout_content .logout_c_box .logout_c_b_desc {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #696969;
  line-height: 28px;
}

.logout_popup .logout_box .logout_content .logout_c_box .logout_btn {
  margin-top: 39px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.logout_popup .logout_box .logout_content .logout_c_box .logout_btn .sure {
  text-align: center;
  cursor: pointer;
  width: 110px;
  height: 38px;
  background: #2FA8FF;
  border-radius: 10px 10px 10px 10px;
  border: none;
  font-size: 16px;
  color: #FEFEFE;
  line-height: 38px;
}

.logout_popup .logout_box .logout_content .logout_c_box .logout_btn .back {
  text-align: center;
  cursor: pointer;
  width: 110px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid rgba(47, 168, 255, 0.53);
  font-size: 16px;
  color: #2FA8FF;
  line-height: 38px;
}

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

.submit_popup .submit_box {
  width: 336px;
  height: 316px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.submit_popup .submit_box .submit_content {
  width: 316px;
  height: 296px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 33px;
}

.submit_popup .submit_box .submit_content .turn_close {
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.5s;
}

.submit_popup .submit_box .submit_content .turn_close img {
  width: 100%;
  height: 100%;
}

.submit_popup .submit_box .submit_content .turn_close:hover {
  transform: rotate(180deg);
}

.submit_popup .submit_box .submit_content .submit_c_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.submit_popup .submit_box .submit_content .submit_c_box .submit_c_b_title {
  font-size: 22px;
  color: #333;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.submit_popup .submit_box .submit_content .submit_c_box .submit_img {
  margin-top: 22px;
  width: 46px;
  height: 46px;
}

.submit_popup .submit_box .submit_content .submit_c_box .submit_img img {
  width: 100%;
  height: 100%;
}

.submit_popup .submit_box .submit_content .submit_c_box .submit_c_b_desc {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #696969;
  line-height: 28px;
}

.submit_popup .submit_box .submit_content .submit_c_box .submit_btn {
  margin-top: 39px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.submit_popup .submit_box .submit_content .submit_c_box .submit_btn .sure {
  text-align: center;
  cursor: pointer;
  width: 110px;
  height: 38px;
  background: #2FA8FF;
  border-radius: 10px 10px 10px 10px;
  border: none;
  font-size: 16px;
  color: #FEFEFE;
  line-height: 38px;
}

.submit_popup .submit_box .submit_content .submit_c_box .submit_btn .gohome {
  text-align: center;
  cursor: pointer;
  width: 110px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid rgba(47, 168, 255, 0.53);
  font-size: 16px;
  color: #2FA8FF;
  line-height: 38px;
}

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

.confirm_popup .confirm_box {
  width: 336px;
  height: 316px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.confirm_popup .confirm_box .confirm_content {
  width: 316px;
  height: 296px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
}

.confirm_popup .confirm_box .confirm_content .turn_close {
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.5s;
}

.confirm_popup .confirm_box .confirm_content .turn_close img {
  width: 100%;
  height: 100%;
}

.confirm_popup .confirm_box .confirm_content .turn_close:hover {
  transform: rotate(180deg);
}

.confirm_popup .confirm_box .confirm_content .confirm_c_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.confirm_popup .confirm_box .confirm_content .confirm_c_box .confirm_c_b_title {
  font-size: 22px;
  color: #333;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.confirm_popup .confirm_box .confirm_content .confirm_c_box .confirm_img {
  margin-top: 22px;
  width: 46px;
  height: 46px;
}

.confirm_popup .confirm_box .confirm_content .confirm_c_box .confirm_img img {
  width: 100%;
  height: 100%;
}

.confirm_popup .confirm_box .confirm_content .confirm_c_box .confirm_c_b_desc {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #696969;
  line-height: 28px;
}

.confirm_popup .confirm_box .confirm_content .confirm_c_box .confirm_btn {
  margin-top: 39px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.confirm_popup .confirm_box .confirm_content .confirm_c_box .confirm_btn .sure {
  text-align: center;
  cursor: pointer;
  width: 110px;
  height: 38px;
  background: #2FA8FF;
  border-radius: 10px 10px 10px 10px;
  border: none;
  font-size: 16px;
  color: #FEFEFE;
  line-height: 38px;
}

.confirm_popup .confirm_box .confirm_content .confirm_c_box .confirm_btn .gohome {
  text-align: center;
  cursor: pointer;
  width: 110px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid rgba(47, 168, 255, 0.53);
  font-size: 16px;
  color: #2FA8FF;
  line-height: 38px;
}

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

.review_popup .review_box {
  width: 800px;
  height: 757px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.review_popup .review_box .review_content {
  width: 780px;
  height: 737px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 90px;
}

.review_popup .review_box .review_content .turn_close {
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.5s;
}

.review_popup .review_box .review_content .turn_close img {
  width: 100%;
  height: 100%;
}

.review_popup .review_box .review_content .turn_close:hover {
  transform: rotate(180deg);
}

.review_popup .review_box .review_content .review_c_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.review_popup .review_box .review_content .review_c_box .review_c_b_title {
  font-size: 30px;
  color: #000000;
  line-height: 53px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.review_popup .review_box .review_content .review_c_box .confirm_c_b_desc {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  color: #999999;
  line-height: 28px;
}

.review_popup .review_box .review_content .review_c_box .review_form {
  width: 100%;
  height: auto;
  margin-top: 13px;
}

.review_popup .review_box .review_content .review_c_box .review_form .form_item {
  margin-top: 27px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.review_popup .review_box .review_content .review_c_box .review_form .form_item .form_title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}

.review_popup .review_box .review_content .review_c_box .review_form .form_item #review_rate {
  margin-top: 14px;
}

.review_popup .review_box .review_content .review_c_box .review_form .form_item .form_img {
  margin-top: 14px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.review_popup .review_box .review_content .review_c_box .review_form .form_item .form_img .form_file_box {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 110px;
  height: 110px;
  border: 1px solid #e4e4e4;
  position: relative;
}

.review_popup .review_box .review_content .review_c_box .review_form .form_item .form_img .form_file_box .form_file {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.review_popup .review_box .review_content .review_c_box .review_form .form_item .form_img .form_file_box img {
  width: 40px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.review_popup .review_box .review_content .review_c_box .review_form .form_item .form_img .img_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.review_popup .review_box .review_content .review_c_box .review_form .form_item .form_img .img_box .img_item {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 110px;
  height: 110px;
  border: 1px solid #e4e4e4;
  position: relative;
}

.review_popup .review_box .review_content .review_c_box .review_form .form_item .form_img .img_box .img_item img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.review_popup .review_box .review_content .review_c_box .review_form .form_item .form_img .img_box .img_item video {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.review_popup .review_box .review_content .review_c_box .review_form .form_item .form_img .img_box .img_item .img_close {
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  z-index: 1;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
}

.review_popup .review_box .review_content .review_c_box .review_form .form_item textarea {
  margin-top: 14px;
  padding: 18px 20px;
  outline: none;
  max-width: 100%;
  min-width: 100%;
  max-height: 110px;
  min-height: 110px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.review_popup .review_box .review_content .review_c_box .review_form .form_item textarea::placeholder {
  color: #C8C8C8;
}

.review_popup .review_box .review_content .review_c_box .review_form .review_btn {
  width: 100%;
  height: auto;
  margin-top: 35px;
}

.review_popup .review_box .review_content .review_c_box .review_form .review_btn .submit {
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 60px;
  background: #2FA8FF;
  border-radius: 10px 10px 10px 10px;
  border: none;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
}

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

.refund_popup .refund_box {
  width: 800px;
  height: 800px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.refund_popup .refund_box .refund_content {
  width: 780px;
  height: 780px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 90px;
}

.refund_popup .refund_box .refund_content .turn_close {
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.5s;
}

.refund_popup .refund_box .refund_content .turn_close img {
  width: 100%;
  height: 100%;
}

.refund_popup .refund_box .refund_content .turn_close:hover {
  transform: rotate(180deg);
}

.refund_popup .refund_box .refund_content .refund_c_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.refund_popup .refund_box .refund_content .refund_c_box .refund_c_b_title {
  font-size: 30px;
  color: #000000;
  line-height: 53px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.refund_popup .refund_box .refund_content .refund_c_box .order_info {
  width: 100%;
  height: auto;
  margin-top: 28px;
  padding: 26px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #F7F7F7;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
}

.refund_popup .refund_box .refund_content .refund_c_box .order_info .order_img {
  margin-right: 29px;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
}

.refund_popup .refund_box .refund_content .refund_c_box .order_info .order_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.refund_popup .refund_box .refund_content .refund_c_box .order_info .order_content {
  width: 447px;
  height: auto;
}

.refund_popup .refund_box .refund_content .refund_c_box .order_info .order_content .order_c_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.refund_popup .refund_box .refund_content .refund_c_box .order_info .order_content .order_c_top .order_id {
  font-size: 18px;
  color: #333333;
  line-height: 32px;
}

.refund_popup .refund_box .refund_content .refund_c_box .order_info .order_content .order_c_top .order_total {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}

.refund_popup .refund_box .refund_content .refund_c_box .order_info .order_content .order_c_bot {
  width: 100%;
  height: auto;
  margin-top: 14px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.refund_popup .refund_box .refund_content .refund_c_box .order_info .order_content .order_c_bot .item {
  margin-right: 66px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.refund_popup .refund_box .refund_content .refund_c_box .order_info .order_content .order_c_bot .item p {
  font-size: 14px;
  color: #999999;
}

.refund_popup .refund_box .refund_content .refund_c_box .order_info .order_content .order_c_bot .item span {
  margin-top: 6px;
  font-size: 14px;
  color: #333333;
}

.refund_popup .refund_box .refund_content .refund_c_box .refund_form {
  width: 100%;
  height: auto;
}

.refund_popup .refund_box .refund_content .refund_c_box .refund_form .form_item {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.refund_popup .refund_box .refund_content .refund_c_box .refund_form .form_item .form_title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}

.refund_popup .refund_box .refund_content .refund_c_box .refund_form .form_item input {
  padding: 0 20px;
  width: 100%;
  margin-top: 10px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.refund_popup .refund_box .refund_content .refund_c_box .refund_form .form_item input::placeholder {
  color: #C8C8C8;
}

.refund_popup .refund_box .refund_content .refund_c_box .refund_form .form_item textarea {
  margin-top: 14px;
  padding: 18px 20px;
  outline: none;
  max-width: 100%;
  min-width: 100%;
  max-height: 110px;
  min-height: 110px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.refund_popup .refund_box .refund_content .refund_c_box .refund_form .form_item textarea::placeholder {
  color: #C8C8C8;
}

.refund_popup .refund_box .refund_content .refund_c_box .refund_form .form_desc {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  text-align: left;
}

.refund_popup .refund_box .refund_content .refund_c_box .refund_form .refund_btn {
  width: 100%;
  height: auto;
  margin-top: 35px;
}

.refund_popup .refund_box .refund_content .refund_c_box .refund_form .refund_btn .submit {
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 60px;
  background: #2FA8FF;
  border-radius: 10px 10px 10px 10px;
  border: none;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
}

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

.changemail_popup .changemail_box {
  width: 624px;
  height: 544px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.changemail_popup .changemail_box .changemail_content {
  width: 604px;
  height: 524px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 72px;
}

.changemail_popup .changemail_box .changemail_content .turn_close {
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.5s;
}

.changemail_popup .changemail_box .changemail_content .turn_close img {
  width: 100%;
  height: 100%;
}

.changemail_popup .changemail_box .changemail_content .turn_close:hover {
  transform: rotate(180deg);
}

.changemail_popup .changemail_box .changemail_content .changemail_c_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_c_b_title {
  font-size: 30px;
  color: #000000;
  line-height: 53px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_c_b_desc {
  margin-top: 50px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_c_b_desc .oldmail {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}

.changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_c_b_desc .sendcode {
  cursor: pointer;
  border: none;
  background: none;
  font-size: 18px;
  color: #2FA8FF;
  text-decoration: underline;
}

.changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_form {
  width: 100%;
  height: auto;
}

.changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_form .form_item {
  margin-top: 30px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_form .form_item input {
  padding: 0 20px;
  width: 100%;
  margin-top: 10px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DFDFDF;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_form .form_item input::placeholder {
  color: #C8C8C8;
}

.changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_form .changemail_btn {
  width: 100%;
  height: auto;
  margin-top: 43px;
}

.changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_form .changemail_btn .submit {
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 60px;
  background: #2FA8FF;
  border-radius: 10px 10px 10px 10px;
  border: none;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
}

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

.createaddress_popup .createaddress_box {
  width: 741px;
  height: 730px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.createaddress_popup .createaddress_box .createaddress_content {
  width: 721px;
  height: 710px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 65px;
}

.createaddress_popup .createaddress_box .createaddress_content .turn_close {
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.5s;
}

.createaddress_popup .createaddress_box .createaddress_content .turn_close img {
  width: 100%;
  height: 100%;
}

.createaddress_popup .createaddress_box .createaddress_content .turn_close:hover {
  transform: rotate(180deg);
}

.createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_c_b_title {
  font-size: 30px;
  color: #000000;
  line-height: 53px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_item {
  width: 100%;
  height: auto;
}

.createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_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;
}

.createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_item input::placeholder {
  color: #C8C8C8;
}

.createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_name {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_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;
}

.createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_name input::placeholder {
  color: #C8C8C8;
}

.createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_country {
  width: 100%;
  height: auto;
}

.createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_country .select_box {
  width: 100%;
  height: auto;
}

.createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_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;
}

.createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_city {
  width: 100%;
  height: auto;
  margin-top: 17px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_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;
}

.createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_city input::placeholder {
  color: #C8C8C8;
}

.createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_city .select_box {
  width: 190px;
  height: auto;
}

.createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_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;
}

.createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_btn {
  margin-top: 32px;
  width: 100%;
  height: auto;
}

.createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_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;
}

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

.editaddress_popup .editaddress_box {
  width: 741px;
  height: 730px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.editaddress_popup .editaddress_box .editaddress_content {
  width: 721px;
  height: 710px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 65px;
}

.editaddress_popup .editaddress_box .editaddress_content .turn_close {
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.5s;
}

.editaddress_popup .editaddress_box .editaddress_content .turn_close img {
  width: 100%;
  height: 100%;
}

.editaddress_popup .editaddress_box .editaddress_content .turn_close:hover {
  transform: rotate(180deg);
}

.editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_c_b_title {
  font-size: 30px;
  color: #000000;
  line-height: 53px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_item {
  width: 100%;
  height: auto;
}

.editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_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;
}

.editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_item input::placeholder {
  color: #C8C8C8;
}

.editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_name {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_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;
}

.editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_name input::placeholder {
  color: #C8C8C8;
}

.editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_country {
  width: 100%;
  height: auto;
}

.editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_country .select_box {
  width: 100%;
  height: auto;
}

.editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_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;
}

.editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_city {
  width: 100%;
  height: auto;
  margin-top: 17px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_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;
}

.editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_city input::placeholder {
  color: #C8C8C8;
}

.editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_city .select_box {
  width: 190px;
  height: auto;
}

.editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_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;
}

.editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_btn {
  margin-top: 32px;
  width: 100%;
  height: auto;
}

.editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_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;
}

.breadcrumbs {
  width: 100%;
  height: auto;
  padding: 15px 0;
}

.breadcrumbs ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.breadcrumbs ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.breadcrumbs ul li a:hover {
  color: #333;
}

.breadcrumbs ul li a.active {
  color: #333;
}

.breadcrumbs ul li span {
  margin: 0 4px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.pagebox {
  margin-top: 60px;
}

.pagebox .spage-number button {
  border: none;
  width: 24px;
  height: 24px;
  background: transparent;
  padding: 0;
  margin: 0 4px;
  line-height: 24px;
  color: #333;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  vertical-align: middle;
}

.pagebox .spage-number button:focus {
  background: transparent;
}

.pagebox .spage-number button:last-child {
  width: auto;
  margin-left: 8px;
}

.pagebox .spage-number button:first-child {
  margin-right: 8px;
  width: auto;
}

.pagebox .spage-number button.active {
  border: none;
  color: #2FA8FF;
}

.pagebox .spage-number button.active:hover {
  background: transparent;
}

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

.common_popup .popup_box {
  width: 400px;
  height: 300px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.common_popup .popup_box .popup_content {
  width: 380px;
  height: 280px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}

.common_popup .popup_box .popup_content .popup_title {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}

.common_popup .popup_box .popup_content .popup_right {
  margin-top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2ba8fe;
}

.common_popup .popup_box .popup_content .popup_right p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
}

.common_popup .popup_box .popup_content .popup_desc {
  margin-top: 20px;
  text-align: center;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 1.625;
}

.common_popup .popup_box .popup_content .popup_btn_box {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.common_popup .popup_box .popup_content .popup_btn_box .sure_btn {
  width: 120px;
  height: 40px;
  display: inline-block;
  background: #2ba8fe;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
}

.common_popup .popup_box .popup_content .popup_btn_box .home_btn {
  margin-left: 20px;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border: 1px solid #2ba8fe;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #2ba8fe;
}

@media screen and (max-width: 1024px) {
  .safearea {
    width: 100%;
    height: 100%;
    max-width: 92vw;
    margin: auto;
    text-align: center;
    position: relative;
  }
  .header {
    width: 100%;
    height: 19.73333vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    box-shadow: 0 0 3px rgba(120, 120, 120, 0.35);
  }
  .header .header_box {
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_top {
    width: 100%;
    height: 8vw;
  }
  .header .header_box .header_top .header_top_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .header .header_box .header_top .header_top_box .share {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header .header_box .header_top .header_top_box .share .link {
    display: inline-block;
    width: 2vw;
    height: 2.13333vw;
    margin-right: 3.2vw;
  }
  .header .header_box .header_top .header_top_box .share .link img {
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_top .header_top_box .share .fei {
    display: inline-block;
    width: 2.26667vw;
    height: auto;
    margin-right: 3.2vw;
  }
  .header .header_box .header_top .header_top_box .share .fei img {
    width: 100%;
    height: auto;
  }
  .header .header_box .header_top .header_top_box .share .facebook {
    display: inline-block;
    width: 2vw;
    height: 2.13333vw;
    margin-right: 3.2vw;
  }
  .header .header_box .header_top .header_top_box .share .facebook img {
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_top .header_top_box .share .in {
    display: inline-block;
    width: 2.26667vw;
    height: 2.26667vw;
  }
  .header .header_box .header_top .header_top_box .share .in img {
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_top .header_top_box .header_t_b_r {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 8vw !important;
  }
  .header .header_box .header_top .header_top_box .header_t_b_r .str_move {
    display: flex;
    flex-direction: row;
  }
  .header .header_box .header_top .header_top_box .header_t_b_r p {
    width: auto;
    font-size: 3.2vw;
    color: #000;
    font-weight: 400;
    margin-left: 3.2vw;
  }
  .header .header_box .header_center {
    width: 100%;
    height: 10.66667vw !important;
    background: #f5f5ee;
    line-height: 10.66667vw !important;
  }
  .header .header_box .header_center p {
    padding-left: 12vw;
    padding-right: 12vw;
    flex-shrink: 0;
    font-size: 3.2vw;
    color: #000;
    font-weight: 400;
    margin-left: 0px;
  }
  .header .header_box .header_bot {
    background: #fff;
    width: 100%;
    height: 11.73333vw;
  }
  .header .header_box .header_bot .header_bot_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .header .header_box .header_bot .header_bot_box .nav {
    display: none;
    align-items: center;
    flex-direction: row;
  }
  .header .header_box .header_bot .header_bot_box .nav a {
    margin-right: 8.93333vw;
    font-size: 2.4vw;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
  }
  .header .header_box .header_bot .header_bot_box .nav a:last-child {
    margin-right: 0;
  }
  .header .header_box .header_bot .header_bot_box .nav a:hover {
    color: #56b8ff;
  }
  .header .header_box .header_bot .header_bot_box .logo {
    width: 19.73333vw;
    height: auto;
  }
  .header .header_box .header_bot .header_bot_box .logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_bot .header_bot_box .logo a img {
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_bot .header_bot_box .header_bot_r {
    display: none;
    flex-direction: row;
    align-items: center;
  }
  .header .header_box .header_bot .header_bot_box .header_bot_r .create_sign {
    margin-right: 8.8vw;
    font-size: 2.4vw;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
  }
  .header .header_box .header_bot .header_bot_box .header_bot_r .create_sign::after {
    content: 'nes';
    color: #fff;
    text-transform: lowercase;
    font-size: 1.33333vw;
    width: 3.46667vw;
    height: 2vw;
    line-height: 1.2vw;
    background: url(../img/nes_bg1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -21%;
    right: -3.46667vw;
  }
  .header .header_box .header_bot .header_bot_box .header_bot_r .shop_cart {
    margin-right: 8.8vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header .header_box .header_bot .header_bot_box .header_bot_r .shop_cart .img_box {
    width: 4vw;
    height: 3.6vw;
    position: relative;
  }
  .header .header_box .header_bot .header_bot_box .header_bot_r .shop_cart .img_box img {
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_bot .header_bot_box .header_bot_r .shop_cart .img_box::after {
    content: '';
    width: 1.06667vw;
    height: 1.06667vw;
    background: #ff0606;
    border-radius: 50%;
    position: absolute;
    top: 13%;
    right: 0;
  }
  .header .header_box .header_bot .header_bot_box .header_bot_r .shop_cart p {
    margin-left: 1.33333vw;
    font-size: 2.4vw;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
  }
  .header .header_box .header_bot .header_bot_box .header_bot_r .search {
    width: 2.53333vw;
    height: 2.53333vw;
  }
  .header .header_box .header_bot .header_bot_box .header_bot_r .search img {
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_bot .header_bot_box .header_menu {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header .header_box .header_bot .header_bot_box .header_menu .cart {
    width: 5.06667vw;
    height: auto;
    margin-right: 5.33333vw;
    position: relative;
  }
  .header .header_box .header_bot .header_bot_box .header_menu .cart img {
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_bot .header_bot_box .header_menu .cart #cart_num_mb {
    display: inline-block;
    background: #ff0606;
    border-radius: 2vw;
    position: absolute;
    top: -31%;
    right: -39%;
    color: #fff;
    font-size: 3.2vw;
    line-height: 3.2vw;
    min-width: 4vw;
    min-height: 4vw;
    padding: 0.53333vw;
  }
  .header .header_box .header_bot .header_bot_box .header_menu .person {
    padding: 0;
    width: 5.33333vw;
    height: auto;
    margin-right: 5.33333vw;
  }
  .header .header_box .header_bot .header_bot_box .header_menu .person img {
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_bot .header_bot_box .header_menu .search {
    padding: 0;
    width: 5.06667vw;
    height: 5.06667vw;
    margin-right: 5.33333vw;
  }
  .header .header_box .header_bot .header_bot_box .header_menu .search img {
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_bot .header_bot_box .header_menu .menu {
    width: 5.2vw;
    height: 4.4vw;
  }
  .header .header_box .header_bot .header_bot_box .header_menu .menu img {
    width: 100%;
    height: 100%;
  }
  .header_search_contnet {
    position: fixed;
    top: -19.73333vw;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 19.73333vw;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
  }
  .header_search_contnet.active {
    top: 0;
  }
  .header_search_contnet .search_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .header_search_contnet .search_box .search_icon {
    cursor: pointer;
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .header_search_contnet .search_box input {
    width: 74.66667vw;
    border: 0.13333vw solid #333;
    background: transparent;
    font-size: 3.73333vw;
    padding: 1.33333vw 2.66667vw;
    color: #000;
    outline: none;
  }
  .header_search_contnet .search_box input::placeholder {
    color: #999;
  }
  .header_search_contnet .search_box .search_close {
    width: 8vw;
    height: 8vw;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .header_search_contnet .search_box .search_close p {
    font-size: 6.4vw;
    line-height: 6.4vw;
    color: #000;
  }
  .footer {
    width: 100%;
    height: auto;
    background: #000;
  }
  .footer .footer_top {
    width: 100%;
    height: auto;
    padding: 5.33333vw 0 2.66667vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer .footer_top .footer_l {
    width: 92vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer_top .footer_l .logo {
    width: 26.66667vw;
    height: auto;
  }
  .footer .footer_top .footer_l .logo img {
    width: 100%;
    height: auto;
  }
  .footer .footer_top .footer_l .share {
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .footer .footer_top .footer_l .share .fei {
    margin-right: 5.33333vw;
    width: 4.8vw;
    height: auto;
  }
  .footer .footer_top .footer_l .share .fei img {
    width: 100%;
    height: 100%;
  }
  .footer .footer_top .footer_l .share .link {
    margin-right: 5.33333vw;
    width: 4.8vw;
    height: auto;
  }
  .footer .footer_top .footer_l .share .link img {
    width: 100%;
    height: 100%;
  }
  .footer .footer_top .footer_l .share .in {
    margin-right: 5.33333vw;
    width: 4.8vw;
    height: auto;
  }
  .footer .footer_top .footer_l .share .in img {
    width: 100%;
    height: 100%;
  }
  .footer .footer_top .footer_l .share .facebook {
    margin-right: 5.33333vw;
    width: 4.8vw;
    height: auto;
  }
  .footer .footer_top .footer_l .share .facebook img {
    width: 100%;
    height: 100%;
  }
  .footer .footer_top .footer_l .share .tiktok {
    width: 4.8vw;
    height: auto;
  }
  .footer .footer_top .footer_l .share .tiktok img {
    width: 100%;
    height: 100%;
  }
  .footer .footer_top .footer_r {
    margin-top: 5.33333vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer_top .footer_r .footer_r_t {
    width: 100%;
    height: auto;
  }
  .footer .footer_top .footer_r .footer_r_t p {
    text-align: left;
    font-size: 4.26667vw;
    color: #fff;
    font-weight: 700;
  }
  .footer .footer_top .footer_r .footer_r_c {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
  }
  .footer .footer_top .footer_r .footer_r_c .footer_r_c_item {
    margin-bottom: 2.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .footer .footer_top .footer_r .footer_r_c .footer_r_c_item:nth-of-type(1) img {
    margin-left: 0px;
    margin-top: 0px;
  }
  .footer .footer_top .footer_r .footer_r_c .footer_r_c_item img {
    width: 6.66667vw;
    height: 6.66667vw;
  }
  .footer .footer_top .footer_r .footer_r_c .footer_r_c_item p {
    text-align: left;
    width: 75%;
    margin-left: 1.33333vw;
    font-size: 3.46667vw;
    color: #fff;
  }
  .footer .footer_top .footer_r .footer_r_b {
    margin-top: 0vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer_top .footer_r .footer_r_b .footer_r_b_item {
    margin-bottom: 2.66667vw;
    width: 100%;
    margin-right: 0%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .footer .footer_top .footer_r .footer_r_b .footer_r_b_item:nth-of-type(1) .img_box {
    margin-left: 0px;
    margin-top: 0px;
  }
  .footer .footer_top .footer_r .footer_r_b .footer_r_b_item .img_box {
    width: 6.66667vw;
    height: 6.66667vw;
  }
  .footer .footer_top .footer_r .footer_r_b .footer_r_b_item .img_box img {
    width: 100%;
    height: 100%;
  }
  .footer .footer_top .footer_r .footer_r_b .footer_r_b_item p {
    text-decoration: underline;
    text-align: left;
    width: 75%;
    margin-left: 1.33333vw;
    font-size: 3.46667vw;
    color: #00aeef;
  }
  .footer .footer_bot {
    width: 100%;
    height: auto;
    padding: 0vw 0 2.66667vw;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer_bot .footer_l p {
    font-weight: 400;
    font-size: 3.2vw;
    color: #999999;
  }
  .footer .footer_bot .footer_r {
    margin-top: 0vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer .footer_bot .footer_r a {
    width: 50%;
    margin-top: 2.66667vw;
    margin-right: 0vw;
  }
  .footer .footer_bot .footer_r a:last-child {
    margin-right: 0;
  }
  .footer .footer_bot .footer_r a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .footer .footer_bot .footer_r a:hover p {
    color: #fff;
  }
  .footer .footer_bot .footer_r a p {
    font-weight: 400;
    font-size: 3.2vw;
    color: #fff;
  }
  .header_nav_mb {
    width: 100%;
    height: 0vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 21;
    transition: all 0.5s;
  }
  .header_nav_mb.active {
    height: 100vh;
  }
  .header_nav_mb.active .nav_close {
    display: block;
  }
  .header_nav_mb.active .menu_box {
    display: block;
  }
  .header_nav_mb .nav_close {
    display: none;
    position: absolute;
    top: 4vw;
    right: 4vw;
  }
  .header_nav_mb .nav_close span {
    font-size: 9.33333vw;
    color: #CCCCCC;
  }
  .header_nav_mb .menu_box {
    display: none;
    width: 100%;
    height: auto;
    padding-top: 8vw;
  }
  .header_nav_mb .menu_box .logo {
    width: 33.33333vw;
    height: auto;
  }
  .header_nav_mb .menu_box .logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .header_nav_mb .menu_box .logo a img {
    width: 100%;
    height: 100%;
  }
  .header_nav_mb .menu_box .nav {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .header_nav_mb .menu_box .nav a {
    width: 100%;
    height: auto;
    margin-top: 5.33333vw;
    position: relative;
    text-align: left;
    font-size: 3.73333vw;
    color: #CCCCCC;
  }
  .header_nav_mb .menu_box .nav a::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1.8vw;
    height: 3.06667vw;
    background: url(../img/right_w_icon.png) no-repeat;
    background-size: 100% 100%;
  }
  .header_nav_mb .share {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 13.33333vw;
    left: 0;
  }
  .header_nav_mb .share .link {
    display: inline-block;
    width: 5vw;
    height: 5.33333vw;
    margin-right: 5.33333vw;
  }
  .header_nav_mb .share .link img {
    width: 100%;
    height: 100%;
  }
  .header_nav_mb .share .fei {
    display: inline-block;
    width: 5.66667vw;
    height: 4.66667vw;
    margin-right: 5.33333vw;
  }
  .header_nav_mb .share .fei img {
    width: 100%;
    height: auto;
  }
  .header_nav_mb .share .facebook {
    display: inline-block;
    width: 5vw;
    height: 5.33333vw;
    margin-right: 5.33333vw;
  }
  .header_nav_mb .share .facebook img {
    width: 100%;
    height: 100%;
  }
  .header_nav_mb .share .in {
    display: inline-block;
    width: 5.66667vw;
    height: 5.66667vw;
  }
  .header_nav_mb .share .in img {
    width: 100%;
    height: 100%;
  }
  .breadcrumbs {
    width: 100%;
    height: auto;
    padding: 2vw 0;
  }
  .breadcrumbs ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .breadcrumbs ul li a {
    font-weight: 400;
    font-size: 3.2vw;
    color: #999999;
  }
  .breadcrumbs ul li a:hover {
    color: #333;
  }
  .breadcrumbs ul li a.active {
    color: #333;
  }
  .breadcrumbs ul li span {
    margin: 0 1.06667vw;
    font-weight: 400;
    font-size: 3.2vw;
    color: #999999;
  }
  .pagebox {
    margin-top: 5.33333vw;
  }
  .pagebox .spage-number button {
    border: none;
    width: 4.8vw;
    height: 4.8vw;
    background: transparent;
    padding: 0;
    margin: 0 1.06667vw;
    line-height: 3.2vw;
    color: #333;
    text-align: center;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #999999;
    line-height: 1.86667vw;
    vertical-align: middle;
  }
  .pagebox .spage-number button:focus {
    background: transparent;
  }
  .pagebox .spage-number button:last-child {
    width: auto;
    margin-left: 1.06667vw;
  }
  .pagebox .spage-number button:first-child {
    margin-right: 1.06667vw;
    width: auto;
  }
  .pagebox .spage-number button.active {
    border: none;
    color: #2FA8FF;
  }
  .pagebox .spage-number button.active:hover {
    background: transparent;
  }
  .common_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
  }
  .common_popup .popup_box {
    width: 92vw;
    height: 61.33333vw;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .common_popup .popup_box .popup_content {
    width: 89.33333vw;
    height: 58.66667vw;
    background: #FFFFFF;
    border-radius: 1.33333vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.33333vw 4vw;
  }
  .common_popup .popup_box .popup_content .popup_title {
    text-align: center;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #333333;
  }
  .common_popup .popup_box .popup_content .popup_right {
    margin-top: 2.66667vw;
    width: 5.33333vw;
    height: 5.33333vw;
    border-radius: 50%;
    background: #2ba8fe;
  }
  .common_popup .popup_box .popup_content .popup_right p {
    font-size: 2.4vw;
    color: #fff;
    text-align: center;
    line-height: 5.33333vw;
    font-weight: 700;
  }
  .common_popup .popup_box .popup_content .popup_desc {
    margin-top: 2.66667vw;
    text-align: center;
    margin-top: 1.33333vw;
    font-weight: 400;
    font-size: 3.2vw;
    color: #999999;
    line-height: 1.625;
  }
  .common_popup .popup_box .popup_content .popup_btn_box {
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .common_popup .popup_box .popup_content .popup_btn_box .sure_btn {
    width: 24vw;
    height: 7.46667vw;
    display: inline-block;
    background: #2ba8fe;
    border-radius: 1.33333vw;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #FFFFFF;
    text-align: center;
    line-height: 7.46667vw;
  }
  .common_popup .popup_box .popup_content .popup_btn_box .home_btn {
    margin-left: 2.66667vw;
    width: 24vw;
    height: 7.46667vw;
    text-align: center;
    line-height: 7.46667vw;
    display: inline-block;
    border: 1px solid #2ba8fe;
    border-radius: 1.33333vw;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #2ba8fe;
  }
  .login_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
  }
  .login_popup .login_box {
    width: 80.53333vw;
    height: 70.26667vw;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1.33333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .login_popup .login_box .login_content {
    width: 77.86667vw;
    height: 67.6vw;
    background: #FFFFFF;
    border-radius: 1.33333vw;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 5.33333vw;
  }
  .login_popup .login_box .login_content .turn_close {
    cursor: pointer;
    width: 5.2vw;
    height: 5.2vw;
    position: absolute;
    top: 2.66667vw;
    right: 2.66667vw;
    transition: all 0.5s;
  }
  .login_popup .login_box .login_content .turn_close img {
    width: 100%;
    height: 100%;
  }
  .login_popup .login_box .login_content .turn_close:hover {
    transform: rotate(180deg);
  }
  .login_popup .login_box .login_content .login_c_box {
    width: 100%;
    height: auto;
  }
  .login_popup .login_box .login_content .login_c_box .login_c_b_title {
    font-size: 5.33333vw;
    color: #000000;
    line-height: 7.06667vw;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .login_popup .login_box .login_content .login_c_box .login_form {
    width: 100%;
    height: auto;
    margin-top: 2.13333vw;
  }
  .login_popup .login_box .login_content .login_c_box .login_form .form_item {
    margin-top: 4.13333vw;
    width: 100%;
    height: 10.13333vw;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid rgba(51, 51, 51, 0.53);
    overflow: hidden;
  }
  .login_popup .login_box .login_content .login_c_box .login_form .form_item input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    padding: 0 2.93333vw;
    font-size: 3.73333vw;
    color: #111;
  }
  .login_popup .login_box .login_content .login_c_box .login_form .form_item input::placeholder {
    color: #C8C8C8;
  }
  .login_popup .login_box .login_content .login_c_box .login_form .form_btn {
    margin-top: 5.46667vw;
    width: 100%;
    height: 10.13333vw;
  }
  .login_popup .login_box .login_content .login_c_box .login_form .form_btn button {
    width: 100%;
    height: 100%;
    background: #2FA8FF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: none;
    cursor: pointer;
    font-size: 3.73333vw;
    color: #FFFFFF;
    text-align: center;
    line-height: 10.13333vw;
  }
  .login_popup .login_box .login_content .login_c_box .login_form .form_text {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.8vw;
  }
  .login_popup .login_box .login_content .login_c_box .login_form .form_text .reset_password {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 3.73333vw;
    color: #999999;
  }
  .login_popup .login_box .login_content .login_c_box .login_form .form_text .sign_up {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 3.73333vw;
    color: #2FA8FF;
  }
  .register_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
  }
  .register_popup .register_box {
    width: 83.2vw;
    height: auto;
    padding: 1.33333vw;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1.33333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .register_popup .register_box .register_content {
    width: 80.53333vw;
    height: auto;
    background: #FFFFFF;
    border-radius: 1.33333vw;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4vw 5.33333vw;
  }
  .register_popup .register_box .register_content .turn_close {
    cursor: pointer;
    width: 5.2vw;
    height: 5.2vw;
    position: absolute;
    top: 2.66667vw;
    right: 2.66667vw;
    transition: all 0.5s;
  }
  .register_popup .register_box .register_content .turn_close img {
    width: 100%;
    height: 100%;
  }
  .register_popup .register_box .register_content .turn_close:hover {
    transform: rotate(180deg);
  }
  .register_popup .register_box .register_content .register_c_box {
    width: 100%;
    height: auto;
  }
  .register_popup .register_box .register_content .register_c_box .register_c_b_title {
    font-size: 5.33333vw;
    color: #000000;
    line-height: 7.06667vw;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .register_popup .register_box .register_content .register_c_box .register_c_b_desc {
    margin-top: 2.8vw;
    font-size: 3.73333vw;
    color: #999999;
    line-height: 4.26667vw;
    text-align: center;
  }
  .register_popup .register_box .register_content .register_c_box .register_form {
    width: 100%;
    height: auto;
    margin-top: 0.8vw;
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_item {
    margin-top: 4.13333vw;
    width: 100%;
    height: 10.13333vw;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid rgba(51, 51, 51, 0.53);
    overflow: hidden;
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_item input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    padding: 0 2.93333vw;
    font-size: 3.73333vw;
    color: #111;
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_item input::placeholder {
    color: #C8C8C8;
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_item_code_box {
    margin-top: 4.13333vw;
    width: 100%;
    height: 10.13333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_item_code_box .form_item_code_input {
    width: 40vw;
    height: 10.13333vw;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid rgba(51, 51, 51, 0.53);
    overflow: hidden;
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_item_code_box .form_item_code_input input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    padding: 0 2.93333vw;
    font-size: 3.73333vw;
    color: #111;
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_item_code_box .form_item_code_input input::placeholder {
    color: #C8C8C8;
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_item_code_box .form_item_code {
    width: 19.86667vw;
    height: 10.13333vw;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid rgba(51, 51, 51, 0.53);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_item_code_box .form_item_code img {
    width: 15.73333vw;
    height: 6.26667vw;
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_btn {
    margin-top: 5.46667vw;
    width: 100%;
    height: 10.13333vw;
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_btn button {
    width: 100%;
    height: 100%;
    background: #2FA8FF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: none;
    cursor: pointer;
    font-size: 3.73333vw;
    color: #FFFFFF;
    text-align: center;
    line-height: 10.13333vw;
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_agree {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 3.73333vw;
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_agree input {
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_agree 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%);
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_agree 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%);
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_agree p {
    padding-left: 5.33333vw;
    font-size: 3.2vw;
    color: #666666;
    line-height: 4.26667vw;
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_agree p a {
    font-size: 3.2vw;
    color: #2FA8FF;
    line-height: 4.26667vw;
    text-decoration: underline;
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_text {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 4.53333vw;
    flex-direction: column;
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_text .continue {
    width: 100%;
    height: 10.13333vw;
    background: #2FA8FF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: none;
    cursor: pointer;
    font-size: 3.73333vw;
    color: #fff;
    text-align: center;
    line-height: 10.13333vw;
  }
  .register_popup .register_box .register_content .register_c_box .register_form .form_text .user_login {
    margin-top: 2.66667vw;
    text-align: center;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 3.73333vw;
    color: #2FA8FF;
  }
  .forget_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
  }
  .forget_popup .forget_box {
    width: 83.2vw;
    height: auto;
    padding: 1.33333vw;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1.33333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .forget_popup .forget_box .forget_content {
    width: 80.53333vw;
    height: auto;
    background: #FFFFFF;
    border-radius: 1.33333vw;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4vw 5.33333vw;
  }
  .forget_popup .forget_box .forget_content .turn_close {
    cursor: pointer;
    width: 5.2vw;
    height: 5.2vw;
    position: absolute;
    top: 2.66667vw;
    right: 2.66667vw;
    transition: all 0.5s;
  }
  .forget_popup .forget_box .forget_content .turn_close img {
    width: 100%;
    height: 100%;
  }
  .forget_popup .forget_box .forget_content .turn_close:hover {
    transform: rotate(180deg);
  }
  .forget_popup .forget_box .forget_content .forget_c_box {
    width: 100%;
    height: auto;
  }
  .forget_popup .forget_box .forget_content .forget_c_box .forget_c_b_title {
    font-size: 5.33333vw;
    color: #000000;
    line-height: 7.06667vw;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .forget_popup .forget_box .forget_content .forget_c_box .forget_form {
    width: 100%;
    height: auto;
    margin-top: 0.8vw;
  }
  .forget_popup .forget_box .forget_content .forget_c_box .forget_form .form_item {
    margin-top: 4.13333vw;
    width: 100%;
    height: 10.13333vw;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid rgba(51, 51, 51, 0.53);
    overflow: hidden;
  }
  .forget_popup .forget_box .forget_content .forget_c_box .forget_form .form_item input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    padding: 0 2.93333vw;
    font-size: 3.73333vw;
    color: #111;
  }
  .forget_popup .forget_box .forget_content .forget_c_box .forget_form .form_item input::placeholder {
    color: #C8C8C8;
  }
  .forget_popup .forget_box .forget_content .forget_c_box .forget_form .form_sendcode {
    margin-top: 2vw;
    text-align: center;
    font-size: 4vw;
    color: #2FA8FF;
    cursor: pointer;
    text-decoration: underline;
  }
  .forget_popup .forget_box .forget_content .forget_c_box .forget_form .form_text {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 4.53333vw;
    flex-direction: column;
  }
  .forget_popup .forget_box .forget_content .forget_c_box .forget_form .form_text .submit {
    width: 100%;
    height: 10.13333vw;
    background: #2FA8FF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: none;
    cursor: pointer;
    font-size: 3.73333vw;
    color: #fff;
    text-align: center;
    line-height: 10.13333vw;
  }
  .forget_popup .forget_box .forget_content .forget_c_box .forget_form .form_text .user_login1 {
    margin-top: 2.66667vw;
    text-align: center;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 3.73333vw;
    color: #2FA8FF;
  }
  .logout_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
  }
  .logout_popup .logout_box {
    width: 92vw;
    height: auto;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1.33333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1.33333vw;
    justify-content: center;
  }
  .logout_popup .logout_box .logout_content {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 1.33333vw;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4vw 4.4vw;
  }
  .logout_popup .logout_box .logout_content .turn_close {
    cursor: pointer;
    width: 5.2vw;
    height: 5.2vw;
    position: absolute;
    top: 2.66667vw;
    right: 2.66667vw;
    transition: all 0.5s;
  }
  .logout_popup .logout_box .logout_content .turn_close img {
    width: 100%;
    height: 100%;
  }
  .logout_popup .logout_box .logout_content .turn_close:hover {
    transform: rotate(180deg);
  }
  .logout_popup .logout_box .logout_content .logout_c_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .logout_popup .logout_box .logout_content .logout_c_box .logout_c_b_title {
    font-size: 4.26667vw;
    color: #333;
    line-height: 4.26667vw;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .logout_popup .logout_box .logout_content .logout_c_box .logout_img {
    margin-top: 3.46667vw;
    width: 9.2vw;
    height: 9.2vw;
  }
  .logout_popup .logout_box .logout_content .logout_c_box .logout_img img {
    width: 100%;
    height: 100%;
  }
  .logout_popup .logout_box .logout_content .logout_c_box .logout_c_b_desc {
    margin-top: 1.33333vw;
    text-align: center;
    font-size: 3.46667vw;
    color: #696969;
    line-height: 1.625;
  }
  .logout_popup .logout_box .logout_content .logout_c_box .logout_btn {
    margin-top: 5.2vw;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .logout_popup .logout_box .logout_content .logout_c_box .logout_btn .sure {
    text-align: center;
    cursor: pointer;
    width: 29.33333vw;
    height: 8vw;
    background: #2FA8FF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: none;
    font-size: 3.46667vw;
    color: #FEFEFE;
    line-height: 8vw;
  }
  .logout_popup .logout_box .logout_content .logout_c_box .logout_btn .back {
    text-align: center;
    cursor: pointer;
    width: 29.33333vw;
    height: 8vw;
    background: #FFFFFF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid rgba(47, 168, 255, 0.53);
    font-size: 3.46667vw;
    color: #2FA8FF;
    line-height: 8vw;
  }
  .submit_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
  }
  .submit_popup .submit_box {
    width: 92vw;
    height: auto;
    padding: 1.33333vw;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1.33333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .submit_popup .submit_box .submit_content {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 1.33333vw;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4vw 4.4vw;
  }
  .submit_popup .submit_box .submit_content .turn_close {
    cursor: pointer;
    width: 5.2vw;
    height: 5.2vw;
    position: absolute;
    top: 2.66667vw;
    right: 2.66667vw;
    transition: all 0.5s;
  }
  .submit_popup .submit_box .submit_content .turn_close img {
    width: 100%;
    height: 100%;
  }
  .submit_popup .submit_box .submit_content .turn_close:hover {
    transform: rotate(180deg);
  }
  .submit_popup .submit_box .submit_content .submit_c_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .submit_popup .submit_box .submit_content .submit_c_box .submit_c_b_title {
    font-size: 4.26667vw;
    color: #333;
    line-height: 4.26667vw;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .submit_popup .submit_box .submit_content .submit_c_box .submit_img {
    margin-top: 2.93333vw;
    width: 9.2vw;
    height: 9.2vw;
  }
  .submit_popup .submit_box .submit_content .submit_c_box .submit_img img {
    width: 100%;
    height: 100%;
  }
  .submit_popup .submit_box .submit_content .submit_c_box .submit_c_b_desc {
    margin-top: 1.33333vw;
    text-align: center;
    font-size: 3.46667vw;
    color: #696969;
    line-height: 1.625;
  }
  .submit_popup .submit_box .submit_content .submit_c_box .submit_btn {
    margin-top: 5.2vw;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .submit_popup .submit_box .submit_content .submit_c_box .submit_btn .sure {
    text-align: center;
    cursor: pointer;
    width: 29.33333vw;
    height: 8vw;
    background: #2FA8FF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: none;
    font-size: 3.46667vw;
    color: #FEFEFE;
    line-height: 8vw;
  }
  .submit_popup .submit_box .submit_content .submit_c_box .submit_btn .gohome {
    text-align: center;
    cursor: pointer;
    width: 29.33333vw;
    height: 8vw;
    background: #FFFFFF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid rgba(47, 168, 255, 0.53);
    font-size: 3.46667vw;
    color: #2FA8FF;
    line-height: 8vw;
  }
  .confirm_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
  }
  .confirm_popup .confirm_box {
    width: 92vw;
    height: auto;
    padding: 1.33333vw;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1.33333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .confirm_popup .confirm_box .confirm_content {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 1.33333vw;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4vw 4.4vw;
  }
  .confirm_popup .confirm_box .confirm_content .turn_close {
    cursor: pointer;
    width: 5.2vw;
    height: 5.2vw;
    position: absolute;
    top: 2.66667vw;
    right: 2.66667vw;
    transition: all 0.5s;
  }
  .confirm_popup .confirm_box .confirm_content .turn_close img {
    width: 100%;
    height: 100%;
  }
  .confirm_popup .confirm_box .confirm_content .turn_close:hover {
    transform: rotate(180deg);
  }
  .confirm_popup .confirm_box .confirm_content .confirm_c_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .confirm_popup .confirm_box .confirm_content .confirm_c_box .confirm_c_b_title {
    font-size: 4.26667vw;
    color: #333;
    line-height: 4.26667vw;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .confirm_popup .confirm_box .confirm_content .confirm_c_box .confirm_img {
    margin-top: 2.93333vw;
    width: 9.2vw;
    height: 9.2vw;
  }
  .confirm_popup .confirm_box .confirm_content .confirm_c_box .confirm_img img {
    width: 100%;
    height: 100%;
  }
  .confirm_popup .confirm_box .confirm_content .confirm_c_box .confirm_c_b_desc {
    margin-top: 1.33333vw;
    text-align: center;
    font-size: 3.46667vw;
    color: #696969;
    line-height: 1.625;
  }
  .confirm_popup .confirm_box .confirm_content .confirm_c_box .confirm_btn {
    margin-top: 5.2vw;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .confirm_popup .confirm_box .confirm_content .confirm_c_box .confirm_btn .sure {
    text-align: center;
    cursor: pointer;
    width: 29.33333vw;
    height: 8vw;
    background: #2FA8FF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: none;
    font-size: 3.46667vw;
    color: #FEFEFE;
    line-height: 8vw;
  }
  .confirm_popup .confirm_box .confirm_content .confirm_c_box .confirm_btn .gohome {
    text-align: center;
    cursor: pointer;
    width: 29.33333vw;
    height: 8vw;
    background: #FFFFFF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid rgba(47, 168, 255, 0.53);
    font-size: 3.46667vw;
    color: #2FA8FF;
    line-height: 8vw;
  }
  .review_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
  }
  .review_popup .review_box {
    width: 92vw;
    height: auto;
    padding: 1.33333vw;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1.33333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .review_popup .review_box .review_content {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 1.33333vw;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4vw;
  }
  .review_popup .review_box .review_content .turn_close {
    cursor: pointer;
    width: 5.2vw;
    height: 5.2vw;
    position: absolute;
    top: 2.66667vw;
    right: 2.66667vw;
    transition: all 0.5s;
  }
  .review_popup .review_box .review_content .turn_close img {
    width: 100%;
    height: 100%;
  }
  .review_popup .review_box .review_content .turn_close:hover {
    transform: rotate(180deg);
  }
  .review_popup .review_box .review_content .review_c_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .review_popup .review_box .review_content .review_c_box .review_c_b_title {
    font-size: 5.33333vw;
    color: #000000;
    line-height: 7.06667vw;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .review_popup .review_box .review_content .review_c_box .confirm_c_b_desc {
    margin-top: 2.13333vw;
    text-align: center;
    font-size: 3.46667vw;
    color: #999999;
    line-height: 1.625;
  }
  .review_popup .review_box .review_content .review_c_box .review_form {
    width: 100%;
    height: auto;
    margin-top: 1.73333vw;
  }
  .review_popup .review_box .review_content .review_c_box .review_form .form_item {
    margin-top: 3.6vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .review_popup .review_box .review_content .review_c_box .review_form .form_item .form_title {
    font-weight: bold;
    font-size: 4vw;
    color: #333333;
  }
  .review_popup .review_box .review_content .review_c_box .review_form .form_item #review_rate {
    margin-top: 1.86667vw;
  }
  .review_popup .review_box .review_content .review_c_box .review_form .form_item .form_img {
    margin-top: 1.86667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .review_popup .review_box .review_content .review_c_box .review_form .form_item .form_img .form_file_box {
    margin-right: 1.33333vw;
    margin-bottom: 1.33333vw;
    width: 22vw;
    height: 22vw;
    border: 0.13333vw solid #e4e4e4;
    position: relative;
  }
  .review_popup .review_box .review_content .review_c_box .review_form .form_item .form_img .form_file_box .form_file {
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
  }
  .review_popup .review_box .review_content .review_c_box .review_form .form_item .form_img .form_file_box img {
    width: 5.33333vw;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .review_popup .review_box .review_content .review_c_box .review_form .form_item .form_img .img_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .review_popup .review_box .review_content .review_c_box .review_form .form_item .form_img .img_box .img_item {
    margin-right: 1.33333vw;
    margin-bottom: 1.33333vw;
    width: 22vw;
    height: 22vw;
    border: 0.13333vw solid #e4e4e4;
    position: relative;
  }
  .review_popup .review_box .review_content .review_c_box .review_form .form_item .form_img .img_box .img_item img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .review_popup .review_box .review_content .review_c_box .review_form .form_item .form_img .img_box .img_item video {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .review_popup .review_box .review_content .review_c_box .review_form .form_item .form_img .img_box .img_item .img_close {
    position: absolute;
    right: 0.66667vw;
    top: 0.66667vw;
    text-align: center;
    z-index: 1;
    background: #fff;
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    box-shadow: 0vw 0.26667vw 0.26667vw rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    font-size: 2.13333vw;
    line-height: 2.66667vw;
  }
  .review_popup .review_box .review_content .review_c_box .review_form .form_item textarea {
    margin-top: 1.86667vw;
    padding: 2.4vw 2.66667vw;
    outline: none;
    max-width: 100%;
    min-width: 100%;
    max-height: 29.33333vw;
    min-height: 29.33333vw;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #333;
  }
  .review_popup .review_box .review_content .review_c_box .review_form .form_item textarea::placeholder {
    color: #C8C8C8;
  }
  .review_popup .review_box .review_content .review_c_box .review_form .review_btn {
    width: 100%;
    height: auto;
    margin-top: 4.66667vw;
  }
  .review_popup .review_box .review_content .review_c_box .review_form .review_btn .submit {
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 8vw;
    background: #2FA8FF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: none;
    font-size: 3.46667vw;
    color: #fff;
    line-height: 8vw;
  }
  .refund_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
  }
  .refund_popup .refund_box {
    width: 92vw;
    height: auto;
    padding: 1.33333vw;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1.33333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .refund_popup .refund_box .refund_content {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 1.33333vw;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4vw;
  }
  .refund_popup .refund_box .refund_content .turn_close {
    cursor: pointer;
    width: 5.2vw;
    height: 5.2vw;
    position: absolute;
    top: 2.66667vw;
    right: 2.66667vw;
    transition: all 0.5s;
  }
  .refund_popup .refund_box .refund_content .turn_close img {
    width: 100%;
    height: 100%;
  }
  .refund_popup .refund_box .refund_content .turn_close:hover {
    transform: rotate(180deg);
  }
  .refund_popup .refund_box .refund_content .refund_c_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .refund_c_b_title {
    font-size: 5.33333vw;
    color: #000000;
    line-height: 7.06667vw;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .order_info {
    width: 100%;
    height: auto;
    margin-top: 3.73333vw;
    padding: 3.46667vw;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background: #F7F7F7;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .order_info .order_img {
    margin-right: 3.86667vw;
    width: 14.4vw;
    height: 14.4vw;
    border-radius: 1.33333vw;
    overflow: hidden;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .order_info .order_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .order_info .order_content {
    width: 59.6vw;
    height: auto;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .order_info .order_content .order_c_top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .order_info .order_content .order_c_top .order_id {
    font-size: 3.73333vw;
    color: #333333;
    line-height: 4.26667vw;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .order_info .order_content .order_c_top .order_total {
    margin-top: 2.66667vw;
    font-size: 3.2vw;
    color: #999999;
    line-height: 4vw;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .order_info .order_content .order_c_bot {
    width: 100%;
    height: auto;
    margin-top: 1.86667vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .order_info .order_content .order_c_bot .item {
    margin-top: 2.66667vw;
    margin-right: 8.8vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .order_info .order_content .order_c_bot .item p {
    font-size: 3.2vw;
    color: #999999;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .order_info .order_content .order_c_bot .item span {
    margin-top: 0.8vw;
    font-size: 3.2vw;
    color: #333333;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .refund_form {
    width: 100%;
    height: auto;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .refund_form .form_item {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .refund_form .form_item .form_title {
    font-weight: bold;
    font-size: 4vw;
    color: #333333;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .refund_form .form_item input {
    padding: 0 2.66667vw;
    width: 100%;
    margin-top: 1.33333vw;
    height: 10.13333vw;
    background: #FFFFFF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
    outline: none;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #333;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .refund_form .form_item input::placeholder {
    color: #C8C8C8;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .refund_form .form_item textarea {
    margin-top: 1.86667vw;
    padding: 2.4vw 2.66667vw;
    outline: none;
    max-width: 100%;
    min-width: 100%;
    max-height: 29.33333vw;
    min-height: 29.33333vw;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #333;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .refund_form .form_item textarea::placeholder {
    color: #C8C8C8;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .refund_form .form_desc {
    margin-top: 2vw;
    font-weight: 400;
    font-size: 3.2vw;
    color: #999999;
    line-height: 1.625;
    text-align: left;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .refund_form .refund_btn {
    width: 100%;
    height: auto;
    margin-top: 4.66667vw;
  }
  .refund_popup .refund_box .refund_content .refund_c_box .refund_form .refund_btn .submit {
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 8vw;
    background: #2FA8FF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: none;
    font-size: 3.46667vw;
    color: #fff;
    line-height: 8vw;
  }
  .changemail_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
  }
  .changemail_popup .changemail_box {
    width: 83.2vw;
    height: auto;
    padding: 1.33333vw;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1.33333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .changemail_popup .changemail_box .changemail_content {
    width: 80.53333vw;
    height: auto;
    background: #FFFFFF;
    border-radius: 1.33333vw;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4vw;
  }
  .changemail_popup .changemail_box .changemail_content .turn_close {
    cursor: pointer;
    width: 5.2vw;
    height: 5.2vw;
    position: absolute;
    top: 2.66667vw;
    right: 2.66667vw;
    transition: all 0.5s;
  }
  .changemail_popup .changemail_box .changemail_content .turn_close img {
    width: 100%;
    height: 100%;
  }
  .changemail_popup .changemail_box .changemail_content .turn_close:hover {
    transform: rotate(180deg);
  }
  .changemail_popup .changemail_box .changemail_content .changemail_c_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_c_b_title {
    font-size: 5.33333vw;
    color: #000000;
    line-height: 7.06667vw;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_c_b_desc {
    margin-top: 6.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_c_b_desc .oldmail {
    font-weight: 400;
    font-size: 3.73333vw;
    color: #333333;
  }
  .changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_c_b_desc .sendcode {
    cursor: pointer;
    border: none;
    background: none;
    font-size: 3.73333vw;
    color: #2FA8FF;
    text-decoration: underline;
  }
  .changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_form {
    width: 100%;
    height: auto;
  }
  .changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_form .form_item {
    margin-top: 4vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_form .form_item input {
    padding: 0 2.66667vw;
    width: 100%;
    margin-top: 1.33333vw;
    height: 10.13333vw;
    background: #FFFFFF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: 0.13333vw solid #DFDFDF;
    outline: none;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #333;
  }
  .changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_form .form_item input::placeholder {
    color: #C8C8C8;
  }
  .changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_form .changemail_btn {
    width: 100%;
    height: auto;
    margin-top: 5.73333vw;
  }
  .changemail_popup .changemail_box .changemail_content .changemail_c_box .changemail_form .changemail_btn .submit {
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 8vw;
    background: #2FA8FF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: none;
    font-size: 3.46667vw;
    color: #fff;
    line-height: 8vw;
  }
  .createaddress_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
  }
  .createaddress_popup .createaddress_box {
    width: 92vw;
    height: auto;
    padding: 1.33333vw;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1.33333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .createaddress_popup .createaddress_box .createaddress_content {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 1.33333vw;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4vw;
  }
  .createaddress_popup .createaddress_box .createaddress_content .turn_close {
    cursor: pointer;
    width: 5.2vw;
    height: 5.2vw;
    position: absolute;
    top: 2.66667vw;
    right: 2.66667vw;
    transition: all 0.5s;
  }
  .createaddress_popup .createaddress_box .createaddress_content .turn_close img {
    width: 100%;
    height: 100%;
  }
  .createaddress_popup .createaddress_box .createaddress_content .turn_close:hover {
    transform: rotate(180deg);
  }
  .createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_c_b_title {
    font-size: 5.33333vw;
    color: #000000;
    line-height: 7.06667vw;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
  }
  .createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_item {
    width: 100%;
    height: auto;
  }
  .createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_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;
  }
  .createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_item input::placeholder {
    color: #C8C8C8;
  }
  .createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_name {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_name input {
    margin-top: 0;
    outline: none;
    width: 40vw;
    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;
  }
  .createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_name input::placeholder {
    color: #C8C8C8;
  }
  .createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_country {
    width: 100%;
    height: auto;
  }
  .createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_country .select_box {
    width: 100%;
    height: auto;
  }
  .createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_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;
  }
  .createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_city {
    width: 100%;
    height: auto;
    margin-top: 2.26667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_city input {
    margin-top: 0;
    outline: none;
    width: 24vw;
    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;
  }
  .createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_city input::placeholder {
    color: #C8C8C8;
  }
  .createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_city .select_box {
    width: 25.33333vw;
    height: auto;
  }
  .createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_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;
  }
  .createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_btn {
    margin-top: 4.26667vw;
    width: 100%;
    height: auto;
  }
  .createaddress_popup .createaddress_box .createaddress_content .createaddress_c_box .createaddress_form .form_btn button {
    border: none;
    cursor: pointer;
    width: 100%;
    height: 8vw;
    background: #2FA8FF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    text-align: center;
    line-height: 8vw;
    font-size: 3.73333vw;
    color: #FFFFFF;
  }
  .editaddress_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
  }
  .editaddress_popup .editaddress_box {
    width: 92vw;
    height: auto;
    padding: 1.33333vw;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1.33333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .editaddress_popup .editaddress_box .editaddress_content {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 1.33333vw;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4vw;
  }
  .editaddress_popup .editaddress_box .editaddress_content .turn_close {
    cursor: pointer;
    width: 5.2vw;
    height: 5.2vw;
    position: absolute;
    top: 2.66667vw;
    right: 2.66667vw;
    transition: all 0.5s;
  }
  .editaddress_popup .editaddress_box .editaddress_content .turn_close img {
    width: 100%;
    height: 100%;
  }
  .editaddress_popup .editaddress_box .editaddress_content .turn_close:hover {
    transform: rotate(180deg);
  }
  .editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_c_b_title {
    font-size: 5.33333vw;
    color: #000000;
    line-height: 7.06667vw;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
  }
  .editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_item {
    width: 100%;
    height: auto;
  }
  .editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_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;
  }
  .editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_item input::placeholder {
    color: #C8C8C8;
  }
  .editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_name {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_name input {
    margin-top: 0;
    outline: none;
    width: 40vw;
    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;
  }
  .editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_name input::placeholder {
    color: #C8C8C8;
  }
  .editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_country {
    width: 100%;
    height: auto;
  }
  .editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_country .select_box {
    width: 100%;
    height: auto;
  }
  .editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_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;
  }
  .editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_city {
    width: 100%;
    height: auto;
    margin-top: 2.26667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_city input {
    margin-top: 0;
    outline: none;
    width: 24vw;
    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;
  }
  .editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_city input::placeholder {
    color: #C8C8C8;
  }
  .editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_city .select_box {
    width: 25.33333vw;
    height: auto;
  }
  .editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_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;
  }
  .editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_btn {
    margin-top: 4.26667vw;
    width: 100%;
    height: auto;
  }
  .editaddress_popup .editaddress_box .editaddress_content .editaddress_c_box .editaddress_form .form_btn button {
    border: none;
    cursor: pointer;
    width: 100%;
    height: 8vw;
    background: #2FA8FF;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    text-align: center;
    line-height: 8vw;
    font-size: 3.73333vw;
    color: #FFFFFF;
  }
}
