body.body-bg{
    background: url(../img/body.jpg) 0 0 no-repeat ;
    background-size: 100% 100%;
}
.page2_hideOverflowY{
    overflow-y: hidden;
    height:100%;
}
.page2_main{
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    padding:140px 17px 20px 17px;
    display: none;
    
}
.page2_main.in{
    display: block;
    -webkit-animation:fadeInRightBig .5s .2s ease both;
    animation:fadeInRightBig .5s .2s ease both;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
}

@-webkit-keyframes fadeInRightBig{
    0%{
        opacity:0;
        -webkit-transform:translateX(2000px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0)
    }
}
@-moz-keyframes fadeInRightBig{
    0%{
        opacity:0;
        transform:translateX(2000px)
    }
    100%{opacity:1;
        transform:translateX(0)
    }
}

.page2_zhbd{height:auto;padding-bottom: 15px;background: url(../img/zhbd.png) center 20px no-repeat;
    background-size:85% auto ;padding-top: 120px;border-radius: 10px;}
.zhbd_t{font-size:18px;color:#e5493d;}
.page2_zhbd input{ 
	display: block;
	margin:10px auto;
    width: 240px !important;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
input[disabled]{color:#999;opacity:1}
.page2_img{padding: 20px 0 20px 0;}
.page2_img img{width: 100%;}
.page2_content{
	height:380px;
	overflow-y: scroll;
    border: 1px solid #d2c7bb;
    border-radius: 5px;
    box-shadow: 0 0 6px 2px rgba(210,199,187,.2);
    background: #faf5f0;
    background-clip: padding-box;
    padding: 45px 36px 50px 36px;
    box-sizing: border-box;
    color:#785a32;
}
.hdsm-dw{position:fixed;height:100%;top:0;left: 0;width: 100%;}
.hdsm_bg{background:#000;opacity: .3;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.page2_hdsm{height: 50vh;overflow-y:auto;width: 90%;background: #FFF;top: 20vh;margin-left: 5%;box-sizing: border-box;z-index: 2;position: absolute;border-radius: 10px;border: .2rem solid #FFF;text-align: justify;}
.page2_hdsm::-webkit-scrollbar {display:none}
.hdsm_off{position: absolute;top: 75vh;left: 50vw;margin-left: -20px;z-index: 2;}
.hdsm_off .imgoff{width:40px;height:40px;}
.page2_hdsm h3{font-size: .32rem;line-height:1.6;color:#082944;font-weight:900;text-align: center;}
.page2_hdsm p{margin:15px 0;font-size: 16px;line-height:1.6;color:#082944;text-indent: 2em;}
.page2_btn,.page2_main_btn{
    margin-top: 5px;
    text-align: center;
}
.page2_btn{margin-top: 15px;}
.page2_btn_start,.page2_btn_hdsm,.page2_btn_alltop,.page2_btn_selftop,.page2_btn_fenshu,.page2_btn_yqsb,.page2_btn_jkdj,.page2_btn_ph{ 
	display: inline-block;
    overflow: hidden;
    width:40%;
	margin:5%;
	float: left;
    height:.7rem;
    background:url(../img/start.png) center top no-repeat;
    background-size: 100% auto;
	text-align: center;
	line-height: .7rem;
	border-radius: .2rem;
	font-size: .26rem;
    }
.page2_btn_alltop,.page2_btn_selftop{
    margin: 5px auto 0 auto;
}
.page2_btn_start{background: #F3EA67;color: #328D98;}
.page2_btn_fenshu{background: #F3EA67;color:#328D98;}
.page2_btn_hdsm{background: #F3EA67;color:#328D98;}
.page2_btn_ph{background: #F3EA67;color:#328D98;}
.page2_btn_yqsb{background:url(../img/yqsb.png) center top no-repeat;background-size: 100% auto;}
.page2_btn_jkdj{background:url(../img/jkdj.png) center top no-repeat;background-size: 100% auto;}
.page2_btn_alltop{background:url(../img/alltop.png) center center no-repeat;background-size: 100% auto;width:280px;}
.page2_btn_selftop{background:url(../img/selftop.png) center
.index_btn .page2_btn_return{background: #E64E43;margin-top: 5.6rem;}
.index_conter{margin: 0 !important;box-sizing: border-box;overflow-y: scroll;height: 7rem;}
.index_conter h3{ font-size: .32rem;line-height:1.6;color:#082944;font-weight:900;text-align: center;}
.index_conter p{margin:15px 0;font-size: 16px;line-height:1.6;color:#082944;text-indent: 2em;}
.index_conter::-webkit-scrollbar {display:none}
.index_conter .menu-list{box-sizing: border-box;padding-left: .2rem;}
.index_conter .menu-list li{height: .6rem;line-height: .6rem;font-size: .3rem;}
/*适配====================*/
/*分辨率小于360px样式*/
@media screen and (max-width: 360px){
	.page2_zhbd{
		padding-top: 80px;
		background-size:100% auto ;
	}
    .page2_img{
        padding:0 0 20px 0;
    }
    .page2_content{
		height:360px;
		overflow-y: scroll;
        padding: 30px 20px 20px 20px;
        font-size: 15px;
    }
    .page2_content p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.6;
    }
}

/*分辨率大于360小于410px样式*/
@media screen and (min-width: 360px) and (max-width: 410px){
	.page2_zhbd{
		padding-top: 120px;
	}
	/*.page2_btn_start,.page2_btn_hdsm{width:130px;}*/
	.page2_btn_alltop,.page2_btn_selftop{width:240px}
    .page2_content{
		height:360px;
		overflow-y: scroll;
        padding: 10px 20px 20px 20px;
        font-size: 15px;
    }
    .page2_content p {
        margin-top: 10px;
        font-size: 18px;
        line-height: 1.6;
    }
}
@media screen and (min-width: 370px) and (max-width: 410px){
	.page2_zhbd{
		padding-top: 100px;
	}
	/**.page2_btn_start,.page2_btn_hdsm{width:130px;margin: 10px auto;}*/
	/*.page2_btn_alltop,.page2_btn_selftop{width:240px}*/
    .page2_content{
		height:360px;
		overflow-y: scroll;
        padding: 10px 20px 20px 20px;
        font-size: 15px;
    }
    .page2_content p {
        margin-top: 10px;
        font-size: 18px;
        line-height: 1.6;
    }
}

.input-group{margin: 10px auto;}
