@charset "UTF-8";
/*
    font
*/
/*
    color
*/
/*
   top or bottom block space
 */
/*
 *  width
 */
/*text-overflow*/
/*box-sizing*/
/*border-radius*/
/*box-shaow*/
/*transition*/
/*opacity */
/*
 * gradient
 */
/*
 *  三角形
 *  @include caret(absolute,10px,1px,top,orange,#fff);
 *  $position   
 *  $direcion  方向
 *  $background-color 背景颜色
 */
/*normalize   for basic set up*/
body, div, article, aside, details, figcaption, figure, footer, header, hgroup, main, 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; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: bock; }

a {
  outline-style: none; }

a, a:visited, a:active, a:hover {
  text-decoration: none; }

b, strong {
  font-weight: bold; }

img {
  border: 0; }

ul, ol {
  list-style: none; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

i {
  font-style: normal; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

body {
  font-family: "微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 14px;
  background: #f9f9f9; }

.sec-box {
  background: #fff; }

.border-e6, .go-top, .cpys-table .a-table a.a-tbody, .cpys-table .a-table a.a-thead {
  border: 1px solid #e6e6e6; }

.gh-top, .sec-box {
  margin-top: 20px; }

.relative, .view-main-param .acount-info {
  position: relative; }

.absolute {
  position: absolute; }

.overflowhidden, .text-overflow, .box, .view-main-param {
  overflow: hidden; }

.block, .show-data-list li span, .tab-switch .con.show, .go-top .iconfont, .view-main-param .show-data-list li span.pro-tit, .view-main-param .show-data-list li span.pro-data, .show {
  display: block; }

.hide {
  display: none; }

.color-red {
  color: #c30d23; }

.color-blue {
  color: #0e6eb8; }

.color-green {
  color: #088205; }

.auto, .center-auto, .sec-box {
  margin-left: auto;
  margin-right: auto; }

.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap; }

.l, .show-data-list, .show-data-list li, .view-main-param .acount-info, .view-main-param .show-data-list, .view-main-param .show-data-list li span.pro-tit, .view-main-param .show-data-list li span.pro-data, .cpys-table .a-table.a-table-two {
  float: left; }

.r {
  float: right; }

.center-auto, .sec-box {
  width: 1200px; }

.boxshadow, .sec-box, .box, .view-main-param, .a-button {
  -o-box-shadow: 0 0 2px #eee;
  box-shadow: 0 0 2px #eee; }

.clear:after, .view-main-param .show-data-list li:after {
  content: "";
  display: table;
  clear: both; }

.pointer {
  cursor: pointer; }

.transition-nor {
  -webkit-transition: all linear 0.3s;
          transition: all linear 0.3s; }

.show-data-list li span {
  width: 100%;
  text-align: center; }
  .show-data-list li span.pro-tit {
    color: #999; }
  .show-data-list li span.pro-data em {
    font-style: normal; }
  .show-data-list li span.pro-data.color-blue {
    color: #0e6eb8; }
  .show-data-list li span.pro-data.color-red {
    color: #c30d23; }
.show-data-list li i {
  font-size: 12px; }

.tab-switch .con {
  display: none; }

.go-top {
  position: fixed;
  right: 20px;
  bottom: 100px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 4px #e6e6e6;
  cursor: pointer; }
  .go-top .iconfont {
    color: #ccc;
    padding: 8px 10px;
    font-size: 24px; }
    .go-top .iconfont:hover {
      color: #0e6eb8; }

.a-table a {
  width: 100%;
  display: block;
  text-align: center;
  overflow: hidden; }
  .a-table a span {
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 3px; }
.a-table .a-tbody-nodata span {
  width: 100%;
  background: #f9f9f9; }
.a-table .a-thead {
  border-bottom: 1px solid #e6e6e6; }
  .a-table .a-thead span {
    color: #666;
    font-weight: bold;
    position: relative;
    cursor: default; }
    .a-table .a-thead span .iconfont {
      position: absolute;
      color: #ccc;
      font-size: 14px;
      cursor: pointer;
      width: 14px;
      height: 14px;
      line-height: 14px;
      display: block; }
      .a-table .a-thead span .iconfont:hover {
        color: #c30d23; }
      .a-table .a-thead span .iconfont.active {
        color: #c30d23; }
      .a-table .a-thead span .iconfont.up {
        top: 16px; }
      .a-table .a-thead span .iconfont.down {
        top: 34px;
        left: calc(50% - 7px); }
    .a-table .a-thead span.color-red {
      color: #c30d23; }
    .a-table .a-thead span.color-blue {
      color: #0e6eb8; }
    .a-table .a-thead span.sp-click {
      cursor: pointer; }
      .a-table .a-thead span.sp-click:hover {
        color: #c30d23; }
        .a-table .a-thead span.sp-click:hover .iconfont {
          color: #c30d23; }
.a-table .a-tbody {
  border-bottom: 1px solid #e6e6e6; }
  .a-table .a-tbody:nth-child(odd) {
    background: #f9f9f9; }
  .a-table .a-tbody span {
    cursor: pointer;
    color: #444;
    position: relative; }
    .a-table .a-tbody span.color-red {
      color: #c30d23; }
    .a-table .a-tbody span.color-blue {
      color: #0e6eb8; }
    .a-table .a-tbody span.color-green {
      color: #088205; }
    .a-table .a-tbody span .iconfont {
      color: #ccc;
      font-size: 18px; }
      .a-table .a-tbody span .iconfont.color-red {
        color: #c30d23; }
    .a-table .a-tbody span.like .iconfont {
      font-size: 21px; }
  .a-table .a-tbody:hover {
    background: #f5f9fd; }
.a-table .color-red span {
  color: #c30d23; }
  .a-table .color-red span:hover {
    color: #a30c1e; }

.a-table-vertical a {
  display: block;
  float: left; }
  .a-table-vertical a span {
    cursor: pointer;
    display: block;
    width: 100%;
    border-bottom: 1px dashed #e6e6e6;
    color: #666;
    text-align: center; }
    .a-table-vertical a span.color-red {
      color: #c30d23; }
    .a-table-vertical a span.color-blue {
      color: #0e6eb8; }
    .a-table-vertical a span.color-green {
      color: #088205; }
.a-table-vertical .a-thead {
  background: #fff8ef; }
.a-table-vertical .a-tbody span:hover {
  background: #f5f5f5; }

/*form   for form element set up*/
form, fieldset, legend, input, textarea, select, button, label {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px; }

fieldset, input, textarea, select {
  -o-box-sizing: border-box;
  box-sizing: border-box; }

input, button, select, textarea, option {
  outline: none;
  border: medium none; }

textarea {
  resize: none; }

input[type="file"], input[type="submit"] {
  border-style: none; }

input, textarea {
  -webkit-transition: "border 0.2s linear 0s, box-shadow 0.2s linear 0s";
  transition: "border 0.2s linear 0s, box-shadow 0.2s linear 0s"; }

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  -o-box-shadow: 0 0 3px #e6e6e6;
  box-shadow: 0 0 3px #e6e6e6; }

input[disabled] {
  cursor: not-allowed; }

select::-ms-expand {
  display: none; }

select {
  border: 1px solid #e6e6e6;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 14px;
  background: url("../../images/arrow.png") no-repeat right center transparent;
  text-align: center; }
  select option {
    border: 1px solid #e6e6e6; }
  select:focus {
    box-shadow: 0 0 3px #e6e6e6; }
  select:before {
    content: "\e619";
    font-size: 16px;
    color: #ccc; }

@font-face {
  font-family: "iconfont";
  src: url("../iconfont/iconfont.eot");
  /* IE9*/
  src: url("../iconfont/iconfont.eot?#iefix") format("embedded-opentype"), url("../iconfont/iconfont.woff") format("woff"), url("../iconfont/iconfont.ttf") format("truetype"), url("../iconfont/iconfont.svg#iconfont") format("svg");
  /* iOS 4.1- */ }
.iconfont {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-shuzhuangtu:before {
  content: "\e622"; }

.icon-down:before {
  content: "\e62e"; }

.icon-rili:before {
  content: "\e629"; }

.icon-sousuo:before {
  content: "\e601"; }

.icon-weibo:before {
  content: "\e60c"; }

.icon-jia:before {
  content: "\e624"; }

.icon-chanpin:before {
  content: "\e632"; }

.icon-mima:before {
  content: "\e626"; }

.icon-info:before {
  content: "\e61a"; }

.icon-weibo1:before {
  content: "\e602"; }

.icon-daohang:before {
  content: "\e603"; }

.icon-yonghu:before {
  content: "\e604"; }

.icon-qq:before {
  content: "\e60e"; }

.icon-iconfontzipaimoshi:before {
  content: "\e627"; }

.icon-weibo2:before {
  content: "\e605"; }

.icon-youxiu:before {
  content: "\e60f"; }

.icon-youxiang:before {
  content: "\e606"; }

.icon-youxiangzhuce:before {
  content: "\e610"; }

.icon-weixin:before {
  content: "\e607"; }

.icon-return:before {
  content: "\e630"; }

.icon-xingxing:before {
  content: "\e608"; }

.icon-androidhome:before {
  content: "\e600"; }

.icon-xingxing1:before {
  content: "\e609"; }

.icon-shaixuan:before {
  content: "\e635"; }

.icon-like:before {
  content: "\e61c"; }

.icon-likefill:before {
  content: "\e620"; }

.icon-vsbianlun:before {
  content: "\e62a"; }

.icon-2xia:before {
  content: "\e60b"; }

.icon-weixin1:before {
  content: "\e613"; }

.icon-zu1:before {
  content: "\e615"; }

.icon-tuandui:before {
  content: "\e634"; }

.icon-arrowleft:before {
  content: "\e631"; }

.icon-groupshenqing:before {
  content: "\e62b"; }

.icon-shang:before {
  content: "\e628"; }

.icon-shoujiapp:before {
  content: "\e60d"; }

.icon-jixiaopinggu:before {
  content: "\e62c"; }

.icon-changgui:before {
  content: "\e617"; }

.icon-zhuanyetuanduishuli:before {
  content: "\e611"; }

.icon-iconweiluyan01:before {
  content: "\e62d"; }

.icon-qiantailanmuguanli:before {
  content: "\e625"; }

.icon-yanzhengma:before {
  content: "\e618"; }

.icon-paiming:before {
  content: "\e612"; }

.icon-return1:before {
  content: "\e633"; }

.icon-yuyue01:before {
  content: "\e636"; }

.icon-add:before {
  content: "\e60a"; }

.icon-roundadd:before {
  content: "\e621"; }

.icon-down1:before {
  content: "\e619"; }

.icon-upward:before {
  content: "\e61b"; }

.icon-cuo:before {
  content: "\e623"; }

.icon-icondata:before {
  content: "\e614"; }

.icon-iconrmb:before {
  content: "\e616"; }

.icon-icontj:before {
  content: "\e61d"; }

.icon-iconweek:before {
  content: "\e61e"; }

.icon-iconzh:before {
  content: "\e61f"; }

.icon-bi-copy:before {
  content: "\e62f"; }

html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  font-size: 6.25%; }

body {
  font-size: 14rem;
  background: #f2f2f2; }

em {
  font-style: normal; }

.ui-view-animate {
  width: 100%;
  margin-bottom: 50px;
  /* end 'enter' transition */ }
  .ui-view-animate.ng-enter {
    -webkit-transition: .1s;
            transition: .1s;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); }
  .ui-view-animate.ng-enter-active {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  .ui-view-animate.ng-leave {
    -webkit-transition: .1s;
            transition: .1s;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .ui-view-animate.ng-leave-active {
    opacity: 1;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); }
  .ui-view-animate.noBottom {
    margin-bottom: 0; }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

.header-sec {
  width: 100%;
  height: 46px;
  background: #c30d23;
  text-align: center;
  position: relative;
  z-index: 10000000; }
  .header-sec.header-sec-fixed {
    position: fixed;
    top: 0;
    left: 0; }
  .header-sec .logo {
    max-width: 198px;
    display: inline-block;
    max-width: 230px;
    margin-top: 6px; }
  .header-sec .icon-return {
    position: absolute;
    color: #f2f2f2;
    left: 3px;
    font-size: 18px;
    line-height: 42px;
    padding: 0 5px; }
  .header-sec .member-login {
    position: absolute;
    right: 8px;
    top: 7px; }
    .header-sec .member-login img {
      width: 30px;
      height: 30px;
      border-radius: 50%; }
  .header-sec .member-no-login {
    position: absolute;
    right: 8px;
    top: 7px;
    background: #dfdfdf;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    overflow: hidden; }
    .header-sec .member-no-login .member-icon {
      font-size: 26px;
      color: #f3f5f9;
      display: block;
      margin-top: 3px; }
  .header-sec .member-list {
    position: absolute;
    z-index: 5;
    right: 5px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 3px #ccc; }
    .header-sec .member-list:before {
      content: "";
      position: absolute;
      border-bottom: 6px solid #fff;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      top: -6px;
      right: 12px;
      z-index: 2; }
    .header-sec .member-list a {
      display: block;
      line-height: 35px;
      padding: 0 15px; }
  .header-sec .member-tips {
    position: absolute;
    top: 25px;
    right: 2px;
    height: 40px;
    display: inline-block;
    background: url(../../images/tips-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 8px 20px;
    line-height: 28px;
    color: white; }
    .header-sec .member-tips a {
      color: #f8be2c;
      margin: 0 3px; }
    .header-sec .member-tips .tips-s1 {
      margin-left: 6px; }

.bottom-sec {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 50px;
  background: rgba(238, 238, 238, 0.9);
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  word-spacing: -4px; }
  .bottom-sec a {
    display: inline-block;
    width: 33%;
    max-width: 150px;
    letter-spacing: normal;
    word-spacing: normal; }
    .bottom-sec a.active .iconfont, .bottom-sec a.active span {
      color: #c30d23; }
    .bottom-sec a .iconfont {
      color: #666;
      font-size: 36px; }
    .bottom-sec a .icon-iconweek {
      font-size: 36px;
      line-height: 34px; }
    .bottom-sec a .icon-chanpin {
      font-size: 26px;
      line-height: 30px; }
    .bottom-sec a .icon-tuandui {
      font-size: 32px;
      line-height: 28px; }
    .bottom-sec a .icon-icondata {
      font-size: 36px;
      line-height: 36px; }
    .bottom-sec a .icon-sp {
      display: inline-block;
      width: 30px;
      height: 30px; }
    .bottom-sec a .name-sp {
      display: block;
      color: #666;
      font-size: 14px;
      line-height: 20px; }

.topname-sec {
  font-size: 20rem;
  line-height: 1.2em;
  padding: 0.5em 2em;
  text-align: center;
  z-index: 10;
  width: 100%;
  background: #fff;
  color: #c30d23;
  box-shadow: 0 0 3px #ccc;
  border-bottom: 1px solid #ddd; }
  .topname-sec.topname-view-sec {
    margin-top: 46px; }
  .topname-sec.topname-fixed {
    position: fixed;
    top: 46px; }
  .topname-sec span {
    color: #999;
    font-size: 16rem; }
  .topname-sec em {
    display: inline-block; }
  .topname-sec .right-btn, .topname-sec .return-last {
    position: absolute;
    color: #999;
    font-size: 16rem;
    padding: 0 5px; }
  .topname-sec .right-btn {
    color: #666;
    right: 1em; }
  .topname-sec .return-last {
    left: 1em; }

.zgxy-sec {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 46px;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100% - 96px);
  padding: 0 10px;
  z-index: 99; }
  .zgxy-sec .zgxy-con-box {
    background: #fff;
    max-width: 450px;
    width: 100%;
    height: 70%;
    margin-top: 15%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 10px 5px; }
  .zgxy-sec .zgxy-con {
    padding: 3px;
    border: 1px solid #e6e6e6;
    height: calc(100% - 20px - 10px - 30px - 45px - 10px);
    margin: 5px 0 10px;
    overflow: hidden;
    overflow-y: scroll; }
    .zgxy-sec .zgxy-con p {
      margin-top: 3px;
      text-indent: 2em;
      line-height: 23px; }
  .zgxy-sec .zgxy-tit {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #666;
    text-align: center;
    font-weight: bold; }
  .zgxy-sec .zgxy-agree {
    text-align: center; }
  .zgxy-sec .member-btn {
    text-align: center;
    margin-top: 5px; }
    .zgxy-sec .member-btn a {
      line-height: 40px;
      padding: 0 30px;
      font-size: 16px;
      color: #fff;
      background: #c30d23;
      display: inline-block; }

.list-nav-sec-01 {
  width: 100%;
  height: 46px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  background: #fff;
  box-shadow: 0 0 3px #ccc;
  border-bottom: 1px solid #ddd; }
  .list-nav-sec-01 a {
    width: 16.66%;
    max-width: 150px;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    display: inline-block;
    color: #666;
    cursor: pointer; }
    .list-nav-sec-01 a.active {
      font-size: 18px;
      color: #c30d23;
      border-bottom: 2px solid #c30d23; }
  .list-nav-sec-01.army-nav {
    box-shadow: none; }
    .list-nav-sec-01.army-nav a {
      width: 50%;
      max-width: 160px; }
  .list-nav-sec-01.variety-nav a {
    width: 24.9%; }
  .list-nav-sec-01.register-nav a {
    width: 49.9%;
    max-width: 299px; }

.list-nav-sec-02 {
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  background: #fff;
  box-shadow: 0 0 3px #ccc;
  border-bottom: 1px solid #ddd; }
  .list-nav-sec-02 .list-nav-sec-02-center {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    zoom: 1; }
    .list-nav-sec-02 .list-nav-sec-02-center:before, .list-nav-sec-02 .list-nav-sec-02-center:after {
      content: " ";
      display: block; }
    .list-nav-sec-02 .list-nav-sec-02-center:after {
      clear: both; }
  .list-nav-sec-02 .list-ranktit, .list-nav-sec-02 .list-select {
    display: inline-block;
    line-height: 40px; }
  .list-nav-sec-02 .list-ranktit {
    width: calc(100% - 110px);
    max-width: 400px;
    font-size: 16px;
    color: #c30d23; }
    .list-nav-sec-02 .list-ranktit .iconfont {
      margin-left: 1px;
      font-size: 12px; }
  .list-nav-sec-02 .list-select {
    float: right;
    width: 110px;
    color: #666;
    border-left: 1px solid #ddd;
    vertical-align: top;
    font-size: 14px; }

.filter-sec {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 20;
  /* end 'enter' transition */ }
  .filter-sec.ng-enter {
    -webkit-transition: .2s;
            transition: .2s;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0); }
  .filter-sec.ng-enter-active {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  .filter-sec .filter-list-box {
    position: absolute;
    right: 0;
    background: #fff;
    width: 60%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll; }
  .filter-sec .filter-close {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 0;
    padding: 10px;
    color: #aaa; }
  .filter-sec .filter-name {
    height: 40px;
    background: #eee;
    color: #666;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px; }
  .filter-sec .filter-list {
    padding-left: 10px;
    text-align: left;
    font-size: 0;
    line-height: 0; }
    .filter-sec .filter-list a {
      font-size: 16px;
      display: inline-block;
      line-height: 40px;
      color: #444;
      background: #f3f5f9;
      border-radius: 5px;
      padding: 0 10px;
      margin: 10px 10px 0 0; }
      .filter-sec .filter-list a.active {
        background: #c30d23;
        color: #fff; }

.ranktype-select {
  background: #fff;
  position: relative;
  width: 100%;
  padding: 0 2em;
  line-height: 2.2em;
  box-shadow: 0 0 3px #ccc;
  font-size: 20rem;
  color: #444; }
  .ranktype-select .select-ranktype {
    position: relative;
    text-align: center; }
    .ranktype-select .select-ranktype:after {
      content: "\e62e";
      position: absolute;
      margin-left: 5px;
      font-family: "iconfont" !important;
      font-size: 12px;
      color: #c30d23; }
    .ranktype-select .select-ranktype.down:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .ranktype-select .list-ranktype {
    position: absolute;
    top: 2.2em;
    z-index: 10;
    background: rgba(51, 51, 51, 0.8);
    width: 40%;
    left: 30%;
    border-radius: 5px;
    padding: 5px; }
    .ranktype-select .list-ranktype li a {
      color: #fff;
      display: block;
      line-height: 1.8em;
      padding-left: 10px;
      font-size: 20rem; }
      .ranktype-select .list-ranktype li a.active {
        position: relative;
        color: #c30d23;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 3px; }
    .ranktype-select .list-ranktype:before {
      content: "";
      position: absolute;
      top: -6px;
      left: calc(50% - 3px);
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid rgba(51, 51, 51, 0.8); }

.search-box {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 2em;
  margin: .5em 0; }
  .search-box input {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    line-height: 35px;
    padding: 3px 15px 3px 35px;
    width: 100%;
    height: 35px; }
  .search-box .iconfont {
    font-size: 14px;
    color: #ccc;
    position: absolute;
    top: 4px;
    left: 3em;
    z-index: 2;
    cursor: pointer;
    line-height: 28px; }
    .search-box .iconfont:hover {
      color: #c30d23; }

.a-caption {
  width: 100%;
  line-height: 3em;
  height: 3em;
  text-align: center;
  font-weight: bold;
  font-size: 16rem; }

.list-table-box {
  margin-bottom: 57px; }

.a-table span {
  height: 3.2em;
  line-height: 3.2em; }
.a-table .a-thead {
  background: #fff8ef;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #efefef; }
  .a-table .a-thead.thead-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    /* end 'enter' transition */ }
    .a-table .a-thead.thead-fixed.ng-enter {
      -webkit-transform: scale(0.1, 0.1);
              transform: scale(0.1, 0.1);
      -webkit-transition: -webkit-transform .1s;
              transition: transform .1s; }
    .a-table .a-thead.thead-fixed.ng-enter-active {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
    .a-table .a-thead.thead-fixed.ng-leave {
      -webkit-transition: -webkit-transform .1s;
              transition: transform .1s; }
    .a-table .a-thead.thead-fixed.ng-leave-active {
      -webkit-transform: scale(0.1, 0.1);
              transform: scale(0.1, 0.1); }
.a-table .a-tbody {
  border-bottom: 1px solid #efefef; }
  .a-table .a-tbody:first-child {
    border-bottom: none; }
  .a-table .a-tbody:nth-child(even) {
    background: #fff; }
.a-table .a-tbody-dataload span {
  width: 100%;
  background: url(../../images/load.gif) center center no-repeat #fff; }
.a-table .a-tbody:hover {
  font-size: 14rem; }
.a-table .a-tbody-final span {
  width: 100%;
  background: #f9f9f9;
  border: none; }

.a-table-period-01 .sp1 {
  width: 13%; }
.a-table-period-01 .sp2 {
  width: 34%; }
.a-table-period-01 .sp3 {
  width: 28%; }
.a-table-period-01 .sp4 {
  width: 25%; }

.a-table-army-01 .sp1 {
  width: 15%; }
.a-table-army-01 .sp2 {
  width: 34%; }
.a-table-army-01 .sp3 {
  width: 25%; }
.a-table-army-01 .sp4 {
  width: 26%; }

.a-table-zg-01 .sp1 {
  width: 16%; }
.a-table-zg-01 .sp2 {
  width: 34%; }
.a-table-zg-01 .sp3 {
  width: 25%; }
.a-table-zg-01 .sp4 {
  width: 25%; }

.box {
  margin-top: .5em;
  background: #fff;
  padding: 10px; }

.view-box {
  margin-top: .5em; }

.view-main-param .acount-info {
  height: 94px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  background: #fff8ef;
  padding: 10px 10px 10px 10px;
  text-align: center;
  width: 100%; }
  .view-main-param .acount-info img {
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    height: 74px;
    width: 74px; }
  .view-main-param .acount-info .acount-con {
    display: inline-block;
    height: 74px;
    max-width: 60%;
    vertical-align: 11px; }
  .view-main-param .acount-info .sp-name, .view-main-param .acount-info .sp-con {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .view-main-param .acount-info .sp-name {
    font-size: 14rem;
    color: #666;
    line-height: 2.2em; }
  .view-main-param .acount-info .sp-con {
    font-size: 28rem;
    color: #333;
    line-height: 1.5em; }
  .view-main-param .acount-info h5 {
    width: 100%;
    float: left;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14rem; }
  .view-main-param .acount-info h6 {
    width: 100%;
    color: #aaa;
    font-weight: normal; }
    .view-main-param .acount-info h6 strong {
      color: #c30d23;
      font-size: 28rem;
      margin: 0 2px; }
.view-main-param .show-data-list {
  background: #fff;
  width: 100%; }
  .view-main-param .show-data-list li {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    border-left: none;
    padding: 0 10px;
    width: 100%;
    line-height: 3.2em; }
    .view-main-param .show-data-list li span.pro-tit {
      width: 30%;
      text-align: right; }
    .view-main-param .show-data-list li span.pro-data {
      font-size: 18rem;
      width: 70%;
      text-align: center; }

.echar {
  width: 100%;
  height: 20em;
  max-height: 350px; }

.a-table-vertical a.a-thead span, .a-table-vertical a.a-tbody span {
  height: 3.2em;
  line-height: 3.2em; }

.a-table-vertical-01 .a-thead span.sp1, .a-table-vertical-01 .a-tbody span.sp1 {
  background: #fff8ef; }
.a-table-vertical-01 .a-thead {
  width: 20%;
  border: 1px solid #e6e6e6;
  border-bottom: none; }
  .a-table-vertical-01 .a-thead span {
    border-bottom: 1px solid #e6e6e6; }
.a-table-vertical-01 .a-tbody {
  width: 40%;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  margin-left: -1px; }
  .a-table-vertical-01 .a-tbody span {
    border-bottom: 1px solid #e6e6e6; }
  .a-table-vertical-01 .a-tbody.oneyear {
    width: 80%; }

.a-table-tj-03 a.a-tbody {
  border: 1px solid #e6e6e6;
  margin-top: -1px; }
.a-table-tj-03 a span {
  text-align: center; }
  .a-table-tj-03 a span.sp1 {
    width: 45%; }
  .a-table-tj-03 a span.sp2 {
    width: 55%; }

.loading, .loading-mp {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  z-index: 100;
  background: url(../../images/load-02.gif) center 40% no-repeat #f9f9f9; }
  .loading img, .loading-mp img {
    display: inline-block;
    margin-top: 50%; }

.loadimg {
  position: absolute;
  background: #fff;
  opacity: .8;
  z-index: 5;
  width: 100%;
  height: 100%; }
  .loadimg img {
    display: block;
    margin: 40% auto 0; }

.cpys-table {
  margin-left: 1px; }
  .cpys-table .a-table.a-table-two {
    width: 100%;
    margin-left: -1px; }
  .cpys-table .a-table a.a-tbody {
    margin-top: -1px;
    border: 1px solid #e6e6e6; }
  .cpys-table .a-table a span {
    border-left: 1px solid #e6e6e6;
    color: #333;
    margin-left: -1px;
    text-align: center; }
    .cpys-table .a-table a span.sp1 {
      width: 30%;
      background: #fff8ef; }
    .cpys-table .a-table a span.sp2 {
      width: 70%; }

.army-box {
  padding-top: 5px;
  background: #fff;
  margin-top: 0.5em; }

.a-table-army-pro .sp1 {
  width: 15%; }
.a-table-army-pro .sp2 {
  width: 34%; }
.a-table-army-pro .sp3 {
  width: 18%; }
.a-table-army-pro .sp4 {
  width: 33%; }

.a-button {
  background: #fff;
  margin-top: .5em;
  line-height: 3em;
  cursor: pointer; }

.go-top {
  position: fixed;
  right: 0;
  bottom: 100px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 4px #e6e6e6;
  cursor: pointer; }
  .go-top .iconfont {
    color: #ccc;
    padding: 8px 15px;
    font-size: 24px; }
    .go-top .iconfont:hover {
      color: #0e6eb8; }

.frm-box .errorwarn {
  color: #c30d23;
  line-height: 20px;
  text-align: center;
  margin-top: 10px; }
.frm-box .skip-p {
  line-height: 30px;
  text-align: center; }
  .frm-box .skip-p span {
    color: #397fb0;
    margin: 0 5px; }
.frm-box.frm-box-regedit .icon-input .input-text, .frm-box.frm-box-regedit .icon-input .frm-select, .frm-box.frm-box-regedit .icon-input .input-area {
  padding-left: 90px; }
.frm-box.frm-box-regedit .icon-input label {
  width: 70px;
  text-align: right; }
.frm-box.frm-box-regedit .icon-radio {
  padding-left: 90px; }
  .frm-box.frm-box-regedit .icon-radio .icon-name {
    width: 70px;
    text-align: right; }
.frm-box.frm-box-proedit .icon-input .input-text, .frm-box.frm-box-proedit .icon-input .frm-select, .frm-box.frm-box-proedit .icon-input .input-area {
  padding-left: 100px; }
.frm-box.frm-box-proedit .icon-radio {
  padding-left: 100px; }
.frm-box .icon-input {
  position: relative;
  margin-top: 10px;
  zoom: 1; }
  .frm-box .icon-input:before, .frm-box .icon-input:after {
    content: " ";
    display: block; }
  .frm-box .icon-input:after {
    clear: both; }
  .frm-box .icon-input:first-child {
    margin-top: 20px; }
  .frm-box .icon-input .input-text {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    width: 100%;
    padding: 12px 20px 12px 70px;
    font-size: 16px; }
    .frm-box .icon-input .input-text.code {
      width: 60%;
      float: left; }
    .frm-box .icon-input .input-text:focus {
      box-shadow: none;
      border-color: #c30d23; }
    .frm-box .icon-input .input-text.error {
      border-color: #c30d23; }
    .frm-box .icon-input .input-text.readonly {
      border: none;
      background: #fff;
      color: #333; }
  .frm-box .icon-input .input-area {
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    height: 60px;
    padding: 12px 20px 12px 70px;
    font-size: 16px; }
    .frm-box .icon-input .input-area:focus {
      box-shadow: none;
      border-color: #c30d23; }
    .frm-box .icon-input .input-area.error {
      border-color: #c30d23; }
  .frm-box .icon-input .frm-select {
    display: block;
    width: 100%;
    padding: 11px 20px 12px 70px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    background-image: url(../../images/arrow-01.png); }
    .frm-box .icon-input .frm-select:focus {
      box-shadow: none;
      border-color: #c30d23; }
  .frm-box .icon-input .code-img {
    display: block;
    float: left;
    margin: 4px 0 0 10px;
    cursor: pointer;
    height: 40px; }
  .frm-box .icon-input .code-btn {
    display: block;
    float: left;
    font-size: 16px;
    margin: 4px 0 0 10px;
    cursor: pointer;
    padding: 10px 12px;
    background: #c30d23;
    color: #fff; }
    .frm-box .icon-input .code-btn.disabled {
      background: #ccc;
      color: #f5f5f5; }
  .frm-box .icon-input label {
    color: #333;
    position: absolute;
    left: 10px;
    top: 12px;
    font-size: 16px; }
.frm-box .icon-radio {
  position: relative;
  margin-top: 10px;
  padding: 12px 20px 12px 70px; }
  .frm-box .icon-radio .icon-name {
    color: #333;
    position: absolute;
    left: 10px;
    top: 12px;
    font-size: 16px; }
  .frm-box .icon-radio .radio-label {
    font-size: 16px;
    margin-left: 15px; }
.frm-box button, .frm-box .a-btn {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #c30d23;
  margin-top: 10px;
  cursor: pointer; }
  .frm-box button:hover, .frm-box .a-btn:hover {
    background: #a30c1e; }
  .frm-box button.disabled, .frm-box .a-btn.disabled {
    background: #ccc;
    color: #f5f5f5; }
.frm-box button {
  padding: 12px 0px; }
.frm-box .a-btn {
  height: 45px;
  line-height: 45px; }
.frm-box .else-block {
  margin-top: 10px;
  text-align: center; }
  .frm-box .else-block a {
    color: #999;
    display: inline-block;
    padding: 5px 10px;
    font-size: 16rem; }
    .frm-box .else-block a:after {
      content: "|";
      color: #ccc;
      margin-left: 20px; }
    .frm-box .else-block a:last-child:after {
      content: ""; }

.login-sec {
  width: 100%;
  margin-top: 5px;
  padding-bottom: 20px;
  background: #fff;
  overflow: hidden; }
  .login-sec .login-box {
    max-width: 450px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto; }
  .login-sec .else-login {
    position: relative;
    width: 100%;
    max-width: 600px;
    padding: 0 10px;
    margin: 0 auto;
    margin-top: 20px;
    border-top: 1px solid #e6e6e6;
    padding: 10px 0; }
    .login-sec .else-login .tit {
      position: absolute;
      top: -10px;
      width: 100%;
      color: #999;
      text-align: center; }
      .login-sec .else-login .tit span {
        display: inline-block;
        padding: 0 5px;
        background: #fff; }
    .login-sec .else-login .else-icon {
      margin-top: 15px;
      text-align: center; }
      .login-sec .else-login .else-icon a {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 0 4px;
        color: #00BB00;
        line-height: 32px;
        text-align: center;
        font-size: 24px;
        border: 2px solid #00BB00;
        border-radius: 50%; }
        .login-sec .else-login .else-icon a:hover {
          background: #00BB00;
          color: #fff; }

.content-sec {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 50px;
  padding-bottom: 55px;
  background: #fff;
  position: relative; }

.bottom-fixed-sec {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  background: #fff;
  box-shadow: 0 -1px 3px #ccc; }
  .bottom-fixed-sec .a-btn {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 18px; }

/*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
*/
/*
   top or bottom block space
 */
/*
 *  width
 */
/*form   for form element set up*/
form, fieldset, legend, input, textarea, select, button, label {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px; }

fieldset, input, textarea, select {
  -o-box-sizing: border-box;
  box-sizing: border-box; }

input, button, select, textarea, option {
  outline: none;
  border: medium none; }

textarea {
  resize: none; }

input[type="file"], input[type="submit"] {
  border-style: none; }

input, textarea {
  -webkit-transition: "border 0.2s linear 0s, box-shadow 0.2s linear 0s";
  transition: "border 0.2s linear 0s, box-shadow 0.2s linear 0s"; }

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  -o-box-shadow: 0 0 3px #e6e6e6;
  box-shadow: 0 0 3px #e6e6e6; }

input[disabled] {
  cursor: not-allowed; }

select::-ms-expand {
  display: none; }

select {
  border: 1px solid #e6e6e6;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 14px;
  background: url("../../images/arrow.png") no-repeat right center transparent;
  text-align: center; }
  select option {
    border: 1px solid #e6e6e6; }
  select:focus {
    box-shadow: 0 0 3px #e6e6e6; }
  select:before {
    content: "\e619";
    font-size: 16px;
    color: #ccc; }

.zgquestionnaire-marginbot, .zgquestionnaire-sec p, .zgquestionnaire-hr, .zgquestionnaire-qtit, .zgquestionnaire-fieldset, .zgquestionnaire-btn {
  margin-bottom: 20px; }

.zgquestionnaire-sec {
  background: #f9f9f9;
  padding: 30px 0;
  margin-top: 5px;
  min-height: 400px; }
  .zgquestionnaire-tit {
    margin: 20px 0;
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
    color: #c30d23;
    text-align: center; }
  .zgquestionnaire-sec p {
    font-size: 18px;
    line-height: 26px;
    text-indent: 2em; }
  .zgquestionnaire-fxts-p {
    font-weight: bold; }
  .zgquestionnaire-hr {
    height: 3px;
    background: #c30d23; }
  .zgquestionnaire-qtit {
    padding: 0 15px;
    font-weight: bold; }
  .zgquestionnaire-sec .error-message {
    font-size: 18px;
    text-align: center; }
  .zgquestionnaire-btn {
    text-align: center; }
    .zgquestionnaire-btn a {
      display: inline-block;
      padding: 0 40px;
      margin: 0 15px 20px;
      font-size: 18px;
      color: #fff;
      line-height: 45px;
      background: #c30d23;
      cursor: pointer;
      border-radius: 5px; }
      .zgquestionnaire-btn a.disabled {
        color: #999;
        background: #ccc; }
  .zgquestionnaire-sec .input-fieldset {
    text-align: center; }
    .zgquestionnaire-sec .input-fieldset label {
      display: inline-block;
      width: 40%;
      margin-right: 10px;
      margin-left: 10px; }
    .zgquestionnaire-sec .input-fieldset span {
      display: inline-block;
      width: 30%;
      text-align: right; }
    .zgquestionnaire-sec .input-fieldset input, .zgquestionnaire-sec .input-fieldset select {
      width: 60%; }
    .zgquestionnaire-sec .input-fieldset select {
      margin-left: 10px; }
    .zgquestionnaire-sec .input-fieldset em {
      margin-right: 5px;
      font-style: normal; }
    .zgquestionnaire-sec .input-fieldset.company-input-fieldset label {
      width: 80%; }
  .zgquestionnaire-sec select {
    padding: 5px 15px;
    font-size: 18px; }
  .zgquestionnaire-sec input[type="text"] {
    padding: 5px 15px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    margin-left: 10px; }
    .zgquestionnaire-sec input[type="text"].error {
      border-bottom-color: #c30d23; }
  .zgquestionnaire-sec input[type="text"]:focus {
    box-shadow: none; }
  .zgquestionnaire-sec input[type="radio"] {
    position: relative;
    top: 1px;
    left: 1px;
    width: 14px;
    height: 14px;
    margin-right: 15px; }
  .zgquestionnaire-sec input[type="radio"]:before {
    position: absolute;
    top: -1px;
    left: -1px;
    visibility: visible;
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ccc; }
  .zgquestionnaire-sec input[type="radio"]:checked:after {
    position: absolute;
    top: 1px;
    left: 1px;
    visibility: visible;
    content: "";
    width: 12px;
    height: 12px;
    background: #0e6eb8;
    border-radius: 50%; }
  .zgquestionnaire-sec input[type="checkbox"] {
    position: relative;
    top: 0px;
    left: 0px;
    width: 14px;
    height: 14px;
    margin-right: 15px; }
  .zgquestionnaire-sec input[type="checkbox"]:before {
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    content: "";
    width: 14px;
    height: 14px;
    line-height: 18px;
    text-align: center;
    background: #fff;
    border-radius: 1px;
    border: 1px solid #ccc; }
  .zgquestionnaire-sec input[type="checkbox"]:checked:before {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: visible;
    content: "√";
    font-weight: bold;
    color: #fff;
    background: #0e6eb8;
    border-color: #0e6eb8; }
  .zgquestionnaire-fieldset {
    padding: 20px 15px 10px;
    background: #fff;
    border: 1px solid #e6e6e6;
    line-height: 26px; }
    .zgquestionnaire-fieldset label {
      font-size: 18px;
      margin-bottom: 10px; }
      .zgquestionnaire-fieldset label.tit {
        display: block;
        font-weight: bold; }
      .zgquestionnaire-fieldset label.con {
        display: inline-block;
        padding: 0 15px; }
    .zgquestionnaire-fieldset.error {
      border-color: #c30d23; }
  .zgquestionnaire-wc-tit, .zgquestionnaire-wc-con {
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold; }
  .zgquestionnaire-wc-tit {
    margin-top: 40px; }
    .zgquestionnaire-wc-tit i {
      display: inline-block;
      width: 40px;
      height: 40px;
      margin-right: 3px;
      color: #fff;
      line-height: 40px;
      font-size: 30px;
      background: #c30d23;
      border-radius: 50%; }
  .zgquestionnaire-wc-con span {
    margin: 0 3px;
    font-size: 36px; }
  .zgquestionnaire-wc-con .genre-btn {
    display: inline-block;
    margin-top: 5px;
    padding: 0 20px;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    background: #c30d23;
    border-radius: 5px; }
  .zgquestionnaire-wc-con .else-link {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #666; }

.center-auto, .sec-box {
  width: 96%;
  max-width: 600px; }

.zgquestionnaire-marginbot, .zgquestionnaire-sec p, .zgquestionnaire-hr, .zgquestionnaire-qtit, .zgquestionnaire-fieldset, .zgquestionnaire-btn {
  margin-bottom: 10px; }

.zgquestionnaire-sec {
  padding: 20px 0;
  margin-top: 0; }
  .zgquestionnaire-tit {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 35px; }
  .zgquestionnaire-sec p {
    font-size: 16px; }
  .zgquestionnaire-sec .input-fieldset label {
    margin-right: 0;
    margin-left: 0;
    width: 100%; }
  .zgquestionnaire-sec .input-fieldset span {
    margin-bottom: 10px;
    width: 100%;
    text-align: left; }
  .zgquestionnaire-sec .input-fieldset input, .zgquestionnaire-sec .input-fieldset select {
    width: 100%;
    margin-left: 0; }

.member-intro-sec {
  margin-top: 7px;
  padding: 7px 20px 7px 110px;
  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: 74px;
    width: 74px; }
  .member-intro-sec .member-img {
    display: block;
    float: left;
    margin-left: -90px; }
  .member-intro-sec .member-name {
    display: table-cell;
    height: 74px;
    vertical-align: middle;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold; }

.list-menu-sec {
  width: 100%;
  margin-top: 7px; }
  .list-menu-sec .menu-a {
    display: block;
    height: 50px;
    margin-top: -1px;
    padding: 0 20px;
    font-size: 18px;
    color: #333;
    line-height: 50px;
    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;
      margin-right: 10px;
      vertical-align: middle; }
    .list-menu-sec .menu-a.topdistance {
      margin-top: 7px; }

.member-list-sec {
  width: 100%; }
  .member-add-box {
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 7px;
    color: #ccc;
    text-align: center;
    line-height: 1.5em;
    font-size: 60rem;
    font-weight: bold;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
    .member-add-box span {
      position: absolute;
      bottom: 20px;
      width: 100%;
      display: block;
      font-size: 16rem;
      line-height: 20px;
      font-weight: normal;
      color: #999; }
  .prolist-info-box {
    margin-bottom: 7px;
    width: 100%;
    padding-top: 5px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
    .prolist-info-box .proname {
      padding: 0 15px;
      font-size: 16rem;
      line-height: 2em;
      text-align: center;
      font-weight: bold; }
    .prolist-info-box .prostate {
      margin: 5px 0;
      color: #999;
      text-align: center;
      line-height: 1.5em; }
      .prolist-info-box .prostate span {
        margin: 0 15px; }
      .prolist-info-box .prostate em {
        color: #666; }
    .prolist-info-box .prodatalist {
      text-align: center;
      border-bottom: 1px solid #e6e6e6; }
      .prolist-info-box .prodatalist li {
        padding: 0 15px;
        zoom: 1;
        line-height: 3.2em;
        border-top: 1px solid #e6e6e6; }
        .prolist-info-box .prodatalist li:before, .prolist-info-box .prodatalist li:after {
          content: " ";
          display: block; }
        .prolist-info-box .prodatalist li:after {
          clear: both; }
      .prolist-info-box .prodatalist span {
        display: block;
        float: left; }
      .prolist-info-box .prodatalist .name {
        width: 35%;
        text-align: right;
        color: #999; }
      .prolist-info-box .prodatalist .data {
        width: 65%;
        font-size: 18rem; }
    .prolist-info-box .btn-box {
      padding: 5px 0;
      text-align: center; }
      .prolist-info-box .btn-box .btn-a {
        padding: 0 30px;
        color: #fff;
        display: inline-block;
        line-height: 2.2em;
        font-size: 16rem;
        margin: 0 5px; }
        .prolist-info-box .btn-box .btn-a i {
          margin-right: 3px; }
        .prolist-info-box .btn-box .btn-a.btn-view {
          color: #c30d23; }
        .prolist-info-box .btn-box .btn-a.btn-edit, .prolist-info-box .btn-box .btn-a.btn-attention {
          color: #e98005; }
          .prolist-info-box .btn-box .btn-a.btn-edit i, .prolist-info-box .btn-box .btn-a.btn-attention i {
            font-size: 14rem; }
        .prolist-info-box .btn-box .btn-a.btn-attention {
          color: #e98005; }

.tooltip-box-sec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }
  .tooltip-box {
    position: absolute;
    top: 35%;
    left: calc(50% - 300px);
    width: 600px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-shadow: 0 0 8px #e6e6e6; }
    .tooltip-box.warn {
      background: #FCF8E3;
      border-color: #FAEBCC; }
      .tooltip-box.warn .tooltip-box-tit {
        border-color: #FAEBCC; }
      .tooltip-box.warn .tooltip-box-con {
        border-color: #FAEBCC; }
    .tooltip-box .tooltip-box-tit {
      position: relative;
      height: 50px;
      width: 100%;
      padding: 0 15px;
      line-height: 50px;
      font-size: 16px;
      color: #999;
      border-bottom: 1px solid #e6e6e6; }
    .tooltip-box .icon-warn, .tooltip-box .icon-wrong, .tooltip-box .icon-success {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin-right: 10px;
      text-align: center;
      font-size: 20px;
      font-weight: bolder;
      line-height: 25px;
      color: #fff;
      border-radius: 50%; }
    .tooltip-box .icon-warn {
      background: #FCB400; }
    .tooltip-box .icon-success {
      background: #c30d23; }
    .tooltip-box .icon-close {
      position: absolute;
      right: 10px;
      top: 0px;
      font-size: 14px;
      color: #ddd;
      cursor: pointer; }
      .tooltip-box .icon-close:hover {
        color: #c30d23; }
    .tooltip-box .tooltip-box-con {
      padding: 15px;
      border-bottom: 1px solid #e6e6e6; }
    .tooltip-box .tooltip-box-btn {
      padding: 15px;
      text-align: right; }
      .tooltip-box .tooltip-box-btn .btn {
        display: inline-block;
        height: 30px;
        padding: 0 20px;
        margin-left: 10px;
        line-height: 30px;
        border: 1px solid #e6e6e6;
        background: #fff; }
        .tooltip-box .tooltip-box-btn .btn.sure {
          color: #fff;
          background: #c30d23; }
    .tooltip-box .mess-con {
      display: inline-block;
      font-size: 18px;
      line-height: 25px; }

.tooltip-box {
  width: 90%;
  left: 5%; }

.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%;
    width: 300px;
    margin-left: -150px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    border: 1px solid #e6e6e6;
    border-radius: 5px; }
  .autologin-box .tit {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 1px solid #e6e6e6;
    background: #c30d23;
    border-radius: 5px 5px 0 0; }
  .autologin-box .userlist-box {
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll; }
  .autologin-box .userlist-box-item {
    height: 80px;
    padding: 10px 15px;
    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;
      margin-right: 10px;
      width: 60px;
      height: 60px;
      display: block; }
    .autologin-box .userlist-box-item span {
      display: block;
      float: right;
      line-height: 60px;
      font-size: 18px;
      width: 160px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .autologin-box .elselogin {
    padding: 15px;
    text-align: center; }
    .autologin-box .elselogin a {
      color: #999;
      text-decoration: underline; }
      .autologin-box .elselogin a:hover {
        color: #c30d23; }
