@charset "UTF-8";

:root {
    --m-color--: #FFa800;
}

[v-cloak] {
    display: none;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    min-width: 1190px;
    overflow-x: hidden;
    background: #f4f4f4;
}

input {
    outline: none;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #666;
}

.header .top {
    width: 100%;
    background: white;
}

.header .top ul {
    width: 1190px;
    margin: 0px auto;
}

.fl {
    width: 1190px;
    margin: 0px auto 66px;
}

.fl:after {
    content: 'clear';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.header .h_f {
    background: #E5E5E5;
    height: 38px;
}

.header .h_f ul li {
    float: right;
    line-height: 38px;
    letter-spacing: 2px;
    margin-left: 25px;
    cursor: pointer;
}

.header .h_f ul li:hover {
    color: var(--m-color--);
}

.header .h_s ul {
    height: 110px;
}

.header .h_s ul li {
    height: 110px;
    float: left;
    line-height: 110px;
}

.header .h_s ul li img, .header .h_s ul li input {
    vertical-align: middle;
}

.header .h_s ul li input.s {
    width: 470px;
    height: 40px;
    margin-left: 25px;
    letter-spacing: 1px;
    border: 3px solid var(--m-color--);
    font-size: 14px;
    padding-left: 30px;
    background: url("https://static.pandamart.cn/search_icon.png") no-repeat scroll .35rem center transparent;
}

.header .h_s ul li input.b {
    margin-right: 25px;
    width: 70px;
    height: 40px;
    letter-spacing: 1px;
    border: 3px solid var(--m-color--);
    font-size: 16px;
    background: var(--m-color--);
    color: white;
    cursor: pointer;
}

.header .h_s ul li input.b:hover {
    font-size: 18px;
}

.header .h_s ul li:first-child {
    width: 200px;
}

.header .h_s ul li:nth-child(4) {
    width: 168px;
}

.header .h_s ul li img {
    cursor: pointer;
    margin-top: -3px;
}

.swiper-top {
    height: 500px;
}

.swiper-top .s_r {
    position: absolute;
    z-index: 2;
    width: 100%;
    background: rgba(41, 36, 33, 0.6);
    height: 42px;
}

.swiper-top .s_r ul.classify {
    width: 1190px;
    margin: 0px auto;
}

.swiper-top .s_r .firstCategory {
    width: 1190px;
    margin: 0px auto;
}

.swiper-top .s_r .firstCategory #category {
    width: 200px;
    float: left;
}

.swiper-top .s_r ul.classify li {
    display: inline-block;
    float: left;
    width: 141.42px;
    height: 42px;
    line-height: 42px;
    color: white;
    cursor: pointer;
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
}

.swiper-top .s_r ul.classify li.list {
    text-align: left;
    width: 185px;
    padding-left: 15px;
}

.swiper-top .s_r ul.classify li.appoint {
    color: var(--m-color--);
}

.swiper-top .s_r ul.classify li:hover {
    color: white;
    background: var(--m-color--);
}

.swiper-top .s_r ul.category {
    background: rgba(41, 36, 33, 0.6);
    height: 76.3px;
    width: 170px;
    color: #ffffff;
    padding: 0px 15px;
}

.swiper-top .s_r ul.category a {
    color: #ffffff;
}

.swiper-top .s_r ul.category:hover {
    background: white;
    color: #000000;
}

.swiper-top .s_r ul.category:hover a {
    background: white;
    color: #000000;
}

.swiper-top .s_r ul.category label a:hover, .swiper-top .s_r ul.category span a:hover {
    cursor: default;
    color: var(--m-color--);
}

.swiper-top .s_r ul.category label {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 600;
    color: var(--m-color--);
}

.swiper-top .s_r ul.category a label:hover {
    cursor: default;
    color: var(--m-color--);
}

.swiper-top .s_r #category div {
    position: absolute;
    margin-left: 200px;
    background: white;
    width: 970px;
    height: 454px;
    color: #000000;
    padding: 2px 10px;
}

.swiper-top .s_r #category div ul.child li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e2e2e2;
}

.swiper-top .s_r #category div ul.child li label {
    display: inline-block;
    width: 90px;
    font-weight: 600;
}

.swiper-top .s_r #category div ul.child li span {
    margin: 0px 5px;
}

.swiper-top .s_r #category div ul.child li span a:hover {
    cursor: pointer;
    color: var(--m-color--);
}

.first {
    margin-top: 66px;
}

.first ul.l {
    width: 100%;
    height: 30px;
    background: linear-gradient(to right, #ffa800, #ff5000);
}

.first ul.l li {
    float: left;
    width: 92px;
    height: 30px;
    line-height: 30px;
    color: white;
    font-size: 16px;
    text-align: center;
}

.first ul.l li:hover {
    cursor: pointer;
    background: #ff5000;
}

.first ul.l li.active {
    background: #ff5000;
}

.first ul:last-of-type {
    width: 100%;
    height: 35px;
    margin-top: 20px;
    border-bottom: 2px solid var(--m-color--);
}

.first ul:last-of-type li {
    float: left;
    height: 30px;
    line-height: 30px;
    color: black;
    font-size: 16px;
    margin-right: 30px;
    cursor: pointer;
}

.first ul:last-of-type li.active {
    font-size: 18px;
    color: var(--m-color--);
}

.first ul:last-of-type li.active::after {
    content: " ";
    width: 2px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid var(--m-color--);
    top: 22px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
}

.show {
    margin-top: 20px;
}

.show img.b-image {
    margin-bottom: 20px;
}

.show .goods {
    width: 22.94%;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    background: #ffffff;
}

.show a:nth-of-type(4n+1).goods, .show a:nth-of-type(4n+1) .goods {
    margin-right: 0px;
}

.goods {
    float: left;
    padding: 10px;
    font-size: 14px;
}

.goods:hover {
    box-shadow: 0 0 3px var(--m-color--);
}

.goods p {
    height: 38px;
    overflow: hidden;
}

.goods img {
    height: 200px;
}

.goods label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--m-color--);
}

.goods span {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background: var(--m-color--);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 17px;
}

.fl .bar {
    display: flex;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
}

.fl .bar img {
    width: 36px;
    height: 36px;
    margin-right: 15px;
}

.fl .describe {
    text-align: center;
    color: #666;
    margin: 30px 0px;
}

.fl .describe a {
    display: inline-block;
    width: 170px;
    height: 38px;
    border-radius: 1px;
    border: 1px solid #888;
    font-size: 14px;
    line-height: 38px;
    margin-top: 20px;
}

.fl .describe a:hover {
    background: var(--m-color--);
    color: #ffffff;
    border: 1px solid var(--m-color--);
}

.second .list {
    width: 812px;
    float: left;
    margin-right: 20px;
}

.second .list .swiper-brand {
    height: 460px;
    background: #ffffff;
}

.second .list .swiper-brand .swiper-slide p {
    padding: 0px 10px;
    font-size: 14px;
    letter-spacing: 1px;
}

.second .list .swiper-brand .swiper-slide p:first-child {
    padding: 0px 0px 10px 30px;
    border-bottom: 1px solid #dddddd;
}

.second .list .swiper-brand .swiper-slide p img {
    position: absolute;
    width: 16px;
    margin: 2px 10px 0px -20px;
}

.second .m {
    float: left;
    width: 358px;
    height: 460px;
    background: #ffffff;
}

.second .m li {
    display: inline-block;
    padding: 10px;
    height: 94px;
    border-top: 1px solid #dddddd;
    letter-spacing: 1px;
    color: #646464;
}

.second .m li:first-child {
    height: 95px;
    border: none;
}

.second .m li img {
    width: 33.5%;
    float: left;
    margin-right: 10px;
}

.second .m li span {
    font-weight: 700;
    color: #000000;
    font-size: 14px;
}

.second .m li p {
    margin: 5px 0px;
}

.swiper-pagination-brand {
    top: 300px;
}

.third .list .goods {
    width: 30.3%;
    margin-bottom: 2%;
    background: #ffffff;
}

.third .list .goods:nth-child(2), .third .list .goods:nth-child(5) {
    margin: 0px 2%;
}

.third .list .goods img {
    height: 300px;
}

.third .list .goods img.icon {
    position: absolute;
    margin-left: 10px;
    margin-top: -10px;
    width: 44px;
    height: 44px;
}

.third .list .goods img.add {
    width: 30px;
    height: 30px;
    float: right;
}

.third .list .goods:hover {
    box-shadow: 0 0 3px var(--m-color--);
}

.fourth ul {
    width: 100%;
    height: 35px;
    margin-top: 30px;
    border-bottom: 2px solid var(--m-color--);
}

.fourth ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    color: black;
    font-size: 16px;
    margin-right: 30px;
    cursor: pointer;
}

.fourth ul li.active {
    font-size: 18px;
    color: var(--m-color--);
}

.fourth ul li.active::after {
    content: " ";
    width: 2px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid var(--m-color--);
    top: 22px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
}

.five .bar {
    margin-top: 66px;
}

.five ul {
    width: 100%;
    height: 35px;
    margin-top: 30px;
    border-bottom: 2px solid var(--m-color--);
}

.five ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    color: black;
    font-size: 16px;
    margin-right: 30px;
    cursor: pointer;
}

.five ul li.active {
    font-size: 18px;
    color: var(--m-color--);
}

.five ul li.active::after {
    content: " ";
    width: 2px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid var(--m-color--);
    top: 22px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
}

.five div.f {
    float: left;
}

.five div.r {
    margin: 20px 0px 0px 20px;
    width: 358px;
}

.five div.o {
    margin-top: 20px;
    width: 812px;
    background: white;
}

.five div.o img.s {
    height: 400px;
    overflow: hidden;
}

.five div.o p {
    padding-left: 30px;
    font-size: 14px;
    font-weight: 700;
}

.five div.o p img {
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 0px 10px 0px -20px;
}

.five div.o label {
    display: inline-block;
    padding: 10px;
    border-top: 1px solid #e2e2e2;
    color: #646464;
}

.five .r li {
    background: white;
    padding: 10px;
    height: 133px;
    overflow: hidden;
    color: #646464;
    letter-spacing: 1px;
}

.five .r li:hover {
    box-shadow: 0 0 3px var(--m-color--);
}

.five .r li span {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.five .r li:nth-of-type(2) {
    margin: 20px 0px;
}

.five .r img {
    width: 40%;
    height: 133px;
    float: left;
    margin-right: 10px;
}

.five .r p {
    margin: 5px 0px;
}

.six li {
    float: left;
    width: 140px;
    height: 140px;
    background: #ffffff;
    text-align: center;
    margin-right: 2.94%;
    padding: 10px 0px 0px;
    font-size: 14px;
    color: #666;
    border-radius: 1px;
}

.six li:last-of-type {
    margin-right: 0px;
}

.six li img {
    width: 60%;
    margin: 0px auto;
}

.seven .ab {
    margin-top: 66px;
    background: #ffffff;
    color: #606c71;
    line-height: 1.5;
    letter-spacing: 1px;
    height: 535px;
    font-size: 14px;
}

.seven .ab img {
    width: 45%;
    float: left;
    margin-right: 40px;
}

.seven .ab div {
    padding: 40px;
}

.eight .l {
    margin-top: 66px;
    float: left;
    width: 383px;
    background: white;
}

.eight .l label {
    display: inline-block;
    position: absolute;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 55px;
    margin-left: 103px;
}

.eight .l:nth-of-type(2) label {
    margin-left: 130px;
}

.eight .l p {
    padding: 3px 10px;
}

.eight .l p:hover {
    color: var(--m-color--);
}

.eight .l:nth-of-type(3) {
    margin: 66px 20px 0px;
}

.foot {
    background: #ffffff;
}

.foot .nav {
    width: 1190px;
    margin: 0px auto;
    height: 225px;
    color: #414141;
}

.foot .nav ul {
    float: left;
    width: 148px;
    letter-spacing: 1px;
    padding: 10px 0px;
}

.foot .nav ul img {
    width: 100px;
}

.foot .nav ul:nth-of-type(1) li:first-child {
    margin-left: 36px;
}

.foot .nav ul:nth-of-type(2) li:first-child {
    margin-left: 10px;
}

.foot .nav ul li:first-child {
    font-size: 16px;
    margin-bottom: 20px;
    cursor: default;
}

.foot .nav ul li:first-child:hover {
    color: #414141;
}

.foot .nav ul li {
    margin: 10px 0px;
    cursor: pointer;
}

.foot .nav ul li a:hover {
    color: var(--m-color--);
}

.bottom {
    margin: 20px 0px 15px;
    text-align: center;
}

.bottom p img {
    width: 47px;
    height: 47px;
}

.bottom p a {
    display: inline-block;
    margin: 0px 5px;
}

.bottom p a:hover {
    color: var(--m-color--);
}

.swiper-slide2 {
    width: 100%;
    height: 300px;
    line-height: 300px;
    font-size: 14px;
    text-align: center;
    background-color: rosybrown;
}

.swiper-bar .swiper-slide img {
    width: 1920px;
    height: 500px;
}

.five .cs {
    padding: 0px 15px;
}

.five .cs div {
    float: left;
    margin-left: 32px;
    width: 250px;
}

.five .cs div:hover label{
    color:var(--m-color--);
}

.five .cs div img {
    height: 334px;
    border-radius: 16px;
}

.five .cs div label {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    height: 38px;
    overflow: hidden;
    margin-top: 16px;
    margin-bottom: 32px;
    word-wrap: break-word;
    word-break: normal;
}

.fl .more a {
    margin-top: 0px;
}