/*首页*/
body {
    background-color: #F5F5F5;
    min-height: 100vh;
    overflow-x: hidden;
    padding-bottom: 1.8rem;
}

.header {
    width: 100%;
    height: 7.3267rem;
    position: relative;
    background-color: #CC2424;

}

.header h5 {
    color: #fff;
    font-size: .55rem;
    text-align: center;
    padding: .55rem;
    font-weight: 400;
}

.header .color {
    width: 100%;
    height: .8rem;
    background: linear-gradient(to bottom, #CC2424, #F5F5F5);
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner {
    width: 9.36rem;
    height: 4.68rem;
    z-index: 999;
    margin: 0 auto;
    display: block;
    border-radius: .25rem;
    overflow: hidden;
}

.content {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 9999;
}

.content .nav {
    width: 96%;
    height: 6.4rem;
    border-radius: .2667rem;
    margin: 0 auto;
    display: block;
}

.content .nav ul {
    width: 100%;
    height: 100%;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.content .nav ul li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 0.2rem;
    width:2rem;
    height: 2rem;
}

.content .nav ul li {
    font-size: .2933rem;
    width: 4.5333rem;
    height: 5.7067rem;
    background-color: #ffffff;
    text-align: center;
    padding-top: .58rem;
    box-sizing: border-box;
    border-radius: .2667rem;
}

.content .nav ul li span{
    width: 3.8533rem;
    margin: 0 auto;
    display: block;
    color: #000000;
    height: .6rem;
}

.content .nav .btn {
    padding: 0;
    margin: .9067rem auto;
    width: 2.6533rem;
    height: .9067rem;
}

.content .nav .btn a {
    width: 100%;
    height: 100%;
    background: linear-gradient(88deg, #F6A83C, #FB6322);
    border-radius: .1333rem;
    display: inline-block;

    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: .3667rem;
    color: #FFFFFF;
    line-height: .6533rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content .notice {
    width: 8rem;
    background: #FFFFFF;
    border-radius: .2667rem;
    margin: 0 auto;
    display: block;
    margin-top: .26rem;
    position: relative;
}

.content .notice img {
    width: 100%;
    height: auto;
    position: relative;
}

.content .notice a .title {
    width: 4.5333rem;
    display: inline-block;
    color: #000000;
}

.content .notice a .time {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: .3067rem;
    color: #979494;
    line-height: .9333rem;
    float: right;
    height: .9333rem;
}

.bottom {
    width: 100%;
    height: 1.5733rem;
    position: fixed;
    left: 50%;
    bottom: 0;
    background: #FFFFFF;
    z-index: 99999;
    max-width: 10rem;
    margin-left: -5rem;
}

.bottom ul {
    width: 100%;
    height: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.bottom ul li {
    list-style: none;
    width: 130px;
    text-align: center;
}

.bottom ul li .p {
    font-size: 0.36rem;
    font-weight: 550;
}

.bottom ul li.active .p{
    color: red;
}