.icon {
  width: 100%;
  height: 100%;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.head-top {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background-color: #06ff86;
}
.head-top .strong {
  height: 25px;
  margin-right: 5px;
  margin-bottom: 3px;
  padding: 3px 10px 0px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: PetcoCircularTT-Bold, arial;
  background: #00205b;
  white-space: nowrap;
}
.head-top .d-only,
.head-top .m-only {
  display: block;
  color: #00205b;
  text-align: center;
  font-weight: bold;
  font-family: PetcoCircularTT-Bold, arial;
  white-space: nowrap;
  padding: 0;
  font-size: 16px;
}
.head-top .m-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .head-top{
    height: auto;
  }
  .head-top .d-only {
    display: none !important;
  }
  .head-top .m-only {
    display: flex !important;
  }
}
/* 头部导航搜索 */
.head-layout {
  width: 100%;
  background-color: rgb(0, 25, 82);
}
.head-layout.header__fixed {
  top: 0;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
  position: fixed;
  z-index: 1000;
}
.head-layout .box {
  max-height: 8rem;
  padding: 1.25rem 0px;
  margin: 0px 1rem;
  display: flex;
  /* background-color: rgb(0, 25, 82); */
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.head-layout nav {
  width: 3.9375rem;
  height: 3.5rem;
  padding: 0px 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.head-layout nav .close {
  display: none;
}
.navigation-mask-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 999;
}
.navigation-menu {
  display: flex;
}
.navigation-menu .layout-left {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 18.0625rem;
  height: 100%;
  background: rgb(255, 255, 255);
}
.navigation-menu .primary-menu {
  /* height: 100%; */
  overflow-y: auto;
}
.navigation-menu .primary-menu-item {
  width: 100%;
  padding: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(242, 242, 242);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.navigation-menu .primary-menu-item .icon {
  width: 1rem;
  height: 1rem;
}
.navigation-menu .right-popup {
  position: absolute;
  top: 0px;
  left: 18.0625rem;
  bottom: unset;
  width: 38rem;
  height: calc(100vh - 6rem);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
  overflow: auto;
  visibility: visible;
  background-color: white;
}
.navigation-menu a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.navigation-menu .right-popup h2 {
  padding: 0px 1.5rem;
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 2rem;
  letter-spacing: 0.015625rem;
}
.menu-wrapper {
  padding: 1rem 1.5rem 2rem;
  display: flex;
}
.img-container {
  position: relative;
  min-width: 10.625rem;
  margin-right: 3rem;
  background-color: rgb(243, 243, 243);
}
.img-container>a {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-container>a img {
  width: 100%;
}
.img-container::after {
  content: "";
  display: block;
  margin-top: 250%;
}
.secondary-menu {
  width: 18rem;
  height: 45rem;
  margin-right: 3rem;
  flex-direction: column;
  display: block;
  columns: 13rem 2;
}
.secondary-menu h3 {
  width: 100%;
  margin-bottom: 0px;
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.015625rem;
}
.secondary-menu .secondary-menu-item {
  width: 13.125rem;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
.tertiary-menu {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.015625rem;
  break-inside: avoid;
}
.nav-btn {
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-btn .icon {
  font-size: 40px;
  line-height: 56px;
  color: #fff;
  fill: white;
}
.head-logo {
  margin: -1.25rem 0 -1.25rem 1rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  max-width: 10rem;
  justify-content: center;
}
.head-logo img {
}
.head-search {
  margin-left: 1.8rem;
  margin-right: 0.8rem;
  padding: 0px;
  flex-grow: 1;
  display: none;
}
.head-search>div {
  position: relative;
  width: 100%;
}
.head-search>div input {
  width: calc(100% - 2.6rem);
  height: 3.5rem;
  padding: 1rem;
  max-height: 3.5rem;
  border: 0;
  outline: none;
  background-color: #fff;
  box-sizing: border-box;
}
.head-search>div button {
  position: absolute;
  top: 0;
  right: -15px;
  width: 3.5rem;
  height: 3.5rem;
  border: 0;
  border-radius: unset;
  box-sizing: border-box;
  cursor: pointer;
  justify-content: center;
    align-items: center;
    display: flex;
}
.head-search>div button .icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  color: #fff;
}
.head-right {
  display: flex;
  color: white;
}
.head-right .account {
  position: relative;
  /* width: 6rem; */
  padding: 0px 1rem;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  border-right: 0.0625rem solid white;
}
.head-right .account .header-account {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding-right: 10px;
}
.head-right .account .header-account>div:first-child {
  position: relative;
}
.header-account .icon-header-account {
  font-size: 30px;
  line-height: 56px;
  color: #fff;
}
.head-right .account .header-account .icon {
  width: 2.10938rem;
  height: 1.875rem;
}
.head-right .account .header-account .down {
  position: absolute;
  top: 0.5rem;
  right: -0.5rem;
  margin-left: 0.25rem;
}
.head-right .account .header-account .icon-down {
  width: 0.629375rem;
  height: 0.375rem;
  fill: white;
}
.head-right .account .text {
  margin-top: 0.25rem;
  max-width: 4rem;
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.015625rem;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  left: 0.6rem
}
.m-head-search .drop-down,
.head-right .account .drop-down {
  position: absolute;
  right: -4.1875rem;
  top: 4.5rem;
  width: 14.375rem;
  padding: 1rem;
  visibility: visible;
  opacity: 1;
  z-index: 999;
  border-radius: 0.3125rem;
  background: rgb(255, 255, 255);
}
.head-right .account .drop-down button {
  width: 100%;
  padding: 1.0625rem;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  border: 0.0625rem solid rgb(0, 25, 82);
  border-radius: 0.3125rem;
  background: rgb(0, 25, 82);
  cursor: pointer;
  margin-top: 1.0625rem;
}
.head-right .account .drop-down a:first-child button {
  margin-top: 0;
}
.account-mask-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* display: none; */
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 5;
}

.m-head-search .drop-down,
.account-mask-layer,
.account .drop-down {
  display: none;
}
.head-right .cart {
  position: relative;
  width: 6rem;
  padding: 0px 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.header-cart {
  cursor: pointer;
}
.header-cart>a {
  color: #fff;
  text-decoration: none;
}
.header-cart>a .icon-header-car {
  font-size: 30px;
  line-height: 56px;
}
.header-cart .icon {
  width: 2.10938rem;
  height: 1.875rem;
}
.head-right .cart .cart-num {
  position: absolute;
  top: 10px;
  right: 1.65rem;
  padding: 0.1rem 0.25rem;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.015625rem;
  color: rgb(0, 25, 82);
  border-radius: 50%;
  background-color: rgb(255, 211, 5);
}
.m-secondary-menu,
.m-tertiary-menu {
  display: none;
}
.m-head-search,
.m-head-logo {
  display: none;
}
.icon.search .icon-search {
  font-size: 1.3rem;
}
.m-head-search .icon.search {
  width: 1.7rem;
  height: 1.7rem;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1089px) {
  .head-layout .box {
    height: 4.5rem;
    margin: 0px 0.25rem;
    padding: 0.7rem;
  }
  .head-layout nav {
    width: unset;
    padding: 0 0.8rem 0 0;
  }
  .nav-btn .icon {
    width: 2.10938rem;
    height: 1.875rem;
  }
  .head-logo {
    margin: 0;
    margin-left: 0;
  }
  .head-logo img {
    margin-bottom: 2px;
  }
  .head-search {
    margin: 0px 0px 0px 0.8rem;
    padding: 0.175rem 0px;
    flex-grow: 0;
  }
  .head-search>div input {
    width: calc(100% - 2.75rem);
    height: 2.75rem;
  }
  .head-search>div button {
    width: 2.75rem;
    height: 2.75rem;
  }
  .head-search>div button .icon {
    height: 1.16688rem;
    width: 1.16688rem;
  }
  .head-right .account .header-account .icon {
    width: 1.6875rem;
    height: 1.5rem;
  }
  .header-cart .icon {
    width: 1.6875rem;
    height: 1.5rem;
  }
  .header-account .down,
  .header-account .text {
    display: none !important;
  }
  .head-right .account .header-account{
    padding-right:0
  }
  .head-right .account,
  .head-right .cart {
    width: unset;
    padding: 0 5.6px;
    border-right: unset;
  }
  .head-right .cart .cart-num {
    top: 0;
    right: 0;
  }
  .m-secondary-menu,
  .m-tertiary-menu {
    display: none;
  }
  .navigation-menu .layout-left {
    width: 85.87%;
  }
  .m-secondary-menu,
  .m-tertiary-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
  }
  .menu-back-btn {
    width: 100%;
    height: auto;
    padding: 1.25rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid rgb(242, 242, 242);
    background-color: rgb(242, 242, 242);
    box-sizing: border-box;
  }
  .menu-back-btn .icon {
    width: 16px;
    height: 20px;
  }
  .menu-back-btn .menu-name {
    padding: 0 15px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.375;
    letter-spacing: 0.03125rem;
    color: #333;
  }
  .menu-list li {
    width: 100%;
    height: auto;
    padding: 1.25rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.375;
    letter-spacing: 0.03125rem;
    border-bottom: 1px solid rgb(242, 242, 242);
    box-sizing: border-box;
  }
  .menu-list li .menu-name a {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.375;
    letter-spacing: 0.03125rem;
    text-decoration: none;
    color: #333;
  }
  .menu-list li .icon {
    width: 16px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pc-head-search,
  .pc-head-logo {
    display: none;
  }
  .m-head-search,
  .m-head-logo {
    display: flex;
    align-items: center;
  }
  .m-head-search .drop-down {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(0, 25, 82);
    border-radius: 0;
  }
  .m-head-search .drop-down button {
    padding: 0;
    right: 1rem;
    top: 1rem;
    background-color: transparent;
    color: #fff;
  }
  .head-layout .box {
    height: 4.5rem;
    margin: 0px 0.25rem;
    padding: 0.7rem;
    -webkit-tap-highlight-color: transparent;
  }
  .head-layout nav {
    width: unset;
    padding: 0 0.8rem 0 0;
  }
  .nav-btn .icon {
    width: 1.5rem;
    height: 1.6rem;
  }
  .nav-btn .icon.icon-nav-expand,
  .nav-btn .icon.icon-nav-close {
    width: unset;
    height: unset;
    font-size: 1.6rem;
  }
  .header-account .icon-header-account,
  .header-cart>a .icon-header-car {
    font-size: 1.6rem;
  }
  .head-logo {
    margin: 0 1rem;
    width: 2rem;
    height: 100%;
    max-width: 20rem;
    flex-grow: 1;
    -webkit-tap-highlight-color: transparent;
  }
  .head-logo img {
    margin-bottom: 0;
    max-height: 100%;
  }
  .head-search {
    flex-grow: 0;
    margin: 0;
    padding: 0.175rem 0px;
  }
  .head-search>div input {
    width: calc(100% - 2.75rem);
    height: 2.75rem;
  }
  .head-search>div button {
    width: 2.75rem;
    height: 2.75rem;
  }
  .head-search>div button .icon {
    height: 1.16688rem;
    width: 1.16688rem;
  }
  .head-right .account .header-account .icon {
    width: 1.6875rem;
    height: 1.5rem;
  }
  .header-cart .icon {
    width: 1.6875rem;
    height: 1.5rem;
  }
  .header-account .down,
  .header-account .text {
    display: none !important;
  }
  .head-right .account,
  .head-right .cart {
    width: unset;
    padding: 0 5.6px;
    border-right: unset;
  }
  .head-right .cart .cart-num {
    top: 10px;
    right: 0;
  }
  .m-head-search .drop-down,
  .head-right .account .drop-down {
    top: 3rem;
    right: -2rem;
    -webkit-tap-highlight-color: transparent;
  }
  .m-secondary-menu,
  .m-tertiary-menu {
    display: none;
  }
  .navigation-menu .layout-left {
    width: 85.87%;
  }
  .m-secondary-menu,
  .m-tertiary-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
  }
  .menu-back-btn {
    width: 100%;
    height: auto;
    padding: 1.25rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid rgb(242, 242, 242);
    background-color: rgb(242, 242, 242);
    box-sizing: border-box;
  }
  .menu-back-btn .icon {
    width: 16px;
    height: 20px;
  }
  .menu-back-btn .menu-name {
    padding: 0 15px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.375;
    letter-spacing: 0.03125rem;
    color: #333;
  }
  .menu-list {
    height: calc(100% - 63px);
    overflow-y: auto;
  }
  .menu-list li {
    width: 100%;
    height: auto;
    padding: 1.25rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.375;
    letter-spacing: 0.03125rem;
    border-bottom: 1px solid rgb(242, 242, 242);
    box-sizing: border-box;
  }
  .menu-list li .menu-name a {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.375;
    letter-spacing: 0.03125rem;
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
  }
  .menu-list li .icon {
    width: 16px;
    height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-head-search {
    display: none
  }
  .pc-head-search {
    display: block;
  }
  .pc-head-search button {
    background-color: transparent;
  }
}

/* start 网站币种下拉 */
.currencies.dropdown{
  position: relative;
  max-width: 200px;
  padding: 0px 0px;
  margin: 10px 20px;
}
.currencies.header_dropdown_phone{
  display: none;
}
.currencies.dropdown a{
  display: block;
  text-align: left;
  height: 100%;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.currencies.dropdown a.dropdown-toggle .state_icon{
  max-width: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 14px;
  padding: 0px 0px 0px 35px;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000d41;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.caret{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 4px dashed #000d41;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown-menu{
  max-height: 300px;
  overflow-y: auto;
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 999;
  position: absolute;
  top: 80%;
  left: 0;
  max-width: 200px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  
}
.dropdown-menu li a{
  width:100%;
  color: #262626;
  text-decoration: none;
}

.dropdown-menu li a:hover{
  background-color: rgb(215, 215, 215);
  color: #fff;
}
.dropdown-menu li a span{
  max-width: 200px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 14px;
  padding: 5px 10px 5px 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px){
  .currencies.header_dropdown{
    display: none;
  }
  .currencies.header_dropdown_phone{
    display: block;
  }
  .dropdown-menu{
    top:100%;
  }
}
/* end 网站币种下拉 */