* {
    padding: 0;
    margin: 0;
    font-family: "Rene", "Hel", "Microsoft Yahei", "Helvetica Neue", "Helvetica, Arial", "sans-serif";
}

body, div, hr, p, dl, dt, dd, ul, ol, li, form, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    max-width: 1920px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Rene-bold", "Hel", "Microsoft Yahei", "Helvetica Neue", "Helvetica, Arial", "sans-serif";
}

@font-face {
    font-family: "Hel";
    src: url("../fonts/Karlo's Video Archives Font.ttf");
}

@font-face {
    font-family: "Rene";
    src: url('../fonts/Rene-Bieder-Franca-DEMO-Book-3.otf');
}

@font-face {
    font-family: "Rene-bold";
    src: url('../fonts/Rene-Bieder-Franca-DEMO-Bold-2.otf');
}

@font-face {
    font-family: "Uni";
    src: url('../fonts/UniversityRomanStd.otf');
}

h1, h2, h3, h4, h5, h6 {
    margin: 15px 0;
}

ul, ol, li, dl, dd, dt {
    list-style: none;
}

/*清除浮动*/
.clear {
    clear: both;
}

.container-fluid, .container div {
    padding: 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #f2440a;
}

p {
    word-wrap: break-word;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #cdcbcb;
    border-radius: 4px;
}

/* 设置滚动条的样式结束 */
/*header*/
/*移动端导航样式*/
.m_nav {
    display: none;
}

.m_nav.open {
    transform: translateX(0);
    overflow-y: auto;
}

.m_nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 98%);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    top: 0;
    transform: translateX(100%);
}

.m_nav .m-top {
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
}

.m_nav .m-top .closed {
    width: 45px;
    height: 45px;
    vertical-align: middle;
    float: right;
    cursor: pointer;
}

.m_nav .m-logo {
    width: 100%;
    margin: 0 auto;
}

.m_nav .m-logo img {
    display: block;
    margin: 30px auto;
}

.m_nav .ul {
    margin-top: 10px;
}

.m_nav.open .ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    width: 100%;
}

/*移动端导航样式over*/
.top1 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 12%;
    background: #4a4a4a;
}

.top {
    padding: 0 10%;
}

.top.show-on {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    border-bottom: 2px solid #f5f5f5;
}

.top.show-on .navbar-default .navbar-nav > li > a {
    padding: 30px 40px;
}

.top .menu {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.top .navbar {
    border: none;
    margin: 0;
}

.navbar .navbar-nav li.open .dropdown-menu li a {
    color: #000;
    padding: 5px 10px;
    line-height: 40px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.navbar .navbar-nav li.open .dropdown-menu li a.menu-top {
    font-family: Rene-bold;
}

.navbar .navbar-nav li.open .dropdown-menu li a.menu-btm {
    color: #4f4f4f;
}

.navbar .navbar-nav li.open .dropdown-menu li a:hover {
    color: #d84d26;
}

.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a {
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #d84d26;
    opacity: 0.8;
}

.navbar-default .navbar-nav > .open > a:hover {
    background-color: #d84d26;
}

.navbar .navbar-nav li.open > .dropdown-menu {
    padding: 0;
    opacity: 0.95;
    overflow-x: auto;
}

.nav li a {
    display: block;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    padding: 30px 40px;
    font-size: 16px;
    font-family: 'Rene-bold';
}

.navbar-default .navbar-nav > li .home_index {
    width: 80px;
    cursor: pointer;
}

.navbar-default .navbar-nav > li .home_nav_list {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 400px;
    z-index: 100;
    box-shadow: 0px 0px 10px 0px #ccc;
}

.navbar-default .navbar-nav > li .home_nav_list li a {
    color: #000;
    padding: 15px 40px;
    font-size: 16px;
    font-family: 'Rene-bold';
}

.home_nav_list_mask {
    display: none;
    position: fixed;
    top: 139px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    /*background-color: rgba(0,0,0,0.8);*/
}

.navbar-default .navbar-nav > li .home_nav_list li a:hover {
    color: #d84d26;
    background-color: #8D8D8D;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #d84d26;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: unset;
}


/*菜单下拉*/
.open .dropdown-menu {
    width: 300px;
    left: 0;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.open .dropdown-menu li {
    width: 100%;
}

.menu .nav li, .menu .nav .dropdown {
    position: relative;
}


/*搜索*/
.input_ok {
    background: url(../images/fangda.png) no-repeat;
    background-size: contain;
    height: 35px;
    width: 35px;
    margin-top: 2px;
}

.input_name {
    outline: none;
    line-height: 30px;
    width: 100%;
}

.search-in {
    display: flex;
    align-items: center;
    padding: 0 5px 0 10px;
}

.search-a {
    font-size: 16px;
    border: 1px solid #2c2727;
    background: #fff;
    width: 35%;
}

.news-art-l .search-a {
    width: 100%;
}

.menu .login {
    padding: 0 15px;
}

.login {
    color: #fff;
}

.login a {
    font-family: 'Rene-bold';
    font-size: 16px;
    color: #fff;
}

.login .username {
    font-size: 16px;
    color: #f28b0c;
    font-family: 'Rene-bold';
    margin-right: 10px;
}

.top1 .login-rs {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 22%;
}

.login-rs > div {
    margin-left: 20px;
}

.top1 .logo {
    width: 25%;
}

.top #navToggle {
    display: none;
    padding: 8px 5px;
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 999;
    border-radius: 5px;
}

.top #navToggle span {
    position: relative;
    width: 30px;
    height: 2px;
    margin-top: 16px;
}

.top #navToggle span, .top #navToggle span:before, .top #navToggle span:after {
    content: '';
    position: relative;
    width: 30px;
    height: 3px;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    background: #fff;
}

.top #navToggle span:before {
    top: -16px;
}

.top #navToggle span:after {
    top: -11px;
}

/*banner*/
.banner {
    overflow: hidden;
    margin: 0 auto;
}

#home-banner .swiper-slide > div > img {
    margin: 0 auto;
}

.home-swiper .swiper-pagination-bullet {
    background: #d9dada;
    opacity: 1;
    padding: 6px 6px;
}

.home-swiper .swiper-pagination-bullet-active {
    background: #e24519;
}

/*index cheaper*/
.auto-w {
    margin-top: 60px;
    width: 75%;
}

.pro-info {
    background: #fbfbfb;
    border-radius: 15px;
    padding: 20px 10px;
}

.cheaper .cheap-w {
    width: calc((100% - 120px) / 3);
}

.cheaper .cheap-w:nth-child(2) {
    margin-left: 60px;
    margin-right: 60px;
}

.cheap-in a img {
    border-radius: 10px;
}

.home-news {
    display: block;
}

#home-cate-banner, #home-like, #home-news-banner, #home-news-banner {
    padding-top: 65px;
    position: relative;
}

.home-category-banner, .home-like-in {
    margin-top: -40px;
}

.home-category-banner .buy-more {
    padding-top: 65px;
}

.home-category-banner .buy-more a img {
    margin: 0 auto;
}

.home-category-banner div p {
    text-align: center;
    padding: 10px 5px;
    font-size: 16px;
}

.home-category-banner #home-news-banner div p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#home-cate-banner .swiper-button-prev, #home-like .swiper-button-prev, #home-news-banner .swiper-button-prev {
    position: absolute;
    top: 20px;
    left: 93%;
}

#home-cate-banner .swiper-button-next:after, #home-cate-banner .swiper-button-prev:after, #home-like .swiper-button-next:after, #home-like .swiper-button-prev:after, #home-news-banner .swiper-button-next:after, #home-news-banner .swiper-button-prev:after {
    font-size: 25px;
    color: #555;
    font-weight: bold;
}

#home-cate-banner .swiper-button-next, #home-like .swiper-button-next, #home-news-banner .swiper-button-next {
    position: absolute;
    top: 20px;
    left: 98%;
}

#home-like a {
    padding: 10px 20px;
    margin: 0 auto;
    display: block;
    text-align: center;
    background: #272525;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
}

#home-like a:hover {
    background-color: #c46235;
    color: #000;
}

.all-product {
    display: none;
    margin-top: 0 !important;
}

.all-product img {
    width: 100%;
    display: block;
}

.mobile-hot-product {
    display: none;
}

.personalization-top {
    display: block;
}

.personalization-top > div {
    display: inline-block;
    width: calc((100% - 25px) / 2);
}

.personalization-top .personalization_left {
    height: 476px;
    margin-right: 8px;
}

.personalization-top .personalization_left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.personalization-top .personalization_right {
    margin-left: 8px;
    height: 476px;
}

#pc_video {
    display: block;
    width: 100%;
    height: 393px;
    object-fit: cover;
}

.video_tips {
    overflow: hidden;
    width: 100%;
    background-color: #e3960e;
    padding: 20px !important;
}

.video_tips .video_tips_left {
    float: left;
}

.video_tips_left .video_tips_left_top {
    font-size: 16px;
    font-weight: 800;
}

.video_tips_left .video_tips_left_bottom {
    font-size: 14px;
}

.video_tips_right {
    float: right;
    background-color: #fff;
    padding: 8px 20px !important;
    border-radius: 50px;
    font-weight: 800;
    cursor: pointer;
}

.cate-goods .cate-goods-top {
    padding: 5px 0;
    border-radius: 5px;
}

.cate-goods-top {
    text-align: center;
    color: #000000;
}

.cate-goods-top h2 {
    margin: 10px auto;
    /*font-family: "Uni";*/
    font-family: "misan-heavy";
    font-weight: bold;
    font-size: 40px;
    color: #c36442;
}

.cate-goods-top > p {
    font-size: 18px;
}

.cate-goods-btm {
    margin-top: 50px;
}

.cate-goods-btm .row-one > div {
    width: calc((100% - 50px) / 3);
}

.cate-goods-btm .row-one > div:nth-child(2) {
    margin: 0 25px;
}

.cate-goods-btm .row-two {
    margin: 50px 0 0;
}

.cate-goods-btm .row-two > div {
    width: calc((100% - 25px) / 2);
}

.cate-goods-btm .row-two > div:nth-child(2) {
    margin-left: 25px;
}

.cate-goods-btm .row a {
    text-align: center;
    overflow: hidden;
}

.cate-goods-btm .row a p {
    margin: 10px auto;
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cate-goods-btm .cate-goods-img {
    margin-bottom: 50px;
}

.customized-service {
    display: none;
}

.home-blog-top > div, .home-blog-btm > div {
    width: calc((100% - 25px) / 2);
}

.home-blog-top > div:nth-child(2n), .home-blog-btm > div:nth-child(2n) {
    margin-left: 25px;
}

.home-blog-top, .home-blog-btm {
    margin-top: 30px;
}

.home-blog-top .blog-titles {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.home-blog-btm .blog-titles {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 20px 0;
}

/*contact*/
.banner-top {
    width: 1600px;
    margin: 0 auto;
}

.banner-top img {
    margin: 0 auto;
}

.contact-info .contact-top {
    border-bottom: 1px solid #dfdbdb;
    padding-bottom: 20px;
}

.contact-top p {
    font-size: 18px;
    color: #555;
}

.contact-btm {
    margin: 50px auto;
}

.contact-btm .row-top div a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-btm .row-top div a p {
    margin: 20px auto;
    font-size: 20px;
}

.contact-btm .row-top div a span {
    font-size: 16px;
}

.contact-lx {
    margin: 80px auto;
}

.order p {
    font-size: 16px;
    color: #eb400b;
    line-height: 30px;
    margin: 20px auto;
}

.map p {
    font-size: 16px;
    margin: 20px auto;
    line-height: 30px;
}

.order-form {
    margin-top: 30px;
}

.contact-lx > .row > div {
    width: calc((100% - 40px) / 2);
}

.contact-lx .row .order {
    margin-left: 40px;
}

.form-con .message {
    margin-top: 30px;
}

.form-con .message > div {
    font-size: 18px;
    margin-bottom: 10px;
}

.message input, .message textarea {
    border: 1px solid gray;
    width: 95%;
    padding: 10px;
    border-radius: 5px;
}

.form-con .message:nth-child(2n) input, .form-con .message:nth-child(2n) div {
    margin-left: 5%;
}

.message textarea {
    width: 100%;
}

.form-con .submit {
    width: 30%;
    margin: 15px auto 0;
    text-align: center;
}

.form-con .submit input {
    background-color: #32434f;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 16px;
}

/* about */
.about-info .about-info-l {
    padding-right: 20px;
}

.about-info-l a {
    display: block;
    padding: 15px;
    background-color: #dfac39;
    width: 200px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Rene-bold';
    margin-top: 20px;
}

.about-info-l a:hover {
    background-color: #9a7724;
}

.about-info-l p {
    font-size: 20px;
    line-height: 35px;
}

.about-data, .about-cert {
    margin: 50px auto;
}

.about-data .about-data-in {
    width: 65%;
    margin: 30px auto;
    padding: 50px 0;
    border: 1px solid gray;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-data-in p {
    font-size: 16px;
    color: #807c7c;
    margin-top: 20px;
}

.about-data-in p span {
    font-size: 45px;
    color: #000;
    font-family: Rene-bold;
}

.about-data-in div {
    margin-top: 20px;
    font-size: 16px;
    color: #807c7c;
}

.about-cert-top {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.about-cert-top p {
    font-size: 16px;
    color: #555;
}

.about-cert-btm {
    width: 100%;
    margin-top: 30px;
}

.about-cert img {
    margin: 0 auto;
    display: block;
}

.about-cert #about-cert {
    padding: 20px 55px;
}

.about-company .row > div {
    padding: 0;
}

.about-company {
    text-align: center;
    padding: 50px 0 0;
}

.about-company .row {
    margin-top: 30px;
}

.about-company .row > div:nth-child(3n) {
    padding: 0 0 10px 10px;
}

.about-company .row > div:nth-child(3n-1) {
    padding: 0 5px 10px;
}

.about-company .row > div:nth-child(3n-2) {
    padding: 0 10px 10px 0;
}

.cate-name-li .cate-name-top {
    font-size: 17px;
}

.cate-name-li #open .cate-name-top {
    color: #f2440a;
    font-family: 'Rene-bold';
}

.category-info > .row > div {
    padding: 0 15px;
}

.cate-children .one-child-h > a {
    font-size: 16px;
    font-family: 'Rene-bold';
    color: #555;
}

.cate-children-two li a {
    font-size: 16px;
    color: #555;
}

.cate-children-two li a:hover {
    color: #f2440a;
}

.cate-name-li .cate-name-title {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.cate-name-li .list_icon {
    background: url("../images/right-nav.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 0;
    cursor: pointer;
}

.cate-children .list_icon_two {
    background: url("../images/right-nav.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 17px;
    right: 0;
    cursor: pointer;
}

.cate-name-li #open .list_icon {
    background: url("../images/down-nav.png") no-repeat center center;
    background-size: contain;
}

.cate-children #openTwo .list_icon_two {
    background: url("../images/down-nav.png") no-repeat center center;
    background-size: contain;
}

.cate-children, .cate-children-two {
    display: none;
}

.cate-children {
    padding-left: 15px;
}

#open + .cate-children {

}

.cate-children .one-child-h {
    position: relative;
}

.cate-l-d a {
    padding: 15px 0;
    display: inline-block;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
}

.cate-children .one-child-h .list_icon {
    top: 12px;
    cursor: pointer;
}

.cate-children-two > li {
    border-bottom: 1px solid #f6f6f6;
}

.cate-right .filter-box {
    display: none;
}

.cate-right .row > div {
    padding: 10px;
    margin-top: 25px;
}

.cate-right .row > div p {
    min-height: 45px;
    font-size: 16px;
    margin-top: 12px;
    font-family: "Microsoft Yahei";
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cate-right .row > div .img-responsive {
    width: 100%;
    min-height: 180px;
}

.cate-right .row > div .lst-price {
    min-height: 26px;
    color: #eb400b;
    margin-top: 5px;
    font-weight: bold;
}

.cate-right .row > div .lst-price .market_price {
    font-family: '';
    margin-right: 5px;
    font-size: 12px;
    color: #b1a480;
    text-decoration: line-through;
}

.cate-right .row > div .lst-price .shop_price {
    font-family: '';
    color: #eb400b;
}

.cate-right .row > div .lst-market_price {
    min-height: 24px;
    color: #b1a480;
    font-size: 14px;
}

.cate-right .row > div > div {
    border: 1px solid #e3e3e3;
    display: block;
    padding: 10px;
}

.cate-right .row > div .goodType {
    height: 23px;
}

.cate-right .row > div .goodType > div {
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin-right: 5px;
    border: 1.5px solid #9fa3ac;
}

.cate-right .row > div .goodType > div img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.cate-right .row > div > div:hover {
    border: 1px solid #b6b0b0;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .2);
}

.cate-right .row > div a div {
    color: #555;
    font-family: 'Rene-bold';
    font-size: 13px;
}

.cate-sub-list {
    margin-bottom: 50px;
}

.cate-hot-pro ul li {
    margin-top: 30px;
}

.cate-hot-pro ul li a {
    display: flex;
}

.cate-hot-pro ul li a > div:nth-child(1) {
    width: 40%;
}

.cate-hot-pro ul li a > div {
    width: 60%;
}

.cate-hot-pro ul li a div img {
    width: 95%;
}

.cate-hot-pro ul li a p {
    margin-top: 15px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Rene';
}

/*art_art*/
.pro-info .pro-left {
    padding: 0 20px;
}

.pro-info #proImgSmall, .pro-info #proImgSmalls {
    width: 80px;
    height: 350px;
    overflow: hidden;
    margin-top: 90px;
    float: left;
    margin-right: 15px;
}

#proImgSmall .swiper-button-next:after, #proImgSmall .swiper-button-prev:after, #proImgSmalls .swiper-button-next:after, #proImgSmalls .swiper-button-prev:after {
    color: #ee510d;
}

#about-cert .swiper-button-next {
    right: 0;
}

#about-cert .swiper-button-prev {
    left: 0;
}

.proImgSmall .swiper-button-prev {
    left: 27px;
    top: 50px;
    transform: rotate(90deg);
}

.proImgSmall .swiper-button-next {
    left: 27px;
    top: 490px;
    transform: rotate(90deg);
}

.proImgSmall .swiper-button-prev::after, .proImgSmall .swiper-button-next::after {
    font-size: 13px;
    border: 1px solid gray;
    border-radius: 10px;
    padding: 25px 10px;
}

#proImgSmall > div > .swiper-slide, #proImgSmalls > div > .swiper-slide {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    overflow: hidden;
    padding: 2px;
}

#proImgSmall > div > .swiper-slide > div img, #proImgSmalls > div > .swiper-slide > div img {
    border-radius: 10px;
}

#proImgSmall > div > .swiper-slide.swiper-slide-thumb-active, #proImgSmalls > div > .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #EE0000;
}

#proImg div video {
    max-width: 600px;
    max-height: 600px;
}

.pro-right .pro-r-con {
    font-size: 16px;
    margin-top: 20px;
}

.pro-right h1 {
    font-size: 21px;
    font-family: 'Rene';
    line-height: 30px;
}

.pro-r-con h3 {
    color: #ce2020;
}

.pro-r-con .p-div .price {
    font-family: "Microsoft Yahei";
    font-size: 22px;
    font-weight: bold;
}

.pro-r-con .p-div .price .price_tips {
    color: red;
}

.price .old-price {
    font-family: "Microsoft Yahei";
    margin-right: 15px;
    font-size: 16px;
    color: #b1a480;
}

.pro-r-con .p-div .price font {
    font-family: "";
    color: red;
}

.pro-r-con .p-div .price .goods_price {
    font-size: 18px;
    color: red;
}

.p-div > div {
    margin: 20px 0;
}

.pro-r-con .p-div span {
    color: #000;
    font-size: 18px;
    margin-right: 15px;
}

.cart-num-title {
    margin-right: 15px;
    font-size: 18px;
    color: #000;
}

.cart-add-two {
    display: flex;
    justify-content: flex-start;
    width: 80%;
    margin-top: 20px;
}

.cart-buy {
    width: 80%;
    margin-top: 20px;
}

.cart-buy .cart-paypal {
    display: block;
    background: #f6b600;
    text-align: center;
    border-radius: 10px;
    padding: 8px 0 5px;
    color: #fff;
}

.cart-two {
    width: 90%;
    margin: 0 auto;
}

.pro-left > div {
    position: sticky;
    top: 120px;
}

.pro-right .pro-send {
    margin-top: 20px;
}

.num_input {
    height: 32px;
    width: 70px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    outline: 0;
}

.pro_numbers button {
    width: 35px;
    height: 32px;
    font-size: 20px;
    background: #cecdcd;
}

.num-out .pro_numbers:nth-child(2) button {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.num-out .pro_numbers:nth-child(4) button {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.num-out {
    display: flex;
    height: 30px;
    margin-top: 20px;
    align-items: center;
}

.detail-info {
    margin-top: 20px;
}

.detail-info .row > div:nth-child(2) {
    margin-left: 15px;
}

.detail-info .row > div a {
    color: #a3664e;
    font-size: 18px;
}

.free {
    margin: 10px 0;
    font-family: "Microsoft Yahei";
}

.pro-r-con .coupons {
    background: #fdfaf5;
    border-radius: 10px;
    padding: 10px;
}

.coupons ul li {
    font-family: "Microsoft Yahei";
    color: #af9266;
    font-size: 14px;
    margin: 10px 5px;
}

.quick-register a {
    color: #000;
    font-size: 16px;
}

.quick-register a:hover {
    color: #E00;
}

.only-attr {
    margin: 20px 0;
}

.only-attr li span {
    font-family: 'Rene-bold';
    width: 25%;
    display: inline-block;
}

.only-attr li {
    margin: 10px 0;
}

.add-cart {
    display: inline-block;
    padding: 5px 10px;
    font-size: 20px;
    color: #000;
    text-align: center;
    border-radius: 10px;
    width: 50%;
    border: 1px solid gray;
}

.see-cart {
    margin-left: 10px;
}

.add-cart {
    border: 2px solid #f3c884;
}

.add-cart:hover {
    border-color: #d8650c;
}

.pro-send p {
    font-size: 16px;
    color: #555;
    padding: 0 20px;
}

.pro-send .pro-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.goodType select {
    font-family: "Microsoft Yahei";
}

.goodType .goodsTypePrice {
    font-family: "Microsoft Yahei";
}

.pro-r-con .goodType {
    margin-top: 20px;
}

.pro-r-con .goodType > div {
    font-size: 18px;
    color: #000;
}

.pro-r-con .goodType > select {
    padding: 10px 10px;
    border-radius: 10px;
    width: 80%;
    margin-top: 5px;
    /* 清除默认的箭头样式 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* 右侧添加箭头的背景图  自行调整位置 */
    background: url(../images/down-nav.png) 95% center no-repeat #fff;
    background-size: 18px;
}

.pro-r-con .goodType > select option {
    font-size: 15px;
}

.pro-contact a {
    font-size: 18px;
    padding: 15px 20px;
    color: #d57512;
}

.pro-contact a:hover {
    color: #ff0000;
}

.cart-add-two > a:hover {
    color: #000;
}

.pro-content .con-des, .pro-content .con-spec {
    font-size: 17px;
    line-height: 35px;
}

.con-des p, .con-des span, .con-des a, .con-des li, .con-des div, .con-des th, .con-des td, .con-des dd, .con-des dt, .con-des dl {
    font-size: 17px !important;
    font-family: Rene !important;
}

.con-spec p, .con-spec span, .con-spec a, .con-spec li, .con-spec div, .con-spec th, .con-spec td, .con-spec dd, .con-spec dt, .con-spec dl {
    font-size: 17px !important;
    font-family: Rene !important;
}

.pro-out > .pro-span {
    padding: 20px;
    border-bottom: 2px solid #e3d9cf;
    margin-top: 50px;
}

.pro-out > .pro-span > span {
    padding: 20px;
    border: 2px solid #e3d9cf;
    border-bottom: 2px solid #fff;
    font-family: Rene-bold;
    font-size: 24px;
    line-height: 30px;
}

.pro-out .con-des, .pro-out .con-spec {
    border: 1px dashed #eceaea;
    padding: 20px;
    border-top: none;
}

.reviews article div ul li {
    margin: 10px;
}

.con-des article > h3, .con-spec article > h3 {
    display: none;
}

.pro-out .con-des {
    margin-bottom: 50px;
    overflow: hidden;
}

.pro-out .con-des p, .pro-out .con-des span, .pro-out .con-des div {
    word-wrap: normal !important;
}

.pro-out .con-des span {
    text-wrap: unset !important;
}

.pro-out .con-des img {
    margin: 0 auto;
    display: block;
}

.pro-like #pro-like {
    padding: 50px;
}

#pro-like .swiper-button-next {
    right: 0;
    color: #ee510d;
}

#pro-like .swiper-button-prev {
    left: 0;
    color: #ee510d;
}

#pro-like .swiper-slide a p {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news .news-item {
    margin-top: 30px;
    padding: 15px 10px;
}

.news .news-item:hover a {
    background: #ebedee;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .2);
}

.news .news-item:hover h4 {
    color: #ee510d;
}

.news .news-item a {
    background: #f8fafc;
}

.news-item .row > div.col-lg-5 {
    overflow: hidden;
}

.news-item .row > div.col-lg-5 img {
    transition: all .3s linear;
}

.news-item:hover img {
    transform: scale(1.05);
}

.news-item .news-item-r {
    padding: 10px 15px;
    font-size: 14px;
    color: #555;
}

.news-item-r span {
    font-size: 16px;
}

.news-item-r h4 {
    color: #000;
    font-size: 20px;
}

.news-item-r h4:hover {
    color: #f2440a;
}

.news .news-art-l {
    padding: 0 15px;
}

.news .news-art-r {
    padding: 0 30px;
}

.news-art-l .search-in {
    justify-content: space-between;
    padding: 5px 15px;
}

.news-art-l .list-news {
    margin-top: 20px;
}

.list-news {
    border: 1px solid #eaeaea;
}

.list-news h3 {
    background: #000;
    padding: 15px;
    color: #fff;
    margin-top: 0;
}

.list-news ul li {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
}

.list-news ul li a {
    font-size: 16px;
    font-family: Rene-bold;
    color: #323030;
}

.list-news ul li a:hover {
    color: #f2440a;
}

.list-news ul li div {
    font-size: 14px;
    font-family: Rene-bold;
    text-align: right;
}

.news-art-r h1 {
    font-size: 32px;
    line-height: 45px;
    color: #000;
}

.news-art-r .news-art-con {
    font-size: 18px;
    line-height: 35px;
}

.news-art-con img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.blog .blog-art-l {
    padding: 0 20px 0 10px;
}

.blog-art-l .blog-title {
    padding: 0 10px 15px 20px;
}

.blog-img {
    overflow: hidden;
}

.blog-img img {
    transition: all .3s linear;
}

.blog-art-l ul li:hover img {
    transform: scale(1.05);
}

.blog-title h3 {
    font-size: 24px;
    line-height: 35px;
    color: #000;
}

.blog-title p {
    font-size: 18px;
    line-height: 28px;
    color: #555;
}

.blog-title .case_more {
    position: relative;
    font-size: 18px;
    color: #333;
    display: block;
    margin-top: 15px;
}

.blog-title .case_more::before {
    position: absolute;
    content: "";
    display: block;
    bottom: -8px;
    left: 0;
    width: 100px;
    height: 4px;
    background-color: #c3530d;
    z-index: 10;
    transition: all linear .5s;
}

.blog-art-l ul li:hover .blog-title .case_more::before {
    width: 100%;
}

.blog-art-l ul li {
    background-color: #f7f7f7;
    margin-bottom: 50px;
}

.blog-art-l ul li:hover {
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .2);
}

.order-form .wpforms-submit-container {
    text-align: center;
}

.order-form .widget_block .wpforms-submit-container .wpforms-submit {
    background-color: #32434f !important;
}

.order-form .widget_block .wpforms-submit-container .wpforms-submit:hover {
    background-color: #1e2b33 !important;
}

.person-out {
    min-height: 350px;
}

.footer {
    padding: 60px 10%;
    background: #2a2a2a;
    color: #000;
    margin-top: 50px;
}

.footer-follow {
    margin-top: 50px;
}

.footer-logo {
    padding-top: 20px;
    display: block;
}

.col-pro li {
    width: 48%;
    float: left;
    line-height: 30px;
    margin-top: 15px;
    padding: 0 10px;
}

.footer-abouts + .col-pro li {
    width: 100%;
}

.col-pro li a {
    color: #fff;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.col-pro li a:hover {
    color: #d84d26;
}

.footer-about {
    margin: 40px 0 0;
    font-size: 16px;
    color: #fff;
}

.footer-sns-left {
    font-size: 18px;
    color: #fff;
}

.footer-follow a {
    margin-left: 10px;
}

.footer-content, .footer-pro, .footer-abouts {
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
    font-family: Rene-bold;
}

.footer-content:after, .footer-pro:after {
    content: '';
    width: 50px;
    background: #f65e17;
    position: absolute;
    top: 55px;
    left: 15px;
    height: 3px;
}

.con-lx, .col-pro {
    margin-top: 30px;
}

.con-lx {
    padding-top: 1px;
}

.con-lx > li {
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
}

.con-lx > li a {
    color: #fff;
}

.con-lx > li a:hover {
    color: #d84d26;
}

.cate-right .page {
    text-align: center;
}

.page {
    margin-top: 50px;
}

.page, .page a {
    color: #979797;
    padding: 0 20px;
}

.fenye {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 36px;
    border-top: 1px solid #E8E8E8;
}

.fenye a.current {
    background: #d78452;
    color: #fff;
}

.fenye a {
    padding: 4px 6px 4px 6px;
    margin: 0 2px 0 2px;
    border: 1px solid #aaa;
    text-decoration: none;
    color: #333;
}

.position a {
    font-size: 16px;
}

/*以上是公共部分*/
.page-login {
    position: relative;
    margin-bottom: -50px;
}

.person-center {
    position: absolute;
    width: 30%;
    left: 70%;
    top: 50%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
}

.person-center .reg-r .reg-r-n {
    background: #fafafaeb;
    padding: 20px 20px;
}

.person-center .reg-r .reg-login {
    padding: 40px 20px;
}

.reg-r-n h3 {
    text-align: left;
}

.person-center .register {
    width: 75%;
    padding: 10px 0 30px;
    margin: 0 auto;
}

.register form > div {
    margin: 20px 0;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    text-align: left;
}

.register form > div span {
    color: red;
}

.register form > div > input {
    width: 100%;
    height: 40px;
    border-radius: 15px;
    padding-left: 15px;
    font-size: 18px;
    border: 1px solid gray;
}

.cart {
    position: relative;
}

.cart > span {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    background: #e20f0f;
    border-radius: 20px;
    text-align: center;
    padding-top: 2px;
}

.position {
    background: #fbfbfb;
    padding: 15px 10px;
}

/*个人中心*/
.bg-fb{
    background-color: #fbfbfb;
    padding: 10px !important;
}
.person-centers > .row > .col-lg-3 {
    padding: 0 20px 0 0;
}

.person-centers .person-cate-left {
    display: block;
}

.person-centers .person-cate-top {
    display: none;
}

.person-centers .person-cate {
    background-color: #fbfbfb;
    padding: 20px 20px 40px 20px;
    /*border: 1px solid #cdcbcb;*/
    border-radius: 4px;
}

.user-container-title {
    display: block;
}

.person-cate p {
    color: #000;
    font-size: 30px;
    font-family: Rene-bold;
}

.person-centers {
    padding: 40px 10px 80px;
}

.person-l-li {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    position: relative;
    margin-bottom: 10px;
    padding-top: 44px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
    border-radius: 0 !important;
}

.person-l-li .user-img {
    height: 100px;
    border-radius: 50%;
    border: 3px solid #ddd;
}

.person-l-li .user-img img {
    height: 100%;
    border-radius: 50%;
}

.person-l-li .hello {
    margin-bottom: 5px;
    color: #C36442;
    font-weight: bolder;
    font-style: oblique;
}

.person-l-li .info-box{
    width: 190px;
}

.person-l-li .username{
    margin-bottom: 5px;
    font-size: 20px;
}


.person-l-li .email{
    font-size: 16px;
}

.person-l-li .marl-5 {
    margin-left: 10px;
}

.person-l-li .gear {
    width: 30px !important;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 !important;
}

.person-l-li .gear:hover {
    background: none !important;
}

.person-l-li .gear img {
    width: 100% !important;
}

.person-l-li p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    font-family: '' !important;
}

.my-content-member {
    display: block;
}

.my-content .my-content-nei {
    padding-top: 20px;
}

.my-content-nei .cart-order {
    width: 95%;
    padding: 30px 0;
}

.after-sale-model {
    display: none;
}

.cart-order .cart-head {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 20px;
}

.cart-order .cart-head > div {
    font-family: Rene-bold;
}

.cart-order .cart-content {
    font-size: 16px;
    align-items: center;
    margin: 10px 0;
    border: 1px solid #f1eaea;
    padding: 20px 20px;
    border-radius: 10px;
    background: #fff;
}

.cart-order .delCheck {
    background: #efefef;
    padding: 7px 10px;
    border-radius: 8px;
}

.cart-content .cart_del_cookie, .cart-content .cart_del {
    background: #e5e5e5;
    padding: 5px 10px;
}

.cart-order .delCheck:hover {
    text-decoration: none;
    color: #e30909;
}

.cart-order .select-all {
    background: #efefef;
    padding: 7px 10px;
    border-radius: 5px;
}

.cart-order .select-all input {
    width: 18px;
    height: 18px;
    vertical-align: sub;
    margin-right: 5px;
}

.order-all p {
    font-size: 16px;
    color: #9d9d9d;
}

.cart-order .page {
    text-align: center;
}

.cart-order .order-all {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #e6dede;
}

.cart-order .address {
    flex-direction: column;
    background: #fff;
    margin: 30px 0;
    border: 1px solid #ededed;
    padding: 5px 25px;
    border-radius: 10px;
}

.cart-order .address.address-in {
    border-radius: 0;
}

.cart-order .address div p {
    font-size: 16px;
}

.cart-order .address div p .add-default {
    float: right;
    color: #EE0000;
    font-family: 'Rene-bold';
}

.cart-order .address div p .add-set {
    float: right;
    color: #078b49;
}

.cart-order .address div p .edit-default {
    float: right;
}

.cart-order .address div p .edit-default a {
    margin-left: 10px;
}

.cart-order .address .add-own {
    padding: 15px;
    border-top: 1px solid #f1f1f1;
}

.add-own .no-login-add input {
    width: 70%;
    margin: 15px 0;
    padding: 5px 15px !important;
}

.address .addressAddClass {
    display: block;
    background: #74d2d4;
    width: 200px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    font-family: 'Rene-bold';
}

.cart-order .address .add-own .country {
    border: 1px solid #ededed;
    padding: 5px 25px;
}

.cart-order .address .add-own:first-child {
    border: none;
}

.cart_pro_title > p {
    margin-bottom: 15px;
    color: #555;
}

.cart_pro_num button {
    width: 25px;
    height: 25px;
}

.cart-content .cart_del {
    color: #EE0000;
}

.cart_pro_title > a {
    display: block;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 95%;
}

.person-right .per-r-top {
    background-color: #e5f7ee;
    padding: 10px 5px;
}

.person-right .per-r-top > div {
    text-align: center;
}

.per-r-top .per-top-nums.num-one {
    background: #1fb56a;
    border: none;
    color: #fff;
}

.per-r-top .per-top-one::after {
    content: '';
    height: 1px;
    width: 50px;
    position: absolute;
    top: 19px;
    color: #000;
    z-index: 999;
    background: #cfc0c0;
    right: -22px;
}

.per-r-top .per-top-two::after {
    content: '';
    height: 1px;
    width: 50px;
    position: absolute;
    top: 19px;
    color: #000;
    z-index: 999;
    background: #cfc0c0;
    right: -22px;
}

.per-r-top .per-top-nums {
    border-radius: 36px;
    width: 36px;
    height: 36px;
    color: #b9b2b2;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #b9b2b2;
    line-height: 36px;
}

.person-right .per-r-md {
    background-color: #fff;
    padding: 30px 10px;
    margin-top: 30px;
    border: 1px solid #f1eaea;
    border-radius: 15px;
}

.per-r-md .per-rm-top {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.per-r-md .per-r-login {
    background-color: #fff;
    border: 1px solid #f1eaea;
    border-radius: 15px;
    text-align: center;
    width: 90%;
    margin: 30px auto 0;
}

.per-r-login a {
    display: block;
    font-size: 18px;
    padding: 10px 20px;
}

.person-right .per-r-btm {
    background-color: #fff;
    padding: 30px 25px 40px;
    margin-top: 30px;
    border: 1px solid #f1eaea;
    border-radius: 15px;
}

.per-r-btm .per-r-last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.per-r-btm .per-r-last > div, .per-r-btm > div {
    font-family: "Microsoft Yahei";
}

.per-r-btm .per-r-line .price {
    font-family: "Microsoft Yahei";
}

.per-r-btm .per-r-line {
    border-top: 1px solid #f1eaea;
    margin-top: 15px;
    padding: 15px 0 0;
}

.per-r-btm .last-price {
    float: right;
    margin-top: 10px;
    color: #078b49;
    font-weight: bold;
}

.per-r-btm .price {
    color: #078b49;
    font-weight: bold;
}

.cart_pro_price {
    font-family: "Microsoft Yahei";
    color: #ff0000;
    font-weight: bold;
}

.cart_pro_price del {
    font-family: "Microsoft Yahei";
    margin-left: 5px;
    color: #838080;
    font-size: 13px;
}

.per-r-md .person-cate .person-l-ul li {
    background-color: #fff;
}

.per-r-md .person-l-ul p {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    padding: 10px;
}

.per-r-md .person-cate p {
    color: #000;
    font-family: Rene-bold;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 5px 10px;
}

.per-r-md .person-cate .person-l-ul li a {
    padding: 5px 10px;
}

.person-cate .person-l-ul li {
    background: #FBFBFB;
    margin-top: 15px;
    border-radius: 10px;
    /*display: flex;*/
    /*display: -webkit-flex;*/
    /*align-items: center;*/
    /*-webkit-align-items: center;*/
}
.person-cate .person-l-ul li >div{
    float: left;
}

.person-cate .person-l-ul li a {
    display: block;
    width: 100%;
    padding: 10px 8px;
    font-size: 17px;
    color: #000000;
    font-family: 'Rene-bold';
    font-weight: bolder;
}

.person-cate .person-l-ul li a img {
    width: 58px;
}

.person-cate .person-l-ul li a:hover {
    /*color: #EE0000;*/
    background: #EFEAE4;
}

.person-center .my-content {
    padding: 20px 10px;
}

.person-center .my-content .my-content-nei {
    background: #fff;
    padding: 30px 0;
}

.my-content h2 {
    text-align: center;
}

.person-cate .person-l-ul li .cart-a {
    color: #EE0000;
}

.select-all {
    font-size: 16px;
    margin: 10px 0;
}

.del-select a {
    font-size: 16px;
    color: #000;
    margin: 10px 20px;
}

.all_nums {
    font-size: 16px;
}

.cart_head {
    font-size: 16px;
}

.order_custom {
    width: 90%;
    background: #f3f3f3;
    margin: 0 auto;
    border-radius: 10px;
}

.order_custom > h3 {
    padding: 10px;
}

.order_custom form .order-name > div {
    margin: 5px 0;
    padding: 10px;
    color: #cb5715;
    width: 50%;
    float: left;
}

.order_custom form .order-name input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 16px;
}

.order_custom .order-sub {
    text-align: center;
    padding: 15px 0;
}

.order-sub input {
    background: #383738;
    padding: 10px 40px;
    color: #fff;
    border-radius: 10px;
}

.person-center .reg-r {
    padding: 30px;
}

.person-center .reg-r .reg-r-n {
    background: #ffffffb3;
    padding: 10px 20px;
}

.person-center .register {
    width: 80%;
    padding: 10px 0 30px;
    margin: 0 auto;
}

.register form > div {
    margin: 20px 0;
    font-weight: bold;
    color: #000;
}

.reg-r .register .goRegister {
    text-align: center;
}

.register form > div > input {
    width: 100%;
    height: 40px;
    border-radius: 15px;
    padding-left: 15px;
    font-size: 18px;
    border: 1px solid gray;
}

.register form > div span {
    color: red;
}

.empty-pro {
    text-align: center;
}

.empty-pro a {
    font-size: 16px;
    color: #e5c10f;
}

.myInfo .edit a {
    display: block;
}

.myInfo .edit, .myInfo .add {
    padding: 10px 25px;
    text-align: center;
}

.register-btn {
    width: 200px;
    margin: 0 auto;
}

.edit a, .add a {
    color: #fff;
    background: #322f2b;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
}

.edit a:hover, .add a:hover {
    background: #4d4842;
}

.myInfo .row div input {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    color: #464645;
    padding: 5px 10px;
    width: 100%;
    border-radius: 5px;
}

.update-cover-box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.update-cover-box #user-photo {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.update-cover-box .changeModalBtn {
    float: left;
    padding: 5px 10px;
    margin-left: 20px;
}

#photo {
    max-width: 100%;
    max-height: 300px;
}

.img-preview-box {
    text-align: center;
}

.img-preview-box > div {
    display: inline-block;;
    margin-right: 10px;
}

.img-preview {
    overflow: hidden;
}

.img-preview-box .img-preview-lg {
    width: 150px;
    height: 150px;
}

.img-preview-box .img-preview-md {
    width: 100px;
    height: 100px;
}

.img-preview-box .img-preview-sm {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.my-content-nei .myInfo {
    padding: 20px 0;
    font-size: 18px;
    color: #333;
    word-wrap: break-word;
}

.myInfo .add-show {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.myInfo .add-default {
    color: #d3b415;
}

.myInfo .info-name {
    background: #767575;
    color: #e7e7e7;
    border-radius: 10px;
}

.myInfo table tbody {
    font-size: 14px;
}

.myInfo table tbody tr {
}

.myInfo table tbody .no-border {
    border: none;
}

.myInfo table tbody tr td {
    vertical-align: middle;
}


.myInfo table tbody tr td > div > div {

}

.info-name > div {
    width: 95%;
    padding: 5px 10px;
}

.my-content-nei h2 {
    text-align: left;
}

.my-content-nei .editAdd {
    color: #f3983b;
    font-family: 'Rene-bold';
}

.my-content-nei .delAdd {
    /*font-family: 'Rene-bold';*/
    margin-top: 10px;
}

.myInfo > .row {
    justify-content: left;
    align-items: center;
}

.person-bg {
    background: url("../images/zd.webp") no-repeat center center;
    background-size: cover;
    padding: 120px 0;
}

.contact-list > div {
    padding: 20px;
}

.contact-list .c-list-nei {
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    border-radius: 15px;
    height: 275px;
}

.c-list-nei .yiwen {
    font-size: 16px;
    text-align: center;
    color: #9a9797;
}

.c-list-nei .list-pad {
    margin-top: 20px;
}

.blog-bg .contact-order {
    padding: 30px;
}

.order-top h2 {
    text-align: center;
    font-size: 40px;
}

.order-top p {
    font-size: 16px;
    text-align: center;
    color: #7e7e7e;
}

.layui-layer .layui-layer-setwin {
    position: absolute;
    top: 15px;
}

.cate-center > .row > div {
    padding: 10px;
}

.creative-center > a > div {
    border: 1px solid #d5d4d4;
    padding: 15px;
    display: block;
}

.creative-center a p {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.center-out {
    width: 100%;
}

.center-out .center-out-l {
    width: 35%;
    background: #f7f7f7;
    padding: 10px;
    position: absolute;
    left: -45%;
    top: 30%;
}

.center-out .center-out-m {
    width: 25%;
    padding-right: 10px;
    float: left;
}

.center-out-m .cre-mid {
    text-align: center;
}

.center-out-m .cre-mid p {
    font-size: 16px;
    background: #998b7a;
    color: #fff;
    line-height: 30px;
}

.center-out-m .cre-mid img {
    padding: 10px;
    border: 1px solid gray;
}

.center-out .center-out-r {
    width: 70%;
    padding: 0 10px;
    float: right;
}

.center-out-r > p {
    font-size: 16px;
    color: #b3adad;
}

.center-out-r .cre-right .creative-con {
    width: 100%;
    height: 650px;
}

.center-out .center-out-r .cre-right .ui-state {
    border: 2px solid #ff0000;
}

.center-out-l .cre-left {
    display: flex;
    flex-wrap: wrap;
}

.cre-left .cre-out {
    width: 50%;
    float: left;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
}

.cre-out .cre-mid-solid {
    border: 1px dashed #b17822;
}

.center-out-r .cre-right {
    margin-top: 20px;
    border: 2px dashed #b17822;
    padding: 0;
    position: relative;
}

.creative-con .drop-p {
    text-align: center;
    font-size: 18px;
    color: #ff0000;
    height: 35px;
}

.downloads #downloadButton {
    background: #786767;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
}

.pro-model .attr-li {
    margin: 0 15px;
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0;
}

.attr-li .fir-span {
    font-size: 18px;
    font-family: 'Rene-bold';
}

.attr_val > div {
    width: 32%;
    float: left;
    padding: 10px 10px;
    font-size: 16px;
    border: 1px solid #cdc8c8;
    margin-top: 10px;
    margin-bottom: 5px;
}

.attr_val > div:nth-child(3n-1) {
    margin: 10px 2% 5px;
}

.attr-li .attr_name {
    position: relative;
}

.attr-li .attr_val {
    display: none;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 10px;
}

.attr-li .list_icon {
    background: url(../images/right-nav.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    cursor: pointer;
}

.attr-li #open .list_icon {
    background: url(../images/down-nav.png) no-repeat center center;
    background-size: contain;
}

.news {
    min-height: 400px;
}

.order-all form {
    text-align: center;
}

.order-all .checkout {
    color: #ef0404;
    font-family: 'Rene-bold';
    margin-top: 20px;
    display: block;
    font-size: 16px;
}

.order-all .checkout input {
    background: #ebe9e3;
    padding: 10px;
    border-radius: 10px;
}

.register .outcap .captcha {
    display: flex;
    align-items: flex-end;
    margin-left: 20px;
}

.m-os-count .btn-block {
    line-height: 50px;
}

.my-page{
    padding: 10px !important;
    background-color: #fbfbfb;
    border-radius: 4px;
}

.my-page .m-os-count .col-xs-3 {
    padding: 0;
    background: #fff;
}

.my-page .m-os-count .col-xs-3 a {
    line-height: 36px;
    color: #666;
    font-size: 15px;
    font-weight: 300;
}

.my-page .m-os-count .col-xs-3 a:hover {
    text-decoration: none;
}

.my-page .m-os-count .col-xs-3 a img {
    margin-right: 5px;
}

.my-page .m-os-count .col-xs-3 a .payment-number {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #dd2727;
    line-height: 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.MyOrders .col-xs-3{
    background-color: #fbfbfb !important;
}

.MyOrders .col-xs-3 {
    width: 20%;
}

.MyOrders .col-xs-3 .noneb {
    border-right-color: #fff;
    border-radius: 4px 0 0 4px;
}

.MyOrders .col-xs-3 .blockb {
    border-radius: 0;
}

.MyOrders .col-xs-3 .myback {
    font-weight: bolder !important;
    color: #000 !important;
}

.my-page .detailShowData {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}

.detailShowData ul li.orderInfo {
    background: #d5d5d5;
    text-align: center;
}

.detailShowData ul li .editAddress {
    color: #ffffff;
    font-family: 'Rene-bold';
    background: #747272;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    float: right;
}

.detailShowData ul .editAddLi {
    display: none;
    text-align: center;
}

.detailShowData ul .editAddLi .notice {
    color: #EE0000;
    margin: 10px 5px;
    font-size: 16px;
}

.detailShowData ul .editAddLi .btn {
    margin: 10px auto;
    width: 120px;
    font-size: 16px;
    padding: 10px;
    background: #979797;
    color: #fff;
}

.detailShowData ul li {
    border-top: 1px solid #f3f3f3;
    padding: 10px 0;
    font-family: "Microsoft Yahei";
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
}

.detailShowData form {
    font-size: 16px;
}

.detailShowData form .editInput {
    border: 1px solid gray;
    padding: 5px;
    width: 80%;
    margin-left: 10px;
    border-radius: 5px;
}

.my-orders-list {
    margin-top: 30px;
    font-family: "Microsoft Yahei" !important;
}

.my-orders-list table ul li, .my-orders-list table tr td {
    font-family: "Microsoft Yahei" !important;
    font-size: 14px;
    vertical-align: middle;
}

.my-page .page {
    text-align: center;
}

.my-orders-list .text-nowrap div div, .my-orders-list .text-nowrap th {
    font-size: 16px;
    font-family: 'Rene-bold';
}

.mo-list-items .text-nowrap ul li:first-child {
    color: #555;
    font-weight: normal;
}

.mo-list-items .mo-item .text-muted {
    max-width: 500px;
    display: block;
    margin-left: 10px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    font-size: 16px;
}

.mo-list-items tbody tr {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.mo-list-items tbody tr td {
    border: none;
}

.mo-item .comment {
    font-size: 14px;
    color: #b57737;
}

.mo-item-btm {
    display: none;
    margin: 15px 0;
    position: fixed;
    left: 50%;
    top: 45%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    color: #000;
    width: 900px;
    height: 500px;
    padding: 20px;
}

.mo-item-btm .score1 i {
    vertical-align: middle;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('../images/555wuxing.png') no-repeat center center;
    background-size: cover;
}

.mo-item-btm .score {
    text-align: left;
    margin: 10px 5px;
    font-size: 16px;
}

.mo-item .reviewed {
    color: #f3983b;
    font-size: 16px;
}

.mo-item-btm .comment-title {
    font-size: 16px;
    text-align: left;
    margin: 5px;
}

.mo-item > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mo-item .goods-left {
    margin-left: 10px;
    justify-content: left;
}

.mo-item .goods-left .cover_img {
    width: 150px;
    border: none;
}

.mo-item .price-right {
    justify-content: flex-start;
    padding-left: 20px;
}

.mo-item .price-right .price-li span {
    font-family: '';
    color: red;
    font-size: 18px;
    font-weight: bolder;
}


.mo-item .price-right .price-li s {
    font-family: '';
    color: #8D8D8D;
    font-size: 12px;
    font-weight: bolder;
}

.mo-item .goods_num {
    justify-content: flex-start;
    padding-left: 20px;
}

.score1 i.on {
    background-image: url('../images/wuxing.png');
}

.mo-item-btm .comment-btn {
    margin: 10px auto;
    width: 120px;
    font-size: 16px;
    padding: 10px;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.mo-item-btm .comment-btn:hover {
    background: #8f4644;
    color: #fff;
}

.comment-out {
    width: 100%;
    height: 100vh;
    background: #00000075;
    position: fixed;
    top: 0;
    display: none;
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.order-logistics-model{
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 70%;
    height: 60%;
}

.order-logistics-model .panel-heading {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 10px;
}
.order-logistics-model .panel-heading .close{
    width: 20px;
}

.order-logistics-model .panel-body{
    overflow-y: auto;
    height: 92%;
}


.order-logistics-model .logistics-list{
    /*overflow-y: scroll;*/
}

.order-logistics-model .logistics-list .logistics-item{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-bottom: 20px;
}
.order-logistics-model .logistics-list .logistics-item .data-time{
    margin-right: 20px;
}
.order-logistics-model .logistics-list .logistics-item .data-time>div{
    width: 140px;
}

.order-logistics-model .no-logistics-list{
    display: none;
}

.mo-item-btm .comment-btn-c {
    margin: 10px auto;
    width: 120px;
    font-size: 16px;
    padding: 10px;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    float: right;
}

.mo-item-btm .comment-btn-c:hover {
    background: #8f4644;
    color: #fff;
}

.mo-list-items .comment_con {
    border: 1px solid gray;
    border-radius: 5px;
    width: 100%;
    padding: 10px 5px;
    height: 100px;
    font-size: 16px;
}

.my-page > div h1 {
    font-size: 35px;
    margin-bottom: 25px;
    text-align: left;
    font-weight: bolder;
}

.my-orders-list .mo-list-items th {
    background: #f3f3f3;
    border: none;
}

.mo-list-items .btn-block {
    margin-top: 5px;
}

.mo-list-items .btn {
    font-size: 16px;
}

.my-page .page ul li a {
    color: #555;
    padding: 7px 10px;
}

.my-page .page ul li a:hover {
    color: #000;
    background-color: #eee;
    border-color: #ddd;
}

.alert-info .goLogin {
    margin-top: 30px;
}

.alert-info .goLogin a {
    font-size: 20px;
    background: #fff;
    border-radius: 5px;
    padding: 5px 15px;
    color: #f3983b;
}

.my-page .alert-info {
    padding: 30px 0;
    background-color: #fbfbfb;
    border: none;
    color: #000;
}

.error {
    text-align: center;
    width: 65%;
    margin: 0 auto;
}

.error img {
    margin: 0 auto;
}

.payOk > a {
    font-size: 22px;
    color: #fff;
    background: #2e2d2d;
    display: block;
    margin: 10px auto;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    width: 50%;
}

.payOk > a:hover {
    color: #b16f1a;
}

.payOk .userRes {
    font-size: 20px;
    margin: 20px 0;
}

.payOk .user-ul li {
    font-size: 18px;
    padding: 10px 0;
    color: #EE0000;
}

.error .goods-show li {
    margin: 10px 0;
    font-size: 18px;
    text-align: left;
    font-family: 'Rene-bold';
    border: 1px solid gray;
    padding: 10px;
}

.error h3 .btn-order {
    background: #bf9e52;
    padding: 10px 30px;
    border-radius: 10px;
    color: #fff;
}

.error .notice {
    font-size: 16px;
    color: #555;
    margin-top: 20px;
}

.error .back {
    font-size: 20px;
    color: #EE0000;
}

.search-no {
    font-size: 20px;
    margin: 0 auto;
}

.msg {
    font-size: 22px;
}

.panel-warning > .coupon-title {
    padding: 10px;
}

.want-coupons > div {
    text-align: center;
    padding: 0 10px;
}

.want-coupons > div > a > div {
    font-family: "Microsoft Yahei";
    display: block;
    background: #4e9d9f;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    min-height: 45px;
    font-size: 12px;
}

.want-coupons > div a {
    font-size: 16px;
}

.m-os-count .coupons .coupon {
    margin-top: 20px;
}

.m-os-count .coupons .col-xs-3 {
    width: calc((100% - 30px) / 4);
    background: #f3f3f3;
    font-family: "Microsoft Yahei";
}

.m-os-count .coupons .col-xs-3:nth-child(4n-3) {
    margin-right: 10px;
}

.m-os-count .coupons .col-xs-3:nth-child(4n-1) {
    margin-left: 10px;
}

.m-os-count .coupons .col-xs-3:nth-child(4n) {
    margin-left: 10px;
}

.coupon .c-type {
    background-color: #74d2d4;
    position: relative;
    padding: 20px 0 20px;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.c-price {
    position: relative;
    margin: 0 0 5px;
    text-align: center;
    font-weight: 400;
}

.c-price em {
    font-family: "Microsoft Yahei";
    font-weight: bold;
    font-size: 20px;
}

.c-price .type {
    display: inline-block;
    color: #197f81;
}

.c-limit {
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    margin: 0 0 5px;
    font-family: "Microsoft Yahei";
}

.take {
    text-align: center;
}

.taken {
    font-size: 18px;
}

.my-content .row > .cou-status {
    padding: 10px;
    background: #dfdddd;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    border: 1px solid #fff;
}

.my-content .row > .cou-color {
    background: #b5b5b5;
}

.box-my {
    margin: 50px auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 50%;
    padding: 30px 20px 100px;
    position: relative;
}

.box-my img {
    display: block;
    margin: 0 auto;
}

.box-my h1 {
    color: #cd6102;
    font-size: 35px;
    text-align: center;
    margin-top: 15px;
    font-family: fantasy;
}

.box-my p {
    margin-top: 15px;
    color: #333;
    font-size: 19px;
    text-align: center;
}

.box-my .btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 70%;
}

.box-my .btn a:nth-child(2n-1) {
    float: left;
    margin-right: 10%;
}

.box-my .btn a:nth-child(2n) {
    float: right;
    margin-left: 10%;
}

.box-my .btn a {
    background-color: #495fcb;
    width: 40%;
    height: 43px;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    margin-top: 30px;
    border-radius: 5px;
}

.coupon-status {
    border: 2px solid #ef750d;
}

.comment-score .com-right {
    padding-left: 20px;
    border-left: 1px solid #dbdbdb;
}

.com-right .com-r-one span {
    margin-left: 15px;
}

.comment-reviews {
    margin-top: 20px;
}

.comment-title > p {
    font-size: 20px;
    font-family: 'Rene-bold';
}

.comment-con .comment-item {
    margin-top: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 10px;
}

.comment-item-t {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.comment-item img {
    max-width: 300px;
    max-height: 300px;
}

.comment-item video {
    max-width: 400px;
    max-height: 300px;
}

.comment-item-b p, .comment-item-b span, .comment-item-b a, .comment-item-b li, .comment-item-b div, .comment-item-b th, .comment-item-b td, .comment-item-b dd, .comment-item-b dt, .comment-item-b dl {
    color: #000 !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.comment-reviews .comment-con {
    margin-top: 20px;
    border-top: 1px solid #c9c9c9;
    padding-top: 20px;
}

.comment-item-t > div {
    margin-left: 20px;
}

.comment-item-t .user-img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #c9c4c4;
    border-radius: 50%;
    color: #fff;
    position: relative;
}

.comment-reviews .page {
    text-align: center;
}

.page .pagination > .active > a, .page .pagination > .active > a:focus, .page .pagination > .active > a:hover, .page .pagination > .active > span, .page .pagination > .active > span:focus, .page .pagination > .active > span:hover {
    background-color: #869aab;
    border-color: #869aab;
}

.cus-service {
    color: #000;
    /*font-size: 12px !important;*/
    /*background-color: #f1e0d0;*/
}

.order-in-progress {
    color: #000;
    /*font-size: 12px !important;*/
}

.order-detail {
    /*font-size: 14px !important;*/
}

.order-detail a {
    color: #000;
    /*color: #fff;*/
}

.cheap-notice {
    position: fixed;
    line-height: 25px;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #505050db;
}

.notice-in {
    width: 750px;
    height: auto;
    border-radius: 10px;
    background-color: #fbf8ed;
    color: #000;
    text-align: center;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translateX(-50%) translateY(-50%);
}

.notice-in img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.notice-in > div {
    padding: 0;
}

.notice-in > div > div {
    font-family: "Rene-bold";
    color: #cd4c23;
    font-size: 15px;
}

.notice-in .notice-first {
    border-top: 1px dashed #d1d1d1;
    padding-top: 20px;
}

.notice-in .notice-right {
    padding: 10px 10px;
}

.notice-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.notice-right > div {
    margin: 15px 0;
}

.notice-in .cheap-btn {
    display: block;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    width: 60%;
    margin: 0 auto;
}

.notice-in .btn_close {
    width: 5%;
    padding: 1px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.sales {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 999;
}

.sales .sales-on {
    writing-mode: vertical-rl;
    font-family: Rene-bold;
    font-size: 18px;
    background: #e94d4d;
    display: block;
    padding: 10px 8px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
}

.sales .sales-on .mobile {
    display: none;
    width: 50px;
}

.sales .sales-on .pc {
    display: block;
    font-family: '';
}