﻿::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background-color: skyblue;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 10px;
}

body {
  background-color: inherit;
}

.row {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1000px) {
  .col-sm-6 {
    width: 70%;
    margin-left: 15%;
  }

  .col-sm-10.col-sm-offset-1.text h1 {
    font-size: 32px;
  }

  .forget-password h1 span {
    font-size: 5px;
  }

  .col-sm-10.col-sm-offset-1.text {
    left: 0;
  }

  .tab-iframes iframe {
    width: 76%;
  }
}

@media screen and (min-width:1000px) {
  .col-sm-6 {
    width: 60%;
    margin-left: 20%;
  }

  .col-sm-10.col-sm-offset-1.text h1 {
    font-size: 54px;
  }

  .forget-password h1 span {
    font-size: 16px;
    margin-left: 46px;
  }

  .forget-password h1 span:first-child {
    margin-right: 46px;
    margin-left: 0;
  }

  .tab-iframes iframe {
    width: 76%;
  }
}

@media screen and (max-width:1200px) {
    .nav-personal svg {
        display: none;
    }

    .personal-sidebar ul li a {
        margin-left: 0;
    }
}

@media screen and (min-width:1200px) {

    .personal-sidebar ul li a {
        margin-left: 25px;
    }
}
a:link {
  text-decoration: none;
}

.cl::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.progress {
  margin: 10px 0 0 15px;
  height: 10px;
}

.dx-badge {
  border-radius: 10px;
  font-size: 16px;
  padding: 8px;
  background-color: #337ab7;
  color: #fff;
}

.well {
  border-radius: 10px;
  background-color: #fff;
}

.fr {
  float: right;
}

h3 {
  font-size: 20px;
  font-weight: 700;
}

/* 左侧导航  */
.personal-sidebar {
    width: 24%;
    background: url(../../Images/person-sidebar.png) no-repeat;
    padding: 20px;
    float: left;
    margin: 0 -10px -7px 0;
    height: 595px;
}

.personal-sidebar .avatar {
  text-align: center;
}

.personal-sidebar .avatar img {
  width: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.personal-sidebar .avatar p {
  margin: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.personal-sidebar ul {
  margin-top: 25px;
}

    .personal-sidebar ul li {
        position: relative;
        width: 100%;
        padding: 10px;
        text-align: center;
        cursor: pointer;
        border-radius: 5px;
        transition: all .2s linear;
    }

.personal-sidebar ul li:first-child {
  border: none;
}

.personal-sidebar ul li a {
    font-size: 18px;
  font-weight: 700;
  padding: 10px;
  color: white;
  letter-spacing: 4px;
}

.personal-sidebar ul li svg {
  position: absolute;
  top: 13px;
}

.personal-sidebar ul li.sidebar-active {
  background-color: rgba(0, 0, 0, 0.4);
}

.personal-body {
  padding: 25px 0;
}

.personal-body .info {
  background-color: #eee;
  height: 565px;
}

.box .pull-right {
  position: absolute;
  top: 15px;
  right: 15px;
}

.bar {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 38px;
    margin: 3px 6px 0 6px;
    background: url(../../Images/avrg.png) no-repeat;
    background-size: 100% 100%;
}

.personal-con .tit {
  border-radius: 5px;
  width: 883px;
  height: 40px;
  background: url(../../Images/tit.png) top left no-repeat;
  background-size: cover;
}

.personal-con .tit span {
  margin-left: 20px;
  line-height: 40px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 4px;
}

.personal-sec {
  margin-top: 10px;
  margin-right: 10px;
  height: 520px;
  overflow-y: auto;
}

.tab-con {
  padding: 15px;
  background-color: white;
  border-radius: 5px;
}

.con-tit,
.con-tit span {
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
  font-size: 16px;
  color: #333;
}

.con-tit span.blue {
  color: #1a91ff;
}

.table-responsive {
  margin-top: 20px;
}


/* 导航图标 */
/*.nav li {
  position: relative;
}

.nav li a {
  margin-left: 20px;
  font-weight: 600;
}

.nav li.active a svg {
  fill: #1a91ff;
}

.nav li a svg {
  position: absolute;
  top: 18px;
  left: 20px;
}*/

.nav-personal li {
  position: relative;
}

.nav-personal li a {
  margin-left: 20px;
  font-weight: 600;
}

.nav-personal li.active a svg {
  fill: #1a91ff;
}

.nav-personal li a svg {
  position: absolute;
  top: 12px;
  left: 20px;
}



/* 我的桌面 */
.chart-title {
  text-align: center;
}

.tab-dynamic {
  border: none;
}

.tab-dynamic li a {
  font-weight: 700;
  font-size: 16px;
  border: none;
  margin-left: 5px;
}

.tab-dynamic li.active a,
.tab-dynamic li.active a:focus,
.tab-dynamic li.active a:hover {
  border: none;
  color: #1a91ff;
  border-bottom: 2px solid #1a91ff;
}

/* 我的考试 */
.progress-tit {
  width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.study-list {
  width: 100%;
  background-color: white;
  padding: 15px;
  margin-top: 15px;
  border-radius: 5px;
}

.study-list:first-child {
  margin-top: 0;
}

.pic {
  width: 197px;
  height: 108px;
  overflow: hidden;
}

.study-con {
  width: 74%;
}

.intro {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.intro span {
  font-size: 16px;
  letter-spacing: 2px;
  position: absolute;
  right: 0;
  bottom: 5px;
}

/* .study-list ul {
  margin-top: 10px;
} */

.test-intro {
  position: relative;
  border-bottom: 1px solid #eee;
}

.test-intro .myMark {
  color: #db3e3e;
  font-size: 60px;
}

.test-intro .Mark {
  position: absolute;
  top: 20px;
  right: 0;
}

.test-tit {
  font-size: 18px;
  letter-spacing: 2px;
}

.test-left svg {
  fill: #1a91ff;
  vertical-align: middle;
}

.span-hl {
  color: #1a91ff;
  font-size: 16px;
}

.test-con {
  margin-top: 30px;
}

/* 我的信息 */
.my-img {
  width: 160px;
  height: 160px;
  overflow: hidden;
  margin: 0 auto;
}

.my-name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}

.my-con .col-md-3:nth-child(2),
.my-con .col-md-3:nth-child(3) {
  border-bottom: 1px solid #eee;
}

.my-con .col-md-3:nth-child(2) {
  color: #1a91ff;
}

.my-con span {
  line-height: 46px;
}

.info-change {
  text-align: right;
  margin-top: 20px;
}

/* 登录 */
.backPic {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: -9;
}

.inner-bg {
  padding: 100px;
}

.col-sm-10.col-sm-offset-1.text h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  line-height: 80px;
}

.form-box {
  margin-top: 35px;
  background-color: rgba(0, 0, 0, .4);
  border-radius: 6px;
}

.form-top {
  padding: 30px 0;
  text-align: center;
}

.form-group,
.form-bottom .btn {
  position: relative;
  box-shadow: rgba(3, 3, 3, .3) 1px 1px 16px 1px;
}

.form-group {
  margin-bottom: 45px;
}

.form-group img {
  position: absolute;
  top: 19px;
  left: 15px;
}

.form-bottom {
  padding: 10px 25px;
}

.form-bottom input {
  font-size: 20px;
  height: 60px;
  padding-left: 46px;
  letter-spacing: 3px;
}

.form-bottom input::-webkit-input-placeholder {
  font-size: 20px;
}

.form-bottom input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 20px;
}

.form-bottom input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 20px;
}

.form-bottom input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 20px;
}

.form-bottom .btn {
  transition: all .3s linear;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 16px;
  background-color: #0054ff;
}


.form-bottom .btn:hover {
  outline: 0;
  color: #fff;
  background-color: #0e46b7;
}

.btn-link-2:hover {
  outline: 0;
  color: #fff;
  background: rgba(0, 0, 0, .6);
}

.social-login-buttons {
  margin: 40px auto;
}

.btn-link-2 {
  display: block;
  margin: 5px auto;
  width: 320px;
  height: 80px;
  padding: 10px 10px 0;
  background: rgba(0, 0, 0, .3);
  border: 1px solid rgba(255, 255, 255, .6);
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  border-radius: 6px;
  transition: all .3s linear;
}

.btn-link-2 span {
  display: inline-block;
  font-size: 24px;
  letter-spacing: 6px;
}

.btn-link-2 p {
  margin-top: 10px;
}

.btn-link-2 img {
  vertical-align: sub;
}

.btn-link-2 .zwfw {
  display: inline-block;
  margin-left: 15px;
}

.forget-password {
  padding: 0 25px;
  margin-top: 55px;
  white-space: nowrap;
}

.forget-password h1 {
  font-size: 14px;
  color: #fff;
  padding-left: 3px;
}

.forget-password h1 a {
  transition: all .3s linear;
  font-size: 16px;
  vertical-align: middle;
  opacity: .6;
}

.forget-password h1 a:hover {
  opacity: 1;
}


/* 打印 */
.layer {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #666;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100001;
  display: none;
  -webkit-will-change: background;
  will-change: background;
}

.layer-content {
  text-align: center;
  color: #333;
  font-size: 0.9em;
  padding: 0 5px;
  display: block;
  width: 40%;
  max-width: 200px;
  height: 80px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
}

.layer-content>div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lock {
  overflow: hidden;
  touch-action: none;
}

.lock body {
  overflow: hidden;
  touch-action: none;
  margin-right: 17px;
}

.lock.mobile body {
  margin-right: 0;
}

#print table {
  border-collapse: collapse;
  width: 100%;
}

#print table,
#print table tr th,
#print table tr td {
  border: 1px solid #333;
  padding: 5px;
  text-align: center;
  letter-spacing: 2px;
}

#print caption,
#print table tr th {
  font-weight: 600;
}

#print caption {
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
}

#print span {
  display: block;
  width: 100%;
  padding: 5px;
  text-align: right;
}

.label_1 {
  width: 60px;
  margin: 0;
}

.label_2 {
  width: 80px;
}

/* 个人法人登录 */

.login-main {
  width: 800px;
  margin: 300px auto;
  /* display: flex;
  justify-content: space-between; */
}

.login-div {
  width: 300px;
  height: 400px;
  float: right;
  position: relative;
  background-color: #fff;
  box-shadow: 0 15px 45px rgba(0, 0, 0, .1);
}

.login-div:first-child {
  float: left;
}

.login-div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #006eff;
  opacity: .8;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s;
}

.login-div:hover {
  box-shadow: 0 15px 45px rgba(0, 0, 0, .6)
}

.login-div:hover::before {
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 0.5s;
}

.login-div:hover span {
  color: white;
  opacity: 1;
  bottom: 30%;
  font-size: 28px;
}

.login-div span {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  z-index: 100;
  font-weight: bold;
  font-size: 24px;
  color: #000;
  opacity: .7;
  transition: all .5s;
}

.login-div .img-box img {
  width: 300px;
  height: 300px;
}

.login-div .img-box .logo {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 74px;
  left: 149px;
  z-index: 101;
}

.login-div .img-box .logo1 {
  background: url(/Content/images/logo1.png)center no-repeat;
}

.login-div .img-box .logo2 {
  background: url(/Content/images/logo2.png)center no-repeat;
}