*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    font-family: 'Times New Roman', Times, serif;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    color: #2e3233;
    background-color: #ffffff;
    font-family: 'Times New Roman', Times, serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.667;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    /* color: #69aa6f; */
    text-decoration: none;
}

img {
    /* make images responsive */
    max-width: 100%;
    display: block;
}

input {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.6rem;
}

input[type="search"]::-ms-clear {
    /* removes close icon - IE */
    display: none;
}

.keyword:-webkit-autofill {
    background: transparent;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    box-shadow: 0 0 0 1000px white inset !important;
}

div::after {
    display: block;
    content: "";
    clear: both;
}


/* header */

.header {
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}

.header .container {
    width: 60%;
    margin: 0 auto;
}

.header .container .logo {
    width: 200px;
    height: 90px;
    float: left;
    margin-right: 5%;
    /* border: solid; */
}

.header .container .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.header .container .logo a img {
    /* width: 100%;*/
    height: 100%;
}

.header .container .nav {
    float: left;
    margin-left: 5%;
    height: 90px;
}

.header .container .nav .nav-item .nav-link {
    padding: 37px 0px;
    color: #000;
}

.header .container .nav .nav-item .nav-link:hover {
    color: #007bff;
}

.header .container .nav .nav-item .dropdown-toggle::after {
    display: none;
}

.header .container .nav .nav-item.submenu {
    position: relative;
}

.header .container .nav .nav-item {
    /* margin-right: 45px; */
    padding-right: 45px;
    overflow: hidden;
}

.header .container .nav .nav-item:hover {
    overflow: visible;
}

.header .container .nav .nav-item .dr-menu {
    /* width: 615px; */
    position: absolute;
    top: 120%;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    border: none;
    padding: 0px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    left: -30%;
    background: #fff;
    box-shadow: 10px 10px 5px #dddddd;
    /* overflow-y: hidden; */
}

.header .container .nav .nav-item:hover .dr-menu {
    opacity: 1;
    top: 100%;
    z-index: 99;
    visibility: visible;
}

.header .container .nav .nav-item .dr-menu li {
    display: block;
    float: none;
    width: 200px;
    background-color: #fff;
    margin-right: 0px;
    transition: all 0.4s linear;
    padding: 0;
    height: 45px;
    line-height: 30px;
}

.header .container .nav .nav-item .dr-menu li a {
    line-height: 45px;
    color: #222;
    padding: 0px 30px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
}

.header .container .nav .nav-item .dr-menu li:hover {
    background: #007bff;
}

.header .container .nav .nav-item .dr-menu #s64:hover {
    background: transparent;
}

.header .container .nav .nav-item .dr-menu #s71:hover {
    background: transparent;
}

.header .container .nav .nav-item .dr-menu li:hover a {
    color: #fff;
}

.header .container .nav .nav-item .dr-menu #s64:hover a {
    color: #000;
}

.header .container .nav .nav-item .dr-menu #s71:hover a {
    color: #000;
}

.header .container .nav-shop {
    float: right;
}

.header .container .nav-shop li {
    display: inline-block;
    margin: 34px 15px;
}

.header .container .nav-shop li img {
    width: 30px;
}

.header .container .nav-shop #search {
    cursor: pointer;
}

.search {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 99;
}

.search .cha {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}

.search .input {
    position: absolute;
    display: flex;
    align-items: center;
    width: 40%;
    height: 50px;
    top: calc( 50% - 150px);
    left: 30%;
    border: 2px solid #fff;
    padding: 20px 0px;
    border-radius: 25px;
    /* border-bottom: 2px solid #fff; */
    /* border: solid 1px red; */
}

.search .input input {
    height: 50px;
    width: 100%;
    background: transparent;
    border: 0;
    /* border-bottom: 2px solid #fff; */
    padding-left: 30px;
    font-size: 20px;
    color: #eee;
    overflow: hidden;
    outline: none;
    font-weight: 400;
}

.search .input img {
    /* position: absolute;
        top: 5px;
        left: 5px; */
    width: 35px;
    margin-right: 15px;
}


/* 商品 */

.card-body {
    width: 100%;
    text-align: left;
    color: #777;
}

.card-body h2,
.card-body span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    min-height: 40px;
    line-height: normal;
    color: #000;
    margin: 10px 0 15px 0;
    font-family: 'Times New Roman', Times, serif;
}

.card-con:hover .card-body h2 {
    color: rgb(28, 81, 179);
}

.card-body h3 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.card-head {
    position: relative;
    overflow: hidden;
}

.card-head .card-icon {
    visibility: hidden;
    width: 40%;
    left: 50%;
    position: absolute;
    bottom: -30%;
    display: flex;
    justify-content: center;
    /* background: rgba(255, 255, 255, 0.5); */
    padding: 0px 5px 0px;
    transform: translateX(-50%) translateY(20px);
    opacity: 0;
    z-index: -1;
    transition: all .48s ease;
}

.card-con:hover .card-head .card-icon {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    bottom: 10%;
}

.card-head .card-icon li {
    width: 35px;
    height: 35px;
    padding: 5px;
    background: cornflowerblue;
    margin: 5px 7px;
}

.card-head .card-icon li:hover {
    background: rgb(28, 81, 179);
}


/* index */

.index {
    width: 100%;
    /* overflow: hidden; */
}

.index .hero-banner {
    margin-top: 100px;
    position: relative;
    margin-bottom: 10px;
}

.section-margin {
    overflow: hidden;
}

.index .section-con {
    width: calc( 100% + 10px);
}

.index .section-con>div {
    float: left;
    width: calc( 33.33% - 10px);
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}

.index .section-con>div::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(50px);
    opacity: 0;
    transition: all .4s ease;
}

.index .section-con>div:hover::after {
    transform: translateY(0);
    opacity: 1;
}

.index .section-con>div a {
    position: absolute;
    left: 0;
    bottom: -30%;
    background: #384aeb;
    padding: 23px 90px 23px 25px;
    transform: translateY(50px);
    opacity: 0;
    z-index: 10;
    transition: all .4s ease-in-out;
    display: inline-block;
}

.index .section-con>div a h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.index .section-con>div a p {
    color: #fff;
    margin: 0;
}

.index .section-con>div:hover a {
    bottom: 20%;
    opacity: 1;
    visibility: visible;
}

.section-margin.calc-60px {
    margin: 120px 0 70px 0;
}

.pb-60px {
    padding-bottom: 60px;
}

.section-iotro {
    padding-bottom: 60px;
}

.section-iotro p {
    margin-bottom: 3px;
    color: #777;
}

.section-iotro h2 {
    font-size: 36px;
    font-weight: 600;
    color: #222;
    line-height: 1.1;
}

.section-iotro h2 span {
    border-bottom: 2px solid #384aeb;
    padding-bottom: 8px;
}

.index .offer {
    background: url(../img/bg-1.jpg) right center no-repeat;
    background-size: cover;
}

.index .offer.b {
    background: url(../img/bg-2.jpg) right center no-repeat;
    background-size: cover;
}

.index .offer .offer__content {
    padding: 122px 0 135px 0;
}

.index .offer .offer__content h3 {
    font-size: 50px;
    margin-bottom: 25px;
}

.index .offer .offer__content h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
}

.index .offer .offer__content p {
    color: #555555;
}

.index .offer .offer__content a {
    display: inline-block;
    border: 1px solid #384aeb;
    border-radius: 30px;
    color: #222;
    font-weight: 500;
    padding: 12px 50px;
    background: #384aeb;
    color: #fff;
    transition: all .4s ease;
}

.index .offer .offer__content a:hover {
    border-color: #384aeb;
    background: transparent;
    color: #222;
}

.index .in-swi .swiper-po {
    position: relative;
}

.index .in-swi .swiper-po .swiper-button-next {
    right: 15%;
    top: 35%;
}

.index .in-swi .swiper-po .swiper-button-prev {
    left: 15%;
    top: 35%;
}

.index .in-swi .swiper-po .swiper-button-next,
.index .in-swi .swiper-po .swiper-button-prev {
    width: 40px;
    height: 40px;
}

.index .in-swi .swiper-po .swiper-button-next:hover,
.index .in-swi .swiper-po .swiper-button-prev:hover {
    background: #384aeb;
}

.index .in-swi .swiper-po .swiper-button-next::after,
.index .in-swi .swiper-po .swiper-button-prev::after {
    font-size: 30px;
}

.index .in-swi .swiper-po .swiper-button-next:hover::after,
.index .in-swi .swiper-po .swiper-button-prev:hover::after {
    color: #fff;
}

.subscribe-position {
    position: relative;
    top: 50px;
    z-index: 5;
    margin-bottom: 0;
}

.subscribe {
    padding: 85px 10px;
    color: #555;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px -5px 20px 0px rgba(56, 74, 235, 0.1);
}

.subscribe h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.subscribe p {
    margin-bottom: 15px;
}

.subscribe div {
    display: flex;
    margin-top: 48px;
    justify-content: center;
}

.subscribe div input:nth-child(1) {
    margin-left: auto!important;
    min-width: 380px;
    width: 40%;
    border-radius: 30px;
    height: 50px;
    border-color: #ced4da;
    padding-left: 20px;
    font-size: 14px;
}

.subscribe div input:nth-child(2) {
    padding: 12px 35px;
    font-size: 15px;
    margin-left: 15px;
    border: 0;
    border-radius: 25px;
    background: #384aeb;
    color: #fff;
    font-size: 20px;
}

.footer {
    /* width: 100%; */
    font-family: 'Times New Roman', Times, serif;
}

.footer .copy {
    padding: 80px 0 0 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.footer-area {
    padding: 195px 0px 120px;
    background: #002347;
}

.footer-area h4 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 28px;
}

.footer-area h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Times New Roman', Times, serif;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 28px;
}

.footer-area p {
    color: #7b838a;
    margin-bottom: 15px;
}

.footer-area .qui ul li a {
    line-height: 35px;
    color: #7b838a;
    font-size: 14px;
    /* font-weight: 700; */
}

.footer-area .qui ul li a:hover {
    color: #384aeb;
}

.footer-area .gal ul li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.footer-area .gal ul li a img {
    width: 30px;
}

.footer-area .us img {
    width: 30px;
    float: left;
}

.footer-area .us>div div {
    float: left;
    margin-left: 10px;
    margin-bottom: 15px;
    width: calc( 100% - 50px);
}

.footer-area .us div h5 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}

.footer-area .us div p {
    margin-bottom: 10px;
}


/* 放大 */

#fada-div {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
}

#fada-div .swiper-button-next {
    right: 10%;
    left: auto;
    z-index: 100;
}

#fada-div .swiper-button-prev {
    left: 10%;
    right: auto;
    z-index: 100;
}

#fada-div .fada-cha {
    display: block;
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 100px;
    cursor: pointer;
    color: #fff;
    z-index: 9;
}

#fada-div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
}


/* goods */

.goods {
    width: 100%;
}

.blog-banner-area {
    width: 100%;
    height: 100px;
    margin-top: 100px;
    position: relative;
    background: url(/img/sort-page-banner-bg.jpg) center center no-repeat;
    background-size: cover;
}

.blog-banner-area::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f1f6f7;
    z-index: -1;
}

.blog-banner-area .container {
    overflow: hidden;
}

.blog-banner-area .blog-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.blog-banner h1 {
    font-size: 36px;
    font-weight: 700;
}

.blog-banner p a {
    color: #333;
}

.banner-breadcrumb {
    display: inline-block;
}

.banner-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
}

.banner-breadcrumb .breadcrumb-item {
    padding: .1rem;
}

.banner-breadcrumb .breadcrumb-item a {
    color: #555555;
}

.section-margin--small {
    margin: 98px 0;
}

.sidebar-categories .main-categories {
    width: 100%;
}

.sidebar-categories .main-categories .common-filter {
    /* background: #f1f6f7; */
    width: 100%;
    /* margin-bottom: 1px; */
}

.sidebar-categories .main-categories .common-filter a {
    /* width: 100%;
        display: block; */
}

.sidebar-categories .head {
    font-family: 'Times New Roman', Times, serif;
    line-height: 35px;
    /* background: #384aeb; */
    padding: 0 30px;
    font-size: 14px;
    font-weight: 400;
    /* color: #fff; */
    color: #000;
}

.sidebar-categories .main-categories .common-filter ul {
    padding: 0px 0px 0px 0px;
    /* background: #f1f6f7; */
    /* border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc; */
}

.sidebar-categories .main-categories .common-filter ul li+li {
    /* border-top: 1px solid #ccc; */
}

.sidebar-categories .main-categories .common-filter ul li a {
    line-height: 35px;
    /* padding-left: 40px; */
    font-size: 14px;
    color: #000;
    /* color: #777; */
}


/*  */

.filter-bar {
    padding: 0px 20px 10px 20px;
    /* background: #f1f6f7; */
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.sorting {
    display: inline-block;
}

.sorting p {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    height: 48px;
    line-height: normal;
}

.sorting-right {
    float: right;
    width: 213px;
}

.filter-bar-search {
    margin-top: 10px;
}

.sorting-right input {
    float: left;
    border: 1px solid #eee;
    font-size: 14px;
    color: #999999;
    height: 38px;
    padding-left: 15px;
}

.sorting-right button {
    float: left;
    border: 1px solid #eee;
    background: #fff;
    border-left: 0;
    width: 38px;
    height: 38px;
}

.sorting-right button img {
    width: 15px;
    height: 15px;
}


/* details */

.product_image_area {
    padding-top: 100px;
}

.product_image_area .swiper-slide img {
    width: 100%;
}

.s_product_text {
    margin-left: -15px;
    /* margin-top: 65px; */
}

.s_product_text h1 {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
}

.s_product_text h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: 700;
    color: #384aeb;
    margin-bottom: 10px;
}

.s_product_text .list li {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: normal;
    color: #000;
}

.s_product_text .list li span {
    color: #000;
    width: 90px;
    display: inline-block;
}

.s_product_text h4 {
    padding-top: 20px;
    border-top: 1px dotted #eeeeee;
    font-size: 18px;
    font-weight: 700;
}

.s_product_text p {
    margin-top: 20px;
    border-bottom: 1px dotted #eeeeee;
    padding-bottom: 26px;
    margin-bottom: 0;
    color: #000;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.667;
}

.s_product_text select {
    margin-bottom: 20px;
    display: block;
    width: 80%;
    height: 40px;
    color: #000;
    font-size: 18px;
}

.s_product_text .product_count {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 24px;
}

.product_count label {
    float: left;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding-right: 10px;
}

.product_count button {
    float: left;
    width: 30px;
    height: 30px;
    border: 0;
    background: #eee;
    font-size: 18px;
    margin: 0 15px;
}

.product_count input:nth-child(3) {
    float: left;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 14px;
}

.product_count input:nth-child(5) {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: 1px solid #384aeb;
    border-radius: 30px;
    color: #222;
    font-weight: 500;
    padding: 0 20px;
    background: #384aeb;
    color: #fff;
    transition: all .4s ease;
}

.product_description_area {
    padding-bottom: 100px;
    margin-top: 60px;
}

.product_description_area .title {
    text-align: center;
    background: #f1f6f7;
    font-size: 24px;
    color: #222;
    padding: 15px 0;
}

.product_description_area>div div {
    border: 1px solid #f1f6f7;
    padding: 20px 15px;
}

.product_description_area p {
    color: #000;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.667;
    margin-top: 20px;
}

.section-intro p {
    margin-bottom: 3px;
    color: #777;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.667;
}

.section-intro h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Times New Roman', Times, serif;
    color: #222;
    line-height: 1.1;
}

.section-intro__style {
    border-bottom: 2px solid #384aeb;
    padding-bottom: 8px;
}


/* #de-da */

#de-da {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
}

#de-da .fada-cha {
    display: block;
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 100px;
    z-index: 5;
}

#de-da img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#de-da .swiper-slide img {
    width: auto;
}


/* cart */

.cart_area {
    padding-top: 90px;
    padding-bottom: 55px;
}

.cart_inner .table thead tr th {
    border-top: 0px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Times New Roman', Times, serif;
    color: #222;
    border-bottom: 0px !important;
}

.cart_inner .table tbody tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
    align-self: center;
}

.cart_inner .table tbody tr td .media .media-head {
    width: 150px;
    margin-right: 30px;
}

.cart_inner .table tbody tr td .media .media-head img {
    border-radius: 3px;
}

.cart_inner .table tbody tr td .media .media-body {
    vertical-align: middle;
    align-self: center;
    color: #777;
}

.cart_inner .table tbody tr td h5 {
    font-size: 15px;
    color: #222;
    font-weight: 550;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 0px;
}

.qur p {
    padding-right: 20px;
}

.qui h4 {
    padding-left: 30px;
}

.qui ul {
    padding-left: 30px;
}

.us div:nth-child(2) img {
    width: 35px;
}

.us div:nth-child(3) img {
    width: 27px;
    margin: 3.5px;
}


/* 表 */

.userinfo {
    width: 100%;
    overflow: hidden;
}

.userinfo tr {
    line-height: 23px;
    height: 30px;
}

.fo {
    height: 35px;
}

.pay span {
    height: 30px;
    padding-top: 20px;
    position: absolute;
    padding-left: 10px;
    color: green;
    font-weight: bold;
}

.pay {
    text-align: left;
    margin-left: 40%;
}

.userinfo select {
    height: 36px;
    padding: 2px;
    /* border: 2px solid #000; */
}

#ctl00_body_txtMessage {
    height: 150px !important;
}

.userinfo select {
    height: 36px;
    padding: 2px;
    /* border: 2px solid #000; */
    width: 438px;
}

#ctl00_body_txtstreetaddress {
    height: 100px !important;
    vertical-align: middle;
}

#ctl00_body_txtMessage {
    height: 150px !important;
}


/* 单页面 */

.single {
    margin-top: 100px;
}

.single h1 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #000;
}

.content {
    width: 60%;
    margin: 50px auto;
    line-height: 26px;
}


/* 改 */

.breadcrumb-item+.breadcrumb-item::before {
    content: "-" !important;
}

.blog-banner>p {
    font-size: 36px;
}

.banner-breadcrumb .breadcrumb-item {
    margin-top: 15px;
}

.banner-breadcrumb .breadcrumb-item a:hover {
    color: #007bff;
}

.shuliang {
    float: left;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 14px;
}

.quantity {
    padding-left: 6% !important;
}

.cart_inner .table tbody tr td .media .media-body p {
    margin-bottom: 15px;
}


/* gai */


/* .navbar-nav.menu_nav li:nth-child(3) .dr-menu {
        height: 550px !important;
    } */


/* .header .container .nav .nav-item:nth-child(3) .dr-menu {
        width: 615px;
    } */


/* .header .container .nav .nav-item:nth-child(3) .dr-menu li {
        margin-left: 15px;
    } */

.navbar-nav.menu_nav li:nth-child(5) .dr-menu {
    height: 315px !important;
    width: 502px;
}

.header .container .nav .nav-item:nth-child(5) .dr-menu li {
    width: 250px;
}

.navbar-nav.menu_nav li:nth-child(2) .dr-menu {
    height: 690px !important;
}

.navbar-nav.menu_nav li:nth-child(5) .dr-menu li,
.navbar-nav.menu_nav li:nth-child(3) .dr-menu li,
.navbar-nav.menu_nav li:nth-child(2) .dr-menu li {
    /* border-right: 1px solid #eee !important; */
    margin-right: 15px;
}

.navbar-nav.menu_nav li:nth-child(3) .dr-menu {
    height: 405px !important;
    width: 402px;
}

.navbar-nav.menu_nav li:nth-child(2) .dr-menu {
    width: 402px;
}

#s64,
#s71 {
    font-weight: 700;
}

.page-nav {
    border-top: 1px solid #eee;
    padding: 20px 0px;
    width: 100%;
    font-size: 14px;
    margin-top: 50px;
}

.page-nav .paginator {
    float: left;
}

.paginator a {
    display: inline-block;
    padding: 5px;
    border: 1px solid #eee;
    font-size: 16px;
}

.paginator a:hover {
    background: red;
    color: #fff;
}

.paginator span {
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    /* border: 1px solid #eee; */
}

.goods-list {
    margin: 0 !important;
    padding: 0 !important;
}

.sidebar-categories>h2 {
    font-size: 20px;
    text-transform: Uppercase;
    font-weight: 700;
}

.sidebar-categories>h2>span {
    padding-bottom: 15px;
    border-bottom: 2px solid #007bff;
}

.goods-list .sidebar-categories .head {
    padding: 0 !important;
}

.sidebar-categories .main-categories {
    margin-top: 35px;
}

.category-list>.row>.card-con:nth-child(3n+1) {
    border-left: 1px solid transparent;
}

.category-list>.row>.card-con {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.sidebar-categories .main-categories .common-filter>p>a {
    display: inline-block !important;
    width: auto;
    font-weight: 700;
    font-size: 18px;
}

.sidebar-categories .main-categories .common-filter>p {
    position: relative;
}

.sidebar-categories .main-categories .common-filter>p>span {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 20px;
    z-index: 30;
}

.sidebar-categories .main-categories .common-filter ul {
    display: none;
}

.sidebar-categories .main-categories .common-filter>p>span img {
    width: 20px;
}

.close {
    display: none;
}

.section-margin--small .container .row .col-xl-3 {
    /* flex: 0 0 20%; */
}

.section-margin--small .container .row .goods-list {
    flex: 0 0 20% !important;
}

.section-margin--small .container .row .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 80%;
    max-width: 80%;
}

.swiper-po .swiper-container {
    padding-bottom: 50px !important;
}

.index-product-customize {
    margin-top: 20px;
    margin-bottom: 30px;
}

.category-product-customize .card-head {
    margin-top: 20px;
}

.lefta {
    /* border-bottom: 3px solid #007bff; */
    /* font-weight: 700; */
    /* text-shadow: 2px 0px 1px #777; */
    box-shadow: 0px 3px 0px #666;
    font-weight: 700;
    font-style: oblique;
}

.margin-top-100 {
    margin-top: 100px;
}

.s_product_text ul {
    margin: 20px 0;
}

.s_product_inner .swiper-button-next:after,
.s_product_inner .swiper-button-prev:after {
    color: #ccc !important;
}

.nav-shop li:nth-child(2) {
    position: relative;
}

.cart_num {
    position: absolute;
    top: -9px;
    left: 32px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: red;
    text-align: center;
    line-height: 17px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.footer {
    position: relative;
}

.log {
    position: absolute;
    bottom: 50%;
    right: 3%;
}

.log img {
    width: auto;
}

#c71,
#c64 {
    font-weight: 600;
}

/* 购物车表单 */
.order-info-form { margin:0 0 0 0; width:100%; box-sizing:border-box; }
.order-info-form td { padding:10px !important; }
.order-info-form td input, .order-info-form td textarea, .order-info-form td select { padding:5px !important; width:100% !important; box-sizing:border-box !important; border:1px solid #999 !important; }
.order-info-form td #ctl00_body_imbtnsave { border:none !important; background:#F00; color:#FFF; }
.order-info-form td #ctl00_body_rbsex_0, .order-info-form td #ctl00_body_rbsex_1 { margin:0 5px !important; width:inherit !important; display:inline-block !important; }