<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cp-find-store{
  position: relative;
  overflow: hidden;
}
.cp-find-store.cp-find-store-v2 .cm-select.type2 .cm-select__placeholder span {
  font-size: .9375vw;
}
.cp-find-store.cp-find-store-v2 .search-column .cm-input-wrap .cm-select {
  height: 2.6042vw;
}
.cp-find-store.cp-find-store-v2 .left-list-column {
  box-shadow: 1px -2px 23px #ccc;
  z-index: 2;
  /* padding: 1.0417vw 1.5625vw; */
  /* padding: 1.0417vw 0.78125vw; */
  padding: 1.0417vw 0vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 2.0833vw;
  height: 85vh;
  left: 3.6458vw;
  box-sizing: border-box;
  width: 21.875vw;
  background-color: #eee;

}
.cp-find-store.cp-find-store-v2 .left-list-column .left-list-column-contents {
  flex: 1;
  /* padding: 0 0.78125vw; */
  padding: 0;
  box-sizing: border-box;
}
.cp-find-store.cp-find-store-v2 .left-list-column .left-list-column-contents .left-list-column-contents-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  height: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cp-find-store.cp-find-store-v2 .left-list-column .cm-select__options {
  position: absolute;
  top: 2.8646vw;
  box-shadow: none;
  /* margin-top: 1.3021vw; */
  max-height: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .06), 0 15px 15px 0 rgba(0, 0, 0, .05), 0 34px 21px 0 rgba(0, 0, 0, .03), 0 61px 24px 0 rgba(0, 0, 0, .01), 0 96px 27px 0 transparent;
  border-radius: 8px;
  width: 100%;
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
  box-sizing: border-box;
}
.cp-find-store.cp-find-store-v2 .left-list-column .jq__select{
  max-height: 21.7188vw;
  margin-top: .5208vw;
  overflow: auto;

}
.cp-find-store.cp-find-store-v2 .left-list-column .jq__select::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.cp-find-store.cp-find-store-v2 .left-list-column .jq__select::-webkit-scrollbar-thumb {
  background-color: rgba(18, 21, 26, .1);
  border-radius: 3px;
}
.cp-find-store.cp-find-store-v2 .left-list-column .jq__select::-webkit-scrollbar-track {
  border-radius: 10px;
}
.cp-find-store.cp-find-store-v2 .search-res-item {
  margin-top: 1.0417vw;
  cursor: pointer;
}
.cp-find-store.cp-find-store-v2 .search-res-item:first-child {
  margin-top: 0;
}
.cp-find-store.cp-find-store-v2 .search-res {
  border-bottom: 1px solid #ececeb;
  padding-bottom:  1.0417vw;
}
.cp-find-store.cp-find-store-v2 .search-res .search-res-title {
  font-size: .9375vw;
  margin-top: 1.8229vw;
  padding-bottom: 1.0417vw;
  color: #000;
}
.cp-find-store.cp-find-store-v2 .search-res-item .store-list-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.cp-find-store.cp-find-store-v2 .search-res-item .store-list-text {
  width: 100%;
  margin-right: 1rem;
}
.cp-find-store.cp-find-store-v2 .search-res-item .store-list-text h2 {
  font-size: .9375vw;
    font-family: "genesis-text", sans-serif;
    margin-bottom: .2604vw;
}
.cp-find-store.cp-find-store-v2 .search-res-item .store-list-text h2 .icon-shop {
  width: 0.6vw;
  height: 0.6vw;
  margin-right: .3646vw;
}
.cp-find-store.cp-find-store-v2 .search-res-item .store-list-text .info {
  font-size: 1.4rem;
}
.cp-find-store.cp-find-store-v2 .search-res-item .store-list-text .info span {
  font-family: "genesis-text";
    color: #666;
    background-size: 2rem;
    padding-left: 0;
    display: block;
    font-size: 1.4rem;
}
.cp-find-store.cp-find-store-v2 .search-res-item .store-list-text .address a {
  color: #666;
  line-height: 2.2rem;
}
.cp-find-store.cp-find-store-v2 .search-res-item .store-list-text .info  .other-info {
  display: flex;
  flex-wrap: wrap;
}
.cp-find-store.cp-find-store-v2 .search-res-item .store-list-text .info  .other-info .info-item {
  display: flex;
  align-items: center;
}
.cp-find-store.cp-find-store-v2 .search-res-item .store-list-text .info  .other-info .info-item .icon{
  width: 2rem;
  height: 2rem;
  margin-top: -1px;
}
.cp-find-store.cp-find-store-v2 .search-res-item .store-list-text .info  .other-info span {
  padding-left: 0;
  margin-right: .7813vw;
  
}
.cp-find-store.cp-find-store-v2 .search-res-item .store-list-text .time {
  /* background: url(../../../../../../etc.clientlibs/genesis-gmc/global/clientlibs/clientlib-basepage/resources/images/time-icon.png) left -2px no-repeat; */
}
.cp-find-store.cp-find-store-v2 .search-res-item .store-list-text .number {
  /* background: url(../../../../../../etc.clientlibs/genesis-gmc/global/clientlibs/clientlib-basepage/resources/images/phone-icon.png) left -2px no-repeat; */
}
.cp-find-store.cp-find-store-v2 .search-res-item .distance {
  margin-right: 0 !important;
  padding-left: 0 !important;
}
.cp-find-store.cp-find-store-v2 .search-res-item .distance i {
  background: url(../../../../../../etc.clientlibs/genesis-gmc/global/clientlibs/clientlib-basepage/resources/images/distance-icon2.png) 65% -1.5px no-repeat;
  background-size: 1.6rem;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin-right: .2vw;
  margin-top: 0.18rem;
}


.cp-find-store.cp-find-store-v2 .left-list-column .jq__select li {
  border-top: none;
}
.cp-find-store.cp-find-store-v2 .left-list-column .jq__select li.active span,
.cp-find-store.cp-find-store-v2 .left-list-column .jq__select li:hover span,
.cp-find-store.cp-find-store-v2 .left-list-column .jq__select li.active a
 {
  color:#af6249;
 }
.cp-find-store.cp-find-store-v2 .left-list-column .jq__select li span,
.cp-find-store.cp-find-store-v2 .left-list-column .jq__select li a{
  cursor: pointer;
  padding: .5208vw 0;
  /* font-size: 1.6rem; */
  font-size: .9375vw;
  color: #bbb;
  display: block;
  overflow: hidden;
  border: 0;
}
.cp-find-store.cp-find-store-v2 .left-list-column .cm-select__placeholder {
  padding-left: 0;
  padding-right: 0;
}
.cp-find-store-v2 .select_input {
  display: flex;
}
.cp-find-store-v2 .select_input .select_input_item {
  padding: .5208vw 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: .8333vw;
  min-width: 6.25vw;
  cursor: pointer;
  position: relative;

}
html[lang='en-CN'] .cp-find-store-v2 .select_input .select_input_item {
  min-width: 7.25vw;
}
.cp-find-store-v2 .select_input .select_input_item::after {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 6px;
    width: 0.6rem;
    height: 6px;
    height: 0.6rem;
    top: 50%;
    right: .8854vw;
    margin-top: -6px;
    margin-top: -0.6rem;
    border: 2px solid #000;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    content: '';
}
.cp-find-store-v2 .change-tab {
  display: flex;
  align-items: center;
  margin-top: 1.3021vw;
}
.cp-find-store-v2 .store-list-part-title {
  font-size: .7292vw;
  color: #666;
  padding-top: 1.4583vw;
}
.cp-find-store-v2 .change-tab .tab-item {
  color: #aaa8a6;
  font-size: .7292vw;
  cursor: pointer;
}
.cp-find-store-v2 .change-tab .tab-item:last-child {
  margin-left: 1.5625vw;
}
.cp-find-store-v2 .change-tab .tab-item.active {
  font-size: .9375vw;
  color: #000;
  position: relative;
  padding: .4167vw 0;
}
html[lang='en-CN'] .cp-find-store-v2 .change-tab .tab-item.active {
  font-size: .8375vw;
}
.cp-find-store-v2 .change-tab .tab-item.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #000;
  left: 0;
}
.cm-select.type2 .cm-select__options .jq_city_select li a:hover,.cm-select.type2 .cm-select__options .jq_space_select li a:hover{
  color: #af6249;
}
.cp-find-store img {
  width: 100%;
}
.left-list-column .slider{
  height: 5rem;
}

.left-list-column .slider:before{
  content: '';
  width: 4.75rem;
  height: .4rem;
  background: #D8D8D8;
  border-radius: 7px 7px 7px 7px;
  display: block;
  margin: 2rem auto 0;
}

.cp-find-store-v2 .store-list .store-list-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  /* min-height: 17rem; */
}

.cp-find-store-v2 .store-list .store-list-content .store-list-text {
  width: 100%;
  /* margin-right: 1rem; */
}

.cp-find-store-v2 .store-list .store-list-content .store-list-text h2 {
  font-size: .9375vw;
  font-family: "genesis-head", sans-serif;
  margin-bottom: .2604vw;
  display: flex;
  align-items: center;
}
.cp-find-store-v2 .store-list .store-list-content .store-list-text h2 .title-icons {
  margin-left: .3646vw;
  min-width: 3.125vw;
  line-height: 0;
}
.cp-find-store-v2 .store-list .store-list-content .store-list-text h2 .title-icons img{
  width: 1vw;
  height: 1vw;
}
html[lang='zh-CN'] .cp-find-store-v2.store-list .store-list-content .store-list-text h2{
  font-family: "genesis-text", sans-serif;
}

html[lang='en-CN'] .cp-find-store-v2 .store-list .store-list-content .store-list-text h2{
  display: inline-block;
  max-width: 100%;
  white-space: normal;
}
html[lang='en-CN'] .cp-find-store-v2 .store-list .store-list-content .store-list-text h2 span{
  display: inline;
}
html[lang='en-CN'] .cp-find-store-v2 .store-list .store-list-content .store-list-text h2 span.title-icons{
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
.store-list .store-list-content .store-list-text .icon-shop {
  width: 1.0417vw;
  height: 1.0417vw;
  margin-right: .3646vw;
}
.store-list .store-list-content .store-list-text .serialNo{
  color: #fff;
  padding-right: 1rem;
  background: url("../../../../../../etc.clientlibs/genesis-gmc/global/clientlibs/clientlib-basepage/resources/images/map-marker-default.png") no-repeat;
  background-size: contain;
  font-size: 1.4rem;
  width: 1.8rem;
  height: 2.2rem;
  vertical-align: top;
  text-align: center;
  padding-top: 0;
  float: left;
}
.store-list .store-list-content .store-list-text .serialNo.active,.store-list .store-list-item:hover .serialNo{
  background: url("../../../../../../etc.clientlibs/genesis-gmc/global/clientlibs/clientlib-basepage/resources/images/map-marker-active.png") no-repeat;
  background-size: contain;
}
.store-list .store-list-content .store-list-text .subtitle {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 1.3rem;
}

.store-list .store-list-content .store-list-text span {
  display: block;
  font-size: .9375vw;
}

.store-list .store-list-content .store-list-text .info {
  font-size: 1.4rem;
}

.cp-find-store-v2 .store-list .store-list-content .store-list-text .info .other-info {
  display: flex;
  flex-wrap: wrap;
}
.cp-find-store-v2 .store-list .store-list-content .store-list-text .info .other-info .info-item {
  display: flex;
  align-items: center;
  margin-right: 1.0417vw;
}

.cp-find-store-v2 .store-list .store-list-content .store-list-text .info .other-info .info-item:last-child {
  margin-right: 0;
}
.cp-find-store-v2 .store-list .store-list-content .store-list-text .info .other-info .info-item .icon{
  width: 1.7rem;
  height: 1.7rem;
  margin-top: -1px;
}
.cp-find-store-v2 .store-list .store-list-content .store-list-text .info .other-info .info-item.cell .icon{
  width:.7292vw;height:.7292vw;
}
.cp-find-store-v2 .store-list .store-list-content .store-list-text .info .other-info .info-item.distance .icon{
  width: .7292vw;height: .7292vw;
}
.cp-find-store-v2 .store-list .store-list-content .store-list-text .info .other-info span {
  margin-right: .7813vw;
}
.cp-find-store-v2 .store-list .store-list-content .store-list-text .info .other-info span:last-child {
  margin-right: 0;
}
.cp-find-store-v2 .store-list .store-list-content .store-list-text .info span {
  /* padding-left: 3rem; */
  font-family: "genesis-text";
  color: #666;
  /* padding-left: 1.2417vw; */
  margin-bottom: .2604vw;
  background-size: 2rem;
}

.store-list .store-list-content .store-list-text .info span:last-child {
  margin-bottom: 0;
}

.store-list .store-list-content .right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cp-find-store-v2 .store-list .store-list-content .store-list-text .address {
  padding-left: 0 !important;
  /* background: url("../../../../../../etc.clientlibs/genesis-gmc/global/clientlibs/clientlib-basepage/resources/images/address-icon.png") left -2px no-repeat; */
}
.store-list .store-list-content .store-list-text .address a{
  color:#666;
  /* text-decoration: underline; */
  line-height: 2.2rem;
  font-size: .7292vw;
}
.store-list .store-list-content .store-list-text .address a:hover{
  text-decoration: underline;
}
.store-list .store-list-content .store-list-text .address a::after {
  display: none;

}
.store-list .store-list-content .store-list-text .time {
  /* background: url("../../../../../../etc.clientlibs/genesis-gmc/global/clientlibs/clientlib-basepage/resources/images/time-icon.png") left -2px no-repeat; */
}

.store-list .store-list-content .store-list-text .number {
  /* background: url("../../../../../../etc.clientlibs/genesis-gmc/global/clientlibs/clientlib-basepage/resources/images/phone-icon.png") left -2px no-repeat; */
  padding-left: 0.3rem !important;
}


.store-list .store-list-content .store-image {
  width: 13.5rem;
}

.store-list .info .distance {
  font-size: 1.4rem;
  padding-left: 0.3rem !important;
}
.cp-find-store-v2 .store-list .info .distance i{
  background: url("../../../../../../etc.clientlibs/genesis-gmc/global/clientlibs/clientlib-basepage/resources/images/distance-icon2.png") 65% -1.5px no-repeat;
  background-size: 1.6rem;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin-right: .2vw;
  margin-top: 0.18rem;
}
.cp-find-store-v2 .store-list .store-list-item:first-child {
  margin-top: 0;
}

.cp-find-store-v2 .store-list .store-list-item {
  padding: 1.0417vw 1.5625vw;
  box-sizing: border-box;
  min-height: 5.2083vw;
  border-bottom: 1px solid #dcdcdc;
}
.cp-find-store-v2 .store-list .store-list-item:last-child {
  border-bottom: none;
}
.cp-find-store-v2 .store-list .store-list-item:hover {
  background-color: #fff;
}
.store-list .store-list-item:hover,.store-list .store-list-content .store-list-text .serialNo:hover{
  cursor: pointer;
}
.cp-find-store__service{
  margin-top: 1rem;
}
.cp-find-store__service &gt; span{
  background-color: #e5e5e5;
  padding: .5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-family: "genesis-head-office-light", sans-serif;
}
html[lang="zh-CN"] .cp-find-store__service &gt; span{
  font-family: "genesis-head-light", sans-serif;
}
.coming-soon {
  padding: 3.8rem 0 2.5rem;
  /* bottom: 0;
  position: absolute; */
}

.cp-find-store-v2 .search-column,.cp-find-store-v2 .noData{
  padding: 0 ;
}
.cp-find-store-v2 .search-column {
  border-radius: 8px;
  padding: 0 1.5625vw;
}
.cp-find-store-v2 .search-column .el-field{
  padding: 0 ;

}
.cp-find-store-v2 .search-column .el-field a.cm-select__placeholder {
  border: none;
  padding-left: .5208vw;
  padding-right: .5208vw;
  box-sizing: border-box;
}
.cp-find-store-v2 .search-column .el-field a.cm-select__placeholder::after {
  right: 0.78125vw;
}
.search-column .cm-input-wrap {
  display: flex;
  
}

.search-column .cm-input-wrap .cm-select {
  width: 100%;
}

.search-column .cm-input-wrap .cm-select:first-child {
  margin-right: 2rem;
}

.tipNoStores {
  margin-top: 3rem;
  color: #666;
  font-size: 1.8rem;
}
html[lang="zh-CN"] .tipNoStores{
  font-size: 1.44rem;

}
.coming-soon-content {
  display: flex;
  margin-bottom: 2rem;
  justify-content: space-between;
}

.coming-soon-text {
  margin-right: 1rem;
  width: 23rem;
}

.coming-soon-title {
  font-size: 2rem;
  font-family: "genesis-head-office", sans-serif;
  margin-bottom: 1.4rem;
  line-height: 22px;
}

html[lang="zh-CN"] .coming-soon-title {
  font-family: "genesis-head", sans-serif;
}

.coming-soon-description {
  font-size: 1.4rem;
  line-height: 22px;
  max-height: 9rem;
  overflow-y: auto;
}

.coming-soon-img {
  width: 13.5rem;
  height: 13.5rem;
}

.coming-soon-img img {
  width: 100%;
}

.cp-find-stor__cta .cta-button {
  min-width: 100%;
  width: 100%;
  word-break: break-word;
}

.cp-find-stor__cta .cta-button:hover:after {
  border-color: #000;
}

.cp-find-store__cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  font-size: 0;
  margin-top: 3rem;
}

.cp-find-store-cta__cta-item.cta-button {
  margin-left: 20px;
  margin-left: 2rem;
  padding: 0 10px;
  padding: 0 1rem;
  flex: 1;
  min-width: auto;
}

.cp-find-store-cta__cta-item.cta-button .text,
html[lang="zh-CN"] .cp-find-store-cta__cta-item.cta-button .text {
  font-size: 1.6rem;
}

.cp-find-store-cta__cta-item.cta-button:first-child {
  margin-left: 0;
}

.cp-find-store-cta__cta-item.cta-button:hover:after,.cp-find-store-cta__cta-item.cta-button:focus:after {
  border-color: #000;
}

.cp-find-store-cta__cta-item.cta-button.type-white:after {
  border-color: #000;
}

.cp-find-store.cp-find-store-v2 .store-list {
  /* overflow-y: auto;  */
  /* overflow-x: hidden; */
  flex: 1;
  /* top: -webkit-calc(100% + 1px);
  top: calc(100% + 1px); */
  /* height: calc(100vh); */
  padding: 0 ;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  scrollbar-width: thin;
  /* margin-top: 4rem; */
  position: relative;
}
.coming-soon-description::-webkit-scrollbar,.infoBoxContent .text-content::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}
.cp-find-store .store-list::-webkit-scrollbar{

  width: .3646vw;
  background: transparent;
}
.cp-find-store .store-list::-webkit-scrollbar-thumb{

  border-right: 2px solid #fff;
  background: #e5e5e5;
  -webkit-border-radius: 10em;
  border-radius: 10em;
}
.cp-find-store .store-list-container{
  width: 100%;
  position: absolute;
  left: 0;
  top: .7813vw;
  /* top: 1.4583vw; */
  bottom: 0;
  overflow-y: auto;
    overflow-x: hidden;
}
.cp-find-store .store-list-container .store-list-part:first-child .store-list-part-title{
  padding-top: 0 !important;
}
.cp-find-store .store-list-container.extendewidth{
  /* width: calc(100% + 7px) */
  width: 100%;
}
.coming-soon-description::-webkit-scrollbar-thumb,.infoBoxContent .text-content::-webkit-scrollbar-thumb {
  background: #e5e5e5;
  border: 0;
  -webkit-border-radius: 10em;
  border-radius: 10em;
}

/* map */
#storeMap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0;
}
#storeMap.hidden {
  /* opacity: 0 !important; */
}

#storeMap .BMap_button {
  width: 54px;
  height: 54px;
}


/*地图标题 infoWindow*/  
.BMap_bubble_title{  
    color:#fff;  
    text-align:left; 
    background:#000 !important; 
    padding:2.6rem 3rem;
}  
.BMap_bubble_title h2{
  font-size:28px;  
  font-family: "genesis-head-office-light", sans-serif;
}
html[lang="zh-CN"] .BMap_bubble_title h2{ 
   font-size:22.4px;  
   font-family: "genesis-head-light", sans-serif;
}

.BMap_shadow {
  display: none !important;
} 
.BMap_pop .BMap_top{
    border:0 !important;
    height: 0 !important;
}
.BMap_pop .BMap_center{
    border:0 !important;
}
.BMap_pop .BMap_bottom{
    border:0 !important;
}
.BMap_pop .BMap_center{
  width: 58rem !important;
}
.BMap_pop div:nth-child(1){  
    border:0 !important;
} 
.BMap_pop&gt;div:nth-child(3){  
  display: none !important;
}  
.BMap_pop div:nth-child(5){  
    border:0 !important;
}  
.BMap_pop div:nth-child(6){
  width: 530px !important;
}
.BMap_pop div:nth-child(7){  
  left: 555px !important;
}  
.BMap_pop div:nth-child(10){
  left: 0 !important;
}
.BMap_pop div:nth-child(9){
  top: 0 !important;
  left: 0 !important;
  width: 58rem !important;
  height: auto !important;
}
#storeMap .map-mark-active{
  background: url('../../../../../../etc.clientlibs/genesis-gmc/global/clientlibs/clientlib-basepage/resources/images/find-store-v2/icon-home-3.png') no-repeat !important;
  background-size: cover !important;
  height: 50px !important;
}
#storeMap .map-mark-active-2{
  background: url('../../../../../../etc.clientlibs/genesis-gmc/global/clientlibs/clientlib-basepage/resources/images/find-store-v2/icon-home-3.png') no-repeat !important;
  background-size: cover !important;
  height: 66px !important;
}
.map-info-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 控件 */
.control{
  top: 3.6rem !important;
}
.control div{
  width: 5rem;
  height: 5.1rem;
  background: #fff;
  text-align: center;
  font-size: 3rem;
  line-height: 5.1rem;
  cursor: pointer;
  border: 2px solid #bbb;
}

.control div.zoomIn{
  border-bottom-width: 1px;
}
.control div.zoomOut{
  border-top-width: 1px;
}
.control div.localization{
  margin-bottom: 8px;
  background: url('../../../../../../etc.clientlibs/genesis-gmc/global/clientlibs/clientlib-basepage/resources/images/ico-map-locate.png') center #000 no-repeat;
  border: 2px solid #000;
  background-size: 70%;
}
.infoBoxContent{
  padding: 3rem;
}
#store-detail-mobile .infoBoxContent{
  padding: 0;
}
.main-content .title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.main-content .title h2{
  font-size: 2rem;
  font-family: "genesis-head-office", sans-serif;
}
html[lang="zh-CN"] .main-content .title h2{
  font-size: 1.6rem;
  font-family: "genesis-head", sans-serif;
}
.main-content .title .distance{
  font-family: "genesis-text-office", sans-serif;
  font-size: 1.4rem;
  color: #666;
}
html[lang="zh-CN"] .main-content .title .distance{
  font-family: "genesis-text", sans-serif;
}
.main-content .title .distance i{
  background: url("../../../../../../etc.clientlibs/genesis-gmc/global/clientlibs/clientlib-basepage/resources/images/distance-icon.png") 65% -3px no-repeat;
  background-size: 2rem;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}

.main-content .text-content{
  margin-top: 1.5rem;
  font-size: 1.8rem;
  color: #262626;
  word-break: break-word;
  overflow-y: auto;
  max-height: 10rem;
}
html[lang="zh-CN"] .main-content .text-content{
  font-size: 1.44rem;
}
.main-content .cp-find-store__cta-wrap{
  margin-top: 3rem;
}
.infoBoxContent .pop-image{
  margin-bottom: 3rem;
}
.infoBoxContent .pop-image img{
  width: 100%;
}
/*替换关闭按钮*/ 
.close-map-infowindow{
  background:url('../../../../../../etc.clientlibs/genesis-gmc/global/clientlibs/clientlib-basepage/resources/images/ico-close.png') no-repeat;
  background-size: 100%;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
} 

img[src="https://api.map.baidu.com/images/iw_close1d3.gif"]{
  display: none;
}
img[src="https://api.map.baidu.com/images/iw3.png"]{
  content: url('../../../../../../etc.clientlibs/genesis-gmc/global/clientlibs/clientlib-basepage/resources/images/map-arrow.png');
}

.display-mobile{
  display: none;
}
.display-desktop{
  display: block;
}
@media screen and (max-width: 1599px) {
  .control div{
    width: 4rem;
    height: 4.1rem;
    line-height:4.1rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width:1024px) {
  .cp-find-store-v2 .store-list .store-list-content .store-list-text .info .other-info .info-item.cell .icon{
    width:1.8667vw;height:1.8667vw;
  }
  .cp-find-store-v2 .store-list .store-list-content .store-list-text .info .other-info .info-item.distance .icon{
    width: 1.8667vw;
    height: 1.8667vw;
  }
  .cp-find-store-v2 .store-list .store-list-item {
    padding-bottom: 2.6667vw;
    padding-top: 2.6667vw;

  }
  .search-column{
    padding:0
  }
  .cp-find-store .store-list{
    padding: 0 3rem 4rem;
    margin-top: 0;
  }
  .display-mobile{
    display: block;
  }
  .display-desktop{
    display: none;
  }
  .search-column-mobile{
    padding: 0 3rem 1.25rem;
  }
  .search-column .cm-select.type2 .cm-select__placeholder span{
    font-size: 1.6rem;
  }
  .search-column .cm-select.type2 .cm-select__placeholder{
    margin-top: 1.25rem;
  }
  .cp-find-store .store-list-container{
    margin-top: 0;
    /* height: 30rem;
    width: 101.5%; */
  }
  .tipNoStores,html[lang="zh-CN"] .tipNoStores{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .control div{
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border-width: 1px;
  }
  .control div.zoomIn{
    border-bottom-width: 1px;
  }
  .control div.zoomOut {
    border-top-width: 0;
}
  .control div.localization{
    border-width: 1px;
    background-size: 55%;
  }
  .cp-find-store .left-list-column{
    position: relative;
    width: auto;
    padding: 0;
    animation:slideInDown .5s linear;
    -webkit-animation:slideInDown .5s linear; /* Safari 和 Chrome */
   }
   @-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-35%,0);
        transform: translate3d(0,-35%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
  }

  @keyframes slideInDown {
      0% {
          -webkit-transform: translate3d(0,-35%,0);
          transform: translate3d(0,-35%,0);
          visibility: visible
      }

      to {
          -webkit-transform: translateZ(0);
          transform: translateZ(0)
      }
  }

  .left-list-column.sliderUp{
    position: fixed;
    top: 6rem;
    height: auto;
    width: 100%;
    animation:slideInUp .5s linear;
    -webkit-animation:slideInUp .5s linear; /* Safari 和 Chrome */
   }
  @-webkit-keyframes slideInUp {
      0% {
          -webkit-transform: translate3d(0,50%,0);
          transform: translate3d(0,50%,0);
          visibility: visible
      }

      to {
          -webkit-transform: translateZ(0);
          transform: translateZ(0)
      }
  }

  @keyframes slideInUp {
      0% {
          -webkit-transform: translate3d(0,50%,0);
          transform: translate3d(0,50%,0);
          visibility: visible
      }

      to {
          -webkit-transform: translateZ(0);
          transform: translateZ(0)
      }
  }
  
  .store-list .store-list-content .store-image{
    width: 11.5rem;
  }
  .store-list .store-list-content .store-list-text{
    width: auto;
    flex: 1;
  }
  .store-list .store-list-content .store-list-text .address a {
    font-size: 2.9333vw;
  }
  .store-list .store-list-content .store-list-text h2{
    font-size: 1.8rem;
  }
  .store-list .store-list-content .store-list-text .info span,html[lang="zh-CN"] .store-list .store-list-content .store-list-text .info span{
    font-size: 1.4rem;
  }
  .store-list .right-column .distance,html[lang="zh-CN"] .store-list .right-column .distance{
    font-size: 1.2rem;
  }
  .store-list .right-column .distance i{
    width: 1rem;
    height: 1rem;
    background-size: 1.5rem;
  }
  .cp-find-store-cta__cta-item.cta-button{
    height: 5.6rem;
    line-height: 5.6rem;
    margin-left: 0;
  }
  .cp-find-store-cta__cta-item.cta-button:nth-child(2){
    margin-top: 1rem;
  }
  .cp-find-store__cta-wrap{
    align-items: stretch;
    flex-direction: column;
    margin-top: 2rem;
  }
  .coming-soon{
    position: relative;
    padding:2.5rem 0 0;
  }

  .coming-soon-img{
    width: 11.5rem;
    height: 11.5rem;
  }
  
  .coming-soon-title,html[lang="zh-CN"] .coming-soon-title{
    font-size: 1.6rem;
    margin-bottom: 1.3rem;
  }
  .coming-soon-text{
    width: 19rem;
  }
  .cp-find-stor__cta .cta-button{
    height: 5.6rem;
    line-height: 5.6rem;
  }
  .cp-find-stor__cta .cta-button span,html[lang="zh-CN"] .cp-find-stor__cta .cta-button span{
    font-size: 1.6rem;
  }
  #store-detail-mobile .cm-layer__content{
    padding: 0 2.5rem 4rem;
    text-align: left;
  }

  .infoBoxContent .pop-image{
    margin-top: 2.5rem;
    margin-bottom: 0;
  }
  .main-content .title{
    align-items: flex-start;
    flex-direction: column;
    margin-top: 2rem;
  }
  .main-content .title .distance{
    font-size: 1.2rem;
  }
  .main-content .title .distance i{
    width: 1rem;
    height: 1rem;
    background-size: 1.5rem;
    vertical-align: middle;
    margin-right: 2px;
  }
  .main-content .text-content{
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  html[lang="zh-CN"] .main-content .text-content{
    font-size: 1.28rem;
  }
  .main-content .title h2{
    margin-bottom: 1.2rem;
  }
  .cp-find-store-cta__cta-item.cta-button .text{
    font-size: 1.8rem;
  }
  html[lang="zh-CN"] .cp-find-store-cta__cta-item.cta-button .text{
    font-size: 1.62rem;
  }
}

@charset "UTF-8";
.cp-find-store-v2 .store-detail-content {
  flex: 1;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.cp-find-store-v2 .store-detail-content::-webkit-scrollbar {
  display: none;
  width: 0.3125vw;
}
.cp-find-store-v2 .store-detail-content::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* 设置滚动条滑块颜色为透明 */
}
.cp-find-store-v2 .store-detail {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 1.5625vw;
  box-sizing: border-box;
  top: 1.8229vw;
  overflow-y: auto;
  padding-top: 1.8229vw;
  box-sizing: border-box;
  padding-top: 0;
}
.cp-find-store-v2 .store-detail .store-detail-store-name {
  width: 100%;
  display: flex;
  align-items: center;
  font-family: "genesis-head";
  font-size: 0.9375vw;
  position: relative;
  box-sizing: border-box;
  position: relative;
}
.cp-find-store-v2 .store-detail .store-detail-store-name .title-icons {
  line-height: 0;
  margin-left: 0.3646vw;
}
.cp-find-store-v2 .store-detail .store-detail-store-name .title-icons img {
  width: 1vw;
  height: 1vw;
}
.cp-find-store-v2 .store-detail .store-detail-store-name .icon-shop {
  width: 1.0417vw;
  height: 1.0417vw;
  margin-right: 0.3646vw;
  margin-top: -0.1042vw;
}
.cp-find-store-v2 .store-detail .icon-close {
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  width: 0.7813vw;
  height: 0.7813vw;
}
.cp-find-store-v2 .store-detail .store-detail-store-pic {
  width: 18.75vw;
  height: 9.1146vw;
  display: block;
  margin: 0 auto;
  margin-top: 1.0417vw;
}
.cp-find-store-v2 .store-detail .store-detail-store-pic .img {
  width: 100%;
  height: 100%;
}
.cp-find-store-v2 .store-detail .store-detail-store-postion {
  font-family: "genesis-text";
  margin-top: 0.5208vw;
  width: 18.75vw;
  height: 3.125vw;
  background: url("../../../../../../etc.clientlibs/genesis-gmc/global/clientlibs/clientlib-basepage/resources/images/find-store-v2/store-detail-postion-bg.png") center no-repeat;
  background-size: 100%;
}
.cp-find-store-v2 .store-detail .store-detail-store-postion a {
  justify-content: space-between;
  width: 18.75vw;
  height: 3.125vw;
  color: #000;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.7813vw;
  font-size: 0.7292vw;
}
.cp-find-store-v2 .store-detail .store-detail-store-postion .store-postion {
  max-width: 12.2396vw;
}
.cp-find-store-v2 .store-detail .store-detail-store-postion .icon-store-detail-postion {
  width: 1.5625vw;
  height: 1.5625vw;
}
.cp-find-store-v2 .store-detail .store-detail-business-info {
  margin-top: 1.0417vw;
  padding-bottom: 0.7813vw;
  font-size: 0.7292vw;
  font-family: "genesis-text";
  color: #666;
}
.cp-find-store-v2 .store-detail .store-detail-business-info .business-call {
  margin-top: 0.2604vw;
}
.cp-find-store-v2 .store-detail .store-detail-business-tag {
  width: 19.75vw;
}
.cp-find-store-v2 .store-detail .store-detail-business-tag ul {
  display: flex;
  flex-wrap: wrap;
}
.cp-find-store-v2 .store-detail .store-detail-business-tag ul .tag {
  margin-right: 0.6771vw;
  font-size: 0.5208vw;
  height: 1.3021vw;
  width: 4.1667vw;
  line-height: 1.3021vw;
  text-align: center;
  margin-bottom: 0.5vw;
  background-color: #e5e5e5;
}
.cp-find-store-v2 .store-detail .store-detail-btns {
  display: flex;
  margin-top: 1.3021vw;
  justify-content: space-between;
}
.cp-find-store-v2 .store-detail .store-detail-btns .btn-item {
  width: 8.8542vw;
  height: 1.8229vw;
  line-height: 1.8229vw;
  text-align: center;
  font-size: 0.7292vw;
  border: 1px solid #000;
}
.cp-find-store-v2 .store-detail .store-detail-btns .btn-item:nth-child(1) {
  color: #fff;
  background-color: #000;
}
.cp-find-store-v2 .store-detail .store-detail-btns .btn-item:nth-child(2) {
  color: #000;
  background-color: #fff;
}
.cp-find-store-v2 .store-detail-hot-model {
  margin-top: 1.8229vw;
}
.cp-find-store-v2 .store-detail-hot-model-title {
  font-family: "genesis-head";
  font-size: 0.9375vw;
}
.cp-find-store-v2 .store-detail-hot-model-list {
  margin-top: 1.0417vw;
}
.cp-find-store-v2 .store-detail-hot-model-list .store-detail-hot-model-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.0417vw;
}
.cp-find-store-v2 .store-detail-hot-model-list .store-detail-hot-model-item .model-img {
  width: 8.3333vw;
  height: 4.9479vw;
}
.cp-find-store-v2 .store-detail-hot-model-list .store-detail-hot-model-item .model-info {
  padding-left: 1.0417vw;
  box-sizing: border-box;
  height: 4.9479vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cp-find-store-v2 .store-detail-hot-model-list .store-detail-hot-model-item .model-info .model-title-info .top-title {
  font-family: "genesis-head";
  font-size: 0.8333vw;
}
.cp-find-store-v2 .store-detail-hot-model-list .store-detail-hot-model-item .model-info .model-title-info .sub-title {
  margin-top: 0.2604vw;
  font-size: 0.7292vw;
  color: #666;
}
.cp-find-store-v2 .store-detail-hot-model-list .store-detail-hot-model-item .model-info .link-btn a::after {
  width: 0.2604vw;
  bottom: -0.1042vw;
  height: 0.2604vw;
}
.cp-find-store-v2 .store-detail-hot-model-list .store-detail-hot-model-item .model-info .link-btn span {
  font-size: 0.7292vw;
}

html[lang=en-CN] .cp-find-store-v2 .store-detail .store-detail-store-postion a {
  font-size: 0.6292vw;
}

html[lang=en-CN] .cp-find-store-v2 .store-detail .store-detail-business-tag ul .tag {
  width: auto;
  padding: 0 0.2vw;
}

.cp-find-store-v2 .store-detail .store-detail-store-name {
  display: inline-block;
  max-width: 95%;
  white-space: normal;
}

.cp-find-store-v2 .store-detail .store-detail-store-name span {
  display: inline;
}

.cp-find-store-v2 .store-detail .store-detail-store-name span.title-icons {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .cp-find-store-v2 .store-detail .store-detail-store-name .title-icons {
    margin-left: 1.6vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-store-name .title-icons img {
    width: 4.3333vw;
    height: 4.3333vw;
    margin-right: 1.3333vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-store-name .title-icons img:last-child {
    margin-right: 0;
  }
  html[lang=en-CN] .cp-find-store-v2 .store-detail .store-detail-store-name {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #storeMap {
    height: 100.1333vw;
  }
  .cp-find-store-v2 .store-list .store-list-content .store-list-text .info .other-info .info-item .icon {
    margin-top: 0;
  }
  .cp-find-store.cp-find-store-v2 .store-list-part-title {
    font-size: 2.9333vw;
    padding-top: 4vw;
  }
  .cp-find-store.cp-find-store-v2 .store-list {
    padding-bottom: 4vw;
  }
  .cp-find-store.cp-find-store-v2 .store-list .store-list-container {
    padding-bottom: 4vw;
  }
  .cp-find-store.cp-find-store-v2 .store-list .store-list-item {
    margin-top: 4vw;
  }
  .cp-find-store.cp-find-store-v2 .store-list .store-list-content .store-list-text {
    margin-right: 0;
  }
  .cp-find-store.cp-find-store-v2 .store-list .store-list-content .store-list-text .title-icons {
    margin-left: 1.6vw;
  }
  .cp-find-store.cp-find-store-v2 .store-list .store-list-content .store-list-text .info {
    margin-top: 1.3333vw;
  }
  .cp-find-store.cp-find-store-v2 .store-list .store-list-content .store-list-text .info .other-info {
    margin-top: 1.3333vw;
  }
  .cp-find-store.cp-find-store-v2 .store-list .store-list-content .store-list-text .info .other-info span {
    font-size: 2.9333vw;
  }
  .cp-find-store.cp-find-store-v2 .store-list .store-list-content .store-list-text h2 {
    font-size: 3.7333vw;
  }
  .cp-find-store.cp-find-store-v2 .store-list .store-list-content .store-list-text h2 span {
    font-size: 3.7333vw;
  }
  .cp-find-store.cp-find-store-v2 .store-list .store-list-content .store-list-text h2 .icon-shop {
    font-size: 0;
    width: 4vw;
    margin-right: 1.3333vw;
    height: 4vw;
  }
  .cp-find-store.cp-find-store-v2 .change-tab {
    margin-top: 4vw;
  }
  .cp-find-store.cp-find-store-v2 .change-tab .tab-item {
    font-size: 3.7333vw;
  }
  .cp-find-store.cp-find-store-v2 .change-tab .tab-item:last-child {
    margin-left: 6.6667vw;
  }
  .cp-find-store.cp-find-store-v2 .left-list-column {
    position: relative;
    padding: 0;
    animation: slideInDown 0.5s linear;
    -webkit-animation: slideInDown 0.5s linear;
    z-index: 2;
    padding: 0 8.6667vw;
    -js-display: flex;
    display: flex;
    flex-direction: column;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }
  .cp-find-store.cp-find-store-v2 .left-list-column.sliderUp {
    position: fixed;
    top: 15.6vw;
    height: auto;
    width: 100%;
    animation: slideInUp 0.5s linear;
    -webkit-animation: slideInUp 0.5s linear;
  }
  .cp-find-store.cp-find-store-v2 .left-list-column.sliderUp #dealer-slider img {
    transform: rotate(180deg);
  }
  .cp-find-store.cp-find-store-v2 .left-list-column #dealer-slider {
    height: auto;
    padding-bottom: 4vw;
  }
  .cp-find-store.cp-find-store-v2 .left-list-column #dealer-slider img {
    width: 6vw;
    display: block;
    margin: 0 auto;
    margin-top: 3.3333vw;
    height: 2.2667vw;
    transition: all 0.5s;
  }
  .cp-find-store.cp-find-store-v2 .left-list-column #dealer-slider::before {
    display: none;
  }
  .cp-find-store.cp-find-store-v2 .left-list-column .search-column .cm-input-wrap {
    position: relative;
    height: 8vw;
  }
  .cp-find-store.cp-find-store-v2 .left-list-column .search-column .cm-input-wrap .icon-search {
    width: 4vw;
    height: 4vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .cp-find-store.cp-find-store-v2 .left-list-column .search-column .cm-input-wrap .search-input {
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 3.4667vw;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    padding-right: 4.2vw;
  }
  .cp-find-store.cp-find-store-v2 .left-list-column .search-res {
    padding-bottom: 4.6667vw;
  }
  .cp-find-store.cp-find-store-v2 .left-list-column .search-res .search-res-title {
    font-size: 4.2667vw;
    margin-top: 7.3333vw;
    padding-bottom: 0;
  }
  .cp-find-store.cp-find-store-v2 .left-list-column .search-res .search-res-item {
    margin-top: 4vw;
  }
  .cp-find-store.cp-find-store-v2 .left-list-column .search-res .search-res-item .distance i {
    margin-right: 1.3333vw;
  }
  .cp-find-store.cp-find-store-v2 .left-list-column .search-res .search-res-item .store-list-text {
    margin-right: 0;
  }
  .cp-find-store.cp-find-store-v2 .left-list-column .search-res .search-res-item .store-list-text .info {
    margin-top: 1.3333vw;
  }
  .cp-find-store.cp-find-store-v2 .left-list-column .search-res .search-res-item .store-list-text .info .other-info {
    margin-top: 1.3333vw;
  }
  .cp-find-store.cp-find-store-v2 .left-list-column .search-res .search-res-item .store-list-text .info .other-info span {
    font-size: 2.9333vw;
  }
  .cp-find-store.cp-find-store-v2 .left-list-column .search-res .search-res-item .store-list-text h2 span {
    font-size: 3.7333vw;
  }
  .cp-find-store.cp-find-store-v2 .left-list-column .search-res .search-res-item .store-list-text h2 .icon-shop {
    font-size: 0;
    width: 4vw;
    margin-right: 1.3333vw;
    height: 4vw;
  }
}
@media screen and (max-width: 1024px) {
  .cp-find-store-v2 .store-detail {
    padding: 0;
  }
  .cp-find-store-v2 .store-detail .store_detail {
    margin-bottom: 5.7333vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-store-name {
    font-size: 4.2667vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-store-name .icon-shop {
    width: 4.6667vw;
    height: 4.6667vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-store-name span:first-child {
    font-family: "genesis-text-medium";
  }
  .cp-find-store-v2 .store-detail .icon-close {
    width: 3.3333vw;
    height: 3.3333vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-store-pic {
    margin-top: 4vw;
    width: 81.3333vw;
    height: 40vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-store-postion {
    width: 81.3333vw;
    height: 15.3333vw;
    margin-top: 3.3333vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-store-postion a {
    width: 100%;
    height: 100%;
    padding-left: 4vw;
    padding-right: 6vw;
    font-size: 3.2vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-store-postion a .store-postion {
    font-family: "genesis-text";
    font-size: 3.4667vw;
    line-height: 1.2;
    max-width: none;
    width: 60vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-store-postion a .icon-store-detail-postion {
    width: 7.3333vw;
    height: 7.3333vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-business-info {
    font-size: 3.2vw;
    display: flex;
    margin-top: 3.3333vw;
    padding-bottom: 0;
  }
  .cp-find-store-v2 .store-detail .store-detail-business-info .business-time {
    padding-right: 4vw;
    position: relative;
  }
  .cp-find-store-v2 .store-detail .store-detail-business-info .business-time::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2.6667vw;
    content: "";
    background-color: #8e8e8e;
    width: 0.2667vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-business-info .business-call {
    padding-left: 4vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-business-tag {
    width: auto;
    margin-top: 3.3333vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-business-tag ul .tag {
    width: 18.6667vw;
    height: 5.3333vw;
    line-height: 5.3333vw;
    font-size: 2.4vw;
    margin-right: 1.6vw;
    margin-bottom: 2.1333vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-btns {
    margin-top: 5.2vw;
    width: 100%;
  }
  .cp-find-store-v2 .store-detail .store-detail-btns .btn-item {
    width: 38vw;
    height: 10.6667vw;
    font-size: 3.4667vw;
    line-height: 10.6667vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-hot-model-title {
    font-size: 4.2667vw;
    margin-bottom: 4vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-hot-model-list .store-detail-hot-model-item .model-img {
    width: 38vw;
    height: 22vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-hot-model-list .store-detail-hot-model-item .model-info {
    padding-left: 5.3333vw;
    height: 22vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-hot-model-list .store-detail-hot-model-item .model-info .model-title-info .top-title {
    font-size: 3.4667vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-hot-model-list .store-detail-hot-model-item .model-info .model-title-info .sub-title {
    font-size: 2.9333vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-hot-model-list .store-detail-hot-model-item .model-info .link-btn a::after {
    width: 1.7333vw;
    height: 1.7333vw;
  }
  .cp-find-store-v2 .store-detail .store-detail-hot-model-list .store-detail-hot-model-item .model-info .link-btn span {
    font-size: 2.9333vw;
  }
  html[lang=en-CN] .cp-find-store-v2 .store-detail .store-detail-store-postion a {
    font-size: 2.4667vw;
  }
  html[lang=en-CN] .cp-find-store-v2 .store-detail .store-detail-business-tag ul .tag {
    width: auto;
    padding: 0 1vw;
  }
}
</pre></body></html>