#profile-content1 {
    background-image: url(../images/profile-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
}

#profile-page-name {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 151px;


}

#profile-nav {
    left: 0;
    height: 64px;
    line-height: 64px;
    width: 100%;
    z-index: 1;

}

.gift-type-list-top1 {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}



#profile-nav-title {
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
#profile-nav-title a{
	color:#6FB568;
}


#profile-nav-ul {
    float: right;
}

#profile-nav-ul li {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 50px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#profile-nav-ul li a {
    color: #FFFFFF;
    display: block;
}

.gift-type-list-top2 {
    position: fixed;
    top: 0;
    background: #fff;
}

.gift-type-list-top2 #profile-nav-title,
.gift-type-list-top2 #profile-nav-ul li a {
    color: #333;
}

#profile-nav-ul li a:hover {
    font-weight: 700;
    font-size: 18px;
    color: #6FB568;
}

/* #profile-nav-ul li a:hover::before, */
#profile-nav-active a::before {
    content: "";
    display: block;
    width: 106px;
    height: 4px;
    background: #6FB568;
    background: linear-gradient(to right,
            #073190 30%,
            #6FB568 30%,
            #6FB568 100%);
    position: absolute;
    left: -50%;
    right: -50%;
    margin: 0 auto;
    bottom: 0;
}

#profile-nav-ul #profile-nav-active a {
    font-weight: 700;
    color: #6FB568;

}



/* 第二页 */
#profile-content2 {
    background-image: url(../images/profile-bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0 70px 0;
    position: relative;
}

#profile-content2-left-box {
    float: left;
 
    width:50%;
        padding-right: 50px;
}

#profile-content2-right-box{
    float:left;
    width:50%;
    
}

.profile-h4,
.profile-h4-c {
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
    position: relative;
    padding-left: 18px;
}

.profile-h4-c {
    color: #6FB568;
}

.profile-h4::before {
    content: "";
    display: block;
    width: 4px;
    height: 24px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 6.5px;
}

.profile-h4-c::before {
    content: "";
    display: block;
    width: 4px;
    height: 24px;
    background: #6FB568;
    background: linear-gradient(#073190 50%, #6FB568 50%);
    position: absolute;
    left: 0;
    top: 6.5px;
}

#profile-content2-left-box p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 34px;
    text-align: justify;
    color: #FFFFFF;
}

#profile-content2-box-img {
    margin-top: 30px;
    width: 100%;
    height: auto;
}

.profile-content2-right-info1 {
    float: left;
    margin-left: 62px;
}

.profile-content2-right-info2 {
    float: left;
}

.profile-content2-right-info {
    float: left;
    margin-top: 70px;
    width:100%;
}

.profile-content2-right-info img{
    width:100%;
}

.profile-content2-right-info div {
    width: 235px;
    height: 235px;
    line-height: 235px;
    text-align: center;
    font-size: 0;
    overflow: hidden;
}

.profile-content2-right-info p {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 72px;
}

.profile-content2-right-info p i {
    font-weight: 700;
    font-size: 50px;
    line-height: 67px;
    text-align: center;

    color: #FFFFFF;
}


#profile-content2-right-bg1 {
    background-image: url(../images/bg07.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#profile-content2-right-bg2 {
    background-image: url(../images/bg08.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#profile-content2-right-bg3 {
    background-image: url(../images/bg09.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#profile-content2-right-bg4 {
    background-image: url(../images/bg10.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


/* 第三页 */
#profile-content3 {
    background-image: url(../images/profile-bg3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 0 72px 0;
    position: relative;
}

#profile-content3-box1 {
    margin-top: 30px;
    margin-bottom: 52px;

}

.profile-content3-box1-item {
    width: 225px;
    height: 85px;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 18px 18px 0;
}

.profile-content3-box1-item:nth-child(5n) {
    margin: 0 0 18px 0;

}

.profile-content3-box1-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display:none;

}

.profile-content3-item1-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85px;
    background: rgba(27, 38, 60, 0.4);
    padding: 14px
}

.profile-content3-item1-info h4 {
    font-weight: 700;
    font-size: 18px;
    height: 29px;
    color: #FFFFFF;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(225, 225, 225, 0.3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;

}

.profile-content3-item1-info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(225, 225, 225, 0.6);
    padding-top: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;

}


#profile-content3-box2 {
    margin-top: 30px;
}

.profile-content3-box2-item {
    width: 286px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.23);
    background-image: url(../images/bg-icon01.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 14px 174px;
    padding: 25px 14px;
    margin: 0 18px 19px 0;
    float: left;
    cursor: pointer;
}

.profile-content3-box2-item:nth-child(4n) {
    margin: 0 0 18px 0;

}

.profile-content3-box2-item h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    color: #FFFFFF;
}

.profile-content3-item2-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 16px;
    height: 105px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    word-break: break-all;
}

.profile-content3-box2-item:hover {
    background-color: #6FB568;

}




/* 第四页 */
#profile-content4 {
    background-image: url(../images/profile-bg4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0 70px 0;
    position: relative;

}

#profile-content4 img {
    width: 1136px;
    height: auto;
    display: block;
    margin: 40px auto 0 auto;
}


#profile-content5 {
    background-image: url(../images/profile-bg5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
    position: relative;

}

#profile-content5-box1 {
    margin-top: 30px;
    margin-bottom: 90px;

}

#profile-content5-box1-left {
    float: left;
    width: 608px;
    height: 554px;
    margin-right: 18px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/bg12.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#profile-content5-box1-left::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);

}

.profile-content5-box1-info {
    width: 456px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profile-content5-box1-info h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 37px;
    color: #FFFFFF;
    padding-bottom: 8px;
    position: relative;
    display: inline-block;
}

.profile-content5-box1-info h4::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.profile-content5-box1-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #FFFFFF;
    margin-top: 12px;
    height: 136px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-break: break-all;
}

#profile-content5-box1-right {
    float: left;
    width: 574px;
    height: 554px;
}

#profile-content5-box1-right-div1,
#profile-content5-box1-right-div2 {
    width: 574px;
    height: 268px;
}

#profile-content5-box1-right-div1 {
    margin-bottom: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/bg13.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

#profile-content5-box1-right-div1::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);

}

#profile-content5-box1-right-div2 {
    margin-bottom: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/bg14.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;

}

#profile-content5-box1-right-div2::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);

}

#profile-content5-box2 {
    margin-top: 27px;
}

.profile-content5-box2-item {
    float: left;
    width: 282px;
    height: 214px;
    margin: 0 24px 22px 0;
    position: relative;
}

.profile-content5-box2-item:nth-child(4n) {
    margin: 0 0 22px 0;

}

.profile-content5-box2-item img {
    width: 100%;
    height: 100%;

}

.profile-content5-box2-item div {
    width: 282px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 50px;
    padding: 0 14px;
    overflow: hidden;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;

}

#znbm-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

#znbm-popup-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 682px;
    border-radius: 4px;


}

#znbm-popup-info-box {
    background: #fff;
    padding: 28px 30px;
    border-radius: 4px;
}

#znbm-popup-info-box h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    text-align: center;
    margin-bottom: 28px;
}

#znbm-popup-info-box div {
    overflow-y: auto;
    height: 434px;

}

#znbm-popup-info-box div p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 20px;
}

#znbm-popup-info-box div img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;

}

#znbm-close {
    width: 60px;
    height: 60px;
    display: block;
    margin: 32px auto 0 auto;
    cursor: pointer;
}

#jituanjianjie,
#jituanlingdao,
#zuzhijiagou,
#qiyewenhua {
    position: absolute;
    top: -30px;
}

#zhinengbumen,
#rongyuzizhi {
    position: absolute;
    top: -80px;
}

#ryzz-paging {
    text-align: center;
    margin-top: 20px;
}

#ryzz-paging img {
    height: 30px;
    width: auto;
    margin:0 10px;
    cursor: pointer;
}