/**index.wxss**/

page {
	background: #f6f6f6;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.userinfo,
.uploader,
.tunnel {
	margin-top: 40rpx;
	height: 140rpx;
	width: 100%;
	/*background: #fff;*/
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-left: none;
	border-right: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	transition: all 300ms ease;
}

.userinfo-avatar {
	width: 100rpx;
	height: 100rpx;
	margin: 20rpx;
	border-radius: 50%;
	background-size: cover;
	background-color: white;
}

.userinfo-avatar:after {
	border: none;
}

.userinfo-nickname {
	font-size: 32rpx;
	color: #007aff;
	background-color: white;
	background-size: cover;
}

.userinfo-nickname::after {
	border: none;
}

.uploader,
.tunnel {
	height: auto;
	padding: 0 0 0 40rpx;
	flex-direction: column;
	align-items: flex-start;
	box-sizing: border-box;
}

.uploader-text,
.tunnel-text {
	width: 100%;
	line-height: 52px;
	font-size: 34rpx;
	color: #007aff;
}

.uploader-container {
	width: 100%;
	height: 400rpx;
	padding: 20rpx 20rpx 20rpx 0;
	display: flex;
	align-content: center;
	justify-content: center;
	box-sizing: border-box;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.uploader-image {
	width: 100%;
	height: 360rpx;
}

.tunnel {
	padding: 0 0 0 40rpx;
}

.tunnel-text {
	position: relative;
	color: #222;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	box-sizing: border-box;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tunnel-text:first-child {
	border-top: none;
}

.tunnel-switch {
	position: absolute;
	right: 20rpx;
	top: -2rpx;
}

.disable {
	color: #888;
}

.service {
	position: fixed;
	right: 40rpx;
	bottom: 40rpx;
	width: 140rpx;
	height: 140rpx;
	border-radius: 50%;
	background: linear-gradient(#007aff, #0063ce);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	display: flex;
	align-content: center;
	justify-content: center;
	transition: all 300ms ease;
}

.service-button {
	position: absolute;
	top: 40rpx;
}

.service:active {
	box-shadow: none;
}

.request-text {
	padding: 20rpx 0;
	font-size: 24rpx;
	line-height: 36rpx;
	word-break: break-all;
}

.text100 {
	width: 100%;
    display: block;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.text26 {
	width: 100%;
    display: block;
    font-size: 13px;
    text-align: center;
    margin: 0;
}

.bg-img {
	height: 150px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.bgimages {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.databox {
	width: 96%;
	background: #fff;
	height: 110px;
	color: #fff;
	margin-bottom: 20rpx;
	float: left;
	margin-left: 2%;
}

.leftbox {
	float: left;
	width: 40%;
	height: 70px;
	background: #045fa7;
	border-radius: 5px;
	text-align: center;
	margin-top: 17px;
	position: relative;
}

.text22 {
	width: 100%;
	font-size: 22rpx;
	text-align: center
}

.rightbox {
	width: 60%;
	position: relative;
	margin-left: 40px;
	margin-top: -13px;
}

.bulebg {
	width: 20rpx;
	height: 20rpx;
	border: 1px solid #fff;
	border-radius: 2px;
	background: #266ab5;
	margin: 0px 5px 5px 0;
	float: left
}

.pinkbg {
	width: 20rpx;
	height: 20rpx;
	border: 1px solid #fff;
	border-radius: 2px;
	background: #e5225c;
	margin: 0px 5px 0 0;
	float: left
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.numberobx {
	width: 95px;
	float: left;
}

.centerbox {
	float: left;
	position: absolute;
	left: 50%;
	margin-left: -35px;
}

.clear {
	clear: both;
}

.canvas {
	width: 80%;
	height: 300px;
}

.textbox {
	width: 100rpx;
	position: absolute;
	left: 50%;
	margin-left: 171rpx;
	z-index: 99;
	color: #000;
	margin-top: 108rpx;
	font-size: 26rpx;
	text-align: center;
}

.login-btn {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 14px;
	padding-right: 14px;
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	line-height: 2.55555556;
	border-radius: 5px;
	-webkit-tap-highlight-color: transparent;
	background: #045fa7;
	margin-bottom: 20px;
	color: #fff;
	margin-top: 50px;
}

.boxcenter {
	width: 96%;
	background: #fff;
	margin-left: 2%;
	border-radius: 5px;
	float: left;
	padding: 50px 0 80px 0;
	margin-top: -50px;
	position: relative;
	z-index: 99;
}

input {
	display: block;
	height: 1.4rem;
	text-overflow: clip;
	overflow: hidden;
	white-space: nowrap;
	font-family: UICTFontTextStyleBody;
	min-height: 1.4rem;
	border: none;
}
.listox-img{
	width: 28px;
	height: 24px;
	position: relative;
	top: 6px;
}
.tabtext{
	font-size: 0.55rem;
	top: -4px;
	position: relative;
}
