.section-rotate .section-inner {
    background:linear-gradient(-90deg,rgba(43,134,255,1),rgba(0,86,235,1));
}
.section-rotate .banber-box {
    width: 100%;
    padding-top: 110px;
    margin: auto;
}
main .tabs-wrapper {
    width: 100%;
    height: 70px;
    background:rgba(240,242,245,1);
    margin-top: 36px;
}
main .tabs-wrapper .tabs-box{
    height: 70px;
}
.tabs-wrapper .tabs-item{
    height: 70px;
    /*width: 19%;*/
    flex: 1;
    text-align: center;
    line-height: 70px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px;
}
.tabs-wrapper .tabs-item a {
    width: 100%;
    height: 100%;
    color: #5C5E67;
    display: block;
}
main .tabs-wrapper .tabs-item a:hover {
    color: #006DFF !important;
    background: #fff;
    border-bottom: 3px solid #006DFF;
}
main .tabs-wrapper .tabs-item .active {
    color: #006DFF !important;
    background: #fff;
    border-bottom: 3px solid #006DFF;
}


main .card-wrapper {
    padding: 80px 0;
}
.card-wrapper .card-text{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px;

}
.card-wrapper .card-text .p1{
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
}
.card-wrapper .card-text .p2{
    font-size: 1.5rem;
    line-height: 2.6rem;
    color: #657180;
}
.card-wrapper .card-img{
    padding: 20px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*.card-wrapper .card-img img{*/
/*    width: auto;*/
/*}*/


main .logo-wrapper {
    background: rgba(240,242,245,1);
}
main .logo-wrapper .logo-title {
    font-size: 18px;
    padding: 10px 0 10px;
}
main .logo-wrapper .logo-box {
    display: flex;
}
main .logo-wrapper .logo-box img {
    width: auto;
    height: auto;
}

main .logo-wrapper .way-box {
    width: 100%;
    height: 178px;
    background: #fff;
    border: 1px solid rgba(225,226,230,1);
}
main .logo-wrapper .way-box .way-item {
    width: 20%;
    height: 100%;
    border-right: 1px solid rgba(225,226,230,1);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    float: left;
    color: #000;
}
main .logo-wrapper .way-box .way-item:hover {
    border-top: 1px solid #006DFF;
    box-shadow: 0px 5px 15px 0px rgba(17, 101, 251, 0.14);
}
main .logo-wrapper .way-box .way-item img{
    width: auto;
    margin: 0 auto;

}
main .logo-wrapper .way-box .way-item .way-text {
    font-size: 24px;
    font-weight: bold;
    text-align: center;

}


main .logo-wrapper .way-logs-wrapper {
    width: 100%;
    height: 280px;
    background: #fff;
    border-radius: 8px;
    margin-top: 50px;
    position: relative;
    box-shadow:0px 12px 22px 0px rgba(25,121,255,0.09);
}
main .logo-wrapper .way-logs-wrapper .way-jiao {
    position: absolute;
    top: -30px;
    left: 80px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #fff transparent;
}
main .logo-wrapper .way-logs-wrapper .way-row {
    width: 100%;
    height: 50%;

}
main .logo-wrapper .way-logs-wrapper .way-row .wlogo-wrapper {
    width: 25%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .logo-wrapper .way-logs-wrapper .way-row img {
    width: 232px;
    height: 100px;
}

main .btns-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

main .bottom-banner {
    width: 100%;
    height: 420px;
    background: url('../images/CAdetails/CAdetailsbg.png') center center/cover no-repeat;
}
main .bottom-banner .bottom-banner-text {
    text-align: center;
    padding-top: 180px;
    color: #fff;
    font-size: 38px;

}

main .bottom-banner .bottom-banner-btn {
    text-align: center;
    margin-top: 20px;
}
main .bottom-banner .bottom-banner-btn .btn:hover {
    background: #FF8A22;
    color: #fff;
}

main .back-btn {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: linear-gradient(180deg, #E43E3E 0%, #FF7777 100%);
    box-shadow: 0px 6px 8px 0px rgba(255, 119, 119, 0.26);
    border: 2px solid #FFFFFF;
    position: fixed;
    bottom: 231px;
    right: 50px;
    font-size: 24px;
    color: #fff;
    line-height: 33px;
    text-indent: 10px;
    cursor: pointer;
}
