
.img_mian{
	position: relative;
}
.img_mian>div{
	color: #fff;
	width: 42%;
	font-size: 18px;
	position: absolute;
	top: 13%;
	right: 2%;
	z-index: 0;
}
.wechat {
    position: fixed;
    top: 20%;
    max-width: 640px;
    width: 80%;
    z-index: 99;
    margin: 0 auto;
    right: 10%;
    left: 10%;
    color: #666;
    background: #fff;
    padding: 1.5em 0em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    border-radius: 1rem;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    text-align: center;
    display: none
}
.wechat .p1 {
    font-size: 1.8em;
    line-height: 2em;
    text-align: center
}
.wechat .p1 img {
    width: 1.5em;
}
.wxid {
    font-size: 2em;
    display: inline-block;
    width: 7.5em;
    text-align: center;
    border-radius: 100em;
    background-color: #ff3549;
    color: #FFF;
    padding: 0.2em;
    margin: .2rem auto;
    _display: inline;
}
.p2 {
    font-size: 1.8em;
}
#mb{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	background: #000;
	opacity: 0.5;
	display: none
}
.we2 {
    width: 60%;
    height: 100%;
    background: #302825;
    line-height: .6rem;
    float: left
}
.we2>img{
	width: .5rem;
	float: left;
	margin-top: .05rem
}
.we2>span{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-left:0.2rem 
}
.we1 {
    width: 40%;
    height: 100%;
    background: #e50150;
    line-height: .6rem;
    float: right
}
.we1>a{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-left: 0.2rem;
}
.art_img>a>img{
	height:90%
}
.footer_text{
	width:80%;
	position: absolute;
	bottom:0;
	right:0;
	color:#fff;
	font-size:18px;
	font-weight: bold
}
.footer_text>p{
	text-align: center;
}
.footer_text>p:nth-child(4){
	margin-bottom:6.5%
}
.footer_text>p:nth-child(3){
	margin-bottom:12.5%
}
.footer_text>p:nth-child(2){
	margin-bottom:12%
}
.footer_text>p:nth-child(1){
	margin-bottom:12%
}
.footer_zi h3 {
    font-size: 0.35rem;
    color: #ff6094;
    margin: 0;
    line-height: .5rem;
text-align: center;
font-weight: bold;
}
.footer_zi p {
    width: 90%;
    margin: 0 auto;
    font-size: 0.25rem;
    color: #ff6094;
    line-height: 0.4rem;
text-align: center;
}

@media(max-width: 500px){
	.img_mian>div{
		font-size: 12px;
		top: 4%;
	}
	.img_mian>div>span{
		display: none
	}
	.footer {
	    height: .8rem;
	}
	.we2>img {
    	width: .7rem;
	}
	.we2,.we1{
	    line-height: .8rem;
	}
	.we2>span {
	    font-size: 18px;
	}
	.we1>a {
	    font-size: 18px;
	}
	footer {
	    margin-bottom: 0.8rem;
	}
	.footer_text{
		font-size:12px;
		font-weight: 100
	}
	.footer_text>p:nth-child(3) {
    		margin-bottom: 11%;
	}
	.footer_text>p:nth-child(4) {
    		margin-bottom: 6%;
	}
}





























