﻿@charset "UTF-8";
html,
body {
  width: 100%;
  min-width: 1200px;
  height: 100%;
  min-height: 100%;
  background-color: #eee;
}

body {
  padding-top: 70px;
  overflow-y: hidden;
  overflow-x: auto;
}

.min-w {
  min-width: 1200px;
}

.screen {
  width: 100%;
  height: 100%;
}

.body {
  overflow: auto;
  height: 100%;
}

.color-blue {
  color: #0067db !important;
}

.color-red {
  color: #e90101 !important;
}

.header {
  width: 100%;
  height: 70px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 0 40px;
  box-shadow: 0 0 10px #b1b1b1;
}

.header .left {
  width: auto;
  float: left;
  height: 70px;
  white-space: nowrap;
}

.header .left .logo {
  display: block;
  width: 167px;
  height: 42px;
  margin: 14px 0;
  float: left;
}

.header .left .logo img {
  width: 100%;
  height: 100%;
}

.header .left .header-time {
  height: 72px;
  line-height: 72px;
  font-size: 14px;
  color: #666;
  margin-left: 30px;
  float: left;
}

.header .nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 70px;
}

.header .nav a {
  display: inline-block;
  min-width: 130px;
  padding: 0 20px;
  margin: 0 10px;
  text-align: center;
  line-height: 70px;
  height: 70px;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}

.header .nav a:hover, .header .nav a.active {
  color: #0067db;
  border-color: #0067db;
}

.header .exam-name {
  max-width: 760px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 70px;
  text-align: center;
  font-size: 24px;
  line-height: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.header .right {
  float: right;
  height: 70px;
}

.header .right .search {
  width: 230px;
  height: 40px;
  margin: 15px 0;
  position: relative;
  float: left;
}

.header .right .search .icon {
  display: block;
  width: 23px;
  height: 21px;
  background-image: url(../images/11.png);
  position: absolute;
  top: 9px;
  right: 16px;
  cursor: pointer;
  z-index: 2;
}

.header .right .search .box {
  width: 57px;
  height: 40px;
  border-radius: 20px;
  background-color: transparent;
  transition: all 0.3s;
  float: right;
  opacity: 0;
}

.header .right .search .box input {
  width: 100%;
  height: 100%;
  padding: 0 50px 0 20px;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.header .right .search .box.active {
  background-color: #eee;
  opacity: 1;
  width: 230px;
}

.header .right .user {
  width: 165px;
  height: 70px;
  float: left;
  position: relative;
}

.header .right .user .tops {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .right .user .tops .head {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
}

.header .right .user .tops .head img {
  width: 100%;
  height: 100%;
}

.header .right .user .tops .name {
  white-space: nowrap;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #666;
  margin: 0 10px;
}

.header .right .user .tops i {
  display: block;
  width: 13px;
  height: 8px;
  background-image: url(../images/13.png);
}

.header .right .user .bots {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 71px;
  left: 0;
  z-index: 2;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.header .right .user .bots a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #666;
  transition: all 0.3s;
  border-top: 1px solid #f8f8f8;
}

.header .right .user .bots a:hover {
  color: #0067db;
}

.header .right .user:hover .bots {
  max-height: 500px;
}

.header .right i.line {
  display: block;
  width: 1px;
  height: 16px;
  background-color: #f1f1f1;
  flex-shrink: 0;
  float: left;
  margin: 27px 0;
}

.header .right .logout {
  float: left;
  padding-left: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  height: 20px;
  margin-top: 25px;
}

.header .right .logout i {
  display: block;
  width: 14px;
  height: 15px;
  background-image: url(../images/14.png);
  transition: all 0.3s;
  float: left;
}

.header .right .logout span {
  color: #666;
  margin-left: 10px;
  transition: all 0.3s;
  float: left;
  font-size: 14px;
  line-height: 15px;
  height: 15px;
  margin-top: 2px;
}

.header .right .logout:hover i {
  background-image: url(../images/15.png);
}

.header .right .logout:hover span {
  color: #e90101;
}

.header-h {
  width: 100%;
  height: 70px;
}

.group .item {
  width: 100%;
  min-height: 40px;
}

.group .item input {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}

.group .item label {
  display: flex;
  width: 100%;
  min-height: 40px;
  transition: all 0.3s;
  padding: 12px 20px;
}

.group .item label .p {
  margin-right: 10px;
}

.group .item label:hover {
  background-color: #f5faff;
}

.popups {
  width: 490px;
}

.popups i.close {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/29.png);
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  cursor: pointer;
}

.popups i.close.gray {
  background-image: url(../images/33.png);
}

.popups .user-top {
  width: 100%;
  height: 150px;
  background-image: url(../images/30.png);
  background-size: 100% 100%;
  padding: 30px 0;
}

.popups .user-top .head {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  position: relative;
}

.popups .user-top .head .img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}

.popups .user-top .head .img img {
  width: 100%;
  height: 100%;
}

.popups .user-top .head .img input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

.popups .user-top .head .icon {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/32.png);
  position: absolute;
  bottom: 0;
  right: 0;
}

.popups .main {
  width: 100%;
  background-color: #fff;
}

.popups .main .top-title {
  width: 100%;
  height: 90px;
  line-height: 90px;
  font-size: 24px;
  text-align: center;
}

.popups .main .form {
  width: 100%;
  padding: 20px 30px 40px;
}

.popups .main .form .line {
  width: 100%;
  height: 40px;
  overflow: hidden;
  display: flex;
}

.popups .main .form .line .label {
  white-space: nowrap;
  font-size: 14px;
  color: #999;
  height: 40px;
  line-height: 40px;
}

.popups .main .form .line .right {
  width: 100%;
  height: 40px;
}

.popups .main .form .line .right input {
  width: 100%;
  height: 100%;
  border: 1px solid #e1e1e1;
  background-color: #fcfcfc;
  padding: 0 10px;
}

.popups .main .form .line .right .text {
  line-height: 40px;
}

.popups .main .form .line .right .btn {
  display: block;
  width: 110px;
  height: 40px;
  background-color: #00b61e;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.popups .bot-btn {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}

.popups .bot-btn a {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #0067db;
  color: #fff;
  margin: 0 auto;
}

input[type='radio'] + label {
  cursor: pointer;
}

input[type='radio'] + label::before {
  content: '';
  display: block;
  flex-shrink: 0;
  float: left;
  width: 15px;
  height: 15px;
  background-image: url("../images/19.png");
  background-size: 100% 100%;
  margin-right: 12px;
}

input[type='radio'] + label span {
  display: block;
  float: left;
  min-height: 15px;
  line-height: 15px;
  line-height: 23px\9;
  line-height: 23px\0;
  font-size: 14px;
  user-select: none;
}

input[type='radio']:checked + label::before {
  background-image: url("../images/20.png");
}

input[type='checkbox'] + label {
  cursor: pointer;
}

input[type='checkbox'] + label::before {
  content: '';
  display: block;
  flex-shrink: 0;
  float: left;
  width: 15px;
  height: 15px;
  background-image: url("../images/21.png");
  background-size: 100% 100%;
  margin-right: 12px;
}

input[type='checkbox'] + label span {
  display: block;
  float: left;
  min-height: 15px;
  line-height: 15px;
  line-height: 23px\9;
  line-height: 23px\0;
  font-size: 14px;
  user-select: none;
}

input[type='checkbox']:checked + label::before {
  background-image: url("../images/22.png");
}

input[type='radio']:checked + label,
input[type='checkbox']:checked + label {
  color: #0067db;
}

input[type='radio'],
input[type='checkbox'] {
  display: none;
  opacity: 0;
}

/*清除原有样式*/
input[type='range'] {
  -webkit-appearance: none;
  width: 100%;
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

/*设置滑动条的样式*/
input[type='range']::-webkit-slider-runnable-track {
  height: 4px;
  background: #ededed;
  border-radius: 2px;
}

input[type='range']::-moz-range-track {
  height: 4px;
  background: #ededed;
  border-radius: 2px;
}

/*去除获取焦点时的边框*/
input[type='range']:focus {
  outline: none;
}

/*设置滑块样式*/
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 22px;
  width: 30px;
  background: #0067db;
  margin-top: -9px;
  border-radius: 3px;
}

input[type='range']::-moz-range-thumb {
  -webkit-appearance: none;
  height: 22px;
  width: 30px;
  background: #0067db;
  margin-top: -9px;
  border-radius: 3px;
}

/*IE下*/
input[type='range'] {
  -webkit-appearance: none;
  width: 100%;
  background-color: #EDEDED;
}

/*设置IE下滑动条的样式*/
input[type='range']::-ms-track {
  height: 4px;
  border-color: transparent;
  /*去除原有边框*/
  color: transparent;
  /*去除轨道内的竖线*/
  background: #EDEDED;
}

/*设置IE下滑块样式*/
input[type='range']::-ms-thumb {
  height: 4px;
  width: 30px;
  background: #0067db;
}

input[type='range']:focus::-ms-fill-lower {
  background: #EDEDED;
  border: none;
}

input[type='range']:focus::-ms-fill-upper {
  background: #EDEDED;
  border: none;
}
