ul,
li,
dl {
	list-style-type: none;
}

html {
	background: #18091e url(bg.jpg) no-repeat fixed center;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

.mytitle {
	padding-top: 100px;
	color: #0bdbb5;
	text-align: center;
	font-size: 72px;
	font-weight: 100;
	padding-bottom: 60px;
}

.meiti_title {
	color: #FFFFFF;
	display: inline-block;
	height: 80px;
	line-height: 80px;
	vertical-align: top;
	width: 80px;
}

.meiti_icon {
	display: inline-block;
	padding-left: 40px;
	padding-right: 50px;
	border-right: solid 1px #FFFFFF;
}

.meiti_icon img {
	width: 80px;
	height: 80px;
}

.meiti_box_left {
	display: inline-block;
	vertical-align: top;
	float: left;
}

.meiti_box_right {
	display: inline-block;
	padding-left: 80px;
	float: left;
	width: 800px;
}

.meiti_btn_span {
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 20px;
	margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 82px;
}

.meiti_btn {
	padding: 0 38px;
	display: inline-block;
	cursor: pointer;
}

.meiti_btn:hover {
	*opacity: 0.8;
}

.meiti_btn img {
	width: 80px;
	height: 80px;
}
/* 微信弹出二维码 */
	.bm_chakan {
	    width: 80px;
	    line-height: 22px;
	    border: #fff solid 1px;
	    color: #fff;
	    border-radius: 11px;
	    margin: 0 auto;
	    font-size: 14px;
	    margin-bottom: 22px;
	    /* margin-top: 20px; */
		text-align: center;
	}
	.meiti_btn .bm_chakan{
		cursor: pointer;
	}
	
	.mask {
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, .5);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
		width: 100% !important;
		height: 100% !important;
		display: none;
		cursor: default;
		z-index: 100;
		text-align: center;
	}
	
	.mask .mask_with {
		width: 320px;
		height: 380px;
		background-color: white;
		margin: 0 auto;
		margin-top: 100px;
	}
	
	.mask img {
		width: 210px !important;
		height: 210px;
		margin-top: 10px !important;
		margin-right: 0!important;
	}
	
	.wx_close img {
		width: 60px !important;
		height: 60px !important;
		cursor: pointer;
	}
	
	.mask p {
		width: 100% !important;
		font-size: 20px !important;
		line-height: 50px;
	}
	
	.mask .mask_title {
		color: rgb(53, 139, 204);
		border-bottom: 2px solid rgb(239, 239, 239);
		font-size: 24px !important;
		line-height: 70px;
	}
