@charset "utf-8";

/* -----首页----- */
/* 顶部 */
.topbar {
  width: 100%;
  height: 58px;
  background-color: #000;
}

.topbar .logo {
  width: 141px;
  height: 32px;
  margin-top: 11px;
  background: url(../images/logo.png) no-repeat center / 100% 100%;
  text-indent: -999em;
  overflow: hidden;
}

.scroll {
  position: fixed;
  width: 100%;
}

.topbar .login a {
  font-size: 16px;
  line-height: 58px;
  color: #fff;
}

.topbar .login a:hover {
  color: #fc6534;
}

/* banner */
.banner {
  width: 100%;
  height: 190px;
  background: url(../images/bannerbg.jpg) center top;
  background-size: 100% auto;
  overflow: hidden;
  background-repeat: no-repeat;
}

.banner .Width {
  height: 100%;
}

.banner h2 {
  position: absolute;
  left: 0;
  top: 40px;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
}

.banner p {
  position: absolute;
  left: 0;
  top: 230px;
  font-size: 28px;
  line-height: 60px;
  color: #fff;
}

.bannerimg {
  display: none;
  position: absolute;
  left: 50%;
  top: 15px;
  width: 955px;
  height: 450px;
  background: url(../images/bannerimg.png) no-repeat center / 100% auto;
}

.navwrap {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #e3e3e3;
}

.nav {
  height: 68px;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav li {
  margin: 0 auto;
  font-size: 18px;
  line-height: 68px;
  text-align: center;
}

.nav li a {
  display: inline-block;
}

.nav li.current {
  border-bottom: 3px solid #fc7e5b;
}

.nav li.current a {
  color: #fc6534;
  font-weight: bold;
}

/* 面包屑 */
.crumbsNav {
  padding-top: 30px;
  line-height: 42px;
  font-size: 14px;
  color: #999;
}

.crumbsNav span, .crumbsNav a {
  color: #333;
}

/*最小高度*/
.wrapBox {
  min-height: 500px;
}

.selDiv {
  display: inline-block;
  width: 206px;
  height: 44px;
  margin-right: 12px;
  position: relative;
}

.selDiv:nth-child(3n) {
  margin-right: 0;
}

.selDiv cite {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  background: #fff url(../images/icon-arr-1.png) no-repeat right center;
  font-size: 16px;
  line-height: 44px;
  text-indent: 1em;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selDiv:hover cite {
  color: #fc6534;
  border-color: #fc6534;
  background-image: url(../images/icon-arr-2.png);
}

.selDiv ul {
  position: absolute;
  right: 0;
  top: 44px;
  width: 100%;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  display: none;
}

.selDiv li {
  font-size: 16px;
  line-height: 40px;
  text-indent: 1em;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selDiv li:hover {
  background-color: #CCC;
}

.selDiv .inp {
  display: block;
  width: 100%;
  height: 55px;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  font-size: 16px;
  line-height: 54px;
  text-indent: 1em;
  cursor: pointer;
  box-sizing: border-box;
}

.selDiv:hover .inp {
  color: #fc6534;
  border-color: #fc6534;
}
.registerForm .submit{
  margin: 0;
}
.submit {
  display: block;
  width: 282px;
  height: 54px;
  margin: 48px auto;
  background-color: #fff;
  border: 1px solid #fc6534;
  border-radius: 54px;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  color: #fc6534;
  cursor: pointer;
}

.submit:hover {
  color: #fff;
  background: #fcad38;
  background: linear-gradient(90deg, #fcad38, #fc235a);
}

.rankingList .selDiv {
  width: 150px;
  margin-right: 0;
}

.rankingList .selDiv ul li {
  text-indent: 0;
}

.paperList .selDiv {
  width: 150px;
  margin-right: 0;
}

.paperList .selDiv ul li {
  text-indent: 0;
}

/* 注册弹窗 */
.registerbox, .loginbox, .lookbox {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 340px;
  padding: 0 25px 25px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 11111;
}

.registerbox h3, .loginbox h3, .lookbox h3 {
  font-size: 20px;
  line-height: 80px;
  text-align: center;
}
.lookbox_tips {
  margin-top: -20px;
  margin-bottom: 8px;
  color:#fe7e55;
}
.loginbox h3 p {
  font-size: 20px;
}

.registerbox h3 em, .loginbox h3 em, .lookbox h3 em {
  display: inline-block;
  margin: 0 16px;
  color: #fd922a;
  cursor: pointer;
}

.registerbox h3 span, .loginbox h3 span, .loginbox h3 p, .lookbox h3 p {
  display: inline-block;
  color: #333;
  /*margin: 0 16px;*/
  cursor: pointer;
}

.zwk_zw {
  padding-right: 46px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lookbox select, .lookbox input {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 6px;
  background-color: #fff;
  font-size: 16px;
  text-indent: 10px;
}

.lookbox select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(../images/icon-arr-1.png) no-repeat right center;
}

.lookbox_code {
  position: relative;
}

.lookbox .send_code {
  position: absolute;
  top: 0;
  right: -3px;
  width: 110px;
  height: 42px;
  text-indent: 0;
  cursor: pointer;
  background: #fe7e55;
  color: #fff;
  border: none;
}

.go_btn {
  width: 100%;
  height: 50px;
  margin-top: 25px;
  line-height: 50px;
  border-radius: 6px;
  color: #fff;
  background: #fcad38;
  background: linear-gradient(90deg, #fc235a, #fcad38);
  cursor: pointer;
  text-align: center;
  font-size: 20px;
}

.loginbox h3.excise {
  line-height: 30px;
  margin: 20px 0;
}

.excise p {
  width: 100%;
  text-align: center;
}

.goRegster {
  font-size: 16px;
  text-align: left;
  color: #333;
}

.goRegster a {
  color: blue;
  text-decoration: underline;
}

.close, .closeLogin {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 14px;
  height: 14px;
  background: url(../images/icon-close03.png) no-repeat center / 100% 100%;
  text-indent: -99em;
  overflow: hidden;
  cursor: pointer;
}

.registerbox .selDiv, .loginbox .selDiv {
  float: none;
  width: 100%;
  height: 46px;
  margin: 0 0 14px 0;
}

.registerbox .selDiv .inp, .loginbox .selDiv .inp {
  height: 46px;
  line-height: 46px;
}

.registerbox .selDiv cite, .loginbox .selDiv cite {
  height: 46px;
  line-height: 46px;
}

.registerbox .selDiv ul, .loginbox .selDiv ul {
  top: 46px;
}

.registerbox .imgCodes, .loginbox .imgCodes {
  position: relative;
}

.registerbox .code .inp, .registerbox .imgCodes .inp, .loginbox .imgCodes .inp {
  width: 208px;
}

.registerbox .imgCodes #captchaimg, .loginbox .imgCodes #captchaimg {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 46px;
  cursor: pointer;
}

.registerbox .code .auth {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 46px;
  background-color: #fd922a;
  border-radius: 6px;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.registerbox .submit, .dl_bottom a, .tk-choose .btn-yes {
  width: 100%;
  height: 50px;
  margin-top: 25px;
  margin-bottom: 0;
  line-height: 50px;
  border-radius: 6px;
  color: #fff;
  background: #fcad38;
  background: linear-gradient(90deg, #fc235a, #fcad38);
}

.registerbox .submit:hover, .dl_bottom a:hover, .tk-choose .btn-yes:hover {
  color: #fff;
  background: #fcad38;
  background: linear-gradient(90deg, #fcad38, #fc235a);
}

.dl_bottom a {
  display: block;
  text-align: center;
  font-size: 20px;
}

/* 进入页面时的弹窗 */
.tk-choose {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 360px;
  padding: 50px;
  margin: -180px 0 0 -200px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 11111;
}

.tk-choose .selDiv {
  width: 100%;
  margin-bottom: 20px;
}

.tk-choose .btn-yes {
  display: block;
  width: 70%;
  margin: 0 auto;
  font-size: 20px;
}

/* 表格样式 */
.table table {
  border: 1px solid #ededed;
}

.table th {
  padding: 12px 0;
  border-bottom: 1px solid #ededed;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.table td {
  border-bottom: 1px solid #ededed;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 2px;
}

.btn01 {
  display: inline-block;
  width: 80px;
  height: 26px;
  background-color: #f5f5f5;
  border-radius: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.btn01:hover {
  color: #fff;
  background: #fcad38;
  background: linear-gradient(90deg, #fcad38, #fc235a);
}

/* 查看解析&排名中 试卷名称下划线显示 */
.rankingList td a {
  text-decoration: underline;
}

/* 分页 */
.coursePage {
  text-align: center;
  overflow: hidden;
  margin: 60px 0 50px;
}

.coursePage li {
  display: inline-block;
}

.coursePage a {
  display: inline-block;
  padding: 0 13px;
  height: 38px;
  border: solid 1px #eaeaea;
  text-align: center;
  line-height: 38px;
  margin: 0 8px;
  color: #333;
  border-radius: 4px;
  font-size: 18px;
}

.coursePage a.coursePage-prev, .coursePage a.coursePage-next {
  width: 40px;
  padding: 0;
}

.coursePage-prev {
  background: url(../images/fxfyprev.png) no-repeat center;
}

.coursePage-next {
  background: url(../images/fxfynext.png) no-repeat center;
}

.coursePage a.coursePage-prev:hover {
  background-image: url(../images/fxfyprevon.png);
}

.coursePage a.coursePage-next:hover {
  background-image: url(../images/fxfynexton.png);
}

.coursePage a:hover {
  color: #fc6534;
  border: solid 1px #fc6534;
}

.coursePage a.on {
  background: #fc6534;
  border: solid 1px #fc6534;
  color: #fff;
}

.coursePage li.thisclass a {
  background: #fc6534;
  border: solid 1px #fc6534;
  color: #fff;
}

.coursePage-inp {
  display: inline-block;
}

.coursePage-inp input {
  width: 50px;
  height: 39px;
  border: solid 1px #eaeaea;
  margin: 0 8px;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
}

.coursePage-inp button {
  width: 50px;
  height: 39px;
  border: solid 1px #fc6534;
  background: #fc6534;
  line-height: 39px;
  margin: 0 8px;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
}

.footer {
  background-color: #333;
  padding: 30px 0;
  text-align: center;
}

.footer p, .footer p a {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}

p.answer_number {
  display: block;
  position: absolute;
  right: 220px;
  top: 60px;
  width: 130px;
  line-height: 35px;
  border-radius: 5px;
  background: #fe7e55;
  color: #fff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.answer_sheet {
  display: none;
  /*width: 1200px;*/
  max-height: 480px;
  box-sizing: border-box;
  background: #fff;
  padding: 50px;
  border: 1px solid #fe7e55;
  overflow-y: scroll;
  margin: 0 auto;
  z-index: 100;
}

.answer_list li {
  border-bottom: 1px solid #f4f3f3;
  box-sizing: border-box;
  padding: 15px 0;
}

.answer_type {
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}

.answer_num {
  line-height: 30px;
}

.answer_num a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #9b9898;
  background: #f6f5f5;
  margin-right: 20px;
}

.answer_num a.done {
  color: #fff;
  background: #fe7e55;
}

.exam-con {
  margin-top: 0;
}

.answer_number_m {
  display: none;
}
.lookbox_tips{

}
/* 默认适配屏幕最小1710px */
@media screen and (min-width: 1310px) and (max-width: 1709px) {
  .table td {
    font-size: 14px;
  }
}

/* 适配移动端 */
@media screen and (max-width: 1200px) {

  /* 隐藏元素 */
  /* 登录注册 */
  .registerbox, .loginbox, .lookbox {
    width: 16rem;
    /* height: 18rem; */
    padding: 0 .5rem 1rem;
  }

  .registerbox h3, .loginbox h3, .lookbox h3 {
    font-size: .8rem;
    line-height: 3rem;
  }

  .loginbox h3 p, .lookbox h3 p {
    font-size: .8rem;
  }

  .registerbox h3 em, .loginbox h3 em, .registerbox h3 span, .loginbox h3 span, .lookbox h3 span {
    /*margin: 0 1rem;*/
  }

  .registerbox .close, .loginbox .close, .lookbox .close {
    right: .5rem;
    top: .5rem;
    width: 1rem;
    height: 1rem;
  }

  .registerbox .selDiv, .loginbox .selDiv {
    height: 1.8rem;
    margin: 0 0 .8rem 0;
  }

  .registerbox .selDiv .inp, .loginbox .selDiv .inp {
    height: 1.8rem;
    line-height: 1.8rem;
  }

  .registerbox .selDiv cite, .loginbox .selDiv cite {
    height: 1.8rem;
    line-height: 1.8rem;
  }

  .registerbox .selDiv ul, .loginbox .selDiv ul {
    top: 1.8rem;
  }

  .registerbox .imgCodes .inp, .registerbox .code .inp, .loginbox .imgCodes .inp {
    width: 10rem;
  }

  .registerbox .imgCodes #captchaimg, .loginbox .imgCodes #captchaimg {
    width: 5rem;
    height: 1.8rem;
  }

  .registerForm .submit {
    position: relative;
  }

  .registerbox .code .auth {
    width: 5rem;
    height: 1.8rem;
    border-radius: .15rem;
    font-size: .7rem;
    line-height: 1.8rem;
  }

  .registerbox .submit, .dl_bottom a, .tk-choose .btn-yes {
    height: 1.8rem;
    margin-top: 1rem;
    line-height: 1.8rem;
    border-radius: .15rem;
  }

  .registerbox .submit {
    position: relative;
  }

  /* .loginbox {
    height: 16.5rem;
  } */

  .dl_bottom a {
    font-size: .8rem;
  }

  .goRegster {
    margin: .3rem 0;
    font-size: .6rem;
    text-align: left;
    color: #333;
  }

  /* 进入页面时的弹窗 */
  .tk-choose {
    width: 16rem;
    height: 14rem;
    padding: 2rem 1rem 0;
    margin: -7rem 0 0 -8rem;
  }

  .tk-choose .selDiv {
    margin-bottom: .5rem;
  }

  .tk-choose .btn-yes {
    font-size: .8rem;
  }

  /* 顶部 */
  .topbar {
    height: 2rem;
  }

  .topbar .logo {
    width: 4.406rem;
    height: 1rem;
    margin-top: .5rem;
  }

  .topbar .login a {
    font-size: .7rem;
    line-height: 2rem;
  }

  /* banner */
  .banner {
    width: 18.75rem;
    height: 4.725rem;
    background-size: 100%;
  }

  .banner h2 {
    left: 1rem;
    top: 1rem;
    font-size: 1rem;
    line-height: 1.2rem;
    z-index: 10;
  }

  .banner p {
    left: 1rem;
    top: 3.5rem;
    font-size: .7rem;
    line-height: 1rem;
    z-index: 10;
  }

  .bannerimg {
    left: 3rem;
    top: auto;
    bottom: -2rem;
    width: 16rem;
    height: 12rem;
  }

  /* 导航 */
  .navwrap {
    width: 18.75rem;
    height: 2rem;
    border-bottom: 1px solid #e3e3e3;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .navwrap::-webkit-scrollbar {
    display: none;
  }

  .nav {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    width: auto;
    height: 2rem;
  }

  .nav li {
    height: 1.95rem;
    padding: 0 .5rem;
    font-size: .6rem;
    line-height: 2rem;
  }

  .nav li.current {
    border-bottom: .05 solid #fc7e5b;
  }

  /* 面包屑 */
  .crumbsNav {
    padding-top: .5rem;
    line-height: 1rem;
    font-size: .7rem;
  }

  /*最小高度*/
  .wrapBox {
    min-height: 12.5rem;
  }

  .selbox {
    height: 1.8rem;
  }

  .selDiv {
    float: left;
    width: 32%;
    height: 44px;
    margin-right: 2%;
    position: relative;
  }

  .selDiv cite {
    height: 1.8rem;
    padding-right: .3rem;
    border-radius: .15rem;
    background-size: .85rem .2rem;
    font-size: .65rem;
    line-height: 1.8rem;
  }

  .selDiv ul {
    top: 1.8rem;
    max-height: 10rem;
    border-radius: .15rem;
    box-sizing: border-box;
  }

  .selDiv li {
    margin-bottom: .5rem;
    font-size: .65rem;
    line-height: 1.2rem;
  }

  .selDiv .inp {
    height: 1.8rem;
    border-radius: .15rem;
    font-size: .65rem;
    line-height: 1.8rem;
  }

  .submit {
    /*float: left;*/
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 2.5rem;
    margin: 0;
    border-radius: 0;
    font-size: .7rem;
    line-height: 2.5rem;
    box-sizing: border-box;
    z-index: 9999;
  }

  p.answer_number_m {
    /*float: left;*/
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 0;
    background: #fe7e55;
    color: #fff;
    text-align: center;
    font-size: .7rem;
    z-index: 9999;
  }

  p.answer_number {
    display: none;
  }

  .exam {
    position: relative;
    padding-bottom: 0rem;
  }
  .exam.active{
    padding-bottom: 2.5rem;
  }
  .answer_sheet {
    display: none;
    position: fixed;
    /*top: 9.5rem;*/
    bottom: 1.8rem;
    left: 0;
    z-index: 5;
    background: #fff;
    width: 100%;
    height: 9.5rem;
    box-sizing: border-box;
    padding: .5rem;
    border: 1px solid #fe7e55;
    overflow-y: scroll;
    margin: 0 auto;
  }

  .answer_list li {
    border-bottom: 1px solid #f4f3f3;
    box-sizing: border-box;
    padding: .5rem 0;
  }

  .answer_type {
    line-height: 1rem;
    margin-bottom: .25rem;
    font-size: .7rem;
  }

  .answer_num {
    line-height: 1rem;
  }

  .answer_num a {
    display: inline-block;
    vertical-align: middle;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 50%;
    text-align: center;
    color: #9b9898;
    background: #f6f5f5;
    margin: .2rem;
  }

  /* 分页 */
  .coursePage {
    margin: 1rem 0;
  }

  .coursePage a {
    padding: 0 .3rem;
    height: 1rem;
    line-height: 1rem;
    margin: 0 .1rem;
    border-radius: .1rem;
    font-size: .6rem;
  }

  .coursePage a.coursePage-prev, .coursePage a.coursePage-next {
    width: 1rem;
    background-size: .25rem .4rem
  }

  .coursePage-inp input {
    width: 1.2rem;
    height: 1rem;
    margin: 0 .1rem;
    border-radius: .1rem;
    font-size: .6rem;
  }

  .coursePage-inp button {
    width: 1.2rem;
    height: 1rem;
    line-height: 1rem;
    margin: 0 .1rem;
    border-radius: .1rem;
    font-size: .6rem;
  }

  /* 表格样式 */
  .table th {
    padding: .2rem 0;
    font-size: .5rem;
    line-height: 1rem;
  }

  .table td {
    font-size: .5rem;
    line-height: .8rem;
    padding: .2rem 0;
  }

  .btn01 {
    width: 1.5rem;
    height: 1rem;
    padding: 0 .2rem;
    border-radius: 1rem;
    line-height: 1rem;
    font-size: .5rem;
  }

  .btn01:hover {
    color: #333;
    background-color: #f5f5f5;
    background: linear-gradient(90deg, #f5f5f5, #f5f5f5);
  }

  .rankingList th:nth-child(1),
  .rankingList th:nth-child(7),
  .rankingList th:nth-child(6),
  .rankingList td:nth-child(1),
  .rankingList td:nth-child(7),
  .rankingList td:nth-child(6) {
    display: none;
  }

  .paperList th:nth-child(1),
  .paperList th:nth-child(3),
  .paperList th:nth-child(4),
  .paperList td:nth-child(1),
  .paperList td:nth-child(3),
  .paperList td:nth-child(4) {
    display: none;
  }

  .lookbox select, .lookbox input {
    height: 2rem;
    margin-bottom: .5rem;
    border-radius: .3rem;
    font-size: .8rem;
    text-indent: .25rem;
  }

  .lookbox {
    height: auto;
  }

  .lookbox .send_code {
    right: -3px;
    width: 4.7rem;
    height: 2.1rem;
  }

  .go_btn {
    height: 2.2rem;
    margin-top: 1rem;
    line-height: 2.2rem;
    border-radius: .15rem;
    font-size: .9rem;
  }
  .lookbox_tips {
    margin-top: -.5rem;
    margin-bottom: .5rem;
  }
}
