html {
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	min-height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	border: 0;
	padding: 0;
	font-style: normal;
}

html,body {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: 100% !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	height: 100%;
}

ul li {
	list-style: none;
}

input,textarea {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

::-webkit-input-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}

.mui-icon-clear {
	background: url(../img/close-s.png) no-repeat 14px center;
	background-size: 15px 15px;
}

.mui-icon-eye {
	background: url(../img/eye1.png) no-repeat 4px center;
	background-size: 25px 25px;
}

.mui-icon-eye.mui-active {
	background: url(../img/eye2.png) no-repeat 4px center;
	background-size: 25px 25px;
}

.mui-input-row .label-tel {
	position: relative;
	width: 100px;
	vertical-align: middle;
	background: url(../img/select.png) no-repeat right bottom;
	background-size: 6px 6px;
	color: #63afff;
	cursor: pointer;
}

.mui-input-row .label-tel::before {
	position: absolute;
	content: "";
	right: -2px;
	bottom: 0;
	margin-top: -13px;
	width: 1px;
	height: 23px;
	background-color: #f3f3f3;
}

.mui-input-row.row-get-smscode .mui-input-clear~.mui-icon-clear {
	right: 102px;
	width: 34px;
}

.mui-input-row.row-get-smscode label~input {
	padding-right: 34px;
}

.mui-input-row .mui-input-clear {
	padding-right: 35px;
}

.mui-input-row input,
.mui-input-row textarea {
	color: #000;
}

.mui-input-row .btn-get {
	margin-right: 10px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #eb4b46;
	color: #fff;
	vertical-align: top;
	cursor: pointer;
	white-space: nowrap;
	background-clip: padding-box;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}

.mui-input-row .btn-get:active {
	color: #fff;
	background-color: #eb4b46;
	border: 1px solid #eb4b46;
}

.btn-submit-lg {
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
	margin-top: 15px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	background-color: #eb4b46;
	letter-spacing: 3px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.btn-submit-lg::before {
	content: "";
	position: absolute;
	bottom: 0px;
	z-index: 1;
	left: 0;
	width: 92%;
	margin-left: 4%;
	height: 10px;
	background-color: #eb4b46;
	-webkit-filter: drop-shadow(1px 2px 6px #eb4b46);
	filter: drop-shadow(1px 2px 6px #eb4b46);
}

.btn-submit-lg:hover,.btn-submit-lg:active::before {
	color: #fff;
	filter: none;
	-webkit-filter: none;
}

.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.container {
	background-color: #fff;
}

.bg-white {
	background-color: #fff;
}

.img-wrap img {
	display: block;
	width: 100%;
	height: auto;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-v {
	-webkit-box-orient: vertical;
	-webkit-flex-flow: column;
	flex-flow: column;
}

.center-block {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-abw {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-vc {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.pack-start {
	display: -webkit-box;
	display: -moz-box;
	-moz-box-pack: start;
	-webkit-box-pack: start;
}

.pack-end {
	display: -webkit-box;
	display: -moz-box;
	-moz-box-pack: end;
	-webkit-box-pack: end;
}

.pack-center {
	display: -webkit-box;
	display: -moz-box;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	box-pack: center;
}

.pack-justify {
	display: -webkit-box;
	display: -moz-box;
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
}

.align-start {
	display: -webkit-box;
	display: -moz-box;
	-moz-box-align: start;
	-webkit-box-align: start;
	-o-box-align: start;
}

.align-end {
	display: -webkit-box;
	display: -moz-box;
	-moz-box-align: end;
	-webkit-box-align: end;
	-o-box-align: end;
}

.align-center {
	display: -webkit-box;
	display: -moz-box;
	-moz-box-align: center;
	-webkit-box-align: center;
	-o-box-align: center;
}

.border-t,.border-b {
	position: relative;
}

.border-t:before,.border-b:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #f3f3f3;
	right: 0;
	height: 1px;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.border-b:after {
	top: auto;
	bottom: 0;
}

.mt10 {
	margin-top: 10px;
}

.clearval {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 100%;
	background: url(../img/close-s.png) no-repeat center center;
	background-size: 15px 15px;
	background-color: #f5f5f5;
}

.has-value .clearval {
	display: block;
}

.nav-right {
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	padding-right: 10px;
	color: #999;
	z-index: 2;
	text-align: right;
}

.icon-nav-back {
	display: inline-block;
	width: 40px;
	height: 44px;
	vertical-align: middle;
	background: url(../img/icon-back.png) no-repeat 10px center;
	background-size: 11px 18px;
}

.icon-arrow-r {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 16px;
	background: url(../img/icon-arror-r.png) no-repeat center;
	background-size: 10px 16px;
}

.icon-arrow-l {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 16px;
	background: url(../img/icon-back.png) no-repeat center;
	background-size: 9px 16px;
}

#footer a {
	height: 50px;
	background: url(../img/footer-btn-01.png) no-repeat center;
	background-size: 49px auto;
}

#footer a:nth-child(1) {
	background-image: url(../img/footer-btn-01.png);
}

#footer a:nth-child(2) {
	background-image: url(../img/footer-btn-02.png);
}

#footer a:nth-child(3) {
	background-image: url(../img/footer-btn-03.png);
}

#footer a:nth-child(4) {
	background-image: url(../img/footer-btn-04.png);
}

#footer a:nth-child(1).active {
	background-image: url(../img/footer-btn-01-active.png);
}

#footer a:nth-child(2).active {
	background-image: url(../img/footer-btn-02-active.png);
}

#footer a:nth-child(3).active {
	background-image: url(../img/footer-btn-03-active.png);
}

#footer a:nth-child(4).active {
	background-image: url(../img/footer-btn-04-active.png);
}

.empty-box {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.search_null {
	width: 140px;
	height: auto;
	text-align: center;
}

.search_null img {
	width: 140px;
	height: 140px;
}

.search_null p {
	margin-top: 15px;
	margin-bottom: 80px;
	font-size: 14px;
	color: #000000;
}

.search_null .btn {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	background-color: #eb4b46;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.search_null .btn:active {
	opacity: .8;
}

.search_null .timeout_img {
	background: url(../img/empty/no-wifi.png) no-repeat center;
	background-size: 100% 100%;
	width: 140px;
	height: 140px;
}

.pageItem {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
}

.mui-backdrop,
.dialog-mask,
.my-dialog-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 998;
	background-color: rgba(0, 0, 0, .5);
}

.my-dialog {
	position: absolute;
	top: 27%;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0 38px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}

.my-dialog .dialog-inner {
	position: relative;
	width: 100%;
	height: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
}

.my-dialog .dialog-header {
	position: relative;
	height: 93px;
	width: 100%;
	background: url(../img/dialog-top3.png) no-repeat -2px -2px/102% 100%;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-ms-border-top-right-radius: 6px;
	-o-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

.my-dialog .dialog-header h3 {
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding-top: 30px;
}

.my-dialog .dialog-content {
	margin-bottom: 42px;
	margin-top: 32px;
	text-align: left;
	padding: 0 17px;
	line-height: 1.5;
}

@media screen and (max-width:320px) {
	.my-dialog .dialog-content {
		margin-top: 22px;
		margin-bottom: 2px;
	}
}

.my-dialog .dialog-content .p1 {
	font-size: 14px;
	color: #292929;
	text-indent: 0em;
}

.my-dialog .dialog-footer {
	width: 100%;
	height: 84px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.my-dialog .dialog-footer .btn-pink {
	width: 65%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: #eb4b46;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

.my-dialog .dialog-close {
	position: absolute;
	top: -97px;
	right: 0;
	width: 30px;
	height: 30px;
	background: url(../img/dialog-close.png) no-repeat center center;
	background-size: 30px 30px;
}

.my-dialog .dialog-close::before {
	content: "";
	position: absolute;
	top: 30px;
	right: 13px;
	width: 1px;
	height: 67px;
	background-color: #fff;
}

#verifycode_page .my-dialog {
	top: 50%;
	margin-top: -105px;
	padding: 0 20px;
}

#verifycode_page .my-dialog .dialog-inner {
	position: relative;
	width: 100%;
	height: 210px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
}

#verifycode_page .my-dialog .dialog-content {
	padding: 20px 10px 0;
	margin-top: 0;
	text-align: center;
}

#verifycode_page .my-dialog .dialog-content .p1 {
	margin-bottom: 30px;
	font-size: 14px;
	color: #292929;
}

#verifycode_page .my-dialog .dialog-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

#verifycode_page .my-dialog .form-item {
	width: 100%;
	height: 44px;
	background-color: #f3f3f3;
	border: 1px solid #979797;
}

#verifycode_page .my-dialog .form-item input {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f3f3f3;
	padding: 0 10px;
	line-height: 1.5;
}

#verifycode_page .my-dialog .form-item input::-webkit-input-placeholder {
	color: #999;
}

#verifycode_page .my-dialog .form-item input:-moz-placeholder {
	color: #999;
}

#verifycode_page .my-dialog .form-item input::-moz-placeholder {
	color: #999;
}

#verifycode_page .my-dialog .form-item input:-ms-input-placeholder {
	color: #999;
}

#verifycode_page .my-dialog .form-item .img-code {
	width: 90px;
	height: 32px;
	line-height: 32px;
	margin-right: 6px;
	background-color: #fff;
	color: #eb4b46;
}

#verifycode_page .btn-box .btn-item {
	height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #d8d8d8;
}

#verifycode_page .btn-box .btn-item:first-child {
	color: rgba(0, 0, 0, 0.7);
	background-color: #fff;
	-webkit-border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px;
	-ms-border-radius: 0 0 0 6px;
	-o-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}

.btn-box .btn-item:last-child {
	color: #fff;
	background-color: #eb4b46;
	-webkit-border-radius: 0 0 6px 0;
	-moz-border-radius: 0 0 6px 0;
	-ms-border-radius: 0 0 6px 0;
	-o-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}

.my-list {
	background-color: #fff;
}

.my-list li {
	padding: 0 10px;
	position: relative;
	height: 60px;
	border-bottom: 1px solid #f3f3f3;
	color: #292929;
	cursor: pointer;
}

.my-list li:last-child {
	border-bottom: none;
}

.my-list li .item-right {
	text-align: right;
	color: #999999;
}

.my-list li .item-right .txt {
	display: none;
	padding-right: 2px;
}

.my-list li.active .item-right .txt {
	display: inline-block;
}

.my-list li:active {
	background-color: rgba(229, 229, 229, .6);
}

#exrate_page {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
}

.mui-control-content.mui-active {
	display: block;
}

.mui-control-content {
	position: relative;
	display: none;
}

.sent_sms {
	background: #ccc !important;
}

.need_select {
	color: #eb4b46;
}

.hasError input::-webkit-input-placeholder {
	color: #eb4b46;
}

.hasError input::-moz-placeholder {
	color: #eb4b46;
}

.hasError input:-moz-placeholder {
	color: #eb4b46;
}

.hasError input:-ms-input-placeholder {
	color: #eb4b46;
}

.loading {
	position: fixed;
	top: 45%;
	left: 50%;
	margin: -20px 0 0 -20px;
	width: 40px;
	height: 40px;
	border: 2px solid;
	border-color: #333 #333 transparent;
	border-radius: 50%;
	box-sizing: border-box;
	animation: loading 1s linear infinite;
	z-index: 99999;
}

@keyframes loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.paying {
	position: fixed;
	top: 55%;
	padding: 6px 6px;
	z-index: 99999;
	background: #ccc;
	border-radius: 5px;
	color: #666;
	font-size: 14px;
}

.gray_background {
	background: #ccc !important;
}

.mostTop {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 44px;
	background-color: #eb4b46;
}

.mostTop .close {
	width: 35px;
	height: 44px;
	background: url(../img/close2.png) no-repeat center center;
	background-size: 35px 44px;
}

.mostTop img {
	display: block;
	width: 100%;
	height: 44px;
}

.mostTop+.mui-bar-nav {
	top: 44px;
}

.mostTop+.mui-bar-nav~.mui-content {
	padding-top: 88px;
}

.guidance_wrap {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #f6f7fc;
	display: none;
}

.guidance_wrap .opacity {
	height: 44px;
	width: 100%;
	background-color: #f05c8c;
	opacity: 0.5;
}

.guidance_wrap .guidance_content {
	width: 100%;
	height: 43px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
}

.guidance_wrap .guidance_content .closeIMG {
	width: 12px;
	height: 12px;
	background: url(../img/icon.png);
	background-size: 84px 78px;
	background-position: -48px -33px;
	display: inline-block;
	vertical-align: top;
	margin-top: 16px;
}

.guidance_wrap .closeDownloadBtn {
	display: inline-block;
	width: 44px;
	height: 44px;
	text-align: center;
	vertical-align: top;
}

.guidance_content .imgWrap {
	position: absolute;
	left: 0;
	top: 0;
}

.guidance_wrap .guidance_content .downloadIconImg {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../img/icon.png);
	background-size: 84px 78px;
	background-repeat: no-repeat;
	margin-left: 8px;
	margin-top: 7px;
}

.guidance_wrap .downloadWrap {
	height: 100%;
	padding-left: 90px;
}

.guidance_wrap .download {
	display: inline-block;
	height: 100%;
	font-size: 12px;
	line-height: 44px;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
}

.guidance_wrap .transfer {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0;
	color: #ffffff;
	margin: 0;
	margin-top: 7px;
}

.guidance_wrap .guidance_content .guidance_button {
	width: 72px;
	height: 100%;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0;
	color: #f05c8c;
	border: none;
	padding: 0;
	background-color: #fff;
	float: right;
}

.show_download .mui-bar-nav {
	top: 44px !important;
}

.show_download .mui-scroll-wrapper {
	top: 44px !important;
}

.show_download .guidance_wrap {
	display: block !important;
}

.site-footer {
	text-align: center;
}

.site-footer p,.site-footer a {
	font-size: 12px;
	color: #777;
}

.site-footer .copyright {
	text-align: center;
}

.site-footer .copyright li {
	position: relative;
	display: inline-block;
}

.site-footer .copyright li a {
	display: inline-block;
	line-height: 1;
	border-right: 1px solid #979797;
}

.site-footer .copyright li:first-child a {
	padding-right: 8px;
	margin-right: 5px;
}

.site-footer .copyright li:last-child a {
	border-right: 0;
}

.site-footer p {
	margin-top: 10px;
	padding-bottom: 20px;
}

.mt {
	margin-top: 10px;
}

.breadcrumb {
	display: flex;
	align-items: center;
	padding: 0 10px;
	height: 40px;
	background: #FFF;
}

.breadcrumb a {
	font-size: 14px;
	color: #333333;
	line-height: 40px;
}

.breadcrumb a.active {
	color: #777;
}

.breadcrumb i {
	width: 6px;
	height: 11px;
	background: url(../img/arrow-r.png) no-repeat center center;
	background-size: 100% 100%;
	margin: 0 11px;
}
.icon-service{
	width: 56px;
	height: 44px;
	background: url(../img/c-service.png) no-repeat center right;
	background-size: 23px 32px;
	text-align: center;
	margin-right: 3px;
}

.article-header.mui-bar .icon-home, .goods-header.mui-bar .icon-home {
	display: inline-block;
	width: 45px;
	height: 44px;
	vertical-align: middle;
	background: url(../img/home.png) no-repeat 18px center;
	background-size: 17px 17px;
}