@charset "utf-8";
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,
li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,
form,fieldset,legend,input,button,textarea,select,option,tr,th,
td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
dl,dt,dd,ol,ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	font-family: "Microsoft Yahei";
	color: #434343;
	max-width:750px;
	margin:0 auto;
	background-color: #f6f6f6;
}
div {
	box-sizing: border-box;
}
table {
	border-collapse: separate;
	border-spacing: 0
}
caption,th,td {
	text-align: left;
	font-weight: 400
}
table,td,th {
	vertical-align: middle
}
textarea,input,button,select,keygen,legend {
	font: "Microsoft Yahei";
	outline: 0;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: ""
}
a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #000;
}
a img {
	border: none;
}
a:hover {
	color: #0a85e9;
}
ol {
	margin-left: 2em
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
html>body p code {
	white-space: normal
}
hr {
	margin: -8px auto 11px
}
.clearfix:after,#container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden
}
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0
}
.cutWord{width:100%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
fieldset {
	padding-top: 0
}
.btn{
	display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: 9px 12px;
    border: 1px solid transparent;
}
img{
	display:block;
	width:100%;
}
.bottom_btn {
    width: 100%;
    height: 1.42rem;
    /* border-top: 0.2rem solid #f2f2f2; */
    display: flex;
}

.bottom_btn .anniu {
    width: 50%;
    text-align: center;
    font-size: 0.32rem;
    line-height: 1.42rem;
}

.bottom_btn .anniu:nth-child(1) {
    border-top: 2px solid #f2f2f2;
    background-color: #ffffff;
    color: #777777;
}

.bottom_btn .anniu:nth-child(2) {
    background-color: #1b80eb;
    color: white;
}

.msg input {
    display: block;
    width: 85%;
    margin: 0.36rem auto 0.2rem auto;
    height: 0.86rem;
    line-height: 0.86rem;
    color: #777777;
    background-color: #f8f8f8;
    font-size: 0.28rem;
    padding-left: 0.2rem;

}

.msg h2 {
    text-align: center;
    font-size: 0.3rem;
    padding: 0.3rem;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
}
[v-cloak] {
	display: none;
	
}



/*底部导航样式*/

.footer_menu {
	position: fixed;
	bottom: 0;
	z-index: 99;
	font-size: 0;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	background: #fff;
	width: 7.5rem;
}

@media (-webkit-min-device-pixel-ratio: 2) .footer_menu:before {
	transform: scaleY(0.5);
}

@media (-webkit-min-device-pixel-ratio: 1.5) .footer_menu:before {
	transform: scaleY(0.7);
}

.footer_menu:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #e8e8e8;
}

.footer_menu dl {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 0.24rem;
}

.footer_menu dl a {
	display: block;
}

.footer_menu dl dt {
	width: 0.4rem;
	height: 0.4rem;
	margin: 0 auto;
	margin-bottom: 0.1rem;
}

.footer_menu dl dt img {
	display: block;
}

.footer_menu dl.on dd {
	color: #2d3b49;
	font-weight: bold;
}

.footer_menu dl dd {
	text-align: center;
	color: #777;
}
