@font-face {
  font-family: Regular;
  src: url(font/SourceHanSansCN-Regular.otf);
}
html,body{
    font-family: Regular !important;
}
html{
  scroll-padding-top: 81px;
}
.contact_map {
  display: flex;
  background-color: #fbf9f5;
  border-radius: 15px;
  overflow: hidden;
}
.contact_map .contact_map_left {
  flex: 1.5;
  padding: 0 50px 0;
}
.contact_map .contact_map_left .des {
  margin: -20px auto 40px;
}
.contact_map .contact_map_left .way li {
  margin: 20px auto;
  color: #666;
}
.contact_map .contact_map_left .way li i.iconfont {
  font-size: 18px;
  font-weight: bold;
  margin-right: 3px;
}
.contact_map .contact_map_left .btm {
  position: relative;
}
.contact_map .contact_map_left .btm .des {
  margin-top: 40px;
  z-index: 2;
  position: relative;
}
.contact_map .contact_map_left .btm .des,
.contact_map .contact_map_left .btm .des p {
  letter-spacing: 0.04em !important;
  font-size: 15px !important;
  font-family: Regular !important;
  color: #666 !important;
  line-height: 2 !important;
  text-align: justify !important;
}
.contact_map .contact_map_left .btm .tel {
  margin-top: 10px;
}
.contact_map .contact_map_left .btm::after,
.contact_map .contact_map_left .btm::before {
  content: "";
  width: 65px;
  height: 25px;
  border-radius: 15px;
  background-color: #f3ece1;
  position: absolute;
  top: -15px;
  left: -25px;
  transform: rotate(-45deg);
  z-index: 0;
}
.contact_map .contact_map_left .btm::after {
  top: 10px;
  left: 0;
}
.contact_map .contact_map_right {
  position: relative;
  flex: 2;
}
.contact_map .contact_map_right .map_el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contact_map .contact_map_right .map_el.app {
  display: none;
}
.contact_map .contact_map_right img {
  width: 100%;
}
.contact_map.join_map .contact_map_left {
  flex: 1;
  padding: 0 30px 0;
}
.contact_map.join_map .contact_map_right {
  width: 50%;
  flex: none;
  height: 100%;
}
.contact_map.join_map .contact_map_right img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contact_des,
.des {
  margin-top: 40px;
  z-index: 2;
  position: relative;
}
.contact_des,
.des,
.contact_des p,
.des p {
  letter-spacing: 0.04em !important;
  font-size: 15px !important;
  font-family: Regular !important;
  color: #666 !important;
  line-height: 2 !important;
}
/* Offline store */
.select_warp {
  display: flex;
  margin: 0 0 30px;
  line-height: 25px;
  position: relative;
  z-index: 99;
}
.select_warp .select_box {
  width: 335px;
  line-height: 35px;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.select_warp .select_box #sf,
.select_warp .select_box #cs {
  border: 1px solid #ccc;
  display: flex;
  width: 50%;
  padding: 0 5px;
  position: relative;
}
.select_warp .select_box #sf input,
.select_warp .select_box #cs input {
  width: calc(100% - 20px);
}
.select_warp .select_box #sf i.iconfont,
.select_warp .select_box #cs i.iconfont {
  text-align: center;
  cursor: pointer;
}
.select_warp .select_box #sf i.iconfont:hover,
.select_warp .select_box #cs i.iconfont:hover {
  color: var(--themeColor);
}
.select_warp .select_box #sf.kai i.iconfont,
.select_warp .select_box #cs.kai i.iconfont {
  transform: rotate(180deg);
}
.select_warp .select_box #sf .dz_list,
.select_warp .select_box #cs .dz_list {
  width: 100%;
  max-height: 140px;
  overflow: auto;
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  text-align: center;
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.select_warp .select_box #sf .dz_list .dz_item,
.select_warp .select_box #cs .dz_list .dz_item {
  transition: all 0.3s;
  cursor: pointer;
  font-size: 13px;
}
.select_warp .select_box #sf .dz_list .dz_item:hover,
.select_warp .select_box #cs .dz_list .dz_item:hover {
  background-color: var(--themeColor);
  color: #fff;
}
.select_warp .select_box #cs {
  border-left: none;
}
.select_warp .sousuo {
  line-height: 35px;
  background-color: var(--themeColor);
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  white-space: nowrap;
}
.shop_list .shop_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.shop_list .shop_item .shop_item_left {
  height: 100%;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shop_list .shop_item .shop_item_left .title {
  font-size: 18px;
  color: #333;
  margin-bottom: 30px;
}
.shop_list .shop_item .shop_item_left .dz {
  max-width: 500px;
}
.shop_list .shop_item .shop_item_left .dz p {
  margin-top: 3px;
}
.shop_list .shop_item .shop_item_right img {
  width: 100%;
}
/* Join us页面 */
.contact_item {
  position: relative;
}
.contact_item .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.contact_item .contact_main {
  width: 45%;
  height: 100%;
  padding-left: 30px;
  padding-bottom: 20px;
}
.contact_item .contact_main .des_tt {
  margin: 10px 0;
  color: #444;
}
.contact_item .contact_main .pub_title_box .des {
  margin: 10px 0 0;
}
.contact_item .contact_main .ti {
  margin-bottom: 10px;
}
.contact_item .contact_main .btm {
  margin-top: 20px;
}
/* Joblist */
.position_list .position_item {
  cursor: pointer;
}
.position_list .position_item + .position_item {
  margin-top: 30px;
}
.position_list .position_item .label {
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  transition: all 0.5s;
  transform-style: pbooking-3d;
}
.position_list .position_item .label .iconfont {
  font-size: 24px;
  transition: all 0.5s;
}
.position_list .position_item .text_content {
  background-color: #fcfaf8;
  border-radius: 0 0 5px 5px;
  padding: 50px;
  display: none;
}
.position_list .position_item .text_content > div {
  display: flex;
  justify-content: space-between;
}
.position_list .position_item .text_content > div .text_left,
.position_list .position_item .text_content > div .text_right {
  width: 48%;
}
.position_list .position_item.act .label {
  background-color: var(--themeColor);
  border-color: var(--themeColor);
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.position_list .position_item.act .label .iconfont {
  transform: rotate(-180deg);
}
@media (max-width: 1450px) {
  .contact_des,
  .des,
  .contact_des p,
  .des p {
    line-height: 1.6 !important;
    letter-spacing: 0 !important;
  }
     .contact_map {
    flex-wrap: wrap;
  }
    .contact_map .contact_map_left {
    width: 90%;
    padding: 5%;
  }
    .contact_map .contact_map_right {
    width: 100%;
    min-height: 450px;
    flex: none;
  }

  
  
}
@media (max-width: 1111px) {
  .contact_item .contact_main {
    width: calc(100% - 60px);
    position: static;
    padding-bottom: 0.5em;
    padding-right: 30px;
    padding-top: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
  }
  .contact_item .contact_main * {
    color: #fff !important;
  }
  .contact_item .contact_main p {
    line-height: 1.7 !important;
  }
  .contact_item img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
  }
}
@media (max-width: 900px) {
  .contact_map {
    flex-wrap: wrap;
  }
  .contact_map .contact_map_left {
    width: 90%;
    padding: 5%;
  }
  .contact_map .contact_map_left .des {
    margin: 0 auto 20px;
  }
  .contact_map .contact_map_left .btm .des {
    margin-top: 0;
  }
  .contact_map .contact_map_left .btm::after,
  .contact_map .contact_map_left .btm::before {
    display: none;
  }
  .contact_map .contact_map_left .way li {
    margin: 7px auto;
    font-size: 14px;
  }
  .contact_map .contact_map_right {
    width: 100%;
    min-height: 300px;
    flex: none;
  }
  .contact_map.join_map .contact_map_right {
    width: 100%;
    min-height: auto;
    flex: none;
  }
  .contact_map.join_map .contact_map_left {
    width: 90%;
    padding: 5%;
  }
  .contact_des, .des{
      margin-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .shop_list .shop_item {
    flex-wrap: wrap-reverse;
    padding-bottom: 0;
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .shop_list .shop_item .shop_item_left {
    width: 90%;
    padding: 5%;
    margin: 0;
  }
  .shop_list .shop_item .shop_item_left .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .shop_list .shop_item .shop_item_right {
    width: 100%;
    height: auto;
  }
  .position_list .position_item .text_content {
    padding: 20px;
  }
  .position_list .position_item .text_content > div {
    flex-wrap: wrap;
  }
  .position_list .position_item .text_content > div .text_left,
  .position_list .position_item .text_content > div .text_right {
    width: 100%;
  }
  .position_list .position_item .text_content > div .text_right {
    margin-top: 10px;
  }
  .contact_map .contact_map_right .map_el.pc {
    display: none;
  }
  .contact_map .contact_map_right .map_el.app {
    display: block;
  }
}
@media (max-width: 450px) {
  .position_list .position_item + .position_item {
    margin-top: 15px;
  }
  .position_list .position_item .label {
    font-size: 13px;
    padding: 10px 15px;
  }
  .position_list .position_item .label .iconfont {
    font-size: 15px;
  }
  .position_list .position_item .text_content {
    padding: 15px;
  }
  .contact_des,
  .des {
    margin-top: -10px;
  }
    .contact_des p {
      font-size: 13px !important;
  }
  .contact_item .contact_main .des_tt{
      font-size: 13px !important;
  }
  .contact_map .contact_map_left .btm .tel{
      font-size: 13px !important;
  }
  .contact_item .contact_main{
      padding-top: 15px !important;
      padding-bottom:  15px !important;
  }
  .contact_item .contact_main .des_tt:last-child{
      margin-bottom: 0;
  }
}
