body{
	font-family:helvetica;
}

.value-note {
	color: #FFFFFF;
	text-decoration: none;
}

header {
	border-bottom: solid 1px rgba(70, 67, 67, 0.3);
	position: fixed;
	background-color: #ffffff;
	height: 3.0rem;
	width: 100%;
	left: 0;
	z-index: 5000;
}
.menudiv{
	/*max-width: 750px;*/
	height: 100%;
}
header a {
	text-decoration: none;
}

.header-name {
	color: #1685D7;
	font-size: 1.1rem;
	line-height: 3.0rem;
	padding-left: 5px;
}

.letfBtn {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        -webkit-flex: 1;
	        flex: 1;
}

.rightBtn {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        -webkit-flex: 1;
	        flex: 1;
}

.menuImg {
	width: 80%;
}

.logo {
	float: left;
	width: 2.4rem;
	margin-top: 0.3rem;
	margin-left: 0.4rem;
}

.container {
	padding-top: 2.9rem;
}

.mobile-inner-header-icon {
	color: #ffffff;
	height: 1.5rem;
	text-align: center;
	float: right;
	right: 1rem;
	margin-top: 0.6rem;
	border-radius: 50%;
	width: 1.5rem;
	position: relative;
	border: 1px solid #2389D4;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-inner-header-icon span {
	position: absolute;
	width: 1rem;
	height: 2px;
	top: 0.73rem;
	background-color: #2389D4;
	left: 0.25rem;
}

.mobile-inner-header-icon span:nth-child(1) {
	-webkit-transform: translateY(0.3rem) rotate(0deg);
	        transform: translateY(0.3rem) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	-webkit-transform: translateY(-0.3rem) rotate(0deg);
	        transform: translateY(-0.3rem) rotate(0deg);
}

.mobile-inner-header-icon-out span:nth-child(1) {
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-name: outfirst;
	        animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-name: outfirst;
	        animation-name: outfirst;
}

.mobile-inner-header-icon-click span {
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-name: clickfirst;
	        animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(1) {
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-name: clickfirst;
	        animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-name: clicksecond;
	        animation-name: clicksecond;
}

@-webkit-keyframes clickfirst {
	0% {
		-webkit-transform: translateY(0.3rem) rotate(0deg);
		        transform: translateY(0.3rem) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(45deg);
		        transform: translateY(0) rotate(45deg);
	}
}

@keyframes clickfirst {
	0% {
		-webkit-transform: translateY(0.3rem) rotate(0deg);
		        transform: translateY(0.3rem) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(45deg);
		        transform: translateY(0) rotate(45deg);
	}
}

@-webkit-keyframes clicksecond {
	0% {
		-webkit-transform: translateY(-0.3rem) rotate(0deg);
		        transform: translateY(-0.3rem) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		        transform: translateY(0) rotate(-45deg);
	}
}

@keyframes clicksecond {
	0% {
		-webkit-transform: translateY(-0.3rem) rotate(0deg);
		        transform: translateY(-0.3rem) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		        transform: translateY(0) rotate(-45deg);
	}
}

.mobile-inner-header-icon-out span:nth-child(1) {
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-name: outfirst;
	        animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-name: outsecond;
	        animation-name: outsecond;
}

@-webkit-keyframes outfirst {
	0% {
		-webkit-transform: translateY(0) rotate(-45deg);
		        transform: translateY(0) rotate(-45deg);
	}
	100% {
		-webkit-transform: translateY(-0.3rem) rotate(0deg);
		        transform: translateY(-0.3rem) rotate(0deg);
	}
}

@keyframes outfirst {
	0% {
		-webkit-transform: translateY(0) rotate(-45deg);
		        transform: translateY(0) rotate(-45deg);
	}
	100% {
		-webkit-transform: translateY(-0.3rem) rotate(0deg);
		        transform: translateY(-0.3rem) rotate(0deg);
	}
}

@-webkit-keyframes outsecond {
	0% {
		-webkit-transform: translateY(0) rotate(45deg);
		        transform: translateY(0) rotate(45deg);
	}
	100% {
		-webkit-transform: translateY(0.3rem) rotate(0deg);
		        transform: translateY(0.3rem) rotate(0deg);
	}
}

@keyframes outsecond {
	0% {
		-webkit-transform: translateY(0) rotate(45deg);
		        transform: translateY(0) rotate(45deg);
	}
	100% {
		-webkit-transform: translateY(0.3rem) rotate(0deg);
		        transform: translateY(0.3rem) rotate(0deg);
	}
}

.menuBtn {
	float: right;
	right: 0px;
	/*padding: 22px;*/
	padding: 1.1rem;
	width: 10%;
	position: fixed;
	z-index: 10001;
}

.mobile-inner-nav {
	background-color: rgba(0, 0, 0, 0.9);
	width: 100%;
	position: fixed;
	/*top: 120px;*/
	top: 3.0rem;
	left: 0px;
	height: 100%;
	display: none;
	z-index: 1000;
}

.mobile-a {
	display: inline-block;
	line-height: 3.0rem;
	text-decoration: none;
	width: 80%;
	margin-left: 10%;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 0.8rem;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	        animation-name: returnToNormal;
}

.menu-border {
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		        transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		        transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

.ment-bottom {
	padding-top: 3.0rem;
	width: 100%;
	display: inline-table;
}

.menuBtnLeft {
	float: left;
	width: 50%;
	text-align: center;
}

.menuBtnRight {
	float: right;
	width: 50%;
	text-align: center;
}

.menuImg {
	width: 70%;
}

footer {
	background: #000000;
	color: #FFFFFF;
	max-width: 37.5rem;
	margin: 0 auto;
	list-style: none;
}

.footer-address {
	font-size: 0.65rem;
	padding-top: 1rem;
	padding-left: 1rem;
	padding-bottom: 0.5rem;
}

.footer-copyright {
	border-top: 0.05rem solid rgba(255, 255, 255, 0.15);
	/*font-size: 0.5rem;*/
	font-size: 12px;
	margin: 0 auto;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	text-align: center;
}

.dialog-overlay {
	position: absolute;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #000;
	display: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.dialog {
	position: absolute;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

.dialog-content {
	width: 50%;
	margin: 15% auto auto;
	background: white;
	overflow: hidden;
	padding: 0.5rem 0.75rem;
	text-align: center;
}

.qr-container2 {
	text-align: center;
	border: 0.05rem solid #E0E0E0;
	border-radius: 0.1rem;
}

.dialog-left,
.dialog-right {
	float: left;
}

.dialog-left2,
.dialog-right2 {
	float: left;
}

.dialog-left {
	width: 60%;
}

.dialog-right {
	width: 40%;
}

.dialog-right2 {
	width: 40%;
	margin-right: 0.5rem;
}

.dialog-left2 {
	margin-top: 2.6rem;
}

.dialog-left2 p {
	line-height: 1.5rem;
}

.dialog-title {
	text-align: center;
}

.dialog-content {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.dialog-show .dialog-content {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.p-vote {
	color: #A1A1A1;
	line-height: 2.15rem;
	text-align: center;
	font-size: 0.6rem;
}

.am-list-last {
	padding-bottom: 1.5rem;
}

.specal {
	width: 100%;
	height: 2.0rem;
}
.knowbtn {
    width: 7.3rem;
    height: 2rem;
    margin: 0 auto;
    border-radius: 2.5rem;
    color: #FFFFFF;
    line-height: 2rem;
}
.menu-color{
	background-color: #1685D7;
}
.menu-color-orange{
	background-color: #626bb2;
}
.banner a {
	text-decoration: none;
}

.know-right {
	font-size: 0.8rem;
}

.know-left {
	font-size: 0.6rem;
	padding-right: 3px;
}
.icp-style{
	font-size: 12px;
}
