@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

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

.wrap {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.wrap .header {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
}

.wrap .header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 197px;
  margin: 0 auto;
  margin-top: -35px;
}

.wrap .header_logo img {
  width: 197px;
  height: 62px;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap .header_wrap {
  width: 1582px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto;
}

.wrap .header_wrap .top_menu {
  width: 100%;
  height: 35px;
  background-color: #297697;
}

.wrap .header_wrap .top_menu > ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .header_wrap .top_menu > ul > li {
  position: relative;
  height: 100%;
}

.wrap .header_wrap .top_menu > ul > li > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #fff;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .header_wrap .top_menu > ul > li .sub_menu {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  z-index: 999;
}

.wrap .header_wrap .top_menu > ul > li .sub_menu li {
  display: block;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.wrap .header_wrap .top_menu > ul > li .sub_menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.wrap .header_wrap .top_menu > ul > li .sub_menu li:hover a {
  background-color: #f1f1f1;
}
.wrap .header_wrap .top_menu > ul > li .sub_menu li.active a {
  background-color: #f1f1f1;
}
.wrap .header_wrap .top_menu > ul > li.active a {
  color: #e2f90c;
}

.wrap .header_wrap .top_menu > ul > li.sub:hover .sub_menu {
  display: block;
}

.wrap .header_wrap .m_menu {
  display: none;
}

.wrap .header_top {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 47px 0 37px;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .header_top .top_msg span {
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #000;
}

.wrap .header_top .top_msg span img {
  width: auto;
  height: 20px;
}

.wrap .header_top .top_msg strong {
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #000;
}

.wrap .header_top .top_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wrap .header_top .top_area_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #000;
  margin-left: 20px;
}

.wrap .header_top .top_area_item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .header_top .top_area_item span img {
  width: auto;
  height: 20px;
  margin-right: 5px;
}

.wrap .header_top .top_area_item:first-child {
  margin-left: 0;
}

.wrap .container {
  width: 100%;
  margin-top: 10px;
}

.wrap .container .contents {
  width: 1582px;
  margin: 0 auto;
  padding-bottom: 30px;
  min-height: 600px;
}

.wrap .container .contents_top_area {
  width: 1220px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 321px 1fr;
      grid-template-columns: 321px 1fr;
  gap: 40px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.wrap .container .contents_top_area_img img {
  width: 100%;
}

.wrap .container .contents_top_area_info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.wrap .container .contents_top_area_info_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap .container .contents_top_area_info_text h4 {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}

.wrap .container .contents_top_area_info_text h4 span {
  font-size: 24px;
  color: #0BBCF0;
}

.wrap .container .contents_top_area_info_text p {
  font-size: 18px;
  color: #191919;
}

.wrap .container .contents_top_area_info_date.date .date_tit {
  font-size: 18px;
  color: #191919;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.wrap .container .contents_top_area_info_date.date .date_list {
  max-height: 130px;
  position: relative;
  height: 200px;
  /* 设置一个固定高度 */
  overflow: hidden;
}

.wrap .container .contents_top_area_info_date.date .date_list .over_scroll {
  position: absolute;
  width: 100%;
}

.wrap .container .contents_top_area_info_date.date .date_list .over_scroll li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  padding: 2px 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.wrap .container .contents_top_area_info_date.date .date_list .over_scroll li span {
  font-size: 14px;
  color: #191919;
}

.wrap .container .contents_top_area_info_date.date .date_list .over_scroll li:last-child {
  margin-bottom: 0;
}

.wrap .container .contents_wrap .item_layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 60px 40px;
  width: 1220px;
  margin: 0 auto;
}

.wrap .container .contents_wrap .item_layout .item .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.wrap .container .contents_wrap .item_layout .item .img img {
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
}

.wrap .container .contents_wrap .item_layout .item .img span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fb0000;
  padding: 2px 18px;
  color: #fff;
  z-index: 200;
}

.wrap .container .contents_wrap .item_layout .item .img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.wrap .container .contents_wrap .item_layout .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.wrap .container .contents_wrap .item_layout .item .info h4 {
  font-size: 18px;
  color: #000;
}

.wrap .container .contents_wrap .item_layout .item .info strong {
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}

.wrap .container .contents_wrap .item_layout .item .info a {
  font-size: 18px;
  color: #fff;
  background-color: #297197;
  padding: 10px 20px;
  margin-top: 10px;
}

.wrap .container .contents_wrap .item_list {
  width: 890px;
  margin: 0 auto;
}

.wrap .container .contents_wrap .item_list_top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 500px 1fr;
      grid-template-columns: 500px 1fr;
  gap: 20px;
  width: 100%;
}

.wrap .container .contents_wrap .item_list_top .img img {
  width: 100%;
}

.wrap .container .contents_wrap .item_list_top .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap .container .contents_wrap .item_list_top .info h4 {
  font-size: 24px;
  color: #545454;
}

.wrap .container .contents_wrap .item_list_top .info strong {
  font-size: 24px;
  color: #545454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.wrap .container .contents_wrap .item_list_top .info .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

.wrap .container .contents_wrap .item_list_top .info .number dt {
  font-size: 18px;
  color: #000;
}

.wrap .container .contents_wrap .item_list_top .info .number dd {
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}

.wrap .container .contents_wrap .item_list_top .info .number dd input {
  height: 100%;
  border: 1px solid #eaeaea;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .container .contents_wrap .item_list_top .info .number dd.in_number input[type="number"]::-webkit-inner-spin-button {
  margin: -10px;
  /* 尝试调整间距 */
}

.wrap .container .contents_wrap .item_list_top .info .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}

.wrap .container .contents_wrap .item_list_top .info .control button, .wrap .container .contents_wrap .item_list_top .info .control a {
  font-size: 18px;
  color: #fff;
  background-color: #297197;
  padding: 10px 20px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .container .contents_wrap .item_list_top .info .control button.cart, .wrap .container .contents_wrap .item_list_top .info .control a.cart {
  background-color: #fb0000;
}

.wrap .container .contents_wrap .item_list_top .info .control button.buy, .wrap .container .contents_wrap .item_list_top .info .control a.buy {
  background-color: #297197;
}

.wrap .container .contents_wrap .item_list_bottom {
  margin-top: 50px;
}

.wrap .container .contents_wrap .item_list_bottom .date_info pre {
  white-space: normal;
  word-break: break-all;
  word-spacing: normal;
  max-width: 500px;
}

.wrap .container .contents_wrap .item_list_bottom .date_info pre strong {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap .container .contents_wrap .item_list_bottom .date_info pre p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.wrap .container .contents_wrap .item_list_bottom .faq {
  margin-top: 50px;
}

.wrap .container .contents_wrap .item_list_bottom .faq_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
}

.wrap .container .contents_wrap .item_list_bottom .faq_tit a {
  font-size: 18px;
  color: #000;
  padding: 10px 20px;
  border: 1px solid #000;
  margin-bottom: -1px;
}

.wrap .container .contents_wrap .item_list_bottom .faq_tit a:first-child {
  border-top: transparent;
  border-bottom: transparent;
}

.wrap .container .contents_wrap .item_list_bottom .faq_tit a:last-child {
  border-bottom: 1px solid #fff;
  margin-left: -1px;
}


.wrap .container .contents_wrap .item_list_bottom .spzb {
  margin-top: 50px;
}

.wrap .container .contents_wrap .item_list_bottom .spzb_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #000;
  margin-bottom: 30px;
}

.wrap .container .contents_wrap .item_list_bottom .spzb_tit a {
  font-size: 18px;
  color: #000;
  padding: 10px 20px;
  border: 1px solid #000;
  margin-top: -1px;
}

.wrap .container .contents_wrap .item_list_bottom .spzb_tit a:first-child {
    border-bottom: 1px solid #fff;
    border-top: transparent;

}

.wrap .container .contents_wrap .item_list_bottom .spzb_tit a:last-child {
    border-left: transparent;
    border-top: 1px solid #fff;
}


.wrap .container .contents_wrap .item_list_bottom .faq_list {
  margin-top: 20px;
}

.wrap .container .contents_wrap .item_list_bottom .faq_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

.wrap .container .contents_wrap .item_list_bottom .faq_list_item_tit {
  font-size: 18px;
  color: #000;
}

.wrap .container .contents_wrap .item_list_bottom .faq_list_item_tit span {
  margin-right: 5px;
}

.wrap .container .contents_wrap .item_list_bottom .faq_list_item_ans {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .container .contents_wrap .item_list_bottom .faq_list_item:last-child {
  margin-bottom: 0;
}

.wrap .footer {
  width: 100%;
}

.wrap .footer_wrap {
  width: 1582px;
  margin: 0 auto;
  background-color: #297197;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .footer_top {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .footer_bottom {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .footer_bottom .address {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .footer_bottom .address h4 {
  font-size: 14px;
  color: #fff;
}

.wrap .footer_bottom .address p {
  font-size: 12px;
  color: #fff;
  margin-top: 2px;
}

.wrap .footer_bottom .address p:first-child {
  margin-top: 0;
}

.wrap .cart_center {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.wrap .cart_center_wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 420px;
  height: 100%;
  background-color: #fff;
  z-index: 100;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .cart_center:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.wrap .cart_center_tit {
  width: 100%;
  height: 80px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

.wrap .cart_center_tit h4 {
  font-size: 24px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .cart_center_tit span {
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}

.wrap .cart_center_tit .close {
  position: absolute;
  top: 20px;
  right: 0;
  background-color: transparent;
}

.wrap .cart_center_tit .close img {
  width: auto;
  height: 30px;
}

.wrap .cart_center_list {
  width: 100%;
  height: calc(100% - 270px);
  background-color: #fff;
  margin: 20px 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .cart_center_list_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
      grid-template-columns: 100px 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.wrap .cart_center_list_item .img img {
  width: 100%;
}

.wrap .cart_center_list_item .info_layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px;
      grid-template-columns: 1fr 30px;
  gap: 20px;
  margin-bottom: 20px;
}

.wrap .cart_center_list_item .info_layout:last-child {
  margin-bottom: 0;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.wrap .cart_center_list_item .info_layout:last-child .info_item:last-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wrap .cart_center_list_item .info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap .cart_center_list_item .info_item span {
  font-size: 16px;
  color: #000;
}

.wrap .cart_center_list_item .info_item strong {
  font-size: 16px;
  color: #000;
}

.wrap .cart_center_list_item .info_item .delete {
  background-color: transparent;
  padding: 0;
}

.wrap .cart_center_list_item .info_item .delete img {
  width: auto;
  height: 20px;
}

.wrap .cart_center_list_item .info_item.number_style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}

.wrap .cart_center_list_item .info_item.number_style span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #eaeaea;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
}

.wrap .cart_center_list_item .info_item.number_style input {
  border: 1px solid #eaeaea;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  height: 30px;
  text-align: center;
}

.wrap .cart_center_list_item:last-child {
  margin-bottom: 0;
}

.wrap .cart_center_list::-webkit-scrollbar {
  display: none;
}

.wrap .cart_center_footer {
  width: 100%;
  height: 150px;
  background-color: #fff;
}

.wrap .cart_center_footer_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.wrap .cart_center_footer_item strong {
  font-size: 18px;
  color: #000;
}

.wrap .cart_center_footer_item:last-child {
  margin-bottom: 0;
}

.wrap .cart_center_footer_item:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.wrap .cart_center_footer_item:last-child p {
  font-size: 14px;
  color: #000;
}

.wrap .cart_center_footer_item:last-child button {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
}

.wrap .cart_center_footer_item:last-child button span {
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
}

.wrap .cart_center_footer_item:last-child button span img {
  width: auto;
  height: 20px;
}

.wrap .cart_center_footer_item:last-child button.order {
  background-color: #297197;
}

.wrap .cart_center_footer_item:last-child button.safe {
  background-color: #fff;
  color: #000;
}

.wrap .cart_center::-webkit-scrollbar {
  display: none;
}

.wrap .cart_center.page {
  display: block !important;
  position: unset;
}

.wrap .cart_center.page:after {
  content: '';
  display: none;
}

.wrap .cart_center.page .cart_center_wrap {
  position: unset;
  width: 890px;
  margin: 0 auto;
  height: 100%;
  background-color: #fff;
}

.wrap .checkout {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.wrap .checkout_header {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 940px;
  height: 100px;
  margin: 0 auto;
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.wrap .checkout_header h3 {
  font-size: 24px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .checkout_header h3 span {
  font-size: 18px;
  color: #000;
}

.wrap .checkout_header h3 span img {
  width: auto;
  height: 80px;
  margin-right: 5px;
}

.wrap .checkout_header a {
  font-size: 18px;
  color: #000;
}

.wrap .checkout_header:after {
  content: '';
  position: absolute;
  left: -100%;
  right: -100%;
  bottom: 0;
  bottom: 0;
  height: 1px;
  background-color: #c1c1c1;
}

.wrap .checkout_center {
  width: 940px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 20px;
  padding-bottom: 50px;
}

.wrap .checkout_center_list {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.wrap .checkout_center_list_form {
  background-color: #fff;
  gap: 20px;
}

.wrap .checkout_center_list_form .tip {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f1f1f1;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.wrap .checkout_center_list_form .tip a {
  color: #000;
  text-decoration: underline !important;
  margin-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .checkout_center_list_form .form_layout {
  margin-bottom: 40px;
}

.wrap .checkout_center_list_form .form_layout h4 {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}

.wrap .checkout_center_list_form .form_layout .form_layout_cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.wrap .checkout_center_list_form .form_layout .form_layout_cont dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.wrap .checkout_center_list_form .form_layout .form_layout_cont dl dt {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}

.wrap .checkout_center_list_form .form_layout .form_layout_cont dl dd {
  font-size: 18px;
  color: #000;
}

.wrap .checkout_center_list_form .form_layout .form_layout_cont dl dd input, .wrap .checkout_center_list_form .form_layout .form_layout_cont dl dd select {
  width: 100%;
  height: 40px;
  border: 1px solid #c1c1c1;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
}

.wrap .checkout_center_list_form .form_layout .form_layout_cont dl:nth-of-type(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.wrap .checkout_center_list_form .form_layout .form_layout_cont dl:last-child {
  margin-bottom: 0;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.wrap .checkout_center_list_form .form_layout .form_layout_cont .continue {
  border-radius: 5px;
  width: 100%;
  height: 40px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .checkout_center_list_form .form_layout .form_layout_cont .delivery {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 20px;
}

.wrap .checkout_center_list_form .form_layout .form_layout_cont.one {
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

.wrap .checkout_center_list_form .form_layout .form_layout_cont.one dl {
  grid-column: unset !important;
  margin-bottom: 0;
}

.wrap .checkout_center_list_form .form_layout:last-child {
  margin-bottom: 0;
}

.wrap .checkout_center_list_bar {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  padding: 20px;
  background-color: #f1f1f1;
  position: relative;
}

.wrap .checkout_center_list_bar .order_history {
  font-size: 24px;
  color: #000;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 20px;
}

.wrap .checkout_center_list_bar .order_history_list {
  width: 100%;
  padding: 20px 0;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .checkout_center_list_bar .order_history_list_item {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 1fr;
      grid-template-columns: 60px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c1c1c1;
}

.wrap .checkout_center_list_bar .order_history_list_item .img {
  width: 60px;
}

.wrap .checkout_center_list_bar .order_history_list_item .img img {
  width: 100%;
}

.wrap .checkout_center_list_bar .order_history_list_item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap .checkout_center_list_bar .order_history_list_item .info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .checkout_center_list_bar .order_history_list_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
  border-bottom: 1px solid #c1c1c1;
}

.wrap .checkout_center_list_bar .order_history_list_dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .checkout_center_list_bar .order_history_list_dl dl dt {
  font-size: 14px;
}

.wrap .checkout_center_list_bar .order_history_list_dl dl dd {
  font-size: 14px;
}

.wrap .checkout_center_list_bar .order_history_list_last {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .checkout_center_list_bar .order_history_list_last dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .checkout_center_list_bar .order_history_list_last dl dt {
  font-size: 24px;
}

.wrap .checkout_center_list_bar .order_history_list_last dl dd {
  font-size: 24px;
}

.wrap .checkout_center_list_bar .payment_btn {
  width: 100%;
  height: 40px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}

.wrap .checkout_center_list_bar .payment_btn .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.wrap .checkout_center_list_bar .payment_btn .icon img {
  width: auto;
  height: 20px;
}

.wrap .checkout_center_list_bar.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.wrap .m_menubar {
  display: none;
}

@media (max-width: 980px) {
  .wrap .header_wrap {
    width: 100%;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .wrap .header_wrap .top_menu {
    width: 200px;
    height: unset;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    z-index: 777;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .wrap .header_wrap .top_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .wrap .header_wrap .top_menu ul li {
    width: 100%;
    height: 40px;
  }
  .wrap .header_wrap .top_menu ul li a {
    height: auto;
    height: 40px;
  }
  .wrap .header_wrap .top_menu.on {
    right: 0;
  }
  .wrap .header_wrap .m_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
  }
  .wrap .header_wrap .m_menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url(../images/icon/menu.svg);
    background-size: 35px;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
  }
  .wrap .header_wrap .m_menu.active a {
    background-image: url(../images/icon/close.svg);
  }
  .wrap .header_top {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .wrap .header_top .top_area {
    display: none;
  }
  .wrap .header_top .top_msg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .wrap .header_top .header_logo {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
  .wrap .container {
    width: 100%;
    margin-top: 0;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .wrap .container .contents {
    width: 100%;
  }
  .wrap .container .contents_top_area {
    width: 100%;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  .wrap .container .contents_top_area_info {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  .wrap .container .contents_wrap {
    width: 100%;
  }
  .wrap .container .contents_wrap .item_layout {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .wrap .container .contents_wrap .item_list {
    width: 100%;
  }
  .wrap .container .contents_wrap .item_list_top {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .wrap .footer {
    width: 100%;
    margin-bottom: 50px;
  }
  .wrap .footer .footer_wrap {
    width: 100%;
  }
  .wrap .footer .footer_wrap .footer_top {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .wrap .footer .footer_wrap .footer_top_item {
    text-align: center;
  }
  .wrap .footer .footer_wrap .footer_top_item img {
    width: auto;
    height: 40px;
  }
  .wrap .footer .footer_wrap .footer_bottom {
    width: 100%;
  }
  .wrap .m_menubar {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    width: 100%;
    height: 50px;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
  }
  .wrap .m_menubar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrap .cart_center {
    width: unset;
    height: unset;
    left: 0;
  }
  .wrap .cart_center_wrap {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
  .wrap .cart_center.page .cart_center_wrap {
    width: 100%;
  }
  .wrap .checkout {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .wrap .checkout_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .wrap .checkout_center {
    width: 100%;
  }
  .wrap .checkout_center_list {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  .wrap .checkout_center_list_form {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 40px;
  }
  .wrap .checkout_center_list_bar {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .wrap .checkout_center_list_bar.sticky {
    position: unset;
  }
}
/*# sourceMappingURL=layout.css.map */