@media screen and (min-width:1260px) {
    .item_hover_class_add {
        margin-left: -120px;
    }
}
@media screen and (min-width:993px) {
    .item_hover_class_add {
        display: block !important;
    }
    .class_item_add{
        display: none !important;
    }
    .pg-Onsale_click{
        margin-top: 10px;
    }
}
@media screen and (max-width:992px) {
    .item_hover_class_add {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .pc_notice{display:none !important}
    .mobile_notice{
        display: block !important;
        position: relative !important;
        float: none !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 90%;

    }
    .message{
        height: auto !important;
    }
}


/*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/lemon.ttf') format('truetype'),
    url('fonts/iconfont.svg#iconfont') format('svg');
    font-display: swap;
}
@font-face {
    font-family: LatoBold;
    src: url('./fonts/Lato2OFL/bold/Lato-Bold.ttf') format('truetype');
    font-display: swap;
}

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

@font-face {
    font-family: lemon;
    src: url('./fonts/lemon.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: LatoItalic;
    src: url('./fonts/Lato-Italic.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: Google Sans;
    src: url('./fonts/GoogleSans-Regular.ttf') format('truetype');
    font-display: swap;
}


* {
    box-sizing: border-box
}

html,body {
    min-height: 100%
}

body {
    font-size: 14px;
    color: #333
}
.new_headers_warp{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

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

.new_headers_warp ul,.new_headers_warp ol {
    list-style: none
}

textarea{
    resize: none;
}

.clearfix {
    zoom: 1
}

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

.new_headers_warp ::-webkit-scrollbar {
    width: 3px;
    height: 1px
}

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

.new_headers_warp ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED
}

.acs_fieldset_click a{
    color: #333333;
}

/*点击checkout弹出框样式调整(sdd - 2019,8,22)*/
#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;
}
#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;
}
#tck button:hover{
    background: #f90 !important;
    color: #fff !important;
}

/* 新导航样式 */
.new_headers_warp input{
    border: 0;
    outline: 0;
    text-indent: 10px;
}
.zx-container .zx-box_tt{
    z-index: 99;
}
.sph-popup{
    z-index: 1000;
}
ul,ol,h3{
    margin: 0;
    padding: 0;
}
.buy-index-index .new_headers_warp.pg-glasses-border{
    border: 0 !important;
}
.new_headers{
    width: 100%;
    height: 84px;
    padding: 0 4%;
    box-sizing: border-box;
    background: #212529;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:1210px){
    .new_headers{
        padding: 0 1%;
    }
}
.header_left,.header_right{
    height: 100%;
    display: flex;
    align-items: center;
}
.header_position{
    position: relative;
}
.hover_box,.hover_right_box{
    position: absolute;
    top: 83px;
    right: 0;
    z-index: -100;
    background: #fff;
    opacity: 0;
    display: none;
    box-shadow: 0 0 2px #777;
}
.hover_box{
    width: 100%;
    padding-top: 30px;
}
.hover_right_box{
    width: 260px;
    max-height: 76vh;
    top: 40px;
    transition: all .3s;
    border-radius: 3px;
    box-shadow: 0 0 7px rgba(51, 51, 51, 0.2);
    font-size: 16px;
    color: #343a40;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transform: rotateX(-75deg);
    transform-origin: top;
    /*overflow-y: auto;*/
}
@media screen and (min-width:993px){
    .info_hover_frist{
        height: 100%;
        overflow-y: scroll;
        max-height: 76vh;
    }
    .info_hover_frist_padding{
        padding-bottom: 55px;
    }
    .Sign_Out_class{
        position: absolute;
        bottom: 0px;
        width: 96%;
        background: #fff;
        padding-top: 0px !important;
    }
}
.header_item{
    height: 100%;
}
.header_item>a{
    display: block;
    height: 100%;
    padding: 0 0.6rem;
    color: rgba(255, 255, 255, 0.7) !important;
    transition: all .2s linear;
    line-height: 84px;
    font-size: 13px;
    font-weight: bold;
}
.header_item>a:hover{
    color: #FE9A00 !important;
    background: #2D2D2D;
    text-decoration: none;
}
.header_item:hover .item_hover{
    opacity: 1;
    z-index: 100;
    display: flex;
}
.header_logo{
    width: 124.16px;
    margin-right: 16px;
    max-height: 42px;
    display: inline-block;
}
.hover_more:after{
    content: '\f813';
    display: inline-block;
    font-family: 'porto-icons';
    margin-left: 6px;
}
.item_hover{
    /*display: flex;*/
    justify-content: space-between;
    padding: 30px 50px;
}
.item_hover_class{
    flex: 1;
}
.item_hover_class>h3{
    display: block !important;
    text-align: left;
}
.item_hover_class>h3>a{
    display: block;
    color: #ffb454;
    font-size: 30px;
    margin-bottom: 15px !important;
    font-weight: bold;
}
.item_hover_class>h3>a:hover{
    color: #FE9A00;
    text-decoration: none;
}
.item_hover_class .class_title{
    color: #606266;
    font-size: 20px;
    margin-bottom: 15px !important;
    font-weight: bold;
}
.kidsList ol{
    width: 49%;
    display: inline-block;
}
.item_hover_class>ol>a{
    color: #232323;
    font-size: 16px;
    line-height: 30px;
}
.item_hover_class>ol>a:hover{
    color: #f90;
    text-decoration: none;
}
.m_show_header{
    display: none;
}
.class_img{
    width: 100%;
}
.header_search{
    display: flex;
    align-items: center;
    background: #3C3C3C;
    border: 0;
    border-radius: 40px;
    color: #fff;
    padding: 3px 16px 3px 0;
    font-size: 14px;
}
.header_search_error{
    border: 2px solid red !important;
}
.header_search>input{
    display: inline-block;
    background: #3C3C3C;
    border: 0;
    border-radius: 40px;
    font-size: 14px;
    width: 200px;
    height: 35px;
    padding: 10px;
}
.header_search>i{
    cursor: pointer;
}
.header_search>input:not([disabled]):focus {
    box-shadow: 0 0 black !important;
}
.header_search>input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.6);
}
.header_search>input:-moz-placeholder {
    color: rgba(255,255,255,0.6);
}
.header_search>input::-moz-placeholder {
    color: rgba(255,255,255,0.6);
}
.header_search>input:-ms-input-placeholder {
    color: rgba(255,255,255,0.6);
}
.header_m_search_warp{
    padding: 15px 10px;
    padding-left: 0;
    background-color: #212529;
    border-top: 1px solid #666;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 999999999;
    transition: all .3s;
    transform: rotateX(90deg);
    transform-origin: top;
    display: flex;
}
.show_search_warp{
    transform: rotateX(0deg);
}
.close_search{
    color: #f90;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    padding: 0 10px;
}
.header_m_search_warp input{
    width: calc(100% - 85px);
    border-radius: 4px;
    text-indent: 10px;
}
.goSearch{
    color: #fff;
    border-radius: 4px;
    padding: 0 10px;
    background: #f90;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-weight: bold;
    margin-left: 5px;
}
.header_userInfo{
    height: 41px;
    background: #3C3C3C;
    border-radius: 40px;
    line-height: 41px;
    cursor: pointer;
    padding-right: 14px;
    margin: 0 15px;
    display: flex;
    align-items: center;
}
.header_userInfo>span{
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    font-weight: bold;
    max-width: 100px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header_userInfo>i{
    display: inline-block;
    width: 41px;
    height: 41px;
    line-height: 41px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
}
.header_userInfo:hover span.selfText{
    color: #FFE4C4;
}
.header_userInfo:hover i.fa-user{
    background: #5a5a5a;
}
.header_car{
    width: 41px;
    height: 41px;
    background: #f90;
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    cursor: pointer;
    position: relative;
}
.header_car>i{
    color: #fff;
    font-size: 18px;
}
.car_num{
    position: absolute;
    top: -7px;
    right: -7px;
    font-size: 12px;
    background: #fa3434;
    padding: 0 7px;
    display: block;
    border-radius: 16px;
    height: 18px;
    line-height: 18px;
    color: #fff;
}
.header_right>.header_position:hover .hover_right_box{
    opacity: 1;
    z-index: 100;
    transform: rotateX(0deg);
    display: block;
}
.info_Item{
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.info_Item,.info_Item li{
    list-style: none;
}
.info_Item>li{
    margin-bottom: 0;
}
.info_Item>li>a{
    display: block;
    padding: 0px 10px;
    color: #212529 !important;
    height: 32px;
    line-height: 32px;
}
.info_Item>li.info_title>a{
    color: #96989C !important;
    font-size: 12px;
}
.info_Item>li.info_title>a:hover{
    color: #96989C !important;
    background: #fff;
    text-decoration: none;
}
.info_Item>li.username>a{
    font-weight: bold;
    font-size: 16px;
    color: #F7931E !important;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.info_Item>li.username>a:before{
    content: "";
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #F7931E;
    margin-right: 10px;
}
.info_Item>li.info_tool>a{
    color: #F7931E !important;
    padding-left: 36px !important;
}
.info_Item>li.info_profiles>a{
    padding-left: 30px !important;
    font-weight: bold;
    font-size: 16px;
    color: #606266 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info_Item>li.info_more>a{
    color: #969696 !important;
    font-weight: normal !important;
}
.newPreson>a>i,.info_more>a>i{
    margin-right:5px;
    font-size: 13px;
    color: #969696;
}
.newPreson.firstPreson{
    margin-top: 10px;
}
.info_Item>li.username>a:hover{
    color: #F7931E !important;
    background: #fff !important;
}
.singIn>a{
    width: 90%;
    text-align: center;
    margin: 0 auto;
    background-color: #F7931E;
    border-radius: 4px;
    display: block;
    color: #fff;
}
.singBtm{
    font-size: 12px;
    color: #96989C;
    margin-left: 12px;
    cursor: auto;
}
.startHere{
    color: #606266 !important;
    text-decoration: none;
    margin: 10px 0px 0px 10px;
    font-size: 16px;
    font-weight: bold;
}
.singIn>a:hover{
    text-decoration: none;
}
.startHere:hover{
    color: #F7931E;
    text-decoration: none;
}
.login_show{
    display: none;
}
.info_Item>li>a:hover{
    color: #fff !important;
    background: #f90;
    text-decoration: none;
}
.info_Item>li>a:hover i{
    color: #fff !important;
}
/* 购物车 */
.car_hover{
    width: 320px;
}
.carWarp{
    padding: 16px;
    line-height: 40px;
    cursor: auto;
}
.has_no_shop{
    font-family: Segoe UI-MONOSPACE;
    text-align: left;
}
.has_shop,.save_later_warp{
    display: none;
}
.car_tip{
    color: #606266;
    font-weight: bold;
    font-size: 18px;
}
.car_tip_con{
    color: #606266;
    font-size: 14px;
}
.fixed_header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.topSubtotal{
    text-align: center;
    font-family: Segoe UI;
    font-size: 14px;
    line-height: 28px;
    color: #606266;
    margin-bottom: 10px;
}
.shopPrice{
    font-weight: bold;
    font-size: 20px !important;
    color: #F7931E;
}
.shopPay{
    display: flex;
    justify-content: space-between;
}
.shopList{
    max-height: 43vh;
    overflow-y: auto;
    margin-bottom: 10px;
    padding: 0 5px;
}
.checkoutBtn{
    width: 50%;
    margin-right: 16px;
    box-sizing: border-box;
    font-family: Segoe UI;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #FFFFFF;
    background: #F7931E;
    border-radius: 4px;
    height: 38px;
    margin-bottom: 15px;
}
.checkoutBtn:hover{
    background: #f90;
}
.extra-actions-area{
    width: 50%;
    margin-right: 16px;
}
.amazon-minicart-container .amazon-button-container{
    margin: 0;
}
.amazon-button-container img{
    height: 38px;
    /*width: 100%;*/
    display: none;
}
.amazon-button-container img:nth-child(1){
    display: block;
}
.shopItem{
    margin-bottom: 10px;
}
.shopImgWarp img{
    width: 100%;
    border: 1px solid #ddd;
}
.shop_name,.shop_price{
    font-size: 16px;
    color: #606266;
    text-align: left;
    line-height: 30px;
}
.shop_name,.shop_name a{
    color: #F7931E;
}
.shop_qty,.shop_details{
    float: right;
}
.shop_price_num{
    font-weight: bold;
}
.shop_details{
    font-size: 14px;
    color: #606266 !important;
    text-decoration: underline !important;
}
.shop_details:hover{
    color: #f90 !important;
}
.save_later_warp{
    text-align: left;
    font-size: 14px;
    color: #606266;
}
.laterNums{
    float: right;
    text-decoration: underline;
    color: #606266 !important;
}
.goCar>a{
    display: block;
    border: 1px solid #F7931E;
    color: #606266 !important;
    border-radius: 4px;
    text-align: center;
}
.goCar>a:hover{
    color: #f90 !important;
    text-decoration: none;
}
/* warp */
.popups,.header_warp{
    display: none;
    z-index: -1;
}
.popups .btn-icon{
    width: auto;
}
@media screen and (max-width:1851px){
    .womenList ol,.menList ol,.kidsList ol{
        width: 100% !important;
        display: block;
    }
}
@media screen and (max-width:1350px){
    .header_userInfo{
        padding-right: 0;
    }
    .header_userInfo>i{
        margin-right: 0;
    }
    .header_userInfo>span{
        display: none;
    }
}
@media screen and (max-width:1200px){
    .header_search>input{
        width: 68px;
    }
}
.More_click{
    padding: 2px 10px;
    display: inline-block;
    border: 1px solid #ffb454;
    border-radius: 4px;
    color: #ffb454;
    margin-left: 5px;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 14px;
    height: 29px !important;
    line-height: 26px !important;
    margin-top: -17px;
}
.More_click:hover{
    background: #ffb454;
    color: #fff;
}

.Recommend_h4 h4{
    font-weight: bold;
    margin: 0px;
    font-size: 18px;
    color: #000;
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    padding-left: 25px;
    line-height: 25px;
    cursor: pointer;
    overflow: hidden;
}
.Onsale_color{
    margin-left: 10px;
}

.Recommend_kaiguan{
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 4px;
    height: 20px;
    width: 20px;
    background: url(/resource2/img/bg_f.png) no-repeat 0 -26px;
    background-size: 230%;
}
.Recommend_kaiguan_right{
    background: url(/resource2/img/bg_f.png) no-repeat -27px -26px !important;
    background-size: 230% !important;
}


@media screen and (max-width:992px){
    .m_show_header{
        display: block;
    }
    .pc_show_header{
        display: none;
    }
    .new_headers{
        height: 60px;
        align-items: center;
    }
    .header_m i{
        font-size: 20px;
        padding: 0 12px;
        color: #fff;
    }
    .header_logo_m{
        max-height: 37px;
    }
    .car_num{
        position: absolute;
        top: -11px;
        right: 0px;
        padding: 0px 5px;
        height: 14px;
        line-height: 14px;
        background: #f90;
    }
    /* 侧边栏 */
    .header_warp{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(20,20,20,0.8);
        display: none;
        z-index: 999999998;
    }
    .popups{
        width: 80%;
        position: fixed;
        top: 0;
        height: 100%;
        background: #fff;
        z-index: 999999999;
        transition: all .3s;
        display: block;
        overflow-y: auto;
    }
    .popup_left.popup_show{
        left: 0;
    }
    .popup_right.popup_show{
        right: 0;
    }
    .popup_left{
        left: -80%;
    }
    .popup_right{
        right: -80%;
    }
    .close_popup{
        position: absolute;
        top: 13px;
        right: 16px;
        font-size: 16px;
        color: #f90;
    }
    .popup_title{
        padding: 0 16px;
        background: #ffefd9;
        color: #343a40;
        font-weight: bold;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }
    /* 列表弹窗 */
    .listContent{
        padding: 0px 12px;
    }
    .content_title{
        margin-top: 8px;
        color: #ccc;
        display: block;
        margin-bottom: 0;
        padding: 7px 0;
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
    }
    .content_ul{
        margin: 0;
        padding: 0;
    }
    .content_ul>li,.content_li{
        color: #343a40;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(33, 37, 41, 0.1);
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 0px;
    }
    .popups ul>li>a{
        display: block;
        color: #343a40;
    }
    .content_ul>li.has_child .goRight{
        float: right;
        width: 15px;
    }
    .content_ul>li.sun_child{
        color: #606266 !important;
        font-size: 13px;
        padding-left: 20px;
        border: none;
        font-weight: normal;
    }
    .goBackImg{
        width: 15px;
        height: 20px;
        margin-right: 10px;
    }
    .popup_content{
        padding: 16px;
    }
    .popup_content .item_hover_class{
        list-style: none;
    }
    .popup_content .item_hover_class h3>a,.popup_content .item_hover_class p.class_title,.popup_content .item_hover_class ol{
        font-size: 16px;
        font-weight: normal;
        color: #777 !important;
        border-bottom: 1px solid rgba(33,37,41,0.1);
        margin-bottom: 0 !important;
        padding: 10px 0;
    }
    .popup_content .item_hover_class ol>a{
        color: #777 !important;
        line-height: normal;
        display: block;
    }
    .popup_content .item_hover_class ol.inline_item>a{
        display: inline-block;
    }
    .popup_content .item_hover_class h3>a,.popup_content .item_hover_class p.class_title{
        color: #ffb454 !important;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 10px;
        text-align: left;
    }
    .popup_content .item_hover_class h3>a::after,.item_hover_class p.class_title::after{
        content: '\f813';
        display: inline-block;
        font-family: 'porto-icons';
        vertical-align: top;
        margin-right: 6px;
        float: right;
        font-size: 25px;
        margin-top: -3px;
    }
    .popup_content .item_hover_class.openItem h3>a::after,.item_hover_class.openItem p.class_title::after{
        content: '\f810';
    }
    .popup_content .item_hover_class ol{
        display: none;
    }
    .popup_content .item_hover_class.openItem ol{
        display: block;
    }
    /* 个人信息 */
    .header_m_userInfo_popup .singIn>a{
        padding: 10px 0;
    }
    .shopList{
        max-height: 58vh;
    }
    /* icons */
    .elseIcons{
        display: flex;
        margin-top: 24px;
    }
    .elseIcons a{
        display: inline-block;
        padding: 10px;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        font-weight: bold;
        margin-left: 10px;
    }
    .elseIcons a i{
        width: 20px;
        display: inline-block;
    }
    .elseIcons a i::before{
        color: #fff;
    }
    .singBtm{
        font-size: 14px;
        color: #000;
        margin: 0 12px;
        line-height: 30px;
    }
    .startHere{
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        float: right;
    }
    .header_m_search_warp>input::-webkit-input-placeholder {
        color: #000;
    }
    .header_m_search_warp>input:-moz-placeholder {
        color: #000;
    }
    .header_m_search_warp>input::-moz-placeholder {
        color: #000;
    }
    .header_m_search_warp>input:-ms-input-placeholder {
        color: #000;
    }
    .header_list_popup .content_li>a{
        color: #343a40 !important;
    }
    .info_Item>li{
        padding-left: 20px;
        width: 80%;
    }
    .info_Item>li.info_title,.info_Item>li.username{
        padding-left: 0;
    }
    .info_Item>li.info_profiles>a{
        padding: 0 10px !important;
    }
    .info_Item>li.info_tool>a{
        padding-left: 24px !important;
    }
    .info_Item>li:hover{
        background: #f90;
    }
    .info_Item>li:hover a{
        color: #fff !important;
    }
    .info_Item>li>a{
        transition: all 0s;
    }
    .Recommend_h4 h4{
        margin-top: 10px;
        font-size: 14px;
    }

}

/*购物车失效弹出框css样式 Start*/
    .cart_error{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background: rgba(0,0,0,.4);
        z-index: 88888888888888;
    }
    .cart_error_box{
        width: 768px;
        margin: 50px auto;
        background: #fff;
        border-radius: 4px;
        position: relative;
    }
    .cart_conent{
        padding: 20px;
        font-size: 16px;
    }
    .cart_error_box .glyphicon{
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
        color: #f90;
        font-size: 15px;
    }
    .cart_error_box .glyphicon:hover{
        color: #444;
    }
    .cart_button_box{
        padding: 20px;
        border-top: 1px solid #ccc;
        position: relative;
        text-align: right;
    }
    .cart_button a:hover{
        color: #fff !important;
        text-decoration: none;
    }
    .cart_button{
        font-size: 16px;
        border: 1px solid #f90;
        color: #f90;
        line-height: 30px;
        padding: 0 12px;
        height: 38px;
        background-color: #fff;
        border-radius: 4px;
    }
    .cart_button:hover{
        color: #fff !important;
        background: #f90 !important;
    }
    .cart_button:hover a{
        color: #fff !important;
    }
    .cart_button a{
        font-size: 14px;
        color: #f90;
    }
    @media screen and (max-width:768px){
        .cart_error_box{
            width: 90%;
        }
    }
/*购物车失效弹出框css样式 End*/


/*Payments步骤礼品卡样式 Start*/
#Giftard_select{
    margin-bottom: 10px;
    width:85%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0px;
    height: 38px;
    outline: none;
}
.AddCode_Giftard{
    width: 15%;
    background: #eee !important;
    color: #000;
    border-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    cursor: pointer;
    outline: none;
    font-size: 1.4rem;
    border: 1px solid #ccc;
    padding: 0 12px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}
.AddCode_Giftard:hover{
    color: #f90;
}
.assigned_Giftard .success {
    margin: 0 0 9px;
    padding: 12px 18px 12px 22.5px;
    display: block;
    font-size: 13px;
    background: #e5efe5;
    color: #006400;
    padding-left: 45px;
    position: relative;
}
.assigned_Giftard a{
    color: #f90;
    text-decoration: underline;
}
.assigned_Giftard .error {
    margin: 0 0 9px;
    padding: 12px 18px 12px 22.5px;
    display: block;
    font-size: 13px;
    padding-left: 45px;
    position: relative;
    background: #fae5e5;
    color: #e02b27;
}
.assigned_Giftard .success:before {
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 24px;
    color: #006400;
    content: '\f846';
    font-family: 'porto-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}
.assigned_Giftard .error:before {
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 24px;
    color: #b30000;
    content: '\f847';
    font-family: 'porto-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}
.AdduccessfulPrsesentation a{
    cursor: pointer;
    margin-left: 5px;
}
.AdduccessfulPrsesentation{
    display: grid;
    margin-bottom: 5px;
}
.AdduccessfulPrsesentation span{
    width: 30%;
    display: inline-block;
    margin-bottom: 5px;
}
@media screen and (max-width:600px){
    #Giftard_select{
        width: 70%;
    }
    .AddCode_Giftard{
        width: 30%;
    }
    .AdduccessfulPrsesentation span{
        width: 50%;
        display: inline-block;
        margin-bottom: 5px;
    }
}
.free_box_s{
    visibility: inherit !important;
}
/*Payments步骤礼品卡样式 End*/

/*礼品卡加入购物展示样式 Start*/
.gift_card_CLASS123{
    table-layout: fixed;
}
.gift_card_CLASS123 .break-word{
    word-break: break-word;
    border:none !important;
}
.gift_card_CLASS123 h3, .gift_card_CLASS123 .col01{
    font-weight: bold;
}
.gift_card_CLASS123 .break-word{
    color: #333;
}
.gift_card_CLASS123 td{
    vertical-align: middle !important;
}
.gift_card_CLASS123 td,.gift_card_CLASS123 tr,.gift_card_CLASS th{
    border:none !important;
}
/*礼品卡加入购物展示样式 End*/


.cart_item_outofstock{
    box-shadow: 0 0 2px #a9a6a6;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}
.cartItem_outofstock_title{
    color: #ffb454;
    text-align: center;
    padding: 5px;
}

.Recommend_outofstock{
    margin: 0 0 9px;
    font-size: 1.3rem;
    background: #fae5e5;
    color: #e02b27;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 12px 18px 12px 38.5px;
}
.Recommend_outofstock img{
    width: 25px;
}
.cart_item_outofstock_opctive{
    opacity: 0.4;
}
@media screen and (min-width:1000px){
    .cart_item_outofstock_opctive{
        width: 30%;
        float: left;
    }
    .outofstock_prices{
        display: block;
        width: 100% !important;
    }
    .outofstock_img{
        width: 100% !important;
    }
    .Onsale_box{
        width: 65%;
        float: right;
        border-top: 0 !important;
    }
    .Onsale_img{
        width: 50% !important;
        float: left;
        margin-right: 0;
    }
    .Onsale_img2{
        width: 30% !important;
        float: left;
        margin: 0px 20px 20px 0px;
        border-radius: 4px;
        border: 1px solid #ccc;
        padding: 10px;
    }
}

.childrenBoxImg{
    overflow-y: scroll;
    padding: 10px;
}
.ovflow_scroll{
    overflow-y: scroll;
    height: 400px;
    padding: 10px;
}
.ConinueCheckout{
    background: #f90 !important;
    color: #fff !important;
}
.ConinueCheckout_No{
    background: #ccc !important;
    border: 0px !important;
    pointer-events: none !important;
    color: #fff !important;
}
.pg-Onsale_click{
    background-color: #ffefd1 !important;
    position: relative !important;
    height: 40px !important;
    border-top: 0 !important;
    padding-left: 12px !important;
    color: #000;
    line-height: 40px !important;
    font-weight: normal;
    border-radius: 4px;
}
.subtotal_opacity{
    opacity: .4;
}
.Subtotal_Box{
    float: left;
    font-weight: bold;
    font-size: 18px;
}
.Subtotal_price{
    font-size: 16px;
    margin-left: 10px;
    color: #ffb450;
}
.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto .pslogin-button-text {
    font-weight: 500 !important;
}
@media screen and (max-width: 640px) {
    .pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
        position: unset !important;
        border:none !important;
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;

    }
    .pslogin-block .pslogin-buttons ul li .pslogin-button-text {
        display: inline !important;
        float: none !important;
    }
    .pslogin-block .pslogin-buttons ul li.facebook span.pslogin-button-auto,
    .pslogin-block .pslogin-buttons ul li.amazon span.pslogin-button-auto,
    .pslogin-block .pslogin-buttons ul li.twitter span.pslogin-button-auto{
        text-align: center;
    }
}
.colorFlClass{
    overflow: hidden;
}
.fu_title{
    font-size: 14px;
}

.colorFlClass p{
    font-size: 16px;
    color: #252415;
    font-weight: bold;
}
.colorFlClass .pg-dt-border-black,.colorFlClass .pg-dt-border-white{
    margin: 0 auto;
}
.colorFlClass dl{
    margin-right: 0px !important;
    width: 80px;
}
.colorFlClass:not(:last-child){
    margin-bottom: 12px;
}
.syImg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    font-size: 22px;
}
.syImg span{
    position: absolute;
    top: 15px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    display: block;
    text-align: center;
    color: #fff;
    opacity: 1;
    background: rgba(253,153,39,.6);
    padding: 0px 5px;
    width: 180px;
    height: 34px;
    border-radius: 3px;
}

.pg-dt-border-black,.pg-dt-border-white{
    margin: 0 auto;
}
.swiper-container .swiper-wrapper .pg-glasses-clear .pg-color-list dl{
    margin-right: 0px !important;
    width: 80px;
}
@media screen and (max-width:400px){
    .swiper-container .swiper-wrapper .pg-glasses-clear .pg-color-list dl{
        width: 75px;
    }
}
.colorFlClass:not(:last-child){
    margin-bottom: 12px;
}
.colorFlClass img{
    width: 30px;
    position: relative;
}
.colorFlClass:not(:last-child) img{
    top: -1px;
}
.colorFlClass:nth-of-type(2) img{
    top: -3px;
}
@media screen and (max-width:330px){
    .fu_title{
        font-size: 12px;
    }
    .colorFlClass p{
        font-size: 14px;
    }
}

/*镜片上色css*/
.discoloration{
    position: relative;
}
@-webkit-keyframes flickerAnimation {
    0% {
        opacity:0
    }
    25% {
        opacity:.5
    }
    50% {
        opacity:.7
    }
    75% {
        opacity:.5
    }
    to {
        opacity:0
    }
}
@keyframes flickerAnimation {
    0% {
        opacity:0
    }
    25% {
        opacity:.5
    }
    50% {
        opacity:.7
    }
    75% {
        opacity:.5
    }
    to {
        opacity:0
    }
}
.animate-flicker {
    opacity:1;
    -webkit-animation:flickerAnimation 4s linear infinite;
    animation:flickerAnimation 4s linear infinite
}
.pg_product_show{
    position: relative;
}
.product_frist{
    display: block;
}
.product_frist2,.product_frist{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.new_width{
    width: 200px;
}
.product_color{
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 90%;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.product_color img{
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box;
}
.bianse{
    animation: flickerAnimation 4s linear infinite;
}
.product_last{
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
}
.discolorationFRISR{
    width: 314px;
    margin: auto;
}
.buy-index-index .lens-type-title.ST{
    background-image: url("/resource2/img/ST.png");
}
.buy-index-index .lens-type-title.POL{
    background-image: url("/resource2/img/POL.png");
}
.buy-index-index .lens-type-title.ST_MIR{
    background-image: url("/resource2/img/ST_MIR.png");
}
.buy-index-index .lens-type-title.POL_MIR{
    background-image: url("/resource2/img/POL_MIR.png");
}
/*@media screen and (max-width:395px){*/
    /*.buy-index-index .lens-type-title.POL_MIR{*/
        /*background-position-y: 73px;*/
    /*}*/
/*}*/
/*@media screen and (max-width:380px){*/
    /*.buy-index-index .lens-type-title.ST{*/
        /*background-position-y: 73px;*/
    /*}*/
/*}*/
/*@media screen and (max-width:360px){*/
    /*.buy-index-index .lens-type-title.ST_MIR{*/
        /*background-position-y: 73px;*/
    /*}*/
/*}*/
/*@media screen and (max-width:300px){*/
    /*.buy-index-index .lens-type-title.POL{*/
        /*background-position-y: 73px;*/
    /*}*/
/*}*/
.skuSize {
    color: #333333;
    border-radius: 30px;
    padding: 6px 8px;
    width: 100px;
    text-align: center;
    background-color: #f7f7f7;
    margin: 10px auto;
    font-size: 16px;
    text-decoration: none;
}
.pgRadioGroup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 10px;
}
.pgRadioGroup .pg-radio-size-item {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: unset;
    cursor: pointer;
    margin: 0 0 10px;
}
.pgRadioGroup .pg-radio-size-item > input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}
.pgRadioGroup .pg-radio-size-item-icon {
    position: relative;
    display: block;
    box-sizing: border-box;
    border: 1px #969696 solid;
    width: 18px;
    height: 18px;
    line-height: 14px;
    border-radius: 50%;
}
.pgRadioGroup .pg-radio-size-item-label {
    flex: 1;
    margin-left: 10px;
    color: #000;
    font-size: 13px !important;
}
.pgRadioGroup .pg-radio-size-item-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    content: "";
    width: 16px;
    height: 16px;
}
.pgRadioGroup .pg-radio-size-item-checked .pg-radio-size-item-icon {
    background-color: #46627b;
    border-color: #46627b;
}
.pgRadioGroup .pg-radio-size-item-checked .pg-radio-size-item-icon::after {
    background-color: #46627b;
    border-radius: 50%;
    border: 2px #fff solid;
}