@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;list-style:none;}
html{height:100%;}
body{height:auto;min-height:100%;background:url('../images/bodyBg.png') no-repeat;background-size:100% 100%;}
a{text-decoration:none;}
.top_pc{background:#e8e8e8;padding:0.12rem 0;}
.top_pc_main{width:10rem;margin:auto;display:flex;align-items:center;}
.top_pc_main h1{width:2.32rem;height:0.81rem;background:url('../images/logo.png') no-repeat;background-size:100%;}
.top_pc_main ul{flex:1;border-left:1px solid #c0c0c0;margin-left:0.1rem;padding-left:0.12rem;}
.top_pc_main ul .li_01{ font:0.26rem/0.3rem 'microsoft yahei';color:#2d2d2d}
.top_pc_main ul .li_02{ font:0.14rem/0.2rem 'microsoft yahei';color:#692b3a}
.top_pc_main dl{text-align:right;}
.top_pc_main dl dt{ font:0.16rem/0.2rem 'microsoft yahei';color:#2d2d2d}
.top_pc_main dl dd{ font:0.13rem/0.2rem 'microsoft yahei';color:#888}
/*top_pc*/
.top_h5{padding:0.5rem 0;}
.top_h5 h1{width:3.9rem;height:1.35rem;background:url('./logo.png') no-repeat;background-size:100%;margin:auto;}
/*top_h5*/
.body_main{width:6rem;margin:auto;background:#e8e8e8;padding:0.4rem 2rem 1rem 2rem;margin-top:0.5rem;border-radius:0.2rem;}
.body_main h1{display:flex;align-items:center;margin:auto;justify-content:center;}
.body_main h1 span{display:block;}
.body_main h1 .sp1{width:0.36rem;height:0.37rem;background:url('./icon1.png') no-repeat;background-size:100%;}
.body_main h1 .sp2{font:0.36rem/0.4rem 'microsoft yahei';color:#2d2d2d;margin:0 0.8rem;}
.body_main h2{height:0.48rem;font:0.2rem/0.48rem 'microsoft yahei';background:#c8888e;color:#fff;text-align:center;border-radius:0.18rem;margin-top:0.3rem;}
.body_main ul li{display:flex;margin-top:0.3rem;height:0.48rem;font:0.2rem/0.48rem 'microsoft yahei';}
.body_main ul li .p1{flex:1;color:#2d2d2d;background:#fff;display:flex;border-radius:0.14rem;padding:0 0.2rem;box-sizing:border-box;}
.body_main ul li .p1 .sp2{font-size:0.17rem;margin-left:0.24rem;}
.body_main ul li .p2{margin-left:0.26rem;}
.body_main ul li .p2 a{display:block;color:#fff;background:#c8888e;padding:0 0.2rem;border-radius:0.3rem;}
/*body_main*/
.footer{color:#e8e8e8;font:0.17rem/0.2rem 'microsoft yahei';text-align:center;padding:0.4rem 0;}
@media (min-width:768px) {
	.top_h5{display:none;}
}
@media (max-width:768px) {
	.top_pc{display:none;}
	.body_main{width:7rem;margin:auto;padding:0.6rem 0.25rem 2rem 0.25rem;box-sizing:border-box;}
	.body_main h1 .sp2{font-size:0.48rem;}
	.body_main h2{height:0.8rem;line-height:0.8rem;font-size:0.3rem;margin-top:0.44rem;}
	.body_main ul li{height:0.8rem;line-height:0.8rem;font-size:0.34rem;margin-top:0.44rem;}
	.body_main ul li .p1 .sp2{font-size:0.3rem;}
	.body_main ul li .p2 a{padding:0 0.3rem;border-radius:0.4rem;margin-left:0.1rem;}
	.footer{font:0.3rem/0.34rem 'microsoft yahei';}
}