#terms_and_disclaimer .modal-body p{
    line-height: 1.5;
    font-size: calc(16px + var(--font-size));
    /*text-align: justify;*/
}
#terms_and_disclaimer .modal-body .form-check{
    margin-top: 30px;
}
main .access-main .my-form .form-group button {
    line-height: 16px;
}
main .access-main .my-form .disrict-zoon-flex > div{
    width: 49%;
}
.school_name{
    position: relative;
    overflow: initial;
}

.school_name ul{
    padding: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    margin-top: 2px;
    border: 1px solid #c6c8cc;
    position: absolute;
    display: none;
    z-index: 2;
}
.school_name ul li{
    list-style: none;
    text-indent: 10px;
}
.school_name ul li a {
    display: block;
    text-decoration: initial !important;
    color: #333 !important;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0 !important;
}
.school_name ul li:hover {
    background-color: #f2f6fa;
}
.school_name ul li a:active, .school_name ul li.active a {
    background-color: #e4e9f2;
}
.my-edit{
    padding: 60px 0;

}
.my-edit .common-title{
    font-size: calc(36px + var(--font-size));

}
main .access-main .my-form > p,
main .access-main .my-form a {
    font-size: calc(16px + var(--font-size));
    margin: 20px 0 50px;
}
main .access-main .my-form a {
    color: #277DA5;
    text-decoration: underline;
}
main .access-main .my-form .form-group {
    position: relative;
}
main .access-main .my-form .form-group .required {
    border: 1px solid #ff0000;
}
main .access-main .my-form .form-group .cost-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 10px;
}
main .access-main .my-form .form-group button {
    height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
    background: #277DA5;
}
main .access-main .my-form .form-group .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
main .access-main .my-form .form-group .item:first-child{
    margin-top: 0;
}
main .access-main .my-form .form-group .item input,
main .access-main .my-form .form-group .item select {
    margin: 0 5px 0 0;
}
main .access-main .my-form .form-group .item button,
main .access-main .my-form .form-group .item .checkbox {
    flex-shrink: 0;
}
main .access-main .my-form .form-group .item .checkbox {
    width: 16%;
}
main .access-main .my-form .form-group .item .checkbox label {
    font-size: calc(14px + var(--font-size));
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
main .access-main .my-form .form-group .message-error,
main .access-main .my-form .form-group .password-show-hide {
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 2;
}
main .access-main .my-form .form-group .password-show-hide {
    z-index: 1;
}
main .access-main .my-form .form-group .password-show-hide:hover {
    cursor: pointer;
}
main .access-main .my-form .disrict-zoon-flex {
    display: flex;
    justify-content: space-between;
}
main .access-main .my-form .disrict-zoon-flex > div {
    width: 32%;
}
main .access-main .my-form .small-p {
    margin-top: 10px;
}
.small-p p {
    font-size: calc(12px + var(--font-size));
    color: #999999;
    line-height: 1.5;
}
main .access-main .my-form .form-check {
    font-size: calc(12px + var(--font-size));
    color: #999999;
    line-height: 1.5;
}
main .access-main .my-form .form-check-input[type=checkbox] {
    border-radius: initial;
}
main .access-main .submit {
    padding: 12px 60px;
    font-size: calc(16px + var(--font-size));
    color: #fff;
    background: #277DA5;
    border-radius: 5px;
    display: block;
    margin: 20px auto 0;
}
main .access-main .submit[disabled=true]{
    background: #a3a3a3;
    color: #333;
}
main .access-main .my-form .button-flex {
    display: flex;
    justify-content: center;
}
main .access-main .my-form .button-flex .submit {
    padding: 10px 20px;
    margin: 25px 10px 0;
}
main .access-main .my-form .button-flex .Forge {
    border: 1px solid #277DA5;
    background: #fff;
    color: #277DA5;
}
.my-edit .my-form .form-group label{
    font-size: calc(16px + var(--font-size));
}
.my-edit .my-form .form-group .form-control{
}
.my-edit .my-form .form-group .form-control-plaintext{
    font-size: calc(14px + var(--font-size));
    color: #999999;
}
.common-title hr{
    margin-top: 20px;
    border-top: 1px solid #686868 !important;
}
.warning{
    padding: 12px 15px;
    background: #FFF8EA;
    color: #666666;
    font-size: calc(14px + var(--font-size));
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.warning img{
    margin-right: 15px;
}
.success_alert,.confirm_alert{
    position: fixed;
    z-index: 99999;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.success_alert>div,.confirm_alert>div{
    width: 30vw;
    text-align: center;
    padding: 70px 0 0;
    border-radius: 21px;
    background: #fff;
}
.success_alert>div .icon-msg,.confirm_alert>div .icon-msg{
    width: 100%;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 30px;
}
.success_alert>div .icon-msg img,.confirm_alert>div .icon-msg img{
    margin-bottom: 30px;
}
.success_alert>div a,.confirm_alert>div a{
    display: block;
    width: 100%;
    padding: 20px 0;
    color: #277DA5;
    font-size: calc(30px + var(--font-size));
}
.confirm_alert>div .buttons {
    display: flex;
}
.confirm_alert>div .buttons a{
    width: 50%;
    border-top: 1px solid #e5e1e1;
    padding: 20px 0;
    font-size: calc(16px + var(--font-size));
}
.confirm_alert>div .buttons a:first-child{border-right: 1px solid #e5e1e1;}
.my-form .password-show-hide{
    top: 6px !important;
    right: 20px !important;
}

.newinner h1{
    color: #277DA5;
}
.newinner h2{
    color: #000;
}
.newinner h3{
    margin: 35px 0px 10px;
    position: relative;
    display: inline-block;
}
.newinner h3::after{
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 10px;
    width: calc(100% + 15px);
    background-color: #1a79a570;
    content: '';
}


/*新闻详情css*/
.newinner h4{
    margin: 20px 0px 10px;
    font-size: calc(18px + var(--font-size));
    font-weight: bold;
}
.newinner ul{
    padding-left: 25px;
}
.newinner ul li{
    list-style: disc;
    margin-bottom: 6px;
}
.newinner table td{
    padding: 6px 10px 6px 0;
}
.newinner a{
    color: #277DA5;
}
.newinner img{
    max-width: 100%;
}

/*搜索css*/
.searchform-fly-overlay, .menu-full-screen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    /*transition: all ease-in-out .25s;*/
    z-index: 10000999;
}
.open-search-form.searchform-fly-overlay, .open-menu-fullscreen.menu-full-screen {
    visibility: visible;
    opacity: 1;
}
.searchform-fly-overlay .btn-close-search {
    font-size: 40px;
    display: block;
    position: absolute;
    top: 20%;
    right: 20%;
    line-height: 40px;
    height: 40px;
    transition: all .3s;
    color: #fff;
}
.searchform-fly-overlay .searchform-fly {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: calc(18px + var(--font-size));
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.searchform-fly-overlay h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: calc(32px + var(--font-size));
    margin-bottom: 70px;
}
.search-form {
    position: relative;
}
.searchform-fly-overlay .search-field {
    width: 800px;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    text-align: center;
    font-size: calc(24px + var(--font-size));
    padding: 20px;
    color: #fff;
    transition: all .3s ease-out;
    font-weight: 300;
    max-width: 95%;
    height: 40px;
}
.searchform-fly-overlay .search-field::-webkit-input-placeholder{
    color: #fff;
}
.search-form .search-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    right: 5px;
    border: none;
    color: #ffff;
    background: none;
    padding: 0;
}
.home-banner .desktop,
.home-banner .ipad,
.home-banner .mobile{
    display: none;
}
.new_logo_class{
    display: flex;
}
.new_logo_class > div{
    width: 33.333333%;
    margin-right: 3vw;
}
.new_logo_class > div:last-child{
    margin-right: 0;
}
/*.new_logo_class > div:last-child img{*/
/*    margin-top: 10px;*/
/*}*/
.new_logo_class p{
    margin: 20px 0 5px;
}
.new_logo_class img{
    width: 100%;
}
.mnavLogo img{
    height: 70px;
    padding: 6px;
}

.m_nav .logo img {
    height: 70px;
    padding: 6px;
}

.m_nav .hostLogo{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.m_nav .hostLogo img{
    height: initial;
    max-width: 30vw;
    max-height: 45px;
    margin: 4px 15px 4px 0;
}

.m_nav .hostLogo .hkstp_logo img{
    max-height: 6vw;
}


.m_nav p{
    font-size: calc(12px + var(--font-size));
}

.mnavLevelOne,.mnavLevelOne ul,.mnavLevelTwo ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}
.mnavLevelOne > div{
    border: 1px solid #91bbce;
    text-align: center;
    color: #91bbce;
    font-weight: bold;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 50px;
    line-height: 50px;
}
.mnavLevelOne ul li{
    margin: 0 6px;
    line-height: 1;
}
.mnavLevelOne a{
    color: #1a79a5;
    font-weight: bold;
}
.mnavLevelTwo ul li{
    flex: 1;
}
.mnavLevelTwo ul li a{
    background-color: #1a79a5;
    border: 2px solid #1a79a5;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 15px;
}
.mnavLevelTwo ul li:nth-child(2) a{
    background-color: #0c6a95;
    border: 2px solid #0c6a95;
}
.countdown{
    position: sticky;
    width: 100%;
    top: 164px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    background: #fff;
    z-index: 998;
}
.countdown ul{
    display: flex;
    margin-left: 30px;
}
.countdown ul li{
    display: flex;
    align-items: center;
    border-right: 2px solid #ededed;
    padding: 0 20px;
}
.countdown ul li:last-child{
    border: 0;
}
.countdown ul li b{
    font-size: 36px;
    color: #277DA5;
    font-weight: bold;
    margin-right: 15px;
}
@media screen and (min-width: 1024px){
    .home-banner .desktop{display: block;}
}
@media screen and (max-width: 1024px){
    .countdown{
        padding: 15px;
        flex-wrap: wrap;
        top: 100px;
    }
    .countdown ul{
        margin-left: 0;
    }
    .countdown ul li{
        border-right: 0;
        padding: 0 10px;
        border-right: 2px solid #ededed;
    }
    .countdown ul li b{
        font-size: 24px;
        margin-right: 10px;
    }
    .home-banner .ipad{display: block;}
    .home-banner .desktop{display: none;}
    .searchform-fly-overlay .btn-close-search {
        right: 5%;
    }
    .success_alert>div,.confirm_alert>div{
        width: 80vw;
        padding: 40px 0 0;
    }
    main .access-main .sign-form{
        padding: 70px 15px;
    }
    .editor_content img{
        max-width: 100%;
        height: auto;
    }
    .wp-image-2584{
        margin-top: 20px;
    }
    .address-input{display: block;!important;}
}
.st-close{
    bottom: 70px !important;
}
@media screen and (max-width: 550px){
    .countdown{
        margin: 150px 0 -150px;
    }
    .countdown.on{
        top: 70px;
    }
    .home-banner .ipad{display: none;}
    .home-banner .mobile{display: block;}
    main .access-main .form-group .item .checkbox{
        width: 19% !important;
    }
    main .access-main .my-form .col-sm-1 button{
        float: right;
        margin-top: 10px;
    }
    main .access-main .my-form .message-box{
        position: absolute;
        bottom: 25px;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 70px);
        min-height: calc(100% - 70px);
    }
    .section .textdiv .textright{width: 100%;}
    .section .textdiv .textright button{
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }
}
@media (max-width: 375px){
    .section .textdiv .textleft h1 {
        font-size: calc(25px + var(--font-size));
    }
}

main .access-main .form-group .item .checkbox input{
    margin-top: 0;
    flex-shrink: 0;
}
