@charset "utf-8";

body {
    background: #fff;
}

.width {
    margin: 0 auto;
    width: 1226px;
}

.eyoucms_top {
    background: #f2f2f2;
    border-bottom: 1px solid #eaeaea;
    font-size: 12px;
    color: #666;
    height: 40px;
    line-height: 40px;
}
.eyoucms_top .width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.eyoucms_top .row .col-6 {
    height: 40px;
    line-height: 40px;
}

.eyoucms_top .row .col-6 .dropdown {
    display: inline-block;
    list-style: none;
    padding: 0 10px;
    margin: 0;
    position: relative;
}
.eyoucms_top .row .col-6 .dropdown:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-color: #dddddd;
    border-bottom-color: transparent;
    background-color: #ffffff;
}
.eyoucms_top .row .col-6 .dropdown:hover>a:before {
    height: 10px;
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 100;
    background-color: #ffffff;
}
.eyoucms_top .row .col-6 .dropdown .qrcode {
    display: none;
    margin-top: -1px;
    position: absolute;
    width: 336px;
    padding: 15px 0 10px 0;
    top: 40px;
    left: -1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #dddddd;
    background-color: #ffffff;
    z-index: 996;
}
.eyoucms_top .row .col-6 .dropdown:hover .qrcode {
    display: block;
}
.eyoucms_top .row .col-6 .dropdown .qrcode li {
    width: calc(100% / 2);
    float: left;
    padding: 0 20px;
    text-align: center;
    border-right: 1px solid #eeeeee;
}
.eyoucms_top .row .col-6 .dropdown .qrcode li:last-child {
    border-right: none;
}
.eyoucms_top .row .col-6 .dropdown .qrcode li img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.eyoucms_top .row .col-6 .dropdown .qrcode li p {
    margin: 0;
    padding: 0;
}

.eyoucms_top .nav {
    border: 0;
    height: 40px;
    line-height: 40px;
}

.eyoucms_top .nav ul li.cart {
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    color: #666;
    text-align: center;
    background: #ebebeb;
}
.eyoucms_top .nav ul li.username img {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.eyoucms_top .nav ul li a {
    color: #666;
    font-size: 12px;
}
.eyoucms_top .nav ul li a .ey-tb-cart{
    color: #666;
    font-size: 14px;
    margin-right: 5px;
}
.eyoucms_top .nav ul li.cart:hover {
    color: #ff6700;
    background: #fff;
}
.eyoucms_top .nav ul li.cart:hover a, .eyoucms_top .nav ul li:hover a .ey-tb-cart{
    color: #ff6700;
}

.eyoucms_top .nav ul li a span {
    font-size: 12px;
    color: #666;
    margin-left: 6px;
    transition: all .5s ease 0s;
    z-index: 21;
}

.eyoucms_top .nav ul li a:hover {
    color: #ff6700;
}

.eyoucms_top .nav ul li.active a {
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    border-top: 0;
    background: #fff;
}

.eyoucms_top .nav ul li.active span {
    transform: rotate(180deg);
}

.eyoucms_top .nav ul li ul {
    border-top: 0;
    box-shadow: none;
    min-width: 100px;
    z-index: 20;
    right: 0;
}

.eyoucms_top .nav ul li.active ul li a {
    border: 0;
}

.eyoucms_top .nav ul li ul li a:hover {
    background: #ff6700;
}

.eyoucms_head {
    padding: 30px 0;
}

.ey_logo {
    padding-top: 0px;
    align-self: center;
}

.ey_logo img {
    max-width: 240px;
}
.search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.search .eyoucms-ssfm {
    border-color: #ff6700;
    border-width: 1px;
}

.search .eyoucms-ssfm:focus {
    box-shadow: none;
}

.search .tijiao {
    background: #ff6700;
    color: #fff;
    border: 2px solid #ff6700;
    padding: 0 0.8rem;
}
.search .tijiao .ey-tb-ss {
    font-size: 24px;
}


.eyoucms_head.fixed {
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
}

.eyoucms_cart {
    height: 50px;
    line-height: 50px;
    display: block;
    float: right;
    position: relative;
    z-index: 10;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

.eyoucms_cart i {
    margin-right: 10px;
    color: #ff6700;
    font-size: 1.6rem;
}

.eyoucms_cart>a {
    color: #999;
    display: block;
    width: 100%;
    font-size: 0.8rem;
}

.eyoucms_cart>a:hover {
    color: #ff6700;
}

.eyoucms_cart em {
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 3px;
    right: 14px;
    border-radius: 50%;
    background: #ff6700;
}

.eyoucms_cart .cart-detail {
    width: 350px;
    display: none;
    padding: 10px;
    position: absolute;
    top: 50px;
    right: -1px;
    color: #999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    background: #fff;
    max-height: 400px;
    overflow: auto;
}

.eyoucms_cart:hover .cart-detail {
    display: block;
}

.eyoucms_cart .cart-detail p {
    margin: 0;
}

.eyoucms_cart .cart-detail ul {
    list-style: none;
}

.eyoucms_cart .cart-detail ul li {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.eyoucms_cart .cart-detail ul li:last-child {
    margin-bottom: 0;
}

.eyoucms_cart .cart-detail ul li .image {
    border: 1px solid #eee;
    padding: 2px;
    margin-right: 10px;
}

.eyoucms_cart .cart-detail ul li .name {
    width: 180px;
    padding-right: 10px;
    line-height: normal;
}

.eyoucms_cart .cart-detail ul li .price {
    flex: 1;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    text-align: right;
    padding-right: 10px;
}

.eyoucms_cart .cart-detail ul li .price a {
    display: block;
}

.eyoucms_cart .cart-detail ul li .price span {
    color: #ff6700;
}

.eyoucms_cart .cart-detail .action {
    display: flex;
    justify-content: center;
    align-items: center;
}

.eyoucms_cart .cart-detail .action .total {
    padding-top: 10px;
}

.eyoucms_cart .cart-detail .action .total span {
    color: #ff6700;
    margin-right: 5px;
}

.eyoucms_cart .cart-detail .action .go {
    flex: 1;
    text-align: right;
    padding-top: 10px;
    line-height: normal;
}

.eyoucms_fl {
}

.eyoucms_fl .fl_fenlei {
    background: #ff6700;
    text-align: left;
    color: #fff;
    line-height: 2.5rem;
    font-size: .75rem;
    padding-left: 25px;
    position: relative;
    width: 230px;
}

.eyoucms_fl .fl_fenlei span {
    margin-right: 15px;
}

.eyoucms_fl .fl_fenlei>a {
    color: #fff;
    font-size: 16px;
}

.eyoucms_dh {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(105,101,101,.6);
    min-height: 450px;
    z-index: 300;
}

.eyoucms_dh ul {
    list-style: none;
    margin: 0;
    padding: 20px 0;
    position: relative;
}

.eyoucms_dh ul li {
    padding: 0;
}

/* .eyoucms_dh ul li i {
    margin-right: 15px;
} */

.eyoucms_dh ul li a {
    line-height: 29px;
    padding: 8px 20px 8px 30px;
    color: #fff;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}

.eyoucms_dh ul li a:hover {
    color: #fff;
    font-weight: bold;
    background: #ff6700;
}

.eyoucms_dh ul li p {
    margin: 5px 0 0;
    padding: 0;
    line-height: 24px;
}

.eyoucms_dh ul li p a {
    font-size: 13px;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}

.eyoucms_dh ul li p a:hover {
    color: #ff6700;
}

.eyoucms_dh ul li .eyoucms-erji {
    position: absolute;
    width: 698px;
    min-height: 450px;
    background: #fff;
    top: 0;
    left: 230px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #333;
    display: none;
    padding: 15px 20px;
}

.eyoucms_dh ul li .eyoucms-erji dl {
    margin: 0;
    padding: 0;
}

.eyoucms_dh ul li .eyoucms-erji dt {
    display: inline-block;
    margin-right: 10px;
    width: 110px;
}

.eyoucms_dh ul li .eyoucms-erji dt a {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 30px;
}

.eyoucms_dh ul li .eyoucms-erji dd {
    display: inline-block;
    /* border-bottom: 1px solid #eee; */
    line-height: 30px;
    width: 100%;
    padding-bottom: 10px;
}

.eyoucms_dh ul li .eyoucms-erji dd a {
    width: 150px;
    text-align: left;
    margin-top: 30px;
    margin-right: 15px;
    padding: 0;
    font-size: 13px;
    color: #666;
    display: inline-block;
}
.eyoucms_dh ul li .eyoucms-erji dd a:nth-child(4n) {
    margin-right: 0;
}

.eyoucms_dh ul li .eyoucms-erji dd a.active {
    color: #ff6700;
}

.eyoucms_dh ul li .eyoucms-erji a:hover {
    color: #ff6700;
    background: unset;
    font-weight: 400;
}

.eyoucms_dh ul li .eyoucms-erji .brand {
    margin-top: 20px;
}
.eyoucms_dh ul li .eyoucms-erji dd a img{
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.eyoucms_dh ul li .eyoucms-erji .brand .bname {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 20px;
    padding: 0;
}

.eyoucms_dh ul li .eyoucms-erji .brand a {
    border: 1px solid #eee;
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 100px;
    height: 50px;
}

.eyoucms_dh ul li .eyoucms-erji .brand a img {
    width: 100%;
    height: 100%;
}

/* .eyoucms_dh ul li:hover {
    background: #ff6700
} */

.eyoucms_dh ul li:hover .eyoucms-erji {
    display: block;
}

.eyoucms_fl .eytop_dh {
    border: 0;
    margin-left: 30px;
}

.eyoucms_fl .eytop_dh ul {
    list-style: none;
    display: flex;
}

.eyoucms_fl .eytop_dh ul li {
    margin-right: 30px;
}

.eyoucms_fl .eytop_dh ul li a {
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid transparent;
    line-height: 50px;
    padding-bottom: 10px;
}

.eyoucms_fl .eytop_dh ul li a:hover {
    color: #ff6700;
}

.eyoucms_fl .eytop_dh ul li.cur a {
    color: #ff6700;
}

.banner {
    width: 1226px;
    margin: 0 auto 0;
}

.banner .carousel-item a {
    height: 550px;
    display: block;
    min-width: 1226px;
    width: 100%;
}

.banner .carousel-page {
    margin-bottom: 95px;
}

.banner .carousel-page li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: none;
    border: 2px solid #fff;
    opacity: 1;
}

.banner .carousel-page li.active {
    background: #fff;
}

.banner .bslide {
    background: url(../images/bg-slide.png) no-repeat center bottom;
    background-size: 100% 72px;
    height: 80px;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
}

.banner .bslide .width {
    background: #fff;
    border-radius: 10px;
    height: 90px;
    box-shadow: 0 2px 26px rgba(0, 0, 0, 0.07);
}

.banner .bslide .userinfo {
    padding: 18px 25px;
    border-right: 1px solid #eee;
    display: flex;
}

.banner .bslide .userinfo .face {
    margin-right: 25px;
    font-size: 13px;
}

.banner .bslide .userinfo .face img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 2px;
}

.banner .bslide .userinfo .logintxt {
    color: #999;
    line-height: 24px;
}

.banner .bslide .userinfo .logintxt p {
    margin-top: 5px;
}

.banner .bslide .userinfo .logintxt p a {
    margin-right: 10px;
    border: 1px solid #ff6700;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 12px;
    color: #ff6700;
}

.banner .bslide .userinfo .logintxt p a:hover {
    background: #ff6700;
    color: #fff;
}

.banner .bslide .col-5 {
    border-right: 1px solid #eee;
    padding: 10px 0;
}

.banner .bslide .icon .col-3 {
    text-align: center;
    border-right: 1px dotted #ddd;
    padding-top: 10px;
}

.banner .bslide .icon .col-3:last-child {
    border: 0;
}

.banner .bslide .icon .col-3 a {
    color: #999;
    line-height: 30px;
}

.banner .bslide .icon .col-3 a i {
    display: block;
    font-size: 32px;
    color: #ff6700;
}

.banner .bslide .col-4 {
    padding: 0 20px;
}

.banner .bslide .col-4 li {
    border-bottom: 0;
    padding-left: 0;
}

.ey_index {
    background: #f5f5f5;
    padding: 15px 0;
    min-height: 400px;
}
.ey_list {
    background: #f5f5f5;
    min-height: 400px;
}
.ey_inside {
    background: #f5f5f5;
    border-top: 1px solid #eee;
}

.eyou_cargo {
    display: block;
    margin-top: 15px;
    padding-top: 3px;
    width: 100%;
}

.eyou_cargo .eyou-cap {
    text-indent: 0px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 200;
    color: #333;
}

.eyou_cargo .eyou_switch {
}

.eyou_cargo .eyou_switch li {
    margin: 0;
    padding: 0 10px;
}

.eyou_cargo .eyou_switch li a {
    color: #666;
}

.eyou_cargo .eyou_switch li.active {
    border-bottom: unset;
}

.eyou_cargo .eyou_switch li.active a {
    border-bottom: 2px solid #ff6700;
    color: #ff6700;
}

.eyou_cargo .eyou_major {
    margin-top: 5px;
    border-top: 0;
    display: flex;
}

.eyou_cargo .eyou_major .eyou_major-side {
    width: 234px;
    float: left;
    display: block;
}

.eyou_cargo .eyou_major .eyou_matter {
    flex: 1;
    padding: 15px 0;
}

.eyou_cargo .imgshow {
    margin: 0 0 -14px -14px;
    display: block;
}

.eyou_cargo_nice {
    list-style: none;
    width: 235px;
    margin: 14px 0 0 15px;
}

.eyou_cargo_nice li {
    padding: 0px;
    margin-bottom: 14px;
}

.eyou_cargo_nice li:last-child {
    margin-bottom: 0;
}

.eyou_cargo_nice li img {
    width: 100%;
    height: 319px;
}

.eyou_cargo_nice li:last-child img {
    width: 100%;
    height: 318px;
}

.eyou_cargo_nice li:hover {
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.eyou_links {
    margin: 15px auto 5px auto;
}
.eyou_links ul {
    display: flex;
    flex-wrap: wrap;
}
.eyou_links ul li {
    display: inline-block;
    width: 196px;
    height: 93px;
    color: #666;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #eee;
}
.eyou_links ul li a{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.eyou_links ul li a img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 4px;
}
.eyou_links ul li:nth-child(6n) {
    margin-right: 0;
}

.eyou_links a:hover {
    border-color: #ff6700;
    color: #555;
}

.ey_dbdh {
    padding: 10px 0 30px 0;
}

.ey_dbdh .col-9 {
    display: flex;
}

.ey_dbdh .col-9 .item {
    margin-right: 20px;
    padding: 0 20px;
    min-width: 130px;
}

.ey_dbdh .col-9 .item h4 {
    font-weight: 600;
    font-size: 15px;
}

.ey_dbdh .col-9 .item ul {
    list-style: none;
}

.ey_dbdh .col-9 .item ul li {
    line-height: 25px;
}

.ey_dbdh .col-9 .item ul li a {
    color: #999;
}

.ey_dbdh .col-9 .item ul li a:hover {
    color: #ff6700;
}

.ey_dbdh .col-3 {
    border-left: 1px solid #eaeaea;
    padding-left: 40px;
}

.ey_dbdh .col-3 .tel {
    color: #ff6700;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
}

.ey_dbdh .col-3 .tel i {
    font-size: 30px;
    color: #999;
    margin-right: 10px;
}

.ey_dbdh .col-3 .tel .date {
    font-size: 12px;
    color: #333;
    padding: 0 12px;
    display: inline-block;
}

.approve {
    line-height: 0;
}

.eyou_lb {
    margin: 0 0 20px 0;
}

.com_reveal {
    background: #fff;
    margin-top: 15px;
    display: flex;
}

.com_reveal_sku {
    box-shadow: none;
    margin-top: 0;
    display: table;
    width: 100%;
}

.com_reveal .zuoside {
    padding: 25px 20px 10px 30px;
    width: 580px;
}

.com_img {
    display: flex;
}

.com_img .great {
    text-align: center;
    width: 100%;
}

.com_img .great img {
    width: auto;
    max-width: 430px;
}

.com_img .great video {
    width: 100%;
    min-height: 400px;
    background: #fafafa;
}

.com_img .ey_little {
    text-align: center;
    margin-right: 10px;
    width: 120px;
    height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
}

.com_img .ey_little ul {
    list-style: none;
    width: 74px;
}

.com_img .ey_little ul li {
    border: 1px solid #eee;
    position: relative;
    background: #fff;
    padding: 7px;
    margin-bottom: 10px;
    cursor: pointer;
}

.com_img .ey_little ul li:hover {
    border-color: #ddd;
}

.com_img .ey_little ul li.active {
    border-color: #ff6700;
}

.com_img .ey_little ul li.active:before {
    background: #fff;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-left-color: #ff6700;
    border-top-color: #ff6700;
    position: absolute;
    content: '';
    transform: rotate(135deg);
    z-index: 2;
    width: .66em;
    height: .66em;
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
    top: 50%;
    right: -10px;
}

.com_sc .shouchang {
    float: left;
}

.com_sc .shouchang .eyou_like {
    position: relative;
    display: inline-block;
    padding: 0 .8rem;
    font-size: .7rem;
    line-height: 1.5rem;
    color: #595959;
    user-select: none;
}

.com_sc .shouchang .eyou_like .ey-tb-xx,
.com_sc .shouchang .eyou_like .ey-tb-coll {
    margin-right: .25rem;
    font-size: .7rem;
}

.com_sc .fenxiang {
    float: right;
}

.com_reveal .youside {
    padding: 20px 30px;
    flex: 1;
}

.com_reveal .youside h1 {
    font-size: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.com_reveal .youside .words {
    line-height: 24px;
    padding: 10px 0;
    color: #999;
}

.com_reveal .limit {
    background: linear-gradient(90deg, #ff6700 1%, #fb6c66 60%);
    padding: 8px 15px;
    color: #fff;
    margin-top: 10px;
    line-height: 30px;
}

.com_reveal .limit span {
    margin-right: 10px;
}

.com_reveal .limit .endtime {
    color: #fff;
    float: right;
}

.com_reveal .limit .endtime i {
    color: #fff;
}

.com_reveal .price {
    padding: 15px 0;
    border-top: 0;
    position: relative;
}

.com_reveal .price .shoujia {
    display: inline-block;
    color: #ff6700;
    font-size: 28px;
}

.com_reveal .price .shoujia em {
    color: #999;
    padding-right: 10px;
}

.com_reveal .price .yuanjia {
    display: inline-block;
    color: #999;
}

.com_reveal .price .yuanjia em {
    color: #999;
    padding-right: 10px;
}

.com_reveal .price ul {
    list-style: none;
}

.com_reveal .price ul li {
    line-height: 30px;
    color: #666;
}

.com_reveal .price ul li em {
    color: #999;
    padding-right: 10px;
}

.com_reveal .price ul li span {
    color: #ff6700;
}

.com_reveal .price ul li del {
    color: #999;
}

.com_reveal .price .qrcode {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 90px;
    height: 90px;
    text-align: center;
}

.com_reveal .price .qrcode canvas {
    width: 100%;
    background: #fff;
    padding: 6px;
    border: 1px solid #ddd;
}

.com_reveal .attribute {
    list-style: none;
    margin-top: 15px;
    padding: 0 10px;
    border-bottom: 1px solid #f3f3f3;
}

.com_reveal .attribute li {
    line-height: 40px;
    color: #555;
    font-size: 13px;
}

.com_reveal .attribute li em {
    color: #999;
    padding-right: 15px;
}

.com_reveal .activity {
    list-style: none;
    padding: 0 10px;
    margin-top: 15px;
}

.com_reveal .activity li {
    line-height: 30px;
    display: flex;
    color: #555;
    font-size: 13px;
}

.com_reveal .activity li em {
    color: #999;
}

.com_reveal .activity li span {
    color: #ff6700;
    padding-right: 5px;
}

.com_reveal .activity li dl {
    margin-top: 3px;
}

.com_reveal .activity li dl dt {
    font-weight: normal;
    line-height: 24px;
}

.com_reveal .skushow {
    list-style: none;
    margin-top: 15px;
}

.com_reveal .skushow p {
    background: #ff6700;
    color: #fff;
    font-size: 14px;
    padding: 10px 0 10px 20px;
    display: none;
}

.com_reveal .skushow li {
    line-height: 30px;
    display: flex;
    color: #555;
    font-size: 13px;
}

.com_reveal .skushow li em {
    color: #999;
    display: inline-block;
    font-size: 13px;
    min-width: 54px;
    padding-top: 5px;
}

.com_reveal .skushow li span {
    color: #ff6700;
    padding-right: 5px;
}

.com_reveal .skushow li dl {
    margin-top: 3px;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.com_reveal .skushow li dl dt {
    font-weight: normal;
    width: 32.3%;
    min-width: 35px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #eee;
    padding: 6px 8px;
    margin: 0 8px 8px 0;
    cursor: pointer;
    position: relative;
}

.com_reveal .skushow li dl dt:nth-child(3n) {
    margin-right: 0;
}

.com_reveal .skushow li dl dt:hover {
    border: 1px solid #ff6700;
}

.com_reveal .skushow li dl dt:hover a {
    color: #ff6700;
}

.com_reveal .skushow li dl dt i {
    position: absolute;
    right: 1px;
    bottom: -6px;
    color: #fff;
    z-index: 20;
    font-size: 8px;
    display: none;
}

.com_reveal .skushow li dl dt.selected {
    border: 1px solid #ff6700;
}

.com_reveal .skushow li dl dt.selected a {
    color: #ff6700;
}

.com_reveal .skushow li dl dt.selected:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    color: #ff6700;
    width: 0;
    height: 0;
    border-bottom: 20px solid #ff6700;
    border-left: 20px solid transparent;
    z-index: 10;
}

.com_reveal .skushow li dl dt.selected i {
    display: block;
}

.com_reveal .sku_selected {
    border: 1px solid #ff6700;
    padding: 0;
}

.com_reveal .sku_selected li {
    padding: 0 15px 0 15px;
}

.com_reveal .sku_selected li:last-child {
    padding-bottom: 15px;
}

.com_reveal .sku_selected p {
    display: block;
    margin-bottom: 15px;
}

.com_reveal .action {
    list-style: none;
    margin-top: 15px;
    clear: both;
}

.com_reveal .action li {
    display: flex;
    padding: 6px 0;
    align-items: center;
}

.com_reveal .action li em {
    color: #999;
    width: 56px;
    display: inline-block;
    font-size: 13px;
}

.com_reveal .action li button {
    margin-right: 10px;
}

.com_reveal .action li u {
    margin-left: 15px;
    font-style: normal;
    color: #555;
    text-decoration: none;
}

.com_reveal .action li .btn {
    font-size: 15px;
    padding: 4px 25px;
}

.com_reveal .action li .goumai {
    width: 298px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    padding: 0;
}

.com_reveal .action li .jiaru {
    width: 140px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    padding: 0;
}

.com_reveal .action li .btn [class*=ui-icon-] {
    font-size: 20px;
}

.com_reveal .selected-list {
    background: #f9f9fa;
    padding: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.com_reveal .selected-list ul {
    padding: 0;
    margin: 0;
    display: grid;
}

.com_reveal .selected-list ul li {
    list-style: none;
    line-height: 30px;
    color: #616161;
}

.com_reveal .selected-list ul li .guiname {
    float: left;
}

.com_reveal .selected-list ul li .guijiage {
    float: right;
}

.com_reveal .selected-list .total-price {
    color: #ff6700;
    font-size: 24px;
    padding-top: 20px;
}

.com_reveal .selected-list ul li:first-child {
    margin-top: 0;
}

.com_reveal_footer {
    display: flex;
    margin-top: 15px;
}

.com_reveal_footer .recommend-side {
    width: 100%;
    padding: 25px 18px;
}

.com_reveal_footer .recommend-side .boxs {
    background: #fff;
}

.com_reveal_footer .recommend-side .boxs .h2-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #11192d;
    margin-bottom: 24px;
}

.likepro {
    max-height: 686px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.likepro a.pro-card {
    width: 225px;
    float: left;
    cursor: pointer;
    margin-right: 16px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.likepro a.pro-card:nth-child(5n) {
    margin-right: 0;
}

.likepro a.pro-card .card-pic {
    height: 225px;
    width: 225px;
    border-radius: 8px;
    background-color: #efefef;
    overflow: hidden;
}

.likepro a.pro-card img {
    width: 100%;
    height: 100%;
}

.likepro a.pro-card .card-wrapper {
    width: 100%;
}

.likepro a.pro-card .card-wrapper .card-title{
    margin-top: 8px;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    color: #11192d;
    letter-spacing: 0;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.likepro a.pro-card .card-wrapper .card-price {
    margin-top: 8px;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
}
.likepro a.pro-card .card-wrapper .card-price .symbol{
    font-size: 14px;
    margin-bottom: 3px;
    color: #ff6700;
}
.likepro a.pro-card .card-wrapper .card-price .price{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #ff6700;
}
.likepro a.pro-card .card-wrapper .card-price .sales {
    font-size: 14px;
    color: #50607a;
    letter-spacing: 0;
    /* line-height: 16px; */
    margin-left: 13px;
    margin-bottom: 3px;
}
.com_reveal_footer .youside {
    background: #fff;
    flex: 1;
}
.com_reveal_footer .youside .eyou_switch_box {
    display: flex;
}

.com_reveal_footer .youside .eyou_switch {
    flex: 1;
    border-bottom: 1px solid #eee;
}

.com_reveal_footer .youside .eyou_switch li {
    padding: 2px 15px;
    position: relative;
}
.com_reveal_footer .youside .qrcode_switch_dropdown {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 14px;
    height: 50px;
    position: relative;
    width: 160px;
    background-color: #ededed;
    cursor: pointer;
}
.com_reveal_footer .youside .qrcode_switch_dropdown a {
    color: #666;
    font-size: 14px;
}
.com_reveal_footer .youside .qrcode_switch_dropdown i.ey-tb-scan {
    font-size: 15px;
    margin-right: 4px;
}
.com_reveal_footer .youside .qrcode_switch_dropdown .qrcode {
    display: none;
    position: absolute;
    height: 160px;
    padding: 6px;
    right: 0;
    top: 100%;
    width: 160px;
    background-color: #fff;
    border: 1px solid #eee;
    z-index: 99;
}
.com_reveal_footer .youside .qrcode_switch_dropdown:hover .qrcode {
    display: block;
}
.com_reveal_footer .youside .qrcode_switch_dropdown .qrcode img {
    display: block;
    height: 100%;
    width: 100%;
}
.com_reveal_footer .youside .eyou_matter {
    padding: 25px 18px;
    max-width: calc(100% - 373px);
}
.com_reveal_footer .youside .eyou_matter .newattr-info {
    width: 100%;
}
.com_reveal_footer .youside .eyou_matter .newattr-info .newattr-info-tab {
    width: 100%;
    border-top: 1px solid #f0f3f5;
    border-left: 1px solid #f0f3f5;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
}
.com_reveal_footer .youside .eyou_matter .newattr-info .newattr-info-tab .newattr-info-item {
    width: 50%;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #f0f3f5;
    border-right: 1px solid #f0f3f5;
    position: relative;
}
.com_reveal_footer .youside .eyou_matter .newattr-info .newattr-info-tab .newattr-info-item .newattr-info-item-title{
    width: 160px;
    min-height: 60px;
    height: 100%;
    font-size: 14px;
    color: #11192d;
    letter-spacing: 0;
    line-height: 18px;
    padding: 0 24px;
    background: #f3f6f8;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}
.com_reveal_footer .youside .eyou_matter .newattr-info .newattr-info-tab .newattr-info-item .newattr-info-item-content {
    width: 240px;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0 24px;
    font-size: 14px;
    color: #11192d;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
}
.eyou_essay {
    display: flex;
    margin: 15px 0;
}

.eyou_essay .box {
    background: #fff;
    padding: 5px 20px 10px 20px;
}

.essay-zc {
    width: 260px;
    margin-right: 20px;
}

.essay-yc {
    flex: 1;
}

.eyou_dhlb {
    list-style: none;
}

.eyou_dhlb li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.eyou_dhlb li.active a {
    color: #ff6700;
}

.news_reveal {
    padding: 15px 0;
}

.news_reveal h1 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.news_reveal .info {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #999;
    font-size: 13px;
}

.news_reveal .eyou_rec {
    min-height: 300px;
    word-break: break-all;
}

.news_reveal .eyou_rec * {
    max-width: 100%;
}

.news_reveal .eyou_rec p {
    margin: 5px 0 15px 0;
    line-height: 25px;
    font-size: 14px;
}

.news_reveal .eyou_rec:after {
    content: "";
    display: table;
    clear: both;
}

.action .inputnumber {
    width: 0px;
    border: 0px;
}

.swiperBannerContainer {
    position: relative;
    margin: 0 auto;
    height: 450px;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}

.swiperBannerContainer .btn-panel {
    width: 81%;
    height: 40px;
    top: 220px;
    right: 0;
    position: absolute;
    text-align: center;
}

.swiperBannerContainer .btn-panel .btns {
    padding-left: 40px;
    padding-right: 40px;
    height: 40px;
    position: relative;
}

.swiperBannerContainer .btn-panel .btns .prev {
    display: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    float: left;
    background: url("../images/prevnormal.png") center no-repeat;
}

.swiperBannerContainer .btn-panel .btns .prev:hover {
    background: url("../images/prevhover.png") center no-repeat;
}

.swiperBannerContainer .btn-panel .btns .next {
    display: none;
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url("../images/nextnormal.png") center no-repeat;
}

.swiperBannerContainer .btn-panel .btns .next:hover {
    background: url("../images/nexthover.png") center no-repeat;
}

.swiperBannerContainer .pagination {
    position: absolute;
    z-index: 20;
    bottom: 0;
    right: 30px;
    width: auto;
    text-align: center;
}

.swiperBannerContainer .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../images/circle.png") center no-repeat;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}

.swiperBannerContainer .swiper-active-switch {
    width: 30px;
    background: url("../images/gun.png") center no-repeat;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
}

.dataTables_paginate {
    text-align: center;
}

.shop_pages {
    padding-top: 20px;
    text-align: center
}

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #666;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #23527c
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #ff6700;
    border-color: #ff6700;
    color: #fff;
    cursor: default;
    z-index: 2
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    background-color: #fff;
    border-color: #ddd;
    color: #555;
    cursor: pointer
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    font-size: 18px;
    padding: 10px 16px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    font-size: 12px;
    padding: 5px 10px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    list-style: outside none none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px
}

.pager li>a:focus,
.pager li>a:hover {
    background-color: #eee;
    text-decoration: none
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    background-color: #fff;
    color: #777;
    cursor: not-allowed
}

.dataTables_paginate {
    text-align: center
}

.eyoucms_m {
    background: #f7f7f5;
}

.eyou_gg {
    position: relative;
    width: 1226px;
    margin: 0 auto;
    list-style-type: none;
}

.eyou_gg .info {
    position: relative
}

.eyou_gg .subject {
    padding: 38px 0 25px;
    color: #333;
    font-size: 24px;
    line-height: 1;
    text-align: center
}

.eyou_gg .box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    line-height: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.eyou_gg .box-list:after {
    content: "";
    width: 100%
}

.eyou_gg .box,
.eyou_gg .box-list:after {
    display: inline-block;
    vertical-align: top
}

.eyou_gg .box {
    position: relative;
    margin-bottom: 10px;
    font-size: 0;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.eyou_gg .box:hover {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.eyou_gg.pc_6 .box {
    width: 293px
}


.eyou_gg .box>a {
    display: block
}

.eyou_gg .box>a>img {
    position: relative;
    vertical-align: top;
    width: 100%;
    display: inline-block
}

.eyou_gg.pc_6 .box>a>img {
    margin: 43px auto 0;
    width: 172px;
    height: 172px
}

.eyou_gg .name {
    padding-top: 16px;
    color: #333;
    font-size: 16px;
    line-height: 30px
}

.eyou_gg .feature {
    padding: 2px 15px 40px;
    height: 24px;
    color: #333;
    font-size: 12px;
    line-height: 24px
}

.eyou_gg .feature,
.eyou_gg .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.eyou_gg .price {
    color: #f51919;
    font-size: 16px;
    line-height: 1
}

.eyou_gg .prodinfo {
    position: relative
}

.ey_index .home-banner-box {
    width: 1226px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.ey_index .home-banner-box a {
    overflow: hidden;
    width: 100%;
}
.ey_index .home-banner-box a img {
    width: 100%;
    height: auto;
}

