
        .message .message-body ul li .title .nopass {
          color: #F5683A; }
        .message .message-body ul li .reason {
          color: #737373; }
        .message .message-body ul li .time {
          color: #aaa;
          font-size: 12px; }
        .message .message-body ul li.no-border {
          border-bottom: none; }
      .message .message-body ul .last {
        border-bottom: none; }
  .message .message-footer nav {
    padding-right: 30px;
    margin-bottom: 40px; }

.profile {
  border: 1px solid #dcdcdc;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.09);
  min-height: 650px; }
  .profile .profile-header {
    background: url(/img/bg_profile-ded8d7.png) no-repeat center;
    height: 240px;
    padding-top: 60px; }
    .profile .profile-header .portrait {
      width: 100px;
      height: 100px;
      margin: 0 auto;
      padding: 4px;
      border-radius: 108px;
      overflow: hidden;
      background-color: rgba(255, 255, 255, 0.3);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF, endColorstr=#4CFFFFFF); }
      .profile .profile-header .portrait .img {
        width: 100px;
        height: 100px;
        border-radius: 100px;
        overflow: hidden; }
        .profile .profile-header .portrait .img img {
          display: block;
          width: 100px;
          height: 100px; }
    .profile .profile-header .name {
      text-align: center;
      color: #fff;
      padding: 10px 0 20px; }
    .profile .profile-header .tools {
      text-align: center; }
      .profile .profile-header .tools .btn {
        margin: 0 10px;
        height: 28px;
        line-height: 28px; }
  .profile .profile-body {
    padding: 30px;
    border: 0; }
    .profile .profile-body .title {
      border-left: 2px solid #008cd6;
      padding-left: 10px;
      margin-bottom: 20px;
      line-height: 1; }
    .profile .profile-body .text {
      border-top: 1px solid #dcdcdc;
      color: #737373;
      padding-top: 10px;
      line-height: 28px;
      max-height: 400px;
      word-wrap: break-word;
      word-break: normal; }
  .profile .male {
    display: inline-block;
    background-image: url(/img/icon_male2-a3cf25.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 14px; }
  .profile .female {
    display: inline-block;
    background-image: url(/img/icon_female2-67e344.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 14px; }

:root .portrait {
  filter: none !important; }

.user-info {
  border: 1px solid #dcdcdc;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.09);
  min-height: 800px;
  padding-top: 65px; }
  .user-info .info-box {
    position: relative;
    width: 656px;
    margin: 0 auto; }
    .user-info .info-box .portrait {
      position: relative;
      width: 100px;
      height: 100px;
      margin: 0 auto 20px;
      border-radius: 100px;
      overflow: hidden;
      cursor: pointer; }
      .user-info .info-box .portrait:hover .img-tips {
        visibility: visible;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.5);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
      .user-info .info-box .portrait .img-tips {
        position: absolute;
        top: 0;
        text-align: center;
        width: 100%;
        height: 100%;
        line-height: 100%;
        font-size: 12px;
        color: #ccc;
        visibility: hidden;
        opacity: 1;
        -webkit-transition: border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
        -o-transition: border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
        transition: border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s; }
        .user-info .info-box .portrait .img-tips .tips {
          padding: 14px; }
          .user-info .info-box .portrait .img-tips .tips span {
            display: block; }
          .user-info .info-box .portrait .img-tips .tips-icon {
            display: inline-block;
            width: 46px;
            height: 46px;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url(/img/icon_pic-f5c243.png); }
      .user-info .info-box .portrait .tips-show {
        visibility: visible; }
      .user-info .info-box .portrait img {
        display: block;
        width: 100px;
        height: 100px; }
    .user-info .info-box .info {
      -webkit-margin-before: 0;
      -webkit-margin-after: 0;
      -webkit-padding-start: 0;
      list-style: none;
      margin: 0;
      padding: 0; }
      .user-info .info-box .info > li {
        margin-bottom: 20px;
        line-height: 32px; }
        .user-info .info-box .info > li .label {
          float: left;
          margin-right: 10px;
          width: 66px;
          text-align: right;
          line-height: 36px; }
          .user-info .info-box .info > li .label .red {
            color: #fd2e2e;
            margin-right: 3px; }
          .user-info .info-box .info > li .label span {
            color: #777;
            font-size: 12px; }
        .user-info .info-box .info > li .text {
          float: left; }
          .user-info .info-box .info > li .text .form-control {
            width: 554px; }
            .user-info .info-box .info > li .text .form-control.intro {
              height: 130px;
              overflow: auto; }
          .user-info .info-box .info > li .text .sex {
            display: inline-block;
            background-repeat: no-repeat;
            background-position: center right;
            padding-right: 20px;
            margin-right: 15px; }
            .user-info .info-box .info > li .text .sex input {
              margin-right: 3px; }
            .user-info .info-box .info > li .text .sex.male {
              background-image: url(/img/icon_male2-a3cf25.png); }
            .user-info .info-box .info > li .text .sex.female {
              background-image: url(/img/icon_female2-67e344.png); }
    .user-info .info-box .tools {
      text-align: center;
      padding-top: 30px;
      padding-bottom: 30px; }
      .user-info .info-box .tools .btn {
        min-width: 58px;
        height: 28px;
        line-height: 28px;
        margin: 0 25px; }
  .user-info .n-error {
    position: absolute;
    bottom: 45px;
    left: 76px; }
    .user-info .n-error .n-msg {
      margin-left: -8px; }
  .user-info .select2-search__field {
    min-width: 100px; }

.password {
  border: 1px solid #dcdcdc;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.09);
  min-height: 650px;
  padding-top: 65px; }
  .password .password-box {
    width: 450px;
    margin: 0 auto; }
    .password .password-box .password-header {
      text-align: center; }
      .password .password-box .password-header h3 {
        display: inline-block;
        background: url(/img/icon_unlock-c1a004.png) no-repeat 0 0;
        padding-left: 30px; }
    .password .password-box .password-body .info {
      -webkit-margin-before: 0;
      -webkit-margin-after: 0;
      -webkit-padding-start: 0;
      list-style: none;
      padding: 0; }
      .password .password-box .password-body .info li {
        margin-bottom: 20px;
        line-height: 32px; }
        .password .password-box .password-body .info li .label {
          display: inline-block;
          text-align: right;
          min-width: 75px;
          margin-right: 10px; }
        .password .password-box .password-body .info li .red {
          color: #fd2e2e;
          margin-right: 3px; }
        .password .password-box .password-body .info li .form-control {
          width: 250px; }
          .password .password-box .password-body .info li .form-control.intro {
            height: 130px;
            overflow: auto; }
    .password .password-box .password-body .tools {
      text-align: center;
      padding-top: 30px;
      padding-left: 80px; }
      .password .password-box .password-body .tools .btn {
        width: 60px;
        height: 28px;
        line-height: 28px;
        margin: 0 25px; }

.accountContain {
  border: 1px solid #dcdcdc;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.09);
  height: 150px;
  padding: 65px 120px; }
  .accountContain .bindContainer {
    display: flex;
    flex-flow: row; }
    .accountContain .bindContainer .bindLeft {
      flex: 1;
      display: inline-block;
      margin-left: 20px;
      vertical-align: middle; }
      .accountContain .bindContainer .bindLeft .bindTitle {
        color: black !important;
        font-weight: 550; }
      .accountContain .bindContainer .bindLeft .binded {
        margin-left: 10px;
        color: green !important;
        font-size: 12px !important; }
      .accountContain .bindContainer .bindLeft .bindPhone {
        margin-top: 10px; }
    .accountContain .bindContainer .bindButton {
      flex-basis: 100px;
      display: inline-block;
      text-align: center;
      padding-top: 8px; }
  .accountContain .border {
    height: 1px;
    width: 100%;
    margin: 20px 0;
    background-color: #dcdcdc; }

.changeContain {
  border: 1px solid #dcdcdc;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.09);
  height: 640px;
  padding: 65px 120px; }
  .changeContain .step {
    background: #fff;
    padding-top: 12px;
    padding-bottom: 46px;
    border-bottom: #f1f1f1 1px;
    height: 560px; }
    .changeContain .step .stepTitle {
      color: #333333;
      font-size: 24px;
      margin: 0 24px; }
    .changeContain .step .stepSub {
      color: #666;
      font-size: 16px; }
    .changeContain .step .divider {
      height: 1px;
      margin-top: 30px;
      background: #d4d4d4; }
    .changeContain .step .stepIconContainer {
      padding: 0 120px;
      margin-top: 60px;
      display: flex;
      text-align: center;
      justify-content: space-between; }
      .changeContain .step .stepIconContainer .stepIcon {
        width: 32px;
        margin: 0 auto;
        line-height: 32px;
        height: 32px; }
      .changeContain .step .stepIconContainer .stepIconBefore {
        text-align: center;
        background: url(/img/icon_step_before-b7c004.png) no-repeat;
        background-size: 99%; }
      .changeContain .step .stepIconContainer .stepIconCurrent {
        text-align: center;
        background: url(/img/icon_step_current-d47462.png) no-repeat;
        background-size: 99%;
        color: #fff; }
      .changeContain .step .stepIconContainer .stepIconAfter {
        text-align: center;
        background: url(/img/icon_step_after-88d080.png) no-repeat;
        background-size: 99%;
        color: #1F89C7; }
      .changeContain .step .stepIconContainer .stepLine {
        flex: 1;
        height: 1px;
        margin-top: 15px;
        background: #c4c4c4; }
    .changeContain .step .stepNameContainer {
      padding: 0 120px;
      margin-top: 6px;
      display: flex;
      justify-content: space-between;
      text-align: right; }
      .changeContain .step .stepNameContainer .stepName {
        color: #333333; }
      .changeContain .step .stepNameContainer .stepNameAfter {
        color: #a0a0a0; }
    .changeContain .step .contentContainer {
      margin: 40px 200px 0 200px;
      padding-top: 20px; }
      .changeContain .step .contentContainer .changingPhone {
        font-size: 16px;
        margin-bottom: 40px; }
        .changeContain .step .contentContainer .changingPhone .phone {
          color: #1F89C7; }
      .changeContain .step .contentContainer .successTitle {
        margin-top: 20px;
        text-align: center;
        width: 100%;
        font-size: 24px;
        font-weight: 550;
        margin-bottom: 20px; }
      .changeContain .step .contentContainer .successContent {
        text-align: center;
        width: 100%;
        color: #666;
        font-size: 16px;
        margin-bottom: 60px; }
      .changeContain .step .contentContainer .inputContainer {
        margin-bottom: 40px;
        height: 40px;
        display: flex; }
        .changeContain .step .contentContainer .inputContainer .stepContent {
          border: 1px solid #c8c8c8;
          flex: 1;
          display: flex; }
          .changeContain .step .contentContainer .inputContainer .stepContent input {
            color: #333333;
            font-size: 16px;
            height: 100%;
            flex: 1;
            padding: 0 20px;
            border: 0 solid #c8c8c8; }
          .changeContain .step .contentContainer .inputContainer .stepContent .divid {
            height: 80%;
            margin: auto 2px;
            width: 1px;
            flex-basis: 1px;
            background-color: #dcdcdc; }
          .changeContain .step .contentContainer .inputContainer .stepContent button {
            flex-basis: 1;
            background: transparent;
            border: transparent;
            color: #1F89C7; }
      .changeContain .step .contentContainer .submitContainer {
        width: 100%;
        display: flex; }
        .changeContain .step .contentContainer .submitContainer .submit {
          flex: 1;
          height: 40px;
          background: #1F89C7;
          border: transparent;
          color: white; }
        .changeContain .step .contentContainer .submitContainer .change {
          margin-left: 20px; }
        .changeContain .step .contentContainer .submitContainer .prev {
          background: transparent;
          border: #dcdcdc 1px solid;
          color: #333; }
        .changeContain .step .contentContainer .submitContainer :disabled {
          background: #1F89C7;
          opacity: 0.6; }
        .changeContain .step .contentContainer .submitContainer .success {
          flex-basis: 100px; }

.text-gray small {
  line-height: 20px; }

.content-bundle dd {
  -webkit-margin-start: 0; }

.content-bundle .box-body dd .btn.btn-blank {
  min-width: 82px; }

.content-bundle .form-control {
  display: inline-block; }

.content-bundle .box-header .content-error {
  padding-top: 6px;
  margin-top: -4px; }

.modal-bundle .library .library-header .form-control {
  width: 120px !important;
  margin-right: 10px; }

.red-frame {
  padding: 0 5px;
  border: 1px solid #F5683A;
  border-radius: 2px; }

.live-view-body .notice {
  height: 20px;
  background: url(/img/icon_coffee-729d28.png) no-repeat center 0;
  color: #aaa;
  text-align: center;
  padding-top: 90px;
  margin-bottom: 10px; }

.live .box-body {
  padding-top: 20px; }
  .live .box-body .row {
    margin-bottom: 20px;
    position: relative;
    height: 30px; }
    .live .box-body .row .text {
      min-width: 80px;
      text-align: right;
      margin-right: 10px; }
      .live .box-body .row .text span {
        color: #fd2e2e;
        margin-right: 5px; }
    .live .box-body .row .calendar-row {
      position: relative; }
    .live .box-body .row .icon_calendar {
      position: absolute;
      left: 130px;
      background: url(/img/icon_calendar2-793b64.png) no-repeat center;
      width: 36px;
      height: 36px;
      display: block;
      -webkit-opacity: .7;
      -moz-opacity: .7;
      -khtml-opacity: .7;
      opacity: .7;
      filter: alpha(opacity=50);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); }
    .live .box-body .row .form-control {
      border-radius: 2px;
      height: 28px;
      line-height: 28px;
      width: 136px; }
    .live .box-body .row select.form-control {
      padding: 6px 0px \9;
      width: 160px \9;
      height: auto \9;
      line-height: auto \9; }
    .live .box-body .row .desc {
      width: 430px; }
  .live .box-body .text-gray {
    text-align: center;
    color: #aaa;
    padding-top: 100px; }
  .live .box-body .period {
    background: #f6f6f6;
    padding: 10px 0;
    margin-bottom: 10px;
    position: relative; }
    .live .box-body .period .delete {
      position: absolute;
      right: 10px;
      top: 5px; }
      .live .box-body .period .delete a {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: url(/img/delete-40eb0c.png) no-repeat center 0; }
    .live .box-body .period .btn-copy {
      position: relative;
      width: 62px;
      margin-left: 10px; }
    .live .box-body .period .copy {
      font-style: normal;
      position: absolute;
      left: 25px; }
      .live .box-body .period .copy:before {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        left: -17px;
        background: url(/img/icon_btn_copy-84de83.png) no-repeat 0 0;
        width: 15px;
        height: 15px; }
  .live .box-body .valid-msg {
    display: inline-block;
    position: absolute;
    top: 26px; }
  .live .box-body .msg-notify {
    height: auto; }
    .live .box-body .msg-notify .title {
      margin-left: 15px;
      line-height: 14px;
      font-size: 14px;
      color: #141414; }
      .live .box-body .msg-notify .title:before {
        content: "";
        display: block;
        /*伪元素默认是行内元素，所以如果要设定宽高，这必须显性设置为block*/
        position: absolute;
        /*相对于父容器绝对定位，设置偏移父容器边框距离*/
        top: 1px;
        left: 0px;
        background: url(/img/icon_info-4c4f56.png) no-repeat 0 0;
        width: 12px;
        height: 12px; }
    .live .box-body .msg-notify .info {
      line-height: 14px;
      font-size: 14px;
      color: #737373;
      margin-bottom: 8px; }

:root .live .box-body .row select.form-control {
  padding: 0 12px;
  width: 136px;
  height: 28px;
  line-height: 28px; }

.entry .box-header {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 15px; }
  .entry .box-header .title {
    border-left: 3px solid #008cd6;
    padding-left: 10px; }
    .entry .box-header .title .text-gray {
      color: #aaa;
      margin-left: 30px; }

.entry .box-body {
  padding-top: 20px;
  padding-left: 15px; }
  .entry .box-body .row {
    height: 36px;
    line-height: 36px;
    margin-bottom: 25px; }
    .entry .box-body .row .url {
      display: inline-block;
      border: 1px solid #dcdcdc;
      width: 396px;
      height: 34px;
      line-height: 34px;
      padding-left: 10px;
      color: #737373;
      margin-right: 10px;
      vertical-align: middle; }
      .entry .box-body .row .url .text {
        display: block;
        width: 386px;
        overflow: hidden;
        white-space: nowrap; }
    .entry .box-body .row .btn {
      width: 46px;
      padding: 0 0 0 18px;
      background: #008cd6 url(/img/icon_copybtn-6829c7.png) no-repeat 10px center;
      height: 28px;
      line-height: 28px;
      font-size: 12px;
      border: none; }
    .entry .box-body .row .green {
      color: #0fb432;
      font-size: 12px;
      margin-left: 5px; }

.modal.cancel .modal-dialog {
  width: 500px; }
  .modal.cancel .modal-dialog .modal-header {
    border-bottom: none;
    padding-bottom: 0; }
  .modal.cancel .modal-dialog .modal-body {
    padding: 0;
    height: 180px; }
    .modal.cancel .modal-dialog .modal-body p {
      margin-bottom: 10px;
      line-height: 28px; }
    .modal.cancel .modal-dialog .modal-body textarea {
      width: 435px;
      height: 80px; }
    .modal.cancel .modal-dialog .modal-body .msg-box {
      position: absolute;
      top: 180px; }
  .modal.cancel .modal-dialog .modal-footer {
    border-top: none; }

.account-bg {
  width: 100%;
  height: 0;
  background-image: url(/img/bg-629173.jpg);
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../img/bg.jpg', sizingMethod='scale');
  background-repeat: no-repeat; }

.account .sign {
  width: 480px;
  height: 505px;
  background-color: transparent;
  margin: auto;
  position: absolute;
  top: -15px;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px; }
  .account .sign-in {
    background-image: url(/img/register-667327.png);
    background-repeat: no-repeat; }
  .account .sign-twoFactor {
    background-image: url(/img/login-1529ef.png);
    background-repeat: no-repeat; }
  .account .sign-up {
    background-image: url(/img/register-667327.png);
    background-repeat: no-repeat; }
  .account .sign-re {
    background-image: url(/img/reset_password-abe9af.png);
    background-repeat: no-repeat; }
  .account .sign-code input[type="text"], .account .sign-code input[type="password"] {
    padding-left: 16px !important;
    width: 143px !important; }
  .account .sign-code button {
    position: absolute;
    right: 1px;
    top: 0;
    height: 34px;
    font-size: 12px; }
  .account .sign-code button[disabled] {
    padding: 0 5px;
    background: #a1a1a1; }
  .account .sign-code .ie-placeholder {
    left: 17px !important; }
  .account .sign h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 4px; }
  .account .sign-card {
    margin: 60px auto;
    width: 272px; }
    .account .sign-card .n-error {
      top: 2px; }
  .account .sign-item {
    position: relative;
    margin-bottom: 18px; }
  .account .sign-icon {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    margin-bottom: 0;
    width: 36px;
    height: 34px; }
  .account .sign-icon-phone {
    background-image: url(/img/icon_login_man-457a81.png);
    background-repeat: no-repeat;
    background-position: center; }
  .account .sign-icon-lock {
    background-image: url(/img/icon_login_lock-78ad02.png);
    background-repeat: no-repeat;
    background-position: center; }
  .account .sign input[type="text"], .account .sign input[type="password"] {
    width: 220px;
    padding-left: 37px; }
  .account .sign .btn-login {
    width: 269px;
    margin: 18px 0; }
  .account .sign .btn-login-1 {
    width: 269px;
    margin: 5px 0 18px 0; }
  .account .sign .recovery {
    float: right;
    text-align: right;
    color: #737373;
    font-size: 12px; }
  .account .sign .recovery-1 {
    width: 100%;
    display: inline-block;
    text-align: right;
    color: #737373;
    font-size: 12px; }
  .account .sign .aggrement {
    color: #737373;
    font-size: 12px;
    width: 350px; }
    .account .sign .aggrement a {
      color: #008cd6; }
    .account .sign .aggrement label {
      margin: 0; }
    .account .sign .aggrement input[type="checkbox"] {
      vertical-align: middle; }
  .account .sign .aggrement-1 {
    margin: 8px 0 5px 0;
    height: 17px;
    color: #737373;
    font-size: 12px;
    width: 350px; }
    .account .sign .aggrement-1 a {
      color: #008cd6; }
    .account .sign .aggrement-1 label {
      margin: 0; }
    .account .sign .aggrement-1 input[type="checkbox"] {
      vertical-align: middle; }
  .account .sign .create-account {
    margin-bottom: 18px;
    text-align: center; }
    .account .sign .create-account a {
      color: #737373;
      font-size: 12px;
      text-decoration: underline; }
  .account .sign .exit-account {
    margin-bottom: 18px;
    text-align: center; }
    .account .sign .exit-account a {
      color: #fff;
      font-size: 12px; }
  .account .sign .n-msg {
    margin-left: -6px;
    width: 360px;
    overflow: visible;
    white-space: break-spaces; }
  .account .sign .sign-err .sign-icon {
    background-color: #fff; }
  .account .sign .sign-err-border {
    border: 1px solid #fd2e2e; }
  .account .sign .sign-err-msg {
    position: absolute;
    left: 37px;
    top: 1px;
    z-index: -1;
    margin-bottom: 0;
    color: red;
    background: #fff;
    width: 234px;
    height: 21px;
    text-align: left;
    padding: 7px 0; }
  .account .sign .sign-err input[type="text"], .account .sign .sign-err input[type="password"] {
    z-index: 0;
    background: transparent; }
  .account .sign .sign-err ::-webkit-input-placeholder {
    color: transparent;
    font-size: 14px; }
  .account .sign .sign-err :-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
    font-size: 14px; }
  .account .sign .sign-err ::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
    font-size: 14px; }
  .account .sign .sign-err :-ms-input-placeholder {
    color: transparent;
    font-size: 14px; }
  .account .sign .sign-code.sign-err .sign-err-msg {
    left: 0px !important;
    width: 160px !important;
    padding-left: 12px !important; }

.account .verify input {
  width: 40%;
  display: inline-block; }

.account .verify img {
  width: 30%;
  height: 34px;
  margin-left: 10px;
  vertical-align: bottom;
  cursor: pointer; }

.account .profile {
  max-width: 568px;
  height: 600px;
  min-height: 600px;
  background-color: #fff;
  margin: auto;
  position: absolute;
  top: -15px;
  left: 0;
  bottom: 0;
  right: 0; }
  .account .profile label {
    margin: 0px; }
  .account .profile-picture {
    position: relative;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto 18px;
    cursor: pointer; }
    .account .profile-picture:hover .img-tips {
      visibility: visible;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .account .profile-picture .img-tips {
      position: absolute;
      top: 0;
      text-align: center;
      width: 100%;
      height: 100%;
      line-height: 100%;
      font-size: 12px;
      color: #ccc;
      visibility: hidden;
      opacity: 1;
      -webkit-transition: border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
      -o-transition: border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
      transition: border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s; }
      .account .profile-picture .img-tips .tips {
        padding: 14px; }
        .account .profile-picture .img-tips .tips span {
          display: block; }
        .account .profile-picture .img-tips .tips-icon {
          display: inline-block;
          width: 46px;
          height: 46px;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url(/img/icon_pic-f5c243.png); }
    .account .profile-picture .tips-show {
      visibility: visible; }
    .account .profile-picture img {
      border-radius: 50%; }
  .account .profile h2 {
    font-size: 24px;
    font-weight: bold;
    font-family: "SimHei";
    text-align: center; }
  .account .profile-card {
    position: relative;
    margin: 40px auto;
    width: 470px; }
    .account .profile-card input[type="text"] {
      width: 382px; }
  .account .profile-item {
    position: relative;
    margin-bottom: 18px; }
    .account .profile-item:before, .account .profile-item:after {
      content: " ";
      display: table; }
    .account .profile-item:after {
      clear: both; }
    .account .profile-item .caption {
      min-width: 35px;
      padding-top: 7px;
      margin-right: 15px;
      text-align: right;
      float: left; }
  .account .profile-footer {
    text-align: center; }
    .account .profile-footer button {
      width: 60px; }
  .account .profile .gender {
    line-height: 36px; }
    .account .profile .gender label {
      display: inline;
      padding-left: 2px; }
  .account .profile textarea {
    width: 382px !important;
    height: 110px !important;
    padding-top: 10px;
    padding-bottom: 10px; }
  .account .profile .male {
    background-image: url(/img/icon_male-30b7f6.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 14px; }
  .account .profile .female {
    background-image: url(/img/icon_female-a4541f.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 14px; }
  .account .profile-icon {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    margin-bottom: 0;
    width: 36px;
    height: 34px; }
  .account .profile .red {
    padding-right: 5px;
    color: #fd2e2e; }
  .account .profile .n-error {
    position: absolute;
    bottom: 50px;
    left: 55px; }
    .account .profile .n-error .n-msg {
      margin-left: -8px; }

.login .header {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: none; }

.login .footer {
  background-color: rgba(255, 255, 255, 0.8); }

.jconfirm.jconfirm-material .jconfirm-scrollpane .container {
  width: 928px; }

.jconfirm.jconfirm-material .jconfirm-scrollpane .jconfirm-box {
  padding: 20px 20px 10px; }
  .jconfirm.jconfirm-material .jconfirm-scrollpane .jconfirm-box div.closeIcon {
    top: 15px;
    right: 15px; }
  .jconfirm.jconfirm-material .jconfirm-scrollpane .jconfirm-box div.title-c {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 5px;
    font-size: 20px; }
  .jconfirm.jconfirm-material .jconfirm-scrollpane .jconfirm-box div.content-pane {
    margin-bottom: 0; }

.library .library-header {
  margin-bottom: 15px; }
  .library .library-header .pull-left {
    margin-right: 15px; }
  .library .library-header .form-control {
    width: 200px;
    overflow: hidden; }
  .library .library-header select {
    padding: 4px 0; }

.library .library-body {
  margin-bottom: 15px; }
  .library .library-body table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
    .library .library-body table td, .library .library-body table th {
      border: 1px solid #dcdcdc;
      padding: 0 15px;
      line-height: 36px;
      margin: 0;
      text-align: center; }
    .library .library-body table tbody tr td:first-child {
      background-color: #f7f7f7; }
    .library .library-body table .text-left {
      text-align: left !important; }
    .library .library-body table .fixed-td-width {
      white-space: normal;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 100%;
      text-align: left;
      max-width: 430px;
      height: 36px;
      line-height: 36px; }
      .library .library-body table .fixed-td-width input[type=button] {
        margin: 0 3px;
        padding-bottom: 1px;
        color: #008cd6;
        border: none;
        background-color: #fff;
        width: 24px;
        height: 28px;
        border-bottom: 1px solid #008cd6; }
      .library .library-body table .fixed-td-width p {
        display: inline-block;
        padding: 0;
        margin: 0; }
    .library .library-body table .fixed-small-width {
      white-space: nowrap;
      text-overflow: ellipsis;
      /* for internet explorer */
      overflow: hidden;
      width: 100px;
      text-align: left; }
    .library .library-body table .fixed-middle-width {
      white-space: nowrap;
      text-overflow: ellipsis;
      /* for internet explorer */
      overflow: hidden;
      width: 100%;
      text-align: left;
      max-width: 300px; }
    .library .library-body table .fixed-150-center {
      white-space: nowrap;
      text-overflow: ellipsis;
      /* for internet explorer */
      overflow: hidden;
      text-align: center;
      width: 150px; }
    .library .library-body table .fixed-100-center {
      white-space: nowrap;
      text-overflow: ellipsis;
      /* for internet explorer */
      overflow: hidden;
      text-align: center;
      width: 100px; }
    .library .library-body table .fixed-300-left {
      white-space: nowrap;
      text-overflow: ellipsis;
      /* for internet explorer */
      overflow: hidden;
      text-align: left;
      width: 300px; }
    .library .library-body table .fixed-200-left {
      white-space: nowrap;
      text-overflow: ellipsis;
      /* for internet explorer */
      overflow: hidden;
      text-align: left;
      width: 200px; }
  .library .library-body .pager {
    position: relative;
    border: 1px solid #dcdcdc;
    border-top: none;
    text-align: center;
    line-height: 30px;
    height: 30px;
    padding: 10px 0;
    vertical-align: middle;
    color: #737373;
    box-sizing: content-box; }
    .library .library-body .pager ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .library .library-body .pager ul li {
        display: inline-block;
        margin: 0 7px; }
        .library .library-body .pager ul li.pager-icon {
          cursor: pointer;
          width: 11px;
          height: 11px;
          background-repeat: no-repeat;
          background-position: center center; }
          .library .library-body .pager ul li.pager-icon.pager-first {
            background-image: url(/img/icon_pager_first-4f3923.png);
            width: 7px; }
          .library .library-body .pager ul li.pager-icon.pager-pre {
            background-image: url(/img/icon_pager_pre-3fdb5b.png); }
          .library .library-body .pager ul li.pager-icon.pager-next {
            background-image: url(/img/icon_pager_next-2adb23.png); }
          .library .library-body .pager ul li.pager-icon.pager-last {
            background-image: url(/img/icon_pager_last-efefef.png);
            width: 7px; }
          .library .library-body .pager ul li.pager-icon.disabled {
            -webkit-opacity: .35;
            -moz-opacity: .35;
            -khtml-opacity: .35;
            opacity: .35;
            filter: alpha(opacity=35);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35); }
        .library .library-body .pager ul li.pager-divide {
          color: #dcdcdc; }
        .library .library-body .pager ul li.pager-go {
          margin: 0; }
        .library .library-body .pager ul li input {
          display: inline-block;
          vertical-align: middle;
          border: 1px solid #dcdcdc;
          width: 20px;
          padding: 0 5px;
          height: 24px;
          margin-right: 5px;
          border-radius: 2px; }
    .library .library-body .pager .pager-total {
      position: absolute;
      right: 10px;
      top: 10px; }

.library .library-footer h4 {
  margin-top: 0;
  margin-bottom: 10px; }

.library .library-footer .result {
  border: 1px solid #dcdcdc;
  padding: 10px;
  min-height: 32px;
  max-height: 200px;
  overflow-y: auto; }
  .library .library-footer .result .label {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 5px;
    line-height: 28px;
    height: 28px;
    margin: 5px; }
    .library .library-footer .result .label .delete {
      cursor: pointer;
      margin-left: 5px;
      font-style: normal;
      color: #aaa;
      display: inline-block;
      font-weight: bold;
      margin-right: 2px; }
      .library .library-footer .result .label .delete:hover {
        color: #737373; }
    .library .library-footer .result .label input[type=button] {
      margin: 0 3px;
      padding-bottom: 1px;
      color: #008cd6;
      border: none;
      background-color: #fff;
      width: 24px;
      height: 24px;
      border-bottom: 1px solid #008cd6; }
    .library .library-footer .result .label p {
      display: inline-block;
      margin: 0;
      padding: 0; }

.library .library-tip {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  color: #737373; }

.previewh5 {
  height: 100%;
  overflow-y: hidden; }
  .previewh5 .cw-preview {
    height: 90%;
    margin: 0; }

.cw-preview {
  padding-bottom: 80px;
  margin: 80px auto 0; }
  .cw-preview.preview-pic {
    width: 1000px; }
  .cw-preview.preview-video {
    position: relative;
    width: 1200px; }
    .cw-preview.preview-video .audio-bg {
      position: absolute;
      top: 35%;
      left: 50%;
      margin-left: -45px;
      width: 90px;
      height: 132px;
      background: url(/img/audio-c1c9db.png) center no-repeat; }
  .cw-preview iframe {
    border: 0 none; }
  .cw-preview .tc {
    text-align: center; }
  .cw-preview .video-js {
    width: 100%;
    height: 680px; }

.preview-error {
  color: #737373;
  font-size: 20px;
  text-align: center;
  margin: 120px auto 0 !important; }

.preview-hudkejian .phone-bg {
  position: relative;
  width: 318px;
  height: 558px;
  margin: 0 auto;
  background: url(/img/bg_phone-a96dcc.png) no-repeat; }
  .preview-hudkejian .phone-bg .phone-box {
    position: relative;
    border: 1px solid #dcdcdc;
    margin: 43px 22px 43px 25px; }
    .preview-hudkejian .phone-bg .phone-box .phone-header {
      position: relative;
      padding-top: 20px; }
      .preview-hudkejian .phone-bg .phone-box .phone-header h4 {
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 15px;
        margin: 0; }
    .preview-hudkejian .phone-bg .phone-box .phone-cont {
      position: relative; }
    .preview-hudkejian .phone-bg .phone-box .img-count {
      z-index: 99;
      position: absolute;
      top: 10px;
      left: 50%;
      margin-left: -20px;
      display: block;
      width: 40px;
      min-width: 30px;
      height: 14px;
      line-height: 14px;
      font-size: 12px;
      text-align: center;
      background-color: #007aff;
      color: #fff;
      border-radius: 14px; }
    .preview-hudkejian .phone-bg .phone-box .img-wrap {
      overflow: hidden;
      height: 415px;
      line-height: 415px; }
      .preview-hudkejian .phone-bg .phone-box .img-wrap .flexslider-box {
        height: 415px;
        line-height: 415px; }
        .preview-hudkejian .phone-bg .phone-box .img-wrap .flexslider-box img {
          display: inline-block;
          width: 100%;
          vertical-align: middle; }
    .preview-hudkejian .phone-bg .phone-box .vedio-box {
      z-index: 3;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
      .preview-hudkejian .phone-bg .phone-box .vedio-box .audio-box {
        position: relative;
        width: 100%;
        height: 44px;
        line-height: 44px;
        background-color: #fff;
        border-top: 1px solid #dcdcdc; }
        .preview-hudkejian .phone-bg .phone-box .vedio-box .audio-box .audio-errortip {
          position: absolute;
          left: 0;
          top: 0;
          height: 44px;
          line-height: 44px;
          color: #666;
          padding-left: 45px;
          background-repeat: no-repeat;
          background-position: 10px center;
          background-size: 25px auto; }
          .preview-hudkejian .phone-bg .phone-box .vedio-box .audio-box .audio-errortip.error {
            background-image: url(/img/icon_notice-f2a1b2.png); }
          .preview-hudkejian .phone-bg .phone-box .vedio-box .audio-box .audio-errortip.loading {
            background-image: url(/img/loading-eb0d43.gif); }
          .preview-hudkejian .phone-bg .phone-box .vedio-box .audio-box .audio-errortip.player {
            background-image: url(/img/icon_start-2d9dac.png); }
          .preview-hudkejian .phone-bg .phone-box .vedio-box .audio-box .audio-errortip.paused {
            background-image: url(/img/icon_suspend-31ea52.png); }
        .preview-hudkejian .phone-bg .phone-box .vedio-box .audio-box .audio-transcoding {
          padding: 10px 18px;
          background-repeat: no-repeat;
          background-position: 10px center;
          background-size: 25px auto; }
          .preview-hudkejian .phone-bg .phone-box .vedio-box .audio-box .audio-transcoding.loading {
            background-image: url(/img/loading-eb0d43.gif); }

.preview-hudkejian .swiper-slide {
  overflow-x: hidden;
  height: 415px !important; }

.preview-hudkejian .swiper-button-prev,
.preview-hudkejian .swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-size: 30px 30px; }

.preview-hudkejian .swiper-button-prev,
.preview-hudkejian .swiper-container-rtl .swiper-button-prev {
  background-image: url(/img/icon_flex_pre_active-077ba2.png) !important; }

.preview-hudkejian .swiper-button-next,
.preview-hudkejian .swiper-container-rtl .swiper-button-next {
  background-image: url(/img/icon_flex_next_active-babb8d.png) !important; }

.preview-hudkejian .audiojs {
  width: 100%;
  height: 44px;
  overflow: hidden;
  font-family: monospace;
  font-size: 12px;
  background: transparent;
  box-shadow: none; }
  .preview-hudkejian .audiojs .play-pause {
    float: left;
    overflow: hidden;
    width: 25px;
    height: 44px;
    padding: 0 10px;
    margin: 0px;
    border: none; }
    .preview-hudkejian .audiojs .play-pause p {
      display: none;
      width: 25px;
      height: 44px;
      margin: 0px;
      background-size: 25px auto;
      background-position: center; }
      .preview-hudkejian .audiojs .play-pause p.play {
        cursor: pointer;
        display: block;
        background-image: url(/img/icon_start-2d9dac.png); }
      .preview-hudkejian .audiojs .play-pause p.pause {
        cursor: pointer;
        background-image: url(/img/icon_suspend-31ea52.png); }
      .preview-hudkejian .audiojs .play-pause p.loading {
        background-image: url(/img/loading-eb0d43.gif); }
      .preview-hudkejian .audiojs .play-pause p.error {
        background-image: url(/img/icon_notice-f2a1b2.png); }
  .preview-hudkejian .audiojs .scrubber {
    position: relative;
    float: left;
    overflow: visible;
    width: 140px;
    height: 8px;
    margin: 18px 0 0 0;
    border-radius: 8px;
    background: #dcdcdc;
    border: none; }
    .preview-hudkejian .audiojs .scrubber .progress {
      cursor: pointer;
      position: absolute;
      top: 0px;
      left: 0px;
      height: 8px;
      width: 0px;
      background-color: #38acff;
      background-image: inherit;
      border-radius: 8px;
      z-index: 1; }
      .preview-hudkejian .audiojs .scrubber .progress:before {
        cursor: pointer;
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -8px;
        margin-right: -8px;
        display: block;
        width: 16px;
        height: 16px;
        background: url(/img/test_choice-339054.png) no-repeat; }
    .preview-hudkejian .audiojs .scrubber .loaded {
      cursor: pointer;
      position: absolute;
      top: 0px;
      left: 0px;
      height: 8px;
      width: 0px;
      background-color: #bec0c0;
      background-image: inherit;
      border-radius: 8px; }
  .preview-hudkejian .audiojs .time {
    float: left;
    height: 44px;
    line-height: 44px;
    color: #737373;
    text-shadow: inherit;
    padding: 0;
    margin: 0px 0px 0px 10px;
    border: none; }
    .preview-hudkejian .audiojs .time em {
      color: inherit;
      font-style: normal;
      padding: 0px 2px 0px 0px; }
  .preview-hudkejian .audiojs.playing .play,
  .preview-hudkejian .audiojs.playing .loading,
  .preview-hudkejian .audiojs.playing .error {
    display: none !important; }
  .preview-hudkejian .audiojs.playing .pause {
    display: block !important; }
  .preview-hudkejian .audiojs.loading .play,
  .preview-hudkejian .audiojs.loading .pause,
  .preview-hudkejian .audiojs.loading .error {
    display: none !important; }
  .preview-hudkejian .audiojs.loading .loading {
    display: block !important; }
  .preview-hudkejian .audiojs.error .time,
  .preview-hudkejian .audiojs.error .scrubber,
  .preview-hudkejian .audiojs.error .play,
  .preview-hudkejian .audiojs.error .pause,
  .preview-hudkejian .audiojs.error .loading {
    display: none !important; }
  .preview-hudkejian .audiojs.error .error {
    display: block !important; }

[ng-cloak] {
  display: none !important; }

.home {
  margin: 120px auto 0;
  width: 1200px;
  text-align: center; }
  .home .home-text h1 {
    font-weight: lighter; }
    .home .home-text h1.text-blue {
      color: #008cd6; }
  .home .home-text p {
    color: #737373;
    font-size: 20px; }
  .home .home-list .col-md-33 {
    margin-top: 65px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    width: 378px;
    height: 396px;
    margin-bottom: 30px;
    padding-top: 45px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .home .home-list .col-md-33 .icon {
      display: block;
      width: 100%;
      height: 155px;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 30px; }
      .home .home-list .col-md-33 .icon.icon-course {
        background-image: url(/img/icon_course-19d24b.png); }
      .home .home-list .col-md-33 .icon.icon-live {
        background-image: url(/img/icon_live2-0c1cb8.png); }
      .home .home-list .col-md-33 .icon.icon-bundle {
        background-image: url(/img/icon_bundle-bc13d6.png); }
      .home .home-list .col-md-33 .icon.style2 {
        margin-bottom: 10px;
        height: 170px; }
      .home .home-list .col-md-33 .icon.icon-courseware {
        background-image: url(/img/icon_courseware-6ca09f.png); }
      .home .home-list .col-md-33 .icon.icon-exam {
        background-image: url(/img/icon_exam-8d497f.png); }
      .home .home-list .col-md-33 .icon.icon-survey {
        background-image: url(/img/icon_survey-abcf4b.png); }
    .home .home-list .col-md-33 a {
      text-decoration: none; }
    .home .home-list .col-md-33 h3 {
      color: #333;
      font-size: 32px;
      font-weight: lighter;
      margin-bottom: 18px; }
      .home .home-list .col-md-33 h3.style2 {
        margin-top: 10px; }
    .home .home-list .col-md-33 .quantity {
      margin: 0 0 42px;
      font-size: 20px;
      color: #737373;
      font-weight: lighter; }
    .home .home-list .col-md-33 .decorate-line {
      width: 40px;
      height: 1px;
      background-color: #008cd6;
      margin: 0 auto 24px; }
    .home .home-list .col-md-33 .home-btn {
      position: absolute;
      bottom: -1px;
      left: -1px;
      right: -1px;
      height: 60px;
      border: 1px solid #008cd6; }
      .home .home-list .col-md-33 .home-btn.btn-half .btn {
        width: 189px;
        float: left; }
        .home .home-list .col-md-33 .home-btn.btn-half .btn.btn-half-left {
          width: 188px;
          border-right: 1px solid #008cd6; }
    .home .home-list .col-md-33 .btn {
      width: 100%;
      padding: 0;
      text-align: center;
      height: 60px;
      line-height: 60px;
      vertical-align: middle;
      font-size: 18px;
      border: none; }
      .home .home-list .col-md-33 .btn .icon-add {
        display: inline-block;
        margin-right: 15px;
        width: 14px;
        height: 22px;
        background: url(/img/icon_add_arrow-8487c3.png) no-repeat center;
        vertical-align: text-bottom; }
      .home .home-list .col-md-33 .btn:hover {
        background-color: #008cd6;
        color: #FFF; }
        .home .home-list .col-md-33 .btn:hover .icon-add {
          background-image: url(/img/icon_add_arrow2-049860.png); }
    .home .home-list .col-md-33 .note {
      text-align: center;
      margin-top: 50px;
      color: #737373;
      font-size: 16px; }
    .home .home-list .col-md-33:hover {
      margin-top: 55px;
      box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1); }

.manual ol, .manual ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.manual ol {
  list-style-type: upper-alpha;
  margin-left: 1.0em; }

.manual-container {
  margin-bottom: 20px;
  padding-bottom: 30px; }
  .manual-container .content {
    border: 1px solid #dcdcdc;
    float: left;
    width: 1050px;
    box-sizing: border-box;
    margin-right: 10px;
    background-color: #fff; }
    .manual-container .content .option input[type=checkbox] {
      -webkit-appearance: none;
      appearance: none;
      width: 14px;
      height: 14px;
      line-height: 14px;
      margin: 0;
      cursor: pointer;
      vertical-align: middle;
      background: transparent;
      border: 1px solid #a5a5a5;
      border: none\9;
      position: relative;
      text-align: center; }
      .manual-container .content .option input[type=checkbox]:focus {
        outline: none; }
      .manual-container .content .option input[type=checkbox]:checked::after {
        display: block;
        position: absolute;
        top: -2px;
        left: -1px;
        width: 14px;
        height: 14px; }
      .manual-container .content .option input[type=checkbox]:checked::after {
        content: url(/img/test_multiple_choice-550761.png); }
    .manual-container .content .option input[type=radio] {
      -webkit-appearance: none;
      appearance: none;
      width: 14px;
      height: 14px;
      line-height: 14px;
      margin: 0;
      cursor: pointer;
      vertical-align: middle;
      background: transparent;
      border: 1px solid #a5a5a5;
      border: none\9;
      position: relative;
      text-align: center; }
      .manual-container .content .option input[type=radio]:focus {
        outline: none; }
      .manual-container .content .option input[type=radio]:checked::after {
        display: block;
        position: absolute;
        top: -2px;
        left: -1px;
        width: 14px;
        height: 14px; }
      .manual-container .content .option input[type=radio]:checked::after {
        content: url(/img/test_choice-339054.png); }
  .manual-container .score {
    width: 220px;
    box-sizing: border-box;
    float: left; }
  .manual-container .img-list {
    display: inline-block;
    line-height: 36px; }
    .manual-container .img-list li {
      position: relative;
      display: inline-block; }
      .manual-container .img-list li .img {
        width: 34px;
        height: 34px;
        vertical-align: middle;
        display: inline-block;
        background-size: cover;
        border: 1px solid #dcdcdc; }
      .manual-container .img-list li:hover .btn-removed {
        visibility: visible; }
    .manual-container .img-list .btn-removed {
      visibility: hidden;
      position: absolute;
      top: 0px;
      left: 19px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(/img/error-5b7550.png) !important;
      width: 16px;
      height: 16px; }

.manual-header {
  padding-top: 70px;
  text-align: center; }
  .manual-header-title {
    padding: 6px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
    .manual-header-title input {
      border: 1px solid transparent;
      width: 730px;
      text-align: center;
      padding: 5px 0;
      font-size: 24px; }
    .manual-header-title input[disabled] {
      background-color: #fff; }
    .manual-header-title:hover, .manual-header-title.active {
      background-color: #fafafa;
      border-top: 1px solid #e0e0e0;
      border-bottom: 1px solid #e0e0e0; }
      .manual-header-title:hover input, .manual-header-title.active input {
        border: 1px solid #e0e0e0; }
    .manual-header-title .n-error {
      top: 10px !important; }
  .manual-header .inner {
    margin-left: 120px; }
  .manual-header .summary {
    font-size: 14px;
    padding: 20px; }
    .manual-header .summary div {
      display: inline-block;
      margin-right: 20px; }

.manual-body {
  padding: 10px 0; }
  .manual-body .question {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin-top: -1px;
    position: relative;
    zoom: 1;
    overflow: hidden;
    min-height: 170px; }
    .manual-body .question:hover {
      background-color: #f9f9f9;
      border-top: 1px solid #e0e0e0;
      border-bottom: 1px solid #e0e0e0; }
      .manual-body .question:hover .control {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    .manual-body .question .inner {
      margin-left: auto;
      margin-right: auto;
      max-width: 730px; }
    .manual-body .question .title {
      padding: 15px 0;
      padding-bottom: 8px; }
      .manual-body .question .title-type {
        color: #008cd6;
        font-weight: bold; }
      .manual-body .question .title-score {
        position: absolute;
        right: 126px; }
        .manual-body .question .title-score input {
          margin: 0 5px;
          width: 38px;
          line-height: 26px;
          height: 26px;
          padding: 0;
          text-align: center;
          display: inline-block; }
    .manual-body .question-title {
      max-width: 650px;
      display: inline-block; }
      .manual-body .question-title input[type=button] {
        margin: 0 3px;
        padding-bottom: 1px;
        color: #008cd6;
        border: none;
        background-color: #fff;
        width: 24px;
        height: 20px;
        border-bottom: 1px solid #008cd6; }
      .manual-body .question-title p {
        display: inline;
        margin: 0; }
    .manual-body .question .mx560 {
      max-width: 560px; }
    .manual-body .question .option-box {
      margin-bottom: 3px; }
    .manual-body .question .option-item {
      margin: 5px 0;
      padding: 10px 0; }
      .manual-body .question .option-item:hover {
        background-color: #f9f9f9; }
    .manual-body .question .option-text {
      padding-left: 10px; }
    .manual-body .question .control {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 39px;
      background-color: #f5f5f5;
      border-left: 1px solid #e0e0e0;
      -webkit-transform: translateX(60px);
      transform: translateX(60px);
      -webkit-transition: -webkit-transform 0.2s;
      transition: transform 0.2s; }
      .manual-body .question .control li b {
        display: block;
        height: 42px;
        line-height: 42px;
        text-align: center;
        cursor: pointer; }
      .manual-body .question .control li:hover {
        background-color: #ccc;
        color: #fff; }
        .manual-body .question .control li:hover .copy i {
          background-image: url(/img/icon_copy_active-e03ceb.png); }
        .manual-body .question .control li:hover .delete i {
          background-image: url(/img/icon_trash_active-37d8be.png); }
        .manual-body .question .control li:hover .up i {
          background-image: url(/img/icon_arrow_up_active-80682c.png); }
        .manual-body .question .control li:hover .down i {
          background-image: url(/img/icon_arrow_down_active-e62990.png); }
      .manual-body .question .control i {
        display: inline-block;
        width: 17px;
        height: 17px;
        background-position: center;
        background-repeat: no-repeat;
        vertical-align: middle; }
      .manual-body .question .control .copy i {
        background-image: url(/img/copy-f506d3.png); }
      .manual-body .question .control .delete i {
        background-image: url(/img/delete-40eb0c.png); }
      .manual-body .question .control .up i {
        background-image: url(/img/icon_move_up_non-23766c.png); }
      .manual-body .question .control .down i {
        background-image: url(/img/down-54a320.png); }
    .manual-body .question-control {
      text-align: center;
      padding: 30px 0; }
  .manual-body .editor {
    overflow: hidden;
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0; }
    .manual-body .editor input[type=text] {
      width: 410px; }
    .manual-body .editor textarea {
      display: inline-block;
      width: 410px;
      height: 102px; }
    .manual-body .editor label {
      height: 36px;
      line-height: 36px; }
    .manual-body .editor .inner {
      margin-left: 120px; }
    .manual-body .editor .row {
      margin-bottom: 10px; }
    .manual-body .editor-type .type-title {
      margin-right: 9px; }
    .manual-body .editor-type .type-list {
      display: inline-block; }
      .manual-body .editor-type .type-list label {
        margin-right: 20px;
        display: inline; }
    .manual-body .editor-title {
      overflow: hidden; }
      .manual-body .editor-title .title {
        float: left;
        width: 40px;
        height: 36px;
        line-height: 36px; }
        .manual-body .editor-title .title-text {
          position: relative;
          float: left; }
    .manual-body .editor-options .option-item {
      position: relative;
      padding: 5px 0;
      min-height: 40px;
      height: 36px;
      line-height: 36px; }
      .manual-body .editor-options .option-item label {
        margin-right: 8px; }
      .manual-body .editor-options .option-item .option-input {
        display: inline-block; }
        .manual-body .editor-options .option-item .option-input input[type=text] {
          width: 410px; }
      .manual-body .editor-options .option-item:hover .option-tool {
        display: block; }
    .manual-body .editor-options .judge input {
      border: none;
      background-color: transparent;
      box-shadow: none; }
    .manual-body .editor-options .option-tool {
      display: none;
      position: absolute;
      top: -29px;
      right: 371px;
      background-color: #fff;
      border: 1px solid #ccc;
      padding: 5px 10px;
      height: 20px;
      line-height: 20px; }
      .manual-body .editor-options .option-tool a {
        cursor: pointer; }
        .manual-body .editor-options .option-tool a:hover {
          text-decoration: none; }
          .manual-body .editor-options .option-tool a:hover .delete i {
            background-image: url(/img/icon_trash_active-37d8be.png); }
          .manual-body .editor-options .option-tool a:hover .up i {
            background-image: url(/img/icon_arrow_up_active-80682c.png); }
          .manual-body .editor-options .option-tool a:hover .down i {
            background-image: url(/img/icon_arrow_down_active-e62990.png); }
      .manual-body .editor-options .option-tool i {
        display: inline-block;
        width: 17px;
        height: 17px;
        background-position: center;
        background-repeat: no-repeat;
        vertical-align: middle; }
      .manual-body .editor-options .option-tool .delete i {
        background-image: url(/img/delete-40eb0c.png); }
      .manual-body .editor-options .option-tool .up i {
        background-image: url(/img/icon_move_up_non-23766c.png); }
      .manual-body .editor-options .option-tool .down i {
        background-image: url(/img/down-54a320.png); }
    .manual-body .editor-options .option-create {
      padding: 5px 0;
      width: 100px;
      line-height: 16px;
      color: #008cd6;
      cursor: pointer; }
    .manual-body .editor-options .add-plus {
      display: inline-block;
      margin-right: 3px;
      background: url(/img/icon_add_blue-fa2451.png) no-repeat center;
      width: 16px;
      height: 16px;
      vertical-align: bottom; }
    .manual-body .editor-control {
      margin-bottom: 20px !important;
      padding-top: 5px;
      text-align: center;
      margin-right: 120px !important; }
      .manual-body .editor-control .btn {
        padding: 0;
        width: 77px;
        height: 26px;
        line-height: 26px;
        font-size: 12px; }
      .manual-body .editor-control .btn-ok {
        border: 1px solid #008cd6;
        margin-right: 5px;
        color: #008cd6; }
        .manual-body .editor-control .btn-ok:hover {
          border: 1px solid #009df2;
          color: #009df2; }
      .manual-body .editor-control a {
        text-decoration: none; }
        .manual-body .editor-control a:focus {
          text-decoration: none; }
    .manual-body .editor .img-plus {
      display: inline-block;
      box-sizing: border-box;
      background: url(/img/icon_pic_add_non-c19447.png) no-repeat center;
      width: 36px;
      height: 36px;
      vertical-align: top; }
      .manual-body .editor .img-plus:hover {
        background: url(/img/icon_pic_add-dc8a4e.png) no-repeat center; }
    .manual-body .editor .blank-plus {
      position: absolute;
      top: 36px;
      right: 0;
      display: inline-block;
      box-sizing: border-box;
      background: url(/img/icon_space_normal-edc58a.png) no-repeat center;
      width: 36px;
      height: 36px;
      vertical-align: top;
      cursor: pointer; }
      .manual-body .editor .blank-plus:hover {
        background: url(/img/icon_space_active-76db59.png) no-repeat center; }

.manual .score .cover {
  position: relative;
  height: 126px;
  background-color: #fff;
  cursor: pointer; }
  .manual .score .cover:hover .img-tips {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .manual .score .cover .img-tips {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 100%;
    font-size: 12px;
    color: #ccc;
    visibility: hidden;
    opacity: 1; }
    .manual .score .cover .img-tips .tips {
      padding: 17px;
      padding-bottom: 10px; }
      .manual .score .cover .img-tips .tips-icon {
        margin: 0;
        margin-top: 20px;
        display: inline-block;
        width: 46px;
        height: 46px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(/img/icon_pic-f5c243.png); }
    .manual .score .cover .img-tips p {
      margin: 5px 0; }
  .manual .score .cover .tips-show {
    visibility: visible; }

.manual .score-box {
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #dcdcdc; }
  .manual .score-box .score-header {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #dcdcdc; }
  .manual .score-box .score-body {
    padding: 20px 10px; }
    .manual .score-box .score-body .option-text {
      margin-left: 10px; }
  .manual .score-box .score-item .item {
    display: inline-block;
    padding: 10px 0;
    padding-left: 26px;
    font-size: 12px; }
  .manual .score-box .score-item .sum {
    color: #008cd6;
    font-size: 14px;
    padding: 0px; }
  .manual .score-box .score-item input {
    margin: 0 5px;
    width: 38px;
    line-height: 26px;
    height: 26px;
    padding: 0;
    text-align: center;
    display: inline-block; }

.manual .wangEditor-container {
  width: 436px !important;
  display: inline-block !important; }

.manual .wangEditor-menu-container {
  display: none !important; }

.manual .wangEditor-txt input {
  width: 24px;
  height: 18px;
  line-height: 16px !important;
  color: #008cd6;
  margin: 0 3px;
  padding-bottom: 1px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #008cd6; }

.manual .wangEditor-txt p {
  display: inline; }

.manual .intro-tooltip {
  left: 472px !important; }

.automation-content {
  float: left;
  border: 1px solid #dcdcdc;
  width: 1050px;
  box-sizing: border-box;
  margin-right: 10px;
  background-color: #fff;
  padding: 80px 0; }
  .automation-content-header {
    text-align: center; }
    .automation-content-header-title {
      padding: 6px;
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent; }
      .automation-content-header-title input {
        border: 1px solid transparent;
        width: 730px;
        text-align: center;
        padding: 5px 0;
        font-size: 24px; }
      .automation-content-header-title:hover, .automation-content-header-title.active, .automation-content-header-title.error {
        background-color: #fafafa;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0; }
        .automation-content-header-title:hover input, .automation-content-header-title.active input, .automation-content-header-title.error input {
          border: 1px solid #e0e0e0; }
    .automation-content-header-summary {
      font-size: 14px;
      padding: 20px 0 40px; }
  .automation-content-body {
    padding: 0 120px; }
  .automation-content .box {
    border: 1px solid #dcdcdc;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px; }
    .automation-content .box-header {
      background-color: #f6f6f6;
      height: 40px;
      line-height: 40px;
      border-bottom: 1px solid #dcdcdc; }
      .automation-content .box-header .pattern {
        font-size: 16px;
        color: #008cd6;
        margin-right: 40px;
        margin-left: 20px; }
      .automation-content .box-header input {
        height: 22px;
        width: 38px;
        text-align: center;
        line-height: 22px;
        padding: 0 0.2em; }
      .automation-content .box-header .icon {
        width: 30px;
        height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: 50%;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 9px;
        margin-top: 5px; }
        .automation-content .box-header .icon-trash {
          background-image: url(/img/icon_trash-e634a2.png); }
          .automation-content .box-header .icon-trash:hover {
            background-image: url(/img/icon_trash_active-37d8be.png); }
    .automation-content .box-body {
      padding: 10px 0; }
      .automation-content .box-body ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .automation-content .box-body ul li {
          height: 32px;
          line-height: 32px;
          padding: 0 8px 0 15px; }
          .automation-content .box-body ul li:hover {
            background-color: #e5f3fb; }
          .automation-content .box-body ul li .icon {
            width: 32px;
            height: 32px;
            display: inline-block;
            background-repeat: no-repeat;
            background-position: 50%;
            vertical-align: middle;
            cursor: pointer; }
            .automation-content .box-body ul li .icon-trash {
              background-image: url(/img/icon_trash-e634a2.png); }
              .automation-content .box-body ul li .icon-trash:hover {
                background-image: url(/img/icon_trash_active-37d8be.png); }
          .automation-content .box-body ul li .name {
            color: #aaa;
            margin-right: 10px; }
          .automation-content .box-body ul li .count {
            color: #737373; }
      .automation-content .box-body button {
        margin: 10px;
        margin-left: 15px; }

.automation-score {
  width: 220px;
  box-sizing: border-box;
  float: left; }
  .automation-score .box {
    border: 1px solid #dcdcdc;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #fff;
    box-sizing: border-box; }
    .automation-score .box-header {
      height: 40px;
      line-height: 40px;
      border-bottom: 1px solid #dcdcdc;
      text-align: center;
      font-size: 16px; }
    .automation-score .box-body {
      padding: 15px 10px; }
      .automation-score .box-body ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 12px;
        margin-top: 10px; }
        .automation-score .box-body ul li {
          padding: 12px 0 12px 15px; }
      .automation-score .box-body input[type='text'] {
        width: 40px;
        height: 26px;
        text-align: center; }
  .automation-score .cover {
    position: relative;
    height: 126px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 20px; }
    .automation-score .cover:hover .img-tips {
      visibility: visible;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .automation-score .cover .img-tips {
      position: absolute;
      top: 0;
      text-align: center;
      width: 100%;
      height: 100%;
      line-height: 100%;
      font-size: 12px;
      color: #ccc;
      visibility: hidden;
      opacity: 1; }
      .automation-score .cover .img-tips .tips {
        padding: 17px;
        padding-bottom: 10px; }
        .automation-score .cover .img-tips .tips span {
          display: block; }
        .automation-score .cover .img-tips .tips-icon {
          margin-bottom: 3px;
          display: inline-block;
          width: 46px;
          height: 46px;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url(/img/icon_pic-f5c243.png); }
    .automation-score .cover .tips-show {
      visibility: visible; }

.check-question-type-ul {
  margin-left: -50px;
  margin-top: 2px; }
  .check-question-type-ul li {
    color: #46A3FF;
    float: left;
    width: 399px;
    list-style-type: none;
    border: 1px solid #2894FF;
    padding: 2px 0px;
    margin-bottom: 1px;
    cursor: pointer;
    border-radius: 3px; }
    .check-question-type-ul li:hover {
      background-color: #46A3FF;
      color: #fff; }

button[disabled] {
  background-color: #ccc;
  cursor: default; }

.exemination .exam-card-tools {
  height: auto !important;
  padding: 18px 5px;
  width: 100%;
  box-sizing: border-box;
  margin: 0; }
  .exemination .exam-card-tools > li {
    width: 50px; }
    .exemination .exam-card-tools > li > a {
      display: flex;
      justify-content: center;
      align-items: center; }

.exemination .list-view-header .btn.btn-primary, .exemination .empty .btn.btn-primary {
  min-width: 58px;
  height: 28px; }
  .exemination .list-view-header .btn.btn-primary:last-child, .exemination .empty .btn.btn-primary:last-child {
    margin-left: 6px; }

.type-active {
  width: 90px;
  text-align: center; }
  .type-active a {
    color: #008CD6 !important;
    font-weight: bold; }

.icon_more {
  display: inline-block;
  width: 11px;
  height: 6px;
  margin-left: 6px;
  background: url(/img/icon_arrow_more-8cd177.png) no-repeat 0 0;
  vertical-align: middle; }

.icon_enter_list {
  background: url(/img/enter_list-867444.png) no-repeat 0 0;
  display: inline-block;
  width: 22px;
  height: 14px;
  position: relative;
  top: 2px; }

.vam, .search .row .control {
  vertical-align: middle; }

.mr45 {
  margin-right: 45px; }

.lh55 {
  line-height: 55px; }

.h40 {
  height: 40px; }

.h90 {
  height: 90px; }

.fwb {
  font-weight: bold; }

.addExamDialog {
  text-align: center;
  padding: 20px;
  padding-top: 36px; }
  .addExamDialog a {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 32px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px; }
  .addExamDialog .content_manual, .addExamDialog .content_automation {
    display: inline-block;
    width: 49.5%; }
  .addExamDialog .content_manual {
    border-right: 1px solid #efefef; }
  .addExamDialog h1 {
    font-size: 29px;
    margin: 0;
    margin-bottom: 13px;
    font-weight: normal;
    line-height: 1em; }

.closeIcon {
  line-height: 22px !important;
  font-size: 20px !important; }

.bg_manual {
  display: inline-block;
  width: 135px;
  height: 151px;
  background: url(/img/manual-3234dd.png) no-repeat 0 0;
  vertical-align: middle; }

.bg_automation {
  display: inline-block;
  width: 135px;
  height: 151px;
  background: url(/img/automation-d410b1.png) no-repeat 0 0;
  vertical-align: middle; }

.add_exam_desc {
  color: #999;
  margin: 0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1em; }

.icon-add {
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 16px;
  background: url(/img/icon_add_white-b7f665.png) no-repeat center;
  vertical-align: text-bottom; }

#addManual, #addAutomation {
  width: 123px;
  padding: 0;
  text-align: center;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  font-size: 16px; }

.exam-store .detail-view-header .inner {
  background-color: #fff; }

.exam-store .detail-view-header .nav a {
  color: #008cd6; }

.exam-store a:hover,
.exam-store a:focus {
  text-decoration: none; }

.exam-store-container {
  margin-bottom: 20px;
  padding-bottom: 30px; }
  .exam-store-container .list {
    float: left;
    width: 920px; }
    .exam-store-container .list .option input[type="checkbox"] {
      -webkit-appearance: none;
      appearance: none;
      width: 14px;
      height: 14px;
      line-height: 14px;
      margin: 0;
      cursor: pointer;
      vertical-align: middle;
      background: transparent;
      border: 1px solid #a5a5a5;
      border: none\9;
      position: relative;
      text-align: center; }
      .exam-store-container .list .option input[type="checkbox"]:focus {
        outline: none; }
      .exam-store-container .list .option input[type="checkbox"]:checked::after {
        display: block;
        position: absolute;
        top: -2px;
        left: -1px;
        width: 14px;
        height: 14px; }
      .exam-store-container .list .option input[type="checkbox"]:checked::after {
        content: url(/img/test_multiple_choice-550761.png); }
    .exam-store-container .list .option input[type="radio"] {
      -webkit-appearance: none;
      appearance: none;
      width: 14px;
      height: 14px;
      line-height: 14px;
      margin: 0;
      cursor: pointer;
      vertical-align: middle;
      background: transparent;
      border: 1px solid #a5a5a5;
      border: none\9;
      position: relative;
      text-align: center; }
      .exam-store-container .list .option input[type="radio"]:focus {
        outline: none; }
      .exam-store-container .list .option input[type="radio"]:checked::after {
        display: block;
        position: absolute;
        top: -2px;
        left: -1px;
        width: 14px;
        height: 14px; }
      .exam-store-container .list .option input[type="radio"]:checked::after {
        content: url(/img/test_choice-339054.png); }
  .exam-store-container .exam {
    width: 348px;
    margin-right: 10px;
    float: left; }

.exam-store .list-content {
  min-height: 600px;
  position: relative;
  padding-bottom: 72px;
  border: 1px solid #dcdcdc;
  background-color: #fff; }
  .exam-store .list-content table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse; }
  .exam-store .list-content thead {
    background: #f6f6f6; }
  .exam-store .list-content thead th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #dcdcdc; }
  .exam-store .list-content tbody td {
    height: 60px;
    border-bottom: 1px solid #efefef;
    line-height: 1.42857143;
    text-align: center;
    font-weight: normal; }
    .exam-store .list-content tbody td.body {
      text-align: left; }
      .exam-store .list-content tbody td.body div {
        max-height: 60px;
        word-break: break-all;
        word-wrap: break-word;
        overflow: hidden; }
  .exam-store .list-content tbody tr {
    color: #a1a1a1; }
    .exam-store .list-content tbody tr:hover {
      background: #f6f6f6; }
    .exam-store .list-content tbody tr a {
      color: #a1a1a1; }
      .exam-store .list-content tbody tr a:hover {
        color: #008cd6; }
      .exam-store .list-content tbody tr a.active {
        color: #008cd6; }
  .exam-store .list-content tfoot {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #a1a1a1; }
    .exam-store .list-content tfoot th {
      cursor: pointer;
      width: 80px;
      font-weight: normal;
      color: #008cd6; }
      .exam-store .list-content tfoot th .list-move-icon {
        background-image: url(/img/move-04b3e3.png); }
      .exam-store .list-content tfoot th .list-del-icon {
        background-image: url(/img/icon_trash_active-37d8be.png); }
    .exam-store .list-content tfoot .pagination {
      width: 750px; }
  .exam-store .list-content .table {
    width: 100%;
    max-width: 100%; }
    .exam-store .list-content .table input[type="button"] {
      margin: 0 3px;
      padding-bottom: 1px;
      color: #008cd6;
      border: none;
      background-color: #fff;
      width: 24px;
      height: 20px;
      border-bottom: 1px solid #008cd6; }
    .exam-store .list-content .table p {
      display: inline;
      word-break: break-all;
      margin: 0; }

.exam-store .list-move-icon {
  background-image: url(/img/move_non-ad4bc9.png); }
  .exam-store .list-move-icon:hover {
    background-image: url(/img/move-04b3e3.png); }

.exam-store .list-del-icon {
  background-image: url(/img/icon_trash-e634a2.png); }
  .exam-store .list-del-icon:hover {
    background-image: url(/img/icon_trash_active-37d8be.png); }

.exam-store .list-edit-icon {
  background-image: url(/img/icon_edit-3575fe.png); }
  .exam-store .list-edit-icon:hover {
    background-image: url(/img/icon_edit_active-25af91.png); }

.exam-store .list i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 2.5px;
  margin-right: 0; }

.exam-store .exam-search_store {
  visibility: hidden;
  height: 0;
  overflow: hidden; }

.exam-store .exam-content {
  height: 672px;
  padding: 10px 5px 10px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  overflow-y: auto;
  line-height: 40px;
  font-weight: 500; }

.exam-store .exam-body-inner {
  margin-top: 10px;
  height: 627px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  overflow-y: auto; }

.exam-store .exam-caption {
  font-size: 16px;
  color: #008cd6;
  cursor: pointer; }
  .exam-store .exam-caption i {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
    position: relative;
    top: 2.5px; }

.exam-store .exam-search {
  position: relative; }
  .exam-store .exam-search input {
    box-sizing: border-box; }
  .exam-store .exam-search button {
    position: absolute;
    top: 0px;
    right: -18px;
    width: 36px;
    height: 32px;
    line-height: 28px; }

.exam-store .exam-body {
  line-height: 0; }

.exam-store .exam-item {
  display: inline-block;
  width: 100%;
  position: relative;
  line-height: 40px;
  cursor: pointer; }
  .exam-store .exam-item .name {
    max-width: 70%;
    float: left;
    border: none;
    padding: 0;
    margin: 0;
    height: 40px;
    outline: none; }
  .exam-store .exam-item .sum {
    position: absolute; }
  .exam-store .exam-item .option-tool {
    position: absolute;
    top: 0;
    right: 10px; }
  .exam-store .exam-item i {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 2.5px;
    cursor: pointer; }
  .exam-store .exam-item.active, .exam-store .exam-item:hover {
    color: #008cd6; }

.exam-store .exam-edit-icon {
  background-image: url(/img/icon_edit-3575fe.png); }
  .exam-store .exam-edit-icon:hover {
    background-image: url(/img/icon_edit_active-25af91.png); }

.exam-store .exam-add1-icon {
  background-image: url(/img/add-a4b452.png); }
  .exam-store .exam-add1-icon:hover {
    background-image: url(/img/add_blue-21f8f0.png); }

.exam-store .exam-add-icon {
  background-image: url(/img/add_blue-21f8f0.png); }

.exam-store .exam-del-icon {
  background-image: url(/img/icon_trash-e634a2.png); }
  .exam-store .exam-del-icon:hover {
    background-image: url(/img/icon_trash_active-37d8be.png); }

.exam-store .exam-edit-icon {
  background-image: url(/img/icon_edit-3575fe.png); }
  .exam-store .exam-edit-icon:hover {
    background-image: url(/img/icon_edit_active-25af91.png); }

.exam-store .exam-ok-icon {
  background-image: url(/img/confirm-38b9a0.png); }

.exam-store .exam-cancel-icon {
  background-image: url(/img/cancel-65db57.png); }

.exam-store .exam-auth-icon {
  background-image: url(/img/icon_key-11df22.png); }
  .exam-store .exam-auth-icon:hover {
    background-image: url(/img/icon_key_active-0f5cd5.png); }

.exam-store .new {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding-top: 50px;
  padding-bottom: 50px; }
  .exam-store .new .editor-options ul, .exam-store .new .editor-options ol {
    padding: 0;
    margin: 0; }
  .exam-store .new .editor {
    width: 750px;
    margin: 0 auto; }
    .exam-store .new .editor input[type="text"] {
      display: inline-block;
      width: 500px; }
    .exam-store .new .editor .select-input {
      width: 100% !important; }
    .exam-store .new .editor textarea {
      display: inline-block;
      width: 470px;
      height: 102px; }
    .exam-store .new .editor label {
      height: 36px;
      line-height: 36px; }
    .exam-store .new .editor .inner {
      margin-left: 120px; }
    .exam-store .new .editor .row {
      margin-bottom: 10px; }
    .exam-store .new .editor-type .type-title {
      margin-right: 9px; }
    .exam-store .new .editor-type .type-list {
      display: inline-block; }
      .exam-store .new .editor-type .type-list label {
        margin-right: 20px;
        display: inline; }
    .exam-store .new .editor-title {
      overflow: hidden;
      height: 120px;
      padding: 5px 0; }
      .exam-store .new .editor-title .title {
        float: left;
        width: 40px;
        height: 36px;
        line-height: 36px; }
        .exam-store .new .editor-title .title-text {
          position: relative;
          float: left; }
    .exam-store .new .editor-category {
      height: 36px;
      padding: 5px 0; }
      .exam-store .new .editor-category .category {
        float: left;
        width: 40px;
        height: 36px;
        line-height: 36px; }
        .exam-store .new .editor-category .category-select {
          float: left; }
          .exam-store .new .editor-category .category-select select {
            width: 250px; }
      .exam-store .new .editor-category .w-select {
        width: 496px !important; }
    .exam-store .new .editor-options .option {
      list-style-type: upper-alpha;
      margin-left: 1.4em; }
    .exam-store .new .editor-options .option-item {
      position: relative;
      padding: 5px 0;
      height: 36px;
      line-height: 36px; }
      .exam-store .new .editor-options .option-item label {
        margin-right: 4px; }
        .exam-store .new .editor-options .option-item label input {
          position: relative;
          margin-left: 0px; }
      .exam-store .new .editor-options .option-item .option-input {
        display: inline-block; }
        .exam-store .new .editor-options .option-item .option-input input[type="text"] {
          width: 470px; }
      .exam-store .new .editor-options .option-item:hover .option-tool {
        display: block; }
    .exam-store .new .editor-options .judge input {
      border: none;
      background-color: transparent;
      box-shadow: none; }
    .exam-store .new .editor-options .option-tool {
      display: none;
      position: absolute;
      top: -29px;
      right: 220px;
      background-color: #fff;
      border: 1px solid #ccc;
      padding: 5px 10px;
      height: 20px;
      line-height: 20px;
      z-index: 999; }
      .exam-store .new .editor-options .option-tool a {
        cursor: pointer; }
        .exam-store .new .editor-options .option-tool a:hover {
          text-decoration: none; }
          .exam-store .new .editor-options .option-tool a:hover .delete i {
            background-image: url(/img/icon_trash_active-37d8be.png); }
          .exam-store .new .editor-options .option-tool a:hover .up i {
            background-image: url(/img/icon_arrow_up_active-80682c.png); }
          .exam-store .new .editor-options .option-tool a:hover .down i {
            background-image: url(/img/icon_arrow_down_active-e62990.png); }
      .exam-store .new .editor-options .option-tool i {
        display: inline-block;
        width: 17px;
        height: 17px;
        background-position: center;
        background-repeat: no-repeat;
        vertical-align: middle; }
      .exam-store .new .editor-options .option-tool .delete i {
        background-image: url(/img/delete-40eb0c.png); }
      .exam-store .new .editor-options .option-tool .up i {
        background-image: url(/img/icon_arrow_up-23766c.png); }
      .exam-store .new .editor-options .option-tool .down i {
        background-image: url(/img/down-54a320.png); }
    .exam-store .new .editor-options .option-create {
      padding: 5px 0;
      width: 100px;
      color: #008cd6;
      cursor: pointer; }
    .exam-store .new .editor-options .add-plus {
      display: inline-block;
      margin-right: 10px;
      background: url(/img/add_blue-21f8f0.png) no-repeat center;
      width: 16px;
      height: 16px;
      vertical-align: bottom; }
    .exam-store .new .editor .img-plus {
      display: inline-block;
      box-sizing: border-box;
      background: url(/img/icon_pic_add_non-c19447.png) no-repeat center;
      width: 36px;
      height: 36px;
      vertical-align: top;
      cursor: pointer; }
      .exam-store .new .editor .img-plus:hover {
        background: url(/img/icon_pic_add-dc8a4e.png) no-repeat center; }
    .exam-store .new .editor .blank-plus {
      position: absolute;
      top: 36px;
      right: 0;
      display: inline-block;
      box-sizing: border-box;
      background: url(/img/icon_space_normal-edc58a.png) no-repeat center;
      width: 36px;
      height: 36px;
      vertical-align: top;
      cursor: pointer; }
      .exam-store .new .editor .blank-plus:hover {
        background: url(/img/icon_space_active-76db59.png) no-repeat center; }
    .exam-store .new .editor .img-list {
      display: inline-block;
      position: absolute;
      width: 450px; }
      .exam-store .new .editor .img-list li {
        position: relative;
        display: inline-block;
        margin-left: 5px; }
        .exam-store .new .editor .img-list li img {
          width: 36px;
          height: 36px;
          display: inline-block;
          background-size: cover;
          vertical-align: top; }
        .exam-store .new .editor .img-list li:hover .btn-removed {
          visibility: visible; }
      .exam-store .new .editor .img-list .btn-removed {
        visibility: hidden;
        position: absolute;
        top: -5px;
        right: -5px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(/img/error-5b7550.png) !important;
        width: 16px;
        height: 16px; }

.exam-store .list-filter {
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  margin-bottom: 10px;
  padding-left: 14px;
  background-color: #fff;
  border: 1px solid #dcdcdc; }
  .exam-store .list-filter a {
    color: #737373;
    margin-right: 15px; }
    .exam-store .list-filter a.active {
      color: #008cd6; }
  .exam-store .list-filter label {
    float: right;
    color: #737373;
    margin-right: 16px;
    font-size: 14px; }
    .exam-store .list-filter label input {
      margin-top: -2px; }

.exam-store .wangEditor-container {
  width: 496px !important;
  display: inline-block !important; }

.exam-store .wangEditor-menu-container {
  display: none !important; }

.exam-store .wangEditor-txt input {
  margin: 0 3px;
  padding-bottom: 1px;
  color: #008cd6;
  border: none;
  background-color: #fff;
  width: 24px;
  height: 16px;
  border-bottom: 1px solid #008cd6; }

.exam-store .wangEditor-txt p {
  display: inline; }

.add-item-input {
  width: 356px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }

.exam-select {
  border-radius: 0;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d2d6de;
  outline: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .exam-select:hover {
    border-color: #3c8dbc;
    box-shadow: none; }

.refer:hover .name {
  color: #008cd6 !important;
  cursor: pointer; }

.intro-tooltip {
  display: none;
  opacity: 1;
  left: 534px;
  top: 36px;
  position: absolute;
  padding: 10px;
  background-color: white;
  min-width: 140px;
  background: url(/img/icon_bubble-0abb50.png) no-repeat;
  height: 26px; }

.intro-ff {
  display: none;
  position: absolute;
  z-index: 999;
  color: #008cd6;
  top: 96px;
  left: 10px; }

#store_list_auth_modal .modal-dialog {
  width: 680px; }

#store_list_auth_modal .store-name {
  color: #008cd6;
  margin-left: 5px;
  margin-right: 5px; }

#store_list_auth_modal ul.receiver {
  padding: 0;
  padding-inline-start: 0; }

.modal-search-question {
  width: 500px; }
  .modal-search-question .content {
    clip: auto !important; }

.en-SG .exam-store .list-filter {
  font-size: 12px; }
  .en-SG .exam-store .list-filter a {
    margin-right: 5px; }
  .en-SG .exam-store .list-filter label {
    font-size: 12px; }

.exam-store-container .store-list-up .form-control {
  width: 160px !important; }

.importexam {
  background-color: #fff;
  padding-top: 60px;
  min-height: 600px;
  outline: 0; }
  .importexam .importexam-content {
    width: 560px;
    margin: 0 auto !important; }
    .importexam .importexam-content p {
      color: #737373;
      margin: 0;
      margin-bottom: 5px; }
      .importexam .importexam-content p .dib, .importexam .importexam-content p .search .row .word, .search .row .importexam .importexam-content p .word, .importexam .importexam-content p .search .row .control, .search .row .importexam .importexam-content p .control, .importexam .importexam-content p .search .row .control .line, .search .row .control .importexam .importexam-content p .line {
        display: inline-block; }
        .importexam .importexam-content p .dib a, .importexam .importexam-content p .search .row .word a, .search .row .importexam .importexam-content p .word a, .importexam .importexam-content p .search .row .control a, .search .row .importexam .importexam-content p .control a, .search .row .control .importexam .importexam-content p .line a {
          cursor: pointer; }
  .importexam .importexam-footer {
    width: 750px;
    margin: 0 auto !important;
    text-align: right; }
    .importexam .importexam-footer p {
      font-size: 12px;
      color: #737373; }
    .importexam .importexam-footer .exam-content {
      border: 1px solid #dcdcdc;
      height: 500px;
      overflow-y: auto; }
  .importexam .row {
    margin-bottom: 15px; }
    .importexam .row .importexam-input {
      position: relative;
      float: left; }
    .importexam .row .btn {
      position: relative;
      line-height: 32px;
      height: 32px;
      margin-left: 15px; }
  .importexam .loading {
    position: absolute;
    right: -97px;
    top: 0px;
    width: 82px;
    height: 34px;
    text-align: center;
    z-index: 9;
    background: url(/img/loading-eb0d43.gif) no-repeat center;
    background-color: white; }

.download-icon {
  display: inline-block;
  width: 22px;
  height: 16px;
  background: url(/img/download-e3924d.png) no-repeat 0 0;
  vertical-align: middle;
  margin-left: 20px; }

.mark-index .nav-label {
  color: #737373;
  font-size: 12px; }

.mark-index .detail-view-header .filter-text {
  display: inline-block;
  width: 258px;
  height: 29px;
  line-height: 29px; }

.mark-index .date-input {
  display: inline-block;
  height: 29px;
  line-height: 29px; }

.list .list-content-inner {
  max-height: 435px;
  overflow: auto;
  border-bottom: 1px solid #dcdcdc; }
  .list .list-content-inner::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px; }
  .list .list-content-inner::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ccc; }
  .list .list-content-inner::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ededed; }

.list .table-top {
  height: 37px;
  overflow: hidden; }

.list-content {
  min-height: 473px !important;
  position: relative;
  padding-bottom: 72px;
  border: 1px solid #dcdcdc;
  background-color: #fff; }
  .list-content table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse; }
  .list-content thead {
    background: #f6f6f6; }
  .list-content thead th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #dcdcdc; }
  .list-content tr:last-child td {
    border-bottom: 0; }
  .list-content tbody td {
    height: 35px;
    border-bottom: 1px solid #efefef;
    line-height: 1.42857143;
    text-align: center;
    font-weight: normal;
    padding: 0 15px; }
    .list-content tbody td.body {
      text-align: left; }
      .list-content tbody td.body div {
        max-height: 60px;
        overflow: hidden; }
  .list-content tbody tr {
    color: #737373; }
    .list-content tbody tr:hover {
      background: #f6f6f6; }
    .list-content tbody tr a {
      color: #737373; }
      .list-content tbody tr a:hover {
        color: #008cd6; }
  .list-content tfoot {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #737373; }
    .list-content tfoot th {
      cursor: pointer;
      width: 80px;
      font-weight: normal;
      color: #008cd6; }
    .list-content tfoot .pagination {
      width: 1196px; }
  .list-content .table {
    width: 100%;
    max-width: 100%; }
  .list-content .fixed-td-width {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    text-align: center;
    max-width: 300px;
    height: 36px;
    line-height: 36px; }
  .list-content .first-td {
    text-align: left;
    padding-left: 30px; }
  .list-content .btn-white {
    border-color: #008cd6;
    color: #008cd6;
    font-size: 12px;
    height: 24px;
    line-height: 24px; }
  .list-content .wait-mark {
    font-size: 14px;
    color: #fd2e2e; }

.list i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 2.5px;
  margin-right: 8px; }

.analysis .content {
  overflow: hidden; }

.analysis .answer-error:before {
  background: none !important; }

.analysis .wrong .answer-select {
  color: #A30014; }

.analysis .wrong.question-option-title {
  background: #FFE8E8 !important; }

.analysis .right .answer-select {
  color: #4B7902; }

.analysis .right.question-option-title {
  background: #DDFFDC !important; }

.analysis .question-type-change {
  margin-bottom: 20px; }

.analysis .sheet-header-right {
  float: right; }

.analysis .sheet-header {
  overflow: hidden; }

.analysis .right-answer {
  color: #D9001B;
  margin-left: 20px;
  margin-top: 15px; }

.analysis-list .exercise-title {
  text-align: left; }

.mark-exam a {
  text-decoration: none; }

.mark-exam ul {
  list-style-type: none;
  margin: 0; }

.mark-exam .detail-view-header-wrapper {
  height: auto !important; }

.mark-exam .detail-view-header .sheet-header {
  position: relative;
  height: auto;
  padding: 7px 10px;
  background-color: #FFF;
  border: 1px solid #dcdcdc;
  line-height: 30px; }

.mark-exam .detail-view-header .sheet-name {
  display: inline-block;
  font-size: 18px;
  color: #333;
  line-height: 18px;
  height: 18px;
  margin-bottom: 24px; }

.mark-exam .detail-view-header .sheet-score {
  float: right;
  overflow: hidden;
  clear: both; }

.mark-exam .detail-view-header .score {
  float: left; }

.mark-exam .detail-view-header .score-line {
  display: flex;
  align-items: center;
  line-height: 20px;
  height: 22px; }
  .mark-exam .detail-view-header .score-line span {
    display: inline-block; }
  .mark-exam .detail-view-header .score-line .title-width {
    min-width: 70px; }
  .mark-exam .detail-view-header .score-line .exam-time {
    width: 140px;
    text-align: left; }
  .mark-exam .detail-view-header .score-line .user-title-width {
    min-width: 70px;
    text-align: right; }

.mark-exam .detail-view-header .line-value {
  width: 70px;
  text-align: right;
  margin-right: 20px; }

.mark-exam .detail-view-header .line-value-long {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 70px;
  position: relative; }

.mark-exam .detail-view-header .sheet-submit {
  float: right;
  width: 78px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  background-color: #009aec;
  cursor: pointer; }
  .mark-exam .detail-view-header .sheet-submit.disabled {
    background-color: #dcdcdc;
    cursor: default; }

.mark-exam .detail-view-header .sheet-panel {
  background-color: #fff;
  margin-bottom: 24px;
  overflow: hidden; }

.mark-exam .detail-view-header .sheet-number {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: 4.48px;
  margin-right: 4.48px;
  font-size: 14px;
  color: #fff;
  background-color: #009aec;
  text-align: center;
  position: relative; }

.mark-exam .detail-view-header .sheet-taggle {
  font-size: 14px;
  color: #666;
  text-align: center; }
  .mark-exam .detail-view-header .sheet-taggle-bar.up:after {
    content: '';
    position: relative;
    display: inline-block;
    width: 11px;
    height: 7px;
    margin-left: 8px;
    top: -1px;
    background: url(/img/icon_sheet_up-3d2f7b.png) no-repeat;
    background-size: contain; }
  .mark-exam .detail-view-header .sheet-taggle-bar.down:after {
    content: '';
    position: relative;
    display: inline-block;
    width: 11px;
    height: 7px;
    margin-left: 8px;
    top: -1px;
    background: url(/img/icon_sheet_down-f2d8b2.png) no-repeat;
    background-size: contain; }

.mark-exam .question-ratio {
  color: #f6a53b; }

.mark-exam .question-anwser-error {
  color: #df0b2b;
  margin-right: 20px; }

.mark-exam .question-anwser-correct {
  margin-right: 20px;
  color: #597e03; }

.mark-exam .analysis-export-result {
  float: right; }

.mark-exam .analysis-export-result-box {
  overflow: hidden; }

.mark-exam .question-box {
  float: right; }

.mark-exam .rightData-item,
.mark-exam .errorData-item {
  margin-right: 10px; }

.mark-exam .question-list {
  padding: 24px;
  background-color: #fff;
  margin-top: 24px;
  margin-bottom: 360px; }

.mark-exam .question-item {
  background-color: #fff;
  margin-bottom: 12px; }

.mark-exam .question-content {
  line-height: 40px; }
  .mark-exam .question-content .content {
    font-size: 14px;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word; }
  .mark-exam .question-content .type {
    display: inline-block;
    border-radius: 4px;
    padding: 0 5px;
    line-height: 20px;
    margin-right: 8px; }
    .mark-exam .question-content .type.single {
      border: 1px solid #82c650;
      color: #82c650; }
    .mark-exam .question-content .type.judge {
      border: 1px solid #ff9c55;
      color: #ff9c55; }
    .mark-exam .question-content .type.multi {
      border: 1px solid #009aec;
      color: #009aec; }
    .mark-exam .question-content .type.completion {
      border: 1px solid #ff6e86;
      color: #ff6e86; }
    .mark-exam .question-content .type.qa {
      border: 1px solid #5c64ff;
      color: #5c64ff; }

.mark-exam .question-imgs {
  padding: 0;
  margin-bottom: 8px;
  margin-left: 26px;
  line-height: 0; }

.mark-exam .question-img {
  display: inline-block;
  margin-right: 20px;
  height: 128px;
  width: 218px;
  cursor: pointer;
  margin-top: 20px !important; }
  .mark-exam .question-img:nth-child(4n+0) {
    margin-right: 0; }
  .mark-exam .question-img:nth-child(1), .mark-exam .question-img:nth-child(2), .mark-exam .question-img:nth-child(3), .mark-exam .question-img:nth-child(4) {
    margin-top: 0 !important; }

.mark-exam .question-option {
  color: #666666;
  font-size: 14px;
  padding-left: 22px !important; }
  .mark-exam .question-option-title {
    word-break: break-all;
    word-wrap: break-word;
    display: inline-block;
    width: 100%; }
    .mark-exam .question-option-title:before {
      content: '';
      width: 16px;
      height: 16px;
      margin-right: 8px;
      display: inline-block;
      vertical-align: sub; }
    .mark-exam .question-option-title.wrong {
      background: #ffe8e8; }
    .mark-exam .question-option-title.right {
      background: #f1f9ea; }
    .mark-exam .question-option-title.multi:before {
      background: url(/img/icon_checkbox-b3abdc.png) no-repeat;
      background-size: cover; }
    .mark-exam .question-option-title.multi.active:before {
      background: url(/img/test_multiple_choice-550761.png) no-repeat;
      background-size: cover; }
    .mark-exam .question-option-title.single:before {
      background: url(/img/select_non-3b57e8.png) no-repeat;
      background-size: cover; }
    .mark-exam .question-option-title.active:before {
      background: url(/img/test_choice-339054.png) no-repeat;
      background-size: cover; }
    .mark-exam .question-option-title .answer-title {
      margin-right: 10px; }
    .mark-exam .question-option-title .answer-error {
      display: inline-block;
      margin-left: 20px;
      color: #fd2e2e;
      font-size: 12px;
      position: relative; }
      .mark-exam .question-option-title .answer-error:before {
        content: '';
        width: 14px;
        height: 14px;
        background: url(/img/icon_answer_wrong-1ee6bf.png) no-repeat;
        display: inline-block;
        position: absolute;
        top: 12px;
        left: -20px; }
    .mark-exam .question-option-title .answer-ok {
      display: inline-block;
      margin-left: 20px;
      color: #0fb432;
      font-size: 12px;
      position: relative; }
      .mark-exam .question-option-title .answer-ok:before {
        content: '';
        width: 14px;
        height: 14px;
        background: url(/img/icon_answer_correctly-63a53f.png) no-repeat;
        display: inline-block;
        position: absolute;
        top: 12px;
        left: -20px; }
  .mark-exam .question-option-item {
    line-height: 40px;
    cursor: pointer; }
    .mark-exam .question-option-item:last-child {
      margin-bottom: 12px; }
  .mark-exam .question-option .option-img {
    padding-left: 0;
    margin-bottom: 8px !important;
    line-height: 0; }

.mark-exam .question-answer {
  background: #f2f4f8;
  padding: 20px;
  margin-left: 22px;
  font-size: 14px; }
  .mark-exam .question-answer .title {
    color: #008cd6; }
  .mark-exam .question-answer p {
    margin: 10px 0;
    color: #666666; }
  .mark-exam .question-answer .index {
    color: #008cd6;
    margin-right: 10px; }
  .mark-exam .question-answer .remark input {
    display: inline-block;
    height: 34px; }
  .mark-exam .question-answer .remark .score {
    width: 74px;
    margin-right: 10px; }
  .mark-exam .question-answer .remark .moment {
    width: 898px; }

.mark-exam .ml-10 {
  margin-left: 10px !important; }

.mark-exam .exercise-title input[type=button] {
  margin: 0 3px;
  padding-bottom: 1px;
  color: #008cd6;
  border: none;
  background-color: #fff;
  width: 24px;
  height: 30px;
  border-bottom: 1px solid #008cd6; }

.mark-exam .exercise-title p {
  display: inline-block !important;
  margin: 0;
  padding: 0; }

.mark-exam .exercise-title div {
  display: inline-block !important; }

.mark-list td {
  height: 50px !important; }

.question-analysis {
  border-collapse: separate;
  border-spacing: 0px 5px; }
  .question-analysis ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .question-analysis ul li {
      display: inline-block;
      margin-right: 10px;
      height: 128px;
      width: 218px; }

.read-question-over {
  text-align: center;
  width: 290px; }

.read-question-content {
  height: 50px;
  background: url(/img/read_question-9bd4dd.png) 0% 0%/cover no-repeat;
  background-size: 50px;
  margin-left: 50px; }
  .read-question-content table {
    margin-left: 60px;
    text-align: left; }

.read-question-td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  width: 170px; }

.msg-tip {
  background-color: black;
  color: white;
  top: 50%;
  left: 50%;
  position: fixed;
  z-index: 100;
  opacity: 0.7;
  padding: 15px;
  border-radius: 5px;
  transition: all .5s ease-in; }

.tip-dialog {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: 0; }
  .tip-dialog .content-div {
    width: 400px;
    height: 170px;
    text-align: center;
    position: relative;
    left: 35%;
    top: 40%;
    border: 1px solid #f2f4f8;
    background-color: white; }
    .tip-dialog .content-div .title {
      width: 100%;
      height: 30px;
      text-align: center;
      border-bottom: 1px solid #999999;
      padding-top: 12px;
      font-weight: 700;
      background-color: aliceblue; }
    .tip-dialog .content-div .content {
      padding: 20px; }

.jconfirm.jconfirm-material .jconfirm-scrollpane .container {
  width: 928px; }

.jconfirm.jconfirm-material .jconfirm-scrollpane .jconfirm-box {
  padding: 20px 20px 10px; }
  .jconfirm.jconfirm-material .jconfirm-scrollpane .jconfirm-box div.closeIcon {
    top: 15px;
    right: 15px; }
  .jconfirm.jconfirm-material .jconfirm-scrollpane .jconfirm-box div.title-c {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 5px;
    font-size: 20px; }
  .jconfirm.jconfirm-material .jconfirm-scrollpane .jconfirm-box div.content-pane {
    margin-bottom: 0; }

.library .library-header {
  margin-bottom: 15px; }
  .library .library-header .pull-left {
    margin-right: 15px; }
  .library .library-header .form-control {
    width: 200px;
    overflow: hidden; }
  .library .library-header select {
    padding: 4px 0; }

.library .library-body {
  margin-bottom: 15px; }
  .library .library-body table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
    .library .library-body table td, .library .library-body table th {
      border: 1px solid #dcdcdc;
      padding: 0 15px;
      line-height: 36px;
      margin: 0;
      text-align: center; }
    .library .library-body table tbody tr td:first-child {
      background-color: #f7f7f7; }
    .library .library-body table .text-left {
      text-align: left !important; }
    .library .library-body table .fixed-td-width {
      white-space: normal;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 100%;
      text-align: left;
      max-width: 430px;
      height: 36px;
      line-height: 36px; }
      .library .library-body table .fixed-td-width input[type=button] {
        margin: 0 3px;
        padding-bottom: 1px;
        color: #008cd6;
        border: none;
        background-color: #fff;
        width: 24px;
        height: 28px;
        border-bottom: 1px solid #008cd6; }
      .library .library-body table .fixed-td-width p {
        display: inline-block;
        padding: 0;
        margin: 0; }
    .library .library-body table .fixed-small-width {
      white-space: nowrap;
      text-overflow: ellipsis;
      /* for internet explorer */
      overflow: hidden;
      width: 100px;
      text-align: left; }
    .library .library-body table .fixed-middle-width {
      white-space: nowrap;
      text-overflow: ellipsis;
      /* for internet explorer */
      overflow: hidden;
      width: 100%;
      text-align: left;
      max-width: 300px; }
    .library .library-body table .fixed-150-center {
      white-space: nowrap;
      text-overflow: ellipsis;
      /* for internet explorer */
      overflow: hidden;
      text-align: center;
      width: 150px; }
    .library .library-body table .fixed-100-center {
      white-space: nowrap;
      text-overflow: ellipsis;
      /* for internet explorer */
      overflow: hidden;
      text-align: center;
      width: 100px; }
    .library .library-body table .fixed-300-left {
      white-space: nowrap;
      text-overflow: ellipsis;
      /* for internet explorer */
      overflow: hidden;
      text-align: left;
      width: 300px; }
    .library .library-body table .fixed-200-left {
      white-space: nowrap;
      text-overflow: ellipsis;
      /* for internet explorer */
      overflow: hidden;
      text-align: left;
      width: 200px; }
  .library .library-body .pager {
    position: relative;
    border: 1px solid #dcdcdc;
    border-top: none;
    text-align: center;
    line-height: 30px;
    height: 30px;
    padding: 10px 0;
    vertical-align: middle;
    color: #737373;
    box-sizing: content-box; }
    .library .library-body .pager ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .library .library-body .pager ul li {
        display: inline-block;
        margin: 0 7px; }
        .library .library-body .pager ul li.pager-icon {
          cursor: pointer;
          width: 11px;
          height: 11px;
          background-repeat: no-repeat;
          background-position: center center; }
          .library .library-body .pager ul li.pager-icon.pager-first {
            background-image: url(/img/icon_pager_first-4f3923.png);
            width: 7px; }
          .library .library-body .pager ul li.pager-icon.pager-pre {
            background-image: url(/img/icon_pager_pre-3fdb5b.png); }
          .library .library-body .pager ul li.pager-icon.pager-next {
            background-image: url(/img/icon_pager_next-2adb23.png); }
          .library .library-body .pager ul li.pager-icon.pager-last {
            background-image: url(/img/icon_pager_last-efefef.png);
            width: 7px; }
          .library .library-body .pager ul li.pager-icon.disabled {
            -webkit-opacity: .35;
            -moz-opacity: .35;
            -khtml-opacity: .35;
            opacity: .35;
            filter: alpha(opacity=35);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35); }
        .library .library-body .pager ul li.pager-divide {
          color: #dcdcdc; }
        .library .library-body .pager ul li.pager-go {
          margin: 0; }
        .library .library-body .pager ul li input {
          display: inline-block;
          vertical-align: middle;
          border: 1px solid #dcdcdc;
          width: 20px;
          padding: 0 5px;
          height: 24px;
          margin-right: 5px;
          border-radius: 2px; }
    .library .library-body .pager .pager-total {
      position: absolute;
      right: 10px;
      top: 10px; }

.library .library-footer h4 {
  margin-top: 0;
  margin-bottom: 10px; }

.library .library-footer .result {
  border: 1px solid #dcdcdc;
  padding: 10px;
  min-height: 32px;
  max-height: 200px;
  overflow-y: auto; }
  .library .library-footer .result .label {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 5px;
    line-height: 28px;
    height: 28px;
    margin: 5px; }
    .library .library-footer .result .label .delete {
      cursor: pointer;
      margin-left: 5px;
      font-style: normal;
      color: #aaa;
      display: inline-block;
      font-weight: bold;
      margin-right: 2px; }
      .library .library-footer .result .label .delete:hover {
        color: #737373; }
    .library .library-footer .result .label input[type=button] {
      margin: 0 3px;
      padding-bottom: 1px;
      color: #008cd6;
      border: none;
      background-color: #fff;
      width: 24px;
      height: 24px;
      border-bottom: 1px solid #008cd6; }
    .library .library-footer .result .label p {
      display: inline-block;
      margin: 0;
      padding: 0; }

.library .library-tip {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  color: #737373; }

.survey ol, .survey ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.survey .blank-plus {
  display: block;
  box-sizing: border-box;
  background: url(/img/icon_space_normal-edc58a.png) no-repeat center;
  width: 36px;
  height: 36px;
  vertical-align: top;
  cursor: pointer; }
  .survey .blank-plus:hover {
    background: url(/img/icon_space_active-76db59.png) no-repeat center; }

.survey-container {
  margin-bottom: 20px;
  padding-bottom: 30px; }
  .survey-container .content {
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    background-color: #fff; }
    .survey-container .content .option input[type=checkbox] {
      -webkit-appearance: none;
      appearance: none;
      width: 14px;
      height: 14px;
      line-height: 14px;
      margin: 0;
      cursor: pointer;
      vertical-align: middle;
      background: transparent;
      border: 1px solid #a5a5a5;
      border: none\9;
      position: relative;
      text-align: center;
      vertical-align: top;
      top: 4px; }
      .survey-container .content .option input[type=checkbox]:focus {
        outline: none; }
      .survey-container .content .option input[type=checkbox]:checked::after {
        display: block;
        position: absolute;
        top: -2px;
        left: -1px;
        width: 14px;
        height: 14px; }
      .survey-container .content .option input[type=checkbox]:checked::after {
        content: url(/img/test_multiple_choice-550761.png); }
    .survey-container .content .option input[type=radio] {
      -webkit-appearance: none;
      appearance: none;
      width: 14px;
      height: 14px;
      line-height: 14px;
      margin: 0;
      cursor: pointer;
      vertical-align: middle;
      background: transparent;
      border: 1px solid #a5a5a5;
      border: none\9;
      position: relative;
      text-align: center;
      vertical-align: top;
      top: 4px; }
      .survey-container .content .option input[type=radio]:focus {
        outline: none; }
      .survey-container .content .option input[type=radio]:checked::after {
        display: block;
        position: absolute;
        top: -2px;
        left: -1px;
        width: 14px;
        height: 14px; }
      .survey-container .content .option input[type=radio]:checked::after {
        content: url(/img/test_choice-339054.png); }
  .survey-container .img-list {
    display: inline-block;
    line-height: 36px; }
    .survey-container .img-list li {
      position: relative;
      display: inline-block; }
      .survey-container .img-list li .img {
        width: 34px;
        height: 34px;
        vertical-align: middle;
        display: inline-block;
        background-size: cover;
        border: 1px solid #dcdcdc; }
      .survey-container .img-list li:hover .btn-removed {
        visibility: visible; }
    .survey-container .img-list .btn-removed {
      visibility: hidden;
      position: absolute;
      top: 0px;
      left: 19px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(/img/error-5b7550.png) !important;
      width: 16px;
      height: 16px; }

.survey-header {
  padding-top: 70px;
  text-align: center; }
  .survey-header-title {
    padding: 6px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
    .survey-header-title input {
      border: 1px solid transparent;
      width: 730px;
      text-align: center;
      padding: 5px 0;
      font-size: 24px; }
    .survey-header-title input[disabled] {
      background-color: #fff; }
    .survey-header-title:hover, .survey-header-title.active {
      background-color: #fafafa;
      border-top: 1px solid #e0e0e0;
      border-bottom: 1px solid #e0e0e0; }
      .survey-header-title:hover input, .survey-header-title.active input {
        border: 1px solid #e0e0e0; }
    .survey-header-title .n-error {
      top: 10px !important; }
  .survey-header .inner {
    margin-left: 120px; }
  .survey-header .summary {
    font-size: 14px;
    padding: 20px; }
    .survey-header .summary div {
      display: inline-block;
      margin-right: 20px; }

.survey-body {
  padding: 10px 0; }
  .survey-body .question {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin-top: -1px;
    position: relative;
    zoom: 1;
    overflow: hidden;
    min-height: 170px; }
    .survey-body .question:hover {
      background-color: #f9f9f9;
      border-top: 1px solid #e0e0e0;
      border-bottom: 1px solid #e0e0e0; }
      .survey-body .question:hover .control {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    .survey-body .question .inner {
      margin-left: 120px; }
    .survey-body .question .title {
      padding: 15px 0;
      padding-bottom: 8px; }
      .survey-body .question .title-type {
        color: #008cd6;
        font-weight: bold; }
    .survey-body .question-title {
      max-width: 650px;
      display: inline-block; }
    .survey-body .question .option-box {
      margin-bottom: 3px; }
    .survey-body .question .option-item {
      margin: 5px 0;
      padding: 10px 0; }
      .survey-body .question .option-item:hover {
        background-color: #f9f9f9; }
    .survey-body .question .option-text {
      padding-left: 10px;
      max-width: 650px;
      display: inline-block; }
    .survey-body .question .control {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 39px;
      background-color: #f5f5f5;
      border-left: 1px solid #e0e0e0;
      -webkit-transform: translateX(60px);
      transform: translateX(60px);
      -webkit-transition: -webkit-transform 0.2s;
      transition: transform 0.2s; }
      .survey-body .question .control li b {
        display: block;
        height: 42px;
        line-height: 42px;
        text-align: center;
        cursor: pointer; }
      .survey-body .question .control li:hover {
        background-color: #ccc;
        color: #fff; }
        .survey-body .question .control li:hover .copy i {
          background-image: url(/img/icon_copy_active-e03ceb.png); }
        .survey-body .question .control li:hover .delete i {
          background-image: url(/img/icon_trash_active-37d8be.png); }
        .survey-body .question .control li:hover .up i {
          background-image: url(/img/icon_arrow_up_active-80682c.png); }
        .survey-body .question .control li:hover .down i {
          background-image: url(/img/icon_arrow_down_active-e62990.png); }
      .survey-body .question .control i {
        display: inline-block;
        width: 17px;
        height: 17px;
        background-position: center;
        background-repeat: no-repeat;
        vertical-align: middle; }
      .survey-body .question .control .copy i {
        background-image: url(/img/copy-f506d3.png); }
      .survey-body .question .control .delete i {
        background-image: url(/img/delete-40eb0c.png); }
      .survey-body .question .control .up i {
        background-image: url(/img/icon_move_up_non-23766c.png); }
      .survey-body .question .control .down i {
        background-image: url(/img/down-54a320.png); }
    .survey-body .question-control {
      text-align: center;
      padding: 30px 0; }
  .survey-body .editor {
    overflow: hidden;
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0; }
    .survey-body .editor textarea {
      display: inline-block;
      width: 410px;
      height: 102px; }
    .survey-body .editor input[type=text] {
      width: 410px; }
    .survey-body .editor label {
      height: 36px;
      line-height: 36px; }
    .survey-body .editor .inner {
      margin-left: 120px; }
    .survey-body .editor .row {
      margin-bottom: 10px; }
    .survey-body .editor-type .type-title {
      margin-right: 9px; }
    .survey-body .editor-type .type-list {
      display: inline-block; }
      .survey-body .editor-type .type-list label {
        margin-right: 20px;
        display: inline; }
    .survey-body .editor-title {
      overflow: hidden; }
      .survey-body .editor-title .title {
        float: left;
        width: 40px;
        height: 36px;
        line-height: 36px; }
        .survey-body .editor-title .title-text {
          float: left; }
      .survey-body .editor-title .w64 {
        width: 64px !important; }
    .survey-body .editor-options .option-item {
      position: relative;
      padding: 5px 0;
      min-height: 40px;
      height: 36px;
      line-height: 36px; }
      .survey-body .editor-options .option-item label {
        float: left;
        margin-right: 8px;
        min-width: 10px;
        text-align: right; }
      .survey-body .editor-options .option-item .option-input {
        float: left; }
        .survey-body .editor-options .option-item .option-input input[type=text] {
          width: 410px; }
      .survey-body .editor-options .option-item:hover .option-tool {
        display: block; }
    .survey-body .editor-options .judge input {
      border: none;
      background-color: transparent;
      box-shadow: none; }
    .survey-body .editor-options .option-tool {
      display: none;
      position: absolute;
      top: -29px;
      right: 600px;
      background-color: #fff;
      border: 1px solid #ccc;
      padding: 5px 10px;
      height: 20px;
      line-height: 20px; }
      .survey-body .editor-options .option-tool a {
        cursor: pointer; }
        .survey-body .editor-options .option-tool a:hover {
          text-decoration: none; }
          .survey-body .editor-options .option-tool a:hover .delete i {
            background-image: url(/img/icon_trash_active-37d8be.png); }
          .survey-body .editor-options .option-tool a:hover .up i {
            background-image: url(/img/icon_arrow_up_active-80682c.png); }
          .survey-body .editor-options .option-tool a:hover .down i {
            background-image: url(/img/icon_arrow_down_active-e62990.png); }
      .survey-body .editor-options .option-tool i {
        display: inline-block;
        width: 17px;
        height: 17px;
        background-position: center;
        background-repeat: no-repeat;
        vertical-align: middle; }
      .survey-body .editor-options .option-tool .delete i {
        background-image: url(/img/delete-40eb0c.png); }
      .survey-body .editor-options .option-tool .up i {
        background-image: url(/img/icon_move_up_non-23766c.png); }
      .survey-body .editor-options .option-tool .down i {
        background-image: url(/img/down-54a320.png); }
    .survey-body .editor-options .option-create {
      padding: 5px 0;
      width: 100px;
      line-height: 16px;
      color: #008cd6;
      cursor: pointer; }
    .survey-body .editor-options .add-plus {
      display: inline-block;
      margin-right: 3px;
      background: url(/img/icon_add_blue-fa2451.png) no-repeat center;
      width: 16px;
      height: 16px;
      vertical-align: bottom; }
    .survey-body .editor-control {
      margin-bottom: 20px !important;
      padding-top: 5px;
      text-align: center;
      margin-right: 120px; }
      .survey-body .editor-control .btn {
        padding: 0;
        width: 77px;
        height: 26px;
        line-height: 26px;
        font-size: 12px; }
      .survey-body .editor-control .btn-ok {
        border: 1px solid #008cd6;
        margin-right: 5px;
        color: #008cd6; }
        .survey-body .editor-control .btn-ok:hover {
          border: 1px solid #009df2;
          color: #009df2; }
      .survey-body .editor-control a {
        text-decoration: none; }
        .survey-body .editor-control a:focus {
          text-decoration: none; }
    .survey-body .editor .img-plus {
      display: inline-block;
      box-sizing: border-box;
      background: url(/img/icon_pic_add_non-c19447.png) no-repeat center;
      width: 36px;
      height: 36px;
      vertical-align: top; }
      .survey-body .editor .img-plus:hover {
        border-color: #008cd6;
        background: url(/img/icon_pic_add-dc8a4e.png) no-repeat center; }

.survey .manyi-survey {
  margin-left: 120px;
  overflow: hidden; }

.survey .manyi-survey-1 {
  float: left;
  margin-top: 8px; }

.survey .organization-name {
  float: left;
  overflow: hidden;
  margin: 0px 20px 10px 20px;
  font-size: 14px; }

.survey .organization-name-l {
  float: left;
  color: #38acff;
  font-weight: bold;
  line-height: 36px; }

.survey .organization-name-c {
  margin-left: 10px;
  width: 200px;
  float: left; }
  .survey .organization-name-c input {
    width: 100% !important;
    box-sizing: border-box; }

.survey .manyi-s-2 {
  color: #FD8852; }

.survey .manyi-s-3 {
  color: #C17629;
  margin-left: 20px; }

.survey .mt10 {
  margin-top: 10px; }

.survey .poi {
  cursor: pointer; }

.survey .red {
  color: red; }

.survey .card-group {
  margin-left: -20px;
  margin-right: -20px; }
  .survey .card-group .card {
    width: 231px;
    margin-right: 20px;
    margin-left: 20px;
    border: 1px solid #e5e5e5; }
    .survey .card-group .card:before {
      content: "";
      display: block;
      /*伪元素默认是行内元素，所以如果要设定宽高，这必须显性设置为block*/
      position: absolute;
      /*相对于父容器绝对定位，设置偏移父容器边框距离*/
      top: -1px;
      right: -1px;
      background: url(/img/icon-triangle-eda1ad.png) no-repeat 0 0;
      width: 18px;
      height: 18px; }
    .survey .card-group .card:hover {
      box-shadow: -1px 1px 1px #E0E0E0; }

.survey .list-view-header .btn.btn-primary, .survey .empty .btn.btn-primary {
  min-width: 58px;
  height: 28px; }

.survey .card-tools {
  position: absolute;
  left: 38px;
  bottom: 16px;
  margin: 0;
  text-align: center; }

.statistics .statistics-header {
  height: 44px;
  line-height: 44px;
  border: 1px solid #dcdcdc;
  background-color: #fdfdfd;
  font-size: 16px;
  color: #008cd6;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 10px; }

.statistics .statistics-body {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 80px 150px; }
  .statistics .statistics-body .title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 50px; }
  .statistics .statistics-body .list {
    margin-bottom: 40px; }
    .statistics .statistics-body .list .question {
      margin: 0;
      padding: 0;
      list-style: none; }
      .statistics .statistics-body .list .question img {
        width: 18px;
        height: 18px;
        margin-right: 5px; }
      .statistics .statistics-body .list .question .question-title {
        margin-bottom: 20px; }
      .statistics .statistics-body .list .question .question-table {
        border: 1px solid #dcdcdc;
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 30px; }
        .statistics .statistics-body .list .question .question-table tr {
          border-bottom: 1px solid #efefef;
          text-align: center; }
          .statistics .statistics-body .list .question .question-table tr th {
            background-color: #f6f6f6;
            border-bottom: 1px solid #dcdcdc;
            font-weight: normal;
            height: 38px; }
          .statistics .statistics-body .list .question .question-table tr td {
            height: 38px; }
          .statistics .statistics-body .list .question .question-table tr .option-name {
            text-align: left;
            padding-left: 30px; }
            .statistics .statistics-body .list .question .question-table tr .option-name .content {
              max-width: 325px;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              float: left;
              margin-right: 20px; }
            .statistics .statistics-body .list .question .question-table tr .option-name .files {
              float: left; }
          .statistics .statistics-body .list .question .question-table tr .percent .total {
            display: inline-block;
            position: relative;
            background-color: #e8e8e8;
            width: 110px;
            height: 8px;
            border-radius: 8px;
            overflow: hidden; }
            .statistics .statistics-body .list .question .question-table tr .percent .total .count {
              display: inline-block;
              position: absolute;
              top: 0;
              left: 0;
              height: 8px;
              background-color: #2184c7; }
          .statistics .statistics-body .list .question .question-table tr .percent .percent-num {
            display: inline-block;
            width: 50px;
            text-align: right; }

.home {
  margin: 120px auto 0;
  width: 1200px;
  text-align: center; }
  .home .home-text h1 {
    font-weight: lighter; }
    .home .home-text h1.text-blue {
      color: #008cd6; }
  .home .home-text p {
    color: #737373;
    font-size: 20px; }
  .home .home-list .col-md-33 {
    margin-top: 65px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    width: 378px;
    height: 396px;
    margin-bottom: 30px;
    padding-top: 45px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .home .home-list .col-md-33 .icon {
      display: block;
      width: 100%;
      height: 155px;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 30px; }
      .home .home-list .col-md-33 .icon.icon-course {
        background-image: url(/img/icon_course-19d24b.png); }
      .home .home-list .col-md-33 .icon.icon-live {
        background-image: url(/img/icon_live2-0c1cb8.png); }
      .home .home-list .col-md-33 .icon.icon-bundle {
        background-image: url(/img/icon_bundle-bc13d6.png); }
      .home .home-list .col-md-33 .icon.style2 {
        margin-bottom: 10px;
        height: 170px; }
      .home .home-list .col-md-33 .icon.icon-courseware {
        background-image: url(/img/icon_courseware-6ca09f.png); }
      .home .home-list .col-md-33 .icon.icon-exam {
        background-image: url(/img/icon_exam-8d497f.png); }
      .home .home-list .col-md-33 .icon.icon-survey {
        background-image: url(/img/icon_survey-abcf4b.png); }
    .home .home-list .col-md-33 a {
      text-decoration: none; }
    .home .home-list .col-md-33 h3 {
      color: #333;
      font-size: 32px;
      font-weight: lighter;
      margin-bottom: 18px; }
      .home .home-list .col-md-33 h3.style2 {
        margin-top: 10px; }
    .home .home-list .col-md-33 .quantity {
      margin: 0 0 42px;
      font-size: 20px;
      color: #737373;
      font-weight: lighter; }
    .home .home-list .col-md-33 .decorate-line {
      width: 40px;
      height: 1px;
      background-color: #008cd6;
      margin: 0 auto 24px; }
    .home .home-list .col-md-33 .home-btn {
      position: absolute;
      bottom: -1px;
      left: -1px;
      right: -1px;
      height: 60px;
      border: 1px solid #008cd6; }
      .home .home-list .col-md-33 .home-btn.btn-half .btn {
        width: 189px;
        float: left; }
        .home .home-list .col-md-33 .home-btn.btn-half .btn.btn-half-left {
          width: 188px;
          border-right: 1px solid #008cd6; }
    .home .home-list .col-md-33 .btn {
      width: 100%;
      padding: 0;
      text-align: center;
      height: 60px;
      line-height: 60px;
      vertical-align: middle;
      font-size: 18px;
      border: none; }
      .home .home-list .col-md-33 .btn .icon-add {
        display: inline-block;
        margin-right: 15px;
        width: 14px;
        height: 22px;
        background: url(/img/icon_add_arrow-8487c3.png) no-repeat center;
        vertical-align: text-bottom; }
      .home .home-list .col-md-33 .btn:hover {
        background-color: #008cd6;
        color: #FFF; }
        .home .home-list .col-md-33 .btn:hover .icon-add {
          background-image: url(/img/icon_add_arrow2-049860.png); }
    .home .home-list .col-md-33 .note {
      text-align: center;
      margin-top: 50px;
      color: #737373;
      font-size: 16px; }
    .home .home-list .col-md-33:hover {
      margin-top: 55px;
      box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1); }

.tag-row {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 12px;
  height: 400px;
  overflow-y: auto; }
  .tag-row:before {
    display: table;
    content: " "; }
  .tag-row:after {
    clear: both;
    display: table;
    content: " "; }
  .tag-row .col-md-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 28%;
    float: left; }
  .tag-row .tag {
    display: block;
    height: 30px;
    line-height: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-top: 3px solid #ccc; }
  .tag-row .tag-op {
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-left: 1px solid #ccc;
    width: 43px;
    float: right; }
    .tag-row .tag-op:before {
      display: table;
      content: " "; }
    .tag-row .tag-op:after {
      clear: both;
      display: table;
      content: " "; }
    .tag-row .tag-op i {
      display: inline-block;
      width: 17px;
      height: 17px;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      top: 2.5px;
      cursor: pointer; }
    .tag-row .tag-op .del-icon {
      background-image: url(/img/icon_trash-e634a2.png); }
      .tag-row .tag-op .del-icon:hover {
        background-image: url(/img/icon_trash_active-37d8be.png); }
    .tag-row .tag-op .edit-icon {
      background-image: url(/img/icon_edit-3575fe.png); }
      .tag-row .tag-op .edit-icon:hover {
        background-image: url(/img/icon_edit_active-25af91.png); }
    .tag-row .tag-op .ok-icon {
      background-image: url(/img/confirm-38b9a0.png); }
    .tag-row .tag-op .cancel-icon {
      background-image: url(/img/cancel-65db57.png); }
  .tag-row .tag-content {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
    padding-bottom: 0; }
    .tag-row .tag-content input {
      border: 0;
      outline: 0;
      width: 98px;
      height: 20px;
      line-height: 20px; }
      .tag-row .tag-content input:disabled {
        background: #fff; }

.modal-title ul {
  height: 20px;
  margin: 0;
  padding: 0; }
  .modal-title ul li {
    list-style-type: none;
    float: left;
    padding: 0 16px;
    padding-top: 0;
    padding-bottom: 14px;
    cursor: pointer;
    color: #3dbcf7; }
    .modal-title ul li.active {
      border-bottom: 2px solid #333;
      cursor: default;
      color: #333; }

.modal-body {
  padding-top: 10px; }
  .modal-body .tabs > div {
    display: none; }
    .modal-body .tabs > div.active {
      display: block; }
  .modal-body .result-header {
    padding-top: 10px;
    padding-bottom: 5px; }
  .modal-body .result-body {
    border: 1px solid #ccc;
    min-height: 150px;
    padding-bottom: 5px; }
  .modal-body .result .box-result {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px;
    padding-left: 10px;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 4px;
    font-size: 12px; }
    .modal-body .result .box-result .box-type {
      display: inline-block;
      font-size: 12px; }
      .modal-body .result .box-result .box-type + .box-text {
        max-width: 200px; }
    .modal-body .result .box-result .box-text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 200px;
      display: inline-block;
      margin-bottom: -4px; }
    .modal-body .result .box-result .box-close {
      font-weight: bold;
      cursor: pointer;
      opacity: 0.6;
      filter: alpha(opacity=60); }
    .modal-body .result .box-result:hover .box-close {
      opacity: 1;
      filter: alpha(opacity=100); }
  .modal-body .result .group {
    overflow: hidden;
    clear: both;
    margin-left: 0 5px;
    padding: 3px; }
    .modal-body .result .group-name {
      float: left;
      width: 63px;
      height: 36px;
      line-height: 36px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .modal-body .result .group-items {
      float: left;
      width: 450px;
      height: 30px; }
    .modal-body .result .group-item {
      display: inline-block;
      border: 1px solid #ccc;
      padding: 5px;
      padding-left: 10px;
      margin-top: 5px;
      margin-left: 5px;
      border-radius: 4px;
      font-size: 12px;
      width: 109px; }
      .modal-body .result .group-item:hover .box-close {
        opacity: 1;
        filter: alpha(opacity=100); }
    .modal-body .result .group-more {
      float: right;
      width: 40px;
      height: 36px;
      line-height: 36px;
      cursor: pointer; }
    .modal-body .result .group .box-text {
      display: inline-block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 76px;
      margin-bottom: -4px; }
    .modal-body .result .group .box-close {
      font-weight: bold;
      cursor: pointer;
      opacity: 0.6;
      filter: alpha(opacity=60); }
    .modal-body .result .group .more {
      height: auto; }
    .modal-body .result .group:hover {
      background-color: #f7f7f7; }
  .modal-body .input-group input {
    width: 100% !important; }

.modal-footer {
  padding: 10px 15px; }

.temp-tab {
  height: 390px;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #ccc; }

.refer_range .search label {
  width: 56px; }

.refer_range .search input,
.refer_range .search select {
  width: 200px; }

.refer_range .search .form-group {
  margin-right: 10px; }

.refer_range .range-row {
  margin-bottom: 10px; }
  .refer_range .range-row .form-group {
    margin-right: 10px; }
  .refer_range .range-row .select2 {
    width: 460px !important; }

.refer_range label {
  font-weight: normal; }

.refer_range input[type="radio"] {
  vertical-align: top;
  margin-left: 5px; }

.refer_range input[dx-datepicker]:disabled {
  background-color: #eee; }

.refer_range .temp-box {
  padding-bottom: 5px;
  margin: 10px;
  overflow: hidden;
  cursor: default; }
  .refer_range .temp-box:hover .temp-header, .refer_range .temp-box:hover .temp-body {
    background-color: #e7f6ec;
    border: 1px solid #c3e8d1; }
  .refer_range .temp-box:hover .temp-header {
    border-bottom: none; }

.refer_range .temp-header {
  background-color: #e7f0f7;
  border: 1px solid #c3d9ec;
  padding: 5px; }
  .refer_range .temp-header h5 {
    display: inline; }
  .refer_range .temp-header .temp-toolbar {
    float: right; }

.refer_range .temp-body {
  background-color: #ebf3f9;
  border: 1px solid #c3d9ec;
  overflow: hidden;
  border-top: none;
  padding-bottom: 3px; }
  .refer_range .temp-body .group {
    clear: both;
    margin-left: 0 5px;
    padding: 3px; }
  .refer_range .temp-body .group-name {
    float: left;
    width: 63px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .refer_range .temp-body .group-items {
    float: left;
    width: 450px; }
  .refer_range .temp-body .group-item {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px;
    padding-left: 10px;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 4px;
    font-size: 12px; }
  .refer_range .temp-body .box-text {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: -4px; }

.refer_range .select2-container--default {
  width: 200px !important; }

.receiver ul,
.receiver li {
  margin: 0;
  padding: 0; }

.receiver li {
  display: block;
  position: relative;
  width: 600px;
  padding: 0 30px 0 0;
  border: 1px solid #ccc;
  margin-bottom: 5px; }
  .receiver li:hover {
    background-color: #f7f7f7; }
  .receiver li:last-child {
    margin-bottom: 10px; }

.receiver a {
  position: absolute;
  top: 14px;
  right: 0;
  color: #aaa;
  font-size: 14px;
  margin-right: 3px; }
  .receiver a:hover {
    color: #d9534f; }

.receiver .inner .group {
  overflow: hidden;
  clear: both;
  margin-left: 0 5px;
  padding: 3px; }
  .receiver .inner .group-name {
    float: left;
    width: 65px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .receiver .inner .group-items {
    float: left;
    width: 450px;
    height: 30px; }
  .receiver .inner .group-item {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px;
    padding-left: 10px;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 4px;
    font-size: 12px;
    width: 109px; }
  .receiver .inner .group-more {
    float: right;
    width: 40px;
    height: 36px;
    line-height: 36px;
    cursor: pointer; }
  .receiver .inner .group .box-text {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 76px;
    margin-bottom: -4px; }
  .receiver .inner .group .box-close {
    font-weight: bold;
    cursor: pointer; }
  .receiver .inner .group .more {
    height: auto; }
  .receiver .inner .group:hover {
    background-color: #f7f7f7; }

.receiver .btn-receiver-edit {
  right: 20px; }

.receiver-tip {
  position: relative;
  left: 120px;
  margin-top: 10px;
  color: red; }

#refer_department_modal .box-tree {
  position: relative;
  overflow: auto;
  height: 400px;
  border: 1px solid #ccc; }
  #refer_department_modal .box-tree .loading {
    position: absolute;
    top: 45%;
    left: 45%;
    width: auto;
    z-index: 101;
    padding: 6px;
    margin: 5px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #d9edf7; }

#refer_department_modal .input-group-addon {
  cursor: pointer; }
  #refer_department_modal .input-group-addon:hover {
    color: #23527c; }

#refer_department_modal .modal-body .result .box-result .box-type + .box-text {
  max-width: 507px; }

#refer_member_group_modal {
  overflow: hidden; }
  #refer_member_group_modal * {
    box-sizing: border-box; }
  #refer_member_group_modal ul {
    margin: 0;
    padding: 0; }
    #refer_member_group_modal ul li {
      list-style-type: none; }
  #refer_member_group_modal table.table-bordered {
    border-collapse: collapse;
    border-spacing: 0; }
    #refer_member_group_modal table.table-bordered * {
      margin: 0;
      padding: 0; }
    #refer_member_group_modal table.table-bordered th {
      border: 1px solid #ddd;
      padding: 8px; }
    #refer_member_group_modal table.table-bordered tr[id] {
      outline-style: none; }
      #refer_member_group_modal table.table-bordered tr[id].active {
        background-color: #f5f5f5; }
      #refer_member_group_modal table.table-bordered tr[id] td {
        padding: 8px;
        line-height: 1.42857;
        vertical-align: top;
        border: 1px solid #ddd; }
        #refer_member_group_modal table.table-bordered tr[id] td.active {
          background-color: #f5f5f5; }
        #refer_member_group_modal table.table-bordered tr[id] td input {
          display: block; }
  #refer_member_group_modal .ztree li ul {
    padding: 0 0 0 18px; }
  #refer_member_group_modal .modal-content {
    top: 50px; }
  #refer_member_group_modal .modal-header {
    padding-bottom: 0px; }
  #refer_member_group_modal .input-group-addon {
    cursor: pointer;
    color: #337ab7; }
    #refer_member_group_modal .input-group-addon :hover {
      color: #23527c; }
  #refer_member_group_modal .box-tree {
    position: relative;
    margin-top: 10px;
    border-radius: 4px;
    width: 100%;
    height: 514px;
    overflow: auto;
    border: #ccc 1px solid; }
    #refer_member_group_modal .box-tree .loading {
      position: absolute;
      top: 45%;
      left: 35%;
      width: auto;
      z-index: 101;
      padding: 6px;
      margin: 5px;
      text-align: center;
      border: 1px solid #ddd;
      background-color: #d9edf7; }
  #refer_member_group_modal #refer_receiver_member_pager_left {
    width: 50px; }
  #refer_member_group_modal #formUpload {
    display: inline-block;
    font-size: 14px;
    line-height: 1; }
    #refer_member_group_modal #formUpload a {
      position: relative;
      cursor: pointer;
      overflow: hidden; }
      #refer_member_group_modal #formUpload a input[type="file"] {
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
        height: 34px;
        line-height: 34px; }

@media (min-width: 768px) {
  #refer_member_group_modal {
    overflow: auto; }
    #refer_member_group_modal .modal-dialog {
      min-width: 600px; } }
/*!
 * jquery-confirm v2.5.1 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2016 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
@-webkit-keyframes jconfirm-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes jconfirm-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden; }

.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s; }

.jconfirm .jconfirm-bg.seen {
  opacity: 1; }

.jconfirm .jconfirm-scrollpane {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-perspective-origin: center;
  perspective-origin: center; }

.jconfirm .jconfirm-box {
  background: #fff;
  border-radius: 4px;
  position: relative;
  outline: none;
  padding: 15px 15px 0; }

.jconfirm .jconfirm-box div.closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  opacity: .6;
  text-align: center;
  -webkit-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in;
  display: none;
  font-size: 27px;
  line-height: 14px; }

.jconfirm .jconfirm-box div.closeIcon .fa {
  font-size: 16px; }

.jconfirm .jconfirm-box div.closeIcon .glyphicon {
  font-size: 16px; }

.jconfirm .jconfirm-box div.closeIcon .zmdi {
  font-size: 16px; }

.jconfirm .jconfirm-box div.closeIcon:hover {
  opacity: 1; }

.jconfirm .jconfirm-box div.title-c {
  display: block;
  font-size: 22px;
  line-height: 20px; }

.jconfirm .jconfirm-box div.title-c .icon-c {
  font-size: inherit;
  padding-bottom: 15px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle; }

.jconfirm .jconfirm-box div.title-c .icon-c i {
  vertical-align: middle; }

.jconfirm .jconfirm-box div.title-c .icon-c:empty {
  display: none; }

.jconfirm .jconfirm-box div.title-c .title {
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 15px; }

.jconfirm .jconfirm-box div.title-c .title:empty {
  display: none; }

.jconfirm .jconfirm-box div.content-pane {
  margin-bottom: 15px;
  height: auto;
  -webkit-transition: height .4s ease-in;
  transition: height .4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative; }

.jconfirm .jconfirm-box div.content-pane .content {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  right: 0; }

.jconfirm .jconfirm-box div.content-pane .content img {
  width: 100%;
  height: auto; }

.jconfirm .jconfirm-box div.content-pane .content:empty {
  display: none; }

.jconfirm .jconfirm-box div.content-pane .content:empty.loading {
  height: 40px;
  position: relative;
  opacity: .6;
  display: block; }

.jconfirm .jconfirm-box div.content-pane .content:empty.loading:before {
  content: '';
  height: 20px;
  width: 20px;
  border: solid 2px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  border-radius: 50%;
  -webkit-animation: jconfirm-rotate 1s infinite linear;
  animation: jconfirm-rotate 1s infinite linear;
  border-bottom-color: #aaa;
  top: 50%;
  margin-top: -10px; }

.jconfirm .jconfirm-box div.content-pane .content:empty.loading:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -15px; }

.jconfirm .jconfirm-box .buttons {
  padding-bottom: 15px; }

.jconfirm .jconfirm-box .buttons button + button {
  margin-left: 5px; }

.jconfirm .jquery-clear {
  clear: both; }

.jconfirm.rtl {
  direction: rtl; }

.jconfirm.rtl div.closeIcon {
  left: 12px;
  right: auto; }

.jconfirm.jconfirm-white .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.2); }

.jconfirm.jconfirm-white .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.jconfirm.jconfirm-white .jconfirm-box .buttons {
  float: right; }

.jconfirm.jconfirm-white .jconfirm-box .buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background .1s;
  transition: background .1s;
  color: #fff; }

.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-default {
  box-shadow: none;
  color: #333; }

.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-default:hover {
  background: #ddd; }

.jconfirm.jconfirm-black .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.5); }

.jconfirm.jconfirm-black .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #444;
  border-radius: 5px;
  color: #fff; }

.jconfirm.jconfirm-black .jconfirm-box .buttons {
  float: right; }

.jconfirm.jconfirm-black .jconfirm-box .buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background .1s;
  transition: background .1s;
  color: #fff; }

.jconfirm.jconfirm-black .jconfirm-box .buttons button.btn-default {
  box-shadow: none;
  color: #fff;
  background: none; }

.jconfirm.jconfirm-black .jconfirm-box .buttons button.btn-default:hover {
  background: #666; }

.jconfirm .jconfirm-box.hilight {
  -webkit-animation: hilight 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: hilight 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-webkit-keyframes hilight {
  10%, 90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0); } }

@keyframes hilight {
  10%, 90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0); } }

.jconfirm {
  -webkit-perspective: 400px;
  perspective: 400px; }

.jconfirm .jconfirm-box {
  opacity: 1;
  -webkit-transition-property: -webkit-transform,opacity,box-shadow;
  transition-property: transform,opacity,box-shadow; }

.jconfirm .jconfirm-box.anim-top, .jconfirm .jconfirm-box.anim-left, .jconfirm .jconfirm-box.anim-right, .jconfirm .jconfirm-box.anim-bottom, .jconfirm .jconfirm-box.anim-opacity, .jconfirm .jconfirm-box.anim-zoom, .jconfirm .jconfirm-box.anim-scale, .jconfirm .jconfirm-box.anim-none, .jconfirm .jconfirm-box.anim-rotate, .jconfirm .jconfirm-box.anim-rotatex, .jconfirm .jconfirm-box.anim-rotatey, .jconfirm .jconfirm-box.anim-scaley, .jconfirm .jconfirm-box.anim-scalex {
  opacity: 0; }

.jconfirm .jconfirm-box.anim-rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.jconfirm .jconfirm-box.anim-rotatex {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.anim-rotatexr {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.anim-rotatey {
  -webkit-transform: rotatey(90deg);
  -ms-transform: rotatey(90deg);
  transform: rotatey(90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.anim-rotateyr {
  -webkit-transform: rotatey(-90deg);
  -ms-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.anim-scaley {
  -webkit-transform: scaley(1.5);
  -ms-transform: scaley(1.5);
  transform: scaley(1.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.anim-scalex {
  -webkit-transform: scalex(1.5);
  -ms-transform: scalex(1.5);
  transform: scalex(1.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.jconfirm .jconfirm-box.anim-top {
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px); }

.jconfirm .jconfirm-box.anim-left {
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0); }

.jconfirm .jconfirm-box.anim-right {
  -webkit-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0); }

.jconfirm .jconfirm-box.anim-bottom {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px); }

.jconfirm .jconfirm-box.anim-zoom {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.jconfirm .jconfirm-box.anim-scale {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5); }

.jconfirm .jconfirm-box.anim-none {
  display: none; }

.jconfirm.jconfirm-supervan .jconfirm-bg {
  background-color: rgba(54, 70, 93, 0.95); }

.jconfirm.jconfirm-supervan .jconfirm-box {
  background-color: transparent; }

.jconfirm.jconfirm-supervan .jconfirm-box div.closeIcon {
  color: #fff; }

.jconfirm.jconfirm-supervan .jconfirm-box div.title-c {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: normal; }

.jconfirm.jconfirm-supervan .jconfirm-box div.title-c > * {
  padding-bottom: 25px; }

.jconfirm.jconfirm-supervan .jconfirm-box div.content-pane {
  margin-bottom: 25px; }

.jconfirm.jconfirm-supervan .jconfirm-box div.content {
  text-align: center;
  color: #fff; }

.jconfirm.jconfirm-supervan .jconfirm-box .buttons {
  text-align: center; }

.jconfirm.jconfirm-supervan .jconfirm-box .buttons button {
  font-size: 16px;
  border-radius: 2px;
  background: #303f53;
  text-shadow: none;
  border: none;
  color: #fff;
  padding: 10px;
  min-width: 100px; }

.jconfirm.jconfirm-material .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.67); }

.jconfirm.jconfirm-material .jconfirm-box {
  background-color: #fff;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 25px 10px 25px; }

.jconfirm.jconfirm-material .jconfirm-box div.closeIcon {
  color: rgba(0, 0, 0, 0.87); }

.jconfirm.jconfirm-material .jconfirm-box div.title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold; }

.jconfirm.jconfirm-material .jconfirm-box div.content {
  text-align: left;
  color: rgba(0, 0, 0, 0.87); }

.jconfirm.jconfirm-material .jconfirm-box .buttons {
  text-align: right; }

.jconfirm.jconfirm-material .jconfirm-box .buttons button {
  text-transform: uppercase;
  font-weight: 500; }

.jconfirm.jconfirm-bootstrap .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.21); }

.jconfirm.jconfirm-bootstrap .jconfirm-box {
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 15px 0 0; }

.jconfirm.jconfirm-bootstrap .jconfirm-box div.closeIcon {
  color: rgba(0, 0, 0, 0.87); }

.jconfirm.jconfirm-bootstrap .jconfirm-box div.title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px; }

.jconfirm.jconfirm-bootstrap .jconfirm-box div.content {
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  padding: 0 15px; }

.jconfirm.jconfirm-bootstrap .jconfirm-box .buttons {
  text-align: right;
  padding: 0 0 0;
  margin: -5px 0 0;
  border-top: solid 1px #ddd;
  overflow: hidden;
  border-radius: 0 0 4px 4px; }

.jconfirm.jconfirm-bootstrap .jconfirm-box .buttons button {
  font-weight: 500;
  border-radius: 0;
  margin: 0;
  border-left: solid 1px #ddd; }
