* {
    padding: 0;
    margin: 0;
}

.tBorder{
   border: 1px solid red;
}

.whiteColor {
    background-color: white;
}
.whiteBgColorG {
    background-color: #45deb5;
}

.fontMainColor {
    color: #45deb5;
}

.displayNone {
    display: none!important;
}

.cursorP {
    cursor: pointer;
}
.fontW{
    font-weight: bold;
}
.positionR{
    position: relative;
}
.headerC100,.headerC100 img{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

button{
    outline: none;
    cursor: pointer;
}

.wordEllipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mask{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top:0;
    right: 0;
    background-color: rgba(0,0,0,.5);
}

.mask2{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top:0;
    right: 0;
    background-color: rgba(0,0,0,.5);
}
