* {
	margin: 0;
	padding: 0;
	/* font-family: "黑体"; */
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	
	background: url(../image/bj.min.png?1.1) no-repeat;
	background-size: 100%;
	background-color: #03179c;
	/* background-color: #f2f3f4; */
	/* ios刘海屏兼容 */
	/* padding-bottom: constant(safe-area-inset-bottom); 
	padding-bottom: env(safe-area-inset-bottom); */
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	/* color: #000000; */
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	display: block;
}

img {
	width: 100%;
	display: block;
}

li {
	list-style: none;
}

input {
	border: none;
	outline: none;
	display: block;
	width: 100%;
	height: 100%;
	color: #6C6C6C;
	font-size: 0.28rem;
}
.viewpoint{
	position: relative;
	/* background-color: #f2f3f4; */
	/* height: 100%; */
	/* overflow: auto; */
	/* background: url(../image/bj.png) no-repeat;
	background-size: 100% 100%; */
}
.tourl{
	display: flex;
	justify-content: center;
}
.tourl a{
	font-size: 0.58rem;
	color: #ffffff;
	padding: 0.24rem 1.74rem;
	background: linear-gradient(12deg, #FF8E99, #FFD4D4);
	border-radius: 0.6rem;
	font-weight: 800;
}
.footer{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.8rem 0;
}
.footerle{
	width: 2rem;
	height: 2rem;
}
.footerre{
	width: 3.7rem;
	margin-left: 0.3rem;
}

/* 发表评论页 */
.speak{
	background-color: #16183e;
}
.speak_top{
	position: relative;
}
.speak_top h2{
	font-size: 0.5rem;
	color: #ffffff;
	padding: 0.3rem;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
.center_wite {
    /* background-color: #ffffff; */
    margin: 0 0.72rem;
    border-radius: 0.2rem;
    padding: 0.33rem 0.2rem 0.36rem;
    margin-bottom: 0.8rem;
}
.sigin_wite {
    background-color: #ffffff;
    border-radius: 0.1rem;
    border: 1px solid #ABABAB;
    margin-bottom: 0.5rem;
}
.sigin_list {
    display: flex;
    height: 0.78rem;
    border-radius: 0.1rem;
    align-items: center;
    padding: 0 0.3rem;
}
.list_left {
    color: #6C6C6C;
    font-size: 0.28rem;
    width: 1.6rem;
}
.list_left span {
    color: #E92232;
}
.list_right {
    flex: 1;
    color: #6C6C6C;
    font-size: 0.28rem;
		height: 100%;
}
.list_footer {
    color: #151f5b;
    background-color: rgb(255 207 136);
    font-size: 0.44rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.36rem;
    border-radius: 0.7rem;
    padding: 0.15rem 0;
    margin: 0.4rem auto 0;
    letter-spacing: 2px;
}
.content{
	height: 2rem;
	border: none;
	overflow-y: auto;
	font-size: 0.3rem;
	padding: 0.2rem;
	outline: none;
}
/* 提示弹窗 */
.tips {
	font-size: 0.4rem;
	padding: 0.2rem;
	background: rgba(255, 255, 255, 0);
	color: #ffffff;
	width: 100%;
	height: 100%;
	line-height: 0.6rem;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
	display: none;
}
.dis {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dis p {
	background-color: rgba(0, 0, 0.5);
	padding: 0.2rem;
}
/* 成功提示 */
.success_cen{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
.success_text{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
}
.success_back{
	width: 80%;
	height: 30%;
	background-color: #ffffff;
	border-radius: 0.1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.success{
	font-size: 0.4rem;
	color: #022789;
	font-weight: 700;
	text-align: center;
	line-height: 0.8rem;
	padding: 0 0.3rem 0.3rem;
}
.success_btn{
	font-size: 0.36rem;
	background-color: #022789;
	color: #ffffff;
	padding: 0.1rem 0.6rem;
	border-radius: 2rem;
}
#address{
	height: 100%;
	position: relative;
}
.address{
	height: 100%;
	overflow: hidden;
}
.address_list{
	width: calc(100% + 0.3rem);
	position: absolute;
	top: 0.8rem;
	left: 0;
	background-color: #ffffff;
	height: 2rem;
	overflow: auto;
	text-align: center;
	border: 1px solid #ABABAB;
	padding: 0.1rem 0;
	display: none;
}
.address_list li{
	padding: 0.05rem 0.1rem;
}
.address_text{
	line-height: 0.8rem ;
}
.address_xz{
	background-color: #eaeaea;
}
.center{
	/* height: 100%; */
	padding:6.5rem 0 1.2rem;
	/* background: url(../image/enroll2.jpg?1.0) no-repeat; */
	/* background-size: 100%; */
}
#address img{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0.4rem;
	margin: auto;
}
.prompt{
	font-size: 0.26rem;
	color: #6C6C6C;
	text-align: center;
}
#companytype,#source{
	border: none;
	width: 100%;
	height: 100%;
	outline: none;
	background-color: #ffffff;
	color: #6C6C6C;
	font-size: 0.28rem;
}
