﻿/*通用类*/
* {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

body {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
    background: #fff;
    overflow-x: hidden;
    text-align: left;
    position: relative;
    font-size: 0.32rem;
    color: #333;
}

/*不同设备字体em基准*/
html {
    font-size: 42.6667px;
}

@media screen and (max-width: 320px) {
    html {
        font-size: 42.6667px;
    }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
    html {
        font-size: 48px;
    }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
    html {
        font-size: 50px;
    }
}

@media screen and (min-width: 376px) and (max-width: 414px) {
    html {
        font-size: 55px;
    }
}

@media screen and (min-width: 415px) and (max-width: 484px) {
    html {
        font-size: 64px;
    }
}

@media screen and (min-width: 485px) and (max-width: 720px) {
    html {
        font-size: 96px;
    }
}

@media screen and (min-width: 721px) and (max-width: 768px) {
    html {
        font-size: 102px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
    html {
        font-size: 144px;
    }
}

@media screen and (min-width: 1080px) {
    html {
        font-size: 144px;
    }
}


img {
    border: none;
}

h1, h2, h3 {
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none；;
}

input, textarea, select {
    font-family: "Microsoft Yahei";
    font-size: 1em;
    outline: none;
    margin: 0;
    padding: 0;
}

    input::-webkit-input-placeholder {
        color: #a0a0a0 !important;
    }

    textarea::-webkit-input-placeholder {
        color: #a0a0a0 !important;
    }

    input[type='button'], input[type='text'], input[type='search'], input[type='submit'], input[type='reset'], input[type='date'], input[type='time'], input[type='number'] {
        -webkit-appearance: none;
    }

select {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

ul, ol {
    padding: 0;
    list-style-type: none;
}

em {
    font-style: normal;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

input.sub, label {
    border: none;
    cursor: pointer;
}

input, textarea {
    font-family: "Microsoft Yahei";
    outline: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

div.clear {
    font: 0px Arial;
    line-height: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

.cm_photo {
    display: block;
    position: relative;
    overflow: hidden;
}

    .cm_photo .thumb {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

    .cm_photo .zw {
        display: block;
        height: auto;
        width: 100%;
    }

.banner {
    width: 100%;
}

    .banner .swiper-slide {
        width: 100%;
    }

        .banner .swiper-slide img {
            display: block;
            width: 100%;
            height: 4.8rem;
        }

    .banner .swiper-pagination {
        width: 100%;
        position: absolute;
        right: 0;
        left: auto;
        bottom: 0.15rem;
        text-align:center;
    }

    .banner .swiper-pagination-bullet {
        opacity: 1;
        background: #fff;
        margin: 0 3px !important;
    }

    .banner .swiper-pagination-bullet-active {
        background: #00aef3;
    }

    .banner a {
        display: block;
        position: relative;
    }

    /*.banner .name {
        height: 0.6rem;
        line-height: 0.6rem;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
        background: rgba(0,0,0,0.6);
        color: #fff;
        font-size: 0.28rem;
    }

    .banner .nm {
        padding-left: 0.2rem;
        display: inline-block;
        max-width:77%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }*/
    .banner .name{
	height: 1.5rem;
	line-height: 1.5rem;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	font-size:0.3rem;
	box-sizing:border-box;
	/*padding-left:0.3rem;*/
	color:#fff;
    text-align:center;
}
.banner .nm{
	display:inline-block;
	max-width:98%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.footer {
    height: 1.1rem;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: #fff;
    border-top: 1px solid #ccc;
}

    .footer a {
        display: block;
        width: 20%;
        float: left;
        height: 1.1rem;
        box-sizing: border-box;
        line-height: 0.5rem;
        font-size: 0.28rem;
        color: #666;
        text-align: center;
        padding-top: 0.1rem;
    }

    .footer .hover {
        color: #00adf2;
    }

    .footer img {
        display: none;
        height: 0.5rem;
        margin: 0 auto;
    }

.footer_zw {
    clear: both;
    height: 1.1rem;
    padding-top: 1px;
}

.footer .ico2 {
    display: block;
}

.footer .hover .ico1 {
    display: block;
}

.footer .hover .ico2 {
    display: none;
}

/*hm 首页*/

.hm_nav {
    padding: 0.35rem 0 0.1rem 0;
}

    .hm_nav a {
        display: block;
        width: 25%;
        float: left;
        text-align: center;
        line-height: 0.65rem;
        font-size: 0.3rem;
    }

    .hm_nav img {
        display: block;
        width: 0.72rem;
        height: 0.72rem;
        margin: 0 auto;
    }

.hm_head {
    height: 0.96rem;
    line-height: 0.96rem;
    background: #efeff4;
    text-align: center;
}

    .hm_head span {
        padding-right: 0.5rem;
        background: url("../images/hmhead.png") no-repeat right center;
        background-size: auto 0.3rem;
    }

.hm_tabs {
    padding: 0.24rem 0 0 0;
}

    .hm_tabs .handle {
        height: 0.72rem;
        text-align: center;
    }

    .hm_tabs .btn {
        display: inline-block;
        width: 1.6rem;
        height: 0.6rem;
        line-height: 0.6rem;
        border: 1px solid #ccc;
        border-radius: 0.3rem;
        color: #ccc;
        margin: 0 0.2rem;
    }

    .hm_tabs .hover {
        color: #00adf2;
        border-color: #00adf2;
    }

    .hm_tabs .con {
        display: none;
    }

    .hm_tabs .show {
        display: block;
    }

.news_item {
    width: 7rem;
    margin: 0 auto;
    display: block;
    clear: both;
    border-bottom: 1px solid #d7d7d7;
    padding: 0.25rem 0;
}

    .news_item:last-child {
        border: 0;
    }

    .news_item .photo {
        display: block;
        width:2.52rem;
	    height:1.62rem;
        float: left;
        border-radius: 0.1rem;
        position: relative;
        overflow: hidden;
        margin-right: 0.32rem;
    }

        .news_item .photo img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .news_item .name {
        line-height: 0.42rem;
        height: 0.84rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        margin-top: 0.07rem;
    }

    .news_item .date {
        /*height: 0.52rem;
        line-height: 0.52rem;*/
        text-align: right;
        font-size: 0.26rem;
        color: #999;
        margin-top: 0.2rem;
    }

.hm_lm {
    padding-top: 0.3rem;
}

.lm_item {
    display: block;
    width: 3.22rem;
    height: 3.42rem;
    float: left;
    margin-left: 0.35rem;
}

    .lm_item .photo {
        display: block;
        width: 3.22rem;
        height: 2.13rem;
        position: relative;
        overflow: hidden;
        border-radius: 0.1rem;
    }

        .lm_item .photo img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .lm_item .name {
        margin: 0.18rem 0.1rem;
        height: 0.8rem;
        line-height: 0.4rem;
        font-size: 0.3rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }

.tea_item {
    display: block;
    width: 7rem;
    margin: 0 auto;
    border-bottom: 1px solid #d7d7d7;
    padding: 0.2rem 0;
}

    .tea_item:last-child {
        border: 0;
    }

    .tea_item .name {
        line-height: 0.45rem;
        max-height: 0.9rem;
        margin-bottom: 0.12rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }

    .tea_item .tip {
        line-height: 0.4rem;
        color: #999;
        font-size: 0.26rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }

.yz_item {
    display: block;
    width: 7rem;
    margin: 0 auto;
    border-bottom: 1px solid #d7d7d7;
    padding: 0.25rem 0;
}

    .yz_item:last-child {
        border: 0;
    }

    .yz_item .photo {
        display: block;
        width: 2.4rem;
        height: 1.3rem;
        float: left;
        border-radius: 0.1rem;
        position: relative;
        overflow: hidden;
    }

        .yz_item .photo img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .yz_item dl {
        width: 4.1rem;
        float: right;
        padding-right: 0.2rem;
    }

    .yz_item dt {
        height: 0.34rem;
        line-height: 0.34rem;
        margin-bottom: 0.2rem;
    }

    .yz_item dd {
        color: #999;
        font-size: 0.28rem;
        line-height: 0.4rem;
        max-height: 0.8rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }

    .yz_item .name {
        display: inline-block;
        max-width: 95%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/*hm 首页*/

/*gx*/

.header {
    height: 0.94rem;
    line-height: 0.94rem;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #fff;
    color: #666;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

    .header i {
        display: block;
        width: 0.7rem;
        height: 0.06rem;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -0.35rem;
        background: #00aef3;
    }

.header_zw {
    height: 0.94rem;
    clear: both;
    padding-top: 1px;
}

.gray20 {
    height: 0.2rem;
    clear: both;
    background: #efeff4;
}

.loadmore {
    display: block;
    clear: both;
    width: 100%;
}

    .loadmore img {
        display: block;
        width: 100%;
        height: auto;
    }


.load_more {
    display: block;
    width: 100%;
    height: auto;
    clear: both;
}

    .load_more img {
        display: block;
        width: 100%;
        height: auto;
    }
/*gx*/

/*gxview*/

.gxview {
    background: #efeff4;
}

.gxbanner {
    position: relative;
}

    .gxbanner img {
        display: block;
        width: 100%;
        height: auto;
    }

    .gxbanner .backa {
        display: block;
        position: absolute;
        left: 0.2rem;
        top: 0.4rem;
        z-index: 10;
        width: 0.6rem;
        height: 0.6rem;
        background: url("../images/gxback.png") no-repeat center center;
        background-size: 100% 100%;
    }

.thumb100 {
    display: block;
    width: 100%;
    height: auto;
}

.gx_article {
    background: url("../images/gxbg.png") repeat-y top center;
    background-size: 100% auto;
    padding: 0 0.55rem;
    line-height: 0.54rem;
}

.gx_head {
    padding: 0 0.55rem;
    background: url("../images/gxbg.png") repeat-y top center;
    background-size: 100% auto;
    text-align: center;
    line-height: 0.48rem;
}

/*gxview*/

/*news*/

.cm_handle {
    padding: 0.15rem 0;
    text-align: center;
    clear: both;
    border-bottom: 1px solid #ccc;
}

    .cm_handle .btn {
    }

    .cm_handle .btn {
        display: inline-block;
        width: 1.6rem;
        height: 0.6rem;
        line-height: 0.6rem;
        border: 1px solid #ccc;
        border-radius: 0.3rem;
        color: #ccc;
        margin: 0 0.2rem;
    }

    .cm_handle .hover {
        color: #00adf2;
        border-color: #00adf2;
    }

.cm_con {
    display: none;
}

.show {
    display: block;
}

.search_bar {
    width: 7rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin: 0 auto;
    background: #efeff4;
}

    .search_bar .text {
        width: 6rem;
        height: 0.8rem;
        float: left;
        text-indent: 0.3rem;
        float: left;
        border: 0;
        background: none;
    }

    .search_bar .sub {
        float: right;
        width: 1rem;
        height: 0.8rem;
        background: url("../images/search_sub.png") no-repeat center center;
        background-size: 0.4rem 0.4rem;
    }

/*news*/

/*view*/

.vi_header {
    border-bottom: 0.2rem solid #efeff4;
    padding: 0.12rem 0.3rem 0 0.3rem;
}

    .vi_header .t1 {
        line-height: 0.6rem;
        font-size: 0.45rem;
        color: #000;
    }

    .vi_header .date {
        height: 0.66rem;
        line-height: 0.66rem;
        color: #c3c3c3;
        font-size: 0.3rem;
    }

.vi_article {
    padding: 0.3rem;
    line-height: 1.8;
}

    .vi_article img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 0.1rem;
    }

/*view*/



/*抽奖按钮*/
.chouj {
    display: inline-block;
    width: 3.46rem;
    height: .86rem;
    line-height: .86rem;
    background: url(/images/pic2-bg1-hlg.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center;
    font-size: .38rem;
    color: #fff;
    box-shadow: 0 3px 5px rgba(255,200,211,1);
    border-radius: .4rem;
}
