.pointer {
    cursor: pointer;
}

.about_footer {
    background: #fff;
    padding: 20px 20px 10px;
    box-sizing: border-box;
    height: 350px;
    min-width: 1200px;
}

.about_footer dl,
dt {
    text-align: left;
}

.about_footer_main {
    height: 433px;
    width: 1200px;
    margin: auto;
    position: relative;
}

.about_footer_box .logo-content {
    margin-top: 10px;
    width: 280px;
    font-size: 12px;
}

.about_footer_box .item-name {
    line-height: 36px;
    display: flex;
    align-items: center;
}

.about_footer_box .item-name .icon {
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

.about_footer_box .item-name .app-img {
    width: 130px;
    height: 130px;
}

.about_footer_box .item-name .app-img-list-item {
    margin-right: 20px;
}

.about_footer_box .item-name .app-img-list-item:last-child {
    margin-right: 0px;
}

.about_footer_box .item-name .app-img img {
    width: 100%;
}

.about_footer_box .item-name .app-name {
    color: #333;
    text-align: center;
}


.about_footer_box dd {

    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333;
    /* margin-top: 37px; */

}

.about_footer_box dl a:hover {
    color: #0728C4;
}

.about_footer_box {
    display: flex;
    color: #333;
    padding-bottom: 20px;
}

.about_footer_box dd a {

    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333;

}

.about_footer_box dt {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333;
    font-weight: 600;
}


.footer_copyright {
    font-size: 15px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333;
    text-align: center;
    width: 100%;
    margin-top: 20px;
		 position: relative;
    z-index: 2;
}

.footer_copyright a {
    color: #333;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.friendLink {
    display: flex;
    background: #fff;
    padding: 20px 20px 10px;
    margin-bottom: 10px;
    width: 1200px;
}

.friendLink p {
    flex: none;
}

/* .friendLink .friendLinkGroup{
    display: flex;
    flex-wrap: wrap;
 } */
.friendLink a {
    float: left;
    margin: 0px 16px;
    margin-bottom: 10px;
    width: 153px;
    margin-left: 0;
}

/* .friendLink .linktext{
    margin-left: 20px;
 } */
.clear {
    clear: both;
}

.style-for-dark .friendLink{
    background: var(--theme-el-bg-color);
}
.style-for-dark .about_footer{
    background: var(--theme-el-bg-color);
}
.style-for-dark .about_footer_box dd{
    color: #fff;
}
.style-for-dark .about_footer_box dd a{
    color: #fff;
}
.style-for-dark .about_footer_box dt{
    color: #fff;
}
.style-for-dark .friendLink a{
    color: #206be7;
}
.style-for-dark .footer_copyright{
    color: #fff;
}
.style-for-dark .footer_copyright a{
    color: #206be7;
}