/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 0;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}

.hide {
	display: none;
}

/* 页面css */
body {
	max-width: 500px;
	margin: 0 auto;
	font-family: "PingFang SC";
	background-color: #f7f7f7;
}

header {
	padding: 0 10px;
	max-width: 500px;
	margin: 0 auto;
	height: 6vh;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 9999;
	background: linear-gradient(182deg, rgba(255, 255, 255, 0.90) 1.95%, rgba(227, 233, 249, 0.90) 69.23%, rgba(241, 245, 254, 0.90) 98.06%);
	box-shadow: 0px 4px 8px 1px rgba(34, 61, 162, 0.08);
	backdrop-filter: blur(5px);
}
header .left {
	width: 32%;
}
header .right {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .right > div {
	font-weight: 500;padding: 5px 8px;border-radius: 5px;font-size: 12px;
	flex-wrap: nowrap;display: flex;align-items: center;
	height: 27px;
}
header .right .goGW {
	font-weight: 500;padding: 5px 8px;border-radius: 5px;font-size: 12px;
	flex-wrap: nowrap;display: flex;align-items: center;
	height: 3.5vh;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	color: #E3B682;
	border: 1px solid #E3B682;;
	margin-right: 10px;
}
header .right .goGW img{
	width: 15px;height: 15px;margin-left: 4px;margin-bottom: 1px;
}
header .right .download_link {
	height: 3.5vh;
	background: linear-gradient(90deg, #E3B682 0%, #D4A473 100%);
	color: #fff;
	padding: 6px 8px;
	position: relative;
}

header .right .download_link img {
	width: 15px;height: 15px;margin-left: 4px;margin-bottom: 2px;
}
body .banner {
	width: 100%;
	position: relative;
	background-color: #Eff1fb;
}
body .banner .badge {
	width: 13.5%;
    position: absolute;
    top: 4%;
    right: 2%;
}

main {
	background-image: url('../../img/adlanding/background-bg.webp');
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: -35px;
}
@keyframes grow-shrink {
	0% {
		transform: scale(0.98);
	}
	100% {
		transform: scale(1);
	}
}
.download_box .ios_simp,.download_box .ios_gf {
    animation: grow-shrink 0.5s infinite alternate;
}
main .download_box .ios_gf {
	margin-left: 15px;
}
main .download_box{
	margin-top: -53px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 45px;
	display: none;
	align-items: center;
	justify-content: space-between;
}
.banner .download_box .btn{
	width: 48%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.banner .download_box .btn img{
	width: 100%;
}
main .box1 {
	max-width: 500px;
    margin: 0 auto;
}
main .registerBox {
	position: relative;
	z-index: 999;
	width: 92%;
	height: 270px;
	margin: -0px auto 0;
	padding: 20px;
	border-radius: 15px;
	background-image: url('../../img/adlanding/registerBox-bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 10px;
}
main .registerBox .tab_list ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	height: 42px;
	width: 282px;
	margin: 0 auto 15px;
	padding: 2px;
	border-radius: 60px;
	border: 2px solid #FFF;
	background: rgba(250, 253, 255, 0.55);
	box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.10) inset, 0px 1px 4px 0px rgba(0, 0, 0, 0.15) inset;
}
main .registerBox .tab_list ul li {
	width: 150px;
	line-height: 34px;
	text-align: center;
	color: #DFB07A;
	font-size: 15px;
	position: relative;
	height: 33px;
}
main .registerBox .tab_list ul li.current {
	color: #FFF;
	font-family: "PingFang SC";
	font-size: 15px;
	font-weight: 500;
	border-radius: 60px;
	border-bottom: 1px solid #F0D5B6;
	background: linear-gradient(90deg, #E3B682 0%, #D4A473 100%);
}
main .registerBox .tab_list ul li > span {
	min-width: 70px;
	height: 19px;
	position: absolute;
	top: -14px;
	right: -2px;
	background-image: linear-gradient(to right, #e4616f 15%, #dc4c5b 50.1%, #cf3546 100%);
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 10px 0;
    font-weight: 400;
	color: #fff;
	line-height: 20px;
    animation: bounceAndScale 1.6s infinite;
	padding: 0 5px;
	white-space: nowrap;
}
main .registerBox .tab_list ul li > span > i {
	
	margin-left: 2px;
}
@keyframes bounceAndScale {
	0%, 100% {
		transform: translateY(0) scale(1);
	}
	8.33%, 25%, 41.67% {
		transform: translateY(-2px) scale(1);
	}
	16.67%, 33.33%, 50% {
		transform: translateY(0) scale(1);
	}
	75% {
		transform: translateY(0) scale(1.06);
	}
	87.5% {
		transform: translateY(0) scale(1);
	}
}
main .tab_con .item {
	width: 305px;
	margin: 0 auto;
	display: none;
}

main .tab_con .item .input_box {
	width: 100%;
	height: 38px;
	padding:5px 10px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: start;
	overflow: hidden;
	border-radius: 100px;
	border: 1px solid #F3F3F3;
	background: #FFF;
}
main .tab_con .item .input_box input {
	flex: 1 1 auto;
	margin-left: 4px;
	font-size: 16px;
	background: transparent;
}
main .tab_con .item .input_box > img.pwd,main .tab_con .item .input_box > img.user {
	width: 28px;height: 28px;
}
main .tab_con .item .input_box > .line {
	display: block;
	font-size: 14px;
	margin: 1px 6px 0 6px;
	background-image: url('../../img/adlanding/line2.png');
	background-size: 100% 100%;
	width: 1px;
	height: 25px;
}
main .tab_con .item input {
	border: none;
	height: 34px;
}
main .tab_con .item input::placeholder {
	color: #8b8585;
	font-size: 12px;
}
main .tab_con .item input:focus {
	outline: none;
}
main .input-tips {
	color: #f84141;
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	padding-left: 16px;
}
main .warp-btn {
	height: 42px;
	width: 305px;
	margin: 0 auto 10px;
	background-color: #e4b683;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #FFE6CC;
	background: linear-gradient(180deg, #ECC298 0%, #C8955A 100%);
	box-shadow: 0px 2px 0px 0px rgba(214, 167, 112, 0.65);
	position: relative;
	overflow: hidden;
}
main .warp-btn > s {
	display: block;
	width: 46px;
	height: 39px;
	position: absolute;
	left: -6px;
	top: -6px;
	background-image: url(../../img/adlanding/btnfootball.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
main .warp-btn > p {
	font-size: 16px;color: #fff;font-weight: 500;letter-spacing: 0.8px;
}
@keyframes grow-shrink {
	0% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
}
main .warp-btn.cant-click {
	/* opacity: 0.5; */
	pointer-events:none;
}
main .boxx {
	/* background-image: linear-gradient(90deg, #510950 20%, #830c8d 88%); */
	/* overflow: hidden; */
	max-width: 500px;
    margin: 0 auto;
	padding-bottom: 6px;
}

main .boxx .tabs {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	background-image: url(../../img/adlanding/tab/tab_bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 92%;
	height: 12.5vw;
	max-height: 62px;
	margin: 0 auto 6px;    
	padding: 0 3%;
}

main .boxx .tabs .tab-button {
  flex: 1 0 100px;
  border: none;
  background-color: transparent;
  transition: background-image 0.3s;
  background-size: 97%;
}


main .boxx .tab-content {
  	display: none;
  	border-radius: 10px 10px 0px 0px;
	box-shadow: 0px -3px 8px 0px rgba(108, 123, 168, 0.15);
	width: 92%;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	background-image: url(../../img/adlanding/tab/tab_contentBg.webp);background-repeat: no-repeat;background-position: center;background-size: 105%;
	position: relative;
	z-index: 9;
	border-radius: 15px;
	border: 1px solid #FCDE7B;
}

main .boxx .tab-content.active {
  display: block;
}
main .boxx .tab-content .row {
	display: flex;
	justify-content: space-between;
}
main .boxx .tab-content .row:nth-child(1) {
	margin-bottom: 3%;
}
main .boxx .tab-content a {
	display: block;
	width: 31.2%;
	position: relative;
}
main .boxx .tab-content a img {
	height: 100%;
	background-size: 100%;
}
main .box2 {
	position: relative;
}
main .box2 .tabs .tab-button:nth-child(1){
	background-image: url(../../img/adlanding/tab/tab_slot.webp);background-repeat: no-repeat;background-position: center 4.5px;
}
main .box2 .tabs .tab-button:nth-child(2){
	background-image: url(../../img/adlanding/tab/tab_live.webp);background-repeat: no-repeat;background-position: center 4.5px;
}
main .box2 .tabs .tab-button:nth-child(3){
	background-image: url(../../img/adlanding/tab/tab_chess.webp);background-repeat: no-repeat;background-position: center 4.5px;
}
main .box2 .tabs .tab-button.active:nth-child(1){
	background-image: url(../../img/adlanding/tab/tab_slot_active.webp);background-repeat: no-repeat;background-position: center 4.5px;
}
main .box2 .tabs .tab-button.active:nth-child(2){

	background-image: url(../../img/adlanding/tab/tab_live_active.webp);background-repeat: no-repeat;background-position: center 4.5px;
}
main .box2 .tabs .tab-button.active:nth-child(3){
	background-image: url(../../img/adlanding/tab/tab_chess_active.webp);background-repeat: no-repeat;background-position: center 4.5px;
}
main .box2 .tab-content a  .arrow {
	position: absolute;
    right: 6%;
    bottom: 5%;
    width: 18%;
    height: 18%;
}

main .box2 .sky {
	position: absolute;
	left: 0;
	z-index: 1;
	bottom: -5%;
	width: 55px;
}
main .box3 .tabs .tab-button:nth-child(1){
	background-image: url(../../img/adlanding/tab/tab_sport.webp);background-repeat: no-repeat;background-position: center 4.5px;
}
main .box3 .tabs .tab-button:nth-child(2){
	background-image: url(../../img/adlanding/tab/tab_fishing.webp);background-repeat: no-repeat;background-position: center 4.5px;
}
main .box3 .tabs .tab-button:nth-child(3){
	background-image: url(../../img/adlanding/tab/tab_lottery.webp);background-repeat: no-repeat;background-position: center 4.5px;
}
main .box3 .tabs .tab-button.active:nth-child(1){
	background-image: url(../../img/adlanding/tab/tab_sport_active.webp);background-repeat: no-repeat;background-position: center 4.5px;
}
main .box3 .tabs .tab-button.active:nth-child(2){
	background-image: url(../../img/adlanding/tab/tab_fishing_active.webp);background-repeat: no-repeat;background-position: center 4.5px;
}
main .box3 .tabs .tab-button.active:nth-child(3){
	background-image: url(../../img/adlanding/tab/tab_lottery_active.webp);background-repeat: no-repeat;background-position: center 4.5px;
}
main .box3 .tab-content#tab3-1 a{width: 100%;}
main .box3 .tab-content#tab3-2 a{width: 49%;}
main .box3 .tab-content a  .arrow {
	position: absolute;
    right: 6%;
    bottom: 5%;
    width: 6%;
    height: 18%;
}

main .box3 .tab-content a  .arrow-1 {
	position: absolute;
    right: 6%;
    bottom: 5%;
    width: 12%;
    height: 18%;
}

main .box3 .tab-content a  .arrow-2 {
	position: absolute;
    right: 6%;
    bottom: 5%;
    width: 18%;
    height: 18%;
}
main .box3 .tab-content a  .row-img {
	border-radius: 15px;
	overflow: hidden;
}
main .tit {width: 85%; margin: 5px auto 10px;}
main .promo .sky {
	position: absolute;
    width: 55px;
    height: 67px;
    right: -4%;
    top: -17%;
    z-index: 1;
}
main .promo .qb {
	position: absolute;
    width: 14%;
    left: -1%;
    bottom: -6%;
    z-index: 1;
}
main .promo {position: relative;width: 92%;margin: 0 auto 15px;}
main .promo .tt {width: 80px;}
main .promo .tt .ttbtn {
	width: 80px;
	height: 38px;
	margin-bottom: 15%;
	transition: background-image 0.4s ease-in-out;
	background-repeat: no-repeat;background-position: center;background-size: 100%;
}
main .promo .tt.left {position: absolute;left: 3px; top: 65px;z-index: 10;}
main .promo .tt.right {position: absolute;right: 3px; top: 65px;z-index: 10;}
main .promo .tt.left .ttbtn:nth-child(1) {
	background-image: url('../../img/adlanding/promo/btn_promo01.webp')
}
main .promo .tt.left .ttbtn:nth-child(2) {
	background-image: url('../../img/adlanding/promo/btn_promo02.webp')
}
main .promo .tt.left .ttbtn:nth-child(3) {
	background-image: url('../../img/adlanding/promo/btn_promo03.webp')
}
main .promo .tt.right .ttbtn:nth-child(1) {
	background-image: url('../../img/adlanding/promo/btn_promo04.webp')
}
main .promo .tt.right .ttbtn:nth-child(2) {
	background-image: url('../../img/adlanding/promo/btn_promo05.webp')
}
main .promo .tt.right .ttbtn:nth-child(3) {
	background-image: url('../../img/adlanding/promo/btn_promo06.webp')
}
main .promo .tt.left .ttbtn.active:nth-child(1) {
	background-image: url('../../img/adlanding/promo/btn_promo01_a.webp')
}
main .promo .tt.left .ttbtn.active:nth-child(2) {
	background-image: url('../../img/adlanding/promo/btn_promo02_a.webp');
}
main .promo .tt.left .ttbtn.active:nth-child(3) {
	background-image: url('../../img/adlanding/promo/btn_promo03_a.webp');
}
main .promo .tt.right .ttbtn.active:nth-child(1) {
	background-image: url('../../img/adlanding/promo/btn_promo04_a.webp');
}
main .promo .tt.right .ttbtn.active:nth-child(2) {
	background-image: url('../../img/adlanding/promo/btn_promo05_a.webp');
}
main .promo .tt.right .ttbtn.active:nth-child(3) {
	background-image: url('../../img/adlanding/promo/btn_promo06_a.webp');
}
main .promo .tu {
	display: none;
	margin: 0 auto;
	/* width: 215px; */
	width: 4.3rem;
}
main .promo .tu.active {
	display: block;
}
main .promo .tu .arrow {width: 22px;height: 22px;position: absolute;bottom: 7.8%;right: 28%;}
main .promo #tu6 .arrow {bottom: 13.8%;right: 28%;}
main .bt {
	width: 100%;
    height: 14vh;
    background-image: url(../../img/adlanding/foot_sliced.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
main .bt p {
	text-align: center;color: #946429;font-size: 14px;font-weight: 500;line-height: 20px;position: relative;top: 5px;
}
main .bt p .red {
	font-weight: 600;
	color: #E30613;
}
.kf_link {
	width: 5em;
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 1000;
}
.warp-footer {
	/* background-image: linear-gradient(90deg, #510950 20%, #830c8d 88%); */
	background: linear-gradient(
		180deg,
		rgba(252, 253, 255, 0) -13.35%,
		#fcfdff 31.99%
	);
	position: sticky;
	bottom: 0;
	width: 100%;
	max-width: 500px;
	z-index: 999;
	max-width: 500px;
	margin: 0 auto;
}
.warp-footer > .con {
	max-width: 500px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.warp-footer .warp_logo {
	width: 14.5%;
	position: absolute;
	left: 17px;
	top: 50.5%;
	transform: translateY(-50%);
	box-shadow: 0px 2px 4px 0px #CCD7E3;
	border-radius: 10px;
	overflow: hidden;
}

.warp-footer .con .num888gif {
	width: 21%;
    position: absolute;
    left: 26%;
    top: 50%;
    transform: translateY(-50%);
}
.warp-footer .con .btngif {
	width: 28%;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}
.sendCode {
	width: 79px;
	height: 26px;
	color: #e78814;
	text-align: center;
	font-family: "PingFang SC";
	font-size: 12px;
	display: flex;
	position: absolute;
	right: 3px;
	top: 78px;
}
.sendCodeTime {
	/* background: #89730a !important; */
	color: #e8b980 !important;
}
/* 后面两个 */
/* 弹出层 start */
.mask_warp {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: flex;
	flex-direction: column;
	display: none;
}
.mask_warp .pop_head {
	display: block;
	width: 100%;
}

.mask_warp .blank_box {
	flex: 1;
}
.mask_warp .pop_box {
	background-color: #fff;
	border-top-left-radius: 0.4rem;
	border-top-right-radius: 0.4rem;
	position: fixed;
	left: 0;
	width: 100%;
	bottom: -100%;
}
.mask_warp .pop_up {
	animation: popup 0.75s 0.2s ease;
}
.mask_warp .pop_down {
	animation: popdown 0.75s 0.2s ease;
}
@keyframes popup {
	from {
		bottom: -100%;
	}
	to {
		bottom: 0;
	}
}
@keyframes popdown {
	from {
		bottom: 0;
	}
	to {
		bottom: -100%;
	}
}
.mask_warp .pop_close {
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	width: 0.48rem;
}
.mask_warp .pop_conent {
	width: 80%;
	background: #fff;
	box-shadow: 0px 6px 10px rgba(219, 139, 20, 0.5);
	margin: -2rem auto;
	position: relative;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding-bottom: 2rem;
}
.mask_warp .pop_conent .install {
	display: block;
	width: 1.48rem;
	position: absolute;
	left: 50%;
	margin-top: -0.74rem;
	transform: translateX(-50%);
}
.mask_warp .pop_conent h4 {
	color: #000;
	text-align: center;
	font-family: "HarmonyOS Sans SC";
	font-size: 0.32rem;
	font-style: normal;
	font-weight: 700;
	padding-top: 0.8rem;
	margin: 0;
}
.mask_warp .step {
	display: flex;
	align-items: center;
	color: #787878;
	font-family: "HarmonyOS Sans SC";
	font-size: 0.22rem;
	font-weight: 500;
	padding: 0.3rem 0.28rem;
}
.mask_warp .step1 {
	width: 0.8rem;
	margin-right: 0.16rem;
	height: 0.28rem;
}
.mask_warp .step div {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
}

.mask_warp .app_info {
	border-radius: 0.12rem;
	border: 1px solid #c4c4c4;
	width: 86%;
	margin: auto;
	padding: 0.18rem 0.2rem 0.24rem 0.2rem;
}
.mask_warp .app_info_t {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mask_warp .logo_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mask_warp .app_info_t .sm_logo {
	width: 0.9rem;
}
.mask_warp .store_logo {
	border-radius: 0.24rem;
}
.mask_warp .app_info_t .equal {
	color: #5a5b60;
	font-family: "HarmonyOS Sans SC";
	font-size: 0.64rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	padding: 0 0.2rem;
}
.mask_warp .download_store_btn {
	border-radius: 0.24rem;
	background: #86b6ff;
	padding: 0.1rem 0.2rem;
	color: #fff;
	font-family: "HarmonyOS Sans SC";
	font-size: 0.18rem;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mask_warp .download_store_btn img {
	width: 0.24rem;
	margin-right: 0.1rem;
}
.mask_warp .download_store_tri {
	color: #e4ad49;
	font-family: "HarmonyOS Sans SC";
	font-size: 0.18rem;
	font-style: normal;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.15rem;
}
.mask_warp .download_store_tri img {
	width: 0.16rem;
	margin-right: 0.1rem;
}
.mask_warp .app_info_b {
	color: #a4a4a4;
	font-family: "HarmonyOS Sans SC";
	font-size: 0.24rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 0.2rem;
	display: flex;
}
.mask_warp .real_name {
	color: #917641;
	flex: 0 0 1rem;
	white-space: nowrap;
}
.mask_warp .sm_equal {
	margin: 0 0.2rem;
}
.mask_warp .store_name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.mask_warp .ios_download {
	border-radius: 0.46rem;
	background: #d6aa6d;
	height: 0.92rem;
	line-height: 0.92rem;
	text-align: center;
	color: #fff;
	font-family: "HarmonyOS Sans SC";
	font-size: 0.3rem;
	font-style: normal;
	font-weight: 400;
	width: 90%;
	margin: 0.4rem auto;
}
/* 弹出层 end */
/* 轻提示 start */
.mask_msg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: visible;
	opacity: 1;
	transition: 0.1s opacity linear;
	display: none;
	background: rgba(74, 74, 74, 0.5);
	z-index: 9999;
}
.mask_msg-content {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 13;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s opacity linear;
}
.mask_msg_text {
	padding: 30px 15px;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, 0.9);
	text-align: center;
	text-overflow: ellipsis;
	max-width: 84%;
	word-break: break-all;
	word-wrap: break-word;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: normal;
}
/* 轻提示 end */
