li{
	list-style-type: none;
}
.header-wrap{
    display: flex;
    justify-content: space-between;
    position: relative;
    /*padding: 17px 51px 16px 40px;*/
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);*/
    align-items: center;
    width: 100%;
    height: 87px;
    z-index: 999;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.02) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(16px);
}
.nav-checker{
	font-weight: bold;
}
.header-wrap-bg{
    width: 100%;
    height: 100%;
    background-color: #4ea688;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background: #fff;*/
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.header-left{
    position: relative;
    z-index: 1;
    padding: 18px 23px;
}

.header-right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    width: calc(100% - 240px);
    padding: 19px 40px 17px 40px;
    /*height: 100%;*/
    /*background: rgba(6, 137, 74, 1);*/
}

.header-right-bg{
    background-color: rgba(6, 137, 74, 1);
    background-image: url('../img/h_r_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.header-right-tab-wrap,
.tab-item-1{
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 2px; */
	/*margin-right: 34px;*/
    /* position: relative; */
    z-index: 1;
}
@media (max-width: 1400px) {
	.header-right-tab-wrap,
	.tab-item-1{
		justify-content: center;
	}
}

.header-right-bottom-wrap{
    width: 294px;
    display: flex;
    justify-content: flex-end;
    /*margin-bottom: 8px;*/
    position: relative;
    z-index: 1;
}

.header-right-tab-item{
    margin-right: 12px;
    font-size: 18px;
    /* line-height: 18px; */
    line-height: 52px;
    text-align: center;
    color: #FFFFFF;
    /*display: block;*/
    /* padding: 16px 8px; */
    padding: 0px 8px;
    display: flex;
    justify-content: center;
    /* position: relative; */
    white-space: nowrap;
    /*padding-bottom: 10px;*/
    /*border-bottom: 2px solid transparent;*/
}

.logo1{
    display: none;
}

.header-right-tab-item:hover{
    /*background: #FFFFFF;*/
    /*border-radius: 2px;*/
    /*color: #09A79D;*/
}

.header-right-bottom-text1{
    padding-right: 16px;
    display: flex;
    align-items: center;
    height: 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    white-space: nowrap;
    cursor: pointer;
}

.header-right-bottom-text2{
    padding: 0 16px;
    display: flex;
    align-items: center;
    height: 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
}

.header-right-bottom-text1 img{
    margin-right: 4px;
}

.temp{
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-right: 4px;
}

.weather{
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-right: 4px;
}

.qua{
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.header-right-bottom-text2 span{
    margin-left: 8px;
}

.el-input__inner{
    border: 0;
    padding: 0;
    height: 22px;
    background: transparent;
}

.el-input__icon{
    line-height: 22px;
}

.el-select .el-input__inner{
    width: 50px;
    color: #ffffff;
}

.el-select .el-input .el-select__caret{
    color: #ffffff;
}

.el-select-dropdown__item.selected{
    color: #333;
}

.header-right-bottom-text3{
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 0 0 0 16px;
    white-space: nowrap;
}

.header-bottom-item{
    background: #40775f;
    padding: 8px 0;
    position: absolute;
    bottom: -48px;
    display: none;
}

.header-bottom-item-bg{
    width: 100%;
    height: 19px;
    background: transparent;
    position: absolute;
    top: -19px;
    left: 0;
}

.header-right-tab-item:hover .header-bottom-item{
    display: flex;
        z-index: 2;
        width: 100%;
        left: 0;
        text-align: center;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
}

.header-bottom-item-ul{
    position: relative;
    display: flex;
	margin: 0;
}

.header-bottom-item-ul li{
    /* font-size: 18px;
     line-height: 18px;
     margin-right: 32px;*/
    padding: 0 12px;
    white-space: nowrap;
    position: relative;
}

.header-bottom-item-ul li:after{
    content:"";
    position: absolute;
    right: 0;
    width: 1px;
    height: 20px;
    background:  rgba(255, 255, 255, 0.2);
    top: 50%;
    margin-top: -10px;
}
.header-bottom-item-ul li:last-child:after{
    background: transparent;
}


.header-bottom-item-ul-i{
    padding: 8px 16px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.header-bottom-item-ul-i:hover{
    background: #40775f;
    border-radius: 8px;
    color: #ffffff;
}

.header-bottom-item-ul li:last-child{
    margin-right: 0;
}

.header-item-bg{
    position: absolute;
    width: 100%;
    height: 48px;
    background: #40775f;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
    top: 87px;
    left: 0;
    display: none;
}

.header-right-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-right-tab-wrap{
    flex: 1;
}

.tab-item-ts{
    background: #ED5126;
    border-radius: 12px 4px;
    width: 38px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: -8px;
    left: 8px;
}

.yanxue-line{
    width: 1px;
    height: 24px;
    opacity: 0.2;
    background: #FFFFFF;
    /*transform: rotate(90deg);*/
    /*content: "";*/
    /*position: absolute;*/
    display: block;
    margin-right:24px;
}

.notify-text{
    display: flex;
    align-items: center;
    margin-right: 32px;
}

.notify-text:last-child{
    margin-right: 0;
}

.notify-text img{
    margin-right: 4px;
}

.notify-text-wrap{
    display: flex;
}
/*  */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
.new-index-scenic-item-title-box {
    display: none;
    animate-duration: .2s;
    animate-delay: .2s;
    position: relative;
    z-index: 1;
    padding-top: 5px;
	top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}


.new-index-scenic-item-title {
    /* width: 76px; */
    /* height: 22px; */
    padding: 7px 10px 7px 16px;
    display: flex;
    background: #14A986;
    border-radius: 4px;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    position: absolute;
    overflow: hidden;
    right: 20px;
	top:20px;
}
.new-index-scenic-item-title img {
    margin-right: 4px;
}
/*  */
.new-index-scenic-item-body {
    position: absolute;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    border-radius: 20px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80.19%, rgba(0, 0, 0, 0.5) 100%);
    padding: 16px;
    overflow: hidden;
    transition: 2s;
}
.index-scenic-item-body-text-wrap1 {
    bottom: 16px;
    position: absolute;
    /* bottom: 16px; */
    padding-right: 16px;
    transition: .6s;
}
.index-scenic-item-body-text1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}