@media (min-width: 1200px) {
    .container {
        max-width: 1920px
    }
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

/*搜索*/
.search-content {
    background: #FFFFFF;
    box-shadow: 0px 2px 2px 0px rgba(237, 237, 237, 0.7), 0px 2px 5px 0px rgba(190, 190, 190, 0.35);
    border-radius: 1.25rem;
    padding: 0.1rem 0.8rem;
    width: 15rem;
}

.search-body {
    position: absolute;
    width: 90%;
    left: 3%;
    background-color: #fff;
}

.search-text a {
    color: #929292;
    font-size: 0.8125rem;
    padding: 0.5rem;
    display: inline-block;
}

.left-border {
    border-left: 1px solid #000;
    display: inline-block;
    padding-left: 12px;
}

.JS_add2wishlist .fa-heart-o {
    font-size: 20px;
    color: #000000;
}

.JS_add2wishlist .fa-heart {
    font-size: 20px;
    color: #E9336F;
}

.try-on {
    border: 1px solid #D2D2D2;
    padding: 0.4rem 1.5rem;
    font-family: Poppins;
    font-weight: 500;
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 45%;
}

.glass-img-list, .sale-glass {
    overflow-x: auto;
    overflow-y: hidden;
}

.glass-img-list::-webkit-scrollbar, .sale-glass::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 7px;
}

.glass-img-list::-webkit-scrollbar-thumb, .sale-glass::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    /* box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #DCDCDC;
}

.glass-img-list::-webkit-scrollbar-track, .sale-glass::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /* box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 10px;
    background: #EEEEEE;
}

.glass-img-list ul li {
    width: 300px;
    margin-right: 20px !important;
    float: left;
}

.glass-img-list ul li:last-child {
    margin-right: 0 !important;
}

.glass-img-list2 {
    overflow-x: auto;
    overflow-y: hidden;
}

.glass-img-list2 ul li {
    width: 300px;
    margin-right: 20px !important;
    float: left;
}

.glass-img-list2 ul li:last-child {
    margin-right: 0 !important;
}

.glass-slide-pic {
    overflow: hidden;
}

.glass-slide-pic img {
    width: 100%;
}

.overflow-hidden {
    overflow: hidden;
}

.pblockm .fa-star {
    font-size: 20px;
    color: #FDD000;
}

.pblockm .fa-star-o {
    font-size: 20px;
    color: #E0E0E0;
}

.pagination .page-1 .page-link {
    border: 0;
    color: #000000;
}

.pagination .page-link {
    padding: .4rem .75rem;
    color: #000000;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
}

.pagination .page-item {
    margin-right: 10px;
}

.page-item.active .page-link {
    background: #FDD000;
    border-color: #FDD000;
    color: #000000;
}

/*详情页*/
.breadcrumb {
    background: #fff;
    padding-left: 5px;
    padding-right: 0;
    margin-bottom: 0;
}

.breadcrumb a {
    color: #000000;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.banner-box {
    background: #F9F9F9;
}

.detail-slide {
    width: 60%;
}

.carousel-indicators li {
    border: 1px solid #eee;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
}

.carousel-indicators li.active {
    background: #FFE000;
    border: 1px solid #FFE000;
}

.try-btn {
    position: absolute;
    top: 0rem;
    right: 1rem;
    z-index: 2;
}

.d-size .size-tag {
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border: 2px solid #FFE000;
    border-radius: 50%;
    font-size: .9rem;
    font-family: Poppins;
    font-weight: bold;
    color: #000000;
    display: inline-block;
    text-align: center;
    line-height: 1.4rem;
    margin-left: .3rem;
}

.d-size .size-tag:first-child {
    margin-left: 0;
}

.d-size .size-tag.active {
    background: #FFE000;
}

.btn-select {
    background: #FDD000;
    box-shadow: 0px 7px 13px 1px rgba(222, 222, 222, 0.7);
    border-radius: 1.5rem;
    font-size: 0.9rem;
    font-family: Poppins;
    font-weight: bold;
    border: 1px solid #FDD000;
    color: #000;
    width: 80%;
    height: 2.7rem;
}

.msg_tabs li a {
    color: #000000;
    height: 2.4rem;
    line-height: 2.4rem;
    text-decoration: none;
    display: block;
}

.msg_tabs li a.active {
    color: #fdd000;
    position: relative;
}

.msg_tabs li a.active:after {
    content: " ";
    position: absolute;
    display: inline-block;
    width: 3rem;
    left: 50%;
    margin-left: -1.5rem;
    bottom: 0;
    height: 0.2rem;
    background: #fdd000;
}

.detail-glass-img ul li {
    width: 35rem;
}

.swiper-container {
    padding: 1% 2%;
}

.swiper-wrapper {
    align-items: center;
}

.swiper-button-next {
    right: 0;
    color: #646464;
}

.swiper-button-prev {
    left: 0;
    color: #646464;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: calc(var(--swiper-navigation-size) / 44 * 25);
}

.swiper-container p {
    color: #000000;
}

.detail-swiper .swiper-slide .GlassItem_picContainer {
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 2px rgba(170, 170, 170, 0.25);
    padding: 0.625rem;
    text-align: center;
}

.detail-swiper .swiper-slide:hover .GlassItem_picContainer {
    display: block;
}

.detail-swiper .swiper-slide:hover .GlassItem_Container {
    display: none;
}

.seelook-list {
    width: 14%;
    margin-right: 1%;
}

.shop-now {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    flex-flow: column;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
}

.shop-btn {
    padding: 0 8px 3px !important;
    border: 1px solid #FBFBFB !important;
    color: #fff !important;
    font-size: 0.9rem !important;
}

.shop-btn:hover {
    color: #fff;
    text-decoration: none;
}

.see-more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 10%;
}

.lenses-list {
    width: 18%;
    margin-right: 2%;
}

.lenses-list a {
    color: #000000;
    text-decoration: none;
}

.lense-info {
    height: 3.5rem;
}

.our_frame_sizes table td, .our_frame_sizes table tr {
    padding: 5px 10px;
    text-align: center;
}

.pblockm .f-star {
    /*color: #D2D2D2;*/
    background: url(../img/star-kong.png) no-repeat;
    width: 1.4rem;
    height: 1.3rem;
    background-size: 100% 100%;
    display: inline-block;
}

.pblockm .f-star.fas {
    /*color: #FDD000;*/
    background: url(../img/star-man.png) no-repeat;
    width: 1.4rem;
    height: 1.3rem;
    background-size: 100% 100%;
}

.sort-select {
    border: 0;
    background: url(../img/down_ico.png) 98% center no-repeat;
    background-color: transparent;
    font-size: 1rem;
    font-family: Poppins;
    font-weight: bold;
    color: #000000;
    -webkit-appearance: none;
    padding: 0.375rem 1.4rem 0.375rem 0.8rem;
    background-size: 7%;
}

.d-tail.height {
    max-height: 10rem;
}

.review-img-ul ul li, .upload-img-list li {
    width: 7rem;
    margin-right: 10px;
    position: relative;
}

.review-close {
    position: absolute;
    top: -8px;
    right: -6px;
    background: url(../img/icon-close.png) no-repeat;
    width: 1.4rem;
    height: 1.4rem;
    background-size: 100% 100%;
}

.input-text {
    background: #F9F9F9;
    box-shadow: 0px 5px 7px 0px rgba(114, 113, 113, 0.1);
    border-radius: 3rem;
    border: 0;
}

.btn-photo {
    background: #F9F9F9;
    box-shadow: 0px 5px 14px 4px rgba(222, 222, 222, 0.7);
    border: 1px solid #F9F9F9;
    width: 100%;
}

.upload-img-box {
    width: 90%;
    height: 20rem;
    margin: 0 auto;
    background: url(../img/upload-bg.png) no-repeat;
    border: 2px solid #D2D2D2;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100%;
    overflow: hidden;
}

.btn-select.btn-primary:hover {
    color: #000;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.7);
}

.pic-content {
    width: 36%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close-modal {
    position: absolute;
    top: -0.8rem;
    right: -0.6rem;
    z-index: 999;
}

.size-info {
    width: 27%;
}

.size-info:nth-child(2) {
    width: 30%;
}

.size-info:last-child {
    text-align: right;
    width: 16%;
}

/*首页*/
.end-time {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.end-time .number {
    background: url(../img/index/num-bg.png) no-repeat;
    width: 1.8rem;
    height: 2.7rem;
    background-size: 100% 100%;
    text-align: center;
    font-size: 1.7rem;
    color: #FDD000;
    line-height: 2.7rem;
    display: inline-block;
    margin-left: 0.3rem;
}

.end-time .maohao {
    margin-left: 0.3rem;
}

/*首页*/
.end-time-collection {
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.end-time-collection .number {
    background: url(../img/index/num-bg.png) no-repeat;
    width: 1.8rem;
    height: 2.7rem;
    background-size: 100% 100%;
    text-align: center;
    font-size: 1.7rem;
    color: #FDD000;
    line-height: 2.7rem;
    display: inline-block;
    margin-left: 0.3rem;
}

.end-time-collection .maohao {
    margin-left: 0.3rem;
}

.sale-glass ul li {
    float: left;
    width: 19rem;
    margin-right: 25px !important;
}

.sale-glass ul li:last-child {
    margin-right: 0 !important;
}

.sale-glass ul li a {
    box-shadow: 0px 1px 10px rgba(219, 219, 219, 0.7);
    padding: 1.8rem 1.2rem 1.2rem;
    display: block;
}

.sale-glass ul li a:hover, .lens-abs-bottom a:hover {
    text-decoration: none;
}

.sale-img {
    width: 16rem;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale-number {
    background: url(../img/index/sale-bg.png) center center no-repeat;
    width: 2.8rem;
    height: 1.7rem;
    line-height: 1.7rem;
    background-size: 100% 100%;
    font-size: 0.8rem;
    font-family: Poppins;
    font-weight: bold;
    color: #000000;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
}

.sale-number-right {
    background: url(../img/index/sale-bg.png) center center no-repeat;
    width: 2.8rem;
    height: 1.7rem;
    line-height: 1.7rem;
    background-size: 100% 100%;
    font-size: 0.8rem;
    font-family: Poppins;
    font-weight: bold;
    color: #000000;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    z-index: 999;
}

.lens-abs-bottom {
    background: #FFD200;
    padding: 0.4rem 1rem;
    left: 50%;
    bottom: -1rem;
    transform: translateX(-50%);
    font-family: Poppins;
    font-weight: 600;
    color: #000000;
}

.lens-abs-bottom a {
    font-family: Poppins;
    font-weight: 600;
    color: #000000;
}

.share-img li {
    width: 31.5%;
    margin-right: 1.5%;
    position: relative;
}

.share-img li:nth-child(3n) {
    margin-right: 0;
}

.share-img li img {
    width: 100%;
}

.share-img li:nth-child(4), .share-img li:nth-child(5), .share-img li:nth-child(6) {
    margin-top: 2%;
}

/*购物车*/
.cart-list {
    border-bottom: 1px solid #dee2e6;
}

.cart-list:last-child {
    border-bottom: 0;
}

.cart-name {
    font-size: 1.1rem;
    font-family: Poppins;
    font-weight: bold;
    color: #000000;
}

.n-icon {
    background: url(../img/icon-up.png) center center no-repeat;
    background-size: 100% 100%;
    width: 0.8rem;
    height: 0.6rem;
    display: inline-block;
    margin-left: 0.4rem;
}

.n-icon.down {
    background: url(../img/icon-bottom.png) center center no-repeat;
    background-size: 100% 100%;
}

.cart-table.table-bordered thead th {
    border-bottom-width: 1px;
    text-align: center;
}

.cart-select {
    background-size: 20%;
    font-weight: normal;
    color: #8A8A8A;
    padding: 0 1.6rem 0 0.5rem;
}

.edit-btn {
    border: 1px solid #D0D0D0;
    border-radius: 3rem;
    font-family: Poppins;
    font-weight: 500;
    color: #8A8A8A;
}

.code-text {
    box-shadow: 0px 3px 7px 0px rgba(164, 164, 164, 0.35);
    border-radius: 2rem;
    border: 0;
}

/*checkout*/
.email-text {
    box-shadow: 0px 0px 9px #ededed inset;
    border-radius: 2rem;
    border: 0;
}

.email-text::placeholder {
    color: #D1D1D1;
}

.header {
    font-size: 1.2rem;
    color: #000;
}

.header.collapsed {
    color: #B4B4B4;
}

.checkout-edit {
    box-shadow: 0px 1px 10px 0px rgba(194, 194, 194, 0.7);
    border: 0;
    border-radius: 1.5rem;
    color: #000;
    padding: 0.2rem 1.12rem;
    font-size: 1.2rem;
}

.btn-checkout {
    background: #F9F9F9;
    box-shadow: 0px 3px 6px 2px rgba(222, 222, 222, 0.7);
    font-weight: bold;
    color: #C3C3C3;
    border: 0;
}

.custom-control-label::before, .custom-control-label::after {
    width: 1.2rem;
    height: 1.2rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #FDD000;
    background-color: #FDD000;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(253, 208, 0, .3);
}

.sel-form {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../img/arrow.png") no-repeat scroll 98% center transparent;
}

.cart-table td, .cart-table th {
    text-align: center;
}

/*个人中心*/
.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-38 {
    width: 38%;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.w-85 {
    width: 85%;
}

.user-div {
    background: #FBFBFB;
    padding: 1.2rem 1rem;
}

.user-div li a {
    font-size: 1rem;
}

.links li.cur {
    font-weight: bold;
}

.login-tab a {
    color: #000000;
    font-size: 1.25rem;
    padding: 0.8rem 2rem;
}

.login-tab a.active {
    color: #FDD000;
}

.order-tit {
    font-weight: bold;
    color: #000;
}

.order-list-nei {
    border-bottom: 1px solid #D2D2D2;
}

.order-list-nei:last-child {
    border-bottom: 0;
}

.point-tab a {
    color: #000;
    font-weight: bold;
}

.point-tab a.active {
    color: #FFCE00 !important;
}

.point-table th, .point-table td {
    text-align: center;
}

.point-table thead th {
    border-bottom: 1px solid #dee2e6 !important;
    font-weight: 400;
}

/*弹窗*/
.code-modal .modal-dialog {
    width: 50rem;
    height: 28.4375rem;
}

.code-modal .modal-content {
    background: url(../img/code-pic.png) no-repeat;
    border: 0;
    border-radius: 0;
    height: 100%;
}

.code-modal .close {
    text-align: right;
    padding-right: 0.5rem;
}

.abs-content {
    width: 23rem;
    left: 3rem;
    bottom: 2rem;
}

.code-text {
    border: 1px solid #000000;
    border-radius: 1.25rem;
}

.welcom-content {
    position: fixed;
    display: block;
    background: url(../img/welcome.png) no-repeat;
    width: 8.75rem;
    height: 3.4375rem;
    right: 1rem;
    bottom: 1rem;
    left: auto;
    top: auto;
}

@media (min-width: 576px) {
    .code-modal .modal-dialog {
        max-width: 50rem;
        margin: 1.75rem auto;
    }
}

/* Sylvain*/
.text-contrast {
    color: #fff;
}

.text-contrast:hover {
    color: #000;
}

#hover-cls .card {
    border: none;
}

#hover-cls .card-img-overlay.card-fg {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.0;
    transition: opacity 1s;
}

#hover-cls .card-img-overlay.card-fg .btn-fg {
    color: #fff;
    border: 1px solid #fff;
    font-size: 0.75rem;
}

#hover-cls .card-img-overlay.card-fg:hover {
    opacity: 1.0;
}
