@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-size: 0.26rem;
  line-height: 1.7;
  font-family: "微软雅黑";
  -webkit-text-size-adjust: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  font-size: -moz-calc(100vw / 7.5);
  font-size: calc(100vw / 7.5);
}

/* PC 端适配 */
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }

  .wrap_box {
    max-width: 960px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    min-height: 100vh;
    background: #fff;
  }

  header {
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff !important;
    padding: 0 40px;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .content {
    padding: 30px 40px;
  }

  .tit {
    padding: 30px;
    background: #fff9e6;
    border: 2px solid #e6a23c !important;
    border-radius: 10px;
    margin-bottom: 30px;
  }

  .tit pre {
    font-family: inherit;
    font-size: 18px;
    line-height: 1.8;
    white-space: pre-wrap;
    word-wrap: break-word;
  }

  .form_list {
    margin-bottom: 30px;
    background: #fafafa;
    padding: 25px;
    border-radius: 8px;
  }

  .form_list .f28 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
  }

  .layui-input {
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    transition: border-color 0.3s;
  }

  .layui-input:focus {
    border-color: #4573ed;
    box-shadow: 0 0 0 2px rgba(69, 115, 237, 0.2);
  }

  .btn {
    width: 200px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(135deg, #4573ed 0%, #764ba2 100%);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(69, 115, 237, 0.3);
  }

  .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(69, 115, 237, 0.4);
  }

  .btn:active {
    transform: translateY(0);
  }

  /* 题目样式优化 */
  .form_list .f28 {
    font-size: 18px;
    color: #2c3e50;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
  }

  /* 完成试卷样式 */
  .form_list h2 {
    font-size: 28px;
    color: #67c23a;
    padding: 40px 0;
  }
}
img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
  -webkit-appearance: none;
  border: none;
  font: inherit;
}
[type="search"]::-webkit-search-decoration {
  display: none;
}
input::-webkit-search-cancel-button {
  display: none;
}
h3 {
  font-size: 0.26rem;
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.wrap {
  flex-wrap: wrap;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.column {
  flex-direction: column;
}
.flexcenter {
  display: flex;
  justify-content: center;
}
.mid {
  vertical-align: middle;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.mar_r10 {
  margin-right: 0.1rem;
}
.mar_r20 {
  margin-right: 0.2rem;
}
.pad20 {
  padding: 0.2rem 0;
}
.bor_b {
  border-bottom: solid 1px #e4e4e4;
}
.bor_b15 {
  border-bottom: solid 1px #f4f4f4;
}
.f48 {
  font-size: 0.48rem;
}
.f36 {
  font-size: 0.36rem;
}
.f32 {
  font-size: 0.32rem;
}
.f30 {
  font-size: 0.3rem;
}
.f28 {
  font-size: 0.28rem;
}
.f24 {
  font-size: 0.24rem;
}
.bgg {
  background: #f5f5f5;
}
.bgw {
  background: #fff;
}
.radius20 {
  border-radius: 0.2rem;
}
.radius10 {
  border-radius: 0.1rem;
}
.gray6 {
  color: #666;
}
.gray8 {
  color: #888;
}
.gray9 {
  color: #999;
}
.white {
  color: #fff;
}
.hide {
  display: none;
}
.wrap_box {
  color: #333;
}
.content {
  padding: 15px 20px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hidden {
  overflow: hidden;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.red {
  color: red;
}
/*header*/
.tit {
  color: #E6A23C;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff9e6;
  border-radius: 10px;
}

.tit pre {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.8;
  white-space: pre-wrap;
  word-wrap: break-word;
}
header {
  height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
}
.form_list_con {
  border: solid 1px #e9e9e9;
  border-bottom: none;
}
.form_list_con > label {
  display: block;
  border-bottom: solid 1px #e9e9e9;
  padding: 1% 0 1% 3%;
}
.form_list_con > div {
  padding: 1% 0 2% 3%;
  border-bottom: solid 1px #e9e9e9;
}
.juzhen > div {
  width: 25%;
}
.form_list {
  margin-bottom: 25px;
}

.form_list > div {
  margin-bottom: 20px;
}

.form_list .f28 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  display: block;
}
.input {
  width: 90%;
  border-bottom: solid 1px #ddd !important;
  margin-left: 5%;
  padding: 10px 0;
  display: block;
}

.layui-input {
  width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  border: 1px solid #dcdfe6;
  border-radius: 6px;
  transition: border-color 0.3s;
}

.layui-input:focus {
  border-color: #4573ed;
  box-shadow: 0 0 0 2px rgba(69, 115, 237, 0.15);
}
.btn {
  width: 40%;
  max-width: 200px;
  min-width: 150px;
  height: 45px;
  background: linear-gradient(135deg, #4573ed 0%, #764ba2 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  margin: 20px auto;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(69, 115, 237, 0.3);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(69, 115, 237, 0.4);
}

.btn:active {
  transform: translateY(0);
}
