/*背景图*/
.banner{
    z-index: auto;
}
.banner,.banner .container{
    height: 660px;
}
.banner .banner_txt{
    height: auto;
    margin-bottom: 8%;
}
.banner_txt p .btn-white:last-child{
    margin-right: 0;
}
@media (max-width: 683px) {
    .banner,.banner .container{
        height: 760px;
    }
}
@media (max-width: 506px) {
    .banner,.banner .container{
        height: 860px;
    }
}

/*custom-i-d-s.html 页面*/
.banner_btn{
    text-align: center;
}
.banner_btn .btn-white{
    color: #1fdec0;
    border: none;
    background-color: #fff;
    /*padding: 16px;*/
    width: 330px;
    font-size: 16px;
    line-height: 58px;
    /*margin-top: 90px;*/
    box-shadow:  0 5px 10px 2px #20bea8;
    border-radius: 10px;
    font-weight: bold;


}
.banner_btn .btn-white1{
    background-image: url(../images/img/icon.png);
    background-repeat: no-repeat;
    background-position:17px -518px;
    padding-left: 70px;
    background-size:76%;
}
.banner_btn .btn-white2{
    background-image: url(../images/img/icon.png);
    background-repeat: no-repeat;
    background-position:17px -659px;
    padding-left: 70px;
    background-size:86%;
}
