
.home-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}

.home-top-logo {
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: black;
}

.logo-img {
    width: 41px;
    height: 50px;
}

.nav-list {
    display: flex;
    font-size: 20px;
}

.nav-list a {
    color: #3D4350;
    width: 100px;
}

.nav-list li {
    color: #3D4350;
    padding: 0 25px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    box-sizing: border-box;
}

.nav-list a:hover {
    color: #F39A40;
    
}

.login-view {
    display: flex;
    align-items: center;
    width: 200px;
    height: 80px;
}

.nav-login-in {
    display: flex;
    align-items: center;
    width: 200px;
    height: 80px;
}

.login {
    font-size: 18px;
    color: #F39A40;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
}

.register-view {
    font-size: 18px;
    color: #828A97;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
}

.profile {
    font-size: 18px;
    color: #F39A40;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
}

.logout {
    font-size: 18px;
    color: #828A97;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
}
/* 头图区域样式 */
.top-img {
    background: url(../img/u190.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 460px;
    position: relative;
    top: 100px;
    display: flex;
    justify-content: space-between;
}

.top-img-left {
    display: flex;
    flex-direction: column;
    padding-top: 280px;
    padding-left: 110px;
}

.top-img-right {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-right: 60px;
    align-items: center;
    width: 190px;
}

.top-img-button {
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #169bd5;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}

/* 资产详情区域样式 */
.asset-info-img {
    background: url(../img/u190.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 120px;
    position: relative;
    top: 80px;
    display: flex;
    justify-content: space-between;
}

.asset-info-img-left {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-left: 110px;
}

.asset-info-img-right {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    padding-right: 60px;
    align-items: center;
    width: 190px;
}


/* 业务介绍样式块 */
.container {
    display: flex;
}

.sidebar {
    width: 150px;
    text-align: center;
    cursor: pointer;
    height: 50px;
    background-color: #f3f3f3;
    margin-right: 30px;
    margin-bottom: 20px;
    border-radius: 25px;
    line-height: 50px;
}

.sidebar.active,
.sidebar:hover {
    background-color: #3875b4;
    color: white;
}

.content {
    padding: 20px;
    flex: 1;
    display: none;
}

.content.active {
    display: block;
}

.content-text {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #929497;
    padding: 0 15px;
    padding-bottom: 8px;
    margin-top: 10px;
    font-size: 12px;
    color: #3D4350;
}

.box-view {
    background: #f39a40;
    width: 15px;
    height: 15px;
    margin-right: 12px;
    -webkit-clip-path: polygon(53% 6%, 77% 12%, 94% 33%, 93% 68%, 92% 93%, 51% 91%, 23% 84%, 7% 65%, 8% 33%, 24% 15%);
    clip-path: polygon(53% 6%, 77% 12%, 94% 33%, 93% 68%, 92% 93%, 51% 91%, 23% 84%, 7% 65%, 8% 33%, 24% 15%);
}