
.page-contant{
	width:100%;
    font-size:16px;
    text-align: center;
}

.page-contant form{
	width:40%;
	margin:auto;
}
.page_attr_name{display:none;}
.page_attr_html{
	width:100%;
	padding:10px;
}

.page_attr_html input {
    border: 1px solid #ccc;
    width: 100%;
	padding:5px 20px;
    background: #fdfdfd;
	border-radius: 5px;
	line-height:40px;

}

.page_attr_html textarea {
    border: 1px solid #ccc;
    width: 100%;
	padding:5px 20px;
    background: #fdfdfd;
	border-radius: 5px;
	height:100px;
	
}
.eyou_btn {
	width:100%;
	text-align:center;
}

input.eyou_form_btn{
	width: 40%;
	margin: 20px auto;
	padding: 10px;
	background: #d3433e;
	text-align: center;
	border: 0px solid;
	border-radius: 10px;
	color: #fff;


}

.page_attr_html input:focus{
    background: #f5b6819e;
}
.page_attr_html textarea:focus{
    background: #f5b6819e;
}
input.eyou_form_btn:hover{
	background:rgb(112, 0, 0);
}

.page-chooseBaiila{margin-top:40px;}
.page-chooseBaiila .public-title-Box{max-width:390px;}
.page-chooseBaiila .public-title-Box .en-title{max-width:360px; height:50px; line-height: 50px;}
.buildTitleBox{max-width:305px;}
.buildTitleBox .iconTitle{width:170px; font-size:24px; line-height:48px; height:48px; text-align:right; }
.buildTitleBox p{font-size:12px; margin-top:15px;}
.clearfix{clear:both;}
.marginAuto{margin-left:auto; margin-right:auto;}

.public-title-Box .en-title {
    font-size: 48px;
    max-width: 240px;
    font-family: 'Conv_Humanist521BT-Light';
    color: #979797;
}
.public-title-Box p {
    font-size: 12px;
    color: #979797;
    line-height: 25px;
}

@media screen and (min-width:1px) and (max-device-width:991px){
	body{font-size:12px;}
	.page-productContent .list .box{text-align:center; padding:10px 2px;}
	.page-contant form{width:90% !important;}
}