.display-flex{
    display: flex;
}
.display-flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.display-flex-align{
    display: flex;
    align-items: center;
}
.display-flex-justify{
    display: flex;
    justify-content: space-between;
}
.display-flex-align-justify{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-center{
    text-align: center;
}
.margin-top10{
    margin-top: 10px;
}
.margin-top20{
    margin-top: 20px;
}
.margin-top30{
    margin-top: 30px;
}
.margin-top40{
    margin-top: 40px;
}
.margin-bottom10{
    margin-bottom: 10px;
}
.margin-bottom20{
    margin-bottom: 20px;
}
.margin-bottom40{
    margin-bottom: 40px;
}
.back-blue{
    background: #2F549F;
}
.back-orange{
    background: #FF9934;
}
/* 服务商 */
.service-head-info-box{
    width: 286px;
    margin-right: 20px;
    background: #fff;
    border: 1px solid #E5E5E5;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}
.service-head-info-title-box{
    padding: 20px;
}
.service-head-info-img{
    width: 80px;
    height: 80px;
    margin-right: 10px;
    position: relative;
}
.service-head-info-img>img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.service-head-info-img>span{
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 28px;
    height: 28px;
    /*background: linear-gradient(-45deg, #B1713E 0%, #EFC7A3 100%);*/
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    font-weight: 100;
}
.service-head-info-title{
    flex: 1;
}
.service-head-info-title>strong{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 22px;
}
.service-head-info-title>p{
    margin: 14px 0 0 0;
}
.service-head-info-title>p>span{
    color: #666666;
    font-size: 14px;
}
.service-head-info-title>p>span:first-child{
    margin-right: 20px;
}
.service-head-info-title>p>span>img{
    margin-right: 10px;
}
.service-head-info-data{
    padding: 20px 0;
    border-top: 1px solid #eee;
}
.service-head-info-data>div{
    flex: 1;
    text-align: center;
}
.service-head-info-data>div:first-child{
    border-right: 1px solid #eee;
}
.service-head-info-data>div>strong{
    font-size: 20px;
    display: block;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.service-head-info-data>div>p{
    font-size: 12px;
    line-height: 12px;
    color: #999;
    margin-bottom: 0;
}
.service-head-finance-box{
    flex: 1;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    padding: 20px;
}
.service-head-finance-box{
    overflow: hidden;
}
.service-head-finance-detail{
    margin-top: 30px;
}
.service-head-finance-detail>div{
    flex: 1;
    padding-right: 40px;
    border-right: 1px solid #eee;
    text-align: right;
}
.service-head-finance-detail>div:last-child{
    padding-right: 20px;
    border-right: 0;
}
.service-head-finance-detail>div>strong{
    font-size: 20px;
    font-weight: bold;
    display: block;
    line-height: 20px;
    margin-bottom: 12px;
}
.service-head-finance-detail>div>p{
    font-size: 12px;
    color: #999;
    line-height: 12px;
    margin-bottom: 0;
}
.service-head-finance-footer{
    float: right;
    margin-top: 50px;
}
.service-head-finance-detail-btn{
    color: #999!important;
    font-size: 12px;
}
.service-head-finance-btn{
    width: 100px;
    height: 30px;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    color: #fff !important;
    margin-left: 20px;
}
.new-order-content{
    width: 600px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    margin-right: 20px;
    padding: 20px 0 40px;
}
.new-order-content>p,.my-service-box>p{
    padding: 0 14px;
    align-items: center;
    margin-bottom: 20px;
}
.new-order-content>p>span,.my-service-box>p>span{
    font-size: 14px;
    line-height: 14px;
    padding-left: 10px;
    border-left: 3px solid #2F549F;
    color: #333;
}
.new-order-list{
    display: block;
    padding: 0 30px;
}
.new-order-list:hover{
    background: #F5F5F5;
}
.new-order-list>div{
    border-bottom: 1px dashed #e5e5e5;
    padding: 14px 0;
    position: relative;
}
.new-order-list>div>p{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    line-height: 20px;
}
.new-order-list>div>p>span{
    padding: 0 6px;
    height: 20px;
    border: 1px solid #FF9934;
    border-radius: 2px;
    color: #FF9934;
    font-size: 12px;
    margin-right: 10px;
    line-height: 18px;
    white-space: nowrap;
}
.new-order-list>div>div>span{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999;
    margin-right: 10px;
}
.new-order-list>div>div>span>img{
    margin-right: 6px;
}
.new-order-list>div>span{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.my-service-box{
    flex: 1;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    padding: 20px 0 10px;
}
.my-service-box>p>a{
    color: #999;
    line-height: 12px;
}
.my-service-list-box{
    margin-top: 20px;
    padding: 0 20px;
}
.my-service-list{
    padding: 10px 0;
    border-bottom: 1px dashed #e5e5e5;
}
.my-service-list-img{
    width: 60px;
    height: 60px;
    border-radius: 2px;
    margin-right: 10px;
    overflow: hidden;
}
.my-service-list-img>img{
    width: 100%;
    height: 100%;
}
.my-service-list-info{
    width: 160px;
}
.my-service-list-info>p{
    font-size: 14px;
    color: #333;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}
.my-service-list-info>div{
    align-items: center;
}
.my-service-list-info>div>span{
    padding: 0 6px;
    height: 22px;
    background: #F2F3F8;
    border-radius: 2px;
    color: #666;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.my-service-list-info>div>p{
    color: #FF9934;
    font-size: 12px;
    margin-bottom: 0;
    white-space: nowrap;
}
.new-dynamic-list{
    display: block;
    padding: 0 30px;
}
.new-dynamic-list>div{
    padding: 10px 0;
    border-bottom: 1px dashed #E5E5E5;
}
.new-dynamic-list>div>span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.new-dynamic-list>div>span>img{
    width: 100%;
    height: 100%;
    display: block;
}
.new-dynamic-list>div>div{
    flex: 1;
}
.new-dynamic-list>div>div>strong{
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 14px;
    margin-bottom: 14px;
}
.new-dynamic-list>div>div>p{
    font-size: 14px;
    line-height: 14px;
    color: #666;
}
.new-dynamic-list>div>div>p>span{
    color: #2F549F;
}
/* 头部导航 */
.homemenu-taskbarnav .ul_one{
    height: 520px;
    background: #242830;
    border-radius: 0px 0px 4px 4px;
    scrollbar-width: none;
}
.homemenu-taskbarnav .g-tasknavdrop{
    width: 200px;
    border-radius: 2px 16px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}
.head-menu-subtitle-box{
    display: flex;
    flex-wrap: wrap;
}
.head-menu-subtitle-box>a{
    width: 50%;
    opacity: 0.5;
    line-height: 24px;
}
.kppw-type-list-box>li:hover{
    background: #fff !important;
}
.kppw-type-list-box>li:hover .u-tit{
    color: #999999 !important;
    opacity: 1;
}
/* .kppw-type-list-box>li:hover .cor-white{
    color: #2F549F!important;
} */
.kppw3_8-head-subtype-box{
    width: 1010px;
    height: 552px;
    background: #FFFFFF;
    padding: 0;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    margin: 0;
    line-height: 26px;
    overflow: hidden;
    /* overflow-y: auto; */
    border-top: 2px solid ;
    border-left: none;
}
.kppw-subtype-list-box{
    width: 750px;
    max-height: 552px;
    height: 552px;
    overflow-x: auto;
    border-right: 1px solid #EEEEEE;
    padding: 30px 20px;
}
.kppw-subtype-list{
    margin-bottom: 20px;
}
.kppw-subtype-list:last-child{
    margin-bottom: 20px;
}
.kppw-subtype-list>strong{
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 16px;
    /* color: #2F549F; */
    margin-bottom: 20px;
}
.kppw-subtype-list>div{
    display: flex;
    flex-wrap: wrap;
}
.kppw-subtype-list>div>a{
    font-size: 14px;
    color: #333;
    width: 20%;
    line-height: 26px;
}
.head-menu-recommend-box{
    flex: 1;
    padding-top: 30px;
    position: relative;
}
.head-menu-recommend-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 20px;
}
.head-menu-recommend-title>span{
    padding-left: 10px;
    border-left: 3px solid ;
    font-size: 16px;
    line-height: 16px;
    /* color: #2F549F; */
}
.head-menu-recommend-title>a{
    color: #999;
    font-size: 12px;
    line-height: 12px;
}
.head-menu-recommend-list-box{
    padding: 0 20px;
}
.head-menu-recommend-list{
    margin-top: 20px;
    display: flex;
}
.head-menu-recommend-list>span{
    width: 50px;
    height: 50px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
}
.head-menu-recommend-list>span>img{
    display: block;
    width: 100%;
    height: 100%;
}
.head-menu-recommend-list>div{
    width: 150px;
    color: #333;
}
.head-menu-recommend-list>div>strong{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
}
.head-menu-recommend-list>div>p{
    font-size: 12px;
    line-height: 12px;
    color: #666;
}
.head-menu-recommend-list>div>p>span{
    color: #FF9934;
}
.head-menu-recommend-box>a{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: linear-gradient(90deg, #D9BD8C, #C89C5D);
    line-height: 50px;
    text-align: center;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
}
.kkpw-banner-box{
    width: 700px;
    height: 400px;
    transform: translate(-35px, 18px);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 2px;
}
.kkpw-banner-box .carousel-indicators{
    bottom: 0;
}
.kkpw-banner-box .carousel-indicators li{
    margin: 0 !important;
    width: 24px;
    height: 4px;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 0;
}
.kkpw-banner-box .carousel-indicators .active{
    background-color:#fff
}
.kppw3_8-user-box{
    top: 71px !important;
    width: 268px;
    height: 400px;
    background: #FFFFFF;
    /* box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04); */
    border-radius: 2px;
}
.kppw3_8-user-box .tab-top{
    background-image: none;
    border: none;
    /* border-bottom: 1px solid #eee; */
}
.kppw3_8-user-box .tab-top .p-mgl{
    width: auto;
    flex: 1;
}
.kppw3_8-user-box .tab-top .p-mgl>p{
    color: #262626;
    font-size: 14px;
    line-height: 14px;
}
.kppw3_8-user-box .index-usercenter,.kppw3_8-user-box .tab-top .p-mgl>div{
    color: #999;
}
.kppw3_8-user-box .tab-top .p-mgl>div>a{
    color: #2f549f;
}
.kppw3_8-user-info-box{
    padding: 16px 0;
    /* border-bottom: 1px solid #eee; */
    background: url(../img/userinfobg.png) no-repeat;
    background-size: 100% 100%;
}
.kppw3_8-user-info-tab>div{
    display: none;
    text-align: center;
}
.kppw3_8-user-info-tab>div.active{
    display: block;
}
.kppw3_8-user-info-tab>div>strong{
    color: #333;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 12px;
    display: block;
}
.kppw3_8-user-info-tab>div>p{
    color: #999;
    font-size: 12px;
    margin-bottom: 0;
}
.kppw3_8-user-info-index{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.kppw3_8-user-info-index>span{
    width: 6px;
    height: 6px;
    background: #DDDDDD;
    border-radius: 6px;
    transition: all .3s;
    margin: 0 3px;
    cursor: pointer;
}
.kppw3_8-user-info-index>span.active{
    /* background: #2F549F; */
    width: 14px;
}
.kppw3_8-user-box .kkpw-content-wrap{
    border: none;
}
.kppw3_8-user-box .kkpw-content-wrap ul>li>a{
    color: #595959;
    font-size: 12px;
    line-height: 12px;
    margin-top: 17px;
}
/* .kppw3_8-user-box .kkpw-content-wrap ul>li>a::after{
    background: #2F549F;
    top: 15px;
    opacity: 1;
} */

.kppw3_8-user-box .kkpw-nav-tabs>li.active>a::after{
    display: none;
}
.kppw3_8-user-box .nav-tabs .z-tit1{
    line-height: 22px;
    padding: 0 14px;
    border-radius: 2px;
    height: 24px;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    color: #262626;
    margin: 0 !important;
    line-height: 24px !important;
}
.head-news-box{
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
}
.head-news-list-box{
    height: 20px;
    overflow: hidden;
}
.head-news-list{
    transform: translateY(0);
}
.head-news-list>a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}
.head-news-list>a>span{
    display: inline-block;
    padding: 0 4px;
    height: 20px;
    line-height: 20px;
    margin-right: 6px;
    /* background: #2F549F; */
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.animate {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.index-new-dynamic-list>div{
    padding: 0;
    border: none;
}
.kkpw-rk-list{
    display: flex;
    margin-top: 30px;
    padding-left: 216px;
}
.kkpw-rk-list>a{
    flex: 1;
    height: 120px;
    border-right: 1px solid #eee;
    position: relative;
    margin-right: 0;
}
.kkpw-rk-list>a:last-child{
    border: none;
}
.kkpw-rk-list>a>div{
    position: absolute;
    top: 30px;
    left: 20px;
}
.kkpw-rk-list>a>div>strong{
    display: block;
    font-size: 22px;
    color: #333;
    line-height: 22px;
    margin-bottom: 20px;
}
.kkpw-rk-list>a>div>p{
    margin-bottom: 0;
    font-size: 15px;
    line-height: 15px;
    color: #333;
}
.kppw3_8-index-box,body{
    background: #EDF0F4;
}
.kppw3_8-index-box .new-task-list-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    overflow: hidden;
    width: 912px;
}
.kppw3_8-index-box .new-task-box .new-task-list-title{
    height: 57px;
    /* border-bottom: 1px solid #eee; */
    padding-right: 16px;
    background: url(../img/titlebg.png) no-repeat;
}
.kppw3_8-index-box .new-task-box .new-task-list-title>p{
    border-width: 3px;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: baseline;
    height: 24px;
}
.kppw3_8-index-box .new-task-box .new-task-list-title>p>span{
    font-weight: 500;
    color: #666;
    margin-left: 4px;
}
.kppw3_8-index-box .new-task-box{
    margin-top: 40px;
}
.kppw3_8-index-box .new-task-list>a>p>strong{
    float: left;
    height: 20px;
    background: #EDEFF2;
    border-radius: 2px;
    line-height: 20px;
    padding: 0 6px;
    font-size: 12px;
    color: #666;
    margin-right: 6px;
    font-weight: 500;
}
.kppw3_8-index-box .new-task-list{
    margin-top: 0;
}
.kppw3_8-index-box .new-dynamic-content-box{
    margin-top: 0;
}
.kppw3_8-index-box .new-dynamic-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    width: 264px;
}
.kppw3_8-index-box .new-dynamic-list>div{
    height: 22px;
    overflow: hidden;
    font-size: 12px;
}
.kppw3_8-index-box .new-dynamic-list-box{
    margin-top: 20px;
    height: 262px;
}
.new-dynamic-list>div>span{
    width: auto;
}
.new-dynamic-list>div>strong{
    font-weight: 500;
    color: #2F549F;
}
.kppw3_8-index-box .new-dynamic-list{
    padding: 0 20px;
}
.kppw3_8-index-box .new-dynamic-box>a{
    display: block;
    margin-top: 14px;
}
.kppw3_8-index-box .new-dynamic-box>a>img{
    max-width: 100%;
}
.kppw3_8-home-mall-content{
    margin-top: 40px;
    overflow: hidden;
    background: #fff;
    display: flex;
}
.kppw3_8-home-mall-content>div{
    width: 50%;
    display: flex;
}
.kppw3_8-home-mall-all{
    width: 104px;
    height: 32px;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    color: #262626 !important;
    justify-content: center;
}
.kppw3_8-home-mall-content-left{
    float: left;
    width: 200px;
    height: 472px;
    background: #FFFFFF;
    /* box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04); */
    border-radius: 0px 0px 0px 2px;
    padding: 24px 16px;
    border-right: 1px solid #f0f0f0;
}
.kppw3_8-home-mall-content-img{
    position: relative;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kppw3_8-home-mall-content-img>img{
    max-width: 100%;
    border-radius: 2px;
}
.kppw3_8-home-mall-content-img>span{
    position: absolute;
    top: -4px;
    left: 14px;
    width: 50px;
    height: 26px;
    background: #FF9934;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
}
.kppw3_8-home-mall-content-img>span::after{
    content: '';
    position: absolute;
    left: -2px;
    top: 2px;
    border: 3px solid;
    border-top-color: #C26100;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(-45deg);
}
.kppw3_8-home-mall-content-title{
    display: block;
    margin: 14px 0;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    font-size: 16px;
    color: #333 !important;
}
.kppw3_8-home-mall-content-lable{
    /* padding: 0 30px; */
    align-items: center;
}
.kppw3_8-home-mall-content-lable>span{
    height: 20px;
    background: #f5f5f5;
    border-radius: 2px;
    padding: 0 8px;
    line-height: 20px;
    color: #262626;
    font-size: 12px;
}
.kppw3_8-home-mall-content-lable>p{
    font-size: 12px;
    color: #999;
}
.kppw3_8-home-mall-content-pay{
    margin: 100px 0 0;
    align-items: center;
}
.kppw3_8-home-mall-content-pay>p{
    color: #FF9934;
    font-size: 24px;
    display: flex;
    align-items: baseline;
    line-height: 24px;
    height: 24px;
}
.kppw3_8-home-mall-content-pay>p>span{
    font-size: 14px;
}
.kppw3_8-home-mall-content-pay>a{
    display: block;
    border-radius: 2px;
    color: #2F549F !important;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    width: 88px;
    height: 32px;
    border: 1px solid #2F549F;
    border-radius: 2px;
    background: transparent !important;
    margin-top: 24px;
}
.kppw3_8-home-mall-list-box{
    flex-wrap: wrap;
    flex: 1;
    float: right;
    /* width: 400px; */
}
.kppw3_8-home-mall-list{
    width: 50%;
    height: 236px;
    background: #FFFFFF;
    /* box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04); */
    /* border-radius: 4px; */
    /* margin-right: 20px; */
    transition: all .3s;
    padding: 24px 16px;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.kppw3_8-home-mall-list:hover{
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 2;
}
/* .kppw3_8-home-mall-list:first-child{
    margin-bottom: 20px;
} */
/* .kppw3_8-home-mall-list:nth-child(4n){
    margin-right: 0;
} */
.kppw3_8-home-mall-list-img{
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
}
.kppw3_8-home-mall-list-img>img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
}
.kppw3_8-home-mall-list-img>span{
    position: absolute;
    top: -4px;
    left: 14px;
    width: 50px;
    height: 26px;
    background: #FF9934;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
}
.kppw3_8-home-mall-list-img>span::after{
    content: '';
    position: absolute;
    left: -2px;
    top: 2px;
    border: 3px solid;
    border-top-color: #C26100;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(-45deg);
}
.kppw3_8-home-mall-list-title{
    font-size: 14px;
    /* font-weight: bold; */
    display: block;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 16px 0;
}
.kppw3_8-home-mall-list-pay{
    /* padding: 0 20px; */
    align-items: center;
    margin-top: 12px;
}
.kppw3_8-home-mall-list-pay>p{
    color: #FF9934;
    font-size: 16px;
    display: flex;
    align-items: baseline;
    height: 16px;
    line-height: 16px;
}
.kppw3_8-home-mall-list-pay>p>span{
    font-size: 12px;
}
.kppw3_8-home-mall-list-pay>a{
    width: 64px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #2F549F;
    border-radius: 2px;
    text-align: center;
    line-height: 22px;
    color: #2F549F;
    font-size: 12px;
    transition: all .3s;
}
.kppw3_8-home-mall-list:hover .kppw3_8-home-mall-list-pay>a{
    background: #2F549F;
    color: #fff;
}
.kppy3_9index-shop-tag{
    align-items: center;
}
.kppy3_9index-shop-tag>a{
    display: flex;
    align-items: center;
    margin-left: 40px;
}
.kppy3_9index-shop-tag>div{
    display: flex;
}
.kppy3_9index-shop-tag>div>span{
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
.kppy3_9index-shop-tag>div>span:first-child{
    margin-right: 20px;
}
.kppy3_9index-shop-tag>div>span.active{
    opacity: .4;
    cursor: no-drop;
}
.kppw3_8-shop-content-box{
    flex: 1;
    margin-left: 24px;
}
.kppw3_8-shop-content-box .kppw-mall-list-box{
    width: 320px;
    height: 264px;
    margin: 0 8px 8px 0;
    background: #fff;
    padding: 0;
}
.kppw3_8-shop-content-box .kppw-mall-list-box:nth-child(3n){
    margin-right: 0;
}
.kppw3_8-shop-content-box .kppw-mall-shp-tab-list {
    display: flex;
    padding-bottom: 14px;
    padding:24px 16px;
    height: 144px;
}
.kppw-mall-shp-tab-vip{
    display: block;
    width: 64px;
    height: 16px;
    background: linear-gradient(90deg, #ECC591 0%, #FBE8C6 100%);
    border-radius: 8px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    color: #B07211;
    font-weight: 300;
    margin-top: 16px;
}
.kppw3_8-shop-content-box .kppw-mall-shp-tab-img{
    width: 80px;
    height: 80px;
    margin-right: 16px;
}
.kppw3_8-shop-content-box .kppw-mall-shp-tab-text{
    width: auto;
    flex: 1;
}
.kppw3_8-shop-content-box .kppw-mall-shp-tab-text>a{
    display: block;
    font-size: 16px;
    color: #262626;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 190px;
}
.kppw3_8-shop-content-box .kppw-mall-shp-tab-text>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}
.kppw3_8-shop-content-box .kppw-mall-shp-tab-text>div>p{
    font-size: 12px;
    color: #666;
}
.kppw3_8-shop-content-box .kppw-mall-shp-tab-text>div>p>span{
    color: #FF9934;
}
.kppw3_8-shop-content-box .kppw-mall-shp-list{
    margin: 0;
    height: 120px;
    padding: 24px 16px;
    border-top: 1px solid #f0f0f0;
    position: relative;
}
.kppw3_8-shop-content-box .kppw-mall-shp-list>span{
    font-size: 12px;
    display: inline-block;
    line-height: 12px;
    background: #fff;
    color: #8c8c8c;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 4px;
}
.kppw3_8-shop-content-box .kppw-mall-shp-list>div{
    width: 100%;
    height: 100%;
    float: none;
}
.kppw3_8-shop-content-box .kppw-mall-shp-list>div>span{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #bfbfbf;
}
.kppw3_8-shop-content-box .kppw-mall-shp-list>div>div{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 14px;
}
.kppw3_8-shop-content-box .kppw-mall-shp-list>div>div:last-child{
    margin-bottom: 0;
}
.kppw3_8-shop-content-box .kppw-mall-shp-list>div>div>p{
    color: #262626;
    line-height: 12px;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kppw3_8-shop-content-box .kppw-mall-shp-list>div>div>span{
    color: #FF9934;
    line-height: 12px;
}
.kppw3_8-shop-content-box .kppw-mall-content{
    background: none;
}
.kppw3_8-shop-content-box .kppw-mall-list-box::after{
    top: 0;
    bottom: 0;
    display: none;
}
.kppw3_8-shop-footer-lable{
    margin-top: 14px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content:left !important;
}
.kppw3_8-shop-footer-lable>span{
    padding: 0 4px;
    height: 20px;
    border-radius: 2px;
    color: #262626;
    font-size: 12px;
    line-height: 18px;
    margin-right: 4px;
    border: 1px solid #D9D9D9;
}
.kppw3_8-shop-footer-lable>span:last-child{
    margin-right: 0;
}
.kppw3_8-shop-content-box .kppw-mall-shp-list>div.active::before{
    border-bottom-color: #2F549F;
}
.kppw-mall-shp-list>div.active::after{
    border-color: #2F549F;
}
.vip-zt-box{
    width: 200px;
    background: linear-gradient(0deg, #F2E2C5 0%, #FAF7F3 100%);
    border-radius: 2px;
    margin-top: 40px;
    position: relative;
}
.vip-zt-list-box{
    padding: 0 8px;
}
.vip-zt-list{
    display: flex;
    margin-top: 24px;
}
.vip-zt-list:first-child{
    margin-top: 12px;
}
.vip-zt-list>span{
    width: 40px;
    height: 40px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 10px;
}
.vip-zt-list>span>img{
    max-width: 100%;
}
.vip-zt-list>div{
    flex: 1;
}
.vip-zt-list>div>strong{
    max-width: 130px;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 14px;
    color: #333;
    font-weight: 500;
}
.vip-zt-list>div>p{
    margin: 14px 0 0 0;
    font-size: 12px;
    color: #999;
    line-height: 12px;
    display: flex;
    align-items: center;
}
.vip-zt-list>div>p>span{
    color: #FF9934;
    margin-left: 8px;
}
.vip-zt-box>a{
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #FFAC41;
    text-align: center;
    position: absolute;
    bottom: 24px;
    left: 20px;
    width: 160px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #FFAF31;
    border-radius: 16px;
}
.vip-zt-box>span{
    margin-top: -13px;
    display: block;
}
.kppw3_8-case-box .cg-case-list-box{
    background: #fff;
    padding: 24px 24px 58px;
    overflow: hidden;
    position: relative;
}
.kppw3_8-case-box .cg-case-list-box .swiper-button-next:after,.kppw3_8-case-box .cg-case-list-box .swiper-button-prev:after{
    font-size: 14px;
    width: 32px;
    height: 32px;
    background: #000000;
    opacity: 0.5;
    border-radius: 50%;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 32px;
}
.kppw3_8-case-box .cg-case-list-box .swiper-button-next,.kppw3_8-case-box .cg-case-list-box .swiper-button-prev{
    top: auto;
    bottom: 76px;
    display: none;
}
.kppw3_8-case-box .cg-case-list-box:hover .swiper-button-next,.kppw3_8-case-box .cg-case-list-box:hover .swiper-button-prev{
    display: block;
}
.cg-case-swiper-list{
    display: flex;
}
.cg-case-swiper-list-img{
    display: flex;
    margin-right: 40px;
}
.cg-case-swiper-list-img>img{
    width: 232px;
    height: 232px;
    border-radius: 2px;
    margin-right: 16px;
}
.cg-case-swiper-list-img>img:last-child{
    margin-right: 0;
}
.cg-case-swiper-list-info{
    flex: 1;
}
.cg-case-swiper-list-info>p{
    font-size: 20px;
    line-height: 20px;
    color: #262626;
    margin-bottom: 24px;
    text-align: left;
}
.cg-case-swiper-list-info>div{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #262626;
    margin-bottom: 22px;
    line-height: 14px;
}
.cg-case-swiper-list-info>div>span{
    color: #FF9934;
}
.cg-case-swiper-list-info>div>p{
    display: flex;
    color: #8c8c8c;
    align-items: center;
}
.cg-case-swiper-list-info>div>p>img{
    width: 24px;
    height: 24px;
    border-radius: 2px;
    margin-right: 8px;
}
.cg-case-swiper-list-info>span{
    display: block;
    font-size: 12px;
    color: #8c8c8c;
    line-height: 20px;
    margin-bottom: 30px;
}
.cg-case-swiper-list-info>a{
    display: block;
    width: 120px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #2F549F;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #2F549F;
}
.cg-case-swiper-sublist{
    display: flex;
}
.cg-case-swiper-sublist>img{
    width: 64px;
    height: 64px;
    border-radius: 2px;
    margin-right: 16px;
}
.cg-case-swiper-sublist>div{
    flex: 1;
}
.cg-case-swiper-sublist>div>p{
    font-size: 14px;
    color: #262626;
    line-height: 20px;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
    text-align: left;
}
.cg-case-swiper-sublist>div>span{
    display: block;
    color: #FF9934;
    line-height: 14px;
    font-size: 14px;
    text-align: left;
}
.kppw3_8-case-box .cg-case-list-box>div{
    width: auto;
    float: none;
    display: block;
}
.kppw3_8-case-box .cg-case-list:nth-child(4n){
    margin-right: 20px;
}
.kppw3_8-case-box .cg-case-list:nth-child(5n){
    margin-right: 0;
    margin-bottom: 20px;
}
.new-task-list-title>p{
    font-size: 24px;
    color: #262626;
    height: 24px;
    line-height: 24px;
    padding-left: 16px;
    border-left:0;
    display: flex;
    align-items: flex-end;
}
.new-task-list-title>p>span{
    font-weight: 500;
    color: #8c8c8c;
    font-size: 12px;
    line-height: 12px;
    margin-left: 4px;
}
.kppw3_8-case-box .cg-case-list{
    width: 224px;
    height: auto;
    background: #FFFFFF;
    border-radius: 4px;
    transition: all .3s;
    overflow: hidden;
    margin-bottom: 20px;
}
.kppw3_8-case-box .cg-case-list>span{
    display: block;
    height: 224px;
    overflow: hidden;
}
.kppw3_8-case-box .cg-case-list>span>img{
    max-width: 100%;
}
.kppw3_8-case-box .cg-case-list>p{
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.kppw3_8-case-box .cg-case-list>div{
    bottom: 40px;
}
.kppw3_8-case-box .cg-case-list:hover{
    transform: translateY(-10px);
}
.kppw3_8-case-box .cg-case-list:hover>p{
    background: #2F549F;
    color: #fff;
}
.kppw3_8-case-box .cg-case-list>div>a{
    background: #2F549F;
}
.kppw3_8-case-box .cg-case-list>div>p{
    margin-top: 50px;
}
/* .kppw3_8-case-box .cg-case-list-box>div{
    display: none;
}
.kppw3_8-case-box .cg-case-list-box>div.active{
    display: flex;
} */
.kppw3_8-information-box .information-content>a>p{
    line-height: 22px;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 20px;
    text-align: left;
}
.kppw3_8-information-box .information-content>a>p>strong{
    display: block;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kppw3_8-information-box .information-content>a>p>span{
    font-size: 12px;
    color: #BBBBBB;
}
.kppw3_8-information-box .information-content>a>span{
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    background: #FF9934;
    border-radius: 0px 0px 10px 0px;
    line-height: 22px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
}
.kppw3_8-information-box .information-content>a{
    border-radius: 4px;
    overflow: hidden;
    width: 320px;
    height: 350px;
}
.kppw3_8-information-box .information-content>a>img{
    display: block;
    width: 100%;
    height: 100%;
}
.kppw3_8-information-box .information-content{
    margin-top: 20px;
    padding: 20px;
}
.kppw3_8-index-box .information-content{
    margin-top: 40px;
    padding: 0;
    display: flex;
}
.kppw3_8-index-box .information-content>a{
    width: 200px;
    height: 440px;
}
.kppw3_8-information-box .information-right-content{
    float: left;
    margin: 0 20px;
    width: 400px;
}
.kppw3_8-information-box .information-list-box{
    float: right;
    margin: 0;
    width: 400px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 20px;
    position: relative;
}
.kppw3_8-information-box .information-right-content-list{
    padding: 0;
    display: flex;
    margin-bottom: 15px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.kppw3_8-information-box .information-right-content-list>span,.kppw3_8-information-box .information-list-box>span{
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    background: #FF9934;
    border-radius: 0px 0px 10px 0px;
    line-height: 22px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
}
.kppw3_8-information-box .information-right-content-list:last-child{
    margin-bottom: 0;
}
.kppw3_8-information-box .information-right-content-list>a{
    width: 150px;
    height: 165px;
    margin-right: 20px;
}
.kppw3_8-information-box .information-right-content-list>div{
    width: 210px;
    padding: 20px 0;
}
.kppw3_8-information-box .information-right-content-list>div>a{
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.kppw3_8-information-box .information-right-content-list>div>p{
    max-height: 66px;
    overflow: hidden;
    height: 66px;
    font-size: 12px;
    color: #888;
}
/* .information-right-content-list>div>div{
    font-size: 12px;
    color: #bbb;
}
.information-center-list>div>p{
    font-size: 14px;
    color: #333;
    width: 100%;
    font-weight: bold;
}
.information-center-list>div>p>span{
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #D6D9E1, #BABEC7);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}
.information-center-list:nth-child(1)>div>p>span{
    background: linear-gradient(135deg, #FF8448, #FF4638);
}
.information-center-list:nth-child(2)>div>p>span{
    background: linear-gradient(135deg, #FFB448, #FF7038);
}
.information-center-list:nth-child(3)>div>p>span{
    background: linear-gradient(135deg, #FFDA48, #FF9F38);
}
.information-center-list>p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin-top: 8px;
    padding-left: 26px;
}
.information-center-list>p>strong{
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    background: #EDEFF2;
    border-radius: 2px;
    color: #999;
    font-weight: 500;
}
.information-center-list {
    margin-bottom: 10px;
}
.information-center-list:first-of-type{
    margin-top: 12px;
} */
.kppw-link--content-box{
    display: flex;
    align-items: center;
}
.kppw-link--content-box>a{
    width: 60px;
}
.link-box{
    margin-top: 40px;
}
.go-top .dnd{
    padding: 0 0 20px 0;
}
.go-top .dnd>h2{
    text-align: center;
    line-height: 40px;
    background: #F5F5F5;
    font-size: 14px;
    color: #666666;
}
.go-top .dnd>p{
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #333333;
    margin: 30px 0 20px 0;
    text-align: center;
}
.go-top .dnd>span{
    font-size: 12px;
    color: #999999;
    display: block;
    line-height: 12px;
    text-align: center;
    margin-bottom: 30px;
}
.go-top .dnd>a{
    display: block;
    width: 140px;
    height: 30px;
    background: #2F549F;
    border-radius: 2px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.kefu,.fankui{
    background-image: none !important;
    height: 90px !important;
    cursor: pointer;
}
.dingbu{
    background-image: none !important;
    cursor: pointer;
    height: 50px !important;
}
.kefu-btn,.fankui-btn{
    height: 100%;
    color: #333;
    text-align: center;
    padding-top: 12px;
}
.dingbu-btn{
    height: 100%;
    color: #333;
    text-align: center;
    padding-top: 0;
}
.kefu-btn>i,.fankui-btn>i,.dingbu-btn>i{
    display: block;
    text-align: center;
}
.kefu:hover,.fankui:hover,.dingbu:hover{
    background: #2F549F;
}
.kefu:hover .kefu-btn,.fankui:hover .fankui-btn,.dingbu:hover .dingbu-btn{
    color: #fff;
}
.go-top{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
}
.go-top .u-hov{
    background-image: none !important;
}
.go-top .dnd{
    top: 60px;
    right: 50px;
}
.ly-info{
    display: flex;
    justify-content: space-between;
}
.ly-info>div{
    width: 48%;
    display: flex;
    align-items: center;
}
.ly-info>div>span{
    font-size: 14px;
    color:'#333333';
    margin-right: 12px;
}
.ly-info>div>input{
    width: 200px;
    border-radius: 2px;
}
.certification-box{
    display: flex;
    color: #333
}
.certification-box>a{
    padding: 0 20px;
    line-height: 26px;
    border-radius: 10px;
}
.information-box{
    margin-top: 40px;
}
.kppw3_9index-information-content-info{
    flex: 1;
    padding: 24px;
    display: flex;
}
.kppw3_9index-information-content-info .information-list-box{
    margin-left: 24px;
}
.kppw3_9index-information-content-info .information-right-content{
    width: 560px;
}
.kppw3_9index-information-content-info .information-right-content-list{
    background: #F3F6F7;
    border-radius: 2px;
    padding: 24px;
    display: flex;
    margin-bottom: 22px;
    border: 0;
}
.kppw3_9index-information-content-info .information-right-content-list:last-child{
    margin-bottom: 0;
}
.kppw3_9index-information-content-info .information-right-content-list>a{
    width: 136px;
    height: 136px;
    border-radius: 2px;
    margin-left: 32px;
}
.kppw3_9index-information-content-info .information-right-content-list>div{
    flex: 1;
}
.kppw3_9index-information-content-info .information-right-content-list>div>a{
    font-size: 16px;
    line-height: 16px;
    color: #262626;
    padding-top: 8px;
    margin-bottom: 22px;
    overflow: hidden;
    width: 340px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kppw3_9index-information-content-info .information-right-content-list>div>p{
    font-size: 12px;
    color: #8c8c8c;
    line-height: 18px;
    height: 36px;
}
.kppw3_9index-information-content-info .information-right-content-list>div>div{
    justify-content: initial;
    font-size: 12px;
    margin-top: 34px;
}
.kppw3_9index-information-content-info .information-right-content-list>div>div>span{
    margin-right: 16px;
}
.kppw3_9index-information-content-info .information-list-box{
    width: 368px;
    background: url(../img/bg4.png) no-repeat;
    background-size: 100% 100%;
    padding: 8px 0;
    position: relative;
    overflow: hidden;
}
.information-list-box>img{
    position: absolute;
    z-index: 2;
}
.ybg1{
    top: 130px;
    left: 260px;
}
.ybg2{
    top: 196px;
    left: 145px;
}
.kppw3_9index-information-content-info .information-list-box .information-center-list{
    margin-bottom: 0;
    padding: 16px 24px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    z-index: 3;
}
/* .kppw3_9index-information-content-info .information-list-box .information-center-list:last-child{
    border: none;
} */
.kppw3_9index-information-content-info .information-list-box .information-center-list>div>p{
    width: 99%;
}
.kppw3_9index-information-content-info .information-list-box .information-center-list>div>p>a{
    font-size: 14px;
    line-height: 14px;
    color: #262626;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kppw3_9index-information-content-info .information-list-box .information-center-list>p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}
.kppw3_9index-information-content-info .information-list-box .information-center-list>p>a{
    padding: 0 8px;
    height: 24px;
    background: linear-gradient(90deg, #D5DDEC 0%, #E5EAF5 100%);
    border-radius: 2px;
    line-height: 24px;
    color: #2F549F;
    font-size: 12px;
}
.kppw3_9index-information-content-info .information-list-box .information-center-list>p>span{
    font-size: 12px;
    color: #bfbfbf;
}
.kppw-link-list-swiper-box{
    display: flex;
    flex-wrap: wrap;
}
.login-user-info{
    display: flex;
    align-items: center;
    margin: 0;
}
.login-user-info>p{
    height: 16px;
    background: linear-gradient(90deg, #ECC591 0%, #FBE8C6 100%);
    border-radius: 8px;
    color: #B07211;
    font-size: 12px;
    padding: 0 8px;
    margin: 0 ;
}
.login-user-info>span{
    font-size: 12px;
    line-height: 12px;
    color: #bfbfbf;
    margin-left: 8px;
    font-weight: 400;
}
.yyw-expert-filter-type-sublist{
    overflow: hidden;
}
.yyw-expert-filter-type-sublist>a{
    width: 100%;
    text-align: left;
}
@media screen and (min-width:320px) and (max-width:736px){
    .kkpw-banner-box, .kkpw-banner-box div{
        max-width: 100%;
        height: auto !important;
    }
    .kkpw-banner-box{
        transform: translate(0, 18px);
    }
    .kppw3_8-home-mall-content{
        flex-wrap: wrap;
        overflow: initial;
    }
    .kppw3_8-home-mall-content-left{
        margin: 0 0 20px 0;
        width: 100%;
        float: none;
        display: none;
    }
    .kppw3_8-home-mall-list-box{
        justify-content: space-between;
        width: 100%;
        float: none;
    }
    .kppw3_8-home-mall-list{
        width: 50%;
        margin-right: 0;
        height: 310px;
        /* margin-bottom: 20px; */
    }
    .kppw3_8-home-mall-list-img{
        width: 100%;
        height: 140px;
    }
    .vip-zt-box{
        display: none;
    }
    .kppw3_8-shop-content-box{
        width: 100%;
        margin-right: 0;
        margin-left:0;
        height: auto !important;
    }
    .kppy3_9index-shop-tag>div{
        display: none;
    }
    .kppw3_8-case-box .cg-case-list{
        width: 48%;
    }
    .kppw3_8-case-box .cg-case-list>span{
        height: 160px;
    }
    .kppw3_8-case-box .cg-case-list:nth-child(4n){
        margin-right: 0;
    }
    .kppw-link--content-box>a{
        display: none;
    }
    .kppw-link-list-swiper-box{
        width: 100% !important;
        margin-left: 0 !important;
    }
    .service-head-box,.new-order-box{
        flex-wrap: wrap;
    }
    .service-head-info-box,.new-order-content{
        width: 100%;
        margin-right: 0;
    }
    .service-head-finance-box,.my-service-box{
        flex: none !important;
        width: 100%;
        margin-top: 20px;
    }
    .new-dynamic-list>div>div>p{
        line-height: 20px;
        margin-bottom: 0;
    }
    .new-order-list>div>div{
        flex-wrap: wrap;
    }
    .service-head-finance-detail>div{
        padding-right: 10px;
    }
    .kppw3_8-shop-content-box .kppw-mall-list-box,.kppw3_8-index-box .new-task-list-box{
        width: 100%;
    }
    .swiper-link-left-button, .swiper-link-right-button{
        display: none !important;
    }
}