@charset "utf-8";

html {
    -webkit-text-size-adjust: none !important;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    line-height: unset;
}

div,
ul,
li,
img,
a,
table,
p,
dl,
dt,
dd,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6,
input {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

ul {
    list-style: none;
}

/** {*/
/*    touch-action: pan-y;*/
/*}*/

input {
    margin: 0;
    padding: 0;
    border: none;
    touch-action: manipulation;
    outline: none;
    box-sizing: border-box;
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: text !important;
}

[v-cloak] {
    display: none !important;
}

.white-space {
    white-space: pre-wrap;
}

/* ::-webkit-input-placeholder {
    color: #C0C0C0;
    font-size: 0.28rem;
} */

.submit-btns {
    display: flex;
    align-items: center;
    /*定义body的元素垂直居中*/
    justify-content: center;
    /*定义body的里的元素水平居中*/
}

.big-btn {
    width: -webkit-fill-available;
    height: .98rem;
    border: 0;
    border-radius: .08rem;
    font-size: .36rem;
    color: #FFFFFF;
    /* line-height: 24px; */
    text-align: center;
    display: flex;
    align-items: center;
    /*定义body的元素垂直居中*/
    justify-content: center;
    /*定义body的里的元素水平居中*/
}

.big-negetive-btn {
    background-color: #999999;
}

.big-positive-btn {
    background-color: #013893;
}


/* 页面加载 */

.page-loading {
    font-size: 0.28rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.mui-popup-input input {
    border-radius: 0.08rem;
    border: 1px solid #999999;
    height: .66rem;
    font-size: .3rem;
}

.mui-popup-button {
    font-size: .36rem;
    color: #666666;
}

.mui-popup-button:last-child {
    color: #1966EE;
    font-weight: normal;
}

.mui-popup-title {
    font-size: .36rem;
    color: #333333;
    font-weight: 500;
    text-align: center;
}

.mui-popup-title+.mui-popup-text {
    font-size: .36rem;
    color: #333333;
    font-weight: 500;
    margin: 5px 0 0;
}

.mui-popup-button:after {
    background-color: #ddd !important;
}

.mui-preview-image.mui-fullscreen {
    z-index: 9999 !important;
}

.active-color {
    color: #F32A1E !important;
}

.active-color2 {
    color: #FFA33B !important;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    top: 30% !important;
}

.vjs-error .vjs-error-display:before {
    content: ' ' !important;
}

/* mui-toast提示 css*/

.mui-toast-container.mui-active {
    opacity: .8;
}

.mui-toast-container {
    font-size: 0.28rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.28rem;
    position: fixed;
    z-index: 9999;
    top: 50%;
    bottom: 50%;
    left: 50%;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.mui-toast-message {
    font-size: 0.28rem;
    padding: .26rem .6rem;
    text-align: center;
    color: #FFFFFF;
    border-radius: .5rem;
    background-color: #000000;
}

/* mui-toast提示 css*/

/*common-dialog css*/
/* 弹窗容器 */
.common-dialog-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

/* 遮罩层样式 */
.common-dialog-masking-layer {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

/* 弹窗默认样式 */
.common-dialog-wrap {
    width: calc(100% - 2rem);
    /* margin: 0 1rem; */
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.12rem;
}

/* 弹窗内容区域 */
.common-dialog-content {
    padding: .8rem .5rem;
    box-sizing: border-box;
    font-size: 0.36rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.5rem;
    text-align: center;
}

/* 下框按钮区域居中，来一些边距样式 */
.dialog-bottom {
    height: 1.2rem;
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 0.12rem;
    border-bottom-right-radius: 0.12rem;
}

/* btn按钮样式 */
.common-dialog-btn {
    height: 100%;
    flex: 1;
    font-size: 0.32rem;
    font-weight: 500;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-dialog-btn.btn-active {
    color: #059AC1;
}

/*common-dialog css*/
