.bottom {
    width: 100%;
    height: 5.5rem;
    background-color: #313BBF;
    border-top: .01rem solid transparent;
}

.bottom_div {
    width: 14rem;
    margin: 0 auto;
    font-size: .14rem;
    display: flex;
    margin-top: .64rem;
    color: #fff;
}

.core {
    width: 3rem;
    height: 2.1rem;
    border-left: .01rem solid #666;
    padding-left: .4rem;
    box-sizing: border-box;
}

.core1 {
    width: 2rem;
    height: 2.1rem;
    border-left: .01rem solid #666;
    box-sizing: border-box;
}
.core2 {
    width: 2rem;
    height: 2.1rem;
    /*border-left: .01rem solid #666;*/
    box-sizing: border-box;
}
.imgs {
    width: 1.21rem;
    height: 1.21rem;
    margin-top: .38rem;
    margin-left: .4rem;
    background-color: #00BC9E;
}

.imgs>img {
    width: 100%;
    height: 100%;
}

.titles {
    margin-top: .20rem;
    color: #fff;
    text-align: center;
}

.core_tit {
    color: #fff;
    font-size: .16rem;
}

.core_list div {
    margin-top: .25rem;
    opacity: 0.7;

}

.core_list a {
    color: #fff;
    opacity: 0.7;
}

.information {
    width: 12rem;
    margin: 0 auto;
    display: flex;
    margin-top: .4rem;
}

.inform_div {
    display: flex;
    width: 33%;
    text-align: center;
}

.inform_div div:first-child {
    width: .46rem;
    height: .46rem;
    border-radius: 50%;
    background-color: #00BC9E;
}

.inform_div div:last-child {
    font-size: .14rem;
    color: #fff;
    font-weight: 700;
    line-height: .46rem;
    margin-left: .2rem;
}

.inform_img {
    position: relative;
}

.inform_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.code {
    width: 100%;
    text-align: center;
    margin-top: .4rem;
    color: #999;
    font-size: .14rem;
    cursor:pointer
}
