/* 公共样式表css */
html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: 0;
}

/* 必要布局样式css */
html {
	width:100%; background-color:#f1f1f1;    text-align: center;    
    background: #e2af53 url(../images/bg.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}
body {
	width:100%;
	max-width:750px;
	height: auto;
	padding: 0;
	margin:0 auto; font-family:"微软雅黑";		
    background-color: #fff;
    box-shadow: 0 2px 30px 5px rgba(0,0,0,.2);
    position: relative;
}
.main {
	width:100%;
	margin:0 auto;
	position:relative;padding-bottom: 80px;background-color: #f2f8f8;
}
.main h3{margin: 0;
    padding: 10px 3%;
    font-size: 18px;
    text-align: left;}
.main img {
	width:100%;
	max-width:750px; vertical-align:middle
}
.main video {
	width:100%;
	max-width:750px; vertical-align:middle
}
.main img {
	width:100%;
	max-width:750px; vertical-align:middle
}
.wxh {
    text-align: center;
    background-color: rgb(249, 65, 90);
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding: 10px 0px;
    border-radius: 4px;
    margin-bottom: 9px;
	font-size: 20px;
    width: 90%;
    line-height: 38px;
    height: 38px;
}

.fot{position: fixed;
    bottom: 0;
    line-height: 50px;
    max-width: 750px;
    text-align: left;
    font-size: 16px;
    width: 100%;
    padding: 10px 3%;z-index: 9999;}

.fot a{display: block;
    width: 50%;float: left;
    background: #ff5200;
    text-align: center;
    /*border-radius: 30px 0 0 30px;*/
    color: #fff;font-weight: bold;letter-spacing: 2px;}
	
.ttnotice-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    content: "";
    z-index: 99;
    background-color: rgba(51,51,51,.5);
}
.ttnotice-wrap .popup-box {
    width: 250px;
    background: #fff;
    position: absolute;
    -webkit-transform: translate(-50%,-80%);
    transform: translate(-50%,-80%);
    top: 50%;
    left: 50%;
    text-align: center;
    border-radius: 5px; padding: 15px;
}
.ttnotice-wrap .title .success-icon {
    background:url(../images/dui.png) no-repeat 50%;
    background-size: contain; width: 35px; height: 35px; margin: 0 auto;
}.ttnotice-wrap .title .notice-title{ font-size: 18px; line-height: 2;}
.ttnotice-wrap .popup-box .popup-cancle, .ttnotice-wrap .popup-box .popup-close {
    width: 70px;
    line-height: 1.8;
    display: inline-block;border-radius:30px;
    border: 1px solid #999;
    color: #999; margin: 10px ;
}.popup-box .content{ margin-bottom: 10px;}
.ttnotice-wrap .popup-box .popup-close {
    color: #00d48c;
	border: 1px solid #00d48c;
}

.alert-dialog {
			width: 360px;
			height: 50px;
			line-height: 50px;
			color: #fff;
			font-size: 16px;
			text-align: center;
			border-radius: 5px;
			background: rgba(0, 0, 0, .8);
			position: fixed;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			-o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			display: none;
		}

	
.mbx{color: #666;}
.mbx a{text-decoration: none;}
.box{background-color: #f2f8f8;}
.box h3{margin: 0;padding: 0;line-height:1.5;font-weight: bold;margin-bottom: 20px;}

.toux .touxiang{float: left; margin-right: 8px;width: 40px;border-radius: 50px;}
.toux p{font-size: 12px;color: #999;}
.toux p strong{color: #0088d2;font-weight: normal;font-size: 16px;}
.toux p span{float: right;font-size: 12px;}
.info p{text-indent: 2em;letter-spacing: 1px;}
.info .hf{text-indent: 0;background: url(../images/hf.jpg) left top no-repeat; padding-left: 15px;background-size: auto 25px;margin: 20px 0 20px 16px;}
.info .hf strong{}

.infoFot p{text-align: center;font-size: 18px;margin:15px 0;}
.infoFot p span{background-color: #eaeaea;color: #fe0000;padding: 1px 5px;}
.infoFot p.xh{color: #999;text-align: right;font-size: 14px;}

.pl h1{font-weight: bold;font-size: 20px;text-indent: 2em;margin: 0 0 20px;padding: 0;}

.p10 {
    padding: 10px;
}
.pinglun{background-color: #f2f8f8;
    padding: 5px 3%;
    text-align: left;
    font-size: 16px;
    line-height: 1.7;}
.pinglun 
.bgh{background-color: #f3f3f3;}
.bgh p{margin: 0;}

.wx{text-align: center;font-size: 18px;margin:5px 0 10px;}
.wx span{color: #fe0000;padding: 1px 5px;}








		