    /* 关于ZEAVA */
    
    body {
        width: 100%;
        min-width: 1200px;
    }
    
    .slide1 {
        width: 100%;
        position: relative;
    }
    
    .slide1-bg1 {
        width: 100%;
    }
    
    .content {
        width: 100% !important;
    }
    
    .nav-tabs {
        border: 0 !important;
        margin-top: 50px;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #EBEBEB !important;
    }
    
    .nav-tabs>li {
        width: 110px;
        height: 70px;
        text-align: center;
        display: inline-block;
    }
    
    .tab-item {
        margin-left: 100px;
    }
    
    .nav-tabs>li>a {
        height: 70px;
        color: #191919 !important;
        font-size: 18px;
        border: 0 !important;
    }
    
    .nav-tabs>.active>a {
        color: #20CFE9 !important;
        border-bottom: 2px solid #20CFE9 !important;
    }
    
    .nav-tabs>li>a:hover {
        color: #20CFE9 !important;
        background: none !important;
        border-bottom: 2px solid #20CFE9 !important;
    }
    /* 商务合作页面 */
    
    .tab1 {
        width: 100%;
        margin-top: 30px;
        text-align: center;
        /* background-color: #F4F4F5; */
        padding-top: 30px;
    }
    
    #tab1-map {
        width: 75vw;
        height: 23vw;
        margin: 50px auto;
    }
    
    .tab1-infomation {
        width: 80%;
        margin: 80px auto 0;
    }
    
    .tab1-item {
        width: 33%;
        display: inline-block;
        margin-bottom: 80px;
    }
    
    .tab1-item-title {
        font-size: 20px;
    }
    
    .tab1-item-img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    
    .tab1-item-number {
        text-align: center;
        height: 120px;
        font-size: 30px;
        width: 1000px;
        vertical-align: middle;
        display: table-cell;
    }
    
    .tab1-item-underline {
        border-right: #CECECE 2px solid;
    }
    
    .tab1-item-QRcode {
        width: 100px;
        height: 100px;
    }
    
    .amap-marker-label {
        border: 1px solid #E7E7E7;
        background-color: #fff;
        padding: 10px;
        border-radius: 10px;
    }
    
    .amap-marker-label::before,
    .amap-marker-label::after {
        display: inline-block;
        content: '';
        position: absolute;
        /* border: 10px solid transparent; */
    }
    
    .amap-marker-label::before {
        left: 60px;
        bottom: -10px;
        border-bottom: 0px;
        /* E7E7E7 */
        border-top: 9px solid #E7E7E7;
        border-right: 9px solid transparent;
        border-left: 9px solid transparent;
    }
    
    .amap-marker-label::after {
        left: 60px;
        bottom: -17px;
        border-bottom: 0;
        border: 9px solid transparent;
        border-top-color: #fff;
    }
    
    .info {
        position: relative;
        color: #000;
        font-size: 16px;
        right: 0;
        min-width: 0;
    }
    /* 社会招聘页面 */
    
    .tab2 {
        width: 100%;
    }
    
    .tab2 a {
        text-decoration: none !important;
        color: #333 !important;
    }
    
    .tab2 a:hover,
    .tab2 a:visited,
    .tab2 a:link,
    .tab2 a:active {
        color: #333 !important;
    }
    
    .tab2-item {
        width: 75%;
        margin: 80px auto;
        padding: 25px;
        border: 1px solid transparent;
        border-radius: 5px;
        display: block;
        box-sizing: border-box;
    }
    
    .tab2-item:hover {
        border: 1px solid #D7D7D7 .3;
        box-shadow: 0px 0px 5px 0px #D7D7D7;
    }
    
    .tab2-item-title {
        font-size: 26px;
        color: #171615;
        border-left: 6px solid #20CFE9;
        padding-left: 20px;
    }
    
    .tab2-item-content {
        font-size: 18px;
        margin-top: 50px;
    }
    
    .tab2-item-content .date {
        display: inline-block;
        width: 25%;
    }
    
    .tab2-item-content .number {
        display: inline-block;
        width: 22%;
    }
    
    .tab2-item-content .address {
        display: inline-block;
        width: 30%;
    }
    
    .tab2-item-content .desc {
        display: inline-block;
        text-align: center;
        width: 20%;
    }
    
    .triangle {
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 14px solid #20CFE9;
        margin-left: 20px;
    }
    
    .triangle-right {
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        border-right: none;
    }
    
    .triangle-down {
        border-top: 14px solid #20CFE9;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: none;
    }
    
    .tab2-item-content {
        color: #171615;
        font-weight: normal;
    }
    /* 校园招聘页面 */
    
    .tab3 {
        width: 100%;
    }
    
    .tab3 a {
        text-decoration: none !important;
        color: #333 !important;
    }
    
    .tab3 a:hover,
    .tab3 a:visited,
    .tab3 a:link,
    .tab3 a:active {
        color: #333 !important;
    }
    
    .tab3-item {
        width: 75%;
        margin: 80px auto;
        padding: 25px;
        border: 1px solid transparent;
        border-radius: 5px;
        display: block;
        box-sizing: border-box;
    }
    
    .tab3-item:hover {
        border: 1px solid #D7D7D7 .3;
        box-shadow: 0px 0px 5px 0px #D7D7D7;
    }
    
    .tab3-item-title {
        font-size: 26px;
        color: #171615;
        border-left: 6px solid #20CFE9;
        padding-left: 20px;
    }
    
    .tab3-item-content {
        font-size: 18px;
        margin-top: 50px;
    }
    
    .tab3-item-content .date {
        display: inline-block;
        width: 25%;
    }
    
    .tab3-item-content .number {
        display: inline-block;
        width: 22%;
    }
    
    .tab3-item-content .address {
        display: inline-block;
        width: 30%;
    }
    
    .tab3-item-content .desc {
        display: inline-block;
        text-align: center;
        width: 20%;
    }
    
    .tab3-item-content {
        color: #171615;
        font-weight: normal;
    }