@charset "utf-8";

/*css comment*/

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*height: 100%; overflow: hidden;*/
    font-family: "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
    font-size: 14px;
}

.dn {
    display: none;
}

.mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

.vis {
    opacity: 1;
    visibility: visible;
}

img {
    border: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    _width: auto;
    vertical-align: top;
}

input,
textarea,
select {
    border: none;
    background: none;
    font-size: 14px;
    vertical-align: middle;
    color: #333;
    font-family: arial, "微软雅黑", Microsoft YaHei;
}

select {
    border: inherit;
    background: inherit;
}

a {
    transition: all 0.5s;
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    outline: none;
    color: #333;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

a:link,
a:active,
a:visited,
a:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #6c51dc;
}

em,
i {
    font-style: normal;
}

a:focus,
input,
select {
    outline: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "\200B";
    display: block;
    clear: both;
    height: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
select {
    -webkit-appearance: none;
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    opacity: 0.90;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
label {
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    font-family: arial, "微软雅黑", Microsoft YaHei;
}

p,
ul,
ol {
    margin: 0;
}

.lazy {
    width: 100%;
    background: url(../images/loading.gif) 50% no-repeat;
}


.login_wrap {
    min-height: 100%;
    position: relative;
}

.login {
    width: 600px;
    height: 100%;
    padding: 6rem 5rem;
    background-color: #fff;
}

.login_img {
    background: #f0f4f5;
    position: absolute;
    left: 600px;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}

.login_img .login_inner {
    margin: 0 auto;
    position: relative;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
}

.login_img .login_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1440px) {
    .login {
        width: 38%;
    }
    .login_img {
        left: 38%;
    }
}

.login_logo {
    display: block;
    margin-bottom: 100px;
}

.login_title {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login_title h3 {
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.login_title a {
    color: #6c51dc;
}

.login_title a:hover {
    color: #333;
}

.login_in {
    margin-bottom: 20px;
}

.login_in li {
    margin-bottom: 20px;
    padding: 0 30px;
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    background-color: #f5f5f5;
    transition: all 0.3s;
}

.login_in input {
    flex: 1;
    font-size: 14px;
}

.login_in a {
    color: #6c51dc;
}

.login_in a:hover {
    color: #333;
}

.login_btn input {
    width: 100%;
    height: 54px;
    border-radius: 50px;
    background-color: #6c51dc;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.login_btn input:hover {
    background-color: #40a293;
}

.login_to {
    position: absolute;
    bottom: 6rem;
    left: 5rem;
    color: #999;
}

.login_to a {
    color: #6c51dc;
}

.login_to a:hover {
    color: #333;
}


/* 首页 */

.header {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 26px;
    background-color: #6c51dc;
    position: relative;
    z-index: 9999;
}

.header_left,
.header_right {
    display: flex;
    align-items: center;
}

.logo {
    display: block;
    margin-right: 4rem;
}

.nav ul {
    display: flex;
}

.nav li {
    height: 80px;
    margin-right: 3rem;
    position: relative;
}

.nav_link {
    display: flex;
    align-items: center;
    height: 80px;
    font-size: 14px;
    color: #d7fff9;
}

.nav_link:hover {
    color: #fff;
}

.nav_drop {
    display: none;
    width: 254px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.nav_drop:before {
    display: block;
    content: '';
    border-left: 8px transparent solid;
    border-right: 8px transparent solid;
    border-bottom: 8px #fff solid;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.nav li:hover .nav_drop {
    display: block;
}

.nav_drop a {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    border-bottom: 1px #e6e6e6 solid;
    color: #333;
    font-size: 16px;
    transition: all 0.3s;
}

.nav_drop a:hover {
    padding-left: 25px;
    padding-right: 15px;
    color: #6c51dc;
}

.nav_drop img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.nav_drop_row {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_drop_row span {
    font-family: '宋体';
}

.header_search {
    width: 450px;
    height: 40px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
}

.header_search input[type="text"] {
    width: 100%;
}
.header_search input[type="button"] {
    width: 21px;
    height: 21px;
    background: url(../images/zoom_06.png) no-repeat;
    cursor: pointer;
}

.header_search input[type="submit"] {
    width: 21px;
    height: 21px;
    background: url(../images/zoom_06.png) no-repeat;
    cursor: pointer;
}

.cart_btn {
    margin: 0 2rem;
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/cart_06.png) no-repeat;
    position: relative;
}

.cart_btn i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff5353;
    color: #fff;
    position: absolute;
    top: -5px;
    right: -5px;
}

.header_btn1,
.header_btn2 {
    width: 100px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px #d8fff9 solid;
}

.header_btn1 {
    background-color: #d8fff9;
    color: #6c51dc;
}

.header_btn1:hover {
    background-color: #fff;
    color: #6c51dc;
}

.header_btn2 {
    margin-left: 1rem;
    color: #fff;
}

.header_btn2:hover {
    background-color: #fff;
    color: #6c51dc;
}

.user_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px #fff solid;
    background-color: #fff;
    overflow: hidden;
}

.user_img img {
    height: 60px;
}

@media (max-width: 1830px) {
    .header_search {
        width: 20rem;
    }
}

@media (max-width: 1660px) {
    .logo {
        margin-right: 2rem;
    }
    .nav li {
        margin-right: 1rem;
    }
    .header_search {
        width: 18rem;
    }
}

@media (max-width: 1400px) {
    .header_search{
        width: 19rem;
    }
}

@media (max-width: 1300px) {
    .nav li {
        margin-right: 0.5rem;
    }
}

.search-main {
    padding: 100px 0;
    text-align: center;
    position: relative;
    min-height: calc((100vh - 80px));
}

.search-main .inner {
    position: absolute;
    z-index: 5;
    width: 640px;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.search-main h2 {
    font-size: 36px;
    color: #6c51dc;
}

.search-main .adv {
    font-size: 18px;
    letter-spacing: 8px;
    color: #6c51dc;
}

.search-main .canvas-bg {
    width: 100%;
    height: 100%;
    /*background-color: #f3fdfc;*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.search-main .search {
    background: #fff;
    height: 68px;
    width: 640px;
    margin: 20px auto;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

.search-main .search .key {
    height: 68px;
    font-size: 16px;
    border: 0;
    display: block;
    width: 100%;
    text-indent: 2rem;
    padding-right: 78px;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    color: #6c51dc;
}

.search-main .search .key:focus {
    border-color: #6c51dc;
}

.search-main .search .submit {
    width: 45px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    background: url(../images/zoom2_15.png) no-repeat 10px 20px #6c51dc;
    color: #fff;
    background-size: 51%;
}

.footer {
    padding: 0 20px;
    background-color: #6c51dc;
}

.footer_inner {
    max-width: 1600px;
    margin: 0 auto;
}

.footer_row {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    border-bottom: 1px #abdad3 solid;
}

.company_info {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
}

.company_info img {
    margin-bottom: 25px;
}

.company_info p {
    max-width: 400px;
}

.footer_contact {
    max-width: 452px;
}

.footer_contact h3 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
}

.footer_contact li {
    padding: 10px 0;
    display: flex;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
   white-space: nowrap;
}

.footer_contact img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.footer_contact p {
    flex: 1;
    display: inline-block
}

.qr {
    width: 310px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.qr p {
    margin-bottom: 15px;
}

.qr img {
    width: 110px;
    height: 110px;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 12px;
    color: #fff;
}
.copyright a{
    color: #ffffff;
}

/* 商品列表 */

.banner_slide {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.banner_slide img {
    width: 100%;

}

.banner_slide .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    border: 4px #fff solid;
    background: none;
}

.banner_slide .swiper-pagination-bullet-active {
    border: 4px #6c51dc solid;
    background: #6c51dc;
}

.classify_wrap {
    padding-bottom: 30px;
    background-color: #fff;
}

.classify_inner {
    width: 92%;
    max-width: 1656px;
    margin-left: auto;
    margin-right: auto;
}

.your_position {
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px #e6e6e6 solid;
}

.home_btn {
    margin-right: 10px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/home.png);
}

.home_btn:hover {
    background: url(../images/home_o_03.png);
}

.your_position span {
    margin-right: 10px;
    font-family: '宋体';
    color: #999;
}

.your_position_link {
    margin-right: 10px;
    color: #999;
}

.classify_list li {
    border-bottom: 1px #e6e6e6 solid;
    line-height: 30px;
    overflow: hidden;
    position: relative;
}

.classify_name {
    color: #000;
    float: left;
    padding: 5px 0;
    font-weight: bold;
}

.classify_info {
    margin-left: 65px;
    padding: 5px 0;
    padding-right: 50px;
}

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

.classify_info a {
    display: inline-block;
    margin-right: 26px;
    color: #6c51dc;
}

.classify_info a.on {
    color: #ff5353;
}

.tag {
    display: flex;
    align-items: center;
    color: #6c51dc;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}

.tag img {
    width: 14px;
    height: 8px;
    margin-left: 9px;
    transition: all 0.3s;
}

.tag.on img {
    transform: rotate(-180deg);
}

.goods_wrap {
    background-color: #eff5f5;
}

.goods_box {
    padding: 60px 0 10rem;
    width: 92%;
    max-width: 1656px;
    margin-left: auto;
    margin-right: auto;
}

.goods_list {
    margin-bottom: 46px;
    margin: -1rem;
    zoom: 1;
}

.goods_list ul {
    display: flex;
    flex-wrap: wrap;
}

.goods_list li {
    float: left;
    width: 20%;
    margin-bottom: 2rem;
    position: relative;
}

.goods_item {
    margin: 0 1rem 0;
    position: relative;
    background: #fff;
    text-align: center;
    padding: 1.4rem 1.4rem 0;
    transition: .3s;
}

.goods_item:hover {
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.goods_img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.goods_img:after {
    display: block;
    content: '';
    margin-top: 100%;
}

.goods_img img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.3s;
}

.goods_img:hover img {
    transform: scale(1.1);
}

.goods_info {
    padding: 2rem 0;
    line-height: 1.8;
}

.goods_name {
    color: #666;
    font-size: 18px;
    line-height: 20px;
    height: 40px;
}

.goods_price {
    color: #999;
}
.agath{
    position: relative;
}
.agath .recom_btn{
    top: 9px;
    right: 5px;
}
.recom_btn {
    display: block;
    width: 22px;
    height: 20px;
    background: url(../images/star1.png) no-repeat left top;
    position: absolute;
    top: 16px;
    right: 15px;
    cursor: pointer;
    z-index: 9;
}

.recom_btn.on {
    background: url(../images/star2.png) no-repeat left top;
}


.pageshow{
    margin: 40px 0;clear: both;
}
.pageshow a.num,.pageshow a.prev,.pageshow a.next,.pageshow a.end,.pageshow a.first{
    background:#ffffff;color:#666666;width: 40px;height: 40px;text-align: center;line-height: 40px;display: inline-block;font-size: 15px;margin-right:5px;
}
.pageshow .current{
    background:#57B5A7;color: #fff;width: 40px;height: 40px;text-align: center;line-height: 40px;display: inline-block;margin-right:5px;font-size: 15px;
}


.pageshow .fon{
    border:1px solid #59B6AC;
    width:60px;
    height: 40px;
    line-height: 40px;
    color: #666666;
    text-align: center;
}

.pageshow .oang{
    width: 48px;
    height: 40px;
    line-height: 40px;
    background:#59B6AC;
    color: #ffffff;
    text-align: center;
    border:1px solid #59B6AC;
    border: none;
}

.pnba{
    width: 60px;
    height: 60px;
    display: inline-block;


}


.pnbt{
    width: 120px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #6c51dc;
    color: #fff;
    border-radius: 4px;
}
.pnbt:hover{
    color: #fff;
}


.vcover{
    background:#fff;width:100%;height:100%;display: block;
}



/*首页修改*/

.index_nav{
    width: 100%;
    margin: 15px auto;
    overflow: hidden;
    display: flex;

    padding-bottom: 20px;
}
.index_nav li{
    padding:0 10px;
    float: left;
    cursor: pointer;

}
.index_nav li.on{
    color: #6c51dc;
}
.search-main{
    min-height: calc((100vh - -240px));
}
.index_goods_box{
    padding:0 0 10rem;
    width: 92%;
    max-width: 1200px;

    position: absolute;
    left:50%;
    top: 30%;
    z-index: 99;
    margin-left:-600px;

}
.index_goods_box .goods_list.dn{
    display: none;
}
.index_goods_box .goods_list li{
    width: 25%;
}

.feed-back h3.hd a{
    float: right;
    font-weight: lighter;
    font-size: 15px;
    margin-right: 52px;
}

/*新增意见反馈*/
.mlevel-tab .topper table{
   width: 100%;
   margin: 0 auto;
   overflow: hidden;
   border-collapse:collapse;
}

.mlevel-tab .topper table tr th{
    border: 1px solid #ddd;
    text-align: center;
    line-height: 40px;
    font-weight: lighter;
    font-size: 16px;

}

.mlevel-tab .topper table tr td{
    border: 1px solid #ddd;
    text-align: center;
    line-height: 27px;
    font-weight: lighter;
    font-size: 14px;

}

.mlevel-tab .topper table tr td.pnba{
    width: 100%;
    height: 90px;
    padding: 5px;
    overflow: hidden;

}
.mlevel-tab .topper table tr td.pnba .pancan{
     width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.mlevel-tab .topper table tr td.pnba em{
    font-style: normal;
    color: #6c51dc;
    cursor: pointer;
}

/*意见反馈弹框*/

.xanmb{
    width:93%;
    margin: 24px auto;
    padding: 15px;
    font-size: 15px;
    line-height:25px;
}

.fpanb em{
    cursor: pointer;
    font-style: normal;
    color: #6c51dc;
    cursor: pointer;
}



.rank{
    padding-left: 30px;
    display: flex;
    margin: 20px 0;
}
.rank .qpm{
    display: flex;
    margin-right:40px;
    padding-right:26px;
    font-size: 15px;
    color: #333;
    position: relative;
}
.rank .qpm span{
    width: 21px;
    position: relative;
    margin-left: 9px;
}
.rank .qpm span img{
     width: 20px;
    height: 20px;
}

.rank .qpm span img.pic2{
    display: none;
}

.rank .qpm span a.stop{
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -4px;
    z-index: 99;
}
.rank .qpm span a.stop.on .pic2{
   display: block;
}
.rank .qpm span a.sbot.on .pic2{
   display: block;
}

.rank .qpm span a.stop.on .pic1{
   display:none;
}
.rank .qpm span a.sbot.on .pic1{
   display:none;
}

.rank .qpm span a.sbot{
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -5px;
    z-index: 99;
}

