#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: #001E8A;
    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 #001E8A;
    color: #001E8A;
    background: #fff;
    outline: none;
    position: absolute;
    right: 30px;
    bottom: 30px;
    border-radius: 4px;
}
/*end*/
#tck button:hover{
    background: #001E8A !important;
    color: #fff !important;
}

@media screen and (max-width:820px) {
    .divs{
        height:55% !important;
    }
}
/*修改Frame Fit选项中的样式(sdd,2019,9,23)*/
#frame_size li{
    width: 100% !important;
    padding-left: 26px;
}
/*end*/

/* add liu_xl  没办法写不上只能在这里 */
.header_div_m_left_show_shop_message_left_div_div{
    width: 100%;
    display: inline-block;
    padding: 10px 5px 5px 5px;
}
.header_div_m_left_show_shop_message_left_div_div_a{
    width: 80%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    background-color: #68a8e0;
    font-size: 16px;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff !important;
}
.register{
    margin: 0rem auto;
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 10px 0px 10px;
}
.register-span{
    font-size: 15px;
    color: #000;
}
.register-a{
    font-size: 15px;
}

.minicart-bg-show{
    position: fixed;
    top: 60px;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    z-index: 6;
}
/*<!-- 增加男女切换按钮 -->*/
.tgl { display: none; }
.tgl + .tgl-btn {
    outline: 0;
    display: inline-block;
    width:150px;
    height:24px;
    position: relative;
    vertical-align: middle;
    box-shadow: 0 0 2px #777;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 5px;
    display: none;

}
@media screen and (max-width:1000px) {
    .tgl + .tgl-btn{
        width:90%;
        margin-left: 20px;
        margin-top: 10px;
    }
}
.tgl-skewed + .tgl-btn {
    overflow: hidden;
    font-family: sans-serif;
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
    display: inline-block;
    width: 50%;
    text-align: center;
    position: absolute;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
}
/*默认的*/
.tgl-skewed + .tgl-btn:after {
    left: 0;
    color:  #40404C;
    background-color: #001E8A;
    content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
    color:  #AFB9CA;
    left: 50%;
    background-color: #F7F9FC;
    content: attr(data-tg-off);
}
/*选中后*/
.tgl-skewed:checked + .tgl-btn:after {
    left: 50%;
    background-color: #001E8A;
    content: attr(data-tg-off);
}
.tgl-skewed:checked + .tgl-btn:before {
    left: 0;
    background-color: #F7F9FC;
    content: attr(data-tg-on);
}
.showMore{
    width: 40%;
    height: 42px;
    margin:0 auto;
    color: #fff;
    background-color: #001E8A;
    font-size: 18px;
    line-height:42px;
    text-align: center;
    border-radius:5px;
    cursor: pointer;
    text-transform:uppercase;
}
@media screen and (max-width:992px) {
    .showMore{
        margin-top: 25px;
    }
    .classification{
        display: block;
    }
    #catEyeGlasses{
        display: none !important;
    }
}
.showMore:hover{
    background-color: #1237a5;
}
.listitempage:after {
    content:'';
    display:block;
    clear:both;
    height:0px;
}


/*分类css*/

@media screen and (min-width:991px) {
    .classification{
        display: none;
    }
    #catEyeGlasses{
        display: inline-block;
    }
}



.classification{
    height: 85px;
    width: 100%;
    padding-top: 10px;
    overflow: hidden;

}
.classification ul{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.classification ul li>div{
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 5px;
}
/*.classification ul li:nth-of-type(1) span{*/
      /*color:#001E8A;*/
/*}*/
/*.classification ul li:nth-of-type(1){*/
    /*border-color:#001E8A;*/
/*}*/
.classification ul li>div>img{
    width: 100%;
    height: 100%;
}
.classification ul li{
    width: 33.3%;
    height: 100%;
    border-bottom: 3px solid #aaa;
    text-align: center;
    cursor: pointer;
}
.classification ul li>span{
    color: #aaa;
    font-size: 13px;
}

.filter-options-content{
    max-height: fit-content!important;
    max-height: -moz-fit-content !important;
    max-height: -webkit-fit-content !important;
}
#noticeinfo{
    display: none;
}


.assigned .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 .error>*:first-child: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;
}
.assigned .success>*:first-child: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 .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;
}
