.about-body {
    background: url(../images/bg/about.jpg) no-repeat center bottom;
    background-size: 100% auto;
}
.about-us li {
    border-bottom: 1px #EEEEEE solid;
    margin-bottom: 15px;
    align-items: flex-start;
}
.about-us li:last-child {
    border-bottom: none;
}
.about-us .thumb {
    margin-bottom: 15px;
    min-width: 35%;
}
.about-us .thumb.half {
    margin-right: 15px;
}
.about-us .title {
    margin-bottom: 15px;
}
.about-us .title span {
    background: #707070;
    display: inline-block;
    line-height: 39px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    padding: 0 14px;
    max-width: 90%;
}
.about-us .infos {
    font-size: 16px;
    line-height: 23px;
    color: #5E5B5B;
    margin-bottom: 15px;
}


.product-body {
    background: url(../images/bg/product.jpg) no-repeat center bottom;
    background-size: 100% auto;
}
.screens .searchBar {
    border: 1px solid #DDDDDD;
    line-height: 37px;
    border-radius: 5px;
}
.screens .searchBar input {
    margin: 0 15px;
    width: 275px;
}
.screens .searchBar .btn {
    color: #888888;
    font-size: 20px;
    padding: 0 15px;
    display: block;
    line-height: 37px;
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
}
.category {
    margin: 15px -5px auto;
}
.category li {
    width: 50%;
    float: left;
}
.category li a {
    display: block;
    text-align: center;
    margin: 0 5px 10px;
    border: 1px solid #DDDDDD;
    line-height: 40px;
    color: #000000;
    font-size: 14px;
}
.category li a.curr {
    background: #707070;
    color: #FFFFFF;
    border-color: #707070;
}
.product-list {
    margin: 20px -5px 5px;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-list li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}
.product-list li a {
    display: block;
    margin: 0 5px;
}
.product-list li .title {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    color: #000000;
}

.product-detail .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    margin-top: 14px;
}
.product-detail .price {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 10px;
}
.product-detail .skus {
    margin: 15px 0;
    border-top: 1px #DDDDDD solid;
    border-bottom: 1px #DDDDDD solid;
    padding: 15px 0;
}
.product-detail .skus .dl:not(:first-child) {
    margin-top: 16px;
}
.product-detail .skus .dt {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    max-width: 49%;
}
.product-detail .skus .dd {
    max-width: 49%;
    font-size: 18px;
    line-height: 25px;
    text-align: right;
    color: #000000;
}
.product-detail .d-title {
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 12px;
}
.product-detail .thumbs {
    justify-content: flex-start;
    margin-right: -8px;
    margin-bottom: 15px;
}
.product-detail .thumbs li {
    width: 33.33%;
    margin-right: 8px;
    padding-bottom: 9px;
    position: relative;
}
.product-detail .thumbs li::after {
    display: block;
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product-detail .thumbs li.active::after {
    background: #A70100;
}
.product-detail .thumbs li img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.product-detail .content {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}
.product-detail .btn {
    background: #B00022;
    border-radius: 5px;
    font-weight: 900;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding: 0;
    margin: 15px 0 5px;
}

.cart-body .cart-title {
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}
.cart-list {
    min-height: 40vh;
}
.cart-list li {
    margin-top: 15px;
    border-bottom: 1px #EEEEEE solid;
    padding: 0 0 15px;
}
.cart-list .c_top {
    align-items: flex-start;
    margin-bottom: 14px;
}
.cart-list .c_top .thumb {
    flex: 1;
    width: 80px;
    margin-right: 8px;
}
.cart-list .c_top .infos {
    flex: 2.3;
}
.cart-list .c_top .infos .title {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 1em;
}
.cart-list .c_top .infos .price {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;

}
.cart-list .c_top .oparet {
    flex: 0.8;
}
.cart-list .c_top .oparet a {
    display: block;
    text-align: center;
    line-height: 27px;
    border: 1px solid #A70100;
    border-radius: 2px;
    font-size: 14px;
    color: #A70100;
}
.cart-list .c_bottom {
    justify-content: unset;
}
.cart-list .c_bottom .c_bottom_left {
    flex: 2;
}
.cart-list .c_bottom .bottom-b {
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 4px;
} 
.cart-list .c_bottom .total {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
} 
.cart-list .c_bottom .amounts {
    flex: 1;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    line-height: 35px;
    border-radius: 4px;
    overflow: hidden;
}
.cart-list .c_bottom .amounts .reduce {
    width: 31.33%;
    border-right: 1px solid #E0E0E0;
    background: #F6F6F6;
    font-size: 20px;
    line-height: 30px;
    height: 35px;
}
.cart-list .c_bottom .amounts .reduce.canot {
    color: #CCCCCC;
}
.cart-list .c_bottom .amounts .add {
    width: 31.33%;
    border-left: 1px solid #E0E0E0;
    background: #F6F6F6;
    font-size: 20px;
    line-height: 30px;
    height: 35px;
}
.cart-list .c_bottom .amounts input {
    width: 37.33%;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    color: #000000;
}
.statistics {
    margin: 15px 0;
}
.statistics .length {
    font-size: 14px;
    line-height: 20px;
    color: #4D4848;
}
.statistics .length span {
    color: #A70100;
}
.statistics .subtotal {
    font-weight: 900;
    font-size: 30px;
    line-height: 42px;
    text-align: right;
    color: #A70100;
}
.toCheckout {
    display: block;
    width: 100%;
    font-weight: 900;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: #FFFFFF;
    padding: 0;
    background: #B00022;
    border-radius: 5px;
    margin-bottom: 15px;
}
.noData {
    display: none;
    margin-top: 15px;
}
.noData .flex {
    height: 40vh;
    width: 100%;
    justify-content: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #888888;
}
.noData .font_family {
    display: block;
    width: 45px;
    text-align: center;
    color: #BBBBBB;
    font-size: 44px;
    margin: 0 auto 10px;
}

.confirm-info {
    padding: 17px 15px;
    background: #FFFFFF;
    border-bottom: 5px #F3F3F5 solid;
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
}

.confirm-body {
    min-height: 515px;
}
.confirm-body .btns {
    margin: 18px -5px 38px;
}
.confirm-body .btns .btn {
    padding: 0;
    width: 50%;
    margin: 0 5px;
    background: #B00022;
    line-height: 45px;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    outline: none;
    border-radius: 5px;
}
.confirm-body .btns .btn + .btn {
    background: #C2C2C2;
    color: #000000;
}
.form .input-control {
    line-height: 34px;
    padding: 7px 0;
    border-bottom: 1px #F0F0F0 solid;
}
.form .input-control span {
    flex: 1;
    display: block;
}
.form .input-control input {
    flex: 1.5;
    font-size: 16px;
    line-height: 22px;
}
.form .input-control textarea {
    border: none;
    border-radius: 0;
    background: #F0F0F0;
    padding: 14px;
    width: 100%;
    outline: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    resize: none;
    height: 160px;
    margin-top: 12px;
}

.success-body {
    height: 100vh;
}
.success-body .footer {
    position: fixed;
    bottom: 0;
    left: 0;
}
.success-body .container {
    position: relative;
    min-height: 60%;
}
.success-body .icons {
    font-size: 56px;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    line-height: 56px;
    color: #A32015;
    margin-bottom: 18px;
}
.success-body .content .title {
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 12px;
}
.success-body .content .text {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin: 0 8% 30px;
}
.success-body .btn {
    display: block;
    width: 80%;
    padding: 0;
    margin: 0 auto;
    line-height: 45px;
    background: #B00022;
    border-radius: 5px;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}

.exhibit-body {
    background: url(../images/bg/exhibition.jpg) no-repeat center bottom;
    background-size: 100% auto;
    margin-top: -15px;
    padding-top: 15px;
    position: relative;
}
.exhibit-body::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/bg/exhibition1.jpg) no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
}
.exhibit-uls {
    margin: 0 -4px;
}
.exhibit-uls .thumb {
    width: 100%;
    padding: 0 4px;
}
.exhibit-uls .thumb img {
    display: block;
    width: 100%;
}
.exhibit-uls .thumb + .thumb {
    width: calc(33.33% - 8px);
    margin: 10px 4px 0;
    padding: 0;
}
.exhibit-list {
    margin-bottom: 20px;
}
.exhibit-list li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px #EEEEEE solid;
}
.exhibit-list li .title {
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}
.exhibit-list li .info {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.exhibit-title {
    font-weight: 900;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 8px;
}
.exhibit-info {
    font-size: 16px;
    line-height: 26px;
    color: #373535;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px #EEEEEE solid;
}
.exhibit-content {
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    color: #5E5B5B;
}
.exhibit-content img {
    max-width: 100%;
}
.exhibit-content p {
    font-size: 16px;
    line-height: 26px;
    color: #5E5B5B;
}

.contact-body {
    background: url(../images/bg/contact.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 0;
}
.contact-list {
    border-bottom: 1px #EEEEEE solid;
    margin-bottom: 18px;
}
.contact-list li {
    margin-bottom: 16px;
}
.contact-list .name {
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 12px;
}
.contact-list .info {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #585858;
}
.contact-list .info a {
    font-size: 16px;
    line-height: 22px;
    color: #585858;
}
.contact-list .info span {    
    color: #C4C4C4;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    margin-right: 12px;
}
.contact-list .info .icon-dianhua {
    font-size: 18px;
}
.contact-body .content {
    margin: 18px 0;
}
.contact-body .content .flex {
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-body .content li {
    margin-bottom: 15px;
}
.contact-body .content span {
    display: block;
    width: 22px !important;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    margin-right: 8px;
}
.contact-body .content .icon-dizhi {
    font-size: 20px;
    padding: 0 1px;
}
.contact-body .content .info,
.contact-body .content .info a {
    font-size: 16px;
    line-height: 22px;
    color: #313131;
}
.contact-body .map {
    position: relative;
}
.contact-body .map .mapfixer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: auto;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 3px 10px #EDEEEF;
    white-space: nowrap;
    padding: 0 12px;
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
    color: #B31412;
}