
@media screen and (max-width: 768px){
  .agreement_main_body{
	  height:50%;
  }
}

html.agreement_pxLightbox {
    /*overflow: hidden !important;*/
    /*height: 100%;*/
}

.agreement_main_body {
    position: fixed;
    width: 100%;
    z-index: 300;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    padding: 85px 0;
    opacity: 1;
    display: block;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    perspective: 1000;
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
}
.agreement_body {
	height:386px;
    position: relative;
    /*width: 528px;*/
    max-width: 528px;
    background: white;
    box-shadow: 0px 0px 6px 0px #ececec;
    margin: 0 auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    /*padding: 72px 45px 18px;*/
	
	background:rgba(255,255,255,1);
	box-shadow:0px 3px 6px rgba(157,206,255,0.16);
	opacity:1;
	border-radius:50px;
}
.btns_content {
    /*border-top: 1px solid #F4F4F4;*/
    text-align: center;
    margin: 0;
	padding-bottom: 46px;
}
.btn-agree {
    cursor: pointer;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
    display: inline-block;
    padding: 0 10px;
    height: 56px;
    line-height: 56px;
    border-radius: 3px;
    text-decoration: none;
    background-color: #f36478;
    border: 1px solid #df5064;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    transition: background-color .1s ease-in-out;
	
	width:376px;
	font-size: 22px;
    /* font-family: Microsoft YaHei; */
    font-weight: 400;
    /* line-height: 29px; */
    color: rgba(255,255,255,1);
    /* letter-spacing: 100px; */
    opacity: 1;
    border-radius: 40px;
}
.title-contrainer{
	/*margin: 0 auto; */
    text-align: center;
    /* width: 258px; */
    /* height: 31px; */
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 42px;
    color: rgba(128,125,125,1);
    /* letter-spacing: 140px; */
    opacity: 1;
	padding: 74px 0 0 0;
}
.title-content{
	/*margin: 0 auto; */
    /*text-align: center;*/
    font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:300;
	line-height:36px;
	color:rgba(128,125,125,1);
	padding: 29px 46px 0 46px;
	opacity:1;

}
.top-logo{
	background-position: center center;
    background: url(imgs/top.png) no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
	
}
@media only screen and (max-width: 640px) {
	.agreement_body{
		height:100%;
		width:80%;
	}
	.btn-agree{
		/* height:80%; */
		width:70%;
		/*margin-top: 50px;*/
	}
}
@media only screen and (max-width: 640px){
	html {
		font-size: 60%;
	}
}
@media only screen and (max-width: 667px){
	.btn-agree {
		/* height: 80%; */
		width: 70%;
		/* margin-top: 50px; */
	}
}
@media only screen and (max-width: 380px) {
	
}