@charset "UTF-8";.ey_head {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px
}

.icon {
    background-color: #e64919;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center
}

.head_a {
    background: -webkit-linear-gradient(left,#eee 1350px,#e64919 0)
}

.ey_hyy p {
    color: #888;
    line-height: 40px
}

.ey_tbyc {
    padding-left: 40px;
    border-radius: 30px 0 0 30px;
    color: #fff;
    line-height: 40px;
    background: #e64919
}

.ey_tbyc a {
    color: #fff
}

.head_b {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ey_lg {
    padding: 25px 0
}

.ey_zdh {
    position: relative;
    padding-right: 60px;
    text-align: right
}

.ey_zdh s {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: #e64919 url(../images/tel.png) center no-repeat;
    background-size: 30px;
    border-radius: 50%
}

.ey_rx {
    color: #999;
    font-size: 16px;
    line-height: 24px
}

.ey_rxsz p {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    font-family: "Arial";
    line-height: 35px
}

.head_c {
    border-top: 1px solid #ebebeb;
    text-align: center;
    background-image: -webkit-linear-gradient(left,#e64919,#e64919);
    background-image: linear-gradient(to left,#e64919,#e64919);
}

.ey_nav {
    display: flex
}

.nav-li {
    position: relative;
    width: 100%
}

.nav-li+.nav-li::before {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background-color: #ececec;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    transition: all .5s
}

.nav-li .nav-a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 10px 0;
    background-repeat: no-repeat;
    background-position: top;
    background-image: -webkit-linear-gradient(left,#e64919,#e64919);
    background-image: linear-gradient(to left,#e64919,#e64919);
    background-size: 100% 0
}

.nav-li .nav-a span {
    display: block;
    font-family: "Arial";
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    transition: all .5s
}

.nav-ul {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 10px;
    z-index: 999;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translateY(20px);
    backdrop-filter: blur(5px)
}

.nav-ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: dashed;
    border-bottom-style: solid;
    border-color: transparent;
    border-bottom-color: rgba(255,255,255,0.8);
    border-top: none
}

.nav-ul li {
    width: 100%
}

.nav-ul li a {
    width: 100%;
    display: block;
    color: #333;
    line-height: 45px;
    text-align: center;
    padding: 0 5px;
    background-color: rgba(255,255,255,.8);
    border-bottom: 1px solid rgba(0,0,0,.1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.nav-ul li:first-child a {
    border-radius: 10px 10px 0 0
}

.nav-ul li:last-child a {
    border-radius: 0 0 10px 10px;
    border: 0
}

.nav-li:hover:before,.nav-li.on:before {
    opacity: 0
}

.nav-li:hover .nav-a,.nav-li.on .nav-a,.ey_nav:hover .nav-li.on:hover .nav-a {
    color: #fff;
    background-size: 100% 100%
}

.nav-li:hover .nav-a span,.nav-li.on .nav-a span,.ey_nav:hover .nav-li.on:hover .nav-a span {
    color: #fff;
    opacity: .5
}

.nav-ul li a:hover {
    color: #fff;
    background: #e64919
}

.nav-li:hover .nav-ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.ey_nav:hover .nav-li.on .nav-a {
    color: #555;
    background-size: 100% 0
}

.ey_nav:hover .nav-li.on .nav-a span {
    color: #bbb;
    opacity: 1
}

#banner {
    width: 100%;
    max-width: 1920px;
    overflow: hidden
}

#banner .swiper-slide {
    min-width: 1200px;
    position: relative;
    background-position: center!important;
    background-size: cover!important
}

#banner .swiper-slide img {
    width: 100%;
    display: block
}

#banner .swiper-pagination {
    bottom: 20px
}

#banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 7px;
    border-radius: 50px;
    background: #fff;
    opacity: 1;
    outline: none;
    transition: all .5s
}

#banner .swiper-pagination-bullet-active {
    width: 50px;
    background: #e64919
}

#banner .swiper-button-prev,#banner .swiper-button-next {
    left: 4%;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    background-size: 20px 20px;
    background-color: rgba(0,0,0,.55);
    opacity: 0;
    transition: all .5s
}

#banner .swiper-button-next {
    left: auto;
    right: 4%
}

#banner:hover .swiper-button-prev,#banner:hover .swiper-button-next {
    opacity: 1
}

#banner:hover .swiper-button-prev:hover,#banner .swiper-button-next:hover {
    background-color: #e64919;
    border-color: #e64919
}

.ey-title {
    text-align: center
}

.ey-title h3 {
    color: #333;
    font-size: 44px;
    font-weight: bold
}

.ey-title h3 span {
    color: #e64919
}

.ey-title h4 {
    color: #666666;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 12px
}

.ey-title hr {
    background-color: #d4d4d4;
    width: 122px;
    height: 3px;
    text-align: center;
    margin: auto;
    margin-top: 28px;
    border: 0
}

.p1 {
    padding: 20px 0;
    background: #f8f8f8
}

.p1a {
    color: #666;
    font-size: 14px;
    line-height: 40px
}

.p1a span {
    color: #e64919
}

.p1a a {
    color: #888
}

.p1a a+a::before {
    content: "、";
    display: inline
}

.p1b {
    width: 305px;
    height: 40px;
    border-radius: 30px;
    overflow: hidden;
    background-color: #fff
}

.p1b1 {
    width: 265px;
    height: 100%;
    padding: 0 25px;
    color: #666
}

.p1b1::-webkit-input-placeholder {
    color: #666
}

.p1b1::-ms-input-placeholder {
    color: #666
}

.p1b1::-moz-placeholder {
    color: #666
}

.p1b1::placeholder {
    color: #666
}

.p1b2 {
    width: 40px;
    height: 100%;
    border-radius: 30px;
    background: #e64919 url(../images/p1b2.png) center no-repeat
}

.zj-products {
    margin-top: 55px
}

.procate {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e9e9e9
}

.procate li {
    width: calc(100% / 6 - 20px);
    margin: 0 10px
}

.procate li a {
    display: block;
    color: #555;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    padding: 0 10px;
    background: #f8f8f8;
    border-radius: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.procate li a:hover {
    color: #fff;
    background: #e64919
}

.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px
}

.products li {
    width: calc(100% / 4 - 24px);
    margin: 0 12px;
    margin-top: 24px;
    border: 1px solid #eee;
    transition: all .5s
}

.products li .img {
    position: relative;
    width: 100%;
    padding-bottom: 100%
}

.products li .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s
}

.products li h3 {
    color: #555;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px;
    background: #f5f5f5;
    transition: all .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.products li:hover {
    border-color: #e64919
}

.products li:hover .img img {
    transform: scale(1.1)
}

.products li:hover h3 {
    color: #fff;
    background: #e64919
}

.zj-quality {
    height: 745px;
    background: url(../images/sy_bj.jpg) center no-repeat;
    margin-top: 140px
}

.zj-quality>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.quatop {
    width: 48.955%;
    margin-top: -70px;
    background-color: #fff;
    box-shadow: 0 0 18px rgba(0,0,0,.06)
}

.quatxt {
    text-align: center;
    padding: 60px 0
}

.quatxt h3 {
    color: #666666;
    font-size: 24px;
    font-weight: normal
}

.quatxt h4 {
    color: #e64919;
    font-size: 48px;
    font-weight: bold;
    margin-top: 22px
}

.quatxt h5 {
    color: #666666;
    font-size: 24px;
    font-weight: lighter;
    margin-top: 27px
}

.qualeftall {
    width: 58.5%
}

.qualeft {
    margin-top: 58px
}

.qualeft li {
    display: none
}

.qualeft li:first-child {
    display: block
}

.qualeft li p {
    color: #fff;
    font-size: 20px;
    line-height: 42px;
    text-align: justify;
    margin-top: 30px;
    min-height: 168px
}

.quazxrx {
    margin-top: 65px;
    width: 100%
}

.quazxrx .qua-tel {
    display: flex;
    align-items: center;
    padding: 19px 0 19px 40px;
    background: linear-gradient(90deg,#e64919 50%,transparent 100%)
}

.quazxrx .qua-tel h4 {
    font-size: 18px;
    color: #fff;
    line-height: 52px;
    font-weight: normal;
    margin-left: 16px
}

.quazxrx .qua-tel h5 {
    font-size: 36px;
    color: #fff;
    line-height: 52px;
    font-weight: normal;
    margin-left: 2px
}

.quaright {
    float: right;
    width: 29.581%
}

.qua-img li {
    width: calc(50% - 1px);
    float: left;
    background: -webkit-linear-gradient(45deg,#fff 0%,#dadada 50%,#fdfdfd 100%);
    background: linear-gradient(45deg,#fff 0%,#dadada 50%,#fdfdfd 100%)
}

.qua-img li a {
    display: block;
    color: #666;
    padding: 40px 0 30px 28px
}

.qua-img li .img {
    height: 50px
}

.qua-img li .img img {
    max-width: 100%;
    height: 100%;
    transition: all .5s
}

.qua-img li h3 {
    font-size: 20px;
    margin-top: 20px;
    transition: all .5s
}

.qua-img li h4 {
    font-size: 14px;
    font-family: "Arial";
    margin-top: 8px;
    transition: all .5s
}

.qua-img li.cur a {
    background: #e64919
}

.qua-img li.cur h3,.qua-img li.cur h4 {
    color: #fff
}

.qua-img li.cur .img img {
    filter: brightness(300%)
}

.qua-img li:nth-child(1) {
    margin-right: 1px
}

.qua-img li:nth-child(3) {
    margin-top: 1px;
    margin-right: 1px
}

.qua-img li:nth-child(4) {
    margin-top: 1px
}

.zj-Application {
    margin-top: 65px
}

.appall {
    display: flex;
    align-items: stretch;
    margin-top: 60px;
    justify-content: space-between
}

.appleft {
    width: 48.5075%;
    margin-bottom: -1px
}

.appleft li {
    float: left;
    width: calc(50% - 1px);
    margin-bottom: 1px;
    background: -webkit-linear-gradient(45deg,#f4f4f4 0%,#f8f8f8 50%,#f8f8f8 70%,#ffffff 100%);
    background: linear-gradient(45deg,#f4f4f4 0%,#f8f8f8 50%,#f8f8f8 70%,#ffffff 100%)
}

.appleft li:nth-child(2n) {
    margin-left: 1px
}

.appleft li a {
    display: block;
    padding: 40px 0 40px 25px
}

.appleft li .img {
    height: 70px
}

.appleft li .img img {
    max-width: 100%;
    height: 100%;
    transition: all .5s
}

.appleft li .apptxt {
    display: flex;
    align-items: center
}

.appleft li .apptxt .txts {
    margin-left: 20px
}

.appleft li .apptxt .txts h3 {
    color: #333;
    font-size: 24px;
    line-height: 30px;
    transition: all .5s
}

.appleft li .apptxt .txts h4 {
    color: #999;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    transition: all .5s
}

.appleft li.cur a {
    background: #e64919
}

.appleft li.cur .apptxt .img img {
    filter: brightness(300%)
}

.appleft li.cur .apptxt .txts h3,.appleft li.cur .apptxt .txts h4 {
    color: #fff
}

.appright {
    width: 45.5%;
    float: right
}

.appright {
    box-shadow: 0 0 18px rgba(0,0,0,.1);
    padding: 30px 0 30px 0;
    margin-left: 3.9%
}

.appright-img {
    display: none;
    width: 92%;
    margin: 0 auto
}

.appright .appright-img:first-child {
    display: block
}

.appright-img .app-img img {
    max-width: 100%
}

.appright-img h3 {
    color: #e64919;
    font-size: 24px;
    margin-top: 40px
}

.appright-img h4 {
    font-size: 16px;
    color: #666666;
    margin-top: 18px
}

.zj-about {
    position: relative;
    background: url(../images/about_banner.jpg) center no-repeat;
    background-size: cover;
    margin-top: 100px
}

.about-lfet {
    width: 53.4375%
}

.about-lfet img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.aboutall {
    display: flex;
    align-items: center;
    width: 48.7164%;
    height: calc(100% - 160px);
    margin-top: 80px;
    padding: 65px 0;
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(5px)
}

.about-right {
    width: 86.53%;
    margin: 0 auto
}

.aboright {
    position: absolute;
    top: 0;
    right: 13.15%;
    height: 100%
}

.aboright h3 {
    color: #333;
    font-size: 36px
}

.aboright h3 span {
    color: #e64919
}

.aboright p {
    color: #666;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    margin-top: 45px;
    max-height: 160px;
    overflow: hidden
}

.abotxt {
    display: flex;
    margin-top: 45px;
    margin-right: -15px
}

.abotxt a {
    width: 150px;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    background: #272121;
    margin-right: 15px
}

.abotxt a:hover {
    background-color: #e64919;
    cursor: pointer
}

@media(max-width: 1450px) {
    .zj-about.ey_head {
        width:auto;
        min-width: 1200px;
        left: 0;
        margin-left: 0;
        margin-top: 100px
    }

    .about-lfet {
        position: absolute;
        float: left;
        height: 100%
    }

    .aboutall {
        width: 100%;
        height: 100%;
        margin: 0;
        background: none
    }

    .aboright {
        position: relative;
        width: calc(100% - 53.4375%);
        float: right;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-right: 0
    }
}

.zj-case {
    margin-top: 65px
}

.case-flo {
    position: relative;
    margin-top: 50px
}

.case-list .pro a {
    position: relative;
    display: block;
    border: 1px solid #f4f4f4
}

.case-list .pro .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s
}

.case-list .pro .img {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden
}

.case-list .pro .tit {
    position: absolute;
    bottom: 0;
    width: 100%
}

.case-list .pro .tit:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e1e1e1;
    opacity: .8;
    transition: all .5s
}

.case-list .pro .tit h3 {
    position: relative;
    color: #333;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    transition: all .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 1
}

.case-list .pro a:hover .img img {
    transform: scale(1.1)
}

.case-list .pro a:hover .tit:after {
    background: #e64919
}

.case-list .pro a:hover .tit h3 {
    color: #fff
}

.case-flo .swiper-button-prev,.case-flo .swiper-button-next {
    left: -60px;
    width: 45px;
    height: 45px;
    margin-top: -23px;
    color: #cdcdcd;
    font-size: 41px;
    text-align: center;
    border: 1px solid #cdcdcd;
    background: none;
    transition: all .5s
}

.case-flo .swiper-button-next {
    left: auto;
    right: -65px
}

.case-flo .swiper-button-prev:hover,.case-flo .swiper-button-next:hover {
    color: #fff;
    background: #e64919;
    border-color: #e64919
}

@media(max-width: 1600px) {
    .case-list .pro .tit h3 {
        line-height:50px
    }
}

.zj-news {
    margin-top: 70px;
    padding: 55px 0 25px 0;
    background: #f8f8f8;
    transition: all .5s
}

.newsall {
    margin-top: 42px
}

.newscat {
    border-bottom: 2px solid #dfdfdf
}

.newslist {
    display: flex;
    align-items: center;
    justify-content: center
}

.newslist li {
    margin: 0px 36px
}

.newslist li.cur a {
    color: #e64919;
    font-weight: bold
}

.newslist li.cur a::before {
    opacity: 1
}

.newslist li a {
    position: relative;
    color: #666;
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding-bottom: 30px
}

.newslist li a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -46px;
    width: 92px;
    height: 2px;
    background-color: #e64919;
    opacity: 0;
    transition: all .5s
}

.newscon {
    padding-top: 20px;
    padding-bottom: 55px
}

.newscon .ttsz {
    display: none;
    width: 100%
}

.newscon .ttsz:first-child {
    display: block
}

.ey-newlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ey-newlist li {
    float: left;
    width: 48%;
    display: flex;
    align-items: center;
    margin-top: 30px
}

.ey-newlist li a {
    display: flex;
    min-width: 0
}

.ey-newlist li .img {
    flex: none;
    width: 172px;
    height: 130px;
    border: 1px solid #e8e8e8;
    transition: all .5s
}

.ey-newlist li .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ey-newlist li .txt {
    flex: 1;
    min-width: 0;
    padding-left: 4.7%
}

.ey-newlist li .txt h3 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .5s
}

.ey-newlist li .txt p {
    color: #666;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 14px
}

.ey-newlist li .txt span {
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px
}

.ey-newlist li:hover .img {
    border: 1px solid #e64919
}

.ey-newlist li:hover .txt h3 {
    color: #e64919
}

.link {
    height: 60px;
    line-height: 60px;
    margin: -25px 0 -35px 0
}

.link>div {
    position: relative;
    background: #e64919;
    border-radius: 0 0 10px 10px
}

.link .box {
    padding: 0 20px
}

.link div:before,.link div:after {
    content: " ";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent
}

.link div:before {
    left: -15px;
    border-width: 25px 15px 0 0;
    border-right-color: #e64919
}

.link div:after {
    right: -15px;
    border-width: 25px 0 0 15px;
    border-left-color: #e64919
}

.link .box:before {
    border-right-color: #000;
    opacity: .5;
    z-index: 1
}

.link .box:after {
    border-left-color: #000;
    opacity: .5;
    z-index: 1
}

.link strong {
    color: #fff;
    font-size: 16px;
    font-weight: bold
}

.link a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
    opacity: .8;
    vertical-align: top
}

.footer {
    color: rgb(255,255,255,.5);
    background: #232323;
    padding: 100px 0 60px 0
}

.footer>div {
    display: flex
}

.footer dt {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 30px
}

.footer dt:before {
    content: '';
    position: absolute;
    background-color: #39393a;
    width: 78px;
    height: 1px;
    top: 45px
}

.footer .fewm {
    width: 15%
}

.footer .fewm dd {
    display: flex;
    align-items: center
}

.footer .fewm dd:last-child {
    margin-top: 20px
}

.footer .fewm dd img {
    width: 100px;
    height: 100px;
    padding: 2px;
    background: #C5C6C9
}

.footer .fewm dd #fewm {
    width: 100px;
    height: 100px;
    padding: 2px;
    background: #C5C6C9
}

.footer .fewm dd #fewm canvas {
    padding: 8px;
    background: #fff;
    width: 100%
}

.footer .fewm dd h3 {
    font-size: 14px;
    margin-left: 15px;
    width: 20px;
    line-height: 16px
}

.footer .flxw {
    width: 37%;
    padding: 0 5%;
    border-left: 1px solid rgb(57,57,57);
    border-right: 1px solid rgb(57,57,57)
}

.footer .flxw dd {
    font-size: 16px;
    line-height: 20px;
    padding-top: 16px
}

.footer .fnav {
    width: 48%;
    padding-left: 5%
}

.footer .fnav li {
    float: left;
    width: 33.333%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer .fnav li a {
    color: rgb(255,255,255,.5);
    font-size: 16px;
    line-height: 52px
}

.footer .fnav li i {
    color: #e64919;
    font-size: 20px;
    margin-right: 30px
}

.footer .fnav li a:hover {
    color: #e64919
}

.copyright {
    color: rgb(255,255,255,.5);
    font-size: 14px;
    line-height: 70px;
    text-align: center;
    background: #232323;
    border-top: 1px solid #39393a
}

.copyright a {
    color: rgb(255,255,255,.5)
}

.copyright a:hover {
    color: var(--colour1)
}

.dialog-wrap li,ol,ul {
    list-style: none
}

.dialog-wrap a {
    text-decoration: none;
    color: #414a60
}

.dialog-wrap a:active,a:focus,a:hover,button,input,textarea {
    outline: 0
}

.dialog-wrap a:hover {
    color: #00d7c6;
    text-decoration: none;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.dialog-wrap .dialog-layer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #252830;
    background: rgba(37,40,48,.7);
    z-index: 1002
}

.dialog-wrap .dialog-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -93px 0 0 -167px;
    background-color: #fff;
    z-index: 1003;
    box-shadow: 0 0 14px rgba(0,0,0,.11)
}

.dialog-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.dialog-wrap .dialog-container {
    position: relative;
    top: auto;
    left: auto;
    width: 880px;
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 50px
}

.dialog-wrap .dialog-title {
    height: 0
}

.dialog-wrap .dialog-title .close:hover {
    background: 0 0
}

.dialog-wrap .dialog-title .close:hover .icon-close:after,.dialog-wrap .dialog-title .close:hover .icon-close:before {
    background: rgba(255,255,255,.5)
}

.dialog-wrap .dialog-title .icon-close:after,.dialog-wrap .dialog-title .icon-close:before {
    background: #fff;
    transition: all .2s linear
}

.dialog-wrap .dialog-con {
    max-height: none
}

.dialog-wrap .change-city-body {
    position: relative;
    max-height: calc(100vh - 220px);
    background: #fff;
    border-radius: 12px;
    padding: 20px 30px 0;
    display: flex;
    flex-direction: column;
    overflow: auto;
    overflow: overlay
}

.dialog-wrap .hot-city-section {
    margin-bottom: 40px;
    flex-shrink: 0
}

.dialog-wrap .hot-city-section h3 {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 22px;
    margin-bottom: 18px
}

.dialog-wrap .hot-city-section .hot-ctlist {
    overflow: hidden;
    margin: -6px -30px -6px -3px
}

.dialog-wrap .hot-city-section .hot-ctlist li {
    background: #f8f8f8;
    border-radius: 4px;
    float: left;
    margin: 6px 3px;
    transition: all .2s linear
}

.dialog-wrap .hot-city-section .hot-ctlist a {
    font-size: 14px;
    color: #222;
    width: 76px;
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
    padding: 6px 2px;
    box-sizing: border-box
}

.dialog-wrap .hot-city-section .hot-ctlist li.active,.dialog-wrap .hot-city-section .hot-ctlist li:hover {
    color: #00a6a7;
    background: rgba(0,190,189,.1)
}

.dialog-wrap .hot-city-section .hot-ctlist li.active a,.dialog-wrap .hot-city-section .hot-ctlist li:hover a {
    color: #00a6a7
}

.dialog-wrap .ico-close-pop {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    background: url(../images/ct_kg.png) no-repeat center center;
    cursor: pointer;
    z-index: 1
}

.dialog-wrap .hot-city-section .hot-ctlist .ey_cmore {
    background: #e64919;
    border-radius: 4px;
    float: left;
    margin: 6px 3px;
    transition: all .2s linear
}

.dialog-wrap .hot-city-section .hot-ctlist .ey_cmore a {
    font-size: 14px;
    color: #fff;
    width: 76px;
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
    padding: 6px 2px;
    box-sizing: border-box
}

.dialog-wrap .hot-city-section .hot-ctlist .ey_cmore a:hover {
    color: #fff;
    background: #d83a0a;
    border-radius: 4px;
}
