body {
    min-width: unset;
}

@media screen and (max-width: 767px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* START 菜单 */
.HS_header {
    width: 100%;
    height: 65px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    background-color: #1b5b49;
}

.headerbox {
    width: 82%;
    height: 100%;
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerbox_left {
    display: flex;
    align-items: center;
    height: 100%;
}

.header_title {
    margin-right: 15px;
    line-height: 40px;
}

.header_title a {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    line-height: 40px;
}

.header_menubox {
    display: flex;
    align-items: center;
    height: 100%;

}

.header_menubox button {
    width: 30px;
    height: 30px;
    padding: 0px;
    border-radius: 5px;
    border: none;
    outline: none;
}

.header_menubox button {
    display: none;
    position: relative;
}

.header_menubox button span,
.header_menubox button:before,
.header_menubox button:after {
    width: 20px;
    height: 4px;
    background-color: #1c624f;
    display: block;
    border-radius: 2px;
}

.header_menubox button span {
    margin: 0px auto;
}

.header_menubox button:before,
.header_menubox button:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;

}

.header_menubox button:before {
    top: 5px;
}

.header_menubox button:after {
    bottom: 5px;
}

.header_menu {
    height: 100%;
}

.header_menu ul {
    display: flex;
    align-items: center;
    margin: 0px;
    height: 100%;
}

.header_menu li {
    position: relative;
    list-style: none;
    height: 100%;
}

.header_menu li a {
    position: relative;
    z-index: 2;
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 20px;
    align-items: center;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
}

.header_menu li:after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background-color: #000000;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity .5s ease-in;
}

.header_menu li.checked:after,
.header_menu li:hover:after {
    opacity: 0.2;
}

.header_menu_bg {
    display: none;
}

.headerbox_login {
    color: #ffffff !important;
}



.headerbox_user {
    background-color: #3e9784;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.headerbox_user span {
    margin-right: 10px;
    display: block;
    max-width: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.headerbox_user .caret {
    border-top-color: #ffffff;
    transform: rotate(-90deg);
    transition: all 0.2s ease-in;
}

.headerbox_user.checked .caret {
    transform: rotate(0deg);
}

.headerbox_right_box {
    position: relative;
}

.headerbox_user_nav {
    position: absolute;
    opacity: 0;
    right: 0px;
    top: 100%;
    padding-top: 20px;
    height: 0px;
    overflow: hidden;
    transition: height 0.2s ease-in;
}

.headerbox_user_nav_box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.headerbox_user_nav_box {}

.headerbox_user_nav_box:after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #40b79e;
}

.headerbox_user_nav_list {
    position: relative;
    z-index: 3;
    text-align: center;
    box-sizing: border-box;
    width: 150px;
}

.headerbox_user_nav_list a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #ffffff;
    box-sizing: border-box;
}

.headerbox_user_nav_list a:hover {
    background-color: #5ebfae;
}

.headerbox_right {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.changlang_box {
    position: relative;
}

.changlang_now {
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #9d070d;
    margin-left: 10px;
    cursor: pointer;
}

.changlang_listbox {
    position: absolute;
    opacity: 0;
    right: 0px;
    top: 100%;
    padding-top: 20px;
    height: 0px;
    overflow: hidden;
    transition: height 0.2s ease-in, opacity 0.2s ease-in;
}

.changlang_list {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.changlang_list:after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #dd454f;
}

.changlang_list a {
    display: block;
    width: 100%;
    color: red;
    text-align: center;
    position: relative;
    z-index: 3;
    height: 100%;
    padding: 10px;
    color: #ffffff;
    box-sizing: border-box;
}

.changlang_list a:hover {
    background-color: #e37179;
}

@media screen and (max-width: 900px) {
    .headerbox {
        width: 92%;
    }

    .header_menubox .header_menu {
        display: none;
    }

    .header_menubox button {
        display: block;
    }

    .header_menubox .header_menu {
        position: absolute;
        left: 0px;
        top: 100%;
        width: 100%;
        height: calc(100vh - 65px);
    }

    .header_menu ul {
        flex-wrap: wrap;
        height: auto;
        background-color: #2b7d66;
        position: relative;
        z-index: 2;
    }

    .header_menu ul li {
        width: 100%;
    }

    .header_menu ul li a {
        height: 60px;
        padding: 0 9%;
    }

    .header_menu_bg {
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #000000;
        opacity: 0.2;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: block;
    }
}

/* END 菜单 */
@media screen and (max-width: 1100px) {

    .container,
    .box_title {
        width: 92%;
    }

    .container .row {
        flex-wrap: wrap;
    }

    .ex_new_sidebar {
        margin-right: 0px;
        width: 100%;
    }

    .ex_new_sidebar .bs-docs-sidenav {
        margin: 0 auto;
        width: 50%;
        margin-bottom: 50px;
    }

    .ex_content {
        padding: 0px;
    }
}

@media screen and (max-width: 767px) {
    .ex_new_sidebar .bs-docs-sidenav {
        width: 100%;
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 1120px) {}

.footerbg {
    background-image: linear-gradient(to bottom, #1d6752, #1b5b49);
}

.footer_content {
    border-bottom: 2px solid #16493a;
}

.footer_copyright {
    color: #ffffff;
}

.eskin_teambox {
    width: 55%;
}

.Hs_login .HS_loginBox {
    background: #f5f5f5;
    padding: 40px;
    margin: 60px 0;
    margin-right: 40px;
    border-radius: 30px;
    border: 1px solid #dfdfdf;
    width: 500px;
}

.Hs_login .login_list {
    padding-right: 0px;
}

.Hs_login .login_list:after {
    width: 100%;
}

.HS_Verify {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.HS_Verify .login_verifyimg {
    margin: 0px;
    margin-left: 10px;
    flex-shrink: 0;
}

.HS_Verify .login_verifyimg .controls {
    width: 150px;
}

.loginbtn_box {
    margin-top: 50px;
    flex-wrap: wrap;
}

.Hs_login input:-internal-autofill-previewed,
.Hs_login input:-internal-autofill-selected {
    transition: background-color 9999999999999s !important;
}

.navbar-fixed-top .container {
    box-sizing: border-box;
}

.jumbotron {
    width: 100%;
    height: auto;
    margin: 0px;
    aspect-ratio: 384/59;
    background-size: cover;
    background-position: center;
    background-image: url('../images/banner_green.jpg');
}

.l_login,
.l_regist {
    width: 47%;
    height: 56px;
    line-height: 56px;
    border-radius: 56px;
    font-size: 20px;
}

.l_login,
.btn.l_login:hover {
    background-image: linear-gradient(to right, #3c8c7a, #1c9e79, #124a3a);
}

.l_regist,
.l_regist:hover {
    background-color: #e9f5ed;
    border: 1px solid #36907a;
    color: #229b79;
}

.l_resetmsg_box {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

.l_resetmsg_box .l_resetmsg {
    width: auto;
    height: auto;
    border: none;
    background: none;
    line-height: inherit;
    font-size: inherit;
    font-weight: bold;
    margin-left: 5px;
    color: #229b79;
}

.Hs_login .login_img {
    display: flex;
    align-items: center;
}

.Hs_login .login_img img {
    position: relative;
    right: unset;
    bottom: unset;
}



@media screen and (max-width: 500px) {
    body {
        min-width: unset;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-fixed-top {
        position: fixed;
        margin: 0px;
        width: 100%;
    }

    .navbar-inverse .navbar-inner {
        box-sizing: border-box;
    }

    .navbar-fixed-top .container {
        padding: 0 5px;
    }

    body>.navbar-fixed-top .brand {
        font-size: 20px;
    }

    .nav-collapse.collapse {
        position: absolute;
    }

    .nav-collapse.collapse.nopull {
        position: relative;
        height: auto;
        overflow: unset;
    }

    .pull_left .nav-collapse.collapse {
        width: 100%;
        left: 0px;
        top: 65px;
        background-color: #811019;
    }

    .navbar-inverse .pull_left .nav {
        display: block;
    }

    .nav-collapse .nav {
        margin-bottom: 0px;
    }

    .navbar .nav>li {
        margin: 0px;
    }

    .nav-collapse .open>.dropdown-menu {
        position: absolute;
    }

    .jumbotron {
        aspect-ratio: 384/100;
    }

    .login_content .span12 {
        width: 100%;
        box-sizing: border-box;
    }

    .container {
        width: 92%;
    }

    .eskin_teambox {
        width: 100%;
    }
}





/* 登記中心 */

/* 登記中心 - 标题 */
.HS_TitleBox {
    display: flex;
    justify-content: space-between;
    margin: 32px auto;
}

.HS_TitleBox .box_title_left {
    display: flex;
    align-items: center;
}

.HS_TitleBox .box_title_cn,
.HS_TitleBox .box_title_en {
    float: none;
}

.HS_TitleBox .box_title_cn,
.box_title_cn {
    font-size: 40px;
}

.HS_TitleBox .box_title_right {
    text-align: right;
}

.HS_TitleBox .ground_id {
    font-size: 22px;
    line-height: 40px;
}

.HS_TitleBox .ground_id span {
    font-weight: bold;
    color: #d23c2e;
}

.HS_TitleBox .ground_tips {
    font-size: 14px;
    line-height: 20px;
    color: gray;
}

/* 登記中心 - 菜单 */
.HS_SubMenu {
    height: 70px;
}

/* 登記中心 - 通知 */
.HS_Notice {
    height: 50px;
}

.HS_Notice .ba_notcie_title {
    margin: 0 20px;
}

.HS_Notice .ba_notcie_title img {
    margin-right: 8px;
}

.HS_Notice .ba_notcie {
    padding: 11px 0;
    box-sizing: border-box;
}

.HS_Notice .ba_notcie_block {
    position: relative;
    width: 100%;
    height: 100%;
}

.HS_Notice .bo_notice_box {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

/* 登記中心 - 表单 */
.HS_Content_edit.HS_col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.HS_Content_edit .control-group,
.HS_Content_edit .control-group-2 {
    float: none;
    margin: 0px;
    margin-bottom: 20px;
    height: auto;
}

.HS_Content_edit.HS_col2 .control-group-2 {
    width: 48%;
}

.HS_Content_edit .control-group label,
.HS_Content_edit .control-group-2 label {
    margin-bottom: 10px;
}

.HS_Content_edit .controls input[readonly] {
    background-color: #dddddd;
}

.HS_Content_edit .intl-tel-input input {
    border: none;
    height: 100% !important;
}

.HS_Content_btnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.HS_Content_btnBox button,
.HS_Content_btnBox a {
    display: block;
    float: none;
    margin: 10px 20px;
    box-sizing: border-box;
    width: 180px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

/* 登記中心 - 表单 - 基本资料 */
.ex_table,
.ex_tablebox {
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
}

/* 登記中心 - 团体登记列表 */

/* 登記中心 - 团体登记列表 - 功能 */
.HS_Content_mBtnbox {
    display: flex;
}

.HS_Content_mBtnbox a {
    font-size: 16px;
    padding: 0 15px;
    margin-right: 20px;
}

.HS_Content_mBtnbox a:last-child {
    margin-right: 0px;
}

.HS_Content_search {
    margin: 0px;
}

.HS_Content_add .banp_edit_icon,
.HS_Content_search .banp_search_icon {
    width: 16px;
    height: unset;
}

.HS_Content_search .banp_search_icon {
    margin: 0 10px;
}

.HS_Content_search .search-input,
.HS_Content_search .search-input:focus {
    box-shadow: none;
    outline: none;
}

.HS_Content_search .btn.submit-btn {
    background: #ebebeb;
    text-shadow: none;
    height: 100%;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 14px;
}

.HS_main_search {
    display: flex;
    align-items: center;
}

/* 登記中心 - 团体登记列表 - 列表 */
.HS_Table {
    padding: 20px;
}

.HS_Table .data-table {
    margin: 0px;
}

.HS_Table thead th,
.HS_Table tbody td {
    padding: 5px;
    height: auto;
    min-height: 40px;
    line-height: 20px;
    box-sizing: border-box;
}

.HS_Table thead th {
    height: 40px;
}

.HS_Table_btnbox a {
    width: 39%;
    float: left;
    margin: 2px 5px;
    background-color: #3b909a;
    display: block;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #ffffff !important;
}

.HS_Table_btnbox a:last-child {
    background-color: #da312a;
}

/* 登記中心 - 通用 */
.HS_MainBox {
    width: 100%;
    position: relative;
}

.HS_Content {
    padding: 40px;
    border-radius: 0px;
    margin-bottom: 60px;
}

.HS_Content_edit .controls input,
.HS_Content_edit .control-box2 input,
.HS_Content_edit .intl-tel-input,
.HS_Content_edit .controls select,
.HS_Content_edit .control-box2 select,
.HS_main_search {
    border: 1px solid #ebebeb;
    height: 40px;
    border-radius: 5px;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
}

.HS_Content_search {
    border: none;
    border-radius: 0px;
    background: none;
}

.banp_edit_btn_two {
    box-sizing: border-box;
    margin-right: 10px;
}

/*批量信息顯示*/
.batchUploadr_btn {
    display: block;
}

.batchUploadr_tip {
    display: none;
}


@media screen and (max-width: 500px) {

    /* 登記中心 - 标题 */
    .HS_TitleBox {
        width: 92%;
        margin: 20px auto 5px auto;
        display: block;
    }

    .HS_TitleBox .box_title_left {
        margin-bottom: 20px;
    }

    .HS_TitleBox .box_title_cn {
        font-size: 26px;
        line-height: 40px;
        padding-right: 10px;
    }

    .HS_TitleBox .box_title_en {
        font-size: 13px;
        line-height: 20px;
        padding-left: 13px;
    }

    .HS_TitleBox .box_title_right {
        padding: 0 10px;
    }

    .HS_TitleBox .ground_id {
        font-size: 18px;
        line-height: 30px;
    }

    .HS_TitleBox .ground_tips {
        font-size: 12px;
        line-height: 18px;
        display: none;
    }

    /* 登記中心 - 菜单 */
    .HS_SubMenu_title {
        margin-top: 0px;
        background-color: #e1e1e1;
        padding: 15px 10px;
        border-bottom: 0px;
        color: #000000;
    }

    .HS_SubMenu_title:after {
        border-left: 7px solid #e1e1e1;
    }

    .HS_SubMenu_title.clicked {
        color: #000000;
    }

    .HS_SubMenu {
        position: absolute;
    }

    .HS_SubMenu ul {
        margin: 0px;
    }


    /* 登記中心 - 表单 */
    .HS_Content_edit.HS_col2 .control-group-2 {
        width: 100%;
    }

    /* 登記中心 - 团体登记列表 */

    /* 登記中心 - 团体登记列表 - 功能 */
    .HS_Content_mBtnbox {
        margin-bottom: 10px;
    }

    .HS_Content_Function .HS_Content_search {
        margin-top: 0px;
    }

    .banp_edit_btn_two {
        font-size: 14px;
    }

    .HS_Content_add {
        font-size: 14px;
    }

    .HS_Content_add .banp_edit_icon,
    .HS_Content_search .banp_search_icon {
        width: 14px;
    }


    /*批量信息顯示*/
    .batchUploadr_btn {
        display: none;
    }

    .batchUploadr_tip {
        display: grid;
        align-items: center;
        height: 40px;
        color: #bbbbbb;
    }

    /* 登記中心 - 团体登记列表 - 列表 */
    .HS_Table {
        padding: 10px;
    }

    .HS_Table thead th,
    .HS_Table tbody td {
        max-width: 144px;
        word-wrap: break-word;
        white-space: normal;
    }

    .HS_Table thead th:nth-child(2),
    .HS_Table tbody td:nth-child(2),
    .HS_Table thead th:nth-child(3),
    .HS_Table tbody td:nth-child(3),
    .HS_Table thead th:nth-child(6),
    .HS_Table tbody td:nth-child(6),
    .HS_Table thead th:nth-child(7),
    .HS_Table tbody td:nth-child(7) {
        display: none;
    }

    .HS_Table thead th:first-child,
    .HS_Table tbody td:first-child {
        width: 13% !important;
        /*        min-width: 70px;*/
        max-width: 90px;
        word-wrap: break-word;
        white-space: normal;
    }

    .HS_Table_btnbox {
        width: 60px;
        margin: 0 auto;
    }

    .HS_Table_btnbox a {
        width: 100%;
    }

    /* 登記中心 - 分页 */
    .HS_Page div {
        display: flex;
    }

    /* 登記中心 - 通用 */
    .HS_Content {
        padding: 15px;
    }
}

.ex_content_title {
    background-image: url(../images/content_bg_green.jpg);
}

@media screen and (max-width: 500px) {

    .ex_content_title {
        padding: 20px 0;
    }
}

.ex_new_sidebar .nav-list>.active>a,
.ex_new_sidebar .nav-list>.active>a:hover,
.ex_new_sidebar .nav-list>.active>a:focus {
    background-color: #47ae99;
    color: #ffffff;
}

.ex_new_sidebar .nav-list>li:hover>a {
    background-color: #47ae99;
    color: #ffffff;
}

.comeSoonBox img {
    display: block;
    width: 60%;
    margin: 50px auto;
}

.comeSoonBox p {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 100px;
    color: #1b5b49;
}

/** 内页 **/

/* 聯絡資料 */
.hsIn_Block007_01,
.hsIn_Block007_02 {
    width: 100%;
    margin-bottom: 34px
}

.hsIn_OneImgBox007_01 {
    width: 100%;
}

.hsIn_OneImgBox007_01 img {
    width: 100%;
}

.hsIn_twoBlock007_01 {
    display: flex;
    justify-content: space-between;
}

.hsIn_twoBlock007_01_left,
.hsIn_twoBlock007_01_right {
    padding: 40px;
    box-sizing: border-box;
}

.hsIn_twoBlock007_01_left {
    width: 50%;
    background-color: #1d6752;
}

.hsIn_twoBlock007_01_right {
    width: 50%;
    background-color: #f9f9f9;
}

.hsIn_twoBlock007_01_Title {
    font-size: 24px;
    font-weight: bold;
    color: #282828;
    padding-bottom: 25px;
    border-bottom: 1px solid #ffffff;
}

.hsIn_twoBlock007_01_left .hsIn_twoBlock007_01_Title span {
    background: linear-gradient(to right, #f1cd8a, #d69702);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hsIn_twoBlock007_01_right .hsIn_twoBlock007_01_Title {
    border-color: #282828;
}

.hsIn_twoBlock007_01_Content {
    padding-top: 25px;
}

.hsIn_twoBlock007_01_Content p {
    font-size: 18px;
    line-height: 36px;
    font-weight: normal;
    /*display: flex;*/
}

.hsIn_twoBlock007_01_left .hsIn_twoBlock007_01_Content p {
    color: #ffffff;
}

@media screen and (max-width: 1300px) {
    .hsIn_twoBlock007_01_Content p {
        font-size: 16px;
    }
}

@media screen and (max-width: 900px) {
    .hsIn_twoBlock007_01 {
        flex-wrap: wrap;
    }

    .hsIn_twoBlock007_01_left,
    .hsIn_twoBlock007_01_right {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {

    .hsIn_Block007_01,
    .hsIn_Block007_02 {
        margin-bottom: 5%;
    }

    .hsIn_twoBlock007_01_left,
    .hsIn_twoBlock007_01_right {
        padding: 10%;
    }

    .hsIn_twoBlock007_01_Title {
        font-size: 20px;
        padding-bottom: 5%;
    }

    .hsIn_twoBlock007_01_Content p {
        font-size: 16px;
        line-height: 28px;
    }
}

/* 大會酒店預訂 */
.hotelBox {
    font-size: 20px;
    line-height: 34px;
}

.hotelText {
    margin-bottom: 36px;
}

.hotelListBox {}

.hotelList {
    margin-bottom: 36px;
    padding: 36px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border-radius: 50px;
}

.hotelList_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}

.hotelList_title_name {
    color: #090400;
    font-weight: bold;
    font-size: 22px;
    position: relative;
}

.hotelList_title_name span {
    position: relative;
    z-index: 2;
}

.hotelList_title_rating {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.hotelList_title_rating p {
    display: flex;
    align-items: center;
}

.hotelList_title_rating span.star {
    color: #ffd700;
    letter-spacing: 2px;
    font-size: 22px;
    line-height: 26px;
    margin-left: 15px;
}

.hotelList_intro img {
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.hotelList_intro p {
    text-indent: 40px;
    margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
    .hotelBox {
        font-size: 16px;
        line-height: 28px;
    }

    .hotelList_title {
        flex-wrap: wrap;
    }

    .hotelList_title_name {
        width: 100%;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .hotelList_title_rating {
        font-size: 14px;
    }

    .hotelList_title_rating span.star {
        font-size: 18px;
    }

    .hotelList_intro img {
        width: 100%;
    }

    .hotelList_intro p {
        text-indent: 32px;
    }
}