@charset "utf-8";

/* CSS Document */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

html {
    color: #000;
    font-size: 14px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0 auto;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

img {
    border: none;
    vertical-align: middle;
}

li,
ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #000
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
    font-style: normal;
    font-weight: 400
}

table {
    border-collapse: collapse;
}

input,
textarea,
select {
    outline: none
}

input[type="file"] {
    cursor: pointer;
    transition: all 0.3s;
}

/*input#error_input{background-color:#fbe2e2;border-color:#c66161;color:#c00;transition: all 0.5s;}*/
body {
    background-color: #fff;
}

body,
input,
select,
option {
    font-family: 'microsoft yahei';
}

::-webkit-input-placeholder {
    color: #b2b2b2;
}

.top {
    width: 100%;
    background-color: #2b2b2b;
}

.top-con {
    width: 1100px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.top-logo {
    width: 200px;
}

.top-logo h1 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

.top-r {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.top-nav {
    width: 500px;
    margin-right: 0;
    display: flex;
    align-items: center;
}

.top-nav-m {
    display: none;
}

.m-menu-overlay {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    display: none;
}

.m-menu {
    display: none;
    width: 180px;
    height: 100vh;
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    padding-top: 100px;
    text-align: center;
}

.m-menu a {
    color: #fff;
    font-size: 16px;
    line-height: 45px;
}

.top-nav-item {
    text-align: center;
    position: relative;
}

.top-nav-item a {
    display: block;
    width: 110px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.top-nav-item-curr a {
    color: #000;
    background-color: #fff;
    display: block;
    width: 110px;
    line-height: 42px;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
}

.top-nav-item a:hover {
    color: #000;
    background-color: #fff;
}

.top-sub-nav {
    position: absolute;
    top: 43px;
    left: 0;
    width: 120px;
    display: block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    z-index: 999;
    opacity: 0;
    /* 默认透明 */
    display: none;
    transition: all 0.3s ease;
    /* 添加过渡效果 */
}

.top-sub-nav-item {
    display: block;
    width: 100% !important;
    line-height: 40px;
    color: #000 !important;
    font-size: 16px;
    text-align: center;
}

.top-nav-item:hover .top-sub-nav {
    opacity: 1;
    /* 鼠标悬停时显示 */
    display: block;
    /* 鼠标悬停时显示 */
}

.comm-side {
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 100vh;
    background-color: #202020;
    z-index: 999;
}

.comm-side img {
    width: 18px;
    height: 18px;
}

.side-item {
    width: 35px;
    height: auto;
    padding: 0 0;
    text-align: center;
    position: relative;
}

.comm-side-box {
    position: relative;
    width: 35px;
    height: 100%;
}

.comm-side-box-u {
    position: absolute;
    top: 70px;
    width: 35px;
    height: 300px;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.comm-side-box a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 12px 0;
}

.comm-side-box a:hover {
    color: #fff;
    background-color: #c40000;
}

.comm-side-box-d {
    position: absolute;
    bottom: 0;
    width: 35px;
    height: 150px;
}

#side-qr:hover .side-panel-qr {
    display: block;
    transform: translateX(+20px);
}

.side-menu {
    position: absolute;
    right: 55px;
    top: 2px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #434343;
    display: none;
    transition: transform 1s ease-in-out;
    transform: translateX(0);
}

.side-menu a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0 0;
}

.side-menu-btn:hover .side-menu {
    display: block;
    transform: translateX(+20px);
}

.side-panel-qr {
    position: absolute;
    right: 55px;
    top: -100px;
    width: 140px;
    height: 140px;
    background-color: #fff;
    display: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.show-qr {
    width: 100px !important;
    height: 100px !important;
    margin-top: 20px;
}



.side-cart-count {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #c40000;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    margin-top: 10px;
}


.banner {
    width: 100vw;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 660px !important;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-about {
    width: 1100px;
    margin: 70px auto;
}

.index-about h1 {
    text-align: center;
    font-size: 40px;
    color: #000;
    margin-bottom: 50px;
}

.about-pg {
    width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

.about-pg h1,
.about-pg h2,
.about-pg h3,
.about-pg h4,
.about-pg h5,
.about-pg h6,
.about-pg p,
.about-pg ul,
.about-pg ol,
.about-pg li,
.about-pg blockquote,
.about-pg pre,
.about-pg code,
.about-pg strong,
.about-pg em,
.about-pg a {
    all: revert;
}

.index-about p {
    line-height: 40px;
    font-size: 16px;
    color: #5a5a5a;
}

.index-about-bottom {
    width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.index-about-bottom a {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ca0000;
    color: #fff;
    font-size: 16px;
}

.index-about-bottom .curr {
    background-color: #fff;
    color: #ca0000;
    border: 1px solid #ca0000;
    box-sizing: border-box;
}

.index-mid-box {
    width: 1100px;
    margin: 70px auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 100px;
}

.index-mid-box-l {
    width: 315px;
}

.index-mid-box-r {
    flex: 1;
}

.index-mid-box-r-con {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.index-mid-box-r-con-item {
    flex: 1;
}

.index-mid-box-inner {
    width: 1100px;
    height: 230px;
    margin: 0px auto;
    text-align: center;
    background: url("../img/bg.jpg") no-repeat;
    padding: 60px 0;
    box-sizing: border-box;
}

.index-mid-box-inner h1 {
    font-size: 30px;
    font-family: georgia;
    color: #fff;
    line-height: 56px;
}

.index-mid-box-inner h2 {
    font-size: 20px;
    font-family: 微软雅黑;
    color: #fff;
    line-height: 36px;
}

.index-mid-outter {
    width: 100vw;
    background-color: #000;
}

.index-search {
    width: 1100px;
    margin: 60px auto;
}

.index-search-box {
    width: 320px;
    margin: 0 auto;
    border: 1px solid #dedede;
    display: flex;
}

.index-search input {
    border: 0;
    font-size: 16px;
    line-height: 30px;
    width: 90%;
    padding-left: 10px;
}

.search-btn {
    display: block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    background-color: #dedede;
    text-align: center;
}

.index-pro-recommend {
    width: 1100px;
    margin: 70px auto;
    margin-bottom: 20px;
}

.index-pro-recommend h1 {
    font-size: 30px;
    text-align: center;
}

.index-pro-recommend span {
    font-size: 16px;
    color: #666;
    margin-left: 20px;
}

.pro-list1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-top: 50px;
}

.pro-list1-item {
    width: 100%;
    height: 300px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.pro-list1-item img {
    width: 180px;
    height: 270px;
}

.pro-list1-tag {
    position: absolute;
    top: 100px;
    right: 6px;
    width: 76px;
    height: 30px;
    background: url(../img/flag.png) no-repeat;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.index-life {
    width: 1100px;
    margin: 70px auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.index-life-l {
    width: 430px;
}

.index-life-r {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.index-life-r-item {
    width: 100%;
    height: 333px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.bg-c1 {
    background-color: #ffffeb;
}

.bg-c2 {
    background-color: #e8f7fe;
}

.bg-c3 {
    background-color: #feeeee;
}

.bg-c4 {
    background-color: #ededed;
}

.img-box {
    width: 100%;
    height: 235px;

}

.img-box img:hover {
    transform: translateX(-20px);
}

.img-box img {
    height: 100%;
    transition: transform 0.5s ease-out;
    transform: translateX(0);
}

.index-life-r-item h1 {
    font-size: 18px;
    color: #fff;
    position: absolute;
}

.pro-name {
    font-size: 14px;
    color: #666;
    line-height: 40px;
}

.border-b {
    border-bottom: 1px solid #dedede;
}

.pro-price {
    font-size: 18px;
    color: #ca0000;
    line-height: 30px;
}

.pro-price span {
    font-size: 12px;
    color: #333;
    line-height: 30px;
}


.index-expert {
    width: 1100px;
    margin: 70px auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 100px;
}

.index-expert-l {
    width: 520px;
    text-align: center;
}


.index-expert-l h2 {
    color: rgb(204, 0, 0);
    font-size: 30px;
    text-align: center;
    line-height: 70px;
}

.index-expert-r {
    flex: 1;
    padding: 20px;
}

.index-expert-r h1 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
}

.index-expert-r p {
    color: rgb(102, 102, 102);
    font-size: 15px;
    line-height: 35px;
}

.pro-list-outter {
    width: 1100px;
    margin: 70px auto;
}

.pro-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.pro-list-outter h1 {
    font-size: 30px;
    color: #000;
    margin-top: 50px;
    margin-bottom: 50px;
}

.pro-list-outter .more {
    font-size: 16px;
    color: #666;
    float: right;
    margin-right: 10px;
}

.pro-item {
    width: 100%;
    height: 150px;
    background-color: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;

}

.pro-item-l {
    width: 100px;
}

.pro-item-l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-item-r {
    flex: 1;
    padding-left: 15px;
}

.pro-item-r h2 {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.pro-item-r h3 {
    font-size: 14px;
    color: #888;
    line-height: 26px;
}

.pro-item-r span {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.btn-buy {
    display: block;
    color: #fff;
    background-color: #111;
    width: 88px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.footer-outter {
    width: 100vw;
    height: 180px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.footer {
    width: 1100px;
    margin: 0 auto;
}

.footer-t {
    color: rgb(196, 0, 0);
    font-size: 28px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
}

.copyright {
    text-align: left;
    font-size: 14px;
    color: #9b9b9b;
    line-height: 38px;
}

.footer a {
    margin-left: 50px;
    color: #fff;
}

.product-banner {
    width: 100vw;
    height: 450px;
    object-fit: cover;
    background: url("../img/pro-top.jpg") no-repeat;
    background-size: 100% auto;
}

.pro-top {
    width: 1100px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.pro-top-img {
    width: 420px;
    height: 380px;
    border: 1px solid #dedede;
    text-align: center;
}

.pro-top-img img {
    width: auto;
    height: 100%;
}

.pro-title {
    width: 1100px;
    margin: 20px auto;
    border-bottom: 1px solid #dedede;
    display: flex;
}

.pro-title-t {
    width: 80px;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    border-bottom: 2px solid #000;
}

.pro-title-r {
    flex: 1;
}

.pro-top-info {
    flex: 1;
    padding: 0 20px;
}

.pro-top-info h1 {
    font-size: 20px;
    color: #585858;
    margin-bottom: 15px;
}

.pro-info-price {
    font-size: 14px;
    color: #666;
}

.pro-info-price span {
    font-size: 40px;
    color: #000;
    font-weight: 600;
}

.pro-info-statics {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px auto;
}

.pro-info-statics-item {
    width: 120px;
    text-align: center;
    margin: 0 0;
}

.pro-info-spec {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;

}

.pro-info-spec-l {
    width: 80px;
}

.pro-info-spec-r {
    flex: 1;
}

.pro-info-buy {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro-info-buy-l {
    width: 80px;
}

.pro-info-buy-r {
    flex: 1;
    height: 40px;
    position: relative;
}

.pro-info-buy-input {
    width: 160px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}

.pro-info-buy-r input {
    width: 45px;
    height: 30px;
    border: 2px solid #ccc;
}

.spec-item {
    width: 300px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-top: 5px;
    float: left;
    box-sizing: border-box;
}

.spec-item-curr {
    border: 2px solid #333;
    box-sizing: border-box;
}

.pro-info-buy-add {
    width: 16px;
    font-size: 20px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
}

.pro-btn-group {
    display: flex;

}

.pro-btn-group a {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #111;
    color: #fff;
    margin-right: 20px;
    border-radius: 5px;
    border: 1px solid #000;
    box-sizing: border-box;
}

.pro-btn-curr {
    background: #fff !important;
    color: #111 !important;
}

.pro-top-toolbox {
    width: 1100px;
    margin: 20px auto;
    display: flex;
}

.pro-top-toolbox img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.pro-top-toolbox-l {
    width: 420px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pro-top-toolbox-r {
    flex: 1;
    display: flex;
    color: #666;
    padding: 0 20px;
    align-items: center;
    justify-content: flex-start;
}

.pro-top-toolbox-r a {
    margin-left: 20px;
    color: #666;
}

.pro-con {
    width: 1100px;
    margin: 30px auto;
    border-top: 1px solid #dedede;
    padding: 20px 0;
}

.pro-detail {
    padding: 20px;
}

.pro-con-tab {
    display: flex;
    width: 500px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    border: 1px solid #dedede;
}

.border-l-r {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.pro-con-tab-item {
    width: 165px;
}

.pro-con-tab-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.pro-con-tab-item-curr {
    border-top: 2px solid #000;
}

.comment-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}

.comment-item-l {
    width: 140px;
    text-align: center;
}

.comment-item-l img {
    width: 80px;
}

.comment-item-r {
    flex: 1;
}

.comment-time {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    border-bottom: 1px solid #dedede;
}

.comment-star {
    line-height: 30px;
}

.sale-tb {
    width: 100%;
}

.sale-tb td {
    text-align: center;
    height: 40px;
}

.sale-tb tr {
    border: 1px solid #dedede;
}

.sale-tb-head {
    height: 45px;
    background-color: #ccc;
}

.login-pg {
    width: 1100px;
    margin: 0 auto;
}

.login-fm {
    width: 500px;
    height: 300px;
}

.login-fm-row {
    width: 200px;
    height: 35px;
    background: #eee;
    margin-bottom: 10px;
    display: flex;
}

.login-fm-row input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #eee;
    border: 0
}

.login-fm-row img {
    width: 18px;
    height: 18px;
    margin-top: 8px;
    margin-left: 5px;
}

.login-btn {
    width: 200px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #8e8e8e;
    color: #fff;
    margin-top: 20px;
    box-sizing: border-box;
}

.login-btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.reg-box {
    text-align: center;
    margin: 10px auto;
}

.reg-box a {
    font-size: 12px;
    color: #666;
}


.reg-fm {
    width: 500px;
    height: 300px;
}

.reg-fm-row {
    width: 400px;
    height: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.reg-fm-row input {
    width: 75%;
    height: 30px;
    line-height: 30px;
    background: #eee;
    border: 0
}

.reg-fm-row span {
    color: #f00;
}

.fm-row-t {
    width: 80px;
    text-align: right;
}

.inp-yzm {
    width: 45% !important;
}

.fm-yzm {
    width: 120px;
}

.fm-yzm a {
    display: block;
    width: 100%;
    height: 100%;
}

.news-pg {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
}

.news-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.news-item {
    padding: 20px;
}

.news-img {
    width: 220px;
    height: 220px;
    background: #ccc;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-out;
    transform: scale(1.0);
}

.news-img img:hover {
    transform: scale(1.02);
}

.news-title {
    font-size: 16px;
}

.pages {
    width: 600px;
    margin: 20px auto;
    text-align: center;
}

.pages li {
    margin: 0 .08rem;
}

.pages li a {
    width: 40px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0D0D0D;
}

.pages li:hover a,
.pages li.on a {
    background: #000;
    border-color: 000;
    color: #fff;
}

.pages li.prev a,
.pages li.next a {
    border: 0;
    background: none;
}

.pages li.prev:hover a,
.pages li.next:hover a {
    color: 000;
}

.news-con-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin: 20px auto;
}

.cart {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
}

.cart {
    border: 1px solid #E7E7E7;
    border-top: .03rem solid #860211;
}

.table-auto thead {
    background: #E7E7E7;
}

.table-auto thead th {
    text-align: center;
}

.table-auto th,
.table-auto td {
    padding: 20px 10px;
}

.table-auto th:nth-child(1),
.table-auto td:nth-child(1) {
    padding-right: .18rem;
}

.table-auto th:nth-child(2),
.table-auto td:nth-child(2) {
    padding-left: 0;
}

.table-auto tbody tr:not(:last-child) td {
    border-bottom: 1px solid #D6D6D6;
    position: relative;
}

.table-auto tbody tr:not(:last-child) td:nth-child(1)::before {
    content: "";
    position: absolute;
    width: .74rem;
    left: 0;
    bottom: -1px;
    height: 2px;
    z-index: 1;
    background: #fff;
}

.table-auto tbody tr:not(:last-child) td:last-child::before {
    content: "";
    position: absolute;
    width: .74rem;
    right: 0;
    bottom: -1px;
    height: 2px;
    z-index: 1;
    background: #fff;
}

.table-auto tbody tr:last-child td {
    border-bottom: none;
}

.table-auto img {
    width: 90px;
    height: 120px;
    background: #FFFFFF;
    text-align: center;
    margin-right: .22rem;
}

.quantity {
    width: 80px;
    line-height: 25px;
    margin-right: 0;
}

.cart .increase,
.cart .decrease {
    padding: 0 3px;
    box-sizing: border-box;
}

.table-auto .item1 .info .desc {
    margin-top: .1rem;
}

.table-auto .price {
    color: #000;
}

.cart .tips1 {
    padding: .25rem .2rem .25rem .74rem;
}

.cart .tips1 img {
    width: .16rem;
    margin: 0 .05rem;
}

.cart .tr2 {
    background: #F7F7F7;
}

.cart .tr2 .btn01 a {
    height: .3rem;
    padding: 0 .18rem;
    color: #fff;
    display: inline-flex;
    align-items: center;
    background: #000;
    border-radius: .17rem;
}

.cart .tr2 .del i {
    color: #000;
}

.cart .del i {
    margin-right: .1rem;
}

.cart .zhekou {
    padding: .25rem .52rem .25rem .74rem;
}

.cart .zhekou .zk1 i {
    color: #000;
    margin-right: .1rem;
    margin-top: .03rem;
}

.cart .zhekou .zk1 .info .tit {
    margin-bottom: .1rem;
}

.cart .zhekou .zk1 .info .cont p {
    margin: .06rem 0;
}

.cart .zhekou .zk2 p {
    margin: .1rem 0;
}

.cart .zhekou .zk2 p span {
    color: #000;
}

.cart .settlement {
    padding: .23rem .54rem .23rem .74rem;
    background: #F7F7F7;
    overflow: hidden;
    min-height: .51rem;
}

.cart .settlement .fl span {
    color: #000;
}

.fl {
    float: left;
}

.f18 {
    font-size: 14px;
}

.flex-cb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart .settlement .link {
    padding: 0px 30px;
    height: 35px;
    line-height: 35px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.hsl {
    height: 50px;
}

.cart .settlement .link:hover {
    opacity: .88;
}

.cart .steep1 .fapiao .jf-type .add {
    color: #000;
    cursor: pointer;
}

.cart .steep1 .fapiao .jf-cont li {
    margin-right: .38rem;
}

.cart .steep1 .fapiao .jf-cont .disabled label {
    color: #999;
}

.cart .steep1 .fapiao .jf-cont .sq {
    padding: .05rem .1rem;
    height: .25rem;
    border-radius: .2rem;
    margin-left: .25rem;
    background: #000;
    color: #fff;
    font-weight: normal;
}

.cart .steep1 .fapiao .jf-cont .email {
    width: 4.96rem;
    border-radius: .06rem;
    border: 1px solid #E3E3E3;
    padding: 0 .35rem;
}

.cart .steep1 .fapiao .jf-cont .email input {
    width: 100%;
    height: .48rem;
}

.cart .steep1 .zfpt li {
    margin: 0 5px 0 0;
    width: 120px;
    height: 50px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #B1B1B1;
}

.cart .steep1 .zfpt li img {
    width: 100px;
}

.cart .steep1 .zfpt li.check {
    border: 1px solid #000;
}

.cart .steep1 .beizu .textarea {
    width: 90%;
    max-width: 6.97rem;
}

.cart .steep1 .beizu .textarea textarea {
    width: 100%;
    resize: none;
    height: 1.5rem;
    padding: .2rem;
    border-radius: .06rem;
    border: 1px solid #E3E3E3;
}

.cart .steep1 .total .jf-cont {
    line-height: 1.8;
    max-width: 100%;
}

.cart .steep1 .total .jf-cont .txt1 span {
    color: #AC0016;
}

.cart .steep1 .total .jf-cont .txt2 {
    border-top: 1px dashed #eee;
    padding-top: 10px;
    margin-top: 10px;
}

.cart .steep1 .tongji td p {
    margin-bottom: 10px;
}

.cart .steep1 .tongji td:nth-child(1) {
    text-align: left;
}

.cart .steep1 .tongji td:nth-child(2) {
    text-align: center;
    vertical-align: top;
}

.cart .steep1 .tongji td:nth-child(3) {
    padding-right: .9rem;
    text-align: right;
}

.cart .steep1 .tongji td:nth-child(3) .p3 {
    color: #000;
}

.cart .steep1 .cart-btn {
    background: #F7F7F7;
    padding: 10px 15px;
}

.cart .steep1 .cart-btn2 {
    padding-right: 10px;
}

.table-auto table {
    width: 100%;
    border-collapse: collapse;
}

.flex-ac {
    display: flex;
    align-items: center;
}

.member {
    width: 1100px;
    margin: 20px auto;
    display: flex;
}

.meb-side {
    width: 220px;
    box-shadow: 0 10px 15px 0px rgba(179, 179, 179, 0.32);
    border-radius: 15px;
}

.meb-r {
    flex: 1;
    padding: 0 20px;
    box-sizing: border-box;
}

.meb-cont {
    width: 100%;
    padding: 20px 20px;
    margin: 0 auto;
}

.shadow {
    box-shadow: 0 10px 20px 0 rgba(179, 179, 179, 0.32);
    border-radius: 15px;
}

.member .meb-side .side-tit {
    padding: 10px 20px;
    background: linear-gradient(59deg, #8E0213, #8E0213);
    color: #fff;
    font-size: 18px;
    border-radius: 15px 15px 0px 0px;
}

.member .meb-side .side-ul li {
    border-bottom: 1px solid #E7E7E7;
}

.member .meb-side .side-ul li:hover a,
.member .meb-side .side-ul li.on a {
    color: #c40000;
}

.member .meb-side .side-ul li a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.member .meb-cont .meb-type {
    padding: .2rem 0;
    margin-bottom: .35rem;
    border-bottom: 1px solid #E2E2E2;
    font-size: 20px;
    font-weight: 600;
}

.common-form li {
    display: flex;
    margin-top: 10px;
}

.common-form li .label {
    width: 120px;
    padding-right: 10px;
    flex-shrink: 0;
    margin-top: 10px;
    text-align: right;
}

.common-form li .cont {
    width: 550px;
}

.member .meb-grzl .common-form li .intbox {
    width: 100%;
}

.common-form li .cont .intbox {
    border-radius: 5px;
    border: 1px solid #E5E5E5;
}

.common-form li .cont .intbox input,
.common-form li .cont .intbox textarea {
    width: 70%;
    font-size: inherit;
    padding: 5px 10px;
    resize: none;
}

.cont1 {
    width: 400px !important;
}

.common-form li .cont .intbox select {
    width: 100%;
    padding: 5px 10px;
}

.common-form li.city .intbox {
    width: 32%;
    margin-left: 0px;
}

.lay-btn {
    margin: .1rem 0 .2rem;
}

.lay-btn button {
    width: 150px;
    height: 35px;
    border-radius: 5px;
    margin-right: 15px;
    background: #c40000;
    color: #fff;
    border: 0;
}

.lay-btn button.btn1 {
    background: #c40000;
    color: #fff;
}

.lay-btn button.btn2 {
    background: #ccc;
    color: #000;
}

.meb-address {
    padding: 10px 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.addr-item {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

.addr-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    line-height: 30px;
}

.member .meb-address .name {
    font-size: 16px;

}

.member .meb-address .tel {
    line-height: 30px;
}

.addr-default {
    height: 20px;
    line-height: 20px;
    padding: 0px 5px;
    background-color: #c40000;
    color: #fff;
    margin-left: 10px
}

.laybox {
    width: 600px;
    display: none;
}

.fitImg2 {
    padding-top: 77.8%;
}

.fitImg {
    position: relative;
    height: 0;
    padding-top: 67.85%;
    overflow: hidden;
}

.member .meb-jforder .tablist .tabcont li table tbody td .item1 .pic2 img {
    border-radius: .1rem;
}

.member .meb-jforder .tablist .tabcont li table tbody td .item1 {
    text-align: left;
    padding: 0 .32rem;
    align-items: center;
    justify-content: center;
}

.fitImg img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}

.order-tb {
    width: 100%;
}

.order-tb tr {
    border-bottom: 1px solid #ccc;
}

.order-tb th {
    text-align: center;
    padding: 10px 0px;
    font-weight: 600;
}

.order-tb td {
    text-align: center;
    padding: 10px 0px;
}

.member .meb-jforder .tabs li.on {
    color: #8E0213;
}

.member .meb-jforder .tabs li {
    position: relative;
    cursor: pointer;
    padding: 10px 10px 10px;
}

.member .meb-jforder .tabs li:hover:after,
.member .meb-jforder .tabs li.on:after {
    width: 100%;
}

.member .meb-jforder .tabs ul {
    padding: 0 .65rem;
}

.member .meb-jforder .tabs li::after {
    content: "";
    width: 0;
    height: 2px;
    background: #8E0213;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all ease .3s;
}

.member .meb-order .search .sel2 {
    width: 2.82rem;
    padding: 0 .2rem;
}

.member .meb-order .search .intbox {
    width: 200px;
    height: 35px;
    border: 1px solid #E1E1E1;
    margin-right: 10px;
}

.member .meb-order .search .sel2 input {
    width: 100%;
    height: 100%;
}

.member .search-btn {
    width: 100px;
    height: 35px;
    border-radius: 5px;
    margin-right: 15px;
    background: #c40000;
    color: #fff;
    border: 0;
    margin-left: 10px;
}

.f20 {
    font-size: 14px;
}

.flex-cc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.od-cont {
    display: flex;
    justify-content: space-between;

}

.od1-left {
    width: 400px;
}

.od1-right {
    flex: 1;
}

.member .order-detail .od1 .od1-left li {
    margin-bottom: 22px;
}

.member .order-detail .od1 .label {
    width: 120px;
}

.member .order-detail .od1 .cont {
    flex: 1;
}

.member .order-detail .od1 .od1-left .btns a {
    min-width: 100px;
    text-align: center;
    padding: 8px 15px;
    background: #c40000;
    color: #fff;
    border-radius: 10px;
    margin-right: 20px;
}

.exchange .total {
    margin-bottom: 10px;
}

.exchange .jf-type {
    padding: 15px 10px;
}

.btns1 a {
    padding: 10px 15px;
    border-radius: 15px;
}

.btn1 button,
.btn1 a,
.btns1 button,
.btns1 a {
    padding: 10px 15px;
    background: #8E0213;
    color: #fff;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.member .meb-order .tablist td .link {
    padding: .06rem .12rem;
    border-radius: .04rem;
    border: 1px solid #000;
    cursor: pointer;
    display: block;
    width: 90%;
    margin-top: 4px;
    margin-left: 5%;
}

.member .order-detail .odbox {
    margin-bottom: 2px;
    border: 1px solid #E5E5E5;
    border-top: 2px solid #860211;
}

.member .order-detail .odbox .od-type {
    padding: 10px 16px;
    background: #F7F7F7;
}

.member .order-detail .odbox .od-cont {
    padding: 5px 10px;
}


.member .order-detail .od3 li {
    margin: 10px 0;
}

.member .meb-order .tablist table thead th:nth-child(1) {
    text-align: left;
    padding-left: 5px;
}

.od-info {
    display: block;
}

.od-info-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 15px 0;
}

.od-info-item .label {
    width: 120px;
}

.od-info-item .cont {
    flex: 1;
}

.pro-detail-submenu {
    display: none;
    position: absolute;
    top: 20px;
    left: 0px;
    min-width: 200px;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 1
}

.meb-side-m {
    display: none;
}

.margin-space {
    margin-top: 10px;
    margin-bottom: 10px;
}