.banner{ height: 528px; background: url(../image-alipay/banner.png) center center no-repeat;}
/*什么是支付宝小程序*/
.whyIs,.payScene,.whyChose,.longStep{padding: 100px 0;}
.whyIs .fla{margin-right: 160px;}
.whyIs .info{padding: 30px 0;}
.whyIs h2,.payScene h2,.whyChose .info h2,.longStep h2,.Template h2{font-size: 46px; font-weight: normal; letter-spacing: 2px;}
.whyIs h2{margin-bottom: 20px;}
.whyIs p{font-size: 18px;color: #777;line-height: 1.8;}

/*支付宝小程序的应用场景*/
.payScene{background: #f0f9ff;}
.payScene .paySceneBox{height: 656px;}
.payScene ul{margin-top: 160px;}
.payScene ul.list1{padding-left: 50px;}
.payScene ul.list2{padding-left: 228px;margin:-40px -160px 0 0;}
.payScene li{width: 200px;height: 200px;background: #fff;float:left;border-radius: 5px;-webkit-transform: rotate(45deg);transform: rotate(45deg);position: relative;margin-right: 160px;}
.payScene li .info{-webkit-transform: translate(-50%,-50%) rotate(-45deg);transform: translate(-50%,-50%) rotate(-45deg);font-size: 26px;color: #2595ef; text-align: center; position: absolute; left: 50%; top: 50%; white-space: nowrap;}
.payScene li img{display: block; margin: 0 auto 15px;}

/*为什么选择夺冠魔方*/
.whyChose .info{padding: 64px 0;}
.whyChose .info p{font-size: 30px;margin: 50px 0;}
.whyChose .info i{font-style: inherit;color: #108ee9; font-weight: bold;}
.whyChose .info span{font-size: 25px;}

/*只需3步，轻松上线支付宝小程序*/
.longStep{background: #f0f9ff;}
.longStep .longStepMin{margin-top: 120px;position: relative;}
.longStep .longStepMin:before{content: '';display: block;width: 980px;height:3px;background: #2e9ced;position: absolute;bottom: 30px;left: 0;right:0;z-index: 1;margin: 0 auto;}
.longStep li{float: left;width: 33.3%;}
.longStep li img{display: block;margin: 0 auto 30px;}
.longStep li p{border:3px solid #2e9ced;padding: 15px 30px;border-radius: 70px;display: inline-block;font-size: 18px;background: #f0f9ff;position: relative;z-index: 2; background: #fff;}

/*海量精美模板，自由选择*/
.Template{padding: 100px 0 60px;}
.Template ul{margin:100px -250px 0 0;}
.Template li{float: left;margin:0 250px 50px 0;}
.Template li img{display: block;margin-bottom: 40px;}
.Template li span{position: relative;padding-top: 10px;font-size: 20px;}
.Template li span:before{content: '';display: block;width: 100%;height: 1px;background: #bfbfbf;position: absolute;top: 0;left: 0;}
.Template li span:after{content: '';display: block;border:6px solid;border-color: transparent  transparent #e5e5e5 transparent ;left: -24px;z-index: 1;position: absolute;top: -12px;left: 34px;}

.conBtn a {
    width: 500px;
    height: 90px;
    line-height: 90px;
    background: #108ee9;
    color: #fff;
    text-align: center;
    font-size: 30px;
    display: block;
    border-radius: 100px;
    margin: 20px auto 80px;
}