/* 公共的CSS */
* {
  margin: 0;
  padding: 0;
/*  outline: none;*/
}
html, body{
  overflow: auto;
  margin: 0;
  min-height: 101%;
}
html{
  overflow-y: scroll;
}
button {
  outline: none !important;
}
input {
  outline: none;
}

@font-face {
  font-family: Baloo;
  /* font-weight: 400; */
  src: url("/acbellsbuy/fonts/baloo.ttf");
  font-display: swap;
}

@font-face {
  font-family: Baloo;
  font-weight: bold;
  src: url("/acbellsbuy/fonts/baloo-bold.ttf");
  font-display: swap;
}

body {
  font-family: Poppins;
  background: #fff;
}

body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

body::-webkit-scrollbar-thumb {
  background: #363537;
  border-radius: 5px;
  border: 1px solid hsla(0, 0%, 100%, 0.26);
  cursor: pointer;
}

ul,
p {
  list-style: none;
  margin: 0;
}

a {
  text-decoration: none !important;
}

.container {
  max-width: 1200px;
}

@media (max-width: 576px) {
  .container {
    padding: 0 15px;
  }

  .announcement {
    margin: 15px 0;
    height: 42px !important;
  }
}

.pc_img {
  margin-top: 20px;
  margin-bottom: 15px;
}
.mobile_img {
  display: none;
}
.announcement {
  cursor: pointer;
  box-sizing: border-box;
}

.announcement img {
  width: 100%;
  height: auto;
}

main h2.main-title {
  font-size: 1.63rem;
  text-align: left;
  color: #363537;
  height: 50px;
  line-height: 50px;
  margin: 15px 0;
  box-sizing: content-box;
  font-weight: 650;
  text-align: center;
}
main h1.main-title {
  font-size: 22px;
  text-align: left;
  color: #333;
  height: 50px;
  line-height: 50px;
  margin: 4px 0;
  box-sizing: content-box;
  font-weight: 700;
}

@media (max-width: 567px) {
  main h1.main-title {
    font-size: 20px;
    height: auto;
    line-height: 40px;
    color: #333;
  }
  .pc_img {
    display: none;
  }
  .mobile_img {
    width: 100%;
    display: block;
    padding: 10px 25px;
  }
  .mobile_img img {
    width: 100%;
  }
}

.layui-layer-dialog .layui-layer-content {
  color: #ffc22f;
  word-break: normal;
}

.layui-layer-dialog .layui-layer-content {
  word-wrap: break-word;
  word-break: break-word;
}

.layui-layer-dialog {
  background: #6d6a6a !important;
}

/* header */
#head {
  width: 100%;
  line-height: 40px;
  /*background: #1b1464;*/
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
}

#head .head-top {
  list-style: none;
 /* height: 72px;*/
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 7px;
}

#head .head-top .logo img {
  height: 60px;
  width: auto;
}
@media print, screen and (max-width: 576px){
  #head .head-top .logo img {
    height: 38px;
    width: auto;
  }
}
@media print, screen and (max-width: 380px){
  #head .head-top .logo img {
    height: 30px;
    width: auto;
  }
}

#head .head-top .search .head-search {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 24px;
  padding: 0 15px;
  position: relative;
  transition: all 0.3s;
  border: 1px solid #ddd;
}

#head .head-top .search .head-search.radius-rec {
  border-radius: 20px 20px 0 0 !important;
}

#head .head-top .search input {
  background: #f7f7f7;
  width: 100%;
  border: none !important;
  /*height: 47px;*/
  color: #999;
  padding: 0 5px;
  border-radius: 20px;
  outline:none;
}

#head .head-top .search button {
  background-color: transparent;
  border: none;
  height: 40px;
  width: 30px;
  outline: none;
}

#head .head-top .search button .icons{
  font-size: 20px;
}

#head .head-top .contact {
  text-align: right;
}

#head .head-top .contact a {
  font-size: 14px;
  color: #363537;
  padding: 0 8px;
}

#head .head-top .cart {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  position: relative;
}

#head .head-top .cart > a > div {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  /*background-color: #f25b61;*/
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#head .head-top .cart > a > div .icons{
  color:#000;
  font-size: 30px;
}

#head .head-top .cart .cart-total {
  font-style: italic;
  position: absolute;
  text-align: center;
  line-height: 18px;
  color: #fff;
  right: -2px;
  top: -7px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 50%;
  background-color: #f25b61;
}

#head .head-top .user-login {
  color: #363537;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

#head .head-top .user-login .login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  font-weight: bold;
  background: #fff;
  border-radius: 20px;
}

#head .head-top .user-login .login .login-btn {
  width: 50%;
  text-align: center;
  z-index: 99;
}

.login .sign-up {
  color: #fff;
}

.login .log-in:hover {
  color: white;
}

.login .log-in:hover ~ li {
  color: black;
}

.login .log-in:hover ~ .effect {
  left: 0px;
}

.login .effect {
  background-color: #f25b61;
  width: 51%;
  position: absolute;
  top: 0;
  height: 101%;
  left: 50%;
  border-radius: 50px;
  z-index: 9;
  transition: all 0.3s;
}

#head .head-top .select {
  border-radius: 20px;
  position: relative;
  left: -20px;
}

#head .head-top .ucenter-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#head .head-top .ucenter-box a {
  color: #000;
}

#head .head-top .ucenter-box a img {
  margin-right: 8px;
}

#head .head-top .ucenter-box .sub-nav {
  display: none;
  background: #fff;
  position: absolute;
  top: 40px;
  z-index: 100;
  height: 80px;
  margin-top: 0px;
  box-shadow: 0 -1px 13px 1px rgb(104 104 104 / 20%);
  border-radius: 10px;
  transition: all 0.3s;
}

#head .head-top .ucenter-box .sub-nav > li > a {
  display: block;
  color: #353637;
}

#head .head-top .ucenter-box .sub-nav .account {
  border-bottom: 1px solid #878789;
}

#head .head-top .ucenter-box .sub-nav a {
  width: 145px !important;
  height: 40px !important;
  padding: 0 !important;
  text-align: center;
  line-height: 40px !important;
}

#head .head-top .ucenter-box .sub-nav > li > a:hover {
  color: #d8242b;
}

#head .head-top .ucenter-box:hover .sub-nav {
  display: block;
}

#head .head-top .select .currency {
  border: none;
  vertical-align: top;
  line-height: 28px;
  border-radius: 0;
  font-size: 16px;
  color: #000;
  background-color: transparent;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  border:1px solid #ddd;
  padding: 5px;
  border-radius: 20px;
}

#head .head-top .select .currency option {
  color: #333;
  width: 95px;
  background-color: #fff;
  border: none;
}

#head .head-nav {
  /*height: 45px;*/
  background: #1b1464;
}

#head .head-nav .category {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow: auto;
  position: relative;
  padding: 11px 0 8px 0;
}

#head .head-nav .category::-webkit-scrollbar {
  appearance: none;
  height: 7px;
  width: 7px;
}

#head .head-nav .category::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

#head .head-nav .category::-webkit-scrollbar-thumb {
  background-color: #1bb218;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#head .head-nav .category > li {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 25px;
  height: 30px;
  text-align: center;
  margin: 0px 3px 2px 0;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 20px;
  color: #fff;
  transition: all 0.3s;
}

#head .head-nav .category > li.active {
  background-color: #fff;
/*  border: 1px solid #1b1464;*/
  color:#1b1464;
}

#head .head-nav .category > li.active a {
  color: #1b1464;
  font-weight: 700;
}

#head .head-nav .category > li:hover {
  background-color: #fff;
}

#head .head-nav .category > li:hover a {
  color: #1b1464;
}

#head .head-nav .category > li a {
  display: block;
  padding: 0 8px;
  color: inherit;
  /*font-weight: bold;*/
  color:#fff;
}

#head .head-nav .nav > li:hover {
  background-color: #d8242b;
  border-radius: 20px;
}

#head .head-nav .nav > li:hover.animal {
  background-color: #d8242b;
  border-radius: 20px 20px 0px 0px;
}

#head .head-nav .nav > li:hover > a {
  color: white;
}

#head .head-nav .nav > li > a {
  display: block;
  text-align: center;
  color: #363537;
  font-weight: 500;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}

#head .head-nav .nav > li > a > img {
  height: 30px;
  margin-right: 5px;
  display: none;
}

#head .head-nav .animal {
  position: relative;
}

#head .head-nav .nav .animal:hover .animal-crossing {
  display: block;
}

#head .head-nav .animal .animal-crossing {
  position: absolute;
  z-index: 9999;
  background: #f7f7f7;
  padding: 10px 30px 20px 30px;
  top: 40px;
  border-radius: 0px 0px 20px 20px;
  left: 0px;
  display: none;
  box-sizing: content-box;
  width: 180px;
}

#head .head-nav .animal .animal-crossing li {
  margin-top: 15px;
}

#head .head-nav .animal .animal-crossing li a:hover {
  color: #5ca6ff;
}

#head .head-nav .animal .animal-crossing a {
  color: #363537;
  font-size: 16px;
}

#head .head-nav .animal .animal-crossing a > img {
  width: 35px;
}

#cart-product {
  position: absolute;
  z-index: 9999;
  right: 16px;
  top: 70px;
  border-radius: 10px;
  box-shadow: 0 -1px 13px 1px rgb(104 104 104 / 20%);
  display: none;
}

@keyframes cartPop {
  0% {
    opacity: 0;
    top: 80px;
  }

  100% {
    opacity: 1;
    top: 70px;
  }
}

#cart-product.cart-block {
  opacity: 1;
  display: block;
  animation: 0.4s ease 0s 1 normal none running cartPop;
  -moz-animation: 0.4s ease 0s 1 normal none running cartPop;
  -webkit-animation: 0.4s ease 0s 1 normal none running cartPop;
}

#cart-product .cart-main {
  border-radius: 10px;
  background: #fff;
  padding: 15px;
  width: 330px;
}

#cart-product .item-name {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

#cart-product .item-name .title {
  line-height: 16px;
  width: 75%;
}

#cart-product .item-name .img-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f3f3f3;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cart-product .item-name .img-box img {
  max-width: 55px;
  max-height: 55px;
}

#cart-product .delete-tips {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #eee;
  text-align: center;
  display: flex;
  align-items: center;
  top: 0;
  justify-content: center;
  right: -100%;
  transition: all 3s;
  color: #00aeff;
}

#cart-product .delete-tips.display {
  animation: deleteTips 2s;
  -webkit-animation: deleteTips 2s;
  right: 0px;
}

@keyframes deleteTips {
  0% {
    right: -100%;
  }

  100% {
    right: 0%;
  }
}

#cart-product::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 30px;
  background: #fff;
  width: 20px;
  height: 20px;
  z-index: -1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  box-shadow: 0px 0px 6px 1px rgb(104 104 104 / 20%);
}

@media (max-width: 576px) {
  #head .head-nav .category::-webkit-scrollbar-thumb {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  #head .head-nav .category::-webkit-scrollbar {
    appearance: none;
    height: 5px;
    width: 5px;
  }

  #head .head-nav {
    /* height: 60px;*/
    background: #fff;
    position: fixed;
    width: 428px;
  }
  #head .head-shadow{
    box-shadow: 4px 7px 32px 0px rgba(186, 191, 194, 0.5);
  }

  #head .head-nav .category {
    height: auto;
    overflow:scroll;
    padding-bottom: 5px;
    scrollbar-face-color: #0d73e7;
  }

  #head .head-nav .category > li {
    color: #353637;
    background: #1b1464;
  }

  #cart-product {
    display: none !important;
  }

  #head .head-top .user-login .login {
    padding: 0 15px;
  }

  #head .head-top .user-login {
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .login-pop .login-box {
    width: 100vw !important;
  }

  #head .head-top .select .currency {
    height: 36px;
  }

  #head {
    position: relative;
  }
}

#cart-product .cart-main ul {
  max-height: 310px;
  overflow-y: scroll;
  padding-right: 5px;
}

#cart-product .cart-main ul::-webkit-scrollbar {
  appearance: none;
  height: 7px;
  width: 7px;
}

#cart-product .cart-main ul::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

#cart-product .cart-main ul::-webkit-scrollbar-thumb {
  background-color: rgb(144, 147, 151);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* #cart-product .cart-main ul:hover::-webkit-scrollbar-thumb {
  background-color: rgb(144, 147, 151);
} */

#cart-product .cart-main li {
  padding: 5px 0 0;
  border-bottom: 1px solid #f3f3f3;
  overflow: hidden;
  position: relative;
}

#cart-product .price-box-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

#cart-product .sum {
  margin: 15px 0;
  padding: 5px;
  color: #363537;
  font: 18px arial;
  text-align: right;
  background: #f7f7f7;
  border-radius: 5px;
}

#cart-product .sum .cart-amount {
  color: #d8242b;
  font-size: 24px;
}

#cart-product .cart-main li em.price,
#cart-product .cart-main li em.num {
  color: #d8242b;
  font-weight: 500;
}

#cart-product .delete {
  float: right;
  height: 20px;
  width: 23px;
  border: 0;
  cursor: pointer;
  line-height: 20px;
  border-radius: 3px;
  padding-left: 2px;
  background: #e3d4c3;
  font-size: 12px;
}

#cart-product .cart-main li em {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  font-size: 15px;
  color: #363537;
  line-height: 14px;
}

#cart-product .t-c {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#cart-product .clear-all,
#cart-product .action-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s;
}

#cart-product .clear-all {
  border-radius: 24px;
  border: solid 1px #cccccc;
  padding: 0 10px;
  color: #cccccc;
}

#cart-product .action-btn {
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 24px;
  display: inline-block;
  background: #f25b61;
}

#cart-product .clear-all:hover {
  background: #f5f5f5;
}

#cart-product .cart-empty {
  text-align: center;
  border-bottom: 0px !important;
}

.navbar {
  position: relative;
}

.navbar .navbar-toggler {
  outline: none;
}

.navbar-light .navbar-toggler {
  border-color: transparent;
  margin-top: 3px;
}

.navbar .navbar-collapse {
  box-shadow: 0.8rem 0.8rem 1.5rem #aaa;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 9999;
  width: 80vw;
  background: #fdfdfd;
  text-align: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  overflow: auto;
}

.navbar .navbar-collapse .navbar-nav {
 /* height: 93vh;*/
}

.navbar .navbar-collapse .navbar-nav .nav-item {
  border-top: 1px solid #ddd;
  line-height: 3rem;
}

.navbar .navbar-collapse .navbar-nav .nav-item:first-child {
  border: none;
}

.navbar .navbar-collapse .navbar-nav .nav-item a {
  color: #353637;
  padding: 0 1rem;
  line-height: 0.8rem;
  font-size: 1.1rem;
  /*font-weight: 600;*/
  width: 100%;
  display: inline-block;
  height: 2rem;
}

.navbar .navbar-collapse .navbar-nav .close {
  position: absolute;
  top: 0;
  right: 20px;
  padding: 0.5rem;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}

/* 手机样式 */
@media (max-width: 576px) {
  #head {
    background: #fff;
  }

  #head .head {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #fff;
  }

  #head .head-top {
    padding-top: 0;
    height: 46px;
  }

  #head .head-top .log-in .icons{
    font-size: 18px;
    margin-left: 40px;
  }

  #head .head-top .search {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #fff;
  }

  #head .head-top .currency {
    height: 40px;
    border: none;
    vertical-align: top;
    line-height: 28px;
    border-radius: 0;
    color: #fff;
    background-color: transparent;
  }

  #head .head-top .currency option {
    color: #000;
  }

  #head .head-top .search .head-search {
    width: 100%;
  }

  #head .head-top .ucenter-box {
    left: 9px;
  }

  #head .head-top .ucenter-box .ucenter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
  }
  #head .head-top .ucenter-box .ucenter .icons {
    font-size: 20px;
  }

  #head .head-top .ucenter-box:hover .sub-nav {
    display: none;
  }
}

/* login */
.user-email,
.user-password {
  width: 46px;
  height: 40px;
  display: block;
  z-index: 999;
  border-right: 1px solid #bbdee4;
  text-align: center;
  position: absolute;
  line-height: 38px;
  margin-left: 6px;
}

.login-box .login-img {
  text-align: center;
  margin: 10px 0;
}

.login-box .login-img img{
  width: 50%;

}

.login-form {
  margin-top: 10px;
}

.login-form li:nth-child(3) {
  text-align: right;
  margin-top: 8px;
}

.login-form li .usname,
.login-form li .passwd {
  box-sizing: content-box;
  width: 96%;
  height: 44px;
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-left: 5px;
  border: none;
  padding-left: 8px;
  border-radius: 20px;
  background-color: rgb(245, 247, 249);
  border: 1px solid #ddd;
}

.login-form li i {
  color: red;
}

.login-form .sign {
  margin-top: 32px;
  padding: 0 10px;
}

.login-form .register {
  margin-top: 24px;
  text-align: center;
}

.login-form li.sign a {
  display: block;
  text-align: center;
  width: 100%;
  height: 52px;
  line-height: 52px;
  background: #f25b61;
  border: none;
  border-radius: 26px;
  padding: 0 15px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: bold;
}

.login-form li .sign-in {
  margin-right: 20px;
}

.login-form li .sign-up {
  font-size: 16px;
  font-weight: bold;
  color: #f25b61;
}

.reset-passwd {
  font-size: 14px;
  color: #f25b61;
}

@media (max-width: 567px) {
  .user-login .login-form {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
  }
}

/* ================footer================== */
footer {
  /*background-image:url(//cdn.shopify.com/s/files/1/0179/6282/7830/files/footer-bg_803662c5-544f-4b6d-b3b0-a6c4b37ad685.png?v=1614317069);
  */background-image: url("../images/footer_bg.png");
  padding-top: 150px;
  padding-bottom: 20px;
}

#footer {
  margin-top: 0px;
  height: 200px;
}

.foot-bottom {
  background: #081028;
  padding-top: 30px;
  padding-bottom: 20px;
  box-shadow: 0px -1px 5px #656b79;
}

.foot-c {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
  color: #fff;
}

.foot-c .foot-left{
  margin-top: -100px;
}
.foot-left .foot-join {
  margin-top: 12px;
  height: 30px;
}

.foot-left > img {
  width: 225px;
  height: 81px;
}

.foot-right {
  display: flex;
}

.foot-right .foot-section {
  margin-right: 108px;
}

.foot-right .foot-section:last-child {
  margin-right: 0;
}

.foot-list {
  font-size: 14px;
  margin-right: 50px;
}

.foot-list li {
  margin-bottom: 13px;
}

.foot-list li:last-child {
  margin-bottom: 0;
}

.foot-list a {
  display: flex;
  align-items: center;
  color: inherit;
}

.foot-list a img {
  margin-right: 7px;
}

.foot-list-w {
  display: flex;
}

.foot-bottom-copy {
  width: 200px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 25px;
  color:#ccc;
}

.foot-bottom-copy span{
  color:#fff;
}

.foot-bottom-copy a {
  color: #fbf403;
}

.foot-section .title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 18px;
  text-align: left;
  font-weight: bold;
}
.foot-mobile{ text-align: center; padding-bottom: 80px;}
.foot-mobile a{color:#ccc;font-size: 14px; padding-left: 10px;}


.chat {
  width: 120px;
  position: fixed;
  right: 0;
  z-index: 99999;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
  top: 50%;
  margin-top: -61px;
}

#carinfo .action-btn {
  background: #6a4c7c;
}

#carinfo .action-btn:hover {
  background: #513c5f;
}

.foot-link {
  display: flex;
  width: 1200px;
  margin: 0 auto 35px;
}

.foot-link li {
  border-right: 1px solid #fff;
  padding: 0 18px;
  height: 30px;
  line-height: 30px;
}

.foot-link li:last-child {
  border-right: none;
}

.foot-link li a {
  color: #fff;
  font-size: 18px;
}

.foot-link li a:hover {
  color: #91f560;
}

.foot-bottom .pay {
  width: 1240px;
  margin: 0 auto;
}

.foot-bottom .pay ul {
  display: flex;
  flex-wrap: wrap;
}

.foot-bottom .pay ul li {
  width: 135px;
  margin: 0 21px 17px;
}

.foot-bottom .pay ul li img {
  width: 100%;
}

@media (max-width: 567px) {
  #head .head-top .select .currency {
    background-position: 0px 7px;
    margin-top: 4px;
  }

  #head .head-top .select {
    background-color: transparent;
    left: 5px;
  }
  footer {
    padding: 15px 0;
    display: none;
  }
  .foot-bottom-copy {
    margin-top: 15px;
  }
  .foot-c {
    width: 100%;

  }
  .foot-c .foot-right {
    display: none;
  }
  main h1.main-title {
    margin: 12px 0 6px;

  }
  .foot-join > div:first-child {
    display: inline-block;
    vertical-align: middle;
  }
}

/* footer Tabber */
.nav {
  padding: 0 0.35rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tabbar .nav .nav-item .nav-link {
  text-align: center;
}

.phone-cart .end-cart {
  position: relative;
  display: inherit;
}
.phone-cart .end-cart .icons {
  font-size: 26px;
  color:#000;
}

.phone-cart .end-cart .cart-total {
  position: absolute;
  top: -10px;
  right: -5px;
  text-align: center;
  background: #F25B61;
  /*border: 1px solid #888;*/
  border-radius: 1rem;
  /*box-shadow: 0 0 1px #000;*/
  color: #fff;
  width: 18px;
  height: 19px;
  line-height: 18px;
}

.tabbar .nav .nav-item a p {
  color: #363537;
  font-size: 14px;
  line-height: 1;
  margin-top: 0.3rem;
  font-weight: 600;
}

/* login -pop up */
.login-pop {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: rgb(55, 55, 55, 0.5);
  display: none;
}

.login-pop .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-pop .title p {
  font-size: 30px;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
}

.login-pop .login-box {
  padding: 16px 30px 32px;
  background-color: #fff;
  z-index: 30;
  border-radius: 20px;
  width: 400px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.login-pop .login-box .close img {
  width: 19px;
  height: 19px;
}

.login-pop .login-box .close {
  cursor: pointer;
}

/* signup-pop */
.signup-pop {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: rgb(55, 55, 55, 0.5);
  display: none;
}

.signup-pop .signup-box {
  padding: 16px 30px 32px;
  background-color: #fff;
  z-index: 30;
  border-radius: 20px;
  width: 400px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.signup-pop .signup-box .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.signup-pop .signup-box .title p {
  font-size: 30px;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
}

.signup-pop .signup-box .close img {
  width: 19px;
  height: 19px;
}

.signup-pop .signup-box .close {
  cursor: pointer;
}

.signup-pop .signup-box .signup-img {
  text-align: center;
  margin-top: 20px;
}

.signup-pop .signup-box .signup-form {
  margin-top: 40px;
}

.signup-pop .signup-box .signup-form li:nth-child(4) {
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}

.signup-pop .signup-box .signup-form li:nth-child(4) > div {
  margin-top: 2px;
}

.signup-pop .signup-box .signup-form li:nth-child(5) {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}

.signup-pop .signup-box .signup-form li:nth-child(5) > div {
  margin-top: 2px;
}

.signup-pop .signup-box .signup-form li:nth-child(4) label,
.signup-pop .signup-box .signup-form li:nth-child(5) label {
  margin-left: 5px;
}

.signup-pop .signup-box .signup-form li:nth-child(4) label a {
  color: #f25b61;
}

.signup-pop .signup-box .signup-form .usname,
.signup-pop .signup-box .signup-form .passwd,
.signup-pop .signup-box .signup-form .retype-passwd {
  box-sizing: content-box;
  width: 96%;
  height: 44px;
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-left: 5px;
  border: 1px solid #eee;
  padding-left: 8px;
  border-radius: 20px;
  background-color: rgb(245, 247, 249);
}

.signup-pop .signup-box .signup-form .sign-up {
  margin-top: 32px;
}

.signup-pop .signup-box .signup-form .sign-up[disabled] a {
  background: #c4c4c4;
  cursor: no-drop;
}

.signup-pop .signup-box .signup-form .sign-up a {
  display: block;
  height: 52px;
  line-height: 52px;
  background: #f25b61;
  border-radius: 26px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.signup-pop .signup-box .signup-form .sign-in {
  margin-top: 24px;
  text-align: center;
}

.signup-pop .signup-box .signup-form .sign-in a {
  font-size: 16px;
  font-weight: bold;
  color: #f25b61;
}

.gotop {
  position: fixed;
  bottom: 100px;
  right: 28px;
  cursor: pointer;
  background-color: #f7f7f7;
  border-radius: 25px;
  padding: 3px;
  transition: all 0.3s;
  opacity: 0;
}

.gotop:hover {
  background-color: #c0c4c9;
  transform: scale(0.9);
}

.foot-faq {
  position: fixed;
  bottom: 180px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.foot-faq:hover {
  transform: scale(0.9);
}
@media (max-width: 567px) {
  .gotop {
    bottom: 130px;
    right: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px;
    z-index: 999;
  }

  .gotop img {
    width: 35px;
    height: 35px;
  }

  .foot-faq {
    display: none;
  }
}

@keyframes delBox {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

.delete-public-box.display {
  display: block;
  animation: delBox 0.3s;
  -webkit-animation: delBox 0.3s;
}

.delete-public-box {
  width: 400px;
  background: #fff;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  margin: auto;
  text-align: center;
  padding: 50px 40px 40px;
  display: none;
  transform: translate(-50%, -50%);
}

.delete-public-box p {
  font-size: 16px;
  margin-bottom: 30px;
}

.delete-public-box i {
  width: 20px;
  height: 20px;
  background-position: -165px -85px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.delete-public-box button {
  width: 100px;
  height: 40px;
  background: #fff;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  line-height: 40px;
  padding: 0;
  border-radius: 40px;
  border: 0;
}

.delete-public-box button.yes {
  background: #ff4a41;
  color: #fff;
}

.delete-public-box button.no {
  border: 1px solid #ff4a41;
  color: #000;
}

.delete-public-box button.yes:hover {
  background: #f25b61;
}

.delete-public-box button.no:hover {
  border-color: #f25b61;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #363537;
  z-index: 9999;
  display: none;
}

.search-rec {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 99;
  background: rgb(245, 247, 249);
  border-radius: 0 0 25px 25px;
  padding-bottom: 10px;
  display: none;
  max-height: 260px;
  overflow: auto;
}

.search-rec::-webkit-scrollbar {
  appearance: none;
  height: 7px;
  width: 7px;
}

.search-rec::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.search-rec::-webkit-scrollbar-thumb {
  background-color: rgb(144, 147, 151);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.search-rec li {
  line-height: 25px;
  padding-left: 20px;
  cursor: pointer;
  transition: all 0.3s;
}

.search-rec li:hover {
  background: #eeeeee;
}

.search-rec .res-empty {
  text-align: center;
  line-height: 60px;
}

.search-rec .res-empty:hover {
  background: rgb(245, 247, 249);
}

/*mobile_menu*/

@media print, screen and (min-width: 50.0625em){
  .hide-for-large {
    display: none !important;
  }
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}
.grid-container {
  max-width: 1200px;
  width: 100%;
}
@media print, screen and (min-width: 34.4375em){
  .grid-container.fluid {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
.grid-container.fluid {
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.grid-margin-x {
  margin-left: -.625rem;
  margin-right: -.625rem;
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: .625rem;
  margin-right: .625rem;
}
.grid-x > .auto {
  width: auto;
}
.cell.auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.text-center {
  text-align: center;
}

.display-block{
  display: block;
}
.mobile-nav {
  background: white;
  padding: 0.625rem 0;
  -webkit-box-shadow: 0 -1px 20px rgba(186, 191, 194, 0.5);
  -ms-box-shadow: 0 -1px 20px rgba(186, 191, 194, 0.5);
  box-shadow: 0 -1px 20px rgba(186, 191, 194, 0.5);
  z-index: 1010; }
.mobile-nav-link {
  width: 100%; }
.mobile-nav-link, .mobile-nav-link:hover, .mobile-nav-link:focus {
  color: #333; }
.mobile-nav-link.active, .mobile-nav-link.hover, .mobile-nav-link:hover.active, .mobile-nav-link:hover.hover, .mobile-nav-link:focus.active, .mobile-nav-link:focus.hover {
  color: var(--color_primary_hover); }
.mobile-nav-icon em {
  display: block; }
.mobile-nav-icon svg {
  margin: 0 auto;
  height: 26px; }
.mobile-nav-text {
  margin-top: 0.25rem;
  font-size: 0.6875rem;
  line-height: 1;
  color: #666;
}

.mobile-nav-text.active {
  color:#1b1464;
  font-weight: 500;
}

.mobile-nav-link .mobile-nav-icon .icons{
  font-size: 20px;
}
.mobile-nav-link .mobile-nav-icon img{
  width: 36px;
  height: auto;
}

#mobile-menu-wrap {
  background: white; }

#mobile-menu-contact-dropup {
  left: 0 !important;
  -webkit-box-shadow: 0 3px 10px 0 rgba(176, 180, 183, 0.79);
  box-shadow: 0 3px 10px 0 rgba(176, 180, 183, 0.79); }
#mobile-menu-contact-dropup:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.5625rem;
  left: 68.5%;
  height: 0;
  width: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 0.625rem solid white; }

.mobile-menu-link {
  font-size: 13px; }
.mobile-menu-link a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #333333;
  line-height: 19px;
  z-index: 2; }
.mobile-menu-link .is-accordion-submenu-parent > a:after {
  display: none !important; }
.mobile-menu-link .is-accordion-submenu-parent > ul {
  margin-bottom: 1.25rem; }
.mobile-menu-link .submenu a {
  font-weight: 400; }
.mobile-menu-link .submenu .is-accordion-submenu-parent[aria-expanded="true"] > a {
  color: var(--color_primary); }

.mobile-menu-society-link {
  border-color: transparent;
  background: transparent;
  width: auto;
  height: auto; }
.mobile-menu-society-link .svg-icon {
  width: 2.5rem;
  height: 2.375rem;
  color: #3f3f41; }

.mobile-menu-contact-button {
  background: var(--color_primary);
  padding: 0.6875rem 1.875rem;
  min-width: 17.625rem;
  font-size: 0.875rem; }
.mobile-menu-contact-button em {
  font-size: 1.125rem;
  margin-right: 0.625rem; }

.site_btn{
  padding: 5px 15px;
  border-radius: 6px;
  background-image: linear-gradient(to bottom, #20AFF2, #0175E9);
  color:#fff;
}

.bank_list{
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.bank_list img{
  padding-right: 5px;

}