@charset "UTF-8";
.cookie-bar{
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #262626;
    color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(111, 114, 138, 0.52);
    padding: .5em 1em;
    width: 100%;
}
.cookie-bar>div >div {
    float: left;
}
.cookie-bar .cookie-statement {
    margin-right: 1em;
}
.cookie-bar .cookie-accept {
    background-color: #4d4d4d;
    border-radius: 2px;
    height: 22px;
    line-height: 22px;
    padding: 0 7px;
    margin-right: 5px;
    cursor: pointer;
}
.cookie-bar .cookie-read a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #a7adbf;
    border-radius: 2px;
    height: 22px;
    line-height: 22px;
    padding: 0 7px;
}

.aug-items .hot-items {
    background-color: #f9f9f9;
    background-image: none;
}
.aug-items .hot-items .item-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.aug-items .hot-items .item-container .item {
    margin-bottom: 1em;
}
.aug-items .hot-items .item-container .content-container {
    /* border: 1px solid #d8d8d8; */
    border-radius: 4px;
    -webkit-transition: .4s;
    transition: .4s;
}
.aug-items .hot-items .item-container .content-container:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* border: 1px solid rgba(70,70,70,0.68); */
    -webkit-box-shadow: 0px 0px 5px 1px rgba(70,70,70,0.68);
    box-shadow: 0px 0px 5px 1px rgba(70,70,70,0.68);
}
.aug-table,
.aug-media,
.aug-decla,
.aug-release,
.aug-reviews,
.aug-news,
.aug-richtxt {
    background-color: #f9f9f9;
    margin-left: 250px;
    padding: 20px;
    display: block;
}
.aug-media .media-part,
.aug-release .release-part,
.aug-reviews .reviews-part,
.aug-news .news-part,
.aug-richtxt .richtxt-part {
    background-color: #f9f9f9;
    /*margin: 10px -19px -19px;*/
    padding: 20px;
}
.lang-menu {
    background-color: #eee;
    margin-top: 3px;
    text-align: right;
    padding: 3px 15px;
}
.media-title {
    font-size: 3em;
    margin-bottom: 0;
    margin-top: 30px;
    text-align: center;
}
.media-text {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 4em;
}
.media-part {
    overflow: hidden;
}
.media-part .media-list {
    overflow: hidden;
    padding: 10px 5px;
    float: left;
    width: 12%;
    margin: 1%;
    min-height: 270px;
    max-height: 430px;
    text-align: center;
}
.media-part .media-list .media-left {
    vertical-align: middle;
    width: 100%;
    min-height: 25px;
    margin-right: 1em;
    overflow: hidden;
}
.media-part .media-list .media-left a img {
    width: 100%;
}
.media-part .media-list .media-body {
    display: table-cell;
}
.media-part .media-list .media-body h4 {
    font-weight: normal;
    margin: 5px 0;
}
.media-part .media-list .media-body h4 a {
    color: #666;
    text-decoration: none;
}
.media-part .media-list .media-body h4 a:hover {
    text-decoration: underline;
}
.aug-table table caption {
    color: #021a25;
    font-weight: bold;
    font-size: 1.5em;
    text-align: left;
    margin: 1em 0 0.2em;
    white-space: nowrap;
}
.aug-table .manual-table .manual-text {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.aug-table .manual-table .manual-text li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4px;
    white-space: nowrap;
}
.aug-table .manual-table .manual-text.app_download li {
    float: left;
}
.aug-table .manual-table .manual-text li a {
    color: #0c6d7e;
    text-decoration: none;
}
.aug-table .manual-table .manual-text li a:hover {
    color: #249fb5;
    text-decoration: underline;
}
.aug-table .manual-table tr td:last-child {
    min-width: 225px;
}
.aug-table table tr:nth-child(2n) {
    background-color: rgba(227, 246, 255, 0.54);
}
.aug-table table tr:nth-child(2n-1) {
    background-color: rgba(1, 136, 202, 0.15);
}
.aug-table table tr:hover {
    background-color: #eee;
}
.aug-table table td {
    padding: 10px 5px;
}
.aug-table table.manual-table td:first-child {
    white-space: nowrap;
}
.aug-table table.software-table td:first-child {
    white-space: normal;
}
p.table-drop {
    color: #636363;
    font-size: 18px;
    margin-bottom: 0;
    overflow: hidden;
}
p.table-drop strong {
    float: left;
}
p.table-drop img {
    height: 22px;
    margin-left: 8px;
    vertical-align: sub;
}
p.table-drop.table-dropdown img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
p.table-drop + table {display: none;}
.release-part>ul {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    line-height: 2em;
}
.release-part>ul>li>a {
    color: #111;
    text-decoration: none;
}
.release-part>ul>li>a:hover {
    color: #13b1cd;
    text-decoration: underline;
}
.aug-reviews .reviews-part article>header {
    font-size: 1.1em;
    color: #0214b5;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}
.aug-reviews .reviews-part article>p {
    text-align: right;
    font-size: .9em;
    color: #737373;
    border-right: 4px solid #13b1cd;
    padding-right: 8px;
}
.aug-news .news-part a.news-article {
    background: #fff;
    display: block;
    margin: 16px 0;
    padding-bottom: 1em;
    position: relative;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid #eee;
    color: #5d5d5d;
    height: 100%;
    line-height: 16px;
    overflow: hidden;
    white-space: pre-line;
}
.aug-news .news-part a.news-article:hover {
    color: #474747;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: .5s;
    transition: .5s;
}
.aug-news .news-part a.news-article:hover .figure-container figure {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.aug-news .news-part a.news-article .figure-container {
    float: left;
    margin: 0;
    margin-right: 1em;
    position: relative;
    width: 20%;
}
.aug-news .news-part a.news-article .figure-container figure {
    width: 100%;
    min-height: 150px;
    margin: 0;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform ease 4s 0.2s;
    transition: -webkit-transform ease 4s 0.2s;
    transition: transform ease 4s 0.2s;
    transition: transform ease 4s 0.2s, -webkit-transform ease 4s 0.2s;
}
.aug-news .news-part a.news-article>h2 {
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1em;
}
.aug-news .news-part a.news-article span.article-summary {
    font-size: .8em;
}
.content-container.search h3.search-title {
    color: #06c;
    border-left: 5px solid;
    padding: 8px;
    margin-top: 30px;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.53);
}
.aug-reg {
    background-color: #fcfcfc;
    padding: 20px;
}
.aug-reg form[name="frm_registration"] {
    width: 60%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 5px;
    padding: 0 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.aug-reg form[name="frm_registration"] section {
    background-color: rgba(221, 239, 255, 0.5);
    margin: 0 0 0.5em 0;
    padding: 0.7em;
    border-radius: 4px;
}
.aug-reg form[name="frm_registration"] section label {
    display: inline-block;
    margin-bottom: 6px;
}
.aug-reg form[name="frm_registration"] section label .required {
    color: #f00;
}
.aug-reg form[name="frm_registration"] section .input-group input,
.aug-reg form[name="frm_registration"] section .input-group select {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428;
    border: none;
    border-radius: 2px;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.aug-reg form[name="frm_registration"] section .input-group input:focus,
.aug-reg form[name="frm_registration"] section .input-group select:focus {
    -webkit-box-shadow: 0 0 6px 0 #046f82;
    box-shadow: 0 0 6px 0 #046f82;
    outline: none;
}
.aug-reg form[name="frm_registration"] section .input-group .warning {
    color: #e45555;
    border: 1px dashed;
    padding: 1px 5px;
    margin-top: 7px;
}
.aug-reg form[name="frm_registration"] section #reg-number,
.aug-reg form[name="frm_registration"] section #reg-email,
.aug-reg form[name="frm_registration"] section #reg-cemail{
    width: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.aug-reg form[name="frm_registration"] section.reg-button {
    text-align: center;
    background-color: transparent !important;
}
.aug-reg form[name="frm_registration"] section.reg-button #submit,
.aug-reg form[name="frm_registration"] section.reg-button #reset {
    background-color: #1d7d96;
    width: 100px;
    padding: 8px 15px 8px 15px;
    border: none;
    border-radius: 3px;
    color: #fff;
    margin: 0 1em;
    cursor: pointer;
}
.aug-reg form[name="frm_registration"] section.reg-button #submit:disabled {
    color: #66797E;
    background-color: #65abbd;
    cursor: not-allowed;
}

.banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-height: 100vh;
}
.banner .swiper-container {
    font-size: 0;
    width: 100%;
    height: 100%;
}
.banner .swiper-container .swiper-slide img {
    width: 100%;
}
.banner .swiper-container .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.welcome .services-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.welcome .services-container .item {
    width: 33.333333%;
    padding: 0 0.9375rem;
    margin-top: 15px;
}
.welcome .services-container .item .icon {
    width: 60%;
    margin: auto;
    text-align: center;
    vertical-align: top;
}
.welcome .services-container .item .icon img {
    transition: transform .5s;
    -webkit-transition: transform .5s;
    width: 100%;
}
.welcome .services-container .item:hover .icon img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}
.welcome .services-container .item .dis p {
    font-size: 18px;
    font-weight: bold;
    color: #0214b5;
    text-align: center;
    padding: 5px 0;
}
.welcome .services-container .item .dis p a {
    text-decoration: none;
    color: #666666;
}
#augins-ban {
    height: 40px;
}
#augins-ban .fl{
    float: left;
    width: 33.333333%;
    position: relative;
    height: 100%;
}
#augins-ban .fl > span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -1px;
    height: 3px;
    background-color: #0214b5;
}
#augins {
    display: block;
    padding: 8px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #5d5d5d;
    margin-bottom: 20px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
}

.menu-page {
    width: 90%;
    overflow: hidden;
    text-align: center;
    font-size: 1.5em;
    margin: 1em auto;
    margin-top: 0;
}
.menu-page .menu-title{
    font-size: 2.5em;
    margin-bottom: 0;
}
.menu-page .menu-text{
    font-size: .8em;
    margin-bottom: 4em;
}
.menu-page .menu-page-item {
    margin: 0 .5%;
    float: left;
}
.menu-page .item-6{
    width: 15.666666%;
}
.menu-page .item-5{
    width: 19%;
}
.menu-page .item-4{
    width: 24%;
}
.menu-page .item-3{
    width: 32.333333%;
}
.menu-page .item-1{
    width: 99%;
}
.menu-page .col-33{
    width: 32.333333%;
}
.menu-page .col-28{
    width: 27.571428%;
}
.menu-page .col-42{
    width: 41.857142%;
}
.menu-page .col-66{
    width: 65.666666%;
}
.menu-page .menu-page-item a {
    text-decoration: none;
    color: #111;
    display: block;
    height: 100%;
}
.menu-page .menu-page-item a img {
    width: 100%;
    margin-bottom: .6em;
}
#products .area {
    margin-left: 250px;
}
#products .row,
#products .area {
    overflow: hidden;
}
#products .fl{
    float: left;
}
#products .col-25{
    width: 23%;
}
#products .col-33{
    box-sizing: border-box;
    width: 31.333333%;
}
#products .col-40{
    width: 38%;
}
#products .col-50{
    width: 48%;
}
#products .col-60{
    width: 58%;
}
#products .col-75{
    width: 73%;
}
#products .name{
    position: relative;
    margin: 1%;
    margin-top: 10%;
    height: 100px;
    text-align: center;
}
#products .name img{
    height: 100%;
}
#products .name .learnmore{
    display: inline-block;
    padding: 0 30px;
    text-decoration: none;
    color: #0214b5;
    border: 1px solid #282828;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100px;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -80px;
    white-space: nowrap;
}

.hot-items {
    overflow: hidden;
    padding: 1.25rem;
    /* text-align: center; */
    vertical-align: baseline;
    background: url("../images/06.jpg");
}
.hot-items p {
    margin: 0;
    overflow: hidden;
    max-height: 2.5em;
}
.hot-items .hot-title {
    font-size: 1.875rem;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    text-align: center;
    color: white;
}
.hot-items .item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.25rem;
}
.hot-items .item-container .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hot-items .item-container .item .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 80%;
    padding: 20px;
    background: white;
    margin-top: 0;
}
.hot-items .item-container .item .content-container.hoverd .price,
.hot-items .item-container .item .content-container.hoverd .colors,
.hot-items .item-container .item .content-container.hoverd .add-cart {
    z-index: -1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0;
}
.hot-items .item-container .item .content-container.hoverd .dis {
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 1;
}
.hot-items .item-container .item .content-container.hoverd .sm-image .show-details {
    z-index: 11;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 1;
}
.hot-items .item-container .item .content-container .item-title {
    font-weight: 700;
    display: block;
    margin-bottom: 0.625rem;
    text-align: left;
    text-decoration: none;
    color: #242424;
}
.hot-items .item-container .item .content-container .item-title h3 {
    margin: 0;
    margin-bottom: 3px;
    color: #505050;
}
.color-bottom {
    position: absolute;
    bottom: 6px;
    width: 90%;
    left: 20px;
}
.hot-items .item-container .item .content-container .item-title p {
    height: 2.5em;
    overflow: hidden;
    color: #636363;
    font-weight: normal;
    font-size: 14px;
}
.hot-items .item-container .item .content-container .colors {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-align: left;
    height: 40px;
    width: 100%;
    opacity: 1;
    cursor: -webkit-grab;
    cursor: grab;
}
.hot-items .item-container .item .content-container .colors .swiper-slide {
    width: 15%;
    /* width: 25%; */
}
.hot-items .item-container .item .content-container .colors .swiper-slide a {
    display: block;
    height: 100%;
}
.hot-items .item-container .item .content-container .colors .swiper-slide a img {
    height: 100%;
    vertical-align: middle;
}
.hot-items .item-container .item .content-container .sm-image {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 0.75rem;
    margin-bottom: 1rem;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-align: center;
}
.hot-items .item-container .item .content-container .sm-image img {
    width: 70%;
    height: auto;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.hot-items .item-container .item .content-container p.colorp {
    color: #464646;
    text-align: left;
    border-top: 1px solid #ddd;
}
.hot-items .item-container .item .content-container .show-details {
    font-size: 1.125rem;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    width: 70%;
    min-width: 9.375rem;
    height: 30px;
    line-height: 30px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #0214b5;
    border: 1px solid #0214b5;
    border-radius: 15px;
    position: absolute;
    bottom: 75px;
    left: 50%;
    margin-left: -35%;
}
.hot-items .item-container .item .content-container .show-details:hover {
    color: white;
    background: #0214b5;
}
.hot-items .item-container .item .content-container .show-details i {
    margin-right: 0.3125rem;
}

.sent-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sent-email .sent-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sent-email .sent-container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sent-email .sent-container .row .item {
    padding: 1.25rem;
}
.sent-email .sent-container .row .item .item-icon {
    margin-bottom: 0.9375rem;
    text-align: center;
}
.sent-email .sent-container .row .item .item-icon i {
    font-size: 5rem;
    color: #0213b5;
}
.sent-email .sent-container .row .item .name {
    text-align: center;
}
.sent-email .sent-container .row .item .name a {
    text-decoration: none;
    color: #242424;
}
.sent-email .sent-container .row .item .name a:hover {
    color: #0188ca;
}
.sent-email .sent-container .row .item .dis {
    font-size: .875rem;
    font-weight: 300;
    text-align: center;
    color: #656565;
}

.product-banner {
    margin-top: -100px;
    margin-bottom: 40px;
}
.product-banner img{
    width: 100%;
}
.product-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-details .content-container {
    position: relative;
    min-height: 100vh;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-details .content-container .swiper-content .content-img {
    position: relative;
    max-width: 60rem;
    overflow: hidden;
    float: left;
    width: 45%;
}
.details-swiper {
    margin-left: 23%;
    height: 100%;
    max-height: 500px;
}
.product-details .content-container .swiper-content .details-swiper .swiper-slide {
    font-size: 0;
}
.product-details .content-container .swiper-content .details-swiper .swiper-slide img {
    width: auto;
    height: 100%;
}
.product-details .content-container .swiper-content .details-swiper .pre,
.product-details .content-container .swiper-content .details-swiper .next {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    z-index: 7;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/arrow_left.png);
    background-color: rgba(255, 255, 255, 0.3);
}
.product-details .content-container .swiper-content .details-swiper .next {
    left: auto;
    right: 0;
    background-image: url(../images/arrow_right.png);
}
.product-details .content-container .swiper-content .content {
    width: 50%;
    float: right;
    text-align: left;
}
.product-details .content-container .swiper-content .content .back {
    text-align: left;
    padding: 0.9375rem 0.9375rem;
    cursor: pointer;
    color: #c4c4c4;
}
.product-details .content-container .swiper-content .content .back i {
    margin-right: 0.3125rem;
}
.product-details .content-container .swiper-content .content .product-name {
    font-size: 2.5rem;
    color: #101315;
    margin: 0px;
    line-height: 1em;
}
.product-details .content-container .swiper-content .content .product-name+p {
    font-size: 1.3em;
    color: #5f5f5f;
    margin-top: 3px;
}
.product-details .content-container .swiper-content .content .key-feature ul {
    padding: 0;
    list-style: none;
    /* text-align: justify; */
    margin: 0;
}
.product-details .content-container .swiper-content .content .type-wrap {
    overflow: hidden;
}
.product-details .content-container .swiper-content .content .type-wrap .type-pre a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 0 1%;
    /* width: 10%; */
    color: #464646;
}
.product-details .content-container .swiper-content .content .type-wrap .type-pre a span {
    display: block;
    line-height: 2em;
}
.product-details .content-container .swiper-content .content .type-wrap .type-pre a img {
    display: inline-block;
    width: auto;
    /* max-width: 120px; */
    height: 65px;
    cursor: pointer;
}
.product-details .content-container .swiper-content .content .buy-from>div>a {
    display: inline-block;
    max-width: 145px;
    margin-right: 0.9375rem;
    position: relative;
}
.product-details .content-container .swiper-content .content .buy-from>div>a:last-child {
    margin-right: 0;
}
.product-details .content-container .swiper-content .content .buy-from>div>a:hover .shop-type {
    transform: scale(0);
    transform-origin: left top;
}
.product-details .content-container .swiper-content .content .buy-from>div>a .shop-now {
    /* display: none; */
    transform: scale(0);
    transform-origin: right bottom;
    position: absolute;
    left: 0;
    top: 0;
}
.product-details .content-container .swiper-content .content .buy-from>div>a:hover .shop-now {
    /* display: inline-block; */
    transform: scale(1);
}
.product-details .content-container .swiper-content .content .buy-from>div>a img {
    width: 100%;
    height: auto;
    transition: transform .5s ease-in;
}
.product-details .content-container .details-container .details-dis .manual-con span {
    display: inline-block;
    overflow: hidden;
    margin: auto;
    margin-bottom: 0.625rem;
    margin-left: 0.9375rem;
    text-align: center;
}
.product-details .content-container .details-container .details-dis .manual-con span.active {
    display: inline-block;
}
.product-details .content-container .details-container .details-dis .manual-con span a {
    color: #000;
    text-decoration: none;
}
.product-details .content-container .details-container .details-dis .manual-con span img {
    width: auto;
    height: 32px;
    border-radius: 3px;
}
.product-details .content-container .swiper-content .content h3 {
    color: #000;
    /* color: #0214b5; */
    font-weight: bold;
    display: inline-block;
    padding-bottom: 3px;
    /* border-bottom: 1px solid; */
    margin: 8px 0;
    font-size: 23px;
}
.preview-img-container {
    float: left;
    width: 150px;
    height: 100%;
    max-height: 500px;
    position: relative;
}
.swiper-preview-img {
    padding: 15px;
    margin: 40px auto;
    height: 100%;
    max-height: 420px;
}
.swiper-preview-img .swiper-slide {
    /* overflow: hidden; */
    text-align: center;
    /* height: 100%; */
    /* width: 100%; */
}
.swiper-preview-img .swiper-slide img{
    width: 100%;
    /* height: 100%; */
}
.ctrl-btn {
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    background-position: center;
    /*	background-size: contain;*/
    background-repeat: no-repeat;
    background-color: rgba(206,206,206,0.35);
}
.ctrl-btn.pree {
    top: 0;
    background-image: url('../images/arrow_top.png');
}
.ctrl-btn.nextt {
    bottom: 0;
    background-image: url('../images/arrow_bottom.png');
}
.swiper-preview-img div.swiper-slide-active img {
    -webkit-box-shadow: 0 0 5px 2px rgba(169,169,169, 0.8);
    box-shadow: 0 0 5px 2px rgba(169,169,169, 0.8);
}
.product-details .content-container .details-container .nav-ul {
    list-style: none;
    padding: 0 1.875rem;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.product-details .content-container .details-container .nav-ul li {
    margin-right: 1em;
    float: left;
}
.product-details .content-container .details-container .nav-ul li.active .nav-title {
    background-color: #c7c7c7;
    border-radius: 6px;
}
.product-details .content-container .details-container .nav-ul li .nav-title {
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    padding: 5px 15px;
}
.product-details .content-container .details-container .details-dis {
    display: none;
    padding: 1.875rem;
    padding-top: 1.125rem;
}
.product-details .content-container .details-container .details-dis.active-dis {
    display: block;
}

.itemsub-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 3;
    transition: height .2s;
    -webkit-transition: height .2s;
}
.header-shadow {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.25);
    display: none;
}

.header-container {
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100%;
    background: white;
    color: #0214b5;
    opacity: .8;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.header-container:hover {
    opacity: 1;
}
.header-container a {
    text-decoration: none;
    color: #3e3e3e;
}
.header-container .header {
    max-width: 1240px;
    height: 100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}
.header-container .header>a {
    display: none;
    position: absolute;
    width: 28px;
    height: 18px;
    padding: 11px;
    top: 8px;
    left: 0;
}
.header-container .header>a span {
    background: #0188ca;
    display: block;
    height: 2px;
    margin: 6px 0;
}
.header-container .header>a::after, .header-container .header>a::before {
    content: '';
    display: block;
    background-color: #0214b5;
    height: 2px;
}
.header-container .header .logo {
    float: left;
    margin: 25px 0;
}
.header .logo img {
    height: 100%;
}
.header-container .header .main-menu {
    float: left;
    margin: 15px 0 30px 0px;
    font-size: 1.125rem;
    font-weight: bold;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    list-style: none;
}
.header-container .header .main-menu .item {
    position: relative;
    padding: 18px 8px;
    list-style: none;
    cursor: pointer;
}
.header-container .header .main-menu .item .subitem-ex {
    display: none;
    position: absolute;
    left: -270px;
    top: 100%;
    z-index: 6;
}
.header-container .header .main-menu .item .subitem-ex img {
    height: 280px;
    float: left;
    margin: 12px 5px 0 0;
}
.header-container .header .main-menu .item .item-sub {
    white-space: nowrap;
    list-style-type: none;
    padding: 0em 0;
    font-weight: normal;
}
.subitem-ex .pd-item {
    position: relative;
    list-style-type: none;
}
.subitem-ex .pd-item li, .subitem-ex .pd-item-sub li {
    list-style-type: none;
}
.subitem-ex .pd-item .pd-item-sub {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}
.subitem-ex .item-sub .pd-item:hover>.pd-item-sub {
    display: block;
    padding-left: 1em;
}
.header-container .header .main-menu .item .subitem-ex>.item-sub {
    margin-left: 290px;
    position: static;
}
.header-container .header .main-menu .item .item-sub a {
    line-height: 2.5em;
    color: #3E3E3E;
    font-size: .8em;
}
.pd-item:hover>a,
.pd-item>.pd-item-sub>li:hover>a,
.header-container .header .main-menu .item .item-sub>li:hover>a {
    text-decoration: underline;
}
.header-container .header .main-menu .item .item-caret {
    display: none;
}
.header-container .header .main-menu .item::after {
    content: '';
    height: 2px;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 9;
    width: 0;
    background-color: #0214b5;
    -webkit-transition: .2s;
    transition: .2s;
}
.header-container .header .main-menu .item:hover::after {
    width: 100%;
    left: 0;
}
.header-container .header .search {
    float: right;
    margin: 15px 0;
    font-size: 1.25rem;
    font-weight: bolder;
    width: 260px;
    height: 60px;
    padding-top: 6px;
}
.head-flag {
    position: relative;
    margin-top: 13px;
    height: 30px;
    line-height: 25px;
    font-weight: 600;
    color: #666;
    margin-left: 20px;
}
.head-flag > img{
    height: 80%;
    margin-right: 10px;
    float: left;
}
.head-flag .flag-list a{
    display: list-item;
    color: #666;
    margin: 8px 0;
    list-style-type: none;
    white-space: nowrap;
}
.head-flag .flag-list a img{
    height: 25px;
    float: left;
    margin-right: 8px;
}
.head-flag .flag-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 104%;
    padding: 6px 9px;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-top: none;
    box-shadow: 1px 2px 2px #bbb;
    -webkit-box-shadow: 1px 2px 2px #bbb;
}

.head-flag-mob {
    position: absolute;
    top: 17px;
    right: 8px;
    height: 30px;
    line-height: 25px;
    font-weight: 600;
    color: #666;
}
.head-flag-mob > img{
    height: 80%;
    margin-right: 10px;
    float: left;
}
.head-flag-mob .flag-list a{
    display: list-item;
    color: #666;
    margin: 8px 0;
    list-style-type: none;
    white-space: nowrap;
}
.head-flag-mob .flag-list a img{
    height: 25px;
    float: left;
    margin-right: 8px;
}
.head-flag-mob .flag-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    width: 104%;
    padding: 6px 9px;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-top: none;
    box-shadow: 1px 2px 2px #bbb;
    -webkit-box-shadow: 1px 2px 2px #bbb;
}

.header-container .search-input {float: left;}
.header-container .search-input input {
    font-size: 1.25rem;
    height: 30px;
    padding: 0;
    border: none;
    outline: none;
}
.header-container .search-input input[type="submit"] {
    width: 3.125rem;
    background: url(../images/search_gray.png) no-repeat center;
    padding: 0 30px;
    float: left;
}
.header-container .search-input input[name="keyword"] {
    border-bottom: 1px solid #3e3e3e;
    width: 190px;
}

.header-container-shadow {
    -webkit-box-shadow: 0 0 10px 2px rgba(90, 90, 90, 0.65);
    box-shadow: 0 0 10px 2px rgba(90, 90, 90, 0.65);
}

.mob-header-container {
    display: none;
    position: fixed;
    z-index: 4;
    top: 0;
    width: 100%;
    background: white;
    color: #0188ca;
    /*overflow-y: scroll;*/
}
.mob-header-container a {
    text-decoration: none;
    color: #0188ca;
}
.mob-header-container .header {
    padding: 0rem 1.25rem;
    position: relative;
    left: 0;
    text-align: center;
}
.mob-header-container .header>a {
    position: absolute;
    width: 28px;
    height: 18px;
    padding: 11px;
    top: 8px;
    left: 0;
}
.mob-header-container .header>a span {
    background: #0188ca;
    display: block;
    height: 2px;
    margin: 6px 0;
}
.mob-header-container .header>a::after, .mob-header-container .header>a::before {
    content: '';
    display: block;
    background-color: #0188ca;
    height: 2px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
.mob-header-container .logo {
    height: 60px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center
}
.mob-header-container .logo img {
    width: 55%;
}
.mob-header-container .search-input {
    z-index: -2;
    bottom: -rem(50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 3.125rem;
    overflow: hidden;
}
.mob-header-container .search-input.active {
    z-index: 2;
    height: 3.125rem;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    opacity: 1;
}
.mob-header-container .search-input input {
    font-size: 1.25rem;
    width: 100%;
    height: 3.125rem;
    padding: 0;
    padding-left: 1rem;
    border: none;
    outline: none;
    background: #eee;
}
.mob-header-container .search-input input[type="submit"] {
    width: 3.125rem;
    background: url(../images/Search.png) no-repeat center/40% #0188ca;
    padding: 0 30px;
}
.mob-header-container #menu {
    display: none;
}
.mob-header-container #menu .main-menu {
    font-size: 1.125rem;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.mob-header-container #menu .main-menu .item {
    position: relative;
    padding: 1.25rem 1.25rem;
    list-style: none;
    border-bottom: 1px solid #eee;
}
.mob-header-container #menu .main-menu .item .item-sub {
    display: none;
    top: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-position: 70% 50%;
    background-size: auto 180px;
    white-space: nowrap;
    list-style-type: none;
    padding: 1em 0;
    padding-left: 1em;
    font-weight: normal;
    z-index: 5;
}
.mob-header-container #menu .main-menu .item .item-sub a {
    line-height: 2.5em;
    color: #05859c;
    font-size: .8em;
    display: block;
    background-color: rgba(255, 255, 255, 0.75);
}
.mob-header-container #menu .main-menu .item .item-caret {
    position: absolute;
    right: 10px;
    top: 0;
    width: 40px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.mob-header-container #menu .main-menu .item .item-caret-rotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mob-header-container #menu .main-menu .item .item-sub1 {
    background-image: url(../images/navbg-1.jpg);
}
.mob-header-container #menu .main-menu .item .item-sub2 {
    background-image: url(../images/navbg-2.jpg);
}
.mob-header-container #menu .main-menu .item .item-sub3 {
    background-image: url(../images/navbg-3.jpg);
}
.mob-header-container #menu .main-menu .item .item-sub4 {
    background-image: url(../images/navbg-4.jpg);
}
.mob-header-container #menu .main-menu .item::after {
    content: '';
    height: 2px;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 9;
    width: 0;
    background-color: #0188ca;
    -webkit-transition: .2s;
    transition: .2s;
}

.open-mob-menu {
    height: 100%;
    overflow-y: scroll;
}
.open-mob-menu .header>a span {
    visibility: hidden;
}
.open-mob-menu .header>a::after {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotate(-45deg) translateY(3px);
    transform: rotate(-45deg) translateY(3px);
}
.open-mob-menu .header>a::before {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotate(45deg) translateY(-2px);
    transform: rotate(45deg) translateY(-2px);
}

.content-container {
    /*padding-top: 30px;*/
    /*    overflow: hidden;*/
}
.page-title {
    overflow: hidden;
}
.page-title img.title-banner {
    width: 100%;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* padding-top: 18px; */
    color: #ccc;
    background-color: #272727;
}
.footer.fix-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer .footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}
.footer .footer-main .some-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
    text-align: left;
    white-space: nowrap;
}
.footer .footer-main .some-menu a {
    margin-bottom: 0.625rem;
    text-decoration: none;
    color: #ccc;
}
.footer .footer-main .some-menu a:hover {
    text-decoration: underline;
    color: white;
}
.some-menu-mob {
    display: none;
    width: 48%;
    margin: 0 1%;
    font-size: 14px;
}
.some-menu-mob a {
    display: block;
    color: #ddd;
    margin-bottom: 3px;
    text-decoration: none;
}
.footer .hhhhhh {
    padding: 0.625rem 0;
    background: #2c2b2b;
}
.footer .hhhhhh .sec {
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
}
.sec .fllow-us {
    float: right;
}
.footer .hhhhhh .sec .fllow-us a {
    color: #656565;
}
.footer .hhhhhh .sec .fllow-us a:hover {
    color: white;
}
.footer .hhhhhh .sec .fllow-us .item {
    font-size: 25px;
    line-height: 2.625rem;
    display: inline-block;
    margin-left: 1.25rem;
    vertical-align: middle;
}
.buying-online {
    background-color: #f9f9f9;
    padding: 1px 15%;
    display: flex;
    color: #262626;
    align-items: center;
    justify-content: center;
}
.buying-online .bo-columns {
    flex: 1;
    text-align: center;
    font-weight: bolder;
    font-size: 1.3rem;
}
.buying-online .bo-columns.bo-text {
    flex: 1.2;
}
.buying-online .bo-columns img:hover {
    transition: .5s;
    transform: scale(1.1);
}
.footer .banquan {
    text-align: center;
    margin: 8px auto;
}
.footer .banquan a:not(:last-child) {
    border-right: 1px solid;
}
.footer .banquan a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    padding: 0 13px 6px;
}
.details-swiper .pre,
.details-swiper .next {
    display: none !important;
}

.mobile-display {
    display: none;
}
.pc-display {
    display: block;
}
@media (max-width: 1200px) and (min-width: 1023px) {

    .hot-items .item-container .item .content-container .show-details {
        font-size: 1.2vw;
        width: auto;
        min-width: auto;
        height: auto;
        line-height: 2vw;
    }
}
@media (max-width: 1024px) {
    .header-container {
        display: none;
    }
    .mob-header-container {
        display: block;
    }
    .welcome {
        display: block;
    }
    .banner {
        margin-bottom: 2em;
        margin-top: 60px;
    }
    .content-container {
        margin-top: 70px;
    }
    .aug-items .hot-items .item-container .item {
        width: 50%;
    }
    .product-details {
        display: block;
    }
    .product-details .content-container {
        display: block;
    }
    .product-details .content-container .swiper-content {
        display: block;
    }
    .product-details .content-container .swiper-content .details-swiper {
        width: 100%;
        margin-left: 0;
        height: auto !important;
    }
    .product-details .content-container .swiper-preview {
        display: none;
    }
    .product-details .content-container .details-container .nav-ul {
        padding: 0;
    }
    .product-details .content-container .details-container .nav-ul li {
        margin: 0;
    }
    .content-img .swiper-preview-img {
        display: none;
    }
    .product-details .content-container .swiper-content .content {
        float: none;
        width: auto;
        margin-left: 8px;
        margin-right: 8px;
    }
    .product-details .content-container .swiper-content .content-img {
        max-width: none;
        margin-left: 0;
        float: none;
        width: 100%;
    }
    .aug-aside-sp {
        display: none;
    }
}

@media (max-width: 768px) {
    .some-menu, .pc-display {
        display: none;
    }
    .some-menu-mob, .mobile-display {
        display: block;
    }
    .fl-none {
        float: none !important;
    }
    .full-width {
        width: 100% !important;
    }
    .auto-width{
        width: auto !important;
    }
    .auto-height {
        height: auto !important;
        min-width: auto !important;
        min-height: auto !important;
    }
    .menu-page .item-6,
    .menu-page .item-4,
    .menu-page .item-3,
    .menu-page .item-1{
        width: auto !important;
    }
    #products .area {
        margin-left: 0;
    }
    #products .name .learnmore {
        margin-left: 0;
        width: auto;
        height: auto;
        font-size: 14px;
        line-height: 23px;
        left: 0;
        top: 100%;
        padding: 0 10px;
    }
    #products .name{
        height: 30px;
    }
    #augins-ban {
        height: auto;
    }
    #augins-ban .fl > span{
        display: none;
    }
    #augins-ban .fl{
        width: auto;
        float: none;
    }
    #augins-ban .fl #augins{
        width: auto;
        margin-bottom: 0;
    }
    .footer .hhhhhh .sec {
        width: 85%;
    }
    .aug-aside {
        float: none;
        position: absolute;
        z-index: 2;
        width: 100%;
        margin-top: 0px;
        overflow-y: hidden;
        border-top: 1px solid #eee;
    }
    .aug-aside .slide-button.slide-down {
        display: block;
    }
    .aug-aside .product-class {
        -webkit-columns: 300px 2;
        columns: 300px 2;
        height: 0;
        margin-bottom: 2em;
    }
    .banner {
        margin-top: 180px;
    }
    .banner .swiper-container .swiper-slide .dis {
        top: 40%;
    }
    .hot-items .item-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .hot-items .item-container .item {
        width: 50%;
    }
    .blog .blog-container .item {
        width: 33.333333%;
    }
    .aug-table, .aug-media, .aug-decla, .aug-release, .aug-reviews, .aug-news, .aug-richtxt {
        margin-left: 0;
        padding-top: 60px;
    }
    .aug-table .aug-table-container {
        overflow-x: scroll;
    }
    .aug-table .aug-table-container .manual-table tr td:nth-child(2) {
        min-width: 400px;
    }
    .aug-table .aug-table-container .manual-table.software-table tr td:nth-child(1) {
        min-width: 400px;
    }
    .aug-table .aug-table-container .manual-table.software-table tr td:nth-child(2) {
        min-width: auto;
    }
    .content-container {
        margin-top: 180px;
    }
    .aug-items .hot-items {
        padding-top: 60px;
    }
    .aug-items .hot-items .item-container .item .content-container {
        margin-top: 10px;
    }
    .aug-news .news-part a.news-article .figure-container {
        width: 30%;
    }
    .aug-news .news-part a.news-article .article-container>h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .banner {
        margin-top: 60px;
        padding-top: 0;
    }
    .banner .swiper-container .swiper-slide .dis {
        top: 40%;
        font-size: 3vw;
    }
    .welcome .services-container {
        margin-top: 1rem;
    }
    .welcome .services-container .item {
        width: 50%;
        padding: 0 2%;
        margin-bottom: 20px;
    }
    .welcome .services-container .item p {
        margin-bottom: 10px;
    }
    .welcome .services-container .item .dis p {
        font-size: 14px;
    }
    .hot-items {
        padding: 0;
    }
    .hot-items .hot-title {
        margin-bottom: 0;
    }
    .hot-items .item-container .item {
        width: 100%;
        margin: 8px 0;
    }
    .hot-items .item-container .item .content-container {
        width: 94%;
    }
    .hot-items .item-container .item .content-container .item-title {
        margin-bottom: 0;
    }
    .hot-items .item-container .item .content-container .sm-image {
        margin-top: 0;
    }
    .hot-items .item-container .item .content-container .dis {
        display: none;
    }
    .blog .blog-container .item {
        width: 95%;
    }
    .actives .actives-content {
        position: static;
        max-width: 100%;
        padding: 1rem 1.25rem;
    }
    .sent-email .sent-container .row .item {
        width: 98%;
        padding-left: 3%;
        padding-right: 0;
    }
    .sent-email .sent-container .row .item .item-icon {
        float: left;
        width: 23%;
    }
    .sent-email .sent-container .row .item .item-icon i {
        font-size: 3rem;
    }
    .sent-email .sent-container .row .item .dis,
    .sent-email .sent-container .row .item .name {
        text-align: left;
        margin-left: 23%;
    }
    .sent-email .sent-container .row .item .name {
        margin: 0;
    }
    .footer .footer-main {
        /* width: auto; */
    }
    .footer .footer-main .some-menu a{
        font-size: 12px;
    }
    .footer .footer-main .some-menu {
        display: none;
    }
    .footer .hhhhhh .sec .choose-con li.active:not(:first-child) {
        width: 44%;
        margin: 0 3%;
    }
    .sec .fllow-us {
        float: none;
    }
    .aug-items .hot-items {
        padding: 10px 10px 0;
    }
    .aug-items .hot-items .item-container .item {
        width: 100%;
    }
    .aug-aside {
        display: none;
    }
    .content-container {
        margin-top: 1px;
        padding-top: 0;
    }
    .aug-table,
    .aug-media,
    .aug-decla,
    .aug-release,
    .aug-reviews,
    .aug-news,
    .aug-richtxt {
        margin-left: 0;
        margin-top: 10px;
        padding: 10px 10px 0;
    }
    .aug-richtxt {
        overflow-x: auto;
    }
    .aug-news .news-part a.news-article {
        padding-left: 5px;
        padding-right: 5px;
    }
    .aug-news .news-part a.news-article .figure-container {
        display: none;
    }
    .aug-reg form[name="frm_registration"] {
        width: 100%;
    }
    .aug-reg form[name="frm_registration"] #reg-number,
    .aug-reg form[name="frm_registration"] #reg-email,
    .aug-reg form[name="frm_registration"] #reg-cemail,
    .aug-reg form[name="frm_registration"] #reg-retailer {
        width: 100%;
    }
    .aug-reg form[name="frm_registration"] #reg-name {
        margin-bottom: 6px;
    }
    .product-details .content-container .swiper-content .details-swiper .swiper-slide img {
        width: 100%;
        height: auto;
    }
    .buying-online {
        padding: 12px 2%;
        display: inline;
    }
    .footer .banquan a {
        font-size: 3.5vw;
        padding: 0 8px 6px;
    }
    .media-part .media-list {
        max-height: none !important;
    }
    .details-swiper .pre,
    .details-swiper .next {
        display: block !important;
    }
    section.product-details p.app-donwload {
        display: inline-block;
        align-items: center;
    }

}