* {
    margin: 0;
    padding: 0;
}

button {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mui-icon-star-filled:before {
    color: red;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.hide {
    display: none;
}

.pt10 {
    padding-top: 10px;
}

li {
    list-style: none;
}
[v-cloak]{
    display: none;
}
/*----------------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 .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;
}
/* 申请成功弹窗 */
.dialog-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    left: 0;
    top: 0;
    z-index: 101;
    display: none;
}
.dialog{
    width: 260px;
    height: 220px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    background: #fff;
    z-index: 102;
    display: none;
}
.dialog-head{
    width: 125px;
    display: block;
    margin: 20px auto 5px;
}
.dialog-title{
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
}
.dialog-text{
    width: 200px;
    height: 34px;
    font-size: 13px;
    color: #999;
    text-align: center;
    margin: 0 auto 16px;
}
.dialog-text .dialog-code{
    color: #3AA5FF;
}
.dialog-button{
    width: 170px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    border-radius: 18px;
    background-image: linear-gradient(#33C530, #2DCC52)
}
/* 评价成功弹框 */
.dialog1-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    left: 0;
    top: 0;
    z-index: 101;
    display: none;
}
.dialog1{
    width: 260px;
    height: 220px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    background: #fff;
    z-index: 102;
    display: none;
}