
html,body{
  margin: 0;
  padding: 0;
}
#app {
  height: 100vh;
  font-family: '\5E7C\5706', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
}
#app img.logo {
    max-width: 16vh;
    display: block;
    margin: 10px auto;
    text-align: center;
}
.container {
  max-height: 80vh;
  height: 48vh;
  background-color: #f8f7f8;
  padding: 20px calc(50% - 480px);
}
.scrollable { -webkit-overflow-scrolling: touch
}
::-webkit-scrollbar { width: 7px; height: 7px
}
::-webkit-scrollbar-thumb { background-color: rgba(50, 50, 50, .3)
}
::-webkit-scrollbar-thumb:hover { background-color: rgba(50, 50, 50, .6)
}
::-webkit-scrollbar-track { background-color: rgba(50, 50, 50, .1)
}
::-webkit-scrollbar-track:hover { background-color: rgba(50, 50, 50, .2)
}

nav.navigator{
	background-color: #ccc;
	padding: 0 calc(50% - 480px);
	text-align: center;
	height: 5vh;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
}
.navigator li {
	width: 240px;
	text-align: center;
}
.navigator li a {
	font-size: 18px;
	line-height: 5vh;
	color: #fff;
	text-decoration: none;
}
@keyframes hvr-wobble-vertical {
16.65% {
    transform: translateY(8px);
}
33.3% {
    transform: translateY(-6px);
}
49.95% {
    transform: translateY(4px);
}
66.6% {
    transform: translateY(-2px);
}
83.25% {
    transform: translateY(1px);
}
100% {
    transform: translateY(0);
}
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  animation-name: hvr-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.products-qrocode {
    position: relative; 
    display: -ms-flexbox; 
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 calc(50% - 480px);
}
.products {
    width: 360px;
    min-width: 360px;
    left: 10px;
}
.qrcodes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    width: 260px;
    right: 0;
}

.products {
  margin: 0;
  padding-left: 24px;
}
.products h2 {
    margin-top: 6vh;
    display: block;
    color: red;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
}
.product {
  display: block;
  margin-top: 1vh;
}
.product a.link{
     float: left;
     width: 64px;
     padding: 10px 20px 10px 0;
     text-decoration: none;
     color: #666;
}
.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}


.qrcode-group {
  /*margin-top: 40px;*/
}

.qrcode {
	float: left;
	width: 84px;
	margin: 0;
	padding: 0;
}
figure.qrcode {
	padding-right: 24px;
}
.qrcode-label {
	padding-top: 4px;
	color: red;
}

footer {
	height: 4vh;
	line-height: 4vh;
	margin-bottom: 1vh;
	vertical-align: middle;
}

.imgs {
	padding-top: 6vh;
	height: auto;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 auto;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-line-pack: center;
	    align-content: center;
	-ms-flex-pack: center;
	    justify-content: center;
	vertical-align: middle;
}

.cultrue {
  	height: auto;
  	min-height: 40em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align:center;
        align-items:center;
	-ms-flex-pack: center;
	    justify-content: center;
}
.top-cultrue-words {
  	display: -ms-flexbox;
  	display: flex;
  	width: 60vw;
  	font-size: 18px;
  	text-align: justify;
}
.cultrue-words{
  	padding: 1em 0;
  	width: 60vw;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-direction: row;
  	    flex-direction: row;
  	-ms-flex-pack: justify;
  	    justify-content: space-between;
}
.cultrue-words h2{
  	margin: 0;
  	padding: 0;
  	-ms-flex-pack: start;
  	    justify-content: flex-start;
  	-ms-flex: 1;
  	    flex: 1;
  	font-size: 16px;
}
.cultrue-words h2::after{
  	content: "\21A0";
  	margin-left: 0.5em;
  	font-size: 18px;
}
.cultrue-words p, .cultrue-words .p{
  	-ms-flex: 5;
  	    flex: 5;
    line-height: 1.6em;
    text-align: justify;
    margin-bottom: 1em;
}
.cultrue-words p, .p p{
  	margin:0;
  	padding: 0;
}

.words {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align:center;
	    align-items:center;
	-ms-flex-pack: center;
	    justify-content: center;
}
.intruction p{
	line-height: 1.6em;
	width: 40em;
	text-align: justify;
}

.words {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align:center;
	    align-items:center;
	-ms-flex-pack: center;
	    justify-content: center;
}
.words p {
	/*text-indent: 2em;*/
	margin: 0.2em 0;
	width: 40em;
	line-height: 1.6em;
	font-family: "\5E7C\5706"，"微软雅黑";
	text-align: justify;
}
.words p q {
	font-weight: 600;
	/*font-style: italic;*/
}

.contact {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}
.detail {
	text-align: left;
}
dd, dt {
	line-height: 30px;
	display: inline;
	#margin: 0 4px;
}
dt::after {
	content: ":"
}
dd + dt::before {
	content: "\A";
	white-space: pre;
}
dd + dd::before {
	content: ',';
	font-weight: normal;
}
dd a {
	color: #8b9494;
	font-family: "\5FAE\8F6F\96C5\9ED1","Helvetica","Arial",sans-serif;
	text-decoration: none;
}
