@charset "UTF-8";
.all {
  margin-top: 80px;
  color: #fff;
  background-size: cover;
  background-position: center top;
  background-image: url(../img/contact_bg.jpg);
}

.contact_info {
  background-size: cover;
  background-position: center;
  background-image: url(../img/contact_bg2.png);
}
.contact_info .title {
  line-height: 1;
}
.contact_info .list1 {
  width: 50%;
}
.contact_info .list1 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.contact_info .list1 > div::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0));
}
.contact_info svg {
  width: 24px;
}
.contact_info .ic {
  width: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_info .tit {
  width: 160px;
}
.contact_info a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact_info a[href]:hover {
  text-shadow: #fff 1px 0 10px;
}
.contact_info .list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact_info .list2 > div {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
  margin-right: 45px;
}
.contact_info .list2 > div:last-child {
  margin-right: 0;
}
.contact_info .code {
  width: 160px;
  margin: auto;
  text-align: center;
}
.contact_info .code img {
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  width: 100px;
}
.contact_info .code_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.contact_info .icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.contact_info .icon svg {
  max-width: 50%;
  max-height: 50%;
}
.contact_info .tiktok .icon {
  background: #111111;
}
.contact_info .kuaishou .icon {
  background: #ff6734;
}
.contact_info .weixin .icon {
  background: #28c445;
}

.store {
  display: none !important;
}
.store ul {
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
}
.shop .tips{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.shop .title {
  line-height: 1;
  text-align: center;
}
.shop .shop_l {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  line-height: 1;
  height: 50px;
  border-bottom: 1px solid #fff;
  position: relative;
}
.shop .shop_l .shop_drop {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 100%;
  background: #333;
  line-height: 2;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
.city_drop_act{
        background: rgba(0, 0, 0, 0.4);
}
.shop .shop_l .city_drop>div>div{
    padding: 0 20px;
    cursor: pointer;
    transition: all 0.5s;
}
.shop .shop_l .city_drop>div>div:hover{
    padding-left: 30px;
}
.shop .shop_l .county_drop{
    width: calc(100% / 3);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.shop .shop_l .county_drop>div{
    display: none;
}
.shop .shop_l .county_drop>div:first-child{
    display: block;
}

.shop .shop_l ul{
    width: calc(100% / 3);
    max-height: 20em;
    overflow: auto;
}
.shop .shop_l .city_drop{
    width: calc(100% / 3);
    max-height: 20em;
    border-left:1px solid rgba(255,255,255,0.1) ;
    overflow: auto;
}
.shop .shop_l .city_drop>div{
    display: none;
}
.shop .city_drop_name{
    padding-left: 20px;
    transition: all 0.5s;
    cursor: pointer;
}
.shop .city_drop_name:hover{
    background: rgba(0,0,0,0.4);
}
.shop .shop_l .city_drop>div:first-child{
    display: block;
}
.shop .shop_drop_flx{
    display: flex;
}
.shop .shop_l ul::-webkit-scrollbar,.shop .shop_l .city_drop::-webkit-scrollbar {
  width: 2px;
  border-radius: 4px;
}
.shop .shop_l ul::-webkit-scrollbar-track,.shop .shop_l .city_drop::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02);
  /* 背景色 */
  border-radius: 4px;
}
.shop .shop_l ul::-webkit-scrollbar-thumb,.shop .shop_l .city_drop::-webkit-scrollbar-thumb {
  background: #fff;
  /* 滚动色 */
  border-radius: 6px;
}
.shop .shop_l li {
  padding: 0 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.shop .shop_l li:hover {
  background: rgba(0,0,0,0.4);
  color: #fff;
  padding-left: 30px;
}
.shop .shop_l .li_act{
    background: rgba(0,0,0,0.4);
  color: #fff;
}
.shop .shop_r {
  height: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 46px;
  border-bottom: 1px solid #fff;
}
.shop .shop_r input {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
}
.shop .shop_r input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.shop .shop_r input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.shop .shop_r input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.shop .shop_r input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.shop .shop_r input::placeholder {
  color: #fff;
  opacity: 1;
}
.shop .shop_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.shop .shop_btn {
  width: 64px;
  height: 64px;
  background: #666666;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
}
.shop .shop_btn:hover {
    background: #0460A9;
}
.shop .shop_btn svg {
  width: 24px;
}
.shop .shop_choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.shop .shop_choose svg {
  width: 14px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.shop .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop .list > div {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  padding: 46px 40px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.shop .list > div:hover {
  -webkit-box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.6);
}
.shop .list > div:nth-child(n+4) {
  margin-top: 30px;
}
.shop .list > div:nth-child(3n) {
  margin-right: 0;
}
.shop .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
}
.shop .name img {
  width: 32px;
  margin-right: 20px;
}
.shop .shop_info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: baseline;
}
.shop .shop_info > div:nth-child(n+2) {
  margin-top: 5px;
}
.shop .shop_info a {
  color: #fff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.shop .shop_info a[href]:hover {
  text-shadow: #fff 1px 0 10px;
}
.shop .shop_ic {
  width: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 14px;
}

@media screen and (max-width: 1700px) {
  .contact_info .tit {
    width: 130px;
  }
  .contact_info .ic {
    width: 60px;
  }
  .contact_info .code {
    width: 130px;
  }
  .contact_info .list2 > div {
    padding: 20px;
    margin-right: 35px;
  }
  .shop .shop_l {
    height: 34px;
  }
  .shop .shop_r {
    height: 34px;
  }
  .shop .shop_btn {
    width: 50px;
    height: 50px;
  }
  .shop .list > div {
    padding: 2.5vw;
  }
}
@media screen and (max-width: 1200px) {
  .all {
    margin-top: 60px;
  }
  .shop .shop_l {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .shop .list > div {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .shop .list > div:nth-child(n+4) {
    margin-top: 20px;
  }
  .contact_info .list2 > div {
    margin-right: 20px;
  }
  .shop .name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shop .name img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .contact_info .list1 {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .contact_info .list1 {
    width: 100%;
  }
  .contact_info .list2 {
            justify-content: space-between;
            flex-wrap: wrap;
  }
  .contact_info .list2 > div {
    margin-right: 0;
    width: calc((100% - 15px) / 2);
    margin-right: 0px;
  }
  .contact_info .list2 > div:nth-child(n+3){
      margin-top: 15px;
  }
  .contact_info .list2 > div:last-child {
    margin-right: 0;
  }
  .contact_info .code {
    width: 100%;
  }
  .shop .list > div {
    width: 100%;
    padding: 6vw;
    margin-right: 0;
  }
  .shop .list > div:nth-child(n+2) {
    margin-top: 15px;
  }
  .shop .shop_search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shop .shop_l {
    margin-right: 0;
    width: 300px;
  }
  .shop .shop_r {
    margin-right: 0;
    width: 300px;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
.shop .shop_l{
    width: 100%;
}
.shop .shop_r{
    width: 100%;
}
    
}