input {
    border: none;
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    outline: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.color-fff {
    color: #fff !important;
}

.color-fb {
    color: #ffffffb3 !important;
}

.evidence_box1 {
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 560px;
    background-color: #f7f8fb;
}

.evidence_box1 .banner {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.evidence_box1 .banner .b_left .t1 {
    top: 150px;
    left: 0px;
    font-size: 24px;
}

.evidence_box1 .banner .b_left .t2 {
    top: 190px;
    left: 0px;
    font-size: 34px;
}

.evidence_box1 .banner .b_left .code {
    top: 280px;
    left: 0px;
    width: 165px;
    height: 165px;
    background-color: #fff;
}

.evidence_box1 .banner .b_left .t3 {
    top: 250px;
    width: 550px;
    left: 0px;
    font-size: 16px;
    color: #333;
}

.evidence_box1 .banner .b_left .btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    left: 00px;
    top: 420px;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(90deg, #ffb83e, #ff7109);
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.evidence_box1 .banner .b_left .btn:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    box-shadow: 0 4px 12px rgb(50 10 10 / 20%);
}

.evidence_box1 .b_right {
    display: inline-block;
    top: 60px;
    left: 600px;
    background-image: url(../images/db.png);
    width: 600px;
    height: 480px;
}

.module-condition {
    padding-bottom: 80px;
    background: url(../images/mrkm6nn2ty8000.png)no-repeat center;
    background-size: cover;
}

.first-box {
    background: #fff;
}

.first-box .form-box {
    padding: 16px 32px;
    box-sizing: border-box;
    height: 197px;
    background: #fff;
    box-shadow: 0px 0px 15px 1px rgba(116, 116, 116, 0.1);
    position: relative;
    margin-top: -50px;
    z-index: 1;
}

.first-box .form-box h2 {
    font-size: 30px;
    font-weight: 500;
    color: #292E2E;
    text-align: left;
}

.first-box .form-box .input-form>button {
    position: absolute;
    padding: 0 11px;
    height: 28px;
    background: hsla(225, 100%, 89%, 0.3);
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    top: -3px;
    right: -20px;
}

.first-box .form-box .input-form>button {
    width: 140px;
    background: linear-gradient(90deg, #ffb83e, #ff7109);
    float: right;
    height: 54px;
    font-size: 16px;
    color: #fff;
}

.input-form>div {
    width: 290px;
    height: 100%;
    position: relative;
}

.input-form>div::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #D9D9D9;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.input-form>div:nth-child(5):after,
.input-form>div:nth-child(4):after {
    height: 0;
}
.pc-sel-area-cascader .el-cascader-node.in-active-path,
.pc-sel-area-cascader .el-cascader-node.is-active,
.pc-sel-area-cascader .el-cascader-node.is-selectable.in-checked-path{
    color: #ffb83e;
}
.check-box {
    margin-top: 5px;
    color: #888888;
    height: 12px;
    display: flex;
    justify-content: end;
}
.check-box .el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #ffb83e;
    border-color: #ffb83e;
  }
  
  .check-box .el-checkbox__inner:hover {
    border-color: #ffb83e;
  }
  
  .check-box .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #ffb83e;
  }
.tk_begin {
    text-indent: 3px;
}

.tk_text {
    color: #ffb83e;
    cursor: pointer;
}

.btnArr {
    height: 46px;
    display: flex;
    align-items: center;
}

.input-form {
    margin-top: 15px;
    display: flex;
    width: 1135px;
    height: 48px;
    background: #FFFFFF;
    border: 2px solid #ffb83e;
    border-radius: 2px;
    box-sizing: border-box;
    align-items: center;
    padding-left: 17px;
    justify-content: space-between;
}

.input-form .el-form-item__content {
    margin-left: 0 !important;
}

.input-form .el-form-item {
    margin-bottom: 0;
}

.input-form .el-input__inner {
    height: 44px;
    line-height: 44px;
    padding: 0;
    border: 0;
}

.input-form>div {
    height: 100%;
    position: relative;
}

.input-form>div::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #D9D9D9;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.priceBtn {
    width: 150px;
    height: 46px;
    background: linear-gradient(90deg, #ffb83e, #ff7109);
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    line-height: 46px;
}

.seekBtn {
    width: 150px;
    height: 46px;
    background: linear-gradient(90deg, #ffb83e, #ff7109);
    -webkit-box-shadow: 0 6px 29px 0 rgba(181, 218, 255, .45);
    box-shadow: 0 6px 29px 0 rgba(181, 218, 255, .45);
    opacity: .88;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 46px;
}

.quali-discount-body {
    width: 1200px;
    height: 229px;
    position: relative;
    z-index: 1;
    margin: -130px auto 0;
}

.quali-discount-body .discount-tag {
    width: 228px;
    height: 33px;
    background: #ff7d2f;
    position: relative;
    padding-left: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.quali-discount-body .discount-tag .tag-text {
    font-size: 18px;
    font-weight: 900;
    font-style: italic;
    color: #fff;
    font-family: hyykh75w;
}

.quali-discount-body .discount-tag .tag-arrows i {
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    margin-right: -4px;
}

.quali-discount-body .discount-tag .tag-arrows {
    margin-left: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.quali-discount-body .discount-tag:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    right: -32px;
    border-color: transparent transparent #ff7d2f #ff7d2f;
    border-style: solid;
    border-width: 16.5px;
}

.quali-discount-body .discount-list {
    width: 100%;
    height: 158px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.discount-item {
    width: 285px;
    height: 158px;
    background: url(../images/discount-bg.203bdf5.png) no-repeat;
    background-size: cover;
    padding: 25px 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 20px;
    -webkit-box-shadow: 0 2px 13px 1px rgba(227, 238, 255, .8);
    box-shadow: 0 2px 13px 1px rgba(227, 238, 255, .8);
    position: relative;
}

.discount-item .main-head {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discount-item .main-head .head-title {
    width: auto;
    margin-right: 7px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discount-item .main-head .head-title .text {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discount-item .main-head .head-tag {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 19px;
    border: 1px solid #ff7128;
    border-radius: 4px 4px 4px 0;
    padding: 0 4px;
}

.discount-item .main-head .head-tag .text {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #ff7128;
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.discount-item .limited-pirce .tag,
.discount-item .limited-pirce {
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.discount-item .limited-pirce {
    width: 100%;
    margin-top: 29px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.discount-item .limited-pirce .tag {
    width: 65px;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #ff8c51), color-stop(80%, hsla(0, 0%, 100%, 0)));
    background: linear-gradient(90deg, #ff8c51 40%, hsla(0, 0%, 100%, 0) 80%);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.discount-item .limited-pirce .normal {
    font-size: 12px;
    font-weight: 400;
    color: #f60;
}

.discount-item .original-price .tag,
.discount-item .original-price {
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.discount-item .original-price {
    width: 100%;
    margin-top: 7px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.discount-item .original-price .tag {
    width: 65px;
    padding-left: 6px;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #e3e3e3), color-stop(80%, hsla(0, 0%, 100%, 0)));
    background: linear-gradient(90deg, #e3e3e3 40%, hsla(0, 0%, 100%, 0) 80%);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #909090;
}

.discount-item .original-price .tag,
.discount-item .original-price {
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.discount-item .original-price .unit {
    font-size: 12px;
    font-weight: 400;
    color: #909090;
    line-height: 20px;
}

.discount-item .order-button {
    width: 77px;
    height: 26px;
    background: linear-gradient(90deg, #ffb83e, #ff7109);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 19px;
    bottom: 30px;
}

.quali-industry {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 101px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.quali-industry .industry-title {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.quali-industry .industry-title .title-text {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 24px;
    margin-right: 12px;
}

.quali-industry .industry-title .title-des {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    line-height: 14px;
}

.qualify-item-body {
    width: 100%;
    margin-top: 57px;
}

.qualify-item-body .qualify-main-head {
    width: 100%;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.qualify-item-body .qualify-main-head:before {
    display: block;
    position: absolute;
    content: "";
    width: 4px;
    height: 20px;
    background: linear-gradient(90deg, #ffb83e, #ff7109);
    left: 0;
    top: 0;
}

.qualify-item-body .qualify-main-head .head-title {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin-right: 6px;
    max-width: 600px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 16px;
}

.qualify-item-body .qualify-main-head .head-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 10px;
    height: 22px;
    background: #ffe1cd;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 400;
    color: rgb(100, 100, 100);
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.qualify-item-body .qualify-list {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.qualify-item {
    width: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 25px;
}

.qualify-item .item-desc {
    display: block;
    max-width: 273px;
    font-size: 12px;
    font-weight: 400;
    color: #858585;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 63px;
}

.qualify-item .item-main-info {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.qualify-item:hover .item-main-info .item-tag {
    border: 1px solid #ffa06f;
    background: #ffa06f;
    color: #fff;
}

.qualify-item .item-main-info .item-tag {
    min-width: 37px;
    max-width: 67px;
    display: block;
    height: 19px;
    border: 1px solid #ff7128;
    border-radius: 4px 4px 4px 0;
    text-align: center;
    padding: 0 4px;
    font-size: 12px;
    color: #ff7128;
    line-height: 18px;
    transition: all .2s linear 0s;
}

.qualify-item .item-main-info .item-title {
    font-size: 16px;
    color: #444;
    line-height: 16px;
    margin-right: 9px;
    max-width: 268px;
    transition: all .2s linear 0s;
}

.qualify-item .item-main-info .item-right {
    color: transparent;
    font-size: 14px;
    opacity: 0;
    position: relative;
    left: 0;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

.qualify-item:hover .item-main-info .item-right {
    color: #ff7128;
    left: 12px;
    opacity: 1;
}

.qualify-item:hover .item-main-info .item-title {
    color: #ff7128;
    font-weight: 700;
}

.quali-advantages-body {
    width: 100%;
    height: 345px;
    background: url(../images/ad-bg.5dfa188.png) no-repeat;
    background-size: cover;
}

.quali-advantages-body .quali-advantage-center {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quali-advantages-body .quali-advantage-center .our-advantages-abs {
    width: 316px;
    height: auto;
}

.quali-advantages-body .quali-advantage-center .advantage-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 191px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.quali-advantages-body .quali-advantage-center .our-advantages-abs .abs-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
}

.quali-advantages-body .quali-advantage-center .our-advantages-abs .abs-title-en {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 4px;
    color: #fff;
}

.quali-advantages-body .quali-advantage-center .our-advantages-abs .query-button {
    width: 128px;
    height: 40px;
    background: -webkit-gradient(linear, left top, right top, from(#fb6f3c), to(#ff9e3f));
    background: linear-gradient(90deg, #fb6f3c, #ff9e3f);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-top: 43px;
    color: #fff;
}

.tf-common-button {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.quali-advantages-body .quali-advantage-center .our-advantages-abs .query-button .button-text {
    font-size: 14px;
}

.tf-common-button .button-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    z-index: 2;
    white-space: nowrap;
}

.tf-common-button.do-animation:after {
    position: absolute;
    content: "";
    display: block;
    width: 80px;
    height: 20px;
    bottom: -100%;
    left: -100%;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: -webkit-gradient(linear, left bottom, left top, from(#ff9300), to(hsla(0, 0%, 100%, .8)));
    background: linear-gradient(0deg, #ff9300, hsla(0, 0%, 100%, .8));
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-animation: btnMove-c07c9c26 1.5s 0s infinite;
    animation: btnMove-c07c9c26 1.5s 0s infinite;
}

.advantage-item {
    width: 287px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.advantage-item .item-index {
    background-image: url(../images/index-bg.93caad1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    text-align: center;
    margin-right: 8px;
}

.advantage-item .item-infos {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.advantage-item .item-index .index-num {
    line-height: 70px;
    margin-right: 21px;
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-shadow: 1px 1px 6px rgba(42, 112, 255, .54);
}

.advantage-item .item-infos .item-title {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 18px;
    margin-bottom: 12px;
    margin-top: 8px;
}

.advantage-item .item-infos .item-desc {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 12px;
    margin-bottom: 6px;
}

.quali-step-wrap {
    width: 100%;
    height: 403px;
    background-image: url(../images/agent-bg.a67667d.png);
    background-size: cover;
    overflow: hidden;
}

.quali-step-wrap .step-center {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quali-step-wrap .step-center .step-abs {
    width: 316px;
    height: auto;
}

.quali-step-wrap .step-center .step-abs .abs-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
}

.quali-step-wrap .step-center .step-abs .abs-title-en {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 4px;
    color: #fff;
}

.quali-step-wrap .step-center .step-abs .query-button {
    width: 128px;
    height: 40px;
    background: -webkit-gradient(linear, left top, right top, from(#fb6f3c), to(#ff9e3f));
    background: linear-gradient(90deg, #fb6f3c, #ff9e3f);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-top: 43px;
    color: #fff;
}

.quali-step-wrap .step-center .step-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.step-item-wrap .item-details,
.step-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}

.step-item-wrap {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.step-item-wrap .item-details {
    width: 124px;
    height: auto;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.step-item-wrap .item-details,
.step-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}

.step-item-wrap .item-details .detail-title {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.step-item-wrap .item-details .detail-desc {
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.step-item-wrap .item-details .detail-img {
    width: 82px;
    height: 80px;
    margin-bottom: 4px;
}

.step-item-wrap .item-arrow {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.step-item-wrap .item-arrow .suffix {
    font-weight: 300;
    color: #fff;
    font-size: 40px;
}

.quali-cases-body {
    width: 100%;
    margin: 0 auto;
    background-image: url(../images/case-bg.783287f.png);
    background-size: cover;
    overflow: hidden;
}

.quali-cases-body .case-body-center {
    width: 1200px;
    height: 100%;
    margin: 0 auto 30px;
}

.quali-cases-body .case-body-center .main-head {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 68px auto 50px;
}

.quali-cases-body .case-body-center .main-head .head-title-cn {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 24px;
    margin-right: 9px;
}

.quali-cases-body .case-body-center .main-head .head-title-en {
    font-size: 20px;
    font-weight: 300;
    color: #888;
    line-height: 26px;
}

.quali-cases-body .case-body-center .carousel-item {
    width: 100%;
    height: 220px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 70px;
}

.quali-cases-body .case-body-center .carousel-item .header-back {
    display: block;
    width: 190px;
    height: 220px;
}