.select_section {
  width: 100%;
  height: 860px;
  background-color: #f2f2f2;
  position: relative; }
  .select_section .main {
    width: 670px;
    height: 460px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 5px 10px rgba(47, 47, 47, 0.2); }
    .select_section .main .main_title {
      width: 100%;
      height: 120px;
      font-size: 18px;
      color: #313131;
      text-align: center;
      line-height: 120px; }
    .select_section .main .container_div {
      width: 580px;
      margin: 0 auto; }
      .select_section .main .container_div .select_div0 {
        width: 280px;
        height: 200px;
        border: 1px solid #F7982F;
        color: #F7982F;
        float: left;
        font-size: 28px;
        font-weight: 500;
        text-align: center;
        line-height: 200px;
        cursor: pointer; }
      .select_section .main .container_div .select_div0:hover {
        background-color: #F7982F;
        color: white; }
      .select_section .main .container_div .select_div {
        width: 280px;
        height: 200px;
        border: 1px solid #0F6FDD;
        color: #0F6FDD;
        float: left;
        font-size: 28px;
        font-weight: 500;
        text-align: center;
        line-height: 200px;
        cursor: pointer; }
      .select_section .main .container_div .select_div:hover {
        background-color: #0F6FDD;
        color: white; }
      .select_section .main .container_div .select_div:nth-of-type(2) {
        margin-left: 16px; }
    .select_section .main .return {
      width: auto;
      position: absolute;
      bottom: 50px;
      right: 50px;
      font-size: 16px;
      cursor: pointer;
      color: #0F6FDD; }

/*# sourceMappingURL=select_register.css.map */
