body{
    background-color: #fff;
}
/* 导航样式 */

/* 导航顶部条样式 */
header > .bar{
    height: 40px;
    line-height: 40px;
    background: #2A4883;
}
header > .bar > .wrapper{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
header > .bar > .wrapper .top_social .icon_social{
    margin-right: 24px;
    margin-top: 12px;
}
.icon_social{width: 16px;height: 16px; display: inline-block;background-image: url("../images/sprite_social.png");background-repeat: no-repeat;}
.icon_linkedin{ background-position: 0 0;}
.icon_email{ background-position: -200px 0;}
.icon_youtube{ background-position: -160px 0;}
.icon_twitter{ background-position: -120px 0;}
.icon_instagram{  background-position: -80px 0;}
.icon_facebook{ background-position: -40px 0; }

header > .bar > .wrapper > .link{
    /*width: 284px;*/
    display: flex;
    color: #fff;
}
header > .bar > .wrapper > .link a{
    text-decoration: none;
}
header > .bar > .wrapper > .link span{
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    line-height: 40px;
}
header > .bar > .wrapper > .link .item{
    width: 78px;
    text-align: center;
}

header > .bar > .wrapper > .link .divider{
    border-right: 1px solid #FFF;
    margin: 8px 0;
}
header > .bar > .wrapper > .link .member{
    text-align: center;
    width: 135px;
    margin-left: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}
header > .bar > .wrapper > .link .member img {
    width: 16px;
    vertical-align: middle;
}
header > .bar > .wrapper > .link .member span{
    color: #FFF;
    font-weight: 600;
}
/* 导航菜单栏 */
header > nav{
    height: 92px;
    box-shadow: 0px 10px 10px 0px rgba(8, 49, 131, 0.051);
}
header > nav > .wrapper{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
header > nav > .wrapper .logo{
    display: flex;
    align-items: center;
    margin-right: 108px;
    margin-top: 17px;
}

header > nav > .wrapper .logo img{
    width: 148px;
    height: 49px;
    margin-top: -16px;
}
header > nav > .wrapper .logo .divider{
    border-right: 1px solid #0068B7;
    height: 30px;
    margin-right: 7px;
    margin-left: 4px;
}
header > nav > .wrapper .logo .text{
    height: 32px;
    line-height: 15px;

    font-size: 10px;
    color: #3d8cc8;
    letter-spacing: 0.02em;
    font-feature-settings: "kern" on;
    font-family: MiSans;
}

header > nav > .wrapper > ul{
    display: flex;
    flex: 1;
    justify-content: space-evenly;
    height: 92px;
    line-height: 92px;
    align-items: center;
}
header > nav > .wrapper > ul > li{
    font-weight: bold;
    color: #45494C;
}
header > nav > .wrapper > ul > li a{
    padding: 8px 22px;
}
header > nav > .wrapper > ul > li a.active, header > nav > .wrapper > ul > li a:hover{
    background: #0068B7;
    color: #fff;
    border-radius: 21px;
}





/*  底部样式 */
footer > .foot{
    background: #133476;
}

footer > .foot > .wrapper{
    width: 1200px;
    height: 538px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    flex-direction: column;
}

footer > .foot > .wrapper  >.main{
    padding-top: 68px;
    display: flex;
    justify-content: space-between;
    flex: 1;
}
footer > .foot > .wrapper  >.main .title{
    font-size: 14px;
    font-weight: bold;
}
footer > .foot > .wrapper  >.main .text{
    padding-top: 39px;
    font-weight: 400;
    line-height: 28px;
    width: 285px;
    font-size: 12px;
}

footer > .foot > .wrapper  >.main .title.second{
    margin-top: 36px;
}
footer > .foot > .wrapper  >.main .title.third{
    margin-top: 69px;
}
footer > .foot > .wrapper  >.main .share{
    margin-top: 35px;
}
footer > .foot > .wrapper  >.main .share span{
    margin-right: 20px;
}

footer > .foot > .wrapper  >.main .col ul{
    margin-top: 24px;
}
footer > .foot > .wrapper  >.main .col ul li{
    list-style: disc;
    list-style-position: inside;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.7;
    margin-bottom: 10px;
}



footer > .foot > .wrapper .bottom{
    display: flex;
    justify-content: space-between;
    opacity: 0.7;
    border-top: 1px solid #fff;
    padding-top: 29px;
    padding-bottom: 58px;
}
footer a,footer a:hover{
    color: #fff;
}


/* 底部推荐会员样式 */
main > .wrapper > .recommended_members_title{
    color: var(--color-brand);
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin: 102px 0 66px 0;
}
main > .wrapper > .recommended_members{
    display: flex;
    justify-content: space-between;
    margin-bottom: 102px;
}

main >.wrapper > .recommended_members .imgbox{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 183px;
}
main> .wrapper > .recommended_members .imgbox img{
    max-height: 100%;
    width: 184px;
}


/* MEMBER BENEFIT 菜单样式  */
ul.benefit_menu{
    width: 100%;
    height: 64px;
    line-height: 64px;

    background: rgb(50 124 178 / 60%);
    font-weight: 500;

    display: flex;
    justify-content: center;
    align-items: center;
}
ul.benefit_menu li{
    margin: 0 9px;
}

ul.benefit_menu li span{
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    color: #fff;
}

ul.benefit_menu li.active span{
    background: #0068B7;
    border-radius: 4px;
}



/* 主要内容区域 */
main > .wrapper > .content > .main-body{
    flex: 1;
    background-color: #fff;
    padding: 0 40px;
    border-radius: 8px;
}

/* 主要内容 - 头部区域*/
main > .wrapper > .content > .main-body > .header{
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid rgba(216, 216, 216, 0.4);
}

main > .wrapper > .content > .main-body > .header > .title{
    color: #0068B7;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

main > .wrapper > .content > .main-body > .header > .right{
    display: flex;
    flex-direction: row;
    height: 50px;
    line-height: 50px;
}

main > .wrapper > .content > .main-body > .header > .right > .coins{
    display: flex;
    column-gap: 50px;
    align-items: center;
}
main > .wrapper > .content > .main-body > .header > .right > .coins > .label >span, main > .wrapper > .content > .main-body > .header > .right > .coins > .text >span:last-child{
    color:#3D3D3D;
    font-weight: bold;
    font-size: 10px;
    opacity: 0.8;
}
main > .wrapper > .content > .main-body > .header > .right > .coins > .text >span {
    vertical-align: middle;
}
main > .wrapper > .content > .main-body > .header > .right > .coins > .text >span:first-child{
    font-size: 24px;
    color: #0087ED;
    font-weight: bold;
}
main > .wrapper > .content > .main-body > .header > .right > .coins > .text >span:last-child{
    padding-left: 17px;
}

main > .wrapper > .content > .main-body > .content_box{
    margin-top: 24px;
    max-width: 864px;
}

/* 头部区域 返回按钮 */
.layui-btn.return {
    background-color: #fff;
    color: #999999;
    border: 1px solid;
    border-radius: 3px;
    height: 32px;
    line-height: 32px;
}