﻿.flex-demo {
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
}

.flex-row {
    flex-direction: row !important;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
}

.flex-column {
    flex-direction: column !important;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-start {
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
}

.justify-content-around {
    justify-content: space-around !important;
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: space-around !important;
}

.justify-content-between {
    justify-content: space-between !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: space-between !important;
}

.justify-content-center {
    justify-content: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}

.align-items-start {
    -ms-flex-align: flex-start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: flex-end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
}

.align-content-center {
    align-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
}

.align-content-start {
    align-content: flex-start;
    -ms-align-content: flex-start;
    -webkit-align-content: centeflex-startr;
}

.align-content-center {
    align-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
}

.align-content-end {
    align-content: flex-end;
    -ms-align-content: flex-end;
    -webkit-align-content: flex-end;
}

.align-content-stretch {
    align-content: stretch;
    -ms-align-content: stretch;
    -webkit-align-content: stretch;
}

.align-content-baseline {
    align-content: baseline;
    -ms-align-content: baseline;
    -webkit-align-content: baseline;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-none{
    -ms-flex: 1 !important;
    -webkit-flex: 1 !important;
    flex: 1 !important;
}

.header {
    height: 1.5rem;
    font-size: .16rem;
    width: 100%;
    background: #ffffff;
}

.footer_menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* height: 1rem; */
    background: #ffffff;
    overflow: hidden;
    z-index: 9;
}

.head {
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.head .logo {
    /* height: 0.6rem; */
    background-image: url(../img/index/logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:left center;
    /* background-position: 0.4rem; */
    /* flex: 1; */
    width: 29.2%;
    height: 0;
    padding-bottom: 6.4%;
    margin-left: .38rem;
}

.head .logo img {
    width: 3rem;
    margin-left: .38rem;
}

.head .return_btn{
    color: #00926d;
    font-size: .4rem;
    line-height: .6rem;
    position: absolute;
    top: 50%;
    left: .38rem;
    right: .38rem;
    width: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.head .return_btn span{
    padding-right: .2rem;
    font-size: .43rem;
    font-family: '宋体'
}

.head a{
    display: block;float: right;
    width: 31.9%;
    height: 0;
    padding-bottom: 6.4%;
    background: url(../img/index/tel_img.png) no-repeat center;
    background-size: cover;
    margin-right: .38rem;
}

.head .search {
    width: 2.24rem;
    height: .7rem;
    text-align: right;
    padding-right: .4rem;
}

.head .search .search_combobox {
    height: 100%;
    border-radius: .7rem;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}



.head .search .search_combobox_input {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0.12rem 0;
    padding-left: 0.16rem;
    width: 2.18rem;
    height: 0.48rem;
    line-height: 0.48rem;
    border: none;
    outline: 0;
    background: #f5f5f5;
}

.head .search .search_combobox_text {
    z-index: 3;
    position: absolute;
    height: .7rem;
    line-height: .7rem;
    left: 0;
    top: 0;
    width: 1.4rem;
    font-size: 0.28rem;
    text-align: left;
    padding-left: 0.3rem;
    color: #bbbbbb;
    cursor: text;
    touch-action: none;
    -ms-touch-action: none;
    pointer-events: none;
    -ms-pointer-events: none;
    -webkit-user-select: none;
}

.search_combobox_icon {
    position: absolute;
    ;
    top: 0.16rem;
    right: 0.34rem;
}

.search_combobox_icon img {
    width: 0.34rem;
}

.foot .wx_wrap {
    height: 2.85rem;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* background-color: #fff; */
    background-image: url(../img/index/1-44_21.jpg);
    position: relative;
    /* background-color: #f5faf9; */
}

.foot .wximg {
    position: absolute;
    top: 0.74rem;
    left: 0.65rem;
    height: 1.38rem;
    width: 1.38rem;
}

.foot .dtxt {
    position: absolute;
    top: 1.1rem;
    width: 1.9rem;
    left: 2.33rem;
}

.foot .other_link {
    height: 3.5rem;
    width: 100%;
    background: #f4f8fb;
    margin-top: .5rem;
    padding-bottom: 1.2rem;
}

.other_link_div {
    text-align: center;
    position: relative;
}
.other_link_div::after{
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    width: 1px;
    height: 0.2rem;
    margin-top: -0.1rem;
    background:#bbbbbb;
}
.other_link_div:last-child::after{
    height: 0;
}

.other_link_div img {
    width: 0.7rem;
    height: 0.7rem;
    vertical-align: middle;
}

.other_link_div a {
    padding-left: 0.1rem;
    display: inline-block;
    width: 100%;
}

.other_link_div img,
.other_link_div a {
    display: inline;
    font-size: 0.3rem;
    color: #989898;
    /* text-decoration: underline; */
}

.menu_list {
    border-top: 1px solid #eeeeee;
    height: 1.5rem;
}

.menu_list .menu {
    padding: 0.2rem;
    font-size: 0.14rem;
}

.menu_list .menu a{
    display: block;
    /* height: 100%; */
    background-position: center;
    background-size:contain;
    width: 100%;
    background-repeat: no-repeat;
    /* background-color: red; */
    padding: .6rem 0;
    background-size: 60px;
}

.menu_list .menu span {
    background-position: center;
    /* background-size:auto 80%; */
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    /* background-size: 65px; */
    background-size:contain;
    /* background-color: red; */
    padding: .4rem 0;
}

.menu_list .home {
    background-image: url(../img/index/icon-f11.png);
}

.menu_list .home.active {
    background-image: url(../img/index/icon-f12.png);
}

.menu_list .cpzx {
    background-image: url(../img/index/icon-f21.png);
}

.menu_list .cpzx.active {
    background-image: url(../img/index/icon-f22.png);
}

.menu_list .ppzx {
    background-image: url(../img/index/icon-f31.png);
}

.menu_list .ppzx.active {
    background-image: url(../img/index/icon-f32.png);
}

.menu_list .lxwm {
    background-image: url(../img/index/icon-f41.png);
}

.menu_list .lxwm.active {
    background-image: url(../img/index/icon-f42.png);
}

.menu_list .menu .img {
    display: block;
    margin: auto;
    width: 1rem;
}

.public_top{
    padding: 0.55rem 0;
}

.public_icon{
    width: 1rem;
    height: 1rem;
    margin-right: .2rem;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.public_title {
     padding: 0.55rem 0;
    width: auto;
    text-align: center;
}

.public_title .public_title_text {
    font-size: 0.35rem;
    width: auto;
    margin: auto;
    max-width: 4.4rem;
    font-weight: inherit;
}

.public_title .public_title_line {
    width: 0.6rem;
    margin: auto;
    margin-top: 0.18rem;
    height: 0.02rem;
    background: #2fc7a0;
}

.public_line_btn_wrap {
    padding: 0.55rem 0;
}

.public_line_btn {
    margin: auto;
    width: 1.88rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border: 1px solid #2fc7a0;
    color: #2fc7a0;
    text-align: center;
    border-radius: 0.04rem;
    font-size: 0.35rem;
}

.list_new {
    background: #ffffff;
}

.list_new ul li {
    box-sizing: border-box;
    margin: 0 0.36rem;
    padding: 0.3rem 0;
    border-bottom: 1px #eeeeee solid;
    width: auto;
}

.list_new ul li:last-child {
    border-bottom: none;
}

.list_new .img {
    width: 3.5rem;
    height: 2rem;
    overflow: hidden;
}

.list_new .img img {
    height: 100%;
}

.list_new .content {
    padding-left: .26rem;
    flex: 1;
}

.list_new .content .title {
    font-size: 0.23rem;
    line-height: 0.3rem;
    overflow: hidden;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    line-height: 0.38rem;
    word-break:break-all;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_new .content .time {
    text-align: right;
    font-size: 0.35rem;
    color: #989898;
}

/*************底部弹窗**************/

.layer_code{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.9);
    opacity: 0;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    z-index: 8;
}
.layer_code .layer_code_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    padding: 1rem .2rem;
    border: 5px solid #f3f3f3;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.21);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.21);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.21);
    -ms-box-shadow: 0 0 20px 0 rgba(0,0,0,.21);
    -o-box-shadow: 0 0 20px 0 rgba(0,0,0,.21);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.layer_code .layer_code_box .code_title{
    color: #5f5f5f;
    font-size: .3rem;
    text-align: center;
}
.layer_code .layer_code_box .code_title span{
    font-size: .3rem;
    color: #7a7a7a;
    padding: 0 .15rem;
}
.layer_code .layer_code_box .img_box{
    width:60%;
    border: 6px solid #f3f3f3;
    overflow: hidden;
    margin: .4rem auto auto;
}
.layer_code .layer_code_box .img_box img{
    width: 100%;
}
.layer_code .layer_code_box .close_box{
    width: .5rem;
    height: .5rem;
    background-color: #f3f3f3;
    position: absolute;
    top: 0;
    right: 0;
    line-height: .5rem;
    text-align: center;
    color: #d1d1d1;
}

