@charset "UTF-8";
@import url("base.css");

.recruit{ text-align: center;}
.recruit .pic{}
.recruit .pic img{ width: 100%;}

.recruit .recruit_foot{ background: #FFEDF9; padding: 20px 0 40px;}
.recruit .recruit_foot p{ width: 460px; height: 60px; line-height: 60px; margin: 0 auto;}
.recruit .recruit_foot p:nth-child(1){ margin-bottom: 12px;}

.recruit .recruit_foot p a{ display: block; color: #fff; text-align: center; border-radius: 10px; font-size: 24px;}
.recruit .recruit_foot p:nth-child(1) a{ background: #63C358;}
.recruit .recruit_foot p:nth-child(2) a{ background: #E76DCB;}
.recruit .recruit_foot p a i{ padding-right: 10px; font-size: 34px; position: relative; top: 4px;}
.recruit .recruit_foot p a:hover{ text-decoration: none; opacity: 0.7;}