/*全局通用*/
* {
    margin: 0;
    padding: 0
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: rgba(0,0,0,.87);
    background: #fff;
    line-height: 1.5;
}

a {
    color: #528036;
    text-decoration: none
}

a:hover {
    color: #000;
    text-decoration: none
}

ul {
    list-style: none
}

.clear {
    clear: both
}

.pop-shadow{
    box-shadow: 0 1px 1px 0 rgba(60,64,67,.08), 0 1px 3px 1px rgba(60,64,67,.16);
}

.pop-divider {
    display: block;
    -webkit-box-flex: 1;
    flex: 1 1 0px;
    max-width: 100%;
    height: 0;
    max-height: 0;
    -webkit-transition: inherit;
    transition: inherit;
    border: 0 solid rgba(0, 0, 0, .12);
    border-top-width: thin;
    margin: 0;
}
.text-no-wrap, .text-truncate {
    white-space: nowrap!important;
}
/* MARGINS & PADDINGS */
.p-xxs {
    padding: 5px;
}
.p-xs {
    padding: 10px;
}
.p-sm {
    padding: 15px;
}
.p-m {
    padding: 20px;
}
.p-md {
    padding: 25px;
}
.p-lg {
    padding: 30px;
}
.p-xl {
    padding: 40px;
}
.p-n {
    padding: 0 !important;
}
.p-w-xs {
    padding: 0 10px;
}
.p-w-sm {
    padding: 0 15px;
}
.p-w-m {
    padding: 0 20px;
}
.p-w-md {
    padding: 0 25px;
}
.p-w-lg {
    padding: 0 30px;
}
.p-w-xl {
    padding: 0 40px;
}
.p-h-xs {
    padding: 10px 0;
}
.p-h-sm {
    padding: 15px 0;
}
.p-h-m {
    padding: 20px 0;
}
.p-h-md {
    padding: 25px 0;
}
.p-h-lg {
    padding: 30px 0;
}
.p-h-xl {
    padding: 40px 0;
}
.p-l-none {
    padding-left: 0;
}
.p-l-xs {
    padding-left: 5px;
}
.p-l-sm {
    padding-left: 10px;
}
.p-l {
    padding-left: 15px;
}
.p-l-md {
    padding-left: 20px;
}
.p-l-lg {
    padding-left: 30px;
}
.p-l-xl {
    padding-left: 40px;
}
.p-l-n-xxs {
    padding-left: -1px;
}
.p-l-n-xs {
    padding-left: -5px;
}
.p-l-n-sm {
    padding-left: -10px;
}
.p-l-n {
    padding-left: -15px;
}
.p-l-n-md {
    padding-left: -20px;
}
.p-l-n-lg {
    padding-left: -30px;
}
.p-l-n-xl {
    padding-left: -40px;
}
.p-t-none {
    padding-top: 0;
}
.p-t-xxs {
    padding-top: 1px;
}
.p-t-xs {
    padding-top: 5px;
}
.p-t-sm {
    padding-top: 10px;
}
.p-t {
    padding-top: 15px;
}
.p-t-md {
    padding-top: 20px;
}
.p-t-lg {
    padding-top: 30px;
}
.p-t-xl {
    padding-top: 40px;
}
.p-t-n-xxs {
    padding-top: -1px;
}
.p-t-n-xs {
    padding-top: -5px;
}
.p-t-n-sm {
    padding-top: -10px;
}
.p-t-n {
    padding-top: -15px;
}
.p-t-n-md {
    padding-top: -20px;
}
.p-t-n-lg {
    padding-top: -30px;
}
.p-t-n-xl {
    padding-top: -40px;
}
.p-r-none {
    padding-right: 0;
}
.p-r-xxs {
    padding-right: 1px;
}
.p-r-xs {
    padding-right: 5px;
}
.p-r-sm {
    padding-right: 10px;
}
.p-r {
    padding-right: 15px;
}
.p-r-md {
    padding-right: 20px;
}
.p-r-lg {
    padding-right: 30px;
}
.p-r-xl {
    padding-right: 40px;
}
.p-r-n-xxs {
    padding-right: -1px;
}
.p-r-n-xs {
    padding-right: -5px;
}
.p-r-n-sm {
    padding-right: -10px;
}
.p-r-n {
    padding-right: -15px;
}
.p-r-n-md {
    padding-right: -20px;
}
.p-r-n-lg {
    padding-right: -30px;
}
.p-r-n-xl {
    padding-right: -40px;
}
.p-b-none {
    padding-bottom: 0;
}
.p-b-xxs {
    padding-bottom: 1px;
}
.p-b-xs {
    padding-bottom: 5px;
}
.p-b-sm {
    padding-bottom: 10px;
}
.p-b {
    padding-bottom: 15px;
}
.p-b-md {
    padding-bottom: 20px;
}
.p-b-lg {
    padding-bottom: 30px;
}
.p-b-xl {
    padding-bottom: 40px;
}
.p-b-n-xxs {
    padding-bottom: -1px;
}
.p-b-n-xs {
    padding-bottom: -5px;
}
.p-b-n-sm {
    padding-bottom: -10px;
}
.p-b-n {
    padding-bottom: -15px;
}
.p-b-n-md {
    padding-bottom: -20px;
}
.p-b-n-lg {
    padding-bottom: -30px;
}
.p-b-n-xl {
    padding-bottom: -40px;
}
.m-xxs {
    margin: 2px 4px;
}
.m {
    margin: 15px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0 !important;
}
.m-l-none {
    margin-left: 0;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-t-none {
    margin-top: 0;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-r-none {
    margin-right: 0;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-b-none {
    margin-bottom: 0;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.space-15 {
    margin: 15px 0;
}
.space-20 {
    margin: 20px 0;
}
.space-25 {
    margin: 25px 0;
}
.space-30 {
    margin: 30px 0;
}
.img-sm {
    width: 32px;
    height: 32px;
}
.img-xm {
    width: 36px;
    height: 36px;
}
.img-sx {
    width: 45px;
    height: 45px;
}
.img-xx {
    width: 50px;
    height: 50px;
}
.img-md {
    width: 64px;
    height: 64px;
}
.img-lg {
    width: 96px;
    height: 96px;
}
.img-2x {
    width: 120px;
    height: 120px;
}
.img-3x {
    width: 220px;
    height: 220px;
}
.b-r-xs {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.b-r-sm {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.b-r-md {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.b-r-lg {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.b-r-xl {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}


/*文字超过多少行字数显示...*/
.line-limit {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.line-limit-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.line-limit-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-limit-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.line-limit-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
/*可以给定容器宽度限制，超出部分显示省略号*/
.box-limit-xxxxs {
    max-width: 40px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.box-limit-xxxs {
    max-width: 60px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.box-limit-xxs {
    max-width: 100px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.box-limit-xs {
    max-width: 120px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.box-limit-sm {
    max-width: 200px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.box-limit {
    max-width: 300px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.box-limit-md {
    max-width: 400px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.box-limit-lg {
    max-width: 500px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.box-limit-xl {
    max-width: 600px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/*限制文本框高度，超出就滚动显示*/
.scroll-box-50{
    max-height: 50px;
    overflow-y: auto;
}
.scroll-box-100{
    max-height: 100px;
    overflow-y: auto;
}
.scroll-box-200{
    max-height: 200px;
    overflow-y: auto;
}
.scroll-box-300{
    max-height: 300px;
    overflow-y: auto;
}
.scroll-box-400{
    max-height: 400px;
    overflow-y: auto;
}
.scroll-box-500{
    max-height: 500px;
    overflow-y: auto;
}
.scroll-box-550 {
    max-height: 550px;
    overflow-y: auto;
}
.scroll-box-600{
    max-height: 600px;
    overflow-y: auto;
}
.scroll-box-700{
    max-height: 700px;
    overflow-y: auto;
}
.scroll-box-800{
    max-height: 800px;
    overflow-y: auto;
}
.scroll-box-1000{
    max-height: 1000px;
    overflow-y: auto;
}
.scroll-box-1200{
    max-height: 1200px;
    overflow-y: auto;
}
.pop-show{
    display: block !important;
}
.pop-hide{
    display: none !important;
}
.pop-cursor-pointer{
    cursor: pointer !important;
}
.pop-radius-xxs{
    border-radius: 4px;
}
.pop-radius{
    border-radius: 50%;
}
.box-bg{
    background-color: #fff !important;
    padding: 20px;
}
.base-color{
    color: #747d67;
}
.base-background-color{
    background-color: #747d67;
    color: #fff;
}
.base-background-color:hover,
.base-background-color:focus,
.base-background-color:active{
    background-color: #707d5d;
    color: #FFFFFF;
    opacity: 0.9;
}

.flex-row{
    display: flex;
    flex-flow: row;
}
.flex-column{
    display: flex;
    flex-flow: column;
}
/*背景模糊*/
.blur {
    filter: blur(10px) brightness(.87);
    -webkit-filter: blur(10px) brightness(.87);
    -moz-filter: blur(10px) brightness(.87);
    -o-filter: blur(10px) brightness(.87);
    -webkit-transform: scale(1.04,1.1);
    transform: scale(1.04,1.1);
    -webkit-transition: all .45s ease;
    transition: all .45s ease;
}
.subheading {
    position: relative;
    font-size: 16px !important;
    /*left: -16px;*/
    font-weight: 400;
     /*CSS代码*/
     overflow: hidden;
     /*overflow: unset !important;*/
     text-overflow: ellipsis;
     max-height: 100rpx; 
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp:2;
     word-break: break-all;
     word-wrap: break-word;
    /*line-height: 14px;*/
    /*margin-bottom: 5px;*/

}
.font-weight-bold {
    font-weight: 700!important;
}
.font-weight-medium {
    font-weight: 500!important;
}
.font-weight-light {
    font-weight: 300!important;
}

.page-container {
    position: relative;
}


@media (min-width: 768px) {
    .back-top{
        display: block;
    }

    .page-header .header-title {
        width: 92%;
    }

    .event-title-header{
        /*line-height: 90px !important;*/
    }
}
@media (min-width: 992px) {
    .page-header .header-title {
        width: 90%;
    }
}
@media (min-width: 1200px) {
    .page-header .header-title {
        width: 60%;
    }
}

/*头部*/
.page-header{
    padding: 0;
    margin: 0;
    color: white;
    /*background-color: #8f7151;*/
    /*background-color: #fff;*/
    background-color: #fafafa;
    /*background-color: unset !important;*/
    /*position:fixed;*/
    width:100%;
    min-height: 90px;
    padding-bottom: 25px;
    z-index: 1;
    border: none;
    display: flex;
    align-content: flex-end;
}
.header-title{
    margin: 0 auto;
    width: 90%;
    /*height: 50px;*/
    display: flex;
    /*justify-content: flex-start;*/
    align-items: flex-end;
}
.header-title h1,h2,h3,h4,h5{
    padding: 0;
    margin: 0;
}
/*头部 end*/

.container{
    padding-top: 30px;
    z-index: 0;
    min-height: calc(100vh - 5px);
}

/*============ 底部样式 start =============*/
.footer {
    /*background: none repeat scroll 0 0 #fafafa;*/
    background-color: unset !important;
    /*border-top: 1px solid #e7eaec;*/
    /*border-left: 1px solid #e7eaec;*/
    width: 100%;
    padding: 8px 0px;
    position: relative;
    z-index: 999;
    /*height: 80px;*/
    text-align: center;
}
.lang-box{
    margin: 10px 0;
}
.lang-item{
    padding: 5px 30px;
    color: #676a6c;
}
/*.lang-box .lang-item:hover{
    color: #676a6c;
}*/
.lang-item.active{
    /*color: #337ab7;*/
    color: rgb(96,183,83);
    text-decoration: underline;
}
/*============ 底部样式 end =============*/


/*回到顶部*/
.back-top {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: fixed;
    right: 25px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 1000;
}

.back-top:hover:after{
    /*width: 76px;*/
    right: 70px;
    top: 40%;
    margin-top: -11px;
    padding: 4px 10px;
    content: attr(data-gotop-label);
    white-space: nowrap;
    /*background: rgba(44, 177 , 227, 1);*/
    /*background: rgb(143, 113, 81);*/
    background: rgb(96, 183, 83);
    color: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    pointer-events: none;
    line-height: normal;
    position: absolute;
    transition: all 0.3s;
    box-sizing: inherit;
}

.back-top-content {
    padding: 2px;
    /*width: 45px;*/
    /*height: 45px;    */
    width: 35px;
    height: 35px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    /*background-color: #00B0E5;*/
    /*background-color: #8f7151;*/
    background-color: rgb(96,183,83);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    /*border-radius: 50%;*/
    border-radius: 20%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.back-top-content:hover {
    /*background-color: #00B0E5;*/
    background-color: rgb(96,183,83);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.back-top-icon {
    width: 14px;
    height: 16px;
    margin: 8px auto;
    background: url(../images/common/gotoTop.png) 100%/100% no-repeat;
}
.logo-img{
    /*display: none !important;*/
    cursor: pointer;
}
.event-g-logo{
    display: flex;
    /*justify-content: space-around;*/

}
.title-wrap{
    position: relative;
    width: 162px;
}

.event-title-header{
    /*line-height: 50px;*/
    /*line-height: 135px;*/
    position: absolute;
    bottom: 0px;
    /*bottom: 25px;*/
}

.home-menu li{

}

.home-menu li.look-ticket-wrap{

    /*background: url(../images/home/look-ticket-bg.png);*/
    background: linear-gradient(135deg,
        rgba(96, 183, 83, 0.25) 0%,
        rgba(96, 183, 83, 0.5) 10%,
        rgba(96, 183, 83, 0.75) 20%,
        rgba(96, 183, 83, 1) 70% );
    );
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    padding: 0px 30px;
    border-radius: .35em;
    /*width: 150px;*/
    /*height: 45px;*/
    line-height: 30px;
    /*width: calc((210px /105) * 30px);*/
    /*height: 30px;*/
    /*line-height: 30px;*/

}
.home-menu li.create-apply{
    /*background: url(../images/home/create-apply-bg.png);*/
    background: linear-gradient(135deg,
        rgba(96, 183, 83, 0.25) 0%,
        rgba(96, 183, 83, 0.5) 10%,
        rgba(96, 183, 83, 0.75) 20%,
        rgba(96, 183, 83, 1) 70% );
    );
    padding: 0px 30px;
    border-radius: .35em;
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*width: 200px;*/
    /*height: 45px;*/
    line-height: 30px;
}

.footer-logo{
    background-color: rgb(96,183,83);
    height: 100px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.footer-logo-img{

}

.company-link{
    color: rgb(237, 123, 56) !important;
}

@media (min-width: 1200px) {
    .logo-img{
        display: inline-block !important;
        /*position: absolute;*/
        transform: translateY(12px) translateX(-19px);
        /*top: -2px;*/
    }
}

.page-title {
    /* margin: 0 5px 0 20px; */
    padding: 0;
    font-weight: bold;
    /* line-height: 30px; */
    /* color: #FFF; */
    word-spacing: 3px;
    letter-spacing: 3px;
    color: rgb(69,33,14);
}

.event-title-header {
    /* line-height: 50px; */
    /* line-height: 135px; */
    position: absolute;
    bottom: 0px;
    /* bottom: 25px; */
}

.home-menu {
    list-style-type: none;
    margin-bottom: 0px;
    text-align: center;
    max-height: 33px;
    z-index: 999;
}

.home-menu li {
    display: inline-block;
    margin-right: 15px;
}
.home-menu li:last-of-type{
    margin-right: unset;
}

.cross-line{
    background-color: rgb(96,183, 83);
    height: 12px;
}

.global-color{
    color: rgb(96,183, 83);
}

.font-spacing-2 {
    word-spacing: 2px ;
    letter-spacing: 2px;
}

.global-font-weight-bold{
    font-weight: bold;
}

.global-background-color{
    background-color: rgb(96,183, 83);
}

.home-menu a {
    color: #FFF;
}

/*--------------------屏幕适配--------------------*/
/*//>=1200的设备 */
@media (min-width: 1200px){
    .logo-img{
        width: 265px;

    }

    .home-title {
        display: flex !important;
        justify-content: space-between;
        flex-direction: row;
    }

}
/*//>=992的设备 }*/
@media (min-width: 992px) {

}
/*//>=768的设备 */
@media (min-width: 768px){


}
/*//<=1199的设备 */
@media (max-width: 1199px){


}
/*//<=991的设备 */
@media (max-width: 991px){

}
/*//<=768的设备 */
@media (max-width: 767px){
    .logo-img{
        width: 15rem;
        height: calc(15rem / (150/40));
        margin-left: 2rem;

    }
    .event-title-header{
        font-size: 18px;
        transform: translateY(-.55rem);
        /*line-height: 7rem;*/
    }

    .mean-container .mean-bar{
        background: #fafafa !important;
    }

    .mean-nav{
        background: #fafafa !important;
    }

    .mean-container a.meanmenu-reveal span {
        background: rgb(237, 123, 56);
    }

    .mean-container a.meanmenu-reveal {
        color: rgb(237, 123, 56);
    }

    .page-header{
        height: 0rem;
        background: #fafafa !important;
        padding-bottom: unset;
        min-height: unset;
    }

    #event-search-form {
        position: relative;
        width: calc(120.8rem/10) !important;
        height: calc(20rem/10) !important;
        padding: calc(5rem/10) calc(5rem/10) calc(5rem/10) calc(35rem/10) !important;
    }

    .home-menu .search-item{
        /*transform: translateX(.5rem);*/
        width: 24rem !important;
        margin-bottom: 1.5rem;
    }

    #event-search-form input[name='keyword'] {
        /*width: calc((498/69) * 2rem) !important;*/
        width: 18rem !important;
        height: 2rem!important;
        padding: .5rem .5rem .5rem 4rem !important;

    }
    .home-menu {
        max-height: unset !important;
    }

    .home-menu li.look-ticket-wrap {

        width: unset !important;
        padding: 0rem 3rem;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 1rem;
    }

    .home-menu li.create-apply {
        width: unset !important;
        padding: 0rem 3rem;
        white-space: nowrap;
        overflow: hidden;
        margin-right: 15px;
        margin-bottom: 1rem;
    }

    .mean-container .mean-nav ul li a {
        text-align: center;
        padding: unset;
        border: unset;

    }

    .mean-container .mean-nav ul{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        align-content: flex-end;
    }

    .footer-logo{
        height: unset;
    }

    .footer-logo-img{
        width: 15rem;
        height: calc(15rem / (350/100));
    }

    .lang-item {
        padding: 5px 5px;
        color: #676a6c;
    }


    .cross-line {
        margin-top: 0rem !important;
    }


}
/*--------------------屏幕适配--------------------*/


/*回到顶部 end*/