:root {
    --primary: #d30145;
}

@font-face {
    font-family: 'raleway-Regular';
    src: url('../fonts/raleway/Regular.otf');
}

/* 方正正粗黑简体 */
@font-face {
    font-family: 'fzzchjt';
    src: url('../fonts/fzzchjt/fzzchjt.ttf');
}

/* Gotham-Bold */
@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/gotham/Gotham-Bold.ttf');
}
/* britannic bold */
@font-face {
    font-family: 'brbold';
    src: url('../fonts/britannic bold.ttf');
}


/* search-icon */
@font-face {
    font-family: 'search-icon';
    src: url('../fonts/search-icon/iconfont.eot');
    src: url('../fonts/search-icon/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/search-icon/iconfont.woff2') format('woff2'),
        url('../fonts/search-icon/iconfont.woff') format('woff'),
        url('../fonts/search-icon/iconfont.ttf') format('truetype'),
        url('../fonts/search-icon/iconfont.svg#iconfont') format('svg');
}

/* 方圆字体 */
@font-face {
    font-family: 'afyt';
    /* src: url("../fonts/AlimamaFangYuanTiVF/AlimamaFangYuanTiVF-Thin.ttf"); */
    src: url("https://season-share.7-event.cn/X/font/AlimamaFangYuanTiVF-Thin.woff2");
  }

  @font-face {
    font-family: 'raleway_bolds';
    /* src: url("../fonts/Raleway-ExtraBold.ttf"); */
    src:url('../fonts/raleway/Raleway-ExtraBold.ttf');
  }

@font-face {
	font-family: 'ximai';
	src: url("../fonts/ximai/ximai.otf");
  }
  @font-face {
	font-family: 'ropa';
	src: url("../fonts/ropa/ropa.ttf");
  }
  .ropa{
	font-family: 'ropa';
  }
  
  .ximais{
	font-family: 'afyt', 'ximai';
  }

   .xandr{
	font-family: 'afyt','ximai';

  }

.searchIcon {
    font-family: "search-icon" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@keyframes move {
    0% {
        bottom: 5px;
        opacity: 1;
    }

    70% {
        bottom: 10px;
    }

    100% {
        opacity: 0;
    }
}

@keyframes scale {
    0% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

/* common */
body {
    font-family: 'afyt','raleway-Regular';
}

textarea {
    resize: none;
}

input[type=file],
input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    z-index: 999;
    outline: none;
    opacity: 0;
}

.form-control[readonly] {
    background-color: #fff;
}

.fz_10 {
    font-size: 1rem !important;
}

.fz_12 {
    font-size: 1.2rem !important;
}

.fz_16 {
    font-size: 1.6rem !important;
}

.fz_20 {
    font-size: 2rem !important;
}

.color_red {
    color: var(--primary) !important;
}

.color_red2 {
    color: #ff0000 !important;
}

.color_white {
    color: #fff !important;
}

.color_999 {
    color: #999 !important;
}

.bgc_red {
    background-color: var(--primary) !important;
}

.bgc_red2 {
    background-color: #ff0000 !important;
}

.bgc_white {
    background-color: #fff !important;
}

.bgc_aaa {
    background-color: #aaa !important;
}

.w_100 {
    width: 100%;
}

.h_100vh {
    height: 100vh;
}

.position_rel {
    position: relative;
}

.anUnderline {
    text-decoration: underline;
}

.container {
    /* max-width: 750px; */
}

.btn {
    outline: none !important;
    background-color: var(--primary);
    color: #fff !important;
}

#app {
    position: relative;
    min-height: 100vh;
}

#content {
    padding: 0 30px 30px 30px;
    flex:1
    
}

.bookIcon {
    cursor: pointer;
}

/* layer */
body .layui-layer-content {
    word-break: break-word !important;
}

body .layui-layer-btn>a:nth-child(1) {
    border-color: var(--primary);
    background-color: var(--primary);
    color: #fff;
}

body .share_layer {
    background-color: rgba(0, 0, 0, .7);
}

body .share_layer .share_wrap {
    padding: 30px 30px 0;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
}

body .share_layer .share_wrap .share_jt {
    margin-right: 0;
    width: 45%;
}

body .share_layer .share_wrap .share_close {
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #fff;
    font-size: 1.6rem;
    font-weight: 700;
    width: 120px;
}

body .layer_book .tab_form {
    padding: 20px 35px;
}

/* body .layer_book .tab_form .table_wrap, body .layer_book .tab_form .table_wrap .table tbody>tr{display: -webkit-flex;display: flex;} */
body .layer_book .tab_form .table_wrap {
    margin-left: 18px;
}

body .layer_book .tab_form .table_wrap .table {
    border-collapse: inherit;
    border-color: #333;
}

body .layer_book .tab_form .table_wrap .table tr {
    -webkit-flex-direction: column;
    flex-direction: column;
}

body .layer_book .tab_form .table_wrap .table th,
body .layer_book .tab_form .table_wrap .table td {
    cursor: pointer;
    border-color: #333;
    vertical-align: middle;
}

body .layer_book .tab_form .table_wrap .table thead th {
    border-bottom-width: 1px;
    cursor: default;
    background-color: #c9c9c9;
}

body .layer_book .tab_form .table_wrap .table .canNotCheck {
    cursor: default;
    opacity: .65;
}

/* body .layer_book .tab_form .table_wrap .table tr>td:nth-child(1){cursor: default;background-color: #c9c9c9;} */
body .layer_book .tab_form .tab_bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

body .layer_book .tab_form .tab_bottom>div {
    flex: 1;
}

body .layer_book .tab_form .tab_bottom .l>p {
    display: -webkit-flex;
    display: flex;
}

body .layer_book .tab_form .tab_bottom .l>p>span {
    display: inline-block;
    border: 1px solid #333;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

body .layer_book .tab_form .tab_bottom .l>.canNot>span {
    background-color: #aaa;
}

body .layer_book .tab_form .tab_bottom .l>.checked>span {
    background-color: #ff0000;
}

body .layer_book .tab_form .tab_bottom .r .form-control {
    width: auto;
    display: inline-block;
    border-radius: 0;
}

body .layer_checkCompany .info img {
    display: inline-block;
    width: 75%;
    vertical-align: top;
}

body .layer_userBookList .userBookList_wrap {
    padding: 15px;
}

body .layer_userBookList .userBookList_wrap .userBookList_info .table th,
body .layer_userBookList .userBookList_wrap .userBookList_info .table td {
    text-align: center;
    vertical-align: middle;
}

/* dataTable */
#dataTable_wrap .dataTables_scrollHeadInner,
#dataTable_wrap .dataTables_scrollBody>table {
    width: 100% !important;
}

#dataTable_wrap .dataTables_scrollHeadInner table th {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
    vertical-align: middle;
}

#dataTable_wrap table td {
    vertical-align: middle;
}

#dataTable_wrap .paginationControl {
    margin: 20px 0;
}

#dataTable_wrap .pagination>li>a {
    border: 0;
    color: #333;
    padding: 5px 10px;
    outline: none;
}

#dataTable_wrap .pagination>.active>a {
    background-color: var(--primary);
    color: #fff;
}

#dataTable_wrap .pagination>#dataTable_previous>a,
#dataTable_wrap .pagination>#dataTable_next>a {
    background-color: transparent;
    position: relative;
}

#dataTable_wrap .pagination>#dataTable_previous>a::before,
#dataTable_wrap .pagination>#dataTable_next>a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 6px 10px;
}

#dataTable_wrap .pagination>.disabled>a::before {
    opacity: .65;
}

#dataTable_wrap .pagination>#dataTable_previous>a::before {
    border-color: transparent #333 transparent transparent;
}

#dataTable_wrap .pagination>#dataTable_next>a::before {
    border-color: transparent transparent transparent #333;
}

/* header */
.banner_info {
    padding: 0;
}

.lng_info {
    padding: 10px 0;
}

.lng_info>a {
    color: #fff;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 1.2rem;
    background-color: #898989;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.lng_info>a:hover {
    background-color: var(--primary);
}

.lng_info>.isDisabled {
    cursor: not-allowed;
}

/* menu */
#menu {
    position: relative;
}

.menu_wrap {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 375px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1000;
}
.menu_wrap2 {
    position: absolute;
    top: 0;
    right: 52%;
    margin-right: 375px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1000;
    box-shadow: 5px 5px 0px black;
    transition: 0.5s 0s ease-in-out;
    cursor: pointer;
}


.menu_wrap_fix {
    /* position: fixed; */
    top: 15px;
    right:10%
}

.menuList_info,
.menuList_info>li>.child_ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    width: 130px;
}

.menuList_info_en,
.menuList_info_en>li>.child_ul_en {
    width: 170px;
}

.menuList_info>li>.child_ul {
    display: none;
}

.menuList_info>li>a,
.menuList_info>li>.child_ul>li>a {
    display: block;
    background-color: #c9c9c9;
    color: #333;
    padding: 5px 15px;
    border-top: 1px solid #fff;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.menuList_info>.act>a,
.menuList_info>li>.child_ul>.act>a {
    background-color: var(--primary);
    color: #fff;
}

.menuList_info>li>.child_ul>li>a {
    padding-left: 30px;
    background-color: #eee;
}

.menuList_info>.no_act>a {
    cursor: default;
}

/* footer */
#footer,
#footer a {
    color: #fff;
}

#footer {
    padding: 15px 0;
    position: sticky;
    top: 100vh;
    line-height: 1.8;
}

#footer {
    padding: 0 15px;
    /* background-color: #3c4548; */
    /* background-color: #f5d2d5; */
    background-color: rgb(48,48,48);
    /* color: #c9c9c9; */
    color: #fff;
    font-size: 1.4rem;
  }
  
  #footer .t {
    padding: 20px;
  }
  
  #footer .c a {
    /* color: inherit; */
  }
  
  #footer .b {
    padding: 15px;
    border-top: 1px solid #c9c9c9;
  }
  
  #footer .b a {
    display: inline-block;
    color: #c9c9c9;
    margin-right: 10px;
    font-size: 1.2rem;
  }
  
  #footer .b a:last-child {
    margin: 0;
  }

  #footer .logo {
    /* width: 100px; */
  }
  #footer .t {
    padding: 20px 0;
  }
  #footer .t .r {
    text-align: left;
  }
  #footer .t .r img {
    margin-left: 0;
  }
    .footer-code {
        display: flex;
    }
    .footer-bottom-2-bottom a {
        margin-right: 20px;
    }
    .bottom-left-1 {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .color_black {
        color: #fff;
    }
    #footer .hao {
        color: #337ab7;
    }
    .bottom-row {
        height: 350px;
    }
    .bottom-row3{
        border-bottom:1px solid #030303;
    }
    .bottom-row2{
        height:310px;border-bottom:1px solid #030303;
    }
    .footer-logos{
        display:flex
      }
      .footer-logos img {
        width: 100%;
      }

.footer_en {
    padding: 30px 0 !important;
}

.footer_absolute {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer_info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 30px;
}

.footer_info_en {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.footer_info>.item {
    width: 48%;
}

.footer_info>.item:nth-child(2) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.footer_info>.item .WeChatOfficialAccount_txt {
    margin-right: 10px;
}

/* login */
#app.app_login .container {
    max-width: none;
}

#app.app_login {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login_wrap {
    width: 500px;
    border: 1px solid #b5b3b4;
    margin: 0 auto;
    box-shadow: 0 3px 5px rgba(91, 88, 88, 0.5);
    margin-top: 2.5%;
}

.login_wrap>.title {
    padding: 5px 0;
    text-align: center;
    font-size: 2rem;
    font-family: 'fzzchjt';
}

.login_wrap .login_info {
    padding: 15px 30px 30px;
    border: 2px solid black;
    box-shadow: 7px 7px 0px black
}

.login_wrap .submit {
    padding: 4px 25px;
    font-size: 2rem;
    font-weight: 700;
    width: 100%;
    border-radius: 0;
}

.login_wrap .form .form-group {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}

.login_wrap .form .form-group>label {
    margin-bottom: 0;
    font-size: 2rem;
    padding-right: 15px;
    width: 35%;
    text-align: right;
}

.login_wrap .form .formGroup_en>label {
    width: 40%;
}

.login_wrap .form .form-group .form-control {
    border-color: #414133;
}

/* exhMsg */
.exhMsg_wrap,
.exhInvitation_wrap {
    padding: 0;
}

.exhMsg_wrap>.title {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #C9184C;
    color:#C9184C ;
    font-size: 1.8rem;
    display: flex;
    justify-content: space-between;
}
.title_right{
    display: flex;
    align-items: center;
}
.title_right_exit button{
    background-color: #C9184C;
    border-radius: 0px;
    margin-left: 14px;
}

.exhMsg_info>.item {
    margin-bottom: 5px;
}

.exhMsg_wrap .form .form-group,
.exhMsg_wrap .form .form-group .file_wrap {
    display: -webkit-flex;
    display: flex;
}

.exhMsg_wrap .form .form-group>label {
    font-weight: 400;
    margin: 0;
    padding: 7px 15px 0 0;
    width: 25%;
}

.exhMsg_wrap .form .form-group>div {
    flex: 1;
}

.exhMsg_wrap .form .form-group .form-control {
    border-radius: 0;
    border-color: #b5b5b5;
    width: 80%;
}

.exhMsg_wrap .form .form-group .isReadonly {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-overflow: ellipsis;
}

.exhMsg_wrap .form .form-group .file_wrap .file_info {
    position: relative;
    margin-left: 15px;
}

.exhMsg_wrap .form .form-group .file_wrap .form-control {
    width: 100%;
}

.exhMsg_wrap .form .form-group .file_wrap .upload {
    border-radius: 0;
    min-width: 120px;
}

.exhMsg_wrap .submit_info .btn,
.tab_form .submit,
.tab_form .reject,
.tab_form .agree {
    border-radius: 0;
    min-width: 110px;
    margin-right: 15px;
}

.exhMsg_wrap .submit_info .add,
.exhMsg_wrap .submit_info .amend,
.fixbtn {
    background-color: #000;
}

.exhMsg_wrap .submit_info .delete {
    background-color: #898989;
}

.exhMsg_wrap .msgInfo .form .form-group .audienceMsg_warp {
    margin-top: 20px;
}

.exhMsg_wrap .msgInfo .form .form-group .audienceMsg_warp:nth-child(1) {
    margin-top: 0;
}

.exhMsg_wrap .search_info {
    width: 80%;
    margin-bottom: 10px;
    position: relative;
}

.exhMsg_wrap .searchList {
    padding: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 5;
    max-height: 180px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 2px 0 0;
    border: 1px solid #eee;
    box-shadow: 0 5px 5px #eee;
}

.exhMsg_wrap .searchList>li {
    padding: 5px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

.exhMsg_wrap .searchList>li:hover {
    background-color: var(--primary);
    color: #fff;
}

.exhMsg_wrap .audienceMsgTab .productBtn_info>.item {
    display: inline-block;
}

.exhMsg_wrap .audienceMsgTab .productBtn_info .productBtn {
    border-radius: 0;
    background-color: transparent;
    color: #333 !important;
    padding: 1px 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    /*cursor: default;*/
    font-size: 1.4rem;
}

/* .exhMsg_wrap .audienceMsgTab .productBtn_info .productBtn:hover{background-color: var(--primary);padding: 1px 5px;color: #fff !important;} */
/* .exhMsg_wrap .audienceMsgTab .productBtn_info .productBtn .closeBtn{width: 12px;margin-left: 5px;display: none;cursor: pointer;} */
/* .exhMsg_wrap .audienceMsgTab .productBtn_info .productBtn:hover .closeBtn{display: block;} */


.dataTable_search_wrap {
    padding: 5px 0;
}

.dataTable_search_wrap .search_classify {
    position: relative;
    margin-bottom: 10px;
}

.dataTable_search_wrap .search_classify .btn {
    border-radius: 0;
}

.dataTable_search_wrap .search_classify .classifySearch {
    width: 100%;
    font-size: 1.4rem;
}

.dataTable_search_wrap .search_classify .classifyListBtn_info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px;
    border-top: 1px solid #eee;
}

.dataTable_search_wrap .search_classify .classifyListBtn_info .btn {
    width: 32%;
    padding: 6px;
}

.dataTable_search_wrap .search_classify .classifyListBtn_info_exh .btn {
    width: 49%;
}

.dataTable_search_wrap .search_classify .classifyListBtn_info .addClassifyList {
    background-color: #5b9bd5;
}

.dataTable_search_wrap .search_classify .classifyListBtn_info .clear {
    background-color: #898989;
}

.dataTable_search_wrap .search_classify .classifyList_wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    margin-top: 12px;
    box-shadow: 0px 0px 10px #ccc;
    display: none;
}

.dataTable_search_wrap .search_classify .classifyList_wrap::before {
    content: '';
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent #fff #fff;
    position: absolute;
    top: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    -webkit-box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.2);
}

.dataTable_search_wrap .search_classify .classifyList_wrap .classifyList_info {
    padding: 15px;
    min-height: 250px;
    max-height: 350px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.dataTable_search_wrap .search_classify .classifyList_wrap .classifyList_item {
    margin-top: 20px;
}

.dataTable_search_wrap .search_classify .classifyList_wrap .classifyList_item:nth-child(1) {
    margin-top: 0;
}

.dataTable_search_wrap .search_classify .classifyList_wrap .form-control {
    border-radius: 0;
}

.dataTable_search_wrap .dataTable_search_info {
    display: -webkit-flex;
    display: flex;
}

.dataTable_search_info input,
.dataTable_search_info .btn {
    border-radius: 0;
}

.dataTable_search_info input {
    font-size: 1.4rem;
}

.dataTable_search_info .btn {
    margin-left: -1%;
    min-width: 100px;
}

/* calendar */
.calendar_wrap {}

/* audienceMsg */
.audienceMsg_wrap {
    padding: 0 5px 0 0;
}

.audienceMsg_wrap .audienceMsgTab {
    margin-top: 10px;
}

.audienceMsg_wrap .audienceMsgTab td {
    background-color: #eee;
    border-color: #fff;
}

.audienceMsg_wrap .audienceMsgTab tr td:nth-child(1) {
    padding-left: 10%;
}

.audienceMsg_wrap .audienceMsgTab tr td:nth-child(2) {
    padding-left: 15%;
}

.audienceMsg_wrap .form .label_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.audienceMsg_wrap .form .label_wrap .label_info,
.audienceMsg_wrap .form .label_wrap .label_info>span {
    border: 2px solid #5b5c5c;
}

.audienceMsg_wrap .form .label_wrap .label_info {
    width: 35px;
    height: 20px;
    border-radius: 20px;
    margin-right: 15px;
    position: relative;
}

.audienceMsg_wrap .form .label_wrap .label_info>span {
    position: absolute;
    left: -2px;
    top: -2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #fff;
}

.audienceMsg_wrap .form .label_wrap .label_info_act>span {
    left: 13px;
}

.audienceMsg_wrap .form .label_wrap .label_txt {
    flex: 1;
}

.audienceMsg_wrap .appointment_status.pending,
.audienceMsg_wrap .appointment_status.confirmed {
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

.audienceMsg_wrap .appointment_status.pending {
    color: #e60039;
}

.audienceMsg_wrap .appointment_status.confirmed {
    color: #00b7ee;
}

.audienceMsg_wrap .status_info>.item {
    margin-bottom: 5px;
}

.audienceMsg_wrap .status_info>.item span {
    display: inline-block;
    border: 1px solid #333;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    transform: translateY(2px);
}

.audienceMsg_wrap .status_info>.item span.pending {
    background-color: #e60039;
}

.audienceMsg_wrap .status_info>.item span.confirmed {
    background-color: #00b7ee;
}

/* exhInvitation */
.exhInvitation_wrap .input_wrap {
    display: -webkit-flex;
    display: flex;
}

.exhInvitation_wrap .input_wrap .form-control {
    width: auto;
    flex: 1;
}

.exhInvitation_wrap .input_wrap .preview {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 0;
    margin: 0 45px 0 25px;
}

.exhInvitation_wrap .input_wrap .preview .invitationIcon_wrap {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 10px;
}

/* exh_share */
.app_exh_share {
    max-width: 550px;
    margin: 0 auto;
    color: #3e454a;
}

.app_exh_share .share_supporters {
    margin: 10px auto 20px;
    padding: 0 15px;
}

.app_exh_share .content {
    background: url('../images/talk/exhinvitationshare-bg.png')no-repeat center top/100%;
    padding: 0 15px;
}

.app_exh_share .basic_info {
    padding: 30px 0 10px;
    color: #fff;
}

.app_exh_share .basic_info .company {
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 10px;
    text-align: center;
}

.app_exh_share .booth_info {
    text-align: center;
    margin: 10px auto;
}

.app_exh_share .booth_info .con {
    display: inline-block;
    padding: 3px 25px;
    border-top: 1px solid #e195a5;
    border-bottom: 1px solid #e195a5;
}

.app_exh_share .booth_info .info {
    display: flex;
    align-items: center;
}

.app_exh_share .booth_info .tit {
    font-size: 1.2rem;
}

.app_exh_share .booth_info .txt {
    font-weight: 700;
    font-size: 2.2rem;
    padding-left: 10px;
}

.app_exh_share .reg_code_info {
    text-align: center;
}

.app_exh_share .reg_code_info .code_info {
    position: relative;
    padding-bottom: 30px;
}

.app_exh_share .reg_code_info .arrows {
    width: 10px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    animation: move 1.5s ease infinite;
}

.app_exh_share .reg_code_info #code {
    width: 90px;
    padding: 5px;
    margin: 0 auto;
    background-color: #fff;
    animation: scale 1s linear infinite alternate;
}

.app_exh_share .reg_code_info #code img {
    max-width: 100%;
}

.app_exh_share .reg_code_info .txt {
    font-weight: 700;
}

.app_exh_share .company_wrap {
    min-height: 18vh;
}

.app_exh_share .company_wrap>.info {
    border-radius: 10px;
    padding: 15px;
    background-color: #f2f2f2;
}

.app_exh_share .about_info {
    margin-bottom: 20px;
}

.app_exh_share .exh_list_info .info,
.app_exh_share .about_info .desc .txt {
    font-size: 1.5rem;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 5px #c9c9c9;
    background-color: #fff;
}

.app_exh_share .about_info .desc {
    position: relative;
}

.app_exh_share .exh_list_info .info,
.app_exh_share .about_info .desc .txt {
    position: relative;
    z-index: 99;
}

.app_exh_share .about_info .desc .bg {
    position: absolute;
}

.app_exh_share .about_info .desc .bg.bg_l {
    left: -30px;
    top: 30%;
    width: 45%;
}

.app_exh_share .about_info .desc .bg.bg_r {
    right: -30px;
    top: 100%;
    width: 60%;
}

.app_exh_share .about_info .company_info {
    display: flex;
    align-items: flex-end;
}

.app_exh_share .about_info .basic_title {
    flex: 1;
}

.app_exh_share .basic_title span {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 4px solid #c51243;
    margin-bottom: 15px;
}

.app_exh_share .about_info .logo {
    width: 145px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.app_exh_share .about_info .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.app_exh_share .exh_list_info .info>.item {
    margin-top: 20px;
}

.app_exh_share .exh_list_info .info>.item:nth-child(1) {
    margin: 0;
}

.app_exh_share .exh_list_info .info .img {
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.app_exh_share .exh_list_info .info .img img {
    width: 100%;
}

.app_exh_share .exh_list_info .info .desc {
    flex: 1;
}

.app_exh_share .share_bottom {
    position: relative;
    padding: 20px 0 15px;
}

.app_exh_share .share_bottom>div {
    margin-top: 20px;
}

.app_exh_share .share_bottom>div:nth-child(1) {
    margin: 0;
}

.app_exh_share .share_bottom .bg {
    position: absolute;
    z-index: -1;
    width: 55%;
}

.app_exh_share .share_bottom .bg.bg_l {
    left: -15px;
    top: 19%;
}

.app_exh_share .share_bottom .bg.bg_r {
    right: -15px;
    bottom: 0;
}

.app_exh_share .share_bottom .is_img img {
    width: 85%;
}

.app_exh_share .share_menu {
    display: flex;
    justify-content: center;
}

.app_exh_share .share_menu>.item {
    width: 18%;
    margin: 0 3%;
}

.app_exh_share .contact_msg_info .big_tit {
    font-size: 1.6rem;
    font-weight: 700;
    color: #c51243;
    margin-bottom: 10px;
}

.app_exh_share .contact_msg_info .min_tit {
    font-size: 1.2rem;
    font-weight: 700;
}

.app_exh_share .contact_msg_info .min_tit .has_line {
    position: relative;
    padding: 0 90px;
}

.app_exh_share .contact_msg_info .min_tit .has_line::before,
.app_exh_share .contact_msg_info .min_tit .has_line::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 1px;
    background-color: #c2c2c2;
}

.app_exh_share .contact_msg_info .min_tit .has_line::before {
    left: 0;
}

.app_exh_share .contact_msg_info .min_tit .has_line::after {
    right: 0;
}

.app_exh_share .contact_msg_info .info {
    margin-top: 20px;
    font-size: 1rem;
    display: flex;
    text-align: left;
}

.app_exh_share .contact_msg_info .info .l {
    flex: 1;
    line-height: 1;
    padding-left: 5px;
    border-left: 2px solid #c51243;
    padding-right: 10px;
}

.app_exh_share .contact_msg_info .info .l>div {
    margin-top: 5px;
}

.app_exh_share .contact_msg_info .info .l>div:nth-child(1) {
    margin: 0;
}

.app_exh_share .contact_msg_info .info .r {
    width: 40%;
    word-break: break-word;
}

.app_exh_share .contact_msg_info .info a {
    color: inherit;
}

.app_exh_share .contact_msg_info .info a.website {
    color: #c51243;
    font-weight: 700;

}
.talkheader{
    position: relative;
}
.lngrow{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.lngrow{
    position: absolute;
    top: 5%;
    right: 3%;
    z-index: 2;
}
.index_flex{
    display: flex;
}
#newmenu{
    /* background-color:rgb(37,32,61) ; */
    /* padding-top: 30px; */
    width: 230px;
    min-width: 230px;
}
.newmenu_left{
    font-family: 'raleway', 'afyt', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif' !important;
}
.newmenu_left:hover{
    color: #c9184c;
}
.footer2_img1 {
    width: 25px;
  }
  
  .footer2_img1 img {
    width: 100%;
  }
  
  #footer2 {
    background-color: rgb(37,32,61);
    color: #fff;
    position: relative;
  }
  
  .footer2 {
    padding: 40px 0;
  }
  
  .footer2_top {
    display: flex;
    justify-content: space-between;
      width: 73%;
  
  }
  
  .footer2_left3_img1 {
    width: 211px;
    margin-bottom: 35px;
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .footer2_left3_img1 img {
    width: auto
  }
  
  .footer2_left3_img2 {
    width: 170px;
    margin-bottom: 35px;
  }
  

  
  .footer2_left3_img2 img {
    width: auto
  }
  
  .footer2_left1_1,
  .footer2_left1_3,
  .footer2_left2_1 {
    margin-bottom: 10px;
  }
  
  .footer2_left1 {
    /* margin-right: 80px; */
  }
  
  .footer2_left1_2 {
    margin-bottom: 15px;
  }
  
  .footer2_left1_5 {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  
  .footer2_left1_6_three {
    display: flex;
  }
  .footer2_left1_6_three .footer2_left1_6_three_items:last-child{
    margin-right: 0px;
  }
  .footer2_left1_6_three_items {
    width: 70px;
    margin-right: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .footer2_left1_6_three_items img {
    width: 100%;
  }
  
  .footer2_left2_2 a {
    color: #fff;
  }
  
  .footer2_left2 {
    /* margin-right: 50px; */
  }
  
  .footer2_left3_3_a a {
    color: #fff;
    margin-bottom: 20px;
  }
  
  .footer2_bottom1 {
    display: flex;
  }
  
  .footer2_bottom1_1 a,
  .footer2_bottom1_2 a,
  .footer2_bottom1_3 a,
  .footer2_bottom1_4 a {
    color: #fff;
    margin-right: 35px;
  }
  
  .footer2_bottom {
    border-top: 1px solid #fff;
    width: 60%;
    padding-top: 15px;
    margin-top: 15px;
  }
  .footer_right_img {
    position: absolute;
    right: 0;
    color: #fff;
    top: 0
  }
  
  .footer_right_img,
  .footer_right_img img {
    height: 100%;
  }
  .footermobile {
    display: none;
  }
.footer2pc2{
    /* padding-left: 230px; */
    width: 90%;
    margin: 0 auto;
}
.manualcenter{
    display: flex;
    justify-content: center;
}
.exh_app_imgs img{
    width: 300px;
    margin-top: 10px;
}
.manual_content{
    line-height: 1.5;
    margin-top: 10px;
    font-size: 20px;
}
.manualcenter{
    display: flex;
    justify-content: center

}
.manualcenter button{
    border-radius: 0;
    margin-top: 70px;
}
.ele_btns{
    margin-left:22%
}
.exh_app_imgs2{
    margin-top: 10px;
}
.exh_app_imgs2 img{
    width: 450px;
}
.choose_2_text{
    margin-top: 35px;
}
.choosebg img{
    max-width: 400px;
    margin-top: 20px;
}
.certificate2_text9{
    text-align: center;
    font-size: 19px;
}
.red_text{
    color: #c9184c;
}
.certificate2_text1{
    margin-top: 35px;
}
.certificate2_text11 button{
    background-color: #f3b25e;
    border-radius: 0px;
}
.certificate2_text11{
    margin: 15px 0;
}
.certificate2_text14{
    margin-top: 30px;
}
.certificate2_text8{
    border-top: 1px dashed #333;
    margin-top: 40px;
    /* padding: 50px 0; */
    margin-bottom: 40px;
}
.certificate2_text15{
    margin-top: 25px;
}
.certificate2_text15 a{
    color: #c9184c;
}
.newmenu_items3_item{
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 15px;
    font-weight: bold;
   
}
.newmenu_items3_item:hover{
    color: #c9184c;
}
.newmenu_items2{
    font-weight: bold;
}
.exh_app_imgsflex_img{
    position: relative;
    display: flex;
    width: 165px;
    height: 65px;
   /* background-repeat: no-repeat;
   background-size:cover;
   background-position: center; */
}
.exh_app_imgsflex_img img{
    width: 100%;
    height: 65px;
}
.exh_app_imgsflex_img img:hover{
    width: 100%;
    height: 65px;
}
.exh_app_imgsflex_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 80%;
    text-align: center;
}
.certificate_text1{
    line-height: 1.5;
    margin-top: 35px;
}
.certificate_text2_2_item{
    display: flex;
    justify-content: space-between;
    border: 1px solid #000;
    padding: 0 10px;
    margin-bottom: 7px;
}
.certificate_text2{
    margin-top: 30px;
}
.exh_app_imgsflex{
    display: flex;
    margin-top: 10px;
}
.certificate_text2_2_item_right{
    font-weight: bold;
}
.certificate_text2_4{
    margin-top: 30px;
}
.certificate2_text2{
    padding: 20px;
    border: 1px dashed #c9184c;
    border-radius: 15px;
    margin-top: 20px; 
}
.certificate2_text3{
    margin-top: 15px;
}
.certificate2_text3{
    line-height:1.5
}
.certificate2_text6,.certificate2_text7{
    margin-top: 25px;
}
.certificate2_text5{
    margin-top: 15px;
}
.certificate2_text6_1{
    color: #C9184C;
    text-decoration: underline;
}
.index_2btns.submit_info{
    display: flex;
    justify-content: center;
}
.talkindex_beizhu{
    color: #999;
    margin-top: 20px;
    margin-bottom: 20px;
}
.greyline{
    border-top: 1px dashed #999 ;
    margin-bottom: 20px;
}
.downloadbanner{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.downloadbanner button{
    border-radius: 0px;
}
.confirmshow img{
    width: 30px;
}
.confirmshow{
    margin-right: 15px;
}
.rowimg{
    width: 30px;
    margin-right: 15px;
}
.rowimg img{
    width: 100%;
}
.tablebadgehead{
    display: flex;
    font-weight: bold;
    height: 30px;
    line-height: 30px;

}
.tablebadgecontent{
    display: flex;
}
.tablebadgehead_item{
    width: 150px;
    text-align: center;
    border: 1px solid #333;
    border-bottom: 0px;
}
.tablebadgecontent_item{
    width: 150px;
    text-align: center;
    border: 1px solid #333;
    border-bottom: 0px;
    height: 30px;
    line-height: 30px;
}
.certificate2_text4{
    margin-top: 20px;
}
.tablebadgehead .tablebadgehead_item:nth-child(1){
    border-right: 0px;
}
.tablebadgecontent .tablebadgecontent_item:nth-child(1){
    border-right: 0px;
}
.tablebadge .tablebadgecontent:last-child .tablebadgecontent_item{
    border-bottom: 1px solid #333;
}
.badgeflex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.certificate2_text13{
    margin-top: 30px;
}
.certificate2_text12_delete{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.certificate2_text12_delete_3{
    margin-left: 10px;
}
.certificate2_text12_delete{
    margin-bottom: 10px;
}
.certificate_text2_2_item {
    padding: 5px 10px;
}
.certificate2_text12{
    border-top: 1px solid #c9184c;
    border-bottom: 1px solid #c9184c;
}
.certificate2_text12{
    max-width: 905px;
}
.noclick{
    pointer-events: none;
    background-color: #c9c9c9 !important;
}
.swiper_common{
    background-color: #25203d;
}
.swiper_common2{
    padding: 111px 25px 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 70%;
}
.topimg{
    /* width: 22%; */
}
.page1_1{
    width: 60%;
}
.w80{
    width: 80%;
}
.swiper_common3{
    margin-left: 6.5%;
    height: 100%;
    position: absolute;
}
.swiper_common_new1{
    position: relative;
}
.new2_right{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.new3_right{
    align-items: center;
}
.page1_2{
    width:92%;
    /* margin-top: 12%; */
}
.page1_3{
    width: 92%;
}
.page1_3new{
    width: 45%;
}
.page1_4{
    width: 13%;
}
.page1_5{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.swiper_common_flex{
    display: flex;
    height: 100%;
    position: relative;
}
.new2_left{
    width: 100%;
    position: absolute;
    height: 100%;
}
.new2_left img{
    height: 100%;
    width: 100%;
}
.page3_2s{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page3_2_1{
    width: 55%;
    margin-bottom: 3%;
}
.page3_1{
    /* width: 90%; */
}
.page3_3s{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page3_3_1{
    width: 100%;
    margin-bottom: 3%;
    text-align: center;
    color: #dbdad7;
    font-size: 23px;
    font-weight: bold;
}
.page3_3_2{
    color: #dbdad7;
    font-weight: bold;
    font-size: 16px;
    font-family: 'raleway_bolds';
}
.new4_content_map_left{
    display:flex;
    align-items: center;
    color: #1e2121;
}
.page3_4{
    width: 75%;
    position: relative;
    margin: 0 auto;
}
.page3_5{
    width: 50%;
}
.page3_6{
    width: 50%;
}

.page3_7_1{
    margin-bottom: 7%;
}
.page3_8{
    margin-top: 4%;
}
.page3_4_1{
    position: absolute;
    right: 6%;
    top: 47%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #fdf7f5;
    font-weight: bold;
    font-family: 'raleway_bolds';
}
.down-code1{
    top: 56.5%;
    font-size: 43px;
    /* font-size: 4vw; */
    position: absolute;
    color: #c52e50;
    left: 54%;
    font-weight: bold;
    font-family: 'raleway_bolds';
}
.new4_flex{
    display: flex;
    align-items: center;
    width: 55%;
    margin: 0 auto;
    margin-bottom: 15%;
}
.new4_content{
    /* background-color: #70767e; */
    background-color: #bdc2ca;
    border-radius: 10px;
    padding: 20px 15px;
    /* min-height: 66vh; */
    /* overflow: auto; */
    height:66vh !important;
    overflow-y:scroll;
    
}
.new4_flex2{
    margin: 0 13px;
}
.w90{
    width: 90%;
    margin: 0 auto;
}
.w50{
    width: 50%;
}
.new4_content_namecn{
    color: #1e2121;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.new4_content_nameen{
    color: #1d1b1b;
    font-weight: 600;
}
.new4_content_map{
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.new4_content_map_right{
    font-size: 18px;
    color: #1e2121;
    font-weight: bold;
    margin-left: 5px;
    border-bottom: 1px solid;
    line-height: 1;
    font-family: 'raleway_bolds';
}
.new4_content_detail{
    margin-top: 10px;
    color: #211d1e;
    line-height: 1.5;
}
.new4_flex2 .new4_flex2_1:first-child{
    margin-bottom: 5px;
}
.new5_name{
    font-weight: bold;
}
.new5_items{
    margin-bottom: 20px;
}
.page6_1{
    width: 36%;
  }
  .page6_2{
    width: 60%;
  }
  .new6_content_namecn{
    color: #d7104e;
    font-size: 18px;
    font-weight: bold;
    margin-top: -27px;
  }
  .new6_content_nameen{
    color: #1d1d1b;
  }
  .page6_img_flex{
    display: flex;
    align-items: center;
  }
  .page6_4{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page6_4_1{
    color: #d7104e;
    border-bottom: 1px solid;
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
  }
  .page6_img_flex_item1{
    margin-right: 3px;
  }
  .h75{
    height: 75%;
  }
  .newpage1_bgani{
    height: 100%;
    position: absolute;
    top: 0%;
    width: 100%;
  }
  .flexcenter{
    display: flex;
    justify-content: center;
  }
  .gzh_code{
    width: 100px;
    position: absolute;
    opacity: 0;
    bottom: 100%;
  }
  .footer2_left1_6_three_items:hover .gzh_code{
    opacity: 1;
    transition: opacity 0.3s; 
  }
  /* 定义关键帧动画 */
@keyframes resizeImage {
    0% { transform: scale(1); }
    50% { transform: scale(1.08); } /* 变大 */
    100% { transform: scale(1); } /* 变回原大小 */
  }
  
  /* 应用动画到图片元素上 */
  .img-animation {
    animation-name: resizeImage; /* 使用刚才定义的关键帧名称 */
    /* 匀速 */
    animation-timing-function: linear;
    animation-duration: 0.8s; /* 动画总时长 */
    animation-iteration-count: infinite; /* 无限次播放动画 */
    animation-direction: alternate; /* 动画在每一周期交替执行 */
  }

    .moving-image {
      position: relative; /* 或 absolute/fixed，取决于布局需求 */
      animation: oscillate 1s linear infinite;
    }
.page1_5 img{
    position: absolute;
    bottom: 0;
}
.footer2_left3_3_imgs{
    /* width: 175px; */
    width: 50px;
}
.footer2_left3_3_imgs img{
    width: 100%;
}
.footer2_left3_3_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right:15px
}
.footer2_left3_3{
    display: flex;
    font-size: 14px;
}
.page6_4_1{
    font-family: 'raleway_bolds';
}
.ralewaybolds{
    font-family: 'raleway_bolds';
    font-size: 35px;
    text-align: center;
    color: #dbdad7;
}
.newp4{
    margin-bottom: 15%;
}
    @keyframes oscillate {
      0% { transform: translateX(0); }
      50% { transform: translateX(5px); }
      100% { transform: translateX(0); }
    }
    @media (max-width: 1440px) {
        .footer2_left2{
          margin-right: 0px;
        }
        .footer2_left1{
            margin-right: 28px;
          }
      }
@media screen and (max-width: 767px) {
    .vip_peopleitems{
        width: 96% !important;
    }
    .newmenu_items3_item{
        margin-left: 23px;
    }
      .footermobile_img_text {
        padding: 0 20px;
      }
    
      .footermobile_top {
        padding-bottom: 30px;
        border-bottom: 3px solid #fff;
      }
    
      .footermobile {
        display: block;
        padding: 30px;
      }
    
      .footermobile_img {
        margin-bottom: 20px;
      }
    
      .footermobile_contact1 a {
        color: #fff;
      }
    
      .footermobile_bottom3 a {
        color: #fff;
      }
    
      .footermobile_bottom {
        margin-top: 20px;
      }
    
  .footer2_top {
    display: block;
  }

  .footer2pc {
    display: none;
  }

  .footer2mobile {
    display: block;
  }

    /* common */
    #content {
        padding: 20px 0;
    }

    /* header */
    .banner_info {
        /* padding: 0 15px; */
    }

    .lng_info {
        padding: 5px 15px;
    }

    .lng_info>a {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    /* layer */
    body .layer_book .tab_form {
        padding: 15px;
    }

    body .layer_book .tab_form .table_wrap {
        margin-left: 0;
    }

    body .layer_book .tab_form .tab_bottom {
        display: block;
    }

    body .layer_book .tab_form .tab_bottom .r .form-control {
        width: 100%;
    }

    body .layer_checkCompany .info img {
        width: 65%;
    }

    /* menu */
    .menu_wrap {
        margin: 0;
        left: 15px;
        right: 15px;
        padding-top: 40px;
        background-color: #fff;
        -webkit-box-shadow: 0 10px 15px #ddd;
        box-shadow: 0 10px 15px #ddd;
        -webkit-transition: auto;
        transition: auto;
        display: none;
    }

    .menuList_info,
    .menuList_info>li>.child_ul {
        display: block;
        margin-bottom: 0;
        width: 100%;
    }

    .menuList_info>li>.child_ul {
        display: none;
    }

    .menu_icon {
        display: flex !important;
        flex-direction: column;
        width: 15px;
        position: absolute;
        top: 10px;
        right: 48px;
        z-index: 1001;
    }
    .menu_icon2{
        right:55px
    }

    .menu_icon>span {
        border: 1px solid #333;
        border-radius: 4px;
        margin-bottom: 2px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .menuIcon_isHover>span:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    .menuIcon_isHover>span:nth-child(2) {
        opacity: 0;
    }

    .menuIcon_isHover>span:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }

    /* footer */
    .footer_info,
    .footer_info>.item:nth-child(2) {
        display: block;
        margin-top: 10px;
    }
    .myitem2{
        display: flex !important;
    }
    .footer_info,
    .footer_info>.item .WeChatOfficialAccount_txt {
        text-align: center;
    }

    .footer_info>.item {
        width: 100%;
    }

    .footer_info>.item .WeChatOfficialAccount_txt {
        margin: 0 0 5px;
    }

    .footer-bottom-2-bottom{
        text-align:center
    }
    .bottom-row, .bottom-row2 {
        height: unset;
    }
    .hao {
        margin-left: 10% !important;
    }
    .banquan {
        text-align: center;
    }

    /* login */
    .login_wrap {
        width: 100%;
    }

    .login_wrap .login_info {
        padding: 15px 15px 30px;
        border: 2px solid black;
        box-shadow: 7px 7px 0px black
       
    }
    

    .login_wrap .form .formGroup_en>label {
        font-size: 1.4rem;
    }

    /* exhMsg */
    .exhMsg_wrap {
        padding: 0 15px;
    }

    .exhMsg_wrap .form .form-group .form-control {
        width: 100% !important;
    }

    .exhMsg_wrap .formGroup_submit>label {
        display: none;
    }

    .exhMsg_wrap .submit_info .btn {
        min-width: auto;
        width: 100%;
        margin: 0 0 10px;
    }

    .exhMsg_wrap .submit_info .btn:last-child {
        margin-bottom: 0;
    }

    .exhMsg_wrap .search_info {
        width: 100%;
    }

    /* .exhMsg_wrap .audienceMsgTab .productBtn_info .productBtn{background-color: rgba(0, 0, 0, .3) !important;color: #fff !important;padding: 1px 5px;margin-bottom: 5px;font-size: 1.2rem;} */
    /* .exhMsg_wrap .audienceMsgTab .productBtn_info .productBtn .closeBtn{display: block;} */
    .tab_form .submit,
    .tab_form .reject,
    .tab_form .agree {
        margin: 0 0 10px;
        width: 100%;
    }

    .exhMsg_wrap_en .form .form-group {
        display: block;
    }

    .exhMsg_wrap_en .form .form-group>label {
        padding: 0;
        margin-bottom: 5px;
        width: 100%;
    }

    .exhMsg_wrap_en .form .form-group .file_wrap>div:nth-child(1) {
        flex: 1;
    }

    .exhMsg_wrap .form .formGroup_basic {
        display: -webkit-flex;
        display: flex;
    }

    .exhMsg_wrap .form .formGroup_basic>label {
        font-weight: 400;
        margin: 0;
        padding-top: 7px;
        width: 25%;
    }

    .exhMsg_wrap_en .form .formGroup_basic>label {
        width: 45%;
    }

    .dataTable_search_wrap {
        display: block;
    }

    .dataTable_search_wrap .search_classify .classifyList_wrap {
        margin-top: 12px;
    }

    /* audienceMsg */
    .audienceMsg_wrap .audienceMsgTab tr td:nth-child(1),
    .audienceMsg_wrap .audienceMsgTab tr td:nth-child(2) {
        padding: 8px;
    }

    .audienceMsg_wrap .audienceMsgTab tr td:nth-child(1) {
        text-align: center;
    }

    .audienceMsg_wrap .form .label_wrap {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    /* exhInvitation */
    .exhInvitation_wrap {
        padding: 30px 15px 0;
    }

    .exhInvitation_wrap .form .form-group,
    .exhInvitation_wrap .input_wrap {
        display: block;
    }

    .exhInvitation_wrap .form .form-group>label {
        margin-bottom: 5px;
        padding: 0;
        width: 100%;
    }

    .exhInvitation_wrap .form .form-group .input_wrap .preview {
        margin: 10px 0 0;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .exhInvitation_wrap .form .formGroup_tip {
        text-align: center;
    }

    .exhInvitation_wrap .form .formGroup_tip .testBarocode img {
        margin: 0 auto;
    }

    .audienceMsg_wrap .form .tips {
        text-align: left;
    }

    .newmenu{
        display: none;
    }
    .pd15{
        padding: 0 15px;
    }
    .mobile_menu1{
        margin-right: 10px;
    }
    .index_2btns.submit_info{
        display: block;
    }
    /* exh_share */
}

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

    /* login */
    .login_wrap .form .form-group>div {
        flex: 1;
    }

    .login_wrap .form .formGroup_en>label {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 768px) {
    .menu-text{
        display: none;
    }
    .mywrap2{
        display: none !important;
    }
    /* menu */
    .menuList_info>li:hover>a,
    .menuList_info>.no_act>.child_ul>li:hover>a {
        background-color: var(--primary);
        color: #fff;
    }

    .menuList_info>.no_act:hover>a {
        background-color: #c9c9c9;
        color: #333;
    }
}

/* jackey追加 */
.new_menu_bg{
    background-color: #d30145;
    display: inline-block;
    /* padding: 5px; */
    width:120px
}
.new_menu_flex{
    display: flex;
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
    color: #fff;
    flex-direction: column;
    align-items: center;
    padding-bottom:15px;
    width:67%;
    margin:0 auto;
    padding-top: 15px;

}
.new_menu_flex2:last-child .new_menu_flex{
    margin-bottom:0px;
    padding-bottom:0px;
    border-bottom:0px;
    padding-bottom:15px
}
.new_menu_flex2:hover{
    background-color:#f5d2d5
}
.act2{
    background-color:#f5d2d5
}
.newact2{
    color:#c9184c !important;
   
   
}
.newact2new{
    background-color: #eeeeee;
    position: relative;
}
.newact2new::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: -3px;
    /* left: 50%; */
    transform: translateX(-50%);
    width: 5px;
    height: 100%;
    background-color: #c9184c;
}
.new_menu_flex:hover{
    /* border-bottom:0px */
}
.bg_circle{
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom:10px;
    position:relative
}
.small_icon{
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.childmenu{
    color:#fff;
    margin:10px 0;
    display:block;
}
.childmenu:nth-child(2){
    margin:10px 0;
}
.childmenu:first-child{
    margin-top:10px;
}
.childmenu:hover{
    color:#d30145;
    text-decoration: none;
}
.act3 a{
    color:#d30145;
    text-decoration: none;
}

.mypink{
    color:#d00244;
    text-align:center;
    font-size:24px;
}

.form-group{
    /* border: 1px solid #a0a0a0; */
    padding: 5px 0;
    display: flex;
    align-items: center
}
.myformgroup{
    border: 1px solid #a0a0a0
}

.icon_info{
    padding:0 10px
}
.myform{
    height: auto;
    padding: 4px 12px;
    border: 0;
    border-left: 1px solid #959595 !important;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    outline:none
}
.myform:focus{
    outline:none;
    box-shadow: none;
}


/* talk */
/* .swiper1{
    background-image: url(../images/talk/invitationnew1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper2{
    background-image: url(../images/talk/invitationnew2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper3{
    background-image: url(../images/talk/invitationnew33.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} */
.swiper{
    height:100vh;
    background-color: #dbdad7;
}

.swiper1name{
    font-size:24px;
    font-weight:bold;
    text-align:center;
    color:#fff;
    font-weight:400
}
.swiper1_total{
    margin-top:34%

}
.swiper1flex{
    display: flex;
    font-size: 14px;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.swiper1right{
    font-size: 39px;
    font-weight: 400;
    color: #fff;
    padding-left: 10px;
}
.swiper1left{
    border-right: 1px solid #fff;
    padding-right: 10px;
}
.saoma,.saomaimg{
    box-shadow: 5px 5px 0px black;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid;
    background-color: #fff;
}
.saoma{
    margin-top:6px;
    font-weight:400
}
.swiper1content{
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 5px 5px 0px black;
    padding: 30px 10px;
    margin-top: 15%;
    min-height: 25vh;
    max-height: 28vh;
    border: 1px solid #000;
    overflow: auto;
}

.swiper2_total{
    margin-top:34%

}
.swipertitle{
    color: #d30145;
    border: 1px solid #000;
    box-shadow: 5px 5px 0px black;
    width: 106px;
    background-color: #fff;
    text-align: center;
    padding: 2px 0;
    margin-left: 5%;
}
.swiper_product{
    margin-top: 33px;
    max-height: 70vh;
    overflow-y: auto;
}
.swiperproduct_item{
    box-shadow: 5px 5px 0px black;
    background-color: #fff;
    border: 1px solid #000;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 20px;
    display: flex;
    padding: 12px;
    max-height: 33vh;
    overflow-y: auto;
}
.swiper3_total{
    width: 94%;
    margin: 0 auto;
    margin-top: 22.5%;
    height: 82vh;
}
.swiper3_total img{
    width:100%
}
.swiperlast{
    position: absolute;
    bottom: 5%;
}
.swiper3code{
    position: absolute;
    right: 5%;
    bottom: 1%
}
.swiper3code img{
    width:85px
}
.swiper3code .saoma{
    width:85px !important;
}
#newmenu{
    display: flex;
}
.greyline2{
    width: 11px;
    background-color: #eeeeee;
}