@import'./common.css';
@import'./footer.css';

.fit-big-content {
    width: 1142px;
    margin: 0 auto;
    overflow: hidden;
}

.fit-big-content > .title {
    height: 48px;
    font-size: 34px;
    font-weight: 600;
    color: #2E3033;
    line-height: 48px;
    margin: 34px 0;
    text-align: center;
}

.fit-big-content > .card-wrap {
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 20px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.fit-big-content > .card-wrap > .card-item {
    float: left;
    margin-left: 34px;
    position: relative;
    width: 260px;
    height: 285px;
    background: #FFFFFF;
    box-shadow: 0px 11px 11px 0px #D5DFED;
    border-radius: 10px;
}
.fit-big-content > .card-wrap > .card-item:first-child {
    margin-left: 0 !important;
}

.fit-big-content > .card-wrap > .card-item > .card-item-img-wrap {
    display: block;
}
.fit-big-content > .card-wrap > .card-item > .card-item-img-wrap > img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 20px auto 6px;
}

.fit-big-content > .card-wrap > .card-item > .bottom-describe {
    background-color: #fff;
}

.fit-big-content > .card-wrap > .card-item > .bottom-describe > .type {
    font-size: 18px;
    font-weight: 600;
    color: #2E3033;
    line-height: 25px;
    margin-bottom: 8px;
    text-align: center;
}
.fit-big-content > .card-wrap > .card-item > .bottom-describe > .describe {
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #2E3033;
    line-height: 22px;
    text-align: center;
}


.fit-big-content > .card-wrap > .card-item > .bottom-describe-train {
    position: absolute;
    left: 0;
    top: 0;
    padding: 34px 0 0 280px;
}

.fit-big-content > .card-wrap > .card-item > .bottom-describe-train > .type {
    width: 72px;
    height: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #2E3033;
    line-height: 25px;
    text-align: center;
}

.fit-big-content > .card-wrap > .card-item > .bottom-describe-train > .describe {
    margin-top: 8px;
    width: 224px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
}


.fit-big-content > .card-wrap-train > .card-item {
    margin-bottom: 22px;
}

.fit-big-content > .card-wrap-train {
    overflow: hidden;
    margin: 0;
    padding-bottom: 40px;
}
.fit-big-content > .card-wrap-train .card-item {
    width: 560px !important;
    height: 160px !important;
    margin-left: 22px !important;
}

.fit-big-content > .card-wrap-train > .card-item > .bottom-describe-train > .type {
    height: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 25px;
}

.fit-big-content > .customized-content {
    width: 1142px;
    height: 294px;
    overflow: hidden;
    margin-bottom: 60px;
}

.fit-big-content > .customized-content > .left-content {
    float: left;
    margin: 48px 0 0 105px;
}

.fit-big-content > .customized-content > .left-content .title {
    height: 28px;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 24px;
}

.fit-big-content > .customized-content > .left-content .list-wrap {
    overflow: hidden;
    width: 600px;
}
.fit-big-content > .customized-content > .left-content .more {
    margin-left:24px;
}


.fit-big-content > .customized-content > .left-content .list-item {
    padding-left: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    float: left;
    width: 300px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-bottom: 20px;
}

.fit-big-content > .customized-content > .left-content .list-item::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #01F8DF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}


.fit-big-content > .customized-content > .right-button {
    width: 260px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    display: inline-block;
    background-image: url(../img/customer/button.png);
    font-size: 22px;
    font-weight: 600;
    color: #003C90;
    margin: 131px 0 0 90px;
    cursor: pointer;
}

.fit-big-content > .problem-left-content {
    float: left;
    width: 260px;
    padding: 32px 0;
    border-right: 1px solid #D5E0ED;
    background: #F5F7F9;
    margin-top: 32px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
.fit-big-content > .problem-left-content > .title {
    height: 33px;
    font-size: 24px;
    font-weight: 600;
    color: #2E3033;
    line-height: 33px;
    margin-bottom: 4px;
    padding:0 24px;
}
.fit-big-content > .problem-left-content > .list-item {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #2E3033;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    padding:0 24px;
}
.fit-big-content > .problem-left-content > .active {
    background-color: #fff;
}
.fit-big-content > .problem-left-content > .list-item:hover {
    color: #1A79FF;
}

.fit-big-content > .problem-right-content {
    width: 880px;
    margin: 32px 0 0 260px;
    padding: 32px 40px;
    background-color: #fff;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
.fit-big-content > .problem-right-content > p {
    height: 312px;
    font-size: 16px;
    font-weight: 400;
    color: #2E3033;
    line-height: 26px;
}

.fit-big-content > .problem-right-content > .title {
    width: 802px;
    height: 33px;
    font-size: 24px;
    font-weight: 500;
    color: #2E3033;
    line-height: 33px;
    margin-bottom: 32px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.fit-big-content .flow-wrap {
    margin-top: 56px;
}

.fit-big-content .flow-wrap .flow-item {
    width: 100px;
    position: relative;
    float: left;
}

.fit-big-content .flow-wrap .flow-item:not(:nth-child(1)) {
    margin-left: 246px;
}

.fit-big-content .flow-wrap .flow-item .line {
    position: absolute;
    width: 246px;
    height: 0px;
    border-top: 2px dashed #1979FF;
    top: 50px;
    left: 100px;
}
.fit-big-content .flow-wrap .flow-item .line img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: -16px;
}
.fit-big-content .flow-wrap .flow-item .img {
    position: absolute;
    width: 246px;
    height: 0px;
    border-top: 2px dashed #1979FF;
    top: 50px;
    left: 100px;
}

.fit-big-content .flow-wrap .flow-item .flow-item-content {

}

.fit-big-content .flow-wrap .flow-item .flow-item-content .title {
    height: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #2E3033;
    line-height: 25px;
    text-align: center;
    margin: 24px 0 64px;
}
