/*
 *这是单独为hello mui准备的个性化css，可以覆盖标准mui的css定义；
 * 在实际项目开发时，建议为App单独写一个css文件，从而实现项目的自定义皮肤功能；
 * 
 * */
/*.mui-plus header.mui-bar{
	display: none;
}
.mui-plus .mui-bar-nav~.mui-content{
	padding: 0;
}*/

/*hm开头的表示仅为 Hello MUI示例定义*/
/* *{touch-action: none;} */
.hm-description{
	margin: .5em 0;
}

.hm-description>li {
	font-size: 14px;
	color: #8f8f94;
}
.navimg{
	width:80%;
	height:82%;
	display:block;
	margin: 0 auto;
	margin-top:5px;
}
.mui-text-one {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.mui-text-line {
	white-space:normal;
	word-break:break-all;
	overflow: hidden; 
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /*控制行数*/
	-webkit-box-orient: vertical;
}
.mui-col-sm-w { width: 32%; }
.mui-box-flex {
	display: flex;
	justify-content: space-between;
}
.m-line { width: 100%;height: 10px;background-color: #f6f6f6; }
/* login.html */
/* .mui-content {
	background-color: rgba(255,255,255,1);
} */
.mui-flex {
	text-align: center;
	margin: 60px 0;
}
.link-area {
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.link-area a {
	font-size: 14px;
	color: #000 !important;
}
ul li {
	list-style: none;
}
/* 抽奖 */
.luck-box {
	width: 345px;
	height: 376px;
	margin: 0 auto;
	background: url(../images/zjzp.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 230px;
}
.luck-box-title {
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #5f1800;
}
.luck-ul {
	width: 89%;
	height: 300px;
	/* border: 1px solid #fff; */
	margin: 0 auto;
	margin-top: 13px;
	position: relative;
}
.luck-ul>li {
	width: 98px;
	height: 98px;
	background: url(../images/ge.jpg) no-repeat;
	background-size: 100% 100%;
	border-radius: 6px;
	position: absolute;
	color: #5f1800;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}
.luck-ul>li img {
	width: 50px;
	height: 55px;
	margin-top: 10px;
}
.luck-ul>li:nth-of-type(1) {
	left: 4px;
	top: 3px;
}
.luck-ul>li:nth-of-type(1) img {
	width: 58px;
	height: 55px;
}
.luck-ul>li:nth-of-type(2) {
	left: 105px;
	top: 3px;
}
.luck-ul>li:nth-of-type(3) {
	left: 206px;
	top: 3px;
}
.luck-ul>li:nth-of-type(4) {
	left: 4px;
	top: 104px;
}

.luck-ul>li:nth-of-type(5) {
	left: 206px;
	top: 104px;
}
.luck-ul>li:nth-of-type(6) {
	left: 4px;
	top: 205px;
}
.luck-ul>li:nth-of-type(7) {
	left: 105px;
	top: 205px;
}
.luck-ul>li:nth-of-type(8) {
	left: 206px;
	top: 205px;
}
/* 抽奖按钮 */
.luck-ul>li:nth-of-type(9) {
	left: 105px;
	top: 104px;
	background: url(../images/cjan.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
}
/* 抽奖按钮完 */
.luck-txt-content {
	width: 90%;
	height: 200px;
	margin: 30px auto;
}
.luck-txt-tit {
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	color: #ffea00;
}
.luck-t-bolck {
	width: 5px;
	height: 15px;
	background: #ffea00;
	border-radius: 10px;
	margin-right: 6px;
}
.luck-txt-cell {
	width: 100%;
	height: 160px;
	border: 2px solid #ffa92d;
	border-radius: 14px;
	margin-top: 16px;
	padding: 10px;
	background: rgba(189,18,0,0.5);
	font-size: 14px;
}
.bankbox:nth-child(even) { background: linear-gradient(99.71deg, rgba(0, 179, 134, 1) 0%, rgba(0, 132, 98, 1) 100%); }
.bankbox:nth-child(odd) {background: linear-gradient(99.71deg, rgba(255, 97, 101, 1) 0%, rgba(235, 30, 35, 1) 100%);}


/*----------------mui.showLoading---------------*/  
.mui-show-loading {  
    position: fixed;  
    padding: 5px;  
    width: 120px;  
    min-height: 120px;  
    top: 45%;  
    left: 50%;  
    margin-left: -60px;  
    background: rgba(0, 0, 0, 0.6);  
    text-align: center;  
    border-radius: 5px;  
    color: #FFFFFF;  
    visibility: hidden;  
    margin: 0;  
    z-index: 2000;  

    -webkit-transition-duration: .2s;  
    transition-duration: .2s;  
    opacity: 0;  
    -webkit-transform: scale(0.9) translate(-50%, -50%);  
    transform: scale(0.9) translate(-50%, -50%);  
    -webkit-transform-origin: 0 0;  
    transform-origin: 0 0;  
}  
.mui-show-loading.loading-visible {  
    opacity: 1;  
    visibility: visible;  
    -webkit-transform: scale(1) translate(-50%, -50%);  
    transform: scale(1) translate(-50%, -50%);  
}  

.mui-show-loading .mui-spinner{  
    margin-top: 24px;  
    width: 36px;  
    height: 36px;  
}  
.mui-show-loading .mui-spinner.empty-message{  
    margin-top: 36px;
    width: 36px;  
    height: 36px;  
}  
.mui-show-loading .text {  
    line-height: 1.6;  
    font-family: -apple-system-font,"Helvetica Neue",sans-serif;  
    font-size: 14px;  
    margin: 10px 0 0;  
    color: #fff;  
}  

.mui-show-loading-mask {  
  position: fixed;  
  z-index: 1000;  
  top: 0;  
  right: 0;  
  left: 0;  
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}  
.mui-show-loading-mask-hidden{  
    display: none !important;  
}
.notData { 
	width: 140px;
	height: 140px;
	background: url('../images/not.png') no-repeat;
	background-size: 100% 100%;
	margin-top: 10px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -70px;
}
.mui-toast-container {
    bottom: 50% !important;/*离布局底部的距离*/
}
/* 提示弹框 */
.mui-toast-message {
    background: linear-gradient(165deg, #fe345a 0%, #ff8b86 100%) !important;   /*toast的背景图片*/
    opacity: 1;/*toast中背景色的透明度*/
    /*color: #0FE2AF; toast中字体颜色*/
    color: #fff; /*toast中字体颜色*/
    min-width: 150px; /*toast宽度*/
	max-width:200px;
    padding: 10px;/*toast中文字的位置*/
	box-shadow: 0px 1px 3px 2px rgb(255 255 255 / 30%) !important;
}
/* 登录注册忘记密码 */
.ru-log-top {
	width: 92%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 90px;
}
.ru-log-top h3 {
	font-size: 25px;
	color: #000;
}
.ru-log-top img {
	width: 68px;
	height: 68px;
}
.ru-log-txt {
	font-size: 14px;
	color: #9C9C9C;
	margin-top: 13px;
}
.ru-log-l {
	width: 1px;
	height: 18px;
	background: #B7B7B7;
	margin-left: 20px;
	margin-right: 5px;
}
.inputAct {
	border: 1px solid rgb(255, 123, 47) !important;
}
.mui-popup { box-shadow: 0px 1px 3px 2px rgb(255 255 255 / 30%) !important; }
.mui-popup-inner { 
	background: #fff;
	color: #000;
}
.mui-popup-inner:after { background-color: rgba(255, 255, 255,.6); }
.mui-popup-button:after { background-color: rgba(255, 255, 255,.6); }
.mui-popup-button { 
	background: #fff;
	color: #000; 
}
.mui-popup-button-bold {
	background: #fff !important;
	color: #fe345a !important;
}
.mui-bar-tab {
	height: 55px;
}
.mui-bar-tab .mui-tab-item.mui-active {
	/* background-image: -webkit-linear-gradient(bottom,#FC3E3E,#FF8254);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	color: #fe345a !important;
}

.cart-num { 
	background: #FC3E3E;
	color: #fff;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 100%;
	font-size: 12px;
	right: 10px;
	z-index: 21;
	-webkit-text-fill-color:#fff;
}
.mui-btn {
	background:linear-gradient(165deg, #fe345a 0%, #fc5372 100%) !important;
}
.mui-btn-outlined {
    background-color: transparent !important;
}
html,body {
	background: #f5f5f5 !important;
}
.phone-item {
	width: 80%;
	height: 48px;
	margin: 0 auto;
	border-radius: 27px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 35px;
}
.phone-type {
	width: 49.5%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #BDBFD1;
	font-size: 16px;
	font-weight: 500;
}
.phone-item .phoneactive {
	color: #fe345a;
	font-weight: 600;
}
.pshop-txt {
	width: 65px;
	height: 18px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	background: linear-gradient(90deg, #26AD5A 0%, #fe345a 100%);
	border-radius: 8px 0px 8px 0px;
	position: absolute;
}