@charset "utf-8";

.show_icon{width:100%;height:auto;text-align:right;clear: both;}
.show_icon a{font-size:14px;color:#666;margin-left:3%;padding-left:35px;line-height:40px;display:inline-block;}
.show_icon a.show_icon1{background:url(../images/x_ghwh_3.png) no-repeat;background-position:left center;}
.show_icon a.show_icon2{background:url(../images/x_ghwh_4.png) no-repeat;background-position:left center;}
.show_icon a.show_icon2.on{background:url(../images/x_ghwh_4_1.png) no-repeat;background-position:left center;}
.show_icon a.show_icon3{background:url(../images/x_ghwh_5.png) no-repeat;background-position:left center;}
.show_icon a.show_icon3.on{background:url(../images/x_ghwh_5_1.png) no-repeat;background-position:left center;}

.show_pl{width:100%;height:auto;margin-top: 0px;background-color: #fff;padding: 0 30px;box-sizing: border-box;}
.show_pl_title{width:100%;height:40px;border-bottom:1px solid #efefef;}
.show_pl_title h3{line-height:40px;font-size:16px;color:#333333;float:left;}
.show_pl_form{width:100%;height:auto;margin:22px auto 0;padding:0 0 16px;}
.show_pl_form form{width:100%;height:195px;background-color:#f5f6f9;box-sizing:border-box;padding:20px 30px;}
.show_pl_form form textarea{width:100%;height:100px;font-size:16px;color:#666;background-color:#f5f6f9;border:0;}
.show_pl_form form .layui-btn{width:100px;height:40px;background-color:#c9c9c9;font-size:14px;color:#fff;float:right;}
.show_pl_form>p{color:#ff2d2d;font-size:12px;margin:22px auto 0;padding:0 0 10px;}
.show_pl_form>p a{color:#007af3;display:inline;}
.show_pl_main{width:100%;height:auto;}
.show_pl_main_ul{width:100%;height:auto;}
.show_pl_main_li{width:100%;height:auto;border-bottom:1px solid #efefef;display:flex;justify-content: space-around;padding:25px 0;}
.show_pl_main_li img{display:block;width:36px;height:36px;border-radius:50%;}
.show_pl_main_li1{width:calc(100% - 50px);}
.show_pl_main_li1 h3{font-size:14px;color:#333333;line-height:1;padding:4px 0 10px;}
.show_pl_main_li1 h3 span{font-size:12px;color:#999;}
.show_pl_main_li1 p{font-size:14px;color:#666666;line-height:25px;}
.show_pl_main_li1 a{font-size:12px;color:#999999;margin-top:10px;display:block;padding-left:16px;background:url(../images/x_ghwh_2.png) no-repeat;background-position:left center;}
@media only screen and (max-width: 1000px) {
	*{box-sizing: border-box;}

	.show_pl{width:100%;height:auto;margin-top: 0px;padding: 0 15px;border-top: 10px solid #eee;}
	.show_pl_form{width:100%;height:auto;margin:22px auto 16px;}
	.show_pl_form form{width:100%;height:150px;background-color:#f5f6f9;box-sizing:border-box;padding:15px 10px;}
	.show_pl_form form textarea{width:100%;height:80px;font-size:14px;color:#666;background-color:#f5f6f9;border:0;}
	.show_pl_form form .layui-btn{width:80px;height:34px;background-color:#c9c9c9;font-size:14px;color:#fff;float:right;line-height: 34px;}
	.show_pl_form>p{color:#ff2d2d;font-size:12px;margin:22px auto 0;}
	.show_pl_form>p a{color:#007af3;display:inline;}
}