@charset "utf-8";

/*清零*/

.pc_none{
    display: none;
}
.float_l{
	float: left;
}
.float_r{
	float: right;
}
.clear{
	clear: both;
}


@media(max-width:1280px) {
	.index_menu,.ks_index,.show_big,.foot_bg,.logo_box,.show_bgbox,
	.show_top,.showtop,.foot_name,.link,.foot_box,.left_all{
		width: 1024px;
	}
	.menu_mk {
		width: 100px;
	}
	.about_box {
		width: 468px;
	}
	.index_more {
		margin-right: 30px;
	}
	.index_about {
		width: calc(100% - 50px);
	}
	.about_bg {
		width: 474px;
	}
	.index_about p{
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:6; 
	}
	.news_box {
		width: 550px;
	}
	.news_more {
		margin-right: 30px;
	}
	.news_bg{
		width: 100%;
	}
	.index_news{
		width: calc(100% - 44px);
	}
	.index_new {
		width: calc(100% - 200px);
	}
 	.ks_new {
		width: calc(100% - 90px);
	}
	.ks_neirong h {
		margin-left: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.show_more {
		margin-right: 30px;
	}
	.show_left2{
		width: calc(100% - 850px) !important;
		margin-right: 0 !important;
		float: left !important;
	}
	.show_left2 .left_bg{
		width: calc(100% - 10px) !important;
		background: url("../images/showbg.png") center center no-repeat !important;
		background-size: 100% 100% !important;
		margin-left: 20px !important;
	}
	.show_right {
		float: right;
		width: 820px;
		margin-left: 20px;
	}
	.index_show {
		margin-right: 20px;
	}
	.show_right .index_show:nth-child(1),
	.show_right .index_show:nth-child(2),
	.show_right .index_show:nth-child(3){
		margin-top: 0;
	}
	.show_big {
		background: #FFFBFB;
	}
	.showtop{
		background: #FFFBFB;
	}
	.showbottom{
		background: #FFFBFB;
	}
	.name_left {
		width: 50%;
	}
	.name_right {
		width: 55%;
	}
	.foot_left {
		width: calc(50% - 30px);
		float: left;
		margin-top: 16px;
		margin-left: 29px;
	}
	.foot_right {
		float: right;
		width: 50%;
		margin-top: 20px;
		margin-left: 0;
	}
	.foot_right img{
		/* margin-left: 30px; */
	}
	.liuyan_box {
		margin-left: 35px;
	}
	.liuyan_box .foot_liuyans textarea{
		width: 166px;
	}
	.foot_tijiao {
		width: 170px;
	}
	.foot_bg {
		background: url("../images/foot_bg.png") center center no-repeat;
		background-size: 100% 100%;
	}
	.index_menu{
		width: 1024px;
	}
	.all_left {
		width: 218px;
		background-size: 100% 100%;
	}
	.left_big{
		width: 218px;
		background-size: 100% 100%;
	}
	.all_bottom{
		width: 218px;
		background-size: 100% 100%;
	}
	.about_right {
		width: 766px;
		float: right;
		margin-left: 0px;
	}
	.show_left{
		width: 80%;
		margin: auto;
		float: unset;
	}
	.left_bg{
		margin-left: 0px;
		width: 100%;
		background: url("../images/showbg.png") center center no-repeat;
		background-size: 100% 100%;
	}
	.foot_lefts {
		width: calc(100% - 30px);
		margin-left: 15px;
	}
	.about_wold{
		margin-left: -30px;
	}
	.about_name {
		width: 775px;
	}
	.news li a{
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1; 
		float: left;
		width: calc(100% - 150px);
	}
	.news li{
		list-style-position: inherit;
	}
	.about_wold .xiayitiao{
		width: calc(100% - 60px);
		margin: auto;
	}
	.about_wold2{
		width: 100%;
		margin-left: 0px;
	}
	.foot_box{
		float: right;
    	margin-right: 87px;
	}
	.name_left {
		width: 43%;
	}









}


@media(max-width:1100px) {
	
}



@media(max-width:1024px) {
	.phone_none{
		display: none;
	}
	.pc_none{
		display: block;
	}
	html{
		font-size:15.625vw;
		/* max-width: 640px; */
		margin: auto;
	}

	body{margin: 0px;
		padding: 0px;
		background-color:#fff;font-family:"微软雅黑"; font-size:14px; padding-bottom:1.7rem;
		/* max-width: 640px; */
		}
	a{ text-decoration:none; margin:0; padding:0;}
	/**{ font-family:"微软雅黑"; font-size:14px; color:#000;}*/
	*{font-size:14px;}
	h1,h2,p,h4,h5,h3,h6{ margin:0; padding:0; font-weight:normal;}
	img{ display:block; border:none; width: 100%;}
	.clearfix{clear: both;}
	ul,li{ list-style:none; margin:0; padding:0;}
	input,select{ border:none;font-family:"微软雅黑";outline:none }
	.main{ width:100%; max-width:750px; margin:0 auto; position:relative;}
	.container{width:100%;margin:0 auto;max-width:750px;margin:0 auto;background: #fff;}

	.float_l{float: left;}
	.float_r{float: right;}
	.clear{clear:both;}
	.position_r{position: relative;}
	.position_a{position: absolute;}

	.banner {
		width: 100%;
		position: relative;
		left: auto;
		margin-left: 0px;
	}


	.max{
		margin-top: 0.9rem;
		/* position: fixed; */
	}
	.panel{
		position: absolute !important;
		display: none;
		width:60%;
		height: calc(100vh - 1.66rem - 1px - 0.9rem) !important;
		background: #cc0e17;
		color: #fff;
		top: 0.9rem !important;
		z-index: 98 !important;
	}
	.panel li{
		height: 0.7rem;
		line-height: 0.7rem;
		background: #cc0e17;
		font-size: 0.22rem;
		text-indent: 0.32rem;
		border-top: solid 1px #e6101b;
		color: #fff;
	}
	.panel li:hover{
		background: #9e0b12;
	}
	.panel .xuanzhong{
		background: #9e0b12;
	}
	#page{
		width: 100vw;
		height: calc(100vh - 1.66rem - 1px - 0.9rem) !important;
		z-index: 98 !important;
		overflow-y: auto;
	}
	#page::-webkit-scrollbar{
		width: 1px;
	}

	/* 头部 */
	.top{
		background: #cc0e17;
		position: fixed;
		z-index: 99;
		top: 0;
		left: 0;
		width: 100vw;
		height: 0.9rem;
	}
	.top .logo{
		height: 100%;
		width: auto;
	}
	.top a img{
		height: 0.9rem;
		width: auto;
		position: relative;
		z-index: 1;
	}
	.nav_gb{
		display: none;
	}
	.top .return{
		height: 0.9rem;
		margin-left: 0.2rem;
		position: relative;
		z-index: 1;
	}
	.top .p{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
		line-height: 0.9rem;
		font-size: 0.28rem;
		color: #fff;
	}

	/* 底部 */
	.foot{
		width: 100vw;
		height: 1.66rem;
		padding-top: 1px;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #cc0e17;
		z-index: 99;
	}
	.foot .banquan{
		font-size: 0.2rem;
		background: #fff;
		text-align: center;
		line-height: 0.75rem;
		height: 0.75rem;
		color: #646464;
	}
	.foot .foot_nav{
		display: flex;
	}
	.foot .foot_nav a{
		display: block;
		width: 100%;
		text-align: center;
		font-size: 0.2rem;
		color: #fff;
		height: 0.9rem;
		border-left: solid 1px #9e0008;
		border-right: solid 1px #e70e18;
	}
	.foot .foot_nav a:nth-child(1){
		border-left: none;
	}
	.foot .foot_nav a:nth-child(4){
		border-right: none;
	}
	.foot .foot_nav a p{
		padding-top: 0.5rem;
		font-size: 0.2rem;
	}
	.foot .foot_nav .shouye{
		background: url("../img/foot_icon1.png") top -0.08rem center no-repeat;	
		background-size: 120% auto;
	}

	.foot .foot_nav .ditu{
		background: url("../img/foot_icon2.png") top -0.08rem center no-repeat;	
		background-size: 120% auto;
	}
	.foot .foot_nav .rexian{
		background: url("../img/foot_icon3.png") top -0.08rem center no-repeat;	
		background-size: 120% auto;
	}
	.foot .foot_nav .liiuyan{
		background: url("../img/foot_icon4.png") top -0.08rem center no-repeat;	
		background-size: 120% auto;
	}

	/* 联系我们 */
	.contact_html .text{
		padding: 0.3rem 0.2rem;
	}
	.contact_html .text h5{
		font-size: 0.26rem;
		font-weight: 600;
		color: #323232;
		line-height: 0.6rem;
	}
	.contact_html .text p{
		font-size: 0.22rem;
		color: #646464;
		line-height: 0.4rem;
	}
	.gallery_html{
		padding: 0 0.1rem;
	}
	.gallery_html .fenlei{
		text-align: center;
	}
	.gallery_html .fenlei ul{
		display: inline-flex;
	}
	.gallery_html .fenlei ul li{
		width: 1.1rem;
		height: 0.42rem;
		border: solid 1px #ebebeb;
		line-height: 0.42rem;
		text-align: center;
		font-size: 0.22rem;
		color: #909090;
		border-radius: 0.05rem;
		margin: 0 0.04rem;
	}
	.gallery_html .fenlei ul .xuanzhong{
		border: solid 1px #ebebeb;
		color: #fff;
		background: #cc0e17;
	}
	/* .gallery_html .fenlei ul li:hover{
		border: solid 1px #ebebeb;
		color: #fff;
		background: #cc0e17;
	} */
	.gallery_html .fenlei{
		padding-top: 0.5rem;
	}
	.gallery_html .gallery_img{
		margin-top: 0.4rem;
	}
	.gallery_html .gallery_img .float_l{
		width: calc(50% - 0.2rem);
		margin: 0 0.1rem;
		margin-bottom: 0.2rem;
	}
	.gallery_html .gallery_img .p{
		height: 0.6rem;
		background: #cc0e17;
		margin-top: 1px;
	}
	.gallery_html .gallery_img .p p{
		float: left;
		font-size: 0.22rem;
		color: #fff;
		line-height: 0.6rem;
		text-indent: 0.14rem;
		width: calc(100% - 0.45rem);
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1; 
	}
	.gallery_html .gallery_img .p img{
		float: right;
		width: 0.22rem;
		height: 0.22rem;
		margin-top: 0.2rem;
		margin-right: 0.14rem;
	}
	.more{
		background: #cc0e17;
		display: block;
		width: 1.6rem;
		height: 0.5rem;
		line-height: 0.5rem;
		border-radius: 0.05rem;
		text-indent: -0.14rem;
		text-align: center;
		color: #fff;
		margin: auto;
		margin-top: 0.2rem;
		margin-bottom: 0.6rem;
		font-size: 0.22rem;
	}
	.more p{
		background: url("../img/more2.png") center right 0.18rem no-repeat;
	}
	.list_html{
		padding-top: 0.6rem;
	}
	.list_html .block{
		width: calc(100% - 0.8rem);
		margin: auto;
		padding: 0.2rem;
		margin-bottom: 0.4rem;
		padding-bottom: 0.3rem;
		box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
	}
	.list_html .block .news{
		height: 0.85rem;
		margin-top: 0.3rem;
	}
	.list_html .block .news .riqi{
		border-right: solid 1px #ececec;
		height: 0.85rem;
		width: 1.1rem;
		/* padding-right: 0.22rem; */
	}
	.list_html .block .news .riqi div:nth-child(1){
		font-size: 0.3rem;
		color: #555555;
		font-weight: 600;
		padding-top: 0.08rem;
	}
	.list_html .block .news .riqi div:nth-child(2){
		font-size: 0.22rem;
		color: #909090;
	}
	.list_html .block .news .text{
		width: calc(100% - 1.4rem);
		margin-left: 0.2rem;
	}
	.list_html .block .news .text h6{
		font-size: 0.24rem;
		color: #333333;
		margin-top: -0.04rem;
		margin-bottom: 0.04rem;
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1; 
	}
	.list_html .block .news .text p{
		font-size: 0.22rem;
		color: #909090;
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2; 
	}
	.list_show_html{
		padding: 0.2rem 0.2rem 0 0.2rem;
	}
	.list_show_html .h2{
		font-size: 0.3rem;
		color: #323232;
		text-align: center;
		line-height: 0.8rem;
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1; 
	}
	.list_show_html .p{
		font-size: 0.2rem;
		color: #909090;
		text-align: center;
		border-bottom: dashed 1px #909090;
		padding-bottom: 0.16rem;
	}
	.list_show_html .p span{
		margin: 0 0.2rem;
	}
	.list_show_html .text{
		font-size: 0.22rem;
		color: #646464;
		line-height: 0.47rem;
		text-indent: 2em;
		padding-top: 0.2rem;
		margin-bottom: 0.4rem;
		text-align: justify;
	}
	.list_show_html .text p{
		margin: 0.11rem 0;
	}
	.list_show_html .text img{
		margin: 0.1rem 0;
	}
	.list_show_html .xiayitiao{
		display: block;
		height: 0.6rem;
		background: #cc0e17;
		margin-top: 0.2rem;
	}
	.list_show_html .xiayitiao img{
		width: 0.14rem;
		height: 0.2rem;
		margin-top: 0.20rem;
		margin-left: 0.23rem;
	}
	.list_show_html .xiayitiao p{
		font-size: 0.22rem;
		line-height: 0.6rem;
		color: #fff;
		text-indent: 0.23rem;
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1; 
		width: calc(100% - 0.5rem);
	}
	.list_show_html .more{
		margin-top: 0.5rem;
	}
	.single_html{
		padding: 0.2rem;
	}
	.single_html .text{
		font-size: 0.22rem;
		color: #646464;
		line-height: 0.47rem;
		text-indent: 2em;
		text-align: justify;
		/* margin-bottom: 0.4rem */
	}
	.single_html .text img{
		width: 100%!important;
		height: auto!important;
	}
	.single_html .text p{
		margin: 0.11rem 0;
	}
	.single_html .text img{
		margin: 0.2rem 0;
	}
	.show_html{
		padding-top: 0.1rem;
	}
	.show_html .h2{
		text-align: center;
		line-height: 1rem;
		font-size: 0.3rem;
		color: #555555;
	}
	.show_html .img{
		width: calc(100% - 0.4rem);
		margin: auto;
		height: 4.5rem;
		position: relative;
	}
	.show_html .img .gallery_img{
		width: 100%;
		height: 100%;
	}
	.show_html .img .left{
		width: 0.5rem;
		height: 1rem;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -0.5rem;
	}
	.show_html .img .right{
		width: 0.5rem;
		height: 1rem;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -0.5rem;
	}
	.show_html .title{
		height: 0.7rem;
		font-size: 0.26rem;
		text-indent: 0.2rem;
		color: #fff;
		line-height: 0.7rem;
		background: #cc0e17;
		margin-top: 0.4rem;
	}
	.show_html .text{
		font-size: 0.22rem;
		color: #646464;
		line-height: 0.47rem;
		text-indent: 2em;
		text-align: justify;
		padding:0.2rem;
	}
	.show_html .text p{
		margin: 0.11rem 0;
	}



	.banner .banner_img{
		height: 3.0rem;
	}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets, 
	.banner .swiper-pagination-custom, 
	.banner .swiper-pagination-fraction{
		bottom: 0.3rem;
	}
	.banner .swiper-pagination{
		height: 13px;
	}
	.banner .swiper-pagination-bullet{
		background: url("../img/dian1.png") top center no-repeat;
		background-size: 100% 100%;
		width: 13px;
		height: 13px;
		margin: 0 7px !important;
		opacity: 1;
	}
	.banner .swiper-pagination-bullet-active{
		background: url("../img/dian2.png") top center no-repeat;
		background-size: 100% 100%;
	}
	.index_html .title{
		height: 1.4rem;
	}
	.index_html .title h2{
		font-size: 0.32rem;
		text-align: center;
		color: #323232;
		padding-top: 0.32rem
	}
	.index_html .title p{
		font-size: 0.22rem;
		text-align: center;
		color: #909090;
		text-transform:uppercase;
	}
	.index_html .gallery{
		text-align: center;
		padding: 0 0.2rem;
	}
	.index_html .gallery ul{
		display: inline-flex;
		margin-bottom: 0.5rem;
	}
	.index_html .gallery ul li{
		width: 1.1rem;
		height: 0.42rem;
		border: solid 1px #ebebeb;
		line-height: 0.42rem;
		text-align: center;
		font-size: 0.22rem;
		color: #909090;
		border-radius: 0.05rem;
		margin: 0 0.04rem;
	}
	.index_html .gallery ul .xuanzhong {
		border: solid 1px #ebebeb;
		color: #fff;
		background: #cc0e17;
	}
	.index_html .gallery img{
		width: 100%;
		height: 4.5rem;
	}
	.index_html .gallery p{
		line-height: 0.76rem;
		margin-bottom: 0.4rem;
		font-size: 0.24rem;
		color: #555555;
	}
	.index_html .gallery p span{
		font-size: 0.22rem;
		color: #909090;
	}
	.index_html .gallery .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		display: inline-block;
		border-radius: 100%;
		background: #000;
		opacity: .2;
	}
	.index_html .gallery .swiper-pagination-bullet-active {
		opacity: 1;
		background: #cc0e17;
	}
	.index_html .gallery .more{
		margin-bottom: 0.4rem;
	}
	.index_html .gallery .more p{
		display: block;
		width: 1.6rem;
		height: 0.5rem;
		line-height: 0.5rem;
		border-radius: 0.05rem;
		text-indent: -0.14rem;
		text-align: center;
		color: #fff;
		margin: auto;
		margin-top: 0.2rem;
		margin-bottom: 0.4rem;
		font-size: 0.22rem;
	}
	.index_html .list_html .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		display: inline-block;
		border-radius: 100%;
		background: #000;
		opacity: .2;
	}
	.index_html .list_html .swiper-pagination-bullet-active {
		opacity: 1;
		background: #cc0e17;
	}
	.index_html .list_html .swiper-slide{
		padding-bottom: 0.4rem;
	}
	.index_html .list_html{
		padding-top: 0;
	}
	.index_html .list_html .swiper-slide .block{
		margin-top: 0.1rem;
	}
	.index_html .gallery_html .gallery_img{
		margin-top: 0;
	}
	.index_html .jiameng{
		background: #f5f5f5;
		padding: 0 0.2rem;
	}
	.index_html .jiameng .block{
		height: 2rem;
		border-top: solid 1px #cccccc;
	}
	.index_html .jiameng a:nth-child(1) .block{
		border-top: none;
	}
	.index_html .jiameng .block img{
		width: 1.4rem;
		height: 1.4rem;
		margin-top: 0.3rem;
		margin-left: 0.1rem;
	}
	.index_html .jiameng .block .text{
		width: calc(100% - 1.9rem);
		margin-left: 0.33rem;
	}
	.index_html .jiameng .block .text h6{
		font-size: 0.26rem;
		color: #cc0e17;
		padding-top: 0.46rem;
		margin-bottom: 0.04rem;
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1; 
	}
	.index_html .jiameng .block .text p{
		font-size: 0.22rem;
		line-height: 0.32rem;
		color: #5f5f5f;
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2; 
	}
	.index_html .background{
		position: relative;
	}
	.index_html .background .absolute{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1.1rem;
		background: rgba(0, 0, 0, 0.7);
		display: inline-flex;
	}
	.index_html .background .absolute div{
		width: 100%;
		border-left: solid 1px #373737;
		height: 0.53rem;
		margin-top: 0.27rem;
	}
	.index_html .background .absolute div:nth-child(1){
		border-left: none;
	}
	.index_html .background .absolute div .p{
		font-size: 0.32rem;
		line-height: 0.38rem;
		height: 0.38rem;
		text-align: center;
		color: #fff;
		margin-top: -0.06rem;
	}
	.index_html .background .absolute div p:nth-child(2){
		font-size: 0.2rem;
		text-align: center;
		color: #fff;
	}
	.index_html .background .absolute div p:nth-child(1) span{
		font-size: 0.24rem;
		margin-left: 0.1rem;
	}
	.index_html .about{
		background: #cc0e17;
		height: 4.38rem;
	}
	.index_html .about .title h2{
		color: #fff;
	}
	.index_html .about .title p{
		color: #fff;
	}
	.index_html .about .about_more{
		border: solid 1px #fff;
		display: block;
		width: 1.6rem;
		height: 0.5rem;
		line-height: 0.5rem;
		border-radius: 0.1rem;
		text-align: center;
		color: #fff;
		margin: auto;
		margin-top: 0.2rem;
		margin-bottom: 0.6rem;
		font-size: 0.22rem;
	}
	.index_html .about .text{
		padding: 0 0.2rem;
	}
	.index_html .about .text p{
		font-size: 0.22rem;
		color: #fff;
		line-height: 0.4rem;
		margin-bottom: 0.2rem;
		text-align: center;
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:4; 
	}
	.single_html .information p {
		width: calc(100% - 38px);
		margin: auto;
		color: #686868;
		text-align: left;
		text-indent: 0;
		font-size: 0.26rem;
		height: 0.5rem;
		line-height: 0.5rem;
	}
	.single_html .information input {
		border: solid 1px #cc0e17;
		background: #fafafa;
		width: calc(100% - 38px);
		margin: auto;
		margin-bottom: 0.1rem;
		color: #686868;
		padding-left: 8px;
		height: 36px;
		line-height: 36px;
		display: block;
	}
	.single_html .information textarea {
		border: solid 1px #cc0e17;
		background: #fafafa;
		width: calc(100% - 38px);
		min-width: calc(100% - 38px);
		max-width: calc(100% - 38px);
		margin: auto;
		display: block;
		height: 100px;
		min-height: 100px;
		max-height: 100px;
		color: #686868;
		padding-left: 8px;
	}
	.single_html .information .button button {
		color: #fff;
		font-size: 16px;
		padding: 11px 79px;
		margin: auto;
		margin-top: 26px;
		margin-bottom: 0.5rem;
		background: #cc0e17;
		border: none;
		display: block;
	}
	.single_html .information{
		padding-top: 0.5rem;
	}
}
@media (min-width:640px){
	html{
		font-size: 5vw;
	}
	/* body{
		width: 640px;
		overflow: hidden;
		margin: auto;
	}
	.news_html .information .list .title{
		width: 4.7rem;
		margin-top: 0.2rem;
	}
	.top{
		width: 640px;
		height: 0.9rem;
		left: 50%;
		margin-left: -320px;
	}
	.foot{
		width: 640px;
		left: 50%;
		margin-left: -320px;
	}
	.panel{
		top: 0 !important;
	}
	.max{
		width: 640px;
		left: 50%;
		margin-left: -320px;
		margin-top: 0.9rem;
		position: fixed;
		height: calc(100vh - 1.66rem - 1px - 0.9rem) !important;
		overflow: hidden;
	}
	#page{
		width: 640px;
	} */
}




