label {
    margin-bottom: 6px;
}

a {
    cursor: pointer;
}

#terms_and_disclaimer .modal-body {
    line-height: 1.8;
}

#terms_and_disclaimer .modal-body p {
    margin-bottom: 15px;
}

#terms_and_disclaimer .modal-body ol {
    list-style: decimal;
}

#terms_and_disclaimer .modal-body ol ol {
    list-style: decimal;
    /*padding-left: 15px;*/
}

#terms_and_disclaimer .modal-body ol {
    counter-reset: item;
}

#terms_and_disclaimer .modal-body li {
    display: block;
    margin: 5px 0;
    text-indent: -1.1em;
    margin-left: 1em;

}
#terms_and_disclaimer .modal-body li ol li{
    padding-left: 13px;
    text-indent: -30px;
}

#terms_and_disclaimer .modal-body li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}

#terms_and_disclaimer .modal-body a {
    color: #277da5;
    text-decoration: underline;
}

.timeTableModal .modal-body {
    padding: 2.5rem;
    line-height: 1.8;
}

.timeTableModal h3 {
    font-size: 24px;
    font-weight: bold;
    color: #277da5;
    margin-bottom: 10px;
}

.timeTableModal h4 {
    color: #5d9dbb;
    margin-top: 20px;
}

.timeTableModal p {
    color: #000;
}

.timeTableModal .tabmore {
    text-align: center;
    margin: 30px 0;
}

.blueButton {
    border-radius: 40px;
    background-color: #277da5;
    color: #fff;
    padding: 15px 25px;
    transition: 0.5s ease;
    border: 1px solid #277da5;
}

.blueButton:hover {
    background-color: #fff;
    color: #277da5;
}


header {
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    z-index: 100;
}

header .header-top {
    background: #277DA5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 11px 80px;
}

header .header-top a {
    color: #fff;
}

header .header-top ul {
    display: flex;
    align-items: end;
}

header .header-top ul li {
    margin: 0 7px;
}

header .header-top s {
    display: block;
    height: 28px;
    width: 1px;
    background: rgba(255, 255, 255, 0.32);
    margin: 0 25px;
}

header .logo-menu-access .logo {
    display: flex;
    justify-content: space-around;
    padding: 20px 12px;
}

header .logo-menu-access .logo > div:last-child {
    width: 53%;
}

/*header .logo-menu-access .logo1 {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*}*/

header .logo-menu-access .hostLogo img {
    max-width: 180px;
    max-height: 50px;
}


header .logo-menu-access .logo a {
    /*margin: 0 15px 0 0;*/
}

header .logo-menu-access .logo div a {
}

header .logo-menu-access .logo p {
    font-size: calc(14px + var(--font-size));
    margin-bottom: 10px;
}

header .logo-menu-access .logo a img {
    width: 100%;
    object-fit: contain;
}

header .logo-menu-access .logo a.hkstp_logo {
    margin-right: 0;
}

header .logo-menu-access .logo a.hkstp_logo img {
    max-height: 2vw;
}

header .logo-menu-access .menu > ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo-menu-access .menu > ul > li {
    width: 100%;
    height: 100%;
    border-right: 1px solid #E9E9E9;
    position: relative;
}

header .logo-menu-access .menu > ul > li ul {
    position: absolute;
    top: 110px;
    width: 315px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    box-shadow: 1px 2px 5px 1px rgb(200 200 200 / 30%);
    height: 0;
    /*display: flex;*/
    /*overflow: hidden;*/
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s;
    display: none;
}

header .logo-menu-access .menu > ul > li {
    position: relative;
}

header .logo-menu-access .menu > ul > li .menu3 {
    left: 100%;
    top: 0;
}

header .logo-menu-access .menu > ul > li:hover > ul {
    height: unset;
    display: block;
}

header .logo-menu-access .menu > ul > li > ul > li:hover > ul {
    height: unset;
    display: block;
}

header .logo-menu-access .menu > ul > li > ul li {
    width: 100%;
    position: relative;
}

header .logo-menu-access .menu > ul > li > ul li:first-child {
}

header .logo-menu-access .menu > ul > li > ul li:last-child {
}

header .logo-menu-access .menu > ul > li > ul li a {
    color: #277DA5;
    font-size: calc(16px + var(--font-size));
    line-height: 1.4;
    transition: 0.5s ease;
    padding: 10px 15px;
    display: block;
}

header .logo-menu-access .menu > ul > li > ul > li:hover > a {
    background-color: #277DA5;
    color: #fff;
}

header .logo-menu-access .menu > ul > li > ul > li:hover > ul > li:hover > a {
    background-color: #277DA5;
    color: #fff;
}








header .logo-menu-access .menu > ul > li > a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(18px + var(--font-size));
    text-transform: uppercase;
}

header .logo-menu-access .menu > ul > li:first-child {
    border-left: 1px solid #E9E9E9;
}

header .logo-menu-access .menu > ul > li:hover a {
    color: #277DA5;
}

header .logo-menu-access .access {
    width: auto;
    display: flex;
    justify-content: end;
    padding-right: 0;
}

@media (max-width: 1410px) {
    header .logo-menu-access .access {
        width: 16.66666667%;
    }
}

header .logo-menu-access .access a {
    width: 110px;
    height: 100%;
    background: #1A79A5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(14px + var(--font-size));
    color: #fff;
}

header .logo-menu-access .access a:last-child {
    background: #0C6A95;
}


footer {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    background: #277DA5;
    color: #fff !important;
}

footer *,
footer p,
footer a {
    color: #fff !important;
    font-size: calc(16px + var(--font-size));
}

footer a {
    margin: 0 15px;
}

main {
    min-height: calc(100vh - 164px - 81px);
    position: relative;
}

main .banner {
    position: relative;
}

main .banner .img {
    width: 100%;
}

main .banner .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url("../images/mask2.png") no-repeat center / 100% 100%;
    display: flex;
    align-items: end;
    justify-content: center;
}

main .banner .mask * {
    color: #fff;
}

main .banner .mask h1 {
    font-size: calc(2.7vw + var(--font-size));
    text-shadow: 0 3px 0 #2e92ff;
    margin-bottom: 30px;
    line-height: 1;
}

main .banner .mask a {
    display: block;
    width: 75%;
    background: rgba(234, 105, 115, 0.87);
    margin: 0 auto;
    font-size: calc(1.5vw + var(--font-size));
    position: relative;
    margin-bottom: 15vh;
    padding: 10px 0;
}

main .banner .mask a img {
    position: absolute;
    top: 20%;
    width: 92px;
    right: 20%;
}

main .banner .mask h2 {
    font-size: calc(2vw + var(--font-size));
    text-shadow: 0 3px 2px #000;
    margin-bottom: 15px;
}

main .banner .mask p {
    font-size: calc(0.9vw + var(--font-size));
    margin-bottom: 30px;
}

main .access-main .sign-form {
    margin: 0 auto;
    background: #fff;
    padding: 70px 44px;
    box-shadow: 0 0 5px #ccc;
    border-radius: 12px;
    width: 603px;
    max-width: 100%;
}

main .access-main .sign-form > p,
main .access-main .sign-form a {
    font-size: calc(16px + var(--font-size));
    margin: 20px 0;
}

main .access-main .sign-form a {
    color: #277DA5;
    text-decoration: underline;
}

main .access-main .sign-form .form-group {
    position: relative;
}

main .access-main .sign-form .form-group .required {
    border: 1px solid #ff0000;
}

main .access-main .sign-form .form-group .cost-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 10px;
}

main .access-main .sign-form .form-group button {
    height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
    background: #277DA5;
    display: flex;
    align-items: center;
    justify-content: center;
}

main .access-main .sign-form .form-group .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

main .access-main .sign-form .form-group .item input,
main .access-main .sign-form .form-group .item select {
    margin-right: 5px;
}

main .access-main .sign-form .form-group .item .is_contact {
    margin-left: 5px;
}


main .access-main .sign-form .form-group .item button,
main .access-main .sign-form .form-group .item .checkbox {
    flex-shrink: 0;
}

main .access-main .sign-form .form-group .item .checkbox {
    width: 16%;
}

main .access-main .sign-form .form-group .item .checkbox label {
    font-size: calc(14px + var(--font-size));
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

main .access-main .sign-form .form-group .message-error,
main .access-main .sign-form .form-group .password-show-hide {
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 2;
}

main .access-main .sign-form .form-group .password-show-hide {
    z-index: 1;
}

main .access-main .sign-form .form-group .password-show-hide:hover {
    cursor: pointer;
}

/*main .access-main .sign-form .school_name .message-error {*/
/*  top: 10px;*/
/*}*/
main .access-main .sign-form .disrict-zoon-flex {
    display: flex;
    justify-content: space-between;
}

main .access-main .sign-form .disrict-zoon-flex > div {
    width: 49%;
}

main .access-main .sign-form .small-p {
    margin-top: 10px;
}

main .access-main .sign-form .small-p p {
    font-size: calc(12px + var(--font-size));
    color: #333;
    line-height: 1.5;
}

main .access-main .sign-form .form-check {
    font-size: calc(12px + var(--font-size));
    color: #333;
    line-height: 1.5;
}

main .access-main .sign-form .form-check-input[type=checkbox] {
    border-radius: initial;
}

main .access-main .sign-form .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 .sign-form .button-flex {
    display: flex;
    justify-content: center;
}

main .access-main .sign-form .button-flex .submit {
    padding: 10px 20px;
    margin: 25px 10px 0;
}

main .access-main .sign-form .button-flex .Forge {
    border: 1px solid #277DA5;
    background: #fff;
    color: #277DA5;
}

main .content-center {
    padding: 84px 0;
}

.PreviousNext li {
    list-style: none !important;
}

main .member-bg {
    background: url("../images/bg2.png") no-repeat center / cover;
    min-height: calc(100vh - 164px - 81px);
    width: 100%;
    position: relative;
    z-index: 0;
}

main .member-bg:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #277DA5;
    opacity: 0.79;
    z-index: -2;
}

main .success_html {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

main .success_html h1 {
    margin-top: 50px;
    font-size: calc(36px + var(--font-size));
}

main .success_html img {
    margin: 50px 0;
}

main .success_html p {
    font-size: calc(24px + var(--font-size));
    color: #333333;
    word-break: break-word;
}

.table_box_big a{word-break: break-word;}
@media (max-width: 1024px) {
    .table_blue,table.on-yu{zoom: 0.7}
    .table_blue th{word-break: normal !important;}
    header {
        display: none;
    }
    .sectioncontent .container .right .rightinner *:not(h1,h2,h3,h4,h5,h6,a,dd,button), .sectioncontent .container .tit *:not(h1,h2,h3,h4,h5,h6,a,dd,button) {
        word-break: break-word;
    }
    .header {
        box-shadow: 0 0 10px #ccc;
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100px;
        top: 0;
        z-index: 1000;
        display: block !important;
    }

    .header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    .header .container:after,
    .header .container:before {
        display: none;
    }

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

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

    .header .hostLogo img {
        height: initial;
        max-height: 38px;
        margin: 4px 15px 4px 0;
    }

    .header #dropdownMenu1 > img {
        height: 20px !important;
    }

    .header #navToggle {
        padding: 5px 15px 0;
        height: 100%;
        margin-right: -15px;
        display: inline-block;
        float: right;
    }

    .header #navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
        margin-top: 25px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #4f4f4f;
    }

    .header #navToggle span:after,
    .header #navToggle span:before {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #4f4f4f;
    }

    .header #navToggle span:before {
        top: 8px;
    }

    .header #navToggle span:after {
        bottom: 10px;
    }

    .header #navToggle.on span {
        height: 0;
    }

    .header #navToggle.on span:after {
        transform: rotate(45deg);
        bottom: 1px;
    }

    .header #navToggle.on span:before {
        transform: rotate(-45deg);
        top: 0;
    }


    footer {
        padding: 15px 0;
        flex-wrap: wrap;
    }

    footer p {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    main {
        margin-top: 100px !important;
        min-height: calc(100vh - 50px - 82px);
    }
}


/*****************************************home***********************************************/

.section, .section1, .section2, .section3 {
    background-color: #F6F6F6;
}

.section img {
    width: 100%;
    height: 52vh;
    object-fit: cover;
}

.section .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.section .swiper-button-next, .section .swiper-button-prev {
    color: #fff;
}

.section .swiper-button-next:after, .section .swiper-button-prev:after {
    font-weight: bold;
}

.section .swiper-button-prev {
    left: 20px;
    right: auto;
}

.section .swiper-button-next {
    right: 20px;
    left: auto;
}

.section .swiper-slide {
    overflow: hidden;
}

.section {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.section .textdiv {
    text-align: left;
}

.section .textdiv {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: flex-start;*/
    /*flex-direction: column;*/
    padding: 15px;
    color: #fff;
}

.section .textdiv .textleft nav {
    color: #fff;
    font-size: calc(42px + var(--font-size));
    text-shadow: 0 3px 2px #000;
    display: inline-block;
}
.section .textdiv .textleft nav{
    text-align: right;
}

.section .textdiv .textleft h1 {
    font-size: calc(58px + var(--font-size));
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    margin: 15px 0 10px;
    text-shadow: 0 3px 0 #2e92ff;
}

.section .textdiv .textleft p {
    font-size: calc(20px + var(--font-size));
    line-height: 1.42;
    color: #fff;
    text-shadow: 0 3px 2px #000;
}


.section .textdiv .textright button {
    color: #fff;
    font-size: calc(18px + var(--font-size));
    display: table;
    padding: 20px 80px;
    background: #277DA5;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}

.section img {
    width: 100%;
}

.section .more a {
    box-shadow: 1px 2px 5px 1px rgb(0 0 0 / 40%);
}

.swiper-pagination-bullet-active {
    background-color: #277DA5 !important;
}


.section1 .container {
}

.section1 .container ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 15px;
}

.section1 .container ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 15px 0;
    position: relative;
    padding: 15px;
}

.section1 .container ul li .boximg {
    border-radius: 50%;
    border: 1px solid #006492;
    overflow: hidden;
    position: absolute;
    left: 0;
}

.section1 .container ul li .boximg img {
    border: 5px solid #F6F6F6;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.section1 .container ul li:hover .boximg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.section1 .container ul li .item {
    box-shadow: 1px 2px 5px 1px rgb(200 200 200 / 40%);
    width: calc(100% - 50px);
    min-height: 85px;
    display: flex;
    align-items: center;
    padding: 10px 15px 10px 60px;
    background-color: #fff;
}

.section1 .container ul li .item {
    color: #006492;
    line-height: 1.4;
    font-size: calc(20px + var(--font-size));
}


.section2 .container .tit {
    display: flex;
    justify-content: center;
}

.section2 .container .tit h2 {
    font-size: calc(50px + var(--font-size));
}


.searchs form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

.searchs .layui-form-item {
    width: calc(25% - 60px);
}

.searchs .layui-form-item1 {
    width: calc(50% - 60px);
}


.searchs .layui-form-item.layuibtn {
    width: 130px;
}

.searchs .layui-btn {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: unset;
    border-radius: 50px;
}

.layui-input, .layui-select, .layui-textarea {
    /*
      height: 60px !important;
      line-height: 60px !important;
      border-radius: 50px !important;*/
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #cdcdcd;
}


.section3 {
    overflow: hidden;
}

.section3 .container ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.section3 .container ul li {
    padding: 15px;
}

.section3 .container ul .item {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.section3 .container ul li .item:hover {
    background-color: #277DA5;
}

.section3 .container ul li .boximg {
    border-radius: 15px;
    overflow: hidden;
}

.section3 .container ul li .boximg img {
    width: 100%;
    height: 488px;
    object-fit: cover;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.section3 .container ul li .item:hover .boximg img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


.section3 .container ul .item p {
    font-size: calc(20px + var(--font-size));
    margin-top: 15px;
}

.section3 .container ul .item b {
    font-size: calc(24px + var(--font-size));
    color: #277DA5;
    margin-top: 15px;
    display: block;
    font-weight: 100;
}

.section3 .container ul li .item:hover p, .section3 .container ul li .item:hover h4, .section3 .container ul li .item:hover b {
    color: #fff;
}


/*****************************************lastest_news***********************************************/


.sectionbanner {
    position: relative;
}

.sectionbanner .banner img {
    height: 500px;
    object-fit: cover;
}

.sectionbanner .txt h2 {
    font-size: calc(48px + var(--font-size));
    text-shadow: 0 5px 0px black;
}


.sectioncontent {
    background: url("../images/bg1.png") no-repeat center;
}

.sectioncontent1 {

}

.sectioncontent .right .uul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.sectioncontent .right .uul li {
    padding: 10px;
}


.sectioncontent .right .uul li.downli {
    padding: 0 10px 10px 10px;
}

.sectioncontent .right .uul li.downli .item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.sectioncontent .right .uul li.downli .item a .boximg {
    width: 49%;
}

.sectioncontent .right .uul li.downli .item a .text {
    width: 49%;
}

.sectioncontent .right .uul li.downli .item {
    padding: 15px;
}

.sectioncontent .right .uul li.downli .item nav {
    padding: 0 10px;
    color: #277DA5;
    margin: 15px 0 20px 0;
    display: flex;
    align-items: center;
}

.sectioncontent .right .uul li.downli .item nav img {
    padding-right: 10px;
}

.sectioncontent .right .uul li.downli .item span {
    float: left;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 20px;
}


.sectioncontent .right .uul .item {
    background-color: #F6F6F6;
    border-radius: 15px;
    padding: 12px 12px 70px 12px;
    text-align: left;
    height: 100%;
}


.sectioncontent .right .uul li .boximg {
    border-radius: 10px;
    overflow: hidden;
}

.sectioncontent .right .uul li .boximg img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.sectioncontent .right .uul li .item:hover .boximg img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.sectioncontent .right .uul .item h4 {
    font-size: calc(22px + var(--font-size));
    color: #000;
    margin-top: 15px;
    padding: 0 10px;
}


.sectioncontent .right .uul .item p {
    font-size: calc(16px + var(--font-size));
    margin-top: 10px;
    color: #333333;
    line-height: 1.42;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.sectioncontent .right .uul1 .item p {
    margin-top: 10px;
    margin-bottom: 15px;
}

.sectioncontent .right .uul .item span {
    text-align: right;
    float: right;
    margin: 0 5px;
    margin-top: 15px;
    position: relative;
    color: #277DA5;
}

.sectioncontent .right .uul .item span img {
    padding-left: 7px;
}

.sectioncontent .right .uul .item span:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: -7px;
    right: 0;
    background-color: #277DA5;
}

.sectioncontent .right .uul .item span:hover:before {
    width: 50%;
    right: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}


.sectioncontent .newinner {
    width: 74%;
    margin: 0 auto;
}

.sectioncontent .newinner .tit  h2 {
    color: #277DA5;
}

.sectioncontent .newinner .tit > div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D1D1D1;
    margin: 20px 0 30px 0;
    align-items: center;
}
.sectioncontent .newinner .tit > div h2{
    padding: 10px 0 ;
}

.sectioncontent .newinner .tit > div > p {
    display: flex;
    align-items: center;
    padding-bottom: 0;
}

.sectioncontent .newinner .tit > div > p > img {
    padding-right: 10px;
}

.sectioncontent .newinner .tit > div i {
    font-size: calc(24px + var(--font-size));
}


.sectioncontent .newinner p {
    font-size: calc(18px + var(--font-size));
    line-height: 1.6;
    padding-bottom: 10px;
    color: #6F6F6F;
}

.sectioncontent .newinner p img {
    max-width: 100%;
    margin: 20px auto;
}


.sectioncontent .newinner .PreviousNext {
    width: 100%;
    border-top: 1px solid #277DA5;
    border-bottom: 1px solid #277DA5;
    padding: 20px 15px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.sectioncontent .newinner .PreviousNext li a {
    color: #277DA5;
    padding: 0 40px;
}

.sectioncontent .newinner .PreviousNext li i {
    color: #277DA5;
    margin: 0 10px;
}


.sectionrelated {
    width: 90%;
    margin: 0 auto;
}

.sectionrelated .uul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.sectionrelated .uul li {
    padding: 10px;
}


.sectionrelated .uul .item {
    background-color: #F6F6F6;
    border-radius: 15px;
    padding: 12px 12px 70px 12px;
    text-align: left;
    height: 100%;
}

.sectionrelated .uul1 .item {
    border-radius: 0;
    border-top: 6px solid #277DA5;
}

.sectionrelated .uul li .boximg {
    border-radius: 10px;
    overflow: hidden;
}

.sectionrelated .uul li .boximg img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.sectionrelated .uul li .item:hover .boximg img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.sectionrelated .uul .item h4 {
    font-size: calc(22px + var(--font-size));
    color: #000;
    margin-top: 15px;
    padding: 0 10px;
}


.sectionrelated .uul .item p {
    font-size: calc(16px + var(--font-size));
    margin-top: 10px;
    color: #333333;
    line-height: 1.42;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.sectionrelated .uul .item span {
    text-align: right;
    float: right;
    margin: 0 5px;
    margin-top: 15px;
    position: relative;
    color: #277DA5;
}

.sectionrelated .uul .item span img {
    padding-left: 7px;
}

.sectionrelated .uul .item span:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: -7px;
    right: 0;
    background-color: #277DA5;
}

.sectionrelated .uul .item span:hover:before {
    width: 50%;
    right: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}


.sectioncontent .right .uul1 .item {
    border-radius: 0;
    border-top: 6px solid #277DA5;
}

.sectioncontent .right .righttit {
    background-color: #277DA5;
    padding: 20px 15px;
    color: #fff;
    text-align: center;
}

.sectioncontent .right .uul2 li {
    background-color: #FFFFFF;
    border-bottom: 1px solid #277DA5;
    padding: 20px 0;
}

.sectioncontent .right .uul2 li:nth-child(even) {
    background-color: #F4F7FA;
}

.sectioncontent .right .uul2 li a {
    cursor: pointer;
}

.sectioncontent .right .uul2 .item {
    background-color: unset;
    border-radius: unset;
    padding: unset;
    text-align: left;
    height: 100%;
}

.sectioncontent .right .uul2 .item p {
    padding: 0 15px;
    margin-top: 0;
}

.sectioncontent .right .uul2 .item .imgs {
    display: none;
}


.bgcover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 125, 165, 0.7);
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    overflow-y: scroll;
}

.bgcover img {
    padding: 50px;
    max-width: 100%;
}

.sectioncontent .container .right .rightinner {
    padding: 0 15px;
}


.sectioncontent .container .right .rightinner #eventform .layui-input-block{
    padding: 0 5px;
}

.sectioncontent .container .right .rightinner p {
    /*font-size: calc(16px + var(--font-size));*/
    line-height: 1.6;
    padding-bottom: 15px;
}

.sectioncontent .container .right .rightinner *:not(h1,h2,h3,h4,h5,h6,a,dd,button),
.sectioncontent .container .tit *:not(h1,h2,h3,h4,h5,h6,a,dd,button) {
    color: #6F6F6F;
}

.layui-form-select dl {
    top: 100%;
}

.sectioncontent .container .right .rightinner a,
.sectioncontent .container .right .rightinner a *,
.sectioncontent .container .tit a,
.sectioncontent .container .tit a * {
    /*text-decoration: underline;*/
    color: #6F6F6F;
}

.sectioncontent .container .right .rightinner img {
    max-width: 100%;
}

.sectioncontent .container .right .rightinner .mediaList div {
    display: flex;
    align-items: center;
}

.sectioncontent .container .right .rightinner .uls {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.sectioncontent .container .right .rightinner .uls li {
    margin-right: 15px;
    padding: 15px 40px;
    border: 1px solid #277DA5;
    border-radius: 50px;
    /*-webkit-transition: all 0.5s ease 0s;*/
    /*-moz-transition: all 0.5s ease 0s;*/
    /*-ms-transition: all 0.5s ease 0s;*/
    /*-o-transition: all 0.5s ease 0s;*/
    /*transition: all 0.5s ease 0s;*/
    list-style-type: none;
    margin-left: unset;
    margin-bottom: 30px;
}

.sectioncontent .container .right .rightinner .uls li a {
    color: #277DA5;
}

.sectioncontent .container .right .rightinner .uls li.active, .sectioncontent .container .right .rightinner .uls li:hover {
    background-color: #277DA5;
}

.sectioncontent .container .right .rightinner .uls li.active a, .sectioncontent .container .right .rightinner .uls li:hover a {
    color: #fff;
}


.sectioncontent .container .right .rightinner h4{
    font-size: calc(20px + var(--font-size));
    color: #0063A2;
    margin: 30px 0 15px 0;
}
.sectioncontent .container .right .rightinner h5 {
    font-size: calc(16px + var(--font-size));
    color: #0063A2;
    margin-bottom: 10px;
}


.sectioncontent .container .right .rightinner h3 {
    font-size: calc(24px + var(--font-size));
    color: #0063A2;
    margin: 0;
    line-height: 1.4;
}

.sectioncontent .container .right .rightinner .h31 {
    font-size: calc(24px + var(--font-size));
    color: #6F6F6F;
    margin: 0;
    line-height: 1.4;
}

.sectioncontent .container .right .rightinner .h31 a {
    color: #0063A2;
    text-decoration: underline;
}


.sectioncontent .container .right .rightinner ul {
}

.sectioncontent .container .right .rightinner ul li {
    color: #6F6F6F;
    font-size: calc(16px + var(--font-size));
    line-height: 1.6;
    list-style-type: disc;
    margin-left: 20px;
}

.sectioncontent .container .right .rightinner ul li::marker {
    color: #277DA5;
}


.sectioncontent .container .right .tabdiv {
    display: flex;
    justify-content: flex-start;
}

.sectioncontent .container .right .tabdiv ul li {
    list-style-type: none;
}

.sectioncontent .container .right .tabdiv #myTab {
    width: 33%;
    flex-direction: column;
    background-color: #fff;
    /*padding: 15px;*/
}

.sectioncontent .container .right .tabdiv #myTab li {
    margin-left: 0;
    position: relative;
    border-bottom: 1px solid #D8D8D8;
}

.sectioncontent .container .right .tabdiv #myTab li a {
    color: #0063A2;
    font-size: calc(20px + var(--font-size));
    display: block;
    padding: 15px 15px;
}

.sectioncontent .container .right .tabdiv #myTab li p {
    color: #6F6F6F;
    font-size: calc(16px + var(--font-size));
    line-height: 1.5;
    padding: 20px 15px;
    display: none !important;
}


.sectioncontent .container .right .tabdiv #myTab li.active a {
    background-color: #277DA5;
}

.sectioncontent .container .right .tabdiv #myTab li.active a, .sectioncontent .container .right .tabdiv #myTab li.active a:after {
    color: #fff;
}

.sectioncontent .container .right .tabdiv #myTab li.active a:after {
    content: ' ';
}

.sectioncontent .container .right .tabdiv #myTab li.active p {
    display: block !important;
}

.header {
    transition: all .6s;
    overflow: hidden;
}

.header.on {
    height: 70px;
}
.content-yu p{
    font-size: calc(16px + var(--font-size)) !important;
}

.sectioncontent .container .right .tabdiv #myTab li a:after {
    content: '\f067';
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    font-family: FontAwesome;
    transition: all .3s;
    color: #277DA5;
}


.sectioncontent .container .right .tabdiv #myTabContent {
    width: 67%;
}

.sectioncontent .container .right .tabdiv #myTabContent iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.tab-content > .active {
    opacity: 1;
    height: 100%;
}


.sectioncontent .container .right .rightinner .tables tr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #277DA5;
}

.sectioncontent .container .right .rightinner .tables tr th, .sectioncontent .container .right .rightinner .tables tr td {
    width: 25%;
    padding: 20px 15px;
    color: #6F6F6F;
    word-break: keep-all;
}
.right .rightinner .on-yu tr th, .right .rightinner .on-yu tr td {
    padding: 20px 15px;
    color: #6F6F6F;
    word-break: keep-all;
    border: 0;
}
.right .rightinner .on-yu tr{
    border-bottom: 1px solid #277DA5;
    background-color: #F4F9FF;
}
.right .rightinner .on-yu tr:nth-child(even) {
    background-color: #fff;
}
.right .rightinner .on-yu tr th{
    background-color: #277DA5;
    color: #fff !important;
}

.sectioncontent .container .right .rightinner .tables tr th {
    background-color: #277DA5;
    color: #fff;
}

.sectioncontent .container .right .rightinner .tables tr {
    background-color: #F4F9FF;
}

.sectioncontent .container .right .rightinner .tables tr:nth-child(even) {
    background-color: #fff;
}


.sectioncontent .container .right .rightinner .boothvotinguul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    margin-left: 0;
    margin: 30px 0;
}

.sectioncontent .container .right .rightinner .boothvotinguul li .left {
    width: 48%;
    padding-left: 0;
    position: relative;
}

.sectioncontent .container .right .rightinner .boothvotinguul li .left:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #277DA5;
    position: absolute;
    top: 15px;
    right: -15px;
}

.sectioncontent .container .right .rightinner .boothvotinguul li .left .boximg {
    width: 100%;
    position: relative;
    z-index: 999;
}

.sectioncontent .container .right .rightinner .boothvotinguul li .right {
    width: 50%;
    padding: 50px 40px;
}


.sectioncontent .container .right .rightinner .boothvotinguul li .right p {
    font-size: calc(20px + var(--font-size));
    line-height: 1.5;
}


.sectioncontent .container .right .rightinner .boothvotinguul li:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}


.sectioncontent .container .right .rightinner .contactuul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0;
}

.sectioncontent .container .right .rightinner .contactuul li a {
    color: #6F6F6F;
}

.sectioncontent .container .right .rightinner .contactuul li span {
    width: 80px;
}

.sectioncontent .container .right .rightinner .contactuul li div {
    width: calc(100% - 80px);
}

.sectioncontent .container .right .rightinner .contactuul li span img {
    width: 64px;
}

.sectioncontent .container .right .rightinner .contactuul li div p {
    padding-bottom: 0;
}

.sectioncontent .container .right .rightinner .table_blue th {
    padding: 10px;
    background-color: #277da5;
    border: 1px solid #ffffff;
    color: #fff;
    font-weight: bold;
}

.sectioncontent .container .right .rightinner .table_blue td {
    padding: 10px;
    border: 1px solid #277da5;
}

.sectioncontent .container .right .rightinner ol {
    padding-left: 15px;
}

.sectioncontent .container .right .rightinner ol li {
    list-style: decimal;
    margin-bottom: 10px;
    color: #6F6F6F;
    font-size: calc(16px + var(--font-size));
    line-height: 1.6;
}

.sectioncontent .container .right .rightinner #myTab1 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.sectioncontent .container .right .rightinner #myTab1 li {
    margin-right: 15px;
    padding: 15px 40px;
    border: 1px solid #277DA5;
    border-radius: 50px;
    /*-webkit-transition: all 0.5s ease 0s;*/
    /*-moz-transition: all 0.5s ease 0s;*/
    /*-ms-transition: all 0.5s ease 0s;*/
    /*-o-transition: all 0.5s ease 0s;*/
    /*transition: all 0.5s ease 0s;*/
    list-style-type: none;
    margin-left: unset;
    margin-bottom: 15px;
}

.sectioncontent .container .right .rightinner #myTab1 li a {
    color: #277DA5;
}

.sectioncontent .container .right .rightinner #myTab1 li.active, .sectioncontent .container .right .rightinner #myTab1 li:hover {
    background-color: #277DA5;
}

.sectioncontent .container .right .rightinner #myTab1 li.active a, .sectioncontent .container .right .rightinner #myTab1 li:hover a {
    color: #fff;
}


.sectioncontent .container .right .rightinner .tab-content1 .tab-pane ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sectioncontent .container .right .rightinner .tab-content1 .tab-pane ul li {
    width: calc(50% - 7.5px);
    padding: 15px;
    background-color: #fff;
    border-bottom: 2px solid #277DA5;
    margin-left: 0;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.sectioncontent .container .right .rightinner .tab-content1 .tab-pane ul li:hover {
    background-color: #277DA5;
    color: #fff;
}


#tabsdiv1_length, #tabsdiv1_filter, #tabsdiv1_info {
    display: none;
}

.sectioncontent .container .right .rightinner #tabsdiv1 {
    width: 100%;
}

.sectioncontent .container .right .rightinner #tabsdiv1 tr.odd, .sectioncontent .container .right .rightinner #tabsdiv1 tr.odd td {
    background-color: #fff !important;
    --bs-table-accent-bg: unset !important;
}

.sectioncontent .container .right .rightinner #tabsdiv1 thead tr th:last-child {
    background-image: unset;
}

.sectioncontent .container .right .rightinner #tabsdiv1 tbody tr td:last-child i {
    font-size: calc(28px + var(--font-size));
    color: #277DA5;
}

.sectioncontent .container .right .rightinner #tabsdiv1 tbody tr td:nth-child(3) p {
    /*font-size: calc(18px + var(--font-size));*/

}

.sectioncontent .container .right .rightinner #tabsdiv1 tbody tr td:nth-child(3) p a {
    color: #277DA5;
    text-decoration: underline;
    /*font-size: calc(16px + var(--font-size));*/
}

/*.sectioncontent .container .right .rightinner #tabsdiv1 tbody tr td:nth-child(7) a.sharethis-inline-share-buttons {
    margin-top: 15px;
}*/


.sectioncontent .container .right .rightinner #tabsdiv1 tr.even {
    background-color: #F5FAFC !important;
}


.sectioncontent .container .right .rightinner #tabsdiv1 tr td {
    border: none;
}

.sectioncontent .container .right .rightinner #tabsdiv1 tr.even td {
    background-color: #F5FAFC !important;
}

.sectioncontent .container .right .rightinner #tabsdiv1 thead tr th {
    background-color: #277DA5 !important;
    color: #fff;
    border: none;
}

.sectioncontent .container .right .rightinner table.dataTable.no-footer {
    border: none;
}

#tabsdiv1_paginate {
    display: flex;
    justify-content: center;
    width: 100%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #277DA5 !important;
    border: 1px solid #277DA5 !important;
    border-radius: 5px;
    color: #fff !important;
    background: #277DA5 !important;
}


.searchtable form .row{
    margin: 0;
    padding: 0;
    width: 100%
}


.searchtable form .row .layui-input-block{
    margin-top: 15px;
    width: 20%;
    /*flex: 1;*/
}
.searchtable form .row .layui-input-block label{
    font-size: calc(16px + var(--font-size));
}
.searchtable form .row .layui-input-block input,.searchtable form .row .layui-input-block select{
    font-size: calc(15px + var(--font-size));
}

ul.navication{
    padding-bottom: 100%;
}


/******************************************************************************************************/


@media (max-width: 1680px) {
    header .logo-menu-access .logo1 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    header .logo-menu-access .menu > ul > li > a {
        font-size: calc(16px + var(--font-size));
    }

    header .logo-menu-access .menu > ul > li > ul > li > a {
        font-size: calc(15px + var(--font-size));
    }

    header .logo-menu-access .logo a p {
        font-size: calc(12px + var(--font-size));
    }

    .section1 .container ul li .item {
        font-size: calc(19px + var(--font-size));
    }


    .sectioncontent .container .right {
        width: calc(80% - 15px);
        margin-left: 15px;
    }


}


@media (max-width: 1440px) {



    .sectioncontent .container .right .rightinner h3 br {
        display: none;
    }

    .sectioncontent .container .right .rightinner .boothvotinguul li .right p {
        font-size: calc(18px + var(--font-size));
        line-height: 1.4;
    }

    .sectioncontent .container .right .rightinner .boothvotinguul li .right {
        padding: 40px 30px;
    }

    .sectioncontent .container .right .rightinner .boothvotinguul li .left:after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #277DA5;
        position: absolute;
        top: 10px;
        right: -10px;
    }


    .sectioncontent .container .right .tabdiv #myTab li a {
        font-size: calc(18px + var(--font-size));
    }

    .sectioncontent .container .right .tabdiv #myTab li p {
        font-size: calc(15px + var(--font-size));
    }

    .sectioncontent .container .right .tabdiv #myTab li:after {
        top: 16px;
    }


    .section img {
        height: 55vh;
    }

    header .logo-menu-access .menu > ul > li > a {
        font-size: calc(15px + var(--font-size));
    }

    header .logo-menu-access .menu > ul > li > ul > li > a {
        font-size: calc(14px + var(--font-size));
    }

    header .logo-menu-access .logo a p {
        font-size: calc(12px + var(--font-size));
    }

    .section .textdiv .textleft nav {
        font-size: calc(32px + var(--font-size));
    }

    .section .textdiv .textleft h1 {
        font-size: calc(50px + var(--font-size));
    }

    .section .textdiv .textleft p {
        font-size: calc(20px + var(--font-size));
    }

    .section .textdiv .textright a {
        color: #fff;
        font-size: calc(16px + var(--font-size));
    }

    .section1 .container ul li .item {
        font-size: calc(18px + var(--font-size));
    }

    .section2 .container .tit h2 {
        font-size: calc(42px + var(--font-size));
    }

    .section3 .container ul .item b {
        font-size: calc(22px + var(--font-size));
    }

    .section3 .container ul .item p {
        font-size: calc(18px + var(--font-size));
    }

    .section1 .container ul li {
        width: 33.333%
    }


    .sectionbanner .txt h2 {
        font-size: calc(42px + var(--font-size));
    }

    .sectioncontent .right .uul .item h4 {
        font-size: calc(20px + var(--font-size));
    }

    .sectioncontent .right .uul .item p {
        font-size: calc(15px + var(--font-size));
    }

    .sectioncontent .right .uul .item span {
        font-size: calc(15px + var(--font-size));
    }

    .sectioncontent .container .left {
        width: 23%;
    }

    .sectioncontent .container .right {
        width: calc(77% - 15px);
        margin-left: 15px;
    }

    header .logo-menu-access .menu > ul > li > ul {
        top: 110px;
    }


}


@media (max-width: 1360px) {

    .header .logo-menu-access .logo {
        padding: 10px 10px;
    }

    header .logo-menu-access .logo a p {
        font-size: calc(11px + var(--font-size));
    }

    header .logo-menu-access .menu > ul > li > ul {
        top: 100px;
    }

    .sectioncontent .container .left {
        width: 25%;
    }

    .sectioncontent .container .right {
        width: calc(75% - 15px);
        margin-left: 15px;
    }

    .sectioncontent .right .uul li.downli {
        width: 100%;
    }

    .sectioncontent .right .uul li {
        width: 50%;
    }

    .sectioncontent .right .uul2 li {
        width: 100%;
    }

}


@media (max-width: 1280px) {

    .searchtable form .row .layui-input-block{
        width: 33.33%;
    }
    .searchtable form .row .layui-input-block label{
        font-size: calc(16px + var(--font-size));
    }
    .searchtable form .row .layui-input-block input,.searchtable form .row .layui-input-block select{
        font-size: calc(15px + var(--font-size));
    }




    header .logo-menu-access .menu > ul > li > ul {
        top: 95px;
    }



    /*.sectioncontent .container .right .tabdiv #myTab li > div{*/
    /*    display: block !important;*/
    /*}*/
    .sectioncontent .container .right .tabdiv #myTab li a {
        font-size: calc(16px + var(--font-size));
    }

    .sectioncontent .container .right .tabdiv #myTab li p {
        font-size: calc(14px + var(--font-size));
    }

    .sectioncontent .container .right .rightinner .uls {
        padding-bottom: 10px;
    }

    .header .logo-menu-access .logo {
        padding: 10px 10px;
    }


    .header .logo-menu-access .logo {
        padding: 10px 0;
    }

    header .logo-menu-access .logo a p {
        font-size: calc(11px + var(--font-size));
    }

    header .logo-menu-access .logo {
        padding: 10px 0;
    }


    header .logo-menu-access .logo a:last-child img {
        margin-top: 0 !important;
    }

    header .logo-menu-access .logo a.hkstp_logo img {
        max-height: 2.5vw;
    }

    header .logo-menu-access .menu > ul > li > a {
        font-size: calc(14px + var(--font-size));
    }

    header .logo-menu-access .menu > ul > li > ul > li > a {
        font-size: calc(13px + var(--font-size));
    }



    .sectioncontent .container .right .rightinner #tabsdiv1 tbody tr td:nth-child(7) a.sharethis-inline-share-buttons {
    }


}


@media (max-width: 1024px) {
    .sectioncontent .container .right .tabdiv #myTabContent {
        display: none;
    }
    .sectioncontent .container .right .tabdiv #myTab li.active > div {
        display: block !important;
    }
    .sectioncontent .container .right .rightinner #tabsdiv1 tbody tr td:nth-child(7) a.sharethis-inline-share-buttons .st-btn{
        width: 25px;
        height: 25px;
        line-height: 25px;
        padding: 0 3px;
    }
    .sectioncontent .container .right .rightinner #tabsdiv1 tbody tr td:nth-child(7) a.sharethis-inline-share-buttons .st-btn > img{
        top: 4px;
    }


    .sectioncontent .container .right .rightinner .boothvotinguul li {
        flex-direction: column;
    }

    .sectioncontent .container .right .rightinner .boothvotinguul li:nth-child(even) {
        flex-direction: column;
    }

    .sectioncontent .container .right .rightinner .boothvotinguul li .left, .sectioncontent .container .right .rightinner .boothvotinguul li .right {
        width: 100%;
    }

    .sectioncontent .container .right .rightinner .boothvotinguul li .right {
        padding: 30px 0;
    }


    .sectioncontent .container .right .tabdiv #myTab {
        width: 100%;
    }

    .sectioncontent .container .right .tabdiv #myTabContent {
        width: 100%;
    }

    .sectioncontent .container .right .rightinner .uls li {
        margin-bottom: 15px;
        padding: 15px 30px;
    }


    .section .textdiv .textleft nav {
        font-size: calc(30px + var(--font-size));
    }

    .section .textdiv .textleft h1 {
        font-size: calc(48px + var(--font-size));
    }

    .section .textdiv .textleft p {
        font-size: calc(20px + var(--font-size));
    }

    .section .textdiv .textright a {
        color: #fff;
        font-size: calc(16px + var(--font-size));
    }

    .section1 .container ul li .item {
        font-size: calc(18px + var(--font-size));
    }

    .section2 .container .tit h2 {
        font-size: calc(40px + var(--font-size));
    }

    .section3 .container ul .item b {
        font-size: calc(20px + var(--font-size));
    }

    .section3 .container ul .item p {
        font-size: calc(18px + var(--font-size));
    }

    .section1 .container ul li {
        width: 50%;
    }

    .section1 .container ul li a {
        padding: 7.5px 15px;
    }

    .searchs .layui-form-item {
        width: calc(33.33% - 50px);
    }

    .searchs .layui-form-item1 {
        width: calc(33.33% - 50px);
    }

    .searchs .layui-form-item.layuibtn {
        width: 130px;
    }

    .searchs .layui-btn {
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding: unset;
        border-radius: 50px;
    }

    .toTop-arrow {
        right: 2rem;
    }

    .sectioncontent .container .left {
        width: 28%;
    }

    .sectioncontent .container .right {
        width: calc(72% - 15px);
        margin-left: 15px;
    }

    .sectionbanner .txt h2 {
        font-size: calc(24px + var(--font-size));
        text-shadow: 0 2px 0px black;
    }


}


@media (max-width: 992px) {
    .sectioncontent .container .right .rightinner #tabsdiv1 tbody tr td:nth-child(7) a.sharethis-inline-share-buttons {
        margin-top: 10px;
    }



    .sectioncontent .container .right .tabdiv #myTab li.active > div iframe {
        width: 100%;
        height: 350px;
    }

    .sectioncontent .container .right .rightinner .tab-content1 .tab-pane ul li {
        width: 100%;
        padding: 15px;
    }

    .addresssection .address {
        padding: 0;
        flex-wrap: wrap;
    }

    .sectioncontent .container .right .rightinner ul {
        margin-right: 10px;
        margin-bottom: 30px;
    }


    .sectioncontent .container {
        padding-left: 0;
        padding-right: 0;
    }

    .sectioncontent .container .right {
        width: calc(72% - 10px);
        margin-left: 0;
        margin: 0 5px;
    }

    .sectioncontent .right .uul li {
        padding: 7.5px;
    }

    .sectioncontent .right .uul2 li {
        padding: 15px;
    }

    .sectionrelated .uul li {
        width: 50%
    }

    .sectioncontent .container .right .rightinner {
        padding: 0 10px;
    }


    .searchtable form .row .layui-input-block{
        width: 50%;
    }
    .searchtable form .row .layui-input-block label{
        font-size: calc(15px + var(--font-size));
    }
    .searchtable form .row .layui-input-block input,.searchtable form .row .layui-input-block select{
        font-size: calc(14px + var(--font-size));
    }



}

.head-top-banner img{
    height: auto!important;
}
.layui-btn[disabled=true]{
    background-color: #a1a1a1;
}
@media (max-width: 768px) {
    .section3 .container ul li .boximg img{
        height: auto;
    }
    .sectioncontent .container .right .rightinner .h31{
        font-size: calc(18px + var(--font-size)) ;
    }
    iframe{
        max-width: 100%;
    }
    .searchtable form .row .layui-input-block{
        width: 100%;
        padding: 0;
    }

    .sectioncontent .container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse !important;
    }

    .sectioncontent .container .right {
        margin-bottom: 30px !important;
    }

    .sectioncontent .container .right .rightinner .boothvotinguul li .right {
        margin-top: 0;
    }

    .sectioncontent .container .right .rightinner .table_box_big {
        /*overflow-x: scroll;*/
        position: relative;
        width: 100%;
    }


    .sectioncontent .container .right .rightinner .tables tbody {
        overflow-x: scroll;
    }

    .sectioncontent .container .right .rightinner .tables tr {
        width: 800px;
    }

    .sectioncontent .container .right .rightinner .tables tr th, .sectioncontent .container .right .rightinner .tables tr td {
        width: 200px;
    }


    .sectioncontent .container .right .rightinner #tabsdiv1_wrapper {
        overflow-x: scroll;
        position: relative;
        width: 100%;
    }

    .sectioncontent .container .right .rightinner #tabsdiv1 {
        /*font-size: 12px;*/
        zoom: 0.5;
    }

    .sectioncontent .container .right .rightinner #tabsdiv1 tbody {
        overflow-x: scroll;
    }

    /*.sectioncontent .container .right .rightinner #tabsdiv1 tr {*/
    /*    width: 840px;*/
    /*    display: flex;*/
    /*}*/
    .sectioncontent .container .right .rightinner #tabsdiv1 tr th, .sectioncontent .container .right .rightinner #tabsdiv1 tr td {
        /*width: 140px !important;*/
    }

    .sectioncontent .container .right .rightinner #tabsdiv1 tr th:last-child, .sectioncontent .container .right .rightinner #tabsdiv1 tr td:last-child {
        /*width: 60px !important;*/
        /*padding: 0;*/
        padding: 8px 15px;
    }
    #tabsdiv1 button{margin-top: 0 !important;}
    #tabsdiv1 .padd-yu-10{padding: 0 15px!important;}
    #tabsdiv1 .padd-yu-10 .row{margin: 0 !important;padding: 0 !important;}
    #tabsdiv1 .padd-yu-10 .col-sm-12{padding: 0;}
    #tabsdiv1 .padd-yu-10 label{margin-top: 15px;}
    .my-edit .common-title {
        font-size: calc(32px + var(--font-size)) !important;
    }
    .sectioncontent .container .right .rightinner {
        padding: 0;
    }

    .sectionrelated {
        width: 100%;
    }

    .sectionrelated .uul li {
        width: 100%;
        padding: 10px 0;
    }

    .sectioncontent .newinner {
        width: 100%;
    }

    .section img {
        height: 350px;
    }

    .section .textdiv {
        padding: 15px;
        padding-top: 0;
        left: 0;
    }

    .section .textdiv .textleft h1 {
        line-height: 1.1;
    }

    .section1 .container ul li {
        width: 100%;
    }

    .section1 .container ul li a {
        padding: 5px 0;
    }

    .section1 .container ul {
        padding: 0;
    }


    .searchs form {
        padding: 0;
    }

    .searchs .layui-form-item {
        width: 100%;
    }

    .searchs .layui-form-item1 {
        width: 100%;
    }

    .searchs .layui-form-item.layuibtn {
        width: 100%;
    }

    .searchs .layui-btn {
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding: unset;
        border-radius: 50px;
    }

    .section3 .container ul li {
        padding: 7.5px 0;
    }

    .section .textdiv .textleft *{
        text-align: left !important;
    }
    .section .textdiv .textright{
        float: left !important;
    }
    .section .textdiv .textleft nav {
        font-size: calc(30px + var(--font-size));
    }

    .section .textdiv .textleft h1 {
        font-size: calc(28px + var(--font-size));
    }
    .section .textdiv .textleft h1 p{
        margin-top: 1rem;
    }

    .section .textdiv .textleft p {
        font-size: calc(18px + var(--font-size));
    }

    .section .textdiv .textright a {
        color: #fff;
        font-size: calc(16px + var(--font-size));
    }

    .section1 .container ul li .item {
        font-size: calc(18px + var(--font-size));
    }

    .section2 .container .tit h2 {
        font-size: calc(36px + var(--font-size));
    }

    .section3 .container ul .item b {
        font-size: calc(18px + var(--font-size));
    }

    .section3 .container ul .item p {
        font-size: calc(16px + var(--font-size));
    }

    .toTop-arrow {
        right: 1rem;
    }


    .sectionbanner .banner img {
        height: 380px;
    }

    .sectioncontent .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sectioncontent .container {
        flex-direction: column;
    }

    .sectioncontent .container .left {
        width: 100%;
        padding: 0;
    }

    .sectioncontent .container .right {
        width: 100%;
        margin: 0;
    }

    .sectioncontent .container .right .rightinner h4 {
        margin-top: 0
    }

    .sectioncontent .container .left .category2 {
        margin-top: 15px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .sectioncontent .right .uul li.downli .item a {
        flex-direction: column;
    }

    .sectioncontent .right .uul li.downli .item a .boximg, .sectioncontent .right .uul li.downli .item a .text {
        width: 100%;
    }

    .sectioncontent .right .uul li.downli {
        padding: 0 0 7.5px 0;
    }

    .sectioncontent .right .uul li.downli .item {
        padding: 15px 15px 35px 15px;
    }

    .sectioncontent .right .uul li {
        width: 100%;
        padding: 7.5px 0;
    }

    .sectioncontent .right .uul2 li {
        width: 100%;
        padding: 15px 0;
    }


}

@media (max-width: 700px) {

    /*.header .hostLogo img {*/
    /*    max-height: 28px;*/
    /*}*/

    .header .hostLogo p {
        font-size: 12px;
    }

}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    border: 1px solid #277DA5 !important;
    border-radius: 5px;
    color: #fff !important;
    background: #277DA5 !important;
}

@media (max-width: 550px) {
    .sectionbanner .txt h2 {
        font-size: calc(18px + var(--font-size));
        text-shadow: 0 2px 0px black;
    }
    main {
        margin-top: 150px !important;
    }

    .header {
        height: 150px;
    }

    .sectioncontent .newinner .tit > div {
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .header .container {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .header .logo {
        order: 1;
    }

    .header .hostLogo {
        order: 3;
    }

    .header #navToggle {
        order: 2;
        height: initial;
    }

    .header .hostLogo img {
        max-height: 30px;
    }

    .header .hostLogo p {
        font-size: 12px;
    }
    main .access-main .form-group .item .checkbox label{
        font-size: calc(12px + var(--font-size)) !important;
    }
}
@media (max-width: 375px) {
    .header .hostLogo img {
        max-height: 27px;
    }
}

.st-disclaimer, .st-logo, .st-btns .st-btn {
    display: none !important;
}

.st-btns .st-btn[data-network=email],
.st-btns .st-btn[data-network=facebook],
.st-btns .st-btn[data-network=messenger],
.st-btns .st-btn[data-network=wechat],
.st-btns .st-btn[data-network=whatsapp] {
    display: block !important;
}

.st-btns {
    display: flex;
    justify-content: center;
}

.st-btn[data-network='sharethis'] {
    background-color: #277DA5 !important;
}

@media (max-width: 800px) {
    .st-btns {
        align-items: flex-start;
        justify-content: center;
        height: fit-content;
        flex-wrap: wrap;
    }

    .st-btns .st-btn {
        width: 47% !important;
    }

}