.header {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
}

.contact {
  width: 100%;
  height: auto;
  padding: 70px 0 60px;
  background: #fff;
}

.contact .fs48 {
  margin-top: 29px;
}

.contact .contact_synopsis {
  color: #999;
  margin-top: 20px;
  width: 85%;
  margin-bottom: 52px;
  text-align: left;
}

.contact .contact_form {
  padding: 0;
  width: 860px;
  height: auto;
}

.contact .contact_form .frame input {
  font-size: 16px;
  width: 100%;
  height: 56px;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  font-family: 'OPPOSansR';
}

.contact .contact_form .frame textarea {
  font-size: 16px;
  background-color: #fff;
  font-family: 'OPPOSansR';
}

.contact .contact_form .contact_form_button button {
  width: 100%;
  border-radius: 6px;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
}

.contact .contact_bot {
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.contact .contact_bot .layui-col-md3 {
  padding-right: 2%;
}

.contact .contact_bot .item_box {
  width: 100%;
  height: 210px;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  position: relative;
  padding: 52px 30px 0 40px;
}

.contact .contact_bot .item_box > img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.contact .contact_bot .item_box .item_title {
  color: #9E9E9E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact .contact_bot .item_box .item_text {
  margin-top: 24px;
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.contact .contact_bot .item_box .item_text_box {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contact .contact_bot .item_box .item_text_box a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.contact .contact_bot .item_box .item_text_box a:last-child {
  margin-right: 0;
}

.contact .contact_bot .item_box .item_text_box a img {
  width: 100%;
  height: 100%;
}

.store {
  width: 100%;
  height: auto;
  padding: 60px 0 136px;
}

.store .layui-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.store .layui-row .filter-buttons {
  margin-left: 87px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.store .layui-row .filter-buttons button {
  margin-right: 30px;
  cursor: pointer;
  min-width: 140px;
  border-radius: 80px;
  padding: 13px 31px;
  border: 1px solid #999;
  background: transparent;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.store .layui-row .filter-buttons button.active {
  color: #fff;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
}

.store .stores-grid {
  margin-top: 47px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 55px;
}

.store .stores-grid .store-card {
  width: 31%;
  height: auto;
}

.store .stores-grid .store-card:hover .item_img img {
  transform: scale(1.05);
}

.store .stores-grid .store-card .item_img {
  width: 100%;
  height: 318px;
  border-radius: 10px;
  overflow: hidden;
}

.store .stores-grid .store-card .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.store .stores-grid .store-card .item_address {
  width: 100%;
  height: auto;
  padding: 0 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.store .stores-grid .store-card .item_address img {
  width: 20px;
  height: 20px;
}

.store .stores-grid .store-card .item_address p {
  font-weight: 600;
  margin-left: 5px;
  color: #009CDC;
}

.store .stores-grid .store-card .fs22 {
  padding: 0 20px;
  margin-top: 13px;
  color: #111;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 136.364% */
}

.store .stores-grid .store-card .fs16 {
  height: 76px;
  padding: 10px 20px 20px;
  border-bottom: 1px solid #E5E5E5;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .contact {
    width: 100%;
    height: auto;
    padding: 3.71875vw 0 3.1875vw;
    background: #fff;
  }
  .contact .layui-col-sm12 > img {
    width: 100%;
    height: auto;
  }
  .contact .fs48 {
    margin-top: 1.54062vw;
  }
  .contact .contact_synopsis {
    color: #999;
    margin-top: 1.0625vw;
    width: 85%;
    margin-bottom: 2.7625vw;
    text-align: left;
  }
  .contact .contact_form {
    padding: 0;
    width: 45.6875vw;
    height: auto;
  }
  .contact .contact_form .frame input {
    font-size: 0.85vw;
    width: 100%;
    height: 2.975vw;
    border-radius: 0.31875vw;
    border: 0.05312vw solid #D9D9D9;
    background: #FFF;
    font-family: 'OPPOSansR';
  }
  .contact .contact_form .frame textarea {
    font-size: 0.85vw;
    background-color: #fff;
    font-family: 'OPPOSansR';
  }
  .contact .contact_form .contact_form_button button {
    width: 100%;
    border-radius: 0.31875vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  }
  .contact .contact_bot {
    width: 100%;
    height: auto;
    margin-top: 3.1875vw;
  }
  .contact .contact_bot .layui-col-md3 {
    padding-right: 2%;
  }
  .contact .contact_bot .item_box {
    width: 100%;
    height: 11.15625vw;
    border-radius: 0.31875vw;
    border: 0.05312vw solid #D9D9D9;
    background: #FFF;
    position: relative;
    padding: 2.7625vw 1.59375vw 0 2.125vw;
  }
  .contact .contact_bot .item_box > img {
    width: 2.125vw;
    height: 2.125vw;
    position: absolute;
    top: 1.59375vw;
    right: 1.59375vw;
  }
  .contact .contact_bot .item_box .item_title {
    color: #9E9E9E;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contact .contact_bot .item_box .item_text {
    margin-top: 1.275vw;
    color: #282828;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.275vw;
    /* 150% */
  }
  .contact .contact_bot .item_box .item_text_box {
    margin-top: 1.275vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .contact .contact_bot .item_box .item_text_box a {
    display: inline-block;
    width: 2.125vw;
    height: 2.125vw;
    margin-right: 1.0625vw;
  }
  .contact .contact_bot .item_box .item_text_box a:last-child {
    margin-right: 0;
  }
  .contact .contact_bot .item_box .item_text_box a img {
    width: 100%;
    height: 100%;
  }
  .store {
    width: 100%;
    height: auto;
    padding: 3.1875vw 0 7.225vw;
  }
  .store .layui-row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .store .layui-row .filter-buttons {
    margin-left: 4.62188vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .store .layui-row .filter-buttons button {
    margin-right: 1.59375vw;
    cursor: pointer;
    min-width: 7.4375vw;
    border-radius: 4.25vw;
    padding: 0.69062vw 1.64687vw;
    border: 0.05312vw solid #999;
    background: transparent;
    color: #000;
    text-align: center;
    font-size: 0.95625vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .store .layui-row .filter-buttons button.active {
    color: #fff;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  }
  .store .stores-grid {
    margin-top: 2.49687vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.65625vw;
  }
  .store .stores-grid .store-card {
    width: 31%;
    height: auto;
  }
  .store .stores-grid .store-card:hover .item_img img {
    transform: scale(1.05);
  }
  .store .stores-grid .store-card .item_img {
    width: 100%;
    height: 16.89375vw;
    border-radius: 0.53125vw;
    overflow: hidden;
  }
  .store .stores-grid .store-card .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .store .stores-grid .store-card .item_address {
    width: 100%;
    height: auto;
    padding: 0 1.0625vw;
    margin-top: 1.0625vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .store .stores-grid .store-card .item_address img {
    width: 1.0625vw;
    height: 1.0625vw;
  }
  .store .stores-grid .store-card .item_address p {
    margin-left: 0.26562vw;
    color: #009CDC;
  }
  .store .stores-grid .store-card .fs22 {
    padding: 0 1.0625vw;
    margin-top: 0.69062vw;
    color: #111;
    font-size: 1.16875vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.59375vw;
    /* 136.364% */
  }
  .store .stores-grid .store-card .fs16 {
    height: 4.0375vw;
    padding: 0.53125vw 1.0625vw 1.0625vw;
    border-bottom: 0.05312vw solid #E5E5E5;
    color: #999;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4875vw;
    /* 175% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media screen and (max-width: 768px) {
  .contact {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: #fff;
  }
  .contact .layui-col-sm12 > img {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .contact .fs48 {
    margin-top: 3.86667vw;
  }
  .contact .contact_synopsis {
    color: #999;
    margin-top: 2.66667vw;
    width: 85%;
    margin-bottom: 6.93333vw;
    text-align: left;
  }
  .contact .contact_form {
    padding: 0;
    width: 100%;
    height: auto;
  }
  .contact .contact_form .frame input {
    font-size: 12px;
    width: 100%;
    height: 46px;
    border-radius: 0.8vw;
    border: 0.13333vw solid #D9D9D9;
    background: #FFF;
    font-family: 'OPPOSansR';
  }
  .contact .contact_form .frame textarea {
    font-size: 12px;
    background-color: #fff;
    font-family: 'OPPOSansR';
  }
  .contact .contact_form .contact_form_button button {
    width: 100%;
    border-radius: 0.8vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  }
  .contact .contact_bot {
    width: 100%;
    height: auto;
    margin-top: 2.66667vw;
  }
  .contact .contact_bot .layui-col-md3 {
    margin-top: 5.33333vw;
    width: 100%;
    padding-right: 2%;
  }
  .contact .contact_bot .item_box {
    width: 100%;
    height: auto;
    border-radius: 0.8vw;
    border: 0.13333vw solid #D9D9D9;
    background: #FFF;
    position: relative;
    padding: 6.93333vw 4vw 5.33333vw;
  }
  .contact .contact_bot .item_box > img {
    width: 10.66667vw;
    height: 10.66667vw;
    position: absolute;
    top: 4vw;
    right: 4vw;
  }
  .contact .contact_bot .item_box .item_title {
    color: #9E9E9E;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contact .contact_bot .item_box .item_text {
    margin-top: 3.2vw;
    color: #282828;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    /* 150% */
  }
  .contact .contact_bot .item_box .item_text_box {
    margin-top: 3.2vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .contact .contact_bot .item_box .item_text_box a {
    display: inline-block;
    width: 8vw;
    height: 8vw;
    margin-right: 2.66667vw;
  }
  .contact .contact_bot .item_box .item_text_box a:last-child {
    margin-right: 0;
  }
  .contact .contact_bot .item_box .item_text_box a img {
    width: 100%;
    height: 100%;
  }
  .store {
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
  .store .layui-row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .store .layui-row .filter-buttons {
    width: 100%;
    margin-top: 20px;
    margin-left: 0vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
  }
  .store .layui-row .filter-buttons button {
    flex-shrink: 0;
    margin-right: 5.33333vw;
    cursor: pointer;
    min-width: 18.66667vw;
    border-radius: 10.66667vw;
    padding: 1.73333vw 4.13333vw;
    border: 0.13333vw solid #999;
    background: transparent;
    color: #000;
    text-align: center;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .store .layui-row .filter-buttons button.active {
    color: #fff;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  }
  .store .stores-grid {
    margin-top: 5.33333vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5.33333vw;
  }
  .store .stores-grid .store-card {
    width: 100%;
    height: auto;
  }
  .store .stores-grid .store-card:hover .item_img img {
    transform: scale(1.05);
  }
  .store .stores-grid .store-card .item_img {
    width: 100%;
    height: 42.4vw;
    border-radius: 1.33333vw;
    overflow: hidden;
  }
  .store .stores-grid .store-card .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .store .stores-grid .store-card .item_address {
    width: 100%;
    height: auto;
    padding: 0 2.66667vw;
    margin-top: 2.66667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .store .stores-grid .store-card .item_address img {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .store .stores-grid .store-card .item_address p {
    margin-left: 0.66667vw;
    color: #009CDC;
  }
  .store .stores-grid .store-card .fs22 {
    padding: 0 2.66667vw;
    margin-top: 3.46667vw;
    color: #111;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4vw;
    /* 136.364% */
  }
  .store .stores-grid .store-card .fs16 {
    margin-top: 2.66667vw;
    height: 13.86667vw;
    padding: 1.33333vw 2.66667vw 2.66667vw;
    border-bottom: 0.13333vw solid #E5E5E5;
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    /* 175% */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
