*{margin:0;padding: 0;border:0}
body {
    overflow-x: hidden;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    line-height: 1.5714285714285714;
    background: #ffffff;
    -webkit-transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.box{background: url(../image/bg.png) no-repeat;max-width: 480px;margin: 0 auto;background-size: 100% auto;padding: 85px 24px;}
.box .box2{border-radius: 12px;background: #FFFFFF;box-shadow: 0px 4px 15px 0px #00000026;position: relative;padding: 30px;}
.box .box2 .icon{position: absolute;top:-45px;text-align: center;width: calc(100% - 60px);}
.box .box2 .icon img{width: 180px;height: auto;}
.box .box2 .title{font-size: 18px;color: #000;font-weight:bold;text-align: center;margin: 70px 0 30px 0;}
.box .box2 .desc{font-size: 13px;color: #A2A2A2;text-align: center;margin: 0 0 30px 0;}
.box .box2 .link{}
.box .box2 .link a{display: inline-block;border-radius: 12px;background: linear-gradient(180deg, #FF8E3D 0%, #FFB400 100%);height: 47px;line-height: 47px;color: #fff;font-weight: bold;text-decoration: none;width: 100%;text-align: center;margin: 0 0 15px 0;}

.content{max-width: 480px;margin: 0 auto;}
.content .content2{}
.content .content2 img{width: 100%;height: auto;}