.notic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.act_1 .navname {
    color: #06CD65;
    font-weight: bold;
}
.act_1 .navactheng {
    display: block;
}
.swiper .hide{
    opacity:0;
  }
  .swiper-button-next,.swiper-button-prev{
    transition:opacity 0.5s;
  }

.gg {
    width: 93.38%;
    background: #eee;
    height: 45px;
    border-radius: 45px;
    padding: 0 17px;
    display: flex;
}

.tip_file {
    background: #06CD65 !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tip_file img {
    width: 13px;
    margin-right: 5px;
}

.admr:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .15);
}

.admr {
    width: 10.2%;
    margin-right: 1.3%;
    transition: all .2s linear;
}

.admr:nth-last-of-type(1) {
    margin-right: 0;
}

.gg_title {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.gg_title img {
    width: 19px;
    margin-right: 5px;
}

.ggcon {
    font-size: 14px;
    color: #06CD65;
    margin-left: .7%;
    overflow: hidden;
    width: 85%;
}

.ggcon li {
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.more_gg {
    width: 6%;
    height: 45px;
    border-radius: 28px;
    border: 1px solid #898989;
    /* color: #06CD65; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.more_gg:hover {
    border: 1px solid #06CD65;
}

.more_gg:hover a {
    color: #06CD65;
}

.more_gg a {
    color: #666;
    white-space: nowrap;
}

.index_title {
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.title_name {
    font-size: 20px;
    color: #333;
    display: flex;
    align-items: center;
    white-space: nowrap;
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
}

.title_name span {
    font-size: 12px;
    color: #ccc;
    margin-left: 5px;
}

.tips {
    display: flex;
}

.tip {
    height: 35px;
    line-height: 33px;
    padding: 0 18px;
    background: #eee;
    font-size: 14px;
    border-radius: 35px;
    color: #666;
    margin-left: 10px;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
}

.tips .tip:hover {
    color: #fff;
    background: #06CD65;
    /* border: 1px solid transparent; */
}

.tips .tip_act {
    color: #fff;
    background: #06CD65;
}

#nav .tip:hover {
    border: 1px solid #898989;
    line-height: 33px;
    color: #666;
    background: #eee;
}

.tips .tip_act2 {
    border: 1px solid #898989;
    line-height: 33px;
}

.tips .tip_more {
    /* border: 1px solid #898989; */
    line-height: 33px;
    /* background: transparent; */
}

.gli:nth-last-of-type(1) {
    margin-right: 0;
}

.gli .tone {
    height: 406px;
}


/* 排行榜 */

.income {
    width: 10.2%;
    margin-right: 1.3%;
    background: #fff;
    padding: 26px 0 18px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}

.fri .income_upic {
    border: solid #FFD496 3px;
    width: 73px;
    height: 73px;
    border-radius: 73px;
    overflow: hidden;
}

.income_upic {
    border: solid #E9E9E9 3px;
    width: 73px;
    height: 73px;
    border-radius: 73px;
    overflow: hidden;
}

.no1box {
    position: relative;
}

.income_user {
    width: 100%;
    height: 100%;
}

.no1 {
    position: absolute;
    width: 36px;
    left: 18.5px;
    bottom: -6px;
}

.income_uname {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 24px;
}

.zhuan {
    font-size: 13px;
    color: #828282;
}

.income_mon {
    width: 14px;
    margin: 6px 0;
}

.income_num {
    font-size: 18px;
    color: #06CD65;
    text-align: center;
}

.income:nth-last-of-type(1) {
    margin-right: 0;
}

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

.common_left {
    width: 49.4%;
}

.warelist {
    padding: 40px 3.9% 0;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    height: 395px;
    overflow: hidden;
}

.wareli {
    width: 25%;
    text-align: center;
    margin-bottom: 36px;
    position: relative;
    bottom: 0;
}

.wareli:hover .ware_name {
    color: #06CD65;
}

.wareli:hover {
    bottom: 5px;
}

.warepic {
    width: 102px;
    height: 102px;
    border-radius: 100%;
}

.ware_name {
    font-weight: bold;
    color: #3b3b3b;
    font-size: 16px;
    margin-top: 12px;
    text-align: center;
}

.problemlist {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    height: 395px;
    overflow: hidden;
}

.problemli {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 30px; */
}

.problemli_l {
    display: flex;
    align-items: center;
    width: 97%;
}
.problemli .img2{
    display: none;
}
.problemli:hover .procon{
    color: #06CD65;
}
.problemli:hover .img2{
    display: inline-block;
}
.problemli:hover .img1{
    display: none;
}
/* .problemli:hover .procon {
    color: #06CD65;
} */

.procon {
    width: 90%;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
}

.problemli img {
    width: 24px;
    margin-right: 10px;
}

.linklist {
    height: 28px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.linklist a {
    font-size: 12px;
    color: #666;
    margin-right: 23px;
}

.linklist a:hover {
    color: #06CD65;
}

.ps-list {
    padding: 5px 0;
}

.sweei {
    /*-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;*/
    border-radius: 6px;
    overflow: hidden;
}

.sweei img {
    border-radius: 5px;
    transition: all .5s ease;
}

.sweei:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.gallery-thumbs {
    width: 93.75%;
    /*margin: -6% auto 0;*/
    margin:30px auto 0;
}

.swiper-container .hide {
    opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
    transition: opacity 0.5s;
}

.problemlist a {
    display: block;
    padding: 11px 13px;
    margin-bottom: 5px;
}

.problemlist a:hover {
    background: #F9F9F9;
}




.gallery-top .swiper-pagination{
    bottom: 16px !important;
}
.gallery-top .swiper-slide img{
    width: 100%;
    height: 800px;
    object-fit: cover;
}
/*改变轮播的点*/
.gallery-top .swiper-pagination-bullet{
    width: 32px;
    height: 6px;
    background: #fff;
    opacity: 0.41;
    border-radius: 3px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
}
.gallery-top  .swiper-pagination-bullet-active {
    opacity: 0.81;
    background: #fff;
}

.addindex{
    position: absolute;
    top: 284px;
    left: 82px;
    z-index: 2;
    display: flex;
}
.addindex_logo{
    width: 203px;
    margin-right: 23px;
}
.addindex_search_tab{
    display: flex;
}
.addindex_search_tabli{
    min-width: 90px;
    height: 32px;
    background: #ECEBEA;
    border-radius: 10px 10px 0px 0px;
    font-size: 14px;    
    color: #333333;
    line-height: 32px;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
}
.addindex_searinp{
    display: flex;
    align-items: center;
    width: 700px;
    height: 60px;
    background: #FFFFFF;
    border-radius:  0 6px 6px 6px;
}
.addindex_search_tabli_act{
    background: #fff;
}
.addindex_searinp input{
    width: 620px;
    padding-left: 25px;
    font-size: 16px;
    border-radius: 6px;
}
.addindex_cram{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.addindex_gosear
{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.addindex_shu{
    width: 1px;
height: 17px;
background: #C5C4C4;
margin: 0 12px;
}
.add_index_piclist{
 padding: 30px 0 0;
background: #FFFFFF;
border-radius: 6px;
display: flex;
}
.add_index_piclist_left{
    border-right: #F6F6F6 1px solid;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding-left: 30px;
}
.add_index_piclist_left:nth-last-of-type(1){
    border-right: none;
}
.add_index_piclist_left .gli{
    width: 45.92%;
    margin-right: 3.44%;
    margin-bottom: 30px;
    /* height: 355px; */
    position: relative;
}
.add_index_piclist_left .ginfo{
    width: 100%;
    height: 50px;
    background: rgba(236, 235, 234, .8);
    border-radius: 0px 0px 6px 6px;
    flex-direction: row;
    padding: 0 14px;
    margin-top: 0;
    position: absolute;
    bottom: 0;
}
.add_index_piclist_left .gpic{
    border-radius: 6px;
    height: auto;
}
.ginfo3{
    width: 100%;
}
.add_list_left{
    display: flex;
    align-items: center;
}
.add_list_left .gname{
    margin-right: 26px;
    line-height: 14px;
}