.header .top {
    height: 40px;
    line-height: 40px;
    background: #2b303b;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 12px;
    padding: 0 20px
}
.header-advert {
    height: 60px;
}
.header-advert img {
    width: 100%;
    height: 60px;
}
.header .href {
    color: #69a6f1
}

.header .cityName {

    margin-left: 80px;
    cursor: pointer
}
.header .cityName .icon {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    top: 2px;
    width: 12px;
    height: 16px;
    background: url(https://cdn.weifenghr.com/static/images/Index/area.png) no-repeat;
    background-size: 100% 100%;
}
.header .cityName .setCityName {
    margin-right: 10px;
}
.header .cityName .ivu-icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url('https://cdn.weifenghr.com/static/images/news/arrow-down.png') no-repeat;
    background-size: 100%;
    vertical-align: middle;
}
.header .tel {
    margin: 0 20px;
    padding-left: 20px;
    position: relative
}
.header .tel::before {
    content:'';
    width: 2px;
    height: 12px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-6px)
}
.header .customer {
    color: #69a6f1;
    cursor: pointer
}
.header .right {
    display: flex
}
.header .menu_item {
    float: left;
    margin: 0 16px
}
.header .menu_item a {
    color: #fff
}
.header .menu_item a:hover {
    color: #69a6f1;
}
.header_nav {
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: #fff;
    box-shadow: 0 0 40px 0 rgb(64 143 249 / 20%);
    opacity: .9;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.noLogin {
    display: none;
}
#sign_out {
    cursor: pointer;
}
.nav_left {
    display: flex;
    flex: 1;
    align-items: center
}
.nav_left .logo {
    display: flex;
    align-items: center;
    width: 400px
}
.nav_left .logo a {
    width: 130px;
    height: 42px;
    margin-left: 22px
}
.nav_left .logo img {
    width: 100%;
    height: 100%
}
.nav_left .logo .text {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin-left: 20px
}
.nav {
    display: flex;
    align-items: center
}
.nav_menu {
    padding: 0 36px;
    cursor: pointer;
    position: relative;
    transition: color .2s ease;
}
.nav_menu:hover, .nav_menu.active {
    background: #69a6f1;
    color: #fff
}
.hotIcon {
    position: absolute;
    top: 14px
}
.nav_right {
    display: flex;
    align-items: center
}
.nav_right .item {
    padding: 0 22px;
    cursor: pointer
}
.nav_right .register {
    background: #f45b6a;
    color: #fff
}
.home_tas {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    padding: 0 8%;
    font-weight: 400;
    background: #f1f1f1;
    display: block;
    margin-top: 104px;
    overflow: hidden;
}
.home_tas a {
    margin-right: 24px;
    color: #666;
    padding: 5px 10px;
    cursor: pointer
}
.home_tas_actives {
    background: #f45b6a;
    color: #fff !important;
    border-radius: 4px
}

.content {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}
.content_left {
    width: 1040px
}
.bread {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 50px
}
.bread a {
    color: #999;
    margin-right: 7px
}
.bread .active {
    color: #2d8cf0
}
.content_title {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    line-height: 48px;
    margin-bottom: 24px
}
.content_time {
    font-size: 14px;
    font-weight: 400;
    color: #979696;
    line-height: 18px;
    margin-bottom: 30px;
    display: inline-block
}
.content_advert {
    height: 100px;
    margin-bottom: 20px
}

.content_advert img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.content_tips {
    background: #f1f1f1;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    line-height: 36px;
    position: relative;
    border-radius: 4px;
    padding: 15px 24px 30px 24px;
    min-height: 100px;
    margin-bottom: 32px
}
.content_tips .text {
    clear: both;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    line-clamp: 2;
    padding-right: 2em;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.content_tips_img1 {
    float: left
}
.content_tips_img2 {
    float: right
}
.content_btn_wrap {
    text-align: right;
    padding-bottom: 30px;
    color: #f45b6a;
    border-bottom: 1px dashed #ddd
}
.content_btn_wrap .btn {
    width: 79px;
    height: 30px;
    background: #f45b6a;
    border-radius: 4px;
    border: 0;
    font-size: 14px;
    margin-left: 5px;
    outline: 0;
    cursor: pointer;
    font-weight: 400;
    color: #fff
}
.content_main {
    width: 820px;
    margin: 30px auto 0
}
.content_main .news-watermark{
    font-size: 54px;
    width: fit-content;
    margin: 0 auto;
}
.content_text {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}
.content_text img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    overflow: hidden;
}
.content_text_img {
    position: relative;
}
.content_text_img_tag{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    font-size: 12px;
    opacity: 0.4;
    color: #c9c9c9;
    z-index: 99;
    pointer-events: none;
}
.content_text a {
    color: blue;
}
.content_text a:link {
    color: blue;
}
.content_text a:hover {
    color: red!important;
}
.content_text a:visited {
    color: #000;
}
.content_tips2 {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    line-height: 36px;
    margin: 40px 0 30px
}
.content_tips2 a {
    color: #69a6f1
}
.contact {
    height: 56px;
    line-height: 56px;
    background: #f45b6a;
    width: 560px;
    margin: 30px 0;
    border-radius: 28px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 30px;
    cursor: pointer;
    font-size: 16px;
}
.contact .crile {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    border: 4px solid #f89da6;
    margin-right: 10px
}
.content_label {
    display: flex;
    margin-bottom: 20px
}
.content_label img {
    margin-right: 12px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
    height: 25px
}
.content_label span {
    position: relative;
    top: 5px
}
.content_label a {
    width: auto;
    margin-left: 16px;
    line-height: 28px;
    height: 28px;
    padding: 0 20px;
    cursor: pointer;
    outline: 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #69a6f1;
    background: #fff;
    border: 1px solid #69a6f1;
    border-radius: 14px
}
.nuxtPage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0
}
.nuxtPage a {
    color: #666
}
.contact_input_wrap {
    font-size: 14px;
    margin-top: 40px;
    color: #333;
    border-top: 5px solid #f45b6a;
    height: 190px;
    justify-content: space-between;
    display: flex;
    padding: 36px 72px 0;
    text-align: center;
    background: url(../images/news/bg.png) no-repeat;
    background-size: 100% 100%
}
.contact_input_wrap .left .title {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    text-align: left
}
.contact_input_wrap .left .btns {
    margin-top: 23px;
    display: flex;
    flex-wrap: wrap
}
.contact_input_wrap .left button {
    width: 160px;
    height: 30px;
    border: 1px solid #f45b6a;
    border-radius: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #f45b6a;
    cursor: pointer;
    margin: 0 30px 14px 0;
    background-color: inherit;
    line-height: 28px
}
.contact_input_wrap .left button:hover {
    background: #f45b6a;
    color: #fff
}
.contact_input_wrap .right {
    width: 50%;
    flex-shrink: 0
}
.contact_input_wrap .input_tip {
    font-size: 14px;
    color: #666
}
.contact_input_wrap .input_tip span {
    color: #F45B6A
}
.contact_input_wrap .input_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    background: #fff;
    border: 1px solid #838383;
    border-radius: 5px;
    height: 40px;
    margin-top: 16px
}
.contact_input_wrap .input_wrap .input {
    height: 100%;
    flex: 1;
    border: unset;
    outline: medium;

}
.contact_input_wrap .agree {
    margin: 13px 0 16px;
    text-align: left
}
.contact_input_wrap .agree a {
    color: #f45b6a
}
.input_r_btn {
    display: flex;
    justify-content: space-between
}
.input_r_btn button:hover {
    opacity: 0.6;
    border: 1px solid #f45b6a;
}
.input_r_btn button {
    width: 192px;
    height: 40px;
    background: #fff;
    border: 1px solid #f45b6a;
    border-radius: 5px;
    color: #f45b6a;
    cursor: pointer;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center
}
.input_r_btn button .img {
    margin-right: 10px
}
.input_r_btn button.btn_fress_con {
    background: #f45b6a;
    color: #fff
}
.comm_wrap {
    margin-top: 60px;
    margin-bottom: 40px
}
.comm_wrap .reading {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 20px
}
.news_list .news_item {
    margin-top: 26px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ededed;
    display: flex;
    justify-content: space-between;
    padding-bottom: 17px
}
.news_item_img {
    width: 205px;
    height: 102px;
    margin-right: 20px;
    flex-shrink: 0;
    overflow: hidden
}
.news_item_img.news-watermark{
    font-size: 18px;
}
.news_item_img img {
    max-width: 100%;
    transition: all ease-in-out .5s
}
.news_desc {
    flex: 1
}
.news_desc .title {
    font-size: 20px;
    font-weight: bolder;
    color: #333
}
.news_desc .tips {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 24px;
    margin-top: 10px;
}
.news_bottom {
    display: flex;
    justify-items: start;
    align-items: center;
    margin-top: 10px;
}
.news_bottom>div {
    margin-right: 20px;
    display:flex;
    align-items: center;
}
.news_bottom img {
    margin-right: 8px;
}
.news_item:hover .news_item_img img {
    transform: scale(1.2)
}
.news_item .number {
    color: #999;
    font-size: 12px
}
.content_right {
    margin-bottom: 20px;
}
.rightSilid input {
    border: unset;
    text-indent: 5px
}
.rightSilidOne {
    background-color: #f6f9fd;
    text-align: center;
    padding: 48px 35px
}
.rightSilidOne-js {
    margin-top: 40px;
    color: #999;
}
.rightSilidOne-js span {
    color: #69a6f1 !important;
}
.rightSilidOne-title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333;
    line-height: 20px
}
.rightSilidOne-text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-top: 14px;
    line-height: 14px;
    color: #999
}
.rightSilidOne-text div {
    display: inline-block;
    width: 27px;
    height: 1px;
    position: relative;
    bottom: 5px;
    right: -3px;
    background: #999
}
.rightSilidOne-text span {
    color: #69a6f1;
    /* margin-left: 3px */
}
.rightSilidOne-input {
    position: relative;
    margin-top: 8px
}
.rightSilidOne-input input {
    width: 220px;
    height: 40px;
    margin-top: 20px;
    margin-left: 15px;
    background-color: #fff;
    border: 1px solid #838383;
    box-shadow: 0 0 5px #838383 inset;
    border-radius: 5px;
    text-indent: 1em;
    padding-right: 40px
}
.rightSilidOne-input img {
    position: absolute;
    right: 40px;
    top: 30px
}
.rightSilidOne-xy {
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999
}
.rightSilidOne-xy img {
    margin-right: 5px;
    position: relative;
    top: 3px;
    cursor: pointer
}
.rightSilidOne-btn {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    padding: 0 5px
}
.rightSilidOne-btn button {
    width: 125px;
    height: 40px;
    background: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
    outline: 0
}
.rightSilidOne-btn-zx {
    border: 1px solid #f45b6a !important;
    color: #f45b6a
}
.rightSilidOne-btn-mf {
    background-color: #f45b6a !important;
    color: #fff !important
}
.noActive {
    border-right: 0 !important
}
.leftBorder {
    border-left: 1px solid #ededed
}
.rightSilid-two {
    width: 370px;
    border: 1px solid #ededed;
    text-align: center;
    margin-top: 40px
}
.rightSilid-two-head {
    display: flex;
    margin-bottom: 30px
}
.rightSilid-two-head div {
    width: calc(33.333333333333336%);
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    line-height: 50px
}
.rightSilid-two-head-active {
    font-size: 14px;
    font-weight: 400;
    border-right: 1px solid #ededed;
    border-bottom: 0 !important;
    color: #69a6f1 !important
}
.rightSilid-two-title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333;
    line-height: 24px
}
.rightSilid-two-tip {
    height: 12px;
    margin-top: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666
}
.rightSilid-two-tip div {
    display: inline-block;
    width: 27px;
    height: 1px;
    background: #999;
    position: relative;
    bottom: 3px
}
.rightSilid-two-form {
    padding: 0 40px;
    margin: 32px auto
}
.rightSilid-two-form-list {
    display: flex;
    margin-bottom: 16px
}
.rightSilid-two-form-list label {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
    margin-right: 20px;
    line-height: 40px;
    width: 90px
}
.rightSilid-two-form-list .ivu-input {
    background-color: #f6f6f6;
    height: 45px;
}
.rightSilid-two-form-list .ivu-cascader {
    width: 284px;
    background-color: #f6f6f6
}

.rightSilid-two-form-list .ivu-cascader-rel .ivu-cascader-label{
    margin-top: 6px;
    margin-left: -35px;
    font-size: 16px;
}
.rightSilid-two-js {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    color: #999;
    margin-top: 15px
}
.rightSilid-two-js span {
    color: #69a6f1 !important
}
.rightSilid-two-btn {
    width: 80%;
    height: 40px;
    margin-bottom: 40px;
    background: #f45b6a;
    margin-top: 12px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    cursor: pointer;
    border: 0;
    outline: 0;
    font-weight: 400;
    color: #fff;
    border-radius: 4px
}
.formContent input {
    font-size: 14px
}
.bg1 {
    background: url(https://cdn.weifenghr.com/stastic/images/news/wuxianyijin.png) no-repeat;
    background-position: bottom right;
    background-size: 163px 163px
}
.bg2 {
    background: url(https://cdn.weifenghr.com/stastic/images/news/geshui-xian.png) no-repeat;
    background-position: bottom right;
    background-size: 163px 163px
}
.bg3 {
    background: url(https://cdn.weifenghr.com/stastic/images/news/shebao.png) no-repeat;
    background-position: bottom right;
    background-size: 163px 163px
}
.rightSilidThere {
    margin-top: 40px
}
.rightSilidThere-title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333
}
.rightSilidThere-title img {
    margin-left: 10px;
    width: 20px;
    height: 13px;
    position: relative;
    top: 2px
}
.rightSilidThere-content {
    height: 460px;
    overflow: hidden
}
.rightSilidThere-content-list {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ededed
}
.rightSilidThere-content-list a {
    color: #666
}
.rightSilidThere-content-list a:hover {
    color: #69a6f1 !important
}
.rightSilidThere-content-list-text {
    width: 70%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.rightSilidThere-content-list-text strong {
    font-weight: 400
}
.rightSilidThere-content-list-text:hover {
    color: #f45b6a
}
.search {
    width: 250px;
    height: 44px;
    background-color: #ccc
}
.citySelect {
    width: 100px;
    height: 42px;
    position: relative;
    cursor: pointer
}
.citySelect .cityName1 {
    display: block;
    padding-left: 10px;
    width: 70px;
    line-height: 42px;
    font-size: 13px;
    overflow: hidden;
    cursor: pointer
}
.formContent {
    display: none
}
.show {
    display: block !important
}
.hide {
    display: none
}
.selectCity {
    position: absolute;
    width: 310px;
    height: auto;
    top: 50px;
    left: 135px;
    padding: 8px 16px;
    z-index: 999;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}
.selectCityTitle {
    color: #000;
    height: 18px;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}
.city-group {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap
}
.city-group-item {
    color: #000;
    font-size: 12px;
    margin-right: 30px;
    display: block;
    margin-bottom: 10px;
    cursor: pointer
}
.city-group-item:nth-child(5n) {
    margin-right: 0;
}
.city-group-item:hover, .city-all-item:hover {
    color: #69a6f1
}
.city-sort-item {
    float: left;
    padding: 1px 5px;
    margin-right: 10px;
    font-size: 12px;
    background: #eee;
    cursor: pointer
}
.city-sort {
    padding: 10px 0;
    overflow: hidden;
    color: #000;
}
.city-sort-item:hover {
    background: #53b5f0;
    color: #fff
}
.city-all {
    overflow: hidden;
    width: 310px;
    padding: 10px 10px 0 20px;
    position: relative;
    color: #000;
}
.city-all-type {
    position: absolute;
    top: 10px;
    left: 0
}
.city-all-item {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    cursor: pointer;
}
.rightSilid {
    width: 370px;
}
.city-sort-item.active {
    background: #53b5f0 !important;
    color: #fff !important
}
.footer {
    background: #35363b;
    text-align: center;
    padding: 10px 0
}
.footer p {
    line-height: 32px;
    color: #5d5e62
}
.footer a {
    color: #7e8c8d
}
.footer .img {
    margin-top: 15px
}
.active_img {
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: pointer
}
.right_active_img {
    width: 14px;
    height: 15px
}
.rightsild_input {
    width: 250px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #f6f6f6;
}
.cityPackage {
    width: 260px;
    height: 180px;
    display: none;
    position: absolute;
    background: #FFFFFF;
    z-index: 99;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}
.cityPackage ul {
    width: 50%;
    height: 100%;
    overflow-y: scroll;
    float: left;
}
.cityPackage ul li {
    cursor: pointer;
    transition: all ease-in-out .5s;
    padding: 7px 16px;
    font-size: 12px;
}
.cityPackage ul li.active {
    background: #f3f3f3;
    color: #2f96d4;
}
.cityPackage ul li:hover {
    background: #f3f3f3;
}
.cityPackage ul li span {
    float: right;
}
.md-time {
    display:block;
    width: 14px;
    height: 14px;
    background: url(https://cdn.weifenghr.com/stastic/images/news/icon_time.png) no-repeat;
    margin-right: 8px;
}
.md-eye {
    display:block;
    width: 17px;
    height: 11px;
    background: url(https://cdn.weifenghr.com/stastic/images/news/icon_chakan.png) no-repeat;
    margin-right: 8px;
}
#loginWrap {
    position: relative;
}
#loginName {
    cursor: pointer;
}
#companys {
    position: absolute;
    width: 100px;
    padding: 10px;
    background: #FFFFFF;
    z-index: 100;
    display: none;
}
#companys li {
    width: 100%;
    color: #000;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #EDEDED;
    cursor: pointer;
}
#companys li:hover {
    background: #7E8C8D;
}
#companys li.active {
    color: #2f96d4;
}
#showCompan {
    display: inline-block;
    width: 26px;
    height: 16px;
    background: url(https://cdn.weifenghr.com/stastic/images/news/drop.png);
    cursor: pointer;
}
.content_img img {
    max-width: 100%;
}
.triangle {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #666;
    position: absolute;
    top: 30px;
    right: 4px;
}
.nav_menu:hover .triangle {
    border-top: 6px solid #fff;
}
.nav_menu:hover .title {
    color: #FFFFFF;
}
.nav_menu_hover {
    position: absolute;
    display: none;
    top: 64px;
    left: 0;
    background: #FFFFFF;
    width: 480px;
    box-shadow: 0 0 40px 0 rgb(64 143 249 / 20%);
}
.nav_menu_hover ul {
    width: 160px;
    height: 200px;
    float: left;
    border-right: 1px solid #EDEDED;
    box-sizing: border-box;
}
.nav_menu_hover h3 {
    color: #999
}
.nav_menu_hover ul li {
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    font-size: 14px;
}
.nav_menu_hover ul li:hover a {
    color:#666;
}
.nav_menu_hover ul li:hover a {
    color:#2f96d4;
}



.colorccc {
    color:#626f7c
}
.bottom {
    width:100%;
    height:90px;
    background:#35363b;
    overflow:hidden
}
.bottom .m-right {
    margin-right:10px
}
.bottom .m-right-e {
    margin-right:20px
}
.bottom-copyright {
    height:14px;
    margin-top:26px;
    font-size:14px;
    line-height:14px;
    text-align:center;
}
.bottom-copyright a {
    color: #2b85e4;
}
.bottom .desc {
    margin-top:13px
}
.header a,.header b {
    color:#fff
}
.header-top {
    width:100%;
    height:40px;
    line-height:40px;
    background:#2b303b;
    color:#fff;
    font-size:12px
}
.header-top-left {
    float:left;
    padding-left:20px
}
.header-top-left .weifenghr a {
    color:#69a6f1
}
.header-top-left .tel {
    margin:0 20px;
    padding-left:20px;
    position:relative
}
.header-top-left .tel:before {
    content:"";
    width:2px;
    height:12px;
    background:#fff;
    display:block;
    position:absolute;
    left:0;
    top:8px
}
.header-top-left .customer {
    color:#69a6f1;
    cursor:pointer
}
.header-top-left .cityName {
    margin-left:80px
}
.header-top-left .cityName span {
    padding-right: 10px;
    cursor: pointer;
}
.header-top-left .cityName .icon {
    position:relative;
    display:inline-block;
    margin-right:12px;
    top:2px;
    width:12px;
    height:16px;
    background:url(https://cdn.weifenghr.com/static/images/Index/area.png) no-repeat;
    background-size:100% 100%
}
.header-top-left .cityName b {
    margin-right:10px;
    cursor:pointer
}
.header-top-left .cityName .horn {
    position:relative;
    display:block;
    width:0;
    height:0;
    border-color:transparent;
    border-style:none solid solid;
    border-top:0 solid #fff;
    top:10px
}
.header-top-left .cityName .horn:after {
    content:"";
    position:absolute;
    display:block;
    width:0;
    height:0;
    top:-9px;
    margin-left:-10px;
    border:10px solid transparent;
    border-top:0 solid #69a6f1
}
.header-top-right {
    float:right;
    display:-webkit-box;
    display:flex;
    margin-right:25px
}
.header-top-right .menu {
    float:left
}
.header-top-right .menu a {
    display:block;
    float:left;
    margin:0 12px
}
.header-top-right .login {
    display:none;
    float:left;
    padding-right:30px;
    position:relative
}
.header-top-right .login-name {
    position:absolute;
    left:0;
    height:32px;
    line-height:32px;
    margin-top:5px;
    color:#fff;
    cursor:pointer;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.header-top-right .login .pointer {
    position:absolute;
    right:0;
    top:0;
    cursor: pointer
}
.header-nav {
    width:100%;
    height:64px;
    line-height:64px;
    background:#fff;
    box-shadow:0 0 40px 0 rgba(64,143,249,.2);
    opacity:.9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.header-nav-logo {
    display:block;
    width:130px;
    height:42px;
    background:url(https://cdn.weifenghr.com/static/images/Index/logo.png) no-repeat;
    background-size:100% 100%;
    margin:11px 22px 11px 16px;
    float:left
}
.header-nav-desc {
    display:block;
    height:12px;
    font-size:14px;
    font-weight:400;
    color:#999;
    float:left
}
.header-nav-left {
    float:left;
    min-width:340px;
    height:64px
}
.header-nav .active {
    background:#69a6f1;
}
.header-nav-right {
    float:right
}
.header-nav-right-nav {
    font-size:16px;
    font-weight:400;
    margin-right:13px;
    float:left
}
.header-nav-right-nav a {
    color:#666;
    padding:0 9px;
    height:64px;
    display:block
}
.header-nav-right-rednav {
    font-size:16px;
    font-weight:400;
    float:left;
    background:#f45b6a
}
.header-nav-right-rednav a {
    color:#fff;
    padding:0 25px;
    height:64px;
    display:block
}
.header-nav-right-rednav:hover {
    color:#fff
}
.header-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}
.header-menu a {
    color:#666
}
.header-menu-child {
    position:relative;
    font-size:17px;
    font-weight:400;
    float:left
}
.header-menu-child a {
    display:block;
    height:64px;
    padding:0 36px
}
.header-menu-child a:hover {
    background:#69a6f1;
}
.header .city {
    width:310px
}
.header .city p {
    color:#000;
    font-weight:700
}
.header .city-group {
    overflow:hidden;
    margin-top:10px
}
.header .city-group-item {
    float:left;
    color:#000;
    margin-right:30px;
    display:block;
    margin-bottom:10px;
    cursor:pointer
}
.header .city-group-item:hover {
    color:#53b5f0
}
.header .city-group-item:nth-child(5n) {
    margin-right:0
}
.header .city .more {
    clear:both;
    padding:10px 0;
    text-align:right
}
.header .city .more span {
    cursor:pointer;
    color:#000
}
.header .city .more span:hover {
    color:#53b5f0
}
.header .city-sort {
    padding:10px 0;
    overflow:hidden;
    color:#000
}
.header .city-sort-item {
    float:left;
    padding:1px 5px;
    margin-right:10px;
    background:#eee;
    cursor:pointer
}
.header .city-sort .active {
    background:#53b5f0;
    color:#fff
}
.header .city-all {
    overflow:hidden;
    padding:10px 10px 0 20px;
    position:relative;
    color:#000
}
.header .city-all-item {
    float:left;
    margin-right:10px;
    margin-bottom:5px;
    cursor:pointer
}
.header .city-all-item:hover {
    color:#53b5f0
}
.header .city-all-type {
    position:absolute;
    top:10px;
    left:0
}
.header .ivu-select-dropdown {
    margin:0;
    padding:0;
    box-shadow:0 0 40px 0 rgba(64,143,249,.2);
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    overflow:hidden!important
}
.header .ivu-dropdown-menu {
    background:#fff;
    display:-webkit-box;
    display:flex
}
.header .ivu-dropdown-menu .ivu-dropdown-item {
    border-right:1px solid #ededed;
    padding:20px 30px
}
.header .ivu-dropdown-menu .ivu-dropdown-item:hover {
    background:inherit
}
.header .ivu-dropdown-menu .ivu-dropdown-item:last-of-type {
    border-right:0
}
.header .ivu-dropdown-menu .title {
    font-size:14px;
    font-weight:400;
    color:#999;
    line-height:40px
}
.header .ivu-dropdown-menu .menu-item {
    display:block;
    padding:0;
    height:30px;
    line-height:30px;
    font-size:14px;
    font-weight:400;
    color:#666
}
.header .ivu-dropdown-menu .menu-item:hover {
    color:#69a6f1!important;
    background:#fff
}
.header .dropdown {
    position:relative;
    display:inline-block;
    cursor: pointer
}
.header .dropdown-content {
    display:none;
    position:absolute;
    right:0;
    top:40px;
    background-color:#f9f9f9;
    min-width:160px;
    box-shadow:0 5px 10px 0 rgba(0, 0, 0, 0.2);
    z-index:99
}
.header .dropdown-content p {
    padding:0 5px;
    cursor:pointer;
    line-height:30px;
    color:#333
}
.header .dropdown-content p:hover {
    background-color:#eee;
    color:#333
}
.header .dropdown:hover .dropdown-content {
    display:block
}
.hotIcon {
    display:block;
    position:absolute;
    right:16px;
    top:12px;
    width:20px;
    height:13px;
    background:url(https://cdn.weifenghr.com/static/images/Index/hot.png) no-repeat;
    background-size:100%
}

.wrapper {
    position:relative;
    min-width:1366px;
    height:100%
}
.main {
    min-height:100%;
    padding-top:104px;
    background:#f5f7fa;
    padding-bottom:90px
}
.header {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:104px;
    line-height:60px;
    z-index:999
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html {
                                                                                font-family:sans-serif;
                                                                                line-height:1.15;
                                                                                -ms-text-size-adjust:100%;
                                                                                -webkit-text-size-adjust:100%
                                                                            }
body {
    margin:0;
    overflow-x: hidden;
}
article,aside,footer,header,nav,section {
    display:block
}
h1 {
    font-size:2em;
    margin:.67em 0
}
figcaption,figure,main {
    display:block
}
figure {
    margin:1em 40px
}
hr {
    box-sizing:content-box;
    height:0;
    overflow:visible
}
pre {
    font-family:monospace,monospace;
    font-size:1em
}
a {
    background-color:transparent;
    -webkit-text-decoration-skip:objects
}
a:active,a:hover {
    outline-width:0
}
abbr[title] {
    border-bottom:none;
    text-decoration:underline;
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
}
b,strong {
    font-weight:inherit;
    font-weight:bolder
}
code,kbd,samp {
    font-family:monospace,monospace;
    font-size:1em
}
dfn {
    font-style:italic
}
mark {
    background-color:#ff0;
    color:#000
}
small {
    font-size:80%
}
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sub {
    bottom:-.25em
}
sup {
    top:-.5em
}
audio,video {
    display:inline-block
}
audio:not([controls]) {
    display:none;
    height:0
}
img {
    border-style:none
}
svg:not(:root) {
    overflow:hidden
}
button,input,optgroup,select,textarea {
    font-family:sans-serif;
    font-size:100%;
    line-height:1.15;
    border: none;
    margin:0
}
button,input {
    overflow:visible
}
button,select {
    text-transform:none
}
[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style:none;
    padding:0
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline:1px dotted ButtonText
}
fieldset {
    border:1px solid silver;
    margin:0 2px;
    padding:.35em .625em .75em
}
legend {
    box-sizing:border-box;
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal
}
progress {
    display:inline-block;
    vertical-align:baseline
}
textarea {
    overflow:auto;
    resize:vertical
}
[type=checkbox],[type=radio] {
    box-sizing:border-box;
    padding:0
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height:auto
}
[type=search] {
    -webkit-appearance:textfield;
    outline-offset:-2px
}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance:none
}
::-webkit-file-upload-button {
    -webkit-appearance:button;
    font:inherit
}
details,menu {
    display:block
}
summary {
    display:list-item
}
canvas {
    display:inline-block
}
[hidden],template {
    display:none
}
* {
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
*,:after,:before {
    box-sizing:border-box
}
body {
    font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;
    font-size:12px;
    line-height:1.5;
    color:#515a6e;
    background-color:#fff;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
article,aside,blockquote,body,button,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,input,legend,li,menu,nav,ol,p,section,td,textarea,th,ul {
    margin:0;
    padding:0
}
button,input,select,textarea {
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
input::-ms-clear,input::-ms-reveal {
    display:none
}
a {
    color:#2d8cf0;
    background:transparent;
    text-decoration:none;
    outline:none;
    cursor:pointer;
    -webkit-transition:color .2s ease;
    transition:color .2s ease
}
a:hover {
    color:#57a3f3
}
a:active {
    color:#2b85e4
}
a:active,a:hover {
    outline:0;
    text-decoration:none
}
a[disabled] {
    color:#ccc;
    cursor:not-allowed;
    pointer-events:none
}
code,kbd,pre,samp {
    font-family:Consolas,Menlo,Courier,monospace
}
#newBridge {
    display: none !important;
}
@font-face {
    font-family:Ionicons;
    src:url(https://www.weifenghr.com/fonts/ionicons.woff2) format("woff2"),url(https://www.weifenghr.com/fonts/ionicons.woff) format("woff"),url(https://www.weifenghr.com/fonts/ionicons.ttf) format("truetype"),url(https://cdn.weifenghr.com/static/pc/sbjsq/img/a2c4a2.svg#Ionicons) format("svg");
    font-weight:400;
    font-style:normal
}
.ivu-icon {
    /*display:inline-block;*/
    font-family:Ionicons;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-feature-settings:normal;
    font-variant:normal;
    text-transform:none;
    text-rendering:auto;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    vertical-align:middle
}
.ivu-icon-md-arrow-dropdown:before {
    content: "\f33d";
}
.ivu-icon-ios-close:before {
    content:"\f178"
}
.ivu-icon-ios-checkmark-circle:before {
    content:"\f170"
}
.ivu-icon-ios-alert:before {
    content:"\f108"
}
.ivu-icon-ios-close-circle:before {
    content:"\f177"
}
.ivu-icon-ios-home-outline:before {
    content:"\f1f7"
}
.ivu-icon-ios-pin-outline:before {
    content:"\f268"
}
.ivu-icon-ios-arrow-down:before {
    content:"\f116"
}
.ivu-spin {
    color:#2f96d4;
    vertical-align:middle;
    text-align:center
}
.ivu-spin-dot {
    position:relative;
    display:block;
    border-radius:50%;
    background-color:#2f96d4;
    width:20px;
    height:20px;
    -webkit-animation:ani-spin-bounce 1s ease-in-out 0s infinite;
    animation:ani-spin-bounce 1s ease-in-out 0s infinite
}
.ivu-spin-large .ivu-spin-dot {
    width:32px;
    height:32px
}
.ivu-spin-small .ivu-spin-dot {
    width:12px;
    height:12px
}
.ivu-spin-fix {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    width:100%;
    height:100%;
    background-color:hsla(0, 0%, 100%, .9)
}
.ivu-spin-fullscreen {
    z-index:2010
}
.ivu-spin-fullscreen-wrapper {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0
}
.ivu-spin-fix .ivu-spin-main {
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%)
}
.ivu-spin-fix .ivu-spin-dot {
    display:inline-block
}
.ivu-spin-show-text .ivu-spin-dot, .ivu-spin-text {
    display:none
}
.ivu-spin-show-text .ivu-spin-text {
    display:block
}
@-webkit-keyframes ani-spin-bounce {
    0% {
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    to {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0
    }
}
@keyframes ani-spin-bounce {
    0% {
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    to {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0
    }
}
.ivu-message {
    font-size:14px;
    position:fixed;
    z-index:1010;
    width:100%;
    top:50%!important;
    left:0;
    margin-top:-180px;
    pointer-events:none
}
.ivu-message-notice {
    padding:8px;
    text-align:center;
    -webkit-transition:height .3s ease-in-out, padding .3s ease-in-out;
    transition:height .3s ease-in-out, padding .3s ease-in-out
}
.ivu-message-notice:first-child {
    margin-top:-8px
}
.ivu-message-notice-close {
    position:absolute;
    right:4px;
    top:10px;
    color:#999;
    outline:0
}
.ivu-message-notice-close i.ivu-icon {
    font-size:22px;
    color:#999;
    -webkit-transition:color .2s ease;
    transition:color .2s ease;
    position:relative;
    top:-3px
}
.ivu-message-notice-close i.ivu-icon:hover {
    color:#444
}
.ivu-message-notice-content {
    display:inline-block;
    pointer-events:all;
    padding:8px 16px;
    border-radius:4px;
    box-shadow:0 1px 6px rgba(0, 0, 0, .2);
    background:#fff;
    position:relative
}
.ivu-message-notice-content-text {
    display:inline-block
}
.ivu-message-notice-closable .ivu-message-notice-content-text {
    padding-right:32px
}
.ivu-message-success .ivu-icon {
    color:#19be6b
}
.ivu-message-error .ivu-icon {
    color:#ed4014
}
.ivu-message-warning .ivu-icon {
    color:#ff7420
}
.ivu-message-info .ivu-icon, .ivu-message-loading .ivu-icon {
    color:#2f96d4
}
.ivu-message .ivu-icon {
    margin-right:4px;
    font-size:16px;
    vertical-align:middle
}
.ivu-message-custom-content span {
    vertical-align:middle
}
.ivu-switch {
    width:24px;
    height:14px;
    line-height:14px;
    border-radius:14px;
    vertical-align:middle;
    border:1px solid #ccc;
    background-color:#ccc;
    position:relative;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.ivu-switch-loading {
    opacity:.4
}
.ivu-switch-inner {
    color:#fff;
    font-size:12px;
    position:absolute;
    left:23px
}
.ivu-switch-inner i {
    width:12px;
    height:12px;
    text-align:center;
    position:relative;
    top:-1px
}
.ivu-switch:after {
    content:"";
    width:12px;
    height:12px;
    border-radius:12px;
    background-color:#fff;
    position:absolute;
    left:0;
    top:0;
    cursor:pointer;
    -webkit-transition:left .2s ease-in-out,width .2s ease-in-out;
    transition:left .2s ease-in-out,width .2s ease-in-out
}
.ivu-switch:active:after {
    width:26px
}
.ivu-switch:before {
    content:'';
    display:none;
    width:14px;
    height:14px;
    border-radius:50%;
    background-color:transparent;
    position:absolute;
    left:3px;
    top:3px;
    z-index:1;
    border:1px solid #2d8cf0;
    border-color:transparent transparent transparent #2d8cf0;
    -webkit-animation:switch-loading 1s linear;
    animation:switch-loading 1s linear;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite
}
.ivu-switch-loading:before {
    display:block
}
.ivu-switch:focus {
    -webkit-box-shadow:0 0 0 2px rgba(45, 140, 240, .2);
    box-shadow:0 0 0 2px rgba(45, 140, 240, .2);
    outline:0
}
.ivu-switch:focus:hover {
    -webkit-box-shadow:none;
    box-shadow:none
}
.ivu-switch-small {
    width:28px;
    height:16px;
    line-height:14px
}
.ivu-switch-small:after {
    width:12px;
    height:12px
}
.ivu-switch-small:active:after {
    width:14px
}
.ivu-switch-small:before {
    width:10px;
    height:10px;
    left:2px;
    top:2px
}
.ivu-switch-checked {
    border-color:#2d8cf0;
    background-color:#2d8cf0
}
.ivu-switch-checked .ivu-switch-inner {
    left:7px
}
.ivu-switch-checked:after {
    left:10px
}
.ivu-switch-checked:before {
    left:25px
}
.ivu-switch-checked:active:after {
    left:15px
}
.ivu-switch-disabled {
    cursor:not-allowed;
    opacity:.4
}
.ivu-switch-disabled:after {
    background:#fff;
    cursor:not-allowed
}
.ivu-switch-disabled .ivu-switch-inner {
    color:#fff
}
.ivu-switch-disabled.ivu-switch-checked {
    border-color:#2d8cf0;
    background-color:#2d8cf0;
    opacity:.4
}
.ivu-switch-disabled.ivu-switch-checked:after {
    background:#fff
}
.ivu-switch-disabled.ivu-switch-checked .ivu-switch-inner {
    color:#fff
}
@-webkit-keyframes switch-loading {
    0% {
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100% {
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes switch-loading {
    0% {
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100% {
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}

.ivu-select-dropdown-list {
    min-width:100%;
    list-style:none
}
.ivu-select-dropdown {
    max-height:200px;
    overflow:auto;
    margin:5px 0;
    padding:5px 0;
    background-color:#fff;
    box-sizing:border-box;
    border-radius:none;
    box-shadow:0 1px 6px rgba(0, 0, 0, .2);
    position:absolute;
    z-index:900
}
.ivu-select-dropdown-transfer {
    z-index:1060;
    width:auto
}
.ivu-select-dropdown.ivu-transfer-no-max-height {
    max-height:none
}
.ivu-poptip, .ivu-poptip-rel {
    display:inline-block
}
.ivu-poptip-rel {
    position:relative
}
.ivu-poptip-title {
    margin:0;
    padding:8px 16px;
    position:relative
}
.ivu-poptip-title:after {
    content:"";
    display:block;
    height:1px;
    position:absolute;
    left:8px;
    right:8px;
    bottom:0;
    background-color:#e8eaec
}
.ivu-poptip-title-inner {
    color:#17233d;
    font-size:14px
}
.ivu-poptip-body {
    padding:8px 16px
}
.ivu-poptip-body-content {
    overflow:auto
}
.ivu-poptip-body-content-word-wrap {
    white-space:pre-wrap;
    text-align:justify
}
.ivu-poptip-body-content-inner {
    color:#515a6e
}
.ivu-poptip-inner {
    width:100%;
    background-color:#fff;
    background-clip:padding-box;
    border-radius:4px;
    box-shadow:0 1px 6px rgba(0, 0, 0, .2);
    white-space:nowrap
}
.ivu-poptip-popper {
    min-width:150px;
    display:block;
    visibility:visible;
    font-size:12px;
    line-height:1.5;
    position:absolute;
    z-index:1060
}
.ivu-poptip-popper[x-placement^=top] {
    padding:7px 0 10px
}
.ivu-poptip-popper[x-placement^=right] {
    padding:0 7px 0 10px
}
.ivu-poptip-popper[x-placement^=bottom] {
    padding:10px 0 7px
}
.ivu-poptip-popper[x-placement^=left] {
    padding:0 10px 0 7px
}
.ivu-poptip-popper[x-placement^=top] .ivu-poptip-arrow {
    bottom:3px;
    border-width:7px 7px 0;
    border-top-color:hsla(0, 0%, 85%, .5)
}
.ivu-poptip-popper[x-placement=top] .ivu-poptip-arrow {
    left:50%;
    margin-left:-7px
}
.ivu-poptip-popper[x-placement=top-start] .ivu-poptip-arrow {
    left:16px
}
.ivu-poptip-popper[x-placement=top-end] .ivu-poptip-arrow {
    right:16px
}
.ivu-poptip-popper[x-placement^=right] .ivu-poptip-arrow {
    left:3px;
    border-width:7px 7px 7px 0;
    border-right-color:hsla(0, 0%, 85%, .5)
}
.ivu-poptip-popper[x-placement=right] .ivu-poptip-arrow {
    top:50%;
    margin-top:-7px
}
.ivu-poptip-popper[x-placement=right-start] .ivu-poptip-arrow {
    top:8px
}
.ivu-poptip-popper[x-placement=right-end] .ivu-poptip-arrow {
    bottom:8px
}
.ivu-poptip-popper[x-placement^=left] .ivu-poptip-arrow {
    right:3px;
    border-width:7px 0 7px 7px;
    border-left-color:hsla(0, 0%, 85%, .5)
}
.ivu-poptip-popper[x-placement=left] .ivu-poptip-arrow {
    top:50%;
    margin-top:-7px
}
.ivu-poptip-popper[x-placement=left-start] .ivu-poptip-arrow {
    top:8px
}
.ivu-poptip-popper[x-placement=left-end] .ivu-poptip-arrow {
    bottom:8px
}
.ivu-poptip-popper[x-placement^=bottom] .ivu-poptip-arrow {
    top:3px;
    border-width:0 7px 7px;
    border-bottom-color:hsla(0, 0%, 85%, .5)
}
.ivu-poptip-popper[x-placement=bottom] .ivu-poptip-arrow {
    left:50%;
    margin-left:-7px
}
.ivu-poptip-popper[x-placement=bottom-start] .ivu-poptip-arrow {
    left:16px
}
.ivu-poptip-popper[x-placement=bottom-end] .ivu-poptip-arrow {
    right:16px
}
.ivu-poptip-popper[x-placement^=top] .ivu-poptip-arrow:after {
    content:" ";
    bottom:1px;
    margin-left:-7px;
    border-bottom-width:0;
    border-top-width:7px;
    border-top-color:#fff
}
.ivu-poptip-popper[x-placement^=right] .ivu-poptip-arrow:after {
    content:" ";
    left:1px;
    bottom:-7px;
    border-left-width:0;
    border-right-width:7px;
    border-right-color:#fff
}
.ivu-poptip-popper[x-placement^=bottom] .ivu-poptip-arrow:after {
    content:" ";
    top:1px;
    margin-left:-7px;
    border-top-width:0;
    border-bottom-width:7px;
    border-bottom-color:#fff
}
.ivu-poptip-popper[x-placement^=left] .ivu-poptip-arrow:after {
    content:" ";
    right:1px;
    border-right-width:0;
    border-left-width:7px;
    border-left-color:#fff;
    bottom:-7px
}
.ivu-poptip-arrow, .ivu-poptip-arrow:after {
    display:block;
    width:0;
    height:0;
    position:absolute;
    border-color:transparent;
    border-style:solid
}
.ivu-poptip-arrow {
    border-width:8px
}
.ivu-poptip-arrow:after {
    content:"";
    border-width:7px
}
.selectDropDown {
    width:auto;
    padding:0;
    white-space:nowrap;
    overflow:visible
}
.ivu-cascader {
    line-height:normal
}
.ivu-cascader-rel {
    display:inline-block;
    width:100%;
    position:relative
}
.ivu-cascader .ivu-input {
    padding-right:24px;
    display:block;
    cursor:pointer
}
.ivu-cascader-disabled .ivu-input {
    cursor:not-allowed
}
.ivu-cascader-label {
    width:100%;
    height:100%;
    line-height:32px;
    padding:0 7px;
    box-sizing:border-box;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    cursor:pointer;
    font-size:12px;
    position:absolute;
    left:0;
    top:0
}
.ivu-cascader-size-large .ivu-cascader-label {
    line-height:36px;
    font-size:14px
}
.ivu-cascader-size-small .ivu-cascader-label {
    line-height:26px
}
.ivu-cascader .ivu-cascader-arrow:first-of-type {
    display:none;
    cursor:pointer
}
.ivu-cascader:hover .ivu-cascader-arrow:first-of-type {
    display:inline-block
}
.ivu-cascader-show-clear:hover .ivu-cascader-arrow:nth-of-type(2) {
    display:none
}
.ivu-cascader-arrow {
    position:absolute;
    top:50%;
    right:8px;
    line-height:1;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    font-size:14px;
    color:#808695;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.ivu-cascader-visible .ivu-cascader-arrow:nth-of-type(2) {
    -webkit-transform:translateY(-50%) rotate(180deg);
    transform:translateY(-50%) rotate(180deg)
}
.ivu-cascader .ivu-select-dropdown {
    width:auto;
    padding:0;
    white-space:nowrap;
    overflow:visible
}
.ivu-cascader .ivu-cascader-menu-item {
    margin:0;
    line-height:normal;
    padding:7px 16px;
    clear:both;
    color:#515a6e;
    font-size:12px!important;
    white-space:nowrap;
    list-style:none;
    cursor:pointer;
    -webkit-transition:background .2s ease-in-out;
    transition:background .2s ease-in-out
}
.ivu-cascader .ivu-cascader-menu-item-focus, .ivu-cascader .ivu-cascader-menu-item:hover {
    background:#f3f3f3
}
.ivu-cascader .ivu-cascader-menu-item-disabled {
    color:#c5c8ce;
    cursor:not-allowed
}
.ivu-cascader .ivu-cascader-menu-item-disabled:hover {
    color:#c5c8ce;
    background-color:#fff;
    cursor:not-allowed
}
.ivu-cascader .ivu-cascader-menu-item-selected, .ivu-cascader .ivu-cascader-menu-item-selected:hover {
    color:#2f96d4
}
.ivu-cascader .ivu-cascader-menu-item-divided {
    margin-top:5px;
    border-top:1px solid #e8eaec
}
.ivu-cascader .ivu-cascader-menu-item-divided:before {
    content:"";
    height:5px;
    display:block;
    margin:0 -16px;
    background-color:#fff;
    position:relative;
    top:-7px
}
.ivu-cascader .ivu-cascader-large .ivu-cascader-menu-item {
    padding:7px 16px 8px;
    font-size:14px!important
}
@-moz-document url-prefix() {
    .ivu-cascader .ivu-cascader-menu-item {
        white-space:normal
    }
}
.ivu-cascader .ivu-select-item span {
    color:#ed4014
}
.ivu-cascader-dropdown {
    padding:5px 0
}
.ivu-cascader-dropdown .ivu-select-dropdown-list {
    max-height:190px;
    box-sizing:border-box;
    overflow:auto
}
.ivu-cascader-not-found-tip {
    padding:5px 0;
    text-align:center;
    color:#c5c8ce
}
.ivu-cascader-not-found-tip li:not([class^=ivu-]) {
    list-style:none;
    margin-bottom:0
}
.ivu-cascader-not-found .ivu-select-dropdown {
    width:inherit
}
.ivu-cascader-menu {
    display:inline-block;
    min-width:100px;
    height:180px;
    margin:0;
    padding:5px 0!important;
    vertical-align:top;
    list-style:none;
    border-right:1px solid #e8eaec;
    overflow:auto
}
.ivu-cascader-menu:last-child {
    border-right-color:transparent;
    margin-right:-1px
}
.ivu-cascader-menu .ivu-cascader-menu-item {
    position:relative;
    padding-right:36px;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.ivu-cascader-menu .ivu-cascader-menu-item i {
    font-size:12px;
    position:absolute;
    right:15px;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.ivu-cascader-menu .ivu-cascader-menu-item-loading {
    margin-top:-6px
}
.ivu-cascader-menu .ivu-cascader-menu-item-active {
    background-color:#f3f3f3;
    color:#2f96d4
}
.ivu-cascader-transfer {
    z-index:1060;
    width:253px !important;
    padding:0;
    white-space:nowrap;
    overflow:visible
}
.ivu-cascader-transfer .ivu-cascader-menu-item {
    margin:0;
    line-height:normal;
    padding:7px 16px;
    clear:both;
    color:#515a6e;
    font-size:12px!important;
    white-space:nowrap;
    list-style:none;
    cursor:pointer;
    -webkit-transition:background .2s ease-in-out;
    transition:background .2s ease-in-out
}
.ivu-cascader-transfer .ivu-cascader-menu-item-focus, .ivu-cascader-transfer .ivu-cascader-menu-item:hover {
    background:#f3f3f3
}
.ivu-cascader-transfer .ivu-cascader-menu-item-disabled {
    color:#c5c8ce;
    cursor:not-allowed
}
.ivu-cascader-transfer .ivu-cascader-menu-item-disabled:hover {
    color:#c5c8ce;
    background-color:#fff;
    cursor:not-allowed
}
.ivu-cascader-transfer .ivu-cascader-menu-item-selected, .ivu-cascader-transfer .ivu-cascader-menu-item-selected:hover {
    color:#2f96d4
}
.ivu-cascader-transfer .ivu-cascader-menu-item-divided {
    margin-top:5px;
    border-top:1px solid #e8eaec
}
.ivu-cascader-transfer .ivu-cascader-menu-item-divided:before {
    content:"";
    height:5px;
    display:block;
    margin:0 -16px;
    background-color:#fff;
    position:relative;
    top:-7px
}
.ivu-cascader-transfer .ivu-cascader-large .ivu-cascader-menu-item {
    padding:7px 16px 8px;
    font-size:14px!important
}
@-moz-document url-prefix() {
    .ivu-cascader-transfer .ivu-cascader-menu-item {
        white-space:normal
    }
}
.ivu-cascader-transfer .ivu-select-item span {
    color:#ed4014
}
.ivu-cascader-transfer .ivu-cascader-menu-item {
    padding-right:24px;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.ivu-cascader-transfer .ivu-cascader-menu-item-active {
    background-color:#f3f3f3;
    color:#2f96d4
}
.ivu-form-item-error .ivu-cascader-arrow {
    color:#ed4014
}
.ivu-dropdown {
    display:inline-block
}
.ivu-dropdown .ivu-select-dropdown {
    overflow:visible;
    max-height:none
}
.ivu-dropdown .ivu-dropdown {
    width:100%
}
.ivu-dropdown-rel {
    position:relative
}
.ivu-dropdown-rel-user-select-none {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.ivu-dropdown-menu {
    min-width:100px
}
.ivu-dropdown-transfer {
    width:auto
}
.ivu-dropdown-item-selected, .ivu-dropdown-item.ivu-dropdown-item-selected:hover {
    background:#f0fcff
}
.ivu-dropdown-item {
    margin:0;
    line-height:normal;
    padding:7px 16px;
    clear:both;
    color:#515a6e;
    font-size:12px!important;
    white-space:nowrap;
    list-style:none;
    cursor:pointer;
    -webkit-transition:background .2s ease-in-out;
    transition:background .2s ease-in-out
}
.ivu-dropdown-item-focus, .ivu-dropdown-item:hover {
    background:#f3f3f3
}
.ivu-dropdown-item-disabled {
    color:#c5c8ce;
    cursor:not-allowed
}
.ivu-dropdown-item-disabled:hover {
    color:#c5c8ce;
    background-color:#fff;
    cursor:not-allowed
}
.ivu-dropdown-item-selected, .ivu-dropdown-item-selected:hover {
    color:#2f96d4
}
.ivu-dropdown-item-divided {
    margin-top:5px;
    border-top:1px solid #e8eaec
}
.ivu-dropdown-item-divided:before {
    content:"";
    height:5px;
    display:block;
    margin:0 -16px;
    background-color:#fff;
    position:relative;
    top:-7px
}
.ivu-dropdown-large .ivu-dropdown-item {
    padding:7px 16px 8px;
    font-size:14px!important
}
@-moz-document url-prefix() {
    .ivu-dropdown-item {
        white-space:normal
    }
}

@media screen and (max-width: 1680px) {
    .header-top {
        font-size: 17px;
    }
    .ivu-checkbox-wrapper {
        font-size: 16px;
    }
    .fz16 {
        font-size: 17px;
    }
    .mode-link-address ul li {
        font-size: 17px;
    }
    .mode-service-item ul {
        font-size: 17px;
    }
    .mode-connect ul {
        font-size: 17px;
    }
    .header-top-left .weifenghr {
        font-size: 17px;
    }
}
.header-nav {
    position: relative;
}
.header-nav .header-nav-right {
    position: absolute;
    right: 0;
}
/* @media screen and (max-width:1680px) {
    .header-menu-child a {
        padding:0 16px
    }
    .header-nav-right-nav {
        margin-right:0
    }
    .content {
        zoom: .85;
    }
    .header-menu-child a {
        padding: 3px 28px;
        font-size: 14px;
        height: 45px;
        line-height: 45px;
    }
    .header-top {
        height: 43px;
        font-size: 14px;
        line-height: 43px;
    }
    .header-nav{
        height: 45px;
    }
    .header-nav-logo {
        width: 90px;
        height: 30px;
    }
    .header-menu-child {
        height: 45px;
        line-height: 45px;
    }
    .header-nav-left {
        min-width: 277px;
    }
    .header-nav{
        line-height: 42px;
    }
    .header-top-left .cityName {
        margin-left: 47px;
    }
    .header-menu {
        margin-left: 11px;
        width: auto;
    }
    .header-nav-right-rednav a {
        height: 42px;
    }
    .header-nav-right-rednav {
        height: 45px;
        margin-top: -1px;
    }
    .header-nav-desc {
        line-height: 49px;
    }
    .home_tas {
        margin-top: 89px;
        padding: 0 121px;
    }
    .home_tas a {
        margin-right: 17px;
    }
    .hotIcon {
        right: 5px;
    }
} */
