/* 体验中心css样式 */
/* banner 区域 */
.banner {
    height: 524px;
    background-image: url(../uploads/experience/banner.jpg);
    background-size: cover;
}

.banner .wrapper h1 {
    padding-top: 120px;
    font-weight: 700;
    font-size: 56px;
    color: #070346;
}

.banner .wrapper p {
    padding-top: 28px;
    font-size: 20px;
    color: #444444;
}

.banner .wrapper a {
    display: block;
    margin-top: 100px;
    width: 190px;
    height: 60px;
    background: linear-gradient(#fd6251, #ff774a);
    border-radius: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 60px;
}

.banner .wrapper a:hover {
    background: linear-gradient(#080346, #080346);
}

/* FTF同屏技术体验 */
/* .hd {
    margin-top: 90px;
} */


.ftf-bj h2 {
    line-height: 40px;
    font-size: 40px;
    font-weight: 400;
    color: #070346;
    text-align: center;
}

/* 技术体验内容 */
.ftf-bj {
    /* margin-top: 60px; */
    padding-top: 60px;
    height: 1411px;
    background-color: #E8F6F2;
}

/* .ftf-bj h3 {
    font-size: 36px;
    color: #070346;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
} */

.ftf-bj .ftf p {
    margin-top: 40px;
    font-size: 18px;
    color: #222222;
}

.ftf .bd {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}

.ftf .bd .left,
.ftf .bd .right {
    width: 630px;
    height: 960px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 30px 0px rgba(204, 225, 219, 0.6);

}

.ftf-bj .ftf .bd .left .control,
.ftf-bj .ftf .bd .right .control {
    padding-top: 15px;
    /* width: 630px; */
    height: 76px;
    background-color: #fff;
    border-radius: 3px 3px 0px 0px;
    border-bottom: 1px solid #eee;
}

.ftf-bj .ftf .bd .left .control h4,
.ftf-bj .ftf .bd .right .control h4 {
    margin: 0 auto;
    width: 160px;
    height: 46px;
    background: #FFE4DF;
    border-radius: 10px;
    font-weight: 400;
    font-size: 24px;
    color: #FD6350;
    text-align: center;
    line-height: 46px;
}

.ftf .bd .left .sp,
.ftf .bd .right .sp {
    width: 630px;
    height: 884px;
    overflow: auto;
}

.ftf .bd .left img,
.ftf .bd .right img {
    display: block;
    margin: 25px auto;

}

.ftf-bj .ftf .bd .erwei {
    margin: 52px auto;
    width: 152px;
    height: 152px;
    background-color: #fff;
}

.ftf .erwei p {
    margin-top: 10px;
    font-size: 18px;
    color: #070346;
    text-align: center;
}

/* 一秒辅达应用体验 */
.appli {
    padding-top: 144px;
    height: 873px;
    background-image: url(../uploads/experience/bg.png);
    background-size: cover;
}

.appli .exper {
    display: flex;
}

.appli .exper .left img {
    width: 648px;
    height: 584px;
    transition: all 0.5s;
}

.appli .exper .left img:hover {
    transform: translateY(-13px);
}

.appli .exper .right {
    margin-left: 60px;
    margin-top: 22px;
}

.appli .exper .right h2 {
    font-size: 40px;
    color: #070346;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
}

.appli .exper .right p {
    margin-top: 64px;
    font-size: 20px;
    color: #666666;
    line-height: 35px;
}

.appli .exper .right h4 {
    margin-top: 50px;
    font-size: 20px;
    color: #222222;
    font-weight: 700;
}

.appli .exper .right .ts {
    margin-top: 15px;
    font-size: 20px;
    color: #666666;
    line-height: 35px;
}

.appli .exper .btn-ex {
    display: flex;
    margin-top: 75px;
}

.appli .exper .btn-ex a {
    width: 230px;
    height: 60px;
    background: linear-gradient(to right, #fd6151, #ff774a);
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    /* background: url(../uploads/experience/bt-icon.png) no-repeat right center; */
}

.appli .exper .btn-ex a:nth-child(2) {
    margin-left: 30px;
}

.appli .exper .btn-ex a:hover {
    background: #080346
}