/*手机*/
@media screen and (max-width: 767px) {
  #gdv_obc-home-1 {
    padding: 20px 0px !important;
  }

  #gdv_hoverimagelist1 {
    flex-wrap: wrap;
  }

  #menu_text_mtop > div {
    height: 35px;
    line-height: 35px;
  }

  #html5_section_foot {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 991px) {
  #foot {
    min-width: 0;
    /* margin-bottom: 80px; */
  }
}

#menu_text_footlistmenu {
  flex-wrap: wrap;
}

#utility_shoppingcartpopoverslink_a > img,
#utility_shoppingcartlink_m_a > img {
  width: 28px;
}

#menu_text_top .splitchar {
  display: none;
}
#foot {
  background: #000;
  width: 100%;
  /* min-width: 1280px; */
  padding: 40px 0;
  box-sizing: border-box;
  text-align: center;
}
#foot ul {
  margin: 0;
  padding: 0;
}
#foot li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
}

#mainmenu_m1 {
  height: 40px;
  padding: 0;
  line-height: 40px;
}
#mainmenu_m1 > ul {
  height: 45px;
  margin: 0;
}

#textlink_shoppingRelated {
  font-size: 13px;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}

#utility_foot4link_center {
  display: flex;
  justify-content: center;
}

#html5_section_offcanvas_mainmenu {
  width: 100%;
  /* padding-top: 35px; */
}

#html5_section_popovers_follow > div,
#html5_section_popovers_member > div,
#html5_section_popovers_shoppingcart > div {
  background-color: #fff;
}

#utility_text_wish2 {
  border-bottom: 1px solid #8a8982;
}
#utility_text_cart2 {
  border-bottom: 1px solid #8a8982;
}

#html5_loginregist_textlink,
#html5_loginout_textlink {
  line-height: 25px;
}
#html5_loginregist_textlink_a,
#html5_loginout_textlink_a {
  color: white;
}

#html5_section_popovers_shoppingcart > div {
  border: 1px solid #8a8982;
}

#menu_text > ul {
  white-space: nowrap;
}
#utility_shoppingcartlink_m #container_logomenu_m_start {
  width: 80px;
  padding: 0;
}
#container_logomenu_m_center,
#container_logomenu_m_end {
  padding: 0;
  margin: 0;
}

#container_menu_start,
#container_menu_end {
  /* width: 300px; */
}

#utility_foot4link {
  padding: 20px 0px;
  height: 67px;
}

#utility_foot4link > div {
  padding: 0px 7px;
}

/*********************/
.html5_mainitem_name,
.html5_mainitem_name.span {
  font-size: 12px;
}

/* accordion */
.accordion-button {
  font-size: inherit;
  background-color: inherit;
  padding: 0;
  outline: none;
}
.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
  box-shadow: inherit;
}
.accordion-button:focus {
  box-shadow: inherit;
}

.accordion-flush {
  padding: inherit;
}
.accordion-item {
  color: inherit;
  background-color: inherit;
  border: inherit;
}



/* 會員中心通用 */
.submit-btn_black {
  background-color: black;
  color: white;
  padding: 6px 12px;
  text-align: center;
  cursor: pointer;
}

.member-form label {
  font-weight: bold;
}

.member_input-container {
  width: 100%;
  margin: 0 0 17px 0;
}
.member_input-container input, 
.member_input-container select {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.member_input-container textarea {
  display: block; 
  width: 100%; 
  border-radius: 4px;
  color: #555;
  background-color: #fff;
  padding: 6px 12px;
  margin: 0 0 17px 0;
}
.member_input-container label {
  text-align: left;
  margin: 0 0 5px 0;
  font-weight: bold;
}

.member_input-container .phone {
  display: flex; 
  width: 100%; 
  border-radius: 4px;
  color: #555;
  background-color: #fff;
}
.member_input-container .phone button {
  flex: 4;
  height: 34px;
  color: #555;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #ccc;
}
.member_input-container .phone input {
  flex: 7;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.member_type-option_m {
  flex: 1; 
  text-align: center; 
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-bottom: 2px solid #f3f3f3; 
}
.member_type-option_m:hover {
  border-bottom: 2px solid rgb(255, 216, 0);
}
.member_list_noData_m {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  background-color: #f9f9f9;
}

/*陈列、商品、hotsuitbrowe、、、加购物车*/
.input-group-text,
.form-control{
  font-size: 14px;
}

.hotsuitbrowe_content .swiper-button-prev{
  position: absolute;
  right: 30px;
  top: -5px;
  left: inherit;
}
.hotsuitbrowe_content .swiper-button-next{
  position: absolute;
  right: 0px;
  top: -5px;
  left: inherit;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px !important;
  font-weight: bold !important;
  color: black !important;
}
@media screen and (min-width: 992px) {
  #hotsuitbrowe_container{
    padding: 20px 0px;
  }
  .hotsuitbrowe_content{
    margin: 100px auto 0px auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  #hotsuitbrowe_container{
    padding: 10px 0px;
  }
  .hotsuitbrowe_content{
    overflow: hidden;
    margin: 20px auto 0px auto;
  }
}
.prod-hEffect {
  padding: 14px;
  background-color: whitesmoke;
  opacity: 0.8;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 100px;
  display: none;
  text-align: center;
  top: initial;
  font-size: 13px;
  z-index: 99;
}

.gwxd {
  /*width: 97px;*/
  height: 15px;
  line-height: 15px;
  /*background: white;*/
  font-size: 9pt;
  text-align: center;
  position: absolute;
  z-index: 50;
  left: 14px;
  bottom: 14px;
  font-weight: bold;
}

.prod-hEffect-trigger {
  padding-top: 10px;
  height: 100px;
  color: rgb(0, 0, 0);
  margin-top: 0px;
  position: relative;
  text-align: center;
}

.prod:hover .prod-hEffect {
  display: block;
  -webkit-animation-name: Effect;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: 0.9;
  -webkit-animation-delay: 0s;
}

.prod:hover .gwxd,
.prod:hover .mkgcolorshow {
  display: none !important;
}

.prod:hover .mkgcolorhide {
  display: flex !important;
}

.prod-hEffect-color img {
  width: 15px !important;
  height: 15px !important;
  display: inline-block !important;
  margin-right: 10px;
  margin-top: 5px;
  border-radius: 50% !important;
}

.prod-hEffect-color-active {
  width: 15px;
  height: 15px;
  /*margin-left: 5px;*/
  border-radius: 50%;
  padding: 2px;
  border: 1px solid #222222;

}

.sizelistmenu {
  color: #333;
  min-width: inherit;
  bottom: 9px;
  top: inherit !important;
  margin: 0;
  padding: 0;
  width: 46%;
  margin-bottom: -25px !important;
  border-radius: 0;
}

.addgwc {
  width: 50%;
  float: left;
  text-align: center;
  background: black;
  color: white;
  cursor: pointer;
  line-height: 24px;
  font-size: 14px;
}

.mkgsizebtn {
  border-radius: 0;
  float: left;
  border-color: #ccc;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 22px;
  padding: 0px 5px;
  background: white;
  color: #333333;
}
.html5_page_tee>.html5_dispgroup_list,
.html5_page_men>.html5_dispgroup_list,
.html5_page_women>.html5_dispgroup_list,
.html5_page_kids>.html5_dispgroup_list,
.html5_page_sales>.html5_dispgroup_list{
  max-width: 1535px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .newmkginfo>div:first-child {
    line-height: 18px;
    font-size: 14px !important;
    height: 45px;
  }

  .newmkginfo>div:nth-child(2),
  .newmkginfo>div:nth-child(3) {
    height: 20px;
  }

  .newmkginfo>div:nth-child(2) {
    line-height: 15px;
    font-size: 12px !important;
  }

  .newmkginfo>div:nth-child(3),
  .newmkginfo>div:first-child>a {
    font-size: 14px !important;
  }

  .newmkginfo {
    height: 100px !important;
  }

  .newmkginfo>div:first-child>a {
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
  }
}

@media screen and (min-width: 768px) {
  .newmkginfo>div:first-child,
  .newmkginfo>div:nth-child(2),
  .newmkginfo>div:nth-child(3) {
    height: 30px;
    line-height: 30px;
  }
}
/*陈列、商品、hotsuitbrowe、、、加购物车*/