@charset "utf-8";

@import "./icon.css";

:not(input) {
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

input, textarea {
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-appearance: none;
}

input[type=submit], input[type=botton], input[type=text], input[type=password], input[type=search], input[type=tel], input[type=number], input[type=email], input[type=url], textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

body, html {
    height: 100%;
}

body {
    font-size: 12px;
    position: relative;
}

.disabled {
    opacity: 0.5;
}

.box-shadow {
    box-shadow: 1px 2px 26px #eee;
}

.bg-input {
    background: #f9f9f9;
}

.biggest-text {
    font-size: 2rem;
}

.bigger-text {
    font-size: 1.7rem;
}

.big-text {
    font-size: 1.12rem;
}

.normal-text {
    font-size: .96rem;
}

.small-text {
    font-size: .72rem;
}

.smaller-text {
    font-size: .56rem;
}

.font-smaller {
    font-size: 12px;
}

.font-small {
    font-size: 14px;
}

.font-standard {
    font-size: 16px;
}

.font-middle {
    font-size: 18px;
}

.font-big {
    font-size: 20px;
}

.font-bigger {
    font-size: 24px;
}

.font-super-big {
    font-size: 30px;
}

span.ImgMiddle {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.main-header {
    position: relative;
    width: 100%;
    height: 70px;
}

.main-header .contain-menu {
}

.main-header .contain-menu .btn-menu {
    margin: 20px 10px;
    width: 25px;
    height: 25px;
    padding: 0;
}

.main-header .contain-menu.active .btn-menu {
    position: fixed;
    z-index: 3;
}

.main-header .contain-menu .btn-menu .icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 25px;
}

.main-header .contain-menu .btn-menu .icon-no-active {

}

.main-header .contain-menu .btn-menu .icon-active {
    display: none;
}

.main-header .contain-menu.active .btn-menu .icon-no-active {
    display: none;
}

.main-header .contain-menu.active .btn-menu .icon-active {
    display: inline-block;
}

.main-header .contain-menu .content-menu {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 70px;
    z-index: 2;
    transform: translateX(-100%);
}

.main-header .contain-menu.active .content-menu {
    transform: translateX(0);
}

.main-header .contain-menu .content-menu .top-menu {
    display: flex;
    background: #ddd;
}

.main-header .contain-menu .content-menu .top-menu .btn {
    flex: 1;
    padding: 20px 0;
    border-right: 1px solid #000;
}

.main-header .contain-menu .content-menu .top-menu .btn:last-child {
    border-right: none;
}

.main-header .contain-menu .content-menu .top-menu .btn .icon {
    width: 30px;
    height: 30px;
}

.main-header .contain-menu .content-menu .top-menu .btn .text {

}

.main-header .contain-menu .content-menu .top-menu .btn .img {
    height: 30px;
}

.main-header .contain-menu .content-menu .top-menu .btn .side-num {
    display: inline-block;
    vertical-align: middle;
}

.main-header .contain-menu .content-menu .top-menu .btn .side-num.round {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
}

.main-header .contain-menu .content-menu .top-menu .btn-user {

}

.main-header .contain-menu .content-menu .top-menu .btn-currency {

}

.main-header .contain-menu .content-menu .list-menu {
    padding: 10px 50px;
}

.main-header .contain-menu .content-menu .list-menu .item-menu {
    margin: 40px auto;
}

.main-header .contain-menu .content-menu .list-menu .item-menu .link {

}

.main-header .btn-logo {
    display: block;
    margin: 10px 5px;
    height: 50px;
    max-width: 100px;
    overflow: hidden;
}

.main-header .btn-logo .img {
    height: 100%;
}

.main-header .fast-entry {

}

.main-header .fast-entry .item {

}

.main-header .fast-entry .item .btn {
    margin: 20px 10px;
    width: 25px;
    height: 25px;
    padding: 0;
    vertical-align: top;
    line-height: 100%;
}

.main-header .fast-entry .item .btn .icon {
    width: 100%;
    height: 100%;
}

.main-header .fast-entry .item .btn .img {
    height: 100%;
}

.main-header .fast-entry .item .btn-currency {
    width: auto;
}

.main-header .fast-entry .item .btn-currency .img {

}

.main-header .fast-entry .item .btn-show-search-bar {

}

.main-header .fast-entry .item .btn-shopping-cart {

}

header.no-fixed {
    position: absolute;
}

main {
    width: 100%;
    height: auto !important;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
}

footer {
    width: 100%;
    height: 50px;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111;
}

.main-footer {
    position: static;
    height: auto;
    margin-top: 100px;
    padding: 35px 30px;
}

.main-footer .top {
    /* margin-top: 30px; */
}

.main-footer .top .article-list {
}

.main-footer .top .article-list .foot2dl {
}

.main-footer .top .article-list .foot2dl .dt {
    margin-bottom: 15px;
}

.main-footer .top .article-list .foot2dl .dt .icon {
    font-size: inherit;
    margin: 10px 0 0;
    width: auto;
    height: auto;
}

.main-footer .top .article-list .foot2dl .dd {
    display: none;
    margin: 15px auto;
}

.main-footer .top .article-list .foot2dl.expand .dd {
    display: block;
    color: #ddd;
}

.main-footer .top .article-list .foot2dl .dt .status-expand,
.main-footer .top .article-list .foot2dl.expand .dt .status-scroll {
    display: none;
}

.main-footer .top .article-list .foot2dl.expand .dt .status-expand {
    display: inline-block;
}

.main-footer .top .follow-us {
}

.main-footer .top .follow-us .title {

}

.main-footer .top .follow-us .title {

}

.main-footer .top .follow-us .list-society {
    margin-top: 5px;
}

.main-footer .top .follow-us .list-society .item-society {
    margin-top: 8px;
    margin-right: 8px;
}

.main-footer .top .follow-us .list-society .link {
    height: auto;
}

.main-footer .top .follow-us .list-society .link .img {
    margin: 0 auto;
    height: 30px;
}

.main-footer .transfer-list {
    margin-top: 20px;
}

.main-footer .transfer-list .item {
    width: 33%;
    margin-top: 0.5%;
    margin-right: 0.5%;
}

.main-footer .transfer-list .item:nth-child(3n) {
    margin-right: 0;
}

.main-footer .transfer-list .item .link {
    height: auto;
}

.main-footer .transfer-list .item .link .img {
    margin: 0 auto;
    height: auto;
}

.main-footer .payment-list {
    margin-top: 10px;
}

.main-footer .payment-list .item {
    width: 19.2%;
    margin-top: 1%;
    margin-right: 1%;
}

.main-footer .payment-list .item:nth-child(5n) {
    margin-right: 0;
}

.main-footer .payment-list .item .link {
    height: auto;
}

.main-footer .payment-list .item .link .img {
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.main-footer .bottom {
    margin-top: 25px;
}

.main-footer .bottom .company {

}

.main-footer .bottom .company .link {

}

.main-footer .bottom .company a {
    text-decoration: none;
    color: #fff;
}

.side-bar {
    position: fixed;
    bottom: 84px;
    right: 15px;
    z-index: 10;
}

.side-bar .btn-go-to-top {
    display: block;
    width: 32px;
    height: 32px;
}

.side-bar .btn-go-to-top.hide {
    display: none;
}

.side-bar .btn-go-to-top .icon {
    width: 100%;
    height: 100%;
}

.footer-warning {
    position: fixed;
    width: 100%;
    bottom: 50px;
    z-index: 121;
}

.HeadL, .HeadR {
    height: 50px;
}

.HeadM {
    width: auto;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.HeadM img {
    max-width: 220px;
    height: 50px;
}

.foot {
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin: 10px auto;
    overflow: hidden;
    line-height: 135%;
    padding: 5px 0;
}

.tab-footer .list {
    display: flex;
}

footer .item {
    display: inline-block;
    flex: 1;
    text-align: center;
}

footer .item a {
    display: block;
    margin: 0 auto;
    height: 50px;
    position: relative;
}

footer .icon {
    margin: 4px auto 2px;
    font-size: 23px;
}

footer .text {
    display: block;
    font-size: 12px;
}

footer .item .sub-num {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 45%;
    text-align: center;
    line-height: 18px;
}

footer .item .sub-num {
    top: 3px;
}

.FCart {
    padding: 0 15px;
}

.FCartL {
    width: 30%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
}

.FCartL .CartProAllChecked {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/radioBg.png) center no-repeat;
    background-size: 25px 25px;
    border-radius: 50%;
}

.FCartL .CartProAllChecked.cur {
    background: url(../images/radioBgH.png) center no-repeat;
    background-size: 100% auto;
}

.FCartR {
    width: 70%;
}

.FCartR .btn {
    height: 50px;
    line-height: 50px;
}

.FCartMR {
    padding: 25px 10px 0;
}

.FCartMR a {
    display: block;
    /* width: 100px; */
    height: 60px;
    margin: 15px 0;
    border-radius: 4px;
    line-height: 60px;
    text-align: center;
    /* font-size: 14px; */
}

.FCartML {
    width: auto;
    height: 50px;
    padding: 5px 0;
    text-align: right
}

.FCartMTotal {
}

.FCartMLTip {
    font-size: 12px
}

.ProImg {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ProImg img {
    width: 100%;
}

.ProName {
    height: 32px;
    margin: 5px 5px 0;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.ProPrice {
    height: 20px;
    overflow: hidden;
    margin: 5px 5px 0;
    line-height: 20px;
}

.ProPrice del {
    font-size: 14px;
    font-weight: bold;
}

.ProPrice span:first-child {
    background: transparent;
    padding: 0;
    text-align: left;
    margin: 0;
    color: inherit;
}

.NumBox {
    padding: 4px 0;
    font-size: 0;
}

.NumBox input,
.NumBox span {
    font-size: 12px;
    vertical-align: middle;
}

.NumBox .icon {
    font-size: 17px;
    line-height: 30px;
}

.NumBox .tips {
    margin-left: 5px;
    line-height: 30px;
}

.Plus, .Minus {
    display: inline-block;
    /* float: left; */
    width: 35px;
    height: 30px;
}

.Plus {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff url(../images/PlusBg.png) center no-repeat;
    background-size: 16px 16px;
}

.Minus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff url(../images/MinusBg.png) center no-repeat;
    background-size: 16px 3px;
}

.PlusH {
    background: #fff url(../images/PlusBgH.png) center no-repeat;
    background-size: 16px 16px
}

.MinusH {
    background: url(../images/MinusBgH.png) center no-repeat;
    background-size: 16px 3px
}

.NumTxt {
    display: inline-block;
    /* float: left; */
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    text-align: center;
}

.SCNumBox {
    padding: 4px 0;
    font-size: 0;
}

.SCPlus, .SCMinus {
    display: inline-block;
    /* float: left; */
    width: 35px;
    height: 30px;
    line-height: 27px;
    vertical-align: middle;
}

.SCPlus {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.SCMinus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.SCNumTxt {
    display: inline-block;
    /* float: left; */
    width: 50px;
    height: 30px;
    line-height: 28px;
    border: 0;
    border-radius: 0;
    text-align: center;
    vertical-align: middle;
}

.HpNumBox {
    padding: 4px 0
}

.YgNumBox {
    padding: 4px 0;
    height: 32px
}

.icon-success-add-cart {
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/icon-success-add-cart.png") center bottom no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
}

.aui_inner {
    background: transparent
}

.aui_buttons {
    padding: 0 15px 15px;
    text-align: center;
}

.aui_buttons button {
    display: inline-block;
    margin: 0 3px;
    background: #eee;
}

.aui_titleBar {
    padding: 15px 15px 0;
}

.aui_buttons button {
    padding: 6px 28px;
    border: 0;
    border-radius: 2px;
    text-shadow: none;
    box-shadow: none;
}

button.aui_state_highlight {
    border: 0;
    text-shadow: none
}

.aui_content > div {
    line-height: 250%;
    border-radius: 3px
}

.aui_iconBg {
    display: none
}

.aui_content .artDialog_prompt3_title {
    margin-bottom: 5px;
    font-size: 12px;
    text-align: center;
    background: transparent;
}

.aui_content .artDialog_prompt3_input {
    width: 10em;
    padding: 2px 5px;
    margin-bottom: 3px;
    border: none;
    border-radius: 2px;
    background: transparent;
}

@media screen and (max-width: 345px) {

    .main-header .fast-entry .btn-currency {
        display: none;
    }

}

@media screen and (min-width: 0) {
    .aui_state_lock .aui_outer {
        box-shadow: none
    }

    .aui_outer {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent
    }

    .aui_sw, .aui_s, .aui_se {
        background: transparent
    }

    .aui_border {
        background: transparent;
        border-radius: 0
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .aui_close {
        opacity: 0
    }
}