@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont/font.eot');
    src: url('../fonts/iconfont/font.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont/font.woff') format('woff'), url('../fonts/iconfont/font.ttf') format('truetype'), url('../fonts/iconfont/font.svg#iconfont') format('svg');
}
@font-face {
    font-family: 'Whitney';
    src: url('../fonts/whitney/Whitney-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/whitney/Whitney-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/whitney/Whitney-Medium.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/whitney/Whitney-Medium.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/whitney/Whitney-Medium.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/whitney/Whitney-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}
html {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    line-height: 1.83
}

html, pre {
    font-family: Whitney, Helvetica, Arial, "sans-serif"
}

:focus {
    outline: none
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    vertical-align: middle;
    font-style: normal;
    -webkit-text-stroke-width: .2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.table {
    display: table;
    width: 100%
}

.table-cell {
    display: table-cell
}

.status_404 {
    text-align: center
}

.status_404 img {
    max-width: 150%;
    margin: 0 -25%
}

.wrapper {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.loadMore {
    width: 100%;
    text-align: center;
    display: table;
    padding: 2rem 0
}

/**/
.page-wrap {
    /*background: linear-gradient(180deg, #00a7e1, #00a7e1 400px, transparent 0);*/
    padding: 0 1rem 0
}
@media (max-width: 767px) {
    .page-wrap {
        background: linear-gradient(180deg, #00a7e1, #00a7e1 400px, transparent 0);
    }
}
.page-wrap .page-nav {
    padding: 2rem 0;
    color: #fff
}

.page-wrap .page-nav a {
    color: #fff;
    text-decoration: none
}

.page-wrap .page-nav a:hover {
    color: #fff;
    text-decoration: underline
}

.page-wrap .page-nav .active {
    font-weight: 600
}

.page-wrap .page-nav i {
    font-style: normal;
    padding: 0 8px
}

.page-wrap .page-cnt {
    min-height: 400px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

/**/
.required-flag {
    color: #ee3749;
    height: 1.6rem;
    line-height: 2rem;
    font-size: 1.6rem;
    padding-left: .2rem;
    font-style: normal
}

.required-flag, .ui-check {
    vertical-align: middle;
    display: inline-block
}
.button-full, .button-normal, .input-normal, .select-normal, .textarea-normal {
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
    transition: .2s
}

.button-full, .button-normal {
    display: inline-block;
    text-align: center;
    border: none;
    height: 2.8rem;
    line-height: 2.8rem;
    text-decoration: none;
    font-size: 1.33rem;
    cursor: pointer;
    transition: .2s;
    white-space: nowrap;
    color: #00a7e1
}

.button-full.submit, .button-normal.submit {
    background: #00a7e1;
    color: #fff
}

.button-full.submit:hover, .button-normal.submit:hover {
    background: #0094c8
}

.button-full.reset, .button-normal.reset {
    background: #666;
    color: #fff
}

.button-full.reset:hover, .button-normal.reset:hover {
    background: #595959
}

.button-full.google, .button-normal.google {
    background: #db4437;
    color: #fff
}

.button-full.facebook, .button-normal.facebook {
    background: #4267b2;
    color: #fff
}

.button-full.amazon, .button-normal.amazon {
    background: linear-gradient(180deg, #f7dfa5, #f0c14b);
    border: 1px solid;
    border-color: #a88734 #9c7e31 #846a29;
    color: #111
}

.button-full.bestbuy, .button-normal.bestbuy {
    background: #ffe000;
    color: #1d252c
}

.button-full.alpha, .button-normal.alpha {
    border: 1px solid #666;
    color: #666
}

.button-full.paypal, .button-normal.paypal {
    background: #ffcf00;
    color: #333
}

.button-full.edit, .button-normal.edit {
    text-decoration: underline;
    padding: 0
}

.button-full.edit:hover, .button-normal.edit:hover {
    color: #0094c8
}

.button-full.disabled, .button-full[disabled], .button-normal.disabled, .button-normal[disabled] {
    cursor: not-allowed;
    background: #cfcfcf;
    color: #fff
}

.button-full.disabled:hover, .button-full[disabled]:hover, .button-normal.disabled:hover, .button-normal[disabled]:hover {
    background: #cfcfcf
}

.button-full .line, .button-normal .line {
    margin: 0 1rem
}

@media (max-width: 767px) {
    .button-full.phone-sort .line, .button-full.phone-sort .price, .button-normal.phone-sort .line, .button-normal.phone-sort .price {
        display: none
    }
}

.button-full {
    width: 100%
}

.button-normal {
    padding: 0 3rem
}

.select-normal {
    display: block;
    position: relative
}

.select-normal:after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 8px;
    border: 6px solid transparent;
    border-top-color: #666
}

.textarea-normal {
    height: 10rem
}

.input-normal input, .input-normal select, .input-normal textarea, .select-normal input, .select-normal select, .select-normal textarea, .textarea-normal input, .textarea-normal select, .textarea-normal textarea {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 0 1.2rem;
    color: #333;
    line-height: normal;
    border: 1px solid #e1e1e1
}

.input-normal input[disabled], .input-normal select[disabled], .input-normal textarea[disabled], .select-normal input[disabled], .select-normal select[disabled], .select-normal textarea[disabled], .textarea-normal input[disabled], .textarea-normal select[disabled], .textarea-normal textarea[disabled] {
    background: #f2f2f2
}

.input-normal input, .select-normal input, .textarea-normal input {
    height: 2.8rem
}

.input-normal select, .select-normal select, .textarea-normal select {
    height: 2.8rem;
    white-space: nowrap;
    vertical-align: middle
}

.input-normal textarea, .select-normal textarea, .textarea-normal textarea {
    padding: .5rem 1.2rem
}

.select-normal input, .select-normal select {
    padding-right: 28px;
    height: 2.8rem;
    white-space: nowrap;
    vertical-align: middle
}

.textarea-normal textarea {
    height: 8rem
}

.half-float .floatholder {
    position: absolute;
    bottom: .1rem;
    right: .1rem;
    padding: .2rem 1rem;
    box-sizing: border-box;
    width: 50%;
    height: 3rem;
}

.half-float .floatholder:hover img {
    opacity: .9
}

.half-float .floatholder img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.half-float input {
    padding-right: 50%
}


h5 .informationFlag {
    margin-top: 3px
}

.informationFlag {
    color: #cfcfcf;
    font-size: 1rem;
    padding: 1px 2%
}

.informationFlag em {
    color: #00a7e1;
    font-style: normal;
    margin-right: 10px
}

.informationFlag.right {
    float: right
}

a.buttonFlag {
    color: #00a7e1;
    font-size: 1rem;
    margin: 1px 2%
}

a.buttonFlag.right {
    float: right
}

/**/
.body {
    overflow: hidden
}

.body a {
    text-decoration: none;
    cursor: pointer;
    color: #333
}

.body select::-ms-expand {
    display: none
}

.body select:focus::-ms-value {
    background: none;
    color: #000
}

.body button[readonly], .body input[readonly], .body select[readonly], .body textarea[readonly] {
    background: #f9f9f9 !important;
    box-shadow: none;
    color: #555 !important
}

.reviewStar {
    vertical-align: top;
    display: inline-block;
    position: relative
}

.reviewStar span {
    white-space: nowrap;
    float: left
}

.reviewStar span i {
    line-height: 2rem;
    font-size: 1rem;
    display: inline-block;
    color: #fec93b;
    padding: 1px
}

.reviewStar .reviewCover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    text-align: left
}


.listTitle {
    text-align: center;
    padding-top: 3rem
}

.listTitle .listName {
    position: relative
}

.listTitle .listName span {
    position: relative;
    display: inline-block;
    font-size: 1.33rem;
    z-index: 2;
    background: #fff;
    padding: 0 2rem
}

.listTitle .listName span.listGray {
    background: #f2f2f2
}

.listTitle .listName:after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 10%;
    right: 10%;
    content: "";
    border-top: 1px solid #cfcfcf
}

.listTitle .listDesc {
    font-size: 1rem;
    color: #666
}

.listTitle.bigSize .listName span {
    font-size: 3.82rem;
    font-weight: 200
}

@media (max-width: 767px) {
    .listTitle.bigSize .listName span {
        font-size: 2.2rem
    }
}

.listTitle.bigSize .listDesc {
    font-size: 1.33rem
}

.productToggleAll {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 1rem 0 3rem
}

.productToggleAll a {
    display: none;
    border-radius: 50%;
    border: 1px solid #666;
    width: 2.8rem;
    height: 2.8rem;
    line-height: 3rem;
    text-align: center;
    position: relative
}

.productToggleAll a:after, .productToggleAll a:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #666;
    left: 20%;
    right: 20%;
    top: 50%;
    transition: .4s
}

.productToggleAll a:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.productToggleAll a:hover {
    border-color: #00a7e1
}

.productToggleAll a:hover:after, .productToggleAll a:hover:before {
    background: #00a7e1
}

@media (min-width: 768px) and (max-width: 1100px) {
    .productToggleAll a.toggleTablet {
        display: inline-block
    }
}

@media (max-width: 767px), all and (min-width: 1101px) {
    .productToggleAll a.toggleOthers {
        display: inline-block
    }
}

.productToggleAll a.toggleClose:before {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.productToggleAll a.toggleHide {
    display: none
}

/******/
.productList {
    display: table;
    width: 100%;
    padding: 1rem 0 0 1rem;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .productList {
        padding: 2rem 0 0 1rem
    }
}

.productList.productLimit .productItem {
    display: none
}

.productList.productLimit .productItem:first-of-type, .productList.productLimit .productItem:nth-of-type(2), .productList.productLimit .productItem:nth-of-type(3), .productList.productLimit .productItem:nth-of-type(4) {
    display: inline-block
}

@media (min-width: 768px) and (max-width: 1100px) {
    .productList.productLimit .productItem:nth-of-type(4) {
        display: none
    }
}

.productItem {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 24.7%;
    padding: 0 1rem 1rem 0;
    position: relative;
}

@media (min-width: 768px) {
    .productItem {
        padding: 0 2rem 2rem 0
    }
}

@media (max-width: 1100px) {
    .productItem {
        width: 33%
    }
}

@media (max-width: 767px) {
    .productItem {
        width: 49.6%
    }
}

@media (max-width: 320px) {
    .productItem {
        width: 100%
    }
}

.productItem .productLink {
    display: block;
    text-decoration: none;
    background: #fff;
    cursor: pointer;
    transition: .6s
}

.productItem .productLink:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    box-shadow: 0 4px 50px rgba(0, 0, 0, .25)
}

.productItem .productLink:hover .productImages img {
    opacity: 1
}

.productItem .productLink .productImage {
    text-align: center;
    overflow: hidden
}

.productItem .productLink .productImage img {
    width: 100%
}

.productItem .productLink .productImages {
    text-align: center;
    overflow: hidden;
    position: relative
}

.productItem .productLink .productImages img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: 1.2s
}

.productItem .productLink .productImages img:first-child {
    position: relative;
    opacity: 1
}

.productItem .productLink .productAttributes {
    padding-top: .5rem;
    text-align: center
}

.productItem .productLink .productAttributes .productColors {
    display: inline-block;
    margin: 0;
    padding: 0
}

.productItem .productLink .productAttributes .productColors li {
    list-style: none;
    margin: 0 3px;
    float: left
}

.productItem .productLink .productAttributes .productColors li img, .productItem .productLink .productAttributes .productColors li span {
    vertical-align: middle;
    float: left;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    border: 2px solid #cfcfcf
}

.productItem .productLink .productName {
    font-size: 1.16rem;
    line-height: 1.6rem;
    min-height: 3.1rem;
    margin: .5rem 1.5rem;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.productItem .productLink .hot_new{
    position: absolute;
    left: 0;
    top: 0;
}

.productItem .productLink .hot_new span{
    padding: .15rem .3rem;
    background: #f00;
    color: #fff;
    font-size: 1rem;
}

.productItem .productLink .productDescription {
    font-size: 1rem;
    line-height: 1.4rem;
    min-height: 2.8rem;
    margin: .5rem 1.5rem;
    text-align: center;
    color: #666
}

@media (max-width: 767px) {
    .productItem .productLink .productDescription {
        display: none
    }
}

.productItem .productLink .productReviews {
    padding-bottom: 1rem;
    text-align: center
}

.productItem .productLink .productPrice {
    font-size: 1.16rem;
    padding: 0 8px 1rem;
    text-align: center;
    color: #000
}

.loadMore {
    width: 100%;
    text-align: center;
    display: table;
    padding: 2rem 0
}

/*paging*/
.pagingWrap {
    padding-bottom: 2rem;
    text-align: center
}

@media (max-width: 767px) {
    .pagingWrap .paging {
        display: none
    }
}

@media (min-width: 768px) {
    .pagingWrap .minPaging {
        display: none
    }
}

.pagingWrap a, .pagingWrap span {
    display: inline-block;
    vertical-align: top;
    min-width: 2.1rem;
    line-height: 2.2rem;
    padding: 0 .4rem;
    margin: 0 .4rem;
    text-align: center;
    color: #333;
    cursor: pointer
}

@media (max-width: 767px) {
    .pagingWrap a, .pagingWrap span {
        margin: 0
    }
}

.pagingWrap a:hover {
    background: #00a7e1;
    color: #fff;
    border-color: #00a7e1
}

.pagingWrap a.active, .pagingWrap a.active:hover {
    background: #242424;
    color: #fff;
    border-color: #333;
    cursor: default
}

.pagingWrap a.disable, .pagingWrap a.disable:hover {
    cursor: not-allowed;
    background: none;
    color: #cfcfcf
}

/*breadcrumb*/
.breadcrumb {
    padding: 2rem 0 3rem 1.1rem; font-size: 1.3rem
}
.breadcrumb .home {
    font-weight: bold;
}
.breadcrumb .item {
    color: #888;
}
.breadcrumb a.item {
    color: #333;
}
.breadcrumb a.item:hover {
    color: #00a7e1;
}
.breadcrumb .divider {
    color:#ccc;
}
@media (max-width: 767px) {
    .breadcrumb {
        display: none;
    }
}

/*
header----------------------------------------------
*/
.header {
    height: auto;
    position: relative;
    font-size: 1rem;
}

.header.notHome {
    height: 4rem
}

@media (min-width:768px){
    .header {
        height: 3.63rem;
    }
}

@media (max-width: 767px) {
    .header.notHome {
        height: 4.1rem;
    }

    .header {
        height: 63px;
    }
}

.header .headerWrap {
    position: fixed;
    width: 100%;
    z-index: 10;
    padding-bottom: .5rem;
    height: 4.3rem;
}

.header .mobile {
    display: table;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: rgb(204, 204, 204) 0 3px 8px -3px;
}
@media (min-width: 768px) {
    .header .mobile {
        display: none
    }
}
.header .mobile.noHome {
    background: #fff
}

.header .mobile .list {
    position: absolute;
    left: .2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: hsla(0, 0%, 100%, 0);
    padding: 0 .8rem;
    color: #666
}

.header .mobile .list:hover {
    text-decoration: none
}

.header .mobile .list i {
    font-size: 2rem
}

.header .mobile .list.active i {
    color: #00a7e1
}

.header .mobile .logo {
    position: relative;
    margin: 9px 0 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.header .mobile .group {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .2rem
}

.header .mobile .group .button {
    float: left;
    position: relative;
    padding: 0 .8rem;
    color: #333
}

.header .mobile .group .button:hover {
    text-decoration: none
}

.header .mobile .group .button i {
    font-size: 2rem
}

.header .mobile .group .button.active {
    color: #00a7e1
}

.header .mobile .dropdown {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 4.3rem;
    bottom: 100%;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: #00a7e1;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    opacity: .5;
    transition: .6s;
    color: #fff
}

.header .mobile .dropdown .button {
    opacity: 0;
    margin: 0 5rem;
    text-align: left;
    position: relative
}

.header .mobile .dropdown .button:first-child {
    border-top: none
}

.header .mobile .dropdown .button .item {
    display: inline-block;
    color: #fff;
    font-size: 1.33rem;
    padding: .5rem 0
}

.header .mobile .dropdown .button .item.active:after {
    content: "";
    display: inline-block;
    margin: 0 0 .2rem 1rem;
    width: .5rem;
    height: .5rem;
    border-radius: .5rem;
    background: #fff
}

.header .mobile .dropdown .button .item i {
    width: 3rem;
    float: left;
    text-align: center
}

.header .mobile .dropdown .button:first-of-type {
    -webkit-transform: scale(1.5) translate(3rem, -2rem);
    transform: scale(1.5) translate(3rem, -2rem)
}

.header .mobile .dropdown .button:nth-of-type(2) {
    -webkit-transform: scale(1.55) translate(3.5rem, -2.3rem);
    transform: scale(1.55) translate(3.5rem, -2.3rem)
}

.header .mobile .dropdown .button:nth-of-type(3) {
    -webkit-transform: scale(1.6) translate(4rem, -2.6rem);
    transform: scale(1.6) translate(4rem, -2.6rem)
}

.header .mobile .dropdown .button:nth-of-type(4) {
    -webkit-transform: scale(1.65) translate(4.5rem, -2.9rem);
    transform: scale(1.65) translate(4.5rem, -2.9rem)
}

.header .mobile .dropdown .button:nth-of-type(5) {
    -webkit-transform: scale(1.7) translate(5rem, -3.2rem);
    transform: scale(1.7) translate(5rem, -3.2rem)
}

.header .mobile .dropdown .button:nth-of-type(6) {
    -webkit-transform: scale(1.75) translate(5.5rem, -3.5rem);
    transform: scale(1.75) translate(5.5rem, -3.5rem)
}

.header .mobile .dropdown .button:nth-of-type(7) {
    -webkit-transform: scale(1.8) translate(6rem, -3.8rem);
    transform: scale(1.8) translate(6rem, -3.8rem)
}

.header .mobile .dropdown .button:nth-of-type(8) {
    -webkit-transform: scale(1.85) translate(6.5rem, -4.1rem);
    transform: scale(1.85) translate(6.5rem, -4.1rem)
}

.header .mobile .dropdown .button:nth-of-type(9) {
    -webkit-transform: scale(1.9) translate(7rem, -4.4rem);
    transform: scale(1.9) translate(7rem, -4.4rem)
}

.header .mobile .dropdown .button:nth-of-type(10) {
    -webkit-transform: scale(1.95) translate(7.5rem, -4.7rem);
    transform: scale(1.95) translate(7.5rem, -4.7rem)
}

.header .mobile .dropdown .button:nth-of-type(11) {
    -webkit-transform: scale(2) translate(8rem, -5rem);
    transform: scale(2) translate(8rem, -5rem)
}

.header .mobile .dropdown .button:nth-of-type(12) {
    -webkit-transform: scale(2.05) translate(8.5rem, -5.3rem);
    transform: scale(2.05) translate(8.5rem, -5.3rem)
}

.header .mobile .dropdown.active {
    opacity: 1;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 2rem 0
}

.header .mobile .dropdown.active .button {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.header .mobile .dropdown.active .button:first-of-type {
    transition: .5s 0s
}

.header .mobile .dropdown.active .button:nth-of-type(2) {
    transition: .5s .1s
}

.header .mobile .dropdown.active .button:nth-of-type(3) {
    transition: .5s .12s
}

.header .mobile .dropdown.active .button:nth-of-type(4) {
    transition: .5s .15s
}

.header .mobile .dropdown.active .button:nth-of-type(5) {
    transition: .5s .19s
}

.header .mobile .dropdown.active .button:nth-of-type(6) {
    transition: .5s .25s
}

.header .mobile .dropdown.active .button:nth-of-type(7) {
    transition: .5s .32s
}

.header .mobile .dropdown.active .button:nth-of-type(8) {
    transition: .5s .4s
}

.header .mobile .dropdown.active .button:nth-of-type(9) {
    transition: .5s .49s
}

.header .mobile .dropdown.active .button:nth-of-type(10) {
    transition: .5s .59s
}

.header .mobile .dropdown.active .button:nth-of-type(11) {
    transition: .5s .7s
}

.header .mobile .dropdown.active .button:nth-of-type(12) {
    transition: .5s .82s
}

.header .mobile .dropdown .brandWrap, .header .mobile .dropdown .langWrap {
    box-sizing: border-box;
    display: table;
    width: 100%;
    padding: 5%
}

.header .mobile .dropdown .brandWrap dt, .header .mobile .dropdown .langWrap dt {
    text-align: left;
    padding: 0 5%;
    font-size: 1.66rem
}

.header .mobile .dropdown .brandWrap dd, .header .mobile .dropdown .langWrap dd {
    float: left;
    margin: 0;
    padding: 5%;
    box-sizing: border-box
}

.header .mobile .dropdown .langWrap dd {
    width: 25%
}

.header .mobile .dropdown .langWrap dd a {
    float: left;
    color: #fff;
    padding: 2px;
    border: 1px solid transparent
}

.header .mobile .dropdown .langWrap dd a img {
    float: left;
    width: 100%
}

.header .mobile .dropdown .langWrap dd a.active {
    border-color: #fff
}

.header .mobile .dropdown .brandWrap dd {
    width: 50%
}

.header .mobile .dropdown .brandWrap dd a {
    border: 1px solid #fff;
    color: #fff;
    display: block
}

.header .mobile .dropdown .brandWrap dd a i {
    font-size: 3rem;
    line-height: 4rem
}

.header .computer {
    display: table;
    width: 100%;
    background: #fff;
}

.header .computer.active {
    background-color: #fff !important;
}

.header .computer.notHome, .header .computer.background {
    /*background: hsla(0, 0%, 100%, .9);*/
    background-color: #fff;
}

@media (max-width: 767px) {
    .header .computer {
        display: none
    }
}

.header .computer .group {
    padding-right: .4rem;
    float: right;
    margin-top: .2rem;
}

.header .computer .group form{
    display: table;
    position: relative;
    overflow: hidden;
    float: left;
    padding: .23rem .4rem;
    padding-right: 0;
    vertical-align: middle;
    font-size: 1.33rem;
    box-sizing: border-box
}

.header .computer .group form input{
    vertical-align: middle;
    padding: .2rem .5rem;
    font-size: 1rem;
    height: 30px;
    box-sizing: border-box;
    position: relative;
    left: 0;
    border-radius: 8px 0 0 8px;
    border: 1px solid #333;
    border-right: 0;
    width: 150px;
}

.header .computer .group form button{
    border: none;
    border-radius: 0 8px 8px 0;
    color: #fff;
    background: none;
    font-size: 1.13rem;
    height: 30px;
    background: #004688;
}

.header .computer .group .button {
    display: table;
    position: relative;
    float: left;
    height: 3.2rem
}

.searchitem{
    display: none !important;
}

.header .computer .group .button.countryWrap .item {
    padding: 0 .5rem
}

.header .computer .group .button.countryWrap .item img {
    vertical-align: middle;
    width: 1.6rem
}

.header .computer .group .button.shop {
    margin: 0 1px
}

.header .computer .group .button.shop .item {
    padding: 0 1.8rem;
    background: hsla(0, 0%, 100%, .1)
}

.header .computer .group .button.brandWrap {
    margin-right: 1rem
}

.header .computer .group .button .item {
    display: table-cell;
    vertical-align: middle;
    color: #222;
    text-decoration: none;
    cursor: pointer;
    padding: 0 .4rem
}

@media (max-width: 767px) {
    .header .computer .group .button .item {
        color: #333
    }
}

.header .computer .group .button .item i {
    float: left;
    text-align: left;
    font-style: normal;
    font-size: 1.33rem
}

.header .computer .group .button .item.active {
    color: #00a7e1
}

@media (min-width: 769px) {
    .header .computer .group .button .item:hover{
        color: #00a7e1
    }
}

.header .computer .group .button:after {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: .5rem solid transparent;
    border-top: none;
    border-bottom: .5rem solid #fff
}

.header .computer .group .button.active .item {
    color: #00a7e1
}

.header .computer .group .button.active:after {
    display: block
}

.header .computer .computerList {
    position: absolute;
    top: 40px;
    right: 0;
    width: 220px;
    max-height: 0;
    overflow: hidden;
    z-index: 110;
    background: #fff;
    font-size: 1.16rem;
    text-align: left
}

.header .computer .computerList.active {
    max-height: 100vh;
}

.header .computer .computerList.brandWrap ul {
    padding-bottom: 1rem
}

.header .computer .computerList.brandWrap ul li {
    border-bottom: none
}

.header .computer .computerList.brandWrap ul li a {
    color: #666
}

.header .computer .computerList.brandWrap ul li a.active, .header .computer .computerList.brandWrap ul li a:hover {
    color: #00a7e1
}

.header .computer .computerList.brandWrap ul li a i {
    font-size: 2.4rem
}

/*
.header .computer .computerList._3f5EvY6tFx {
    right: 0
}
*/

.header .computer .computerList.userWrap {
    right: -32px
}

@media (max-width: 1265px) {
    .header .computer .computerList.userWrap {
        right: 0
    }
}

.header .computer .computerList.cartWrap {
    right: -64px
}

@media (max-width: 1330px) {
    .header .computer .computerList.cartWrap {
        right: 0;
        display: block
    }
}

.header .computer .computerList.countryWrap {
    right: -96px
}

@media (max-width: 1394px) {
    .header .computer .computerList.countryWrap {
        right: 0;
        display: block
    }
}

@media (max-width: 320px) {
    .header .computer .computerList.countryWrap ul li {
        line-height: 3rem
    }
}

.header .computer .computerList ul {
    padding: 1rem 1.5rem 3rem;
    margin: 0;
    list-style: none
}

.header .computer .computerList ul li {
    color: #fff;
    line-height: 3.5rem;
    border-bottom: 1px solid rgba(51, 51, 51, .2);
    display: table;
    width: 100%
}

.header .computer .computerList ul li a {
    cursor: pointer;
    color: #333;
    text-decoration: none;
    white-space: nowrap
}

.header .computer .computerList ul li a.active {
    color: #00a7e1
}

.header .computer .computerList ul li a i {
    font-style: normal;
    text-align: center;
    display: inline-block
}

.header .computer .computerList ul li a img {
    margin-right: .2rem;
    box-shadow: 0 0 10px #e2e2e2;
    width: 1.5rem;
    height: 1.2rem;
    top: 2px;
    position: relative;
    vertical-align: 0
}

.header .computer .computerList ul li a span {
    padding: 0 8px
}

@media (min-width: 769px) {
    .header .computer .computerList ul li a:hover {
        color: #00a7e1
    }
}

.header .menu {
    position: relative;
    /* height: 4rem; */
    background: hsla(0, 0%, 100%, 0);
}

@media (max-width: 767px) {
    .header .menu {
        display: none
    }
}
.header .menu.notHome {
    box-shadow: rgb(204, 204, 204) 0 5px 11px -5px;
}
.header .menu.notHome, .header .menu.background {
    /*background: hsla(0, 0%, 100%, .9);*/
    background-color: #fff;
}

.header .menu.background .outer .button.menuItem .item {
    color: inherit
}

.header .menu .menuWrap {
    /* height: 4rem; */
    white-space: nowrap
}

.header .menu .logo {
    float: left;
    margin: 0 1rem 0
}

@media (min-width:768px){
    .header .pc_menu{
        position: absolute;
        top: .5rem;
        left: 0;
        width: 100%;
        /* padding-bottom: .5rem; */
    }

    .header .computer .group{
        position: relative;
        z-index: 100;
    }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .header .menu .logo {
        margin-top: 1.2rem
    }
}

@supports (-ms-accelerator:true) {
    .header .menu .logo {
        margin-top: 1.2rem
    }
}

.header .menu .outer {
    float: left;
    padding-left: 2rem;
}

@media (max-width: 900px) {
    .header .menu .outer {
        padding-left: 1rem
    }
}

.header .menu .outer .button {
    float: left;
    margin: .5rem 1rem 0;
    /* padding-bottom: 1.2rem; */
    position: relative;
}
/* 
.header .menu .outer .button.menuItem .item {
    color: #fff
} */

.header .menu .outer .button .item {
    display: inline-block;
    font-size: 1.16rem;
    line-height: 1.7rem;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

/*
.header .menu .outer .button .item:after {
    pointer-events: none;
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    height: 2px;
    background: #00a7e1;
}
*/

.header .menu .outer .button .item.active, .header .menu .outer .button .item:hover {
    color: #00a7e1
}

.header .menu .outer .button .item:hover:after {
    left: 0;
    width: 100%
}

.header .menu .outer .button .menuList {
    margin: 1rem 0;
    text-align: left;
    padding: 0;
    width: 500px;
    display: none;
    position: absolute;
    /* left: 2rem; */
    top: 100%;
}

.header .menu .outer .button .menuList li {
    list-style: none;
    line-height: 2.5rem;
    padding: 0 1rem 0rem 0rem;
    /* float: left; */
    /* max-width: 130px; */
}

.header .menu .outer .button .menuList li a {
    color: #333;
    display: block;
    /* text-align: center; */
}

.header .menu .outer .button .menuList li a:last-child{
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .menu .outer .button .menuList li .menuList_img{
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.header .menu .outer .button .menuList li:first-child .menuList_img{
    display: block;
}

.header .menu .outer .button .menuList li a:hover {
    color: #00a7e1
}

.header .menu .outer .button .menuList li img {
    cursor: pointer;
    display: block
}

.header .menu .outer .button.hover .menuList {
    display: block;
}

.header .menu .outer, .header .menu .logo {
    float: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    line-height: 1;
}

.header .menu.menuActive {
    height: 260px;
    overflow: hidden;
    background: #fff
}

.header .menu.menuActive .menuWrap {
    border-color: #cfcfcf
}

.header .menu.menuActive .outer .button .item {
    color: #333
}

.header .menu.menuActive .outer .button.active .item, .header .menu.menuActive .outer .button.hover .item, .header .menu.menuActive .outer .button .item.active {
    color: #00a7e1
}

.header .menu.menuActive .outer .button.active .item:after, .header .menu.menuActive .outer .button.hover .item:after {
    left: 0;
    width: 100%
}

.header .computerWrap {
    width: 100%;
    display: table;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center
}

.header .logo {
    float: left;
    cursor: pointer;
    overflow: hidden
}

.header .logo i {
    color: #00a7e1;
    float: left;
    line-height: 3rem;
    height: 3.3rem;
    font-size: 7rem
}

.header .cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, .6);
    pointer-events: none;
    transition: .4s;
    z-index: 9
}

.header .cover.inactive {
    background: rgba(36, 36, 36, 0)
}

.header .toTop {
    position: fixed;
    z-index: 8;
    right: 1rem;
    bottom: 3rem;
    background: rgba(0, 0, 0, .8);
    width: 2.8rem;
    text-align: center;
    color: #898989;
    transition: .2s;
    display: inline-block;
    opacity: 0;
    pointer-events: none
}

.header .toTop.active {
    opacity: 1;
    pointer-events: auto
}

@media (min-width: 769px) {
    .header .toTop:hover {
        background: #00a7e1;
        color: #fff
    }
}

.header .toTop i {
    font-size: 2em;
    line-height: 2.8rem
}

/*
footer----------------------------------------------
*/
.footer {
    background: #333;
    color: #cfcfcf;
    font-size: 1rem;
    display: table;
    width: 100%
}

.footer a:hover {
    text-decoration: none
}

.footer .content {
    display: table;
    width: 100%;
    max-width: 1200px;
    margin: 1em auto 0
}

.footer .content .navigation {
    float: left;
    width: 72%;
    box-sizing: border-box;
    padding: 2em .5em
}

@media (max-width: 1024px) {
    .footer .content .navigation {
        width: 62%
    }
}

.footer .content .navigation dl {
    float: left;
    margin: 0
}

.footer .content .navigation dl {
    width: 25%
}

.footer .content .navigation dl.contact {
    width: 50%
}

.footer .content .navigation dl:first-child {
    margin-left: 0
}

.footer .content .navigation dl dt {
    display: inline-block;
    min-width: 100px;
    font-size: 1.33rem;
    border-bottom: 1px solid #686868;
    margin-bottom: 1.4em;
    color: #fff;
    text-transform: uppercase;
}

.footer .content .navigation dl dd {
    margin: 0;
    line-height: 1.8em
}

.footer .content .navigation dl dd a {
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    transition: .2s
}

.footer .content .navigation dl dd a:hover {
    color: #00a7e1
}

.footer .content .subscribe {
    float: right;
    box-sizing: border-box;
    padding: 2em .5em;
    width: 28%
}

.footer .content .subscribe h5 {
    text-transform: uppercase;
    font-size: 1.33rem;
    margin: 0;
    color: #fff
}

.footer .content .subscribe p {
    line-height: 1.3;
    margin: 0;
    color: #cfcfcf
}

.footer .content .subscribe p a {
    color: #00a7e1
}

.footer .content .subscribe .form {
    margin: 1em 0
}

.footer .content .subscribe .form .input {
    display: inline-block;
    vertical-align: middle
}

.footer .content .subscribe .form .input input {
    line-height: normal;
    height: 2.8em;
    border: 1px solid #cfcfcf;
    background: transparent;
    color: #cfcfcf;
    padding: 0 5%;
    box-sizing: border-box;
    width: 13rem
}

.footer .content .subscribe .form .submit {
    display: inline-block;
    vertical-align: middle
}

.footer .content .subscribe .form .submit button {
    background: #cfcfcf;
    color: #242424;
    text-align: center;
    width: 100%;
    border: 0;
    line-height: 2.8em;
    font-size: 1em;
    padding: 0 .5rem;
    cursor: pointer
}

.footer .content .subscribe .social {
    padding-top: 2.4rem;
    white-space: nowrap
}

.footer .content .subscribe .social a {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    background: #cfcfcf;
    text-decoration: none;
    border-radius: 50%;
    margin-right: 6%;
    transition: .2s
}

.footer .content .subscribe .social a:last-child {
    margin-right: 0
}

.footer .content .subscribe .social a i {
    float: left;
    font-size: 1.33rem;
    line-height: 2.5rem;
    width: 2.5rem;
    text-align: center
}

.footer .content .subscribe .social a:hover {
    color: #fff
}

.footer .content .subscribe .social a.community:hover {
    background: #00a8e1
}

.footer .content .subscribe .social a.facebook:hover {
    background: #4267b2
}

.footer .content .subscribe .social a.twitter:hover {
    background: #50a5e6
}

.footer .content .subscribe .social a.instagram:hover {
    background: #000
}

.footer .content .subscribe .social a.youtube:hover {
    background: #e6231a
}

.footer .content .subscribe .social a.google:hover {
    background: #db4437
}

.footer .content .plus {
    display: none;
    float: right;
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    overflow: hidden;
    margin-top: 8px;
    transition: .5s
}

.footer .content .plus:after, .footer .content .plus:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff
}

.footer .content .plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (max-width: 767px) {
    .footer .content {
        margin-top: 0
    }

    .footer .content .navigation, .footer .content .subscribe {
        float: none;
        width: 100%
    }

    .footer .content .plus {
        display: inline-block
    }

    .footer .content .navigation {
        padding: 0
    }

    .footer .content .navigation dl {
        float: none
    }

    .footer .content .navigation dl:nth-of-type(n) {
        width: 100%
    }

    .footer .content .navigation dl dt {
        display: block
    }

    .footer .content .navigation .toggle dt {
        padding: .5rem 1rem;
        margin-bottom: 0
    }

    .footer .content .navigation .toggle dd {
        overflow: hidden;
        height: 0;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    .footer .content .navigation .toggle dd:first-of-type {
        transition: .2s .1s
    }

    .footer .content .navigation .toggle dd:nth-of-type(2) {
        transition: .25s .15s
    }

    .footer .content .navigation .toggle dd:nth-of-type(3) {
        transition: .3s .2s
    }

    .footer .content .navigation .toggle dd:nth-of-type(4) {
        transition: .35s .25s
    }

    .footer .content .navigation .toggle dd:nth-of-type(5) {
        transition: .4s .3s
    }

    .footer .content .navigation .toggle dd:nth-of-type(6) {
        transition: .45s .35s
    }

    .footer .content .navigation .toggle dd:nth-of-type(7) {
        transition: .5s .4s
    }

    .footer .content .navigation .toggle dd:nth-of-type(8) {
        transition: .55s .45s
    }

    .footer .content .navigation .toggle dd:nth-of-type(9) {
        transition: .6s .5s
    }

    .footer .content .navigation .toggle.active .plus {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg)
    }

    .footer .content .navigation .toggle.active dd {
        height: 2.5rem;
        line-height: 2.5rem;
        background: #444;
        border-top: 1px solid #262626;
        margin-top: -1px;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .footer .content .navigation .toggle.active dd a {
        transition: .4s;
        padding: 0 1rem;
        display: block
    }


    .footer .content .subscribe {
        padding: 1rem;
        text-align: center
    }

    .footer .content .subscribe .form {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto
    }

    .footer .content .subscribe .form .input {
        display: block;
        margin: 1rem 0
    }

    .footer .content .subscribe .form .input input {
        box-sizing: border-box;
        width: 100%
    }

    .footer .content .subscribe .form .submit {
        display: block;
        margin: 1rem 0
    }

    .footer .content .subscribe .social {
        text-align: center;
        padding-bottom: .5rem
    }

    .footer .content .subscribe .social a {
        float: none;
        display: inline-block
    }
}

.footer .brand .wrap {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.footer .brand {
    background: #000;
    padding: 1rem 0;
    line-height: 1.5;
    text-align: center
}

.footer .brand a {
    text-decoration: none
}

.footer .brand .col {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.footer .brand .main {
    width: 200px
}

.footer .brand .main:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 4rem;
    background: #767676;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer .brand .main i {
    font-size: 4rem
}

.footer .brand .main a {
    color: #a4a4a4
}

.footer .brand .main a:hover {
    color: #fff
}

.footer .brand .cell {
    display: table-cell;
    width: 16.66%
}

@media (max-width: 767px) {
    .footer .brand .cell {
        display: inline-block;
        width: auto;
        margin: 0 5%;
        line-height: 4rem
    }
}

.footer .brand .cell a {
    text-align: center;
    vertical-align: middle;
    color: #767676;
    transition: .2s
}

.footer .brand .cell a:hover {
    color: #54a8e3
}

.footer .brand .cell a i {
    font-size: 4rem
}

.footer .copyright {
    color: #fff;
    padding-bottom: 3rem;
    background: #222;
    font-size: 1rem;
    text-align: center
}
@media (max-width: 767px) {
    .footer .brand {
        padding-top: .5rem
    }

    .footer .brand .col {
        display: block;
        width: 100%
    }

    .footer .brand .main {
        text-align: center
    }

    .footer .brand .main:after {
        display: none
    }
}



