@import url("css/mui.min.css");
@import url("fonts/iconfont/iconfont.css");
@import url("js/layer_mobile/need/layer.css");
body {
	background-color: #eee;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei", 微软雅黑, sans-serif;
}

.mui-input-row label {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei", 微软雅黑, sans-serif;
	font-size: 17px;
}

input,
select,
textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei", 微软雅黑, sans-serif;
}

img {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

ul,
li,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mui-slider .mui-slider-group .mui-slider-item .item-img img {
	height: auto;
}

.f12 {
	font-size: 12px;
}

.f18 {
	font-size: 18px;
}

.f24 {
	font-size: 24px;
}

.text-info {
	padding: 10px;
}

p {
	color: #9e9e9e;
}

a {
	color: #336699;
}



.partner-page{
	
}
header.mui-bar {
    background-color: #6073FA;
    box-shadow: none;
    }
header .mui-title{
	color: #fff;
}
.par-header{
	/*background-image: linear-gradient(-45deg, #6073FA, #77C0FF);*/
	background-color: #6073FA;
	color: #fff;
	padding: 20px 15px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.par-header .item-img{
	width: 42px;
	height: 42px;
	margin-right: 15px;
	float: left;
}
.par-header .item-img img{
	width: 100%;
	border-radius: 50%;
}
.par-header .item-txt{
	
}
.par-header .item-txt h4{
	margin-bottom: 0;
}
.par-header .item-txt p{
	color: #fff;
	font-weight: 100;
	font-size: 14px;
}
.partner-card{
	box-shadow: none;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
}
.partner-card .col-4{
	width: 33.33%;
	float: left;
}
.partner-card .col-6{
	width: 50%;
	float: left;
}
.partner-card strong{
	font-size: 22px;
	text-align: center;
	display: block;
	font-weight: 500;
	padding-top: 25px;
}
.partner-card strong small{
	font-size: 14px;
	font-weight: 100;
	color: #999;
}
.partner-card span{
	font-size: 14px;
	display: block;
	text-align: center;
	color: #999;
	padding-bottom: 25px;
}
.partner-card .mui-card-footer:before, .partner-card .mui-card-header:after{
	background-color: #eee;
}
.partner-card .mui-card-header{
	font-size: 15px;
}
.profit-page .first-card strong{
	padding-top: 10px;
}
.profit-page .first-card span{
	padding-bottom: 10px;
}

.app-page{
	background-color: #1478c0;
	background-image: url(images/App-bg-blue.jpg);
	/*background-position:center bottom;*/
	background-size: cover;
	background-repeat: no-repeat;
	/*position: relative;	*/
}
.app-page .mui-content{
	background-color: transparent;
}

.app-page .btn-box{
	margin-top: 200px;
}
.app-page .btn-inner-box{
	margin:30px 85px;
	
}
.app-page .btn-box .mui-btn-outlined{
	color: #fff;
	height: 52px;
	line-height: 52px;
	border-radius: 30px;
	border-color:#FFF;
	padding: 0;
}
.app-page .btn-box .mui-btn-outlined .icon{
	position:relative;
	top: 7px;
	width: 30px;
	height: 30px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 10px;
}
.app-page .btn-box .mui-btn-outlined .icon-andriod{
	background-image: url(images/icon-andriod.png);
}
.app-page .btn-box .mui-btn-outlined .icon-apple{
	background-image: url(images/icon-apple.png);
}
.contxt-wrapper{
	margin:100px 30px;
	text-align: center;
	color: #fff;
}
.contxt-wrapper h1{
	font-size: 32px;
	line-height: 1.4em;
	font-weight: 400;
	margin-bottom: 20px;
}
.contxt-wrapper p{
	line-height: 1.5em;
	font-weight: 200;
	font-size: 20px;
	color: #fff;
}
