* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font-family: "arial, helvetica, sans-serif"; color:#000;
}
img {
  border: none;
  vertical-align: middle;
}
/*
 
 * 
 *  定义一些方法 */
/*
 
 *  定义一些字体 */
@font-face {
  font-family: "english-desc";
  src: url('../fonts/en/futural.eot');
  src: url('../fonts/en/futural.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
  url('../fonts/en/futural.woff') format('woff'), /* Modern Browsers */ 
  url('../fonts/en/futural.ttf') format('truetype'), /* Safari, Android, iOS */ 
  url('../fonts/en/futural.svg#english-desc') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: "chinese-desc";
  src: url('../fonts/zh/lantingqianhei.eot');
  src: url('../fonts/zh/lantingqianhei.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
  url('../fonts/zh/lantingqianhei.woff') format('woff'), /* Modern Browsers */ 
  url('../fonts/zh/lantingqianhei.ttf') format('truetype'), /* Safari, Android, iOS */ 
  url('../fonts/zh/lantingqianhei.svg#chinese-desc') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: "english-title";
  src: url('../fonts/en/futuram.eot');
  src: url('../fonts/en/futuram.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
  url('../fonts/en/futuram.woff') format('woff'), /* Modern Browsers */ 
  url('../fonts/en/futuram.ttf') format('truetype'), /* Safari, Android, iOS */ 
  url('../fonts/en/futuram.svg#english-title') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: "chinese-title";
  src: url('../fonts/zh/lantingzhonghei.eot');
  src: url('../fonts/zh/lantingzhonghei.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
  url('../fonts/zh/lantingzhonghei.woff') format('woff'), /* Modern Browsers */ 
  url('../fonts/zh/lantingzhonghei.ttf') format('truetype'), /* Safari, Android, iOS */ 
  url('../fonts/zh/lantingzhonghei.svg#chinese-title') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: "e-nav-parent";
  src: url("../fonts/en/futuram.eot");
  src: url('../fonts/en/futuram.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
  url('../fonts/en/futuram.woff') format('woff'), /* Modern Browsers */ 
  url('../fonts/en/futuram.ttf') format('truetype'), /* Safari, Android, iOS */ 
  url('../fonts/en/futuram.svg#e-nav-parent') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: "e-nav-child";
  src: url("../fonts/en/futural.eot");
  src: url('../fonts/en/futural.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
  url('../fonts/en/futural.woff') format('woff'), /* Modern Browsers */ 
  url('../fonts/en/futural.ttf') format('truetype'), /* Safari, Android, iOS */ 
  url('../fonts/en/futural.svg#e-nav-child') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'copyright';
  src: url("../fonts/en/futural.eot");
  src: url('../fonts/en/futural.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
  url('../fonts/en/futural.woff') format('woff'), /* Modern Browsers */ 
  url('../fonts/en/futural.ttf') format('truetype'), /* Safari, Android, iOS */ 
  url('../fonts/en/futural.svg#copyright') format('svg'); /* Legacy iOS */
}
/**
 *     
 * @header.css
 * 
 * use header
 * 
 * */
header {
  text-align: center;
  height: 71px;
  padding: 22px 120px 22px;
  position: relative;
  z-index: 6;
  transition: 0.4s all ease-out;
  -webkit-transition: 0.4s all ease-out;
  -moz-transition: 0.4s all ease-out;
  -ms-transition: 0.4s all ease-out;
  -o-transition: 0.4s all ease-out;
  text-overflow: clip;
}
header > div {
  height: 27px;
  overflow: hidden;
}
header > div img {
  height: 20px;
}
header .h-left-icon {
  position: absolute;
  left: 120px;
  z-index: 4;
  transition: 0.4s all ease-out;
  -webkit-transition: 0.4s all ease-out;
  -moz-transition: 0.4s all ease-out;
  -ms-transition: 0.4s all ease-out;
  -o-transition: 0.4s all ease-out;
  background-color: #FFF;
  padding-right: 20px;
}
header .h-navbar {
  width: 100%;
  overflow: hidden;
}
header .h-navbar .navbar {
  width: 400pt;
  left: 50%;
  margin-left: -138.5pt;
  white-space: nowrap;
  position: relative;
  font-size: 0;
  text-align: left;
}
header .h-navbar .navbar > div {
  display: inline-block;
  white-space: nowrap;
  margin-right: 20px;
  height: 27px;
  position: relative;
  background-color: #FFF;
  z-index: 3;
  transition: 0.4s all ease-out;
  -webkit-transition: 0.4s all ease-out;
  -moz-transition: 0.4s all ease-out;
  -ms-transition: 0.4s all ease-out;
  -o-transition: 0.4s all ease-out;
}
header .h-navbar .navbar > div:last-child {
  margin-right: 0;
}
header .h-navbar .navbar > div:hover {
  width: auto;
  z-index: 1;
}
header .h-navbar .navbar > div:hover .big-title a {
  color: #9FA0A0;
}
header .h-navbar .navbar > div:hover ul {
	float:left;
  display:block;
  width: auto;
}
header .h-navbar .navbar > div .big-title {
  vertical-align: top;
  display: inline-block;
  line-height: 27px;
  height: 100%;
  text-transform: uppercase;
  float:left;
}
header .h-navbar .navbar > div .big-title a {
  font-size: 22px;
  text-decoration: none;
  font-family: "e-nav-parent";
  color: #000;
}
header .h-navbar .navbar > div .big-title a.active {
  color: #9FA0A0;
}
header .h-navbar .navbar > div ul {
  vertical-align: top;
  overflow: hidden;
  list-style-type: none;
  width: 0;
  display: inline-block;
  transition: 0.4s all ease-out;
  -webkit-transition: 0.4s all ease-out;
  -moz-transition: 0.4s all ease-out;
  -ms-transition: 0.4s all ease-out;
  -o-transition: 0.4s all ease-out;
  display:none;
}
header .h-navbar .navbar > div ul li {
  vertical-align: top;
  display: inline-block;
  line-height: 27px;
  text-transform: capitalize;
  margin-left: 15px;
  font-size: 22px;
}
/*header .h-navbar .navbar > div ul li:last-child {
	margin-right:30px;
}*/
header .h-navbar .navbar > div ul li a {
  color: #000;
  text-decoration: none;
  font-family: 'e-nav-child';
}
header .h-navbar .navbar > div ul li a:hover {
  color: #9FA0A0;
}
header .h-right-icon {
  position: absolute;
  right: 120px;
  top: 22px;
  overflow: initial;
  z-index: 3;
  background-color: #FFF;
  padding-left: 20px;
  transition: 0.4s all ease-out;
  -webkit-transition: 0.4s all ease-out;
  -moz-transition: 0.4s all ease-out;
  -ms-transition: 0.4s all ease-out;
  -o-transition: 0.4s all ease-out;
}
header .h-right-icon .qrcode-warrper {
  height: 100%;
  cursor: pointer;
  font-size: 22px;
    text-decoration: none;
    font-family: "e-nav-parent";
}
header .h-right-icon .qrcode-warrper a{
	color: #000;
    text-decoration: none;
}
header .h-right-icon .qrcode-warrper .qrcode {
  position: absolute;
  right: 0;
  top: 46px;
  width: 140px;
  height: 140px;
  background-color: #FFF;
  z-index: 2;
  display: none;
  background: #ffffff url(../img/qrcode.png) no-repeat center;
  background-size: 100% 100%;
}
header .h-right-icon .qrcode-warrper:hover .qrcode {
  display: block;
}
header .h-right-icon .lt-768-show {
  display: none;
}
@media screen and (max-width: 1024px) {
  header {
    padding-left: 20px;
    padding-right: 18px;
    background-color: #FFF;
	z-index: 11;
  }
  header.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  header.fixed-top .h-navbar {
    height: 100%;
  }
  header.fixed-top.active {
    height: auto;
  }
  header .h-left-icon {
    left: 20px;
  }
  header .h-right-icon {
    right: 20px;
  }
  header .h-right-icon > .lt-768-show {
    display: block;
  }
  header .h-right-icon > .gt-768-show {
    display: none;
  }
  header .h-right-icon #navbtn {
    height: 27px;
  }
  header .h-right-icon #navbtn > img {
    height: 20px;
  }
  header .h-right-icon #navbtn .close {
    display: none;
  }
  header .h-right-icon #navbtn.active .close {
    display: block;
  }
  header .h-right-icon #navbtn.active .show {
    display: none;
  }
  header .h-navbar {
    position: initial;
    width: 100%;
    margin: 0;
    display: none;
    height: auto;
    overflow: auto;
    margin-top: 42px;
    background-color: #FFF;
  }
  header .h-navbar.jshow {
    display: block;
  }
  header .h-navbar .navbar {
    width: 100%;
    white-space: normal;
    left: 0;
    margin-left: 0;
    background-color: #FFF;
    overflow: auto;
    padding-bottom: 60px;
  }
  header .h-navbar .navbar > div {
    display: block;
    white-space: normal;
    height: auto;
    margin-bottom: 16px;
    margin-right: 0;
  }
  header .h-navbar .navbar > div .big-title {
    display: block;
    text-align: left;
    vertical-align: initial;
    line-height: initial;
    width: 100%;
  }
  header .h-navbar .navbar > div .big-title:first-child {
    margin-bottom: 16px;
  }
  header .h-navbar .navbar > div ul {
    display: initial;
    vertical-align: initial;
    overflow: auto;
    display: none;
  }
  header .h-navbar .navbar > div ul.active {
    display: initial;
  }
  header .h-navbar .navbar > div ul li {
    display: list-item;
    text-align: left;
    line-height: 1;
    padding: 0;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
.content {
  padding: 0 120px;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
@media screen and (max-width: 1024px) {
  .content {
    padding: 0 20px;
	margin-bottom:70px;
  }
}
.media-list {
  list-style-type: none;
  position: relative;
}
.media-list > li {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}
.media-list > li a {
  display: block;
  text-decoration: none;
}
.media-list > li a:hover img {
	filter:alpha(Opacity=40);
	-moz-opacity:0.4;
	opacity: 0.4;
}
.media-list > li a img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  display: block;
  border: none;
}
.media-list > li a h3 {
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #000;
}
.media-list > li a h3.english {
  text-transform: capitalize;
  font-family: "english-title";
  font-size: 22px;
  font-weight:normal;
}
.media-list > li a h3.english.big-title {
  font-size: 40px;
}
.media-list > li a h3.chinese {
  font-family: "chinese-title";
  font-size: 20px;
  font-weight:normal;
}
.media-list > li a p {
  line-height: 22px;
  color:#000;
}
.media-list > li a p.english {
  font-family: "english-desc";
  font-size: 16px;
}
.media-list > li a p.chinese {
  font-family: "chinese-desc";
  font-size: 14px;
  margin-top:6px;
}
footer {
  padding: 0 120px 40px;
  font-family: "copyright";
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}
footer .contact1 {
  list-style-type: none;
  overflow: hidden;
  width: 400px;
  padding: 0 0 30px;
}
footer .contact1 li {
  float: left;
  width: 35px;
  margin-right: 56px;
}
footer .contact1 li:last-child {
  margin-right: 0;
}
footer .copyRight {
  text-transform: uppercase;
  font-size:12px;
  line-height: 26px;
}
footer .contact2 {
  text-transform: uppercase;
  font-size:12px;
}
@media screen and (max-width: 1024px) {
  footer {
	  width:100%;
	  background:#FFF;
	      position: fixed;
		  bottom: 0;
    padding: 0 20px 20px;
  }
  footer .contact1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .contact1 li {
    max-width: 35px;
    margin-right: -webkit-calc((100% - 175px)/4 );
    margin-right: calc((100% - 175px)/4 );
    margin-right: -moz-calc((100% - 175px)/4 );
  }
  footer .contact1 li:last-child {
    margin-right: 0;
  }
  footer .copyRight {
    text-align: left;
  }
  footer .contact2 {
    text-align: left;
  }
}
.slider-group {
  width: 100%;
  position: relative;
}
.slider-group .slider-view {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
.slider-group .slider-view .slider-item {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  width: 100%;
}
.slider-group .slider-view .slider-item img {
  width: 100%;
}
.slider-group > a {
  position: absolute;
  width: 30px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  font-size: 26px;
  text-decoration: none;
  z-index: 3;
  color: #FFF;
  line-height: 60px;
  text-align: center;
}
.slider-group > a.slider-prev {
  left: 20px;
}
.slider-group > a.slider-next {
  right: 20px;
}
.description {
  font-size: 12px;
  color: #000;
  border-bottom: 2px solid #000;
  line-height: 22px;
  padding-bottom: 25px;
}
.description .chinese {
  font-family: "chinese-desc";
  font-size:14px;
  line-height:22px;
}
.description .english {
  font-family: "english-desc";
  font-size:16px;
  line-height:22px;
}
.relevant {
  padding-top: 40px;
}
.relevant ul {
  overflow: hidden;
  list-style-type: none;
}
.relevant ul > li {
  float: left;
  width: calc((100% - 80px)/3);
  margin-right: 40px;
  margin-bottom: 40px;
}
.relevant ul > li:nth-child(3n) {
  margin-right: 0;
}
.relevant ul > li.is-video {
  position: relative;
}
.relevant ul > li.is-video .video-icon {
  position: absolute;
  width: 46px;
  height: 46px;
  left: 50%;
  top: 50%;
  margin-left: -23px;
  margin-top: -23px;
  background: url(../img/video_icon.png) no-repeat center;
  z-index: 1;
}
.relevant ul > li a {
  display: block;
}
.relevant ul > li a img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .relevant ul > li {
    width: 100%;
    margin-right: 0;
  }
}
.contact-us {
  overflow: hidden;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
  padding-bottom:30px;
}
.contact-us .contact-title {
  font-size: 22px;
  line-height: 36px;
  margin-top: 30px;
}
.contact-us > div {
  font-size: 18px;
  line-height: 22px;
  float: left;
  margin-right: 20px;
}
.contact-us > div.chinese,.contact-us > div.english {
  width: calc((100% - 422px)/2);
  width: -webkit-calc((100% - 422px)/2);
  width: -moz-calc((100% - 422px)/2);
}
.contact-us > div:last-child {
  margin-right: 0px;
}
.contact-us .english > h2 {
  font-family: "english-title";
  font-size: 22px;
  font-weight: normal;
}
.contact-us .english > div,.contact-us .english > p {
  font-family: "english-desc";
  font-size:16px;
}
.contact-us .chinese > h2 {
  font-family: "chinese-title";
  font-size: 20px;
  font-weight: normal;
}
.contact-us .chinese > div,.contact-us .chinese > p {
  font-family: "chinese-desc";
  font-size:14px;
}
@media screen and (max-width: 768px) {
  .contact-us > div {
    width: 100%;
  }
  .contact-us > div.chinese,.contact-us > div.english {
  width: 100%;
}
  .contact-us > div:first-child {
    margin-right: 0;
  }
  .contact-us .english .contact-title {
  margin-top: 15px;
}
}

.contact-xx {
  /*border-top: 2px solid #000;
  border-bottom: 2px solid #000;*/
  width:382px;
  padding-top:30px;
}
.contact-xx .form-group {
  overflow: hidden;
  margin: 0 0 15px;
  font-family: "chinese-desc";
}
.contact-xx .form-group label {
  float: left;
  width: 180px;
  font-size: 18px;
  line-height: 25px;
  font-family: "chinese-desc";
}
.contact-xx .form-group label .english-title {
  font-family: "english-title";
  font-size:22px;
}
.contact-xx .form-group > div {
  float: left;
  width: calc(100% - 180px);
  width: -webkit-calc(100% - 180px);
  width: -moz-calc(100% - 180px);
}
.contact-xx .form-group > div input {
  width: 202px;
  line-height: 20px;
  height: 25px;
  padding: 5px 12px;
  border: 1px solid #000;
  vertical-align: top;
  font-size: 18px;
  font-family: "chinese-desc";
}
.contact-xx .form-group > div textarea {
  width: 202px;
  height: 120px;
  resize: none;
  padding: 10px;
  font-size: 20px;
  border: 1px solid #000;
  font-family: "chinese-desc";
}
.contact-xx .form-group.submit {
  text-align: right;
  margin-right:1px;
  margin-bottom:0px;
}
.contact-xx .form-group.submit input {
  border: none;
  background: none;
  font-size: 22px;
  font-family: "english-title";
}
@media screen and (max-width: 767px) {
	.contact-xx {
	  padding-top:20px;
	}
  .contact-xx .form-group {
    height: auto;
  }
  .contact-xx .form-group label {
    float: none;
    display: block;
    width: 100%;
  }
  .contact-xx .form-group > div {
    float: none;
    width: 100%;
  }
  .contact-xx .form-group > div input {
    width: 100%;
	  border-radius:0px;
  }
  .contact-xx .form-group > div textarea {
	  width: 100%;
	  border-radius:0px;
	}
}
@media screen and ( min-width:768px ) and ( max-width:1020px ) {
	.contact-xx .form-group {
    height: auto;
  }
  .contact-xx .form-group > div input {
    width: 100%;
  }
  .contact-xx .form-group > div textarea {
	  width: 100%;
	}
}

/* WORK */
.detail-warpper .detail-type {
	padding-bottom:10px;
}
.detail-warpper .detail-type img {
  width: 100% ;
}
.detail-warpper .detail-type video {
  width: 100%;
}
.detail-warpper .detail-description {
  overflow: hidden;
  margin-bottom: 25px;
}
.detail-warpper .detail-description > div {
  float: left;
  width: calc((100% - 120px)/2);
  width: -webkit-calc((100% - 120px)/2);
  width: -moz-calc((100% - 120px)/2);
}
.detail-warpper .detail-description > div:first-child {
  margin-right: 120px;
}
.detail-warpper .detail-description > div h3 {
  font-size: 36pt;
  line-height:46pt;
  line-height: 1;
  padding: 0 0 10px;
  font-weight: 500;
}
.detail-warpper .detail-description > div h3.english {
  text-transform: capitalize;
  font-family: "english-title";
  font-size: 22px;
}
.detail-warpper .detail-description > div h3.chinese {
  font-family: "chinese-title";
  font-size: 20px;
  font-weight:normal;
}
.detail-warpper .detail-description > div p {
  line-height: 22px;
  color: #000;
}
.detail-warpper .detail-description > div p.english {
  font-family: "english-desc";
  font-size: 16px;
}
.detail-warpper .detail-description > div p.chinese {
  font-family: "chinese-desc";
  font-size: 14px;
}
.detail-warpper .detail-description .pay-type > a {
  display: inline-block;
  vertical-align: middle;
}
.detail-warpper .detail-description .pay-type > a:first-child {
  width: 30%;
  max-width: 114px;
}
.detail-warpper .detail-description .pay-type > a:last-child {
  width: 60%;
  max-width: 220px;
}
.detail-warpper .detail-description .pay-type > a img {
  width: 100%;
}
.detail-warpper .other-content {
  	padding-bottom: 30px;
}
.detail-warpper .other-content .other-item {
}
.detail-warpper .other-content .other-item video {
  width: 100%;
}
.detail-warpper .other-content .other-item iframe {
	width:100%;
}
.detail-warpper .other-content .other-item img {
  width: 100%;
  display: block;
  vertical-align: top;
  margin-top:10px;
  margin-bottom: 10px;
}
.detail-warpper .other-content .other-item h3 {
  font-size: 20px;
}
.detail-warpper .other-content .other-item h3.english {
  font-family: 'english-title';
}
.detail-warpper .other-content .other-item h3.chinese {
  font-family: 'chinese-title';
}
.detail-warpper .other-content .other-item p {
  line-height: 26px;
  font-size:7pt;
}
.detail-warpper .other-content .other-item p.english {
  font-family: "english-desc";
  font-size: 18pt;
}
.detail-warpper .other-content .other-item p.chinese {
  font-family: 'chinese-desc';
}
@media screen and (max-width: 768px) {
	.detail-warpper .detail-type {
	padding-bottom:0px;
}
  .detail-warpper .detail-description > div {
    float: none;
    width: 100%;
	margin-top:15px;
  }
  .detail-warpper .detail-description > div:first-child {
    margin-right: 0;
  }
  .detail-warpper .other-content .other-item iframe {
	height:260px;
  }
}


/* STORE */
.store-detail-warpper .detail-type {
	/*padding-bottom:50px;*/
}
.store-detail-warpper .detail-type img {
  width: 100% ;
}
.store-detail-warpper .detail-type video {
  width: 100%;
}
.store-detail-warpper .detail-description {
  overflow: hidden;
  margin-bottom: 35pt;
}
.store-detail-warpper .detail-description > div {
  float: left;
  /*width: calc((100% - 120px)/2);
  width: -webkit-calc((100% - 120px)/2);*/
}
.store-detail-warpper .detail-description > div:first-child {
  /*margin-right: 120px;*/
}
.store-detail-warpper .detail-description > div h3 {
  font-size: 20px;
  line-height: 1;
  padding: 35pt 0 28pt;
  font-weight: 500;
}
.store-detail-warpper .detail-description > div h3.english {
  font-family: "english-title";
  font-size: 24pt;
}
.store-detail-warpper .detail-description > div h3.chinese {
  font-family: "chinese-title";
  font-size: 20pt;
}
.store-detail-warpper .detail-description > div p {
  font-size: 20px;
  line-height: 1.6;
  color: #000;
}
.store-detail-warpper .detail-description > div p.english {
  font-family: "english-desc";
  font-size: 18pt;
}
.store-detail-warpper .detail-description > div p.chinese {
  font-family: "chinese-desc";
}
.store-detail-warpper .detail-description .pay-type > a {
  display: inline-block;
  vertical-align: middle;
}
.detail-warpper .detail-description .pay-type > a:first-child {
  width: 30%;
  max-width: 114px;
}
.store-detail-warpper .detail-description .pay-type > a:last-child {
  width: 60%;
  max-width: 220px;
}
.store-detail-warpper .detail-description .pay-type > a img {
  width: 100%;
}
.store-detail-warpper .other-content {
	border-top: 2px solid #000;
	padding-top:40px;
  	padding-bottom: 50px;
}
.store-detail-warpper .other-content .other-item {
}

.store-detail-warpper .other-content .other-item iframe {
	width:97.5%;
}
.store-detail-warpper .other-content .other-item img {
  width: 100%;
  display: block;
  vertical-align: top;
  margin-bottom: 20px;
}
.store-detail-warpper .other-content .other-item h3 {
  font-size: 20px;
}
.store-detail-warpper .other-content .other-item h3.english {
  font-family: 'english-title';
}
.detail-warpper .other-content .other-item h3.chinese {
  font-family: 'chinese-title';
}
.store-detail-warpper .other-content .other-item p {
  line-height: 26px;
}
.store-detail-warpper .other-content .other-item p.english {
  font-family: "english-desc";
  font-size: 18pt;
}
.store-detail-warpper .other-content .other-item p.chinese {
  font-family: 'chinese-desc';
}
@media screen and (max-width: 768px) {
  .store-detail-warpper .detail-description > div {
    float: none;
    width: 100%;
  }
  .store-detail-warpper .detail-description > div:first-child {
    margin-right: 0;
  }
  .store-detail-warpper .other-content .other-item iframe {
	height:260px;
  }
}