.headTop{
    margin-top: 30px;
}

.banner{
    width: 100%;
    /*height: 320px;*/
    margin-top: 40px;
}
.banner img{
    width: 100%;
}
.banner{
    position: relative;
}
.bannerCon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 900px;
    display: flex;
    justify-content: space-between;
}
.bannerCon h1{
    width: 134px;
    height: 134px;
    background: #F2F2F2;
}
.bannerCon h1 img{
    width: 100%;
}
.bannerCon li{
    width: 81%;
}
.bannerCon li h3{
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 10px;
}
.bannerCon li p{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bannerCon li p span{
    display: block;
    width: 80%;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 22px;
}
.bannerCon li p a{
    padding: 5px 10px;
    background: #00903A;
    border-radius: 4px;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    border: 1px solid #00903A;
}
.bannerCon li p a:hover{
    background: transparent;
    border: 1px solid #00903A;
}
.groupAnn{
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid #F2F2F2;
}
.groupAnnCon{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.wrap{
    margin-top: 30px !important;
}
.wrapCon{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.wrapConL{
    width: 870px;
}

.wrapConR{
    width: 300px;
}

.groupInt{
    width: 100%;
}
.groupInt h3, .userNotice h3,
.groupMem h3{
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    display: flex;
    align-items: center;
}
.groupInt h3 i, .userNotice h3 i,
.groupMem h3 i{
    display: block;
    width: 4px;
    height: 16px;
    background: #00903A;
    border-radius: 2px;
    margin-right: 10px;
}
.groupIntCon{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.groupIntCon h1{}
.groupIntCon h1 span{
    display: block;
    width: 88px;
    height: 88px;
    background: #F2F2F2;
}
.groupIntCon h1 img{
    width: 100%;
}
.groupIntCon h1 p{
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.groupIntCon li{
    width: 750px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.userNotice{
    width: 100%;
    margin-top: 30px;
}
.noticeCon{
    width: 100%;
    margin-top: 30px;
}
.noticeCon p{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.groupMem,
.groupMemCon{
    width: 100%;
    margin-top: 30px;
}
.groupMemCon ul{
    width: 100%;
    height: 99px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.groupMemCon ul li{
    width: 60px;
    text-align: center;
    margin: 0 28px 15px 0;
}
.groupMemCon ul li:nth-child(10n){
    margin: 0 0 15px 0;
}
.fans-img{
    margin-bottom: 5px;
}
.groupMemCon ul li p img{
    width: 100%;
}
.seeMore{
    width: 100%;
    margin-top: 5px;
    display: flex;
    justify-content: center;
}
.seeMore a{
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid #00903A;
    font-size: 14px;
    color: #00903a;
}
.seeMore a:hover{
    color: #FFFFFF;
    background-color: #00903A;
}

.hb,.jfsy { display: inline-block; }
.jfsy { margin-right: 5%; }
.jfsy a, .hb a {
    display: block;
    background: #00903a;
    color: #fff;
    width: 200px;
    line-height: 34px;
    margin: 10px auto 0;
    font-size: 16px;
}
.hb a {
    background: #f60;
}
.tan{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    color: #fff;
}
.tan .name {
    height: 100%;
    text-align: center;
    padding: 20px 10px;
}
.upload {
    overflow: hidden;
}
.tan .name img {
    height: 70%;
    margin: 0 auto;
}
.close{
    position: absolute;
    z-index: 100000;
    right: 24px;
    top: 15px;
    width: 30px;
    cursor: pointer;
}
.close img {
    width: 100%;
}
.ui-toast {
    height: 32px;
    line-height: 27px;
    overflow: hidden;
    /*display: inline-block;*/
    padding: 3px 16px;
    background: #000000;
    opacity: 0.8;
    color: #FFFFFF;
    border-radius: 6px;
    position: fixed;
    z-index: 99999;
    top: 41%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    font-size: 14px;
    display: none;
}