﻿.footer {
    background-color: #423d3d;
    font-size: 12px;
    color: #fff;
}

    .footer a {
        color: #fff;
    }

    .footer .mainer {
        width: 1200px;
        margin: 0 auto;
        padding: 15px 0;
        font-size: 12px;
        color: #fff;
    }

        .footer .mainer .f1 {
            height: 70px;
            line-height: 70px;
            border-bottom: 1px dashed #fff;
        }

            .footer .mainer .f1 span {
                border-right: 1px solid #fff;
                /* margin-right: 5px;
  padding-right: 5px; */
                padding: 0 5px
            }

                .footer .mainer .f1 span:first-of-type {
                    padding-left: 0;
                }

                .footer .mainer .f1 span:last-child {
                    border-right: 0;
                }

        .footer .mainer .f2 {
            position: relative;
        }

            .footer .mainer .f2 .div1 {
                height: 54px;
                line-height: 54px;
                /* display: flex; */
                /* padding: 20px 0; */
            }

                .footer .mainer .f2 .div1 span {
                    border-right: 1px solid #fff;
                    /* margin-right: 5px;
  padding-right: 5px; */
                    padding: 0 5px
                }

                    .footer .mainer .f2 .div1 span:first-of-type {
                        padding-left: 0;
                    }

                    .footer .mainer .f2 .div1 span:last-child {
                        border-right: 0;
                    }

            .footer .mainer .f2 .icon_xin {
                /*
			    background-image: url(../image/icon.png);
			    background-repeat: no-repeat;
			    */
                background: url(/image/icon.png) no-repeat;
                display: none;
                background-position: -1444px -113px;
                width: 114px;
                height: 41px;
                position: absolute;
                top: 22px;
                right: 0;
            }

    .footer .font_bold {
        font-weight: bold;
    }

    .footer .IPv6 {
        width: 32px;
    }
