.content-box {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 1420px;
}

.banner {
    position: relative;
    width: 100%;
    height: 532px;
    margin-top: 104px;
    padding-top: 73px;
    background: url(https://cdn.weifenghr.com/static/pc/base-zt/dljz/banner-img.png) no-repeat top;
    background-size: contain;
}

.banner-title {
    margin-left: 57px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

.banner-title .highlight {
    color: #FFC74F;
}

.banner-title-note {
    display: flex;
    margin: 20px 0 24px 57px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
}

.title-note-tag {
    width: 68px;
    height: 20px;
    padding-left: 7px;
    margin-right: 7px;
    font-size: 12px;
    line-height: 21px;
    background: url(https://cdn.weifenghr.com/static/pc/base-zt/dljz/dialog.png) no-repeat;
    background-size: cover;
}

.banner-search-box {
    display: flex;
    margin-left: 57px;
}

.ivu-input-wrapper {
    width: auto;
}

.banner-search-box .search-input .ivu-input {
    width: 496px;
    height: 48px;
    padding-left: 18px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    border-radius: 3px 0 0 3px;
    border: none;
}

.search-input::placeholder {
    color: #999;
}

.confirm-btn {
    width: 208px;
    height: 48px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 48px;
    text-align: center;
    background: #FF3D70;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
}

.confirm-btn:hover {
    background: #fd5481;
}

.banner .consult-btn {
    width: 140px;
    height: 48px;
    margin-left: 20px;
    background-color: #fff;
    color: #FF3D70;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 48px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.banner .consult-btn:hover {
    background: #FF3D70;
    color: #fff;
}

.banner .service-box {
    display: flex;
    margin: 40px 0 0 57px;
}

.banner .service-item {
    padding: 23px 0 0 20px;
    margin-right: 20px;
    width: 244px;
    height: 158px;
    background-color: rgba(26, 1, 52, .2);
    border-radius: 10px;
}

.service-title {
    margin-bottom: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

.service-text {
    margin-bottom: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, .7);
    line-height: 1;
}

.service-text span {
    cursor: pointer;
}

.service-text span:hover {
    color: #FFC74F;
}

.service-text .separate {
    display: inline-block;
    margin: 0 15px;
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, .7);
}

.service-item .highlight {
    color: #FFC74F;
}

.service-advantages {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 89px;
    background-color: rgba(255, 255, 255, .89);
}

.advantages-item {
    display: flex;
}

.advantage-img {
    margin-right: 11px;
    width: 36px;
    height: 36px;
    object-fit: cover;
}

.advantage-title {
    margin-bottom: 9px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #52617F;
    line-height: 1;
}

.advantage-note {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #959FB3;
    line-height: 1;
}

.dljz-section1 {
    display: flex;
}

.section1-left-box {
    padding: 50px 0 0 153px;
    width: 50%;
    height: 278px;
}

.left-box-title {
    width: 264px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #4A4F5A;
    line-height: 40px;
}

.left-box-title .highlight {
    color: #FF3D70;
}

.left-box-note {
    margin-top: 11px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #959FB3;
    line-height: 1;
}

.left-box-text {
    margin-top: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6D7B99;
    line-height: 1;
}

.text-tag {
    margin-left: 10px;
    padding: 3px 8px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background: #FF3D70;
    border-radius: 2px;
    cursor: pointer;
}

.section1-right-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    width: 50%;
    height: 278px;
    background-color: #fff;
    z-index: 10;
}

.shadow-box {
    position: relative;
    left: 78px;
    top: 53px;
    width: 75px;
    height: 99px;
    box-shadow: -18px 0px 65px 0px rgba(175,175,175,0.28);
    z-index: 1;
}

.right-box-title {
    margin-bottom: 32px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #4A4F5A;
    line-height: 1;
}

.right-box-input {
    display: flex;
}

.right-input-item .ivu-input {
    padding-left: 14px;
    width: 206px;
    height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    background-color: #F2F3F5;
    border-radius: 2px;
    border: none;
}

.right-input-item::placeholder {
    color: #959FB3;
}

.section1-right-box .submit-btn {
    margin-top: 14px;
    width: 429px;
    height: 42px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 42px;
    text-align: center;
    background: #FF3D70;
    border-radius: 4px;
    cursor: pointer;
}

.section1-right-box .submit-btn:hover {
    background: #fd5481;
}

.section-title {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #5A647F;
    text-align: center;
    line-height: 1;
}

.section-title .highlight {
    color: #FF3D70;
}

.section-note {
    margin-top: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A1ABC0;
    line-height: 1;
    text-align: center;
}

.section2-en {
    margin: 30px 0 14px 0;
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #A1ABC0;
    line-height: 1;
}

.section2-subtitle {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #5A647F;
    line-height: 1;
}

.section2-trouble-list {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.trouble-item {
    display: flex;
}

.trouble-item-num {
    font-size: 80px;
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
    color: #B1B5BF;
    line-height: 1;
}

.trouble-item-content {
    position: relative;
    top: 24px;
    margin-left: 12px;
}

.trouble-item-title {
    margin-bottom: 12px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #5A647F;
    line-height: 1;
}

.trouble-item-text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A1ABC0;
    line-height: 1;
}

.dljz-section2 .separate-img {
    margin: 0 6px 0 23px;
    width: 21px;
    height: 57px;
    object-fit: cover;
}

.section2-service-list {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.section2-service-item {
    width: 256px;
    height: 399px;
    background: #fff;
    border: 1px solid #E9F0F6;
    border-radius: 8px;
}

.section2-service-item .service-header {
    padding-left: 20px;
}

.section2-service-item .header-title {
    margin: 22px 0 7px 0;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #5A647F;
    line-height: 1;
}

.section2-service-item .header-tag {
    display: inline-block;
    padding: 1px 7px;
    margin-bottom: 20px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF3D70;
    background: #FFE1E9;
}

.section2-service-item .service-content {
    position: relative;
    padding: 20px 20px 0 20px;
    height: 311px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    background: #F3F9FF;
    box-shadow: inset 0px 1px 20px 0px rgba(189,213,237,0.42);
    border-radius: 0 0 8px 8px;
}

.section2-service-item .content-title {
    margin-bottom: 7px;
    color: #5A647F;
    line-height: 1;
}

.section2-service-item .content-text {
    margin-bottom: 17px;
    color: #A1ABC0;
    line-height: 18px;
}

.section2-service-item .content-text2 {
    color: #A1ABC0;
}

.content-text-tag {
    margin-right: 8px;
    width: 11px;
    height: 7px;
    object-fit: cover;
}

.section2-service-item .submit-btn {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    font-family: Microsoft YaHei;
    color: #fff;
    line-height: 32px;
    background: #FF3D70;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.section2-service-item .submit-btn:hover {
    background: #fd5481;
}

.section3-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 30px 0;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5A647F;
    line-height: 1;
}

.separate-line {
    margin: 0 23px;
    width: 120px;
    height: 1px;
    background: #B3B9C8;
}

.section3-process {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section3-process-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(90, 100, 127, .7);
}

.process-item-num {
    margin-right: 6px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FEFEFE;
    line-height: 21px;
    background: rgba(90, 100, 127, .7);
    border-radius: 50%;
    text-align: center;
}

.section3-process .separate-dotted-line {
    margin: 0 20px;
    width: 142px;
    border-top: 1px dotted #ccc;
}

.service-process-img {
    margin: 23px auto 40px auto;
}

.section3-text {
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF3D70;
    line-height: 1;
    text-align: center;
}

.dljz-section3 .consult-btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 78px;
    width: 582px;
    height: 56px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 56px;
    background: #FF3D70;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.dljz-section3 .consult-btn:hover {
    background: #fd5481;
}

.dljz-section4 .service-list {
    display: grid;
    grid-template-columns: repeat(6, 144px);
    grid-template-rows: repeat(3, 72px);
    grid-column-gap: 89px;
    grid-row-gap: 33px;
    margin: 40px auto 0 auto;
    width: fit-content;
}

.dljz-section4 .service-item-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 17px;
}

.dljz-section4 .service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7A839D;
    line-height: 1;
}

.section5-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 31px 0;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5A647F;
    line-height: 1;
}

.section5-content {
    display: grid;
    grid-template-columns: repeat(9, 142px);
    grid-column-gap: 10px;
    grid-template-rows: repeat(4, 36px);
    grid-row-gap: 10px;
    margin: 0 auto;
    width: fit-content;
}

.section5-item {
    width: 142px;
    height: 36px;
    border: 1px solid #F5CDD7;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8995B0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.section5-item:hover {
    background: #FF3D70;
    border: none;
    color: #fff;
}

.dljz-section5 .item-selected {
    background: #FF3D70;
    border: none;
    color: #fff;
}

.consult-large-btn {
    margin: 40px auto 71px auto;
    width: 660px;
    height: 56px;
    background: #FF3D70;
    border-radius: 8px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
}

.consult-large-btn:hover {
    background-color: #fd5481;
}

.section6-content {
    display: grid;
    grid-template-columns: repeat(4, 325px);
    grid-column-gap: 20px;
    grid-template-rows: repeat(2, 110px);
    grid-row-gap: 20px;
    margin: 32px auto 0 auto;
    width: fit-content;
}

.section6-item {
    display: flex;
    align-items: center;
    width: 325px;
    height: 110px;
    background: #fff;
    box-shadow: 0px 2px 30px 0px rgba(85,121,255,0.1);
    border-radius: 8px;
}

.section6-item-icon {
    margin: 0 20px 0 24px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.section6-item-title {
    margin-bottom: 13px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-style: italic;
    color: #5A647F;
    line-height: 1;
}

.section6-item-note {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A1ABC0;
    line-height: 1;
}

.section7-content {
    display: flex;
    margin: 32px auto 0 auto;
    width: fit-content;
}

.section7-img {
    width: 560px;
    height: 340px;
    object-fit: cover;
}

.section7-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 27px;
    width: 702px;
    height: 340px;
    background: #F1F1F1;
}

.section7-text p {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5A647F;
    line-height: 24px;
}

.questions{
    margin-top: 80px;
    margin-bottom: 80px;
}

.questions-title{
    text-align: center;
    font-size: 36px;
}

.questions-box{
    display: flex;
    margin-top: 50px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
}

.questions-list{
    width: 454px;
    padding: 16px 0 16px 20px;
    background: #f8f8f8;
}

.questions-list>div{
    margin-bottom: 9px;
    padding: 13px 21px;
    font-size: 18px;
}

.questions-list>div:hover{
    cursor: pointer;
}

.questions-list>div.active{
    background: #fff;
}

.questions-list>div:last-child{
    margin-top: 0;
}

.questions-list>div strong{
    margin-right: 18px;
}

.questions-list>div:nth-child(1) strong{
    color: #ff4542;
}

.questions-list>div:nth-child(2) strong{
    color: #ff6600;
}

.questions-list>div:nth-child(3) strong{
    color: #ffa866;
}

.questions-list>div:nth-child(4) strong{
    color: #666;
}

.questions-list>div:nth-child(5) strong{
    color: #333;
}

.questions-answers-item{
    display: none;
    height: 100%;
}

.questions-answers-item.active{
    display: block;
}

.answers-watch-all {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    font-size: 18px;
    font-weight: 400;
    color: #e6322e;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 66%);
    text-align: center;
    cursor: pointer;
}

.watch-all-arrow {
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #e6322e;
    border-right: 3px solid #e6322e;
    transform: rotate(45deg);
}

.questions-answers-list{
    position: relative;
    flex: 1;
    padding: 33px 45px 40px 42px;
    height: 358px;
    overflow: hidden;
}

.questions-answers-title{
    display: flex;
    align-items: center;
    font-size: 21px;
    font-weight: 600;
}

.questions-answers-title strong{
    width: 36px;
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    color: #ff7033;
    background: #ffe5d6;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.questions-answers-text{
    margin-top: 32px;
    display: flex;
}

.questions-answers-text strong{
    width: 36px;
    height: 36px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #ff7033;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.questions-answers-text>div{
    flex: 1;
}

.questions-answers-text p{
    font-size: 18px;
    line-height: 2;
}

.more-question-btn {
    margin: 40px auto 71px auto;
    width: 490px;
    height: 56px;
    background: #FF3D70;
    border-radius: 8px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
}

.more-question-btn:hover {
    background-color: #fd5481;
}

.section9-item-label {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1;
    color: #999;
}

.required {
    margin-left: 5px;
    line-height: 18px;
    color: #ff1212;
}

.section9-infobox {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.section9-item {
    width: 390px;
    margin-right: 10px;
}

.section9-input .ivu-input{
    padding: 0 22.5px;
    width: 390px;
    height: 60px;
    font-size: 18px;
    color: #000;
    background-color: #F5F5F5;
}

.section9-input::placeholder {
    color: #ccc;
    font-size: 18px;
}

.section9-input .ivu-input:hover {
    background-color: #eee;
    border-color: #eee;
}