/* Minification failed. Returning unminified contents.
(38,28): run-time error CSS1039: Token not allowed after unary operator: '-base'
(40,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(48,28): run-time error CSS1039: Token not allowed after unary operator: '-base'
(198,25): run-time error CSS1039: Token not allowed after unary operator: '-border-radius-base'
(198,51): run-time error CSS1039: Token not allowed after unary operator: '-border-radius-base'
(206,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(207,22): run-time error CSS1039: Token not allowed after unary operator: '-box-shadow-box'
(208,29): run-time error CSS1039: Token not allowed after unary operator: '-border-radius-base'
(208,55): run-time error CSS1039: Token not allowed after unary operator: '-border-radius-base'
(232,17): run-time error CSS1039: Token not allowed after unary operator: '-black'
(244,17): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(250,17): run-time error CSS1039: Token not allowed after unary operator: '-primary'
 */
#intro {
    float: right;
    width: 100%;
    padding: 100px 5% 50px 5%;
    position: relative;
    margin-top: 50px;
    overflow: hidden;
}
#intro .cloud-bg{
    float: right;
    width: 100%;
    position: relative;
}
#intro .cloud-bg:before{
    content: "";
    position: absolute;
    float: right;
    width: 300px;
    height: 100px;
    background-image: url('../cloud-1.9341d15836152c6e173c.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 0;
    top: -100px;
    animation: cloud1 30s 0s infinite normal both;
    z-index: -1;
}
#intro button .content {
    padding-right: 65px;
}
#intro button .content > i{
    font-size: 17px;
    width: 35px;
    margin: 3px;
    height: 43px;
    line-height: 41px;
    background-color: var(--base);
    padding-right: 7px;
    color: var(--white);
}
#intro button .content > i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: var(--base);
    right: 9px;
    transform: skew(20deg);
    z-index: -1;
    width: 100%;
}
@keyframes cloud1 {
    50% {
        transform: translateX(-100%);
    }
}
#intro .cloud-bg:after{
    content: "";
    position: absolute;
    float: right;
    width: 200px;
    height: 70px;
    background-image: url('../cloud-1.9341d15836152c6e173c.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 400px;
    top: 0;
    animation: cloud1 40s 0s infinite normal both;
    z-index: -1;
}
#intro .content{
    float: right;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-flow: wrap;
}

#intro .content .img-con{
    float: right;
    height: 500px;
    width: 615px;
    position: relative;
}
#intro .content img{
    float: right;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: opacity 1s;
}
#intro .content img.accounting{
    opacity: 0;
}
#intro .content.accounting img{
    opacity: 0;
}
#intro .content.accounting img.accounting{
    opacity: 1;
}
#intro .content .info{
    float: right;
    width: 40%;
    position: relative;
}
#intro .content .info .info-detail{
    float: right;
    width: 100%;
    height: 240px;
    position: relative;
}

#intro .content .info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#intro .content .info:before{
    content: "";
    position: absolute;
    float: right;
    width: 200px;
    height: 200px;
    background-image: url('../info.779b27e086c3c0a85dd1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 80px;
    top: -50px;
    z-index: -1;
}

#intro .content .info .title-con{
    float: right;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    transition: opacity 1s;
}
#intro .content .info .title-con.accounting{
    opacity: 0;
}
#intro .content.accounting .info .title-con{
    opacity: 0;
}
#intro .content.accounting .info .title-con.accounting{
    opacity: 1;
}
#intro .content.accounting .info .key-btn{
    display: none;
}

#intro .content .info .title{
    float: right;
    width: 100%;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}
#intro .content .info .description{
    float: right;
    width: 100%;
    height: 150px;
    line-height: 35px;
    font-weight: 200;
    font-size: 20px;
    margin-top: 0;
    text-align: center;
}
#intro .content .info button .panel{
    line-height: 15px;
    padding-top: 6px;
    float: right;
    width: 100%;
}
#intro .content .info button .username{
    line-height: 20px;
    font-size: 11px;
    float: right;
    width: 100%;
}
#intro .content .info .key-btn .content{
    overflow: unset;
}
#intro .content .info .key-btn .content:hover{
    border-radius: var(--border-radius-base) var(--border-radius-base) 0 0;
}
#intro .content .info .key-btn .content:hover .sub-items{
    height: 100px;
}
#intro .content .info .key-btn .content .sub-items{
    position: absolute;
    line-height: 50px;
    background-color: var(--white);
    box-shadow: var(--box-shadow-box);
    border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
    top: 49px;
    z-index: 1;
    right: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
}


#intro .content .info .key-btn *{
    transition: all .3s;
}
#intro .content .info .key-btn .content:hover .sub-items{
    height: 100px;
}
#intro .content .info .key-btn .content .sub-items .sub-item{
    padding: 0 30px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    z-index: 1;
    position: relative;
    color: var(--black);
    float: right;
}
#intro .content .info .key-btn .content .sub-items .sub-item i{
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
    width: 50px;
    text-align: center;
}
#intro .content .info .key-btn .content .sub-items .sub-item:hover{
    color: var(--primary) !important;
}
#intro .content .change-panel{
    position: absolute;
    bottom: 40px;
    left: 60px;
    color: var(--primary);
    font-size: 18px;
    height: 25px;
    line-height: 29px;
}
#intro .content .change-panel i{
    cursor: pointer;
}
@media (max-width: 1199.98px) {
    #intro .content img{
        height: 290px;
        right: auto;
    }
    #intro .content .info{
        width: 50%;
    }

    #intro .content .img-con{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 290px;
        width: 100%;
    }
    #intro .content .info .info-detail{
        height: 280px;
    }
    #intro .content .change-panel{
        bottom: -25px;
        left: 25px;
    }
}
@media (max-width: 999.98px) {
    #intro .content .image{
        height: 300px;
    }
    #intro .content .info:before{
        display: none;
    }
}
@media (max-width: 599.98px) {
    #intro .content .image{
        position: absolute;
        top: -100px;
        height: 190px;
    }
    #intro .content .info:before{
        display: none;
    }
    #intro .content .info .title{
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 25px;
    }
    #intro .content .info .description{
        font-size: 16px;
    }
}


@media (max-width: 799.98px) {
    #intro .content .info{
        width: 80%;
    }
}

@media (max-width: 599.98px) {
    #intro .content .info{
        width: 100%;
    }
    #intro .content .info .title{
        margin-top: 40px;
    }
}


