body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 14px/1.5 "Open Sans", "Arial", \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    outline: 0;
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.none {
    display: none;
}

.empty-small {
    display: none;
    color: #666;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
}

.wx_show_active {
    display: block;
}

.loaddingBox {
    text-align: center;
    line-height: 60px;
}

.loaddingBox img {
    margin: 0 auto;
    display: inline-block;
    width: 32px;
    height: 32px;
}

.success-init-cart {
    display: none;
}

#miniCarLodding {
    text-align: center;
    height: 30px;
}

#miniCarLodding img {
    margin: 0 auto;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.success-init-cart p {
    color: #909090;
    font-family: OpenSans;
    font-size: 14px;
    /* margin-top: 40px; */
    position: relative;
    top: 40px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.msg-cart-chekout {
    background: #f76904;
    border: 1px solid #f76904;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 200px;
    line-height: 40px;
    margin-right: 20px;
    cursor: pointer;
}

.msg-cart-shopping {
    display: inline-block;
    height: 40px;
    width: 200px;
    line-height: 40px;
    background-color: #fff;
    color: #f76904;
    border: 1px solid;
    margin-right: 20px;
    cursor: pointer;
}

.radius-tick {
    display: inline-block;
    width: 45px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 30px;
    margin-right: 15px;
    color: #fff;
    background-color: #56bdab;
}

.msg-cart-box {
    width: 480px;
    height: 180px;
    margin: 250px auto;
    background-color: #ffffff;
    text-align: center;
    border-radius: 5px;
}

/* 主体 */
.container {
    width: 1400px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    margin: 0 auto;
    padding-top: 77px;
}

#preview {
    width: 400px;
    background: #fff;
}

#preview img {
    display: block;
    width: 100%;
}

/* 头部样式 */
.header {
    width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
}

.header-language {
    position: absolute;
    left: 90px;
    top: 20px;
    width: 130px;
}

.header-left {
    width: 550px;
    height: 64px;
    float: left;
}

.header-left .logo {
    margin-top: -15px;
    height: 64px;
    width: 180px;
    overflow: hidden;
}

.header-left .logo a {
    display: table-cell;
    vertical-align: middle;
}

.header-left .logo img {
    height: 64px;
    width: 180px;
}

.language {
    margin-right: 10px;
}

.header-search {
    width: 450px;
    float: left;
    /* border: 1px solid #000000; */
}

.header-search input {
    width: 350px;
    border: 0;
    height: 35px;
    line-height: 40px;
    overflow: hidden;
    outline: none;
    border-radius: 20px;
}

.search-w {
    width: 400px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding: 0 10px;
    border: 1px solid #000000;
    text-indent: 16px;
    outline: none;
    border-radius: 20px;
}

.header-search label {
    position: relative;
    left: 0px;
    top: 2px;
    cursor: pointer;
    line-height: 40px;
    height: 40px;
}

.header-right {
    width: 400px;
    float: left;
    padding-top: 8px;
    /* border: 1px solid #000000; */
}

.buy_cart {
    display: inline-block;
    width: 210px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 20px;
    background: #e7431b;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    margin-right: 15px;
    border: 0;
    outline: none;
}

.header-right .regist {
    margin-left: 35px;
    margin-right: 22px;
    color: #666666;
    float: left;
    position: relative;
}

.header-right .select_currency {
    margin-right: 15px;
    color: #666666;
    float: left;
    position: relative;
}

.header-right .select_currency #select_opt {
    border: 0;
}

.header-right .My {
    margin-left: 40px;
    cursor: pointer;
    color: #666666;
    float: left;
    position: relative;
}

.Mymain li {
    color: #666666;
    border: 0;
}

.My span {
    padding: 0 5px;
    display: inline-block;
    width: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.regist span {
    padding: 0 10px;
}

.header-right .line {
    color: #666;
    float: left;
    line-height: 107px;
    width: 1px;
    height: 24px;
    background-color: #989898;
    margin: 0 15px;
}

.header-right .cart {
    margin-left: 0px;
    float: left;
    position: relative;
}

#cartIcon {
    cursor: pointer;
}

.cart-num {
    position: relative;
    min-width: 15px;
    padding: 0 1px;
    height: 15px;
    background: #ec6f52;
    line-height: 15px;
    border-radius: 30px;
    text-align: center;
    color: #ffffff;
    top: -15px;
    right: 10px;
    display: inline-block;
    font-size: 12px;
}

.header_nav {
    width: 1400px;
    margin: 0 auto;
    height: 55px;
    overflow: hidden;
}

/* 二级菜单 */
.nav {
    /* width: 1400px;
    margin: 0 auto; */
    /* border: 1px solid red; */
    text-align: center;
    clear: both;
}

ul,
li {
    list-style: none;
}

.nav li {
    padding: 0 35px;
    float: left;
    cursor: pointer;
    white-space: nowrap;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    z-index: 990;
    margin-bottom: 0px;
}

.nav li:first-child {
    margin-left: 155px;
}

.nav li a {
    color: #000000;
    text-decoration: none;
}

.nav li a:hover {
    color: #666666;
}

.nav li dl {
    /* border: 1px solid #000000; */
    position: absolute;
    top: 188px;
    z-index: 1000;
    -moz-box-shadow: 1px 2px 2px #aaaaaa;
    /* 老的 Firefox */
    box-shadow: 1px 2px 2px #aaaaaa;
    margin-left: -20px;
    background: #ffffff;
    display: none;
    /* width: 230px; */
}

.nav li dl dd {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.nav .sub-menu {
    position: absolute;
    top: 0;
    left: 230px;
    z-index: 1001;
    background: #fff;
    -moz-box-shadow: 1px 1px 2px 1px #aaaaaa;
    /* 老的 Firefox */
    box-shadow: 1px 1px 2px 1px #aaaaaa;
    /* width: 230px; */
    display: none
}

.nav>li>dl dd a {
    color: #000000;
    /* border: 1px solid #000000; */
    margin-right: 5px;
    font-size: 16px;
    font-family: verdana;
    text-decoration: none;
    padding: 10px 15px 10px 20px;
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: left;
}

.nav>li>dl dd a:hover {
    color: #666666;
    background: #ffffff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* 个人中心下拉 */
#My .Mymain {
    background-color: #fff;
    border: 1px solid #eee;
    display: none;
    width: 120px;
    position: absolute;
    z-index: 1001;
    top: 31px;
    left: -39px;
    white-space: nowrap;
}

#My .Mymain li {
    width: 100%;
    border-bottom: 1px dashed #d6d6d6;
    position: relative;
    color: #666;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#My .Mymain li:last-child {
    border-bottom: none;
}

#My .Mymain li a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    display: block;
}

#My .Mymain li a:hover {
    color: #000000;
    font-size: 14px;
}

#username .Mymain {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    display: none;
    width: 100px !important;
    position: absolute;
    z-index: 1001;
    top: 31px;
    left: -39px;
    white-space: nowrap;
}

#username .Mymain li {
    width: 100%;
    border-bottom: 1px dashed #d6d6d6;
    position: relative;
    color: #666666;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#username .Mymain li:last-child {
    border-bottom: none;
}

#username .Mymain li a {
    text-decoration: none;
    color: #666666;
    font-size: 14px;
}

#username .Mymain li a:hover {
    color: #000000;
    font-size: 14px;
}

/* 购物车下拉 */
.main {
    width: 420px;
    background-color: #ffffff;
    border: 1px solid #7b7b7b;
    display: none;
    position: absolute;
    z-index: 1001;
    top: 31px;
    left: -195px;
}

.shot {
    color: red;
    position: relative;
    top: -15px;
}

.sm_progress_box{
    width: 90%;
    color: #333333;
    margin: 20px auto 0;
    line-height: 20px;
    position: relative;
}
.sm_progress_box .sm_bg{
    top: -17px;
    width: 30px;
    position: absolute;
    left: 0;
    transition: left 0.5s ease-in-out;
}
.sm_progress_box .sm_progress_container {
    width: 100%; /* 容器宽度 */
    background-color: #e0e0e0; /* 灰色背景 */
    height: 8px; /* 高度 */
    border-radius: 10px; /* 圆角 */
    overflow: hidden; /* 隐藏超出部分 */
}
 
.sm_progress_box .sm_progress_bar {
    height: 100%; /* 与容器高度相同 */
    background-color: #e6421c; /* 蓝色进度条 */
    border-radius: inherit; /* 继承圆角 */
    transition: width 0.5s ease-in-out; /* 平滑过渡效果 */
}

.main-list {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #eeeeee;
}

.main-list::-webkit-scrollbar {
    border-radius: 10px;
    width: 5px;
}

.main-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #eeeeee;
}

.main-list::-moz-scrollbar {
    border-radius: 10px;
    width: 5px;
}

.main-list::-moz-scrollbar-thumb {
    border-radius: 10px;
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #eeeeee;
}

/* .main li:nth-child(2) {
    margin-top: 80px !important;
} */
.main-list {
    padding: 0 20px;
}

.main-list>ul li {
    border-bottom: 1px solid #b3b3b3;
    padding-top: 20px;
    padding-bottom: 15px;
}

.main-list>ul li:first-child {
    padding-top: 14px;
}

.main-list>ul li .goodsImg {
    float: left;
    width: 124px;
    height: 132px;
    overflow: hidden;
}

.main-list>ul li .goodsImg img {
    width: 100%;
}

.main-list>ul li .goodsMsg {
    margin-left: 138px;
}

.main-list>ul li .goodsMsg .g-title {
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 42px;
    cursor: pointer;
}

.main-list>ul li .goodsMsg .g-price {
    font-size: 18px;
    color: #cd401f;
    line-height: 28px;
}

.main-list>ul li .goodsMsg .g-price span {
    font-size: 14px;
}

.main-list>ul li .goodsMsg .g-size {
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    height: 30px;
    display: inline-block;
    border: 1px solid #000;
    margin-right: 10px;
}

.main-list>ul li .goodsMsg .g-number {
    font-size: 16px;
    line-height: 40px;
}

.main-list>ul li .goodsMsg .g-number span {
    color: #666;
}

.kkk {
    width: 100%;
    height: 1200px;
    background-color: #fff;
}

.close {
    padding: 20px 20px 0 20px;
}

.cart-img {
    width: 125px;
    height: 165px;
    padding: 0px 5px 5px 10px;
}

.main-cart {
    font-size: 24px;
}

.main-close {
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/common/close.png) 0px 0px no-repeat;
    cursor: pointer;
}

.cart-money {
    font-size: 18px;
    color: #e8421c;
}

.cart-img img {
    width: 100%;
    height: 100%;
}

.cart-size {
    font-size: 16px;
    color: #666;
}

.cart-size-num {
    max-width: 28px;
    height: 35px;
    padding: 0px 5px;
    font-size: 12px;
    border: 1px solid #666;
    color: #000;
    margin-bottom: 5px;
    text-align: center;
    line-height: 35px;
}

.cart-size-Quan {
    margin-top: 40px;
    margin-bottom: 15px;
    /* color: #666666; */
    font-size: 16px;
    /* display: inline-block; */
    font-family: OpenSans;
    font-weight: 400;
    color: #666;
}

.cart-size-Quan span {
    color: #000;
}

.availabvle {
    height: 14px;
    font-size: 16px;
    margin-left: 10px;
    font-family: OpenSans;
    font-weight: 400;
    color: #666666;
}

.cart-detail {
    position: absolute;
    top: -5px;
    width: 215px;
    line-height: 30px;
    right: -10px;
}

.cart-detail h5 {
    line-height: 20px;
}

.main-price {
    height: 120px !important;
    line-height: 30px;
    text-align: center;
    position: relative;
}

.main-price span {
    display: inline-block;
}

.main-Cart-Subtotal {
    font-size: 18px;
    margin-right: 10px;
}

.main-Cart-symbol {
    font-size: 24px;
    color: #e8421c;
}

.main-Cart-symbol i {
    font-size: 16px;
    color: #e8421c;
    font-style: normal;
}

.main-num {
    font-size: 18px;
    margin-left: 35px;
    margin-right: 15px;
    color: #e8421c;
}

.main-Cart-item {
    font-size: 18px;
}

.mian-cart-discount {
    display: none;
}

.view-cart {
    width: 280px;
    height: 40px;
    line-height: 40px;
    background: #f54337;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
}

a.view-cart {
    color: #fff;
    text-decoration: none;
}

.view-cart:hover {
    background-color: #e8421c;
}

.close span:last-child {
    display: inline-block;
    margin-left: 300px;
}

.addfavorite {
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #202020;
    line-height: 12px;
}

/* 底部样式 */
.footer {
    width: 100%;
    margin: 0 auto;
    /* height: 414px; */
    color: #ffffff;
    background-color: #e9e9e9;
    /* border: 1px solid #000000; */
}

.footer .f_box {
    width: 1400px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.footer .w {
    padding: 40px 0 0 0;
}

.footer .container-top {
    margin-bottom: 36px;
    float: left;
    height: 150px;
    margin-top: 20px;
    margin-left: 85px;
    margin-right: 0px;
}

.footer .container-top ul {
    float: left;
    margin-right: 80px;
}

.footer .container-top ul li {
    color: #9a9a9a;
    line-height: 24px;
}

.footer .container-top ul li:hover a {
    color: #e6421c;
}

.footer .container-top ul:first-child {
    margin-right: 90px;
}

.footer .container-top ul li.title {
    font-size: 24px;
    font-family: OpenSans;
    font-weight: 400;
    color: #303030;
    margin-bottom: 16px;
}

.footer .container-top li a {
    font-size: 16px;
    font-family: OpenSans;
    /* font-weight: 400; */
    color: #303030;
    /* line-height: 18px; */
    color: #a6a7aa;
    text-decoration: none;
}

.footer .container-top .contact .Img {
    width: 40px;
    height: 40px;
    margin-right: 16px;
}

.footer .contact img:last-child {
    margin-right: 0;
}

.footer .contact .wx,
.footer .contact .app {
    float: left;
}

.footer .contact .ewm {
    width: 96px;
    height: 96px;
    position: absolute;
    display: none;
    top: -126px;
}

.footer .contact .wx .ewm {
    left: -28px;
}

.footer .contact .app .ewm {
    left: 28px;
}

.footer .copyright {
    bottom: 0px;
    width: 100%;
    height: 45px;
    clear: both;
    /* border-top: 1px solid #656973;
    border-bottom: 1px solid #656973; */
    /* margin-bottom: 36px; */
}

.footer .copyright span {
    display: block;
    text-align: center;
}

.footer .copyright p {
    color: #000000;
    text-align: center;
}

.footer .other {
    text-align: center;
    color: #d6d6d6;
}

.footer .footer-right {
    width: 450px;
    height: 150px;
    float: left;
    margin-top: 20px;
}

.footer .footer-right h2 {
    font-size: 24px;
    font-family: OpenSans;
    font-weight: 400;
    color: #303030;
    line-height: 18px;
}

.footer .footer-right p {
    color: #303030;
    font-size: 24px;
}

.footer .footer-right .footer-form {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 400px;
    height: 38px;
}

.footer .footer-right .footer-form input {
    height: 36px;
    line-height: 42px;
    width: 260px;
    text-indent: 10px;
    outline: none;
    float: left;
    margin-right: 5px;
}

.footer .footer-right .footer-form span {
    cursor: pointer;
    border: 1px solid #000000;
    color: #666666;
    text-align: center;
    font-size: 18px;
    width: 120px;
    height: 38px;
    line-height: 38px;
    float: left;
}

.footer-span {
    display: inline-block;
    margin-top: 35px;
    margin: 10px 0 0 40px;
}

.footer-right span:nth-child(3) {
    margin-left: 0;
}

.footer .friend {
    clear: both;
    text-align: center;
    padding: 10px 0;
}

.footer .friend span {
    margin: 0 20px;
    text-align: center;
    display: inline-block;
}

.footer .friend a {
    color: #a6a7aa;
}

.footer .friend a:hover {
    color: #108cee;
}

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

.fz-14 {
    font-size: 14px;
}

.clearfix:after {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}

.clearfix {
    *zoom: 1;
}

.mt10 {
    margin-top: 10px;
}

.none {
    display: none;
}

.shop-price.del-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #ccc;
}

.shop-price i {
    font-style: normal;
}

/* ******************************返回顶部************************************** */
.izl-rmenu {
    position: fixed;
    right: 10px;
    margin-left: 532px;
    bottom: 150px;
    padding-bottom: 73px;
    background: url(../img/common/r_b.png) 0px bottom no-repeat;
    z-index: 999;
}

.izl-rmenu .btn {
    width: 50px;
    height: 50px;
    margin-bottom: 1px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0px 1px 6px 2px #eeeeee;
}

.izl-rmenu .btn-qq {
    background: url(../img/common/r_qq.png) -5px -5px no-repeat;
}

.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
    background: url(../img/common/r_qq.png) center no-repeat;
    background-color: #6da9de;
    text-decoration: none;
    display: block;
}

.izl-rmenu .btn a {
    display: block;
    color: #666666;
}

.izl-rmenu .btn-qq .qq {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: none;
}

.izl-rmenu .btn-phone {
    background: url(../img/common/r_phone.png) -5px -5px no-repeat;
}

.izl-rmenu .btn-phone .phone {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: none;
}

/* 微信 */
.izl-rmenu .btn-wx {
    background: url(../img/common/r_wx.png) -5px -5px no-repeat;
}

.izl-rmenu .btn-wx .wx {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: none;
}

.izl-rmenu .btn-wx .wx-three {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    position: absolute;
    width: 100px;
    left: -100px;
    top: 0px;
    height: 100px;
    line-height: 100px;
    color: #666666;
    font-size: 18px;
    text-align: center;
    display: none;
}

.izl-rmenu .btn-wx .wx-three>img {
    width: 100%;
    height: 100%;
}

/* 邮件 */
.izl-rmenu .btn-email {
    background: url(../img/common/r-email.png) -5px -5px no-repeat;
}

.izl-rmenu .btn-email .email {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: none;
}

/* 搜狗 */
.izl-rmenu .btn-sg {
    background: url(../img/common/r-sougou.png) -5px -5px no-repeat;
}

.izl-rmenu .btn-sg .sg {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: none;
}

/* 淘宝 */
.izl-rmenu .btn-tb {
    background: url(../img/common/r.tb.png) -5px -5px no-repeat;
}

.izl-rmenu .btn-tb .tb {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: none;
}

/* 控制类 */
.izl-rmenu .btn-show {
    background: url(../img/common/r_show.png) -5px -5px no-repeat;
}

.izl-rmenu .btn-top {
    background: url(../img/common/r_top.png) -5px -5px no-repeat;
    display: none;
}

.js-hide {
    display: none;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

/**************************************** 购物车弹窗层******************************** */
.prictershow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.close-cart-pop {
    position: relative;
    left: 1460px;
    font-size: 30px;
    top: 43px;
    cursor: pointer;
    z-index: 1000;
    color: #3f3f3f;
    font-style: normal;
    font-family: "微软雅黑";
}

.prictermodel {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.picture {
    margin: 0 auto;
    /* display: none; */
}

/* 顶部关闭 */
.picture .picture_top {
    background: #f3f3f3;
    height: 33px;
    color: #000;
}

.picture .picture_top a {
    float: right;
    font-size: 30px;
    line-height: 27px;
    padding-right: 5px;
    position: absolute;
    right: 0px;
    text-decoration: none;
    color: #3f3f3f;
    font-family: "微软雅黑";
}

/*图片样式,以及宽高比*/
.picture .picture_bottom {
    width: 100%;
    height: 860px;
    background: #fff;
}

/* **************缩略图*************** */
.v_out {
    overflow: hidden;
}

/*右边放大容器*/
.v_show {
    width: 550px;
    overflow: hidden;
    position: relative;
    height: 700px;
    left: 100px;
    top: 20px;
    float: left;
    border: 0px solid #000000;
    margin-left: 20px;
}

/* // 滑动宽度 */
.v_cont {
    width: 6650px;
    position: absolute;
    left: 0px;
    top: 0px;
}

/* // 容器 */
.v_cont ul {
    float: left;
    text-align: center;
    line-height: 50px;
}

.v_cont ul li {
    width: 550px;
    background: #f8f8f8;
    float: left;
    margin-top: 3px;
}

.v_cont ul li img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*---圆圈---*/
.v_out_p {
    position: relative;
    overflow: visible;
}

/*缩略图容器*/
.circle {
    position: absolute;
    left: 15px;
    top: 20px;
    height: 690px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #eeeeee;
}

.circle::-webkit-scrollbar {
    border-radius: 10px;
    /*滚动条的背景颜色*/
    width: 5px;
}

.circle::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*滚动条的圆角*/
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #eeeeee;
    /*滚动条的背景颜色*/
}

/*缩略图的LI*/
.circle li {
    width: 110px;
    height: 110px;
    margin-right: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    cursor: pointer;
}

.circle li img {
    /* width: 100%; */
    height: 100%;
}

.circle .circle-cur {
    border: 1px solid #f54337;
}

/*---切换---*/
.prev,
.next {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    line-height: 50px;
}

.prev {
    position: relative;
    left: 160px;
    top: 300px;
    cursor: pointer;
    z-index: 1000;
}

.prev a {
    width: 46px;
    height: 46px;
    display: inline-block;
    background: url(../img/common/z-1.png) no-repeat;
}

.prev a:hover {
    background: url(../img/common/z.png) no-repeat;
}

.next {
    position: relative;
    left: 60px;
    top: 300px;
    cursor: pointer;
}

.next a {
    width: 46px;
    height: 46px;
    display: inline-block;
    background: url(../img/common/y-1.png) no-repeat;
}

.next a:hover {
    background: url(../img/common/y.png) no-repeat;
}

/* ********************************** */
.product_x {
    font-size: 11px;
    margin-left: 10px;
}

/* 弹窗选择商品信息 */
.pricture_detail {
    width: 500px;
    /* border: 1px solid #000000; */
    /* margin-left: 730px;
    margin-top: -820px; */
    /* border: 1px solid red; */
    /* position: absolute; */
    /* margin-top: -690px !important; */
    margin-left: 770px !important;
    position: inherit !important;
    /* right: 475px; */
}

.pricture_name {
    font-size: 30px;
    position: relative;
    top: 18px;
    font-family: OpenSans;
    font-weight: 400;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.pricture_name .violet_sm_btn{
    background-color: #fef0f0;
    border: 1px solid #f78989;
    font-size: 14px;
    color: #F56C6C;
    width: 70px;
    height: 26px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    margin-right: 5px;
    font-weight: normal;
    position: relative;
    top: -4px;
    border-radius: 5px;
} 
.pre_sale_hint{
    margin-top:5px;
}
.pre_sale_hint .pre_sale_cart{
    width: 39px;
    height: 23px;
    display:inline-block;
    margin-right:5px;
}
.pre_sale_hint .pre_sale_text{
    font-size: 16px;
    color: #7F7F7F;
}
.pre_sale_hint .pre_sale_text i{
    text-decoration: underline;
    font-style: normal;
}
.pricture_letter {
    font-size: 14px;
    font-family: OpenSans;
    font-weight: 400;
    color: #666666;
}

.pricture_code {
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #787878;
    margin-top: 15px;
    margin-bottom: 15px;
}

.price-wrap {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #666;
}

.price-wrap .shop-price {
    color: #cd401f;
    font-size: 24px;
}

.price-wrap del.shop-price {
    color: #787878;
    font-size: 18px;
}

.pricture_detail p:nth-child(4) span {
    font-family: OpenSans;
    font-weight: 400;
    text-decoration: line-through;
    color: #787878;
    font-size: 18px;
}

.pricture_detail p:nth-child(5) {
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #666666;
    margin-top: 30px;
}

.Quan {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #666666;
}

/* 点赞 */
.zank {
    background: url("../img/common/favo.png") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 20px;
    margin-left: 16px;
    cursor: pointer;
}

.zank-cart {
    margin-left: 0px !important;
}

.zankk {
    background: url("../img/common/favo.png") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 20px;
    margin-left: 16px;
    cursor: pointer;
}

.zank-active {
    background: url("../img/common/favo-1.png") no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 16px;
    cursor: pointer;
}

/* 数量加减 */
.num {
    margin-bottom: 20px;
}

.num span {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently

        not supported by any browser */
}

.num .reduc {
    width: 33px;
    height: 33px;
    line-height: 33px;
    margin-right: 15px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #666666;
    border: 1px solid #666666;
}

.num .reduc:hover {
    color: #000000;
    border: 1px solid #000000;
}

.num .add {
    width: 33px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    cursor: pointer;
    color: #666666;
    border: 1px solid #666666;
}

.num .add:hover {
    color: #000000;
    border: 1px solid #000000;
}

.num .js_add {
    width: 33px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    cursor: pointer;
    color: #666666;
    border: 1px solid #666666;
}

.num .js_add:hover {
    color: #000000;
    border: 1px solid #000000;
}

.num input {
    width: 80px;
    height: 31px;
    line-height: 31px;
    text-align: center;
}

.num span b {
    margin-left: 10px;
    margin-right: 5px;
    font-weight: none;
    color: #f54337;
    font-size: 16px;
    font-weight: normal;
}

.iframe-style {
    position: fixed;
    top: 50px;
    left: 50%;
    z-index: 10;
    overflow: hidden;
    width: 600px;
    height: 500px;
    margin-left: -650px;
    background: #fff;
    border: 1px solid #ccc;
}

.tabPanel ul {
    height: 30px;
    margin-bottom: 30px;
}

.tabPanel ul li {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    float: left;
    margin: 0 5px;
    border: 1px solid #aaa;
    text-align: center;
    cursor: pointer;
    border: 1px solid #666666;
    border-color: #cccdcd;
    border-radius: 5px;
}

/* 伪类样式 */
.tabPanel .hit {
    cursor: pointer;
    background-color: #000000;
    color: #ffffff;
}

.tabPanel .pane {
    border-top: 0;
    background-color: #fff;
    height: 35px;
}

.set-color {
    margin-top: 15px;
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
    font-family: OpenSans;
    font-weight: 400;
}

.set-size {
    font-size: 16px;
    font-family: OpenSans;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* 选择尺码 */
.attr-color {
    float: left;
    min-width: 22px;
    height: 32px;
    margin-right: 10px;
    line-height: 32px;
    margin: 0 5px;
    font-size: 12px;
    padding: 0 5px;
    border: 1px solid #aaa;
    text-align: center;
    cursor: pointer;
    border: 1px solid #666666;
    border-color: #cccdcd;
    border-radius: 4px 4px 0 0;
}

.tabPanel .pane span:last-child {
    margin-right: 0;
}

.btn1 {
    background-color: #ffffff;
    margin-top: 50px;
}

.btn1>a {
    float: left;
}

.btn1>i {
    display: inline;
    padding: 2px 15px;
    text-align: center;
    margin-right: -246px;
    background-color: #666666;
}

.add_cart,
.buy_now {
    display: inline-block;
    width: 210px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    background: #e7431b;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    outline: none;
}

.buy_now {
    background: #202020;
}

/* ****弹窗样式***** */
.zank-msg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1100;
}

.msg-box {
    width: 350px;
    height: 180px;
    margin: 250px auto;
    background-color: #ffffff;
    text-align: center;
    border-radius: 5px;
    /* display: none; */
}

.mag-close {
    color: #000000;
    cursor: pointer;
    float: right;
    margin: 10px 10px 0 0;
    color: #000;
}

.msg-box p {
    margin: 28px 30px;
    padding-top: 42px;
}

.msg-box span {
    display: inline-block;
    /* width: 80px; */
    height: 40px;
    line-height: 40px;
    /* color: #ffffff; */
    font-size: 14px;
    padding: 0 10px;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
}

.msg-btno {
    background: #333;
    border: 1px solid #333;
    color: #fff;
    margin-left: 35px;
    margin-right: 20px;
}

.msg-btnt {
    background-color: #fff;
    color: #666;
    border: 1px solid #ccc;
}

.msg-btno:hover {
    background: #666;
}

.msg-btnt:hover {
    background-color: #eee;
}

/* icon */
.share {
    margin-top: 10px;
}

.share p {
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #666666;
    margin-bottom: 10px;
}

.share span {
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
}

.share span:nth-child(0) {
    margin-left: 0 !important;
}

.share span:first-child {
    margin-left: 0 !important;
}

.shippingcost {
    margin-bottom: 35px;
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    color: #666666;
}

.shippingcost b {
    color: #000000;
    font-size: 14px;
    font-weight: 200;
}

/* 分页样式 全站通用 */
.eih-pagination {
    margin: 20px auto;
    text-align: center;
}

.eih-pagination li {
    display: inline-block;
    margin: 0 3px;
    height: 32px;
    line-height: 32px;
    background-color: #d7d7d7;
}

.eih-pagination li span,
.eih-pagination li a {
    color: #787878;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 13px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.eih-pagination li:first-child,
.eih-pagination li:last-child {
    background-color: #fff;
    border: 1px solid #d7d7d7;
}

.eih-pagination li:hover,
.eih-pagination li.active {
    background-color: #e6421c;
}

.eih-pagination li:hover span,
.eih-pagination li.active span,
.eih-pagination li:hover a,
.eih-pagination li.active a {
    color: #fff;
    text-decoration: none;
}

.eih-pagination li.disabled:hover {
    background-color: #fff;
}

.eih-pagination li.disabled span,
.eih-pagination li.disabled a {
    color: #787878;
}

/* 禁止选用文本 */
.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently

    not supported by any browser */
}

.site-nav {
    padding-top: 50px;
}

.site-container {
    width: 1400px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 20px;
    transform: translateX(90px);
}

.site-container li {
    float: left;
    width: 280px;
    padding-right: 10px;
    height: 200px;
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow: hidden;
}

.site-container li a {
    font-size: 18px;
    color: #666;
    text-transform: Capitalize;
}

.site-container li span {
    display: block;
    font-size: 20px;
    color: #202020;
}

.site-container li a {
    display: block;
}

.site-container li a:nth-child(1) {
    font-size: 20px;
    color: #202020;
}

.top-ads-wrap {
    display: block;
    width: 100%;
    text-align: center;
}

.top-ads-wrap img {
    display: block;
    margin: 0 auto;
}

.pop-ads-wrap .cover-block {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    opacity: 0.7;
    filter: alpha(opacity=50);
}

.pop-ads-wrap a {
    display: block;
    width: 450px;
    position: fixed;
    top: 200px;
    left: 50%;
    margin-left: -225px;
    z-index: 101;
}

.pop-ads-wrap a img {
    width: 100%;
}

.pop-ads-wrap i {
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: fixed;
    top: 200px;
    left: 50%;
    margin-left: 207px;
    font-style: normal;
    font-size: 20px;
    z-index: 102;
}

.detail-price {
    height: 42px;
}

.detail-price span {
    font-size: 28px;
    color: #cd401f;
}

.detail-price del {
    font-size: 20px;
    color: #787878;
}

.attr-wrap ul {
    overflow: hidden;
}

.attr-wrap li {
    cursor: pointer;
    float: left;
    margin-right: 10px;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid #666;
    background: #fff;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.attr-wrap li.active {
    background: #666;
    color: #fff;
}