*{
    box-sizing:border-box;
    margin:0;
    padding:0;
}

a{
    text-decoration: none;
}

#tip{
    display:none;
    position:fixed;
    text-align:center;
    top:45%;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    max-width:75%;
    padding:1.533333vw 3vw;
    border-radius:2.533333vw;
    background:rgba(0,0,0,.6);
    font-size:40px;
    z-index:999;
    color:#fff;
}

.container{
    position: relative;
}

.container .nav-content{
    min-width: 1095px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    z-index: 2;
}

.container .nav-content .nav-tab{
    display: flex;
    align-items: center;
}

.container .nav-content .nav-tab .logo{
    width: 38px;
    height: 38px;
    margin-right: 15px;
}

.container .nav-content .nav-tab .nav-box{
    white-space: nowrap;
}

.container .nav-content .nav-tab .nav-box .tab{
    font-weight: 600;
    font-size: 20px;
    color: #333;
    padding-bottom: 4px;
}

.container .nav-content .nav-tab .nav-box .tab-text{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.container .nav-content ul{
    display: flex;
    margin-left: 118px;
    white-space: nowrap;
}

.container .nav-content ul li{
    font-weight: 500;
    font-size: 18px;
    color: rgba(51,51,51,0.8);
    margin-left: 47px;
    display: flex;
    align-items: center;
}

.container .nav-content ul li div{
    min-width: 136px;
    padding: 0 5px;
    height: 38px;
    border-radius: 19px;
    border: 1px solid #DBDBDB;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.container .nav-content ul li div span{
    font-size: 18px;
    color: #333;
}

.container .nav-content ul li.active,.container .nav-content ul li.active a{
    font-size: 18px;
    color: #333;
}

.container .nav-content ul li a{
    font-weight: 500;
    font-size: 18px;
    color: rgba(51,51,51,0.8);
}

.footer{
    width: 100%;
    border-top: 1px solid #E5E5E6;
    padding: 71px 0 56px;
}

.footer ul{
    display: flex;
    justify-content: center;
}

.footer ul li{
    font-weight: 400;
    font-size: 18px;
    color: rgba(102,102,102,0.9);
    margin: 0 30px;
}

.footer ul li a{
    font-weight: 400;
    font-size: 18px;
    color: rgba(102,102,102,0.9);
}

.footer .footer-text,.footer .footer-text a{
    margin-top: 30px;
    font-weight: 400;
    font-size: 12px;
    color: #888888;
    line-height: 18px;
    text-align: center;
}


.tab-box{
    display: flex;
    position: relative;
}

.tab-box .tab-icon{
    width: 45px;
    height: 42px;
    margin: 0 30px;
    object-fit: cover;
}

.tab-box .tab-icon:first-child{
    position: relative;
    right: 10px;
}

.tab-box .follow-tab{
    width: 178px;
    height: 216px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(153,153,153,0.5);
    border-radius: 6px;
    position: absolute;
    top: 50px;
    right: -59px;
    display: none;
}

.tab-box .follow-tab .follow-list{
    padding: 19px 0;
}

.tab-box .follow-tab .follow-list a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
}

.tab-box .follow-tab .follow-list a .follow-icon{
    width: 34px;
    height: 34px;
    margin-right: 8px;
}

.principal-box{
    width: 100%;
    padding: 46px 0 68px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.principal-box .primary-box{
    width: 796px;
    height: 566px;
    background: #FFFFFF;
    border-radius: 15px;
    margin: 0 32px;
}

.principal-box .personal-show{
    width: 292px;
    height: 398px;
    background: #FFFFFF;
    border-radius: 15px;
    padding-top: 32px;
}

.principal-box .personal-show .pic{
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0 auto 16px;
    border-radius: 50%;
}

.principal-box .personal-show .personal-name{
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.principal-box .personal-show .personal-text{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding: 15px 0 30px;
}

.principal-box .personal-show .personal-num{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 32px;
    margin-bottom: 30px;
}

.principal-box .personal-show .personal-num .personal-tab,
.principal-box .personal-show .personal-num .num{
    font-weight: 400;
    font-size: 22px;
    color: #666666;
}








