/* #region 重置 */
body {
    padding-top: 51px;
    min-width: 320px;
}

a {
    color: #333;
}

a:link {
    text-decoration: none;
}

a:visited {
    list-style: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #dd0000;
}

a:active {
    text-decoration: none;
    list-style: none;
}

a:focus {
    color: #dd0000;
}


ul,
ol,
li {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.icon-color {
    color: #dd0000;
}


/* #endregion 重置 end */

/* 小屏幕（手机，小于等于 767px） */
@media screen and (max-width: 767px) {

    body {
        padding-bottom: 70px;
    }

    /* phone 电话  */
    .xs-bottom-phone a {
        display: block;
        height: 48px;
        line-height: 50px;
        border-radius: 50px;
        padding: 0 20px;
        border: 1px solid #dd0000;
    }

}

/* 小屏幕（平板，大于等于 768px） */
@media screen and (min-width:768px) and (max-width:991px) {

    /* #region 页脚 start*/
    .footer {
        padding: 25px 0;
        background-color: #222;
    }

    .footer .solgan p,
    .footer .solgan span {
        color: #fff;
        padding: 5px 0 5px 5px;
    }

    .footer .solgan p {
        font-weight: 700;
        font-size: 25px;
    }

    .footer .solgan span {
        display: inline-block;
        font-weight: 400;
        font-size: 16px;
        padding-top: 10px;
    }

    .footer .phone p {
        font-size: 17px;
        color: #dd0000;
        margin-top: 10px;
        font-weight: 700;
        padding: 4px 0;
    }

    .footer .line {
        margin: 30px 0;
        border: 1px solid #ccc;
    }

    .footer .copyright p {
        text-align: center;
        color: #fff;
    }

    /* #endregion 页脚 end*/
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (min-width: 992px) and (max-width:1199px) {

    /* #region 页脚 start*/
    .footer {
        padding: 25px 0;
        background-color: #222;
    }

    .footer .solgan p,
    .footer .solgan span {
        color: #fff;
        padding: 15px 0 15px 10px;
    }

    .footer .solgan p {
        font-weight: 700;
        font-size: 25px;
    }

    .footer .solgan span {
        font-weight: 400;
        font-size: 18px;
    }

    .footer .phone p {
        font-size: 20px;
        color: #dd0000;
        margin-top: 18px;
        font-weight: 700;
    }

    .footer .line {
        margin: 30px 0;
        border: 1px solid #ccc;
    }

    .footer .copyright p {
        text-align: center;
        color: #fff;
    }

    /* #endregion 页脚 end*/
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (min-width:1200px) {

    /* #region 页脚 start*/
    .footer {
        padding: 25px 0;
        background-color: #222;
    }

    .footer .solgan p,
    .footer .solgan span {
        color: #fff;
        padding: 20px 0 20px 15px;
    }

    .footer .solgan p {
        font-weight: 700;
        font-size: 25px;
    }

    .footer .solgan span {
        font-weight: 400;
        font-size: 18px;
    }

    .footer .phone p {
        font-size: 25px;
        color: #dd0000;
        margin-top: 20px;
        font-weight: 700;
    }

    .footer .line {
        margin: 30px 0;
        border: 1px solid #ccc;
    }

    .footer .copyright p {
        text-align: center;
        color: #fff;
    }

    /* #endregion 页脚 end*/
}