@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  /*关闭纵向 (Portrate mode) 和橫向 (Landscape mode) 模式自动调整字体大小的功能*/
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  background: #fff; }

a {
  font-size: 14px; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  color: inherit; }

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
  /*将元素呈现为按钮*/ }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

input[type='search'] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c2c2c2; }

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c2c2c2; }

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c2c2c2; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c2c2c2; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td, th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-track-piece {
  background-color: #eee;
  margin: 0px;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  background: #aaa;
  min-height: 150px;
  min-width: 150px;
  border-radius: 10px; }

::-webkit-scrollbar-thumb:vertical:hover {
  background: #555555; }

::-webkit-scrollbar-thumb:horizontal:hover {
  background: #555555; }

body {
  font-size: 16px;
  color: #000;
  font-family: Microsoft YaHei,ARIALB,sans-serif; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?uuidyb");
  src: url("fonts/icomoon.eot?uuidyb#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?uuidyb") format("truetype"), url("fonts/icomoon.woff?uuidyb") format("woff"), url("fonts/icomoon.svg?uuidyb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-emoji-happy:before {
  content: "\e914"; }

.icon-emoji-sad:before {
  content: "\e915"; }

.icon-help-with-circle2:before {
  content: "\e916"; }

.icon-share-square-o:before {
  content: "\f045"; }

.icon-chevron-down:before {
  content: "\e904"; }

.icon-chevron-right:before {
  content: "\e903"; }

.icon-chevron-small-left:before {
  content: "\e90f"; }

.icon-dot-single:before {
  content: "\e901"; }

.icon-dots-two-horizontal:before {
  content: "\e90d"; }

.icon-bell:before {
  content: "\e908"; }

.icon-calendar:before {
  content: "\e909"; }

.icon-clock:before {
  content: "\e902"; }

.icon-colours:before {
  content: "\e913"; }

.icon-graduation-cap:before {
  content: "\e90a"; }

.icon-help-with-circle:before {
  content: "\e90e"; }

.icon-location:before {
  content: "\e905"; }

.icon-minus:before {
  content: "\e90b"; }

.icon-plus:before {
  content: "\e90c"; }

.icon-unread:before {
  content: "\e912"; }

.icon-user:before {
  content: "\e906"; }

.icon-users:before {
  content: "\e907"; }

.icon-search:before {
  content: "\e900"; }

.icon-board:before {
  content: "\e910"; }

.icon-locked:before {
  content: "\e911"; }

.icon-cross:before {
  content: "\ea0f"; }

.icon-drive:before {
  content: "\e963"; }

.icon-cross:before {
  content: "\e117"; }

.header {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 150px;
  background: #015e90;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 140px; }

.container {
  position: absolute;
  top: 150px;
  bottom: 150px;
  left: 0;
  right: 0;
  font-size: 0;
  padding: 0 12%;
  background: #f7f9ff; }
  .container .container-left {
    z-index: 10;
    width: 56%;
    height: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%; }
    .container .container-left img {
      max-width: 100%;
      height: 100%; }
  .container .container-right {
    z-index: 11;
    display: inline-block;
    width: 44%;
    height: 100%;
    font-size: 16px;
    vertical-align: top; }
    .container .container-right .plumb {
      display: table;
      margin: auto;
      height: 100%; }
    .container .container-right .centered {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .container .container-right .centered .users {
        display: block;
        font-weight: bold;
        margin-bottom: 25px;
        font-size: 26px;
        color: #0a86ca; }
      .container .container-right .centered .form {
        display: inline-block; }
        .container .container-right .centered .form .item {
          display: block;
          height: 44px;
          color: #333; }
          .container .container-right .centered .form .item .label {
            display: inline-block;
            width: 100px;
            padding-right: 15px;
            text-align: right;
            padding-top: 5px;
            font-size: 14px;
            color: #168bd8; }
          .container .container-right .centered .form .item input {
            display: inline-block;
            width: 220px;
            height: 34px;
            padding: 0 10px;
            margin: 0 auto;
            border-radius: 2px;
            border: 1px #b4daf1 solid;
            font-size: 14px; }
          .container .container-right .centered .form .item .width {
            width: 105px;
            vertical-align: top; }
          .container .container-right .centered .form .item img {
            width: 105px;
            margin-left: 10px;
            height: 34px;
            vertical-align: top; }
        .container .container-right .centered .form .btn {
          width: 100%;
          text-align: right;
          margin-top: 13px; }
          .container .container-right .centered .form .btn button {
            display: inline-block;
            height: 38px;
            width: 220px;
            margin-left: 10px;
            color: #fff;
            background: #168bd8;
            border: 0;
            border-radius: 2px; }
            .container .container-right .centered .form .btn button:hover {
              background-color: #015e90; }
      .container .container-right .centered .prompts {
        display: inline-block;
        text-align: left;
        color: #ff4d6a;
        margin-top: 15px;
        width: 88%; }

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: #015e90;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 42px; }
  .footer p {
    margin: 0;
    font-size: 14px; }

.top_location {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  height: 50px; }

.header_box {
  background-color: #015e90;
  width: 1024px;
  margin: 0 auto;
  font-size: 0;
  position: relative; }
  .header_box .icon {
    position: absolute;
    left: 0;
    width: 50px;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    color: #fff; }
  .header_box .tit {
    color: #fff;
    display: inline-block;
    line-height: 50px;
    width: 100%;
    padding-left: 30px;
    font-size: 18px; }
  .header_box .select-side-box {
    position: absolute;
    top: 0;
    right: 20px; }
    .header_box .select-side-box .select-side-box-item {
      display: inline-block;
      line-height: 50px;
      color: #fff;
      padding-right: 6px; }
      .header_box .select-side-box .select-side-box-item .select-side-box-item-icon, .header_box .select-side-box .select-side-box-item .select-side-box-item-text {
        display: inline-block;
        vertical-align: middle; }
      .header_box .select-side-box .select-side-box-item .select-side-box-item-icon {
        font-size: 18px;
        width: 30px;
        text-align: center; }
    .header_box .select-side-box .select-side-box-item:hover {
      background-color: rgba(255, 255, 255, 0.2); }
  .header_box .position_left {
    position: absolute;
    top: 0;
    left: 0; }
  .header_box .position_right {
    position: absolute;
    top: 0;
    right: 0; }

.contant {
  width: 1024px;
  margin: auto;
  margin-top: 50px;
  background: #bce6ff; }

.prompt {
  position: fixed;
  z-index: 10000;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-image: url(../images/bg.png);
  background-position: 100% 100%; }
  .prompt .message {
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -275px;
    width: 550px;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(0, 204, 204, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 204, 204, 0.5);
    box-shadow: 0 0 10px rgba(0, 204, 204, 0.5); }
    .prompt .message .message-title {
      width: 550px;
      height: 40px;
      line-height: 40px;
      background: #f38943;
      color: #fff;
      font-size: 18px; }
      .prompt .message .message-title .guanbi {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 10;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        cursor: pointer; }
        .prompt .message .message-title .guanbi:hover {
          font-size: 12px; }
    .prompt .message .message-content {
      width: 550px;
      background: #fff;
      color: #0a86ca;
      padding: 40px;
      font-size: 20px; }

/*重置密码*/
.reste-title {
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 40px;
  letter-spacing: 4px;
  background-color: #015e90;
  color: #fff; }

.reset-box {
  width: 1024px;
  margin: auto;
  padding: 100px 0;
  text-align: center;
  background-color: #fff; }
  .reset-box .item {
    display: block;
    height: 50px;
    width: 350px;
    margin: auto;
    position: relative;
    /*background-color: yellow;*/ }
    .reset-box .item label {
      display: inline-block;
      width: 64px;
      padding-right: 20px;
      text-align: right;
      font-size: 14px;
      color: #333; }
    .reset-box .item input {
      display: inline-block;
      width: 240px;
      height: 36px;
      margin: 0 auto;
      padding: 0 10px;
      border: 1px #dad8d8 solid; }
    .reset-box .item button {
      margin-top: 20px;
      margin-left: 20px;
      width: 130px;
      height: 36px;
      background: #999;
      border: 0;
      color: #fff; }
    .reset-box .item .action {
      background: #168bd8; }
    .reset-box .item .verification {
      width: 100px;
      display: inline-block;
      vertical-align: top;
      margin-right: 15px; }
    .reset-box .item img {
      width: 100px;
      height: 36px;
      margin-right: 25px;
      display: inline-block;
      vertical-align: top; }
    .reset-box .item .words {
      position: absolute;
      top: 0;
      left: 355px;
      display: inline-block;
      text-align: left;
      font-size: 14px;
      color: #f35543;
      height: 36px;
      width: 300px;
      line-height: 36px; }

.sister-border {
  width: 670px;
  margin: auto;
  border: 1px #015e90 solid;
  border-radius: 5px;
  height: 160px;
  margin-bottom: 30px; }
  .sister-border .item-items {
    padding-left: 0 !important;
    margin: 0 !important; }
    .sister-border .item-items input {
      width: 140px !important; }

/*艺体报名*/
body {
  background-color: #f5f5f5; }

.artbox {
  width: 1024px;
  padding: 50px 30px;
  margin: auto;
  border-left: 1px #eff2f3 solid;
  border-right: 1px #eff2f3 solid;
  background-color: #fff; }
  .artbox .remind {
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 13px;
    color: #ff4d6a; }
  .artbox .container-info .data .data-top {
    border-bottom: 1px #eaeaea solid; }
    .artbox .container-info .data .data-top .title {
      display: inline-block;
      padding: 0 10px;
      line-height: 30px;
      border-bottom: 1px #168bd8 solid;
      font-size: 18px;
      color: #168bd8; }
  .artbox .container-info .data .basicbox {
    padding: 32px 0; }
    .artbox .container-info .data .basicbox .item {
      position: relative;
      padding: 6px 0; }
      .artbox .container-info .data .basicbox .item .froms {
        position: relative;
        width: 400px;
        height: 40px;
        padding: 1px 10px;
        border: 1px #dad8d8 solid;
        border-radius: 2px;
        margin: auto; }
        .artbox .container-info .data .basicbox .item .froms input {
          width: 380px;
          height: 36px;
          border: none !important;
          font-size: 14px;
          color: #454545; }
        .artbox .container-info .data .basicbox .item .froms .tag {
          position: absolute;
          top: 0;
          left: -280px;
          width: 280px;
          height: 40px;
          line-height: 40px;
          padding-right: 12px;
          text-align: right; }
          .artbox .container-info .data .basicbox .item .froms .tag span {
            font-size: 14px;
            color: #666; }
            .artbox .container-info .data .basicbox .item .froms .tag span:nth-child(1) {
              color: #ff4d6a; }
        /*.artbox .container-info .data .basicbox .item .froms .error {*/
        /*  position: absolute;*/
        /*  top: 0;*/
        /*  right: -280px;*/
        /*  width: 280px;*/
        /*  height: 40px;*/
        /*  line-height: 40px;*/
        /*  padding-left: 12px;*/
        /*  text-align: left;*/
        /*  font-size: 13px;*/
        /*  color: #ff4d6a; }*/
        .artbox .container-info .data .basicbox .item .froms .sucess {
          position: absolute;
          top: 0;
          right: -280px;
          width: 280px;
          height: 40px;
          line-height: 40px;
          padding-left: 12px;
          text-align: left;
          font-size: 13px;
          color: #76c11e; }
      .artbox .container-info .data .basicbox .item .froms-add {
        border: 1px #168bd8 solid; }
      .artbox .container-info .data .basicbox .item .froms-error {
        border: 1px #ff4d6a solid; }
      .artbox .container-info .data .basicbox .item .bothfrom {
        margin-top: 12px; }
      .artbox .container-info .data .basicbox .item .special {
        border: #fff; }
      .artbox .container-info .data .basicbox .item .pick-one {
        position: absolute;
        top: 16px;
        left: 290px;
        font-size: 14px;
        color: #666; }
        .artbox .container-info .data .basicbox .item .pick-one input {
          margin-left: 20px;
          margin-right: 6px; }
      .artbox .container-info .data .basicbox .item .testkind {
        width: 467px;
        margin-left: 214px;
        padding: 0 10px;
        border: 1px #e3e3e3 solid;
        background-color: #f8f8f8; }
        .artbox .container-info .data .basicbox .item .testkind .kindof .skill {
          display: block;
          height: 40px;
          line-height: 40px;
          font-size: 16px;
          color: #999; }
        .artbox .container-info .data .basicbox .item .testkind .kindof .choose {
          margin-bottom: 10px;
          font-size: 14px;
          color: #666; }
          .artbox .container-info .data .basicbox .item .testkind .kindof .choose input {
            margin-left: 20px;
            margin-right: 6px; }
          .artbox .container-info .data .basicbox .item .testkind .kindof .choose .input_status {
            border: none;
            border-bottom: #999 solid 1px;
          }
          .artbox .container-info .data .basicbox .item .testkind .kindof .choose .box {
            display: inline-block;
            vertical-align: bottom;
            width: 140px;
            border-bottom: 1px #168bd8 solid; }
            .artbox .container-info .data .basicbox .item .testkind .kindof .choose .box input {
              width: 110px;
              border: none;
              color: #333;
              background-color: inherit; }
    .artbox .container-info .data .basicbox .bg-photo {
      width: 100%;
      margin: 6px 0; }
      .artbox .container-info .data .basicbox .bg-photo .photo {
        position: relative;
        width: 300px;
        margin: auto;
        text-align: center;
        border: 2px #e4e4e4 dashed;
        background-color: #f8f8f8; }
        .artbox .container-info .data .basicbox .bg-photo .photo .operate img {
          width: 116px;
          height: 161px; }
        .artbox .container-info .data .basicbox .bg-photo .photo .star {
          position: absolute;
          top: 0;
          left: -12px;
          height: 40px;
          line-height: 40px;
          color: #ff4d6a; }
        .artbox .container-info .data .basicbox .bg-photo .photo .sucess {
          position: absolute;
          top: 0;
          right: -280px;
          width: 280px;
          height: 40px;
          line-height: 40px;
          padding-left: 12px;
          text-align: left;
          font-size: 13px;
          color: #76c11e; }
        .artbox .container-info .data .basicbox .bg-photo .photo .error {
          position: absolute;
          top: 0;
          right: -280px;
          width: 280px;
          height: 40px;
          line-height: 40px;
          padding-left: 12px;
          text-align: left;
          font-size: 13px;
          color: #ff4d6a; }
      .artbox .container-info .data .basicbox .bg-photo .claim {
        width: 360px;
        margin: auto;
        padding-top: 10px;
        color: #bfc4ce;
        font-size: 14px; }
        .artbox .container-info .data .basicbox .bg-photo .claim .left {
          display: inline-block;
          vertical-align: top;
          width: 50px; }
        .artbox .container-info .data .basicbox .bg-photo .claim .right {
          display: inline-block;
          vertical-align: top;
          text-align: left;
          width: 300px; }

.ending {
  width: 962px;
  line-height: 30px;
  border-top: 1px #eaeaea solid;
  font-size: 14px;
  color: #ff4d6a; }

.footer-finish {
  width: 100%;
  padding: 50px 0 20px 0;
  text-align: center; }
  .footer-finish a {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 0 8px;
    text-align: center;
    border-radius: 2px;
    text-decoration: none; }
  .footer-finish .btn-reset {
    color: #168bd8;
    border: 1px #168bd8 solid;
    background-color: #fff; }
    .footer-finish .btn-reset:hover {
      color: #fff;
      background-color: #6ab5e6; }
    .footer-finish .btn-reset:active {
      color: #fff;
      background-color: #52a3d8;
      border: none; }
  .footer-finish .btn-refer {
    color: #fff;
    background-color: #168bd8; }
    .footer-finish .btn-refer:hover {
      background-color: #0a7fcc; }
    .footer-finish .btn-refer:active {
      background-color: #015e90; }

.printbox .point {
  width: 964px;
  padding: 20px;
  margin: 30px 0;
  border-radius: 6px;
  background-color: #ebfff8;
  text-align: center; }
  .printbox .point .successicon {
    display: inline-block;
    vertical-align: top;
    padding: 20px; }
    .printbox .point .successicon img {
      width: 74px;
      height: 74px; }
  .printbox .point .nextstep {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .printbox .point .nextstep h2 {
      color: #1eae90; }
    .printbox .point .nextstep h5 {
      color: #333; }
.printbox .tablebox {
  width: 660px;
  margin: auto;
  padding: 10px;
  background-color: #efefef; }
  .printbox .tablebox .table {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px 60px 20px 60px;
    background-image: url(../../img/pass.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #fff; }
    .printbox .tablebox .table h3 {
      margin: 0;
      font-size: 26px;
      color: #333;
      font-family: 华文中宋; }
    .printbox .tablebox .table h1 {
      margin: 0px 0 10px 0;
      font-size: 40px;
      color: #d50939; }
    .printbox .tablebox .table form table tr td {
      /*height: 58px;*/
      padding: 5px 10px;
      text-align: right;
      font-size: 18px;
      color: #333;
      font-family: 宋体;
      font-weight: bold; }
    .printbox .tablebox .table form table tr .centering {
      text-align: left;
      color: #666; }
    .printbox .tablebox .table form table tr .photo-my img {
      width: 120px;
      height: 135px; }
    .printbox .tablebox .table .matter {
      margin-top: 14px;
      text-align: left;
      font-size: 14px;
      color: #8f8f8f; }
      .printbox .tablebox .table .matter p {
        margin: 0;
        line-height: 24px;
        font-family: 华文中宋; }
      .printbox .tablebox .table .matter p:nth-child(1) {
        font-size: 16px; }

.reset-froms {
  width: 200px !important;
  margin-right: 200px !important; }
  .reset-froms input {
    width: 180px !important; }
  .reset-froms img {
    position: absolute;
    top: 0;
    right: -226px;
    width: 190px !important;
    height: 40px !important;
    border-radius: 2px;
    margin: auto; }
  .reset-froms .error {
    right: -480px !important; }

/*# sourceMappingURL=style.css.map */
