@charset "UTF-8";
/*text-overflow*/
/*box-sizing*/
/*border-radius*/
/*box-shaow*/
/*transition*/
/*opacity */
/*
 * gradient
 */
/*
 *  三角形
 *  @include caret(absolute,10px,1px,top,orange,#fff);
 *  $position   
 *  $direcion  方向
 *  $background-color 背景颜色
 */
/*
    font
*/
/*
    color
*/
/*normalize   for basic set up*/
body, div, article, aside, details, figcaption, figure, footer, header, hgroup, main, iframe, menu, nav, section, summary, nav, h1, h2, h3, h4, h5, h6, hr, a, p, img, span, ul, ol, li, dl, dt, dd, i {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

a {
  outline-style: none; }

a, a:visited, a:active, a:hover {
  text-decoration: none; }

b, strong {
  font-weight: bold; }

img {
  border: 0; }

ul, ol, li {
  list-style: none; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

i {
  font-style: normal; }

iframe {
  border: none; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
  text-shadow: none;
  -webkit-text-fill-color: initial; }

html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  font-size: 20px; }

body {
  font-size: 0.7rem;
  color: #333;
  background: #f2f2f2; }

.hide {
  display: none; }
  .hide.ng-scope {
    display: block; }
  .hide.ng-binding {
    display: block; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.absolute-center {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle; }

.inline-block {
  display: inline-block; }

.vertical-top {
  vertical-align: top; }

/*text-overflow*/
/*box-sizing*/
/*border-radius*/
/*box-shaow*/
/*transition*/
/*opacity */
/*
 * gradient
 */
/*
 *  三角形
 *  @include caret(absolute,10px,1px,top,orange,#fff);
 *  $position   
 *  $direcion  方向
 *  $background-color 背景颜色
 */
.pop-sec {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); }

.pop-con-box {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  box-shadow: 0 0 0.5rem #666;
  border-radius: 0.25rem; }
  .pop-con-box .pop-con-tit {
    line-height: 2rem;
    padding: 0 1rem;
    color: #fff;
    background: #16181c;
    border-radius: 5px 5px 0 0; }
    .pop-con-box .pop-con-tit em {
      font-style: normal; }
    .pop-con-box .pop-con-tit .iconfont {
      float: right;
      color: #ccc;
      cursor: pointer; }
      .pop-con-box .pop-con-tit .iconfont:hover {
        color: #fff; }
  .pop-con-box .pop-con {
    padding: 1rem;
    background: #fff;
    border-radius: 0 0 5px 5px; }

.resulttips-sec {
  z-index: 1002; }
  .resulttips-sec .pop-con-box {
    padding: 0.3rem 1rem;
    line-height: 1.5rem;
    color: #fff; }
    .resulttips-sec .pop-con-box.bg-dark {
      background: #16181c; }
    .resulttips-sec .pop-con-box.bg-red {
      background: #c30d23; }
    .resulttips-sec .pop-con-box .iconfont {
      margin-right: 10px;
      font-size: 0.9rem; }

.resulttips-sec {
  z-index: 1002; }
  .resulttips-sec .pop-con-box {
    padding: 0.3rem 1rem;
    line-height: 1.5rem;
    color: #fff; }
    .resulttips-sec .pop-con-box.bg-dark {
      background: #16181c; }
    .resulttips-sec .pop-con-box.bg-red {
      background: #c30d23; }
    .resulttips-sec .pop-con-box .iconfont {
      margin-right: 10px;
      font-size: 0.9rem; }

.color-red {
  color: #ce3c3d; }

.ui-view-animate {
  position: relative;
  width: 100%;
  max-width: 37.5rem;
  margin: auto;
  margin-top: 2.5rem;
  min-height: 300px;
  background: url(/pip/wd/images/loading.gif) center 40% no-repeat;
  overflow: hidden;
  /* end 'enter' transition */ }
  .ui-view-animate.ng-enter {
    /* transition on enter for .5s */
    -webkit-transition: .2s;
            transition: .2s;
    /* start with opacity 0 (invisible) */
    opacity: 0; }
  .ui-view-animate.ng-enter-active {
    /* end with opacity 1 (fade in) */
    opacity: 1;
    background-image: none; }
  .ui-view-animate.pageload {
    background-image: none; }
  .ui-view-animate.fpcl {
    margin-top: 0; }

.top-nav-sec {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: none; }
  .top-nav-sec.tit-show {
    display: block; }
  .top-nav-sec.fixation {
    position: fixed;
    top: 0;
    z-index: 10; }
  .top-nav-sec .top-nav-con {
    height: 2.5rem;
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #12539c; }
    .top-nav-sec .top-nav-con a {
      height: 2.5rem;
      line-height: 2.5rem;
      text-align: center; }
    .top-nav-sec .top-nav-con .pre-page, .top-nav-sec .top-nav-con .home-page {
      width: 2.5rem;
      display: table; }
      .top-nav-sec .top-nav-con .pre-page img, .top-nav-sec .top-nav-con .home-page img {
        width: 1.25rem;
        vertical-align: middle; }
    .top-nav-sec .top-nav-con .title {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 18px;
      color: #fff; }

.frm-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 0.25rem 1rem;
  margin-top: 0.5rem;
  border-top: 0.05rem solid #e6e6e6;
  border-bottom: 0.05rem solid #e6e6e6;
  background: #fff;
  zoom: 1; }
  .frm-group:before, .frm-group:after {
    content: " ";
    display: block; }
  .frm-group:after {
    clear: both; }
  .frm-group.error {
    border-color: #ce3c3d; }
  .frm-group .frm-label {
    color: #333;
    font-size: 0.8rem;
    line-height: 2rem;
    text-align: right;
    white-space: nowrap; }
  .frm-group .input-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
    width: 60%;
    height: 2rem;
    margin-left: 0.5rem;
    line-height: 2rem;
    font-size: 0.8rem;
    border: none;
    outline: none; }
    .frm-group .input-text.code-input {
      width: 40%; }
    .frm-group .input-text.code-btn {
      display: block;
      float: right;
      height: 2rem;
      width: 5rem;
      padding: 0 0.25rem;
      color: #fff;
      text-align: center;
      line-height: 2rem;
      font-size: 0.8rem;
      background: #ce3c3d;
      border-radius: 0.25rem; }
    .frm-group .input-text:focus {
      box-shadow: none;
      border-color: #c30d23; }
    .frm-group .input-text.error {
      border-color: #c30d23; }
    .frm-group .input-text.readonly {
      color: #333;
      opacity: 1;
      border: none;
      background: #fff; }
    .frm-group .input-text[disabled] {
      background: #fff; }
  .frm-group .input-btn {
    display: block;
    float: right;
    padding: 0 0.25rem;
    width: 6rem;
    height: 2rem;
    color: #fff;
    text-align: center;
    line-height: 2rem;
    font-size: 0.8rem;
    background: #12539c;
    border-radius: 0.25rem; }
    .frm-group .input-btn.has-send-code, .frm-group .input-btn.disabled {
      color: #333;
      background: #fdfbfb;
      border: 1px solid #e6e6e6; }
  .frm-group .frm-select {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: -2px;
    font-size: 16px;
    background: none;
    border: none; }
  .frm-group .checkbox-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .frm-group .checkbox-div label {
      margin-right: 10px; }
    .frm-group .checkbox-div input {
      vertical-align: -1px; }

.frm-tips {
  text-align: center;
  padding-top: 0.5rem; }
  .frm-tips .color-blue {
    color: #12539c; }

.frm-else-link {
  margin-top: .5rem;
  padding-left: 2rem;
  text-align: center; }
  .frm-else-link a {
    color: #999;
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem; }
    .frm-else-link a:after {
      content: "|";
      color: #ccc;
      margin-left: 1rem; }
    .frm-else-link a:last-child:after {
      content: ""; }

.frm-btn-group {
  margin-top: 0.5rem;
  padding: 0 1rem; }
  .frm-btn-group .input-btn {
    display: block;
    padding: 0.6rem 0px;
    font-size: 0.8rem;
    text-align: center;
    color: #fff;
    background: #12539c;
    border-radius: 0.4rem;
    margin-bottom: 0.5rem; }

.frm-error-message {
  margin-top: 0.5rem;
  text-align: center;
  color: #c30d23; }

.frm-group-agreexy {
  margin-top: 0.5rem;
  width: 100%;
  text-align: center; }
  .frm-group-agreexy input {
    margin-right: 0.15rem;
    vertical-align: -4px; }
  .frm-group-agreexy a {
    color: #c30d23;
    text-decoration: underline; }

.join-sec .frm-header {
  position: relative;
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0; }
  .join-sec .frm-header .default-header {
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 50%; }
  .join-sec .frm-header .camera {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1rem; }
.join-sec .checkbox-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.8rem;
  text-align: left; }
  .join-sec .checkbox-div label {
    margin-right: .75rem;
    vertical-align: middle; }
  .join-sec .checkbox-div input[type="radio"] {
    margin-top: -2px;
    width: .75rem;
    height: .75rem;
    vertical-align: middle; }
.join-sec .frm-select {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.5rem;
  height: 2rem;
  line-height: 2rem;
  border: 1px solid #f2f2f2; }
.join-sec .input-laydate {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .join-sec .input-laydate input {
    width: 100%; }

.pop-sec {
  position: fixed; }

.pop-con-box.xy-box {
  top: 5%;
  width: 90%;
  height: 90%;
  background: #fff;
  border-radius: 0.25rem;
  overflow: hidden; }
  .pop-con-box.xy-box .tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.25rem 0;
    text-align: center;
    border-bottom: 0.05rem solid #e6e6e6;
    background: #fff; }
    .pop-con-box.xy-box .tit b {
      font-size: 1.1rem;
      color: #967120; }
    .pop-con-box.xy-box .tit span {
      font-size: 16px; }
  .pop-con-box.xy-box .con {
    padding: 4rem 1rem 3rem;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll; }
    .pop-con-box.xy-box .con .color-red {
      color: #c30d23; }
    .pop-con-box.xy-box .con p {
      text-indent: 2em;
      line-height: 1.2rem;
      margin-bottom: 0.2rem; }
    .pop-con-box.xy-box .con .t0 {
      font-size: 0.8rem; }
    .pop-con-box.xy-box .con .c2 {
      text-indent: 4em; }
  .pop-con-box.xy-box .frm-btn-group {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 6px 0;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    background: #fff; }
    .pop-con-box.xy-box .frm-btn-group .input-btn {
      margin: 0;
      display: inline-block;
      width: 200px;
      text-align: center;
      color: #fff;
      background: #12539c; }

.join-mess {
  padding-bottom: 20px; }
  .join-mess .frm-header {
    text-align: center; }
    .join-mess .frm-header img {
      margin-top: 10px;
      width: 25%;
      border-radius: 50%; }
  .join-mess .chooseBtn {
    margin-bottom: 5px;
    background: #fff;
    font-size: 0.8rem;
    zoom: 1; }
    .join-mess .chooseBtn:before, .join-mess .chooseBtn:after {
      content: " ";
      display: block; }
    .join-mess .chooseBtn:after {
      clear: both; }
    .join-mess .chooseBtn .personInfo, .join-mess .chooseBtn .viewScore {
      float: left;
      width: 49.5%;
      height: 2.25rem;
      text-align: center;
      font-size: 0.9rem;
      line-height: 2.25rem;
      zoom: 1; }
      .join-mess .chooseBtn .personInfo:before, .join-mess .chooseBtn .personInfo:after, .join-mess .chooseBtn .viewScore:before, .join-mess .chooseBtn .viewScore:after {
        content: " ";
        display: block; }
      .join-mess .chooseBtn .personInfo:after, .join-mess .chooseBtn .viewScore:after {
        clear: both; }
    .join-mess .chooseBtn .personInfo {
      border-right: 1px solid #ececec; }
    .join-mess .chooseBtn .chosActive {
      border-bottom: 2px solid #12539c; }
  .join-mess .info-container {
    margin-top: 0.5rem; }
    .join-mess .info-container .top-info, .join-mess .info-container .bottom-info, .join-mess .info-container .score-container {
      background: #fff; }
    .join-mess .info-container .bottom-info {
      margin-top: 0.5rem; }
    .join-mess .info-container .info-group {
      display: block;
      margin: 0 auto;
      padding: 0.25rem 0;
      width: 94%;
      height: 2rem;
      border-bottom: 1px solid #ececec;
      font-size: 0.8rem;
      line-height: 2rem;
      color: #666; }
      .join-mess .info-container .info-group .frm-label {
        display: inline-block;
        text-align: left;
        vertical-align: top; }
      .join-mess .info-container .info-group .get-info {
        padding-left: 5%;
        color: #333; }
      .join-mess .info-container .info-group .checkbox-div {
        float: right;
        width: 75%; }
        .join-mess .info-container .info-group .checkbox-div label {
          margin-right: .75rem;
          vertical-align: middle; }
        .join-mess .info-container .info-group .checkbox-div input[type="radio"] {
          margin-top: -2px;
          width: .75rem;
          height: .75rem;
          vertical-align: middle; }
      .join-mess .info-container .info-group .frm-select {
        float: right;
        width: 75%;
        height: 2rem;
        font-size: 0.8rem;
        line-height: 2rem;
        color: #333;
        background: #fff;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none; }
    .join-mess .info-container .account-info {
      background: #fff;
      padding: 1rem 0; }
      .join-mess .info-container .account-info .inner-info {
        width: 94%;
        margin: 0 auto;
        border: 2px solid #12539c;
        line-height: 2rem;
        border-radius: 5px;
        -ms-box-shadow: 0 5px 0 #cdcdcd;
        -o-box-shadow: 0 5px 0 #cdcdcd;
        box-shadow: 0 5px 0 #cdcdcd; }
        .join-mess .info-container .account-info .inner-info .accountLabel {
          width: 90%;
          margin: 0 auto;
          border-bottom: 1px solid #cdcdcd;
          font-size: 0.8rem;
          color: #333; }
          .join-mess .info-container .account-info .inner-info .accountLabel span:nth-of-type(1) {
            display: inline-block;
            min-width: 40%;
            text-align: justify;
            -moz-text-align-last: justify;
                 text-align-last: justify; }
          .join-mess .info-container .account-info .inner-info .accountLabel:last-child {
            border: none; }
    .join-mess .info-container .result-score {
      height: 2.25rem;
      line-height: 2.25rem;
      background: #f5f5f5;
      font-size: 0.8rem; }
      .join-mess .info-container .result-score span:nth-of-type(1) {
        margin-left: 3%;
        padding-left: 2%;
        font-weight: bold;
        border-left: 3px solid #12539c; }
      .join-mess .info-container .result-score span:nth-of-type(2) {
        float: right;
        margin-right: 6%; }
    .join-mess .info-container .score-area {
      background: #fff; }
      .join-mess .info-container .score-area .score-title {
        margin-top: 0.5rem;
        height: 2.25rem;
        line-height: 2.25rem;
        font-size: 0.8rem;
        font-weight: bold;
        background: #f5f5f5; }
        .join-mess .info-container .score-area .score-title span {
          margin-left: 3%;
          padding-left: 2%;
          border-left: 3px solid #12539c; }
      .join-mess .info-container .score-area .theory-type {
        background: #fff; }
        .join-mess .info-container .score-area .theory-type .course-type {
          margin: 0 auto;
          width: 90%;
          height: 2.25rem;
          line-height: 2.25rem;
          font-size: 0.75rem;
          border-bottom: 1px solid #ececec; }
          .join-mess .info-container .score-area .theory-type .course-type span:nth-of-type(2) {
            float: right; }

.member-intro-sec {
  margin-top: 7px;
  padding: 7px 20px 7px 120px;
  background: #fff;
  border: 1px solid #e6e6e6;
  zoom: 1; }
  .member-intro-sec:before, .member-intro-sec:after {
    content: " ";
    display: block; }
  .member-intro-sec:after {
    clear: both; }
  .member-intro-sec .member-img, .member-intro-sec .member-img img {
    height: 4.25rem;
    width: 4.25rem; }
  .member-intro-sec .member-img {
    display: block;
    float: left;
    margin-left: -100px; }
  .member-intro-sec .member-name {
    display: table-cell;
    height: 3.7rem;
    vertical-align: middle;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold; }
  .member-intro-sec .member-jname {
    line-height: 1.8rem;
    font-size: 18px;
    font-weight: bold; }
  .member-intro-sec .member-jinfo {
    margin-top: 0.25rem;
    font-size: 0.7rem; }
    .member-intro-sec .member-jinfo span {
      margin-right: 0.5rem; }
    .member-intro-sec .member-jinfo em {
      font-style: normal; }
  .member-intro-sec .color-blue {
    color: #0e6eb8; }

.list-menu-sec {
  margin-top: 7px;
  width: 100%; }
  .list-menu-sec .menu-a {
    display: block;
    margin-top: -1px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
    .list-menu-sec .menu-a i {
      margin-right: 10px; }
    .list-menu-sec .menu-a img {
      width: 26px;
      height: 26px;
      vertical-align: -6px; }
    .list-menu-sec .menu-a.topdistance {
      margin-top: 7px; }

.autologin-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }
  .autologin-box .con {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    border: 1px solid #e6e6e6;
    border-radius: 5px; }
  .autologin-box .tit {
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    border-bottom: 1px solid #e6e6e6;
    background: #12539c;
    border-radius: 5px 5px 0 0; }
  .autologin-box .userlist-box {
    max-height: 15rem;
    overflow: hidden;
    overflow-y: scroll; }
  .autologin-box .userlist-box-item {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e6e6e6;
    zoom: 1;
    cursor: pointer; }
    .autologin-box .userlist-box-item:before, .autologin-box .userlist-box-item:after {
      content: " ";
      display: block; }
    .autologin-box .userlist-box-item:after {
      clear: both; }
    .autologin-box .userlist-box-item:hover {
      background: #f5f5f5; }
    .autologin-box .userlist-box-item img {
      float: left;
      display: block;
      margin-right: 0.5rem;
      width: 3rem;
      height: 3rem; }
    .autologin-box .userlist-box-item span {
      float: left;
      display: block;
      line-height: 2.5rem;
      font-size: 0.9rem;
      width: 8rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .autologin-box .elselogin {
    padding: 0.75rem;
    text-align: center; }
    .autologin-box .elselogin a {
      color: #999;
      text-decoration: underline; }
      .autologin-box .elselogin a:hover {
        color: #c30d23; }

.hf-sec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/pip/czce/images/m2018/mobile-bg-top.jpg) center top no-repeat, url(/pip/czce/images/m2018/mobile-bg-bottom.png) center bottom no-repeat;
  background-size: 100% auto;
  background-color: #fff; }
  .hf-sec .menu-wrap {
    position: absolute;
    top: 41%;
    left: 0;
    width: 100%;
    font-size: 0;
    text-align: center; }
    .hf-sec .menu-wrap a {
      display: inline-block;
      margin-bottom: 1rem;
      width: 45%;
      font-size: 0.8rem;
      color: #444; }
      .hf-sec .menu-wrap a img {
        width: 38%; }
      .hf-sec .menu-wrap a span {
        display: block; }

.rules-sec {
  padding: 1rem; }
  .rules-sec .rules-tit {
    padding: 0.5rem 1.3rem;
    font-size: 1.1rem;
    text-align: center; }
    .rules-sec .rules-tit em {
      font-style: normal; }
  .rules-sec .t1 {
    margin: 1rem 0 0.5rem;
    font-size: 0.9rem;
    font-weight: bold; }
  .rules-sec .t2, .rules-sec .t3 {
    font-size: 0.8rem;
    line-height: 1.4rem;
    text-indent: 1.6rem; }
  .rules-sec .t-img img {
    width: 100%; }

.search-sec {
  position: fixed;
  top: 2.5rem;
  left: 0;
  width: 100%;
  padding: 0.5rem;
  background: #f2f2f2;
  z-index: 1; }
  .search-sec input {
    display: block;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 0.3rem;
    font-size: 0.7rem;
    outline: none; }

.data-sec .list-sec {
  position: relative;
  width: 100%; }
  .data-sec .list-sec .list-title {
    position: fixed;
    top: 4.75rem;
    width: 100%;
    padding: 0.5rem;
    background-color: #f2f2f2;
    z-index: 10; }
    .data-sec .list-sec .list-title.fixation {
      position: fixed;
      top: 6.65rem;
      left: 0;
      z-index: 10; }
    .data-sec .list-sec .list-title ul {
      height: 1.5rem;
      line-height: 1.5rem;
      border: 1px solid #12539c;
      border-radius: 0.3rem;
      background: white;
      zoom: 1; }
      .data-sec .list-sec .list-title ul:before, .data-sec .list-sec .list-title ul:after {
        content: " ";
        display: block; }
      .data-sec .list-sec .list-title ul:after {
        clear: both; }
    .data-sec .list-sec .list-title li {
      display: block;
      float: left;
      width: 20%;
      text-align: center;
      color: #12539c; }
      .data-sec .list-sec .list-title li.active {
        background: #12539c;
        color: white; }
    .data-sec .list-sec .list-title .col {
      width: 9%; }
    .data-sec .list-sec .list-title .col2 {
      width: 17%; }
    .data-sec .list-sec .list-title .col3 {
      width: 17%; }
    .data-sec .list-sec .list-title .col4 {
      width: 17%; }
    .data-sec .list-sec .list-title .col5 {
      width: 23%; }
  .data-sec .list-sec .rank-table {
    margin-top: 4.75rem; }
  .data-sec .list-sec .list-tbody {
    background: white;
    font-size: 0;
    padding: 0 0.5rem;
    margin-bottom: 0.5rem; }
    .data-sec .list-sec .list-tbody.no-data {
      min-height: 1.75rem; }
      .data-sec .list-sec .list-tbody.no-data li {
        width: 100%;
        height: auto; }
    .data-sec .list-sec .list-tbody.load li {
      width: 100%;
      background: url("/pip/public/images/load-03.gif") no-repeat center center; }
    .data-sec .list-sec .list-tbody li {
      position: relative;
      width: 20%;
      padding: 1rem 0;
      display: inline-block;
      font-size: 0.7rem;
      text-align: center;
      vertical-align: middle;
      white-space: nowrap; }
    .data-sec .list-sec .list-tbody .col {
      width: 9%; }
    .data-sec .list-sec .list-tbody .col2 {
      width: 17%;
      word-break: break-all;
      white-space: normal; }
    .data-sec .list-sec .list-tbody .col3 {
      width: 15%;
      white-space: normal; }
    .data-sec .list-sec .list-tbody .col4 {
      width: 17%;
      white-space: normal; }
    .data-sec .list-sec .list-tbody .col5 {
      width: 25%;
      white-space: normal;
      word-break: break-all; }
    .data-sec .list-sec .list-tbody .header-img {
      width: 1.8rem;
      height: 1.8rem;
      border-radius: 50%;
      margin-top: 0.2rem; }
    .data-sec .list-sec .list-tbody .bg-pm {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -1.5rem;
      min-width: 1rem;
      height: 1rem;
      border-radius: 0.1rem;
      overflow: hidden;
      background: url(../../images/p2017/mobile/bg-pm.png) no-repeat;
      background-size: 100% 100%; }
      .data-sec .list-sec .list-tbody .bg-pm p {
        width: 100%;
        height: 100%;
        line-height: 150%;
        text-align: center;
        color: white;
        font-size: 0.6rem;
        padding: 0 0.1rem; }
    .data-sec .list-sec .list-tbody .pname {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1rem;
      line-height: 1rem;
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .data-sec .list-sec .no-more-data {
    text-align: center; }

.register-success {
  margin-top: 1rem;
  padding: 0 1rem; }
  .register-success .register-success-title {
    padding: 1rem 0 0.5rem;
    text-align: center; }
    .register-success .register-success-title img {
      vertical-align: middle; }
  .register-success .register-success-tips {
    font-size: 0.8rem;
    line-height: 1.25rem;
    text-indent: 1.4rem; }
  .register-success .register-success-waring {
    margin-top: 0.5rem;
    font-size: 0.7rem;
    color: #666; }
    .register-success .register-success-waring > div {
      padding-left: 1rem;
      line-height: 1rem; }

.province-sec .pop-con-box {
  top: 20%;
  width: 90%;
  height: 60%; }
  .province-sec .pop-con-box .pop-con {
    height: calc(100% - 40px);
    padding: 0 1rem; }
  .province-sec .pop-con-box .province-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.5rem 0; }
    .province-sec .pop-con-box .province-div .frm-select {
      padding-left: 0.5rem;
      width: 38%;
      height: 35px;
      border: 1px solid #e6e6e6; }
    .province-sec .pop-con-box .province-div .input-text {
      padding: 0.45rem 0.5rem;
      width: 60%;
      border: 1px solid #e6e6e6;
      outline: none;
      box-sizing: border-box; }
  .province-sec .pop-con-box .profession-div {
    height: calc(100% - 100px);
    font-size: 0;
    overflow-y: scroll; }
    .province-sec .pop-con-box .profession-div span {
      display: inline-block;
      margin-right: 0.25rem;
      margin-bottom: 0.5rem;
      width: calc(50% - 0.25rem);
      font-size: 14px;
      background: #f6f6f6;
      border: 1px solid #f6f6f6;
      vertical-align: middle; }
      .province-sec .pop-con-box .profession-div span:nth-child(2n+2) {
        margin-right: 0.25rem; }
      .province-sec .pop-con-box .profession-div span.active {
        color: #12539c;
        border-color: #12539c; }
  .province-sec .pop-con-box .custom .frm-group {
    padding: 0.25rem 0.5rem;
    border: none; }
  .province-sec .pop-con-box .custom .frm-label {
    font-size: 0.7rem; }
  .province-sec .pop-con-box .custom .input-text {
    margin: 0;
    padding-left: 0.5rem;
    border: 1px solid #e6e6e6; }
  .province-sec .pop-con-box .custom .frm-error-message {
    margin-top: 0; }
  .province-sec .pop-con-box .btn-box {
    margin-top: 0.25rem;
    text-align: center; }
    .province-sec .pop-con-box .btn-box .btn {
      display: inline-block;
      margin-left: 10px;
      padding: 6px 15px;
      color: white;
      border-radius: 5px;
      cursor: pointer; }
      .province-sec .pop-con-box .btn-box .btn.bg-red {
        background: #ce3c3d; }
      .province-sec .pop-con-box .btn-box .btn.bg-gray {
        background: #202434; }

.resulttips-sec .pop-con-box {
  top: 30%; }

.down-sec {
  width: 100%;
  height: 100%; }
  .down-sec #wrap {
    margin-top: 30%;
    text-align: center; }
  .down-sec #name {
    margin-top: 0.5rem;
    font-size: 16px; }
  .down-sec #logo {
    width: 3rem;
    height: 4rem;
    margin: 0 auto;
    background-position: center;
    background-image: url("http://www.epolestar.cn/images/logo.png");
    background-size: cover; }
  .down-sec #text {
    margin: 0 auto;
    margin-top: 1rem;
    width: 80%;
    line-height: 1;
    font-size: 16px;
    color: #616161;
    text-align: center; }
  .down-sec #down {
    margin: 0 auto;
    margin-top: 2rem;
    width: 60%;
    background-color: #AF1e2b;
    text-align: center; }
    .down-sec #down a {
      display: block;
      height: 1.75rem;
      line-height: 1.75rem;
      text-decoration: none;
      color: #fff; }
  .down-sec #cover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.6);
    text-align: center; }
    .down-sec #cover img {
      width: 60%; }

.uploading {
  position: fixed;
  top: 2.5rem;
  left: 0;
  z-index: 5;
  width: 100%;
  height: calc(100% - 2.5rem); }
  .uploading .content {
    position: absolute;
    top: 30%;
    left: 50%;
    font-size: 0.8rem;
    padding: 1rem 1.5rem;
    color: #fff;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px; }
