.mt-80 {
    margin-top: 80px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-5 {
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mt-66 {
    margin-top: 66px;
}

.h-32 {
    height: 32px;
}

.rating-start {
    float: left;
}

.rating-start .star {
    height: 20px;
    width: 150px;
    background: url(../img/common/star.png) repeat-x left top;
}

.rating-start .star i {
    display: block;
    height: 20px;
    background: url(../img/common/star_red.png) repeat-x left top;
}

.rating-start .star i.star-0 {
    width: 0;
}

.rating-start .star i.star-1 {
    width: 30px;
}

.rating-start .star i.star-2 {
    width: 60px;
}

.rating-start .star i.star-3 {
    width: 90px;
}

.rating-start .star i.star-4 {
    width: 120px;
}

.rating-start .star i.star-5 {
    width: 150px;
}

.cu-po {
    width: 20px;
    height: 28px;
    display: inline-block;
    font-size: 14px;
    background: url(../img/common/product_search.png) no-repeat 10px #12a4dd;
    cursor: pointer;
    line-height: 25px;
    line-height: 20px;
    clear: both;
    margin: -10px !important;
    padding: 0 5px;
}

.lis>a:hover,
.main-box>a:hover {
    text-decoration: none;
}

.lis img {
    width: 90px;
}

.zank_number {
    display: inline-block;
    width: 20px;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    border-radius: 50%;
    color: #666666;
    position: relative;
    top: 2px;
    left: 4px;
    text-align: center;
}

.lis>a,
.main-box>a {
    color: #000;
}

/* 导航栏 */
.box-center {
    width: 1400px;
    margin: 0 auto;
}

.nav-box {
    height: 16px;
    font-size: 16px;
}

.nav-box .nav-frist {
    color: #666;
    float: left;
}

.nav-box span,
.nav-box .nav-last {
    float: left;
}

.nav-box a {
    color: #666;
}

.nav-box .nav-last a {
    color: #202020;
}

.flex-box {
    display: flex;
}

.flexs-box {
    display: flex;
    align-items: center;
}

.box-right .imgs {
    min-height: 240px;
}

.box-right .imgs a {
    vertical-align: middle;
    display: inline-block;
}

.imgs>.zk {
    position: absolute;
    top: 11px;
    left: 10px;
    width: 54px;
    height: 54px;
    background-color: #f54337;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
}

.seeMore {
    font-size: 14px;
    font-family: OpenSans;
    font-weight: 400;
    color: #202020;
    margin-top: 20px;
    display: inline-block;
    text-align: left;
    cursor: pointer;
}

.box-right {
    width: 1400px;
}

.flex-box>li {
    margin-right: 40px;
}

.input-class {
    width: 71px;
    height: 28px;
    border: solid 1px #bfbfbf;
    padding: 10px;
    float: left;
    box-sizing: border-box;
}

.price-box {
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-header {
    width: 1400px;
    height: 40px;
    line-height: 40px;
    background: #f6f6f6;
    margin-bottom: 40px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.box-header .price_line {
    margin: 0;
    display: inline-block;
    color: #666666;
}

.box-header span,
.box-header li {
    float: left;
    font-size: 18px;
    color: #202020;
    margin-left: 20px;
}

.box-header li {
    margin-right: 36px;
}

.box-header li a {
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #333333;
}

.box-header li.active a {
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #22B8F3;
    text-decoration: none;
}

.box-header .price-box {
    float: left;
}

.box-header .price-box span a {
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #333333;
    display: inline-block;
    transform: translateX(9px);
}

.noXinXin {
    width: 24px;
    height: 20px;
    margin-left: 20px;
    cursor: pointer;
    background: url('../img/common/product_fav.png') no-repeat;
}

.noXinXin.zank-active {
    background: url('../img/common/product_red.png') no-repeat;
}

.main-box {
    width: 310px;
    height: 360px;
    background: #ffffff;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    position: relative;
    cursor: pointer;
}

.main-box:hover .details-show {
    display: block;
}

.main-box:hover .details .p-cpic {
    color: #fff;
}

.main-box:hover .details del {
    color: #fff;
}

.main-box:hover .details .p-slv a {
    color: #fff;
}

.main-box .details-show {
    position: absolute;
    top: 0px;
    width: 310px;
    display: none;
    height: 60px;
    right: 0px;
    left: 1px;
}

.main-box .details-show .eys-more,
.main-box .details-show .zank,
.main-box .details-show .pop-more {
    margin-top: 130px;
    margin-bottom: 90px;
}

.main-box .details-show .zank {
    display: inline-block;
}

.main-box .details-show .details-bg {
    background: #000000;
    opacity: 0.6;
    display: inline-block;
    width: 310px;
    height: 360px;
    position: absolute;
}

.main-box .details-show a {
    position: relative;
}

.main-box .imgs {
    width: 310px;
    height: 250px;
    line-height: 324px;
    overflow: hidden;
    margin-bottom: 10px;
    vertical-align: middle;
}

.main-box .imgs img {
    width: 100%;
}

.main-box .details {
    position: absolute;
    width: 310px;
}

.main-box .details .p-cpic {
    font-size: 20px;
    font-family: MyriadPro-Semibold;
    font-weight: 600;
    color: #303030;
    text-align: center;
}

.main-box .details del {
    font-size: 14px;
    font-weight: initial;
    font-weight: 400;
    color: #999999;
}

.main-box .details .p-slv {
    width: 250px;
    overflow: hidden;
    margin-left: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    text-align: center;
}

.main-box .details .p-slv a {
    font-size: 14px;
    font-family: MyriadPro-Regular;
    font-weight: 400;
    color: #666666;
}

.main-box .details .cart-box {
    margin-left: 86px;
    padding-bottom: 10px;
}

.main-box .details .cart-box .cart {
    width: 148px;
    height: 36px;
    border: solid 1px #12050a;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    float: left;
}

.flex-box .cart:hover {
    background: #e8421c;
}

.page-div {
    margin: 20px 10px 20px 0;
    color: #666;
    /* width: 410px; */
    text-align: center;
}

.page-div button {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
    width: 50px;
    color: #787878;
    border: solid 1px #d7d7d7;
}

#nextPage,
#prePage {
    width: 70px;
}

.page-div .current {
    background-color: #e6421c;
    border-color: #e6421c;
    color: #fff;
}

.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    color: #d7d7d7;
    margin: 0 5px;
}

.page-div button:disabled {
    opacity: 0.5;
    cursor: no-drop;
}

@keyframes myfirst {
    from {
        background: red;
    }

    to {
        background: yellow;
    }
}

.cate-ads {
    display: block;
    margin-top: 40px;
    width: 260px;
}

.cate-ads img {
    width: 100%;
}

.box-center {
    margin-bottom: 40px;
}

.box-right .input-class {
    padding: 0 10px\9;
    line-height: 28px\9;
}

.box-right .box-header span {
    padding: 0 6px\9;
}

.main-box .imgs {
    position: relative;
}

.main-box .offer-logo {
    position: absolute;
    right: 50px;
    top: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #12a4dd;
    opacity: 0.9;
    text-align: center;
    z-index: 90;
}

.main-box .offer-logo span {
    font-size: 14px;
    color: #fff;
}

.main-box .offer-logo span.title {
    font-size: 16px;
    font-family: MyriadPro-Regular;
    font-weight: 400;
    color: #ffffff;
    padding-top: 30px;
}

.main-box:hover {
    box-shadow: 0px 1px 6px 5px #eeeeee;
}