﻿.iosguild .guild-area {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 100;
    overflow-y: auto;
}

.iosguild .top {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    background: #000;
    padding-top: 20px;
}

    .iosguild .top .close {
        width: 21px;
        position: absolute;
        top: 10px;
        right: 8px;
    }

    .iosguild .top .ios-btn {
        outline: none;
        border: none;
        height: 30px;
        font-size: 16px;
        display: flex;
        width: 300px;
        background: linear-gradient(0deg, #4396ec, #5bc8f0);
        border-radius: 5px;
        box-shadow: 0 1px 2px rgba(247, 153, 51, 0.58);
        justify-content: center;
        align-items: center;
        margin: 5px auto;
        color: white;
    }

        .iosguild .top .ios-btn img {
            width: 16px;
            height: 18px;
            margin-right: 2px;
        }

.iosguild .content {
    color: #fff;
    padding-top: 155px;
}

.iosguild .content-item {
    padding: 0 6px 6px;
    margin-top: -6px;
}

    .iosguild .content-item p {
        padding: 0 5px;
        opacity: 0.87;
    }

    .iosguild .content-item .title {
        font-size: 16px;
    }

    .iosguild .content-item .tip {
        font-size: 12px;
    }

        .iosguild .content-item .tip span {
            color: #FD480A;
        }

    .iosguild .content-item .img {
        width: 100%;
        margin-top: 10px;
    }

.banbenhaoo {
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.loading {
    position: fixed;
    width: 328px;
    height: 328px;
    top: 20%;
    left: 50%;
    margin: -180.5px 0 0 -160px;
    z-index: 50;
    display: none;
}

    .loading > img {
        display: block;
        width: 328px;
        height: 328px;
    }
