html{
    overflow-x: hidden;
    overflow-y: auto;
}
.pc .application{
    width: 1920px;
    background-color: #f2f2f2;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.pc .application .banner_height{
    position: relative;
    width: 1920px;
    height: 555px;
    background: url("../images/application/banner.png") no-repeat;
    background-size: 1920px 555px;
    overflow: hidden;

    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.pc .application .banner_height.act{
    height: 260px;
}
.pc .application .banner{
    position: fixed;
    z-index: 88;
    top: 80px;
    width: 1920px;
    height: 555px;
    background: url("../images/application/banner.png") no-repeat;
    background-size: 1920px 555px;
    overflow: hidden;

    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.pc .application .banner.act{
    top: 50px;
    height: 260px;
}
.pc .application .banner .tit{
    position: absolute;
    top: 70px;
    width: 1920px;
    text-align: center;
    font-family: "Gotham-Medium";
    font-size: 31px;
    color: #727171;

    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.pc .application .banner.act .tit{
    top: 10px;
    font-size: 20px;
}
.pc .application .banner img{
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    height: 370px;
    object-fit: contain;

    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.pc .application .banner.act img{
    top: 50px;
    height: 180px;
}
.pc .application .banner .cursor{
    position: absolute;
    top: 200px;
    left: 50%;
    width: 135px;
    height: 135px;
    margin-left: -67px;
    background: url("../images/application/cursor.png") no-repeat;
    background-size: 135px 135px;
    display: none;
    transform: scale(0.5);
    transform-origin: 50% 50%;
}
.pc .application .banner.act .cursor{
    top: 50px;
}
.pc .application .infos{
    margin: 60px 90px;
    width: 1020px;
    height: auto;
    background-color: #fff;
}
.pc .application .infos .info{
    margin-left: 55px;
    width: 910px;
    height: 240px;
    overflow: hidden;
    border-bottom: 2px solid #e3e3e3;
    position: relative;
}
.pc .application .infos .info:last-child{
    border-bottom: 0;
}
.pc .application .infos .info .swiper{
    position: absolute;
    top: 0;
    left: 0;
    width: 310px;
    height: 245px;
}
.pc .application .infos .info .img{
    margin: 0 40px;
    width: 230px;
    height: 245px;
    object-fit: contain;
}
.pc .application .infos .info .tit1{
    margin-top: 66px;
    margin-left: 412px;
    font-family: "Gotham-Medium";
    font-size: 22px;
    color: #727171;
}
.pc .application .infos .info .tit1 span{
    font-family: "Gotham-Book";
}
.pc .application .infos .info .tit2{
    margin-top: 18px;
    margin-left: 412px;
    font-family: "Gotham-Book";
    font-size: 12px;
    color: #727171;
}
.pc .application .infos .info .btn{
    margin-top: 50px;
    margin-left: 412px;
    width: 145px;
    height: 24px;
    background: url("../images/application/btn.png") no-repeat;
    background-size: 145px 24px;
}


.swiper-button-prev:after{
    display: none !important;
}
.swiper-button-next:after{
    display: none !important;
}
/*再自定义样式*/
.swiper-button-prev{
    width: 16px;
    height: 29px;
    background: url('../images/public/prev.png') no-repeat;
    background-size: 16px 29px;
}
.swiper-button-next{
    width: 16px;
    height: 29px;
    background: url('../images/public/next.png') no-repeat;
    background-size: 16px 29px;
}


.bottom{
    background-color: #fff !important;
    box-shadow:
        1000px 0 0 0 #fff,
        -1000px 0 0 0 #fff !important;
}



.phone .application{
    background-color: #f2f2f2;
    margin-bottom: 0.8rem;
}
.phone .application .banner{
    width: 10.8rem;
    height: 5.57rem;
    position: relative;
    background: url("../images/phone/application/banner.png") no-repeat;
    background-size: 10.8rem 5.57rem;
}
.phone .application .banner img{
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 10.8rem;
    height: 4rem;
    object-fit: contain;
}
.phone .application .banner .tit{
    position: absolute;
    top: 0.66rem;
    left: 0;
    width: 10.8rem;
    text-align: center;
    font-size: 0.4rem;
    color: #727171;
    font-family: "Gotham-Medium";
}
.phone .application .infos{
    margin-left: 0.64rem;
    margin-top: 0.55rem;
}
.phone .application .infos .info{
    width: 9.51rem;
    height: 6.02rem;
    margin-bottom: 0.49rem;
    background-color: #fff;
    position: relative;
}
.phone .application .infos .info img{
    position: absolute;
    top: 0;
    left: 0.5rem;
    width: 3.6rem;
    height: 5.5rem;
    object-fit: contain;
}
.phone .application .infos .info .tit{
    margin-top: 2rem;
    margin-left: 4.43rem;
    font-size: 0.35rem;
    color: #727171;
    font-family: "Gotham-Medium";
}
.phone .application .infos .info .btn{
    margin-top: 0.45rem;
    margin-left: 4.43rem;
    width: 3.59rem;
    height: 0.5rem;
    background: url("../images/phone/application/btn.png") no-repeat;
    background-size: 3.59rem 0.5rem;
}