html{
	font-size: 62.5% !important;
}
.commonWidth {
	padding-top: 0;
	padding-bottom:0;
	margin: 0 auto;
	position: relative;
	width: 1180px;
}
.commonWidth div {
	background-repeat:no-repeat;
}
.common{
	min-width:1260px;
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica Neue,Helvetica,Arial,sans-serif;	
}
.common p {
	margin: 10px 0;
}

.commonDiv {
	padding:15px 0 20px;	
}

.float_left {	
	float:left;
}
.relative {
	position:relative;
}
.clear_float {
	clear:both;	
}
.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}
.lx-title {
	font-size: 3rem;
	color: #5f6468;
	text-align: center;
	font-weight: bold;
	padding-bottom: 50px;
}
.lx-title.commonDiv {
	padding-top: 74px;
}
.lx-p-title {
	font-size: 2.4rem;
	color:#484848;
	font-weight: bold;
}
.lx-p-content {
	padding-top:20px;
	color: #484848;
	font-size: 1.6rem;
	line-height: 2.6rem;
	overflow: hidden;
}
.support_img{
    background-image: url('//500px.me/images/support_1.jpg');
    max-width: 1180px;
    height: 434px;
    margin: 0 auto;
}
.margin_right{
    margin-right: 100px;
}
.firstBlue {
	background-color: #0099e5;
	height: 22px;
	width: 6px;
	display: inline-block;
	margin-bottom: -3px;
	margin-right: 10px;
}
.embed500px {
	width: 50%;
	height: 400px;
}

    
/***********************************移动端代码***********************************/
@media only screen and (max-width: 640px){
	html{
		font-size: 60%;
	}
	.lx-p-title {
		font-size: 2rem;
	}
	body{
		margin: 0px;
	}	
	.commonWidth {
		width: 100%;
	}
	.commonDiv {
		width:100%;
		padding: 20px 15px 20px 15px;
		box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		-webkit-box-sizing: border-box;		
	}
	.common {
		min-width: 100%;
	}	
	.lx-p-content {
		padding-top: 20px;
	}
    .lx-p-content img{
        width: 390px;
    }
    .lx-p-content .erweima{
        width: 250px;
    }
    .float_left{
        float: none;
    }
    .margin_right{
        margin-right: 0px;
    }
    .text_center{
    text-align: center;
    }
	.embed500px {
		width: 100%;
		height: 334px;
	}
}

/*iphone6p*/
@media only screen and (max-width: 414px){	


}

/*iphone6*/
@media only screen and (max-width: 380px){	
    .lx-p-content img{
    width: 340px;
    }
}

/*iphone4、iphone5、iphone5s*/
@media only screen and (max-width: 320px){	
    .lx-p-content img{
    	width: 290px;
    }
}