a {
  text-decoration: none;
}

p {
  margin: 0;
}

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

html {
  background: #EBEBEB;
}

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

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

.wrap .header {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .header .back {
  width: 24px;
  height: 24px;
}

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

.wrap .header .serch {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrap .header .serch img {
  width: 21px;
  height: auto;
}

.wrap .header .serch p {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
}

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

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

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

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

.wrap .banner .time {
  padding-left: 44px;
  color: #222;
  font-size: 24px;
  font-weight: 400;
  position: relative;
}

.wrap .banner .time::before {
  content: '';
  width: 4px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  background: #f00;
}

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

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

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

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

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

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

.wrap .buy_info .buy_i_t {
  width: 100%;
  height: auto;
  padding: 10px 30px;
  background: #232323;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

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

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

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

.wrap .buy_info .buy_i_t .time {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrap .buy_info .buy_i_t .time p {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.wrap .buy_info .buy_i_t .time .time_box {
  margin-top: 10px;
}

.wrap .buy_info .buy_i_t .time span {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.wrap .buy_info .buy_i_t .time .date {
  text-align: center;
  line-height: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #EF3251;
  font-size: 24px;
  font-weight: 400;
}

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

.wrap .buy_info .buy_i_c .buy_box {
  width: 100%;
  height: auto;
  padding: 10px 30px 30px;
  border-bottom: 1px solid #EBEBEB;
}

.wrap .buy_info .buy_i_c .buy_box .title {
  color: #222;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .buy_info .buy_i_c .buy_box .desc {
  margin-top: 10px;
  color: #999;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .buy_info .buy_i_c .box {
  padding: 20px 30px 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #EBEBEB;
}

.wrap .buy_info .buy_i_c .box .box_item {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.wrap .buy_info .buy_i_c .box .box_item img {
  width: 18px;
  height: auto;
}

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

.wrap .buy_info .buy_i_b {
  width: 100%;
  height: 70px;
  border-radius: 4px;
  background: linear-gradient(90deg, #EC2263 0%, #F34242 100%);
}

.wrap .buy_info .buy_i_b a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 70px;
}

.wrap .info_tab {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.wrap .info_tab .info_t_item {
  cursor: pointer;
  width: 248px;
  height: 60px;
  color: #222;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 60px;
}

.wrap .info_tab .info_t_item.active {
  position: relative;
}

.wrap .info_tab .info_t_item.active::after {
  content: '';
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 5px;
  border-radius: 6px;
  background: #F00;
}

.wrap .info_detail {
  width: 100%;
  height: auto;
  padding: 20px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #EBEBEB;
}

.wrap .info_detail .info_d_item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wrap .info_detail .info_d_item img {
  width: 26px;
  height: 26px;
}

.wrap .info_detail .info_d_item p {
  margin-left: 5px;
  color: #999;
  font-size: 24px;
  font-weight: 400;
}

.wrap .pro_detail {
  margin-top: 20px;
  width: 100%;
  height: auto;
  padding-bottom: 150px;
}

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

.wrap .pro_detail .pro_d_item > img {
  margin-top: 10px;
  width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .star {
  width: 177px;
  height: 28px;
  margin-left: 15px;
}

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .star img {
  width: 100%;
  height: 100%;
}

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

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_img {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_img img {
  cursor: pointer;
  max-width: 100px;
  height: auto;
  margin-right: 10px;
  margin-top: 10px;
  object-fit: cover;
}

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

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

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

.footer a:nth-of-type(1) {
  width: 344px;
  height: 70px;
  border-radius: 40px 6px 6px 40px;
  background: #232323;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer a:nth-of-type(1) img {
  width: 21px;
  height: 24px;
  margin-right: 6px;
}

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

.footer a:nth-of-type(2) {
  width: 354px;
  height: 70px;
  border-radius: 6px 40px 40px 6px;
  background: #F5012F;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img_popup .img_close {
  text-align: center;
  position: absolute;
  line-height: 17px;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 24px;
  color: #333;
  background: #c8c9cc;
}

.img_popup .img_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: grab;
}

.img_popup .img_box img {
  max-width: 100%;
  height: auto;
}

.img_popup .img_comment {
  width: 100%;
  height: 400px;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 10px;
}

.img_popup .img_comment .rate {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 5px;
  border-bottom: 1px solid  #fff;
}

.img_popup .img_comment .rate img {
  width: 70px;
  height: auto;
}

.img_popup .img_comment .comment_content {
  width: 100%;
  height: 330px;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}

.img_popup .img_comment .comment_content p {
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  body {
    min-width: 42.66667vw;
    max-width: 100vw;
    overflow-x: hidden;
  }
  html {
    overflow-x: hidden;
  }
  .wrap {
    width: 100%;
    height: auto;
  }
  .wrap .header {
    width: 100%;
    height: 8vw;
    padding: 0 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .header .back {
    width: 3.2vw;
    height: 3.2vw;
  }
  .wrap .header .back img {
    width: 100%;
    height: 100%;
  }
  .wrap .header .serch {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrap .header .serch img {
    width: 2.8vw;
    height: auto;
  }
  .wrap .header .serch p {
    color: #FFF;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .banner {
    width: 100%;
    height: auto;
    position: relative;
  }
  .wrap .banner .banner_box {
    width: 71.46667vw;
    height: auto;
  }
  .wrap .banner .banner_box .banner_item {
    width: 71.46667vw !important;
    height: 80.8vw;
  }
  .wrap .banner .banner_box .banner_item img {
    width: 100%;
    height: 100%;
  }
  .wrap .banner .time {
    padding-left: 5.86667vw;
    color: #222;
    font-size: 3.2vw;
    font-weight: 400;
    position: relative;
  }
  .wrap .banner .time::before {
    content: '';
    width: 0.53333vw;
    height: 2.66667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
    background: #f00;
  }
  .wrap .banner .purchase_popup {
    position: absolute;
    top: 2.13333vw;
    left: 4vw;
    z-index: 11;
  }
  .wrap .banner .purchase_popup .pur_p_item {
    padding: 0 0.4vw;
    margin-bottom: 1.33333vw;
    width: 45.2vw;
    height: 6.13333vw;
    border-radius: 1.33333vw;
    background: #555;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .banner .purchase_popup .pur_p_item .head {
    width: 5.33333vw;
    height: 5.33333vw;
    border-radius: 50%;
  }
  .wrap .banner .purchase_popup .pur_p_item .head img {
    width: 100%;
    height: 100%;
  }
  .wrap .banner .purchase_popup .pur_p_item p {
    color: #FFF;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info {
    width: 100%;
    height: auto;
  }
  .wrap .buy_info .buy_i_t {
    width: 100%;
    height: auto;
    padding: 1.33333vw 4vw;
    background: #232323;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .wrap .buy_info .buy_i_t .price {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .wrap .buy_info .buy_i_t .price .origin {
    color: #F00;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_t .price .discount {
    margin-left: 1.6vw;
    color: #fff;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
  }
  .wrap .buy_info .buy_i_t .time {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrap .buy_info .buy_i_t .time p {
    color: #FFF;
    text-align: center;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_t .time .time_box {
    margin-top: 1.33333vw;
  }
  .wrap .buy_info .buy_i_t .time span {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_t .time .date {
    text-align: center;
    line-height: 4vw;
    display: inline-block;
    width: 4vw;
    height: 4vw;
    background: #fff;
    color: #EF3251;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .buy_info .buy_i_c {
    width: 100%;
    height: auto;
  }
  .wrap .buy_info .buy_i_c .buy_box {
    width: 100%;
    height: auto;
    padding: 1.33333vw 4vw 4vw;
    border-bottom: 0.13333vw solid #EBEBEB;
  }
  .wrap .buy_info .buy_i_c .buy_box .title {
    color: #222;
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_c .buy_box .desc {
    margin-top: 1.33333vw;
    color: #999;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_c .box {
    padding: 2.66667vw 4vw 1.33333vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 0.13333vw solid #EBEBEB;
  }
  .wrap .buy_info .buy_i_c .box .box_item {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.33333vw;
  }
  .wrap .buy_info .buy_i_c .box .box_item img {
    width: 2.4vw;
    height: auto;
  }
  .wrap .buy_info .buy_i_c .box .box_item p {
    color: #222;
    margin-left: 1.2vw;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .buy_info .buy_i_b {
    width: 100%;
    height: 9.33333vw;
    border-radius: 0.53333vw;
    background: linear-gradient(90deg, #EC2263 0%, #F34242 100%);
  }
  .wrap .buy_info .buy_i_b a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 9.33333vw;
  }
  .wrap .info_tab {
    width: 100%;
    height: 8vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .wrap .info_tab .info_t_item {
    cursor: pointer;
    width: 33.06667vw;
    height: 8vw;
    color: #222;
    text-align: center;
    font-size: 3.46667vw;
    font-weight: 400;
    line-height: 8vw;
  }
  .wrap .info_tab .info_t_item.active {
    position: relative;
  }
  .wrap .info_tab .info_t_item.active::after {
    content: '';
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    width: 7.73333vw;
    height: 0.66667vw;
    border-radius: 0.8vw;
    background: #F00;
  }
  .wrap .info_detail {
    width: 100%;
    height: auto;
    padding: 2.66667vw 4vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top: 0.13333vw solid #EBEBEB;
  }
  .wrap .info_detail .info_d_item {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .info_detail .info_d_item img {
    width: 3.46667vw;
    height: 3.46667vw;
  }
  .wrap .info_detail .info_d_item p {
    margin-left: 0.66667vw;
    color: #999;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .wrap .pro_detail {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    padding-bottom: 20vw;
  }
  .wrap .pro_detail .pro_d_item {
    width: 100%;
    height: auto;
    padding: 0 4vw;
  }
  .wrap .pro_detail .pro_d_item > img {
    margin-top: 1.33333vw;
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item .title {
    width: 92vw;
    height: 6.53333vw;
    background: #F4F4F4;
    color: #F00;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 6.53333vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box {
    width: 100%;
    height: auto;
    padding: 0 4vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item {
    width: 100%;
    height: auto;
    padding: 2.66667vw 0 4vw;
    border-bottom: 0.13333vw solid #EBEBEB;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item:last-child {
    border-bottom: none;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .name {
    color: #222;
    font-size: 3.73333vw;
    font-weight: 400;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .satisfaction {
    color: #999;
    font-size: 3.2vw;
    font-weight: 400;
    margin-left: 2.66667vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .star {
    width: 23.6vw;
    height: 3.73333vw;
    margin-left: 2vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .star img {
    width: 100%;
    height: 100%;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_t .date {
    color: #999;
    font-size: 2.66667vw;
    font-weight: 400;
    margin-left: 2.66667vw;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_img img {
    cursor: pointer;
    max-width: 26.66667vw;
    height: auto;
    margin-right: 1.33333vw;
    margin-top: 1.33333vw;
    object-fit: cover;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_b {
    margin-top: 1.6vw;
    width: 100%;
    height: auto;
  }
  .wrap .pro_detail .pro_d_item .comment_box .com_item .com_i_b .desc {
    color: #333;
    text-align: justify;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 5.06667vw;
    /* 158.333% */
  }
  .footer {
    z-index: 999;
    width: 100vw;
    max-width: 100vw;
    height: 13.06667vw;
    background: #FFF;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer a:nth-of-type(1) {
    width: 45.86667vw;
    height: 9.33333vw;
    border-radius: 5.33333vw 0.8vw 0.8vw 5.33333vw;
    background: #232323;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer a:nth-of-type(1) img {
    width: 2.8vw;
    height: 3.2vw;
    margin-right: 0.8vw;
  }
  .footer a:nth-of-type(1) p {
    color: #FFF;
    font-size: 3.73333vw;
    font-weight: 400;
    text-align: center;
    line-height: 9.33333vw;
  }
  .footer a:nth-of-type(2) {
    width: 47.2vw;
    height: 9.33333vw;
    border-radius: 0.8vw 5.33333vw 5.33333vw 0.8vw;
    background: #F5012F;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer a:nth-of-type(2) p {
    color: #FFF;
    font-size: 3.73333vw;
    font-weight: 400;
    text-align: center;
    line-height: 9.33333vw;
  }
  .img_popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
  }
  .img_popup .img_close {
    text-align: center;
    position: absolute;
    line-height: 8vw;
    top: 2.66667vw;
    right: 2.66667vw;
    width: 8vw;
    height: 8vw;
    cursor: pointer;
    border-radius: 50%;
    font-size: 6.4vw;
    color: #333;
    background: #c8c9cc;
  }
  .img_popup .img_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: grab;
  }
  .img_popup .img_box img {
    max-width: 80%;
    height: auto;
  }
  .img_popup .img_comment {
    width: 100%;
    height: 53.33333vw;
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2.66667vw 1.33333vw;
  }
  .img_popup .img_comment .rate {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 0.66667vw;
    border-bottom: 0.13333vw solid #fff;
  }
  .img_popup .img_comment .rate img {
    width: 18.66667vw;
    height: auto;
  }
  .img_popup .img_comment .comment_content {
    width: 100%;
    height: 44vw;
    padding: 2.66667vw;
    overflow: hidden;
    overflow-y: auto;
  }
  .img_popup .img_comment .comment_content p {
    color: #fff;
    font-size: 3.2vw;
  }
  .suspension {
    z-index: 9999;
    width: 6.13333vw;
    height: auto;
    position: fixed;
    right: 2.66667vw;
    bottom: 13.33333vw;
  }
  .suspension .top {
    display: none;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .top img {
    width: 100%;
    height: 100%;
  }
  .suspension .contact {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .contact img {
    width: 100%;
    height: 100%;
  }
  .suspension .tel {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .tel img {
    width: 100%;
    height: 100%;
  }
  .suspension .line {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .line img {
    width: 100%;
    height: 100%;
  }
  .suspension .fb {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .fb img {
    width: 100%;
    height: 100%;
  }
  .suspension .home {
    margin-top: 1.33333vw;
    cursor: pointer;
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .suspension .home img {
    width: 100%;
    height: 100%;
  }
}
