
@media only screen and (min-width: 100px) and (max-width: 640px) {
    .fenlei{width: 100%;
        padding: 10px 10px;background: #ffffff;position: fixed;
        z-index: 999;
        top: 47px;height: 155px;overflow:hidden}
    .fenleiul{display:flex;width: 100%;
        justify-content: space-between;   border: 1px solid #ddd;
        padding: 15px 6px;
        border-radius: 10px;

    }
    .fenlei li{list-style:none;width:160px;}

    .fenlei li i{display:none;}


    .m-link{display:flex!important;justify-content: space-around;margin-top: 65px;}
    .m-link li{list-style:none;}
    .card{margin-top: -21px!important;}
    .main{background:none!important}

}
/*//婵″倹鐏夐弰锟�640娴犮儰绗傞惃鍕啍鎼达讣绱濈挧棰佺瑓闂堛垼绻栨稉鐙S*/
@media only screen and (min-width: 641px)  {
    .fenlei{width: 100%;
        padding: 10px 110px;background: #ffffff;position: fixed;
        z-index: 999;
        top: 68px;}
    .fenleiul{display:flex;width: 100%;
        justify-content: space-between; flex-flow:row wrap;    border: 1px solid #ddd;
        padding: 15px 6px;
        border-radius: 10px;
    }
    .fenlei li{list-style:none;width:160px;}


}




















@font-face {
    font-family: 'iconfont';  /* project id 714880 */
    src: url('../fonts/font_714880_s338sy3q5x8.eot');
    src: url('../fonts/font_714880_s338sy3q5x8.eot') format('embedded-opentype'),
    url('../fonts/font_714880_s338sy3q5x8.woff2') format('woff2'),
    url('../fonts/font_714880_s338sy3q5x8.woff') format('woff'),
    url('../fonts/font_714880_s338sy3q5x8.ttf') format('truetype'),
    url('../fonts/font_714880_s338sy3q5x8.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

html, body {
    height: 100%;
}

body {
    min-width: 1200px;
}

#bg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(69, 30, 160, 1), rgba(123, 31, 199, 1));
    z-index: -99;
}

.main {
    background: url("../images/bg1.png");
    background-size: 100% auto;
}

a {
    /*瀵艰埅瀛椾綋棰滆壊color: #FFFFFF !important;*/
    color: black !important;
    text-decoration: none !important;
}

.main {
    width: 100%;
    display: flex;
    min-height: calc(100% - 120px);
}

.header {
    display: flex;
    width: 100%;
    height: 68px;
    box-shadow: 0px 0px 5px 0px rgba(167, 167, 167, 0.35);
    background: #fff;
    top: 0;
    z-index: 999;
    position: fixed;
}

.header .logo {
    height: 44px;
    width: 268px;
    text-align: center;
    padding: 12px 30px;
    line-height: 44px;
    font-size: 20px;
    font-weight: bold;
}

.header .link {
    flex: auto;
}

.header .link ul {
    list-style: none;
    font-size: 16px;
    margin-top: 22px;
    font-weight: 500;
    line-height: 24px;
}

.header .reg {
    display: block;
    float: right;
    width: 66px;
    height: 36px;
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 16px;
    text-align: center;
    margin-right: 50px;
}

.header .login {
    display: block;
    float: right;
    width: 66px;
    height: 36px;
    border-radius: 3px;
    background: #1989FA;
    font-size: 14px;
    font-weight: 400;
    color: white !important;
    line-height: 36px;
    margin-top: 16px;
    text-align: center;
    margin-right: 8px;
}

.header .kefu {
    display: block;
    float: right;
    width: 138px;
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 18px;
    background: url(../images/qq.png) no-repeat;
    background-size: 30px 30px;
    padding-left: 28px;
    height: 36px;
    margin-top: 16px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    margin-right: 50px;
}

.header .link li {
    height: 24px;
    float: left;
    margin-right: 40px;
}

.content {
    flex: 1;
}

.p120 {
    padding: 0px 120px;
}

.mt10 {
    margin-top: 10px;
}

.content-header {
    width: 100%;
    padding: 40px 110px;
    margin-top: 30px;
}

.sidebar-menu {
    width: 235px;
    padding: 77px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    background: linear-gradient(0deg, rgba(114, 23, 203, 1), rgba(135, 24, 226, 1));
    box-shadow: 0px 0px 49px 0px rgba(21, 0, 60, 0.3);
    border-radius: 0px 0px 40px 40px;
    margin-left: 38px;
    margin-bottom: 20px;
}

.sidebar-menu ul {
    margin: 0;
    padding: 0;
}

.sidebar-menu li {
    height: 36px;
    margin: 2px auto;
    padding: 0 15px;
    list-style: none;
    color: rgba(255, 255, 255, 1);
    padding: 0 35px;
    margin: 10px auto;
}

.sidebar-menu li:hover {
    background: #FEBD2E;
    color: white;
}

.sidebar-menu .active {
    background: #FED42E;
    color: white;
}

.notice {
    display: block;
    margin-top: 15px;
    border: 2px solid rgba(252, 199, 86, 1);
    box-shadow: 0px 2px 18px 0px rgba(16, 44, 0, 0.35);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(252, 199, 86, 1) !important;
    background-color: white;
    background: url(../images/notice.png) no-repeat 20px 12px;
    background-size: 20px 20px;
    line-height: 42px;
    padding-left: 45px;
}

.card {
    background: rgba(156, 50, 246, 1);
    box-shadow: 0px 0px 7px 0px rgba(167, 167, 167, 0.35);
    border-radius: 20px;
    padding: 20px 20px;
    font-size: 14px;
    font-weight: 400;
    border: 2px dashed rgba(252, 199, 86, 1);
    color: white;
}

.goods {
    padding: 0px 110px 125px 110px;
    overflow: auto;
    margin-top: -8px;
}


/*PC缁旑垶绮拋銈喣侀弶鍧楃彯鎼搭洕idth:305px*/
.goods .item {
    position: relative;
    width: calc(16.6% - 20px);
    height: 325px;
    border-radius: 5px;
    text-align: center;
    float: left;
    margin: 10px;
    background: url("../images/item2.png") no-repeat;
    background-size: 100% 100%;
    padding: 20px 15px;
}

.goods .collect {
    background: url("../images/item1.png") no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 1499px) {
    .goods {
        padding: 0px 100px 50px 100px;
    }

    .goods .item {
        width: calc(25% - 40px);
        margin: 20px;
    }
}

.goods .item img {
    width: 100%;
    height: 200px;
    border-radius: 5px 5px 0px 0px;
}

.goods .item .name {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 5px;
    color: rgba(102, 102, 102, 1);
}

.goods .item .btn {
    background: rgba(249, 61, 123, 1);
    border-radius: 15px;
    color: rgba(255, 255, 255, 1);
    font-size: 10px;
    line-height: 10px;
}

.goods .item .btn-buy {
    border: 1px solid #008AFD;
    background: #008AFD;
    color: white;
}

.collect_btn {
    position: absolute;
    background: url("../images/x2.png");
    background-size: 100% 100%;
    width: 100px;
    height: 100px;
    top: -2px;
    left: -5px;
}

.goods .collect .collect_btn {
    background: url("../images/x1.png");
    background-size: 100% 100%;
}

.swiper-container {
    width: 100%;
    height: 380px;
    border-radius: 50px;
}

.swiper-slide {
    width: 100% !important;
}

.limit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.footer {
    width: 100%;
    font-size: 12px;
    color: white;
    text-align: center;
    background: rgba(51, 51, 51, 1);
    padding: 15px;
}

.footer a {
    color: white !important;
}

.show-xs {
    display: none;
}

@media screen and (max-width: 480px) {
    body {
        min-width: auto !important;
    }

    .main {
        width: 100%;
        display: flex;
        min-height: calc(100% - 70px);
    }

    .hidden-xs {
        display: none;
    }

    .show-xs {
        display: block;
    }

    .header {
        display: block;
        height: 48px;
        top: 0;
        position: fixed;
        z-index: 9999;
        background: white;
    }

    .header .menu {
        position: absolute;
        height: 48px;
        line-height: 45px;
        font-weight: bold;
        font-size: 20px;
        left: 12px;
    }

    .header .user-btn {
        position: absolute;
        height: 48px;
        line-height: 45px;
        font-weight: bold;
        font-size: 20px;
        right: 12px;
    }

    .header .logo {
        width: 100%;
        padding: 0px;
        height: 48px;
    }

    .header .link {
        display: none;
    }

    .swiper-container {
        height: 180px;
    }

    .content-header {
        padding: 5px !important;
    }

    .swiper-container {
        border-radius: 5px;
    }

    .p120 {
        padding: 5px;
    }

    .m-link {
        padding: 5px;
        font-size: 14px;
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        text-align: center;
    }

    .m-link a {
        margin-right: 10px;
        color: white !important;
    }

    .goods {
        padding: 0px;
        overflow: hidden;
    }


    /*閹靛婧€缁旑垶绮拋銈喣侀弶鍧楃彯鎼搭洕idth:225px*/
    .goods .item {
        width: calc(50% - 10px);
        margin: 5px;
        height: 100%;
    }

    .goods .item img {
        height: 150px;
    }

    .goods .item .m-info {
        display: flex;
        padding: 0 5px
    }

    .goods .item .m-info .name {
        padding: 0;
        width: 100%;
        text-align: left;
    }

    .goods .item .m-info .m-collect {
        background: url(../images/x2.png) no-repeat 0px -1px;
        padding-left: 20px;
        background-size: 20px 20px;
        margin-top: 3px;
    }

    .goods .item .m-info .m-collected {
        background: url(../images/x1.png) no-repeat 0px -1px;
        padding-left: 20px;
        background-size: 20px 20px;
        margin-top: 3px;
    }

    .main {
        display: block;
        margin-top: 48px;
    }

    .sidebar-menu {
        margin: -16px;
        background: #9156d4;
        position: fixed;
        height: 100%;
        width: 250px;
        overflow-x: hidden;
        overflow-y: auto;
        right: auto;
        left: auto;
        visibility: hidden;
        z-index: 9999;
        padding: 0px;
        padding-bottom: 28px;
    }

    .sidebar-menu .active {
        background: rgb(126, 23, 216);
        border-radius: 0px;
        color: #FEBD2E;
    }

    .sidebar-menu li:hover {
        border-radius: 0px;
        background: transparent;
        color: #FEBD2E;
    }

    .sidebar-menu .iconfont {
        display: inline-block;
    }

    .sidebar-menu li {
        height: 48px;
        line-height: 48px;
        font-size: 15px;
        color: white;
        margin: 0px;

        -webkit-transition: all .4s;
        -ms-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .openMenu {
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 250px;
        -webkit-transition: all 350ms;
        -ms-transition: all 350ms;
        -moz-transition: all 350ms;
        -o-transition: all 350ms;
        transition: all 350ms;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .moveRight {
        -webkit-transition: all 350ms;
        -ms-transition: all 350ms;
        -moz-transition: all 350ms;
        -o-transition: all 350ms;
        transition: all 350ms;
        -webkit-transform: translate3d(250px, 0, 0);
        -ms-transform: translate3d(250px, 0, 0);
        -moz-transform: translate3d(250px, 0, 0);
        -o-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .moveAnimation {
        -webkit-transition: all 350ms;
        -ms-transition: all 350ms;
        -moz-transition: all 350ms;
        -o-transition: all 350ms;
        transition: all 350ms;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .openMenu li {
        background: rgb(126, 23, 216);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        transition-delay: 400ms;
    }

    .openMenu li:nth-child(1) {
        transition-delay: 40ms;
    }

    .openMenu li:nth-child(2) {
        transition-delay: 80ms;
    }

    .openMenu li:nth-child(3) {
        transition-delay: 120ms;
    }

    .openMenu li:nth-child(4) {
        transition-delay: 160ms;
    }

    .openMenu li:nth-child(5) {
        transition-delay: 200ms;
    }

    .openMenu li:nth-child(6) {
        transition-delay: 240ms;
    }

    .openMenu li:nth-child(7) {
        transition-delay: 280ms;
    }

    .openMenu li:nth-child(8) {
        transition-delay: 320ms;
    }

    .openMenu li:nth-child(9) {
        transition-delay: 360ms;
    }

    .openMenu li:nth-child(10) {
        transition-delay: 400ms;
    }
}
