button,
        input,
        optgroup,
        option,
        select,
        textarea {
            font-size: 14px;
        }

        .sgsml {
            padding-bottom: 20px;
        }

        .sgsml_left a,
        .sgsml_left a:hover,
        .sgsml_left a:active,
        .sgsml_left a:link,
        .sgsml_left a:visited {
            text-decoration: none;
            color: #333;
        }

        .sgsml_right_list_nr a {
            text-decoration: none;
            color: #333;
        }

        .sgsml_right_list_nr a:hover {
            text-decoration: none;
            color: #E22323;
        }

        .sgsml .sgsml_top_btn .sgsml_top_down {
            color: #E22323;
            background: url(../img/arrow-up.png) no-repeat right center;
            padding-right: 20px;
        }

        .sgsml .sgsml_top_btn .sgsml_top_up {
            color: #E22323;
            display: none;
            background: url(../img/arrow-top.png) no-repeat right center;
            padding-right: 20px;
        }

        .city_link a {
            margin-right: 24px;
            display: block;
            float: left;
        }

        .sgsml_left li .active,
        .sgsml_left li a:hover {
            color: #E22323;
        }

        .sgsml_left {
            float: left;
            border: #ccc solid 1px;
            width: 280px;
            padding: 20px;
            margin-top: 30px;
        }

        .sgsml_left_bt {
            float: left;
            height: 40px;
            width: 278px;
            line-height: 40px;
            background: #E22323;
            color: #fff;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
        }

        .sgsml_left ul {
            float: left;
            width: 282px;
            margin-left: -4px;
        }

        .sgsml_left li {
            float: left;
            width: 137px;
            height: 36px;
            line-height: 36px;
            margin: 4px 0 0 4px;
            background: #F2F2F2;
            text-align: center;
        }

        .sgsml_right {
            float: right;
            width: 850px;
            margin-top: 30px;
        }

        .sgsml_right_top {
            border: #ccc solid 1px;
            padding: 20px 20px 30px;
        }

        .sgsml_right_bt {
            width: 100%;
            font-size: 18px;
            padding: 0 0 15px;
            color: #E22323;
        }

        .sgsml_right_search {
            border: #ccc solid 1px;
            height: 32px;
            line-height: 30px;
            float: right;
            width: 625px;
            background: #fff;
        }

        .sgsml_right_search input {
            border: none;
            height: 30px;
            float: left;
            background: none;
            width: 580px;
        }

        .sgsml_right_search button {
            float: right;
            border: none;
            height: 30px;
            width: 40px;
            margin-top: 1px;
            background: #F2F2F2 url(../img/sgsml_search.png) no-repeat center center;
        }

        .sgsml_right_list {
            border: #ccc solid 1px;
            padding: 20px;
            margin-top: 20px;
        }

        .sgsml_right_list_nr {
            float: left;
            width: 100%;
        }

        .sgsml_right_list_nr li {
            float: left;
            width: 100%;
            border-bottom: #E1E1E1 solid 1px;
            line-height: 20px;
            padding: 20px 0;
        }

        .sgsml_right_list_nr li:hover {
            background: #f6f6f6;
        }

        .sgsml_right_list_nr li a {
            font-size: 16px;
            margin-left: 10px;
        }

        .clear_line {
            clear: both;
            width: 100%;
            height: 1px;
            overflow: hidden;
            margin-top: -1px;
            float: left;
            background: #FCFCFC;
        }

        .sgsml_top_nr {
            display: none;
            width: 100%;
            float: left;
        }

        .matterList {
            width: 100%;
            background: #fff;
            position: relative;
            border: 1px solid #bbb;
            display: flex;
            align-items: center;
            margin-top: 10px;
        }

        .regionUl {
            padding: 5px;
        }

        .regionUl li {
            float: left;
            padding: 10px;
            margin-left: 5px;
            border-radius: 5px;
            cursor: pointer;
        }

        .checked {
            background-color: #e97575;
            color: #fff;
        }