@charset "utf-8";
/*全局定义*/
body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, hr, thead, tbody, tfoot, th, td {
    margin: 0;
    padding: 0
}

ul, ol {
    list-style: none
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #E73727;
}

html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    font-size: 100px;
}

body {
    font-size: 0.12rem;
    line-height: 1.5em;
    color: #333;
    background: #C8C8C8;
}

body, button, input, select, textarea {
    font-family: 'MicrosoftYaHei', '微软雅黑', 'STHeitiSC';
}

b, strong {
    font-weight: bold
}

i, em {
    font-style: normal
}

img {
    border: 0 none; /*width: auto\9; max-width: 100%; vertical-align: top */
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

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

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

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

.clearfix:after {
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
}

.common_tit {
    height: 0.4rem;
    line-height: 0.4rem;
    box-sizing: border-box;
    overflow: hidden;
    zoom: 1;
}

.common_tit .tit {
    float: left;
    font-size: 0.18rem;
    color: #333;
    font-weight: bold;
}

.common_tit .change_btn {
    width: 0.56rem;
    float: right;
    cursor: pointer;
}

.common_tit .change_btn i {
    width: 0.16rem;
    height: 0.16rem;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/change_btn.png) no-repeat;
    background-size: 0.15rem auto;
    margin-left: 0.02rem;
}

.common_tit a.more {
    float: right;
    font-size: 0.12rem;
    padding-right: 10px;
    color: #999;
}

.common_tit a.more:hover {
    color: #E73727;
}

.viewport {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: #eee;
}

.red {
    color: #E73727;
}

.mb10 {
    margin-bottom: 0.1rem;
}

.p20 {
    padding: 0 0.2rem;
}

/*头部*/
.header {
    padding: 0.17rem 0.2rem;
    height: 0.35rem;
    background: #fff;
    position: relative;
    z-index: 20;
}

.header .logo {
    width: 0.9rem;
    height: 0.3rem;
    display: block;
    position: absolute;
    left: 0.2rem;
    top: 0.17rem;
    background: url(../images/logo.png) no-repeat;
    background-size: 0.9rem auto;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 100;
}

/*搜索*/
.header .search {
    height: 0.35rem;
    padding: 0 0.45rem 0 1.1rem;
    position: relative;
}

.header .search .search_input {
    float: left;
    width: 100%;
    padding-left: 0.16rem;
    padding-right: 0.32rem;
    box-sizing: border-box;
    height: 0.35rem;
    border-radius: 0.18rem;
    color: #999;
    border: none;
    background: #f4f4f4;
}

.header .search .search_btn {
    width: 0.35rem;
    height: 0.35rem;
    cursor: pointer;
    display: inline-block;
    background: url(../images/search_btn.png) no-repeat left center;
    background-size: 0.25rem;
    text-indent: -9999px;
    position: absolute;
    border: none;
    box-sizing: border-box;
    right: 0.45rem;
    top: 0;
}

.header .back {
    width: 0.44rem;
    height: 0.44rem;
    display: block;
    background: url(../images/back.png) no-repeat 0.1rem 0.12rem;
    background-size: 0.12rem auto;
    text-indent: -9999px;
}

.header .title {
    font-size: 0.16rem;
    width: 2.4rem;
    height: 0.44rem;
    line-height: 0.44rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0.4rem;
    text-align: center;
}

/*下拉导航*/
.mcate {
    position: absolute;
    top: 0.22rem;
    right: 0.2rem;
    width: 0.24rem;
    height: 0.2rem;
    z-index: 10;
    cursor: pointer;
}

.m_nav_btn {
    width: 0.24rem;
    height: 0.2rem;
    transition: 0.3s;
    cursor: pointer;
    border: none;
    padding: 0;
    outline: none;
    background: none;
    margin-top: 0;
    display: block;
}

.m_nav_btn .line {
    position: relative;
    display: block;
    width: 0.23rem;
    height: 0.02rem;
    margin: 0px auto 0;
    background: #ccc;
    border-radius: 0.03rem;
}

.m_nav_btn .line:before, .m_nav_btn .line:after {
    content: '';
    width: 100%;
    height: 0.02rem;
    left: 0;
    position: absolute;
    background: #ccc;
    border-radius: 0.03rem;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.1s, 0s;
}

.m_nav_btn .line:before {
    transition-property: bottom, transform;
    bottom: 0.07rem;
}

.m_nav_btn .line:after {
    transition-property: top, transform;
    top: 0.07rem;
}

.m_nav_btn_active .line {
    background: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.m_nav_btn_active .line:after, .m_nav_btn_active .line:before {
    -webkit-transition-delay: 0s, .1s;
    -moz-transition-delay: 0s, .1s;
    -ms-transition-delay: 0s, .1s;
    -o-transition-delay: 0s, .1s;
    transition-delay: 0s, .1s
}

.m_nav_btn_active .line:before {
    bottom: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.m_nav_btn_active .line:after {
    top: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.d_nav {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0.68rem;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    font-size: 0.14rem;
    padding: 0 0.2rem;
    display: none;
}

.d_nav dl {
    padding: 0.1rem;
    border-bottom: 1px dotted #ddd;
}

.d_nav dl dt {
    font-size: 0.14rem;
    font-weight: bold;
    padding-bottom: 0.05rem;
}

.d_nav dl dd {
    overflow: hidden;
    zoom: 1;
}

.d_nav dl dd a {
    float: left;
    box-sizing: border-box;
}

.d_nav dl .d_nav_item a, .d_nav dl .d_nav_news a {
    width: 25%;
    height: 0.3rem;
    line-height: 0.3rem;
}

.d_nav dl .d_nav_news {
    padding: 0.01rem 0.05rem;
}

.d_nav ul {
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px solid #ddd;
    padding: 0.1rem;
}

.d_nav ul li {
    width: 25%;
    float: left;
    height: 0.3rem;
    line-height: 0.3rem;
}

.d_nav ul li a {
    display: block;
}


/*导航*/
.nav {
    background: #fff;
}

.nav ul {
    padding: 0.2rem 0.18rem 0.1rem;
}

.nav ul li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    line-height: 0.24rem;
    font-size: 0.14rem;
    padding-bottom: 0.1rem;
}

.nav ul li .icon {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
}

.nav ul li .icon1 {
    background: url(../images/zhaoshang.png) no-repeat;
    background-size: 0.4rem auto;
}

.nav ul li .icon2 {
    background: url(../images/zhinan.png) no-repeat;
    background-size: 0.4rem auto;
}

.nav ul li .icon3 {
    background: url(../images/touzi.png) no-repeat;
    background-size: 0.4rem auto;
}

.nav ul li .icon4 {
    background: url(../images/jingying.png) no-repeat;
    background-size: 0.4rem auto;
}

.nav ul li .icon5 {
    background: url(../images/xinwen.png) no-repeat;
    background-size: 0.4rem auto;
}

.nav ul li .icon6 {
    background: url(../images/paihang.png) no-repeat;
    background-size: 0.4rem auto;
}

.nav ul li .icon7 {
    background: url(../images/canyin.png) no-repeat;
    background-size: 0.4rem auto;
}

.nav ul li .icon8 {
    background: url(../images/huoguo.png) no-repeat;
    background-size: 0.4rem auto;
}


/*幻灯片*/
.focus {
    width: 100%;
    height: 1.4rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.focus .hd {
    width: 100%;
    height: 0.11rem;
    position: absolute;
    z-index: 1;
    bottom: 0.06rem;
    text-align: center;
}

.focus .hd ul {
    display: inline-block;
    height: 0.05rem;
    padding: 0.03rem 0.05rem;
    vertical-align: top;
}

.focus .hd ul li {
    display: inline-block;
    width: 0.08rem;
    height: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    border-radius: 0.05rem;
    background: #000;
    opacity: 0.7;
    margin: 0 0.02rem;
    vertical-align: top;
    overflow: hidden;
    text-indent: -9999px;
}

.focus .hd ul .on {
    background: #fff;
    opacity: 0.7;
    width: 0.16rem;
}

.focus .bd {
    width: 3.35rem;
    height: 1.4rem;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    border-radius: 0.1rem;
    overflow: hidden;
}

.focus .bd li {
    position: relative;
    width: 3.35rem;
    height: 1.4rem;
    overflow: hidden;
}

.focus .bd li img {
    width: 3.35rem;
    height: 1.4rem;
}

.focus .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮*/
}

/*项目头条*/
.news_toutiao {
    height: 0.17rem;
    line-height: 0.17rem;
    overflow: hidden;
    zoom: 1;
    background: #fff;
    padding: 0 0.2rem 0.2rem;
}

.news_toutiao .hd {
    width: 0.66rem;
    height: 0.17rem;
    margin-right: 0.1rem;
    float: left;
    background: url(../images/news_toutiao.png) no-repeat;
    background-size: 0.66rem auto;
}

.news_toutiao .bd {
    width: 2.5rem;
    height: 0.17rem;
    overflow: hidden;
    float: left;
}

.news_toutiao .bd li {
    height: 0.17rem;
    line-height: 0.17rem;
}

@media screen and (max-width: 750px) {
    .news_toutiao .bd {
        width: 2.5rem;
        height: 18px;
        overflow: hidden;
        float: left;
    }

    .news_toutiao .bd li {
        height: 18px;
        line-height: 18px;
    }
}

/*推荐品牌*/
.brand_recommend {
    background: #fff;
    padding: 0 0.2rem 0.15rem;
}

.brand_recommend .bd {
    padding-top: 0.05rem;
}

.brand_recommend .bd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.brand_recommend .bd li {
    margin: 0 0 0.15rem 0;
    width: 1.6rem;
}

.brand_recommend .bd .img_show {
    width: 1.57rem;
    height: 0.93rem;
    border-radius: 0.06rem;
    overflow: hidden;
    border: 1px solid #e4e4e4;
}

.brand_recommend .bd .img_show img {
    width: 1.57rem;
    height: 0.93rem;
}

.brand_recommend .bd .tit {
    height: 0.2rem;
    line-height: 0.2rem;
    font-size: 0.13rem;
    overflow: hidden;
    padding-top: 0.05rem;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.brand_recommend .bd .count {
    color: #999;
    padding-top: 0.03rem;
    padding-bottom: 0.03rem
}

.brand_recommend .bd .price {
    zoom: 1;
}

.brand_recommend .bd .price em {
    color: #ff1023;
    font-size: 0.16rem;
}

.brand_recommend .bd .price .btn {
    float: right;
    background-image: linear-gradient(288deg, rgba(255, 95, 2, 1) 0%, rgba(254, 10, 1, 1) 100%);
    box-shadow: 0px 4px 16px rgba(254, 16, 1, 0.31);
    border-radius: 0.1rem;
    width: 0.45rem;
    height: 0.2rem;
    line-height: 0.2rem;
    text-align: center;
    color: #fff;
}

.hidden {
    display: none !important;
}

/*品牌资讯*/
.index_news {
    background: #fff;
    padding: 0.15rem 0.2rem;
}

.index_news .hd {
    height: 0.32rem;
    overflow: hidden;
    zoom: 1;
}

.index_news .hd li {
    float: left;
    font-size: 0.14rem;
    cursor: pointer;
    width: 25%;
    text-align: center;
}

.index_news .hd .on {
    font-size: 0.16rem;
    font-weight: bold;
    color: #E73727;
    position: relative;
}

.index_news .hd .on:after {
    content: '';
    width: 0.2rem;
    height: 0.03rem;
    background: #E73727;
    border-radius: 0.03rem;
    position: absolute;
    top: 0.25rem;
    left: calc(50% - 0.1rem);
}

.index_news .bd {
    overflow: hidden;
    zoom: 1;
}

.index_news .bd dl {
    border-bottom: 2px solid #f3f0f1;
    padding-bottom: 0.1rem;
}

.index_news .bd dl dt {
    font-size: 0.16rem;
    color: #333;
    padding: 0.1rem 0;
}

.index_news .bd dl .date {
    color: #999
}

.index_news .bd dl ul {
    width: 3.5rem;
    padding-bottom: 0.06rem;
    overflow: hidden;
    zoom: 1
}

.index_news .bd dl ul li {
    width: 1.06rem;
    height: 0.69rem;
    float: left;
    border-radius: 0.06rem;
    margin-right: 0.08rem;
    overflow: hidden;
}

.index_news .bd dl ul li img {
    width: 1.06rem;
    height: 0.69rem;
}

.index_news .bd .more {
    width: 3.35rem;
    text-align: center;
    padding-top: 0.1rem;
}

.index_news .bd .more a {
    color: #999;
    display: block;
}

.index_news .bd .more a:hover {
    color: #E73727;
}

.index_privacy {
    background: #fff;
    padding: 0 0.2rem 0.2rem;
}

.index_privacy .bd {
    color: #999;
    line-height: 1.6;
}

.index_privacy .bd p {
    padding-bottom: 0.05rem;
}

/*footer*/
.footer {
    background: #FFF;
    color: #ccc;
    padding: 0 0.2rem;
}

.footer .link_box {
    text-align: center;
    height: 0.25rem;
    line-height: 0.25rem;
    border-top: 0.01rem solid #f3f0f1;
    padding-top: 0.05rem;
}

.footer .link_box a {
    display: inline-block;
    height: 0.16rem;
    line-height: 0.16rem;
    padding: 0 0.05rem;
    text-align: center;
    color: #666;
}

.footer .copyright {
    text-align: center;
    line-height: 0.2rem;
    padding-bottom: 0.1rem;
}

.footer .copyright a {
    color: #ccc;
}

.path {
    line-height: 0.18rem;
    padding: 0.06rem 0.2rem;
    color: #999;
    overflow: hidden;
}

.path a {
    color: #999;
}

.path a:hover {
    color: #E73727;
}

/*项目列表*/
.item_list {
    padding: 0 0.2rem;
    background: #fff;
}

.item_list li {
    border-bottom: 0.01rem solid #eee;
    position: relative;
    padding: 0.16rem 0;
}

.item_list li a {
    display: block;
    zoom: 1;
}

.item_list .img_show {
    width: 1rem;
    height: 0.75rem;
    float: left;
    margin-right: 0.1rem;
    position: relative;
    border: 1px solid #e4e4e4;
    border-radius: 0.06rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item_list .img_show img {
    width: 0.9rem;
    height: 0.64rem;
}

.item_list .detail {
    padding-left: 1.1rem;
    height: 0.76rem;
    position: relative;
}

.item_list .detail .tit {
    font-size: 0.16rem;
    padding-top: 0.04rem;
    font-weight: bold;
    height: 0.22rem;
    line-height: 0.22rem;
    color: #333;
    overflow: hidden;
}

.item_list .detail .num {
    color: #999;
    padding: 0.05rem 0;
}

.item_list .detail .num em {
    color: #333;
    padding: 0 0.2rem 0 0.05rem
}

.item_list .detail .price {
    color: #ff1023;
    font-size: 0.16rem;
}

.item_list .detail .btn {
    display: block;
    background-color: #fff;
    box-shadow: 0px 4px 16px 0px rgba(36, 8, 8, 0.1);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.85rem;
    height: 0.22rem;
    line-height: 0.22rem;
    text-align: center;
    color: #ff1023;
    border-radius: 0.11rem;
}

.item_list .desc {
    color: #999;
    padding-top: 0.1rem;
}

/*10大品牌*/
.top10_rank {
    padding: 0.2rem 0;
    background: #fff;
}

.rank_title {
    height: 0.45rem;
    font-size: 0.2rem;
    font-weight: bold;
    background: #fff;
    position: relative;
    text-align: center;
}

.rank_title::after {
    content: '';
    width: 0.4rem;
    height: 0.03rem;
    background: #e60012;
    border-radius: 0.03rem;
    position: absolute;
    top: 0.28rem;
    left: calc(50% - 0.2rem);
}

.rank_list {
    padding: 0 0.2rem;
    background: #fff;
}

.rank_list li {
    border-radius: 0.12rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 16px 0px rgba(36, 8, 8, 0.1);
    position: relative;
    padding: 0.2rem 0.13rem;
    margin-bottom: 0.2rem;
}

.rank_list li a {
    display: block;
    zoom: 1;
}

.rank_list .img_show {
    width: 1rem;
    height: 0.75rem;
    float: left;
    margin-right: 0.1rem;
    position: relative;
    border: 1px solid #e4e4e4;
    border-radius: 0.06rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.rank_list .img_show img {
    width: 0.9rem;
    height: 0.64rem;
}

.rank_list .img_show .rank_num {
    width: 0.19rem;
    height: 0.19rem;
    line-height: 0.19rem;
    text-align: center;
    border-radius: 0.05rem 0 0.07rem 0;
    color: #fff;
    background-color: #ff8647;
    position: absolute;
    left: 0;
    top: 0;
}

.rank_list ul li:first-child .rank_num {
    background-color: #ff1023;
}

.rank_list ul li:nth-child(2) .rank_num {
    background-color: #ff4e10;
}

.rank_list .detail {
    padding-left: 1.1rem;
    height: 0.76rem;
    position: relative;
}

.rank_list .detail .tit {
    font-size: 0.16rem;
    padding-top: 0.04rem;
    height: 0.22rem;
    line-height: 0.22rem;
    color: #333;
    overflow: hidden;
}

.rank_list .detail .num {
    color: #999;
    padding: 0.05rem 0;
}

.rank_list .detail .num em {
    color: #333;
    padding: 0 0.2rem 0 0.05rem;
}

.rank_list .detail .price {
    color: #ff1023;
    font-size: 0.16rem;
}

.rank_list .detail .btn {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(288deg, rgba(255, 95, 2, 1) 0%, rgba(254, 10, 1, 1) 100%);
    box-shadow: 0px 4px 16px rgba(254, 16, 1, 0.31);
    border-radius: 0.12rem;
    width: 0.55rem;
    height: 0.22rem;
    line-height: 0.22rem;
    text-align: center;
    color: #fff;
}

.rank_list .desc {
    color: #999;
    padding-top: 0.1rem;
}

.rank_list i a {
    color: #fff !important;
}


/*分页*/
.page {
    padding: 0.2rem 0 0.25rem 0;
    color: #666;
    text-align: center;
    *zoom: 1;
    background: #fff;
}

.page:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.page .pagination {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.page li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 1px;
}

.page li a, .page li span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.1rem;
    height: 0.24rem;
    line-height: 0.24rem;
    border: 1px solid #fff;
    background-color: #fff;
    *display: inline;
    *zoom: 1;
}

.page li a:hover {
    text-decoration: none;
    background-color: #E73727;
    border-color: #E73727;
    color: #fff;
}

.page .active span {
    background-color: #E73727;
    border-color: #E73727;
    color: #fff;
}

.page .disabled span {
    border: none;
    padding: 0;
    background: none;
}

.page .page-link {
    border: 0.01rem solid #dfdfdf;
    border-radius: 0.04rem;
    overflow: hidden;
}


/*项目详情*/
.item_info {
    padding: 0.16rem 0.2rem;
    background: #fff;
    margin-bottom: 0.1rem;
}

.item_info .img_show {
    width: 0.75rem;
    height: 0.75rem;
    float: left;
    margin-right: 0.1rem;
    position: relative;
    border: 1px solid #e4e4e4;
    border-radius: 0.06rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.item_info .img_show img {
    width: 0.75rem;
    height: 0.75rem;
}

.item_info .detail {
    padding-left: 0.92rem;
    height: 0.76rem;
    position: relative;
}

.item_info .detail .tit {
    font-size: 0.16rem;
    padding-top: 0.02rem;
    font-weight: bold;
    height: 0.22rem;
    line-height: 0.22rem;
    color: #333;
    overflow: hidden;
}

.item_info .detail .num {
    color: #999;
    padding: 0.06rem 0;
}

.item_info .detail .num em {
    color: #333;
    padding: 0 0 0 0.07rem
}

.item_info .detail .num .tel {
    margin-left: 0.1rem;
    display: inline-block;
    width: 0.6rem;
    height: 0.18rem;
    text-align: center;
    background: #ffe8e8;
    color: #5367ff;
}

.item_info .detail .price {
    color: #999;
    padding-top: 0.07rem;
}

.item_info .detail .price em {
    color: #ff1023;
    font-size: 0.16rem;
    font-weight: bold;
    vertical-align: bottom;
    padding-left: 0.05rem;
}

.item_info .detail .btn {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(288deg, rgba(255, 95, 2, 1) 0%, rgba(254, 10, 1, 1) 100%);
    box-shadow: 0px 4px 16px rgba(254, 16, 1, 0.31);
    border-radius: 0.12rem;
    width: 0.43rem;
    height: 0.4rem;
    line-height: 0.14rem;
    text-align: center;
    color: #fff;
    padding: 0.05rem 0.05rem;
    box-sizing: border-box;
}

.item_info .detail .btn a {
    color: #fff;
}

.item_info .desc {
    color: #999;
    padding: 0.1rem 0 0.12rem 0;
}
.item_info .desc dl{
    padding-bottom: 0.05rem;
}
.item_info .desc dl dt {
    float: left;
}

.item_info .desc dl dd {
    padding-left: 0.1rem;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item_pic {
    width: 100%;
    height: 1.8rem;
    position: relative;
}

.item_pic .hd {
    width: 100%;
    height: 0.11rem;
    position: absolute;
    z-index: 1;
    bottom: 0.06rem;
    text-align: center;
}

.item_pic .hd ul {
    display: inline-block;
    height: 0.05rem;
    padding: 0.03rem 0.05rem;
    vertical-align: top;
}

.item_pic .hd ul li {
    display: inline-block;
    width: 0.08rem;
    height: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    border-radius: 0.05rem;
    background: #000;
    opacity: 0.7;
    margin: 0 0.02rem;
    vertical-align: top;
    overflow: hidden;
    text-indent: -9999px;
}

.item_pic .hd ul .on {
    background: #fff;
    opacity: 0.7;
    width: 0.16rem;
}

.item_pic .bd {
    width: 3.35rem;
    height: 1.8rem;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    border-radius: 0.1rem;
    overflow: hidden;
}

.item_pic .bd li {
    position: relative;
    width: 3.35rem;
    height: 1.8rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.item_pic .bd li img {
    width: 3.35rem;
    height: 1.8rem;
}

.item_pic .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮*/
}

.a726x60 {
    padding: 0.12rem 0 0 0;
}

.a726x60 img {
    width: 100%;
}


.item_content {
    background: #fff;
    padding: 0.1rem 0.2rem 0;
    overflow: hidden;
    zoom: 1;
}

.item_content p, .item_content div, .news_content p, .news_content div,.item_content ol li,.item_content ul li {
    word-wrap: break-word;
    word-break: break-all;
    color: #383835;
    text-align: justify;
    line-height: 1.6;
    font-family: sans-serif;
    width: 100%;
    font-size: .19rem;
    margin: 15px 0 17px;
}

.item_content p strong, .item_content div strong, .news_content p strong, .news_content div strong {
    font-weight: normal;
}

/*.item_content h1,.item_content h2,.item_content h3,.item_content h4,.item_content h5{font-weight:bold;word-wrap:break-word;word-break:break-all;color:#383835;text-align:justify;line-height:0.16;font-family:sans-serif;margin-top:15px;width:100%;font-size:.14rem;margin:17px 0;}*/
.item_content h1, .item_content h2, .item_content h3, .item_content h4, .item_content h5, .news_content h1, .news_content h2, .news_content h3, .news_content h4, .news_content h5 {
    line-height: .21rem;
    position: relative;
    color: #e60012 !important;
    font-weight: bold;
    padding: 0 0 0.08rem 0.1rem;
    border-bottom: 0.01rem solid #EDEDED;
    margin-bottom: 0.1rem;
}

.item_content h1:after, .item_content h2:after, .item_content h3:after, .item_content h4:after, .item_content h5:after, .news_content h1:after, .news_content h2:after, .news_content h3:after, .news_content h4:after, .news_content h5:after {
    position: absolute;
    left: 0px;
    top: 0.03rem;
    width: .03rem;
    height: 50%;
    background-color: #e60012;
    content: '';
    border-radius: 0.02rem;
}

.item_content p strong, .news_content p strong {
    color: #F5910D;
    font-weight: bold;
    font-size: .18rem;
}

.item_content table, .news_content table {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid rgb(230, 230, 230);
    width: 100%;
}

.item_content tbody, .news_content tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    font-size: .15rem;
}

.item_content td, .news_content td {
    padding: 5px;
    text-align: center;
    color: rgb(85, 85, 85);
    border: 1px solid rgb(230, 230, 230);
    text-indent: 15px;
    height: 20px;
    overflow: hidden;
    width: 266px;
    font-size: .15rem;
}

.item_content th, .news_content th {
    font-size: .12rem;
    padding-top: 5px;
    padding-bottom: 5px;
    color: rgb(85, 85, 85);
    border: 1px solid rgb(230, 230, 230);
    text-indent: 15px;
    height: 20px;
    overflow: hidden;
    width: 130px;
    background: rgb(249, 249, 249);
}

.item_content img {
    max-width: 100% !important;
    height: auto;
    margin: 0 auto;
    border-radius: 0.1rem;
}

.item_content_tips_wrap {
    background: #fff;
    padding: 0 0.2rem 0.1rem;
    margin-bottom: 0.1rem;
}

.item_content_tips {
    font-size: .12rem;
    color: #999;
    background: #f2f2f2;
    border-radius: 0.1rem;
    padding: 0.2rem;
    margin-bottom: .2rem;
}

.item_content_tips i {
    display: block;
    float: left;
    width: 0.18rem;
    height: 0.16rem;
    margin-left: 0rem;
    background: url(../images/gantanhao.png) no-repeat center;
    background-size: 0.2rem 0.12rem;
    margin-right: 0.05rem;
}

.price i a {
    color: #fff;
}


/*加盟电话详情*/
.item_tel_info {
    padding: 0.16rem 0.2rem;
    background: #fff;
}

.item_tel_info h1 {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.24rem;
    margin-bottom: 0.07rem;
}

.item_tel_info .img_show {
    width: 0.75rem;
    height: 0.75rem;
    border: 1px solid #e4e4e4;
    float: left;
    border-radius: 0.06rem;
    margin-top: 0.04rem;
    overflow: hidden;
}

.item_tel_info .img_show img {
    width: 0.75rem;
    height: 0.75rem;
}

.item_tel_info .detail {
    padding-left: 0.88rem;
    position: relative;
}

.item_tel_info .detail p {
    display: flex;
    padding: 0.01rem 0;
}

.item_tel_info .detail em {
    color: #999;
    width: 0.5rem;
    text-align: right;
    padding-right: 0.1rem;
}

.item_tel_info .detail span {
    width: 1.88rem;
}

.item_tel_info .detail .btn {
    padding: 0.05rem 0 0 0.02rem;
}

.item_tel_info .detail .btn a.btn1 {
    width: 1.15rem;
    height: 0.27rem;
    line-height: 0.27rem;
    background-image: linear-gradient(288deg, rgba(255, 95, 2, 1) 0%, rgba(254, 10, 1, 1) 100%);
    box-shadow: 0px 4px 16px rgba(254, 16, 1, 0.31);
    border-radius: 0.06rem;
    color: #fff;
    text-indent: 0.44rem;
    margin-right: 0.06rem;
    position: relative;
    cursor: pointer;
}

.item_tel_info .detail .btn a.btn1::after {
    content: '';
    width: 0.17rem;
    height: 0.17rem;
    background: url(../images/icon_zixun.png);
    background-size: 0.17rem auto;
    position: absolute;
    left: 0.22rem;
    top: 0.055rem;
}

.item_tel_info .detail .btn a.btn2 {
    width: 0.79rem;
    height: 0.25rem;
    line-height: 0.25rem;
    text-align: center;
    color: #fe0a01;
    border: 0.01rem solid #fe1c01;
    background: #ffdecb;
    border-radius: 0.06rem;
}

.item_tel_address {
    padding: 0.16rem 0.2rem;
    background: #fff;
}

.item_tel_address h2 {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.24rem;
    margin-bottom: 0.05rem;
}

.item_tel_address_cont {
    padding: 0.02rem 0;
    font-size: 0.14rem;
}

.item_tel_address_cont dd {
    margin-bottom: 0.05rem;
    display: flex;
}

.item_tel_address_cont dd em {
    width: 0.76rem;
    padding-right: 0.1rem;
    display: inline-block;
    text-align: left;
    color: #999;
}

.item_tel_address_cont dd span {
    width: 2.6rem;
}

.item_tel_address_cont dd span.tel {
    font-size: 0.16rem;
    color: #E73727;
    font-weight: bold;
}


.item_tel_intro {
    padding: 0.16rem 0.2rem;
    background: #fff;
}

.item_tel_intro h2 {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.24rem;
    margin-bottom: 0.05rem;
}

.item_tel_intro_cont {
    font-size: 0.14rem;
    line-height: 1.6;
    padding: 0.04rem 0;
}

.item_tel_intro_cont p {
    margin-bottom: 0.1rem;
}

.item_tel_intro_cont img {
    max-width: 90%;
}

.item_tel_intro_cont a {
    color: #E73727;
}

.item_tel_rela {
    padding: 0.16rem 0.2rem;
    background: #fff;
}

.item_tel_rela h3 {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.24rem;
    margin-bottom: 0.05rem;
}

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

.item_tel_rela ul li {
    width: 50%;
    height: 0.24rem;
    line-height: 0.24rem;
    overflow: hidden;
    padding-right: 0.1rem;
    box-sizing: border-box;
    font-size: 0.14rem;
    position: relative;
    padding-left: 0.1rem;
}

.item_tel_rela ul li::after {
    content: '';
    width: 0.03rem;
    height: 0.03rem;
    background: #999;
    position: absolute;
    top: 0.1rem;
    left: 0;
}


/*在线留言*/
.msg {
    background: #fff;
    padding: 0 0.2rem 0.1rem;
}

.msg .hd {
    height: 0.5rem;
    line-height: 0.5rem;
    font-weight: bold;
    font-size: 0.18rem;
    color: #E73727;
}

.msg .bd {
}

.msg .bd li {
    padding-bottom: 0.1rem;
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.msg .bd .label {
    position: absolute;
    left: 0.12rem;
    top: 0.12rem;
    font-size: 0.13rem;
}

.msg .bd .input_bk {
    border: 0.01rem solid #D6D6D6;
    padding-left: 0.47rem;
    width: 100%;
    font-size: 0.13rem;
    height: 0.44rem;
    line-height: 0.44rem;
    border-radius: 0.05rem;
    box-sizing: border-box;
}

.msg .bd .btn {
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 0.16rem;
    text-align: center;
    width: 100%;
    background: #E73727;
    border-radius: 0.22rem;
    color: #fff;
    border: none;
}

.msg .bd .btn:hover, .msg .bd .btn:active {
    background: #B12014;
}

.msg .msg_tips {
    color: #999;
}


/*项目资讯*/
.item_news {
    padding: 0.1rem 0.2rem;
    background: #fff;
}

.item_news dl {
    border-bottom: 0.01rem solid #E7E7E7;
    padding: 0.13rem 0;
    overflow: hidden;
    zoom: 1;
}

.item_news dl:first-child {
    padding-top: 0.05rem;
}

.item_news dl:last-child {
    border-bottom: none;
}

.item_news dl a {
    display: block;
    overflow: hidden;
    zoom: 1;
}

.item_news dl dt {
    width: 0.9rem;
    height: 0.67rem;
    float: right;
    overflow: hidden;
    border-radius: 0.06rem;
}

.item_news dl dt img {
    width: 0.9rem;
    height: 0.67rem;
}

.item_news dl dd {
    padding-right: 1.07rem;
}

.item_news dl dd p {
    color: #999;
}

.item_news dl dd .tit {
    font-size: 0.16rem;
    line-height: 0.18rem;
    max-height: 0.36rem;
    color: #333;
    overflow: hidden;
}

.item_news dl .date {
    padding-top: 0.1rem;
    font-size: 0.13rem;
}

.item_news dl .desc {
    padding-top: 0.05rem;
    line-height: 0.14rem;
}


/*资讯列表*/
.news_list {
    padding: 0.1rem 0.2rem 0;
    background: #fff;
}

.news_list dl {
    border-bottom: 0.01rem solid #E7E7E7;
    padding: 0.13rem 0;
    overflow: hidden;
    zoom: 1;
}

.news_list dl:first-child {
    padding-top: 0.05rem;
}

.news_list dl:last-child {
    border-bottom: none;
}

.news_list dl a {
    display: block;
    overflow: hidden;
    zoom: 1;
}

.news_list dl dt {
    width: 0.9rem;
    height: 0.67rem;
    float: left;
    overflow: hidden;
    border-radius: 0.06rem;
}

.news_list dl dt img {
    width: 0.9rem;
    height: 0.67rem;
}

.news_list dl dd {
    padding-left: 1.07rem;
}

.news_list dl dd p {
    color: #999;
}

.news_list dl dd .tit {
    font-size: 0.16rem;
    line-height: 0.18rem;
    max-height: 0.36rem;
    color: #333;
    overflow: hidden;
}

.news_list dl .date {
    padding-top: 0.1rem;
    font-size: 0.13rem;
}

.news_list dl .desc {
    padding-top: 0.05rem;
    line-height: 0.14rem;
}


.news_box {
    background: #fff;
    padding: 0.2rem;
    margin-bottom: 0.1rem;
}

.news_box h1 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.24rem;
    text-align: center;
}

.news_box small {
    display: block;
    text-align: center;
    font-size: 0.12rem;
    color: #999;
    height: 0.3rem;
    line-height: 0.3rem;
}

.news_box .news_content {
    padding: 0.02rem 0 0.1rem 0;
    line-height: 0.22rem;
}

.news_box .news_content img {
    max-width: 100% !important;
}

.news_box img {
    max-width: 100% !important;
    height: auto;
    margin: 0 auto;
    border-radius: .1rem;
}


.rel_item {
    border-radius: 0.12rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 16px 0px rgba(36, 8, 8, 0.1);
    position: relative;
    padding: 0.12rem 0.12rem;
    margin: 0.1rem 0;
}

.rel_item .img_show {
    width: 1rem;
    height: 0.75rem;
    float: left;
    margin-right: 0.1rem;
    position: relative;
    border: 1px solid #e4e4e4;
    border-radius: 0.06rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.rel_item .img_show img {
    width: 0.9rem;
    height: 0.64rem;
}

.rel_item .detail {
    padding-left: 1.1rem;
    height: 0.76rem;
    position: relative;
}

.rel_item .detail .tit {
    font-size: 0.16rem;
    font-weight: bold;
    padding-top: 0.04rem;
    height: 0.22rem;
    line-height: 0.22rem;
    color: #333;
    overflow: hidden;
}

.rel_item .detail .num {
    color: #999;
    padding: 0.05rem 0;
}

.rel_item .detail .num em {
    color: #333;
    padding: 0 0.2rem 0 0.05rem;
}

.rel_item .detail .price {
    color: #ff1023;
    font-size: 0.18rem;
    font-weight: bold;
}

.rel_item .detail .btn {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(288deg, rgba(255, 95, 2, 1) 0%, rgba(254, 10, 1, 1) 100%);
    box-shadow: 0px 4px 16px rgba(254, 16, 1, 0.31);
    border-radius: 0.13rem;
    width: 0.75rem;
    height: 0.25rem;
    line-height: 0.24rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.search_tips {
    height: 0.35rem;
    line-height: 0.35rem;
    padding: 0 0.2rem;
    font-size: 0.14rem;
    color: #666;
}

.search_tips em {
    color: #ff1023;
    padding: 0 0.05rem;
}

.search_list li:last-child {
    border-bottom: none;
    padding-bottom: 0.3rem;
}

/*产品列表*/
.product_list {
    padding: 0 0.2rem;
    background: #fff;
}

.product_list li {
    border-bottom: 0.01rem solid #eee;
    position: relative;
    height: 0.8rem;
    padding: 0.16rem 0;
}

.product_list li a {
    display: block;
    zoom: 1;
}

.product_list .detail {
    padding: 0.04rem 0 0.04rem 0.94rem;
}

.product_list .img_show {
    width: 0.8rem;
    height: 0.8rem;
    float: left;
    margin-right: 0.1rem;
    border-radius: 0.06rem;
    overflow: hidden;
}

.product_list .img_show img {
    width: 0.8rem;
    height: 0.8rem;
}

.product_list .tit {
    font-weight: bold;
    font-size: 0.16rem;
    color: #333;
    height: 0.22rem;
    line-height: 0.22rem;
    overflow: hidden;
}

.product_list .info {
    padding: 0.02rem 0;
}

.product_list .info a {
    color: #999;
}

.product_list .info a:hover {
    color: #E73727;
}

.product_list .btn {
    padding-top: 0.03rem;
}

.product_list .btn a {
    width: 0.8rem;
    height: 0.22rem;
    line-height: 0.22rem;
    text-align: center;
    display: inline-block;
    border: 0.01rem solid #e2e2e2;
    border-radius: 0.04rem;
    margin-right: 0.08rem;
    color: #666;
}

.product_list .btn a:hover {
    background: #E73727;
    color: #fff;
    border: 0.01rem solid #E73727;
}

/*产品详情*/
.product_info {
    padding: 0.16rem 0.2rem;
    background: #fff;
}

.product_info h1 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.24rem;
    text-align: center;
}

.product_info small {
    display: block;
    text-align: center;
    font-size: 0.12rem;
    color: #999;
    height: 0.3rem;
    line-height: 0.3rem;
    border-bottom: 0.01rem dotted #ccc;
    margin-bottom: 0.15rem;
}

.product_info .img_show {
    width: 1.05rem;
    height: 1.05rem;
    float: left;
    border-radius: 0.06rem;
    overflow: hidden;
}

.product_info .img_show img {
    width: 1.05rem;
    height: 1.05rem;
}

.product_info .detail {
    padding-left: 1.2rem;
    height: 1.05rem;
    position: relative;
}

.product_info .detail p {
    display: flex;
    padding: 0.03rem 0;
}

.product_info .detail em {
    color: #999;
    width: 0.5rem;
    text-align: right;
    padding-right: 0.1rem;
}

.product_info .detail span {
    width: 1.6rem;
}

.product_info .detail .tit {
    font-size: 0.16rem;
    padding-top: 0.02rem;
    font-weight: bold;
    height: 0.22rem;
    line-height: 0.22rem;
    color: #333;
    overflow: hidden;
}

.product_info .detail .btn a {
    width: 0.95rem;
    height: 0.24rem;
    line-height: 0.24rem;
    background-image: linear-gradient(288deg, rgba(255, 95, 2, 1) 0%, rgba(254, 10, 1, 1) 100%);
    box-shadow: 0px 4px 16px rgba(254, 16, 1, 0.31);
    border-radius: 0.06rem;
    text-align: center;
    color: #fff;
    margin-right: 0.06rem;
}

.product_info .detail .btn a.btn2 {
    background-image: linear-gradient(162deg, rgb(32, 124, 209) 0%, rgb(27, 79, 196) 100%);
    box-shadow: 0px 4px 16px 0px rgba(33, 79, 213, 0.31);
}

.product_info .desc {
    padding-top: 0.1rem;
}

.product_info .desc dl dt {
    color: #999;
}

.product_info .desc dl dd {
    line-height: 1.6;
}


.product_intro {
    padding: 0.16rem 0.2rem;
    background: #fff;
}

.product_intro h2 {
    line-height: .18rem;
    position: relative;
    color: #E73727 !important;
    font-weight: bold;
    padding: 0 0 0.08rem 0.1rem;
    border-bottom: 0.01rem solid #EDEDED;
    margin-bottom: 0.1rem;
}

.product_intro h2:after {
    position: absolute;
    left: 0px;
    top: 0.03rem;
    width: .03rem;
    height: 50%;
    background-color: #E73727;
    content: '';
    border-radius: 0.02rem;
}

.product_intro_cont {
    font-size: 0.16rem;
    padding: 0.1rem 0 0.15rem;
    line-height: 1.6;
}

.product_intro_cont p {
    padding-bottom: 0.05rem;
}

.product_intro_cont img {
    max-width: 90% !important;
    display: block;
    margin: 0 auto;
}

.rel_product {
    padding: 0.05rem 0 0.15rem;
}

.rel_product ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rel_product li {
    width: 0.75rem;
    margin-bottom: 0.08rem;
}

.rel_product .img_show {
    width: 0.75rem;
    height: 0.75rem;
    overflow: hidden;
    border-radius: 0.06rem;
}

.rel_product .img_show img {
    width: 0.75rem;
    height: 0.75rem;
}

.rel_product .tit {
    text-align: center;
    height: 0.2rem;
    line-height: 0.2rem;
    overflow: hidden;
}

.product_news li {
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.14rem;
    position: relative;
    padding-left: 0.1rem;
}

.product_news li::after {
    content: '';
    width: 0.03rem;
    height: 0.03rem;
    background: #999;
    position: absolute;
    top: 0.13rem;
    left: 0;
}


/*弹窗在线留言*/
.popup_mask {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}

.popup .hd em {
    font-size: 12px;
}

.popup .hd .popup_close {
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/popup_close.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 9px;
    right: 10px;
}

.popup .bd li {
    padding-bottom: 8px;
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.lastCeng {
    position: fixed;
    width: 74%;
    left: 13%;
    background: #fff;
    height: 260px;
    top: 29%;
    opacity: 0.2;
    border-radius: 16px;
    z-index: 20000;
}

.CengBox {
    position: fixed;
    width: 70%;
    left: 15%;
    background: #fff;
    top: 30%;
    height: 244px;
    border-radius: 12px;
    z-index: 20001;
}

.CengBox .money {
    z-index: 100;
    display: block;
    position: absolute;
    top: -4px;
    left: -5px;
    width: 65px;
    height: 65px;
}

.CengBox .top1 {
    height: 60px;
    line-height: 78px;
    text-align: center;
    color: #333333;
    font-size: 18px;
}

.modalbox input {
    display: inherit;
    line-height: 40px;
    border: solid 1px #c0c5cb;
    border-radius: 3px;
    width: 88%;
    margin-left: 6%;
    margin-bottom: 10px;
    padding-left: 40px;
    font-size: 12px !important;
    box-sizing: border-box;
}

.modalbox input::placeholder {
    line-height: 40px;
    font-size: 12px !important;
}

.modalbox input:nth-child(1) {
    background: url(../images/tell_03.png) no-repeat 10px center;
    background-size: 26px 18px;
}

.modalbox input:nth-child(2) {
    background: url(../images/useName_01.png) no-repeat 10px center;
    background-size: 26px 18px;
}

.CengBox .sure {
    width: 88%;
    border: none;
    height: 40px;
    margin-left: 6%;
    background: #E73727;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    display: inherit;
}

.popup_close {
    z-index: 100;
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/popup_close.png) no-repeat;
    background-size: contain;
    top: 9px;
    right: 10px;
    cursor: pointer;
}

.CengBox p {
    font-family: '微软雅黑';
}

#fengex {
    margin: 0 3px;
    color: #ccc;
}

#brand_name_UNM {
    color: #E73727;
}

.phone_msg_info {
    color: #70b638;
    font-weight: bold;
    font-size: 0.145rem;
    margin-top: 0.15rem;
    text-align: center !important;
    margin-bottom: .25rem !important;
    line-height: .4rem;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    align-items: center
}
#copy_code{
    display: inline-block; margin: 0; ;
}
#code_intro{padding: 15px; line-height: 0.25rem}
.zxnavbarcon {
    background: #fff;
    height: 0.5rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; /* padding-left: 0.13333333rem;*/
}

.zxnavbarcon .zxHdImgcons {
    background: #fff;
    width: 55.99%;
    height: 0.5rem;
    float: left;
    padding-top: 0.04rem;
    -webkit-appearance: none;
    border: 0;
    display: flex;
    flex-direction: row;
    cursor: auto;
}

.zxnavbarcon .zxHdImgcons .zxHdImg {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zxnavbarcon .zxHdImgcons .zxHdName {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zxnavbarcon .zxHdImgcons .zxHdImg img {
    width: .35rem;
    height: .35rem;
    border-radius: 50%;
}

.zxnavbarcon .zxHdImgcons .zxHdName-peo {
    text-align: left;
    font-size: 0.13rem;
    line-height: 0.21rem;
    color: #000;
    padding-left: 0.13333333rem;
    color: red;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zxnavbarcon .zxHdImgcons p {
    text-align: left;
    font-size: 0.13rem;
    line-height: 0.20rem;
    float: left;
    color: #999;
    padding-left: 0.13333333rem;
}

.zxnavbarcon .zxHdImgcons p span {
    display: block;
    text-align: center;
    border: 1px solid #d80000;
    height: 0.18rem;
    line-height: 0.18rem;
    width: 0.5rem;
    color: #d80000;
    float: right;
    margin-left: 0.13333333rem;
    font-size: .12rem;
}

.zxnavbarcon .mfcall, .zxnavbarcon .mfcsain {
    width: 22%;
    height: 0.5rem;
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
    float: right;
    line-height: 0.5rem;
    background: #D80000;
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
}

.zxnavbarcon .mfcsain {
    background: #33bd57;
    float: right;
    cursor: pointer;
}
.hidden_msg{display: none !important;}

@media screen and (min-width: 320px) and (max-width: 359px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
    html {
        font-size: 112.5px;
    }
}

@media screen and (min-width: 375px) and (max-width: 385px) {
    html {
        font-size: 117.188px;
    }
}

@media screen and (min-width: 386px) and (max-width: 392px) {
    html {
        font-size: 120.625px;
    }
}

@media screen and (min-width: 393px) and (max-width: 400px) {
    html {
        font-size: 122.813px;
    }
}

@media screen and (min-width: 401px) and (max-width: 413px) {
    html {
        font-size: 125.313px;
    }
}

@media screen and (min-width: 414px) and (max-width: 639px) {
    html {
        font-size: 129.375px;
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 200px;
    }
}
