.wrap{
    background: #020713;
	position: absolute;
	min-height: 100%;
	left: 0;
	right: 0;
}
.container{
	padding: 0 0%;
	position: relative;
	margin-top: 20px;
}
.logo-p{
	padding: 4px;
	text-align: center;
	height: 35px;
	position: relative;
	z-index: 2;
}
.logo-p .logo-img{
	height: 100%;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.title{
	margin: 20px 0 10px 0;
	text-align: center;
	height: 25px;
	position: relative;
	z-index: 2;

}

.-part{
	padding: 0 0px;
	margin-bottom: 30px;
}
.word{
	margin-top: -15px;
	font-size: 14px;
	color: #fff;
	line-height: 2;
	padding: 20px 15px;
    border-radius: 0px;
    background: #020713;
}
.word ol , .word ol li {
	text-indent: 0;
}
.word ul {
	text-align: center;
}
.word ul li {
	width:45%;
	display: inline-block;
	margin: 0 2%;
}
.word ul li img {
	width:60%;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.word ol li img {
	width: 90%;
    border: 0px solid #ccc;
    border-radius: 5px;
}
.word li span {
	color: #ffe1a2;
	font-weight: bold;
}
.word .tips {
	color: #619114;
}
.replies {
	color: #fff;
	text-align: center; 
	font-size: 16px; 
	margin: 10px auto;
}
.replies span {
	color: #619114;
}
.btn-part{
	text-align: center;
	height: 50px;
	margin-top: 20px
}
.btn-img{
	height: 100%;
}

.slt-img{
	width: 80%;
}

.icon{
	display: inline-block;
	position: absolute;
	height: 68px;
	bottom: 220px;
}
.icon-img{
	height: 100%;
}
.right-icon{
	right: 4%;
}
.left-icon{
	left: 4%;
}
.footer_m { 
	height: 80px; 
	line-height: 80px; 
	background-color: #130e0c; 
}
.footer_m p { 
	color: #fff; 
	text-align: center; 
}
.footer_m p a { 
	color: #fff; 
	font-size:16px;
}
.footer_m span { 
	font-size:16px; 
	margin: 0 10px;
}
@media screen and (min-width: 320px) and (max-width: 414px) {
	.logo-p{
		padding: 8px;
		height: 40px;
	}
	.title1{
	height: 30px;
    background: url(../img/m_jianjie.png) no-repeat top;
    margin: 20px auto;
    background-size: 100%;
	}
	.title2{
	height: 30px;
    background: url(../img/m_jianjie2.png) no-repeat top;
    margin: 20px auto;
    background-size: 100%;
	}
	.title3{
	height: 30px;
    background: url(../img/m_jianjie3.png) no-repeat top;
    margin: 20px auto;
    background-size: 100%;
	}
	.title4{
	height: 30px;
    background: url(../img/m_jianjie4.png) no-repeat top;
    margin: 20px auto;
    background-size: 100%;
	}
	.icon{
		height: 80px;
	}
}
@media screen and (min-width: 568px) and (max-width: 736px) {
	.logo-p{
		padding: 8px;
		height: 40px;
	}
	.title1{
	height: 50px;
    background: url(../img/m_jianjie.png) no-repeat top;
    margin: 20px auto;
    background-size: 100%;
	}
	.title2{
	height: 50px;
    background: url(../img/m_jianjie2.png) no-repeat top;
    margin: 20px auto;
    background-size: 100%;
	}
	.title3{
	height: 50px;
    background: url(../img/m_jianjie3.png) no-repeat top;
    margin: 20px auto;
    background-size: 100%;
	}
	.title4{
	height: 50px;
    background: url(../img/m_jianjie4.png) no-repeat top;
    margin: 20px auto;
    background-size: 100%;
	}
	.icon{
		height: 80px;
	}
}
@media all and (orientation : landscape){
	.logo-p{
		padding: 18px;
		height: 45px;
	}
	.title{
		height: 30px;
	}
	.icon{
		height: 100px;
		bottom: 60px;
	}
}
.info-part{
	margin: -15px 10px 0;
	padding: 20px 15px;
	border: 2px solid #000;
	margin-bottom: 20px;
	background:#1d1f22;
	background-size: 100% 100%;
}
.info-title{
	margin: 6px auto 0;
	height: 35px;
	width: 170px;
	background: url(../img/title_5.png) center no-repeat;
	background-size: 100% 100%;
	position: relative;
	z-index: 2;
}
.info-title .title-link{
	float: right;
	display: inline-block;
	width: 69px;
	height: 27px;
}
.info-p{
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin-bottom: 25px;
}
.name-tips{
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
	color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.info-p .inp-bg{
	height: 32px;
	width: 106px;
	display: inline-block;
	background: url(../img/input_bg.jpg) center no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}
.info-p .input{
	margin: 3px 0 0 2px;
	width: 96px;
	height: 26px;
	line-height: 26px;
	font-size: 15px;
	outline: 0 none;
	border: 0 none;
}
.info-text{
	margin: 0 23px;

}
.info-text .textarea{
	margin-top: 5px;
	width: calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	padding: 5px;
	height: 250px;
	font-size:15px;
	background: url(../img/text_bg.png) center no-repeat;
	background-size: 100% 100%;
	resize: none;
	border: 0 none;
	outline: 0 none;
}
@media screen and (min-width: 376px) and (max-width: 414px) {
	.info-title{
		height: 40px;
	}
	.info-p .inp-bg{
		width: 150px;
	}
	.info-p .input{
		width: 136px;
	}
}
@media all and (orientation : landscape){
	.info-p .inp-bg{
		width: 250px;
	}
	.info-p .input{
		width: 230px;
	}
}
.tip-part{
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 3;
	display: none;
}
.tip-bg{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -151px;
	margin-top: -247px;
	width: 302px;
	height: 375px;
	padding-top: 119px;
	background: url(../img/tip_bg.png) center no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.tip-title{
	text-align: center;
	height: 29px;
}
.tip-title .title-bg{
	height: 100%;
}
.tip-part .tip-word{
	padding: 12px 6px;
	margin: -12px 20px 0 15px;
	font-size: 14px;
	line-height: 23px;
	background: url(../img/word_3.jpg) center no-repeat;
	background-size: 100% 100%;
}
.tip-close{
	display: inline-block;
	width: 32px;
	height: 32px;
	position: absolute;
    right: 0;
    top: 85px;
}
.tip-part .pre{
	margin-top: -12px;
	height: 33px;
	width: 7px;
	display: inline-block;
	background: #fff;
	border: 2px solid #070001;
	border-radius: 5px;
}
.tip-news{
	overflow: scroll;
	height: 350px;
}
.left-pre{
	float: left;
	margin-left: 35px;
}
.right-pre{
	float: right;
	margin-right: 35px;

}
@media all and (orientation : landscape){
	.tip-bg{
		margin-left: -201px;
	    margin-top: -158px;
	    width: 402px;
	    height: 235px;
	    padding-top: 73px;
	}
	.tip-news{
		height: 222px;
	}
	.tip-close{
		top: 45px;
	}
}