@charset "utf-8";

* {
	margin: 0;
	padding: 0
}

html {
	height: 100%
}

/*body {
    !* height: 13.06rem; *!
    height: 100%;
	background-color: rgba(0,0,0,0.7);
	background: url(../assets/bg1.png) no-repeat center;
    !* background-size: 7.50rem 13.34rem; *!
    background-size: 320% 140%;
    position: relative;
    overflow-x: hidden;
}*/
body::after {
	position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #2D323E;
    opacity: 0.8;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.top {
    line-height: 1rem;
    background-color: #fff;
    width: 100%;
    text-align: center;
    font-size: 17px;
    /* margin-bottom: 20px; */
    position: relative;
    color: #445544;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
}
.top_back {
	/* float: left; */
	position: absolute;
	width: 0.16rem;
	height: 0.28rem;
	left: 20px;
	top: 20px;
}
.top_pic {
    width: 100%;
    height: 3.2rem;
}
.top_txt {
    color: #fff;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 30px;
    opacity: .8;
    text-align: justify;
    text-justify:inter-ideograph;
    height:9rem ;
    overflow-y: auto ;
}
.impress_list {
    height: 6.4rem;
    overflow-y: scroll;
}
.impress_box {
    background-color: rgba(159, 159, 159, .4);
    margin: 0 20px 10px;
    opacity: .9;
}
.impress_title {
    color: #ffc66c;
    font-size: 18px;
    text-align: center;
    padding: 16px 0;
}
.impress_txt {
    font-size: 15px;
    color: #fff;
    padding: 0 10px 20px;
    text-align: justify;
    text-justify:inter-ideograph;
}