body{
	font-family: "MicrosoftYaHei"; 
	HEIGHT: 100%;
}
html{
	font-family: "MicrosoftYaHei"; 
	HEIGHT: 100%;
}
input[type="text"],input[type="password"]{
	font-family: "MicrosoftYaHei";
}
.yunbak_contianer{
	padding: 10px 0px;
}
.yunbak_clause_contianer{
	margin: auto;	
	width: 900px;
	box-shadow: 0 0 10px #ccc
}
.yunbak_clause_header{
	border-bottom: #e5e5e5 1px solid;
	text-align: center;
	padding: 80px 0px 0px 36px;
	color: #3c3c3c;
	font-size: 24px;
	font-weight: bold;
}
.yunbak_clause_content{
	padding: 0px 75px 100px;
	overflow: hidden;
}
.yunbak_clause_title_p{
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.yunbak_clause_content_p{
	line-height: 25px;
	color: #333;
	font-size: 14px;
}
.yunbak_clause_content_sign{
	text-align: right;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.yes_btn{
    float: center;
    margin-left: 0px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
    width:105px;
    height:36px;
    background:rgba(87,133,239,1);
    border-radius: 4px;
    cursor: pointer;
	margin-top: 10px;
}
.agree_clause_error {
    visibility: hidden;
    color: rgb(229,45,75);
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    width: 100%;
    text-align: center;
}
.yunbak_clause_checkbox{
	font-size: 14px;
	
}
.yunbak_clause_btn{
	cursor: pointer;
}


