* {
	user-select: none;
	margin: 0;
	padding: 0
}

html,
body {
	height: 100%
}

.kf {
	position: fixed;
	bottom: 100px;
	right: 0px;
	z-index: cover
}

.kf .floatright {
	width: 120px !important;
	height: auto !important
}

.container {
	position: relative;
	max-width: 36rem;
	margin: 0 auto;
}

.download_panel {
	position: fixed;
	width: 100%;
	max-width: 36rem;
	margin: 0 auto;
	top: 0;
	height: 60px;
	display: flex;
	flex-direction: row;
	align-items: center;
	z-index: 100;
	cursor: pointer;
}

.foot_panel {
	background: rgba(0, 0, 0, 0.8) !important;
	bottom: 0;
	top: auto;
	height: calc(60px + env(safe-area-inset-bottom));
	padding-bottom: env(safe-area-inset-bottom);
}

.app_icon {
	width: 45px;
	height: 45px;
	border-radius: 7px;
	margin-left: 10px;
}

.download_tips {
	flex-grow: 1;
	color: #fff;
	margin-left: 8px;
}

.download_tips .app_name {
	font-size: 16px;
	font-weight: bold;
}

.download_tips .app_desc {
	font-size: 12px;
}

.download_panel .btn_app_download {
	background-color: #fff;
	border-radius: 20px;
	color: #ff186b;
	padding: 8px 10px;
	font-size: 14px;
	margin-right: 10px;
}

.main-content {
	width: 100%;
	height: 100%;
	max-width: 36rem;
	margin: 0 auto;
	background-color: #fff;
	padding-top: calc(60px + env(safe-area-inset-top));
	padding-bottom: calc(60px + env(safe-area-inset-bottom));
}

.install-tip {
	position: fixed;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: 101;
	display: none;
}

.install-tip .bg {
	position: relative;
	width: 100%;
	max-width: 36rem;
	margin: 0 auto;
	height: 100%;
	background-color: rgb(12, 11, 44);
}

.back {
	position: absolute;
	top: 15px;
	left: 15px;
}

.back img {
	width: 1.5rem;
}

.main {
	width: 100%;
	height: 100%;
	max-width: 36rem;
	margin: 0 auto;
	overflow: scroll;
}

.android-down-box {
	display: flex;
	flex-direction: column;
	padding-bottom: 1rem;
}

.android-down-box img {
	transition: all 0.3s ease-in-out;
	transform: scale(1);
	width: 15rem;
	margin: 0 auto;
	padding-top: 50px;
}

.android-install-device-list {
	display: flex;
	flex-direction: column;
	margin: 1rem auto;
	width: 80%;
}

.android-install-device-list li {
	background-color: rgba(255, 255, 255, 0.99);
	border-radius: 2rem;
	color: black;
	text-align: center;
	margin-bottom: 1.5rem;
	padding: .8rem 0;
}



.layer {
	position: fixed;
}

.cover {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 999;
	position: fixed;
	display: none;
}

.layer {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	background-color: #fff;
	z-index: 1000;
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.8rem;
	border-radius: .5rem;
	text-align: center;
	font-size: .85rem;
	color: #333;
	display: none;
}

.layer p {
	line-height: 20px;
	margin-top: 0.4rem;
	font-size: .85rem;
	color: #333;
	text-align: center;
}

.layer .js_down {
	display: block;
	height: 2rem;
	line-height: 2rem;
	background-size: contain;
	border-radius: .8rem;
	overflow: hidden;
	margin: .7rem 0 0 0 !important;
	color: #fff;
	text-align: center;
	background-color: #ff186b;
}



.wp {
	position: relative;
	max-width: 36rem;
	margin: 0 auto;
}

.jubao {
	position: fixed;
	bottom: 277px;
	right: 10px;
}

.jubao .floatright {
	width: 30px !important;
}

.ju-wp {
	position: fixed;
	width: 100%;
	top: 0;
	height: 100%;
	max-width: 36rem;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 3px #ccc;
	display: none;
	z-index: 101;
}

.ju-wp .header {
	position: fixed;
	width: 100%;
	max-width: 36rem;
	margin: 0 auto;
	top: 0;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #e9e9e9;
	background: #fff;
	display: flex;
	align-items: center;
	z-index: 99;
}

.ju-wp .main {
	width: 100%;
	height: 100%;
	max-width: 36rem;
	margin: 0 auto;
	padding-top: 60px;
}

.input-group {
	display: flex;
	align-items: center;
}

.btn {
	width: 30%;
	margin: 0 auto;
	padding: 10 20px;
	background-color: #579ad9;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
}



.q_layer {
	position: fixed;
	max-height: 100%;
	overflow-y: auto;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background-color: #fff;
	z-index: 1000;
	width: 80%;
	text-align: center;
	color: #333;
	display: none;
}

.q_layer .bg {
	height: 24rem;
	background-image: url('https://lubei01images.oss-accelerate.aliyuncs.com/lb-tips.jpg');
	background-size: 100% 100%;
}

.q_layer .js_down {
	display: block;
	height: 2rem;
	line-height: 2rem;
	background-size: contain;
	border-radius: .2rem;
	overflow: hidden;
	margin: .7rem !important;
	color: #fff;
	text-align: center;
	background-color: #ff186b;
}

.q_layer .js_down:hover {
	box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
}

.q_layer .js_down:active {
	position: relative;
	top: 1px;
	box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
	outline: 0;
}

.q_layer .js_down:focus {
	outline: 0;
}

.gif {
	position: relative;
}

.gif .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 50px;
	height: 50px;
}


.jubaobg {
	position: relative;
}

.jubaobg .input-group {
	margin-bottom: 10px;
}

.jubaobg .input-group input {
	margin-right: 10px;
}


.teching {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	z-index: 1001;
	overflow: auto;
}

.teching .tab-content {
    display: none;
}

.teching .tab-content p {
    max-width: 400px;
    line-height: 1.333;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    color: #333;
}

.teching .tab-content img {
    width: 100%;
    margin: 0;
}