.bj-reg {
    width: 100%;
    height: 520px;
    position: absolute;
    margin-top: 65px;
    text-align: center;
}
.layui-nav-item a {
    color: Black !important;
}
.layui-nav {
    /*定位: 固定;*/
    background-color: White;
}
.bj-1 {
    height: 645px;
    background-size: cover;
}
.选项卡样式 {
    /*背景-颜色: 颜色值-粉色;*/
    height: 350px;
    width: 100%;
    margin-left: 50px;
}
.bj-3 {
    height: 520px;
    width: 775px;
    display: inline-block;
    vertical-align: top;
    background-color: White;
    box-shadow: 10px 10px 20px #888888;
}
.bj-2 {
    height: 520px;
    display: inline-block;
}
.layui-nav .layui-this:after,
.layui-nav-bar {
    background-color: Red;
    height: 1px;
}
.xieyi-1 a:hover {
    color: Red;
}
.xieyi-1 a {
    color: rgb(179, 179, 179);
    font-size: 12px;
}
.xieyi-1 {
    margin-top: 30px;
    color: rgb(179, 179, 179);
    font-size: 12px;
}
.layui-tab-title {
    background-color: White !important;
    height: 41px !important;
    display: none;
}
.AN-sb:hover {
    cursor: pointer;
}
.layui-tab-content {
    padding: 0px 0px;
}
.首页选项卡样式 {
    width: 320px;
    height: 300px;
    border: 0px;
}
.yzm-ys:hover {
    cursor: pointer;
}
.yzm-ys {
    display: inline-block;
    border: none;
    background-color: transparent;
}
.dl-sjk {
    margin-top: 20px;
    border: none;
    border-bottom: 1px solid #888888;
}
@media (max-width: 1280px) {
    .bj-2 {
        display: none !important;
    }
}
.登录二维码样式 {
    width: 200px;
    padding-left: 10px;
}
.遮罩层隐藏样式 {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 280px;
    height: 280px;
    margin-left: 20px;
    margin-top: 48px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.遮罩层显示样式 {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 280px;
    height: 280px;
    margin-left: 20px;
    margin-top: 48px;
    /*背景-颜色: 颜色通道(0, 0, 0, 0.5);*/
    background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
    opacity: 1;
    z-index: 1000;
}