/*Mobile v1*/
@media only screen and (max-width:1024px){
body {
    font-size: 14px !important;
}
.wrapper {
    padding: 0 4%;
}
.title-wrap {
    padding-bottom: 10px;
}
.title-wrap .title {
    font-size: 18px;
}
.title-wrap .more {
    font-size: 14px;
}
.form-btn {
    height: 50px;
    font-size: 16px;
}
a.form-btn {
    line-height: 50px;
    padding: 0 25px;
}
.submenu {
    padding-top: 0px;
    padding-bottom: 15px;
}
.submenu .wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0;
}
.submenu a {
    font-size: 14px;
    width: 48.5%;
    min-width: auto;
    height: 38px;
    line-height: 38px;
    margin: 6px 0;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.m30 {
    margin-top: 20px;
}
.path a {
    font-size: 14px;
}
.path span {
    padding: 0 5px;
    font-size: 12px;
}
.header{
    position: relative;
    height: 50px;
}
.header .wrapper {
    height: 50px;
}
.home .header {
    position: absolute;
    background: transparent;
}
.header .logo {
    height: 30px;
    margin: 10px 0 10px 0;
}
.header .nav {
    position: fixed;
    display: block;
    left: 0;
    top: 50px;
    width: 100%;
    height: 0;
    padding-top: 30px;
    visibility: hidden;
    background-color: rgba(0,0,0,0.85);
    transition: All 0.3s ease-in-out;
}
.header .nav.show{
    display: block;
    height: 100vh;
    visibility:visible;
}
.header .nav li {
    width: 100%;
    height: auto;
    padding: 0 30px 10px;
}
.header .nav li a {
    display: inline-block;
    width: auto;
    height: 50px;
    line-height: 50px;
}
.header .nav li a:after {
    bottom: 6px;
}
.header .nav li dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.header .nav li dl dd{
    width: 50%;
}
.header .nav li dl dd a{
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    color: rgba(255,255,255,0.65);
}
.header .nav li.cur dd a:after, .header .nav li:hover dd a:after {
    display: none;
}

.header .rightbox {
    min-width: auto;
    margin-top: 0;
    padding-top: 12px;
    height: 50px;
    margin-right: 40px;
}
.header .rightbox div {
    display: block;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    line-height: 36px;
}

.header .rightbox .icon-cart span.item_count {
    font-size: 12px;
    font-weight: 500;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000000;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: -7px;
    right: -12px;
}
.header .rightbox .icon-user{
    display: none;
}
.header .rightbox .icon-user.show{
    display: block;
}
.icon-menu {
    display: block;
    right: 3%;
    top: 0;
    width: 26px;
    height: 50px;
    background: url(../img/icon-menu.png) no-repeat center center;
    background-size: 20px auto;
}
.icon-menu.show{
    background: url(../img/icon-close.png) no-repeat center center;
    background-size: 20px auto;
}

.homebanner {
    height: 280px;
    margin-bottom: 10px;
}
.homebanner .text {
    left: 4%;
    width: 92%;
    top: 56%;
    transform: translate(0,-50%);
}
.homebanner .text .title {
    font-size: 25px;
}
.homebanner .text .subtitle {
    padding-top: 10px;
    font-size: 18px;
}
.homebanner .text .btn {
    padding-top: 25px;
    padding-bottom: 30px;
    width: 70%;
}
.homebanner .text .btn a {
    width: 48%;
    height: 30px;
    line-height: 26px;
    border: 2px solid #FFFFFF;
    font-size: 14px;
    margin: 0 20px 0 0;
}
.homebanner .text .btn a.cur {
    line-height: 30px;
}
.homebanner .swiper-button-prev, .homebanner .swiper-button-next {
    display: none;
}
.homebanner .swiper-pagination {
    bottom: 10px;
}
.homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 28px;
    opacity: .6;
}
.homebanner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.homeproduct ul {
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}
.homeproduct li {
    flex: 0 0 100%;
    width: 100%;
    padding: 10px 18px;
    margin-bottom: 0;
}
.homeproduct li a {
    padding: 25px 25px 15px;
}
.homeproduct li .title {
    font-size: 28px;
    margin: 0 0 0;
}
.homeproduct li .desc {
    font-size: 16px;
    overflow: auto;
    white-space: normal;
}
.homeproduct li .btn {
    line-height: 33px;
    margin: 20px auto 0;
    font-size: 15px;
    border: 1px solid #1E439A;
}
.homeproduct li .pic {
    height: auto;
}
.homeproduct li .pic .img {
    height: 260px;
}
.homethinks {
    padding: 0 4% 25px;
}
.thinks-container {
    padding-bottom: 38px;
}
.thinks-container .swiper-slide {
    font-size: 15px;
    width: 100%;
    height: 180px;
}
.thinks-container .swiper-slide .text {
    bottom: 10px;
    right: 0;
    width: 100%;
    padding: 0 4%;
}
.thinks-container .swiper-slide .text .title {
    font-size: 22px;
}
.thinks-container .swiper-slide .text .desc {
    font-size: 12px;
    line-height: 1.35;
    width: 100%;
}
.thinks-container .swiper-slide .text .btn {
    right: 4%;
    bottom: unset;
    top: 12px;
}
.thinks-container .swiper-slide .text .btn a {
    width: 90px;
    height: 22px;
    line-height: 20px;
    font-size: 10px;
    border: 1px solid #FFFFFF;
}
.homenews {
    margin-bottom: 35px;
}
.news-list ul {
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}
.news-list li {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 0;
}
.news-list li .pic {
    height: auto;
}
.news-list li .pic img {
    height: auto;
    object-fit: contain;
}
.homescene {
    height: 300px;
}
.homescene .text {
    line-height: 1;
    padding-top: 35px;
}
.homescene .text .title {
    font-size: 25px;
}
.homescene .text .subtitle {
    padding-top: 10px;
    font-size: 18px;
}
.homescene .text .btn {
    padding-top: 25px;
    padding-bottom: 30px;
}
.homescene .text .btn a {
    width: 48%;
    height: 30px;
    line-height: 26px;
    border: 2px solid #FFFFFF;
    font-size: 14px;
    margin: 0 10px 0 10px;
}
.homescene .text .btn a.cur {
    line-height: 30px;
}
.homeuserssay {
    padding-top: 35px;
    padding-bottom: 20px;
}
.userssay-list ul {
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 0;
}
.userssay-list li {
    flex: 0 0 100%;
    width: 100%;
    padding: 10px 0;
}
.userssay-list li .pic {
    width: 100%;
    height: auto;
}
.userssay-list li .pic img {
    height: auto;
    object-fit: contain;
}
.userssay-list li .pic .icon-play {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background: url(../img/icon-play.png) no-repeat center center;
    background-size: 50px 50px;
}
.subbanner {
    height: 180px;
}
.subbanner .text {
    left: 10%;
    top: 55%;
}
.subbanner .text .title {
    font-size: 50px;
}
.content {
    padding: 20px 4% 0;
}
.about-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 45px;
    flex-direction: column;
}
.about-item .text {
    flex: 0 0 100%;
    width: 100%;
}
.about-item .text .title {
    font-size: 28px;
    line-height: 1.0;
    padding-top: 15px;
    margin-bottom: 15px;
}
.about-item .text .desc {
    font-size: 14px;
}
.about-item .pic {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 15px;
}
.sale-box {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
}
.sale-box .title-wrap .title {
    font-size: 28px;
}
.sale-list li {
    flex: 0 0 100%;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 0;
}
.sale-list li a {
    height: auto;
}
.mb100 {
    margin-bottom: 50px;
}
.product-list li {
    flex: 0 0 100%;
    width: 100%;
    padding: 15px 18px;
    margin-bottom: 0;
}
.product-list li .pic {
    height: 92vw;
}
.product-list li .title {
    font-size: 28px;
    margin: 10px 0 0;
}
.product-list li .desc {
    font-size: 16px;
    padding-top: 5px;
}
.product-list li .price {
    font-size: 20px;
    margin: 5px 0 0;
}
.product-info {
    padding: 20px 0 30px 0;
}
.product-info .wrapper {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
}
.product-info .pic {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.product-info .pro-thumbs {
    margin: 15px 0 15px 0;
    height: 50px;
}
.product-info .pro-thumbs .swiper-slide {
    width: 15% !important;
    margin-right: 2% !important;
}
.product-info .text {
    padding-left: 0;
}
.product-info .text .title {
    padding: 10px 0 10px 0;
    font-size: 35px;
    line-height: 1.2;
}
.product-info .text .subtitle {
    font-size: 18px;
    line-height: 1.35;
}
.product-info .text .price strong {
    font-size: 25px;
}
.product-info .text .price span {
    font-size: 16px;
}
.product-info .text .desc p{
    margin: 8px 0;
}
.quantity-selector {
    height: 45px;
}
.product-info .text .pro-btn .button-shoppay {
    font-size: 14px;
}
.product-info .text .pro-btn .button-shoppay .pay-link {
    font-size: 14px;
}
.frame-content .trustBarTitle {
    font-size: 16px;
    margin: 0px 0 10px;
}
.frame-content .badgeContainer {
    height: 50px;
    width: 65px;
}
.product-info__offer-list {
    display: flex;
    padding-top: 10px;
    justify-content: flex-start;
    flex-direction: column;
}
.product-info__offer-list .offer {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 15px;
}
.pro-info-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0 15px;
}
.pro-info-title.show {
    position: relative;
    width: 100%;
}
.pro-info-title li {
    width: 50%;
    height: 38px;
    padding: 0 0;
}
.pro-info-title li a {
    padding: 0 8px;
    line-height: 38px;
    font-size: 15px;
}
.pro-info-title li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    z-index: 10;
    background-color: #EAEAEA;
}
.product-content .pc-desc {
    padding-top: 30px;
}
.product-content .pc-desc .title-box {
    padding: 0 0 38px;
    font-size: 22px;
}
.user-tips-tab {
    width: 100%;
    margin: 0 auto 20px;
}
.user-tips-tab .item .column__title {
    font-size: 15px;
}
.pro-user-tips {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 20px;
}
.pro-user-tips .pic {
    flex: 0 0 100%;
    width: 100%;
}
.pro-user-tips .text {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 15px;
}
.pro-user-tips .text .title {
    font-size: 28px;
}
.pro-user-tips .text .desc {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 10px;
}
.faq-list {
    width: 100%;
    margin: 0 auto 50px;
    padding: 10px 15px;
}
.faq-list li .title {
    font-size: 15px;
    line-height: 1.45;
    padding-right: 30px;
}
.faq-list li {
    padding: 18px 0;
}
.faq-list li .text {
    padding-top: 15px;
    font-size: 14px;
}
.product-list.det li {
    flex: 0 0 100%;
    width: 100%;
}
.product-list.det li .pic {
    height: 92vw;
}
.newsbanner {
    height: 380px;
}
.newsbanner .wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 4%;
    transform: unset;
    bottom: 15px;
    z-index: 10;
}
.newsbanner .title {
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.newsbanner .path a {
    color: rgba(255, 255, 255, 0.6);
}
.news-body {
    width: 100%;
    padding: 0 0 20px;
    font-size: 15px;
}
.news-body img {
    max-width: 100%;
    height: auto;
    margin: 28px 0;
}
.share-wrap {
    padding-top: 30px;
    padding-bottom: 50px;
}

.medium-wrap {
    width: 100%;
}
.contact-text .title {
    font-size: 28px;
}
.contact-text .desc {
    width: 100%;
    font-size: 16px;
}
.contact-list {
    margin-top: 30px;
}
.contact-list .item {
    flex: 0 0 100%;
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 20px;
}
.login-box {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
}
.login-box .title {
    font-size: 42px;
    margin-bottom: 35px;
}
.form-input {
    width: 100%;
    height: 50px;
}
.form-item.btn {
    margin-top: 30px;
}
.account-topbar {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.account-topbar .title {
    font-size: 28px;
}
.account-topbar .logout a {
    min-width: 105px;
    height: 30px;
    padding: 0 15px;
    font-size: 14px;
}
.account-topbar .logout a i {
    font-size: 14px;
}
.account-wrap {
    display: flex;
    margin-top: 25px;
    justify-content: flex-start;
    flex-direction: column;
}
.account-wrap .ac-title {
    font-size: 20px;
}
.account-wrap .left {
    flex: 0 0 100%;
    width: 100%;
}
.order-list .item {
    width: 100%;
    height: auto;
    padding: 15px 15px;
    margin-bottom: 20px;
}
.order-list .item .orderno .number {
    font-size: 14px;
}
.order-list .item .orderno .btn a {
    width: 70px;
    height: 30px;
    font-size: 13px;
    margin-left: 10px;
}
.order-list .item .text {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.order-list .item .desc {
    font-size: 14px;
    line-height: 1.6;
    padding: 20px 0 15px;
    width: 100%;
}
.order-list .item .text .pic {
    flex: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.order-list .item .text .pic a{
    width: 50%;
    padding: 10px 10px;
}
.order-list .item .text .pic img {
    width: 100%;
    height: auto;
}
.account-wrap .right {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 30px;
}
.ac-rbox {
    width: 100%;
    height: auto;
    padding: 20px 20px;
    font-size: 16px;
    line-height: 1.6;
}
.ac-rbox a {
    width: 200px;
    height: 38px;
    font-size: 15px;
    margin-top: 20px;
}
.checkout-box {
    display: flex;
    justify-content: flex-start;
    flex-direction: column-reverse;
}
.checkout-form {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 28px 4%;
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
}
.express-checkout {
    width: 100%;
    margin-bottom: 15px;
}
.checkout-item {
    width: 100%;
}
.checkout-btn {
    width: 100%;
}
.checkout-cart {
    flex: 0 0 100%;
    width: 100%;
    padding: 28px 4%;
}
.checkoutcart-list {
    width: 100%;
}
.checkout-total {
    width: 100%;
}

.subbanner.banner-faq {
    height: 180px;
}
.faq-sobox {
    width: 80%;
    height: 38px;
}
.faq-sobox input {
    font-size: 15px;
}
.faq-sobox button {
    width: 38px;
    height: 38px;
    background: url(../img/icon-search.png) no-repeat center center;
    background-size: 18px 18px;
}
.support-title {
    font-size: 42px;
    margin-bottom: 10px;
}
.support-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0;
}
.support-nav a {
    font-size: 14px;
    padding: 0 15px;
    flex: 0 0 48%;
    width: 48%;
    height: 38px;
    line-height: 38px;
    margin: 6px 0;
}
.support-list {
    padding-top: 25px;
}
.support-list h2 {
    font-size: 20px;
}
.support-list li {
    padding: 15px 0;
    justify-content: flex-start;
    flex-direction: column;
}
.support-list li .info {
    font-size: 13px;
    padding-top: 15px;
}
.about-milestones {
    padding-bottom: 35px !important;
}
.milestones-years {
    height: auto !important;
    width: 100% !important;
    padding: 15px 4% 0 !important;
}
.milestones-container {
    padding: 50px 4% 0 !important;
}
.milestones-container .swiper-slide {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
    height: 220px !important;
    flex-direction: row;
}
.milestones-container .page-box {
    right: 4% !important;
    top: 12px !important;
    width: 70px !important;
    height: 35px !important;
}
.milestones-container .swiper-button-prev, .milestones-container .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
}
.milestones-container .swiper-slide .pic {
    flex: 0 0 40% !important;
    width: 40% !important;
    height: 100% !important;
}
.milestones-container .swiper-slide .text {
    flex: 0 0 53% !important;
    width: 53% !important;
    height: 100% !important;
    padding: 15px 15px 15px 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    overflow: hidden;
}
.milestones-container .swiper-slide .text .title {
    margin-bottom: 6px !important;
    font-size: 18px !important;
}
.milestones-years .swiper-slide {
    font-size: 16px !important;
    text-align: center !important;
}
.about-sales {
    height: 550px;
    margin-bottom: 50px;
}
.about-sales .text {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 4% 0;
    height: auto;
}
.about-sales .about-title {
    width: 100%;
    font-size: 28px;
}
.about-sales .desc {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 1.6;
}
.about-sales .date {
    left: 5%;
    width: 90%;
}
.about-sales .date ul li i {
    width: 6px;
    height: 20px;
    left: -15px;
}
.about-sales .date ul li strong {
    font-size: 22px;
}
.about-sales .date ul li sub {
    font-size: 22px;
}
.about-sales .date ul p {
    margin-left: 2px;
    font-size: 14px;
}
.about-sales .date ul.date4 {
    left: 75%;
    top: 50%;
}
.about-sales .date ul.date5 {
    left: 80%;
    top: 72%;
}
.pro-pages {
    padding: 10px 0 30px 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.pro-pages a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 5px;
}
.pro-pages span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 5px;
}
.pro-pages a i {
    font-size: 10px !important;
}

.footer {
    padding: 20px 0 0 0;
    margin-top: 30px;
    border-radius: 20px 20px 0 0;
}
.footer .foot-box {
    display: flex;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 18px;
    flex-direction: column;
}
.footer .foot-left{
    width: 100%;
    text-align: center;
}
.footer .foot-logo {
    width: auto;
    height: 96px;
    margin-left: 0;
    margin: 22px auto 0;
    display: block;
}
.footer .foot-logo img {
    margin: 0 auto;
}
.footer .foot-box .foot-left .desc {
    width: 100%;
    padding: 20px 0;
}
.footer .foot-share{
    display: flex;
    padding-top: 0;
    justify-content: center;
}
.footer .foot-share li{
    margin: 0 12px 0 12px;
}
.footer .foot-nav {
    flex: 0 0 100%;
    width: 100%;
    padding: 20px 0 0 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}
.footer .foot-nav li {
    width: 100%;
    margin-bottom: 15px;
}
.footer .foot-nav li a {
    display: inline-block;
    width: 48%;
    line-height: 150%;
    font-size: 14px;
    padding: 0 0;
    white-space: nowrap;
    overflow: hidden;
}
.footer .right {
    width: 100%;
}
.footer .right .email-box {
    width: 100%;
}
.footer .foot-copyright .wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.footer .foot-copyright {
    font-size: 13px;
    text-align: center;
    padding: 15px 0;
}
.footer .foot-copyright .link{
    margin-top: 10px;
}
.popCart {
    top: 60px;
    right: 4%;
    width: calc(100% - 8%);
    height: calc(100% - 75px);
}
.popCart .cart-box {
    padding: 20px 20px;
}
.search-input input {
    font-size: 18px;
}
.cart-list {
    height: 59vh;
    padding: 25px 0 0 0;
}
.cart-list .item .text {
    font-size: 14px;
    padding-left: 106px;
    width: 100%;
    height: 90px;
}
.cart-list .item .text strong {
    line-height: 1.3;
}
.cart-bottom {
    width: 100%;
    padding: 20px 20px 20px;
}

}