.home_bottom {font-family: "宋体";}
.home_bottom a {display: block;}
.home_bottom .foot_link_box {background: #2A2A2A;}
.home_bottom .foot_ks > a {color: #C4CCD0;}
/*手机版*/
@media screen and (max-width: 750px) {
    .home_bottom .pc_show {display: none;}
    .home_bottom .foot_link_box {padding: .6rem 0 2.6rem;width: 100%;}
    .home_bottom .link_content {width: 96%;margin: auto;}
    .home_bottom .link_list {width: 100%;padding: 1rem .1rem 0}
    .home_bottom .link_item_title {text-align: center;margin-bottom: 0.3rem;font-size: 0.7rem;color: #909090;}
    .home_bottom .link_item {text-align: center;}
    .home_bottom .link_item > a {font-size: 0.55rem;color: #C4CCD0;}
    .home_bottom .link_item > img {width: 4rem;height: auto;}
    .home_bottom .foot_icp {padding-bottom: 0.01rem;background: #282828;text-align: center;}
    .home_bottom .foot_icp > p {padding: 0.3rem 0 0.1rem 0;color: #50504e;font-size: 0.24rem;margin: 0;}
    .home_bottom .foot_icp > img {width: 2.27rem;margin: 0.2rem auto;}
}
/*电脑*/
@media screen and (min-width: 750px) {
    .home_bottom .phone_show {display: none;}
    .home_bottom .foot_link_box {width: 100%;padding-bottom: 1rem;}
    .home_bottom .link_content {margin: auto;max-width: 96%;display: flex;flex-wrap: wrap;}
    .home_bottom .link_list {text-align: left;flex: 1;padding: 0.5rem 0;}
    .home_bottom .link_item_title {font-size: 0.5rem;color: #909090;margin: 0 0 0.3rem;cursor: default;}
    .home_bottom .link_item > a {display: table;font-size: 0.3067rem;color: #C4CCD0;padding: 0.1rem 0;}
    .home_bottom .link_item > img {width: 2.7rem;height: auto;}
    .home_bottom .foot_icp {width: 100%;text-align: center;background: #282828;margin-bottom: -0.5rem;}
    .home_bottom .foot_icp > p {color: #50504e;font-size: 0.32rem;padding: 0.3333rem 0;margin: 0 auto;}
    .home_bottom .foot_icp > img {width: 1.6rem;margin: auto;}
}