*{
	margin: 0rem;
	padding: 0rem;
}

html,
body{
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: var(--stand_color);
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	cursor: default;
	background-color: #093897;
	webkit:translateZ(0);
}
/* 背景 */
.bg{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0px;
	left:0px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 0;
	background-attachment:fixed;
	-webkit-transform: translateZ(0);
}
a,
a:hover{
	text-decoration: none;
}
.wd100{
	width: 100%;
}
.hide{
	display: none;
}
.layui-layer-loading{
	width: 100%;
	position: relative;
}
.layui-layer-loading .layui-layer-loading1{
	left: 50% !important;
	margin-left: -16px !important;
	margin-top: -16px !important;
}
/* 首页顶部logo图等比例缩放 */
/* .logo{
	width: 10.57rem;
	height: 2.92rem;
	border: 0rem;
} */
.logo{
	width: 14rem;
	height: auto;
	border: 0rem;
}
.icowh{
	display: inline-block;
	width: 1.71rem;
	height: 1.71rem;
	cursor: pointer;
	background-size: 100% 100%;
}

.offp{
	width: 2.14rem;
	height: 2.14rem;
	position: absolute;
	right: 0.14rem;
	bottom: 0.71rem;
	display: inline-block;
	cursor: pointer;
}
.offp:hover *,
.offp:hover ::after{
	background: var(--costar_color) ;
}
.closewh{
	display: inline-block;
	width: 1.42rem;
	height: 0.28rem;
	background: #666;
	transform: rotate(45deg);
	margin-right: 0.71rem;
}

.closewh::after {
	content: '';
	display: block;
	width: 1.42rem;
	height: 0.28rem;
	background: #666;
	transform: rotate(-90deg);
}
.header{
	position: fixed !important;
	width: 100%;
	top:0px;
	left: 0px;
	height: 3.57rem;
	padding: 1.07rem 0;
	line-height: 1.78rem;
	font-weight: bold;
	z-index: 99999;
	box-sizing: border-box;
	background: #1660DC;
}
.hd{
	height: 3.57rem;
	width: 100%;
	position: relative;
}
.txt_goback{
	display: inline-block;
	font-size: 1.07rem;
	font-weight: bold;
	vertical-align: top
}
.h5box{
	width: 100%;
	padding:0 var(--pd20);
	position: relative;
	box-sizing: border-box;
	z-index: 2;
}
.meetingName{
	font-size: 1.07rem;
	height: 1.5rem;
	font-weight: bold;
	line-height: 1.5rem;
}
.rightbox{
	text-align: right;
	margin-top: 0rem;
}
.line{
	width: 100%;
	height: 1px;
	background:var(--line);
}
.ptb{
	padding: var(--pd20) 0;
	margin: 0 auto;
}
.mtb{
	margin: var(--pd20) auto;
}
.icon_share{
	display: none !important;
}
.sharebox{
	padding: 0.71rem;
	background-color: #fff;
	color: #000000;
}
.sharebox p{
	text-align: left;
	font-size: 0.78rem;
	display: block;
}
.sharebox p i{
	display: inline-table;
	width: 1.64rem;
	height: 1.64rem;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-right: 0.71rem;
	vertical-align: middle;
}
.icon_weixin{
	background-image: url(../images/icon_weixin@2x.png);
}
.icon_qq{
	background-image: url(../images/icon_qq@2x.png);
}
.icon_friendcircle{
	background-image: url(../images/icon_friendcircle@2x.png);
}
.icon_linkshare{
	background-image: url(../images/icon_linkshare@2x.png);
}
@media screen and (min-width: 450px){
    html,body {
        font-size: 100% !important; 
    }
}
@media screen and (min-width: 1024px){
    html,body {
        font-size: 105% !important; 
    }
}
@media screen and (min-width: 1366px){
    html,body {
        font-size: 105% !important; 
    }
}
@media screen and (min-width: 1600px){
    html,body {
        font-size: 105% !important; 
    }
}

@media screen and (min-width: 800px){
	.bg{
		background-image: var(--pc_background_img);
	}
	.h5box{
		max-width: 57.14rem;
		margin: 0 auto;
		margin-top: 0.35rem;
	}
	.header{
		width: 100%;
		/* max-width:57.14rem; */
		top:0px;
		/* left: 50%; */
		/* margin-left: -28.57rem; */
		height: 3.57rem;
		padding: 1.07rem 0;
		line-height: 1.78rem;
		font-weight: bold;
		z-index: 99999;
		box-sizing: border-box;
	}
	/* .icon_share{
		background-image: url(../icon/icon_share@2x.png);
	}
	.icon_goback{
		background-image: url(../icon/icon_goback@2x.png);
	} */
	.sharebox{
		min-width: 200px;
	}
}

