.zindex {
    z-index: 1;
}

.header a {
    color: #FFF;
}

.a {
    color: #21282D !important;
}

.header .icon {
    display: flex;
}
/* .header .icon .nav_search {
    background-image: url(../imgs/search.png);
    display: block;
    height: .44rem;
    width: .44rem;
    background-size: cover;
} */



/* 顶部banner */
.banner {
    width: 100%;
    height: 6.6rem;
    background: url('../images/banner.png') no-repeat;
    background-size: cover;
    position: relative;
}

.gg {
    width: calc(100% - .56rem);
    height: .72rem;
    background-color: #fff;
    border-radius: .36rem;
    padding: 0 .22rem 0 .16rem;
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: .68rem;
    transform: translate(-50%, 0);
    z-index: 9;
}

.gg .tag {
    width: .74rem;
    height: .4rem;
    text-align: center;
    line-height: .4rem;
    background: linear-gradient(270deg, #0022ff 0%, #8800ff 100%);
    border-radius: .96rem;
    font-size: .24rem;
    color: #fff;
}

.gg_swiper {
    width: 100%;
    height: .72rem !important;
    overflow: hidden;
}

.gg_swiper .swiper-slide {
    line-height: .72rem;
    padding: 0 .16rem;
    color: #505b64;
}

.gg i {
    background-color: rgba(13, 83, 255, .1);
    border-radius: 50%;
    color: #0D53ff;
    font-size: .16rem;
    padding: .06rem;
}

/*项目列表*/
.list {
    margin-top: -0.4rem;
    border-radius: .4rem;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: .4rem .28rem .2rem .28rem;
}

.list .title {
    font-size: .4rem;
    font-weight: 600;
    line-height: .47rem;
    text-align: center;
}

.list .desc {
    font-size: .24rem;
    text-align: center;
    color: #515b64;
    margin-top: .1rem;
    line-height: .28rem;
    margin-bottom: .36rem;
}

.list .item {
    background-color: #f6f8fa;
    border-radius: .24rem;
    padding: .28rem .12rem 0 .28rem;
    margin-bottom: .2rem;
    position: relative;
}

.list .item .top {
    display: flex;
}

.list .item .logo {
    width: .48rem;
    height: .48rem;
    margin-right: .2rem;
    border-radius: .08rem;
}

.list .item .name {
    font-size: .32rem;
    font-weight: 600;
    line-height: .48rem;
}

.list .item .price {
    color: #ff4906;
    font-size: .4rem;
    font-weight: 600;
    line-height: .48rem;
    margin-top: .16rem;
}

.list .item .price::before {
    content: '￥';
    font-size: .28rem;
}

.list .item .bot {
    display: flex;
    justify-content: space-between;
    border-top: .02rem dashed rgba(156, 164, 185, .2);
    margin-top: .24rem;
    padding: .2rem 0;
    font-size: .24rem;
}

.list .item .left {
    color: #51586f;
}

.list .item .right {
    color: #ff4906;
}

.list .item .btn {
    width: 1.52rem;
    height: .6rem;
    background-color: #0d53ff;
    color: #fff;
    text-align: center;
    line-height: .6rem;
    border-radius: .32rem;
    color: #fff;
    font-size: .24rem;
    position: absolute;
    right: .28rem;
    top: .28rem;
}

/*查看更多*/
.ckgd {
    display: block;
    width: 3.26rem;
    height: .8rem;
    border-radius: .16rem;
    text-align: center;
    line-height: .8rem;
    color: #0d53ff;
    background-color: rgba(13, 83, 255, .1);
    margin: .4rem auto;
}

/*大厂网推项目*/
.dcwt,.jxsq  {
    background-color: #f2f4f7;
    margin-top: 0;
    border-radius: 0;
    padding: .6rem .28rem .4rem .28rem;
}

.dcwt .item {
    background-color: #fff;
}

.dcwt .tab,.jxsq  .tabs  {
    margin-bottom: .2rem;
    overflow: scroll;
    white-space: nowrap;
    margin-top: .2rem;
}

.dcwt .tab_item,.jxsq  .tabs .tab_item {
    display: inline-block;
    min-width: 1rem;
    padding: .2rem 0;
    text-align: center;
    font-size: .28rem;
    color: #505b64;
    margin-right: .2rem;
    position: relative;

}

.dcwt .tab .active {
    color: #0d53ff;
    position: relative;
}

.dcwt .tab .active::before ,.jxsq  .tabs .active::before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: .04rem;
    background-color: #0d53ff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.dcwt .ckgd {
    margin-bottom: 0;
}

.jxsq {
    background-color: #000;
}

/*精选授权项目*/
.jxsq .title,
.jxsq .tab_item {
    color: #fff !important;
}

.jxsq .tab_item::before {
    background-color: #fff !important;
}

.jxsq .new_item {
    display: flex;
    padding: .04rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: .24rem;
   margin-top: .2rem;
}

.jxsq .logo {
    width: 1.52rem;
    height: 2.08rem;
    border-radius: .2rem;
    margin-right: .2rem;
}

.jxsq .info {
    flex: 1;
    position: relative;
}

.jxsq .name {
    font-size: .32rem;
    color: #181c29;
    margin-top: .24rem;
    line-height: .36rem;
}

.jxsq .time {
    font-size: .24rem;
    color: #788190;
    margin-top: .16rem;
    line-height: .28rem;
}

.jxsq .tg {
    width: 2.97rem;
    height: .56rem;
    background-color: #f6f8fa;
    border-radius: .72rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .24rem;
    color: #51586f;
    padding: 0 .16rem 0 .2rem;
    position: absolute;
    left: 0;
    bottom: .24rem;
}

.jxsq .tg i {
    background-color: rgba(14, 183, 144, .1);
    border-radius: 50%;
    color: #0eb790;
    font-size: .16rem;
    padding: .06rem;
}

.jxsq .price {
    color: #fe574a;
    font-size: .4rem;
    font-weight: 600;
    line-height: .48rem;
    position: absolute;
    right: .24rem;
    top: .2rem;
}

.jxsq .type {
    font-size: .24rem;
    color: #788190;
    line-height: .28rem;
    position: absolute;
    right: .24rem;
    top: .76rem;
}

.jxsq .ckgd {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.water_swiper {
    overflow: hidden;
}
.water_swiper  .swiper-container {
    width: 100%;
    height: 6.6rem;

}
.water_swiper  .swiper-slide {
    padding: 0 !important;
    width: 100% !important;
}

.water_swiper .swiper-slide {
    width: 100%;
    height: 6.6rem;
}
/* .water_swiper .swiper-slide-active {
    width: 100% !important;
    height: 100%;
}
.water_swiper .swiper-slide-next {
    width: 100% !important;
    height: 100%;
} */

.water_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.water_swiper .swiper-pagination {
    position: absolute;
    width: 1rem;
    right: 0;
    left: auto;
    bottom: 0.2rem;
    color: #fff;
}

.water_swiper .swiper-pagination span {
    color: #fff;
}

/* zx */
.zx {
    width: 100%;
    background: #F2F4F7;
    padding-bottom: .6rem;
}

.zx_title {
    font-weight: 600;
    font-size: .4rem;
    color: #21282D;
    line-height: .47rem;
    text-align: center;
    padding-top: .6rem;
    padding-bottom: .2rem;
}

.zx_tab {
    height: .72rem;
    padding: 0 .87rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem;
}

.zx_tabItem {
    line-height: .72rem;
    color: #505B64;
    text-align: center;
}

.zx_tab .zxActive {
    color: #0d53ff;
    position: relative;
}

.zx_tab .zxActive::before {
    content: '';
    display: inline-block;
    width: 1.12rem;
    height: .04rem;
    background-color: #0d53ff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.zx_swiper {
    width: 6.9rem;

    overflow: hidden;
    margin: 0 auto;
}

.swiper-wrappe {
    width: 6.2rem;
    background-color: #FFF;
    height: max-content;
    border-radius: .24rem;
}

.swiper-slide {
    width: 6.2rem !important;
    margin: 0 auto;
    background-color: #FFF;

    border-radius: .24rem;
    padding: .28rem;
}

.iconandtitle {
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.iconandtitle .icon {
    width: .48rem;
    height: .48rem;
}

.iconandtitle .title {
    line-height: .48rem;
    font-size: .28rem;
    color: #505B64;
    margin-left: .2rem;
    font-weight: 600;
}

.zx_ul {
    padding: .06rem;
    list-style-type: square;
    border-bottom: .02rem solid #E6E6E6;
}

.zx_ul li {
    font-weight: 400;
    font-size: .28rem;
    color: #505B64;
    line-height: .33rem;
    margin-bottom: .28rem;
    margin-left: .2rem;
    position: relative;
}

.zx_swiper .lookbt {
    font-weight: 400;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: .28rem 0 0;
}

.zx_swiper .lookbt .lookIocn {
    width: .28rem;
    height: .28rem;
    margin-left: .08rem;
}

.zx_swiper .lookbt span {
    font-size: .28rem;
    color: #21282D;
    line-height: .33rem;

}

.ys {
    width: 100%;
    height: 6.9rem;
    background-color: #f2f4f7;

}

.ys_box {

    width: 100%;
    background-color: #FFF;
    /* height: 6.5rem; */

}

.ys_box .title {
    height: 1.7rem;
    width: 100%;
    background-color: #FFF;
    line-height: 1.7rem;
    font-weight: 600;
    font-size: .4rem;
    color: #21282D;
    text-align: center;
}

.contenr {
    height: 3.5rem;
    width: 100%;
    background-color: #FFF;
    background: url('../imgs/index/indexBaner.png') no-repeat;
    background-size: 100% 3.5rem;
    flex-wrap: wrap;
    align-content: stretch
}
.box_tips{
    width: 6.16rem;
    margin: -.14rem auto 0;
    text-align: center;
    font-size: .28rem;
    color: #505b64;
    line-height: .43rem;
}
.box_list{
    margin-top: .54rem;
    padding: 0 .56rem;
    display: flex;
    justify-content: space-between;
}
.box_list_item{
    text-align: center;
}
.box_list_item .lx {
    width: 1.8rem;
    height: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_list_item .lx .num{
    color: #0d53ff;
    font-size: .6rem;
    margin-right: .05rem;
    font-weight: 700;
}
.box_list_item .lx .dw{
    font-size: .32rem;
    font-weight: 700;
    margin-bottom: -.05rem;
}
.box_list_item .desc{
    font-size: .28rem;
    color: #505b64;
    line-height: .33rem;
    margin-top: .04rem;
}
/* .box-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
}

.ys_box .box-item .img {
    width: 2rem;
    height: .9rem;
}

.ys_box .box-item .desc {
    font-size: .28rem;
    color: #505B64;
    line-height: .33rem;
    margin-top: .1rem;
} */

.ys .tip {
    width: max-content;
    height: .32rem;
    font-weight: 400;
    font-size: .24rem;
    color: #788190;
    line-height: .32rem;
    text-align: center;
    padding: .4rem 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.ys .tip .span {
    width: .6rem;
    height: .02rem;
    margin-left: .2rem;
    background: linear-gradient(90deg, #788190 0%, rgba(120, 129, 144, 0) 100%);
}


.ys .tip .span:first-child {
    margin-left: 0;
    margin-right: .2rem;
    background: linear-gradient(90deg, rgba(120, 129, 144, 0) 0%, #788190 100%);
}

.zzao {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #494949;
    z-index: 999;
    display: none;
}

.contner {
    background-color: #FFF;
    width: 100%;
    min-height: 1rem;
    padding: .32rem;
}

.contner .contnerTitle {
    width: 100%;
    height: .76rem;
    line-height: .76rem;
    font-size: .32rem;
    color: #21282D;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contner .contnerTitle .icons{
    width: .44rem;
    height: .44rem;
}


.layui-collapse,
.layui-colla-content,
.layui-colla-item {
    border: none !important;
}

.layui-icon-clear:before {
    content: "\e788"
}

.layui-colla-title {
    background: #FFF !important;
    padding-left: 0 !important;
    height: .88rem !important;
    font-size: .28rem !important;
}

.layui-colla-icon {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    left: auto !important
}

.layui-colla-content {
    padding: 0 !important;
}

.collaose {
    color: #0D53FF;
    font-weight: 600;
}

.layui-colla-title-span {
    font-size: .24rem;
    color: #FE574A;
    margin-left: .12rem;
}

.layui-colla-content-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}


.layui-colla-content-box .box-item {
    width: 3.36rem;
    height: 1.38rem;
    background: #F6F8FA;
    border-radius: .16rem;
    padding: .2rem;
    display: flex;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
    margin-bottom: .1rem;

}


.layui-colla-content-box .box-item .logo {
    width: .48rem;
    height: .48rem;
    border-radius: .12rem;
}


.layui-colla-content-box .box-item .rightBox {
    flex: 1;
    padding: .06rem 0 0 .2rem;
}

.layui-colla-content-box .box-item .price {
    font-family: DINProM;
    font-weight: bold;
    font-size: .36rem;
    color: #FF4906;
    line-height: .36rem;
    margin-top: .1rem;
}

.layui-colla-content-box .box-item .price::before {
    content: '￥';
    font-size: .24rem;
}

.btn_bot {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: .1rem;
}

.btn_bot .btn {
    flex: 1;
    height: .88rem;
    background: #DBE5FF;
    border-radius: .12rem;
    color: #0D53FF;
    font-size: .28rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_bot .btn:nth-child(2) {
    margin-left: .2rem;
    background-color: #0D53FF;
    color: #FFF;
}