* {
    box-sizing: border-box;
    outline: 0;
    webkit-focus-ring-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

body,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
i,
li,
p,
ul {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

/* body {
    --themeColor:#3eceb5; 
    --themeColor: #248c8f;
    --bgColor: #f1f9f9;
    --priColor: #f57f12;
    --borderColor: #e5e5e7;
    --blackColor: #333;
    --noneColor: #ccd1d0;
    --warnColor: #cc0000;
    background-color: #f1f9f9;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
} */

body {
    /* --themeColor:#3eceb5; */
    --themeColor: #e84c7b;
    --bgColor: #f1f9f9;
    --priColor: #f57f12;
    --borderColor: #e5e5e7;
    --blackColor: #333;
    --noneColor: #ccd1d0;
    --warnColor: #cc0000;
    background-color: #f1f9f9;
    /* IOS禁止微信调整字体大小 */
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: #2a2a2a
}

input {
    -webkit-appearance: none;
    outline: 0
}


.mui-content {
    background-color: var(--bgColor);
    vertical-align: middle;
    /* height: 100vh; */
}

.btn-1 {
    color: var(--themeColor) !important;
    border: 1px solid var(--themeColor);
    padding: 1px 7px;
}

.btn-2 {
    color: #ffffff;
    background-color: var(--themeColor);
    border: none;
    padding: 1px 7px;
}

.full-btn {
    width: 80vw;
    height: 40px;
    margin: 10px 0;
}

.font-color,
.font-color * {
    color: var(--themeColor) !important;
}

.price-color,
.price-color * {
    color: var(--priColor) !important;
}

.warn-color,
.warn-color * {
    color: #cc0000 !important;
}

.defualt {
    margin-left: 8px;
    padding: 1px;
    border: 1px solid var(--themeColor);
    font-size: 10px !important;
    color: var(--themeColor);
}

/* .none-color {
    color: #8f8f94;
} */

/* .active {
    border: 1px solid var(--themeColor) !important;
    color: var(--themeColor) !important;
}

.active-1 {
    background-color: var(--themeColor) !important;
    color: #ffffff !important;
} */

.title {
    padding-left: 10px;
    font-weight: bolder;
    border-left: 4px solid var(--themeColor);
}

.error {
    padding: 0 5px 5px;
    color: #fff;
    font-size: 13px;
    background-color: var(--priColor);
    border-radius: 3px;
}

/* 弹窗信息样式 */
.layui-layer-title,
.layui-layer-btn {
    font-size: 16px;
    text-align: center;
}

.layui-layer-content {
    padding: 5px 15px;
}

.layui-layer-content p {
    text-indent: 2em;
}

/* 固定按钮样式 */
.home-btn {
    position: fixed;
    right: 5px;
    bottom: 55px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    opacity: 0.7;
    z-index: 999;
}

.home-btn span {
    font-size: 28px
}

.home-btn p {
    font-size: 12px
}

.mini-title {
    font-weight: bolder;
    color: #333;
}

/* 底部信息 */
.btm_info {
    text-align: center;
    margin: 5px;
}

/*----------------表格-start---------------*/
.table {
    background-color: #ffffff;
}

.table .tr .th {
    color: #8f8f92;
}

.table .tr {
    display: flex;
    text-align: center;
    align-items: center;
}

.table .tr .th,
.table .tr .td {
    flex: 1;
    padding: 10px;
    font-size: 15px;
}

/*----------------表格-end---------------*/


/*----------------mui.showLoading-start---------------*/
.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: 0.2s;
    transition-duration: 0.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 .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;
}

.mui-show-loading-mask-hidden {
    display: none !important;
}

/*----------------mui.showLoading-end---------------*/


.none-wrap {
    margin-top: 50px;
    padding: 30px;
    text-align: center;
}

.none-wrap img {
    width: 50%;
    height: 50%;
}

.none-wrap .none-text {
    margin-bottom: 20px;
    text-align: center;
    color: gray;
    font-weight: bolder;
    font-size: 18px;
}