.siteCROuterContainer{
    position:relative;
    width: 100%;
    height: auto;
    font-size: 15px;
    font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
    color: #eeeeee;
    background-color: #272727;
    padding-top: 10px;
}
.siteCRRelationLinkInnerContainer{
    position: relative;
    width: 600px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding-top:10px;
}
.siteCRRelationLinkItem{
    position: relative;
    width: 150px;
    height: auto;
    text-align: center;
}
.siteCRRelationLink{
    position: relative;
    width: 50px;
    height: 80px;
    display: inline-block;
    color: #b4b3b8;
    text-decoration: none;
}
.siteCRRelationImage{
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-color: #444444;
}
.siteCRRelationName{
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.siteCRRelationLink:hover{
    color: #ffffff;
    text-decoration: none;
}
.siteCRCopyrightLinkContainer{
    position: relative;
    width: 600px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 5px;
    flex-wrap: wrap;
}
.siteCRCopyrightLinkItem{
    position: relative;
    width: auto;
    height: 30px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.siteCRCopyrightLink{
    position: relative;
    width: auto;
    text-decoration: none;
    color: #b4b3b8;
}
.siteCRCopyrightLink:hover{
    text-decoration: none;
    color: #ffffff;
}
.siteCRCopyrightTextContainer{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}
.siteCRCopyrightText{
    position: relative;
    width: auto;
    height:60px;
    line-height: 30px;
    text-align: center;
    color:#999999;
}
.siteCRCopyrightYear{
    position: relative;
    width: auto;
    height: auto;
}
.siteCRVisitContainer{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.siteCRVisit{
    position: relative;
    width: auto;
    padding-top: 18px;
    height: 60px;
    line-height: 24px;
    text-align: center;
    color:#999999;
}
.siteCRVisitCount{
    position: relative;
    width: auto;
}
.siteCRVisitNum{
    position: relative;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #444444;
    display: inline-block;
}

@media all and  (max-width: 640px) {
    .siteCRRelationLinkInnerContainer{
        width: 100%;
        justify-content: center;
    }
    .siteCRRelationLinkItem{
        width: 80px;
    }
    .siteCRCopyrightLinkContainer{
        width: 100%;
    }
}