<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html,body{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.loginPage{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.login-right{
    width: 50%;
    height: 100%;
    float: left;
}
.bg-left{
    width: 50%;
    /* height: 50%; */
    /*margin-left: 10em;*/
    float: left;
}
.bg-left img{
    width: 75%;
    height: 75%;
    margin-top: 12em;
    margin-left: 8em;
}

.login-right .login-bar {
    width: 99%;
    height: auto;
    font-family: "榛戜綋";
    margin-left: 0.1em;
    margin-top: 25%;
}


@media(max-width:922px){
    .loginPage{
        width: 100%;
        height: auto;
    }
    .bg-left{
        width: 100%;
        height: auto;
    }
    .bg-left img{
        width: 100%;
        height: 27em;
    }
    .login-right{
        width: 90%;
        height:69em;
        margin: 0 auto;
    }
    .login-bar .login-title{
        padding-top: 1em!important;
    }
}

@media(max-width:768px){
    .bg-left img{
        width: 100%;
        height: 27em;
    }
    .login-right .login-bar{
        margin-left: 1em;
    }
    .form-bar{
        width: 100%!important;
    }
    #code_input{
        width: 59%!important;
    }
    .login-right{
        height: 41em;
    }
    .sub input{
        width: 73%!important;
    }
    .login-foot{
        font-size: 1em!important;
        /*padding-top: 31%!important;*/
        /*text-align: center!important;*/
    }
    .login-bar  .login-btn a span:nth-child(1){
        margin-left: 26%!important;
    }
    .login-bar .login-title{
        font-size: 1.5em!important;
    }
}
@media(max-width:500px){
    #list-img-add img{
        margin-top: 5em;
    }
    .bg-left img {
        width: 100%;
        height: 13em;
    }
    #code_input{
        width: 45%!important;
    }
    form{
        padding: 0!important;
    }
    .reg-box li input{
        height: 30px!important;
    }
    .reg-box li .reg-name-img{
        top: 14%!important;
    }
    .reg-box li .reg-pwd-img{
        top: 14%!important;
    }
    .reg-box li .reg-code-img{
        top: 14%!important;
    }
    .sub input{
        margin-top:-1em!important;
        margin-bottom: 1em!important;
    }
    .login-bar  .login-btn{
        width: 100%!important;
    }
    .login-bar  .login-btn .btn-pc span{
        margin-left: 2em;
    }
    .login-bar  .login-btn .btn-pc span:nth-child(1){
        margin-left: 4em!important;
    }
    .login-bar  .login-btn a span:nth-child(1){
        margin-left: 2em!important;
    }
    .login-right{
        height: 34em!important;
    }
    .reg-box li img{
        width: 38%!important;
        top: 4px;
    }
}

#verifyCanvas{
    width: 100%;
    height: 100%;
}
/* 浣跨敤璇存槑 */
.login-bar .login-title{
    text-align: center;
    color: #666666;
    font-weight: 600;
    font-size: 2em;
    padding-top: 0px;
    /*margin-top: 6em;*/
    /*padding-top: 1em;*/
    /* padding-left: 1em; */
    /*padding-bottom: 0.1em;*/

}
.login-bar  .login-btn{
    padding-top: 2em;
    font-size: 1em;
    width: 85%;
    margin:0 auto;
}
.login-bar  .login-btn a{
    display: inline-block;
    width: 50%;
    height: auto;
    float: left;
    text-emphasis: none;
    text-decoration: none;
}
.login-bar  .login-btn a img{
    width: 100%;
    height: 100%;
}
.login-bar  .login-btn a span:nth-child(1){
    width: 3em;
    height: auto;
    display: inline-block;
    margin-left: 18%;
    float: left;
}
.login-bar  .login-btn a span:nth-child(2){
    color: #000;
    float: left;
    margin-top: 1em;
}

.login-foot{
    position: absolute;
    bottom: 0;
    left: 10%;
    font-size: 1.2em;
    color: #666666;
    text-align: left;
    /* padding-top: 48.3%; */
    /* padding-left: 10%; */
}
.form-bar{
    width: 50%;
    background-color: white;
    border-radius: 0.5em;
    box-shadow: 1px 1px 1px #eeeeee;
    margin-left: 11em;
    /*margin: 0 auto;*/
    overflow: hidden;
}
.register_dialog_info {
    float: left;
    margin-left:10px;
    color: #fff;
    margin-top: 5px;
    font-size: 20px;
}
form{padding: 0px;}
ul li {list-style: none;}
.sub {
    text-align: center;
    padding: 0px 25px 25px;
    box-sizing: border-box;
}
.sub input {
    display: inline-block;
    width:84%;
    background-color: #00a3e6;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-family: 榛戜綋;
    outline: none;
    border: none;
    margin: auto;
    margin-bottom: 3em;
}
.sub button{
    /* margin-bottom: 5em; */
}
input[type = "submit"]:hover{cursor: pointer;}

.reg-box {
    /* padding-left: 30px; */
    /* padding-top: 0.5em; */
    padding: 0 25px;
    margin: 0;
}

.reg-box li {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.reg-box li .reg-name-img{
    position: absolute;
    left: 2em;
    top: 10px;
    z-index: 5;
    background-image: url(../img/鐧诲綍鍚�16px.png);
    background-repeat: no-repeat;
    background-position: 0px  0px;
    background-size:90%;
    width: 23px;
    height: 23px;
}
.reg-box li .reg-pwd-img{
    position: absolute;
    left: 2em;
    top: 10px;
    z-index: 5;
    background-image: url(../img/瀵嗙爜16px.png);
    background-repeat: no-repeat;
    background-position: 0px  0px;
    background-size:90%;
    width: 23px;
    height: 23px;
}
.reg-box li .reg-code-img{
    position: absolute;
    left: 2em;
    top: 10px;
    z-index: 5;
    background-image: url(../img/code.png);
    background-repeat: no-repeat;
    background-position: 0px  0px;
    background-size:90%;
    width: 23px;
    height: 23px;
}


.reg-box li input,.reg-box li select{
    border-radius: 3px;
    padding: 5px 0;
    /* padding-left:4em; */
    font-size: 14px;
    width: 82%;
    height: 40px;
    line-height: 28px;
    border: 1px solid #dddddd;
    text-indent: 0.5em;
    float: left;
    border-radius: 0.5em;
    width: 100%;
    box-sizing: border-box;
    text-indent: 4.5em;
}

.reg-box li select option{font-size:16px;}

/*楠岃瘉鐮�*/
#code_input{
    width: 54%;
    text-indent: 4px;
    font-size: 14px;
}
#code_container{
    width: 30%;
    height: 43px;
    float: left;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 5px;
}


.reg-box li .input-code {
    width: 106px;
    padding: 10px;
    font-family: Arial;
    font-style: italic;
    color: red;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    text-indent: 0;
}

#error_code{
    clear:both;
    display:inline-block;
    color: red;
    padding-left: 4em;
    padding-bottom:5px;
    height:20px;
    float: left;
    font-size:1em;
    line-height: 20px;
    letter-spacing: 3px;
}

.error {
    clear:both;
    display:block;
    color: red;
    padding-left: 4em;
    padding-bottom:5px;
    height:20px;
    float: left;
    font-size:1em;
    line-height: 20px;
}

input { background-color: #F8F8F8; outline: none; }


.reg-box li input.errorC, .errorC{
    border: 2px solid #e6e6e6;
}

.reg-box li input.checkedN , .checkedN{
    border: 1px solid #666666;
}



/* pc绔娇鐢ㄦ暀绋嬪紑濮�*/
u{
    text-decoration: none;
}
.coursePC{
    background-color: #fff;
}
.mainPC{
    background-color: #eeeeee;
}
.course-top{
    font-size: 1em;
    padding-top:1em;
    padding-bottom:1em;
}
.course-bar{
    margin-bottom: 3em;
    background-color: #fff;
}
.course-bar .course-main{
    width: 90%;
    margin: 0 auto;
}
.course-bar .course-main&gt;h3{
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1.5px solid #16aae7;
}
.course-bar .course-main&gt;h4{
    color: #000;
    padding: 0.5em;
}
.course-bar .course-main .c-footer{
    margin: 3em auto;
}
.course-bar .course-main .c-footer h5{
    color: #333333;
    font-size: 1.3em;
    padding-top: 1em;
    padding-left: 4em
}
.course-bar .course-main .c-footer h6{
    color: #666666;
    font-size: 1em;
    padding-left: 7em;
}
.course-main ul li{
    list-style: none;
    margin-top: 1em;
    margin-left: -30px;
}

.course-main ul li:nth-child(even) .col-md-5{
    float: right;
}
.course-main ul li .col-md-5 p{
    width: 80%;
    color: #16aae7;
    padding-top:5em;
    font-size: 1em;
}

.course-main ul li .col-md-5 p b{
    font-size: 1.8em;
    color: #00a3e6;
}
.course-main ul li  .list-img-left{
    width: 70%;
    margin: 0 auto;
}
.course-main ul li  .list-img-right{
    width: 90%;
    margin-top: 3.5em;
}
.course-main ul li  .list-img-right img{
    width: 100%;
    height: 100%;
    box-shadow: 0.8em 0.8em 0.8em #eeeeee;
}
@media(max-width:992px){
    #code_container{
        width:29%;
    }

}
@media(max-width:650px){
    #demo2{
        padding-right: 2em;
    }
    .course-bar .course-main&gt;h3{
        font-size:1.4em;
        padding-top: 0;
    }
    .course-bar .course-main&gt;h4{
        font-size: 1.2em;
        padding-left:1.5em;
    }
    .course-bar .course-main .c-footer {
        margin-left: -3em;
        width: 100%;
    }
    .course-main ul li .list-img-left img{
        display: none;
    }
    .course-bar .course-main&gt;h5{
        padding-left: 0;
    }
    .course-bar .course-main&gt;h6{
        padding-left: 0;
    }
    .course-main ul li .col-md-5 p {
        padding-top: 0;
    }
    #code_container{
        width: 29%;
        height: 36px;
    }
    .course-bar .course-main{
        width: 100%;
    }
    .course-main ul li .list-img-right {
        width: 95%;
    }
    .course-top{
        padding-left: 1em;
    }
    .course-main ul li{
        margin-left: -30px;
    }
    .mobile-explain .M-top{
        padding-left: 1em;
    }
    .m-bar&gt;h3{
        font-size: 1.66em;
    }
}
/* 绉诲姩绔娇鐢ㄦ暀绋� */
.mobile{
    background-color: #eeeeee;
}
.m-bar{
    padding: 1.5em 2em;
    margin:0 auto;
    background-color: #fff;
    margin-bottom:5em;
}
.mobile-explain .M-top{
    padding-top: 1em;
}
.m-bar&gt;h3{
    text-align: center;
    padding-bottom: 1em;
}
.m-bar .m-choose{
    width: 100%;
    height: auto;
    padding-bottom:0.2em;
    border-bottom: 1.5px solid #e6e6e6;
}
.m-bar .m-choose span{
    font-size: 1.2em;
}
.m-bar .m-choose span:nth-child(2){
    margin-left: 1em;
}
.m-items .col-md-4 p{
    text-align: center;
}
.m-items .col-md-4 .m-list-img{
    width: 100%;
    height: auto;
    margin: 1em auto;
}
.m-items .col-md-4 .m-list-img p span{
    margin-left: 3em;
    font-size: 0.9em;
}
.m-items .col-md-4 .m-list-img img{
    width: 100%;
    height: auto;
}

.m-items .col-md-8{
    display: table;
}
.m-items .col-md-8 .m-list-content{
    width: 95%;
    height: 5em;
    vertical-align: middle;
    color: #00a3e6;
    margin: 11em auto;
}
.m-items .col-md-8 .m-list-content u{
    text-decoration: none;
    color: #000009;
    font-size: 0.9em;
}
.m-items .col-md-8 .m-list-content p span:nth-child(1){
    font-size: 1.8em;
}
.m-footer{
    width:90%;margin: 0 auto;
    padding-bottom: 2em;
    padding-top: 2em;
}
@media(max-width:700px){
    .m-items ul{
        padding: 0;
    }
    .m-items .col-md-8 .m-list-content{
        margin: 3em auto;
    }
    .m-items .col-md-4 .m-list-img img{
        margin-top: 3em;
    }
    .m-footer{
        width: 100%;
    }
}</pre></body></html>