﻿.box_m {
    width: 823px;
    height: 656px;
    background:#fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -328px 0 0 -411px;
  display:none;
	z-index:999;
	border-radius:10px;
}
.box_m .close{ width:42px; height:42px; background-color:#000; position:absolute; z-index:8; right:70px;top:60px; cursor:pointer; background-image:url(../images/ico-05_1.png); background-position:center; background-repeat:no-repeat; border-radius:50%;}
.box_m .close:hover{ opacity:0.7}
.box_m .txt{ width:600px; margin:0 auto; text-align:center; padding-top:30px;}
.box_m .txt h3{ color:#13c288; font-size:24px; margin-bottom:20px;}
.box_m .txt .c-a{ margin-bottom:30px;}
.box_m .txt .c-a a{ font-size:16px;color:#7b7b7b; }
.box_m .txt .c-a em{ padding:0 18px; color:#e5e5e5; font-style:normal !important}
.box_m .txt .btn a{ display:block; height:60px; line-height:60px; color:#fff; font-size:18px; background:#16c589; border-radius:10px;}
.box_m .txt .btn a:hover{ background:#06ae74}
