.m-visual-item {
    cursor: pointer;
    position: relative;
    display: block
}

.m-visual-item .u-tip {
    display: none
}

.m-visual-item:hover > .u-border {
    position: absolute;
    border-color: rgba(0, 0, 0, .3)
}

.m-visual-item:hover > .u-border.u-border-top {
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px dashed
}

.m-visual-item:hover > .u-border.u-border-right {
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px dashed
}

.m-visual-item:hover > .u-border.u-border-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed
}

.m-visual-item:hover > .u-border.u-border-left {
    left: 0;
    top: 0;
    height: 100%;
    border-left: 1px dashed
}

.m-visual-item:hover .u-tip {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    min-width: 100px;
    line-height: 70px;
    background-color: rgba(0, 0, 0, .3);
    z-index: 998;
    top: 0;
    text-align: center
}

.m-visual-item.light:hover > .u-border {
    border-color: #6ccfff
}

.m-visual-item .u-border-hover {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    transition: border .2s ease
}

.m-visual-item .u-border-hover.is-active {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 2px dashed #6ccfff !important
}

.m-visual-item:hover > .u-border-hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 1px dashed #6ccfff
}

.g-content.z-phone[data-v-4bdd19c0] {
    display: inline-block
}

.g-content.z-phone .whiteBorder[data-v-4bdd19c0] {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important
}

.g-content.z-phone .whiteBorder[data-v-4bdd19c0]:active {
    background: hsla(0, 0%, 100%, .2) !important
}

.g-content.z-phone .blackBorder[data-v-4bdd19c0] {
    background: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important
}

.g-content.z-web[data-v-4bdd19c0] {
    display: inline-block
}

.g-content.z-web .whiteBorder[data-v-4bdd19c0] {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important
}

.g-content.z-web .blackBorder[data-v-4bdd19c0] {
    background: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important
}

.m-number-banner.z-web {
    position: relative;
    width: 100%;
    height: 988px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden
}

.m-number-banner.z-web.m-visual-item {
    display: block
}

.m-number-banner.z-web .slick-slide, .m-number-banner.z-web .u-banner-wrap {
    width: 100%;
    height: 988px;
    overflow: hidden
}

.m-number-banner.z-web .u-banner-wrap {
    position: relative;
    display: block;
    background: #e9eef9
}

.m-number-banner.z-web .u-banner-wrap .u-banner {
    position: absolute;
    display: block;
    width: 1920px;
    height: 1500px;
    top: 0;
    left: 50%;
    margin-left: -960px;
    max-width: none
}

.m-number-banner.z-web .u-banner-wrap .u-content {
    padding-top: 100px;
    color: #fff;
    text-align: left
}

.m-number-banner.z-web .u-banner-wrap .u-content.f-no-btn {
    padding-top: 166px
}

.m-number-banner.z-web .u-banner-wrap .u-content.center {
    text-align: center
}

.m-number-banner.z-web .u-banner-wrap .u-content.right {
    text-align: right
}

.m-number-banner.z-web .u-banner-wrap .u-content .u-title1, .m-number-banner.z-web .u-banner-wrap .u-content .u-title2 {
    font-size: 42px;
    line-height: 59px;
    margin-bottom: 0
}

.m-number-banner.z-web .u-banner-wrap .u-content .u-subtitle {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.2
}

.m-number-banner.z-web .m-dots {
    bottom: 66px
}

.m-number-banner.z-web .m-dots li {
    margin: 0 4px
}

.m-number-banner.z-web .m-dots li button {
    width: 30px;
    height: 3px;
    background-color: #fff;
    opacity: 1
}

.m-number-banner.z-web .m-dots li.slick-active button {
    background: #3360ff
}

.m-number-banner.z-web .m-header-login.f-transparent {
    background-color: transparent;
    box-shadow: none
}

.m-number-banner.z-phone {
    position: relative;
    width: 100%;
    height: 8rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden
}

.m-number-banner.z-phone.m-visual-item {
    display: block
}

.m-number-banner.z-phone .slick-slide {
    width: 100%;
    height: 8rem;
    overflow: hidden
}

.m-number-banner.z-phone .u-banner-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 8rem;
    overflow: hidden
}

.m-number-banner.z-phone .u-banner-wrap .u-banner {
    width: 100%;
    position: absolute;
    display: block;
    height: 8rem;
    top: 0;
    left: 50%;
    margin-left: -50%;
    max-width: none;
    background-size: cover
}

.m-number-banner.z-phone .u-banner-wrap .u-content {
    padding: 1.0666666666666667rem .8rem 0;
    color: #fff;
    text-align: center
}

.m-number-banner.z-phone .u-banner-wrap .u-content .u-title1 {
    font-size: .6933333333333334rem;
    line-height: .96rem;
    margin-bottom: .32rem;
    font-weight: 700
}

.m-number-banner.z-phone .u-banner-wrap .u-content .u-title2 {
    font-size: .48rem;
    line-height: .6666666666666666rem
}

.m-number-banner.z-phone .u-banner-wrap .u-content .u-subtitle {
    margin-bottom: 0;
    font-size: .3466666666666667rem;
    line-height: 1.6
}

.m-number-banner.z-phone .m-dots {
    bottom: .5866666666666667rem
}

.m-number-banner.z-phone .m-dots li {
    margin: 0 .21333333333333335rem
}

.m-number-banner.z-phone .m-dots li button {
    width: .6933333333333334rem;
    height: .04rem;
    background-color: #fff;
    opacity: 1
}

.m-number-banner.z-phone .m-dots li.slick-active button {
    background: #3360ff
}
