* {
    padding: 0;
    margin: 0;
}
html::-webkit-scrollbar {
    width: 0;
}
a:link {
    color: #ffffff;
    text-decoration: none;
}

a:visited {
    color: #666666;
}

.videos {
    position: fixed;
    right: 0px;
    bottom: 0px;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    /*加滤镜*/
    /*filter: blur(15px); //背景模糊设置 */
    /*-webkit-filter: grayscale(100%);*/
    /*filter:grayscale(100%); //背景灰度设置*/
    z-index: -11
}

html,
body,
.content {
    height: 100%;
}

.top,
.bottom {
    position: absolute;
    height: 80px;
    left: 0;
    right: 0;
    border-top: 1px solid rgb(255 255 255 / 20%);
}

.top {
    top: 0;
}


/* .bottom {
bottom: 0;
} */

#load {
    position: absolute;
    top: 80px;
    bottom: 0px;
    left: 0;
    right: 0;
    overflow: auto;
}

#load img {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    width: 687px;
    height: 687px;
}

#load img:first-child {
    display: block;
}

.header_wrapper {
    box-sizing: border-box;
    padding: 0 88px;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-content: center;
    align-items: center;
    -webkit-align-content: center;
    -webkit-align-items: center;
    background: rgba(255, 255, 255, 0);
    z-index: 9999;
}

.header_wrapper .logo {
    height: 36px;
}

.header_wrapper .nav {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
}

.header_wrapper .nav li {
    float: left;
    position: relative;
    height: 90px;
    line-height: 90px;
    transition: 1s;
}

.header_wrapper .nav li>a {
    margin-left: 18px;
    margin-right: 18px;
    color: #333333;
    text-decoration: none;
    padding: 10px 1px;
    font-size: 14px;
    border-bottom: 2px solid transparent;
}

.nav li>a:hover {
    color: #FFFFFF;
    opacity: 1!important;
}

.box3 {
    display: flex;
    white-space: nowrap;
}

.download {
    display: flex;
    white-space: nowrap;
    align-items: center;
    background: #ffffff90;
    border-radius: 50px;
    padding: 9px 44px;
    margin-right: 66px;
    cursor: pointer;
}

.download:hover {
    background: #ffffff;
}

.erwem {
    position: absolute;
    bottom: 50px;
    background: url('../img/download_code.png') 0 0/100% no-repeat #fff;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    left: 50%;
    margin-left: -89px;
    width: 178px;
    height: 178px;
    padding: 3px;
    border-radius: 10px;
    background-clip: padding-box;
    box-shadow: 0 0 20px #ccc;
    display: none;
}

.neirong {
    /* text-align: center; */
    display: flex;
    align-items: center;
    margin: auto;
}

.neirong .nav {
    list-style: none;
}

.neirong>.nav>li {
    float: left;
    color: #ffffff;
}

.neirong>.nav>li>.nav>li>.options {
    background: rgba(51, 51, 51, 0.3);
    margin: 0.2rem 0;
    /* padding: 12px 0; */
    text-align: center;
    height: 0.4rem;
    line-height: 0.4rem;
    width: 1.60rem;
    font-size: 0.16rem;
}

.neirong .nickname {
    font-size: 0.48rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.91rem;
}

.neirong .xian {
    width: 1.15rem;
    height: 0.04rem;
    background: #FFFFFF;
    margin-bottom: 0.19rem;
    margin-top: 0.10rem;
}

.neirong .introduce {
    /* display: flex;
white-space: pre-wrap; */
    font-size: 0.16rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.28rem;
    opacity: 0.7;
    display: flex;
    white-space: pre-wrap;
}

.navigation {
    display: flex;
    align-items: center;
}

.navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 88px;
    line-height: 100px;
}

.navigation ul li {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.jiantou {
    width: 8px;
    height: 16px;
    margin-top: 2px;
    margin-left: 12px;
    position: absolute;
    right: -20px;
}

.navigation ul li>a {
    font-size: 16px;
    color: #FEFEFE;
    opacity: 0.3;
}

.loadhtml {
    position: fixed;
    top: 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.loadhtml .jindu {
    position: absolute !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 70%;
    text-align: center;
    color: #ffffff;
}

.box {
    display: flex;
    white-space: nowrap;
    position: relative;
}

.box1 {
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
}

.box1 img {
    width: 53px;
    height: 9px;
}

.box2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 36px;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
}

.box2 img {
    width: 115px;
    height: 32px;
}

.loadhtml .xian {
    border-bottom: 3px solid #fff;
}

.info {
    animation: anim 2s forwards;
}

@keyframes anim {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.wzkd {
    position: absolute;
    top: 129px;
    left: 0;
    right: 0;
    margin: auto;
}