html,body{
	height: 100%;
	overflow: auto;
}
body{
	width: 100%;
	box-sizing: border-box;
	font-family: "Source Han Sans CN";
}
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
ul{
	list-style-type: none
}
button,textarea{
	outline: none;
}
.container{
	max-width: 101.25rem;
	min-width: 1200px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	z-index: 2;
}
.clear{
	clear: both;
}
.logo2{
	position: relative;
}
.logo2 img{
	width: 100%;
	min-width: 1200px;
	display: block;
	margin: 0 auto;
}
.back{
	position: absolute;
	top: 6.8125rem;
	right: 66.0625rem;
	color: #0efcff;
	font-size: 0.875rem;
}
.back a{
	color: white;
}
.name_title {
	font-size: 1.4375rem;
	color: white;
	text-align: center;
	padding: 0.625rem 0 0.4375rem;
	font-weight: 400;
}
.title{
	width: 18.4375rem;
	height: 2.6875rem;
	line-height: 2.6875rem;
	font-size: 1.25rem;
	color: #0efcff;
	padding-left: 1.5625rem;
	background: url(../images/icon1.png) no-repeat left;
}
.paging .layui-box{
	display: table;
	margin: 1rem auto 0;
}
.paging .layui-box a{
	color: white;
	font-size: 0.75rem;
	margin: 0 0.5rem;
}
.paging .layui-laypage-spr{
	color: white;
	font-size: 0.75rem;
}
.paging .layui-laypage-curr{
	color: #0efcff;
	margin: 0 0.5rem;
	font-size: 0.75rem;
}
.paging .layui-laypage-curr em{
	font-style: normal;
}
.PopUps,.opinion_submit,.reply_submit{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	display: none;
	z-index: 9999;
}
.PopUps_Img,.opinion_submit_Img,.reply_submit_Img{
	width: 81.25rem;
	height: 45.875rem;
	background: url(../images/Specification.png);
	background-size: 100% 100%;
	position: relative;
	top: calc(50% - 22rem);
	left: 0;
	right: 0;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 2.0625rem 1.4375rem;
}
.shut{
	position: absolute;
	top: -0.875rem;
	right: -1.125rem;
	cursor: pointer;
}
.PopUps_Img h1,.opinion_submit_Img h1,.reply_submit_Img h1{
	font-size: 1.5rem;
	color: #0efcff;
	font-weight: 500;
	margin-bottom: 0.9375rem;
}
.PopUps_container{
	width: 100%;
	height: 39.1875rem;
	overflow: auto;
	background: white;
	box-sizing: border-box;
	padding: 1.125rem 1.5rem;
	color: #3d3d3d;
	font-size: 0.875rem;
}
.PopUps_container h2{
	text-align: center;
	font-size: 1.125rem;
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 0.5rem;
	margin-bottom: 0.625rem;
	font-weight: 500;
}
.PopUps_container p{
	color: #3d3d3d;
	font-size: 0.875rem;
}
#preview,.preview{
	background: transparent !important;
	background: url(../images/upload.png) no-repeat top !important;
	background-size: 100% 100% !important;
	cursor: pointer;
}
.layui-upload-file{
	display: none;
}
.layui-layer-hui{
	background: white !important;
	color: black !important;
}
.outerdiv{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	display: none;
	z-index: 9999;
}
.innerdiv{
	position: absolute;
	width: 50rem;
	height: 39.6875rem;
	top: calc(50% - 20rem);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.innerdiv .bigimg{
	width: 100%;
	height: 100%;
	display: block;
}
.innerdiv p{
	position: relative;
	top: -3rem;
	left: 0;
	font-size: 1.125rem;
	text-align: center;
	color: white;
	background: rgba(0,0,0,0.6);
	line-height: 3rem;
}
.PopUps_h1 h1{
	float: left;
}
.PopUps_h1 span{
	float: right;
	width: 6rem;
	line-height: 2rem;
	border-radius: 1rem;
	background: #0efcff;
	font-size: 1rem;
	color: #10182c;
	text-align: center;
	margin-left: auto;
	cursor: pointer;
}
@media screen and (min-width:700px) and (max-width:1439px){
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 1440px) and (max-width:2047px)  {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 2048px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 2560px) {
  html {
    font-size: 18px;
  }
}