/* ========== MDL2 图标 ========== */

@font-face {
    font-family: 'mdl2';
    src: url('./common/mdl2/mdl2.woff') format('woff'), url('./common/mdl2/mdl2.ttf') format('truetype');
}

.mdl2,
.mdl2 *,
[mdl2],
[mdl2] * {
    font-family: 'mdl2', sans-serif !important;
    font-style: normal;
}


.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

body {
    padding: 0;
    margin: 0;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

#vue {
    padding: 0;
    margin: 0;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

#mainbody {
    width: 1440px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.333);
    transform-origin: left top;
}

#vue::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

#vue {
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    overflow-x: hidden;
    overflow-y: auto;
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 1440px;
    height: 80px;
    background-color: transparent;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    transform: scale(1.333);
    transform-origin: left top;
}

.nav:hover {
    background-color: rgba(0, 0, 0, 0.50);
}

.nav:hover .nav-content {
    display: flex !important;
}

.nav .nav-content {
    width: 1440px;
    height: 80px;
    cursor: pointer;
    display: none;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 220px;
}

.nav .nav-content .logo {
    color: #FFF;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: 500;
    line-height: 80px;
    width: 250px;
    display: flex;
    justify-content: left;
    box-sizing: border-box;
}

.nav .nav-content .logo img {
    margin: 21px 15px 21px 10px;
}

.nav .nav-content .nav-tabs {
    color: #FFF;
    font-family: Source Han Sans CN;
    font-size: 16px;
    font-weight: 500;
    line-height: 80px;
    width: 600px;
    display: flex;
    justify-content: right;
    box-sizing: border-box;


}

.nav .nav-content .nav-tabs .nav-tab {
    padding: 0 22px;
}

.nav .nav-content .nav-tabs .nav-tab:hover {
    background-color: #ffffff11;
}

.nav.active .nav-content {
    display: flex;
}

.pop {
    position: relative;
    overflow: visible;
}

.pop .pop-panel {
    display: none;
    z-index: 10;
    background-color: transparent;
    position: absolute;
}

.pop.active .pop-panel {
    display: block !important;
}

/* 底部一栏样式 */
.content7 {
    width: 100%;
    height: 542px;
    position: relative;
    box-sizing: border-box;
    padding-top: 10px;
    background-color: #000;
    color: #fff;
}

.content7 .xbody {
    height: 411px;
    box-sizing: border-box;
    padding: 50px 200px;
    display: flex;
    justify-content: space-between;
}

.content7 .xbody .texts {
    width: 100px;
}

.content7 .xbody .texts .title {
    color: #FFF;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    line-height: 40px;
}

.content7 .xbody .texts .link {
    color: var(--, #EAEAEA);
    /* 二级标题 */
    font-family: Source Han Sans CN;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    line-height: 35px;
    cursor: pointer;
}

.content7 .xbody .texts .link:hover {
    text-shadow: #eee 0 2px 5px;
}

.content7 .xbody .address {
    width: 280px;
    height: 100px;
}

.content7 .xbody .address .address1 {
    margin-top: 10px;
    line-height: 31px;
    height: 31px;
    display: flex;
    justify-content: right;
}

.content7 .xbody .address .address2 {
    margin-top: 5px;
    line-height: 24px;
    height: 24px;
    display: flex;
    justify-content: right;
}

.content7 .xfooter {
    border-top: 1px solid #757575;
    height: 115px;
    line-height: 115px;
    text-align: center;
    color: #FFF;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
}