.banner {
    width: 100%;
    height: 6rem;
    background: url(../img/banner4.png);
    background-size: 100% 100%;
}

.header {
    height: 0.85rem;
    align-items: center;
}

.clear {
    clear: both;
}

.container {
    width: 14rem;
    margin: 0.5rem auto 0;
}

.container .nav {
    width: 100%;
    border: 0.02rem solid #ffffff;
    margin-top: -1.3rem;
    margin-bottom: 0.5rem;
    display: flex;
}

#information i {
    position: absolute;
    margin-top: 0.05rem;
    display: block;
    width: 48px;
    height: 4px;
    background: #4e89e9;
    opacity: 1;
    border-radius: 7px;
}

.container .nav span {
    display: block;
    /* width: 3.482rem; */
    flex: 1;
    border-left: 0.02rem solid #ffffff;
    text-align: center;
    line-height: 40px;
    color: #fff;
    float: left;
    cursor: pointer;
}

.container .nav span.active {
    background: #ffffff;
    color: #4e89e9;
    position: relative;
}

.container .nav span:first-child {
    border: 0px;
}

.container .nav1 {
    width: 100%;
    border-bottom: 2px solid #4e89e9;
    /* margin-top: -1.3rem; */
    /* margin-bottom: 0.1rem; */
    visibility: hidden;
    position: fixed;
    top: 0.75rem;
    left: 0;
    z-index: 999;
    background: #fff;
    padding-left: 2.6rem;
}

.container .nav1 span {
    display: block;
    width: 3.485rem;
    border-left: 2px solid #ffffff;
    text-align: center;
    line-height: 60px;
    color: #606060;
    float: left;
    cursor: pointer;
}

.container .nav1 span.active1 {
    /* background: #ffffff; */
    color: #4e89e9;
    position: relative;
    border-bottom: 4px solid #4e89e9 !important;
}

.container .nav1 span:first-child {
    border: 0px;
}

.content {
    margin-top: 0.2rem;
    margin-bottom: 1.2rem;
    /* width: 14.5rem; */
    width: 100%;
    /* position: relative; */
    overflow: hidden;
    /* height: 46rem; */
}


/*定位一般设置为relative，overflow设置为hidden来隐藏外面的内容*/

.content .box1 {
    position: relative;
    /* height: 10rem; */
    width: 60rem !important;
    overflow: hidden;
}

.hidden {
    display: none;
}


/*这个定位设置为absolute, 因为要操作这个的位置来切换内容*/

.content ul {
    float: left;
    width: 14.0001rem;
    overflow: hidden;
    padding-top: 0.2rem;
    word-wrap: break-word;
}

.content ul li {
    display: block;
    height: 4.45rem;
    width: 4.5rem;
    float: left;
    text-align: left;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}

.content ul li:nth-child(3n) {
    margin-right: 0px;
}


/* .content ul li + li {
  margin-left: -1px;
} */

.real_list {
    width: 4.5rem;
    height: 4.45rem;
    cursor: pointer;
}

.real_list:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}

.real_list_img {
    width: 100%;
    height: 3rem;
    background: url(../img/home-about.png);
    background-size: 100% 100%;
}

.real_list_title {
    font-size: 0.18rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    opacity: 1;
    margin-left: 0.24rem;
    line-height: 0.25rem;
    margin-top: 0.2rem;
    width: 4.3rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.real_list_content {
    width: 4rem;
    font-size: 0.14rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.2rem;
    color: #999999;
    opacity: 1;
    margin-left: 0.24rem;
    margin-top: 0.13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.real_list_time {
    font-size: 0.14rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    opacity: 1;
    margin-left: 0.24rem;
    margin-top: 0.13rem;
}

.goTop {
    width: 0.69rem;
    height: 0.59rem;
    background: #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    opacity: 1;
    border-radius: 4px;
    position: fixed;
    z-index: 20;
    right: 1rem;
    bottom: 1rem;
    cursor: pointer;
    display: none;
}

.goTop>div {
    margin: 0 auto;
    margin-top: 0.15rem;
    width: 0.33rem;
    height: 0.26rem;
    background: url(../img/top.png);
    background-size: 100% 100%;
}

.goTop>div:hover {
    background: url(../img/top-active.png);
    background-size: 100% 100%;
}

.active i {
    width: 0.15rem;
    height: 0.15rem;
    background: #fff;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 47%;
    transform: rotate(45deg);
}

.active1 i {
    width: 0.08rem;
    height: 0.08rem;
    background: #4e89e9;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 49%;
    transform: rotate(45deg);
}