#layui-layer1{
    border-radius: 20px;
}
.container{
    width: 100%;
}
.mainbox{
    width: 1520px;
    margin: 0 auto;
    position: relative;
}
.topmenu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100px;
    align-items: center;
    position: relative;
}
.topmenu-logo{
    width: 410px;
    height: 63px;
}
.topmenu-login{
    width: 200px;
    height: 50px;
    background: #0C6CFE;
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.topmenu-login:hover{
    background: #188EF6;
}
.topmenu-login-sj{
    width: 20px;
    margin-right: 10px;
}
.topmenu-login-icon{
    width: 32px;
    height: 32px;
    margin-left: 10px;
}
.topmenu-login-username{
    font-weight: 400;
    flex: 1;
    margin-left: 10px;
}



/**/
.dropdown-menu {
    position: absolute;
    top:80px;
    right: 0;
    width: 280px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin-top: 5px;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    box-sizing: border-box;
    color: #333333;
}
.topmenu-login:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropdown-top{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.dropdown-top img{
    width: 32px;
    height: 32px;
}
.dropdown-top p{
    margin-left: 10px;
    font-weight: 400;
    font-size: 16px;
    flex: 1;
}
.dropdown-top a{
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}
.dropdown-main{
    margin-top: 20px;
    border-radius: 6px;
    padding: 16px;
    box-sizing: border-box;
}
.dropdown-main.vip{
    background: #DAF2FF;
}

.vip .dropdown-main-title{
    display: flex;
    align-items: center;
    color: #409EFF;
}
.vip .dropdown-main-title p{
    font-weight: bold;
    font-size: 16px;
}
.vip .dropdown-main-title span{
    font-weight: 400;
    font-size: 12px;
    margin-left: 15px;
}
.vip .dropdown-main-desc{
    margin-top: 15px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
}

.dropdown-main.svip{
    background: #FFE79F;
}
.svip .dropdown-main-title{
    display: flex;
    align-items: center;
    color: #6B362C;
}
.svip .dropdown-main-title p{
    font-weight: bold;
    font-size: 16px;
}
.svip .dropdown-main-title span{
    font-weight: 400;
    font-size: 12px;
    margin-left: 15px;
}
.svip .dropdown-main-desc{
    margin-top: 15px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
}





/**/
.mainbanner{
    position: relative;;
    height: 360px;
    overflow: hidden;
}
.bannerimg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    object-fit: cover;
}
.banner{
    width: 100%;
    height: 360px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.banner-left{
    flex: 1;
}
.banner-right{
    width: 350px;
}
.logo-remark{
    margin-top: 20px;
    font-size: 32px;
    font-weight: 300;
}
.navigation{
    margin-top: 20px;
}
.navigation,.navigation a,.navigation span{
    color: rgba(34, 185, 255, 1) !important;
}
.navigation a:hover{
    color: #188EF6 !important;
}
.mypage{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mypage a:hover{
    color: #0C6CFE;
}

.web-bottom{
    width: 100%;
    height: 100px;
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 300;
}

#qrcode{
    position: fixed;
    left: 0;
    top: 50%; /* 可选：垂直居中 */
    transform: translateY(-50%); /* 可选：配合top: 50%实现垂直居中 */
    z-index: 9999; /* 确保二维码在最上层 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}
#qrcode img{
    width: 160px;
    border: 2px solid #eeeeee;
    border-radius: 6px;
}

#sqrcode{
    position: fixed;
    left: 0;
    top: 50%; /* 可选：垂直居中 */
    transform: translateY(-50%); /* 可选：配合top: 50%实现垂直居中 */
    z-index: 9999; /* 确保二维码在最上层 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
#sqrcode img{
    width: 120px;
    border: 2px solid #eeeeee;
    border-radius: 6px;
}