@charset "UTF-8";
.box {
  cursor: default;
  width: 100%;
  min-width: 1250px;
  min-height: 100vh;
  background: no-repeat center center content-box;
}

.start-box {
  cursor: default;
  width: 100vw;
  min-height: 100vh;
  background: url(../images/start-bg.png) no-repeat center center content-box;
}
.start-box .start-con {
  position: relative;
  max-width: 1200px;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding: 70px 5% 0px 5%;
  margin: 0 3%;
}
.start-box .start-con .start-title {
  margin-bottom: 100px;
}
.start-box .start-con .start-text {
  width: 52%;
}
.start-box .start-con .start-text p {
  cursor: pointer;
}
.start-box .start-con .start-logo-3 {
  width: 48%;
}
.start-box .start-con .start-logo-1 {
  position: absolute;
  left: -15px;
  top: -25px;
  width: 24px;
  height: 50px;
}
.start-box .start-con .btn {
  display: block;
  width: 260px;
  height: 60px;
  margin: 70px auto;
  background: rgba(18, 94, 55, 1);
  border-radius: 6px;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
}
.start-box .start-con .start-time-box {
  position: absolute;
  top: 80px;
  left: 70px;
  display: flex;
  align-items: center;
  font-size: 48px;
  font-family: monospace;
  color: #125e37;
}
.start-box .start-con .start-time-box div {
  width: 70px;
  height: 86px;
  background: url(../images/start-logo-num.png) no-repeat 100% 100%;
  text-align: center;
  line-height: 86px;
  transition: 0.5s;
}

.register-box {
  cursor: default;
  position: relative;
  font-family: Microsoft YaHei;
}
.register-box .register-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.register-box .register-con {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.register-box .register-con .register-title {
  letter-spacing: 13px;
}
.register-box .register-con .register-title::before {
  content: "WELCOME";
  display: block;
  margin-top: 20px;
  margin-bottom: 38px;
  text-align: center;
  color: rgba(255, 255, 255, 0.18);
  font-size: 62px;
  font-family: "微软雅黑";
  font-weight: 400;
}
.register-box .register-con .form-box {
  box-sizing: border-box;
  padding: 40px 20px;
  margin: 3% auto 20px;
  width: 45%;
  max-width: 550px;
  height: auto;
  color: #575f84;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  font-size: 16px;
}
.register-box .register-con .form-box input::placeholder {
  color: #575f84;
  font-size: 16px;
}
.register-box .register-con .form-box input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 15px;
  background: rgba(243, 246, 255, 1);
  border-radius: 3px;
}
.register-box .register-con .form-box .btn {
  width: 90%;
  height: 60px;
  display: block;
  margin: auto;
  background: rgba(20, 95, 57, 1);
  border-radius: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.register-box .register-con .form-box .remark {
  cursor: pointer;
  margin-top: 45px;
  text-align: right;
  color: rgba(87, 95, 132, 0.8);
}
.register-box .register-con .form-box .remark:hover {
  opacity: 0.8;
}

/* 头部公共样式 */
.header {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 74px;
  color: #ffffff;
  font-size: 14px;
  background: rgba(18, 94, 55, 1);
  box-shadow: 0px 3px 5px 0px rgba(9, 81, 44, 1);
}
.header > section {
  width: 95%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header > section img {
  width: auto;
  height: 40px;
}
.header > section nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.header > section nav a {
  transition: 0.3s;
  position: relative;
  width: 100px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  color: #ffffff;
}
.header > section nav a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header > section .more-box {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: 110px;
  line-height: 1;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  color: #333333;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 99;
}
.header > section .more-box::before {
  position: absolute;
  top: -4px;
  z-index: -1;
  left: 42px;
  transform: rotateZ(45deg) skewY(20deg);
  width: 20px;
  height: 20px;
  background: #ffffff;
  content: "";
}
.header > section .more-box li {
  flex: 1;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.header > section .more-box li:hover {
  color: #ffffff;
  background: rgba(18, 94, 55, 1);
}
.header > section nav a::after {
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 4px;
  background: rgba(250, 153, 0, 1);
  display: block;
  content: "";
}
.header > section nav a.active::after {
  left: 0;
  width: 100%;
}
.header .user-box {
  cursor: pointer;
  position: relative;
  line-height: 74px;
  height: 74px;
}
.header .user-box:hover {
  opacity: 0.8;
}
.header .user-box img.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}
/* .header>section .user-box .more-box{position: absolute; display: none; right: 0; top: calc( 100% + 10px) ; width:110px; line-height: 1; flex-direction: column; align-items: center; justify-content: space-evenly; color: #333333; background:#FFFFFF; box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.15);z-index: 99;}
.header>section .user-box .more-box::before{position: absolute; top: -4px; z-index: -1; left: 42px; transform: rotateZ(45deg) skewY(20deg); width: 20px; height: 20px; background: #FFFFFF; content: '';} */

.header > section .header-icon {
  width: 10px;
  height: auto;
  margin-left: 6px;
}
.header > section a .header-icon {
  display: inline-block;
  width: 10px;
  height: auto;
  margin-left: 2px;
  margin-bottom: 5px;
}

/* .index-box{cursor: default;width: 100%;min-width: 1200px;padding-top:74px;padding-bottom: 30px;min-height:100vh;background:linear-gradient(180deg,rgba(18,94,55,1) 0%,rgba(32,158,93,1) 20%,rgba(59,182,119,1) 64%,rgba(77,230,151,1) 100%); } */
.index-box {
  cursor: default;
  width: 100%;
  min-width: 750px;
  padding-top: 74px;
  padding-bottom: 30px;
}
html {
  background: linear-gradient(
    180deg,
    rgba(18, 94, 55, 1) 0%,
    rgba(32, 158, 93, 1) 20%,
    rgba(59, 182, 119, 1) 64%,
    rgba(77, 230, 151, 1) 100%
  );
  min-height: 100%;
}

.index-box .index-con {
  max-width: 1200px;
  margin: 50px auto 0;
  background: #ffffff;
}
.index-box .index-cons {
  background: #f0f0f0;
}
.index-box .index-con .index-header {
  width: 100%;
  height: 62px;
  position: relative;
}
.index-box .index-con .index-headers {
  height: 70px;
  background-color: #fff;
  line-height: 70px;
}
.index-box .index-con .index-hr {
  width: 100%;
  height: 8px;
  background: #125e37;
}
.index-box .index-con .index-header-logo {
  width: 26px;
  height: auto;
  cursor: pointer;
}
.index-box .index-con .index-header .index-nav {
  position: absolute;
  right: 0;
  top: 20px;
}
.index-box .index-con .index-con-nav {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
}
.index-box .index-con .index-con-nav a {
  margin-left: 24px;
  color: #666666;
}
.index-box .index-con .index-con-nav a:hover {
  color: #125e37;
}

.index-box .index-con .circle-box {
  width: 520px;
  height: 520px;
  margin: 104px auto 0;
  position: relative;
  padding-bottom: 224px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-box .index-con .circle-box .circle-btn {
  position: relative;
  width: 190px;
  height: 50px;
  background: rgba(18, 94, 55, 1);
  border-radius: 6px;
  color: #ffffff;
  font-size: 18px;
}
.index-box .index-con .circle-box .circle-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 520px;
  height: 520px;
  z-index: 0;
}
.index-box .index-con .circle-box .circle-0 {
  position: absolute;
  top: 47px;
  left: 45px;
  width: 433px;
  height: 433px;
  z-index: 0;
}
.index-box .index-con .circle-box .line-l {
  position: absolute;
  left: -124px;
  bottom: 203px;
  width: 218px;
  height: 187px;
  z-index: 0;
}
.index-box .index-con .circle-box .line-r {
  position: absolute;
  right: -146px;
  top: 26px;
  width: 222px;
  height: 175px;
  z-index: 0;
}
.circleR {
  animation: circler 12s linear infinite;
  -webkit-animation: circler 12s linear infinite;
}
.circleL {
  animation: circlel 12s linear infinite;
  -webkit-animation: circlel 12s linear infinite;
}

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

.arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #125e37;
  width: 32px;
  height: 61px;
}
.arrow-l {
  left: 70px;
}
.arrow-r {
  right: 70px;
}

/* 进度条 */
.progress-box .progress {
  width: 90px;
  height: 2px;
  background: #fa9900;
  border-radius: 2px;
  overflow: hidden;
}
.progress-box .progress .progress-bar {
  transition: 1s;
  width: 0;
  height: 100%;
  background: #666666;
  border-radius: 3px;
}
.progress-box .progress-text {
  margin-left: 5px;
  color: #5c5c5c;
  font-size: 14px;
}
.progress-box .progress-text2 {
  margin-left: 5px;
  color: #125e37;
  font-size: 16px;
}

.progress-box .progress2 {
  background: #dee0e1;
  height: 6px;
}
.progress-box .progress2 .progress-bar {
  background: #125e37;
}

.robot-logo {
  display: none !important;
  width: 105px;
  height: 166px;
  position: fixed;
  bottom: 100px;
  animation: robotmove 12s infinite;
}
.robot-logo:hover {
  transition: 0.5s;
  opacity: 0;
}
@keyframes robotmove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(230px);
  }
  100% {
    transform: translateY(0);
  }
}

/* 教材弹窗 */
.selectBook {
  background: #ffffff;
}
.selectBook .selectBook-header {
  height: 40px;
}
.selectBook .selectBook-header div {
  cursor: pointer;
  position: relative;
  width: 160px;
  height: 40px;
  margin-right: 32px;
  line-height: 40px;
  text-align: center;
}
.selectBook .selectBook-header div.active {
  color: #125e37;
}
.selectBook .selectBook-header div.active::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  background: #125e37;
}
.selectBook .selectBook-con {
  height: 40px;
  background: #f0f0f0;
}
.selectBook .selectBook-con .selectBook-col {
  box-sizing: border-box;
  height: 100%;
  line-height: 40px;
  padding-left: 20px;
  border-right: 1px solid #d2d2d2;
}
.selectBook .selectBook-con .selectBook-col:first-child {
  width: 193px;
}
.selectBook .selectBook-con .selectBook-col:nth-child(2) {
  width: 385px;
}
.selectBook .selectBook-con .selectBook-col:last-child {
  flex: 1;
  border-right: none;
}

.selectBook .selectBook-footer {
  border-top: 1px solid #e6e6e6;
  box-sizing: border-box;
  height: 55px;
}
.selectBook .selectBook-footer .selectBook-footer-btn {
  box-sizing: border-box;
  width: 120px;
  height: 35px;
  background: #125e37;
  color: #ffffff;
  font-size: 16px;
}

.selectBook .selectBook-nav {
  height: 370px;
}
.selectBook .selectBook-nav .selectBook-col {
  overflow-y: auto;
}
.selectBook .selectBook-nav .selectBook-col .selectBook-item {
  cursor: pointer;
}
.selectBook .selectBook-nav .selectBook-col {
  height: 370px;
  padding: 0;
}
.selectBook .selectBook-nav .selectBook-col div.selectBook-item {
  transition: 0.1s;
  box-sizing: border-box;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.selectBook .selectBook-nav .selectBook-col div.selectBook-item.active {
  color: #ffffff;
  background: #125e37;
}
.selectBook .selectBook-nav .selectBook-col::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.selectBook .selectBook-nav .selectBook-col::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  height: 15px;
  border-radius: 10px;
  background-color: #125e37;
}
.selectBook .selectBook-nav .selectBook-col::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: none;
  border-radius: 10px;
}

/* 复习弹窗 */
.reviseDig {
  background: transparent;
}
.reviseDig .revise-header {
  height: 60px;
  line-height: 60px;
  background: #125e37;
  color: #ffffff;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 20px;
}
.reviseDig .revise-con {
  max-height: 300px;
  overflow-y: auto;
  box-sizing: border-box;
  padding-right: 30px;
  padding-bottom: 20px;
}
.reviseDig .revise-item {
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 30px;
  height: 46px;
  line-height: 46px;
  background: #ededed;
  color: #5c5c5c;
  font-size: 14px;
  margin-left: 30px;
  margin-top: 25px;
}
.reviseDig .revise-hr {
  opacity: 0.1;
  background: #a5a2a5;
  height: 10px;
  width: 100%;
}
.reviseDig .revise-footer {
  height: 90px;
  box-sizing: border-box;
  padding: 0 30px;
}
.reviseDig .revise-footer button {
  width: 150px;
  height: 46px;
  background: rgba(237, 237, 237, 1);
}
.reviseDig .revise-footer button:hover,
.reviseDig .revise-item:hover {
  opacity: 0.8;
  color: #ffffff;
  background: #125e37;
}
.reviseDig .revise-item.active {
  opacity: 0.8;
  color: #ffffff;
  background: #125e37;
}
.revise-tips-logo {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  color: #5c5c5c;
}

.reviseDig .revise-nav {
  border-bottom: 1px solid #e5e5e5;
  line-height: 47px;
  display: flex;
  align-items: center;
}
.reviseDig .revise-nav li {
  cursor: pointer;
  position: relative;
  transition: 0.5s;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  overflow: hidden;
}
.reviseDig .revise-nav li::before {
  transition: 0.5s;
  position: absolute;
  left: -100%;
  bottom: 1px;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #145f39;
}
.reviseDig .revise-nav li:hover {
  color: #145f39;
  font-weight: bold;
}
.reviseDig .revise-nav li:hover::before {
  left: 0;
}
.reviseDig .revise-nav li.active {
  color: #145f39;
  font-weight: bold;
}
.reviseDig .revise-nav li.active::before {
  left: 0;
}
.layui-layer-setwin .layui-layer-close2 {
  background-position: -149px -32px !important;
}

/* 测试题目 */
.test-header {
  height: 137px;
  box-sizing: border-box;
  padding: 30px 0 25px;
}
.quit-logo {
  width: 26px;
  height: auto;
  position: absolute;
  top: 30px;
  right: 20px;
  cursor: pointer;
}
.quit-logo:hover {
  opacity: 0.7;
}
.end-time {
  position: absolute;
  bottom: 25px;
  right: 25px;
  color: #fa9900;
  font-weight: bold;
}
.test-box {
  box-sizing: border-box;
  padding: 0 20px 30px;
}
.test-box li {
  width: 50%;
  box-sizing: border-box;
  padding: 25px 30px;
  border: 1px solid #dcdcdc;
}
.test-box li.active {
  background: rgba(18, 94, 55, 0.02);
}
.test-box li:first-child {
  border-top-right-radius: 10px;
}
.test-box li:nth-child(2) {
  border-top-left-radius: 10px;
}
.test-box li:nth-child(2n) {
  border-left: none;
}
.test-box li:nth-child(n + 3) {
  border-top: none;
}

.test-box li label {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.test-box li .test-title {
  white-space: wrap;
  word-wrap: break-word;
}
.test-box li label input {
  margin-right: 10px;
  flex-shrink: 0;
}

.test-grade {
  box-sizing: border-box;
  padding: 50px;
}
.test-grade .grade-title {
  width: 210px;
  height: 210px;
  text-align: center;
}
.test-grade button {
  width: 150px;
  height: 42px;
  background: rgba(3, 150, 227, 1);
  text-align: center;
  border-radius: 6px;
  color: #ffffff;
}
.test-grade button:nth-child(2) {
  background: #fd9800;
  margin: 0 20px;
}
.test-grade button:last-child {
  background: #125e37;
}
.test-grade .test-grade-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.test-grade .test-text {
  color: #1a1a1a;
  font-size: 26px;
  margin: 38px 0 82px;
}

/* 学习题目 */
.study-header {
  z-index: 9;
  box-sizing: border-box;
  padding: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 74px;
  color: #ffffff;
  font-size: 14px;
  background: rgba(18, 94, 55, 1);
  box-shadow: 0px 3px 5px 0px rgba(9, 81, 44, 1);
}
.study-header .logo {
  width: auto;
  height: 40px;
}
.study-header .quit-logo-ff {
  width: 20px;
  height: 20px;
}
.study-header .title {
  cursor: default;
}

/* 智能记忆 */
.memory-box {
  max-width: 1200px;
  margin: 50px auto 0;
  background: #ffffff;
  border-radius: 8px;
}
.memory-box .memory-con {
  display: flex;
  max-width: 1180px;
  width: 100%;
  border: 10px solid #8ce6b6;
  border-radius: 8px;
}
.memory-box .memory-con .memory-lf {
  max-width: 775px;
  flex: 1;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 0 50px;
}
.memory-box .memory-con .memory-rt {
  min-width: 320px;
  padding-left: 2%;
  border-left: 4px solid #8ce6b6;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.memory-time {
  transition: 0.3s;
  color: rgba(117, 117, 117, 1);
  font-weight: bold;
  font-size: 30px;
}
.myChart {
  width: 300px;
  height: 300px;
}
.myCircleChart {
  width: 250px;
  height: 290px;
}
.study-logo-time {
  width: 29px;
  height: 29px;
  margin-right: 15px;
}
.study-voice-logo {
  user-select: none;
  width: 39px;
  height: auto;
  margin-left: 30px;
  cursor: pointer;
}
.study-voice-logo:hover {
  transition: 0.1s;
  opacity: 0.8;
}
.xiao-faces_t > div {
  text-align: center;
  font-size: 16px;
  color: #333333;
  padding: 5px 0;
}
#stop,
#huifang {
  display: none;
}
.score {
  font-size: 44px;
  font-family: PingFang SC, PingFang SC-Heavy;
  font-weight: 800;
  text-align: center;
  color: #e94046;
  display: none;
}
.h30 {
  height: 30px;
}
.score .unit {
  font-size: 20px;
}
.zhi_list {
  position: absolute;

  right: -20px;
  display: none !important;
  top: 20%;
}
.zhi_lists {
  position: absolute;

  right: -20px;
  display: none !important;
  top: 20%;
}
#words_hide {
  display: flex;
}
#words_hide input {
  border-bottom: 1px solid #999;
  text-align: center;
  width: 30px;
  font-size: 20px;
  color: #333333;
  margin: 0 5px;
}
.show-block-important {
  display: block !important;
}
#memoryFalse {
  margin-top: 20px;
}
.y_flex_bs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.y_cursors {
  margin-right: 50px;
}
/* .memory-box .memory-con .memory-lf .word-txt {
  position: relative;
  box-sizing: border-box;
  padding: 0 30px;
  margin-top: 50px;
  margin-bottom: 70px;
} */
.memory-box .memory-con .memory-lf .word-txt::before {
  position: absolute;
  left: 0;
  bottom: 3px;
  display: block;
  width: 8px;
  height: 44px;
  background: #dee0e1;
  content: "";
}
.study-wt-logo {
  width: 16px;
  height: 16px;
}
.layui-form-switch {
  margin-top: 2px;
  flex-shrink: 0;
  white-space: nowrap;
}

.memory-answer-box {
  min-height: 280px;
  position: relative;
}
.memory-answer-box .memory-answer-tit {
  user-select: none;
}
.memory-answer-box .secondsDown {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #125e37;
  border-radius: 50%;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  margin: 0 3px;
}
.memory-answer-box .memory-answer-logo {
  user-select: none;
  width: 60px;
  height: auto;
  margin-right: 56px;
}
.memory-answer-box .memory-answer-logo img {
  width: 100%;
  height: auto;
}
.memory-answer-box .memory-answer-text {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 4px solid rgba(18, 94, 55, 1);
  font-size: 30px;
  font-weight: bold;
  color: #eb4242;
  text-align: center;
  line-height: 62px;
  margin-right: 56px;
  user-select: none;
}
.memory-answer-box .memory-answer-next {
  width: 66px;
  height: auto;
  
  user-select: none;
}
 .memory-answer-nextss{
  position: absolute;
  right: 0;
  top: 40px;
}

.writeModal-layer .layui-layer-title {
  color: #ffffff;
  background: #125e37;
  box-sizing: border-box;
  padding: 0 20px;
}
.writeModal-layer .layui-form-select {
  width: 100%;
}
.writeModal {
  box-sizing: border-box;
  padding: 40px;
}
.writeModal .writeModal-tit {
}
.writeModal .writeModal-section {
  margin-top: 20px;
}
.writeModal .writeModal-lt {
  margin-right: 20px;
  flex-shrink: 0;
}
.writeModal .writeModal-section input {
  flex: 1;
}
.writeModal .writeModal-textarea {
  width: 370px;
  height: 100px;
  border: 1px solid rgba(220, 220, 220, 1);
  box-sizing: border-box;
  padding: 10px;
}
.writeModal-section .layui-btn {
  margin-left: 65px;
}

.memory-btm {
  box-sizing: border-box;
  padding: 30px 0px;
  min-height: 210px;
}
.memory-btm .memory-txt {
  cursor: pointer;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(26, 26, 26, 1);
  text-decoration: underline;
}
.writeModal2 {
  box-sizing: border-box;
  padding: 20px;
  overflow-y: auto;
  font-size: 14px;
}

.finishModal-layer .layui-layer-content {
  padding: 30px 20px;
}
.finishModal-layer .layui-layer-title {
  color: #ffffff;
  background: #125e37;
  box-sizing: border-box;
  padding: 0 20px;
}
.finishModal-layer .layui-form-select {
  width: 100%;
}
.finishModal-layer .layui-layer-btn0 {
  width: 96px;
  height: 40px;
  background: #125e37 !important;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
}

.word-search-top {
  line-height: 80px;
}
.word-search-box {
  min-height: 590px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.word-search-box > section {
  width: 700px;
}
.word-search-box .search-ipt-box {
  width: 700px;
  height: 64px;
  margin: 10px 0;
  border: 2px solid rgba(18, 94, 55, 1);
}
.word-search-box .search-ipt-box input {
  height: 64px;
  flex: 1;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 18px;
}
.word-search-box .search-ipt-box .search-btn {
  flex-shrink: 0;
  width: 110px;
  height: 64px;
  background: #125e37;
  color: #ffffff;
  font-size: 20px;
}
.word-search-box .search-voice-logo {
  width: 22px;
  margin-left: 15px;
}
.search-btm-time {
  padding-bottom: 30px;
  font-size: 14px;
}

.memory-wind-box {
  box-sizing: border-box;
  padding: 30px 140px;
}
.memory-wind-box .layui-tab-title {
  margin-bottom: 65px;
}
.memory-wind-box .layui-tab-title li {
  padding: 0 83px;
  font-size: 16px;
  line-height: 48px;
}
.memory-wind-box .layui-tab-title .layui-this {
  color: #125e37;
}
.memory-wind-box .layui-tab-title .layui-this::after {
  border-top: 1px solid #125e37;
}
.memory-wind-box .memory-word-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.memory-wind-box .memory-word-list .memory-word-itm {
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 30px;
  color: #90d0af;
  font-size: 20px;
  font-family: Microsoft YaHei;
}
.memory-wind-box .memory-word-list .memory-word-itm:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.memory-wind-box .memory-word-list .memory-word-itm.active {
  color: #fa2300;
  font-size: 26px;
}
.memory-wind-box .memory-word-btn {
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  padding: 0 26px;
  background: rgba(3, 150, 227, 1);
  border-radius: 6px;
  color: #ffffff;
}
.memory-wind-box .memory-word-btn:last-child {
  background: #125e37;
  margin-left: 15px;
}

.WindModalBox {
  border-top: 2px solid #125e37;
}
.windModal {
  box-sizing: border-box;
  padding: 30px 10px;
  padding-top: 0;
}
.windModal .windModal-lf {
  padding: 0 10px;
  padding-top: 50px;
}
.windModal .windModal-lf p {
  margin-bottom: 15px;
}
/* .windModal .myWindChart{width: 180px !important;height:170px !important;} */

.word-book-box {
  box-sizing: border-box;
  padding: 20px 50px 30px;
}
.word-book-box .wordBook-select-box {
  width: 170px;
  margin-right: 30px;
}
.word-book-box .wordBook-select-box p {
  flex-shrink: 0;
}
.word-book-box .wordBook-select-box select {
  width: 100%;
  flex: 1;
  font-size: 14px;
}
.word-book-box .progress2 {
  background: #dcdcdc;
  height: 6px;
  border-radius: 3px;
  width: 140px;
}
.word-book-box .progress-text {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 12px;
}
.word-book-box .layui-form .layui-form-onswitch {
  border-color: #125e37;
  background-color: #125e37;
}
.word-book-box .wordBook-top {
  margin-bottom: 40px;
}

.word-book-box .wordBook-list .wordBook-item {
  box-sizing: border-box;
  padding: 20px 0;
}
.word-book-box .wordBook-list .wordBook-item .wordBook-index {
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  flex-shrink: 0;
}
.word-book-box .wordBook-list .wordBook-item .wordBook-rt {
  flex: 1;
  width: 100%;
}
.word-book-box .wordBook-list .wordBook-item .wordBook-rt .wordBook-tit {
  position: relative;
  text-align: center;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 15px;
  margin-right: 25px;
  user-select: none;
  cursor: pointer;
  transition: 0.5s;
}
.word-book-box
  .wordBook-list
  .wordBook-item
  .wordBook-rt
  .wordBook-tit::before {
  transition: 0.5s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #e4e4e4;
  content: "";
}
.word-book-box
  .wordBook-list
  .wordBook-item
  .wordBook-rt
  .wordBook-tit.active::before {
  opacity: 0;
}
.word-book-box
  .wordBook-list
  .wordBook-item
  .wordBook-rt
  .wordBook-tit:hover::before {
  opacity: 0;
}
.word-book-box .wordBook-list .wordBook-item .wordBook-rt .wordBook-tit:hover {
  transform: rotateX(360deg);
  color: #125e37;
}
.word-book-box .wordBook-list .wordBook-item .wordBook-rt .wordTrans {
  display: none;
}
.word-book-box .wordBook-list .wordBook-item .wordBook-rt .wordBook-rek {
  background: #125e37;
  color: #ffffff;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 15px;
}

.word-book-box .wordBook-btn {
  width: 100px;
  height: 36px;
  background: rgba(3, 150, 227, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 16px;
  color: #ffffff;
}
.word-book-box .wordBook-btn > img {
  height: 15px;
  width: auto;
  margin-right: 10px;
}
.word-book-box .wordBook-btn-1.active {
  background: #fd9800;
}
.word-book-box .wordBook-btn-2 {
  cursor: not-allowed;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #e5e5e5;
}
.word-book-box .wordBook-btn-3 {
  cursor: not-allowed;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #e5e5e5;
}
.word-book-box .wordBook-btn-2.active {
  background: #125e37;
  border: none;
  color: #ffffff;
}
.word-book-box .wordBook-btn-3.active {
  background: #fd9800;
  border: none;
  color: #ffffff;
}

.test-center-box {
  box-sizing: border-box;
  padding: 0 30px;
}
.test-center-box .test-center-list {
  width: 100%;
  justify-content: space-between;
  padding-bottom: 100px;
}
.test-center-box .test-center-list .test-center-item {
  flex-shrink: 0;
  width: 192px;
  height: 220px;
  margin-top: 65px;
  margin-right: 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../images/test-center-logo.png") no-repeat 100% 100%;
}
.test-center-box .test-center-list .test-center-item:hover {
  transition: 0.3s;
  opacity: 0.8;
  cursor: pointer;
  transform: scale(1.05);
}
.test-center-box .test-center-list .test-center-item h2 {
  color: #125e37;
  margin-bottom: 8px;
}
.test-center-box .test-center-list .test-center-item:nth-child(3n) {
  margin-right: 0;
}

.testCenter-con .testCenter-list .testCenter-item {
  display: flex;
  align-items: center;
  color: #757575;
  font-size: 14px;
}
.testCenter-con .testCenter-list .testCenter-item > div {
  box-sizing: border-box;
  padding: 15px 5px;
  flex: 1;
  text-align: center;
  flex-shrink: 0;
  word-wrap: break-word;
}
.testCenter-con .testCenter-list .testCenter-item > div:last-child:hover {
  cursor: pointer;
  color: #125e37;
  transition: 0.3s;
}

.read-before-box {
  width: 100%;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.read-before-box button {
  width: 220px;
  height: 50px;
  line-height: 50px;
  background: rgba(18, 94, 55, 1);
  border-radius: 6px;
  color: #ffffff;
  font-size: 18px;
}

.voice-list-box {
  box-sizing: border-box;
  padding: 0 50px;
}
.voice-list-box .voice-list-top a {
  display: block;
  box-sizing: border-box;
  margin-right: 40px;
  padding: 0 10px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.voice-list-box .voice-list-top a.active {
  position: relative;
  color: #125e37;
}
.voice-list-box .voice-list-top a.active::before {
  position: absolute;
  color: #125e37;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  background: #125e37;
  width: 100%;
  height: 2px;
}

.voice-list-box .voice-list {
}
.voice-list-box .voice-list .voice-list-item {
  width: 250px;
  min-height: 250px;
  box-sizing: border-box;
  padding: 15px;
  padding-bottom: 0;
  background: #f1faf6;
  margin-right: 33px;
  margin-bottom: 30px;
}

.voice-list-box .voice-list .voice-list-item:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 1200px) {
  .voice-list-box .voice-list .voice-list-item:nth-child(3n) {
    margin-right: 0;
  }
  .voice-list-box .voice-list .voice-list-item:nth-child(4n) {
    margin-right: 33px;
  }
}
.voice-list-box .voice-list .voice-list-item .voice-list-btn {
  box-sizing: border-box;
  padding: 0 30px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #145f39;
  background: rgba(255, 255, 255, 1);
  border-radius: 18px;
}
.voice-list-lock {
  width: 48px;
  height: 54px;
  flex-shrink: 0;
}
.voice-list-box .voice-list .voice-list-item .voice-list-btn.voice-list-btn2 {
  color: #a8a8a8;
}
.voice-list-box .voice-list .voice-list-item .voice-item-con {
  position: relative;
  width: 100%;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/voice-list-bg.png) no-repeat 100% 100%;
}
.voice-list-box .voice-list .voice-list-item .voice-itm-tit {
  line-height: 45px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.voice-list-box .voice-list .voice-list-item .voice-itm-grade {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 14px;
  color: #fa9900;
  font-weight: bold;
}
.voice-item-lock > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.35);
}

.voiceQues-box li:nth-child(2n + 1) {
  border-right-style: dashed;
}
.voiceQues-box li {
  border-bottom-style: dashed;
  font-size: 20px;
}
.voiceQues-box li:last-child {
  border-right-style: solid;
  border-bottom-style: solid;
}
.voiceQues-box li:nth-last-child(2) {
  border-bottom-style: solid;
}
.voiceQues-box .voice-question-ipt {
  margin-left: 10px;
  box-sizing: border-box;
  padding: 0 15px;
  width: 400px;
  height: 36px;
  border: 1px solid rgba(229, 229, 229, 1);
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(18, 94, 55, 1);
}
.voice-ques-btnbox {
  margin: 20px auto;
  padding-bottom: 50px;
}
.voice-ques-btnbox button {
  box-sizing: border-box;
  padding: 0 30px;
  height: 42px;
  line-height: 42px;
  background: #125e37;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
}
.voice-ques-btnbox button:last-child {
  background: #fd9800;
}

.classroom-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px 60px;
  font-size: 16px;
}
.classroom-box .classroom-banner {
  width: 100%;
  height: 500px;
}
.classroom-box .swiper-slide {
  cursor: pointer;
  height: auto;
  margin-bottom: 25px;
  opacity: 0.4;
}
.classroom-box .swiper-slide-active {
  color: #145f39;
  font-weight: bold;
  font-size: 18px;
  opacity: 1;
}

/* .classroom-box .swiper-slide-active{color: #145F39;font-weight: bold;font-size: 18px;} */
.classroom-box .swiper-slide .classroom-itm {
  text-align: center;
  transition: 0.3s;
}
.record-bg-logo {
  height: 30px;
  width: auto;
  animation: animation-turn 2.5s ease-in-out infinite;
}
.record-btn {
  width: 220px;
  height: 50px;
  background: #145f39;
  border-radius: 6px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.record-btn.active {
  background: #fa9900;
  transition: 0.5s;
}
@keyframes animation-turn {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  25% {
    -webkit-transform: rotateX(90deg);
  }
  50% {
    -webkit-transform: rotateX(180deg);
  }
  75% {
    -webkit-transform: rotateX(270deg);
  }
  100% {
    -webkit-transform: rotateX(360deg);
  }
}
.read-select-box {
  width: 100%;
}
.read-select-box .read-select-list {
  margin-left: 25px;
}
.read-select-box .read-select-list label {
  display: block;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.read-select-box .read-select-list label input {
  margin-right: 5px;
  flex-shrink: 0;
}
.read-select-box .read-select-btnbox {
  width: 100%;
  margin: 30px auto 0;
  padding-bottom: 30px;
}
.read-select-box .read-select-btn {
  box-sizing: border-box;
  padding: 0 20px;
  height: 50px;
  background: #145f39;
  border-radius: 6px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.read-select-box .read-select-btn.active {
  background: #fa9900;
  transition: 0.5s;
}

.write-nav {
  justify-content: flex-end;
}
.write-nav li {
  cursor: pointer;
  margin-left: 15px;
  border: 1px solid #666666;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 15px;
  line-height: 35px;
  color: #666666;
  text-align: center;
}
.write-nav li.active {
  border: 1px solid #145f39;
  color: #ffffff;
  background: #145f39;
}
.write-output {
  cursor: pointer;
  margin-left: 15px;
  border: 1px solid #666666;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 15px;
  line-height: 35px;
  color: #666666;
  text-align: center;
}
.write-output.active {
  border: 1px solid #145f39;
  color: #ffffff;
  background: #145f39;
}
.write-list {
  border: 1px solid #eeeeee;
  border-bottom: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
}
.write-list .testCenter-item:first-child {
  font-weight: bold;
  background: #145f39;
  position: sticky;
  color: #ffffff;
  top: 0px;
}

.write-rt-box {
  position: relative;
  box-sizing: border-box;
  padding-top: 0px;
}
.write-rt-box ul .testCenter-item:first-child {
  position: relative;
  font-weight: 400;
  background: none;
  color: #757575;
}
.write-rt-box .testCenter-item1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  background: #145f39;
  position: sticky;
  color: #ffffff;
  top: 0;
  z-index: 999;
}
.write-rt-box .testCenter-item1 div {
  box-sizing: border-box;
  padding: 15px 5px;
  flex: 1;
  text-align: center;
  flex-shrink: 0;
  word-wrap: break-word;
  top: 0px;
  text-align: center;
}
.write-rt-box .testCenter-item1 div:first-child {
  width: 100px;
  flex: initial;
}

.write-list .testCenter-item div:first-child {
  font-weight: bold;
  width: 100px;
  flex: initial;
  flex-shrink: 0;
}
.write-list .testCenter-item input {
  width: 80%;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 5px 15px;
  color: #125e37;
}
.testCenter-con
  .write-list
  .testCenter-item:first-child
  > div:last-child:hover {
  cursor: default;
  color: #ffffff;
  opacity: 1;
}
.testCenter-con .write-list .testCenter-item > div:last-child:hover {
  cursor: default;
  color: #757575;
  opacity: 1;
}

.read-article-box {
  box-sizing: border-box;
  padding: 30px 50px;
}
.read-article-con {
  display: flex;
  justify-content: space-between;
}
.read-article-con .read-article-it {
  height: 620px;
  overflow-y: auto;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 20px 15px;
}
.read-article-con .read-article-it:first-child {
  width: 50%;
}
.read-article-con .read-article-it:last-child {
  width: 48%;
  margin-left: 2%;
}
.read-article-con .read-article-it .read-article-li {
  box-sizing: border-box;
  padding: 0 3px 5px;
}
.read-article-li label.active {
  color: #125e37;
  font-weight: bold;
}
.read-article-li .read-article-title span {
  color: #125e37;
  font-weight: bold;
  color: #ec4243;
}
.read-article-li .read-article-title span.active {
  color: #125e37;
  font-weight: bold;
  color: #125e37;
}
.read-article-li .false-look-logo {
  height: 30px;
  width: auto;
  margin-left: 20px;
}
.read-article-con .read-article-it .read-article-li label {
  box-sizing: border-box;
  margin: 8px 8px;
  display: flex;
  align-items: center;
}
.read-article-con .read-article-it .read-article-li input {
  margin-right: 5px;
  flex-shrink: 0;
}
.read-article-con .read-article-it {
  word-break: break-all;
}
.read-article-it::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.read-article-it::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #145f39;
  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
  );
}
.time-add {
  line-height: 1;
  position: absolute;
  right: 125px;
  bottom: 10px;
  font-size: 14px;
}

.read-face-box {
  width: 70%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 50px;
}
.time-add {
  line-height: 1;
  position: absolute;
  right: 125px;
  bottom: 10px;
  font-size: 14px;
}

.read-word-list {
  border: 1px solid #eeeeee;
  height: 500px;
  overflow-y: auto;
  background: url(../images/read-word-bg.png) no-repeat center fixed;
}
.read-word-list .read-word-itm {
  cursor: pointer;
  width: 20%;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.read-word-list .read-word-itm.active {
  color: #ec4243;
  text-decoration: line-through;
}
.read-word-list .read-word-itm:hover {
  color: #ec4243;
  transition: 0.3s;
}
.read-word-list::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.read-word-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(77, 230, 151, 1);
  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
  );
}
.read-word-btn {
  height: 50px;
  background: #125e37;
  color: #ffffff;
  font-size: 18px;
  box-sizing: border-box;
  padding: 0 75px;
  border-radius: 6px;
}

.read-finish-btnbox button {
  height: 50px;
  box-sizing: border-box;
  min-width: 170px;
  margin-left: 30px;
  padding: 0 40px;
  background: #125e37;
  color: #ffffff;
  font-size: 18px;
  border-radius: 6px;
}
.read-finish-btnbox button:first-child {
  background: #0396e3;
}
.read-finish-btnbox button:last-child {
  background: #fd9800;
}

.backstage-body {
  position: relative;
}
.backstage-aside {
  position: fixed;
  top: 80px;
  left: 0;
  bottom: 0;
  width: 210px;
  overflow-x: hidden;
  background: #373c49;
}
.backstage-aside .backstage-aside-scroll {
  position: relative;
  width: 230px;
  height: 100%;
  overflow-x: hidden;
}
.backstage-aside .backstage-aside-scroll .backstage-nav {
  position: relative;
  width: 210px;
  padding: 0;
}
.backstage-nav li {
  position: relative;
}
.backstage-nav li:nth-child(2n) a:before {
  transition: 0.5s;
  transform: translate(-45deg);
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: -1;
}
.backstage-nav li:nth-child(2n).active a::before {
  transform: translate(0);
  right: 0;
  background-color: #23a462;
}
.backstage-nav li:nth-child(2n + 1) a:before {
  transition: 0.5s;
  transform: translate(-45deg);
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: -1;
}
.backstage-nav li:nth-child(2n + 1).active a::before {
  transform: translate(0);
  left: 0;
  background-color: #23a462;
}
.backstage-nav li:hover a {
  background-color: rgba(35, 164, 97, 0.486);
}
.backstage-nav li a {
  position: relative;
  display: block;
  color: #ffffff;
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.backstage-nav a > img {
  width: auto;
  height: 18px;
  margin-right: 15px;
}
.backstage-con {
  position: fixed;
  top: 80px;
  left: 210px;
  right: 0;
  bottom: 0;
  width: auto;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 36px 54px 36px 46px;
  background-color: #ffffff !important;
}

.mine-section {
  font-size: 14px;
  color: #1a1a1a;
  border: 1px solid #eeeeee;
}
.mine-section-header {
  background: #f4f8f9;
  height: 50px;
  box-sizing: border-box;
  padding: 0 30px;
}
.mine-section-mid {
  height: 66px;
  margin: 30px 0 35px 0;
}
.mine-section .mine-section-con {
  box-sizing: border-box;
  padding: 30px;
}
.mine-section-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
}
.mine-section-header .mine-section-sign {
  width: 110px;
  height: 40px;
  background: rgba(18, 94, 55, 1);
  color: #ffffff;
  font-size: 16px;
}
.mine-section-header .mine-section-sign.active {
  background: #e5e5e5;
  color: #a8a8a8;
}
.mine-section-con .mine-btn {
  width: 27%;
  height: 56px;
  background-color: #125e37;
  color: #ffffff;
  margin-right: 20px;
}

.signModal {
  box-sizing: border-box;
  padding: 0px 60px;
}
.signModal-top {
  background: url(../images/signModal-bg-1.png) no-repeat 100%;
  height: 75px;
  line-height: 75px;
  margin-top: 25px;
}
.signModal-img {
  width: 100%;
  height: auto;
  margin: 20px auto;
}
.signModal-btn {
  box-sizing: border-box;
  padding: 0 32px;
  margin: 30px auto;
  display: block;
  height: 40px;
  background: rgba(18, 94, 55, 1);
  color: #ffffff;
}
.signRuleMg .layui-layer-title {
  background: #125e37;
  color: #ffffff;
}

.signlist-section-top {
  box-sizing: border-box;
  padding: 30px 50px;
  background-color: #f7f7f7;
}
.signlist-top-btn {
  color: #ffffff;
  background: #125e37;
  height: 44px;
  font-weight: bold;
  box-sizing: border-box;
  width: 27%;
  max-width: 240px;
}
.sign-list {
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
.sign-list .sign-list-itm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px 0;
  color: #1a1a1a;
  font-size: 14px;
}
.sign-list .sign-list-itm li {
  height: 100%;
  text-align: center;
  flex: 1;
}
.sign-list > .sign-list-itm {
  padding: 15px 0;
  background-color: #e5e5e5;
  color: #8f8f8f;
}
.sign-list .sign-list-box {
  box-sizing: border-box;
  padding: 0 33px;
}
.sign-list .sign-list-box .sign-list-itm {
  border-bottom: 1px dotted #eeeeee;
}
.sign-list .sign-list-box .sign-list-itm li:first-child {
  font-weight: bold;
}
.sign-list .sign-list-box .sign-list-itm li:nth-child(2) {
  color: #db2122;
  font-weight: bold;
}
.sign-list .sign-list-box .sign-list-itm li:last-child {
  border-bottom: none;
}

.setting-nav {
  position: sticky;
  top: -36px;
  background: #ffffff;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  font-weight: bold;
}
.setting-nav li {
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px 15px;
  min-width: 10%;
  margin-right: 5%;
  text-align: center;
}
.setting-nav li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.1s;
}
.setting-nav li.active {
  color: #125e37;
  border-bottom: 2px solid #125e37;
}

.setting-nav a.setting-report-nav {
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 3px 15px;
  min-width: 10%;
  margin-right: 1%;
  text-align: center;
}
.setting-nav a.setting-report-nav:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.1s;
}
.setting-nav a.setting-report-nav.active {
  color: #125e37;
  border-bottom: 2px solid #125e37;
}

.setting-form {
  display: block;
  width: 100%;
}
.setting-form label {
  display: flex;
  width: 100%;
  margin-top: 30px;
}
.setting-form label input.setting-ipt {
  width: 100%;
  max-width: 320px;
  border: 1px solid #e5e5e5;
  height: 36px;
  box-sizing: border-box;
  padding: 0 13px;
}
.setting-form .setting-form-lf {
  width: 10%;
  min-width: 100px;
  text-align: end;
}
.setting-form .setting-form-rt {
  width: 100%;
  margin-left: 20px;
}
.setting-form .setting-form-rt textarea {
  width: 100%;
  max-width: 320px;
  height: 78px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 10px 20px;
}
.setting-form-btn {
  box-sizing: border-box;
  padding: 0 40px;
  height: 46px;
  max-width: 150px;
  background: #145f39;
  color: #ffffff;
  margin-left: 120px;
}

.user-img-box {
  width: 100%;
}
.user-img-box .user-img-btn {
  width: 29%;
  min-width: 280px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(246, 246, 246, 1);
  border: 1px solid rgba(220, 220, 220, 1);
  color: #a8a8a8;
  margin-top: 40px;
}
.user-img-box .user-img-btn img {
  width: auto;
  height: 16px;
  margin-right: 12px;
}
.user-img-box .user-img-con {
  min-width: 400px;
  width: 60%;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 40px;
  background: rgba(249, 249, 249, 1);
  border: 1px solid rgba(220, 220, 220, 1);
}
.user-img-box .user-img-con img {
  width: 200px;
  height: 200px;
}
.user-img-box .user-img-confirm {
  width: 90px;
  height: 39px;
  background: rgba(246, 246, 246, 1);
  border: 1px solid rgba(220, 220, 220, 1);
  font-size: 14px;
  color: #a8a8a8;
}

.nav-back-btn {
  width: auto;
  height: 20px;
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer;
}
.speaking-list-num {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  color: #ffffff;
  z-index: 9;
  background: none;
}
.speaking-item-con:before {
  position: absolute;
  background-color: #000000;
  opacity: 0.2;
  z-index: 8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}
.speaking-item-con {
  background: none;
}
.speaking-item-con2::before {
  display: none;
}
.speaking-item-img {
  width: 100%;
  height: 100%;
}
.username {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.speaking-tit-time {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fa9900;
  font-size: 16px;
  font-weight: bold;
}

.speaking-con-box {
  justify-content: center;
  box-sizing: border-box;
  padding: 100px 30px;
}
.speaking-con-box .speaking-con-lf {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
.speaking-con-box .speaking-con-rt {
  flex: 1;
  transition: 0.3s;
}
.speaking-con-box .speaking-voice-logo {
  width: 36px;
  height: 30px;
  padding-top: 10px;
  margin-right: 20px;
}
.speaking-con-btn1 {
  background: #125e37;
  color: #ffffff;
  font-size: 18px;
  box-sizing: border-box;
  height: 50px;
  width: 160px;
}
.speaking-con-btn2 {
  background: #fa9900;
  color: #ffffff;
  font-size: 18px;
  box-sizing: border-box;
  height: 50px;
  width: 240px;
  margin: 0 25px;
}
.speaking-con-btn3 {
  background: #d7f2e4;
  color: #333333;
  font-size: 18px;
  box-sizing: border-box;
  height: 50px;
  width: 160px;
}

.pk-box {
  height: calc(100vh - 250px);
  box-sizing: border-box;
  padding: 30px;
  font-size: 16px;
}
.pk-box .pk-mode-select {
  
  height: auto;
 
  display: block;

}

.pk_center_img{
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
/* .pk-box .pk-mode-select:last-child {
  margin-left: 12%;
} */
/* .pk-box .pk-mode-select img:hover {
  transition: 1s;
  transform: rotateX(360deg);
  transform-style: preserve-3d;
} */
.pk-box .pk-mode-select img:hover + p {
  color: #125e37;
}
.pk-box .pk-mode-select img {
  width: 100%;
  height: auto;
  
  /* margin-bottom: 30px; */
}
.pk-mode-select_p{
  position: absolute;
  width: 622px;
  left: 0;
  top: 20%;
}
.pk-mode-select_k{
  position: absolute;
  right: 0;
  width: 625px;
  top: 30%;
}
.pk-box .pk-box-top .pk-top-lf {
  box-sizing: border-box;
  padding: 4px 10px;
  border-radius: 30px;
  background: #f4f8f9;
  font-size: 14px;
  font-weight: bold;
}
.pk-box .pk-box-top .pk-top-name {
  max-width: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pk-box .pk-box-top .pk-top-userimg {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  margin-right: 9px;
}
.pk-box .pk-box-top .pk-money {
  width: 18px;
  height: auto;
  margin-left: 10px;
  margin-right: 7px;
}
.pk-box .pk-box-top .pk-tips-logo {
  width: 26px;
  height: auto;
  margin-left: 20px;
}
.left_perdon{
  position: absolute;
  z-index: 100;
  top: 25%;
  left: 40%;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.left_perdon img{
  width: 90px !important;
  height: 90px !important;
  border-radius: 50%;
  margin-bottom: 10px;
}
.yxdz_p img{
  width: 90px !important;
  margin: 20px auto;
  height: 90px !important;
  border-radius: 50%;
}
.yxdz_p .name{
  color: #333;
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: bold;
}
.yxdz_p .grad{
   color: #666666;
   font-size: 15px;
   padding-bottom: 20px;
}
 .yxdz_suc{
  width: 385px;
  height: 55px;
  background: #ffffff;
  line-height: 55px;
  text-align: center;
  margin-bottom: 16px;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 16px;
  color: #666666;
}
.yxdz_total{
  display: flex;
  align-items: center;
  width: 385px;
  justify-content: space-between;
  margin: 20px auto;
}
.yxdz_total>div{
  width: 185px;
height: 55px;
background: #ffffff;
line-height: 55px;
border-radius: 5px;
text-align: center;
color: #666666;
}
.index-body_yzdu{
  text-align: center;
  background-color: #F0F0F0;
  padding-top: 20px;
}
.pe_btn{
  width: 300px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
font-family: PingFang SC, PingFang SC-Bold;
font-weight: 700;
  color: #fff;
  background: #185f3a;
  border-radius: 28px;
  margin: 50px auto 15px;
}
.index-body_yzdu p{
  padding-top: 10px;
  padding-bottom: 120px;
  color: #666666;
}
.right_perdon{
  position: absolute;
  z-index: 100;
  top: 25%;
  right: 40%;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.right_perdon img{
  width: 90px !important;
  height: 90px !important;
  border-radius: 50%;
  margin-bottom: 10px;
}
.pk-box .pk-box-top .pk-tips-logo:hover {
  opacity: 0.5;
  cursor: pointer;
}
.pk-box .pk-box-top .pk-top-btn {
  height: 32px;
  box-sizing: border-box;
  padding: 0 17px;
  font-size: 14px;
  color: #ffffff;
  background: #145f39;
  border-radius: 15px;
}

.pk-box .pk-list-con {
  box-sizing: border-box;
  padding: 60px 30px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pk-box .pk-list-con li {
  position: relative;
  z-index: 1;
  width: 45%;
  min-width: 420px;
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 30px 54px 63px;
  color: #ffffff;
  cursor: pointer;
}
.pk-box .pk-list-con li:hover {
  opacity: 0.9;
  transform: scale(1.05);
  transition: 0.5s;
}
.pk-box .pk-list-con li .pk-star-logo {
  width: 27px;
  height: 27px;
  margin-right: 7px;
}
.pk-box .pk-list-con li .pk-money-logo {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.pk-box .pk-list-con li .pk-list-txt {
  width: max-content;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 5px 20px;
  margin-top: 10px;
  background-color: #00000011;
}
.pk-box .pk-list-con li .pk-list-txt p {
  flex-shrink: 0;
}
.pk-box .pk-list-con li .pk-list-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.unit-type-tit {
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 40px 0 30px;
  background-color: #125e37;
  color: #ffffff;
  font-size: 18px;
  width: 98%;
}
.unit-txt {
  margin: 0 !important;
}
.unittest-ipt-box {
  width: 70%;
  height: 44px;
  margin: 50px 0;
  border: 2px solid rgba(18, 94, 55, 1);
}
.unittest-ipt-box input {
  height: 100%;
  flex: 1;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 18px;
}
.unittest-ipt-box .unittest-ipt-btn {
  flex-shrink: 0;
  width: 110px;
  height: 100%;
  background: #125e37;
  color: #ffffff;
  font-size: 20px;
}

.review-box {
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}
.review-box .review-itm {
  cursor: pointer;
  position: relative;
  width: 30%;
  min-height: 100px;
  margin-right: 5%;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 5px 60px 5px 20px;
  color: #ffffff;
  background: #0e71ef;
  border-radius: 8px;
  transform: rotateX(0deg);
}
.review-box .review-itm.active {
  background: #666565;
  transition: 0.9s;
  transform: rotateX(360deg);
  box-shadow: 2px 3px 5px #bbb9b9;
}
.review-box .review-itm * {
  transform: none;
}

.review-box .review-itm p {
  word-break: break-all;
}
.review-box .review-itm:nth-child(3n) {
  margin-right: 0;
}
.review-box .review-itm .review-itm-logo {
  z-index: 9;
  position: absolute;
  right: 20px;
  top: 30%;
  transform: translateY(-50%);
  width: 30px;
}
.review-box .review-itm .review-itm-logo2 {
  position: absolute;
  right: 20px;
  top: 70%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  padding: 1px 2px;
  border-radius: 5%;
}
.review-box .review-itm .review-itm-logo:hover {
  cursor: pointer;
  transition: 0.2s;
  opacity: 0.8;
}

.indep-test-con {
  flex: 1;
  box-sizing: border-box;
  padding: 40px 60px;
}
.indep-test-con .layui-form-select .layui-input {
  width: 100px;
  text-align: center;
  margin-left: 10px;
}
.indep-test-con .indep-select-box {
  min-height: 190px;
  line-height: 40px;
  padding-left: 3px;
}
.indep-test-con .indep-select-box label input {
  margin-right: 5px;
}
.indep-test-btn {
  background: #125e37;
  color: #ffffff;
  box-sizing: border-box;
  height: 40px;
  padding: 0 25px;
  display: block;
}

.independent-test .test-box li label.active {
  color: #125e37;
  font-weight: bold;
}

.layerPkModal {
  background-color: transparent !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  border-radius: 6px !important;
  overflow: hidden;
}
.pkModal .pkModal-nav {
  width: 40%;
  height: 43px;
  color: #333333;
}
.pkModal .pkModal-nav li {
  cursor: pointer;
  flex: 1;
  line-height: 43px;
  color: #333333;
  background: #f6f6f6;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
}
.pkModal .pkModal-nav li:first-child {
  border-top-left-radius: 6px;
}
.pkModal .pkModal-nav li:last-child {
  border-top-right-radius: 6px;
}
.pkModal .pkModal-nav li.active {
  color: #145e39;
  background: #ffffff;
  transform: scale(1.1);
  transition: 0.3s;
}
.pkModal .select-mode-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 180px;
  box-sizing: border-box;
  padding: 15px 5%;
  background-color: #ffffff;
  border-top-right-radius: 6px;
}
.pkModal .select-mode-section > div {
  width: 50%;
}
.pkModal .select-mode-section input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 18px;
  background: #e5e5e5;
  border: 1px solid rgba(229, 229, 229, 1);
}
.pkModal .select-mode-section .pkModal-btn {
  height: 50px;
  box-sizing: border-box;
  padding: 0 15px;
  background: #145e39;
  color: #ffffff;
  font-size: 18px;
  font-family: Microsoft YaHei;
  border-radius: 6px;
}

.pk-header .title {
  color: #29a767;
}
.pk-header .title_g {
  color: #333;
  font-size: 22px;
}
.pk-con-box .pk-con-top {
  width: 100%;
  margin-top: 90px;
}
.pk-con-box {
  min-height: calc(100vh - 300px);
  box-sizing: border-box;
  padding: 0 8%;
}
.pk-con-boxs {
  min-height: calc(100vh - 300px);
  box-sizing: border-box;
  padding: 0;
}
.pk-con-box .pk-con-header {
  position: relative;
  width: 27.5%;
  height: 76px;
  box-sizing: border-box;
  padding-left: 75px;
  padding-right: 12%;
  background: linear-gradient(
    90deg,
    rgba(35, 164, 98, 1),
    rgba(81, 184, 132, 1)
  );
  border-radius: 38px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pk-con-box .pk-con-headerl {
  width: 468px;
  height: 106px;
  background-image: url(../images/ll.png);
  background-size: cover;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-right: 50px;
}
.clark {
  width: 94px;
  height: 87px;
  background-image: url(../images/nao.png);
  background-size: cover;
  text-align: center;
  color: #2dac6a;
  line-height: 87px;
}
.pk-con-box .pk-con-headerr {
  width: 468px;
  height: 106px;
  background-image: url(../images/hr.png);
  background-size: cover;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-right: 50px;
}

.pk-con-box .pk-con-header p {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
  font-size: 20px;
}
.pk-con-box .pk-con-header:last-child {
  padding-right: 75px;
  text-align: right;
  padding-left: 70px;
}
.pk-con-box .pk-header-user {
  /* position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%); */
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 6px solid #29a766;
}
.pk-con-box .pk-con-header:last-child .pk-header-user {
  left: auto;
  right: -30px;
  border: 6px solid rgba(246, 177, 68, 1);
}
.pk-con-box .pk-vs-img {
  width: 9%;
  height: auto;
}
.pk-con-box .pk-con-header .pk-header-tag {
  position: absolute;
  cursor: default;
  bottom: -65px;
  left: -10px;
  width: 65px;
  height: 38px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.pk-con-box .pk-con-header .pk-header-tag img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.pk-con-box .pk-con-header .pk-header-tag p {
  position: relative;
  line-height: 42px;
}
.pk-con-box .pk-con-header:last-child .pk-header-tag {
  left: auto;
  right: -10px;
}

.pk-con-box2 {
  padding: 0 50px;
  padding-bottom: 60px;
}
.pk-con-box .pk-con-top2 {
  margin-top: 50px;
}
.pk-con-box .pk-con-top2 .pk-con-header {
  height: 54px;
  padding-left: 45px;
}
.pk-con-box .pk-con-top2 .pk-con-header:last-child {
  height: 54px;
  padding-left: 12.5%;
  padding-right: 45px;
}
.pk-con-box .pk-con-top2 .pk-header-user {
  width: 59px;
  height: 59px;
}
.pk-con-box .pk-con-top2 .pk-vs-img {
  margin: 0 7%;
}
.pk-con-box .pk-con-top2 section {
  width: 55%;
}
.pk-con-box .pk-con-top2 > p {
  flex: 1;
  font-size: 18px;
}

.pk-ready {
  margin-top: 80px;
}
.pk-ready .pk-time-down {
  width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #145f39;
  font-size: 22px;
  border-radius: 50%;
}
.pk-time-downs {
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
}
.pk-ready .pk-ready-btn {
  width: 220px;
  height: 56px;
  line-height: 56px;
  background: rgba(20, 95, 57, 1);
  border-radius: 6px;
  color: #ffffff;
  font-size: 18px;
}
.pk-ready .pk-money-logo {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.pk-ques-box {
  width: 100%;
  min-width: 528px;
  color: #757575;
  /* background-color: #f4f8f9; */
  font-size: 24px;
  border-radius: 8px;
  box-sizing: border-box;
}
.pk-ques-box .pk-ques-list {
  box-sizing: border-box;
  padding: 30px 6% 100px;
}
.pk-ques-box .pk-ques-list .pk-ques-ans {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pk-ques-box .pk-ques-list .pk-ques-ans li {
  cursor: pointer;
  min-width: 450px;
  max-width: 80%;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px 20px;
  border: 1px solid rgba(210, 210, 210, 1);
  background-color: #fff;
  border-radius: 40px;
  margin-top: 20px;
  text-align: center;
}
.pk-con-header .pk-grade {
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px; */
  font-size: 36px;
  font-weight: bold;
  flex: 1;
  text-align: center;
  color: #ffffff;
}
.pk-grade-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pk-con-header .pk-grade2 {
  right: auto;
  left: 25px;
}

.pk-con-top2 .pk-con-header .pk-grade {
  right: 10px;
  font-size: 20px !important;
  color: #ffffff;
}
.pk-con-top2 .pk-con-header .pk-grade2 {
  right: auto;
  left: 15px;
}

.pk-ques-box .pk-ques-list .pk-ques-ans li:hover {
  background-color: #145f39;
  color: #ffffff;
}
.pk-ques-box .pk-ques-list .pk-ques-ans li.active {
  background-color: #145f39;
  color: #ffffff;
}

.pk-ques-box .pk-time-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -47px;
  border: 10px solid #f4f8f9;
}
.pk-ques-box .pk-progress {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 24px;
  color: #757575;
}

.pk-end-modal .mengban {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.5;
  z-index: 998;
}
.pk-end-modal .pk-end-modalcon {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 999;
  width: 440px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pk-end-modal .pk-end-modalcon .pk-modal-reward {
  font-size: 18px;
  color: #fb9900;
}
.pk-end-modal .pk-end-modalcon .pk-modal-reward img {
  width: 28px;
  margin-right: 12px;
}
.pk-end-modal .pk-end-modalcon .pk-modal-bg {
  width: 308px;
  height: 230px;
  margin-top: -73px;
}
.pk-end-modal .pk-end-modalcon .pk-modal-btn {
  width: 45%;
  height: 54px;
  background: rgba(20, 97, 55, 1);
  border-radius: 27px;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
}
.pk-end-modal .pk-end-modalcon .pk-modal-btn:last-child {
  background: #fb9900;
}

.report-box {
  width: 100%;
}
.report-box .report-box-title {
  color: #145e39;
  font-weight: bold;
  line-height: 60px;
  font-size: 22px;
}
.report-box .reportChart {
  width: 550px;
  height: 550px;
  margin: 0px auto 10px;
}

.report-list {
  margin-top: 20px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
.report-list .report-list-itm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px 0;
  color: #1a1a1a;
  font-size: 14px;
}
.report-list .report-list-itm li {
  height: 100%;
  text-align: center;
  flex: 1;
}
.report-list > .report-list-itm {
  padding: 15px 0;
  background-color: #e5e5e5;
  color: #8f8f8f;
  font-weight: bold;
  font-size: 16px;
}
.report-list > .report-list-itm li {
  box-sizing: border-box;
  padding: 0 5px;
  margin-right: -10px;
}
.report-list .report-list-box {
  box-sizing: border-box;
  padding: 0 3px;
}
.report-list .report-list-box .report-list-itm {
  border-bottom: 1px dotted #eeeeee;
}
.report-list .report-list-box .report-list-itm li:first-child {
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 5px;
}
.report-list .report-list-box .report-list-itm li:nth-child(5) p {
  display: inline-block;
  color: #ffffff;
  box-sizing: border-box;
  padding: 3px 5px;
  background: #49b7f0;
}
.report-list .report-list-box .report-list-itm li.active:nth-child(5) p {
  background: #db2122;
}
.report-list .report-list-box .report-list-itm li:last-child {
  border-bottom: none;
}
.report-list .report-list-box2 .report-list-itm li:nth-child(2) {
}
.report-list .report-list-box2 .report-list-itm li p {
  display: inline-block;
  color: #ffffff;
  box-sizing: border-box;
  padding: 3px 5px;
  background: #49b7f0;
}
.report-list .report-list-box2 .report-list-itm li.active p {
  background: #db2122;
}

/* 商城 */
.shop-box {
  width: 100%;
  min-height: calc(100vh - 200px);
}
.shop-box-nav {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #c9c9c9;
}
.shop-box-nav a {
  position: relative;
  width: 15%;
  text-align: center;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  transition: 0.7s;
}
.shop-box-nav a.active {
  font-weight: bold;
  color: #145f39;
}
.shop-box-nav a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  transform: rotateY(90deg) rotateZ(-370deg);
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  background: #145f39;
  overflow: hidden;
}
.shop-box-nav a.active::after {
  width: 100%;
  height: 2px;
  transform: rotateY(0);
  display: block;
  content: "";
  background: #145f39;
}

.shop-list {
  font-size: 14px;
  color: #333333;
  box-sizing: border-box;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
}
.shop-list .shop-list-item {
  width: 270px;
  margin-right: 25px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid rgba(229, 229, 229, 1);
}
.shop-list .shop-list-item:nth-child(4n) {
  margin-right: 0;
}
.shop-list .shop-list-item .shop-money-logo {
  width: 18px;
  margin-right: 8px;
}
.shop-list .shop-list-item .shop-item-img {
  width: 100%;
  height: 220px;
}
.shop-list .shop-list-item .shop-item-text {
  width: 100%;
}
.shop-list .shop-list-item .shop-item-btn {
  width: 100%;
  height: 42px;
  margin-top: 20px;
  color: #ffffff;
  background: #145f39;
}

.shop-detail-box {
  box-sizing: border-box;
  padding: 50px;
}
.shop-detail-box .shop-detail-img {
  width: 350px;
  height: 350px;
  margin-right: 30px;
}
.shop-detail-box .shop-detail-top {
  width: 100%;
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
}
.shop-detail-box .shop-detail-btn {
  box-sizing: border-box;
  background: #145f39;
  color: #ffffff;
  height: 40px;
  padding: 10px 50px;
  margin-top: 20px;
}
.shop-detail-box .shop-num-btn {
  user-select: none;
}

.shop-detail-box .shop-num-box {
  border: 1px solid #c9c9c9;
}
.shop-detail-box .shop-num-box input {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-right: 1px solid #c9c9c9;
  text-align: center;
}
.shop-detail-box input::-webkit-outer-spin-button,
.shop-detail-box input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.shop-detail-box input::outer-spin-button,
.shop-detail-box input::inner-spin-button {
  appearance: none !important;
}
.shop-detail-box input {
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.shop-address-itm input {
  appearance: none;
  -webkit-appearance: none !important;
}
.shop-address-itm input[type="number"] {
  -moz-appearance: textfield;
}
.shop-address-itm input::-webkit-outer-spin-button,
.shop-address-itm input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.shop-address-itm input::outer-spin-button,
.shop-address-itm input::inner-spin-button {
  appearance: none !important;
}

.shop-order-ipt input {
  appearance: none;
  -webkit-appearance: none !important;
}
.shop-order-ipt input[type="number"] {
  -moz-appearance: textfield;
}
.shop-order-ipt input::-webkit-outer-spin-button,
.shop-order-ipt input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.shop-order-ipt input::outer-spin-button,
.shop-order-ipt input::inner-spin-button {
  appearance: none !important;
}

.shop-detail-box .shop-num-box div {
  width: 24px;
  background: rgba(240, 240, 240, 1);
}
.shop-detail-box .shop-num-box div p {
  color: #a8a8a8;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.shop-detail-box .shop-num-box div p:hover {
  color: #145f39;
}

.slide-box {
  width: 350px;
  display: flex;
  align-items: center;
  margin: 30px 0 80px;
}
.slide-box .arrow-box {
  cursor: pointer;
  flex-shrink: 0;
  width: 40px;
  height: 68px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-box .arrow-box:hover {
  opacity: 0.85;
}
.slide-box .arrow-box .arrow-logo {
  width: 12px;
  height: 22px;
}
.slide-box .swiper-container {
  box-sizing: border-box;
}
.slide-box .swiper-container,
.slide-box .swiper-wrapper {
  height: 68px;
}
.slide-box .swiper-container .swiper-slide {
  width: 68px;
  height: 68px;
}
.slide-box .prod-slide-img {
  width: 68px;
  height: 68px;
  cursor: pointer;
}

.shop-con-top {
  display: flex;
  width: 100%;
  height: 40px;
  border-top: 1px solid #145f39;
  background: #f5f5f5;
  color: #000000;
}
.shop-con-top li {
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.shop-con-top li.active {
  background: #125e37;
  color: #ffffff;
  font-size: 16px;
}
.shop-con-tit {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 30px;
}
.shop-con-tit::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 4px;
  height: 22px;
  background-color: #125e37;
}
.shop-richtext-box {
  box-sizing: border-box;
  padding: 20px 0;
}
.shop-richtext-box img {
  max-width: 100%;
  width: auto;
}

/* 提交订单 */
.shop-order-box {
  box-sizing: border-box;
  padding: 60px 50px;
}
.shop-order-box .shop-order-top {
  position: relative;
  font-size: 14px;
}
.shop-order-box .shop-order-top li {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.shop-order-box .shop-order-top::before {
  content: "";
  display: block;
  position: absolute;
  left: 9%;
  top: 11px;
  background-color: #125e37;
  width: 37%;
  height: 2px;
}
.shop-order-box .shop-order-top::after {
  content: "";
  display: block;
  position: absolute;
  right: 9%;
  top: 11px;
  background-color: #cccccc;
  width: 37%;
  height: 2px;
}
.shop-order-box .shop-order-top li:last-child .shop-order-top-num {
  background-color: #cccccc;
}
.shop-order-box .shop-order-top li:last-child {
  color: #cccccc;
}
.shop-order-box .shop-order-top li .shop-order-top-num {
  width: 26px;
  height: 26px;
  margin-bottom: 12px;
  border-radius: 50%;
  background-color: #145f39;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
}
.shop-order-box .shop-order-title {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.shop-order-box .add-address {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.shop-order-box .add-address::before {
  transition: 0.2s;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(42px);
  width: 1px;
  height: 100%;
  background: #125e37;
}
.shop-order-box .add-address::after {
  transition: 0.4s;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-101%);
  width: 100%;
  height: 1px;
  background: #125e37;
}
.shop-order-box .add-address p {
  width: 100%;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 12px;
  color: #0030fd;
  border: 1px solid rgba(229, 229, 229, 1);
  cursor: pointer;
}
.shop-order-box .add-address p:hover {
  color: #125e37;
  font-weight: bold;
  transition: 0.4s;
}

.shop-order-box .add-address p::before {
  transition: 0.4s;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-101%);
  width: 100%;
  height: 1px;
  background: #125e37;
}
.shop-order-box .add-address p::after {
  transition: 0.2s;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(42px);
  width: 1px;
  height: 100%;
  background: #125e37;
}
.shop-order-box .add-address:hover:before {
  transform: translateY(0);
}
.shop-order-box .add-address:hover:after {
  transition-delay: 0.2s;
  transform: translateX(0);
}
.shop-order-box .add-address p:hover:before {
  transform: translateX(0);
}
.shop-order-box .add-address p:hover:after {
  transition-delay: 0.4s;
  transform: translateY(0);
}

.isaddress-list .add-address.active p {
  color: #125e37;
  font-weight: bold;
}
.isaddress-list .add-address.active {
  border: 1px solid #125e37;
}

.add-address-box {
  padding: 15px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.add-address-box .shop-address-itm {
  margin-bottom: 15px;
  font-size: 14px;
}
.add-address-box .shop-address-itm p {
  margin-right: 10px;
}
.add-address-box .shop-address-itm input {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 10px;
}

.add-address-box .shop-address-select select {
  -webkit-appearance: none;
  appearance: none;
  width: 150px;
  height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding-right: 55px;
  cursor: pointer;
}
.add-address-box .arrow-down-logo {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 13px;
  height: 7px;
}
.add-address-box .shop-address-remark {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  width: 572px;
  height: 80px;
  box-sizing: border-box;
  padding: 8px 15px;
}
.shop-order-remark {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  width: 100%;
  height: 60px;
  font-size: 12px;
  box-sizing: border-box;
  padding: 8px 15px;
}

.shop-order-con {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  background: #f5f5f5;
}
.shop-order-con .shop-order-img {
  width: 100px;
  height: 100px;
  margin-right: 25px;
}
.shop-order-con .shop-order-ipt p {
  width: 28px;
  height: 28px;
  background: rgba(238, 238, 238, 1);
  border: 1px solid rgba(220, 220, 220, 1);
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  user-select: none;
}
.shop-order-con .shop-order-ipt p:hover {
  color: #125e37;
  border-color: #125e37;
  transition: 0.5s;
}
.shop-order-con .shop-order-ipt input {
  width: 55px;
  height: 28px;
  background-color: #ffffff;
  font-size: 12px;
  color: #000000;
  text-align: center;
  font-weight: bold;
}

.shop-order-sub {
  width: 100%;
  height: 60px;
  margin: 30px 0;
  background: rgba(245, 245, 245, 1);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.shop-order-sub button {
  height: 60px;
  box-sizing: border-box;
  padding: 0 20px;
  background: #145f39;
  margin-left: 30px;
  color: #ffffff;
  font-size: 20px;
}

.order-modal-box {
  box-sizing: border-box;
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order-modal-box img {
  width: 74px;
  margin-bottom: 30px;
}

.sendmsg-box {
  box-sizing: border-box;
  padding: 30px 40px;
  font-size: 14px;
}
.sendmsg-box .sendmsg-title {
  font-size: 18px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
}
.sendmsg-box .sendmsg-textarea {
  width: 100%;
  height: 110px;
  background: rgba(245, 245, 245, 1);
  border: 1px solid rgba(220, 220, 220, 1);
  box-sizing: border-box;
  padding: 20px;
}

.sendmsg-table {
  border: 1px solid rgba(229, 229, 229, 1);
  color: #333333;
}
.sendmsg-box li {
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  box-sizing: border-box;
}
.sendmsg-table li:first-child {
  background: #e5e5e5;
  text-align: center;
}
.sendmsg-table li:last-child {
  border-bottom: none;
}

.sendmsg-box li div {
  flex: 1;
  padding: 15px;
}
.sendmsg-box li div:first-child {
  flex: 5;
  border-right: 1px solid #dcdcdc;
}
.sendmsg-box li:nth-child(n + 2) div:last-child {
  text-align: center;
  color: #8f8f8f;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.myorder-box {
  width: 100%;
}
.myorder-list {
  margin-top: 20px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
.myorder-list .myorder-list-itm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px 0;
  color: #1a1a1a;
  font-size: 14px;
}
.myorder-list .myorder-list-itm li {
  height: 100%;
  text-align: center;
  flex: 1;
}
.myorder-list > .myorder-list-itm {
  padding: 15px 0;
  background-color: #e5e5e5;
  color: #333333;
  font-size: 14px;
}
.myorder-list > .myorder-list-itm li {
  box-sizing: border-box;
  padding: 0 5px;
  margin-right: -10px;
}
.myorder-list .myorder-list-box {
  box-sizing: border-box;
  padding: 0 3px;
}
.myorder-list .myorder-list-box .myorder-list-itm {
  border-bottom: 1px dotted #eeeeee;
}
.myorder-list .myorder-list-box .myorder-list-itm li {
  word-break: break-all;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.myorder-list .myorder-list-box .myorder-list-itm li:first-child {
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 5px;
  color: #8f8f8f;
  font-size: 12px;
}
.myorder-list .myorder-list-box .myorder-list-itm li:nth-child(6) {
  box-sizing: border-box;
  color: #8f8f8f;
  font-size: 12px;
  word-break: break-all;
}
.myorder-list .myorder-list-box .myorder-list-itm li .myorder-btn {
  width: 80px;
  height: 30px;
  background: #448aca;
  color: #ffffff;
}
.myorder-list .myorder-list-box .myorder-list-itm li .myorder-btn.active {
  cursor: default;
  background: #145f39;
}
.myorder-list .myorder-list-box .myorder-list-itm li .myorder-img {
  width: 62px;
  height: 62px;
}

.order-detail-top {
  border: 1px solid rgba(220, 220, 220, 1);
  box-sizing: border-box;
  padding: 30px 25px;
}
.order-detail-top .order-detail-btn {
  margin-top: 20px;
  background: #448aca;
  height: 32px;
  font-size: 14px;
  color: #ffffff;
  box-sizing: border-box;
  padding: 0 12px;
}
.order-detail-top .stage-order-warn {
  width: 23px;
  height: 23px;
  margin-right: 15px;
}

.order-con {
  border: 1px solid #ededed;
  margin-top: 25px;
}
.order-con h2 {
  line-height: 50px;
  background: #f5f5f5;
  font-size: 14px;
  color: #333333;
  box-sizing: border-box;
  padding: 0 22px;
}
.order-con .order-con-msg {
  box-sizing: border-box;
  padding: 22px;
}
.order-con .order-con-itm {
  margin-bottom: 15px;
  display: flex;
  font-size: 14px;
}
.order-con .order-con-itm:last-child {
  margin-bottom: 0;
}
.order-detail-btm {
  margin-top: 30px;
  background: #e5e5e5;
  box-sizing: border-box;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.order-detail-btm div p:last-child {
  min-width: 100px;
  text-align: end;
}

.bgmusic-logo {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.bgmusic-logo.active {
  opacity: 0.5;
}

.ranklist-box {
  box-sizing: border-box;
  padding: 30px 20px;
}
.ranklist-box .ranklist-lf {
  flex: 1;
}
.ranklist-box .ranklist-lf .layui-input {
  border: none;
  background-color: #f5f8f9;
  font-size: 14px;
}
.ranklist-box .ranklist-lf header {
  background-color: #f5f8f9;
  box-sizing: border-box;
  padding: 10px 20px;
}
.ranklist-box .ranklist-lf .ranklist-user {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
}
.ranklist-box .ranklist-lf .ranklist-score-btn {
  color: #145f39;
  border: 1px solid #145f39;
  height: 34px;
  box-sizing: border-box;
  padding: 0 17px;
}
.ranklist-rt {
  width: 370px;
  flex-shrink: 0;
  margin-left: 20px;
}
.ranklist-box .pk-money-logo {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.ranklist-box .ranklist-page {
  width: 56px;
  height: 24px;
  border: 1px solid #c9c9c9;
}
.ranklist-box .ranklist-page p {
  flex: 1;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #c9c9c9;
  background: #dcdcdc;
}
.ranklist-box .ranklist-page p:last-child {
  color: #c9c9c9;
  background: #ffffff;
}
.ranklist-box .ranklist-page p:hover {
  opacity: 0.8;
  cursor: pointer;
}
.ranklist-table {
  border: 1px solid #e5e5e5;
}
.ranklist-table .ranklist-table-top {
  background: #f5f8f9;
  box-sizing: border-box;
  padding: 5px 15px;
}

.ranklist-table .ranklist-li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 15px 20px;
  border-bottom: 1px solid#E5E5E5;
}
.ranklist-table .ranklist-li:last-child {
  border-bottom: none;
}
.ranklist-table .ranklist-li .ranklist-li-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.ranklist-table .ranklist-li .ranklist-li-itm {
  flex: 1;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ranklist-table .ranklist-li-txt {
  max-width: 100px;
}
.ranklist-table .ranklist-remark {
  box-sizing: border-box;
  padding: 0 10px;
  word-break: break-all;
}

.ranklist-table .ranklist-nav {
  height: 50px;
  background: #f5f8f9;
  box-sizing: border-box;
  padding: 5px 15px;
}
.ranklist-table .ranklist-nav .ranklist-nav-itm {
  cursor: pointer;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/ranklist-nav-bg.png);
  background-size: 0px 0px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s;
}
.ranklist-table .ranklist-nav .ranklist-nav-itm:hover {
  color: #145f39;
}
.ranklist-table .ranklist-nav .ranklist-nav-itm.active {
  color: #ffffff;
  background-size: 80px 38px;
}
.ranklist-rt .ranklist-table .ranklist-li {
  padding: 15px 5px;
}
.ranklist-rt .ranklist-table .ranklist-li-itm:first-child {
  flex: 0;
}
.ranklist-rt .ranklist-table .ranklist-li-itm:first-child p {
  width: 40px;
}

.lucky-box {
  height: 890px;
  box-sizing: border-box;
  padding: 30px;
  background-image: url(../images/lucky-wheel-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  z-index: -1;
}
.lucky-record-btn {
  box-sizing: border-box;
  padding: 12px 23px;
  color: #ffffff;
  background-color: #ff830a;
  font-size: 16px;
  font-weight: bold;
}
.lucky-lf {
  flex: 1;
  box-sizing: border-box;
  padding-left: 30px;
}
.lucky-lf .lucky-top-text {
  width: 100%;
  max-width: 520px;
  height: auto;
  margin-bottom: 50px;
}
.lucky-lf .lucky-lf-list {
  display: flex;
  flex-direction: column;
  color: #333333;
  box-sizing: border-box;
  padding-left: 18%;
  padding-right: 8%;
}
.lucky-lf .lucky-lf-list .lucky-lf-itm {
  margin-bottom: 20px;
}
.lucky-lf .lucky-lf-list .lucky-lf-itm img {
  width: 25px;
  height: auto;
  flex-shrink: 0;
  margin-right: 13px;
}
.lucky-rt {
  flex-shrink: 0;
  margin-right: 56px;
  margin-left: 40px;
}

.lucky-rt .turnplate {
  display: block;
  width: 100%;
  position: relative;
  background-image: url(../images/lucky-bg.png);
  background-size: 100% 100%;
}
.lucky-rt .turnplate img.pointer {
  position: absolute;
  width: 31.5%;
  height: 42.5%;
  left: 34.1%;
  top: 23%;
}

.lucky-layer {
  background: url(../images/lucky-modal-bg.png) no-repeat 100%;
  background-color: transparent !important;
  box-shadow: none !important;
  min-height: 500px;
  cursor: default;
  user-select: none;
}
.lucky-modal .luckyModal-top {
  margin-top: 95px;
  color: #ffffff;
}
.lucky-modal .luckyModal-con {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px 0;
}
.lucky-modal .luckyModal-con .luckyModal-img {
  width: 129px;
  height: auto;
  max-height: 150px;
  margin-bottom: 20px;
}
.luckyModal-btn {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  width: 100%;
  height: 48px;
  line-height: 30px;
}
.luckyModal-btn span {
  line-height: 40px;
  display: block;
  height: 48px;
}
.luckyModal-btn img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.result-box .read-article-li {
  margin-bottom: 15px;
}
.result-box .result-tit {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 20px;
  background-color: #145f39;
  color: #ffffff;
}
.result-box .result-tit img {
  height: 23px;
  width: auto;
}
.result-box label,
.result-box input[type="radio"] {
  cursor: default;
}
.result-box .result-write-ipt {
  box-sizing: border-box;
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
  width: 50%;
}

/* 加载动画 */
.loading-mengban {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.4;
  z-index: 998;
}
.spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  margin: 100px auto;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #125e37;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.lucky-list-box {
  box-sizing: border-box;
  padding: 0 20px 20px;
}
.lucky-list-modalbox .lucky-listsel-ul div {
  flex: 1;
  height: 38px;
  line-height: 38px;
  color: #000000;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 2px;
}
.lucky-list-modalbox .lucky-listsel-ul div select {
  width: 100%;
}
.lucky-list-modalbox select {
  display: block;
  border: none;
  outline: none;
  appearance: none;
  width: 100%;
  height: 100%;
}

.more-txt {
  position: absolute;
  left: 30px;
  top: 15px;
  font-size: 28px;
  color: #125e37;
  user-select: none;
}
.index-more-txt {
  position: absolute;
  left: 30px;
  top: 0px;
  font-size: 20px;
  opacity: 0.8;
  user-select: none;
}

/* 打印 */

.print-list {
  border: 1px solid #333;
  font-family: SimSun, sans-serif, Microsoft Yahei, STSong, PingFang SC;
}
.print-list .print-item {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid gray;
}
.print-list .print-item:last-child {
  border-bottom: none;
}
.print-list .print-item > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16.67%;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 15px;
  border-right: 1px solid gray;
}
.print-list .print-item > div:last-child {
  border-right: none;
}
.print-ipt {
  width: 80px;
  border-bottom: 1px solid #666;
}

/* 大小屏 */

@media all and (min-width: 1200px) {
  .backstage-body {
    max-width: 1200px;
    margin: 30px auto;
    height: calc(100vh - 80px);
  }
  .backstage-aside {
    position: absolute;
  }
  .backstage-con {
    position: absolute;
  }
}

@media all and (max-width: 1150px) {
  .index-box {
    width: 95%;
    margin: auto;
  }
}

@media all and (max-width: 1025px) {
  .pk-lit-box {
    height: auto;
  }
  .pk-lit-box .pk-list-con {
    justify-content: center;
  }
  .word-book-box .wordBook-top {
    flex-wrap: wrap;
  }
  .wordbook-label-box label {
    margin-right: 35px;
  }
  .wordbook-txt {
    margin-right: 30px;
  }
  .wordbook-switch-box {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media all and (max-width: 950px) {
  .mine-section-mid {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .mine-section-mid > div {
    margin: 15px 0;
  }
  .header > section nav a {
    width: 70px;
  }
  .wordbook-label-box label {
    margin-right: 10px;
  }
  .wordbook-txt {
    margin-right: 10px;
  }
  .wordbook-switch-box {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media all and (max-width: 850px) {
  .wordbook-switch-box {
    margin-left: 0;
    margin-top: 20px;
  }
  .wordbook-label-box {
    margin-top: 20px;
  }
  .wordbook-label-box label {
    margin-right: 35px;
  }
}
.xiao-face {
  background-color: #125e36;
  border-radius: 50%;
  height: 66px;
  width: 66px;
  text-align: center;
  line-height: 66px;
  font-weight: bold;
  font-size: 19px;
  color: #fff;
  margin-bottom: 37px;
}
.ku-face {
  background-color: #eb4242;
  border-radius: 50%;
  height: 66px;
  width: 66px;
  text-align: center;
  line-height: 66px;
  font-weight: bold;
  font-size: 19px;
  color: #fff;
}
