.massage_page{ height: 860px; background: #f6f6f6; position: relative;}
.massage_page .massage_box{ width: 900px; height: 528px; position: absolute; top: 120px; left: 50%; margin-left: -450px; background: #fff; border-radius: 20px; padding: 60px; text-align: center; box-sizing: border-box;}
.massage_page .massage_box h1{ font-size: 40px; color: #333; margin: 0;}
.massage_page .massage_box .btn_box{ display: inline-block;}
.btn_box .btn{ display: inline-block; margin: 0 10px; width: 150px; height: 48px; border-radius: 24px; text-align: center; border: 1px solid #4db4eb; }
.btn_box .btn a{color: #4db4eb; line-height: 48px; width: 100%; display: block; text-decoration: none;}
.btn_box .btn:first-child{ background: #4db4eb;}
.btn_box .btn:first-child a{ color: #fff;}