/* 元年C1合并报表定义 */
.definition {
    /* height: 500px; */
    background: #f5f7fa;
}

.definition_main_left {
    float: left;
    padding-top: 80px;
}

.definition_main_left h2 {
    text-align: left;
    padding: 0px;
}

.definition_main_left .keyword_box {
    padding: 29px 0px 27px 0px;
}

.definition_main_left .keyword_box span {
    display: inline-block;
    height: 37px;
    background: rgba(1, 55, 147, 0.1);
    border-radius: 5px;
    padding: 0px 11px;
    font-size: 14px;
    color: #404040;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    line-height: 37px;
    margin-right: 16px;
}

.definition_main_left p {
    width: 539px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: justify;
    color: #3d485d;
    line-height: 25px;
}

.definition_main_left a {
    margin-top: 56px;
}

.definition_main_right {
    float: right;
    padding-top: 60px;
}

.definition_main_right img {
    width: 414px;
    height: 380px;
}

/* 传统合并报表工作困境*/
.dilemma {
    height: 707px;
    background-color: #fff;
    box-shadow: 8px 8px 20px 0px rgba(2, 72, 189, 0.06);
}

.dilemma_main {
    margin: 0 auto;
}

.dilemma_main .dilemma_main_header {
    display: flex;
    justify-content: center;
}

.dilemma_main .dilemma_main_header li {
    float: left;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 24px;
    margin-right: 60px;
    padding-bottom: 21px;
}

.dilemma_main .dilemma_main_header li:last-child {
    margin-right: 0px;
}

.dilemma_main .dilemma_main_header li.change {
    border-bottom: 2px solid #01349D;
    color: #01349D;
    font-weight: 600;
}

.dilemma_main_content {
    height: 512px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/cwyfw/yycp_c1hb_image/dilemma_bg.png);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: 0px 8px 20px 8px rgb(2 72 189 / 6%);
}

.dilemma_main_content_main {
    display: none;
}

.dilemma_main_content_main:nth-child(1) {
    display: block;
}

.dilemma_main_content_main_left {
    float: left;
    margin-top: 96px;
}

.dilemma_main_content_main_left dl dt {
    display: flex;
    align-items: center;
}

.dilemma_main_content_main_left dl dt img {
    width: 36px;
    height: 36px;
    margin-right: 12px;
}

.dilemma_main_content_main_left dl dt span {
    font-size: 18px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 500;
    text-align: left;
    color: #404040;
    line-height: 25px;
}

.dilemma_main_content_main_left dl dd {
    margin-left: 48px;
    margin-top: 28px;
}

.dilemma_main_content_main_left dl dd ul li {
    display: flex;
    margin-bottom: 20px;
}

.dilemma_main_content_main_left dl dd ul li span {
    min-width: 8px;
    height: 8px;
    background: #e1272c;
    border-radius: 50%;
    display: inline-block;
    margin-top: 9px;
    margin-right: 10px;
}

.dilemma_main_content_main_left dl dd ul li p {
    width: 345px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: justify;
    color: #3d485d;
    line-height: 25px;
}

.dilemma_main_content_main_right {
    float: right;
    width: 642px;
    height: 380px;
    background: linear-gradient(180deg, #f5f6f8, #ffffff);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.1), -8px -8px 20px 0px rgba(255, 255, 255, 0.5),
        2px 2px 0px 0px #ffffff inset;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 63px;
}

.dilemma_main_content_main_right video {
    width: 587px;
    height: 328px;
}

/* 产品优势 */
.advantage {
    height: 437px;
    background: url(https://files.yuanian.com/yuanian/page_image/cwyfw/yycp_c1hb_image/advantage_bg.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.advantage_main {
    /* width: 1100px;
    margin: 0 auto; */
    display: flex;
    justify-content: center;
}

.advantage_main dl {
    float: left;
    width: 360px;
    height: 140px;
    background: #f5f5f5;
    border-radius: 1px;
    box-shadow: 0px 0px 4px 2px rgba(93, 93, 93, 0.1);
    margin-top: 43px;
}

.advantage_main dl dt {
    padding: 26px 28px 10px;
    display: flex;
    align-items: center;
}

.advantage_main dl dt img {
    width: 30px;
    height: 30px;
}

.advantage_main dl dt img:nth-child(2),
.advantage_main dl dd p:nth-child(2),
.active dt img:nth-child(1) {
    display: none;
}

.advantage_main dl dt span {
    font-size: 18px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 500;
    text-align: left;
    color: #191818;
    line-height: 25px;
    margin-left: 13px;
}

.advantage_main dl dd p {
    padding: 0px 30px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: justify;
    color: #181818;
    line-height: 25px;
}

.advantage_main .active {
    width: 362px;
    height: 226px;
    background: url(https://files.yuanian.com/yuanian/page_image/cwyfw/yycp_c1hb_image/advantage_checked.png);
    background-size: cover;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    margin-top: 0px;
}

.active dt img:nth-child(2) {
    display: block !important;
}

.active dt span {
    color: #fff !important;
}

.active dd p:nth-child(1) {
    display: none;
}

.active dd p:nth-child(2) {
    display: block !important;
    color: #fff;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.18s;
    -ms-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.18s;
}
/* 标杆客户 */
#bgkh {
    background: rgba(255, 255, 255, 0.46);
    padding-bottom: 50px;
}

#bgkh ul li {
    width: 166px;
    height: 66px;
    background: #ffffff;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.10), -8px -8px 20px 0px rgba(255, 255, 255, 0.50), 0px 4px 20px 0px rgba(0, 0, 0, 0.03) inset;
}

#bgkh ul li:nth-child(6n+6) {
    margin-right: 0px;
}

@media screen and (max-width: 1024px) {
    .definition_main_left{
        padding-top: 30px;
    }
    #bgkh ul li {
        width: 49%;
        margin-right: 1%;
        margin-bottom: 10px;
    }

    .dilemma_main .dilemma_main_header {
        display: -webkit-box;
        overflow-x: scroll;
    }

    .definition_main_left p {
        width: 100%;
    }

    .dilemma_main_content_main_left {
        width: 92%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .dilemma_main_content_main_right {
        width: 100%;
        height: auto;
        margin-top: 0px;
    }

    .dilemma_main_content_main_right video {
        width: 100%;
        height: auto;
    }

    /* 产品优势 */
    .advantage {
        height: auto;
        padding-bottom: 30px;
    }

    .advantage_main {
        display: inherit;
    }

    .advantage_main dl {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .advantage_main .active{
        width: 100%;
    }



}
