﻿
html {
    font-size: 100%;
}
body {
    margin: 0;
    font-family:'Source-Han-Ligh1a2d5c1b9320075';
}
.main {
    width: 100%;
    max-width: 100%;
}
.header {
    display: none;
}
.header_phone {
    display: block;
    width: 100%;
    height: 60px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 1000;
}
.header_phone .header_left {
     margin-left: 25px;
    /*width: 60px;*/
}
.header_phone .header_language {
    margin-right: 15px;
    width: 80px;
    text-align: right;
    font-size: 15px;
    background-color: transparent;
    border-width: 0;
    outline: none;
    color: #000000;
    box-shadow: none;
}
.header_phone .header_center {
    font-size: 19px;
    letter-spacing: 3px;
    width: 150px;
}
.header_phone .header_center img{
       margin-left: 20px;
}
.side-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}
.side-shadow {
    width: 3999px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s
}
.side-box .side-nav {
    width: 70%;
    height: 100%;
    background-color: white;
    position: fixed;
    z-index: 10001;
    top: 0;
    padding: 25px;
}
/* 侧边栏点击 */
body.open .side-box { transform: translateX(0) }
body.open .side-box .side-shadow { opacity: 1; visibility: visible }
.side-box .side-nav ul {
    text-align: center;
    margin-right: 40px;
    margin-top: 60px;
    list-style-type: none;
    white-space:nowrap;
    overflow: hidden;
    color: black;
}
.side-box .side-nav li {
    margin-bottom:20%;
    position: relative;
    overflow: hidden;
}
.side-box .side-nav  li a{
    display: block;
    text-align: center;
    overflow: hidden;
    color: #000000;
    font-size: 14px;
    text-decoration: none; /* 去除下划线 */
}
.aa {
    border-bottom: 1px solid;
    padding: 5px;
}
.white-color {
    color: #fff
}
.black-color {
    color: #000;
}
.header .logo {
    height: auto;
    width: 120px;
    display: table-cell;
    margin-left: 40px;
    margin-right: 40px;
}
.logo-img {
    width: 100%;
    height: auto;
}
.header .language {
    text-align: center;
    line-height: 80px;
    min-width: 90px;
    margin-right: 40px;
    margin-left: 30px;
}
.language button {
    background-color: transparent;
    border-width: 0;
    outline: none;
    color: #fff;
    font-size: 13px;
    box-shadow: none;
}
.header .nav {
    width: 100%;
    font-size: 13px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
}
.header ul{
    list-style-type: none;
    white-space:nowrap;
    overflow: hidden;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.header li {
    /*float:left;*/
    margin-right:6%;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.header li a{
    display: block;
    text-align: center;
    overflow: hidden;
    color: #fff;
    padding: 3px;
    text-decoration: none; /* 去除下划线 */
}
.content {
    width: 100%;
    position: relative;
    top: 60px;
}
#firstvideo {
    display: none;
}
.first-video {
    width: 100%;
    position: relative;
}
.first-video video{
    width: 100%;
    height: auto;
}
.first-video span{
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: white;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 20%;
    z-index: 9;
    word-spacing: 10px;
    letter-spacing: 2px;
}
.online-magazine {
    width: 100%;
    height: auto;
    position: relative;;
    margin-top: -60px;
    padding-top: 60px;
}
.online-magazine .magazine-bg {
    width: 100%;
    height: auto;
    display: none;
}
.online-magazine .bg-white {
    width: 100%;
    height: 490px;
    background-color: white;
}
.online-magazine .bg-gray {
    width: 100%;
    height: 490px;
    background-color: #f7f7f7;
}
.magazine {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 99;*/
    width: 100%;
    /*height: 980px*/
}
.magazine-content {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.magazine-content-img{
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 80px;
}
.magazine-content-img .img-up {
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
    margin-left: 30px;
}
.magazine-content-img .img-below {
    position: relative;
    top: 40px;
    left: -20px;
    z-index: 99;
    width: 70%;
    margin-right: 15px;
}
.magazine-content-img .wx-tips {
    /*position: absolute;*/
    /*left: 0px;*/
    /*top: 580px;*/
    /*width: 270px;*/
    /*z-index: 99;*/
    text-align: center;
    font-size: 9px;
    color: black;
}
.m-magazine-header {
    text-align: center;
    margin-top: 40px;
}
.m-magazine-content {
    text-align: center;
    margin-top: 100px;
}
.brand-video {
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.video-text {
    position: absolute;
    z-index: 999;
    bottom: 30px;
    width: 40%;
    left: 20px;
}
.magazine .ma-logo {
    position: relative;
    /*left: 770px;*/
    top: 200px;
    z-index: 99;
    display: none;
}
.brand-logo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: none;
}
.m-brand-logo {
    width: 100%;
    z-index: 99;
    text-align: center;
    padding-top: 30px;
    /*padding-bottom: 30px;*/
}
.brand-imgs {
    padding-top: 20px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
}
.brand-imgs .imgs {
    display: flex;
    justify-content: space-around;

}
.brand-imgs .imgs img{
    width: 100%;
}
.brand-imgs .imgs .img-h {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.brand-imgs .m-img-left {
    width: 31%;
}
.brand-imgs .m-img-right-01 {
    width: 100%;
}
.brand-imgs .m-img-right {
    width: 62%;
}
.brand-imgs-4 .m-img-left{
    width: 49.5%;
}
.brand-imgs-4 .m-img-right {
    width: 47.7%;
}
.brand-imgs-5 .img-h.left{
    margin-right: 6%;
}
.brand-imgs-5 .img-1 {
    width: 100%;
}
.brand-imgs-5 .img-2 {
    width: 100%;
}
.brand-desc {
    width: 100%;
    font-size: 12px;
    line-height:20px;
    /*text-align: center;
    margin-top: 10px;*/
    margin-bottom: 40px;
}


.brand-desc-di {
    width: 100%;
    font-size: 12px;
    line-height:20px;
    /*text-align: center;*/
    margin-top: 10px;
    margin-bottom: 20px;
}

.brand-desc strong{
    font-size: 14px;
    line-height:40px;
}
.brands {
    text-align: center;
}
.brands img {
    width: 100%;
}
.boutique-store {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    line-height: 120%;
}
.m-store-title {
    text-align: center;
    margin-bottom: 60px;
}
.m-store-title img{
    width: 19%;
}
.store-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.store-top-img {
    width: 50%;
}
.store-top .store-top-right {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 10px;
}
.store-top-right .right-text {
    margin-top: 40px;
    width: 370px;
    display: none;
}
.m-text {
    /*width: 100%;*/
    padding: 40px;
}
.m-right-text {
    /*width: 80%;*/
    font-size: 9px;
}
.store-top-right .img-lang{
    display: none;
}
.store-imgs {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    font-size: 9px;
    padding-top: 20px;
    text-align: center;
}
.store-imgs .title {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}
.store-imgs-1{
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
}
.store-imgs-1 .store-imgs-left {
    width: 47%;
}
.store-imgs-1 .store-imgs-right {
    width: 39%;
}
.store-imgs img {
    width: 100%;
}
/*.store-imgs-left{*/
    /*margin-right: 100px;*/
/*}*/
.store-imgs-right {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.store-imgs-right .right-text {
    margin-top: 25px;
    /*width: 310px;*/
}
.store-imgs-3 .right-text {
    margin-top: 25px;
    /*width: 380px;*/
}
.store-imgs-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
}
.store-imgs-2 .store-imgs-left {
    width: 46%;
}
.store-imgs-2 .store-imgs-right {
    width: 46%;
}
.store-imgs-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
}
.store-imgs-3 .store-imgs-right{
    width: 47%;
}
.store-imgs-3 .store-imgs-left {
    width: 45%;
}
.app-d {
    display: flex;
    align-items: flex-end;
}
.app-dd {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-right: 15px;
    margin-left: 40px;
    margin-top: 80px;
}
.app-dd span {
    font-size: 10px;
    margin-top: 20px;
    text-decoration: underline;
}
.separate-brand {
    padding-top: 60px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.m-separate-brand-title {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.m-separate-brand-title img {
    width: 24%;
}
.separate-brand .brands {
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px;
    padding-right: 25px;
    padding-left: 25px;
}
.brands .brands-imgs {
    display: none;
}
.brands-1 {
    margin-right: 30px;
}
.brands-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
/*.brands-2 img {*/
    /*margin-bottom: 30px;*/
/*}*/
.brands-2 .brands-2-img {
    width: 70%;
    margin-bottom: 15px;
}
.contact-us {
    display: none;
}
.m-contact-us{
    padding-top: 20px;
}