body,html{
	height: 100%;
	background: #f5f5f5;
}

a{
	color: #08f;
}
.head-bar{
	display: flex;
	height: 50px;
	align-items: center;
	padding: 0 20px;
	background-color: #fff;
}
.head-bar h1{
	flex: 1;
	font-size: 17px;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: center;
}
.head-bar h1 a.head-logo{
	color: #000;
	display: flex;
	align-items: center;
}
.head-bar h1 a.head-old{
	font-size: 12px;
	margin-left: 20px;
	color: #333;
}
.head-bar h1 a.head-old-mini{
	display: none;
}
.head-bar h1 i{
	width: 30px;
    height: 30px;
    background: url(../../images/new/icon-256.png?v=2) no-repeat;
    background-size: 30px;
    border-radius: 2px;
    margin-right: 10px;
}
.head-bar ul.head-bar-main-menu{
	display: flex;
	margin-right: -10px;
}
.head-bar ul.head-bar-main-menu li{

}
.head-bar ul.head-bar-main-menu li a{
	font-size: 13px;
	color: #777;
	border-right: 1px solid #dddedf;
	padding: 0 20px;
}
.head-bar ul.head-bar-main-menu li:last-child a{
	border: none;
}
.head-menu{
	position: relative;
	margin-left: 20px;
}
.head-menu a.head-menu-btn{
	width: 24px;
	height: 24px;
	background: url(../../images/new/icon-menu.png) no-repeat;
	background-size: 24px;
	text-indent: -99999px;
	display: block;
}
.head-menu a.head-menu-btn-user{
	text-indent: 0;
	width: auto;
	height: auto;
	background: none;
	margin-right: 20px;
}
.head-menu a.head-menu-btn-user:after{
	content: '';
	background: url(../../images/new/icon-arrow.png) no-repeat;
	width: 20px;
	height: 20px;
	background-size: 20px;
	position: absolute;
    transform: rotate(90deg);
}

.head-menu ul{
	position: absolute;
	width: 270px;
	right: 0;
	top: 40px;
	box-shadow: 0 0px 20px rgba(0,0,0,0.2);
	background: #fff;
	display: none;
}

.head-menu ul li a{
	border-bottom: 1px solid #e5e5e5;
	display: block;
	height: 55px;
	line-height: 55px;
	font-size: 12px;
	color: #000;
	padding: 0 20px;
}   
.head-menu ul li a:hover{
	background: #f9f9f9;
}
.head-menu ul li:last-child a{
	border: none;
}

.head-menu ul li:first-child a:before{
	content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: -7px;
    transform: rotate(45deg);
    background: #fff;
    right: 5px;
}

.foot-bar{
	display: flex;
	padding: 0 20px;
	align-items: center;
	padding: 10px 0;
	position: fixed;
    bottom: 0;
    width: 100%;
    background: #fbfbfb;
    border-top: 1px #f5f5f5 solid;
}
.foot-bar h3{
	font-size: 14px;
	font-weight: normal;
	visibility: hidden;
	width: 300px;
	margin-left: 20px;
}
.foot-bar h3 a{
	display: flex;
	align-items: center;
}
.foot-bar h3 i{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../images/new/icon-256.png) no-repeat;
	background-size: 30px;
	border-radius: 2px;
}
.foot-bar h3 span{
	display: block;
	text-indent: 10px;
	color: #4c4c4c;
}
.foot-bar ul{
	width: 300px;
	text-align: right;
	margin-right: 20px;
}
.foot-bar ul li{

}
.foot-bar ul li a{
	color: #4c4c4c;
	font-size: 13px;
}
.foot-bar div{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.foot-bar div a{
	font-size: 12px;
	color: #4c4c4c;
	background: url(../../images/new/icon-apple.png) no-repeat;
	background-size: 30px;
	display: block;
	height: 30px;
	line-height: 30px;
	text-indent: -99999px;
	width: 30px;
	margin: 0 20px;
}
.foot-bar div a:last-child{
	background-image: url(../../images/new/icon-android.png);
}


.main-content{
	padding: 20px 0 70px 0;
	width: 1100px;
	margin: 0 auto;
}
.app{
	margin: 40px auto;
	padding-bottom: 50px;
	border-radius: 20px;
    background: #fff;
}
.app-content{
	padding: 20px 0 50px 0;
}
.app-title{
	
	color: #777;
	padding-left: 10px;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.app-list{
	display: flex;
	flex-wrap: wrap;
}
.app-list a{
	width: 25%;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 70px;
}
.app-list a em{
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1f1f1;
	border-radius:40px;
}
.app-list a em i{
	width: 60px;
	height: 60px;
	background: url(../../images/new/icon-alipay-money-sound.png) no-repeat;
	background-size: 60px;
	display: block;
	text-indent: -99999px;
	border-radius: 15px;
}
.app-list a span{
	color: #4c4c4c;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}

.app-list a em.app-icon-01{
	background: #00aaee;
}
.app-list a em.app-icon-01 i{
	background-image: url(../../images/new/icon-alipay-money-sound.png);
}

.app-list a em.app-icon-02{
	background: #00d40d;
}
.app-list a em.app-icon-02 i{
	background-image: url(../../images/new/icon-wechat-home.png);
}

.app-list a em.app-icon-03{
	background: #00d40d;
}
.app-list a em.app-icon-03 i{
	background-image: url(../../images/new/icon-wechat.png);
}

.app-list a em.app-icon-04{
	background: #00d40d;
}
.app-list a em.app-icon-04 i{
	background-image: url(../../images/new/icon-wechat-c2c.png);
}

.app-list a em.app-icon-05{
	background: #00d40d;
}
.app-list a em.app-icon-05 i{
	background-image: url(../../images/new/icon-wechat-wallet.png);
}

.app-list a em.app-icon-06{
	background: #00d40d;
}
.app-list a em.app-icon-06 i{
	background-image: url(../../images/new/icon-wechat-fd.png);
}

.app-list a em.app-icon-07{
	background: #00d40d;
}
.app-list a em.app-icon-07 i{
	background-image: url(../../images/new/icon-wechat-redpacket.png);
}

.app-list a em.app-icon-08{
	background: #00d40d;
}
.app-list a em.app-icon-08 i{
	background-image: url(../../images/new/icon-poket-money.png);
}

.app-list a em.app-icon-09{
	background: #00d40d;
}
.app-list a em.app-icon-09 i{
	background-image: url(../../images/new/icon-money-detail.png);
}

.app-list a em.app-icon-10{
	background: #00d40d;
}
.app-list a em.app-icon-10 i{
	background-image: url(../../images/new/icon-wechat-money-out.png);
}

.app-list a em.app-icon-11{
	background: #00d40d;
}
.app-list a em.app-icon-11 i{
	background-image: url(../../images/new/icon-wechat-timeline.png);
}

.app-list a em.app-icon-12{
	background: #00d40d;
}
.app-list a em.app-icon-12 i{
	background-image: url(../../images/new/icon-wechat-wallet-trans.png);
}

.app-list a em.app-icon-13{
	background: #00d40d;
}
.app-list a em.app-icon-13 i{
	background-image: url(../../images/new/icon-wechat-wallet-li.png);
}

.app-list a em.app-icon-14{
	background: #00aaee;
}
.app-list a em.app-icon-14 i{
	background-image: url(../../images/new/icon-alipay-chat.png);
}

.app-list a em.app-icon-15{
	background: #00aaee;
}
.app-list a em.app-icon-15 i{
	background-image: url(../../images/new/icon-alipay-home.png);
}

.app-list a em.app-icon-16{
	background: #00aaee;
}
.app-list a em.app-icon-16 i{
	background-image: url(../../images/new/icon-alipay-friends.png);
}

.app-list a em.app-icon-17{
	background: #00aaee;
}
.app-list a em.app-icon-17 i{
	background-image: url(../../images/new/icon-alipay-contact.png);
}

.app-list a em.app-icon-18{
	background: #00aaee;
}
.app-list a em.app-icon-18 i{
	background-image: url(../../images/new/icon-alipay-new.png);
}

.app-list a em.app-icon-19{
	background: #00aaee;
}
.app-list a em.app-icon-19 i{
	background-image: url(../../images/new/icon-alipay-balance.png);
}

.app-list a em.app-icon-20{
	background: #00aaee;
}
.app-list a em.app-icon-20 i{
	background-image: url(../../images/new/icon-alipay-moneyout.png);
}

.app-list a em.app-icon-21{
	background: #00aaee;
}
.app-list a em.app-icon-21 i{
	background-image: url(../../images/new/icon-alipay-meinfo.png);
}

.app-list a em.app-icon-22{
	background: #00aaee;
}
.app-list a em.app-icon-22 i{
	background-image: url(../../images/new/icon-alipay-tocard.png);
}

.app-list a em.app-icon-23{
	background: #00aaee;
}
.app-list a em.app-icon-23 i{
	background-image: url(../../images/new/icon-alipay-bill.png);
}

.app-list a em.app-icon-24{
	background: #00d40d;
}
.app-list a em.app-icon-24 i{
	background-image: url(../../images/new/icon-wechat-call-in.png);
}

.app-list a em.app-icon-25{
	background: #00d40d;
}
.app-list a em.app-icon-25 i{
	background-image: url(../../images/new/icon-wechat-calling.png);
}

.app-list a em.app-icon-26{
	background: #00d40d;
}
.app-list a em.app-icon-26 i{
	background-image: url(../../images/new/icon-wechat-auto.png);
}

.app-list a em.app-icon-27{
	background: #00aaee;
}
.app-list a em.app-icon-27 i{
	background-image: url(../../images/new/icon-alipay-bill-2019.png);
}

.app-list a em.app-icon-28{
	background: #00d40d;
}
.app-list a em.app-icon-28 i{
	background-image: url(../../images/new/icon-wechat-assistant.png);
}

.doc{

}
.doc-title{
	font-size: 18px;
}
.doc .doc-content {
    padding: 10px 0;
}
.doc .doc-content p{
    margin: 0 0 10px;
}
.form-control{
	border: 1px #ccc solid;
	border-radius: 2px;
    padding: 10px;
}
.btn{
	border: none;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	background: #46a9ff;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	font-size: 14px;
	cursor: pointer;
}
.my-list{

}
.my-list li a{
	display: block;
	background: url(../../images/new/icon-arrow.png) no-repeat;
	background-size: 23px;
	text-indent: 25px;
	height: 45px;
	line-height: 45px;
	background-position: left center;
	color: #4c4c4c;
}

.panel{
	width: 800px;
	margin: 20px auto;
	background: #fff;
    border-radius: 20px;
    padding: 40px 20px;
}
.panel-title{
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
fieldset{
	border: none;
}
.form-box-wrap{
	width: 350px;
	margin: 0 auto;
}
.form-box{
	border: 1px #f1f1f1 solid;
	border-radius: 5px;
	padding: 0;
	display: flex;
	flex-direction: column;
	width: 350px;
	margin: 0 auto;
	overflow: hidden;
}
.form-box .form-group{
	flex: 1;
	display: flex;
	border-bottom: 1px #f1f1f1 solid;
}
.checkbox input[type="checkbox"]{
	-webkit-appearance: checkbox;
	margin-right: 5px;
}
.form-box .form-group:last-child{
	border: none;
}
.form-box .form-control{
	border: none;
	border-radius: 0;
	flex: 1;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
}
.form-box .form-control[readonly="readonly"]{
	background: #f1f1f1;
	cursor: not-allowed;
}
.verifyimg{
	height: 50px;
	width: 201px;
	cursor: pointer;
}
.checkbox{
	width: 350px;
	margin: 20px auto 0 auto;
	font-size: 12px;
}
.btn-block{
	display: block;
	width: 350px;
	margin: 0 auto;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	padding: 0;
}
.alert,
.text-warning{
	background-color: #fae9a3;
    width: 350px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid rgba(185,149,1,.47);
    margin-top: 20px;
    padding: 10px 0;
    text-align: center;
    color: #503e30;
    font-size: 12px;
    display: none;
    position: relative;
}
.alert{
	display: block;
}
.alert-danger{
	background: #fd3835;
	color: #fff;
	border: none;
}
.text-warning:before{
	width: 10px;
    height: 10px;
    background-color: #fae9a3;
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: rotate(135deg) skewX(5deg) skewY(5deg);
    -ms-transform: rotate(135deg) skewX(5deg) skewY(5deg);
    -o-transform: rotate(135deg) skewX(5deg) skewY(5deg);
    transform: rotate(135deg) skewX(5deg) skewY(5deg);
    top: -6px;
    border-left: 1px solid rgba(185,149,1,.47);
    border-bottom: 1px solid rgba(185,149,1,.47);
    content: '';

}
.text-warning.alert-success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.text-warning.alert-success:before{
	background-color: #dff0d8;
	border-left: 1px solid #d6e9c6;
    border-bottom: 1px solid #d6e9c6;
}
.table h3{
	margin-bottom: 20px;
}
.table table{
	width: 100%;
}
.table thead tr th{
	padding: 10px;
    background: #f9f9f9;
	font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}
.table tbody tr td{
	font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 10px;
}
.page{
	margin-top: 20px;
}
.page span,
.page a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	font-weight: 300;
	font-size: 14px;
}
.page span{
	background: #f9f9f9;
}
.panel-body .nav{
	display: flex;
	flex-direction: row;
	width: 350px;
	margin: 0 auto;
	background: #f9f9f9;
	border-radius: 5px;
	overflow: hidden;
}
.panel-body .nav li{
	flex: 1;
}
.panel-body .nav li a{
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #4c4c4c;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #f9f9f9 solid;
}
.panel-body .nav li.active a{
	border-bottom: 1px solid #4c4c4c;
}
.tab-pane{
	display: none;
}
.tab-pane.active{
	display: block;
}
.jump-content{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin-top: -50px;
    text-align: center;
}
.jump-content .error,
.jump-content .success{
	font-size: 24px;
}
.jump-content .jump{
	color: #333;
	font-size: 14px;
	margin-top: 10px;
}
.table{
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.table-content{
	min-width: 800px;
}
.top-message{
	background: #f9ca01;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	margin-top: -20px;
}
.top-message a{
	color: #fff;
}
.app-content-link-list{
	text-align: center;
	margin: 40px 0;
}
.form-box .form-control.verify-code{
	width: 100px;
}

@media screen and (max-width: 1024px){
	.head-bar h1 a.head-logo{

	}
	.head-bar h1 a.head-old{
		display: none;
	}
	.head-bar h1 a.head-old-mini{
		display: block;
		margin-left: 10px;
	}
	.head-menu ul{
		width: 220px;
		z-index: 99999;
	}
	.main-content{
		padding: 70px 20px 100px 20px;
		width: auto;
	}
	.main-content-no-bar{
		padding-top: 20px;
	}
	.suggest p{
		display: flex;
	}
	.head-bar{
		border-bottom: 1px #f1f1f1 solid;
		padding: 0 15px;
		position: fixed;
	    left: 0;
	    right: 0;
	    background: #fff;
		z-index: 99999;
	}
	.foot-bar{
		flex-direction: column;
	}
	.foot-bar ul{
		width: auto;
		margin-top: 10px;
		display: none;
	}
	.foot-bar h3{
		display: none;
	}
	.panel{
		width: auto;
	}
	.panel-body .nav{
		width: auto;
	}
	.form-box,
	.alert, .text-warning{
		width: auto;
	}
	.btn-block{
		width: 100%;
	}
	fieldset{
		padding: 0;
	}
	.panel-title{
		margin-bottom: 10px;
	}
	.checkbox{
		width: auto;
	}
	.form-box .form-control.verify-code{
		width: 50px;
	}
	.head-bar ul.head-bar-main-menu li a{
		padding: 0 10px
	}
	.checkbox input[type="checkbox"]{
		vertical-align: middle;
	}
	img{
		max-width: 99%;
	}
	.app{
		width: auto;
	}
	.app-list a{
		width: auto;
		margin-top: 30px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.app-list a em{
		width: 100px;
		height: 100px;
		border-radius: 20px;
	}
	.app-list{
		justify-content: center;
	}
	.app-list a span{
		font-size: 12px;
	}
	.jump-content .error,
	.jump-content .success{
		font-size: 18px;
	}
	.jump-content{
		width: 100%;
	}
	.top-message{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}


