@viewport {
    zoom: 1.0;
    width: 620px;
}

@-ms-viewport {
    width: 620px;
    zoom: 1.0;
}

.centent {
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

.img-view {
    border: solid 1px #D2D2D2;
    border-radius: 30px;
    margin-bottom: 20px;
    box-shadow: -2px 0 10px -1px #D2D2D2, 0 -2px 10px -1px #D2D2D2, 0 2px 10px -1px #D2D2D2, 2px 0 10px -1px #D2D2D2;
}

.humu-view {
    font-size: 25px;
    font-weight: 500;
}

.name-view {
    position: fixed;
    bottom: 10px;
    font-weight: 600;
    background-color: #fff;
    width: 100%;
    font-size: 14px;
}

.info-view {
    color: #8D9DAA;
    line-height: 30px;
}

.e-view {
    margin: 15px 0;
}

.btn {
    margin: 0 auto;
    width: 200px;
    line-height: 30px;
    border-radius: 15px;
    background-color: #1E9FFF;
    color: #fff;
}

.app {
    margin-top: 5px;
}

.tips {
    color: #D2D2D2;
    line-height: 55px;
}

a {
    text-decoration: none;
    color: #fff;
}
