﻿/*
电脑端nav css合集
*/

/*public-CSS*/
.quick-message-icon {width: 16px;margin-right: 8px;}
.dj-pc-nav-main{margin-bottom: 15px;}
.dj-nva-function.scrolled{position:fixed;right:0;left:0;top:0;background:#red;margin-top: -130px;}
.dj-nva-function.scrolled.awake{margin-top:0;-webkit-transition:.3s all ease-out;-o-transition:.3s all ease-out;transition:.3s all ease-out}
.dj-nva-function.scrolled.sleep{-webkit-transition:.3s all ease-out;-o-transition:.3s all ease-out;transition:.3s all ease-out}
/* 001 nav-CSS*/
.layout_bg_white__kxcfF { background-color: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, .11); } .layout_header__kY0Lt { max-height: 160px; min-height: 68px; display: flex; line-height: 68px; transition: all .3s ease-in-out; z-index: 2; } .layout_header_inner__07tk0 { display: flex; justify-content: space-between; } .container_container__vJwa7 { max-width: 1480px; padding: 0 60px; margin: 0 auto; overflow: hidden; } .layout_header_left__mIFMr { display: flex; align-items: center; } .layout_nav_logo__35zoK { display: block; margin-right: 20px; cursor: pointer; width: auto; max-height:40px; } .nav_container__AnxFL { height: 68px; display: flex; align-items: center; list-style: none; } .nav_nav__fK9ok { height: 100%; font-family: SourceHanSansSCVF, MicroSoft YaHei, sans-serif; } .nav_link__PKDMm { display: block; height: 100%; box-sizing: border-box; padding-right: 20px; cursor: pointer; line-height: inherit; font-size: 16px; text-decoration: none; cursor: pointer; word-break: keep-all; } .nav_container__AnxFL .nav_link__PKDMm { color: #1d2754; font-size: 16px; font-weight: 400; } .nav_link__PKDMm:hover { color: #040f42; font-weight: 700 } .layout_header_right__uc735 { display: flex; align-items: center; margin-right: 40px; } .layout_header_right__uc735 .button_link { display: inline-flex; align-items: center; justify-content: center; font-size: 16px; width: 120px; height: 40px; border-radius: 4px; background: #1880ff; color: #fff; border: 1px solid #1880ff; border-radius: 20px; } .layout_header_right__uc735 .mr16 { margin-right: 16px; } .layout_header_right__uc735 .loginBtn { border-radius: 20px; color: #1880ff; background: none; line-height: 40px; text-align: center; border: 2px solid #1880ff; }