@charset "utf-8";

/* 热门解决方案 */
.hot {
    padding-top: 80px;
    padding-bottom: 128px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hot .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hot .top p:nth-child(1) {
    font-size: 44px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 24px;
}

.hot .top p:nth-child(2) {
    font-size: 24px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #666666;
    margin-bottom: 64px;
}

.hot .top p:nth-child(2) span {
    color: #2895FF;
}

.hot .center {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hot .center div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 116px;
    padding-bottom: 10px;
    color: #6E8094;

}

.hot .center .active {
    border-bottom: 4px solid #2791FF;
    color: #2790FF;
}

.hot .center div:last-child {
    margin-right: 0;
}

.hot .center div img {
    width: 70px;
    height: 70px;
}

.hot .center div p {
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;

}

.hot .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 566px;
    width: 100%;
    margin-top: 72px;
}

.hot .btn .el-carousel {
    height: 100%;
    width: 100%;
}

.hot .btn .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot .btn .container .left {
    width: 558px;
    margin-right: 96px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.hot .btn .container .left p:nth-child(1) {
    font-size: 28px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.hot .btn .container .left p:nth-child(2) {
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    margin-bottom: 44px;
}

.hot .btn .container .left div {
    background: linear-gradient(90deg, #44B4FC 0%, #2A98FF 100%);
    box-shadow: 0px 3px 6px 1px #C2DFF9;
    border-radius: 37px 37px 37px 37px;
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 60px;
}

/* 常用开票场景 */
.scence {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 98px;
    background-color: #5A6476;
}

.scence .top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 57px;
}

.scence .top p:nth-child(1) {
    font-size: 36px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}

.scence .top p:nth-child(2)::before {
    content: '';
    width: 20px;
    height: 0;
    border: 1px solid #E0E0E0;
    margin-right: 18px;
}

.scence .top p:nth-child(2) {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 18px;
}

.scence .top p:nth-child(2)::after {
    content: '';
    height: 0;
    width: 20px;
    border: 1px solid #E0E0E0;
    margin-left: 18px;
}

.scence .center {
    width: 100%;
    height: 510px;
    margin-bottom: 60px;
}

.scence .center .el-carousel .center_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.scence .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scence .btn div {
    width: 180px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-right: 23px;
    cursor: pointer;
}

.scence .btn div:last-child {
    margin-right: 0;
}

.scence .btn .active {
    background: #1377C1;
    color: #FFFFFF;
}

/* 合作单位 */
.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 84px;
    padding-bottom: 206px;
}

.logo .top {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 110px;
}

.logo .top p:nth-child(1) {
    margin-bottom: 10px;
    font-size: 44px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
}

.logo .top p:nth-child(2) {
    width: 538px;
    height: 33px;
    font-size: 24px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #2790FF;
}

.logo .top p:nth-child(2) span {
    color: #666666;
}

.logo .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: all 1s;
    cursor: pointer;
}

.logo .btn img:hover {
    transform: translate(0, -10px);
    transform: scale(1.2)
}