﻿.navbar .dropdown-toggle .username {
    font-size: 16px;
    font-family: 微软雅黑;
}

a:link,
a:visited,
a:active,
a:hover {
    text-decoration: none !important;
}

.spWebTitleName {
    color: #ffffff;
    display: block;
    text-align: center;
}

.divClassListBox {
    border: 3px solid #ddd;
    width: 80%;
    height: 50px;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    margin: 15px auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-family: 微软雅黑;
    font-weight: bold;
    color: #666;
}

.box.searchBox {
    border-radius: initial;
}

.separator {
    margin: 10px 0px 10px;
}

.footer {
    margin-bottom: 10px;
}

.divClassListBox .spTipBox {
    display: none;
}

.divClassFull {
    border-color: #d43f3a;
    position: relative;
}

    .divClassFull .spTipBox {
        display: block;
        position: absolute;
        font-size: 16px;
        top: 0px;
        left: 0px;
        width: 50px;
        height: 44px;
        text-align: center;
        line-height: 45px;
        font-weight: 100;
        background: #d9534f;
        color: #fff;
    }

.divSignUpListBox {
    border: 3px solid #ddd;
    width: 90%;
    padding: 10px 0px;
    font-size: 18px;
    text-align: center;
    margin: 15px auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-family: 微软雅黑;
    font-weight: bold;
    color: #666;
}

    .divSignUpListBox a {
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-top: 10px;
        border-top: 1px dotted #ddd;
    }
/*.divSignUpListBox .spTipBox { display:none;}
.divSignUpFull { border-color:#d43f3a; position:relative;}
.divSignUpFull .spTipBox { display:block; position:absolute; font-size:16px; top:0px; left:0px; width:50px; height:44px; text-align:center; line-height:45px; font-weight:100; background:#d9534f; color:#fff;
border-radius:0px 0px 5px 0px; -webkit-border-radius:0px 0px 5px 0px; -moz-border-radius:4px 0px 4px 0px; -ms-border-radius:4px 0px 4px 0px; -o-border-radius:4px 0px 4px 0px; }
.divSignUpFull a { display:none;    }*/

.RegdTitle {
    text-align: left;
    font-size: 16px;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.RegdInput {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.accContentBox {
    width: auto;
    margin: 30px auto;
}

    .accContentBox .panel-default > .panel-heading {
        background: #fafafa;
    }

        .accContentBox .panel-default > .panel-heading .spFullTips {
            display: none;
        }

    .accContentBox .panel-title {
        height: 30px;
        line-height: 30px;
    }

    .accContentBox .panel-default {
        border: 3px solid #ddd;
        margin: 15px auto;
    }

    .accContentBox .panel-heading .accordion-toggle {
        font-size: 18px;
        font-family: 微软雅黑;
        font-weight: bold;
        color: #666;
    }

.hClassCate {
    text-align: left;
    width: 100%;
    font-size: 22px;
    border-left: 5px solid #507aa4;
    padding-left: 10px;
}


.accContentBox .divClassList {
    border-bottom: 2px dotted #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .accContentBox .divClassList .divUpBox {
        width: auto;
    }

        .accContentBox .divClassList .divUpBox span {
            display: block;
            text-align: left;
            font-size: 16px;
            font-family: 黑体;
        }

    .accContentBox .divClassList .divDownBtnBox {
        width: auto;
        margin: 5px auto;
    }

    .accContentBox .divClassList:last-child {
        border-bottom: none;
    }

.accContentBox .divClassFull {
    border-color: #d43f3a;
    position: relative;
}

    .accContentBox .divClassFull .spFullTips {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 50px;
        width: 70px;
        text-align: center;
        line-height: 50px;
        background: #d43f3a;
        color: #fff;
        font-size: 18px;
    }


.sidebar-collapse i {
    margin-top: 3px;
}

.dropdownPC {
    height: 50px;
}

    .dropdownPC a {
        height: 50px;
    }

.CourseInfoBox {
    font-size: 16px;
}

    .CourseInfoBox .tdTitleBox {
        color: #3e3e3e;
        font-weight: bold;
    }

    .CourseInfoBox .divCourseInfoTitle {
        text-align: left;
        font-family: "微软雅黑";
        color: #3e3e3e;
    }

    .CourseInfoBox .divCourseInfoTitleEn {
        text-align: left;
        font-family: Arial;
        color: #767676;
    }

.text_red {
    color: #d44950;
}


.LogoutPhone {
    display: none;
}

    .LogoutPhone a {
        color: #fff;
    }

.LogoutPC {
    display: block;
}

@media only screen and (max-width: 767px) {
    .LogoutPhone {
        display: block;
    }

    .LogoutPC {
        display: none;
    }
}


.contFont {
    text-align: left;
    padding-top: 7px;
}










.loginMidBox {
    width: 100%;
    padding-top: 10%;
}

    .loginMidBox .inLoginBox {
        border: 3px solid #3c8dbc;
        width: 600px;
        height: 250px;
        margin: 8px;
        margin: 0px auto;
        padding: 30px;
        background: #fff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }




    .loginMidBox .LeftLoginBox .loginTitleBox {
        font-size: 18px;
        font-weight: bold;
    }

    .loginMidBox .LeftLoginBox .inputBox {
        margin-top: 15px;
        position: relative;
        width: 300px;
    }

        .loginMidBox .LeftLoginBox .inputBox .txtInput {
            height: 35px;
            padding-left: 55px;
            padding-right: 10px;
            border: 1px solid #d2d2d2;
            width: 100%;
        }

        .loginMidBox .LeftLoginBox .inputBox .imgIco {
            position: absolute;
            left: 15px;
            top: 3px;
        }

    .loginMidBox .LeftLoginBox .btnLoginBox {
        width: 100%;
        margin-top: 15px;
    }

        .loginMidBox .LeftLoginBox .btnLoginBox .btnLinkLogin {
            border: 1px solid #008d4c;
            background-color: #00a65a;
            display: block;
            color: #fff;
            text-align: center;
            height: 35px;
            line-height: 35px;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
        }

            .loginMidBox .LeftLoginBox .btnLoginBox .btnLinkLogin:hover {
                text-decoration: none;
                border-color: #398439;
                background-color: #008d4c;
            }


    .loginMidBox .RightLoginBox {
        border-left: 1px dotted #9c9c9c;
        height: 190px;
        width: 210px;
    }

        .loginMidBox .RightLoginBox .divFonts {
            padding-top: 55px;
            padding-left: 30px;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
        }

        .loginMidBox .RightLoginBox .btnLoginBox {
            padding-left: 20px;
        }

        .loginMidBox .RightLoginBox .btnLinkLogin {
            display: block;
            border: 1px solid #367fa9;
            background-color: #3c8dbc;
            color: #fff;
            width: 150px;
            height: 35px;
            line-height: 35px;
            margin: 15px auto;
            text-align: center;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
        }

            .loginMidBox .RightLoginBox .btnLinkLogin:hover {
                text-decoration: none;
                border-color: #204d74;
                background-color: #367fa9;
            }

.footerLogin {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}




.MangTopLogin {
    margin-top: 18%;
    width: 100%;
    height: 100%;
}

.OldStudLoingBox {
    width: 280px;
    margin: 15px auto;
    border: 3px solid #008d4c;
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

    .OldStudLoingBox .spFontL {
        font-size: 18px;
        text-align: center;
        display: block;
    }

    .OldStudLoingBox .btnLinkLogin {
        border: 1px solid #008d4c;
        background-color: #00a65a;
        width: 100px;
        display: block;
        color: #fff;
        text-align: center;
        height: 35px;
        line-height: 35px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        margin: 0px auto;
    }

        .OldStudLoingBox .btnLinkLogin:hover {
            text-decoration: none;
            border-color: #398439;
            background-color: #008d4c;
        }


.NewStudLoingBox {
    width: 280px;
    margin: 15px auto;
    border: 3px solid #367fa9;
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

    .NewStudLoingBox .spFontL {
        font-size: 18px;
        text-align: center;
        display: block;
    }

    .NewStudLoingBox .btnLinkLogin {
        border: 1px solid #367fa9;
        background-color: #3c8dbc;
        width: 100px;
        display: block;
        color: #fff;
        text-align: center;
        height: 35px;
        line-height: 35px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        margin: 0px auto;
    }

        .NewStudLoingBox .btnLinkLogin:hover {
            text-decoration: none;
            border-color: #204d74;
            background-color: #367fa9;
        }












.divRegisteredBox .divConfirmBox {
    width: 100%;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
}

.divRegisteredBox .divConfirmFont {
    color: #000;
    text-align: center;
    font-size: 18px;
}

.divRegisteredBox .divBtnCont {
    text-align: center;
    padding-top: 150px;
}

    .divRegisteredBox .divBtnCont .abtnBack {
        border: 1px solid #ccc;
        background: #f4f4f4;
        color: #444;
        height: 40px;
        text-align: center;
        width: 200px;
        margin: 30px auto;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }

.whiteBodyBox {
    background: #fff;
}














/*新PC登录界面*/
.webLoginPcCont {
    background: #fff;
}

    .webLoginPcCont .divHeader {
        width: 1200px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin: 0 auto;
    }

    .webLoginPcCont .divImgBg {
        width: 100%;
    }

        .webLoginPcCont .divImgBg img {
            width: 100%;
        }

    .webLoginPcCont .divLoginContBox {
        width: 600px;
        margin: 0 auto;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

        .webLoginPcCont .divLoginContBox .divListCont {
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 30px;
        }

            .webLoginPcCont .divLoginContBox .divListCont .spTitle {
                float: left;
                width: 150px;
                font-size: 16px;
                font-weight: bold;
                text-align: center;
                color: #282828;
                letter-spacing: 5px;
                height: 40px;
                line-height: 40px;
            }

            .webLoginPcCont .divLoginContBox .divListCont .spInput {
                float: left;
            }

                .webLoginPcCont .divLoginContBox .divListCont .spInput .txtLoginInput {
                    height: 40px;
                    width: 300px;
                    padding: 0px 15px;
                    border: 1px solid #ddd;
                    color: #767676;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    -ms-border-radius: 3px;
                    -o-border-radius: 3px;
                    border-radius: 3px;
                }

    .webLoginPcCont .divErr {
        color: #DC3545;
        font-size: 14px;
        padding: 10px 0 10px 180px;
    }

    .webLoginPcCont .divBtnContBox {
        padding-top: 15px;
        width: 400px;
        margin: 0 auto;
    }

        .webLoginPcCont .divBtnContBox span {
            float: left;
            width: 49.9%;
        }

        .webLoginPcCont .divBtnContBox .abtnSubmit {
            background: #5398FD;
            color: #fff;
            border: 1px solid #5398FD;
            display: block;
            width: 150px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            margin: 0 auto;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
        }

        .webLoginPcCont .divBtnContBox .abtnReg {
            border: 1px solid #5398FD;
            background: #fff;
            color: #5398FD;
            display: block;
            width: 150px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            margin: 0 auto;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
        }

        .webLoginPcCont .divBtnContBox a:hover {
            text-decoration: none;
        }

    .webLoginPcCont .divFooter {
        padding-top: 30px;
        text-align: center;
        color: #767676;
    }

        .webLoginPcCont .divFooter a {
            color: #767676;
        }


/*新MOBILE登录界面*/
.webLoginMobileCont {
    background: #fff;
}

    .webLoginMobileCont .divImgBgCont {
        width: 100%;
    }

        .webLoginMobileCont .divImgBgCont img {
            width: 100%;
        }

    .webLoginMobileCont .divContList {
        padding-top: 30px;
        padding-left: 60px;
        padding-right: 60px;
        position: relative;
        padding-bottom: 30px;
    }

        .webLoginMobileCont .divContList .spIcon {
            border: 1px solid #000;
            position: absolute;
            top: 30px;
            left: 30px;
            padding-right: 15px;
            background: #fff;
            border: 1px solid #fff;
        }

        .webLoginMobileCont .divContList .txtLoginInput {
            text-indent: 30px;
            height: 37px;
            width: 100%;
            border: none;
            border-bottom: 2px solid #F2F2F2;
            font-size: 16px;
        }

    .webLoginMobileCont .divBtnList {
        width: auto;
        padding: 15px 60px;
        ;
    }

        .webLoginMobileCont .divBtnList .abtnSubmit {
            background: #5398FD;
            border: 1px solid #5398FD;
            color: #fff;
            letter-spacing: 5px;
            font-size: 18px;
            font-weight: bold;
            display: block;
            width: 100%;
            height: 45px;
            line-height: 45px;
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;
            -ms-border-radius: 40px;
            -o-border-radius: 40px;
            border-radius: 40px;
            text-align: center;
        }

        .webLoginMobileCont .divBtnList .abtnReg {
            background: #4FC56B;
            border: 1px solid #4FC56B;
            color: #fff;
            letter-spacing: 5px;
            font-size: 18px;
            font-weight: bold;
            display: block;
            width: 100%;
            height: 45px;
            line-height: 45px;
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;
            -ms-border-radius: 40px;
            -o-border-radius: 40px;
            border-radius: 40px;
            text-align: center;
        }

    .webLoginMobileCont .divFooter {
        text-align: center;
        color: #767676;
        padding-top: 60px;
    }

        .webLoginMobileCont .divFooter a {
            color: #767676;
        }




.VerticalMid {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.btnBackMenuBox {
    border: 1px solid #b3d8ff;
    cursor: pointer;
    background-color: #ecf5ff;
    text-align: center;
    margin: 40px auto;
    height: 50px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    color: #409eff;
    font-weight: bold;
}


/*新移动端界面 2020-02-11*/
.divFooterMenu {
    /* position: fixed;
        bottom: 20px;
        left: 0px;
        right: 0px;
        z-index: 99;*/
}

    .divFooterMenu .divMenuTitle {
        text-align: center;
        font-size: 18px;
        margin-top: 10px;
        font-weight: bold;
    }

    .divFooterMenu .menuCont {
        background: #406AD3;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        border-radius: 50%;
        color: #FFFFFF;
        border: 1px solid #406AD3;
    }

    .divFooterMenu .closeMenu .fax-times {
        display: none;
    }

    .divFooterMenu .openMenu .fax-caidan {
        display: none;
    }

    .divFooterMenu .openMenu .menuCont {
        background: #FFFFFF;
        color: #E53935;
        border: 1px solid #E53935;
        width: 40px;
        height: 40px;
    }


.divTabsCont {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 60px;
}

    .divTabsCont .aTabs {
        display: block;
        height: 16rem;
        margin: 10px auto;
        border-radius: 15px;
        position: relative;
        overflow: hidden;
    }

        .divTabsCont .aTabs:hover {
            text-decoration: none;
        }

        .divTabsCont .aTabs .spIcon {
            height: 70px;
            width: 70px;
            border-radius: 50%;
            margin: 15px auto;
            background: rgba(0,0,0,0.2);
            color: #fff;
        }

        .divTabsCont .aTabs .spName {
            display: block;
            position: absolute;
            bottom: 0px;
            left: 0;
            right: 0;
            background: rgba(0,0,0,0.2);
            text-align: center;
            font-size: 16px;
            padding: 5px 0;
            font-weight: bold;
            color: #fff;
        }

    .divTabsCont .mySignUp {
        background-image: linear-gradient(#E8906C, #AF5540);
        border: 1px solid #E8906C;
    }

    .divTabsCont .myCourse {
        background-image: linear-gradient(#A2A3A9, #4D4F51);
        border: 1px solid #A2A3A9;
    }

    .divTabsCont .myCenter {
        background-image: linear-gradient(#A291CA, #665888);
        border: 1px solid #A291CA;
    }

    .divTabsCont .signupBatch {
        background-image: linear-gradient(#6DB857, #3B7A30);
        border: 1px solid #6DB857;
    }

    .divTabsCont .myNotice {
        background-image: linear-gradient(#FF9800, #FB8C00);
        border: 1px solid #F57C00;
    }

    .divTabsCont .updatePwd {
        background-image: linear-gradient(#5F9EE8, #2959A6);
        border: 1px solid #5F9EE8;
    }


.divCourseBox {
    padding-bottom: 100px;
}

    .divCourseBox .listBox {
        background: #fff;
        margin-top: 15px;
        padding: 20px;
        border-radius: 10px;
    }


        .divCourseBox .listBox .courseName {
            font-size: 32px;
            color: #409EFF;
            border-bottom: 1px solid;
            position: relative;
        }

            .divCourseBox .listBox .courseName .spIcon {
                padding-right: 10px;
            }

        .divCourseBox .listBox .courseInfo {
            padding-top: 10px;
        }

            .divCourseBox .listBox .courseInfo .infoBox {
                padding-bottom: 10px;
                font-size: 16px;
            }

                .divCourseBox .listBox .courseInfo .infoBox .spTitle {
                    color: #909399;
                }

                .divCourseBox .listBox .courseInfo .infoBox .spFont {
                    color: #303133;
                }


        .divCourseBox .listBox .courseName {
            font-size: 32px;
            color: #409EFF;
            border-bottom: 1px solid;
            position: relative;
        }

            .divCourseBox .listBox .courseName .square-box {
                position: absolute;
                top: 5px;
                bottom: 0;
                right: 0;
                width: 50px;
                text-align: right;
            }

            .divCourseBox .listBox .courseName .btnCheckNo .fa-check-square-o {
                display: none;
            }

            .divCourseBox .listBox .courseName .btnCheckNo .fa-square-o {
                margin-right: 4.5px;
                color: #303333;
                display: block;
            }

            .divCourseBox .listBox .courseName .btnCheckYes .fa-check-square-o {
                display: block;
            }

            .divCourseBox .listBox .courseName .btnCheckYes .fa-square-o {
                display: none;
            }

.pay-body {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: #F4F4F4;
}

    .pay-body .btnTotal {
        background: #ECF5FF;
        color: #409EFF;
        border: 2px solid #409EFF;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
        border-radius: 5px;
        font-weight: bold;
        letter-spacing: 2px;
    }


.bodyFooterBox {
    padding-top: 10px;
    display: flex;
}



    .bodyFooterBox .btnCont {
        width: 100%;
        text-align: center;
    }

        .bodyFooterBox .btnCont .btnGeneral {
            width: 80%;
            height: 40px;
            font-size: 16px;
            border-radius: 5px;
            font-weight: bold;
            letter-spacing: 2px;
        }

        .bodyFooterBox .btnCont .btnPay {
            background: #ECF5FF;
            color: #409EFF;
            border: 2px solid #409EFF;
        }

        .bodyFooterBox .btnCont .btnCancel {
            background: #F4F4F5;
            border: 2px solid #909399;
            color: #909399;
        }

        .bodyFooterBox .btnCont .btnPaper {
            background: #F0F9EB;
            border: 2px solid #67C23A;
            color: #67C23A;
        }

        .bodyFooterBox .btnCont .btnTipFont {
            width: 100%;
            border: 1px dotted #E6A23C;
            color: #E6A23C;
            background: #FDF6EC;
            padding: 15px 10px;
            font-size: 16px;
        }

            .bodyFooterBox .btnCont .btnTipFont .icon {
                font-size: 18px;
                margin-right: 5px;
            }



.webBodyBox .headerBox {
    background: #FFFFFF;
    height: 40px;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    position: relative;
    font-size: 16px;
    color: #303133;
    border-bottom: 1px solid #ccc;
}

    .webBodyBox .headerBox .abtnBack {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        color: #303133;
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }

.webBodyBox .topFiedHeader {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}

    .webBodyBox .topFiedHeader .abtnBack {
        padding-left: 30px;
    }



.panel-heading {
    position: relative;
}

    .panel-heading .square-box {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        cursor: pointer;
    }

    .panel-heading .btnCheckNo .fa-square-o {
        display: block;
        font-size: 26px !important;
    }

    .panel-heading .btnCheckNo .fa-check-square-o {
        display: none;
    }

    .panel-heading .btnCheckYes .fa-square-o {
        display: none;
    }

    .panel-heading .btnCheckYes .fa-check-square-o {
        display: block;
        font-size: 26px !important;
    }

.pay-body-pc {
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
}