@media only screen and (max-width:1080px){
body {
}
.wrapper {
	display: block;
    width: 100%;
    padding: 0 15px;
}
.pc{
    display: none !important;
}
.h5{
    display: block !important;
}
.header{
}
.header .nav {
    display: none;
}
.header .btn-login {
    display: none;
}
.header .btn-ad {
    display: none;
}
.header .nav-bar{
    display: block;
}
.header .left {
    display: flex;
    width: 55%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.header .logo {
    margin-left: 38px;
}
.header .nav-bar .icon-navbar{
    width: 40px;
    height: 40px;
}
.header .nav-bar .icon-navbar svg{
    width: 100%;
    height: 100%;
}
.header .nav-bar .menu-bar.show{
    transform: translateX(0);
    transition: transform .4s ease;
}
.header .nav-bar .menu-bar{
    background-color: #fff;
    box-shadow: 0 0 10px gray;
    height: 100%;
    left: 0;
    overflow-y: auto;
    padding: 0 16px;
    position: fixed;
    top: 0;
    transform: translateX(-115%);
    transition: transform .3s ease;
    padding-bottom: 80px;
    width: 90%;
    z-index: 5;
}
.header .nav-bar .menu-bar .container{
    padding: 0 15px;
}
.header .nav-bar .menu-bar .bartext{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.header .nav-bar .menu-bar .bartext h5{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0;
}
.header .nav-bar .vertical-menu a{
    color: #000;
    display: block;
    padding: 12px;
    font-size: 16px;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.header .nav-bar .vertical-menu a.cur{
    background-color: #fff5f8;
    color: #18000c;
}
.btn-telegram{
    background: #08c;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin-right: 15px;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inbox-btn{
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}
.img-btn-contact{
    border-radius: 50%;
    height: 20px;
    margin-right: 5px;
    vertical-align: -5px;
}
.header .search {
    position: relative;
    margin-right: 20px;
}
.header .search .topsearch-text {
    border-radius: 50%;
    cursor: pointer;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    padding: 0 0 0 0;
}
.header .search .topsearch-text span{
    display: none;
}
.header .search .topsearch-text i {
    display: block;
    overflow: visible;
    margin-top: -8px;
    margin-left: -7px;
    position: absolute;
    left: 50%;
    top: 50%;
}
.header .topsearch {
    display: none;
    width: 100%;
    height: 62px;
    background-color: #F1F1F1;
    border-radius: 0 0 5px 5px;
    padding: 10px 15px;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 70px;
}
.header .topsearch input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    width: 0;
    border-radius: 5px 0 0 5px;
}
.header .topsearch button {
    border-radius: 0 5px 5px 0;
}
.header .menu-user{
    display: block;
    position: relative;
}
.header .menu-user .text{
    color: #FFF;
    font-size: 16px;
}
.header .menu-user:hover .menu-user-box{
    display: block;
}
.header .menu-user .menu-user-box{
    display: none;
    position: absolute;
    right: -5px;
    top: 47px;
    width: 200px;
    background-color: #fff;
    box-shadow: 0 0 11px -3px rgba(0,0,0,.75);
    color: #000;
    font-size: 16px;
    max-width: 300px;
    padding: 9px 15px 6px;
    text-align: left;
    z-index: 2;
}
.header .menu-user .menu-user-box .item{
    padding: 5px 0;
}
.h2title {
    font-size: 20px;
    line-height: 1.35;
}
.h2title.m50 {
    margin-top: 30px;
}
.homebanner .wrapper {
    display: flex;
    height: 100%;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;
}
.homebanner .searchbox {
    width: 100%;
    height: auto;
}
.homebanner .title {
    font-size: 22px;
}
.homebanner .search {
    height: 35px;
}
.homebanner .search input {
    width: 83%;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
}
.homebanner .search button {
    width: 75px;
    height: 35px;
    line-height: 33px;
    font-size: 14px;
}
.homebanner .keyword-list {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.homebanner .pic {
    display: none;
}
.content {
    width: 100%;
    padding: 0 15px;
    margin: 20px auto 30px auto;
}
.topnav {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.topnav a {
    height: 32px;
    line-height: 30px;
    padding: 0 12px 0 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.topnav a svg {
    margin-right: 3px;
}
.homenotice .wrapper {
    padding: 15px 15px;
}
.homestore {
    padding: 10px 15px 10px;
}
.homestore h2 {
    margin-bottom: 0;
    padding: 8px 0;
}
.homestore-list li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    height: auto;
    padding: 12px 0;
}
.homeinfo {
    padding: 25px 15px 15px;
}
.info-list li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 8px 8px;
}
.info-list li .pic {
    height: 200px;
}
.info-list li .text {
    height: auto;
}
.info-list li .text .type {
    margin-top: 10px;
    font-size: 12px;
    padding: 4px 8px;
    line-height: 1.4;
}
.info-list li .text .type svg {
    margin-right: 3px;
    width: 15px;
    height: 16px;
    vertical-align: -3px;
}
.info-det {
    padding: 0 0 30px;
}
.info-det .zs-wp {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
}
.info-det .pic {
    flex: 0 0 100%;
    width: 100%;
}
.info-det .pro-bigpic {
    height: 600px;
}
.info-det .pic .swiper-button-prev, .info-det .pic .swiper-button-next {
    top: 284px;
}
.info-det .pro-thumbs {
    display: block;
    margin: 10px 0 10px 0;
    width: auto;
    height: 120px;
}
.info-det .text {
    padding-left: 0;
    margin-top: 10px;
}
.info-det .text .desc p.in-two {
    width: 50%;
}
.info-det .info-share {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.info-det .info-share .is-view {
    width: 100%;
    margin-top: 10px;
}
.info-det .box-slogan .text-slogan {
    font-size: 16px;
    padding: 5px 30px;
}
.info-det .text .btn {
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    flex-direction: column;
}
.info-det .text .btn .box-line, .info-det .text .btn .box-weixin {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 10px;
}
.info-det .text .btn .box-WhatsApp {
    margin-left: 20px;
}
.evaluate-list .el-star {
    display: flex;
    width: 100%;
    margin-top: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.evaluate-list .el-star .item {
    margin-right: 0;
    margin-bottom: 8px;
}
.evaluate-list .el-con {
    margin-top: 10px;
    font-size: 16px;
}
.evaluate-list .el-con a{
    width: 32%;
    margin-right: 2%;
}
.evaluate-list .el-con a:nth-child(3n){
    margin-right: 0;
}
.evaluate-list .el-photo img {
    width: 100%;
    height: 125px;
    margin-right: 0;
}
.info-recommend .info-list li {
    flex: 0 0 50%;
    max-width: 50%;
}
.info-recommend .info-list li .pic {
    height: 200px;
}
.info-btn {
    margin: 30px auto;
}
.recommend-box {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 15px 15px;
    margin-bottom: 20px;
}
.store-share {
    margin-top: 20px;
    margin-bottom: 12px;
}
.store-list li {
    flex: 0 0 50%;
    max-width: 50%;
}
.store-banner {
    display: block;
    width: calc(100% - 30px);
    margin: 0 15px;
    height: 100px;
    padding: 0 0;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}
.news-list li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 12px 12px;
    width: auto;
    height: auto;
}
.news-content {
    display: block;
    width: 100%;
    padding: 0 15px;
    margin: 20px auto 30px auto;
}
.news-title {
    font-size: 25px;
    line-height: 1.35;
    margin-bottom: 18px;
}
.share {
    text-align: center;
    margin-bottom: 10px;
}
.login-box {
    width: 300px;
    min-height: 500px;
    padding: 20px 0 30px;
}
.moments-list .ml-con {
    padding-left: 0;
}
.moments-list .ml-con a {
    width: 31%;
    margin-right: 3%;
}
.moments-list .ml-con a:nth-child(3n){
    margin-right: 0;
}
.moments-list .ml-photo img {
    width: 100%;
    height: 125px;
    margin-right: 0;
    object-fit: cover;
}
.pagination {
    padding: 20px 0 20px 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.pagination a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
}
.pagination span {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}
.info-det .box-slogan .arrow-down {
    bottom: -7px;
}
.footer .foot-nav a {
    margin: 0 0;
    color: #FFF;
    width: 22%;
    display: inline-block;
}

}