@import url("./iconfont.css");
*{margin: 0;padding: 0;border: 0;list-style: none;text-decoration: none;color: inherit;font-weight: normal;font-family: "微软雅黑";box-sizing: border-box;font-style: normal;}
body{width: 100%;overflow-x: hidden;background: url(../img/body-top-bg.png) top center no-repeat #f7fbff;background-size: 100%;}
img{vertical-align: middle;max-width: 100%;}
a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color: transparent;outline:none;text-decoration: none;
}
.loginbg{background: url(../images/head-bgs.png) top center no-repeat #fff;background-size: 100%;}
.fl{float: left;}
.bg-blue{background: #0068ff;}
.text-blue{color: #289ef4!important;}
.text-yellow{color: #ffa33e!important;}
.btn{color: #FFFFFF;height: 1rem;line-height: 1rem;text-align: center;font-size: .3rem;border-radius: .05rem;outline: none;}
.wfull{width: 100%;}
.top-title{position: absolute;top: .2rem;left: 0;width: 100%;font-size: .32rem;color: #FFFFFF;text-align: center;}
.sign-in{margin: 3.2rem .22rem 0 .22rem;position: relative;}
.sign-in .line{}
.sign-in .sign-info{display: flex;flex-direction: column;align-items: center;}
.sign-in .sign-info>div{display: flex;justify-content: space-between;width: 100%;}
.sign-in .sign-info .score{font-size: .18rem;color: #c2d1e9;margin-top: .6rem;padding: 0 .55rem;}
.sign-in .sign-info .num{font-size: .16rem;color: #289ef4;margin-top: .5rem;margin-bottom: .35rem;position: relative;height: .4rem;padding: 0 .55rem;}
.sign-in .sign-info .num span{display: inline-block;width: .4rem;height: .4rem;line-height: .4rem;text-align: center;background: #e4efff;border-radius:50%;position: relative;z-index: 5;}
.sign-in .sign-info .num:after{content: "";display: block;position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;height: .12rem;background: #e4efff;z-index: 1;}
.sign-in .sign-info .date{font-size: .24rem;color: #289ef4;padding: 0 .4rem;}
.sign-in .sign-info .num span.active{background: #0068ff;color: #FFFFFF;}
.sign-in .sign-info .num span.active.now:after{content: "";display: block;position: absolute;width: .44rem;height: .66rem;background: url(../images/ok.png) center center no-repeat;background-size: 100%;bottom: -0.02rem;}
.sign-in .sign-info .num:before{content: "";display: block;position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 0;height: .12rem;background: #0068ff;z-index: 2;}
.sign-in .sign-info .num.sign1:before{width: 12.5%}
.sign-in .sign-info .num.sign2:before{width: 25%}
.sign-in .sign-info .num.sign3:before{width: 37.5%}
.sign-in .sign-info .num.sign4:before{width: 50%}
.sign-in .sign-info .num.sign5:before{width: 62.5%}
.sign-in .sign-info .num.sign6:before{width: 75%}
.sign-in .sign-info .num.sign7:before{width: 100%}
.sign-btn {padding: .5rem .5rem 0 .5rem;}
.sign-btn a{display: inline-block;width: 100%;}
.explain{display: flex;justify-content: center;align-items: center;height: .3rem;position: relative;margin: 1.8rem 1.2rem .5rem 1.2rem;z-index: 2;}
.explain .title{width: 100%;display: flex;align-items: center;justify-content: center;}
.explain .title:before{content: "";position: absolute;display: block;height: .01rem;width: 100%;background: #eaf3ff;z-index: 1;top: 50%;transform: translateY(-50%);left: 0;}
.explain span{display: inline-block;text-align: center;width: 2.6rem;background: #FFFFFF;font-size: .25rem;color: #c8c8c8;position: relative;z-index: 2;}
.explain-desc{padding: 0 1rem;}
.explain-desc ul li{font-size: .26rem;color: #7c7c7c;list-style-type:disc;padding-bottom: .2rem;}
.star{width: 7.06rem;height: 1.24rem;background:#eee;background-size: 100% auto;margin: 0 auto;margin-top: .4rem;display: flex;justify-content: space-between;align-items: center;padding: 0 .22rem 0 .52rem;font-size: .28rem;}
.star img{display: inline-block;width: .7rem;height: .7rem;background: #d8d8d8;border-radius: 50%;outline: none;margin-right: .1rem;}
.star .name{color: #444443;}
.star .tip{color: #7c7c7c;padding-right: .1rem;}
.dialog{display: none;position: fixed;width: 100%;height: 100%;overflow: hidden;top: 0;left: 0;z-index: 999;}
.dialog .mask{position: relative;width: 100%;height: 100%;z-index: 1;background: rgba(0,0,0,.4);}
.dialog-box{position: absolute;width: 5.42rem;height: 6.26rem;top: 1.25rem;left: 50%;transform: translateX(-50%);background: url(../images/tc.png) center center no-repeat;background-size: 100%;z-index: 2;}
.dialog-close{position: absolute;width: .75rem;height: .75rem;line-height: .75rem;text-align: center;border:.01rem solid #FFFFFF;background: url(../images/close.png) center center no-repeat;background-size: 90%;border-radius: 50%;top: 8rem;left: 50%;transform: translateX(-50%);z-index: 2;}
.dialog-box .content{position: relative;padding: 3.5rem .75rem 0 .75rem;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.dialog-box .content p{font-size: .28rem;padding-bottom: .15rem;}
.dialog-box .content p span{padding: 0 .05rem;font-weight: bold;}
.dialog-box .content p.gold{display: flex;justify-content: center;align-items: center;} 
.dialog-box .content p.gold img{width: .44rem;height: .44rem;padding-right: .05rem;}
.dialog-box .content a.btn{display: inline-block;width: 100%;border-radius: 1rem;margin-top: .2rem;overflow: hidden;font-size: .28rem;height: .8rem;line-height: .8rem;}

.cui-index-search{margin:2.8rem 0 0 0; position: relative;padding:.35rem .35rem 0 .35rem;}
.cui-index-search .cui-isbox{background-color: #fff; width: 100%; height: 1.5rem; display: flex; justify-content: space-between; align-items: center; padding: 0 .45rem; margin-bottom: .32rem; border-radius: 6px; box-shadow: 0px 2px 10px #e7ecf1;}

.index-nav-list{width: 100%;padding:.35rem;}
.index-nav-list ul{width: 100%;height: auto;}
.index-nav-list ul li{background-color: #fff; width: 100%;height: 1.22rem; line-height:1.20rem; display: flex; justify-content: space-between; align-items: center; padding: 0 0.35rem; margin-bottom: 0.28rem; border-radius: 4px; box-shadow:0px 1px 4px #d5e0eb;}
.index-nav-list ul li a{display: block;width: 100%;}
.index-nav-list ul li .info{display: flex;flex-direction: column;justify-content: center;}
.index-nav-list ul li .info p{font-size: .33rem;font-weight: bold;    line-height: 1.20rem;}
.index-nav-list ul li .info span{font-size: .3rem;}
.index-nav-list ul li .info em{position: absolute; right: 0.64rem; font-size: 0.25rem;color: #008AFF;}
.index-nav-list ul li img{width: .75rem;height: .75rem;border-radius: 100%;margin-top: -0.8rem;}

.index-nav-list ul li .cui-circular{display: inline-block; text-align: center;  position: relative; top: 0; margin-right: 12px;}
.index-nav-list ul li .cui-circular .iconfont{font-size:0.65rem;position: relative; top: 0px;-webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.index-nav-list ul li:nth-child(1) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #826dff, #b792fd);}
.index-nav-list ul li:nth-child(2) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #4982f2, #5eb2fe);}
.index-nav-list ul li:nth-child(3) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #37a998, #5bd1b1);}
.index-nav-list ul li:nth-child(4) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #fa7364, #ff9367);}
.index-nav-list ul li:nth-child(5) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #fa8a11, #ffc540);}
.index-nav-list ul li:nth-child(6) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #1f6bff, #6795fe);}
.index-nav-list ul li:nth-child(7) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #0cae90, #24de95);}
.index-nav-list ul li:nth-child(8) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #f5287d, #f766a1);}
.index-nav-list ul li:nth-child(9) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #fa654b, #ff9b83);}
.index-nav-list ul li:nth-child(10) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #00b579, #31d9b5);}
.index-nav-list ul li:nth-child(11) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #826dff, #b792fd);}
.index-nav-list ul li:nth-child(12) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #fa7364, #ff9367);}
.index-nav-list ul li:nth-child(13) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #fa8a11, #ffc540);}
.index-nav-list ul li:nth-child(14) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #f5287d, #f766a1);}
.index-nav-list ul li:nth-child(15) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #1f6bff, #6795fe);}
.index-nav-list ul li:nth-child(16) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #0cae90, #24de95);}
.index-nav-list ul li:nth-child(17) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #6f3df8, #5aa9ef);}
.index-nav-list ul li:nth-child(18) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #fa7364, #ff9367);}
.index-nav-list ul li:nth-child(19) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #f5287d, #f766a1);}
.index-nav-h{position: relative;
    width: 100%;
    padding:0 0.35rem;}
.index-nav-h ul li{
	width: 48%;
	background-color: #fff;
	height: 1.42rem;
	line-height: 1.40rem;
	padding: 0 0.2rem;
	margin-bottom: 0.28rem;
	border-radius: 4px;
	/* box-shadow: 0px 1px 4px #d5e0eb; */
	float: left;
	margin-right: 4%;
	color: #fff;
	position: relative;
}
	.index-nav-h ul li a {
		display: block;
		width: 100%;
		position: absolute;
	}
	.index-nav-h ul li:before {
		content: '';
		background-image: url(../img/circular-bg.png);
		width: 90px;
		height: 100%;
		display: block;
		position: absolute;
		right: 0;
		background-size: 100% 100%;
	}
.index-nav-h ul li:nth-child(2n){
	margin-right: 0;
}
.index-nav-h ul li .cui-circular .iconfont{
	font-size: 0.6rem;
	position: relative;
	top: 0px;
	color: #fff;
	/* -webkit-background-clip: text; -webkit-text-fill-color: transparent; */
}
/* .index-nav-h ul li .info p{font-size:.33rem;font-weight: bold;padding-left: 0.1rem;}
.index-nav-h ul li:nth-child(1) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #1f6bff, #6795fe);}
.index-nav-h ul li:nth-child(2) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #4982f2, #5eb2fe);}
.index-nav-h ul li:nth-child(3) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #37a998, #5bd1b1);}
.index-nav-h ul li:nth-child(4) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #fa7364, #ff9367);}
.index-nav-h ul li:nth-child(5) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #fa8a11, #ffc540);}
.index-nav-h ul li:nth-child(6) .cui-circular .iconfont{background-image: -webkit-linear-gradient(bottom, #dedede, #eee);}
 */
.index-nav-h ul li:nth-child(1){background-image: -webkit-linear-gradient(right, #1f6bff, #6795fe);}
.index-nav-h ul li:nth-child(2){background-image: -webkit-linear-gradient(right, #4982f2, #5eb2fe);}
.index-nav-h ul li:nth-child(3){background-image: -webkit-linear-gradient(right, #37a998, #5bd1b1);}
.index-nav-h ul li:nth-child(4){background-image: -webkit-linear-gradient(right, #fa7364, #ff9367);}
.index-nav-h ul li:nth-child(5){background-image: -webkit-linear-gradient(right, #fa8a11, #ffc540);}
.index-nav-h ul li:nth-child(6){background-image: -webkit-linear-gradient(right, #dedede, #eee);}
.index-nav-h ul li .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index-nav-h ul li .info p{
	    font-size: .33rem;
	    font-weight: bold;
	    line-height: 1.35rem;
}
.cui-list-search-nbg{padding: 0px 0 6px 0; border-bottom: 0; box-sizing: border-box; margin: 0.1rem .35rem 0 .35rem; position: relative;}
.cui-citybox {
    position: relative;
	padding-left: 12px;
}
.cui-list-search-nbg strong {
    color:#fff;
    font-weight: normal;
	font-size: .25rem;
}

#myAddrs {
    width: 60%;
    font-size: .25rem;
    border: none;
    border-radius: 4px;
    padding: 5px 0;
	    line-height: 32px;
}
.cui-citybox .iconfont {
    position: absolute;
    right: 0;
    top: 4px;
}
.cui-citybox {
    position: relative;
	height: 26px;
	line-height: 26px;
	display: flex;
	text-align: center;
	font-size: .28rem;
	top: 2px;
}
.cui-search, .cui-citybox {
    position: relative;
	display: flex;
}
	.cui-search .iconfont {
		position: absolute;
		top: 13px;
		margin-left: 12px;
		color: #b2c1d1;
	}
.cui-input {
	position:relative;
}
	.cui-input input {
		background-color: #fff;
		border: 0;
		height: 42px;
		line-height: 42px;
		width: 100%;
		padding: 0 10px 0 35px;
		font-size: 0.28rem;
		border-radius: 4px;
		box-shadow: 0px 1px 4px #d5e0eb;
	}
		.cui-input input::placeholder {
			color: #b2c1d1;
		}
.cui-input .cui-btn {
    background-color: #008AFF;
    border: 0;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.top-user {
	display: flex;
	align-items: center;
	padding: 24px 20px 16px 20px;
}

	.top-user .avatar {
		width: 52px;
		height: 52px;
		border-radius: 100%;
		margin-right: 10px;
	}

	.top-user .info {
		flex-grow: 1;
		position: relative;
		top: 2px;
	}

	.top-user .username {
		margin: 0;
		font-size: 0.35rem;
		color: #fff;
		font-weight: bold;
	}

	.top-user .bio {
		margin: 5px 0;
		display: flex;
	}

		.top-user .bio span {
			color: #d9e9ff;
			font-size: 0.3rem;
			font-weight: bold;
		}

	.top-user .level-icon {
		width: 16px;
		height: 20px;
		margin-left: 5px;
		display: grid;
	}

		.top-user .level-icon img {
			position: relative;
			top: 4px;
		}

	.top-user .logout-btn {
		padding: 4px 12px;
		background-color: rgba(255,255,255,0.2);
		border: none;
		color: #fff;
		border-radius: 20px;
	}

.cui-index-fun {
	margin: 0.1rem .35rem 0 .35rem;
	border-radius: 5px;
	background: #fff;
	text-transform: uppercase;
}
	.cui-index-fun .fun-cont {
		display: flex;
		padding: 8px;
	}

		.cui-index-fun .fun-cont .left {
			flex-basis: 50%;
			background-color: #ecf2fe;
			border-radius: 5px;
			height: 120px;
			position: relative;
		}
			.cui-index-fun .fun-cont .left .t-bg {
				background-image: url('../img/ztbsj.png');
				position: absolute;
				width: 100%;
				height: 100%;
				display: block;
				background-size: 65% 65%;
				background-repeat: no-repeat;
				right: 0;
				bottom: 8px;
				background-position: right bottom;
			}
		.cui-index-fun .fun-cont .t-info {
			padding: 0 12px;
			z-index: 999;
			position: relative;
		}

		.cui-index-fun .fun-cont .left .t-info {
			margin-top:15px;
		}
		.cui-index-fun .fun-cont .right .t-info {
			padding: 7px 12px;
		}
		.cui-index-fun .fun-cont .t-info h2 {
			font-size: 0.35rem;
			font-weight: bold;
		}

		.cui-index-fun .fun-cont .left .t-info h2 {
			color: #616fe7;
		}
		.cui-index-fun .fun-cont .left .t-info p {
			color: #bcc2f8;
		}
		.cui-index-fun .fun-cont .t-info p {
			font-size: 0.18rem;
			font-weight: normal;
		}
		.cui-index-fun .fun-cont .right {
			flex-basis: 50%;
			display: flex;
			position: relative;
			flex-direction: column;
			justify-content: space-between;
			margin-left: 8px;
		}

		.cui-index-fun .fun-cont .small-block {
			height: calc(55% - 10px);
			background-color: white;
			border-radius: 5px;
			position: relative;
		}
.cui-index-fun .fun-cont .bzj{background-color:#fff8e8;}
		.cui-index-fun .fun-cont .right .t-bg {
			position: absolute;
			width: 100%;
			height: 100%;
			display: block;
			background-size: 50% 64%;
			background-repeat: no-repeat;
			right: 4px;
			bottom: 4px;
			background-position: right bottom;
		}
		.cui-index-fun .fun-cont .bzj .t-bg {
			background-image: url('../img/bzj.png');
		}
		.cui-index-fun .fun-cont .bzj h2 {
			color: #f6a582;
		}
		.cui-index-fun .fun-cont .bzj p{
			color: #fdcbb6;
		}
		.cui-index-fun .fun-cont .xmtd {
			background-color: #e9f9ff;
		}
			.cui-index-fun .fun-cont .xmtd h2 {
				color: #319dc6;
			}

			.cui-index-fun .fun-cont .xmtd p {
				color: #8dcbe3;
			}
		.cui-index-fun .fun-cont .xmtd .t-bg {
			background-image: url('../img/xmtd.png');
		}
.cui-index-menu-other{
	margin-top:15px;
}
.cui-index-menu-other .menu {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.cui-index-menu-other .menu-item {
	text-align: center;
}

	.cui-index-menu-other .menu-item img {
		width: 50px;
		height: 50px;
	}

	.cui-index-menu-other .menu-item span {
		font-size: 0.28rem;
		font-weight: bold;
		display: block;
		margin-top: 5px;
	}
.cui-p-title h2 {
	font-size:0.32rem;
	margin-bottom:15px;
	font-weight:bold;
}

.seach_name {
	display: block;
	background-color: #f2f3f5;
	border: 0;
	border-radius: 100px;
	height: 42px;
	line-height: 42px;
	box-sizing: border-box;
	width: 94%;
	margin: 50px auto 13px auto;
	font-size: 0.28rem;
	padding: 0px 12px 0px 36px;
}
input:focus{
	outline: none;
}
button:focus{outline:0;}
.option-content{position: relative;}
.option-content .iconfont{
	top: 63px; position: absolute; left: 25px;
}
#mymodal {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 1rem;
	background-color: rgba(0, 0, 0, .6);
	display: none;
	z-index: 9999;
}

.modal-main {
	position: fixed;
	bottom: -900px;
	left: 0;
	height: 75%;
	width: 100%;
	background-color: #fff;
	font-size: .22rem;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

.address-title {
	font-size: 0.28rem;
	text-align: center;
	padding:0.25rem 0 0.20rem 0;
	display: flex;
}

.address-title .cancel {
	color: #666;
}

.address-title .ensure {
	color: #008AFF;
	    text-align: right;
	    padding-right: 0.25rem;
}
.address-title .ensure .iconfont{
	font-size: .44rem;
	color: #c1c1c1;
}
.address-title .title {
	font-weight: 700;
	flex: 1;
	text-align: left;
	padding-left: 12px;
	font-size: .3rem;
}

.close {
	position: absolute;
	padding: 0.05rem 0.25rem;
	right: 0rem;
	top: 0rem;
	color: #9a9da7;
	font-size: 0.5rem;
}

.optionwrapper {
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	padding-left: .2rem;
	height: .6rem;
	box-sizing: border-box;
}

.active-option {
	border-bottom: 1px solid #FF2440;
}

.option-content {
	position: absolute;
	top: 0.8rem;
	left: 0;
	right: 0;
	bottom: 0;
}

.option-group {
	display: none;
	overflow: auto;
	height: 100%;
	border-top: 1px solid #EFEFEF;
	padding:0 .25rem;
}

.option-list {
	padding:.2rem 0 .2rem 0;
	display: flex;
	border-bottom: 1px solid #efefef;
	font-size: 0.28rem;
	line-height: 22px;
}

.checked {
	width: .15rem;
	height: .15rem;
	background-color: #008AFF;
	display: inline-block;
	margin-left: .2rem;
	border-radius: 50%;
	display: none;
	margin-top: .16rem;
}
/* login */
.cui-form-login{width: 100%;padding:4.5rem .75rem .75rem .75rem;padding-bottom: 0;}
.cui-form-login .cui-login-item{width: 100%;height: .9rem;border-bottom: .01rem solid #e7e7e7;display: flex;justify-content: space-between;align-items: center;margin-top: .35rem;}
.cui-form-login .cui-login-item i{flex-shrink: 0;width: 0.3rem;height: .9rem;background-position: center center;background-repeat: no-repeat;margin-right: .38rem;}
.cui-form-login .cui-login-item:nth-child(1) i{background-image: url(../images/icon-phone.png);background-size: .27rem auto;}
.cui-form-login .cui-login-item:nth-child(2) i{background-image: url(../images/icon-lock.png);background-size: .31rem auto;}
.cui-form-login .cui-login-item:nth-child(3) i{background-image: url(../images/icon-lock.png);background-size: .31rem auto;}
.cui-form-login .cui-login-item:nth-child(3) div{display: flex;width: 100%;}
.cui-form-login .cui-login-item:nth-child(3) div i{background-image: url(../images/icon-verify.png);background-size: .31rem auto;height: .89rem;}
.cui-form-login .cui-login-item:nth-child(3) span{flex-shrink: 0;color: #999999;font-size: .28rem;position: relative;top: -4px;}
.cui-form-login .cui-login-item input{font-size: .28rem;color: #999;text-align: left;width: 100%;padding-right: .3rem;height: 38px;line-height: 38px;}
.cui-form-login .cui-login-submit{width: 100%;margin-top: 15px;}
.cui-form-login .cui-login-submit button{width: 100%;height: .9rem;background:linear-gradient(to right,#008AFF,#004bf0);color: #fff; font-size: .32rem;letter-spacing: 0.03rem;border-radius: .9rem;}
.cui-login-submit .icon-weixin{font-size: 0.6rem; position: relative; margin-right: 4px;}
.cui-login-submit span{position: relative; top: -5px;}
.cui-login-other{width: 100%;padding: .65rem 1.35rem;}
.cui-login-other ul{display: flex;justify-content: space-between;align-items: center;}
.cui-login-other ul li {width: .94rem;text-align: center;}
.cui-login-other ul li img{width:100%}
.cui-login-other a{font-size: 0.28rem;color: #9aabb3;}
.login-title{position: absolute; top: 15%; text-align: center; left: 0; right: 0; font-size: 0.5rem; font-weight: bold;}

.appUndata {
	text-align: center;
	height: 50px;
	line-height: 50px;
}