@charset "UTF-8";

/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 0.24rem;
    font-family: "Microsoft YaHei";
    max-width: 750px;
    margin: 0 auto;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}
.hidden-read {
    display: none !important;
}
.invisible {
    visibility: hidden !important;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

/*无障碍连读效果*/
.accfocus{
 text-decoration:underline!important;
}
/* 最上方 */
.ewb-top {
    display: none !important;
}
.ewb-header {
    display: none !important;
}
.ewb-search {
    display: none !important;
}



/* 小屏 */
@media (max-width:1299px) {
    .ewb-top-middle {
        margin-left: 0;
    }

    a.ewb-top-login {
        margin-left: 10px;
    }
}

@media (max-width:979px) {
    .ewb-top-middle {
        margin-left: 30px;
    }
}



/* 小屏 */
@media (max-width:1299px) {
    .ewb-street {
        margin-left: 20px;
    }

    .ewb-street-content {
        margin-left: -60px;
    }

    .ewb-street-arrow {
        margin-left: 60px;
    }
}

/* pad */
@media (max-width:979px) {
    .ewb-header .container {
        position: relative;
    }

    .ewb-street-arrow {
        margin-left: 50px;
    }

    .ewb-street {
        position: static;
        margin: 0;
    }

    .ewb-street-content {
        margin-left: 0;
        width: auto;
        left: 0;
        right: 0;
        top: 20px;
        padding-top: 0;
    }
}



/* 小屏 */
@media (max-width:1299px) {
    .ewb-nav {
        margin-left: 0;
    }

    .ewb-nav-list {
        text-align: right;
    }

    .ewb-nav-content .ewb-street-arrow {
        margin-left: 275px;
    }

    .ewb-nav-content {
        margin-left: -275px;
        width: 500px;
    }

    .ewb-nav-item {
        width: 110px;
    }

    .ewb-nav-item.hasChild {
        width: 120px;
    }

}

/* pad */
@media (max-width:979px) {
    .ewb-nav {
        width: 100%;
        margin-top: 5px;
        position: relative;
    }

    .ewb-nav-list {
        width: 14.28%;
        text-align: center;
    }

    .ewb-nav-item,
    .ewb-nav-item.hasChild {
        width: 100%;
        position: static;
    }

    .ewb-nav-content {
        left: 0;
        right: 0;
        margin-left: 0;
        width: auto;
        padding-top: 9px;
    }

    .ewb-nav-content .ewb-street-arrow {
        display: none;
    }
}



/* pad */
@media (max-width:979px) {
    .ewb-search {
        margin: 20px auto;
        width: 100%;
    }
}


/* 头部 手机端 单独样式 */
@media (max-width:767px) {
    body {
        background-image: url("../images/phone_bg.jpg");
        background-size: 100% auto;
    }

    .ewb-phone-top {
        height: 74px;
        padding-top: 20px;
        background-size: 100% 100%;
        position: relative;
        z-index: 6;
        background: url("../images/phone_top_bg.jpg") bottom center no-repeat #e1313f;
    }

    .ewb-phone-top a {
        display: block;
        margin: 0 auto;
        width: 200px;
        height: 34px;
    }

    .ewb-phone-top img {
        display: block;
        width: 100%;
        height: 100%;
    }

    /* 图标 */
    .ewb-phone-bottom {
        height: 39px;
        border-top: 1px solid #fff;
        /*margin-bottom: 77px;*/
        background-size: 100% 100%;
        background: url("../images/phone_top_bg2.jpg") top center no-repeat #e1313f;
        position: relative;
        z-index: 6;
    }

    .ewb-phone-nav,
    .ewb-phone-search {
        float: left;
    }
    .ewb-phone-nav{
        height: 38px;
    }
    .ewb-nav-icons {
        display: block;
        width: 20px;
        height: 20px;
        padding: 10px 10px 10px 15px;
        /*background: url("../images/phone_nav_icon.png") 15px 50% no-repeat;
        background-size: 22px 18px;*/
    }

    .ewb-search-icons {
        display: block;
        width: 38px;
        height: 38px;
        background: url("../images/phone_search_icon.png") center center no-repeat;
        background-size: 18px 18px;
    }

    .ewb-phone-nav.cur .ewb-nav-icons {
        background-color: #a8111d;
    }

    .ewb-phone-search.cur .ewb-search-icons {
        background-color: #a8111d;
    }

    /* 登录注册 */
    .ewb-phone-login {
        float: right;
        padding-top: 10px;
        margin-right: 15px;
        line-height: 20px;
        font-size: 13px;
        color: #fff;
    }

    .ewb-phone-login a {
        color: #fff;
        float: left;
    }

    .ewb-phone-login span {
        float: left;
        padding: 0 10px;
    }

    /* 手机端背景 */
    .ewb-phone-mask {
        position: fixed;
        top: 113px;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("../images/phone_mask_bg.png");
        z-index: 4;
        display: none;
    }

    .ewb-phone-box {
        position: absolute;
        top: 38px;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 6;
        display: none;
    }

    /* 导航按钮展开 */
    .ewb-nav-icons.cur {
        /*background: url("../images/phone_nav_close.png") center center no-repeat;
        background-size: 18px 18px;*/
    }

    .ewb-public-hd {
        padding-top: 2px;
        border-bottom: 1px solid #e1313f;
    }

    .ewb-public-item {
        float: left;
        width: 50%;
        font-size: 0;
        text-align: center;
    }

    .ewb-public-item span {
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
        padding: 0 5px;
        color: #666;
        height: 41px;
        line-height: 41px;
        border-bottom: 2px solid transparent;
    }

    .ewb-public-item.cur span {
        font-weight: bold;
        color: #e1313f;
        border-bottom: 2px solid #e1313f;
    }

    /* 导航栏 */
    .wb-tree {
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .wb-tree-items,
    .wb-tree-item {
        cursor: pointer;
    }

    .wb-tree-tt {
        color: #666;
        display: block;
        margin-right: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .wb-tree-node {
        display: block;
        height: 38px;
        line-height: 37px;
        padding-left: 30px;
        border-bottom: 1px solid #dcdcdc;
    }

    .wb-tree-iconr {
        float: right;
        width: 15px;
        height: 9px;
        margin: 14px 15px 0 0;
        background: url('../images/public_arrow_down.png') no-repeat;
        background-size: 15px 9px;
        display: none;
    }

    .wb-tree-sub {
        display: none;
        padding: 8px 0;
    }

    .wb-tree-item {
        float: left;
        width: 33.33%;
    }

    .wb-tree-item a {
        display: block;
        line-height: 42px;
        font-size: 13px;
        text-align: center;
        color: #666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .hasChild .wb-tree-iconr {
        display: block;
    }

    .current .wb-tree-iconr {
        background-image: url('../images/public_arrow_up.png');
    }

    .current .wb-tree-tt,
    .wb-tree-item a.current {
        color: #e1313f;
    }

    .current .wb-tree-sub {
        display: block;
        border-bottom: 1px solid #dcdcdc;
    }

    /* 街道 */
    .ewb-public-sub {
        padding: 12px 0;
    }

    .ewb-public-node {
        float: left;
        width: 33.33%;
    }

    .ewb-public-node a {
        display: block;
        text-align: center;
        color: #666;
        font-size: 13px;
        line-height: 42px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .ewb-public-node a.current {
        color: #e1313f;
    }

    /* 搜索按钮展开 */

    .ewb-choose {
        padding: 8px 15px 23px;
    }

    .ewb-choose-close {
        float: right;
        width: 15px;
        height: 15px;
        margin-top: 8px;
        background: url("../images/choose_close_btn.png") no-repeat;
        background-size: 100% 100%;
    }

    .ewb-choose-box {
        margin-right: 35px;
        height: 30px;
        border: 1px solid #d2d2d2;
        border-radius: 5px;
    }

    .ewb-choose-btn {
        float: right;
        width: 15px;
        height: 15px;
        background: url("../images/choose_search_btn.png") no-repeat;
        background-size: 100% 100%;
        margin: 7px 10px;
        padding: 0;
    }

    .ewb-choose-content {
        margin-right: 25px;
        position: relative;
        z-index: 1;
        padding-left: 8px;
        height: 28px;
        font-size: 12px;
        overflow: hidden;
    }

    .ewb-choose-content .input-placeholder {
        left: 8px;
        height: 28px;
        line-height: 28px;
    }

    .ewb-choose-content .input-box {
        height: 28px;
        line-height: 28px;
    }

    .ewb-phone-door label {
        float: left;
        font-size: 13px;
        color: #666;
        line-height: 22px;
        margin-top: 12px;
    }

    .ewb-door-box {
        margin-left: 67px;
        overflow: hidden;
    }

    .ewb-door-box ul {
        margin-left: -21px;
    }

    .ewb-door-item {
        width: 33.33%;
        float: left;
    }

    .ewb-door-item span {
        display: block;
        margin: 12px 0 0 21px;
        line-height: 22px;
        background: #e7e7e7;
        border-radius: 4px;
        color: #e1313f;
        font-size: 13px;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .ewb-phone-nav.cur .ewb-phone-box,
    .ewb-phone-search.cur .ewb-phone-box {
        display: block;
    }
}


/* pad */
@media (max-width:979px) {
    .ewb-link-item {
        width: 100%;
    }
}


/* 小屏 */
@media (max-width:1299px) {

    .ewb-footer-img,
    .ewb-footer-icons {
        position: static;
    }

    .ewb-footer-img {
        float: left;
    }

    .ewb-footer-icons {
        float: right;
    }

    .ewb-footer-box {
        overflow: hidden;
        margin-top: 15px;
    }

    .footer1 {
        margin-top: 15px;
    }

    .footer2 {
        margin: 18px 0 0 10px;
    }
}

/* 手机端 */
@media (max-width:480px) {
    .ewb-footer-box {
        font-size: 0;
        text-align: center;
        margin-top: 0;
    }

    .footer1,
    .footer2 {
        margin-top: 0;
    }

    .ewb-footer-img,
    .ewb-footer-icons {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-top: 10px;
    }

    .ewb-footer-icons span {
        font-size: 14px;
    }
}

/* 修改 */

/* 小屏 */
@media (max-width:1299px) {
    .ewb-footer-box {
        overflow: inherit;
    }

    .ewb-footer-box:before,
    .ewb-footer-box:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .ewb-footer-box:after {
        clear: both;
    }

    .ewb-footer-bottom span {
        display: inline-block;
        vertical-align: middle;
        color: #ddd;
        font-size: 14px;
        line-height: 24px;
        margin-left: 11px;
    }

    .ewb-footer-num {

        margin-left: 105px;
        margin-right: 25px;
    }

    .bsm {
        display:inline;
        padding-left:90px;
        margin-right:30px;
    }

    .ewb-footer-ga {
        padding-left: 20px;
        margin-left: 75px;
    }

}

/* 2020-11-5 解决底部空白 */
#footer{
    height: 12.5rem;
}

/*无障碍连读效果下划线*/
.accfocus{
    text-decoration:underline!important;
}

/* 长者专区、无障碍按钮 */
@font-face {
    font-family: "zhenyan";
    src: url("./font/zhenyan.woff") format("woff"), url("./font/zhenyan.ttf") format("truetype"), url("./font/zhenyan.eot") format("embedded-opentype");
}
.help-btns {
    float: right;
    width: 226px;
    height: 40px;
    background: #ffeca7;
    font-family: "zhenyan";
    border-radius: 20px;
    line-height: 40px;
    color: #591919;
    text-align: center;
    font-size: 0;
    margin-top: 40px;
    margin-left: 100px;
}

.help-btns a {
    font-size: 20px;
}
.help-btns a {
    color: inherit;
    text-decoration: none;
}

.help-btns .btn-split {
    display: inline-block;
    width: 2px;
    height: 19px;
    margin: 10px 15px 0;
    background: #591919;
    vertical-align: top;
}

/* 小屏 */
@media (max-width:767px) {
    .header{
        overflow:hidden;
    }
}

/* 长者专区、无障碍按钮 */
@font-face {
    font-family: "zhenyan";
    src: url("/Template/css/font/zhenyan.woff") format("woff"), url("/Template/css/font/zhenyan.ttf") format("truetype"), url("/Template/css/font/zhenyan.eot") format("embedded-opentype");
}
.help-btns {
    float: right;
    width: 226px;
    height: 40px;
    background: #ffeca7;
    font-family: "zhenyan";
    border-radius: 20px;
    line-height: 40px;
    color: #591919;
    text-align: center;
    font-size: 0;
    margin-top: 0px;
    margin-left: 100px;
}

.help-btns a {
    font-size: 20px;
}
.help-btns a {
    color: inherit;
    text-decoration: none;
}

.help-btns .btn-split {
    display: inline-block;
    width: 2px;
    height: 19px;
    margin: 10px 15px 0;
    background: #591919;
    vertical-align: top;
}
/* 小屏 */
@media (max-width:767px) {
    .header{
        overflow:hidden;

    }
    .help-btns{
        margin: 5px 0 0 0;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
    }
    .help-btns a{
        font-size:16px;
    }
    .help-btns .btn-split{
        margin-top:5px;
    }
}