html {
	font-size: 13.33333vw;
	height: 100%;
}


body {
	/* overflow-x: hidden; */
	font-size: 0.26rem;
	font-family: PingFang SC;
	background-color: #F8F8F8;

	background: url(/static/base/sy/images/beijing.jpg) no-repeat top;
	background-size: 100% 100%;
	background-attachment: fixed; 
/* background-image: linear-gradient(#ff5252 ,#fff 20%);
background-attachment:fixed; */
}
@media (min-width: 750px) {
	html {
		font-size: 100px;
	}
}
.layui-layer-lan .layui-layer-title {
    background: #e77465;
    color: #fff;
    border: none;
}
.layui-layer-dialog .layui-layer-title {
    background: #e77465;
    color: #fff;
}
.layui-layer-dialog .layui-layer-btn .layui-layer-btn0 {
    border-color: #e77465;
    background-color: #e77465;
    color: #fff;
	font-size: 14px;
}
.layui-layer-dialog .layui-layer-btn .layui-layer-btn1 {
	font-size: 14px;
}

body,h1,h2,h3,h4,h5,h6,img,p {
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #606060;
}

.fullcon {}
.spacecon {
	margin-left: 0.3rem;
	margin-right: 0.3rem;
}
.radiussmall{
	border-radius: 0.2rem;
}
.indentation {
	padding: .3rem;
}

/* .index-class {
	padding: .3rem;
	min-height: 100%;
} */

.index-class{
	background-color: #fff;
	border-radius: 0.3rem;
	padding: 0.3rem;
	margin: 0.3rem;
}

.inside-class {
	/* margin-top: 1.08rem; */
	margin-top: 0.3rem;
}

.margintop88 {
	margin-top: 0.88rem;
}

.marginbot88 {
	margin-bottom: 0.88rem;
}

.padding88 {
	padding-top: 0.88rem;
	padding-bottom: 0.98rem;
}

.padding3 {
	padding: 0.3rem;
}

.pt88 {
	padding-top: 0.88rem;
}

.pt98 {
	padding-bottom: 0.98rem;
}
.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 2rem;
	height: .5rem; */
	font-size: .24rem;
	font-family: SF Pro Text;
	color: #FFFFFF;
	background: #3A6EDF;
	/* border-radius: .1rem; */
  }



/* 顶部栏 */
.navhide{
	height: 0.88rem;
}
.nav {
	height: 0.88rem;
	display: flex;
	align-items: center;
	justify-content: center;
	/* position: fixed; */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	background-color: transparent;
	color: #303030;
}
.nav .back .layui-icon{
	font-size: 0.5rem;
	font-weight: bolder;
	color: #fff;
}
.nav .back {
	position: absolute;
	left: 0;
	top: 0;
	width: 1.6rem;
	height: 0.88rem;
	display: flex;
	align-items: center;
	padding-left: 0.2rem;
	z-index: 99;
}

.nav .title {
	font-size: 0.36rem;
	font-family: PingFang SC;
	font-weight: bold;
	width: 4.7rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}
/* .nav.white {
} */

.left-back {
	height: .25rem;
	width: .25rem;
	position: absolute;
	top: .35rem;
	left: .42rem;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
}
/* .nav.white .title {
	color: #303030;
}
.nav.white .left-back {
	border-top: 2px solid #333333;
	border-left: 2px solid #333333;
	transform: rotate(-45deg);
} */

/* tabber 底部菜单 */
.tabberhide { height: 0.99rem; }
.tabber {
	height: .98rem;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #a72f33;
	z-index: 999;
}

.tabber .list {
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.tabber .list .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	text-align: center;
	margin-top: .02rem;
}

/* .tabber .list .item .img .inner {
	overflow: hidden;
	width: .4rem;
	height: .4rem;
} */

.tabber .list .item .img img {
	display: block;
	width: .4rem;
	height: .4rem;
}

.tabber .list .item .text {
	padding-top: .05rem;
	line-height: .28rem;
	font-size: .2rem;
	color: #fff;
}

/* tabber选中 */
.tabber .list .active .text {
	color: #ec3d3a
}

.tabber .list .active .img img {
	transform: translateY(-2002px);
	filter: drop-shadow(#ec3d3a 0 2002px);
}

/* input-placeholder */
input {
	border: none;
	outline: none;
}

/* input {
	border: none;
	outline: none;
	text-decoration: none;
	background-color: #FCFCFC;
}

input::placeholder {
	font-size: 0.28rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	letter-spacing: 0.02rem;
} */
.formList {
	margin: auto;
	width: 98%;
}

.formList .formItem {
	display: flex;
}

.formItem input {
	width: 80%;
	height: 90%;
	outline: none;
	background: rgba(255, 255, 255, 0);
}












/* 底部按钮 */
.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: .98rem;
}

.footer .left {
	height: 100%;
	line-height: .98rem;
	padding-left: .3rem;
	flex: 1;
	font-size: .32rem;
	color: #EFA94E;
	background-color: #FFFFFF;
}

.footer .right {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.12rem;
	height: 100%;
	font-size: .32rem;
	color: #FFFFFF;
	background: #EFA94E;
}






.shadow{
	/* 阴影效果 */
	box-shadow: 0.1rem 0.1rem 0.1rem rgba(0,0,0,.5);
	/*考虑浏览器兼容性*/
	-moz-box-shadow: 0.1rem 0.1rem 0.1rem rgba(0,0,0,.5);
	-webkit-box-shadow: 0.1rem 0.1rem 0.1rem rgba(0,0,0,.5);
}
.shadow1{
	/* 阴影效果 */
	/* box-shadow: -0rem -0rem 0.1rem 0.08rem rgba(146, 175, 250,.5); */
	box-shadow: 0rem 0rem 0.1rem 0.08rem rgba(146, 175, 250,.5);
	/*考虑浏览器兼容性*/
	/* -moz-box-shadow: 0rem 0rem 0.05rem 0.1rem rgba(146, 175, 250,.5);
	-webkit-box-shadow: 0rem 0rem 0.05rem 0.1rem rgba(146, 175, 250,.5); */
}
.shadow2{
	/* 阴影效果 */
	/* box-shadow: -0rem -0rem 0.1rem 0.08rem rgba(146, 175, 250,.5); */
	box-shadow: 0rem 0rem 0.1rem 0.08rem rgba(203, 203, 206, 0.5);
	/*考虑浏览器兼容性*/
	/* -moz-box-shadow: 0rem 0rem 0.05rem 0.1rem rgba(146, 175, 250,.5);
	-webkit-box-shadow: 0rem 0rem 0.05rem 0.1rem rgba(146, 175, 250,.5); */
}

.shadow3{
	box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}





/* //CSS代码如下(3个颜色循环显示): */
		.temp .menu:nth-child(3n+1) {
			background: #f00;
		}
 
		.temp .menu:nth-child(3n+2) {
			background: #377D22;
		}
 
		.temp .menu:nth-child(3n+3) {
			background: #002FEB;
		}
 
/* //CSS代码如下(4个颜色循环显示): */
.temp .menu:nth-child(4n+1) {
			background: #f00;
		}
 
		.temp .menu:nth-child(4n+2) {
			background: #377D22;
		}
 
		.temp .menu:nth-child(4n+3) {
			background: #002FEB;
		}
 
		.temp .menu:nth-child(4n+4) {
			background: #002FEB;
		}


.page{
	display: flex;
	padding: 0.3rem 0;
	align-items: center;
	justify-content: center;
}
.page .totalnum{
	margin-right: 0.1rem;
}
.page .pagelist{
	display: flex;
}
.page .pagelist a{
	margin-left: 0.1rem;
	padding:0.1rem 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .24rem;
	font-family: SF Pro Text;
	color: #FFFFFF;
	background: #3A6EDF;
	border-radius: .1rem;
}

::-webkit-input-placeholder{/*Webkit browsers*/
	color:#999;
	font-size:0.26rem;
}
:-moz-placeholder{/*Mozilla Firefox 4 to 8*/
	color:#999;
	font-size:0.26rem;
}
::moz-placeholder{/*Mozilla Firefox 19+*/
	color:#999;
	font-size:0.26rem;
}
:-ms-input-placeholder{/*Internet Explorer 10+*/
    color:#999;
    font-size:0.26rem;
}


.layui-input-wrap .layui-input-prefix+.layui-input, .layui-input-wrap .layui-input-prefix~* .layui-input {
    font-size:0.26rem;
    
}
.nodata i{
	background: url(../images/no-content.svg) no-repeat center;
	background-size: 100% auto;
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	margin: 0 auto;
	margin-top: 1rem;
}
.nodata p{
	font-size: .25rem;
	color: #999;
	text-align: center;
}

/* 文字渐变 */
.gradient-text {
	background: linear-gradient(#fff9ef, #ea9a8f);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	color: transparent;
  }

  /* 超出两行加省略号 */
  .over {
	  text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
  }



  
  .layui-layer-my1 {
    width: 82%;
    padding: 0 0.2rem;
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    border-radius: 18px;
	box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 5%), 0 1.5rem 2.2rem rgb(0 0 0 / 10%);
    box-sizing: border-box;
	overflow: hidden;
}
.layui-layer-my1 .layui-layer-title {
    background: transparent;
    color: #000;
	text-align: center;
	padding: 0 0.3rem;
	font-size: 0.36rem;
	font-weight: bolder;
    position: relative;
	border-bottom: none;
}
.layui-layer-my1 .layui-layer-title::before {
    content: '';
    position: absolute;
    width: 20%;
    height: 15px;
    left: 50%;
    background: #fbeecd;
    bottom: 0.1rem;
    border-radius: 4px;
    transform: skewX(-15deg) translateX(-50%);
    z-index: -1;
}
.layui-layer-my1 .layui-layer-setwin {
	display: none;
}
.layui-layer-my1 .layui-layer-btn {
    text-align: center;
	padding: 10px 0 30px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
}
/* .layui-layer-my1 .layui-layer-btn .layui-layer-btn0 {
    border-color: #eb0a23;
    background-color: #eb0a23;
    color: #fff;
    font-size: 14px;
} */
.layui-layer-my1 .layui-layer-btn .layui-layer-btn0 {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50px;
    font-weight: 700;
    padding: 0 30px;
    transition: box-shadow .2s ease;
    background: #e50914;
    color: #fff;
    background: linear-gradient(to right,#ff711f 0,#e50914 100%);
    box-shadow: 0 10px 12px -4px rgb(229 9 20 / 25%);
    font-size: 14px;
    display: inline-block;
}
.layui-layer-my1::after {
	content: '';
    height: 150px;
    width: 120%;
    background: #fbeecd;
    position: absolute;
    bottom: -95px;
    left: -10%;
    z-index: -1;
    border-radius: 50%;
}


.layui-layer-my2 {
	border-radius: 0.3rem;
    -webkit-background-clip: content;
    border-radius: 18px;
	box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 5%), 0 1.5rem 2.2rem rgb(0 0 0 / 10%);
    box-sizing: border-box;
	overflow: hidden;
}
.layui-layer-my2 .layui-layer-btn a{
	border-radius: 0.3rem;
}
.layui-layer-my2 .layui-icon-close:before {
	color: #fff;
}


.layui-layer-my3 {
	background-color: #f7f7f7;
}
.layui-layer-my3 .layui-layer-title {
    background: #00a6e7;
    color: #fff;
	text-align: center;
    font-size: 18px;
	width: 100%;
	padding: 0;
}

.layui-layer-my3 .layui-layer-btn .layui-layer-btn0 {
    border-color: #7bcf29;
    background-color: #7bcf29;
    color: #fff;
    font-size: 16px;
	padding: 0 26px;
	height: 40px;
    line-height: 40px;
}
.layui-layer-my3 .layui-layer-setwin {
    position: absolute;
    left: -16px;
    top: -4px;
	right: auto;
    font-size: 0;
    line-height: initial;
}
.layui-layer-my3 .layui-icon-close:before {
    font-size: 24px;
    color: #fff;
	background-color: #00a6e7;
	border-radius: 50%;
	border: #fff solid 2px;
}
.layui-layer-my3 .layui-layer-btn {
    text-align: center;
    padding:12px 15px 12px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
}


.layui-layer-my22 .layui-layer-title{
    height: 80px;
	display: flex;
	align-items: center;
	background-color: #fada5e;
	font-size: 0.36rem;
}
.layui-layer-my22 .layui-layer-title img{
    height: 40px;
	padding-right: 0.1rem;
}
.layui-layer-my22 .layui-layer-btn .layui-layer-btn0 {
    border-color: #fada5e;
    background-color: #fada5e;
    color: #fff;
    font-size: 14px;
	border-radius: 0.3rem;
	padding: 0.1rem 0.3rem;
	height: auto;
	line-height: normal;
}
.layui-layer-my22{
	border-radius: 0.1rem;
	/* box-shadow: 0rem 0rem 0.1rem 0.08rem rgba(146, 175, 250,.5); */
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}


.layui-layer-my4{
	background-color:#fff;
	border-radius: 0.3rem;
}
.layui-layer-my4 .layui-layer-title {
	/* display: none; */
}
.layui-layer-my4 .layui-layer-btn {
    text-align: center;
    padding: 16px 15px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
}
.layui-layer-my4 .layui-layer-btn .layui-layer-btn0 {
    border-color: #3A6EDF;
    background-color: #3A6EDF;
    color: #fff;
    font-size: 14px;
	border-radius: 0.1rem;
	height: 40px;
    line-height: 40px;
}
.layui-layer-my4 .layui-layer-btn .layui-layer-btn1 {
    border-color: #e8f0f0;
    background-color: #e8f0f0;
    color: #fff;
    font-size: 14px;
	border-radius: 0.1rem;
	height: 40px;
    line-height: 40px;
}



.layui-layer-news5{
	background-color:#fff;
	border-radius: 0.1rem;
	overflow: hidden;
}
.layui-layer-news5 .layui-layer-title {
	/* display: none; */
    background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 0.3rem;
	width: 100%;
	padding: 0 0;
}
.layui-layer-news5 .layui-layer-setwin {
	display: none;
}
.layui-layer-news5 .layui-layer-btn {
    text-align: center;
    padding: 3px 15px 5px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
    background-color: #f0f0f0;
}
.layui-layer-news5 .layui-layer-btn .layui-layer-btn0 {
    border-color: #f0f0f0;
    background-color: #f0f0f0;
    color: #0074e0;
    font-size: 14px;
	border-radius: 0.1rem;
	height: 40px;
    line-height: 40px;
	width: 100%;
}
.layui-layer-news5 .layui-layer-btn .layui-layer-btn1 {
    border-color: #e8f0f0;
    background-color: #e8f0f0;
    color: #fff;
    font-size: 14px;
	border-radius: 0.1rem;
	height: 40px;
    line-height: 40px;
}



.layui-layer-news6 .layui-layer-setwin {
	display: none;
}
.layui-layer-news6 .layui-layer-content {
    padding: 0 0.3rem;
}
.layui-layer-news6 .layui-layer-btn {
    text-align: center;
    padding: 3px 15px 0.3rem;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
    background-color: #fff;
	display: flex;
	justify-content: space-between;
}
.layui-layer-news6 .layui-layer-btn .layui-layer-btn0 {
    border-color: #e8f0f0;
    background-color: #e8f0f0;
    color: #000;
    font-size: 14px;
	border-radius: 0.1rem;
	height: 40px;
    line-height: 40px;
	width: 49%;
}
.layui-layer-news6 .layui-layer-btn .layui-layer-btn1 {
    border-color: #0060f0;
    background-color: #0060f0;
    color: #fff;
    font-size: 14px;
	border-radius: 0.1rem;
	height: 40px;
    line-height: 40px;
	width: 49%;
}

div#ID-carousel-demo-1 img {
	height: 100%;
  }
  
  .layui-layer-content img{
    width: 100%;
  }