.containers{width:1200px;max-width:100%;margin:0 auto;padding-top:38px;padding-bottom:35px;}
.box{min-height:747px;background:#fff;border-radius:10px;text-align:center;padding: 0 15px;}
.box>img:first-child{margin-top:80px;margin-bottom:50px;max-width: 100%;height: auto;}
.box>img:nth-child(2){display:block;margin:0 auto;width:70px;height:70px;}
.box>div:nth-child(3){font-size:16px;color:#19aa8d;margin-top:20px;}
.box>div:nth-child(4){margin-top:10px;font-size:14px;}
.box>div:nth-child(4) span{color:#3366ff;}
.box>div:nth-child(5){margin-top:35px;}
.box>div:nth-child(5) span{display:inline-block;width:182px;height:48px;border-radius:10px;line-height:48px;}
.box>div:nth-child(5) span:first-child{color:#fff;background:#3366ff;margin-right:20px;}
.box>div:nth-child(5) span:first-child a{color:#fff;font-size:18px;display:block;}
.box>div:nth-child(5) span:last-child a{color:#3366ff;font-size:18px;display:block;}
.box>div:nth-child(5) span:last-child{border:1px solid #3366ff;}


@media only screen and (max-width: 480px){
    .box>img:first-child{margin-top:30px;margin-bottom:30px;}
}
