﻿/* CSS Document */
@import url('//at.alicdn.com/t/font_1282266_h5xthofwykf.css');
/* author:cyy */
/*css reset*/
* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
}

body {
    overflow: -Scroll;
    overflow-x: hidden;
    background-color: #f5f5f5;
}

body {
    font-family: "微软雅黑" !important;
}
/*移动端*/

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}


abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield; /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box; /* 2 */
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

td, th {
    padding: 0;
}

.daytwo::-webkit-input-placeholder {
    color: #333;
}

.daytwo:-moz-placeholder {
    color: #333;
}

.daytwo::-moz-placeholder {
    color: #333;
}

.daytwo:-ms-input-placeholder {
    color: #333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0
}

ul {
    list-style: none;
}

input, textarea, select, option, button {
    font-family: "microsoft yahei";
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    outline: none;
}

    a:hover {
        outline: none;
        color: #ff1341;
    }

    a:active {
        color: #000 !important;
    }

input[type="button"], input[type="submit"], input[type="text"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input, label {
    -webkit-tap-highlight-color: rgba(255,0,0,0);
}

a, button, textarea, select {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,0,0,0);
}
/* 1.去除android a/button/input标签被点击时产生的边框 2.去除ios a标签被点击时产生的半透明灰色背景 */

textarea {
    resize: none;
}
/*禁止改变大小*/
/*解决firefox按钮文字难以垂直居中问题*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input, textarea, select, option, button, form, fieldset {
    margin: 0;
    padding: 0;
    border-width: 1px;
    outline: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

.opa2 {
    opacity: .2;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 20);
    filter: alpha(opacity = 20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
}

.opa3 {
    opacity: .3;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 30);
    filter: alpha(opacity = 30);
    -moz-opacity: .3;
    -khtml-opacity: .3;
}

.opa4 {
    opacity: .4;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 40);
    filter: alpha(opacity = 40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
}

.opa5 {
    opacity: .5;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 50);
    filter: alpha(opacity = 50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
}

.opa6 {
    opacity: .6;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 60);
    filter: alpha(opacity = 60);
    -moz-opacity: .6;
    -khtml-opacity: .6;
}

.opa7 {
    opacity: .7;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 70);
    filter: alpha(opacity = 70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
}

.opa8 {
    opacity: .8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 80);
    filter: alpha(opacity = 80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
}


.over {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.over2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.over3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.over4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

.clear {
    clear: both;
    zoom: 1;
}

.dis_inBlock {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.dis_block {
    display: block;
}

.box-s {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


html {
    font-size: 10px
}

@media screen and (min-width:321px) and (max-width:375px) {
    html {
        font-size: 11px
    }
}

@media screen and (min-width:376px) and (max-width:414px) {
    html {
        font-size: 12px
    }
}

@media screen and (min-width:415px) and (max-width:639px) {
    html {
        font-size: 15px
    }
}

@media screen and (min-width:640px) and (max-width:719px) {
    html {
        font-size: 20px
    }
}

@media screen and (min-width:720px) and (max-width:749px) {
    html {
        font-size: 22.5px
    }
}

@media screen and (min-width:750px) and (max-width:799px) {
    html {
        font-size: 23.5px
    }
}

@media screen and (min-width:800px) {
    html {
        font-size: 25px
    }
}

/*header*/
.logo {
    width: 30%;
}

    .logo img {
        max-width: 192px;
        width: 100%;
        max-height: 46px;
    }

.warp {
    padding-top: 1.6rem;
    padding-bottom: 1.9rem;
}

.warpcenter {
    padding-left: 2%;
    padding-right: 2%;
}

.warptwo {
    padding-bottom: 3.7rem;
}

.warpthree {
    padding-bottom: 0;
}

/*页面固定定位样式*/
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.fixed-cont {
    margin-top: 15%;
    margin-bottom: 20%;
}

/*关注微信公众号*/

.weixin-ewm-show {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(0,0,0,.6);
}

    .weixin-ewm-show .wrap {
        position: absolute;
        top: 20%;
        z-index: 100;
    }

        .weixin-ewm-show .wrap p {
            width: 100%;
            text-align: center;
        }

            .weixin-ewm-show .wrap p.p1 img {
                width: 60%;
                border-radius: .15rem;
            }

    .weixin-ewm-show p.p2 em {
        border-left: 1px dashed #e4e4e4;
        font-size: 1.2rem;
    }

    .weixin-ewm-show p.p3 {
        margin-top: -.05rem;
    }

        .weixin-ewm-show p.p3 i.iconfont {
            font-size: 1rem;
            color: #fff;
        }
/*顶部和底部都固定*/
.fixed-conta {
    margin-top: 15%;
}
/*顶部固定，底部不固定*/
.fixed-contb {
    margin-bottom: 20%;
}
/*顶部不固定，底部固定*/


/*底部*/
.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.fixed-cont {
    margin-top: 15%;
    margin-bottom: 20%;
}
/*公共底部菜单*/
.page-footer {
    width: 100%;
    left: 0;
    right:0;
    max-width: 480px;
    margin: 0 auto;
    height: 1.7rem;
    background-color: #fafafa;
    border-top: 1px solid #f7f7f7;
    position: fixed;
    bottom: -1px;
}

    .page-footer ul {
        width: 100%;
        background-color: #fafafa;
    }

        .page-footer ul li {
            float: left;
            width: 25%;
            text-align: center;
            padding: 2% 0;
            line-height: .6rem;
        }

            .page-footer ul li a {
                width: 100%;
                display: block;
            }


            .page-footer ul li p {
                font-size: .35rem;
                color: #999;
                margin-top: 3%;
            }

            .page-footer ul li i {
                font-size: .65rem;
                color: #999;
            }

            .page-footer ul li.cur p, .page-footer ul li.cur i {
                color: #ff5981;
            }


            .page-footer ul li .cnt > span i {
                font-size: .8rem;
                color: #b1b1b1;
                background: -webkit-linear-gradient(left bottom, #ff0000, #FFC107);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .page-footer ul li i.icon-leimupinleifenleileibie {
                font-size: .56rem;
            }

            .page-footer ul li i.icon-index {
                font-size: .62rem;
            }

            .page-footer ul li i.icon-tishi1 {
                font-size: .75rem;
            }
            .page-footer ul li i.icon-faxian {
                font-size: .75rem;
            }

/*页面顶部小导航*/
.header_nav_box {
    position: relative;
    z-index: 99;
    width: 100%;
    max-width: 480px;
    height: 1rem;
    line-height: 1.25rem;
    padding: 0 2%;
    background-color: #f2f2f2;
    color: #333;
    font-size: .38rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.mt_nav {
    margin-top: 1rem !important;
}

.header_nav_box span.goback {
    width: 10%;
    display: inline-block;
}

    .header_nav_box span.goback > i.iconfont {
        font-size: .55rem;
        margin-top: -.1rem;
        margin-left: .1rem;
        display: inline-block;
        color: #333;
    }

.header_nav_box .nav_list {
    width: 90%;
    float: right;
}

    .header_nav_box .nav_list ul li {
        float: right;
        text-align: center;
        border-left: solid 1px #e5e5e5;
        line-height: .5rem;
        margin-top: .3rem;
        padding: 0 .38rem;
        color: #333;
        cursor: pointer;
    }

        .header_nav_box .nav_list ul li:last-child {
            border-left: 0;
        }

/*关注公众号*/
.display-block {
    display: block !important;
}

.my-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10002;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.show-weixin-ewm-box {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 10000;
    top: 0;
    position: fixed;
    -webkit-transform: translateZ(0);
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.qr-code {
    width: 70%;
    padding: .25rem;
    border-radius: 3px;
    background-color: #fff;
    margin: 0 auto;
}

    .qr-code img {
        width: 100%;
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: block;
        border: 0;
    }
    .qr-code .tipbox {
        width: 100%;
       
    }
        .qr-code .tipbox h4 {
            width: 100%;
            text-align: center;
            color: #ff5858;
            margin: .25rem 0;
        }
        .qr-code .tipbox p.desc {
            width: 100%;
            text-align: left;
            font-size: .3645rem;
            padding: .2rem .25rem;
            line-height: .55rem;
            color: #000;
            border-radius: .1rem;
            margin-top: .3rem;
        }

.close-qr-code {
    padding-top: 0.1rem;
}

    .close-qr-code img {
        width: 1rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: block;
        border: 0;
    }
/*列表分类选项卡*/
.weadmin-box {
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 9;
}
.search_option {
    width: 100%;
    display: inline-block;
    height: 1.28rem;
}

    .search_option ul li {
        display: inline-block;
        float: left;
        text-align: center;
        position: relative;
    }

        .search_option ul li span {
            font-size: 0.42rem;
            padding: .35rem 0;
            cursor: pointer;
            line-height: 1.4rem;
        }
    .search_option ul li i {
        display: none;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-right: 1.1rem;
        height: .15rem;
        width: 1rem;
        border-radius: 3px;
        background-image: linear-gradient(160deg, #ff8f93 20%,#ff494f 80%);
    }
        .search_option ul li.cur i {
            display: block;
        }
        .search_option ul li.cur span {
            color: #ff5757;
        }
/*---------------------------*/

div.slide-mask {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: none;
}

aside.slide-wrapper {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    width: 70%;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    aside.slide-wrapper > div {
        background-color: #343434;
        min-height: 100%;
    }

    aside.slide-wrapper.moved {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    aside.slide-wrapper li > a {
        padding: 5%;
        border-top: 1px solid #4d4d4d;
        border-bottom: 1px solid #262626;
        font-size: .5rem;
        display: block;
        color: #fff;
    }

    aside.slide-wrapper li.current > a {
        background-color: #262626;
    }
/*白背景*/
.bgf {
    background: #fff !important;
}

.iconfont {
    vertical-align: middle !important;
}
/*广播列表*/
.radio_list_box {
    width: 100%;
    padding: 0 1.5%;
    margin-bottom: 3.5rem;
}

    .radio_list_box .list {
        width: 100%;
        display: inline-block;
        padding: 1% 0;
    }

        .radio_list_box .list ul li {
            width: 100%;
            padding: 0 2%;
            display: inline-block;
            margin-bottom: 4%;
        }

            .radio_list_box .list ul li .items {
                width: 100%;
                padding: .4rem;
                display: inline-block;
                background: #fff;
                border-radius: .25rem;
                box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
            }

                .radio_list_box .list ul li .items .imgbox {
                    width: 100%;
                }

                    .radio_list_box .list ul li .items .imgbox span.img-box {
                        display: inline-block;
                        width: 1.4rem;
                        height: 1.4rem;
                        line-height: 1.4rem;
                        text-align: center;
                        border-radius: 1rem;
                        overflow: hidden;
                        background-image: linear-gradient(160deg,#28d078 20%,#6ee08f 80%);
                        color: #fff;
                    }

                        .radio_list_box .list ul li .items .imgbox span.img-box > i.iconfont {
                            font-size: .8rem;
                        }

                    .radio_list_box .list ul li .items .imgbox span.joinnum {
                        display: inline-block;
                        line-height: 1.6rem;
                        height: 1.6rem;
                        font-size: 0.42rem;
                        color: #666;
                        float: right;
                    }

                        .radio_list_box .list ul li .items .imgbox span.joinnum > em {
                            font-style: normal;
                            color: #36b03b;
                        }

                .radio_list_box .list ul li .items .cnt {
                    margin-top: .2rem;
                    width: 100%;
                }

                    .radio_list_box .list ul li .items .cnt p {
                        width: 100%;
                        font-size: .42rem;
                        color: #000f62;
                        margin-bottom: .2rem;
                    }

                        .radio_list_box .list ul li .items .cnt p > span {
                            color: #666;
                        }

                        .radio_list_box .list ul li .items .cnt p.tit {
                            font-size: .45rem;
                            color: #000;
                        }

                        .radio_list_box .list ul li .items .cnt p.desc {
                            color: #666;
                            margin: .4rem 0;
                            font-size: .38rem;
                        }

/*内容页*/
.m_win_main_box {
    width: 100%;
    max-width: 480px;
    padding: 3%;
}

.m_hder_box {
    width: 100%;
    margin: 0 auto;
}

    .m_hder_box .hder {
        margin-bottom: 5px;
        position: relative;
        display: inline-block;
        text-align: left;
        width: 100%;
    }

        .m_hder_box .hder .tit {
            width: 100%;
            margin: 0 auto;
            text-align: left;
        }

            .m_hder_box .hder .tit h3 {
                color: #000;
                font-size: .5rem;
                padding-bottom: .15rem;
            }

        .m_hder_box .hder .desc {
            line-height: 25px;
            font-weight: 300;
            font-size: .43rem;
            color: #777;
            border-bottom: solid 1px #eee;
        }
/*内容区域*/
.m_abcontent {
    font-size: .43rem;
    line-height: .75rem;
    padding: 10px 5px;
    margin-bottom: 1.8rem;
}

    .m_abcontent img {
        max-width: 98%;
        display: block;
    }

    .m_abcontent p a {
        color: #000;
    }

    .m_abcontent p.up {
        line-height: 1.2rem;
        margin-top: 1rem;
        border-top: dashed 1px #dcdcdc;
        border-bottom: dashed 1px #dcdcdc;
    }

    .m_abcontent p.down {
        line-height: 1.2rem;
        border-bottom: dashed 1px #dcdcdc;
    }

    .m_abcontent .product-img-box {
        width: 85%;
        margin: 0 auto;
        background: #fff;
        padding: 5px;
        box-shadow: 0 0 10px 0 #b9b9b9;
    }

        .m_abcontent .product-img-box img.pic {
            width: 100%;
            max-width: 100%;
        }

        .m_abcontent .product-img-box p.tit {
            width: 100%;
            text-align: center;
            font-size: 16px;
            line-height: 55px;
            font-weight: 600;
            color: #333;
        }