.bgdiv {
	height: 35vh;
	background: url(../SY/img/bg.jpg) no-repeat;
	background-size: 100% 100%;
	
}
.bgdiv>div {
	height: 100%;
	align-items: flex-end;
	justify-content: space-between;
}
.bgdiv .txt {
	color: #ffffff;
	padding: 0.8rem 0.8rem 2rem 3rem;
}
.bgdiv .txt p {
	font-size: 0.9rem;
	padding-top: 0.3rem;
}
.bgdiv .txt a {
	margin-top: 1rem;
	font-size: 0.9rem;
	color: #ededed;
	margin-right: 0.6rem;
}
.bgdiv .add-btn {
	border: 1px solid #ffffff;
}
.bgdiv .layui-btn-primary {
	background-color: #FFFFFE;
}
.bgdiv a {
	color: #ededed;
}
.bgdiv a:hover {
	color: #ffffff;
}


.Mobile {
	width: 360px;
	border: 1px solid #818583;
	overflow: auto;
	/* box-shadow: 3px 3px 8px #CCCCCC; */
	margin-left: 2rem;
}
.Mbcont {
	height: calc(100% - 80px);
	overflow: auto;
}

.Mbhead {
	padding: 0 10px;
	border-bottom: 1px solid #dddddd;
}
.Mbfoot {
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
}







.Dynamiccont {
	width: 360px;
	overflow-x: auto;
	overflow-y: auto;
	border: 1px solid #818583;
	margin-left: 2rem;
	position: relative;
	min-height: 686px;
}













.Mobile .Mbcont {
	position: relative;
	min-height: 686px;
}




.outsr {
	margin-left: 2rem;
}
.outsr .nfv {
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
}
.outsr .tagr-tt {
	margin-bottom: 0.8rem;
	width: 20rem;
	border: 1px solid #CCCCCC;
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(
	    to right,
	    #1a9d98 0%,
	    #1a9d98 46%,
	    #ffffff 46%,
	    #ffffff 100%
	  );
}
.outsr .tagr-tt-l {
	width: 46%;
	padding-bottom: 0.8rem;
}

.outsr .tagr-tt-l p {
	background-color: #bbbbbb;
	color: #737383;
	font-size: 0.6rem;
	margin: 0 0.6rem;
	border-radius: 4px;
}
.outsr .tagr-tt-r {
	text-align: center;
	width: 54%;
	padding: 0.2rem 0;
}
.outsr .tagr-tt-r .uyimg {
	
}

.outsr .tagr-tt-l p {
	font-size: 0.6rem;
}






.MBfw {
	background: url(../FWimg/bg_02.png) no-repeat;
	background-size: 100% 100%;
	padding-bottom: 2.4rem;
}
.MBfwXq {
	min-height: 25rem;
} 

.MBfw .uyimg {
	width: 50%;
	margin: 0 auto 0;
	opacity: .6;
}

.MBfw .title {
	color: #FFFFFF;
	font-size: 1.2rem;
	text-align: center;
}

.title h1 {
	font-size: 1.6rem;
	padding-bottom: 0.4rem;
}

.operation {
	background-color: #FFFFFF;
	text-align: center;
	padding: 1.2rem 0.4rem;
	margin: 1rem;
	border-radius: 0.4rem;
}

.content {
	margin: 2rem 0;
	text-align: center;
	margin-bottom: 6rem;
}
.contentXq {
	margin: -5rem 1rem;
	background-color: #FFFFFF;
	padding: 2rem;
	border-radius: 0.6rem;
	font-size: 0.9rem;
}

.code_box {
	width: 80%;
	height: 42px;
	margin: 1.6rem auto;
	display: flex;
	justify-content: space-between;
}

.code_box input {
	width: 30%;
	height: 60px;
	text-align: center;
	font-size: 20px;
	outline: none;
	margin: 0.2rem;
	border-radius: 0.4rem;
	background-color: #e4e4e4;
}

.MBfooter {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	color: #CCCCCC;
	padding-bottom: 0.4rem;
}
.MBfooter>p {
	font-size: 0.82rem;
}


.editing {
	margin: 3rem 0;
}
.editing h3 {
	padding: 1rem 0;
	color: #009688;
	font-size: ;
}
.editing .pictureadd .layui-btn {
	padding: 0;
	line-height: 0;
}