@charset "UTF-8";
#register {
  width: 100%;
  background: #f6f6f6;
  padding-top: 98px;
  padding-bottom: 64px; }
  #register .maxW {
    background: #ffffff;
    padding-top: 70px;
    padding-bottom: 100px;
    position: relative; }
    #register .maxW .title {
      margin-left: 300px;
      margin-bottom: 54px; }
    #register .maxW .rows {
      color: #5a5a5a;
      font-size: 18px;
      margin-bottom: 30px; }
      #register .maxW .rows .name {
        display: inline-block;
        width: 380px;
        text-align: right; }
      #register .maxW .rows .layer {
        display: inline-block;
        position: relative; }
        #register .maxW .rows .layer .searchInput {
          width: 506px;
          padding-left: 26px;
          border: 1px #eeeeee solid;
          background: #ffffff;
          height: 60px;
          line-height: 60px;
          font-size: 16px;
          color: #5a5a5a; }
          #register .maxW .rows .layer .searchInput::-webkit-input-placeholder {
            color: #cacaca;
            font-size: 16px; }
          #register .maxW .rows .layer .searchInput::-moz-placeholder {
            color: #cacaca;
            font-size: 16px; }
          #register .maxW .rows .layer .searchInput::-moz-placeholder {
            color: #cacaca;
            font-size: 16px; }
          #register .maxW .rows .layer .searchInput::-ms-input-placeholder {
            color: #cacaca;
            font-size: 16px; }
        #register .maxW .rows .layer .verificationCode {
          position: absolute;
          top: 1px;
          right: 16px;
          vertical-align: middle; }
          #register .maxW .rows .layer .verificationCode img {
            height: 58px;
            display: inline-block;
            vertical-align: middle; }
          #register .maxW .rows .layer .verificationCode .cut {
            display: inline-block;
            vertical-align: middle;
            border-left: 1px #a8a8a8 solid;
            padding: 0 0px 0 20px;
            font-size: 12px;
            color: #a8a8a8;
            cursor: pointer; }
        #register .maxW .rows .layer .code {
          position: absolute;
          width: 100px;
          height: 38px;
          line-height: 38px;
          font-size: 14px;
          top: 10px;
          color: #ffffff;
          background: #c2161e;
          text-align: center;
          right: 14px; }
    #register .maxW .consent {
      padding-top: 5px;
      padding-left: 304px;
      vertical-align: middle; }
      #register .maxW .consent .checkboxFive {
        vertical-align: middle;
        width: 25px;
        position: relative;
        display: inline-block;
        font-size: 14px;
        color: #5a5a5a; }
        #register .maxW .consent .checkboxFive label {
          width: 16px;
          height: 16px;
          cursor: pointer;
          position: absolute;
          top: 0px;
          left: 0px;
          border: 2px #c2161e solid; }
          #register .maxW .consent .checkboxFive label::after {
            opacity: 0;
            content: '';
            position: absolute;
            width: 10px;
            height: 5px;
            background: transparent;
            top: 2px;
            left: 1px;
            border: 2px solid #c2161e;
            border-right: none;
            border-top: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
          #register .maxW .consent .checkboxFive label:hover::after {
            opacity: 0.5; }
        #register .maxW .consent .checkboxFive input[type=checkbox]:checked + label:after {
          opacity: 1; }
      #register .maxW .consent .ok {
        vertical-align: middle;
        cursor: pointer; }
    #register .maxW .acc {
      padding-left: 304px; }
      #register .maxW .acc .button {
        margin-top: 70px;
        width: 346px;
        height: 54px;
        font-size: 24px;
        line-height: 54px;
        text-align: center;
        color: #ffffff;
        background: #c2161e; }
      #register .maxW .acc span {
        padding-left: 24px;
        font-size: 16px; }
        #register .maxW .acc span a {
          color: #c2161e;
          text-decoration: underline; }
    #register .maxW .alertBox {
      position: absolute;
      top: 160px;
      left: 110px;
      width: 965px;
      height: 690px;
      background-color: #fff;
      z-index: 999; }
      #register .maxW .alertBox .titles {
        height: 78px;
        line-height: 78px;
        width: 100%;
        background-color: #f1f1f1;
        color: #666;
        font-size: 26px;
        text-align: center;
        font-weight: bold;
        position: relative; }
        #register .maxW .alertBox .titles img {
          position: absolute;
          right: 30px;
          top: 25px;
          cursor: pointer; }
      #register .maxW .alertBox .centerBox {
        width: 100%;
        height: 625px;
        font-size: 16px;
        color: #7e7e7e;
        line-height: 32px;
        padding: 67px 84px 109px 90px; }
        #register .maxW .alertBox .centerBox .textBox {
          width: 700px; }
          #register .maxW .alertBox .centerBox .textBox .textScroll {
            width: 785px;
            height: 450px;
            overflow-y: scroll;
            color: #7e7e7e; }
            #register .maxW .alertBox .centerBox .textBox .textScroll .centerP {
              padding-right: 84px; }
          #register .maxW .alertBox .centerBox .textBox .textScroll::-webkit-scrollbar {
            /*滚动条整体样式*/
            width: 3px;
            /*高宽分别对应横竖滚动条的尺寸*/ }
          #register .maxW .alertBox .centerBox .textBox .textScroll::-webkit-scrollbar-thumb {
            /*滚动条里面小方块*/
            width: 3px;
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
            background: #c8161d;
            cursor: pointer; }
          #register .maxW .alertBox .centerBox .textBox .textScroll::-webkit-scrollbar-track {
            /*滚动条里面轨道*/
            width: 1px;
            -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
            border-radius: 0;
            background: #ececec; }

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