[v-cloak] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
}

.logo {
    width: 100px;
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.rBtw {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.color_red {
    color: red;
}

.color_y {
    color: #FF8011;
}

.pointer {
    cursor: pointer;
}


body,
button,
input,
textarea {
    font: 100%/1 "Helvetica Neue", Helvetica, STHeiTi, "Microsoft YaHei";
}

.colNo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #666;
    min-height: 60vh;
}

.colNo img {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}

.modelComm {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.modelComm .modelCont {
    margin-top: 10vh;
    /* margin: auto; */
    background-color: rgba(255, 255, 255, .4);
    padding: 10px;
}

.modelComm .modelCont .modelContCenter {
    width: 350px;
    padding: 30px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #666;

}

.modelComm .modelCont .modelContCenter .t {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.modelComm .modelCont .modelContCenter img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.modelComm .modelCont .modelContCenter a {
    margin-top: 20px;
    color: #fff;
    border-color: #FF8011;
    background: #FF8011;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
    width: 70px;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.modelComm .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* 支付弹框 */
/* .modelCContent {
    position: relative;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
    padding: 50px;
    margin-top: 10vh;
    width: 500px;
    align-items: center;
}

.modelCContent .close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    color: #999;
    cursor: pointer;
}


.modelCContent .code {
    margin-bottom: 20px;
    padding: 20px;
    width: 160px;
    height: 160px;
    border: 1px solid #09bb07;
    margin: 40px 0;
}

.modelCContent .mny {
    font-size: 16px;
    font-weight: 700;
    color: #666;
}

.modelCContent .mny span {
    font-size: 25px;
    color: #333;
}

.modelCContent .wechat {
    margin-bottom: 30px;


}

.modelCContent .wechat img {
    width: 20px;
    object-fit: contain;
    margin-right: 10px;
    color: #666;
}

.modelCContent .re span {
    color: #18aaeb;
    cursor: pointer;
} */