.index-app{
    display: grid;
    grid-template-columns: auto 1180px auto;
    grid-template-rows: 440px 285px 3753px 814px 608px 185px;
    grid-template-areas: "banner banner banner"
                         "corp corp corp"
                         "case case case"
                         "role role role"
                         ". Evaluation ."
                         "footer footer footer";
    padding-top: 0px;
}
.index-app p{
    font-family: PingFangSC-Regular, PingFang SC;
}
.app-banner{
    grid-area: banner;
    background: url(../../images/app4/banner.png) no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
/* .app-banner img{
    background-size: cover;
    height: 440px;
} */
.app-banner>div:first-child{
    position: absolute;
    left: 0;
    right: 0;
}
.app-banner > div{
    width: 1180px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}
.app-banner > div>div{
    display: flex;
    justify-content: flex-start;
    align-items:flex-start;
}
.app-banner > div>div:first-child p,.app-banner>div>p:nth-child(2)  {
    font-size: 40px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 52px;
    letter-spacing: 1px;
}
.app-banner > div> p:nth-child(3) {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}
.eqcode-down{
    width: 75px;
    height: 88px;
    background: url(../../images/app4/QRCode-Down.png) no-repeat center;
    background-size: cover;
    margin-top: 20px;
}
.use-btn{
    width: 83px;
    height: 25px;
    background: url(../../images/app4/btn.png) no-repeat center;
    background-size: cover;
    margin-left: 8px;
}
.app-corp{
    grid-area: corp;
    display: grid;
    grid-template-areas: ". . ."
                         ". corp-box ."
                         ". . .";
    grid-template-columns: auto 1180px auto;
    grid-template-rows: 55px 170px 60px;
    background: #F8FCFF;
}
.app-corp-box{
    grid-area: corp-box;
    background: #FFFFFF;
    box-shadow: 0px 2px 11px 0px rgba(219, 223, 230, 0.5);
    border-radius: 5px;
    display: grid;
    /* grid-template-areas: ". . . . ."
                        "corp-detail corp-detail corp-detail corp-detail corp-detail"
                        ". . . . ."; */
    grid-template-columns: repeat(5,235px);
    grid-template-rows: 95px;
    column-gap: 1px;
    padding-top: 36px;
    padding-bottom: 39px;
}
.app-corp-box-detail{
    display: grid;
    grid-template-areas: ". corplogo corpname ."
                         ". corpstar corpstar ."
                         ". cropevaluation cropevaluation .";
    border-right: 1px solid #DEDEDE;
    grid-template-columns: 40px 21px auto 40px;
    grid-template-rows: 21px 25px 18px;
    align-content: space-between;
}
.corp-logo1{
    background: url(../../images/app4/corp1.png) no-repeat center;
}
.corp-logo2{
    background: url(../../images/app4/corp2.png) no-repeat center;
    
}
.corp-logo3{
    background: url(../../images/app4/corp3.png) no-repeat center;
}
.corp-logo4{
    background: url(../../images/app4/corp4.png) no-repeat center;
}
.corp-logo5{
    background: url(../../images/app4/corp5.png) no-repeat center;
}
.corp-detail-logo{
    grid-area: corplogo;
    background-size: cover;
}
.corp-detail-txt{
    grid-area: corpname;
}
.corp-detail-txt p{
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    line-height: 20px;
    margin-left: 6px;
}
.corp-detail-star{
    grid-area: corpstar;
}
.corp-detail-evaluation{
    grid-area: cropevaluation;
}
.corp-detail-evaluation p{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
}
.corp-detail-star{
    background: url(../../images/app4/star1.png) no-repeat center;
    background-size: cover;
}



.app-corp-box>div:last-child{
    border-right: 0px;
}
.app-case{
    grid-area: case;
}
.app-case>p{
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    line-height: 45px;
    text-align: center;
    margin-top: 64px;
}
.app-case-box{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(7,518px);
}
.app-case-box-bot{
    background-color: #F8FCFF;
}
.app-case-box-bot>div,.app-case-box-top>div{
    width: 1180px;
    margin: auto;
    display: grid;
    grid-template-columns: 495px 190px 495px;
    grid-template-rows: 518px;
}
.app-case-box-top-left,.app-case-box-bot-right{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    overflow: hidden;
}
.app-case-box-top-left:hover,.app-case-box-bot-right:hover{
    transform: scale(1.04);transition: all 0.6s ease-out;
}

.case-box-title p{
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    line-height: 40px;
    margin-bottom: 23px;
}
.case-box-second-title p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 33px;
}
.case-box-second-txt p{
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    line-height: 20px;
    margin-bottom: 12px;
}
.case-box-second-txt p::before{
    content: url(../../images/app4/right-small.png);
    margin-right: 12px;
}
.app-case-box-top-right,.app-case-box-bot-left{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.case-detail1{
    background-image: url(../../images/app4/case1.png);
    width: 442px;
    height: 466px;
}
.case-detail2{
    background-image: url(../../images/app4/case2.png);
    width: 549px;
    height: 488px;
}
.case-detail3{
    background-image: url(../../images/app4/case3.png);
    width: 537px;
    height: 428px;
}
.case-detail4{
    background-image: url(../../images/app4/case4.png);
    width: 495px;
    height: 438px;
}
.case-detail5{
    background-image: url(../../images/app4/case5.png);
    width: 571px;
    height: 390px;
}
.case-detail6{
    background-image: url(../../images/app4/case6.png);
    width: 462px;
    height: 453px;
}
.case-detail7{
    background-image: url(../../images/app4/case7.png);
    width: 491px;
    height: 466px;
}




.app-Role{
    grid-area: role;
}
.app-role-active{
    /* display: block!important; */
}
.app-Role-banner{
    width: 100%;
    height: 814px;
    background-size: 100% 100%;
}
.r-banner1{
    background: url(../../images/app4/boss-banner.png) no-repeat center;
}
.r-banner2{
    background: url(../../images/app4/boss-banner2.png) no-repeat center;
}
.r-banner3{
    background: url(../../images/app4/boss-banner3.png) no-repeat center;
}
.r-banner4{
    background: url(../../images/app4/boss-banner4.png) no-repeat center;
}
.app-Role-box{
    width: 1180px;
    padding-top: 132px;
    padding-bottom: 100px;
    display: grid;
    grid-template-columns: repeat(4,auto);
    grid-template-rows: 45px 180px 346px; 
    margin: auto;
}

.app-Role-box > div:first-child{
    grid-column: span 4;
}
.app-Role-box > div:first-child p{
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 45px;
}
.app-Role-box > div:nth-child(2){
    grid-column: span 4;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.app-Role-box > div:nth-child(2)>div{
    width: 140px;
    height: 54px;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    margin-right: 19px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.role-select{
    background: #0086FE;
    border: 1px solid #0086FE!important;
}
.app-Role-box > div:nth-child(2)>div:hover{
    background: #0086FE;
    border: 1px solid #0086FE!important;
}
.app-Role-box > div:nth-child(2)>div p{
    font-size: 21px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 52px;
}
.role-detail{
    margin-top: 46px;
    display: flex;
    flex-direction: column;
    width: 280px;
    height: 300px;
    /* height: 0px; */
    background: #FFFFFF;
    border-radius: 5px;
    padding-left: 23px;
    display: none;
    position: relative;
    bottom: -400px;
    opacity: 0;
}
.r-case{
    background-size: 100%;
    width: 303px;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    right: 35px;
    bottom: 9px;
}
.r-case1{
    background-image: url(../../images/app4/boss-case1.png);
}
.r-case2{
    background-image: url(../../images/app4/boss-case2.png);
}
.r-case3{
    background-image: url(../../images/app4/boss-case3.png);
}
.r-case4{
    background-image: url(../../images/app4/boss-case4.png);
}
.r-case5{
    background-image: url(../../images/app4/boss-case5.png);
}
.r-case6{
    background-image: url(../../images/app4/boss-case6.png);
}
.r-case7{
    background-image: url(../../images/app4/boss-case7.png);
}
.r-case8{
    background-image: url(../../images/app4/boss-case8.png);
}
.r-case9{
    background-image: url(../../images/app4/boss-case9.png);
}
.r-case10{
    background-image: url(../../images/app4/boss-case10.png);
}
.r-case11{
    background-image: url(../../images/app4/boss-case11.png);
}
.r-case12{
    background-image: url(../../images/app4/boss-case12.png);
}
.r-case13{
    background-image: url(../../images/app4/boss-case13.png);
}
.r-case14{
    background-image: url(../../images/app4/boss-case14.png);
}
.r-case15{
    background-image: url(../../images/app4/boss-case15.png);
}
.r-case16{
    background-image: url(../../images/app4/boss-case16.png);
}
.r-icon{
    background-size: 100%;
    width: 20px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 7px;
}
.role-detail>div:nth-child(2){
    display: flex;
    justify-content: flex-start;
}
.role-detail>div:nth-child(2) p{
    font-size: 22px;
}
.role-detail p{
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 22px;
}
.r-i1{
    background-image: url(../../images/app4/boss-icon1.png);
}
.r-i2{
    background-image: url(../../images/app4/boss-icon2.png);
}
.r-i3{
    background-image: url(../../images/app4/boss-icon3.png);
}
.r-i4{
    background-image: url(../../images/app4/boss-icon4.png);
}
.r-i5{
    background-image: url(../../images/app4/boss-icon5.png);
}
.r-i6{
    background-image: url(../../images/app4/boss-icon6.png);
}
.r-i7{
    background-image: url(../../images/app4/boss-icon7.png);
}
.r-i8{
    background-image: url(../../images/app4/boss-icon8.png);
}
.r-i9{
    background-image: url(../../images/app4/boss-icon9.png);
}
.r-i10{
    background-image: url(../../images/app4/boss-icon10.png);
}
.r-i11{
    background-image: url(../../images/app4/boss-icon11.png);
}
.r-i12{
    background-image: url(../../images/app4/boss-icon12.png);
}
.r-i13{
    background-image: url(../../images/app4/boss-icon13.png);
}
.r-i14{
    background-image: url(../../images/app4/boss-icon14.png);
}
.r-i15{
    background-image: url(../../images/app4/boss-icon15.png);
}
.r-i16{
    background-image: url(../../images/app4/boss-icon16.png);
}




.testshow{
    animation:showDT 1s 1;
    -webkit-animation:showDT 1;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}
.testhide{
    visibility: hidden;
    animation:hideDT 1s 1;
    -webkit-animation:hideDT 1s 1;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}

@keyframes hideDT
{
    from {opacity: 1; position: relative;bottom: 0%;}
	to {opacity: 0;position: relative;bottom:100%;} 
}

@-webkit-keyframes hideDT 
{
    from {opacity: 1; position: relative;bottom: 0%;}
	to {opacity: 0;position: relative;bottom:100%;} 
}

@keyframes showDT
{
    from {opacity: 0.2; position: relative;bottom: -100%;}
	to {opacity: 1;position: relative;bottom:0%;} 
}

@-webkit-keyframes showDT 
{
    from {opacity: 0.2; position: relative;bottom: -100%;}
	to {opacity: 1;position: relative;bottom:0%;} 
}








.app-Evaluation{
    grid-area: Evaluation;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: 200px 337px;
}
.app-Evaluation>p{
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    line-height: 45px;
    grid-column: span 4;
    text-align: center;
    margin-top: 84px;
}
.app-Evaluation-detail{
    display: grid;
    grid-template-columns: 28px 224px 28px;
    grid-template-rows: 63px auto 51px 189px;
    box-shadow: 0px 7px 20px 0px rgba(230, 230, 230, 0.5);
    border-radius: 5px;
    width: 280px;
    border: 1px solid #C7E1F3;
}
.app-Evaluation-detail div{
    display: flex;
    flex-direction: row;
    justify-items: flex-start;
    align-items: center;
}
.app-Evaluation-detail div:last-child{
    align-items: flex-start;
}
.app-Evaluation-detail div p{
    margin-bottom: 0px !important;
}
.app-Evaluation-detail div:first-child{
    grid-row: span 4;
}
.app-Evaluation-detail div:nth-child(3){
    grid-row: span 4;
}
.app-Evaluation-detail p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.app-Evaluation-detail div:last-child p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    text-align: left;
}
.usericon{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    margin-right: 9px;
}
.evaluation-start{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 110px;
    height: 18px;
    background-image: url(../../images/app4/star2.png);
    margin-left: 7px;
    margin-right: 7px;
}
.yinhao-icon{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 17px;
    background-image: url(../../images/app4/yinhao.png);
}
.user1{
    background-image: url(../../images/app4/user-small1.png);
}
.user2{
    background-image: url(../../images/app4/user-small2.png);
}
.user3{
    background-image: url(../../images/app4/user-small3.png);
}
.user4{
    background-image: url(../../images/app4/user-small4.png);
}


.app-footer{
    grid-area: footer;
    background: url(../../images/app4/footer-banner.png) no-repeat center;
    background-size: cover;
   
}
.app-footer>div{
    width: 1180px;
    display: flex;
    justify-content:space-between;
    align-items: center;
    height: 100%;
    margin: auto;
}
.app-footer p{
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 48px;
}
.footer-qrecode{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 91px;
    height: 105px;
    background-image: url(../../images/app4/QRCode-Use.png);
}