@media screen and (max-width:319px) {
    html {
        font-size: 42.67px;
    }
}

@media screen and (min-width:320px) and (max-width:359px) {
    html {
        font-size: 42.67px;
    }
}

@media screen and (min-width:360px) and (max-width:374px) {
    html {
        font-size: 48px;
    }
}

@media screen and (min-width:375px) and (max-width:383px) {
    html {
        font-size: 50px;
    }
}

@media screen and (min-width:384px) and (max-width:399px) {
    html {
        font-size: 51.2px;
    }
}

@media screen and (min-width:400px) and (max-width:413px) {
    html {
        font-size: 53.33px;
    }
}

@media screen and (min-width:414px) {
    html {
        font-size: 55.2px;
    }
}

article,
aside,
audio,
blockquote,
body,
button,
dd,
details,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
mark,
menu,
nav,
ol,
p,
pre,
section,
summary,
td,
textarea,
th,
time,
ul,
video {
    margin: 0;
    padding: 0;
    border: 0
}

html {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body {
    margin: 0 auto !important;
    max-width: 750px;
    background-color: #f3f3f3;
    color: #333;
    font-size: .28rem;
    font-family: '微软雅黑', 'Microsoft YaHei' !important;
    -webkit-text-size-adjust: none;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

img {
    vertical-align: top
}

a,
img {
    -webkit-touch-callout: none
}

li,
ol,
ul {
    list-style: none
}

button,
input[type=button],
input[type=number],
input[type=password],
input[type=submit],
input[type=tel],
input[type=text],
select,
textarea {
    outline: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: .28rem;
    font-family: '微软雅黑', 'Microsoft YaHei';
    resize: none;
    appearance: none;
    -webkit-appearance: none
}

button,
input[type=button] {
    cursor: pointer
}

b,
em,
i {
    font-style: normal;
    font-weight: normal;
}

.clearfix:after {
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
    content: " "
}

.fl {
    float: left
}

.fr {
    float: right
}

.otw {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

/*header*/
.com-header {
    overflow: hidden;
    height: .85rem;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    line-height: .85rem
}

.com-header h2 {
    margin: 0 .85rem;
    color: #333;
    text-align: center;
    font-size: .36rem
}

.com-header h2 a {
    color: #333
}

.com-header .return,
.com-header .search {
    width: .85rem;
    height: .85rem;
    background: url(../images/newindex/com_header_ico.png) no-repeat 0 0;
    background-size: .84rem
}

.com-header .search {
    background-position-y: -.85rem
}

.com-header .search-btn {
    width: 1.1rem;
    height: .85rem;
    background-color: #fff;
    color: #666;
    font-size: .28rem
}

.com-header .search-in {
    margin: .12rem 1.1rem 0 .85rem;
    padding: 0 .1rem 0 .58rem;
    height: .6rem;
    border-radius: .06rem;
    background: #eee url(../images/newindex/search_ico.png) no-repeat .2rem center;
    background-size: .3rem
}

.com-header .search-in input {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #eee;
    color: #333;
    font-size: .26rem
}

.header-nav {
    position: fixed;
    top: -1rem;
    z-index: 99;
    width: 100%;
    height: .9rem;
    max-width: 750px;
    background-color: #fff;
    transition: all .5s ease
}

.header-nav-show {
    top: 0
}

/*header*/
.header {
    z-index: 66;
    width: 100%;
    max-width: 750px;
    background: #fff
}

.header-top {
    padding: 0 .2rem;
    height: .84rem;
    border-bottom: 1px solid #e5e5e5;
    background: #fff
}

.header-top .back {
    float: left;
    margin-top: .16rem;
    width: .4rem;
    height: .5rem;
    background: url(../images/newindex/all_icon.png) center -.5rem no-repeat;
    background-size: .44rem
}

.header-top .fl img {
    margin-top: .18rem;
    margin-left: .16rem;
    width: 2.23rem;
    height: .47rem
}

/*.header-top .r{float:left;width:3.6rem; margin-left:.32rem;height:.82rem;line-height:.82rem;overflow-x:scroll;overflow-y:hidden;}
.header-top .r .swiper-slide{margin-right:.1rem!important;width:36%!important;text-align:center;}
.header-top .r span{padding-left:.4rem;}
.header-top .r span a,.header-top .r a{font-size:.3rem;color:#333;padding-right:.2rem;}*/
.header-top .r {
    float: right;
    width: 3.8rem;
    margin-left: .32rem;
    height: .82rem;
    line-height: .82rem;
    overflow: hidden;
}

.header-top .r .swiper-slide {
    width: auto !important;
}

.header-top .r span {
    padding-left: .4rem;
}

.header-top .r span a,
.header-top .r a {
    font-size: .3rem;
    color: #333;
}

.header-top .r .redsj {
    color: #dd3d27;
}

.header-top .r .scroll {
    width: 5.2rem;
    overflow-x: scroll;
}

.header-bot {
    padding: 0 .2rem;
    background: #f7f7f7;
}

.header-bot .nav {
    margin-right: .6rem;
    height: .88rem;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header-bot .nav li {
    float: left;
    text-align: center;
    line-height: .88rem
}

.header-bot .nav li a {
    display: inline-block;
    padding: 0 .24rem;
    border-radius: .3rem;
    color: #333;
    font-size: .24rem;
    line-height: .48rem
}

.header .nav li.cur:hover a,
.header-bot .nav li.cur a {
    background: #dd3d27;
    color: #fff;
    font-size: .24rem
}

.header-bot .more {
    float: right;
    margin-top: .25rem;
    width: .4rem;
    height: .4rem;
    background: url(../images/newindex/all_icon.png) center .04rem no-repeat;
    background-size: .44rem
}

/*.header-nav li{float:left;width:33.3333%;border-bottom:.05rem solid #e5e5e5}
.header-nav li a{display:block;padding:.24rem 0;height:.4rem;text-align:center}
.header-nav li i{position:relative;top:-.16rem;display:block;margin:0 auto -.14rem;width:.4rem;height:.4rem;background:url(../img/h_nav.png) no-repeat 0 0;background-size:.4rem}
.header-nav li i.ico2{background-position-y:-.4rem}
.header-nav li i.ico3{background-position-y:-.8rem}
.header-nav li p{height:.4rem;border-right:1px solid #e5e5e5;color:#999;font-size:.24rem}
.header-nav li:last-child p{border-right:0}
.header-nav li.on{border-bottom-color:#dd3d27}
.header-nav li.on i{background-image:url(../img/h_nav_on.png)}
.header-nav li.on p{color:#dd3d27}
.header-nav .w2 li{width:50%}*/
.com-header-bot {
    padding: 0 .2rem
}

.com-header-bot .nav {
    margin-right: .6rem;
    height: .88rem;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.com-header-bot .nav li {
    float: left;
    text-align: center;
    line-height: .88rem
}

.com-header-bot .nav li a {
    display: inline-block;
    padding: 0 .28rem;
    border-radius: .3rem;
    color: #999;
    font-size: .24rem;
    line-height: .48rem
}

.com-header .nav li.cur:hover a,
.com-header-bot .nav li.cur a {
    background: #dd3d27;
    color: #fff;
    font-size: .28rem
}

.com-header-bot .more {
    float: right;
    margin-top: .25rem;
    width: .4rem;
    height: .4rem;
    background: url(../images/newindex/all_icon.png) center .04rem no-repeat;
    background-size: .44rem
}

.height8 {
    height: .8rem;
}

.header_new {
    height: calc(100vh - 1.378rem);
    overflow-x: hidden;
    overflow-y: scroll;
}

.item_box{
    width: 100%;
    background: #fff;
}
.list_title{
    width: 100%;
    height: 1.5313rem;
    padding: 0 0.4688rem;
    font-size: .33rem;
}
.list_title .icon{
    width: 0.5313rem;
    height: 0.5313rem;
}
.list_title p{
    margin-left: 0.1563rem;
}
.list_cont{
    padding: 0 0.4688rem;
}
.pindaoList{
    padding: 0.3125rem;
    background: #fff;
}
.pindaoList .list_item{
    margin: 0.1563rem 4% 0.1563rem 0;
}
.list_item{
    width: 22%;
    height: 1.0938rem;
    box-sizing: border-box;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    margin-right: 4%;
    margin-bottom: 0.4688rem;
	font-size: 0.28rem;
}
.list_item:nth-child(4n){
    margin-right: 0;
}
.item_title{
    width: 100%;
    height: 0.9375rem;
    padding: 0 0.4688rem;
    background: #eceeef;
    font-size: 0.35rem;
    color: #646464;
}


.heada_one{
	width: 100%;
	 height: 1.078rem; 
	text-align: center; 
	line-height: 1.3rem;
	border-bottom: 1px solid #ededed;
	 background: #fff; 
	}
    .heada_one i.heada_one_i {
        width: 0.40625rem;
        height: 0.59375rem;
        background: url("../images/newindex/return_one.png") no-repeat center center/contain;
        position: absolute;
        top: 0.375rem;
        left: 0.3125rem;
    }
.heada_one p.heada_one_p{
	font-size: 0.39rem;
	color: #141414;
}


.tca {
    width: 100%;
    height: 150%;
    position: fixed;
    left: 0;
    top: 150%;
    background: #f0f0f0;
    z-index: 99999;
 
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-1 {
    flex: 1;
}
/* 垂直居中 */
.align-center {
    align-items: center;
}
/* 与交叉轴两端对齐，轴线之间的间隔平均分布 */
.align-content {
    align-content: space-between;
}
/* 交叉轴的终点对齐。 */
.align-end {
    align-items: flex-end;
}
/* 换行，第一行在上方 */
.flex-wrap {
    flex-wrap: wrap;
}

.flex-flow-column {
    flex-flow: column;
}
/* 两端对齐，项目之间的间隔都相等 */
.justify-content-between {
    justify-content: space-between;
}
/* 右对齐 */
.justify-flex-end {
    justify-content: flex-end;
}
/* 主轴为垂直方向，起点在上沿 */
.direction-column {
    flex-direction: column
}
/* 水平居中 */
.justify-center {
    justify-content: center;
}
/* 每个项目两侧的间隔相等。所以，项目之间的间隔比项目与边框的间隔大一倍 */
.justify-content-around {
    justify-content: space-around;
}


.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
/*2行文本超出隐藏   需要单独设置高度   */
.npwrap_two {
    display: -webkit-box;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
/*多行文本超出隐藏   需要单独设置高度  以及 -webkit-line-clamp: 2; 设置行数 */
.npwrap_there {
    display: -webkit-box;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-all;
}



.scrollwrap {
    position: relative;
    width: 100%;
    max-width: 750px;
    height: .8rem;
    background: #fff;
    z-index: 15;
}

.scrollwrap .scroll {
    position: relative;
    width: 100%;
    height: .8rem
}

.scrollwrap .scroll ul {
    overflow-x: auto;
    width: 100%
}

    .scrollwrap .scroll li {
        position: relative;
        float: left;
        padding: 0 .2rem;
      
    }

.scrollwrap .scroll li:first-child {
    padding-left: .3rem;
}

.scrollwrap .scroll li a {
    display: block;
    height: .8rem;
    color: #222;
    font-size: .36rem;
    line-height: .8rem
}

        .scrollwrap .scroll li.cur a {
            box-sizing: border-box;
            background: url(../images/newindex/border.png) center bottom no-repeat;
            background-size: .4rem;
            color: #eb7433;
            font-weight: bold;
        }

.scrollwrap .nav-down {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: .25rem .3rem 0 0;
    width: .58rem;
    height: .55rem;
    background: #fff;
    text-align: right
}

.scrollwrap .nav-down a {
    display: inline-block;
    width: .3rem;
    height: .3rem;
    /*background: url(../images/newindex/index/icon.png) -.96rem -1rem no-repeat;*/
    background-size: 1.26rem;
    vertical-align: middle
}
.imaginary_icon_one {
    width: 0.109375rem;
    height: .9rem;
    background: url("../images/newindex/imaginary_icon.png") no-repeat center center/contain;
    position: absolute;
    top: 0;
    right: 0.98rem;
}
.table_btn_box_background {
    width: 1rem;
    height: 0.8rem;
    display: block;
    background: #fff;
    background-size: .3rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 16;
}

.plus_sign_icon {
    width: .3rem;
    height: .25rem;
    background: url("../images/newindex/plus_sign_icon.png") no-repeat center center/contain;
    display: inline-block;
    background-size: .3rem;
    position: absolute;
    right: 0;
    top: 0;
    padding: .26rem .3rem .26rem .2rem;
    z-index: 16;
}

/*bottom*/
.bottom {
    padding: .2rem 0;
    background-color: #fff;
    color: #999;
    text-align: center;
    font-size: .24rem;
    line-height: .4rem;
    margin-top: 0.2rem;
    min-height: 110px;
}

.bottom .version {
    padding: .1rem 0 .2rem;
    text-align: center;

}

.bottom .version a {
    padding: 0 .06rem;
    color: #999;
    font-size: .24rem
}

.bottom .logo {
    margin-bottom: .1rem;
    font-size: .28rem;
    line-height: .48rem
}

.bottom .logo img {
   
    width: 2.8rem;
    display: inline-block;
    margin-top: -3px;
}

.bottom .logo span {
    margin-left: .14rem
}

.bottom p span {
    color: #000
}

/*footer*/
.com-footer:before {
    display: block;
    overflow: hidden;
    height: 1.08rem;
    content: " "
}

.footer-btn {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 1.08rem;
    max-width: 750px;
    background-color: #f3f3f3
}

.footer-btn li {
    float: left;
    width: 33.3333%;
    text-align: center
}

.footer-btn li a {
    display: block;
    padding-top: .12rem;
    height: .96rem;
    border-right: 1px solid #f3f3f3
}

.footer-btn li:last-child a {
    border-right: 0
}

.footer-btn li i {
    display: block;
    margin: 0 auto .04rem;
    width: .5rem;
    height: .5rem;
    background: url(../images/newindex/footer_btn.png) no-repeat 0 0;
    background-size: .5rem
}

.footer-btn li p {
    color: #fff;
    font-size: .24rem
}

.footer-btn .call a {
    background-color: #35ad68
}

.footer-btn .msg a {
    background-color: #c60a0a
}

.footer-btn .msg i {
    background-position-y: -.5rem
}

.footer-btn .chat a {
    background-color: #388bdf
}

.footer-btn .chat i {
    background-position-y: -1rem
}

.footer-btn .kefu i {
    background-position-y: -1.5rem;
}

.footer-btn .kefu a {
    background-color: #fff;
}

.footer-btn .w2 li {
    width: 50%
}

.footer-btn .width_2 li:first-child {
    width: 30%;
}

.footer-btn .width_2 li:first-child p {
    color: #666;
}

.footer-btn .width_2 li:last-child {
    width: 70%;
}

.footer-btn .width_2 li:last-child a {
    background: url(../images/newindex/btn-bg.jpg) repeat-x;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-btn .width_2 li:last-child i {
    margin: 0;
}

.footer-btn .width_2 li:last-child p {
    margin-left: 5px;
    font-weight: 500;
    font-size: 0.3rem;
}

/*悬浮按钮*/
.barFloat {
    position: fixed;
    top: 32%;
    right: 10px;
    z-index: 999;
    margin-top: 10px;
    width: 58px;
    height: 58px;
    background: url(../images/newindex/posterbar1.png) no-repeat center;
    background-size: 58px;
    cursor: pointer;
}

.huitop_box {
    position: fixed;
    right: 1%;
    bottom: 15%;
    width: 1.0rem;
    height: 1.0rem;
    z-index: 999;
}

    .huitop_box img {
        width: 0.8rem;
        height: 0.8rem;
        display: block;
    }

.zs_new span {
    color: #373636;
    height: .72rem;
    line-height: .72rem;
    padding: 8px 2%;
    border-left: #eb7433 2px solid;
    background: #f5f5f5;
    position: relative;
    font-size: 0.42rem;
    margin-bottom: 4px
}


