/* ==================== 通用样式重置 ==================== */
* {
  margin: 0;
  padding: 0;
}

html {
  width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
}

#app,
body,
html {
  height: 100%;
}

body {
  width: 100vw;
  font-family: "思源黑体", sans-serif;
  overflow-x: hidden;
  box-sizing: border-box;
}
/* ==================== 基础元素样式 ==================== */
div {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

button,
textarea,
input {
  border: none;
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: #999999;
}

input[type="radio"],
input[type="checkbox"] {
  accent-color: rgb(53, 116, 255);
}

/* ==================== 工具类 ==================== */
.fleft {
  float: left;
}

.fright {
  float: right;
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.hiden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hidens {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.clear160 {
  height: 160px;
}
.clear20 {
  height: 20px;
}
.clear40 {
  height: 40px;
}
.Mobile .clear160 {
  height: 1.5rem;
}
.layui-layer-page .layui-layer-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.layui-layer-page .layui-layer-content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  height: 50px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}
.autoScroll::-webkit-scrollbar {
  width: 4px;
  height: 3px;
}
.autoScroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  height: 50px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}
.autoScroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
}
#app {
  width: 100vw;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  background: url("../img/bg1.png") no-repeat;
  /* background-size: 100% 100%; */
  /* background: linear-gradient(
    3deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(224, 221, 255, 0.54) 34%,
    #c0f6ff 100%
  ); */
}
body::-webkit-scrollbar {
  display: none;
  width: 4px;
}
body::-webkit-scrollbar-thumb {
  width: 4px;
  height: 60px;
  /* background: #9ea7ff; */
  background: #e5e5e5;
  border-radius: 50px;
}
body::-webkit-scrollbar-track {
  display: none;
  width: 4px;
  background: #d9ddff;
  border-radius: 50px;
}
#app .bgimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#app .ybg {
  width: 100%;
  max-width: 1860px;
  height: 215px;
  position: absolute;
  top: 158px;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#app .bgy {
  width: 100%;
  min-width: 1500px;
  height: auto;
  display: block;
  object-fit: cover;
}
/* ==================== 头部导航 ==================== */
.headerBox {
  width: 100%;
  box-sizing: border-box;
}
.IsPc .header {
  width: 100%;
  max-width: 1280px;
  height: 90px;
  margin: 0 auto;
  justify-content: space-between;
  box-sizing: border-box;
}
.IsPc .header .logo {
  display: block;
  width: 117px;
  height: 67px;
  overflow: hidden;
}
.IsPc .header .logo .logoimg {
  width: 100%;
  height: 100%;
  display: block;
}
.IsPc .header .mdback {
  display: none;
}
.IsPc .header .mdtit {
  display: none;
}
.IsPc .header ul {
  display: block;
}
.IsPc .header ul li {
  float: left;
}
.IsPc .header ul li a {
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  color: #999999;
  padding: 0 28px;
  margin-left: 20px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  /* border: 1px solid transparent; */
  border: 1px solid #398eff;
  color: #769fff;
  box-sizing: border-box;
  cursor: pointer;
}
.IsPc .header ul li a:hover,
.IsPc .header ul li a.active {
  color: #0079ff;
}
.IsPc .header ul li a.active {
  /* border-color: #0079ff; */
  border-radius: 8px;
  background: linear-gradient(90deg, #398eff 0%, #00b1ff 100%);
  color: #ffffff;
}
.IsPc .header ul li a .htimg {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
}
.IsPc .menurz {
  display: none;
}
/* .Mobile #app{
  background: linear-gradient(180deg, #F2F9FA 0%, #F2F9FA 100%);
}  */

.Mobile .header {
  padding: 22px 0 2px 0;
  margin: 0 10px;
  justify-content: space-between;
  box-sizing: border-box;
}
.Mobile .header .logo {
  display: none;
}
.Mobile .header .mdback {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Mobile .header .mdback img {
  width: 10px;
  height: 17px;
  display: block;
}
.Mobile .header .mdtit {
  max-width: 78%;
  height: 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #000000;
  text-align: center;
}
.Mobile .header ul.menus {
  display: none;
}
.Mobile .header .menurz {
  padding: 0 2px;
  cursor: pointer;
}
.Mobile .header .menurz .mimg {
  width: 24px;
  height: auto;
  display: block;
}
.headMenu {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.headMenu.show {
  display: block;
}
.headMenu .menubox {
  float: right;
  width: 40%;
  min-width: 220px;
  height: 100vh;
  background: #ffffff;
  padding: 27px 15px 0 15px;
  box-sizing: border-box;
}
.headMenu .menubox .menutop {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.headMenu .menubox .menutop .mclose {
  width: 20px;
  height: 19px;
  display: block;
  cursor: pointer;
  margin-bottom: 12px;
}
.headMenu .menubox .mnavs {
  width: 100%;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.headMenu .menubox .navs,
.headMenu .menubox .nav {
  width: 100%;
  padding-left: 10px;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.headMenu .menubox .nav a {
  display: block;
  height: 22px;
  line-height: 22px;
  width: 100%;
}
.headMenu .menubox .yjnav {
  width: 100%;
  overflow: hidden;
}
.headMenu .menubox .mnav {
  height: 22px;
  font-size: 16px;
  font-weight: 500;
  text-align: LEFT;
  color: #000000;
  line-height: 22px;
  display: flex;
  overflow: hidden;
}
.headMenu .menubox .mimg {
  width: 22px;
  height: 22px;
  display: block;
  margin-right: 10px;
}
.headMenu .menubox .aimg {
  width: 14px;
  height: 7px;
  display: block;
  margin-top: 8px;
  overflow: hidden;
}
.headMenu .menubox .navs .ejnavs {
  display: none;
  width: 100%;
  margin-top: 20px;
}
.headMenu .menubox .navs .ejnavs.show {
  display: block;
}
.headMenu .menubox .navs .ejnavs a.ejnav {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  background: #e9e9e9;
  border-radius: 4px;
  margin-bottom: 5px;
}
.headMenu .menubox .nav a:hover .mnav,
.headMenu .menubox .navs .ejnavs a.ejnav:hover {
  color: #12bbb7;
  font-family: 700;
}
.headMenu .menubox .navs .ejnavs a.ejnav:last-child {
  margin-bottom: 0;
}

.Mobile .header ul li {
  float: left;
}
.Mobile .header ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-left: 4vw;
  text-align: center;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.Mobile .header ul li a.active {
  color: #0077ff;
}
.Mobile .header ul li a .htimg {
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 1vw;
}

.indTop {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1230px;
  margin: 45px auto 0 auto;
}
.indTop h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 58px;
  background: linear-gradient(0deg, #a234f9 0%, #1c79fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align: center;
  margin: 0 auto;
}
.indTop p {
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
  color: #999999;
  text-align: center;
  margin-top: 20px;
}

.form-title {
  text-indent: 10px;
  border-radius: 2px;
  color: #333333 !important;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}
.form-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px; /* 轻微下移，对齐文字顶部 */
  height: 18px; /* 与文字字号一致 */
  width: 4px;
  background: linear-gradient(180deg, #769fff 0%, #4077f7 100%);
  border-radius: 2px;
}
.searchTop {
  width: 100%;
  height: 46px;
  background: linear-gradient(
    to right,
    rgba(74, 198, 255, 1),
    rgba(25, 150, 233, 1)
  );

  margin-top: 10px;
  border-radius: 6px;
  padding: 0 1px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.searchTop .search {
  width: 100%;
  height: 44px;
  background: #fff;
  border-radius: 9px;
  position: relative;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  align-items: center;
  gap: 5px;
}

.searchTop .search img {
  width: 20px;
  height: 20px;
}
.searchTop input {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin: 0 14px;
}
.searchTop input::placeholder {
  color: #666666;
}
.searchTop .Tuijanbtn {
  line-height: 44px;
  font-size: 14px;
  font-weight: 400;
  /* color: #0077ff; */
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  margin-right: 14px;
  color: transparent;
  background: linear-gradient(8.297146120878589deg, #769fff 0%, #7d59ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.searchTop .sebtn {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 18px;
}
.searchTop .sebtn .send {
  width: 21px;
  height: 20px;
  display: block;
}

.Mobile .searchTop {
  height: 40px;
}
.Mobile .searchTop .search {
  height: 38px;
}
.Mobile .searchTop input {
  font-size: 10px;
  margin: 0 10px;
}
.Mobile .searchTop .Tuijanbtn {
  line-height: 40px;
  font-size: 10px;
  margin-right: 10px;
}

/* ==================== 论文列表 ==================== */
.IsPc .paperlists {
  margin-top: 40px;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
}
.IsPc .aIlists {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(183px, auto));
  gap: 36px 28px;
  max-width: 1280px;
  margin: 0 auto;
  clear: both;
}
.IsPc .aIlists a {
  width: 100%;
  min-width: 183px;
  height: 72px;
  border-radius: 8px;
  padding: 0 0 0 10px;
  /* background: url("../img/bg3.png") no-repeat;
  background-size: 100% 100%; */
  /* background: linear-gradient(90deg, #4ac6ff 0%, #1996e9 100%); */
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  border: 0.2px solid rgb(229, 229, 229, 0.5);
}
.IsPc .aIlists a .tpimg {
  width: 40px;
  display: block;
}
.IsPc .aIlists a .aiimg {
  width: 100%;
  display: block;
}
.IsPc .aIlists a .tit {
  width: 100%;
  height: 27px;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  color: #000000;
  text-align: left;
  position: absolute;
  top: 8px;
  left: 0;
  padding-left: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.IsPc .aIlists a .note {
  width: 100%;
  height: 21px;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  color: #666666;
  text-align: left;
  margin-top: 25px;
  padding-left: 5px;
}
.aIlists a:hover {
  background: #f7faff;
  position: relative;
  border-radius: 10px 0 10px 10px;
  border-color: #589bff;
}
.aIlists a:hover:after {
  content: "";
  width: 30px;
  height: 30px;
  background: #589bff;
  transform: rotate(45deg);
  transform-origin: center center;
  position: absolute;
  right: -17px;
  top: -17px;
}

.Mobile .paperlists {
  padding: 0 0 110px 0;
  margin-top: 40px;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
}
.Mobile .aIlists {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 一行排5个元素 */
  gap: 20px 30px; /* 上下间距20px，左右间距30px */
  width: 100%;
  max-width: 1553px;
  clear: both;
}
.Mobile .aIlists a {
  width: 100%;
  max-width: 183px;
  height: 72px;
  border-radius: 10px;
  padding: 0 0 0 10px;
  background: #fcfdff;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border: 0.5px solid #e5e5e5;
}
.Mobile .aIlists a .tpimg {
  width: 30px;
  height: 30px;
  display: block;
}
.Mobile .aIlists a .aiimg {
  width: 100%;
  display: block;
}
.Mobile .aIlists a .tit {
  width: 100%;
  height: 27px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #000000;
  text-align: left;
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Mobile .aIlists a .note {
  width: 100%;
  height: 21px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #666666;
  text-align: left;
  margin-top: 9px;
}

/* ==================== 页面布局 ==================== */
.banxi {
  max-width: 884px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ckresultBox {
  margin: 0 auto;
  padding-left: 190px;
  box-sizing: border-box;
}
.Mobile .ckresultBox {
  padding-left: 0;
}
.ckresultBox .banxi {
  max-width: 1054px;
  margin: 0 auto;
  box-sizing: border-box;
}
.banxipay {
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  /* padding: 0 4.7% 0 4.7%;
  min-width: 910px;
  overflow: auto;
  max-width: 1032px; */
}
.indbanxi {
  width: 100%;
  margin: 0 auto;
}
.layout-container {
  min-height: 100vh;
  overflow: hidden;
  overflow-x: auto;
  display: flex;
  flex: 1;
  height: 100%;
  margin-left: 190px;
}
.layout-container .newbanxi {
  flex: 1;
  min-width: 1000px;
  min-height: calc(100vh - 50px);
  padding: 80px 100px 0 97px;
  position: relative;
  overflow: auto;
  box-sizing: border-box;
  background: linear-gradient(180deg, #f5fdff 0%, #ffffff 100%);
}
.layout-container .newbanxi::-webkit-scrollbar {
  width: 6px;
}
.layout-container .newbanxi::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  background: #999999;
  border-radius: 50px;
}
.layout-container::-webkit-scrollbar {
  height: 8px;
}
.layout-container::-webkit-scrollbar-thumb {
  height: 8px;
  background: #999999;
  border-radius: 50px;
}
.layout-container::-webkit-scrollbar-track,
.layout-container .newbanxi::-webkit-scrollbar-track {
  display: none;
  width: 6px;
  background: #d9ddff;
  border-radius: 50px;
}
.content_form {
  max-width: 720px;
  margin-top: 80px;
  width: 720px;
  margin: 0 auto;
  position: relative;
}
.content_form .bylwCate {
  max-width: 720px;
  margin-top: 80px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  border: 1px solid #ececee;
  position: absolute;
  top: 90px;
  left: 0;
}
.Mobile .content_form .bylwCate {
  width: 100vw;
  margin-left: -15px;
}
.layout-container .question {
  width: 100%;
  max-width: 780px;
  background: #f7f7f7;
  border-radius: 6px 6px 6px 6px;
  text-align: left;
  padding: 16px 16px 0 16px;
  box-sizing: border-box;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  margin: 80px auto;
}
.Mobile .intell-middle {
  display: none;
}
.Mobile .layout-container {
  width: 100%;
  min-height: calc(100vh - 50px);
  height: auto;
  overflow: auto;
  margin: 0;
  box-sizing: border-box;
}
.Mobile .layout-container .newbanxi {
  width: 100%;
  padding: 15px;
  margin: 0;
}
.Mobile .layout-container .content_form {
  width: 100%;
  padding: 0;
  margin: 0;
}
.Mobile .layout-container .question {
  width: 100%;
}

.zuoTip {
  /* max-width: 720px; */
  width: 90%;
  height: 47px;
  background: linear-gradient(90deg, #eef6ff 0%, #ebffff 44%, #e6f2ff 100%);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 2px solid #ffffff;
  text-align: center;
  line-height: 47px;
  font-size: 14px;
  color: #333333;
  margin: 0 auto;
}

/* ==================== 作品相关 ==================== */
.zuopTop {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 52px auto 42px auto;
}
.zuopTop div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.zuopTop div img {
  width: 24px;
  height: 24px;
}
.zuopTop h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 42px;
  font-family: Microsoft YaHei;
  text-align: center;
  margin: 0 auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.color333 {
  background: linear-gradient(90deg, #000000 0%, #333333 100%);
}
.color4ac6ff {
  background: linear-gradient(90deg, #4ac6ff 0%, #1996e9 100%);
}
.color76E5BA {
  background: linear-gradient(90deg, #76e5ba 0%, #19bda3 100%);
}

.colorD7C0FF {
  background: linear-gradient(90deg, #d7c0ff 0%, #b198e9 100%);
}

.color9fa7f9 {
  background: linear-gradient(8.297146120878589deg, #9fa7f9 0%, #796bff 100%);
}

.color769fff {
  background: linear-gradient(90deg, #769fff 0%, #4077f7 100%);
}

.colorFF7E72 {
  background: linear-gradient(90deg, #ff7e72 0%, #f75e24 100%);
}

.zuopTop p {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  text-align: center;
  margin-top: 12px;
}
.msgOrder {
  margin-top: 28px;
  margin-bottom: 40px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 16px;
}
.msgOrder .msgTop {
  min-height: 30px;
  justify-content: space-between;
  padding: 0;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 16px;
}
.msgOrder .msgTop .tit {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  text-align: left;
  white-space: nowrap;
}
.msgOrder .msgTop .type {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #999999;
  text-align: left;
}
.msgOrder .msgTop .type span {
  cursor: pointer;
  margin: 0 15px;
  white-space: nowrap;
}
.msgOrder .msgTop .type span.active {
  color: #06b4fd;
  border-bottom: 4px solid #06b4fd;
  padding-bottom: 16px;
  box-sizing: border-box;
}
.msgOrder .msgTop .type img {
  margin-right: 8px;
}
.msgOrder .checkMsg {
  margin-top: 40px;
}
.msgOrder .checkMsg .orderType {
  display: none;
}
.msgOrder .checkMsg .orderType.show {
  display: flex;
  justify-content: space-between;
}
.msgOrder .checkMsg .orderType .item {
  width: 248px;
}
.msgOrder .checkMsg .orderType .item img {
  width: 100%;
  max-height: 276px;
  display: block;
  object-fit: contain;
}
.msgOrder .checkMsg .orderType .item p {
  width: 100%;
  min-height: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
  text-align: left;
  margin-top: 20px;
}
.checkOrder {
  margin-top: 20px;
  margin-bottom: 40px;
}
.checkOrder .zpitem {
  height: 97px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #edf5ff;
  padding: 20px 18px 20px 14px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.36);
  box-sizing: border-box;
}
.checkOrder .zpitem .zpinfo {
  width: 100%;
  flex-shrink: 1;
  overflow: hidden;
  box-sizing: border-box;
}
.checkOrder .zpitem .tyimg {
  float: left;
  width: 52px;
  height: 54px;
  display: block;
  margin-right: 14px;
}
.checkOrder .zpitem .deg {
  overflow: hidden;
}
.checkOrder .zpitem .deg .tit {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  justify-content: space-between;
  text-align: left;
}
.checkOrder .zpitem .deg .time {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: left;
  margin-top: 10px;
}
.checkOrder .zpitem .zpstat {
  margin-left: 20px;
  font-size: 14px;
}
.checkOrder .zpitem .zpstat .status {
  font-weight: 500;
  line-height: 24px;
  color: #999999;
  text-align: right;
  white-space: nowrap;
}
.checkOrder .zpitem .zpstat .status.aiwuxugai {
  font-size: 18px;
}
.checkOrder .zpitem .zpstat .status.aiwuxugai a {
  color: #2a82e4;
}
.checkOrder .zpitem .zpstat .status.suss {
  color: #43cf7c;
}
.checkOrder .zpitem .zpstat .btns {
  height: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  justify-content: flex-end;
  margin-top: 12px;
}
.checkOrder .zpitem .zpstat .btns span {
  white-space: nowrap;
  color: #999999;
}
.checkOrder .zpitem .zpstat .btns span.xian {
  margin: 0 20px;
  color: #e5e5e5;
}
.checkOrder .zpitem .zpstat .btns span.dowlond {
  color: #2a82e4;
}
.checkOrder .zpitem .zpstat span.del,
.checkOrder .zpitem .zpstat span.dowlond {
  cursor: pointer;
}

.checkOrder .lists.zenzhi .zpbox {
  min-height: 97px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #edf5ff;
  padding: 20px 18px 10px 14px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.36);
  box-sizing: border-box;
}
.checkOrder .lists.zenzhi .zpbox .zpitem {
  height: auto;
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: none;
  margin: 0;
}
.checkOrder .lists.zenzhi .zpbox .fujia {
  display: flex;
  flex-wrap: wrap;
  line-height: 28px;
  font-size: 14px;
  margin-top: 5px;
  justify-content: flex-end;
  padding-left: 10px;
}
.checkOrder .lists.zenzhi .zpbox .fujia span {
  margin-left: 10px;
}
.checkOrder .lists.zenzhi .zpbox .fujia span.dowlond {
  cursor: pointer;
}
.checkOrder .lists.zenzhi .zpbox .fujia span a:hover {
  color: #2a82e4;
}
.checkOrder .lists.zenzhi .zpbox .fujia .desc {
  color: #999999;
}

.checkOrder .typelist {
  margin-top: 30px;
  height: 100%;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.checkOrder .typelist .tyitem {
  width: 52px;
  height: 54px;
  display: block;
  margin: 0 50px 0 26px;
  box-sizing: border-box;
}
.msgtishi {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #999999;
  text-align: left;
  padding-bottom: 20px;
}
.msgtishi p {
  margin-top: 10px;
}
.msgtishi .tit {
  margin-top: 0;
}
.Mobile .checkOrder {
  margin-bottom: 0;
  margin-top: 18px;
}
.Mobile .checkOrder .zpitem {
  height: 81px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #edf5ff;
  padding: 14px 10px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.36);
  box-sizing: border-box;
}
.Mobile .checkOrder .zpitem .tyimg {
  float: left;
  width: 50px;
  height: 51px;
  display: block;
  margin-right: 12px;
}
.Mobile .checkOrder .zpitem .deg {
  overflow: hidden;
  margin-top: 0;
}
.Mobile .checkOrder .zpitem .zpstat .status.aiwuxugai,
.Mobile .checkOrder .zpitem .deg .tit {
  font-size: 16px;
}
.Mobile .checkOrder .zpitem .deg .time {
  font-size: 12px;
  white-space: nowrap;
}
.Mobile .checkOrder .typelist {
  display: none;
}

/* ==================== 论文分类选择 ==================== */
.bylwCate {
  display: none;
  border-radius: 0px 0px 10px 10px;
  margin-top: -12px;
  background: #ffffff;
  border: 1px solid #edf5ff;
  position: relative;
  padding: 18px 0 26px 0;
  z-index: 1;
  box-sizing: border-box;
}
.bylwCate.show {
  display: block;
}
.bylwCate .cates {
  line-height: 60px;
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
  justify-content: left;
  margin-bottom: 14px;
}
.bylwCate .cates .citem {
  display: inline-block;
  line-height: 47px;
  font-size: 16px;
  font-weight: 400;
  color: #091e3a;
  text-align: left;
  cursor: pointer;
  margin: 0 16px;
  white-space: nowrap;
  user-select: none;
  position: relative;
}
.bylwCate .cates .citem:nth-last-child(2) {
  margin: 0 16px;
}
.bylwCate .cates .zw {
  width: 1px;
  display: inline-block;
  line-height: 47px;
  margin: 0;
  white-space: nowrap;
  user-select: none;
  position: relative;
  opacity: 0;
}
.bylwCate .cates .citem.active {
  font-size: 18px;
  /* font-weight: 500; */
  background: linear-gradient(0deg, #398eff 0%, #00b1ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.bylwCate .cates .citem.active::after {
  content: "";
  width: 60%;
  height: 3px;
  border-radius: 179px;
  background: linear-gradient(0deg, #398eff 0%, #00b1ff 100%);
  position: absolute;
  left: 15%;
  bottom: 0;
}
.bylwCate .clist {
  display: block;
}
.bylwCate .clist a {
  display: inline-block;
  height: 21px;
  line-height: 21px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: left;
  white-space: nowrap;
  background: #ffffff;
  cursor: pointer;
  margin: 0 40px 10px 16px;
  box-sizing: border-box;
}
.bylwCate .changeBtn {
  height: 21px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #0077ff;
  display: flex;
  align-items: center;
  text-align: left;
  cursor: pointer;
  user-select: none;
  position: absolute;
  right: 30px;
  bottom: 10px;
}
.bylwCate .changeBtn img {
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 5px 0 0;
  user-select: none;
}

.yhInfoBox {
  background: #fff;
  box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.08);
  border-radius: 8px 8px 8px 8px;
  margin-top: 2px;
  position: absolute;
  z-index: 10;
  width: 100%;
}
.Mobile .yhInfoBox {
  width: 100vw;
  margin-left: -15px;
}
.yhInfoBox .input-recotop {
  padding: 13px 20px 7px 20px;
}
.yhInfoBox .infobox-main {
  height: 100%;
  width: 100%;
}
.yhInfoBox .hottits {
  /* height: 150px; */
  background: linear-gradient(#f0f8ff, #f2f2ff);
  border-radius: 8px 8px 8px 8px;
  box-sizing: border-box;
  margin: 0 20px 16px;
  padding: 16px 0;
}
.hottits .detail-top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #2b2f36;
  font-weight: 550;
}
.hottits .detail-top img {
  margin-right: 2px;
}
.hottits .detail-top .detail-top-btn {
  width: 66px;
  height: 22px;
  background: #547dff;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  margin-left: 6px;
}
.hottits .detail-main .main-li {
  width: 120px;
  height: 86px;
  background: #fff;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #eceef7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hottits .detail-main .main-li .main-li-top {
  width: 100%;
  margin: 4px 4px 0 4px;
  height: 28px;
  background: linear-gradient(
    270deg,
    rgba(84, 125, 255, 0),
    #eaefff 34%,
    #eaefff 68%,
    rgba(84, 125, 255, 0)
  );
  border-radius: 4px 4px 4px 4px;
  font-weight: 550;
  font-size: 12px;
  color: #3f4654;
  line-height: 28px;
  text-align: center;
}
.hottits .detail-main .main-li .main-li-content {
  flex: 1;
  font-weight: 400;
  font-size: 11px;
  color: #656b76;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 10px;
}
.hottits .detail-main .main-li .content-ai {
  flex-direction: column;
  text-align: center;
}
.hottits .detail-main .main-li .content-li {
  font-weight: 400;
  font-size: 11px;
  color: #656b76;
  width: 136px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hottits .detail-main .main-li .content-li span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #a9beff;
  display: inline-block;
  margin-right: 6px;
}
.hottits .detail-main .main-li .main-li-content img {
  margin-left: 3px;
}
.hottits .detail-main .detail-icon {
  margin: 0 8px;
}
.hottits .detail-main {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recommend-result {
  box-sizing: border-box;
  padding-top: 10px;
}
.recommend-box {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.recoai_content {
  text-align: left;
  max-height: 380px;
  overflow-y: auto;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.recoai_content .content-ai {
  margin-top: 16px;
  box-sizing: border-box;
}
.recoai_content .about-title {
  font-size: 12px;
  color: #656b76;
  display: flex;
  align-items: center;
}

.recoai_content .loading-box {
  font-size: 12px;
  color: #656b76;
  display: none;
  align-items: center;
  margin-top: 10px;
}
.recoai_content .loading-box.show {
  display: flex;
}
.recoai_content .about-title .about-img {
  width: 14px;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 2px;
}
.recoai_content .content-ai .ai-title {
  margin-top: 12px;
}
.recoai_content .content-ai .ai-li {
  margin-bottom: 5px;
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-family: 苹方-简;
  font-weight: 400;
  color: rgb(63, 70, 84);
  width: calc(100% - 40px);
  border-radius: 4px;
}
.recoai_content .content-ai .ai-li .t-info {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recoai_content .content-ai .ai-change {
  margin-top: 5px;
  padding-left: 20px;
}
.recoai_content .content-ai .ai-change span {
  font-family: 苹方-简;
  font-weight: 400;
  font-size: 12px;
  color: rgb(112, 147, 224);
  cursor: pointer;
}
.recoai_content .content-ai .ai-change span img {
  width: 14px;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 2px;
}

.lwchoose {
  margin-top: 20px;
  border-radius: 8px;
}
.lwchoose .line {
  font-size: 16px;
  margin-bottom: 20px;
}
.lwchoose .line .lopts {
  flex-wrap: wrap;
  gap: 5px 30px;
}
.lwchoose .line .lopts .oitem {
  flex-wrap: nowrap;
  align-items: center;
}
.lwchoose label:first-child {
  /* line-height: 30px; */
  /* color: #666666; */
  margin-right: 10px;
  white-space: nowrap;
}
.lwchoose .oitem label {
  display: inline-block;
  color: #091e3a;
}
.lwchoose label[for="agree"] {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
.lwchoose input[type="radio"] {
  margin-right: 5px;
}
.lwchoose .shengCheng {
  display: block;
  /* width: 180px; */
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  background: linear-gradient(98deg, #769fff 0%, #7d59ff 100%);
  cursor: pointer;
  margin: 40px auto 0 auto;
}
.lwchoose .shengCheng:hover {
  background-color: #3c85d3;
}
.question {
  border-radius: 5px;
  background: #ffffff;
  padding: 20px 30px 0 30px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
.question a {
  width: 50%;
  height: 21px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #666666;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 16px;
  cursor: pointer;
  box-sizing: border-box;
}
.Mobile .bylwCate .cates {
  padding-bottom: 10px;
  padding: 0 15px 2px 15px;
}
.Mobile .bylwCate .cates .citem {
  line-height: 42px;
  margin: 0 16px 0 0px;
}
.Mobile .bylwCate .cates .citem.active {
  font-weight: 700;
}
.bylwCate .cates .zw {
  line-height: 42px;
}
.Mobile .bylwCate .clist {
  padding-left: 0;
}
.Mobile .bylwCate .clist a {
  margin: 0 0 10px 15px;
}
.Mobile .lwchoose .line {
  margin-bottom: 18px;
}

/* 选择期刊等级： */
.journal-level {
  margin-bottom: 10px;
}
.journal-level h3 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 30px;
}
.journal-level .level-options {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.journal-level .level-options.nowarp {
  flex-wrap: nowrap;
}
.journal-level .option {
  width: 200px;
  height: auto;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background: #ffffff;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 0 20px 10px 0;
  user-select: none;
  box-sizing: border-box;
}
.journal-level .option.active {
  border-color: #4ac6ff;
}
.journal-level .option p {
  font-size: 12px;
  color: #999999;
  text-align: left;
}
.journal-level .option p:first-child {
  font-size: 14px;
  margin-bottom: 7px;
  text-align: center;
  color: #383838;
}
.Mobile .journal-level .level-options.nowarp {
  flex-wrap: wrap;
}
.Mobile .journal-level .option {
  width: 200px;
  padding: 10px;
  margin-right: 20px;
}

/* 文献综述 选择学历：*/
.journal-level.edu-level .pnum {
  width: 100%;
  height: 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
  text-align: left;
  overflow: hidden;
  margin-bottom: 4px;
}
.journal-level.edu-level .option {
  margin: 0 0 10px 0;
}

/* 软件著作权申请 */
.rzmk-level {
  margin-bottom: 10px;
}
.rzmk-level h3 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 10px;
}
.rzmk-level .level-opts {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.rzmk-level .option {
  width: 200px;
  min-height: 128px;
  font-size: 12px;
  font-weight: 400;
  padding: 0 10px 10px 10px;
  cursor: pointer;
  text-align: left;
  color: #999999;
  background: #ffffff;
  border: 1px solid #e4e5e7;
  border-radius: 10px;
  user-select: none;
  box-sizing: border-box;
}
.rzmk-level .option.active {
  border-color: #4ac6ff;
}
.rzmk-level .option .otop {
  height: 41px;
  font-size: 14px;
  line-height: 41px;
  color: #383838;
  display: flex;
  align-items: center;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}
.rzmk-level .option .otop .type {
  width: 100%;
  flex: 1;
  line-height: 20px;
}
.rzmk-level .option .otop input[type="checkbox"] {
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.rzmk-level .option .pnum {
  width: 100%;
  line-height: 18px;
  margin-bottom: 4px;
}
.rzmk-level .option.active .otop input[type="checkbox"] {
  display: block;
}
.rzmk-level .option.active .pnum {
  display: none;
}
.rzmk-level .option.active .otop {
  margin-bottom: 10px;
}
.Mobile .rzmk-level .option {
  width: 200px;
}

/* 实习报告 */
.line-input {
  margin-bottom: 20px;
  font-size: 16px;
}
.line-input h2 {
  height: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #091e3a;
  text-align: left;
  margin-bottom: 14px;
}
.line-input .input-group {
  padding: 7px 16px 16px 16px;
  background-color: white;
  border-radius: 8px;
  position: relative;
  border: 1px solid #e5e5e5;
}
.line-input .need {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #ff0000;
  position: absolute;
  top: 16px;
  left: 18px;
}
.line-input #position {
  width: 100%;
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #333333;
  text-align: left;
  padding: 0 0 0 10px;
  border: none;
  background-color: white;
  box-sizing: border-box;
}
.input-group .tags {
  display: flex;
  gap: 15px 24px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.input-group .tag {
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #999999;
  text-align: left;
  padding: 0 16px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #999999;
  cursor: pointer;
  box-sizing: border-box;
}
.input-group .tag:hover {
  color: #333333;
  border-color: #333333;
}
.line-input #company {
  width: 100%;
  height: 54px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #333333;
  text-align: left;
  margin-top: 10px;
  padding: 16px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  resize: none;
  box-sizing: border-box;
}
.line-input #sxbgcontent {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #333333;
  text-align: left;
  margin-top: 10px;
  padding: 16px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  resize: none;
  box-sizing: border-box;
}
.Mobile .line-input h2,
.Mobile .lwchoose .line-input {
  margin-bottom: 10px;
}

/* Ai无线改、AIGC查重  */
.line-upload {
  margin-bottom: 15px;
}
.line-upload h2 {
  width: 100%;
  height: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #091e3a;
  text-align: left;
  margin-bottom: 20px;
}
.upload-box {
  width: 100%;
  height: 216px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #edf5ff;
  background: #ffffff;
  cursor: pointer;
  border-radius: 6px;
  box-sizing: border-box;
}
.upload-box.hover {
  border: 1px dashed #999999;
}
.upload-area {
  font-size: 16px;
  font-weight: 400;
  color: #091e3a;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
}
.upload-area img {
  width: 60px;
  height: 60px;
  display: block;
}
.upload-area p {
  height: 24px;
  line-height: 24px;
  margin-top: 5px;
}
.upload-area small {
  height: 18px;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.line-upload .file-list {
  display: none;
  width: 100%;
  min-height: 180px;
  /* background: #F1FBFE; */
  justify-content: left;
  align-items: flex-start;
  box-sizing: border-box;
}
.line-upload .file-list .fitems {
  width: 100%;
  padding: 14px 20px;
  background: #ffffff;
  border: 1px solid #edf5ff;
  box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.36);
  font-weight: 400;
  color: #091e3a;
  position: relative;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.line-upload .fitems .fimg {
  float: left;
  height: 54px;
  width: auto;
  display: block;
  margin-right: 14px;
}
.line-upload .fitems .info {
  overflow: hidden;
  line-height: 27px;
  font-size: 18px;
  font-weight: 400;
  color: #091e3a;
  text-align: left;
}
.line-upload .fitems .info .tit {
  width: 100%;
  height: 27px;
}
.line-upload .fitems .info .bot {
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  margin-top: 6px;
}
.line-upload .fitems span.del {
  line-height: inherit;
  cursor: pointer;
  margin-left: 30px;
}
.upload-box.show,
.line-upload .file-list.show {
  display: flex;
}

/* 答辩PPT */
.line-style {
  margin-bottom: 15px;
}
.line-style h3 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 10px;
}
.line-style .style-options {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.line-style .option {
  /* width: 200px;
  height: 128px; */
  width: 144px;
  height: 83px;
  border-radius: 10px;
  user-select: none;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
}
.line-style .option .stimg {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
  object-fit: cover;
}
.line-style .option .gimg {
  width: 20px;
  height: 16px;
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.line-style .option.active .gimg {
  display: block;
}
.line-style .option.active {
  border-color: #067df7;
}
.line-style .option.active:hover {
  border-color: transparent;
}
.line-style .option .btngb {
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.line-style .option .btngb .sbtn {
  width: 58px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ffffff;
  cursor: pointer;
  margin: 4px 0;
  box-sizing: border-box;
}
.line-style .option:hover .btngb {
  display: flex;
}
.Mobile .line-style .style-options {
  width: 100%;
  height: 100%;
  gap: 20px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.Mobile .line-style .option {
  display: inline-block;
  min-width: 200px;
}
.Mobile .line-style .option .btngb {
  display: none;
}
.Mobile .line-style .option.active:hover {
  border-color: #067df7;
}

/* 文献翻译 */
.line-upload.wenxianfy h2 {
  margin-bottom: 14px;
}
.line-fanyi {
  align-items: center;
  margin-bottom: 14px;
}
.line-fanyi .lang {
  width: 126px;
  height: 42px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  border-radius: 10px;
  background: #ffffff;
  user-select: none;
  border: 1px solid #e5e5e5;
}
.line-fanyi .jtimg {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 24px;
}
.line-upload.wenxianfy .file-list {
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
.line-upload.wenxianfy .file-list.show {
  display: block;
}
.line-upload .file-list .newfile {
  display: block;
  width: 100px;
  line-height: 31px;
  font-size: 16px;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #547dfb;
  text-align: center;
  color: #547dfb;
  cursor: pointer;
  background: #fff;
  margin: 20px auto;
}
.Mobile .line-upload .file-list .newfile {
  margin: 10px auto 20px auto;
}

/* SCI论文 */
.upziliao.upziliao {
  align-items: center;
  color: #666666;
}
.upziliao .upbtn {
  height: 36px;
  line-height: 35px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  padding: 0 23px;
  user-select: none;
  white-space: nowrap;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
}
.Mobile .upziliao.upziliao {
  flex-wrap: wrap;
}

/* 论文降重 */
.lwlowchong .upload-box {
  flex-direction: row;
  align-items: baseline;
  padding-top: 90px;
  cursor: auto;
}
.upload-box .upload-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10%;
}
.upload-box .upload-info .upchose {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 400;
  color: #091e3a;
  border-radius: 20px;
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 20px 0 12px;
  border: 1px solid #0079ff;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
}
.upload-box .upload-info .upchose .upimg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.lwlowchong .upload-box .upload-info .zcdeg {
  max-height: 38px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
  text-align: left;
  margin-top: 10px;
}
.lwlowchong .upload-box .upload-info .zcdeg .zimg {
  width: 260px;
  height: 38px;
  margin-left: 10px;
}
.cclwtypes {
  padding: 11px 0 0 11px;
}
.cclwtypes .lwbtn {
  padding: 0 13px;
  height: 30px;
  background: #ffffff;
  border-radius: 22px 22px 22px 22px;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  line-height: 30px;
  font-weight: 400;
  font-size: 13px;
  color: #3f4654;
  min-width: 92px;
  margin: 0 12px 12px 0;
  cursor: pointer;
}
.cclwtypes .lwbtn:hover {
  border-color: #0079ff;
}
.Mobile .line-upload.lwlowchong .file-list {
  min-height: auto;
}

/* ==================== 订单和支付 ==================== */
.order-summary {
  margin-top: 32px;
}
.payOrderInfo {
  margin-bottom: 80px;
  padding-left: 15.4%;
}
.order-summary h2 {
  font-size: 22px;
  font-weight: 700;
  color: #323742;
  margin-right: 22px;
  white-space: nowrap;
  margin: 20px 0;
}
.order-summary .scOerder {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* padding: 20px;
  background: #FAFCFE;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 1);
  box-shadow:inset 0px 0px 2px  rgba(255, 255, 255, 0.36); */
  box-sizing: border-box;
}
.scOerder .suinfo {
  display: flex;
  font-size: 16px;
  box-sizing: border-box;
}
.scOerder .suinfo label {
  white-space: nowrap;
  height: 27px;
  font-weight: 400;
  line-height: 28px;
  color: #666666;
  text-align: left;
}
.scOerder .suinfo .lines {
  flex: 1;
  width: 84%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  line-height: 28px;
  color: #091e3a;
  text-align: left;
  margin-bottom: 16px;
}
.scOerder .suinfo .lines .litem {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.scOerder .suinfo .lines .litem:last-child {
  margin-bottom: 0;
}
.scOerder .suinfo .lines .litem .tit {
  height: 28px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.scOerder .suinfo .lines .litem .types {
  display: flex;
  flex-wrap: wrap;
}
.scOerder .suinfo .lines .litem .types span {
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #2a82e4;
  text-align: left;
  border-radius: 8px;
  padding: 0 10px;
  margin-right: 20px;
  user-select: none;
  border: 1px solid #0278f8;
  box-sizing: border-box;
}
.scOerder .suinfo .lines.titype .types span:nth-child(2n-1) {
  color: #fff;
  border-radius: 6px;
  background: #4077f7;
  border: 1px solid #4077f7;
}
.scOerder .suinfo .lines.titype .types span:nth-child(2n) {
  color: #fff;
  border-radius: 6px;
  background: #67c23a;
  border: 1px solid #67c23a;
}
.scOerder .suinfo .lines.titype .types span:nth-child(3n) {
  color: #fff;
  border-radius: 6px;
  background: #e6a23c;
  border: 1px solid #e6a23c;
}
.scOerder .suinfo .lines .lwdeg {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 28px;
  font-weight: 400;
  color: #999999;
  text-align: left;
}
.scOerder .suinfo .lines .lwdeg .types {
  line-height: 24px;
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  padding-right: 15px;
}
.scOerder .suinfo .lines .lwdeg dl {
  line-height: 24px;
  margin-right: 15px;
  user-select: none;
  box-sizing: border-box;
}
.scOerder .suinfo .lines .lwdeg dl.cflow {
  color: red;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  padding: 0 5px;
  border: 1px solid red;
}
.scOerder .suinfo .lines .lwdeg dl.zslow {
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 0 5px;
  background: #e6a23c;
}
.scOerder .sclists {
  box-sizing: border-box;
}
.payOrderInfo .borderBox {
  border: 1px solid #ededed;
  padding: 10px 20px;
  border-radius: 6px;
  box-shadow: -2px 2px 8px 1px rgba(0, 0, 0, 0.01);
}
.scOerder .sclists .cludbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 80px;
  border-top: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.scOerder .sclists .item {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  padding-right: 20px;
  box-sizing: border-box;
}
.scOerder .sclists .item:nth-child(2n) {
  padding-right: 0px;
}
.scOerder .sclists .item .itit {
  height: 24px;
  line-height: 24px;
  color: #091e3a;
  text-align: left;
}
.scOerder .sclists .item .itit span {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  text-align: left;
  margin: 0 15px;
}
.scOerder .sclists .item .info {
  display: flex;
  align-items: center;
  height: 24px;
  line-height: 24px;
  color: #999999;
  text-align: left;
}
.scOerder .sclists .item .info .types {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.scOerder .sclists .item .info .types span {
  margin-right: 10px;
}
.scOerder .sclists .item .info .all {
  height: 24px;
  line-height: 24px;
  margin-left: 15px;
  overflow: hidden;
}

/* 增值服务 */
.scOerder .zzlists {
  box-sizing: border-box;
}
.order-summary .zzlists h2 {
  margin: 20px 0 20px 0;
  text-align: left;
}
.scOerder .zzlists .list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  /* padding-right: 100px; */
  box-sizing: border-box;
}
.scOerder .zzlists .zaitem {
  padding: 12px 19px;
  min-height: 60px;
  box-sizing: border-box;
  color: #323742;
  background: linear-gradient(90deg, #f6f6fe, #fcfcff);
  border-radius: 6px;
  border: 2px solid #ebebff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
}
.scOerder .zzlists .zaitem:nth-child(n + 3) {
  background: linear-gradient(90deg, #eef9fe, #fcfeff);
}
.scOerder .zzlists .zaitem .check {
  min-width: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #999;
  border-radius: 4px;
  margin-right: 10px;
  box-sizing: border-box;
}
.scOerder .zzlists .zaitem .check img {
  width: 24px;
  height: 24px;
  display: none;
}
.scOerder .zzlists .zaitem .desc {
  position: absolute;
  top: -26px;
  right: -1px;
  box-sizing: border-box;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 12px;
  background: #4077f7;
}
.scOerder .zzlists .zaitem.active {
  color: #4077f7;
  border: 2px solid rgba(74, 198, 255, 0.4);
}
.scOerder .zzlists .zaitem.active .itit {
  color: #4077f7;
}
.scOerder .zzlists .zaitem.active .check {
  border: none;
}
.scOerder .zzlists .zaitem.active .check img {
  display: block;
}
.scOerder .zzlists .zaitem span {
  height: 24px;
  line-height: 24px;
  /* color: #323742; */
  color: #fa655c;
  font-weight: 600;
  text-align: left;
  margin-left: 10px;
}
.scOerder .zzlists .zaitem .itit {
  /*height: 24px;*/
  line-height: 24px;
  color: #323742;
  font-weight: 500;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  /*white-space: nowrap;*/
  overflow-wrap: break-word;
}
.scOerder .zzlists .zaitem span.yprice {
  color: #b2b5ba;
  text-decoration: line-through;
}
.scOerder .zzlists .zaitem .limit {
  line-height: 30px;
  font-size: 15px;
  color: #f4803f;
  font-weight: 600;
  padding: 0 10px;
  background: #fde9dd;
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  box-sizing: border-box;
}
.scOerder .zzlists .zaitem .limit .xzimg {
  width: 25px;
  height: 25px;
  margin-left: 3px;
}
.scOerder .zzlists .zaitem .template {
  margin-left: 10px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  border-left: 1px dashed #d1d4d6;
}
.scOerder .zzlists .zaitem .template .timg {
  margin-left: 4px;
}
.scOerder .zzlists .zaitem .bustyles {
  display: none;
  width: 330px;
  position: absolute;
  background: #fff;
  bottom: 50px;
  left: 10px;
  padding: 10px 0;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  transform-origin: center bottom;
  z-index: 10;
}
.scOerder .zzlists .zaitem .bustyles.show {
  display: block;
}
.scOerder .zzlists .zaitem .bustyles .tnote {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
  padding: 0 12px 0 12px;
}
.scOerder .zzlists .zaitem .bustyles .choseTemps {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 12px;
  max-height: 246px;
  overflow-y: auto;
  padding: 0 12px 0 12px;
}
.scOerder .zzlists .zaitem .bustyles .choseTemps .temp {
  width: calc(50% - 6px);
}
.scOerder .zzlists .zaitem .bustyles .choseTemps .pptbox {
  width: 100%;
  height: 85px;
  box-sizing: border-box;
  border: 1px solid #fff;
  position: relative;
  border-radius: 8px 8px 8px 8px;
}
.scOerder .zzlists .zaitem .bustyles .temp.active .pptbox {
  border-color: #0079ff;
}
.scOerder .zzlists .zaitem .bustyles .choseTemps .pptbox .pptimg {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 8px 8px;
}
.scOerder .zzlists .zaitem .bustyles .choseTemps .pptbox .gou {
  width: 20px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
.scOerder .zzlists .zaitem .bustyles .tempbtns {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 8px 8px;
  width: 100%;
  height: 28px;
  padding: 8px 0;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 30;
  align-items: center;
  justify-content: space-around;
  transition: display 0.3s;
}
.scOerder .zzlists .zaitem .bustyles .tempbtns .optn {
  width: 50%;
  height: 100%;
  line-height: 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
}
.scOerder .zzlists .zaitem .bustyles .tempbtns .optn:last-child {
  border-left: 1px solid #fff;
}
.scOerder .zzlists .zaitem .bustyles .temp.active .gou {
  display: block;
}
.scOerder .zzlists .zaitem .bustyles .pptbox:hover .tempbtns {
  display: flex;
}
.scOerder .zzlists .zaitem .bustyles .choseTemps .temp p {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #3f4654;
  margin-top: 8px;
  overflow: hidden;
}
.noFuwuMsg {
  display: block;
  width: 100%;
  height: 5vh;
}
.Mobile .noFuwuMsg {
  display: none;
  /* height: 5vh; */
}

.Mobile .zfInfoBox {
  display: none;
}
.Mobile .mb-safetyHT {
  width: 100%;
  height: 100px;
}
.mb-zfInfoBox {
  display: none;
  padding: 12px 8px;
  width: 95%;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: fixed;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.Mobile .mb-zfInfoBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mb-total {
  font-size: 17px;
}
.mb-num {
  font-size: 24px;
  font-weight: 600;
  color: #e9b377;
}
.mb-danwei {
  font-size: 16px;
  color: #e9b377;
  margin-right: 10px;
}
.mb-yj {
  font-size: 14px;
  color: #9ea2a9;
  font-style: normal;
  font-weight: 400;
  text-decoration: line-through;
}
.mb-zf {
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9b377;
  font-size: 20px;
  color: #fff !important;
  padding: 6px 10px;
  border-radius: 6px;
  flex-shrink: 0;
}
.mb-zz {
  padding: 4px 0;
  font-size: 14px;
  color: #9ea2a9;
  font-style: normal;
  font-weight: 400;
}
.mb-zz-dw {
  color: #e9b377;
}

.order-summary .zfInfoBox {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.order-summary .zfInfoBox h2 {
  width: 100%;
  display: flex;
  align-items: center;
}
.order-summary .zforder {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  box-sizing: border-box;
}
.zforder .zfimg {
  width: 164px;
  height: 164px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/asset/common/img/ewmbg.png) no-repeat;
  background-size: contain;
  padding: 16px;
  margin-right: 36px;
}
.zforder .zfnote {
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.zforder .zfimg .eimg {
  width: 126px;
  height: 126px;
  display: none;
}
.zforder .zfimg .refec_qcode {
  width: 120px;
  height: 120px;
  color: red;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 25px;
  display: none;
}
.zforder .zfimg .eimg.active {
  display: block;
}
.zforder .zfimg .refec_qcode.active {
  display: flex;
}
.zforder .zfimg p {
  width: 100%;
  height: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #091e3a;
  text-align: center;
  margin-top: 12px;
}
.zforder .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zforder .info .tit {
  line-height: 14px;
  color: #333333;
}
.zforder .info .jine {
  font-size: 28px;
  color: #ff5d51;
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: 16px;
}
.zforder .info .jine .j-txt {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
.zforder .info .jine .num {
  font-size: 28px;
  font-weight: 600;
  color: #ee6360;
}
.zforder .info .jine .danwei {
  font-size: 16px;
  color: #ee6360;
  margin-right: 10px;
}
.zforder .info .youhui {
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #787d87;
  font-weight: 400;
  box-sizing: border-box;
}
.zforder .info .youhui .yj {
  font-size: 14px;
  color: #9ea2a9;
  font-style: normal;
  font-weight: 400;
  text-decoration: line-through;
}
.zforder .info .youhui .yh {
  color: #cc7e20;
  margin-left: 8px;
}
.zforder .info .zft {
  line-height: 30px;
  font-size: 13px;
  color: #4c4c4c;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}
.zforder .info .zft .zimg {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 10px;
}
.zforder .info .zft span {
  margin-right: 5px;
  line-height: 30px;
}

.zforder.payStatu2 .info {
  position: relative;
}
.payStatu2 .cgType {
  height: 24px;
  line-height: 24px;
  color: #091e3a;
  position: absolute;
  top: -25px;
}
.payStatu2 .zfchange {
  display: flex;
  color: #ffffff;
  margin: 10px 0 30px 0;
}
.payStatu2 .zfchange .paycbtn {
  width: 130px;
  height: 40px;
  border-radius: 8px;
  background: #01aced;
  border: 1px solid transparent;
  padding: 0 8px 0 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  justify-content: space-between;
  box-sizing: border-box;
}
.payStatu2 .zfchange .paycbtn:first-child {
  background: #00c800;
  margin-right: 60px;
  padding: 0 16px 0 10px;
}
.payStatu2 .zfchange .paycbtn:hover,
.payStatu2 .zfchange .paycbtn.active {
  box-shadow: 0px 0px 4px #01aced;
}
.payStatu2 .zfchange .paycbtn:hover:first-child,
.payStatu2 .zfchange .paycbtn.active:first-child {
  box-shadow: 0px 0px 4px #00c800;
}
.payStatu2 .zfchange .paycbtn img {
  width: 24px;
  height: 24px;
  display: block;
}
.zforder.payStatu2 .zfimg {
  margin: 0 0 0 90px;
}

.tongyiPay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 30px 15%;
  box-sizing: border-box;
}
.tongyiPay #quzhifu {
  width: 100%;
  height: 100%;
}
.tongyiPay .closeTYP {
  width: 30px;
  color: #333;
  font-size: 30px;
  position: absolute;
  top: 25px;
  right: 15%;
  cursor: pointer;
}

.mzfBtn {
  display: none;
  margin-top: 20px;
}
.mzfBtn .Btn {
  width: 124px;
  height: 40px;
  border-radius: 10px;
  color: #fff;
  background: #01aced;
  border: 1px solid transparent;
  padding: 0 8px 0 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  justify-content: space-between;
  margin: 0 30px;
  box-sizing: border-box;
}
.mzfBtn .Btn.zhzf {
  background: #0079ff !important;
  padding: 0 10px !important;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
}
.mzfBtn .Btn:first-child {
  background: #00c800;
  padding: 0 16px 0 10px;
}
.mzfBtn .Btn .zimg {
  width: 24px;
  height: 24px;
  display: block;
}

.Mobile .zforder .zfimg,
.Mobile .zforder .info .zft {
  display: none;
}
.Mobile .mzfBtn {
  display: flex;
}

/* 支付成功 */
.aimokai {
  width: 100%;
  margin-top: 40px;
  box-sizing: border-box;
}
.paysuccess {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 94px 0;
  box-sizing: border-box;
}
.paysuccess .suimg {
  width: 84px;
  height: auto;
  overflow: hidden;
}
.paysuccess .suimg img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.paysuccess p {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: #0278f8;
  text-align: center;
  margin-top: -20px;
}
.paysuccess .note {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  text-align: center;
  margin-top: 14px;
}
.paysuccess .sucbtn {
  width: 180px;
  line-height: 46px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  background: #0079ff;
  box-sizing: border-box;
  margin-top: 32px;
}
/* 相关问题 */
.questionDeg {
  padding: 20px 0;
  background: #ffffff;
  box-sizing: border-box;
}
.questionDeg .qitem {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  clear: both;
  margin-bottom: 20px;
  padding: 0 10px;
  border-bottom: 1px solid #e5e5e5;
}
.questionDeg .qitem:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.questionDeg .qitem:last-child .deg {
  padding-bottom: 0;
}
.questionDeg .qitem .qinfo img {
  float: left;
  width: 16px;
  height: 16px;
  display: block;
  margin: 5px 10px 0 0;
}
.questionDeg .qitem .tit {
  overflow: hidden;
  color: #091e3a;
  margin-bottom: 12px;
}
.questionDeg .qitem .deg {
  overflow: hidden;
  color: #666666;
  padding-bottom: 20px;
}
/* 检讨书 */
.searchTop .search.jiaotao input {
  background: #fff;
}
.lwchoose .jtduixiang .layui-form-select {
  max-width: 400px;
  margin-top: 10px;
}
.lwchoose .jtduixiang .layui-form-select .layui-input {
  font-size: 14px;
  height: 38px;
  line-height: 38px;
}
.IsPc .lwchoose .jtduixiang .layui-form-selected dl {
  font-size: 16px;
}
.input-type {
  display: flex;
  gap: 15px 24px;
  flex-wrap: wrap;
}
.input-type .opt {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #999999;
  text-align: left;
  padding: 0 16px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #999999;
  cursor: pointer;
  box-sizing: border-box;
}
.input-type .opt.active,
.input-type .opt:hover {
  color: #4077f7;
  font-weight: 700;
  /* border-color: #4077f7; */
  background-color: #e4edff;
  border: none;
}
/* 演讲稿 */
.input-type .optstyle {
  margin-right: 16px;
  width: 84px;
  height: 32px;
  background: #f7f8fa;
  border: 1px solid #f7f8fa;
  border-radius: 14px 14px 14px 14px;
  opacity: 1;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #656b76;
  cursor: pointer;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.input-type .optstyle:hover,
.input-type .optstyle.active {
  color: #467af2 !important;
  background: #eef2ff !important;
}
/* 心得体会 */
.line.xindetype {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 18px;
}
.line.xindetype .item {
  display: flex;
  align-items: center;
}
.line.xindetype .layui-form-selected dl,
.line.xindetype .layui-form-select .layui-input {
  font-size: 14px;
}
.line.xindetype .item #zhiye {
  max-width: 200px;
  height: 38px;
  padding: 0 10px;
  color: #333333;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-sizing: border-box;
}
/* 实验报告 */
.line-area textarea {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #333333;
  text-align: left;
  margin-top: 10px;
  padding: 10px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  resize: none;
  box-sizing: border-box;
}
.inputOne input {
  width: 100%;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  padding: 0 10px;
  margin-top: 10px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

#RightBack {
  padding: 10px 11px;
  background: #fff;
  box-shadow: -2px 2px 8px 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 9px;
  top: 90px;
  z-index: 4;
  border-radius: 8px;
  font-size: 16px;
  color: #0079ff;
}

/* 图表生成 */
.layout-container.TubiaoMk .newbanxi {
  padding: 40px 20px 0 20px;
}
.Mobile .layout-container.TubiaoMk .newbanxi {
  padding: 15px;
}
.TubiaoMk .zuopTop {
  margin: 0;
}
.payTuBiao .noFuwuMsg {
  margin-top: 10vh;
}
.chartTs {
  width: 100%;
  color: #666;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}
.Mobile .chartTs {
  font-size: 14px;
}
.chartTs .chartBtn {
  color: #fff;
  line-height: 25px;
  padding: 0 8px;
  background: #1677ff;
  border-radius: 4px;
  cursor: pointer;
}
.chartTs .chartBtn:hover {
  background: #4096ff;
}
#iframBox {
  margin-top: 1.5vw;
}
#chartIframe {
  width: 100%;
  height: calc(80vh - 2vw);
  min-height: 640px;
  box-sizing: border-box;
}

#footRight,
#footRighthz {
  padding: 10px 11px;
  background: #fff;
  box-shadow: -2px 2px 8px 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 4;
  border-radius: 8px 0 0 8px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.65);
}
#footRighthz {
  bottom: 90px;
}

#footRight .frmsg,
#footRighthz .frmsg {
  font-size: 12px;
  cursor: pointer;
  color: #9ea2a9;
}

#footRight .frmsg .tmsg,
#footRighthz .frmsg .tmsg {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footRight .frmsg .tmsg span,
#footRighthz .frmsg .tmsg span {
  color: #333333;
}
#footRight .frmsg .notesbox,
#footRighthz .frmsg .notesbox {
  display: none;
  bottom: 0px;
  right: 78px;
  position: absolute;
  width: 360px;
  background: #fff;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.1);
  border-radius: 12px 12px 12px 12px;
  padding: 14px;
  box-sizing: border-box;
}
#footRighthz .frmsg .notesbox {
  width: auto;
}
/* #footRight .frmsg:hover .notesbox{
  display: block;
} */
#footRight .notesbox .kftit,
#footRighthz .notesbox .kftit {
  font-size: 16px;
  color: #3f4654;
  text-align: center;
  margin-bottom: 13px;
  font-weight: 600;
  position: relative;
}
#footRight .notesbox .kftit .x-close,
#footRighthz .notesbox .kftit .x-close {
  position: absolute;
  top: 0;
  right: 0;
}
#footRight .notesbox .kftit span,
#footRighthz .notesbox .kftit span {
  position: relative;
}
#footRight .notesbox .kftit span:after,
#footRighthz .notesbox .kftit span:after {
  content: " ";
  width: 100%;
  height: 11px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #467af2;
  opacity: 0.18;
}
#footRight .notesbox .worktime,
#footRighthz .notesbox .worktime {
  font-size: 12px;
  color: #8c8c8c;
  text-align: center;
}
#footRight .notesbox .wechat,
#footRighthz .notesbox .wechat {
  margin-top: 8px;
  text-align: center;
}
#footRight .notesbox .wechat .ewm,
#footRighthz .notesbox .wechat .ewm {
  display: block;
  margin: auto;
  width: 120px;
  height: 120px;
}

#footRighthz .notesbox .wechat .swhz {
  width: 200px;
  height: auto;
  display: block;
  margin: auto;
}

#footRight .notesbox .tips,
#footRighthz .notesbox .tips {
  text-align: left;
  margin-top: 16px;
  background: #f7f7f7;
  color: #8c8c8c;
  font-size: 12px;
  border-radius: 8px 8px 8px 8px;
  padding: 10px 14px;
  line-height: 20px;
}
#footRight .notesbox .tips p,
#footRighthz .notesbox .tips p {
  margin-bottom: 8px;
}
#footRight .notesbox .tips p.ts,
#footRighthz .notesbox .tips p.ts {
  text-align: left;
}
#footRight .notesbox .tips p:last-child,
#footRighthz .notesbox .tips p:last-child {
  margin-bottom: 0px;
}

/* ==================== 登录弹窗 ==================== */
#footRightLogin {
  padding: 10px 11px;
  background: #fff;
  box-shadow: -2px 2px 8px 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 4;
  border-radius: 8px 0 0 8px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.65);
  z-index: 88;
  /* display: none; */
}
#footRightLogin .frmsg {
  font-size: 12px;
  color: #9ea2a9;
}

#footRightLogin .frmsg .tmsg {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
#footRightLogin .frmsg .tmsg span {
  color: #333333;
}
#footRightLogin .frmsg .notesbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  z-index: 88;
}
#footRightLogin .frmsg .notesbox-b {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.3);
  border-radius: 12px 12px 12px 12px;
  box-sizing: border-box;
  /* cursor: pointer; */
}
#footRightLogin .notesbox-b {
  display: flex;
  align-items: center;
}
#footRightLogin .notesbox-b1 {
  background-image: url(/asset/common/img/lfnt/intbg.png);
  width: 360px;
  height: 400px;
  background-size: cover;
  border-radius: 12px 0 0 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.notesbox-b1 .notesbox-b1-title {
  font-size: 27px;
  font-weight: 700;
  background: linear-gradient(0deg, #a234f9 0%, #1c79fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align: center;
}
.notesbox-b1 h4 {
  color: #333;
  text-align: center;
  margin-bottom: 22px;
  margin-top: 10px;
  font-weight: normal;
  font-size: 14px;
}
.notesbox-b1 .notesbox-b1-content {
  display: flex;
  gap: 70px;
  justify-content: center;
}

.notesbox-b1 .notesbox-b1-content span {
  display: block;
  font-size: 16px;
  padding-bottom: 20px;
  color: #333;
  /* background-image: linear-gradient(
    to right,
    #a5d63f 0%,
    #43cf7c 21%,
    #00baad 43%,
    #2a82e4 65%,
    #7948ea 84%,
    #ac33c1 100%
  ); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* background-clip: text; */
  /* color: transparent; */
  /* font-weight: bold; */
  /* width: 110px; */
  position: relative;
  padding-left: 25px;
}
.notesbox-b1 .notesbox-b1-content span::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  top: 3px;

  background: url("/asset/common/img/gou.png") no-repeat center center;
  background-size: contain;
  /* color: 
   */
}

#footRightLogin .notesbox-b2 {
  padding: 14px;
}
#footRightLogin .getCodeBtn {
  background: #fff;
  margin-right: 10px;
  cursor: pointer;
  width: 60px;
  margin-left: 5px;
}

#footRightLogin .shengCheng1 {
  display: block;
  width: 180px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  background: #0079ff;
  cursor: pointer;
  margin: 40px auto 0 auto;
}
/* #footRight .frmsg:hover .notesbox{
  display: block;
} */
#footRightLogin .notesbox .kftit {
  font-size: 16px;
  color: #3f4654;
  text-align: center;
  margin-bottom: 13px;
  font-weight: 600;
  position: relative;
}
#footRightLogin .notesbox .kftit .x-close {
  position: absolute;
  top: 0;
  right: 0;
}
#footRightLogin .notesbox .kftit span {
  position: relative;
}
#footRightLogin .notesbox .kftit span:after {
  content: " ";
  width: 100%;
  height: 11px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #467af2;
  opacity: 0.18;
}

#footRightLogin .notesbox .tips {
  text-align: left;
  margin-top: 16px;
  /* background: #f7f7f7; */
  color: #8c8c8c;
  font-size: 12px;
  border-radius: 8px 8px 8px 8px;
  padding: 10px 14px;
  line-height: 20px;
}
#footRightLogin .notesbox .tips p {
  margin-bottom: 8px;
}
#footRightLogin .notesbox .tips p.ts {
  text-align: left;
}
#footRightLogin .notesbox .tips p:last-child {
  margin-bottom: 0px;
}

#footRightLogin .block_2 {
  width: 314px;
  height: 41px;
  margin: 65px 0 0 100px;
  border: 1px solid rgb(217 217 217);
  display: flex;
}

#footRightLogin .image-wrapper_4 {
  border-radius: 10px;
  height: 41px;
  width: 314px;
  border: 1px solid rgba(217, 217, 217, 1);
  margin-top: 30px;
}

#footRightLogin .thumbnail_3 {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
#footRightLogin .thumbnail_4 {
  width: 100px;
  height: auto;
  margin: 20px auto;
  text-align: center;
  display: block;
}

#footRightLogin .verification-code {
  flex: 1;
  border: none;
  outline: none;
  padding-left: 10px;
}

/* hover */
.chartTs a:hover,
.bylwCate .clist a:hover,
.question a:hover,
.line-upload .fitems span.del:hover,
.Mobile .aIlists a:hover .tit,
.msgOrder .msgTop .type span:hover {
  color: #00b1ff;
}

/* 多人论文生成 */
.order-summary .more-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: space-between;
}

.more-box .more-item {
  width: 170px;
  height: 170px;
  border: 1px solid rgb(112, 147, 224, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
}

/* .more-box .more-item:hover {
  border: 2px solid #ee6360;
} */

.bor-b {
  border-bottom: 1px solid rgb(112, 147, 224, 0.2);
  padding-bottom: 5px;
  margin: 5px 0;
  width: 100%;
  text-align: center;
}

.l-tip {
  /* background-color: #ee6360; */
  background: linear-gradient(to right, rgb(245, 22, 22) 0%, #ee6360 60%);
  color: #ffffff;
  padding: 4px 5px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.corner-triangle {
  --triangle-size: 18px; /* 三角形大小（统一控制） */
  --triangle-color: #ff4d4f; /* 三角形颜色 */

  width: 0;
  height: 0;
  border: var(--triangle-size) solid transparent; /* 统一边框宽度 */
  border-bottom-color: var(--triangle-color); /* 仅显示下边框颜色 */
  border-right-color: var(--triangle-color); /* 仅显示右边框颜色 */
  border-bottom-right-radius: 6px;

  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  color: #ffffff;
  font-weight: bold;
  display: none;
}

.more-item.active {
  border: 2px solid #ee6360;
}
.corner-triangle.active {
  display: block;
}

.line-through {
  text-decoration: line-through;
}

.font12 {
  font-size: 12px;
}

.font20 {
  font-size: 20px;
}

.font24 {
  font-size: 24px;
  font-weight: bold;
}

.coloree6360 {
  color: #ee6360;
}

.colorb2b5ba {
  color: #b2b5ba;
}
.IsPc .paperlists {
  margin-top: 88px;
}

@media screen and (max-width: 1680px) {
  .banxipay {
    margin: 0 0 0 190px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1570px) {
  .layout-container .newbanxi {
    min-width: 628px;
    padding: 60px 20px 0 20px;
  }
  .layout-container .question {
    width: 100%;
  }
  .content_form {
    max-width: 720px;
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 1450px) {
  .IsPc .paperlists {
    margin-top: 30px;
  }
  .payOrderInfo {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1350px) {
  .IsPc .header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1280px) {
  .indbanxi {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .banxi {
    margin: 0 0 0 190px;
    padding: 0 10px;
  }
  .IsPc .paperlists {
    padding: 0 10px;
  }
  .IsPc .aIlists {
    gap: 24px 18px;
  }
  .scOerder .zzlists .list {
    padding-right: 0;
  }
}
@media screen and (max-width: 1120px) {
  .msgOrder .checkMsg .orderType.show {
    flex-wrap: wrap;
  }
  .msgOrder .checkMsg .orderType .item {
    margin-bottom: 20px;
  }
  .msgOrder .checkMsg .orderType .item p {
    margin-top: 10px;
  }
  .payOrderInfo {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1140px) {
  .IsPc .aIlists {
    gap: 15px 15px;
  }
}
@media screen and (max-width: 870px) {
  .IsPc .header {
    height: 90px;
    padding: 0 30px;
  }
  .IsPc .header .logo {
    min-width: 80px;
    height: auto;
  }
  .IsPc .header ul {
    margin-left: 10%;
  }
  .IsPc .paperlists {
    padding: 0 0 110px 0;
  }
  .aIlists {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .question {
    padding: 20px 15px 0 0;
  }
  .question a {
    padding-left: 15px;
  }
  .input-group .tags {
    gap: 15px;
    margin-top: 20px;
  }
  .upload-box .upload-info {
    margin: 0 5%;
  }
  .zforder .zfimg {
    margin-right: 20px;
  }
  .zforder.payStatu2 .zfimg {
    margin: 0 0 0 20px;
  }
  .zforder .info .jine .color .num {
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
  }

  .statistics-box {
    display: none;
  }
}

/* ==================== 响应式设计 ==================== */
/* 移动端 */
@media screen and (max-width: 780px) {
  #app .ybg {
    position: absolute;
    top: 10px;
  }
  .zuopTop {
    margin-top: 0;
  }
  /* .zuopTop h1 {
    display: none;
  } */
  .banxi {
    margin: 0;
  }
  .banxipay {
    margin: 0;
  }
  .msgOrder .checkMsg .orderType .item {
    width: 32%;
  }
  .searchTop .sebtn {
    height: 38px;
    margin-right: 12px;
  }
  .checkOrder .zpitem .zpstat {
    margin-left: 20px;
    font-size: 12px;
  }
  .checkOrder .zpitem .zpstat .btns {
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
  }
  .input-group .tag {
    line-height: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
  }
  .order-summary .scOerder {
    background: #fff;
    padding: 12px 0 14px 0;
    box-shadow: none;
    border: none;
    border-radius: 10px;
  }
  .order-summary .zforder {
    background: #fff;
    border-radius: 10px;
  }
  .order-summary .zfInfoBox h2,
  .order-summary .zzlists h2 {
    font-size: 16px;
  }
  .order-summary h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 25px 0;
  }
  .payStatu2 .zfchange,
  .payStatu2 .cgType {
    display: none;
  }
  .payOrderInfo {
    padding: 0 12px;
  }
  .scOerder .suinfo .lines {
    margin-bottom: 15px;
  }
  .scOerder .suinfo .lines .litem .tit {
    margin-right: 10px;
  }
  .scOerder .sclists .item .itit span {
    margin: 0 15px 0 15px;
  }
  .scOerder .sclists .item {
    padding-right: 10px;
    margin-top: 10px;
  }
  .order-summary .zforder {
    padding: 20px 0;
    flex-direction: column;
  }
  .order-summary .zforder .info {
    width: 100%;
    padding: 0 20px;
  }
  .paysuccess {
    padding: 30px 0;
  }
  .paysuccess p {
    font-size: 18px;
    line-height: 26px;
    margin-top: -20px;
  }
  .paysuccess .sucbtn {
    font-size: 16px;
  }
  .questionDeg .qitem {
    font-size: 16px;
  }
  .paperlists {
    padding: 0 0 0.5rem 0;
  }
  .Mobile .aIlists {
    background: #fcfdff;
    gap: 0;
    grid-template-columns: repeat(5, 1fr);
    padding: 20px 0 0 0;
  }
  .Mobile .aIlists a {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    margin-bottom: 15px;
  }
  .Mobile .aIlists a:hover:after {
    display: none;
  }
  .Mobile .aIlists a .tit {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    margin-top: 5px;
    text-align: center;
  }
  .Mobile .aIlists a .note {
    display: none;
  }
  .layout-container .newbanxi {
    min-width: auto;
  }
}

@media screen and (max-width: 740px) {
  .Mobile .paperlists {
    margin-top: 22px;
    padding: 0 0 0px 0;
  }
  .Mobile .aIlists a .tit {
    margin-top: 5px;
  }
  .Mobile .aIlists a .note {
    margin-top: 5px;
  }

  .zuoTip {
    width: 100%;
    font-size: 12px;
  }

  .zuopTop {
    margin: 20px 0;
  }
}
@media screen and (max-width: 700px) {
  #footRightLogin .image-wrapper_4 {
    width: 200px;
  }
  #footRightLogin #sms-code {
    width: 85px;
  }
}
@media screen and (max-width: 650px) {
  .Mobile .layout-container .newbanxi {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .Mobile .layout-container .newbanxi::-webkit-scrollbar {
    display: none;
  }
  .journal-level h3,
  .rzmk-level h3,
  .scOerder .zzlists .zaitem .itit,
  .scOerder .zzlists .zaitem span,
  .scOerder .zzlists .zaitem .template,
  .scOerder .zzlists .zaitem .limit,
  .Mobile .lwchoose .line {
    font-size: 14px;
  }
  .scOerder .sclists .cludbox {
    margin: 0;
    padding-top: 0;
  }
  .scOerder .zzlists .zaitem {
    padding: 10px 14px;
  }
  .upload-box .upload-info {
    margin: 0 20px;
  }
  .checkOrder .zpitem .zpstat .btns span.xian {
    margin: 0 8px;
    opacity: 0;
  }
  .checkOrder .zpitem .zpstat {
    margin-left: 10px;
  }
  .checkOrder .zpitem .deg .tit {
    font-size: 14px;
  }
  .input-type {
    display: flex;
    gap: 12px 12px;
    flex-wrap: wrap;
  }
  .input-type .opt {
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
  }
  .lwchoose .jtduixiang .layui-form-select .layui-input {
    font-size: 12px;
    height: 36px;
    line-height: 36px;
  }
  .layui-form-select dl dd,
  .layui-form-select dl dt {
    font-size: 12px;
    line-height: 34px;
  }
  .line.xindetype .layui-form-selected dl,
  .line.xindetype .layui-form-select .layui-input {
    font-size: 12px;
  }
  .line.xindetype .item #zhiye,
  .line-input #sxbgcontent {
    font-size: 12px;
  }
  .line-area textarea {
    font-size: 12px;
    min-height: 84px;
    padding: 5px 10px;
    line-height: 18px;
  }
  .Mobile .lwchoose .line.xindetype,
  .Mobile .lwchoose .line.inputOne {
    margin-bottom: 10px;
  }
  .line.xindetype {
    gap: 15px;
  }
  .inputOne input {
    font-size: 12px;
  }
  .Mobile .line-input h2,
  .Mobile .lwchoose .line-input {
    font-size: 14px;
  }
  .scOerder .sclists .item,
  .scOerder .suinfo {
    font-size: 14px;
  }
  .scOerder .sclists .item:nth-child(2n) {
    padding-right: 10px;
  }
  .scOerder .sclists {
    padding: 5px 0 0 0;
  }
  .scOerder .sclists .item {
    width: 100%;
  }
  /* .scOerder .sclists .item .info,
  .scOerder .sclists .item .info .all,
  .scOerder .sclists .item .info .types,
  .scOerder .sclists .item .itit{
    height: 22px;
    line-height: 22px;
  } */
  .scOerder .suinfo .lines .litem .types span {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
  }
  .scOerder .sclists .item .itit span {
    margin: 0 10px;
  }
  .zforder .info {
    font-size: 14px;
  }
  .zforder .info .youhui {
    margin-top: 10px;
  }
  .questionDeg {
    padding: 12px 0;
  }
  .questionDeg .qitem {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .questionDeg .qitem .deg {
    padding-bottom: 10px;
  }
  .questionDeg .qitem .qinfo img {
    margin: 3px 10px 0 0;
  }
  .Mobile .aIlists {
    grid-template-columns: repeat(4, 1fr);
    padding: 18px 0 18px 0;
  }
  .Mobile .aIlists a {
    width: 120px;
  }
  .Mobile .aIlists a .tit {
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 600px) {
  .indTop h1 {
    line-height: 55px;
    font-size: 45px;
  }
  .journal-level {
    margin-bottom: 20px;
  }
  .journal-level .level-options,
  .rzmk-level .level-opts {
    gap: 20px;
  }
  .Mobile .journal-level .option,
  .Mobile .rzmk-level .option {
    width: calc(50% - 10px);
    margin: 0;
  }
  .checkOrder .zpitem .zpstat .btns span.xian {
    margin: 0 10px;
  }
  .msgOrder .msgTop {
    min-height: 26px;
  }
  .msgOrder .msgTop .tit {
    font-size: 16px;
  }
  .msgOrder .msgTop .type {
    font-size: 12px;
    line-height: 26px;
  }
  .msgOrder .msgTop .type span {
    margin: 0 10px;
  }
  .msgOrder .checkMsg {
    margin-top: 15px;
  }
  .msgOrder .checkMsg .orderType .item {
    width: 50%;
    margin-bottom: 15px;
  }
  .msgOrder .checkMsg .orderType .item:last-child {
    margin-bottom: 0;
  }
  .msgOrder .checkMsg .orderType .item img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .msgOrder .checkMsg .orderType .item p {
    font-size: 12px;
    min-height: 40px;
    line-height: 20px;
  }
  .msgtishi {
    font-size: 12px;
  }
  .msgtishi p {
    margin-top: 6px;
  }
  .lwlowchong .upload-box {
    height: auto;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
  }
  .upload-box .upload-info {
    margin: 15px 0;
  }
  .zforder .info .jine .color .num {
    font-size: 36px;
    line-height: 52px;
  }
  .zforder .info .jine .color .danwei,
  .zforder .info .jine label {
    bottom: 2px;
  }
  #RightBack {
    left: -4px;
    top: 45px;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
  }
  /* #TubiaoBox{
    top: 45px;
  }
  #TubiaoBox .tbbtn {
    font-size: 14px;
  } */
}
@media screen and (max-width: 550px) {
  .hottits .detail-main {
    flex-wrap: wrap;
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .indTop {
    margin-top: 22px;
  }
  .Mobile .aIlists a {
    width: auto;
  }
  .Mobile .aIlists a .tit {
    font-size: 12px;
  }
  .Mobile .searchTop {
    margin-top: 18px;
  }
  .chartTs {
    font-size: 13px;
    color: #999;
  }
  .zuopTop p {
    font-size: 13px;
    margin-top: 5px;
  }
  .lwchoose label[for="agree"] {
    font-size: 12px;
  }
  .lwchoose .line .lopts.opt3 {
    width: 100%;
  }
  .lwchoose .line .lopts.opt3 .oitem label {
    margin-right: 24px;
  }
  .lwchoose .line .lopts.opt2 .oitem label {
    margin-right: 0;
  }
  .Mobile .lwchoose .shengCheng {
    width: 168px;
    height: 42px;
    line-height: 42px;
    min-height: 42px;
    margin: 30px auto 0 auto;
  }
  .Mobile .question {
    padding: 14px 12px 0 12px;
    margin-top: 27px;
  }
  .Mobile .question a {
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    padding: 0px;
    margin-bottom: 12px;
  }
  .bylwCate .cates .zw,
  .Mobile .bylwCate .cates .citem {
    line-height: 32px;
    font-size: 14px;
  }
  .Mobile .bylwCate .cates .citem.active {
    font-size: 14px;
    font-weight: 700;
  }
  .upload-area {
    font-size: 14px;
  }
  .line-upload h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .upload-area small {
    font-size: 10px;
  }
  .line-fanyi .lang {
    width: 100px;
    height: 36px;
    line-height: 34px;
    font-size: 12px;
  }
  .line-fanyi .jtimg {
    margin: 0 12px;
  }
  .line-upload .file-list .newfile {
    font-size: 14px;
  }
  .checkOrder .zpitem .tyimg {
    margin-right: 10px;
  }
  .checkOrder .typelist {
    margin-top: 0.5rem;
  }
  .checkOrder .typelist .tyitem {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 0.2rem;
    box-sizing: border-box;
  }
  .mzfBtn .Btn {
    margin-right: 15px;
  }
  .scOerder .sclists .item .itit span,
  .scOerder .sclists .item .info,
  .scOerder .suinfo .lines .lwdeg {
    font-size: 12px;
  }
  .paysuccess .note {
    font-size: 14px;
  }
  .paysuccess .sucbtn {
    width: 150px;
    font-size: 14px;
  }
  .Mobile #footRight,
  .Mobile #footRighthz {
    padding: 5px 5px;
  }
  .Mobile #footRightLogin {
    padding: 5px 5px;
  }
  .Mobile #footRightLogin {
    bottom: 110px;
  }
  .Mobile #footRighthz {
    bottom: 190px;
  }
  .Mobile #footRight .tmsg span,
  .Mobile #footRighthz .tmsg span {
    display: none;
  }
  .Mobile #footRightLogin .tmsg span {
    display: none;
  }
  .Mobile #footRight .frmsg .notesbox {
    width: 90vw;
    max-width: 360px;
    right: 42px;
  }

  .Mobile #footRightLogin .notesbox-b1 {
    display: none;
  }

  .Mobile #footRightLogin .image-wrapper_4 {
    width: 200px;
  }
  #footRightLogin #sms-code {
    width: 85px;
  }

  .scOerder .zzlists .list {
    gap: 10px;
  }
  .order-summary .zzlists h2 {
    margin: 20px 0 20px 0;
  }
}
@media screen and (max-width: 450px) {
  #app .bgy {
    min-width: 1200px;
  }
  .Mobile .header ul li a {
    margin-left: 7vw;
  }
  .Mobile .header ul li a .htimg {
    display: none;
  }
  .indTop h1 {
    line-height: 50px;
    font-size: 40px;
  }
  .indTop p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
  }
  .Mobile .bylwCate .cates {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .lwchoose .line input[type="checkbox"] {
    float: left;
    margin: 5px 5px 0 0;
  }
  .checkOrder .typelist.autoScroll::-webkit-scrollbar,
  .Mobile .cates.autoScroll::-webkit-scrollbar {
    display: none;
  }
  .lwchoose label:first-child {
    line-height: 21px;
  }
  .bylwCate {
    padding: 16px 0 24px 0;
  }
  .Mobile .bylwCate .clist {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .Mobile .bylwCate .clist a {
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 4px 0;
  }
  .bylwCate .changeBtn {
    right: 15px;
  }
  .journal-level h3 {
    font-size: 14px;
    margin-top: 0;
  }
  .msgOrder .msgTop .tit {
    font-size: 14px;
  }
  .msgOrder .checkMsg .orderType .item p {
    font-size: 12px;
    min-height: 20px;
    line-height: 20px;
  }
  .msgOrder .checkMsg .orderType .item {
    width: 100%;
  }
  .msgOrder .checkMsg .orderType .item img {
    width: 100%;
    max-width: 330px;
  }
  .line-upload .file-list .fitems {
    padding: 10px;
  }
  .line-upload .fitems .fimg {
    margin-right: 10px;
  }
  .line-upload .fitems .info {
    font-size: 18px;
  }
  .Mobile .line-style h3 {
    font-size: 14px;
  }
  .scOerder .suinfo .lines .litem .types span {
    font-size: 12px;
    height: 28px;
    margin-right: 10px;
    line-height: 26px;
  }
  .scOerder .suinfo .lines {
    margin-bottom: 10px;
  }
  .scOerder .suinfo .lines .lwdeg dl {
    padding-right: 10px;
  }
  .order-summary {
    margin-top: 20px;
  }
  .order-summary h2 {
    margin: 20px auto;
  }
  .order-summary .zforder {
    padding: 15px 0;
  }
  .zforder .info .jine .color .num {
    line-height: 48px;
  }
  .Mobile .mzfBtn {
    margin-top: 15px;
  }
  .mzfBtn .Btn {
    margin: 0 15px;
  }
  .mzfBtn .Btn.zhzf {
    margin: 0 auto;
    text-align: center;
  }
  .order-summary .zforder .info {
    padding: 0 10px;
  }
  .lwchoose .line .lopts.opt3 {
    gap: 4px;
  }
  .lwchoose .line .lopts.opt2 {
    gap: 4px 25px;
  }
  .Mobile #footRight .frmsg .notesbox {
    right: calc(100% - 3vw);
    bottom: 40px;
  }
  #chartIframe {
    min-height: unset;
    height: calc(80vh - 4vh);
  }
  .Mobile .layout-container .newbanxi.mbChart {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 376px) {
  .indTop h1 {
    line-height: 36px;
    font-size: 30px;
  }
  .indTop p {
    font-size: 12px;
    line-height: 18px;
  }
  .scOerder .zzlists .zaitem .itit {
    max-width: 220px;
  }
}
@media screen and (max-width: 370px) {
  .msgOrder .msgTop .type span {
    margin: 0 5px;
  }
  .lwlowchong .upload-box .upload-info .zcdeg .zimg {
    width: 100%;
    height: auto;
  }
}
.IsPc .z-h-box {
  margin: 0 auto;
  justify-content: space-between;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;

  /* background: linear-gradient(180deg, #f5fdff 0%, #ffffff 100%); */

  z-index: 11;
}
.Mobile .z-h-box {
  padding: 22px 0 2px 0;
  margin: 0 10px;
  justify-content: space-between;
  box-sizing: border-box;
}
.Mobile .z-h-box-pc-menu {
  display: none;
}
.IsPc .z-h-box-h5-menu {
  display: none;
}
.z-h-box-pc-menu {
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.z-h-box-pc-menu a {
  /* color: #999999;
  padding: 0 28px; */
  width: 128px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #0077ff;
  color: #0077ff;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-top: 30px;
  cursor: pointer;
}
.z-h-box-pc-menu a:hover .z-h-box-pc-menu-h {
  display: block;
}
.z-h-box-pc-menu-h1 {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.z-h-box-pc-menu-h {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  display: none;
  cursor: pointer;
  z-index: 11;
}
.z-h-box-pc-menu-h1:hover {
  color: #1996e9;
}
.IsPc .z-h-box-pc-menu li a:hover,
.IsPc .z-h-box-pc-menu li a.active {
  color: #1996e9;
}

.swhz-show {
  cursor: pointer;
  margin-top: 10px;
  color: #ff4d4f;
}
