/* 顶部 */
#header .el-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px !important;
    border-right: none;
    background-color: transparent;
    font-size: 18px;
    max-width: 1200px;
    margin: 0 auto;
}

.el-header {
    padding: 0;
}

#header {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    position: fixed;
    z-index: 99;
}

#header .el-menu.el-menu--horizontal {
    border-bottom: none;
}

#header .el-row {
    width: 100%;
}

#header .el-menu-item {
    font-size: 18px;
}

/* logo */
#header .menu-logo {
    max-width: 300px;
    height: 80px;
    line-height: 80px;
    padding: 0;
    display: flex;
    align-items: center;
}

#header .menu-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* main */
#header .menu-main {
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: center;
}

#header .el-menu-item a {
    color: #333;
    font-size: 18px;
}

#header .el-menu-item span {
    color: #333;
    color: #cfcfcf;
}

#header .el-menu-item.is-active a {
    color: #173EFF;
    background-color: transparent !important;
    display: block;
}

#header .el-menu-item:hover {
    background-color: transparent !important;
}

#header .el-menu-item:hover a {
    color: #173EFF !important;
}

/* user */
#header .menu-user {
    display: flex;
    align-items: center;
    height: 80px;
}

#header .menu-user .el-menu-item {
    height: auto;
    line-height: normal;
    padding: 0;
}

#header .menu-user a {
    display: block;
    line-height: 48px;
    text-align: center;
    width: 120px;
    height: 48px;
    background: linear-gradient(90deg, rgba(25, 108, 237, .9) 0%, rgba(19, 52, 255, .9) 100%);
    border-radius: 10px;
    color: #fff;
    margin-right: 10px;
}

#header .menu-user .user-left:hover {
    color: #fff !important;
}

#header .menu-user .user-right {
    background: transparent;
    border: 1px solid #173EFF;
    height: 46px;
    line-height: 46px;
    color: #173EFF;
}

/* 底部 */
.el-footer {
    padding: 0;
}

#footer {
    background-color: #141414;
    height: 100%;
}

#footer .el-row {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

#footer .footer-logo {
    height: 100px;
    width: 300px;
    display: flex;
    align-items: center;
}

#footer .footer-logo img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#footer .el-menu.el-menu--horizontal {
    border-bottom: none;
}

#footer .el-menu {
    border-right: none;
    background-color: transparent;
}

#footer .footer-main {
    display: flex;
    align-items: center;
}

#footer .footer-main .el-menu-item a,
#footer .footer-main .el-menu-item span {
    color: #fff;
    font-size: 18px;
}
#footer .footer-main .el-menu-item:hover {
background-color: transparent;
}

#footer .footer-main .el-menu-item:first-child {
    padding-left: 0;
}

#footer .footer-copy p {
    font-weight: 400;
    font-size: 14px;
    color: #4E505C;
}

#footer .footer-box {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #fff;
}

#footer .footer-box .footer-left div {
    color: #fff;
    margin-bottom: 15px;
}

#footer .footer-box .footer-left span {
    color: #fff;
    font-size: 48px;
}

#footer .footer-right {
    width: 110px;
    height: 110px;
    margin-left: 30px;
}

#footer .footer-right img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.el-main {
    padding: 0;
    background-color: #fff;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

body {
    overflow: auto;
}

/* 右侧悬浮 */
#float {
    position: fixed;
    right: 50px;
    z-index: 9999;
    top: 30%;
}

#float .el-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0px 1px 8px 0px rgba(34, 32, 32, 0.1);
}

#float .el-button img {
    margin-bottom: 3px;
}

#float .el-button span {
    font-weight: 400;
    font-size: 12px;
    color: #3C63FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.server-contact {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-family: 'albbpht';
    font-weight: 400;
    font-size: 14px;
    color: #606266;
    line-height: 24px;
}

.server-contact .server-number {
    color: #1A50FF;
    font-size: 18px;
}

.server-contact img {
    max-width: 140px;
    max-height: 140px;
    object-fit: contain;
    border-radius: 5px;
    margin: 10px auto 0;
}

#float .go-top {
    width: 60px;
    height: 50px;
    background: #FAFAFA;
    box-shadow: 0px 1px 8px 0px rgba(34, 32, 32, 0.1);
    border-radius: 5px;
    margin-top: 10px;
}

#float .go-top a {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    color: #909399;
}

#float .go-top a img {
    margin-bottom: 6px;
}

/* 弹框 */
.el-dialog {
    background: #FFFFFF;
    border-radius: 10px;
}

.login-dialog .el-dialog__body {
    padding: 20px 60px;
}

.el-dialog iframe {
    width: 100%;
    min-height: 570px;
}