body {
    font-family: PingFang SC, PingFang SC;
    position: relative;
    font-size: 14px;
}

body,
div,
form,
p,
span,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

ul,
ol,
li {
    list-style: none;
}

img,
a img {
    border: 0 none;
}

a {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
}

input,
select,
button {
    vertical-align: middle;
    font-family: "微软雅黑";
}

.clear {
    clear: both;
}

*:focus {
    outline: none;
}

.textwhite {
    font-size: 22px;
    color: #ffff;
}

.menus {
    align-items: center;
    height: 73px;
    background: rgba(0, 0, 0, 0.20);
    flex: 1;
    position: relative;
}

#nav,
#nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 73px;
    display: flex;
}

#nav a {
    display: block;
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    
}

#nav a:hover {
    background: rgba(5, 21, 62, 0.80);
    color: #fff;
}

#nav li {
    float: left;
    position: relative;
    flex: 1;
}

#nav ul {
    position: absolute;
    display: none;
    width: auto;
    left: -90%;
    height: 41px;
    top: 73px;
    display: flex;
    z-index: 99999;
    background: rgba(5, 21, 62, 0.80);
}

#nav li ul a {
    width: 230px;
    line-height: 41px;
    display: block;
    float: left;
    font-size: 18px;
}

#nav ul ul {
    position: absolute;
    display: none;
    width: 230px;
    top: 41px;
    height: auto;
    left: 0px !important;
    margin-bottom: 10px;
    z-index: 22;
    background: rgba(5, 21, 62, 0.80);
}

#nav ul ul li {
    display: block;
    float: none;
}

#nav ul ul li a:hover {
    color: #0084FF;
}

.navmenus{
    display: flex;
    flex-direction: column;
    height: auto !important;
    left: 0% !important;
}
.navmenus li a{
    width: 160px !important;
}
.navmenus li a:hover {
    color: #0084FF !important;
}
.more {
    width: 154px;
    height: 47px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.moretxt {
    margin-right: 10px;
}

.displsh {
    display: flex;
    align-items: center;
    border-radius: 4px;
}



.timeselect {
    width: 180px;
    height: 46px;
    padding: 0px 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    cursor: pointer;
    display: flex;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}

.timeselect_input {
    width: 100%;
    height: 46px;
    border: 0px;
    background: none;
    color: #fff;
    font-size: 16px;
}

.marginbottom {
    margin-bottom: 10px;
}

.selectbutton {
    width: 80px;
    height: 48px;
    border: 0px;
    background: #0084FF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

/* 定义下拉按钮样式 */
.dropbtn {
    width: 180px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    cursor: pointer;
    display: flex;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
}

/* 容器 <div> - 滚动容器 */
.dropdown {
    position: relative;
    display: inline-block;
}

/* 下拉内容 (默认隐藏) */
.dropdown-content {
    display: none;
    position: absolute;
    background: rgba(0, 56, 119, 0.95);
    min-width: 180px;
    border-radius: 8px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* 鼠标悬停时显示下拉内容 */
.dropdown:hover .dropdown-content {
    display: block;
}

/* 链接样式 */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: #fff;
}

/* 鼠标悬停时更改下拉链接的背景颜色 */
.dropdown-content a:hover {
    color: rgba(0, 132, 255, 1);
}

.table {
    display: flex;
    position: relative;
}

.table::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #81B1FF;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.table::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-left: 1px solid #81B1FF;
    color: var(--weui-FG-3);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.tableitem {
    position: relative;
    float: left;
    padding: 20px 0px;
    width: 12%;
    box-sizing: border-box;
    text-align: center;
    background: rgba(16, 24, 40, 0.05);
    font-size: 16px;
    color: #fff;
    border-right: 1px solid #81B1FF;
    border-bottom: 1px solid #81B1FF;
    border-top: 1px solid #81B1FF;
}


.tables {
    position: relative;
    
    border-left: 1px solid #81B1FF;
    display: flow-root;
}


::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.backTop{
    position: fixed;
    bottom: 250px;
    right: 20px;
    z-index: 999;
    width: 35px;
    height: 35px;
    transition: all linear 0.5s;
    cursor: pointer;
    opacity: 0;
}


/* 外包裹 */
.wrap-box {
    position: relative;
    width: 350px;
    height: 400px;
    margin: 200px auto;
}
 
/* 切换箭头 */
.arrow {
    cursor: pointer;
    display: none;
    display: inline-block;
    line-height: 39px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    background-color: RGBA(0, 0, 0, 0.3);
    color: #fff;
}
 
 
/* 图片包裹 */
.main-box>li {
    float: left;
}
 
/* 箭头位置 */
#prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
 
#next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); 
}
 
/* 小球样式 */
 /*包含所有圆点按钮的<div>*/
 #pointsDiv {
    position: absolute;
    height: 10px;
    width: 100px;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
 
/*所有的圆点<span>*/
#pointsDiv span {
    cursor: pointer;
    float: left;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #333;
    margin-right: 8px;
}
 
/*鼠标移到切换图标上时*/
.arrow:hover {
    background-color: RGBA(0, 0, 0, 0.7);
}