body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
fieldset,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    font: 14px/1.5 "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB";
    font-family: 'almm', "iconfont", Arial, sans-serif;
    scrollbar-arrow-color: #fff;
    scrollbar-face-color: #CBCBCB;
    scrollbar-3dlight-color: #fff;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: #fff;
    scrollbar-darkshadow-color: #fff;
    scrollbar-track-color: #fff;
    scrollbar-base-color: #fff;
}

::-webkit-scrollbar {
    width: 5px;
    margin-right: 2px
}

::-webkit-scrollbar-button {
    width: 5px;
}

::-webkit-scrollbar:horizontal {
    height: 5px;
    margin-bottom: 2px
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    width: 0px;
    border-radius: 2px;
    background: -webkit-linear-gradient(0deg, #55ffff, rgba(85, 255, 127, 1.0));
    background: linear-gradient(180deg, #55ffff, rgba(85, 255, 127, 1.0));
}

::-webkit-scrollbar-corner {
    width: 0px;
    background-color: #fff;
}

ul,
ol {
    list-style: none;
}

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

a:hover {
    text-decoration: none;
    color: #000;
    outline: none;
}

fieldset,
img {
    border: none;
    vertical-align: middle;
}

button,
input,
select,
textarea {
    outline: none;
    font-size: 100%;
    color: #666;
    font-size: 12px;
}

h1,
h2,
h3 {
    font-size: 14px;
}

em {
    font-style: normal;
}

li {
    list-style-type: none;
    outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

input,
select {
    border: 0px;
    outline: none;
    cursor: pointer;
}

html {
    min-width: 1100px;
}

body {
    background: #f8f8f8;
}

.main {
    height: auto;
    margin: auto;
    padding-top: 108px;
    max-width: 1600px;
}

.hed {
    background: -webkit-linear-gradient(0deg, #ffffff, #f8f8f8);
    background: linear-gradient(180deg, #ffffff, #f8f8f8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 98;
    width: 100%;
    padding-top: 25px;
    height: 75px;
    min-width: 1100px;
}

.hed_m {
    width: 1600px;
    height: 50px;
    margin: auto;
}

.hed_logo {
    float: left;
    width: auto;
    height: 50px;
    margin-right: 40px;
}

.hed_logo img {
    width: auto;
    height: 50px;
}

.hed_left {
    float: left;
    width: auto;
    height: 50px;
}

.hed_left a {
    width: 55px;
    height: 50px;
    text-align: center;
    float: left;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 5px;
}

.hed_left a.cur {
    background: rgba(0, 0, 0, 0.05);
}

.hed_left a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.hed_left a span {
    width: 100%;
    height: 30px;
    line-height: 38px;
    display: block;
    text-align: center;
    font-size: 20px;
}

.hed_left a p {
    width: 100%;
    height: 25px;
    line-height: 15px;
    font-size: 11px;
    font-weight: bold;
}

.hed_right {
    float: right;
    width: auto;
    height: 50px;
}

.hed_right li {
    width: 55px;
    height: 50px;
    text-align: center;
    float: left;
    cursor: pointer;
    margin-left: 15px;
    border-radius: 5px;
}

.hed_right li:hover {
    background: rgba(0, 0, 0, 0.05);
}

.hed_right li span {
    width: 100%;
    height: 30px;
    line-height: 38px;
    display: block;
    text-align: center;
    font-size: 20px;
}

.hed_right li p {
    width: 100%;
    height: 25px;
    line-height: 15px;
    font-size: 11px;
    font-weight: bold;
}

.hed_soso {
    float: right;
    width: 520px;
    height: 45px;
    background: rgba(0, 0, 0, 0.01);
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.hed_soso_l {
    width: 65px;
    background: -webkit-linear-gradient(0deg, #55ffff, rgba(85, 255, 127, 1.0));
    background: linear-gradient(180deg, #55ffff, rgba(85, 255, 127, 1.0));
    height: 45px;
    border-radius: 25px 0 0 25px;
    float: left;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
}

.hed_soso_r {
    width: 78%;background-color: unset;
    float: left;
    color: #888;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    overflow: hidden;
}

.hed_soso_r b {
    width: auto;
    color: #000;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    font-weight: 500;
}


.r_meu {
    width: 50px;
    background: #ffffff;
    height: 80%;
    position: fixed;
    right: 0;
    z-index: 99;
    padding-top: 20%;
}

.r_meu_m {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.r_meu_m li {
    width: 100%;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
}

.r_meu_m li:hover {
    background: rgba(0, 0, 0, 0.05);
}

.r_meu_m li i {
    width: 100%;
    height: 35px;
    line-height: 50px;
    overflow: hidden;
    display: block;
    font-size: 18px;
    font-style: normal;
    text-align: center;
}

.r_meu_m li p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
}

.r_meu_ewm {
    width: 150px;
    height: 150px;
    background: #fff;
    position: fixed;
    right: 60px;
    top: 50%;
    border-radius: 10px;
    padding: 10px;
    display: none;
    box-shadow: 0 0 3px #cccccc;
}

.r_meu_ewm img {
    width: 150px;
    height: 150px;
}

.r_meu_show:hover .r_meu_ewm {
    display: block;
}

.tit {
    width: 100%;
    height: 100px;
    position: relative;
}

.tit p {
    width: 100%;
    height: 100px;
    line-height: 80px;
    position: absolute;
    text-align: center;
    top: 0;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.1);
}

.tit h5 {
    width: 100%;
    height: 100px;
    line-height: 108px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.footer {
    width: 100%;
    height: auto;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 60px;
}







.footer_m {
    width: 100%;
    max-width: 1600px;margin:0 auto;
    height: auto;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
}

@media (min-width: 1500px) and (max-width: 1800px) {
    .footer_m {
        max-width: 1300px;
    }
}
@media (min-width: 1px) and (max-width: 1500px) {
    .footer_m {
        max-width: 1100px;padding:0 15px;box-sizing: border-box;
    }
}
.footer_m a {
    color: #db7100;
    font-size: 13px;
}

.footer_m a:hover {
    color: #f60;
}

.alert {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.alert_m {
    width: 400px;
    height: 320px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -150px;
}

.alert_m_tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
}

.alert_m_m {
    width: 100%;
    height: 150px;
}

.alert_m_m_t {
    width: 100%;
    height: 120px;
    text-align: center;
}

.alert_m_m_t canvas {
    width: 120px;
    height: 120px
}

.alert_m_m_b {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 10px;
}

.alert_m_b {
    width: 30%;
    text-align: center;
    background: -webkit-linear-gradient(0deg, #55ffff, rgba(85, 255, 127, 1.0));
    background: linear-gradient(180deg, #55ffff, rgba(85, 255, 127, 1.0));
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    font-size: 13px;
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
}

.alert_m_c {
    width: 30%;
    text-align: center;
    border: 0.01rem solid rgba(85, 255, 127, 1.0);
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    font-size: 13px;
    margin: auto;
    margin-top: 10px;
    cursor: pointer;
}

.ad {
    width: 100%;
    height: auto;
}

.ad img {
    width: 100%;
    border-radius: 5px;
}

.pag {
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: 20px;
}

.pag a {
    width: 70px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    border-radius: 30px;
    display: inline-block;
    font-weight: bold;
}

.pag a.cur {
    background: -webkit-linear-gradient(0deg, #55ffff, rgba(85, 255, 127, 1.0));
    background: linear-gradient(180deg, #55ffff, rgba(85, 255, 127, 1.0));
}

@media (min-width: 1500px) and (max-width: 1800px) {
    .main {
        max-width: 1300px;
    }

    .hed_m {
        width: 1300px;
    }

    .hed_soso {
        float: right;
        width: 300px;
        height: 45px;
        background: rgba(0, 0, 0, 0.01);
        border-radius: 30px;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .hed_soso_r {
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (min-width: 1px) and (max-width: 1500px) {
    .main {
        max-width: 1100px;
    }

    .hed_m {
        width: 1100px;
    }

    .hed_logo {
        margin-right: 20px;
    }

    .hed_left a {
        margin-right: 7px;
    }

    .hed_soso {
        float: right;
        width: 238px;
        height: 45px;
        background: rgba(0, 0, 0, 0.01);
        border-radius: 30px;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .hed_soso_l {
        width: 45px;
    }

    .hed_soso_r {
        width: 168px;
        padding-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hed_right li {
        margin-left: 5px;
    }
}





.gmli_c_bq ,
.newgm_li_m_bq ,
.gminfo_cen ,
.cen_bq ,
.hotgm_li_a_cen_bq
{
    & span,
    & a {
        padding-left: 5px;
        padding-right: 5px;
        height: 18px;
        line-height: 18px;
        margin-right: 5px !important;
        font-size: 11px;
        border-radius: 5px;
        float: left;

        &:first-child {
            border: 0.01rem solid rgba(255, 170, 0, 0.3);
            background-color: rgba(255, 170, 0, 0.1);
        }

        &:nth-child(2) {
            border: 0.01rem solid rgba(255, 85, 0, 0.3);
            background-color: rgba(255, 85, 0, 0.1);
        }

        &:nth-child(3) {
            border: 0.01rem solid rgba(255, 0, 255, 0.3);
            background-color: rgba(255, 0, 255, 0.1);
        }
        &:nth-child(4){
            border: 0.01rem solid rgba(255, 170, 0, 0.3);
            background-color: rgba(255, 170, 0, 0.1);
        }

        &:nth-child(5) {
            border: 0.01rem solid rgba(255, 85, 0, 0.3);
            background-color: rgba(255, 85, 0, 0.1);
        }

        &:nth-child(6) {
            border: 0.01rem solid rgba(255, 0, 255, 0.3);
            background-color: rgba(255, 0, 255, 0.1);
        }
    }

}

.newgm_li_m_bq {
    & span,
    & a {
        float: unset !important;}
}
