body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td {
    padding: 0;
    margin: 0;
    font-family: Microsoft YaHei, sans-serif, Arial;
}

img {
    border: 0;
}

html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    line-height: 1.5;
    font-size: 16px;
}

body,
button,
input,
select,
textarea {
    font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
}

b,
strong {
    font-weight: bold;
    line-height: inherit;
}

i,
em {
    font-style: normal;
    font-style: italic;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

ul,
ol,
dl {
    line-height: 1.6;
    list-style-position: outside;
}

li {
    font-size: inherit;
    list-style: none;
}

ul {
    list-style-type: disc;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

dl dt {
    font-weight: bold;
}

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

table th,
table td {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

table th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    font-weight: inherit;
    border-bottom-width: 2px;
    background-color: #f2f2f2;
}

textarea {
    height: auto;
    min-height: 50px;
    max-width: 100%;
    resize: none;
}

a {
    text-decoration: none;
    color: #000;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

p {
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

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

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*ç§»é™¤HTML5 inputåœ¨type="number"æ—¶çš„ä¸Šä¸‹å°ç®­å¤´*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}


.a_row {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}


.more_row {
    word-break: break-all;
    word-wrap: break-word
}


.img {
    display: block;
    min-width: 10px;
    min-height: 10px;
    position: relative;
}

.img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


.image {
    overflow: hidden;
}

.image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.fl {
    float: left
}

.fr {
    float: right
}

.clear:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.clear {
    zoom: 1
}


.arrow_left,
.arrow_right {
    position: relative
}

.arrow_left {
    padding-left: 15px;
}

.arrow_left:after {
    content: " ";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-width: 0 0 2px 2px;
    border-color: #c8c8cd;
    border-style: solid;
    -webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
    transform: matrix(.71, .71, -.71, .71, 0, 0);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.arrow_right:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    -webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
    transform: matrix(.71, .71, -.71, .71, 0, 0);
    position: absolute;
    top: -2px;
    top: 50%;
    margin-top: -4px;
    right: 2px
}

.main_color {
    color: #fe3b59;
}

.main_bgcolor {
    background-color: #fe3b59;
    color: #fff;
}

.btn {
    cursor: pointer;
}

.overflowhidden {
    overflow: hidden;
}

.hide {
    display: none;
}

#wrap {
    min-width: 1200px;
    font-size: 14px;
    overflow: hidden;
}


/* é¦–é¡µã€å…¨éƒ¨å•†å“ã€çƒ­å–ã€ç‰¹ä»·ã€å…¬å¸ç®€ä»‹ã€è”ç³»æˆ‘ä»¬ç­‰çš„é¡¶éƒ¨æ  */

#header1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 222px;
    background-color: #fff;
    border-bottom: 2px solid #fe3b59;
    font-size: 16px;
    overflow: hidden;
}

#header1 .content {
    margin: auto;
    width: 1200px;
    overflow: hidden;
}

#header1 .modular1 {
    display: block;
    margin: 22px 0;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#header1 .modular1 a {
    display: inline-block;
}

#header1 .modular1 img {
    height: 80px;
    object-fit: contain;
    display: block;
    border-radius: 20px;
}

#header1 .modular2 {
    margin: auto;
    width: 380px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header1 .modular2 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header1 .modular2 input {
    width: 300px;
    height: 29px;
    line-height: 29px;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    outline: none;
}

#header1 .modular2 input:focus {
    border-bottom: 1px solid #fe3b59;
}

#header1 .modular2 button {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    outline: none;
}

#header1 .modular2 .cart {
    display: block;
    margin-left: 10px;
    width: 30px;
    height: 30px;
}

#header1 .modular2 .cart span {
    padding: 0 2px;
    min-width: 12px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    border-radius: 6px;
    text-align: center;
    position: absolute;
    left: 17px;
    top: 0;
}

#header1 .modular3 {
    margin-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header1 .modular3 .nav {
    height: 40px;
    line-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header1 .modular3 .nav li {
    width: 140px;
}

#header1 .modular3 .nav li a {
    display: block;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

#header1 .modular3 .nav li a:hover {
    background-color: #fe3b59;
    color: #fff;
}

#header1 .modular3 .nav li.active a {
    background-color: #fe3b59;
    color: #fff;
}

#header1 .modular3 .link {
    height: 40px;
    line-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header1 .modular3 .link li {
    margin-left: 24px;
}

#header1 .modular3 .link li a {
    display: block;
}

#header1 .modular3 .link li a:hover {
    color: #fe3b59;
    text-decoration: underline;
}


#sidebar {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}

#sidebar li {
    margin-bottom: 2px;
    width: 50px;
    height: 50px;
    background-color: #353535;
    position: relative;
}

#sidebar li:hover {
    background-color: #2079c4;
}

#sidebar li a {
    display: block;
    width: 100%;
    height: 100%;
}

#sidebar div.tips {
    padding: 10px;
    width: 140px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: -162px;
    top: 0;
}

#sidebar li>p {
    width: 160px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: -165px;
    top: 0;
}

#sidebar li .tips {
    display: none;
}

#sidebar li:hover .tips,
#sidebar li:hover .qrcode {
    display: block;
}

#sidebar li .qrcode {
    display: none;
    width: 140px;
    height: 140px;
    position: absolute;
    left: -142px;
    top: -40px;
}


#content {
    min-height: 500px;
    overflow: hidden;
}


#banner {
    margin: auto;
    width: 1200px;
    height: 580px;
}

#banner a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: -webkit-grab;
    cursor: grab;
}

#content .swiper-container .swiper-pagination-bullet-active {
    padding: 0 5px;
    background: #fe3b59;
    border-radius: 5px;
}

.swiper-container .swiper-pagination-bullet {
    border: 1px solid #fe3b59;
    background: transparent;
    opacity: inherit;
}


/* é¦–é¡µã€å…¨éƒ¨å•†å“ã€çƒ­é—¨ã€æ–°å“ï¼Œç­‰å•†å“åˆ—è¡¨æ¨¡å— */

.group {
    padding: 30px 0 20px;
    background-color: #fff;
}

.group .content {
    margin: auto;
    width: 1200px;
}

.group .title {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.group .title p {
    font-size: 22px;
    font-weight: bold;
}

.group .title p span {
    display: inline-block;
    margin-left: 5px;
}

.group .title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.group .title a:hover {
    color: #fe3b59;
}

.group .title a img {
    margin-left: 8px;
}

.group .title a .image {
    width: 285px;
    height: 285px;
    background-color: #ecedef;
}

.group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: flex-start;
}

.group ul li {
    margin: 0 20px 30px 0;
    width: 285px;
}

.group li:nth-of-type(4n) {
    margin-right: 0;
}

.group li a {
    display: block;
    background-color: #fff;
    overflow: hidden;
}

.group li a:hover {
    -webkit-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
}

.group li .image {
    width: 285px;
    height: 214px;
}

.group li a p:not(.image) {
    margin: 15px 20px;
    line-height: 1;
}

.group .goods_title {
    font-weight: bold;
}

.group li .subtitle {
    color: #999;
}

.group .main_color {
    font-size: 22px;
}

.group .del {
    margin-left: 5px;
    font-size: 14px;
    color: #999;
    position: relative;
}

.group .del::after {
    content: "";
    width: 110%;
    height: 0;
    border-bottom: 1px solid #999;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

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

.mask .content {
    width: 200px;
    height: 200px;
    background-color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mask .content>.title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.mask .cancel {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.mask .cancel img {
    width: 15px;
}


/* åº•éƒ¨æ  */

#footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    width: 100%;
    height: 180px;
    background-color: #161823;
    font-size: 14px;
    color: #fff;
}

#footer .content {
    margin: auto;
    width: 920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footer a {
    color: #fff;
    font-size: 14px;
}

#footer .left ul {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

#footer .left ul li {
    width: 128px;
    position: relative;
}

#footer .left ul li:not(:last-of-type)::after {
    content: "";
    width: 0;
    height: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#footer .left a:hover {
    text-decoration: underline;
    color: #fe3b59;
}

#footer .left p {
    width: 512px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

#footer .right {
    width: 340px;
    text-align: center;
}

#footer .right .tel {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 1;
}

#footer .right .openDaily {
    margin-bottom: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}

#footer .right .customer_service {
    margin: auto;
    width: 120px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fe3b59;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#footer .right .customer_service img {
    margin-right: 10px;
}