@import url("sp.css") screen and (max-width:800px);
@import url("pc.css") screen and (min-width:801px), print;
#center .red{
    color: #e71f19;
}