.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
}

.m-number-header.z-phone {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 1.28rem;
    width: 100%;
    z-index: 997
}

.m-number-header.z-phone .g-content {
    width: 100%;
    margin: 0 auto;
    height: 1.28rem;
    position: fixed;
    background: #fff;
    padding: 0 .5333333333333333rem;
    z-index: 997
}

.m-number-header.z-phone .g-content .g-r {
    width: 3.2rem;
    margin-top: .32rem
}

.m-number-header.z-phone .g-content .more {
    position: absolute;
    top: .4rem;
    right: .32rem;
    width: .9333333333333333rem;
    text-align: center;
    height: .5333333333333333rem
}

.m-number-header.z-phone .m-logo {
    line-height: 1.12rem;
    font-size: 1.2266666666666666rem;
    width: 4em
}

.m-number-header.z-phone .m-logo > a {
    display: block
}

.m-number-header.z-phone .m-logo .logo-item {
    overflow: hidden
}

.m-number-header.z-phone .m-logo .logo-item img {
    max-width: 2.72rem;
    vertical-align: baseline
}

.m-number-header.z-phone .m-list {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .298487);
    position: fixed;
    top: 1.28rem;
    right: 100%;
    bottom: 0
}

.m-number-header.z-phone .m-list .closeTab {
    width: calc(100% - 7.46667rem);
    height: 100%;
    position: fixed;
    bottom: 0
}

.m-number-header.z-phone .m-list .g-list {
    width: calc(100% - 2.53333rem);
    height: 100%;
    background: #fff;
    padding-top: .37333333333333335rem;
    position: fixed;
    right: -7.466666666666667rem;
    text-align: center;
    transition: .3s
}

.m-number-header.z-phone .m-list .g-list .g-title {
    line-height: 1.12rem;
    margin-bottom: .37333333333333335rem
}

.m-number-header.z-phone .m-list .g-list .g-title:nth-child(3) > .main-activity {
    color: #3360ff;
    background: #f3f6fc
}

.m-number-header.z-phone .m-list .g-list .g-title .m-menu {
    display: block;
    width: 100%;
    color: #333
}

.m-number-header.z-phone .m-list .g-list .g-title .z-selected {
    background: #f3f6fc;
    color: #3360ff
}

.m-number-header.z-phone .m-list .g-list-showTab {
    height: 100%;
    position: fixed;
    right: 0
}

.m-number-header.z-phone .m-list-showTab {
    position: fixed;
    right: 0
}

.m-number-header.z-phone.z-fill {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    color: #333
}

.m-number-header.z-phone.z-fill .m-logo .u-logo.white {
    display: none
}

.m-number-header.z-phone.z-fill .m-logo .u-logo.blue {
    display: block
}

.m-number-header.z-phone .u-btn {
    max-width: 2.24rem;
    height: .6666666666666666rem;
    font-size: .29333333333333333rem;
    line-height: .6933333333333334rem;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #3360ff;
    padding: 0 .16rem
}

.m-number-header.z-phone .contact-us {
    position: fixed;
    right: 0;
    top: 88vh;
    margin-top: -85px
}

.m-number-header.z-phone.red .g-list .g-title .z-selected {
    color: #d71518;
    background-color: snow
}

.m-number-header.z-phone.red .u-btn {
    background: #d71518
}

.m-number-header.z-phone.red .g-list .g-title:nth-child(3) > .main-activity {
    color: #d71518;
    background: snow
}

.m-number-header.z-web {
    position: fixed;
    top: 0;
    height: 66px;
    min-width: 1200px;
    width: 100%;
    z-index: 997;
    box-sizing: border-box;
    background: #333333;
    border-bottom: 1px solid #333333;
    box-shadow: inset 0 4px 4px hsla(0, 0%, 100%, .005), inset 0 0 68px hsla(0, 0%, 100%, .01);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.m-number-header.z-web .m-list {
    padding: 0 20px
}

.m-number-header.z-web .m-list .m-tag {
    background: rgba(0, 0, 255, .9);
    height: 16px;
    line-height: 16px;
    width: 55px;
    border-radius: 2px 2px 2px 0;
    font-size: 12px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 9px;
    right: -42px
}

.m-number-header.z-web .contact-us {
    position: fixed;
    right: 0;
    top: 50vh;
    margin-top: -85px
}

.m-number-header.z-web.z-fill {
    background: #fff
}

.m-number-header.z-web.z-fill .m-list .m-menu {
    color: #000;
    opacity: 1
}

.m-number-header.z-web.z-fill .m-list .m-menu.z-selected {
    color: #00f
}

.m-number-header.z-web .g-content {
    margin: 0 auto;
    text-align: center;
    min-width: 1200px
}

.m-number-header.z-web .g-content .u-btn {
    display: block;
    color: #fff;
    background-color: #00f;
    line-height: 64px;
    padding: 0 23px
}

.m-number-header.z-web .g-content .u-btn:active, .m-number-header.z-web .g-content .u-btn:hover {
    background-color: #00f
}

.m-number-header.z-web .g-content .m-tip {
    padding: 0 26px;
    height: 64px;
    line-height: 64px;
    margin-right: 25px;
    font-size: 14px;
    cursor: pointer;
    color: #142033
}

.m-number-header.z-web .g-content .m-tip:hover {
    background: #f8f8fa
}

.m-number-header.z-web .g-content .m-tip:hover .m-popo-tip {
    visibility: visible
}

.m-number-header.z-web .g-content .m-tip .m-popo-tip {
    position: absolute;
    top: 66px;
    padding: 7px 7px 12px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    transform: translateX(-35%);
    visibility: hidden;
    box-shadow: 0 10px 80px 10px rgba(1, 3, 10, .1);
    width: 194px;
    height: 225px
}

.m-number-header.z-web .g-content .m-tip .m-popo-tip img {
    width: 180px;
    height: 180px
}

.m-number-header.z-web .g-content .m-tip .m-popo-tip .u-popo-tip {
    font-size: 12px;
    color: rgba(16, 32, 72, .55);
    margin-top: 8px;
    line-height: 12px
}

.m-number-header.z-web.z-visual {
    top: 61px;
    left: 70px;
    right: 0;
    width: auto
}

.m-number-header.z-web .m-logo {
    margin-left: 50px;
    width: 120px;
    line-height: 60px;
    font-size: 66px;
    height: 66px;
    margin-right: 40px
}

.m-number-header.z-web .m-logo > a {
    display: block
}

.m-number-header.z-web .m-logo .u-logo {
    text-align: left
}

.m-number-header.z-web .m-logo .logo-item {
    overflow: hidden;
    line-height: 40px;
    width: 256px;
    height: 64px;
    position: relative
}

.m-number-header.z-web .m-logo .logo-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.m-number-header.z-web .m-list {
    float: left;
    line-height: 66px
}

.m-number-header.z-web .m-list .m-menu {
    padding: 0 40px;
    font-size: 14px;
    color: #000;
    position: relative;
    display: block
}

.m-number-header.z-web .m-list .m-menu.z-selected {
    color: #00f
}

.m-number-header.z-web.white {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.m-number-header.z-web.white .m-list .m-menu {
    color: #fff;
    opacity: .7
}

.m-number-header.z-web.white .m-list .m-menu.z-selected {
    color: #fff;
    opacity: 1
}

.m-number-header.z-web.white .m-list .m-tag {
    opacity: 1
}

.m-number-header.z-web.white .g-content .m-tip {
    color: #fff;
    opacity: .7
}

.m-number-header.z-web.white .g-content .m-tip:hover {
    opacity: 1;
    background: none
}

.m-number-header.z-web.white.z-fill {
    background: #fff
}

.m-number-header.z-web.white.z-fill .m-list .m-menu {
    color: #000;
    opacity: 1
}

.m-number-header.z-web.white.z-fill .m-list .m-menu.z-selected {
    color: #00f
}

.m-number-header.z-web.white.z-fill .g-content .m-tip {
    color: #142033
}

.m-number-header.z-web.white.z-fill .g-content .m-tip:hover {
    background: #f8f8fa
}

.m-number-header.z-web.red .m-menu {
    color: #333
}

.m-number-header.z-web.red.z-fill .m-menu.z-selected {
    color: #d71518
}

.m-number-header.z-web.red.z-fill .m-menu.z-selected:after {
    background-color: #d71518
}

.m-number-header.z-web.red.z-fill .u-btn:hover {
    background-color: #c91417
}

.m-number-header.z-web.red.z-fill .u-btn:active {
    background-color: #bf0b0e
}

.m-number-header.z-web.red .m-menu.z-selected {
    color: #d71518
}

.m-number-header.z-web.red .u-btn {
    color: #fff;
    background-color: #d71518
}

.m-number-header.z-web.red .m-menu.z-selected:after {
    background-color: #d71518
}

.m-number-header.z-web.red .g-l .g-l:nth-child(2) .main-activity {
    color: #d71518
}

.m-number-header.z-web.red .g-l .g-l:nth-child(2) .main-activity:after {
    position: absolute;
    content: " ";
    width: 25px;
    height: 3px;
    background-color: #d71518;
    left: 50%;
    margin-left: -12px;
    bottom: 3px
}

.m-number-header.z-web.blue .m-menu {
    font-size: 20px;
    color: #fff;
}

.m-number-header.z-web.blue.z-fill .m-menu.z-selected {
    color: #3360ff
}

.m-number-header.z-web.blue.z-fill .m-menu.z-selected:after {
    background-color: #3360ff
}

.m-number-header.z-web.blue.z-fill .u-btn:hover {
    background-color: #325cf3
}

.m-number-header.z-web.blue.z-fill .u-btn:active {
    background-color: #2a54e8
}

.m-number-header.z-web.blue .m-menu.z-selected {
    color: #3360ff
}

.m-number-header.z-web.blue .u-btn {
    color: #fff;
    background-color: #3360ff
}

.m-number-header.z-web.blue .m-menu.z-selected:after {
    background-color: #3360ff
}

.m-number-header.z-web.blue .g-l .g-l:nth-child(2) .main-activity {
    color: #3360ff
}

.m-number-header.z-web.blue .g-l .g-l:nth-child(2) .main-activity:after {
    position: absolute;
    content: " ";
    width: 25px;
    height: 3px;
    background-color: #3360ff;
    left: 50%;
    margin-left: -12px;
    bottom: 3px
}
