page {
    background-color: rgba(248, 249, 250, 1);
    position: relative;
    /*width: 1920px;
    height: 4483px;
    overflow: hidden;*/
}






.block_1 {
    background-color: rgba(255, 255, 255, 1);
   /* background: transparent;*/
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0px;
    width: 100%;
    .logo{
        width: 20%;
        text-align: right;
        .image_logo {
            width: 137px;
        }
    }
    .menu{
        width: 60%;
        text-align: right;
        display: flex;
        flex-direction: row;
        justify-content:right;
        align-items: center;
        .layui-layout-left{
            position: inherit!important;
        }
        .layui-bg-gray{background: transparent!important;}
        .menu-item {
            overflow-wrap: break-word;
            color: rgba(51, 51, 51, 1);
            font-size: 14px;
            font-family: SourceHanSansCN-Bold;
            font-weight: 700;
            text-align: center;
            white-space: nowrap;
            cursor: pointer;
            margin: 0 0px;
            background: transparent!important;
        }
        .layui-nav .layui-this:after, .layui-nav-bar{
           /* background-color: rgb(40 126 247)!important;*/
            background-color: transparent!important;
        }
        .menu-item a:hover {
            color:rgb(40 126 247) ;
            border:0px!important;
        }
        .menu-item a.active {
            color:rgb(40 126 247) ;
            border:0px!important;
        }
    }

    .loginWapper {
        background-color: rgba(43, 127, 249, 1);
        border-radius: 8px;
        height: 40px;
        width: 136px;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        text-align: left;
        .loginText {
            overflow-wrap: break-word;
            color: rgba(255, 255, 255, 1);
            font-size: 14px;
            font-family: SourceHanSansCN-Regular;
            font-weight: normal;
            text-align: center;
            white-space: nowrap;
            text-align: center;
        }
    }

}




body{
    /*background: rgb(246 247 251);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;*/

}

.centerWapper{
    margin-top: 60px;
    padding: 80px 0px;
    width:100%;
    background: rgba(248, 249, 250, 1);
    text-align: center;
    .loginWapper{
        width: 800px;
        border-radius: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        background: #fff;
        .left{
            width: 50%;
            height: 100%;
            background: url(../../images/login-bg.png) no-repeat;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            box-sizing: border-box;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;

            .leftWapper{
                width: 90%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                align-items: center;
                text-align: center;
                height: 90%;
                .title{
                    font-weight: 600;
                    font-size: 26px;
                    margin-top: 40px;
                    margin-bottom: 40px;
                }
                .item{
                    width: 90%;
                    text-align: left;
                    .item-num{
                        font-size: 28px;
                        color: rgba(43, 127, 249, 1);
                        font-weight: 600;
                        margin-right: 5px;
                    }
                    .item-text{
                        font-size: 18px;
                        color: rgba(43, 127, 249, 1);
                        font-weight: 600;
                        margin-top: 10px;
                    }
                    .item-desc{
                        font-size: 13px;
                        color: #666;
                        margin-top: 5px;
                        i{
                            color: rgba(43, 127, 249, 1);
                            margin-right: 5px;
                        }
                    }
                }
            }

            .qrCode{
                width: 100%;
                text-align: center;
                margin-top: 20px;
                margin-bottom: 20px;
                img{
                    width:130px;
                    height: 130px;
                    background: #fff;
                    border-radius: 15px;
                    padding: 10px;
                }
            }
        }
        .right{
            width: 50%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: left;
            .errorTip{
                color: red;
                display: none;
                padding: 0px 0 10px 0;
                display: none;
            }
            .loginWapper{
                display: flex;
                height: 90%;
                width: 80%;
                flex-direction: column;
                justify-content: center;
                align-items: center;

            }
            .registerWapper{
                display: flex;
                height: 90%;
                width: 80%;
                flex-direction: column;
                justify-content: center;
                align-items: center;

            }
            .title{
                font-weight: 500;
                font-size: 26px;
                margin-bottom: 10px;
                text-align: left;
                width: 100%;
            }
            .description{
                font-size: 13px;
                color: #666;
                margin-top: 5px;
                margin-bottom: 40px;
                text-align: left;
                width: 100%;
            }
            .formWapper{
                width: 100%;
            }
            .layui-input-suffix{
                width: 100px;
                pointer-events:auto;
                cursor: pointer;
                text-align: center;
            }
            .sendCodeBtn{
                width:120px;
                text-align: center;
                cursor: pointer;
            }
            .layui-tabs-header .layui-this, .layui-tabs-header li:hover{
                color: #1f6dff;
            }
            .layui-tabs-header .layui-this, .layui-tabs-header li:hover{
                color: #1f6dff;
            }
            .layui-tabs-header .layui-this:after{
                color: #1f6dff;
            }
            .layui-tabs-header .layui-this:after{
                border-bottom: 3px solid #1f6dff;
            }

        }
    }

}





.box_14 {
    background-color: rgba(26, 22, 16, 1);
    width:100%;
    padding: 50px 10%;
    /*height: 663px;*/
}

.section_9 {
    width:100%;
    /*height: 82px;*/
    /*margin: 44px 0 0 175px;*/
    align-items: center;
}

.image_11 {
    width: 180px;
    height: 52px;
}

.text_28 {
    width: 252px;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;;
    font-family: SourceHanSansCN-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 42px;

}

.text-group_5 {
    /*  width: 754px;*/
    /* height: 214px;*/
    /*margin: 25px 0 0 175px;*/
    width: 50%;
}

.paragraph_1 {
    /* width: 754px;*/
    /* height: 148px;*/
    width: 100%;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;;
    font-family: SourceHanSansCN-Regular;
    font-weight: normal;
    text-align: left;
    /*line-height: 43px;*/
}

.text_29 {
    width: 320px;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
    margin-top: 10px;
}

.text_30 {
    width: 549px;
    height: 28px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 28px;
    margin: 22px 0 0 175px;
}

.line {
    /* width: 1540px;*/
    height: 1px;
    width: 100%;
    /*margin: 67px 0 0 175px;*/
    margin: 20px 0px;
    border-top: 1px solid #979797;
}

.text_31 {
    /* width: 490px;
     height: 28px;*/
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;;
    font-family: SourceHanSansCN-Bold;
    /*font-weight: 700;*/
    text-align: left;
    white-space: nowrap;
    line-height: 42px;
    text-align: center;
}

.image-wrapper_33 {
    background-image: url(../../images/video-back.png);
    background-repeat: no-repeat;
    /* height: 810px;*/
    height: 36.85vw;
    border: 0.75px solid rgba(151, 151, 151, 1);
    width: 70vw;
    /*position: absolute;
    left: 240px;
    top: 465px;*/
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: -150px;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
    border: 0px;
}