.f0 {
    font-size: 0;
}

.mr0 {
    margin-right: 0 !important;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container h3 {
    font-size: 36px;
    line-height: 54px;
    font-weight: 400;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 70px;
}

.banner h3 {
    padding-top: 0;
    padding-bottom: 0;
}

.banner {
    height: 600px;
    background: url(../img/qiyezhibonew/banner1.jpg?v=2) top center no-repeat;
    background-size: cover;
    margin-bottom: 104px;
    margin-top: 66px;
}
.banner .container {
    position: relative;
}
.banner section {
    color: #fff;
    padding-top: 149px;
    position: relative;
    z-index: 2;
}

.banner section .banner-title-first {
    margin-top: 44px;
    margin-bottom: 8px;
}
.banner section .banner-title-end {
    margin-bottom: 46px;
}
.banner section h3 {
    font-size: 53px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left !important;
}

.banner section .btn-bg {
    margin-top: 64px;
    display: flex;
    flex-direction: row;
}
.banner section .btn-bg .banner-btn {
    width: 166px;
    height: 44px;
    border: 2px solid #FF3300;
    color: #FF3F00;
    background: none;
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 44px;
    /* transition: 0.33s; */
}

.banner section .btn-bg .banner-btn.active {
    border: none;
    color: white;
    width: 168px;
    height: 46px;
    font-size: 18px;
    text-align: center;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 46px;
    background: url(../img/qiyezhibonew/banner-btn-bg-active.png?v=4);
    /* background-size: auto; */
    background-size: 200% 100%;
    animation: shine 1.8s linear infinite;
}

@keyframes shine {
    0% {
        background-position-x: 100%;
    }
    50% {
        background-position-x: 0%;
    }
    100% {
        background-position-x: -100%;
    }
}

.banner section .btn-bg .banner-btn i {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-left: 8px;
    margin-bottom: -5px;
    background: url(../img/qiyezhibonew/banner-btn-i.png?v=1) top center no-repeat;
    background-size: contain;
    transition: 0.33s;
}

.banner section .btn-bg .banner-btn.active i {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-left: 8px;
    margin-bottom: -5px;
    background: url(../img/qiyezhibonew/banner-btn-i-active.png?v=1) top center no-repeat;
    background-size: contain;
    transition: 0.33s;
}

.banner section .btn-bg .banner-btn span {
    display: none;
    transition: 0.33s;
}

.banner section .btn-bg .banner-btn.active span {
    display: block;
    background: url(../img/qiyezhibonew/banner-btn-yin.png?v=1) top center no-repeat;
    background-size: contain;
    width: 168px;
    height: 26px;
    transition: 0.33s;
}

.banner section .btn-bg .on-free {
    margin-left: 8px;
    margin-right: 23px;
}

.banner section .banner-title {
    width: 427px;
    height: 133px;
    margin-top: 0px;
}

.banner section .banner-subTitle {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
}

.banner section .banner-subTitle p {
    height: 24px;
    font-size: 24px;
    font-weight: normal;
    color: #2B354A;
    font-family: Adobe Heiti Std;
    line-height: 42px;
    margin-right: 16px;
}

.banner section .banner-min {
    position: absolute;
    width: 641px;
    height: 541px;
    right: 0px;
    top: 58px;
    overflow: hidden;
}

.apply h3 {
    padding-top: 0;
    padding-bottom: 0;
}

.apply li {
    display: inline-block;
    margin-right: 12px;
    border-radius: 12px;
}

.apply .applycc {
    position: relative;
}

.apply .applycc .applycc-image-num {
    width: 42px;
    height: 47px;
    position: absolute;
    bottom: 94px;
    left: 21px;
    transition: 0.33s;
}

.apply .applycc.active .applycc-image-num {
    width: 42px;
    height: 47px;
    position: absolute;
    bottom: 177px;
    left: 36px;
    transition: 0.33s;
}

.apply .applycc .applycc-image-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 151px;
    left: 10px;

    display: block;
    transition: 0.33s;
}

.apply .applycc.active .applycc-image-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 234px;

    display: none;
    transition: 0.33s;
}

.apply .applycc h3 {
    position: absolute;
    width: 100px;
    font-size: 25px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #ffffff;
    line-height: 36px;
    bottom: 47px;
    left: 21px;
    transition: 0.33s;
}

.apply .applycc.active h3 {
    position: absolute;
    width: 100px;
    font-size: 25px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #ffffff;
    line-height: 36px;
    bottom: 130px;
    left: 35px;
    transition: 0.33s;
}

.apply .applycc p {
    display: none;
    transition: 0.33s;
}

.apply .applycc.active p {
    display: block;
    position: absolute;
    width: 258px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #ffffff;
    line-height: 24px;
    bottom: 43px;
    left: 32px;
    right: 39px;
    transition: 0.33s;
}

.apply .c1 {
    width: 162px;
    height: 387px;
    background-image: url(../img/qiyezhibonew/apply-1-1.png?v=1);
    background-size: 162px 387px;
    background-repeat: no-repeat;
    transition: 0.33s;
}

.apply .c1.active {
    width: 315px;
    height: 387px;
    background: url(../img/qiyezhibonew/apply-1-2.png?v=2);
    background-size: 315px 387px;
    background-repeat: no-repeat;
    transition: 0.33s;
}

.apply .c2 {
    width: 162px;
    height: 387px;
    background: url(../img/qiyezhibonew/apply-2-1.png?v=1);
    background-size: 162px 387px;
    background-repeat: no-repeat;
    transition: 0.33s;
}

.apply .c2.active {
    width: 315px;
    height: 387px;
    background: url(../img/qiyezhibonew/apply-2-2.png?v=2);
    background-size: 315px 387px;
    background-repeat: no-repeat;
    transition: 0.33s;
}

.apply .c3 {
    width: 162px;
    height: 387px;
    background: url(../img/qiyezhibonew/apply-3-1.png?v=2);
    background-size: 162px 387px;
    background-repeat: no-repeat;
    transition: 0.33s;
}

.apply .c3.active {
    width: 315px;
    height: 387px;
    background: url(../img/qiyezhibonew/apply-3-2.png?v=4);
    background-size: 315px 387px;
    background-repeat: no-repeat;
    transition: 0.33s;
}

.apply .c4 {
    width: 162px;
    height: 387px;
    background: url(../img/qiyezhibonew/apply-4-1.png?v=3);
    background-size: 162px 387px;
    background-repeat: no-repeat;
    transition: 0.33s;
}

.apply .c4.active {
    width: 315px;
    height: 387px;
    background: url(../img/qiyezhibonew/apply-4-2.png?v=3);
    background-size: 315px 387px;
    background-repeat: no-repeat;
    transition: 0.33s;
}

.apply .c5 {
    width: 162px;
    height: 387px;
    background: url(../img/qiyezhibonew/apply-5-1.png?v=1);
    background-size: 162px 387px;
    background-repeat: no-repeat;
    transition: 0.33s;
}

.apply .c5.active {
    width: 315px;
    height: 387px;
    background: url(../img/qiyezhibonew/apply-5-2.png?v=2);
    background-size: 315px 387px;
    background-repeat: no-repeat;
    transition: 0.33s;
}

.apply .c6 {
    width: 162px;
    height: 387px;
    background: url(../img/qiyezhibonew/apply-6-1.png?v=1);
    background-size: 162px 387px;
    background-repeat: no-repeat;
    transition: 0.33s;
}

.apply .c6.active {
    width: 315px;
    height: 387px;
    background: url(../img/qiyezhibonew/apply-6-2.png?v=2);
    background-size: 315px 387px;
    background-repeat: no-repeat;
    transition: 0.33s;
}

.difficulty {
    margin-top: 63px;
    background: url(../img/qiyezhibonew/c-qiyezhibo-group2.jpg?v=1);
    background-size: cover;
}

.difficulty h3 {
    padding-bottom: 10px;
} 

.difficulty .sub-title {
    height: 18px;
    font-size: 18px;
    font-weight: 300;
    color: #1F1F1F;
    text-align: center;
}

.difficulty .sub-line {
    height: 1px;
    opacity: 0.3;
    background-color: gray;
    margin: 34px 0 26px 0;
}

.difficulty .f0 {
    display: flex;
    flex-direction: row;
}

.difficulty .f0 .track-roll {
    overflow-y: auto;
    position: relative;
    width: 198px;
    height: 416px;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(58,58,89,0.1);
}

.difficulty .f0 .track-roll .track-main {
    font-size: 18px;
    font-weight: 400;
}

.difficulty .f0 .track-roll .track-main .track-main-title.active {
    background-color: #FF6124;
    color: white;
    width: 100%;
    height: 69px;
    cursor: pointer;
    text-align: center;
    line-height: 69px;
    font-size: 18px;
    font-weight: 400;
}

.difficulty .f0 .track-roll .track-main .track-main-title {
    width: 100%;
    height: 69px;
    background-color: white;
    cursor: pointer;
    text-align: center;
    line-height: 69px;
    color: black;
    font-size: 18px;
    font-weight: 400;
}

.difficulty .f0 .track-content {
    display: none;
    flex: 1;
    overflow: hidden;
    padding: 5px 0 0 84px;
}

.difficulty .f0 .track-content.active {
    display: block;
}

.difficulty .f0 .track-content h5 {
    font-size: 20px;
    font-weight: 600;
    color: #1F1F1F;
}

.difficulty .f0 .track-content h6 {
    font-size: 16px;
    font-weight: 300;
    color: #222222;
    margin-top: 15px;
}

.difficulty .f0 .track-content .intro-box {
    padding-top: 33px;
    display: flex;
    flex-direction: row;
    padding-bottom: 40px;
}

.difficulty .f0 .track-content .intro-box li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 44px;
    margin-bottom: 10px;
}

.difficulty .f0 .track-content .intro-box li img {
    width: 55px;
    height: 55px;
}

.difficulty .f0 .track-content .intro-box li span {
    font-size: 16px;
    font-weight: 300;
    color: #222222;
    margin-top: 15px;
}

.difficulty .f0 .track-content .case-box {
    padding-top: 21px;
    display: flex;
    flex-direction: row;
}

.difficulty .f0 .track-content .case-box li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.difficulty .f0 .track-content .case-box li img {
    width: 188px;
    height: 67px;
    object-fit: contain;
}

.difficulty .f0 .track-content .case-box.min li img {
    width: 164px;
    height: 67px;
    object-fit: contain;
}

.difficulty .difficulty-order {
    margin-top: 23px;
    width: 1234px;
    height: 252px;
    background: url(../img/qiyezhibonew/difficulty-order-bg.png?v=2) top center no-repeat;
    background-size: contain;
    padding-bottom: 76px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.difficulty .difficulty-order .difficulty-order-title {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
    margin-top: 21px;
}

.difficulty .difficulty-order .difficulty-order-title i {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 7px;
    margin-bottom: -7px;
    background: url(../img/qiyezhibonew/difficulty-title-dot.png?v=1) top center no-repeat;
    background-size: contain;
}

.difficulty .difficulty-order .difficulty-order-content {
    margin: 34px 40px 25px 40px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    height: 102px;
    display: flex;
    flex-direction: row;
}

.difficulty .difficulty-order .difficulty-order-content .difficulty-form-item {
    margin-right: 34px;
    margin-top: 21px;
    width: 414px;
    height: 60px;
    border: 2px solid #FFFFFF;
    background-color: rgba(255, 238, 229, 1);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
}

.difficulty .difficulty-order .difficulty-order-content .difficulty-form-item.first {
    margin-left: 35px;
}

.difficulty .difficulty-order .difficulty-order-content .difficulty-form-item img {
    width: 34px;
    height: 34px;
    margin-left: 29px;
    margin-top: 13px;
}

.difficulty .difficulty-order .difficulty-order-content .difficulty-form-item .difficulty-form-item-line {
    width: 1px;
    height: 21px;
    background: #FF4600;
    margin-left: 18px;
    margin-top: 20px;
    margin-right: 20px;
}

.difficulty .difficulty-order .difficulty-order-content .difficulty-form-item input {
    width: 70%;
    font-size: 18px;
    color: black;
    background-color: rgba(255, 238, 229, 1);
}

.difficulty .difficulty-order .difficulty-order-content .difficulty-form-join {
    margin-top: 20px;
    width: 173px;
    height: 60px;
    background: url(../img/qiyezhibonew/difficulty-order-btn-bg.png?v=1) top center no-repeat;
    background-size: contain;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 60px;
    cursor: pointer;
}

.save {
    background: url(../img/qiyezhibonew/save-1.jpg?v=1) top center no-repeat;
    background-size: contain;
    padding-bottom: 64px;
}

.save h3 {
    padding-bottom: 10px;
    color: #FFF;
    padding-top: 90px;
}

.save .sub-title {
    height: 18px;
    font-size: 18px;
    font-weight: 300;
    color: #FFF;
    text-align: center;
}

.save .f0 {
    height: 450px;
    box-shadow: 0px 0px 18px 0px rgba(58,58,89,0.1);
    background-color: white;
    margin-top: 56px;
    display: flex;
    flex-direction: row;
}

.save .f0 .save-roll .save-main .save-main-title {
    height: 112px;
    width: 457px;
    display: flex;
    flex-direction: row;
    background-color: rgba(58,58,89,0.1);
    text-align: center;
    align-items: center;
    position: relative;
}

.save .f0 .save-roll .save-main .save-main-title.active {
    background-color: #FF6124;
}

.save .f0 .save-roll .save-main .save-main-title .save-main-line {
    position: absolute;
    bottom: 0;
    left: 23px;
    right: 27px;
    width: 407px;
    height: 1px;
    opacity: 0.5;
    background-color: lightgray;
}

.save .f0 .save-roll .save-main .save-main-title .save-left-image {
    margin-left: 71px;
    background-size: contain !important;
}

.save .f0 .save-roll .save-main .save-main-title.active .save-left-image {
    background-size: contain !important;
}

.save .f0 .save-roll .save-main .save-main-title .save-left-image-1 {
    width: 43px;
    height: 38px;
    background: url(../img/qiyezhibonew/save-a-1.png) no-repeat center center;
}

.save .f0 .save-roll .save-main .save-main-title .save-left-image-2 {
    width: 54px;
    height: 55px;
    background: url(../img/qiyezhibonew/save-a-2.png) no-repeat center center;
    margin-left: 61px !important;
}

.save .f0 .save-roll .save-main .save-main-title .save-left-image-3 {
    width: 42px;
    height: 42px;
    background: url(../img/qiyezhibonew/save-a-3.png) no-repeat center center;
}

.save .f0 .save-roll .save-main .save-main-title .save-left-image-4 {
    width: 45px;
    height: 37px;
    background: url(../img/qiyezhibonew/save-a-4.png) no-repeat center center;
}

.save .f0 .save-roll .save-main .save-main-title.active .save-left-image-1 {
    width: 43px;
    height: 38px;
    background: url(../img/qiyezhibonew/save-a-1s.png) no-repeat center center;
}

.save .f0 .save-roll .save-main .save-main-title.active .save-left-image-2 {
    width: 54px;
    height: 55px;
    background: url(../img/qiyezhibonew/save-a-2s.png) no-repeat center center;   
    margin-left: 61px !important;
}

.save .f0 .save-roll .save-main .save-main-title.active .save-left-image-3 {
    width: 42px;
    height: 42px;
    background: url(../img/qiyezhibonew/save-a-3s.png)  no-repeat center center;
}

.save .f0 .save-roll .save-main .save-main-title.active .save-left-image-4 {
    width: 45px;
    height: 37px;
    background: url(../img/qiyezhibonew/save-a-4s.png) no-repeat center center;   
}

.save .f0 .save-roll .save-main .save-main-title span {
    font-size: 24px;
    font-weight: 400;
    color: #2F2F2F;
    line-height: 42px;
    margin-left: 32px;
}

.save .f0 .save-roll .save-main .save-main-title.active span {
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    line-height: 42px;
}

.save .f0 .save-content {
    display: none;
    position: relative;
    flex: 1;
}

.save .f0 .save-content.active {
    display: block;
}

.save .f0 .save-content .item {
    padding: 40px 204px 10px 101px;
    display: flex;
    flex-direction: row;
}

.save .f0 .save-content .item .item-image {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-top: 12px;
}

.save .f0 .save-content .item .content-bg {
    display: flex;
    flex-direction: column;
    margin-left: 51px;
}

.save .f0 .save-content .item .content-bg .content-title {
    font-size: 20px;
    font-weight: 500;
    color: #1E1E1E;
    line-height: 26px;
}

.save .f0 .save-content .item .content-bg .content-text {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 300;
    color: #737373;
    line-height: 28px;
}

.save .f0 .save-content .right-bottom-image {
    position: absolute;
    right: 14px;
    bottom: 18px;
}

.save .f0 .save-content .right-bottom-image-1 {
    width: 170px;
    height: 156px;
}

.save .f0 .save-content .right-bottom-image-2 {
    width: 141px;
    height: 139px;
}

.save .f0 .save-content .right-bottom-image-3 {
    width: 176px;
    height: 158px;
}

.save .f0 .save-content .right-bottom-image-4 {
    width: 153px;
    height: 127px;
}

.programme {
    background-color: #f7fbff;
    margin-bottom: 30px;
}

.programme .programme-tabs {
    text-align: center;
    margin-bottom: 60px;
    width: 804px;
    margin: 0 auto;
}

.programme .programme-tabs li {
    width: 158px;
    height: 57px;
    line-height: 57px;
    font-size: 18px;
    border-right: 1px solid #ff6224;
    cursor: pointer;
    float: left;
}

.programme .programme-tabs li:first-of-type {
    border-left: 1px solid #ff6224;
}

.programme .programme-tabs li.active {
    color: #fff;
    background-color: #ff6224;
}

.programme .programme-item {
    display: none;
    margin-left: -40px;
    margin-right: -40px;
}

.programme .programme-item.active {
    display: block;
    min-height: 600px;
}

.programme .programme-item .item-img,
.programme .programme-item .item-info {
    display: inline-block;
    vertical-align: top;
}

.programme .programme-item .item-img {
    width: 678px;
    text-align: center;
}

.programme .programme-item .item-info {
    width: 577px;
    margin-left: 20px;
    padding-top: 70px;
}

.programme .programme-item .item-info h4 {
    font-size: 35px;
    font-weight: 400;
}

.programme .programme-item .item-info em {
    display: block;
    font-size: 18px;
    color: #ff6224;
    margin-top: 15px;
    margin-bottom: 35px;
}

.programme .programme-item .item-info p {
    font-size: 16px;
    line-height: 34px;
    padding-left: 27px;
    background: url(../img/qiyezhibonew/icon14.png) no-repeat left center;
}

.programme .programme-item .item-info a {
    display: block;
    width: 154px;
    height: 57px;
    line-height: 57px;
    font-size: 20px;
    color: #fff;
    background-color: #ff6224;
    border-radius: 10px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.data .data-tabs {
    text-align: center;
    padding-right: 136px;
    position: relative;
}

.data .data-tabs li {
    display: inline-block;
    font-size: 22px;
    width: 96px;
    line-height: 50px;
    padding-left: 70px;
    margin-right: 100px;
    margin-bottom: 50px;
    position: relative;
}

.data .data-tabs li.active {
    font-weight: bold;
}

.data .data-tabs li.active:after {
    position: absolute;
    content: "";
    bottom: -50px;
    left: 80px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #141e2f;
}

.data .data-tabs li:first-of-type {
    background: url(../img/qiyezhibonew/icon15.png) no-repeat left center;
}

.data .data-tabs li:first-of-type.active {
    background: url(../img/qiyezhibonew/icon16.png) no-repeat left center;
}

.data .data-tabs li:nth-of-type(2) {
    background: url(../img/qiyezhibonew/icon17.png) no-repeat left center;
}

.data .data-tabs li:nth-of-type(2).active {
    background: url(../img/qiyezhibonew/icon18.png) no-repeat left center;
}

.data .data-tabs li:nth-of-type(3) {
    background: url(../img/qiyezhibonew/icon19.png) no-repeat left center;
}

.data .data-tabs li:nth-of-type(3).active {
    background: url(../img/qiyezhibonew/icon20.png) no-repeat left center;
}

.data .data-tabs li:last-of-type {
    background: url(../img/qiyezhibonew/icon21.png) no-repeat left center;
}

.data .data-tabs li:last-of-type.active {
    background: url(../img/qiyezhibonew/icon22.png) no-repeat left center;
}

.data .data-tabs a {
    position: absolute;
    right: 0;
    top: 0;
    width: 134px;
    height: 49px;
    line-height: 49px;
    font-size: 20px;
    color: #ff5b29;
    border: 1px solid #ff5b29;
}

.data .data-tabs a:hover {
    color: #fff;
    background-color: #ff5b29;
}

.data .data-item {
    display: none;
}

.data .data-item.active {
    display: block;
}

.data .data-item img {
    width: 100%;
}

.use {
    position: relative;
    z-index: 2;
    padding-top: 30px;
}
.use h3 {
    padding-bottom: 10px;
}

.use .sub-title {
    height: 18px;
    font-size: 18px;
    font-weight: 300;
    color: #1F1F1F;
    text-align: center;
    padding-bottom: 70px;
}

.use .f0 {
    overflow: hidden;
}

.use .f0 .use-box {
    width: 100%;
    height: 535px;
    margin: auto;
    position: relative;
    white-space: nowrap;
    animation: roll-img 100s linear infinite;
}

@keyframes roll-img {
    0%{left: 0;}
    2%{left: 0;}
	50%{left: -265%;}
    100%{left: 0;}
}

.use .f0 .use-box img {
    width: 188px;
    height: 535px;
    margin-left: 14px;
}

.order {
    margin-top: 120px;
    padding-top: 120px;
    background: url(../img/qiyezhibonew/order.jpg) no-repeat top center;
    padding-bottom: 70px;
}

.order section,

.order .form-content {
    display: inline-block;
    vertical-align: middle;
}

.order section {
    width: 630px;
    margin-right: 70px;
}

.order section h4 {
    font-size: 42px;
    color: #fff;
}

.order section p {
    font-size: 20px;
    color: #fff;
    margin-top: 157px;
    padding-top: 25px;
    position: relative;
}

.order section p:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 47px;
    height: 4px;
    background-color: #fff;
}

.order .form-content {
    width: 420px;
    padding: 50px 40px;
    border-radius: 10px;
    background-color: #fff;
}

.order .form-content .form-item {
    height: 58px;
    border: 1px solid #181818;
    margin-bottom: 30px;
    padding-left: 30px;
    border-radius: 10px;
}

.order .form-content .form-item span {
    font-size: 18px;
    color: #fd532e;
    display: inline-block;
    width: 40px;
    padding-left: 30px;
}

.order .form-content .form-item:first-of-type span {
    background: url(../img/qiyezhibonew/icon23.png) no-repeat no-repeat left
        center;
}

.order .form-content .form-item:last-of-type span {
    background: url(../img/qiyezhibonew/icon24.png) no-repeat no-repeat left
        center;
}

.order .form-content .form-item input {
    font-size: 18px;
    line-height: 30px;
    width: 300px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-indent: 20px;
}

.order .form-content button {
    display: block;
    width: 420px;
    height: 60px;
    line-height: 60px;
    font-size: 21px;
    color: #fff;
    background-color: #ff6224;
    margin-top: 60px;
    border-radius: 10px;
}

.form-msg {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: -30px;
    margin-left: -150px;
    text-align: center;
    border-radius: 10px;
}

.float-tool {
    display: none !important;
}

.float-tool-new {
    display: block !important;
}

.get-case-bg {
    margin-top: 40px;
    margin-left: 360px;
    width: 480px;
    height: 122px;
    cursor: pointer;
}

.get-case-bg .get-case {
    width: 453px;
    height: 122px;
    background: url(../img/qiyezhibonew/get-case.png?v=2) top center no-repeat;
    background-size: contain;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 122px;
    text-align: center;

    animation: getOrderZoom 1.5s linear infinite;
}

@keyframes getOrderZoom {
    0%{-webkit-transform:scale(1);}
    50%{-webkit-transform:scale(0.9);}
    100%{-webkit-transform:scale(1);}
}

.get-case-bg .get-case i {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-left: 8px;
    margin-bottom: -15px;
    background: url(../img/qiyezhibonew/get-case-click.png?v=1) top center no-repeat;
    background-size: contain;
}

.title-beautiful-dot {
    display: inline-block;
    margin: 0 17px;
    width: 35px;
    height: 21px;
    background: url(../img/qiyezhibonew/title-beautiful-dot.png?v=1) top center no-repeat;
    background-size: contain;
}