/* hide pagination */
.prolist-spfilter .prolist-spfilter-pagenation  {
  display: none;
}

.overflow {
  position: relative;
  height: auto !important;
}
.overflow-school-pop {
  height: 100vh !important;
  overflow: hidden;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.my-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 180px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 5px 10px;
}
.my-pop.school-info-pop {
  width: 700px;
  height: auto;
  padding: 20px 30px;
}

.my-pop .buttons {
  margin-top: 20px;
  width: 60%;
  text-align: center;
}
.my-pop .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.my-pop .close-button svg {
  width: 20px;
  height: 20px;
}


.my-pop .buttons.hideButton {
  display: none;
}

.my-pop .buttons button:focus {
  outline: none;
}


@media screen and (max-width: 768px) {
  .my-pop.school-info-pop {
    width: 100vw;
  }
  .my-pop .close-button {
    right: 40px;
  }
}


#confirm,#cancel {
  color: #fff;
  font-size: 16px;
  width: 90px;
  height: 35px;
  border-radius: 8px;
  background: rgb(40, 40, 40);
  border: none
}

.school-code-pop {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  width: 100vw;
  height: 100vh;
}
.school-code-pop .school-code-bg {
  background-size: cover;
  background-image: url('//asset.ibanquan.com/s/139758/1040/school_login_bg?design_theme_id=0&v=1682309999_1763467983');
  height: 100%
}

.school-code-pop .school-code-input-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 200px;
  transform: translatex(-50%);
}
.school-code-pop .school-code-input-container .input-container {
  margin-top: 15px;
  width: 100%;
  height: 100px;
  display: flex;
}
.school-code-pop .school-code-input-container .tip {
  color: white;
  font-size: 28px;
  display: block;
}


.school-code-pop .school-code-input-container.hide {
  display: none;
}
.school-code-pop .school-code-input-container .input-container input {
  color: #999;
  font-size: 28px;
  padding: 10px;
  flex: 1;
}

.school-code-pop .school-code-input-container .input-container button {
  background: rgb(130, 29, 32);
  width: 150px;
  color: white;
  border: none;
  font-size: 28px;
}
.school-code-pop .school-code-input-container .input-container button:focus {
  outline: none;
}

.school-product {
  display: none;
}

.school-product-show {
  display: block;
}

@media screen and (max-width:768px){
  .school-code-pop .school-code-bg {
    background-image: url('//asset.ibanquan.com/s/139758/1040/school_login_mobile_bg?design_theme_id=0&v=1682309999_1763467983');
    height: 100%;
    padding: 0 30px;
    overflow: hidden;
  }

  .school-code-pop .school-code-input-container {
    width: 90%;
    height: auto;
  }
  .school-code-pop .school-code-input-container .input-container {
    margin-top: 15px;
    width: 100%;
    height: 45px;
    display: flex;
  }
  .school-code-pop .school-code-input-container .tip {
    color: white;
    font-size: 12px;
  }
  .school-code-pop .school-code-input-container .input-container input {
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 10px;
  }

  .school-code-pop .school-code-input-container .input-container button {
    width: 70px;
    white-space: nowrap;
    font-size: 14px;
  }
}


/* contact us */

.contact-info > .info {
  background-image: url('//asset.ibanquan.com/s/139758/1040/contact_us_info_bg?design_theme_id=0&v=1682309999_1763467983');
}

.logo-phone{
  background-image: url('//asset.ibanquan.com/s/139758/1040/contact_us_phone?design_theme_id=0&v=1682309999_1763467983');
}
.logo-email{
  background-image: url('//asset.ibanquan.com/s/139758/1040/contact_us_email?design_theme_id=0&v=1682309999_1763467983');
}
.logo-location{
  background-image: url('//asset.ibanquan.com/s/139758/1040/contact_us_location?design_theme_id=0&v=1682309999_1763467983');
}


.contact-us-header > img {
  vertical-align: top;
}

.contact-us-page {
  display: none;
}

.contact-us {
  width: 100%;
}

.contact-info {
  width: 1200px;
  height: 850px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  display: flex;
  color: #fff;
  margin: 20px auto 30px;
}
.contact-info > .info {
  height: 100%;
  width: 500px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.contact-info > .info > .info-filter {
  height: 100%;
  width: 100%;
  background: rgba(24, 34, 65, 0.8);
  border: 1px solid #182241;
  color: #fff;
}

.contact-info > .info > .info-filter .title {
  margin-top: 40px;
  text-align: center;
}
.contact-info > .info > .info-filter .title img {
  width: 275px;
}
.contact-info > .info > .info-filter .info-company {
  text-align: center;
  font-size: 24px;
  margin-top: 20px;
}

.contact-info > .info > .info-filter .info-group {
  width: 300px;
}

.contact-info > .info > .info-filter .info-group p:last-child {
  margin-bottom: 0;
}
.contact-info > .info > .info-filter .info-group p {
  text-align: center;
}

.contact-info > .info > .info-filter span {
  height: 30px;
  width: 30px;
  flex-shrink: 0;
}
.contact-info > .info > .info-filter > h2 {
  font-weight: bolder;
  color: white;
  text-align: center;
  font-size: 36px;
}
.contact-info > .info > .info-filter > .qr-code-group {
  display: flex;
  justify-content: space-between;
  width: 300px;
  margin: 50px auto 0 auto;
}
.contact-info > .info > .info-filter .qr-code {
  width: 120px;
  height: 120px;
  text-align: center;
}
.contact-info > .info > .info-filter .qr-code > img {
  width: 100%;
  height: 100%;
}
.contact-info > .info > .info-filter > ul {
  list-style: none;
  padding-right: 30px;
}
.contact-info > .info > .info-filter > ul > li {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  margin-top: 20px;
}
.contact-info > .info > .info-filter > ul > li > span {
  display: block;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-info > .info > .info-filter > ul > li > p {
  margin: 0 0 0 10px;
  line-height: 34px;
}

.contact-info > .info > .info-filter > ul > .info-phone > .tels {
  text-align: center;
}

.contact-info > .info > .info-filter > ul > .info-phone > .tels > pre {
  font-family: inherit;
  margin-bottom: 0;
}
.contact-info > .info > .info-filter > ul > li > a {
  color: white;
  text-decoration: underline;
}


.contact-info > .form {
  background: #fff;
  flex: 1;
  padding: 60px;
}
.contact-info > .form > h2 {
  margin: 0;
  font-size: 26px;
  color: #d94b35;
}
.contact-info > .form label {
  color: #000;
  font-size: 16px;
}
.contact-info > .form label {
  display: flex;
  flex-direction: column;
}
.contact-info > .form input[type=radio] {
  margin-right: 10px;
  cursor: pointer;
  font-size: 14px;
  width: 14px;
  height: 14px;
  position: relative;
}
.contact-info > .form #parent:before, .contact-info > .form #school:before {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 18px;
  height: 18px;
  content: "";
  background: #fff;
  border: 1px solid #d94b35;
  border-radius: 50%;
}

.contact-info > .form #parent:checked:after, .contact-info > .form #school:checked:after {
  overflow: hidden;
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  /*transform: translate(-50%, -50%);*/
  background: #d94b35;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  z-index: 1;
}

.contact-info > .form input, .contact-info > .form textarea {
  margin-top: 5px;
  font-size: 16px;
  color: #999;
  padding-left: 10px;
  border: none;
  background: #f8f8f8;
}
.contact-info > .form input:focus, .contact-info > .form textarea:focus {
  outline: none;
}
.contact-info > .form textarea {
  padding: 10px;
}
.contact-info > .form input {
  margin-top: 5px;
  height: 55px;
}
.contact-info > .form > .radio {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.contact-info > .form > .radio > .radio-item {
  width: 48%;
  display: flex;
  align-items: center;
}
.contact-info > .form > .radio > .radio-item > span {
  margin-left: 10px;
}
.contact-info > .form > .name-tel {
  margin-top: 30px;
  display: flex;
}
.contact-info > .form > .name-tel > label {
  flex: 1;
}
.contact-info > .form > .name-tel > label.tel {
  margin-left: 20px;
}
.contact-info > .form > .email-message {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.contact-info > .form > .email-message > label:last-child {
  margin-top: 20px;
}
.contact-info > .form > button {
  width: 130px;
  height: 50px;
  font-size: 22px;
  border-radius: 10px;
  display: block;
  border: none;
  margin: 50px auto 0;
  color: white;
  background: #d94b35;
}
.contact-info > .form > button:focus {
  outline: none;
}



.map {
  display: block;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  width: 1200px;
  height: 835px;
  overflow: hidden;
  margin: 20px auto 80px;
}
.map > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .contact-info {
    flex-direction: column;
    width: 100%;
    height: auto;
    box-shadow: none;
    margin-top: 0 !important;
  }
  .contact-info > .info {
    width: 100%;
    /* width: 100vw; */
  }
  .contact-info > .info > .info-filter .info-company {
    margin-top: 16px;
  }
  .contact-info > .info > .info-filter .info-location p {
    margin: 10px 0;
  }


  .contact-info > .info > .info-filter .title {
    margin-top: 20px;
    text-align: center;
  }
  .contact-info > .info > .info-filter .title img {
    width: 150px;
  }

  .contact-info > .info > .info-filter .info-company {
    font-size: 14px;
    margin-top: 10px;
  }

  .contact-info > .info > .info-filter > ul {
    padding: 0 20px;
    font-weight: bolder;
    text-align: center;
  }
  .contact-info > .info > .info-filter > ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin: 25px auto 0;
  }

  .contact-info > .info > .info-filter > ul li p,
  .contact-info > .info > .info-filter > ul li pre,
  .contact-info > .info > .info-filter > ul > li > a {
    font-weight: normal;
    font-size: 14px;
  }
  .contact-info > .info > .info-filter > ul li span {
    width: 20px;
    height: 20px;
  }


  .contact-info > .info > .info-filter > ul > .info-phone > .tels {
    padding-left: 0;
    width: 95vw;
    display: flex;
    margin-top: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .contact-info > .info > .info-filter > ul > .info-phone > .tels > pre {
    text-align: center;
    white-space: pre-wrap;
  }


  .contact-info > .info > .info-filter .info-group {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 150px;
  }

  .contact-info > .info > .info-filter > .qr-code-group {
    display: block;
    margin: 0 auto;
    height: 350px;
  }
  .contact-info > .info > .info-filter .qr-code {
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
  }
  .contact-info > .form {
    padding: 20px;
  }
  .contact-info > .form > h2 {
    font-size: 18px;
    text-align: center;
  }
  .contact-info > .form span {
    font-size: 16px;
  }
  .contact-info > .form input {
    height: 30px;
  }
  .contact-info > .form > .radio > .radio-item {
    justify-content: center;
    flex: auto;
  }
  .contact-info > .form > .name-tel {
    flex-direction: column;
  }
  .contact-info > .form > .name-tel > label.tel {
    margin-left: 0;
    margin-top: 20px;
  }
  .contact-info > .form > button {
    font-size: 16px;
    border-radius: 3px;
    line-height: 18px;
    width: 65px;
    height: 30px;
    margin-top: 20px;
  }

  .map {
    /* width: 100vw;
	height: 100vw; */
    width: 100%;
    height: 100%;
    box-shadow: none;
    margin: 20px auto 20px;
  }
}


/* 用户自定义 CSS */

/*header-custom*/

@media screen and (min-width: 1250px) {
  .wrapper.wrapper-nav > .cont {
    max-width: 1650px !important;
  }
}
@media screen and (max-width: 1250px) {
  .wrapper.wrapper-nav > .cont {
    width: 100%;
  }
}
.wrapper.wrapper-nav > .cont > .nav > .nav-inner > .nav-link {
  text-align: center;
}
.wrapper.wrapper-nav > .cont > .nav > .nav-inner > .nav-link > li {
  transition: all 0.3s;
  margin: 0 10px !important;
}
@media screen and (max-width: 1260px) {
  .wrapper.wrapper-nav > .cont > .nav > .nav-inner > .nav-link > li.english {
    margin: 0 !important;
  }
  .wrapper.wrapper-nav > .cont > .nav > .nav-inner > .nav-link > li.english > a {
    padding: 0 4px !important;
  }
}
@media screen and (max-width: 1249px) {
  .wrapper.wrapper-nav > .cont > .nav > .nav-inner > .nav-link > li {
    margin: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.wrapper-nav > .cont > .nav > .nav-inner > .nav-link-mobile {
    position: absolute !important;
    left: 6px;
  }
}
@media screen and (max-width: 320px) {
  .wrapper.wrapper-nav > .cont > .nav > .nav-inner > .nav-link-mobile > span {
    width: 25px;
  }
}
.wrapper.wrapper-nav > .cont > .nav > .nav-inner > .nav-link {
  height: 100%;
}
.wrapper.wrapper-nav > .cont > .nav > .nav-inner > .nav-link > li {
  height: 48px;
}
.wrapper.wrapper-nav > .cont > .mod {
  padding: 0;
}
.wrapper.wrapper-nav .nav-language-wrapper {
  position: absolute;
  cursor: pointer;
  margin-right: 10px;
  font-size: 13px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .wrapper.wrapper-nav .nav-language-wrapper {
    display: block;
  }
}
.wrapper.wrapper-nav .nav-language-wrapper > a {
  color: inherit;
  display: inline-block;
  width: 20px;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .wrapper.wrapper-nav .nav-language-wrapper > a {
    width: 23px;
  }
}
@media screen and (max-width: 320px) {
  .wrapper.wrapper-nav .nav-language-wrapper > a {
    width: 20px;
  }
}
.wrapper.wrapper-nav .nav-language-wrapper > a span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.wrapper.wrapper-nav .nav-language-wrapper > a > .lang-en.active {
  color: #ffd948;
}
.wrapper.wrapper-nav .nav-language-wrapper > a > .lang-cn.active {
  color: #ffd948;
}
.wrapper.wrapper-nav .top-nav-logo {
  position: absolute;
  height: 100%;
  left: 190px;
  z-index: 1;
}
@media screen and (max-width: 1450px) {
  .wrapper.wrapper-nav .top-nav-logo {
    left: 95px;
  }
}
@media screen and (max-width: 163px) {
  .wrapper.wrapper-nav .top-nav-logo {
    left: 65px;
  }
}
@media screen and (max-width: 1218px) {
  .wrapper.wrapper-nav .top-nav-logo {
    left: 73px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.wrapper-nav .top-nav-logo {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.wrapper.wrapper-nav .top-nav-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.wrapper.wrapper-nav .top-nav-logo a img {
  height: 25px;
}
@media screen and (max-width: 414px) {
  .wrapper.wrapper-nav .top-nav-logo a img {
    height: 20px;
  }
}
@media screen and (max-width: 320px) {
  .wrapper.wrapper-nav .top-nav-logo a img {
    height: 16px;
  }
}

.cartAndLogin-wrapper {
  position: absolute;
  background-color: transparent;
  pointer-events: none;
}
.cartAndLogin-wrapper > .settings-top_background {
  background-color: transparent !important;
}
@media screen and (min-width: 1250px) {
  .cartAndLogin-wrapper > .settings-top_background {
    width: 100%;
    max-width: 1650px;
  }
}
@media screen and (max-width: 1249px) {
  .cartAndLogin-wrapper > .settings-top_background {
    width: 100% !important;
  }
}
.cartAndLogin-wrapper > .settings-top_background > .header {
  padding: 0 100px 0 0;
}
@media screen and (max-width: 768px) {
  .cartAndLogin-wrapper > .settings-top_background > .header {
    padding: 0 !important;
  }
}
.cartAndLogin-wrapper > .settings-top_background > .header > #yhsd-header-search {
  pointer-events: auto;
  left: 5px;
}
@media screen and (min-width: 769px) {
  .cartAndLogin-wrapper > .settings-top_background > .header > #yhsd-header-search .main-ico.main-ico-search.active {
    background-position: -36px -36px;
  }
}
@media screen and (max-width: 768px) {
  .cartAndLogin-wrapper > .settings-top_background > .header > #yhsd-header-search {
    left: 45px !important;
    display: none;
  }
}
.cartAndLogin-wrapper > .settings-top_background > .header > #yhsd-header-search-ipt {
  pointer-events: auto;
  left: 5px;
}
@media screen and (max-width: 768px) {
  .cartAndLogin-wrapper > .settings-top_background > .header > #yhsd-header-search-ipt {
    left: 45px !important;
    display: none;
  }
}
.cartAndLogin-wrapper > .settings-top_background > .header > #yhsd_topCart_show {
  pointer-events: auto;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .cartAndLogin-wrapper > .settings-top_background > .header > #yhsd_topCart_show {
    margin-right: 0;
    right: 60px !important;
  }
}
@media screen and (max-width: 414px) {
  .cartAndLogin-wrapper > .settings-top_background > .header > #yhsd_topCart_show {
    right: 78px !important;
    width: 55px;
  }
}
@media screen and (max-width: 375px) {
  .cartAndLogin-wrapper > .settings-top_background > .header > #yhsd_topCart_show {
    right: 73px !important;
    width: 50px;
  }
}
@media screen and (max-width: 320px) {
  .cartAndLogin-wrapper > .settings-top_background > .header > #yhsd_topCart_show {
    right: 66px !important;
    width: 45px;
  }
}
.cartAndLogin-wrapper > .settings-top_background > .header > .item1-wrapper {
  display: inline-block;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .cartAndLogin-wrapper > .settings-top_background > .header > .item1-wrapper {
    position: absolute;
    left: 50px;
  }
}
.cartAndLogin-wrapper > .settings-top_background > .header > .item1-wrapper > #customer-item1 {
  margin-right: 20px;
}
.cartAndLogin-wrapper > .settings-top_background > .header > .item2-wrapper {
  display: inline-block;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .cartAndLogin-wrapper > .settings-top_background > .header > .item2-wrapper {
    display: none;
  }
}
.cartAndLogin-wrapper > .settings-top_background > #yhsd_topCart {
  pointer-events: auto;
}
@media screen and (min-width: 1250px) {
  .cartAndLogin-wrapper > .settings-top_background > #yhsd_topCart.cn {
    right: 108px !important;
  }
  .cartAndLogin-wrapper > .settings-top_background > #yhsd_topCart.en {
    right: 135px !important;
  }
}
@media screen and (max-width: 768px) {
  .cartAndLogin-wrapper > .settings-top_background > #yhsd_topCart.cn, .cartAndLogin-wrapper > .settings-top_background > #yhsd_topCart.en {
    right: 0 !important;
  }
}

/*index-custom*/

.collage-bg-wrapper > a {
  display: block;
  margin: 0 auto;
  max-width: 1920px;
}
.collage-bg-wrapper > a > img {
  /* fix 图片缝隙 */
  vertical-align: top;
  width: 100%;
  max-width: 1920px;
}
@media screen and (max-width: 1120px) {
  .collage-bg-wrapper > a > img {
    width: 1120px;
  }
}
@media screen and (max-width: 768px) {
  .collage-bg-wrapper > a > img {
    width: 100%;
  }
}

.collage-bg-wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .collage-bg-wrapper {
    position: static;
    left: auto;
    top: auto;
    transform: translateX(0);
  }
}

.collage-prcShow-wrapper {
  margin: 70px auto 0 auto;
  /*padding: 40px 40px 40px 40px;*/
  padding: 28px;
  width: 1110px;
  transform: translateY(-70px);
  background-color: white;
}
@media screen and (max-width: 1120px) {
  .collage-prcShow-wrapper {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .collage-prcShow-wrapper {
    width: 100%;
    margin: 0 auto;
    transform: translateY(-15px);
    padding: 20px 0 0 0;
  }
}



@media screen and (max-width: 1249px) {
  .collage-prcShow-wrapper > .cont {
    width: 100% !important;
  }
}
.collage-prcShow-wrapper > .cont > .prcShow:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .collage-prcShow-wrapper > .cont > .prcShow:not(:first-child) {
    margin-top: 3px;
  }
}
.collage-prcShow-wrapper > .cont > .prcShow a {
  display: block;
  overflow: hidden;
  position: relative;
}
.collage-prcShow-wrapper > .cont > .prcShow a > .dot {
  position: absolute;
  color: white;
  bottom: 80px;
  left: 50%;
  transition: all 0.618s ease;
}

.collage-prcShow-wrapper > .cont > .prcShow a > img {
  vertical-align: top;
  transition: all 0.618s ease;
  width: 100%;
  /*max-height: 630px;*/
  max-height: 380px;
  object-fit: cover;
}


/*footer-custom*/

.foot-wrapper {
  min-height: 120px;
  display: flow-root;
  flex: 1;
  width: 100%;
  border-top: 2px solid #c43027;
  background-color: #e0e0e0;
}

.foot-wrapper > .footer-title {
  text-align: center;
  font-size: 24px;
  height: 65px;
  line-height: 65px;
color: #000000;
}

@media screen and (max-width: 500px) {
  .foot-wrapper > .footer-title {
    font-size: 3.2vw;
  }
}

.foot-wrapper > .footer-nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media screen and (max-width: 414px) {
  .foot-wrapper > .footer-nav-wrapper {
    max-width: 375px;
  }
}

.foot-wrapper > .footer-nav-wrapper > a {
  width: 48%;
  font-size:7px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
	background-color: #000000;
	color: #e0e0e0;
}

.foot-wrapper > .footer-nav-wrapper > a:nth-child(odd) {
  margin-right: 5px;
}

.foot-wrapper > .footer-nav-wrapper > a:nth-child(even) {
  margin-left: 5px;
}

.foot-wrapper > .footer-nav-wrapper > a:nth-child(n+3) {
  margin-top: 10px;
}

@media screen and (max-width: 414px) {
  .foot-wrapper > .footer-nav-wrapper > a {
    background-color: transparent;
  color: #000000;
width: 50%;
border: 1px solid #000000;
}

.foot-wrapper > .footer-nav-wrapper > a:nth-child(odd) {
  margin-right: 0 !important;
}

.foot-wrapper > .footer-nav-wrapper > a:nth-child(even) {
  margin-left: 0 !important;
}

.foot-wrapper > .footer-nav-wrapper > a:nth-child(n+2) {
  margin-top: 10px;
}
}

.foot-wrapper > .footer-custom-copyright {
  text-align: center;
  font-size: 7px;
  padding: 10px 0;
color: #000000;
}

/*about_us_custom */

.about-us-wrapper {
  box-sizing: border-box;
}
.about-us-wrapper > .about-us-bg {
  width: 100%;
}
.about-us-wrapper > .horizontalBar-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about-us-wrapper > .horizontalBar-wrapper {
    height: auto;
  }
}
.about-us-wrapper > .horizontalBar-wrapper > .about-us-horizontal-bar {
  display: block;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}
.about-us-wrapper > .horizontalBar-wrapper > .about-us-horizontal-bar > .swiper-wrapper > .swiper-slide {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: auto;
  height: 45px;
  line-height: 25px;
  font-size: 14px;
  position: relative;
color: #000000;
}
.about-us-wrapper > .horizontalBar-wrapper > .about-us-horizontal-bar > .swiper-wrapper > .swiper-slide.active {
  font-weight: 600;
color: #eb3c27;
}
.about-us-wrapper > .horizontalBar-wrapper > .about-us-horizontal-bar > .swiper-wrapper > .swiper-slide.active::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
background-color: #ffffff;
}
.about-us-wrapper > .horizontalBar-wrapper > .about-us-horizontal-bar > .swiper-wrapper > .swiper-slide.active::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
/*border-top: 12px solid #000000;*/
border-top: 12px solid #eb3c27;
}
@media screen and (max-width: 768px) {
  .about-us-wrapper > .horizontalBar-wrapper > .about-us-horizontal-bar {
    display: block;
  }
}
.about-us-wrapper > .horizontalBar-wrapper > .horizontal-line {
  display: none;
  padding: 0 10px;
  margin: 10px 10px 0 10px;
  transform: translateY(-20px);
  box-sizing: border-box;
/*border-bottom: 2px solid #000000;*/
border-bottom: 2px solid #000000;
}
@media screen and (max-width: 768px) {
  .about-us-wrapper > .horizontalBar-wrapper > .horizontal-line {
    display: block;
  }
}
.about-us-wrapper > .about-us-main {
  /*max-width: 1365px;*/
  max-width: 1200px;
  margin: 20px auto 40px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .about-us-wrapper > .about-us-main {
    margin-top: 0;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.about-us-wrapper > .about-us-main > .about-us-sidebar {
  width: 250px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
color: #000000;
}
.about-us-wrapper > .about-us-main > .about-us-sidebar > .slide-title {
  margin: 0;
  line-height: 38px;
  font-weight: 600;
  align-self: flex-start;
  font-size: 16px;
}
.about-us-wrapper > .about-us-main > .about-us-sidebar > .link-item {
  font-size: 12px;
  width: 100%;
  cursor: pointer;
  padding-top: 25px;
  line-height: 28px;
  position: relative;
  letter-spacing: 1px;
}
.about-us-wrapper > .about-us-main > .about-us-sidebar > .link-item.active::after {
  position: absolute;
  content: "";
  right: 0;
  top: 100%;
  transform: translate(calc(100% + -12px), -210%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
/*border-left: 10px solid #000000;*/
border-left: 10px solid #000000;
}
.about-us-wrapper > .about-us-main > .about-us-sidebar > .link-line {
  width: 100%;
/*border-bottom: 1px solid #000000;*/
border-bottom: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .about-us-wrapper > .about-us-main > .about-us-sidebar {
    display: none;
  }
}
.about-us-wrapper > .about-us-main > .about-us-content-wrapper {
  margin-left: 15px;
  padding: 14px;
  background: white;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .about-us-wrapper > .about-us-main > .about-us-content-wrapper {
    margin-left: 0;
    box-shadow: none;
  }
}
.about-us-wrapper > .about-us-main > .about-us-content-wrapper > .show-wrapper {
  display: none;
}
.about-us-wrapper > .about-us-main > .about-us-content-wrapper > .show-wrapper img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.about-us-wrapper > .about-us-main > .about-us-content-wrapper > .show-wrapper > .about-us-content {
  display: block;
}

/* product list */
.prolist-filter-clear {
  width: 120px !important;
}

/*  mobile products */
@media screen and (max-width: 768px) {

  .proList-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .proList-ul > li {
    margin: 0 0 20px;
    width: calc(50vw - 18px);
  }

  .proList-ul > li > .proList-img {
    width: calc(50vw - 20px);
    height: calc(50vw - 20px);
  }
  .proList-ul > li > .proList-img img {
    vertical-align: top;
  }
  .proList-ul > li > .proList-name {
    min-height: 20px;
    height: auto;
  }
}

@media screen and (min-width: 1250px) {
  .wrapper-proList > .cont {
    width: 100%;
    max-width: 1200px !important;
  }
  .proList-count-4 li:nth-child(4n) {
    margin-right: 26px !important;
  }
}

/*  mobile product Detail */

@media screen and (max-width: 768px) {
  .pro-detail-gallery .pro-detail-gallery-main {
    width: calc(100vw - 20px);
    height: calc(100vw - 20px);
  }
}

/*  mobile product Detail end */

/* vendors page */

.wrapper > .cont.switch-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper > .cont.switch-button > .switch-school-code {
  font-weight: bolder;
  font-size: 14px;
  cursor: pointer;
  padding-right: 10px;
}

/* floatButtom */

.floatButton {
  position: fixed;
  top: 92px;
  left: 10px;
  z-index: 8;
  width: 32px;
  height: 32px;
  color: #d94b35;
  display: none;
  border-radius: 50%;
  background: rgba(170, 177, 187, 0.8);
  justify-content: center;
  cursor: pointer;
  align-items: center;
}
.floatButton > .icon {
  padding-right: 4px;
}
@media screen and (max-width: 768px) {
  .floatButton {
    display: flex;
  }
}

/* floatButtom end */

/* brandImage */

.brandImgWrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.brandImgWrapper > img {
  width: 100%;
  max-width: 1920px;
  vertical-align: top;
}

/* brandImage end */

/* main nav */

.mainNavWrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 72px;
  text-align: center;
  z-index: 2;
  border-bottom: 2px solid #c43027;
}
.mainNavWrapper > .mainNavInner {
  z-index: 1;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: space-between;
  width: 1200px;
  align-items: center;
  list-style: none;
  position: relative;
}
.mainNavWrapper > .mainNavInner > li {
  list-style: none;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}
.mainNavWrapper > .mainNavInner > li.sideBar {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  display: none;
}
.mainNavWrapper > .mainNavInner > li.sideBar a {
  display: block;
}
.mainNavWrapper > .mainNavInner > li.sideBar a > span {
  display: block;
  height: 4px;
  border-radius: 10px;
  width: 30px;
background-color: #ffffff;
}
.mainNavWrapper > .mainNavInner > li.sideBar a > span:not(:last-child) {
  margin-bottom: 4px;
}
@media screen and (max-width: 320px) {
  .mainNavWrapper > .mainNavInner > li.sideBar a > span {
    width: 25px;
  }
}
@media screen and (max-width: 768px) {
  .mainNavWrapper > .mainNavInner > li.sideBar {
    width: 30px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 5px;
  }
}
@media screen and (max-width: 320px) {
  .mainNavWrapper > .mainNavInner > li.sideBar {
    width: 25px;
  }
}
.mainNavWrapper > .mainNavInner > li.loginName {
  display: none;
  position: absolute;
  left: 45px;
}
.mainNavWrapper > .mainNavInner > li.loginName > a {
  font-size: 12px;
  line-height: 72px;
}
@media screen and (max-width: 320px) {
  .mainNavWrapper > .mainNavInner > li.loginName > a {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .mainNavWrapper > .mainNavInner > li.loginName {
    display: block;
    max-width: 70px;
  }
}
.mainNavWrapper > .mainNavInner > li.navItem {
  overflow: visible;
}
.mainNavWrapper > .mainNavInner > li.navItem:before {
  position: absolute;
  display: none;
  content: "";
  width: 72%;
  left: 14%;
  top: 75%;
  border-bottom: 2px solid #ffffff;
}
.mainNavWrapper > .mainNavInner > li.navItem:hover:before {
  display: block;
}
.mainNavWrapper > .mainNavInner > li.navItem > a {
  height: 100%;
  font-size: 12px;
  display: block;
  line-height: 72px;
  padding: 0 20px;
}
.mainNavWrapper > .mainNavInner > li.navItem > .mainNavSubLinkWrapper {
  display: none;
  position: absolute;
  z-index: 10;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  min-width: 100%;
  padding: 20px;
}
.mainNavWrapper > .mainNavInner > li.navItem > .mainNavSubLinkWrapper:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  top: -10px;
  left: 0;
}
.mainNavWrapper > .mainNavInner > li.navItem > .mainNavSubLinkWrapper > .navSubLink {
  padding: 0;
}
.mainNavWrapper > .mainNavInner > li.navItem > .mainNavSubLinkWrapper > .navSubLink > li {
  text-align: left;
  list-style: none;
  height: 36px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.mainNavWrapper > .mainNavInner > li.navItem > .mainNavSubLinkWrapper > .navSubLink > li > a {
  white-space: nowrap;
  height: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 0 14px;
}
.mainNavWrapper > .mainNavInner > li.navItem > .mainNavSubLinkWrapper > .navSubLink > li > div {
  box-sizing: border-box;
  padding-top: 6px;
  height: 100%;
}
.mainNavWrapper > .mainNavInner > li.navItem:hover > .mainNavSubLinkWrapper {
  display: block;
}
@media screen and (max-width: 768px) {
  .mainNavWrapper > .mainNavInner > li.navItem {
    display: none;
  }
}
.mainNavWrapper > .mainNavInner > li.navSearch {
  opacity: 0;
  width: 120px;
  display: none;
  align-items: center;
  position: relative;
  margin-right: 10px;
}
.mainNavWrapper > .mainNavInner > li.navSearch a {
  z-index: 1;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 2px;
  position: absolute;
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
}
.mainNavWrapper > .mainNavInner > li.navSearch a > .icon.active {
  fill: black;
}
.mainNavWrapper > .mainNavInner > li.navSearch > input {
  transition: all 0.3s ease;
  width: 0;
  opacity: 0;
  height: 25px;
  caret-color: gray;
  padding: 3px 0 3px 30px;
  outline: none;
  border: none;
  border-radius: 2px;
}
.mainNavWrapper > .mainNavInner > li.navSearch > input::placeholder {
  font-size: 12px;
}
.mainNavWrapper > .mainNavInner > li.navSearch > input.active {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .mainNavWrapper > .mainNavInner > li.navSearch {
    display: none;
  }
}
.mainNavWrapper > .mainNavInner > li.navLogo {
  margin-right: 50px;
  display: inline-block;
}
.mainNavWrapper > .mainNavInner > li.navLogo > a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  width: 140px;
}
.mainNavWrapper > .mainNavInner > li.navLogo > a > img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .mainNavWrapper > .mainNavInner > li.navLogo {
    margin-right: 0;
  }
  .mainNavWrapper > .mainNavInner > li.navLogo > a {
    width: 110px;
  }
}
@media screen and (max-width: 320px) {
  .mainNavWrapper > .mainNavInner > li.navLogo > a {
    width: 95px;
  }
}
.mainNavWrapper > .mainNavInner > li.otherItem {
  overflow: visible;
  margin-left: 60px;
  box-sizing: border-box;
  display: inline-flex;
  justify-items: center;
  justify-content: flex-end;
}
.mainNavWrapper > .mainNavInner > li.otherItem div:not(#yhsd_topCart) {
  flex-shrink: 0;
}
.mainNavWrapper > .mainNavInner > li.otherItem > #yhsd_topCart_show {
  text-align: right;
  height: 100%;
  cursor: pointer;
  width: 60px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.mainNavWrapper > .mainNavInner > li.otherItem > #yhsd_topCart_show .icon {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 320px) {
  .mainNavWrapper > .mainNavInner > li.otherItem > #yhsd_topCart_show .icon {
    width: 20px;
    height: 20px;
  }
}
.mainNavWrapper > .mainNavInner > li.otherItem > #yhsd_topCart_show > #yhsd_topCart_quantityTitle {
  margin-left: 10px;
}
@media screen and (max-width: 414px) {
  .mainNavWrapper > .mainNavInner > li.otherItem > #yhsd_topCart_show > #yhsd_topCart_quantityTitle {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .mainNavWrapper > .mainNavInner > li.otherItem > #yhsd_topCart_show > #yhsd_topCart_quantityTitle {
    font-size: 12px;
  }
}
.mainNavWrapper > .mainNavInner > li.otherItem > #yhsd_topCart_show > #yhsd_topCart {
  text-align: left;
  left: 0;
  transform: translateX(-40%);
}
@media screen and (max-width: 414px) {
  .mainNavWrapper > .mainNavInner > li.otherItem > #yhsd_topCart_show > #yhsd_topCart {
    display: none !important;
  }
}
@media screen and (max-width: 414px) {
  .mainNavWrapper > .mainNavInner > li.otherItem > #yhsd_topCart_show {
    width: 65px;
  }
}
@media screen and (max-width: 320px) {
  .mainNavWrapper > .mainNavInner > li.otherItem > #yhsd_topCart_show {
    width: 55px;
  }
}
.mainNavWrapper > .mainNavInner > li.otherItem > .loginIn > a,
.mainNavWrapper > .mainNavInner > li.otherItem .loginOut > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .mainNavWrapper > .mainNavInner > li.otherItem > .loginIn,
  .mainNavWrapper > .mainNavInner > li.otherItem .loginOut {
    display: none;
  }
}
.mainNavWrapper > .mainNavInner > li.otherItem > .translationLang {
  margin-left: 40px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
}
.mainNavWrapper > .mainNavInner > li.otherItem > .translationLang .middleLine {
  margin: 0 5px;
}
.mainNavWrapper > .mainNavInner > li.otherItem > .translationLang > .zh,
.mainNavWrapper > .mainNavInner > li.otherItem > .translationLang .en {
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.mainNavWrapper > .mainNavInner > li.otherItem > .translationLang > span.active {
  color: #ffd948 !important;
}
@media screen and (max-width: 768px) {
  .mainNavWrapper > .mainNavInner > li.otherItem > .translationLang {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .mainNavWrapper > .mainNavInner > li.otherItem {
    margin-left: 0;
    margin-right: 5px;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .mainNavWrapper > .mainNavInner {
    width: 100%;
    display: block;
  }
}

.page {
  /* overflow-x: hidden !important; */
}
/* main nav end */
.vendor-tips {
  display: inline-block;
}
.vendor-tip {
  color: #55aa77;
  cursor: pointer;
}
.vendor-tip:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .wrapper > .cont.switch-button {
    align-items: flex-start;
  }
  .wrapper > .cont.switch-button .switch-school-code {
    margin-top: 20px;
  }
  .vendor-tips {
    display: block;
    margin-bottom: 10px;
  }
  .vendor-tip {
    display: block;
    line-height: 18px;
    margin-left: 0 !important;
  }
}

/* 商品详情页，价格颜色 */

.pro-detail-cnt .su-currency .su-symbol {
  color: #777;
}

.pro-detail-cnt .su-currency .su-num {
  color: #777;
}

/* Banner */
.collage-bg-banner > a {
  display: block;
  margin: 0 auto;
  max-width: 1920px;
}
.collage-bg-banner > a > img {
  /* fix 图片缝隙 */
  vertical-align: top;
  width: 100%;
  max-width: 1920px;
}
@media screen and (max-width: 1120px) {
  .collage-bg-banner > a > img {
    width: 1120px;
  }
}
@media screen and (max-width: 768px) {
  .collage-bg-banner > a > img {
    width: 100%;
  }
}
/* 隐藏 404 页面 */
.tb-404 {
  display: none;
}

.prcShow .dot{
  display: none;
}

.topCart-summary .topCart-submit {
  color: rgb(217, 75, 53);
  font-size: 14px;
}

body {
  padding-top: 72px;
}
.pageTitle h2 {
  color: #999;
  font-size: 20px;
}

.customer-wrapper {
  color: #d9d9d9;
  font-size: 14px;
}
.customer-table tr:nth-child(odd) {
  font-size: 14px!important;
}
.customer-table tr:nth-child(even) {
  font-size: 12px;
  background: #d9d9d9;
}
.customer-table tr:nth-child(even) th{
  font-size: 14px!important;
  color: white !important;
}
.customer-table tr:nth-child(even) a{
  font-size: 14px!important;
  color: white !important;
}
@media screen and (min-width: 768px) {
  .mod.proList {
    padding: 0;
  }
}
.sk-product_info-default .s-cont {
  background: transparent !important;
}
.sk-product_info-buttons .su-button.i-cart {
  background: #000 !important;
  color: white;
  border: none !important;
}
.sk-product_info-buttons .su-button.i-buy-now {
  background: white !important;
  color: #000;
  border: 1px solid #000 !important;
}
.proList-name {
  height: 37px;
}
.proList-ul .proList-name {
  /*white-space: pre-wrap;*/
}

.footer-nav-wrapper .footer_link_1  {
  margin: 0 60px;
}

@media screen and (max-width: 500px) {
  .footer-nav-wrapper .footer_link_1  {
    text-align: center;
    margin: 0 20px;
  }
}
.footer-nav-wrapper .footer_link_1 > a {
  font-weight: 700;
  font-size: 14px;
  margin-top: 0;
  color: #333;
}
.footer-nav-wrapper .footer_link_2  {
  margin-top: 10px;
}
.footer-nav-wrapper .footer_link_2 > a {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}
.footer-nav-wrapper .footer_link_3  {
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer-nav-wrapper .footer_link_3 > a {
  font-size: 10px;
  color: #999;
}

/* 筛选栏 */
@media screen and (max-width: 500px) {
  .prolist-filter .prolist-filter-itemname {
    display: none;
  }

  .prolist-filter .prolist-filter-item {
    display: flex;
    flex-wrap: wrap;
  }

  .prolist-filter .prolist-filter-item a {
    margin-right: 0;
    width: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

/* shopping */
.shopping-button {
  display: block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #b3292b;
  padding: 0 15px;
  border-radius: 8px;
  color: #b3292b;
  margin-top: 15px;
  min-width: 300px;
  text-align: center;
}

.shopping-button-blue {
  color: #5586e7;
  border: 1px solid #5586e7;
}
@media screen and (max-width: 500px) {
  .shopping-button {
    min-width: auto;
  }
}
