﻿.grayPattern {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

.coco-modal {
    width: 3.5rem;
}

.bannerTitle {
    position: absolute;
    top: 190px;
    left: 50px;
    font-size: 25px;
    color: white;
    font-family: '微软雅黑';
    font-weight: 900;
}

.noData {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    border: 1px #eee solid;
    border-radius: 10px;
    margin: 10px auto;
    padding: 10px;
}

.select1 {
    border-color: #aaa;
    padding: 0px 20px;
    border: 1px solid #49bdc3;
    background-color: white;
}

.WelcomeJoinTitle {
    position: absolute;
    color: white;
    font-weight: 900;
    font-size: 20px;
    left: 30%;
    margin-top: 0.15rem;
}

.ICPbox {
    font-size: 12px;
    background-color: #48bdc5;
    margin-top: -0.15rem;
    padding-bottom: 0.5rem;
    text-align: center;
}

    .ICPbox p {
        color: white;
        margin-top: 10px;
    }

    .ICPbox a {
        color: #dedede;
        cursor: pointer;
    }

.bigTitle {
    color: #139ea8;
    line-height: 0.4rem;
    font-size: 0.3rem;
}

.bottomMenu {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    text-align: center;
    background: #149ea9;
    color: white;
    line-height: 0.3rem;
    padding: 0 0.1rem 0.1rem;
}

    .bottomMenu p:first-child {
        text-align: right;
    }

    .bottomMenu a {
        color: white;
    }

.initHide {
    display: none;
}
