.home-container {
    width: 19.2rem;
    height: 6.8rem;
    margin: auto;
    background-image: url('../public/images/homebg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.top-nav-box {
    display: flex;
    width: 100%;
    height: 1.01rem;

}

.nav-logo {
    flex: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.01rem;
    height: 1.01rem;

}

/*    导航栏部分 */
.nav-content {
    flex: 80%;
    height: 1.01rem;
}

.nav-logo img {
    width: 1.4rem;
    height: 0.4rem;
    background: rgba(0, 0, 0, 0.00);
}

.nav-content-item {
    display: flex;
    justify-content: space-between;
    width: 11.99rem;
    height: 1.01rem;
    border-bottom: 0.01rem solid #ffffff;
}

.content-left {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.content-left ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-left ul li {
    padding: 0 0.24rem;
    line-height: 1.01rem;
    /* height: 21px; */
    height: 1.01rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
}
.content-left ul li a{
    padding: 0 0.24rem;
    line-height: 1.01rem;
    /* height: 21px; */
    height: 1.01rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
}

.content-left ul li:not(:first-child):hover {
    border-bottom: 4px solid #3c80ff;
}

.content-left ul .classNav {
    padding-left: 0rem;
}

.content-left ul .classNav img {
    margin-top: 0.42rem;
    width: 0.21rem;
    height: 0.21rem;
}

.content-right {
    width: 2rem;
    height: 1.01rem;
    line-height: 1.01rem;
    display: flex;
    align-items: center;
}

.content-right-serarch {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 1rem;
    height: 100%;

}

.content-right-user {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 1rem;
    height: 100%;

}

.content-right-user img,
.content-right-serarch img {
    width: 0.21rem;
    height: 0.2rem;

}

/* 底部 */
.home-bottom {
    margin: auto;
    width: 19.2rem;
    height: 3.2rem;
    background: #3a3e4f;
}

.home-bottom-box {

    width: 11.98rem;
    height: 3.2rem;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.bottem-box-left {
    box-sizing: border-box;
    height: 3.2rem;
    flex: 70%;
    padding-top: 0.52rem;
}


.box-left-top ul {
    display: flex;
    justify-items: center;
    justify-content: space-between;

}

.box-left-top ul li {
    height: 0.21rem;
    opacity: 0.7;
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    margin-bottom: 0.48rem;
    box-sizing: border-box;
}

.box-left-top ul li a {
    color: #ffffff;
}

/* 下方标题部分 */
.box-left-title {
    height: 1.28rem;
    display: flex;
    justify-content: space-between;
}

.box-left-title-one {
    height: 2rem;
}

.box-left-title-one ul {
    height: 2rem;
    display: flex;
    flex-direction: column;
}

.box-left-title-one ul li:not(:first-child),
.box-left-title-two ul li:not(:first-child),
.box-left-title-three ul li:not(:first-child),
.box-left-title-four ul li:not(:first-child),
.box-left-title-five ul li:not(:first-child) {
    margin-top: 0.16rem;
}

.box-left-title-one ul li a,
.box-left-title-two ul li a,
.box-left-title-three ul li a,
.box-left-title-four ul li a,
.box-left-title-five ul li a {
    display: block;
    /* width: 0.56rem; */
    height: 0.19rem;
    opacity: 0.5;
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    /* text-align: left; */
    color: #ffffff;
    line-height: 0.22rem;
}

.box-left-title-two ul li a,
.box-left-title-four ul li a,
.box-left-title-five ul li a {
    margin-right: 0.1rem;
}

/* 底部右侧样式 */
.bottem-box-right {
    display: flex;
    justify-content: right;
    height: 3.2rem;
    flex: 30%;
   
    padding-top: 0.52rem;
    box-sizing: border-box;
}

.box-right-item1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 0.8rem;
    height: 1rem;
    margin-right: 0.48rem;
}

.box-right-item2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 0.8rem;
    height: 1rem;
}

.box-right-item1 img {
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: 00.16rem;
}

.box-right-item1 span {
  
    height: 0.19rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 0.22rem;
}

.box-right-item2 img {
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: 00.16rem;
  
}

.box-right-item2 span {
  
    height: 0.19rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 0.22rem;
}