/*icon字体*/
@font-face {
    font-family: 'iconfont';
    src: url('fonts/iconfont.eot');
    src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/iconfont.woff2') format('woff2'),
    url('fonts/iconfont.woff') format('woff'),
    url('fonts/iconfont.ttf') format('truetype'),
    url('fonts/iconfont.svg#iconfont') format('svg');
}

@font-face {
    font-family: LatoBold;
    src: url('./fonts/Lato2OFL/bold/Lato-Bold.ttf') format('truetype')
}

@font-face {
    font-family: LatoRegular;
    src: url('./fonts/Lato2OFL/regular/Lato-Regular.ttf') format('truetype')
}

html,body,div,ul,li,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,form,input,textarea,th,td,select {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box
}

html,body {
    min-height: 100%
}

body {
    font-family: "LatoRegular";
    font-size: 14px;
    color: #333
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal
}

ul,ol {
    list-style: none
}

img {
    border: none;
    vertical-align: middle
}

a {
    text-decoration: none;
    color: #232323
}

table {
    border-collapse: collapse;
    table-layout: fixed
}

input,textarea {
    outline: none;
    border: none
}

textarea {
    resize: none;
    overflow: auto
}

.clearfix {
    zoom: 1
}

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

@media screen and (min-width:998px) {
    .bus-header {
        display: block;
    }

    .bus-header2 {
        display: none;
    }

    .concentrate {
        width: 100%;
        /*height: 100%;*/
        background: #fff;
        font-family: LatoRegular;
        position: relative;
    }

    .concentrate .header-mobile {
        display: none
    }

    .concentrate header {
        height: 88px;
        width: 100%;
        background: #101010;
        padding: 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-family: LatoRegular;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        z-index: 999
    }

    .concentrate header>ul {
        width: 50%;
        height: 100%;
        font-weight: 600
    }

    .concentrate header>ul .logo {
        margin: 0
    }

    .concentrate header>ul .logo div {
        /*width: 130px;*/
        height: 40px;
        margin: 0 20px 0 0
    }

    .concentrate header>ul .logo div img {
        display: inline-block;
        max-width: 100%;
        height: auto
    }

    .concentrate header>ul>li {
        float: left;
        margin-right: 5px;
        line-height: 88px;
        cursor: pointer;
        margin-bottom: 0
    }

    .concentrate header>ul>li>a {
        height: 35px;
        line-height: 35px;
        color: #fff;
        display: inline-block;
        padding: 0 5px
    }

    .concentrate header>ul>li:hover>a {
        background-color: #f90;
        border-radius: 5px;
        transition: all .2s linear;
        text-decoration: none
    }

    .concentrate header .header-right {
        display: flex;
        justify-content: flex-end
    }

    .concentrate header .header-right .header-search-pc {
        position: relative
    }

    .concentrate header .header-right .header-search-pc .header-search-down-icon {
        width: 0;
        height: 0;
        border: 8px solid;
        display: inline-block;
        border-color: transparent transparent #ccc transparent;
        vertical-align: sub;
        position: absolute;
        bottom: 24px;
        right: 0;
        z-index: 25
    }

    .concentrate header .header-right .header-search-pc input {
        border-radius: 20px;
        position: absolute;
        height: 40px;
        line-height: 40px;
        left: -35px;
        width: 300px;
        bottom: -15px;
        border: 5px solid #ccc;
        z-index: 10;
        padding-left: 15px;
        padding-right: 38px;
        color: #555;
        font-size: 12px
    }

    .concentrate header .header-right .header-search-pc .header-search-text-icon {
        position: absolute;
        height: 40px;
        line-height: 40px;
        bottom: -15px;
        right: -230px;
        z-index: 20;
        border-left: 1px solid #ccc;
        padding-left: 10px
    }

    .concentrate header .header-right .header-search-pc .header-search-text-icon::after {
        -webkit-font-smoothing: antialiased;
        font-size: 14px;
        line-height: 28px;
        color: #ff9900;
        content: '\f818';
        font-family: 'porto-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .concentrate header .header-right-drop-down {
        position: relative
    }

    .concentrate header .header-right-drop-down>ul {
        position: absolute;
        border-top: 4px solid #f90;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        background: #fff;
        z-index: 10;
        text-transform: none;
        font-weight: normal;
        top: 58px;
        box-shadow: 0 0 2px #777
    }

    .concentrate header .header-right-drop-down:hover .drop-animation-hover {
        display: block
    }

    .concentrate header .header-right-drop-down .not-logged {
        width: 200px;
        height: 110px;
        padding-top: 6px;
        font-size: 14px
    }

    .concentrate header .header-right-drop-down .not-logged li:first-child {
        line-height: 45px;
        width: 100%;
        text-align: center;
        text-transform: initial;
        margin-bottom: 0
    }

    .concentrate header .header-right-drop-down .not-logged li:first-child a {
        margin: 0 auto;
        background: #ffb454;
        color: #fff;
        line-height: 35px;
        text-align: center;
        border-radius: 4px;
        width: 150px;
        display: inline-block;
        height: 35px
    }

    .concentrate header .header-right-drop-down .not-logged li:first-child a:hover {
        background: #f90;
        text-decoration: none
    }

    .concentrate header .header-right-drop-down .not-logged li:last-child {
        line-height: 50px;
        margin-bottom: 0
    }

    .concentrate header .header-right-drop-down .not-logged li:last-child span {
        font-size: 14px;
        color: #333;
        padding-left: 15px
    }

    .concentrate header .header-right-drop-down .not-logged li:last-child a {
        color: #ffb454
    }

    .concentrate header .header-right-drop-down .not-logged li:last-child a:hover {
        color: #f90
    }

    .concentrate header .header-right-drop-down .the-login {
        width: 175px;
        height: 167px
    }

    .concentrate header .header-right-drop-down .the-login li {
        line-height: 30px;
        margin-bottom: 0
    }

    .concentrate header .header-right-drop-down .the-login li a {
        font-size: 14px;
        color: #777;
        padding-left: 15px;
        text-transform: capitalize
    }

    .concentrate header .header-right-drop-down .the-login li a:hover {
        color: #f90
    }

    .concentrate header .header-right-drop-down .header-right-profile {
        width: 170px;
        right: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 5px
    }

    .concentrate header .header-right-drop-down .header-right-profile>li {
        margin-bottom: 0
    }

    .concentrate header .header-right-drop-down .header-right-profile ul {
        border-bottom: 1px solid #ccc
    }

    .concentrate header .header-right-drop-down .header-right-profile ul .shopping {
        padding-left: 8px
    }

    .concentrate header .header-right-drop-down .header-right-profile ul .shopping span {
        font-size: 14px;
        color: #aaa
    }

    .concentrate header .header-right-drop-down .header-right-profile ul li {
        line-height: 45px;
        padding-left: 15px;
        margin-bottom: 0
    }

    .concentrate header .header-right-drop-down .header-right-profile ul li .theme-color {
        color: #f90
    }

    .concentrate header .header-right-drop-down .header-right-profile ul li a {
        color: #333;
        font-size: 14px
    }

    .concentrate header .header-right-drop-down .header-right-profile ul li a:hover {
        color: #f90
    }

    .concentrate header .header-drop-down-list {
        position: relative
    }

    /*.concentrate header .header-drop-down-list:hover .drop-animation-hover {*/
        /*display: block*/
    /*}*/

    .concentrate header .header-drop-down-list .navs {
        width: 155px;
        padding-bottom: 10px;
        top: 58px;
        padding-top: 15px;
        position: absolute;
        border-top: 4px solid #f90;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        background: #fff;
        z-index: 1;
        text-transform: none;
        font-weight: normal;
        box-shadow: 0 0 2px #777;
        display: none;
    }

    .concentrate header .header-drop-down-list .navs a {
        display: block;
        line-height: 30px;
        padding-left: 11px;
        color: #828282;
        font-size: 13px
    }

    .concentrate header .header-drop-down-list .navs a:hover {
        color: #f90
    }

    .concentrate header .header-drop-down::after,.down_icon::after{
        content: '\f813';
        display: inline-block;
        font-family: 'porto-icons';
        margin-left: 6px
    }

    .concentrate header .header-cart {
        position: relative;
        width: 50px
    }

    .concentrate header .header-cart-number {
        position: absolute;
        width: 68px;
        text-align: center;
        top: -14px;
        left: -4px;
        color: #f08804;
        font-size: 14px
    }

    .concentrate header .header-cart-icon {
        position: absolute;
        left: 0;
        top: 15px;
        height: 50px;
        width: 68px;
        background: url(../img/cart.png) no-repeat no-repeat center;
        background-size: 40px
    }

    .concentrate header .header-miniCart {
        position: absolute;
        width: 370px;
        background: #fff;
        max-height: 550px;
        min-height: 150px;
        right: 7px;
        top: 60px;
        border-top: 4px solid #f90;
        border-radius: 5px;
        box-shadow: 0 0 2px #777;
        padding-top: 30px;
        cursor: auto;
        z-index: 100
    }

    .concentrate header .header-miniCart .miniCart-msg p {
        color: #888;
        text-align: center;
        font-size: 15px;
        font-weight: normal;
        text-transform: none
    }

    .concentrate header .header-miniCart .top_icon {
        width: 0;
        height: 0;
        border: 8px solid;
        display: inline-block;
        border-color: transparent transparent #f90 transparent;
        vertical-align: sub;
        position: absolute;
        top: -20px;
        right: 19px
    }

    .concentrate header .header-miniCart .miniCart-title {
        height: 40px;
        line-height: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        color: #000;
        align-items: center;
        text-transform: none;
        font-weight: normal;
        flex-wrap: wrap;
        overflow: hidden
    }

    .concentrate header .header-miniCart .miniCart-title span:nth-child(1) {
        font-size: 17px;
        color: #333
    }

    .concentrate header .header-miniCart .miniCart-title span:nth-child(2) {
        font-size: 15px;
        color: #000
    }

    .concentrate header .header-miniCart .miniCart-title span:nth-child(3) {
        font-size: 22px;
        color: #000;
        font-weight: 600
    }

    .concentrate header .header-miniCart .miniCart-title a {
        font-size: 16px;
        color: #101010;
        text-decoration: underline;
        margin-left: 4px
    }

    .concentrate header .header-miniCart .miniCart-btn {
        height: 45px;
        width: 100%;
        line-height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        margin-top: 10px
    }

    .concentrate header .header-miniCart .miniCart-btn a {
        width: 130px;
        height: 35px;
        background: #ffba61;
        text-align: center;
        line-height: 35px;
        color: #fff;
        border-radius: 5px;
        font-size: 15px;
        font-weight: normal;
        margin-right: 15px
    }

    .concentrate header .header-miniCart .miniCart-btn a:hover {
        background: #f90;
        text-decoration: none
    }

    .concentrate header .header-miniCart .miniCart-btn>div {
        width: 150px;
        text-align: center;
        height: 45px;
        position: relative
    }

    .concentrate header .header-miniCart .miniCart-btn .amazon-minicart-container {
        height: 45px
    }

    .concentrate header .header-miniCart .miniCart-btn .amazon-button-container {
        margin: 0
    }

    .concentrate header .header-miniCart .miniCart-btn .amazonpay-button-inner-image {
        max-height: none;
        display: inline;
        max-width: 100%
    }

    .concentrate header .header-miniCart .miniCart-btn .field-tooltip-action {
        height: 20px;
        position: absolute;
        line-height: 20px;
        top: 8px;
        right: -24px;
        cursor: pointer
    }

    .concentrate header .header-miniCart .miniCart-btn .field-tooltip-action::before {
        -webkit-font-smoothing: antialiased;
        font-size: 21px;
        line-height: inherit;
        color: #bbb;
        content: '\f853';
        font-family: 'porto-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .concentrate header .header-miniCart .miniCart-btn .field-tooltip-action:hover:before {
        color: #000
    }

    .concentrate header .header-miniCart .miniCart-btn .field-tooltip-content {
        display: none;
        line-height: 20px;
        position: absolute;
        width: 230px;
        height: 66px;
        background-color: #fff;
        border-radius: 5px;
        font-size: 13px;
        word-wrap: break-word;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #ccc;
        text-align: left;
        padding-left: 7px;
        text-transform: none;
        right: -30px;
        top: -60px
    }

    .concentrate header .header-miniCart .miniCart-list {
        width: 100%;
        max-height: 290px;
        padding: 0 5px;
        margin-top: 25px;
        color: #333;
        overflow-y: auto
    }

    .concentrate header .header-miniCart .miniCart-list-items {
        width: 100%;
        border-top: 1px solid #efefef;
        padding: 15px 0
    }

    .concentrate header .header-miniCart .miniCart-list-items-img {
        width: 300px;
        height: 150px;
        display: block;
        margin: 0 auto
    }

    .concentrate header .header-miniCart .miniCart-list-items-img img {
        max-width: 100%;
        height: auto;
        border: 1px solid #ccc;
        border-radius: 5px
    }

    .concentrate header .header-miniCart .miniCart-list-items-name {
        display: block;
        line-height: 20px;
        height: 20px;
        width: 300px;
        margin: 0 auto;
        font-size: 15px;
        color: #f90;
        text-transform: none;
        font-weight: normal;
        margin-top: 5px
    }

    .concentrate header .header-miniCart .miniCart-list-items-num {
        width: 300px;
        line-height: 100px;
        margin: 0 auto;
        margin-top: 10px
    }

    .concentrate header .header-miniCart .miniCart-list-items-num div {
        line-height: 30px;
        font-weight: normal;
        font-size: 13px;
        display: flex;
        justify-content: space-between;
        text-transform: none
    }

    .concentrate header .header-miniCart .miniCart-list-items-num div .items-price {
        font-size: 22px;
        color: #000;
        font-weight: 600
    }

    .concentrate header .header-miniCart .miniCart-list-items-num div span {
        display: block;
        font-size: 15px
    }

    .concentrate header .header-miniCart .miniCart-list-items-num div a {
        color: #000 !important
    }

    .concentrate header .header-miniCart .miniCart-list-items-num div:last-child {
        text-transform: none;
        margin-top: 10px
    }

    .concentrate header .header-miniCart .header-cart-saved-for-later {
        width: 100%;
        height: 30px;
        color: #777;
        line-height: 30px;
        padding: 0 25px;
        font-size: 15px;
        text-transform: none;
        display: none
    }

    .concentrate header .header-miniCart .header-cart-saved-for-later-right {
        float: right
    }

    .concentrate header .header-miniCart .header-cart-saved-for-later-right span {
        color: #101010;
        text-decoration: underline
    }

    .concentrate header .header-miniCart .miniCart-bottom {
        width: 100%;
        line-height: 50px;
        padding: 10px;
        margin-top: 5px
    }

    .concentrate header .header-miniCart .miniCart-bottom a {
        width: 100%;
        height: 100%;
        border: 1px solid #ccc;
        text-align: center;
        display: block;
        border-radius: 5px;
        font-size: 15px;
        font-weight: bold;
        color: #f90 !important;
        text-decoration: none
    }

    .concentrate header .header-hide {
        display: none !important
    }

    .concentrate header .drop-animation {
        display: none
    }

    .concentrate .dropHTML {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .concentrate .SingleArrow_left {
        width: 0;
        height: 0;
        border: 25px solid;
        border-color: transparent #ccc transparent transparent;
        position: relative;
        cursor: pointer
    }

    .concentrate .SingleArrow_left::after {
        content: '';
        position: absolute;
        top: -25px;
        left: -19px;
        border: 25px solid;
        border-color: transparent white transparent transparent
    }

    .concentrate .SingleArrow_right {
        cursor: pointer;
        width: 0;
        height: 0;
        border: 25px solid;
        border-color: transparent transparent transparent #ccc;
        position: relative
    }

    .concentrate .SingleArrow_right::after {
        content: '';
        position: absolute;
        top: -25px;
        left: -30px;
        border: 25px solid;
        border-color: transparent transparent transparent white
    }

    .concentrate .triangle {
        width: 0;
        height: 0;
        border: 8px solid;
        display: inline-block;
        border-color: transparent transparent transparent #2d4d7f;
        vertical-align: sub;
        cursor: pointer
    }

    .concentrate .swiper-container {
        box-shadow: 0 1px 3px #999;
        width: 100%;
        height: 300px
    }

    .minicart-bg1 {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        background: none;
        width: 0;
        height: 0;
        z-index: 1
    }

    *::-webkit-scrollbar {
        width: 10px;
        height: 1px
    }

    *::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #ccc
    }

    *::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #EDEDED
    }
    .header-phone-herderLine{
        display: none;
    }
}


@media (min-width:992px) and (max-width:1045px) {
    .concentrate header>ul:nth-of-type(1) {
        width: 60%;
    }
    .concentrate header>ul:nth-of-type(2) {
        width: 40%;
    }
}


.cart_close,.close_icon {
    font-size: 14px;
    color: #777;
    position: absolute;
    right: 10px;
    top: 7px;
    height: 15px;
    width: 15px;
    cursor: pointer
}

.cart_close:hover,.close_icon:hover {
    color: red
}

.cart_close::after,.close_icon::after {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 16px;
    content: '\f819';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}
#tck{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 6666666666;
    display: none;
}
#tck>div{
    width: 75%;
    height: 199px;
    background: #fff;
    margin: 80px auto;
    position: relative;
    border-radius: 4px;
}
#close_S{
    color: #f90;
    position: absolute;
    right: 10px;
    font-weight: bold;
    top: 5px;
    cursor: pointer;
    font-size: 1.8rem;
}
.divs{
    width: 100%;
    height: 38%;
    border-bottom: 1px solid #ccc;
    padding: 40px 1px 20px 30px;
}
/*点击checkout弹出框样式调整(sdd - 2019,8,22)*/
#tck button{
    padding: 5px 10px;
    height: 38px;
    border: 1px solid #f90;
    color: #f90;
    background: #fff;
    outline: none;
    position: absolute;
    right: 30px;
    bottom: 30px;
    border-radius: 4px;
}
/*end*/
#tck button:hover{
    background: #f90 !important;
    color: #fff !important;
}
@media screen and (max-width:820px) {
    .divs{
        height:55% !important;
    }
}
@media screen and (max-width:992px) {
    .header_line_parent{
        display: none;
    }
}

/*//header line*/
.header_line_parent{
    /*overflow: hidden;*/
    display: none;
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0;
}
.header_line{
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 4;
    /*bottom: 0px;*/
    /*left: 0px;*/
    box-shadow: 0 0 2px #777;
    border-top: 4px solid #f90;
    padding: 30px 160px;
}

.header_line_bus li{
    width: 50%;
    float: left;
}
.header_line a{
    font-size: 16px;
    color: #828282;
    line-height: 30px;
    text-transform: none;
}
.header_line a:hover{
    text-decoration: none;
    color: #f90;
}
.header_line h3{
    color:#606266;
    font-size: 20px;
    margin-bottom: 15px !important;
    text-transform: none;
}
@media screen and (min-width:1416px) {
    .img_max_header{
        display: block;
    }
    .img_min_header{
        display: none;
    }
}
@media screen and (max-width:1415px) {
    .header_line_div>div{
        width: 50% !important;
    }
    .img_max_header{
        display: none;
    }
    .img_min_header{
        display: block;
    }
}
.header_line_hover_after{
    position: relative;
}
.hide{
    display: none;
}
.header-phone-mobel-bus .navs a{
    display: inline-block !important;
    border-bottom: none !important;
    text-transform: initial !important;
}


@media screen and (min-width:501px) {
    .header-phone-mobel-bus .navs a{
        font-size: 16px !important;
    }
}

.header-phone-mobel-bus .navs li a:nth-of-type(2),.header-phone-mobel-bus .navs li a:nth-of-type(3),.header-phone-mobel-bus .navs li a:nth-of-type(4){
    padding-left: 0px !important;
}
.header-phone-mobel-bus .navs li{
    border-bottom: 1px solid #ddd !important;
    background: #eee !important;
}
.heder_lin_left_after{
    position: absolute;
    background: red;
    width: 20px;
    left: 0px;
    line-height: 70px;
}
.menu_after::after{
    content: '\f812';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    float: left;
    font-size: 30px;
    position: absolute;
    left: 10px;
}
.menu_after{
    font-size: 15px !important;
    position: relative;
    width: 115px !important;
}

@media screen and (max-width:999px) {
    .header_line_hover_after::after {
        content: '\f811'!important;
        display: inline-block;
        font-family: 'porto-icons';
        vertical-align: top;
        margin-right: 6px;
        /* float: right; */
        position: absolute;
        right: 0px;
        top: 9px;
    }
    .header-phone-herderLine{
        display: block;
    }
}

@media screen and (max-width:1450px) and (min-width:999px) {
    .header-right{
        width: 35% !important;
    }
    .header-mobile-hide{
        width: 65% !important;
    }
}

@media screen and (max-width:500px) and (min-width:331px){
    .header-phone-mobel-bus .navs a{
        font-size: 14px !important;
    }
}

@media screen and (max-width:400px) and (min-width:331px){
    .header-phone-herderLine ul a{
        height: 35px !important;
        line-height: 35px !important;
    }
}
@media screen and (max-width:330px){
    .header-phone-herderLine ul a{
        height: 30px !important;
        line-height: 30px !important;
    }
    .header-phone-mobel-bus .navs a{
        font-size: 13px !important;
    }
}


.bus_show_sun_post{
    display: none;
}