﻿	html::-webkit-scrollbar,
	body::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
	body {
		font-size: .28rem;
		font-family: "PingFangSC-Regular","微软雅黑";
		box-sizing: border-box;
		overflow-x: hidden;
		line-height: .4rem;
		color: #323233;
		background-color: #F5F5F5;
	}
	img {
		border: none;
		vertical-align: middle
	}
	ul,
	li {
		list-style: none;
	}
	* {
		margin: 0;
		padding: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0;
		padding: 0;
	}
	/*去掉苹果安卓系统点击时的灰色遮盖和边框*/
	a,
	button,
	input,
	textarea {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	a {
		text-decoration: none
	}
	.clearfix {
		zoom: 1;
	}
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		overflow: hidden;
		visibility: hidden;
	}
	
	.page-hd {
		/*position: fixed;*/
		/*top: 0;
		left: 0;
		width: 100%;
		height: .88rem;
		line-height: .88rem;
		z-index: 1000;
		font-size: 17px;
		text-align: center;*/

            width: 100%;
            height: 1.08rem;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -moz-box;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            align-items: center;
            background: #fff;
            position: fixed;
            z-index: 201;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
	}
	.page-hd .goback {
		/*position: absolute;
		left: 0;
		width: 0.426666rem;
		padding: 0rem 0.28rem;
		font-size: 0;*/
        line-height: 0;
        padding-left: .32rem;
        padding-right: .26rem;
	}
	.dian {
		position: absolute;
		top: .06rem;
		right: 0;
		padding: .24rem 0.28rem;
		font-size: 0;
	}
	.page-hd .goback img {
		    vertical-align: middle;
            width: .25rem;

	}
	.page-hd .page-hd-tab span {
		font-size: .3rem;
		font-family: PingFangSC-Regular;
		font-weight: 400;
		color: #505155;
		line-height: 42px;
		margin-right: 1.1rem;
	}
	.page-hd .page-hd-tab .co {
		color: #FF5502;
	}
    .page-hd h2 {
        white-space: nowrap;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 5.96rem;
    }
	.page-hd h2,
	.page-hd .page-hd-tab {
		color: #505155;
		font-size: .36rem;
		font-weight: normal;
		/*margin-top: .04rem;*/
	}
	.hd_img2 {
		float: right;
        width: 0.1rem;
		/*padding-right: .3rem;*/
	}
	.dianmain {
		width: 2.58rem;
		height: 2.58rem;
		background-color: #fff;
		float: right;
		/*margin-top: 1.2rem;*/
		margin-right: .3rem;
		position: absolute;
		right: -8px;
		z-index: 99;
		display: none;
	}
	.dianmain a {
		height: .8rem;
		display: block;
		text-align: left;
		padding-left: .24rem;
		font-size: .28rem;
		color: #505155;
	}
	.dianmain a img {
		vertical-align: text-bottom;
		position: relative;
		top: 3px;
		margin-right: .16rem;
	}
	.dianmain a span {
		display: inline-block;
		width: 1.46rem;
		border-bottom: 1px solid #e7e9ef;
		padding-bottom: .2rem;
		line-height: .4rem;
	}
	.dianmain a:last-child span {
		border-bottom: none;
	}
	.dianmain:before {
		  display:block;
    content:'';
    border-width:6px 8px 11px 8px;
    border-style:solid;
    border-color:transparent transparent #fff transparent;
    position:absolute;
    left:84%;
    top:-16px;
	}


    
.head-tip {
  position: absolute;
  z-index: 1000;
  right: .17rem;
  top: 1.18rem;
  box-shadow:0 .04rem .586667rem 0 rgba(87,87,87,0.2);
  /* box-shadow: 0 0.24rem 0.65333rem 0 rgba(67, 67, 67, 0.5); */
  background: #fff;
  display: none;
  border-radius: .08rem;
}

.head-tip .i-triangle {
  position: absolute;
  right: .213333rem;
  top: -0.2rem;
  width: 0;
  height: 0;
  border-width: 0 .146667rem .2rem;
  border-style: solid;
  border-color: transparent transparent #fff;
}

.head-tip .item {
  font-size: .28rem;
  color: #505155;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 .24rem;
  justify-content: center;
  align-items: center;
}

.head-tip .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: .2rem;
  width: .5rem;
  height: .5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.head-tip .i-home {
  background-image: url(/Content/images/i-home.png);
}

.head-tip .i-search {
  background-image: url(/Content/images/i-search.png);
}

.head-tip .i-admin {
  background-image: url(/Content/images/i-admin.png);
}

.head-tip .text {
  vertical-align: middle;
  line-height: .96rem;
  border-bottom: .013333rem solid #E7E9EF;
  flex: 1;
  width: 2.23rem;
  text-align: left;
}
.head-tip .item:last-of-type .text {
  border-bottom: none;
}
	.footer1{height: 50px;background: #fff;position: fixed;bottom: 0px; column-count: 4; column-gap: 0px; box-shadow: 0px -5px 8px rgba(0, 0, 0, 0.08); z-index: 999; }
.footer1 a{ color: #333;text-decoration: none;height: 50px;display: block;line-height: 50px; text-align: center; font-size: 13px; }
.footer1 a i{color: #666; padding-right: 5px; font-size: 13px;}
.footer1 a:first-child i{font-size: 15px;}
.paging{display:block; align-items: center; text-align: center; padding: 20px 0px;width: 100%;}
.pages{ display: inline-flex; } 
.pages a {font-size: 11px; height: 22px;line-height: 22px;width: 25px; text-align: center; display: block; border: solid 1px #e8e8e8;border-radius: 2px; margin: 5px;color: #666;}
.pages .cur{border: solid #43567D 1px ; background: #43567D;color: #fff;}
.panel1 {
    width: 100%;
    overflow: hidden;
    min-width: 360px;
    max-width: 1904px;
    margin: 0px auto;
    overflow-x: hidden;
    overflow: hidden;
	}