/******************************************* index *********************************/
/* @font-face {
  font-family: 'Bebas';
  src: url('./font/Bebas.TTF');
} */

html,
body {
  background: #F4F6F7;
  font-size: 12px;
}

/* 谷歌 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}

.uplodaPage {
  position: relative;
  padding-top: 80px;
  background: #F8F8F8;
}
.mobile{
  position: relative;
  padding: 0;
  margin-top: 0!important;
}
.mobile .public-header{
  display: none;
}
/* .mobiledate{
  width: 354px;
  z-index: 0!important;
}
.mobiledate .layui-laydate-main {
  width: 272px;
}
.mobiledate .layui-laydate-content table{
  width: 330px;
}
.mobiledate .layui-laydate-header {
  width: 353px;
} */
.banner {
  position: relative;
}

.banner>img {
  display: block;
  width: 100%;
}

.banner>img.min {
  display: none;
}

.pageContent {
  position: relative;
  width: 1200px;
  margin: -40px auto 0;
}

.uplodaPage .pageContent .upItem {
  box-sizing: border-box;
  background: #FFFFFF;
  padding: 40px 30px;
  margin-bottom: 20px;
}

.uplodaPage .pageContent .upItem .title {
  color: #161616;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.uplodaPage .pageContent .noticeMobileItem {
  display: none;
}
.uplodaPage .pageContent .upItem.notice p {
  font-size: 14px;
  color: #161616;
  line-height: 22px;
  margin-bottom: 11px;
}

.uplodaPage .pageContent .upItem.notice p .circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #B24F1E;
  border-radius: 50%;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
}

.uplodaPage .pageContent .upItem.notice p:last-child {
  margin-bottom: 0;
}

.uplodaPage .pageContent .selectGroup {
  padding-top: 10px;
}

.uplodaPage .pageContent .selectGroup .roww {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.uplodaPage .pageContent .selectGroup .roww .item {
  position: relative;
  width: 100%;
}

.uplodaPage .pageContent .selectGroup .roww2 .item {
  width: 520px;
  margin-bottom: 40px;
}

.uplodaPage .pageContent .selectGroup .roww3 .item {
  width: 340px;
  margin-bottom: 40px;
}

.uplodaPage .pageContent .selectGroup .item:last-child {
  margin-bottom: 0;
}

.uplodaPage .pageContent .selectGroup .item>p {
  color: #161616;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
.uplodaPage .pageContent .selectGroup .item>p span {
  font-size: 12px;
}
.uplodaPage .pageContent .selectGroup .item>p i {
  color: #CE3129;
  font-size: 14px;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.uplodaPage .pageContent .selectGroup .item>p em {
  color: #CE3129;
  font-size: 16px;
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.uplodaPage .pageContent .selectGroup .item>input,
.uplodaPage .pageContent .selectGroup .item>span {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #DDE1E7;
  border-radius: 2px;
  box-sizing: border-box;
  line-height: 40px;
  padding: 0 0 0 17px;
  color: #161616;
  font-size: 14px;
  background: #fff;
}

.uplodaPage .pageContent .selectGroup .item>input::placeholder {
  color: #999999;
  font-size: 14px;
}

/* .uplodaPage .pageContent .selectGroup .item:nth-child(3),
.uplodaPage .pageContent .selectGroup .item:nth-child(3)>input,
.uplodaPage .pageContent .selectGroup .item:nth-child(4) {
  width: 100%;
} */
.uplodaPage .pageContent .selectGroup .selectItem.budgetSelectItem .roww {
  margin-bottom: 0;
}
.input-group .form-control{
  z-index: 0!important;
}
.form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color: #161616;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  font-weight: normal!important;
}
.form-group em {
  color: #CE3129;
  font-size: 16px;
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.selectItem .partition {
  color: #CE3129 !important;
  font-size: 14px !important;
}

.input-group .form-control{
  height: 40px;
}
.colrow{
  width: 100%;
}
.uplodaPage .pageContent .selectGroup .selectItem .lists {
  position: absolute;
  top: 66px;
  left: 0;
  background: #fff;
  max-height: 190px;
  overflow-y: scroll;
  width: 100%;
  border: 1px solid #c1c5d1;
  transform: scaleY(0);
  transform-origin: center top;
  opacity: 0;
  transition: all 0.2s;
  z-index: 1;
}

.uplodaPage .pageContent .selectGroup .selectItem .lists ul li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #161616;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}

.uplodaPage .pageContent .selectGroup .selectItem .lists ul li.on,
.uplodaPage .pageContent .selectGroup .selectItem .lists ul li:hover {
  background: #c1c5d1;
  color: #fff;
}

.uplodaPage .pageContent .selectGroup .selectItem>i {
  position: absolute;
  top: 44px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: url('../imgs/pic_2.png') no-repeat center;
  background-size: 10px;
  transition: all 0.2s;
}

.uplodaPage .pageContent .selectGroup .selectItem .lists.show {
  transform: scaleY(1);
  opacity: 1;
  z-index: 9;
}

.uplodaPage .pageContent .selectGroup .selectItem:hover>i,
.uplodaPage .pageContent .selectGroup .selectItem>i.on {
  transform: rotate(180deg);
}

.uplodaPage .pageContent .selectGroup .selectItem.budgetSelectItem {
  margin-top: 25px;
}

.uplodaPage .pageContent .selectGroup .selectItem.budgetSelectItem .selectData {
  display: flex;
  justify-content: space-between;
}

.uplodaPage .pageContent .selectGroup .selectItem.budgetSelectItem .selectData .bdItem {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 270px;
  height: 106px;
  box-sizing: border-box;
  padding: 27.999px 23.999px;
  background: #FFFFFF;
  border: 1px solid #C1C5D1;
  box-shadow: 0 6px 21px 0 rgba(14, 32, 77, 0.03);
  border-radius: 3px;
  cursor: pointer;
}

.uplodaPage .pageContent .selectGroup .selectItem.budgetSelectItem .selectData .bdItem>b {
  display: block;
  color: #161616;
  font-size: 20px;
  line-height: 20px;
}

.uplodaPage .pageContent .selectGroup .selectItem.budgetSelectItem .selectData .bdItem>p {
  color: #999999;
  font-size: 16px;
  line-height: 16px;
}

.uplodaPage .pageContent .selectGroup .selectItem.budgetSelectItem .selectData .bdItem>em {
  position: absolute;
  top: 37px;
  right: 25px;
  width: 32px;
  height: 32px;
  background-color: #EFF2F4;
  background-color: #EFF2F4;
  border-radius: 50%;
}

.uplodaPage .pageContent .selectGroup .selectItem.budgetSelectItem .selectData .bdItem.on {
  background: #E7F7F6;
  border: 1px solid #21CDC0;
  box-shadow: 0 5px 27px 0 rgba(33, 205, 192, 0.13);
  border-radius: 3px;
}

.uplodaPage .pageContent .selectGroup .selectItem.budgetSelectItem .selectData .bdItem.on>b {
  color: #21CDC0;
}

.uplodaPage .pageContent .selectGroup .selectItem.budgetSelectItem .selectData .bdItem.on>em {
  background-color: #21CDC0;
  background-image: url('../imgs/pic_37.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}

.uplodaPage .pageContent .selectGroup .selectItem.budgetSelectItem .tips {
  color: #CD0909;
  font-size: 14px;
  margin-top: 23.999px;
}

.uplodaPage .pageContent .selectGroup .item .uploadBox {
  position: relative;
  height: 322px;
  box-sizing: border-box;
  padding: 85px 0 22px;
  background: #f8f8f8;
  border-radius: 2px;
}

.uplodaPage .pageContent .selectGroup .item .uploadBox .upload {
  position: relative;
  width: 340px;
  height: 160px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 75px;
  background: url('../imgs/pic_3.png') no-repeat center top;
  background-size: 338px;
  text-align: center;
}

.uplodaPage .pageContent .selectGroup .item .uploadBox .upload>p {
  color: #161616;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 47px;
}

.uplodaPage .pageContent .selectGroup .item .uploadBox .upload>span {
  color: #999999;
  font-size: 14px;
  line-height: 14px;
}

.uplodaPage .pageContent .selectGroup .item .uploadBox>.warn {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  text-align: center;
  color: #CE3129;
  font-size: 14px;
}

.uplodaPage .pageContent .selectGroup .item .uploadBox>.warn span {
  color: #161616;
}

.uplodaPage .pageContent .selectGroup .item .uploadBox .upload #fileVal {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 338px;
  height: 120px;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.uplodaPage .pageContent .author {
  padding-bottom: 0;
}

.uplodaPage .pageContent .author .selectGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  clear: both;
}

.uplodaPage .pageContent .author .selectGroup .item {
  width: 340px;
  float: none !important;
}

.uplodaPage .pageContent .author .selectGroup .item>input {
  display: block;
  width: 100%;
}

.uplodaPage .pageContent .author .selectGroup .codeItem>input {
  padding-right: 100px;
}

.uplodaPage .pageContent .author .selectGroup .codeItem .requireCode {
  position: absolute;
  top: 27px;
  right: 1px;
  padding: 0 13px;
  height: 38px;
  background: #EEEEEE;
  border-radius: 2px;
  line-height: 40px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
}

.uplodaPage .pageContent .submit {
  padding: 64px 0 74px;
}

.uplodaPage .pageContent .submit span {
  display: block;
  width: 295px;
  height: 62px;
  margin: 0 auto;
  line-height: 62px;
  text-align: center;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  background: linear-gradient( 90deg, #C96331 0%, #B24F1E 100%);
  box-shadow: 0px 16px 48px 0px rgba(178,79,30,0.24);
}

.uplodaPage .pageContent .success {
  position: relative;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.uplodaPage .pageContent .success::after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #B24F1E;
  border-radius: 50%;
  background-image: url('../imgs/pic_1.png');
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}

.uplodaPage .pageContent .success>b {
  display: block;
  text-align: center;
  color: #161616;
  font-size: 16px;
  line-height: 16px;
}

.uplodaPage .pageContent .success .reUpload {
  position: relative;
  margin-top: 23px;
  width: 126px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 14px;
  background: linear-gradient( 90deg, #C96331 0%, #B24F1E 100%);
  box-shadow: 0px 16px 48px 0px rgba(178,79,30,0.24);
}

.uplodaPage .pageContent .success .reUpload>input {
  position: absolute;
  top: 0;
  left: 0;
  width: 126px;
  height: 38px;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.toastMsg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toastMsg span {
  display: block;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.9);
}

/* 列表页 */
.uplodaData {
  padding-bottom: 280px;
}

.pageContent .status {
  padding: 0 0 0 30px;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  margin-bottom: 20px;
  background: #FFFFFF;
}

.pageContent .status span {
  color: #21CDC0;
}

.uplodaData .dataGroup {
  position: relative;
}

.uplodaData .dataGroup .dataEle {
  position: relative;
  padding: 0px 0 30px;
  margin-bottom: 20px;
  background: #fff;
}

.uplodaData .dataGroup .dataEle .img-result {
  position: absolute;
  right: -11px;
  top: -8px;
}

.uplodaData .dataGroup .dataEle>b {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  min-width: 150px;
  border-radius: 3px 30px 30px 3px;
  background: #48200C;
  margin-bottom: 30px;
  padding: 0 30px;
  box-sizing: border-box;
}
.uplodaData .dataGroup .dataEle ul {
  padding: 0 30px;
  box-sizing: border-box;
}
.uplodaData .dataGroup .dataEle ul li {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uplodaData .dataGroup .dataEle ul li:last-child {
  margin-bottom: 0;
}

.uplodaData .dataGroup .dataEle ul li span {
  display: inline-block;
  width: 67px;
  height: 26px;
  text-align: center;
  background: #48200C;
  border-radius: 2px;
  line-height: 26px;
  margin-right: 13px;
  color: #FFFFFF;
  font-size: 16px;
}
.uplodaData .dataGroup .dataEle ul li span.fx{
  color: #666666;
  background: #fff;
}
.dataEle_bot{
  background: #F8F8F8;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #F2F4F7;
  height: 64px;
  margin: 24px 30px 0 30px;
  padding: 0 28px 0 20px;
}
.dataEle_bot .dataEle_bot_content {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0 14px 0 10px;
}
.dataEle_bot div p.passing,.dataEle_bot div p.pass,.dataEle_bot div p.nopass{
  color: #161616;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.dataEle_bot div p.passing::before,.dataEle_bot div p.pass::before,.dataEle_bot div p.nopass::before{
  position: absolute;
  width: 5px;
  height: 5px;
  background: #B24F1E;
  content: '';
  left: -11px;
  top: 39%;
  border-radius: 50%;
}
.dataEle_bot div p.pass{
  color: #161616 ;
}
.dataEle_bot div p.nopass{
  color: #161616 ;
}
.dataEle_bot div p.nopass::before{
  background: #B24F1E;
}
.dataEle_bot div .pro{
  color: #666666 ;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  margin-left: auto;
}
.dataEle_bot div .pro .pic_result_arrow {
  position: relative;
  top: 2px;
}
.dataEle_bot .word{
  color: #999999 ;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 32px;
  margin-left: 2px;
}
.uplodaData .dataGroup .dataEle ul li em {
  color: #161616;
  font-size: 16px;
  font-weight: bold;
}

.uplodaData .dataGroup .dataEle ul li em i {
  color: #CD0909;
}

.uplodaData .dataGroup .dataEle .curStatus {
  position: absolute;
  background-size: 100% 100%;
  right: -11px;
  top: -8px;
  width: 184px;
  height: 112px;
}

.uplodaData .dataGroup .dataEle .curStatus.s0 {
  background: url('../imgs/passing.png') no-repeat;
}

.uplodaData .dataGroup .dataEle .curStatus.s1 {
  background: url('../imgs/pass.png')no-repeat;
}

.uplodaData .dataGroup .dataEle .curStatus.s2 {
  background: url('../imgs/nopass.png')no-repeat;
}

.uplodaData .dataGroup .dataEle .view {
  display: block;
  width: 220px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 4px;
  margin: 30px auto 10px auto;
  cursor: pointer;
  background: linear-gradient( 90deg, #C96331 0%, #B24F1E 100%);
  box-shadow: 0px 8px 20px 0px rgba(178,79,30,0.16);
}
.miniMask{
  display: none;
}
.detailMask{
  display: block; 
}
.detailMask .content{
  width: 600px;
  background: #fff;
  border-radius: 4px;
}
.detailMask .content .head{
  position: relative;
  height: 75px;
  background: #f4f6f7;
  border-radius: 4px 4px 0 0;
  justify-content: center;
  color: #161616;
  font-size: 18px;
  font-weight: bold;
}
.detailMask .content .head img{
  width: 19px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.detailMask .probox{
  padding: 25px 30px 0;
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 500px;
}
.detailMask .probox .item{
  position: relative;
  color: #999999;
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 30px;
}
.detailMask .probox .item.pass .word{
  color: #262626;
}
.detailMask .probox .item.nopass .word{
  color: #CE3129;
}
.detailMask .probox .item.pass i{
  background: #0B9361;
}
.detailMask .probox .item.nopass i{
  background: #CE3129;
}
.detailMask .probox .item i{
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #D9D9D9 ;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.detailMask .probox .item .itemr{
  width: calc(100% - 22px);
  height: 100%;
  position: relative;
}
.detailMask .probox .item .itemr::before{
  position: absolute;
  width: 1px;
  height: 116%;
  left: -19px;
  top: 24px;
  background: #EFEFEF;
  content: '';
}
.detailMask .probox .item:last-child .itemr::before{
  display: none;
}
/* 小屏幕详情弹窗 */
@keyframes slideContentUp {
  from {
    transform: translateY(100%); /*设置为正数则底部弹出来，负数则相反*/
  }
  to {
    transform: translateY(0);
  }
}

.dataBottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 163.999px;
  background: #36405B;
  box-sizing: border-box;
  padding-top: 85px;
  display: none;
}
.dataBottom .content>img {
  position: absolute;
  top: -73px;
  left: 50%;
  transform: translateX(-50%);
  width: 136px;
  height: 136px;
  background: #FFFFFF;
  border: 1px solid #C1C5D1;
  border-radius: 3px;
}

.dataBottom .content .btm>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.dataBottom .content .btm>div p {
  color: #fff;
  text-align: center;
}

.dataBottom .content .btm>div p>img {
  display: none;
}

.dataBottom .content .btm>span {
  display: block;
  margin: 15px auto 0;
  width: 313px;
  height: 27px;
  background: #21CDC0;
  border-radius: 14px;
  text-align: center;
  line-height: 27px;
  font-size: 14px;
  color: #36405B;
}

.uplodaData .resultModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.uplodaData .resultModal aside {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.uplodaData .resultModal .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 750px;
  background: #FFFFFF;
  z-index: 1;
}

.uplodaData .resultModal .content>img {
  display: block;
  width: 100%;
}

.uplodaData .resultModal .content .detail {
  padding: 41.999px 40px 0;
}

.uplodaData .resultModal .content .detail .title {
  color: #161616;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 23px;
}

.uplodaData .resultModal .content .detail .title span {
  display: inline-block;
  width: 67px;
  height: 26px;
  margin-right: 6px;
  text-align: center;
  line-height: 26px;
  background: #161616;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
}

.uplodaData .resultModal .content .detail ul li {
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 0px 51px 0px rgba(17, 30, 64, 0.05);
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 20px 26px;
}

.uplodaData .resultModal .content .detail ul li>p {
  color: #161616;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 13px;
  line-height: 33px;
  word-break: break-all;
}

.uplodaData .resultModal .content .detail ul li>p span {
  color: #0b000005;
  text-shadow: 0 0 10px rgb(0 0 0);
}

.uplodaData .resultModal .content .detail ul li .m {
  padding: 0 98px 0 0;
  display: flex;
  justify-content: space-between;
  color: #999999;
  font-size: 16px;
}

.uplodaData .resultModal .content .contact {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 18px;
}

.uplodaData .resultModal .content .contact .l {
  color: #161616;
  font-size: 16px;
  margin-right: 16px;
  font-weight: bold;
}

.uplodaData .resultModal .content .contact .l span {
  display: block;
  color: #21CDC0;
}

.uplodaData .resultModal .content .contact .r>img {
  display: block;
  width: 95px;
  height: 98px;
  border-radius: 3px;
}

.uplodaData .resultModal .content .close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 15px;
  height: 16px;
  background: url('../imgs/pic_14.png') no-repeat center;
  background-size: 13.999px;
  cursor: pointer;
}

/* 弹窗适配 */
@media screen and (max-width: 750px) {
  .uplodaData .resultModal .content {
    width: 85%;
    min-width: 320px;
  }

  .uplodaData .resultModal .content .detail {
    padding: 2rem 2rem 0;
  }

  .uplodaData .resultModal .content .detail .title {
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .uplodaData .resultModal .content .detail .title span {
    width: 6rem;
    height: 2.2rem;
    margin-right: 1rem;
    line-height: 2.2rem;
    border-radius: 0.16rem;
    font-size: 1.2rem;
  }

  .uplodaData .resultModal .content .detail ul li {
    margin-bottom: 1rem;
    padding: 1rem 1.3rem;
  }

  .uplodaData .resultModal .content .detail ul li>p {
    font-size: 1.3rem;
    line-height: 3rem;
  }

  .uplodaData .resultModal .content .detail ul li .m {
    padding: 0;
    font-size: 1.2rem;
  }

  .uplodaData .resultModal .content .contact {
    padding-bottom: 1rem;
  }

  .uplodaData .resultModal .content .contact .l {
    font-size: 1.2rem;
    margin-right: 1rem;
    padding-left: 0.63rem;
  }

  .uplodaData .resultModal .content .contact .r>img {
    width: 7rem;
    height: 7rem;
  }

  .uplodaData .resultModal .content .close {
    width: 1.2rem;
    height: 1.2rem;
    background-size: 1.2rem;
  }
}

.uplodaPage .banner>img.min {
  display: none;
}

.loginPage {
  position: relative;
  height: 100vh;
  box-sizing: border-box;
}

.loginPage .content {
  width: 520px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 51px 0px rgba(17, 30, 64, 0.51);
}

.loginPage .content>img {
  display: block;
  margin: 0 auto;
}

.loginPage .content>img.logo {
  width: 296px;
}

.loginPage .content>img.title {
  width: 100%;
  margin: 30px auto;
}

.loginPage .content .formBox {
  width: 520px;
  height: 265px;
  box-sizing: border-box;
  padding: 0px 39.999px 0;
  background: #FFFFFF;
}

.loginPage .content .formBox>p {
  color: #161616;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 30px;
}

.loginPage .content .formBox .formItem {
  position: relative;
  margin: 0 0 20px;
}

.loginPage .content .formBox .formItem>input {
  display: block;
  width: 442px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 0 0 16px;
  border: 1px solid #C1C5D1;
  border-radius: 2px;
  font-size: 14px;
}

.loginPage .content .formBox .formItem>input::placeholder {
  color: #999999;
  font-size: 14px;
}

.loginPage .content .formBox .formItem.codeItem input {
  padding-right: 100px;
}

.loginPage .content .formBox .formItem.codeItem .codeBtn {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 97px;
  text-align: center;
  background: #EEEEEE;
  border: 1px solid #C1C5D1;
  border-left: 0;
  border-right: 0;
  color: #666666;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  line-height: 40px;
}

.loginPage .content .formBox .loginBtn {
  width: 178px;
  height: 40px;
  line-height: 39.999px;
  text-align: center;
  margin: 40px auto 40px;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 15px;
  cursor: pointer;
  background: linear-gradient(90deg, #C96331 0%, #B24F1E 100%);
  box-shadow: 0px 16px 48px 0px rgba(178, 79, 30, 0.24);
}

/* 适配 */
@media screen and (max-width: 520px) {
  .loginPage {
    padding-top: 2rem;
    min-width: 375px;
  }

  .loginPage .content {
    width: 100%;
  }

  .loginPage .content>img.logo {
    width: auto;
  }
  .logintelMask .tips{
    margin-bottom: 0!important;
  }
  .loginPage .content>img.title {
    width: 100%;
    margin: 2rem 0 3rem;
  }

  .loginPage .content .formBox {
    width: 100%;
    padding: 3rem 2rem;
    height: 290px;
  }

  .loginPage .content .formBox>p {
    font-size: 1.2rem;
    line-height: 1rem;
  }

  .loginPage .content .formBox .formItem>input {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    padding: 0 0 0 1rem;
    margin: 2rem 0 3rem;
  }

  .loginPage .content .formBox .loginBtn {
    width: 8rem;
    height: 2.6rem;
    line-height: 2.6rem;
    font-size: 1.2rem;
    margin: 25px auto 0;
  }
}

.upscs {
  position: relative;
}

.upscs .content {
  width: 1200px;
  margin: 50px auto;
}

.upscs .content>img {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto 12px;
}
.upscs .content .success-text {
  font-size: 16px;
  color: #161616;
  line-height: 19px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 32px;
}
.upscs .content .msg {
  width: 409px;
  height: 389px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 0;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 7px 27px 0px rgba(223, 223, 223, 0.18);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #161616;
}

.upscs .content .msg>span{
  font-size: 16px;
}

.upscs .content .msg .red{
  color: #CE3129;
  font-weight: 700;
  margin-left: 2px;
}

.upscs .content .msg h5 {
  color: #161616;
  font-size: 20px;
  text-align: center;
}

.upscs .content .msg h5>b {
  display: block;
  font-size: 22px;
}

.upscs .content .msg>p {
  width: 253px;
  height: 33px;
  background: #CD0909;
  border-radius: 17px;
  text-align: center;
  color: #fff;
  line-height: 33px;
  font-size: 15px;
}

.upscs .content .msg>img {
  display: block;
  width: 183px;
  height: 187px;
}

.resultPage {
  padding-bottom: 270px;
}

.resultPage .pageContent .paperTitle {
  height: 104px;
  background: #EBECEF;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 30px;
}

.resultPage .pageContent .paperTitle span {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 7px;
  background: #48200C;
  border-radius: 2px;
  margin-right: 10px;
  color: #FFFFFF;
  font-size: 14px;
  white-space: nowrap;
}

.resultPage .pageContent .paperTitle b {
  color: #161616;
  font-size: 16px;
}

.resultPage .pageContent .npdetail {
  padding: 50px 0 50px 30px;
  background-color: #fff;
}

.resultPage .pageContent .npdetail>h5 {
  color: #161616;
  font-weight: bold;
  font-size: 18px;
}

.resultPage .pageContent .npdetail .scoreData {
  margin-top: 33px;
}

.resultPage .pageContent .npdetail .scoreData .item {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}

.resultPage .pageContent .npdetail .scoreData .item>span {
  display: inline-block;
  width: 98px;
  color: #161616;
  font-size: 14px;
}

.resultPage .pageContent .matchData .matchList .mItem>ul li span>i{
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  margin:auto 0px;
  background-image: url('../imgs/pic_19.png');
  display: inline-block;
}

.resultPage .pageContent .npdetail .scoreData .item p {
  margin-left: 0;
  display: flex;
  align-items: center;
}

.resultPage .pageContent .npdetail .scoreData .item p>i {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  margin-right: 5px;
  background-image: url('../imgs/pic_19.png');
}

.resultPage .pageContent .npdetail .scoreData .item p>i.on,.resultPage .pageContent .matchData .matchList .mItem>ul li span>i.on {
  background-image: url('../imgs/pic_20.png');
}

.resultPage .pageContent .npdetail .scoreData .item p em {
  color: #161616;
  font-size: 14px;
  margin-left: 18px;
}

.resultPage .pageContent .recommend {
  position: relative;
}

.resultPage .pageContent .recommend .item {
  height: 106px;
  box-sizing: border-box;
  padding: 25px 550px 25px 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 51px 0px rgba(17, 30, 64, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
}

.resultPage .pageContent .recommend .item .title>b {
  color: #161616;
  font-size: 18px;
  white-space: nowrap;
}

.resultPage .pageContent .recommend .item .title>span {
  color: #CD0909;
  font-size: 16px;
}

.resultPage .pageContent .recommend .item ul {
  display: flex;
  justify-content: space-between;
}

.resultPage .pageContent .recommend .item ul li {
  color: #999999;
  font-size: 16px;
}

.resultPage .pageContent .matchData {
  margin-top: 20px;
  padding: 25px 30px 20px;
  background: #fff;
}

.resultPage .pageContent .matchData .title b {
  color: #161616;
  font-size: 18px;
}

.resultPage .pageContent .matchData .title em {
  color: #CE3129;
  font-size: 14px;
  margin-left: 8px;
}

.resultPage .pageContent .matchData .tab {
  margin: 39.999px 0 23.999px;
  display: flex;
}

.resultPage .pageContent .matchData .tab span {
  position: relative;
  display: inline-block;
  color: #999999;
  font-size: 16px;
  padding-bottom: 10px;
  margin-right: 50px;
  cursor: pointer;
}

.resultPage .pageContent .matchData .tab span.on {
  color: #161616;
}

.resultPage .pageContent .matchData .tab span.on::after {
  content: '';
  display: block;
  height: 2px;
  background: #161616;
  border-radius: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.resultPage .pageContent .matchData .tab span.isHasData::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #CD0909;
  border-radius: 50%;
  position: absolute;
  top: -2.999px;
  right: -2.999px;
}

.resultPage .pageContent .matchData .matchList {
  position: relative;
}

.resultPage .pageContent .matchData .matchList .mItem {
  /* height: 95px; */
  box-sizing: border-box;
  padding: 17px 20px 20px 24px;
  background: #F4F6F7;
  border-radius: 3px;
  margin-bottom: 20px;
}

.resultPage .pageContent .matchData .matchList .mItem b {
  display: block;
  color: #161616;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  max-width: 93%;
}

.resultPage .pageContent .matchData .matchList .mItem>ul {
  display: flex;
}

.resultPage .pageContent .matchData .matchList .mItem>ul li {
  color: #999999;
  font-size: 16px;
  margin-right: 120px;
  white-space: nowrap;
}

.resultPage .pageContent .matchData .empty {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
}

.resultPage .pageContent .matchData .empty>img {
  width: 77px;
  height: 77px;
  margin-bottom: 16px;
}

.resultPage .pageContent .matchData .empty>p {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}







.pageRule {
  position: relative;
  color: #36405B;
  font-size: 14px;
  cursor: pointer;
  margin-top: 26px;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.pageRule .text {
  display: flex;
  align-items: center;
}

.pageRule.pageRuleWarn .text {
  animation: shake 0.1s linear 10;
}

.pageRule .text>i {
  width: 20px;
  height: 20px;
  border: 1px solid #C1C5D1;
  border-radius: 50%;
  margin-right: 6px;
}

.pageRule em {
  color: #B24F1E;
}

.pageRule .warn {
  position: absolute;
  top: -34px;
  left: 11px;
  width: 122px;
  height: 28px;
  background: url(../imgs/pic_21.png) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 23px;
  padding-left: 6px;
  box-sizing: border-box;
  display: none;
}

.pageRule .text>i.checked {
  background-color: #B24F1E;
  background-image: url('../imgs/pic_22.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  border: 1px solid #B24F1E;
}

.pageRule.pageRuleWarn .warn {
  display: block;
}

.public-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.public-modal .aside {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.public-modal .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 1;
}

.public-modal.rule-modal .content {
  width: 900px;
  /* height: 875px; */
  background: #FFFFFF;
}

.public-modal.rule-modal .content .tab {
  box-shadow: 0px 1px 0px 0px #E0E0E0, 0px 6px 46px 0px rgba(224, 224, 224, 0.21);
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  padding-left: 55px;
  display: flex;
}

.public-modal.rule-modal .content .tab span {
  position: relative;
  height: 70px;
  line-height: 74px;
  margin-right: 41.999px;
  color: #999999;
  font-size: 18px;
  box-sizing: border-box;
}

.public-modal.rule-modal .content .tab span.on {
  color: #161616;
}

.public-modal.rule-modal .content .tab span.on::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 3px;
  background: #B24F1E;
  border-radius: 1px;
}

.public-modal.rule-modal .content .wordsData {
  height: 600px;
  max-height: calc(100vh - 90px);
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 1px 20px;
  text-align: justify;
  color: #161616;
  font-size: 13px;
  -webkit-overflow-scrolling: touch;
}

.public-modal.rule-modal .content .wordsData>div {
  padding: 20px 0 38px;
}

.public-modal.rule-modal .content .wordsData p {
  line-height: 26px;
}

.public-modal.rule-modal .content .wordsData b {
  display: block;
  font-size: 16px;
  margin: 11px 0;
}

.public-modal.rule-modal .content .wordsData>div>img {
  display: block;
  width: 100%;
}

.public-modal .content .close {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 21px;
  height: 21px;
  background: url('../imgs/pic_23.png') no-repeat center;
  background-size: 20px;
  cursor: pointer;
}

.public-modal.modal202201 .content {
  min-width: 330px;
}

.public-modal.modal202201 .content>img {
  display: block;
  width: 100%;
}

.helpModal .content .bg {
  display: block;
  width: 469px;
}

.helpAside {
  position: fixed;
  right: 100px;
  bottom: 30%;
  width: 76px;
  height: 76px;
  background: url('../imgs/pic_27.png') no-repeat center;
  background-size: cover;
  box-shadow: 0 6px 16px 0 rgba(7, 190, 176, 0.31);
  border-radius: 50%;
  cursor: pointer;
}

.rightAside {
  position: fixed;
  right: 30px;
  bottom: 30%;
  cursor: pointer;
}

.rightAside .item {
  width: 75px;
  height: 80px;
  background: #161616;
  border-radius: 45px 45px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rightAside .item p {
  color: #FFFFFF;
  font-size: 14px;
}

.rightAside .item>img {
  width: 27px;
}

.rightAside .item.kf {
  width: 75px;
  height: 80px;
  background: #B24F1E;
  border-radius: 0 0 45px 45px;
}

.rightAside .item.kf>img {
  width: 28px;
  height: 36px;
  box-shadow: 0 4px 5px 0 rgba(7, 190, 176, 0.15);
}

















.course {
  display: none;
}

.courseModal {
  display: none;
}

.max {
  display: block;
}

.min {
  display: none;
}

.helpModal .content {
  width: 468px;
}

.helpModal .content h5 {
  height: 120px;
  box-sizing: border-box;
  padding: 30px 0 23px 0;
  background: #161616;
  border-radius: 5px 5px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  font-size: 22px;
}

.helpModal .content h5 p {
  line-height: 22px;
}

.helpModal .content h5 span {
  display: inline-block;
  margin: 0 22px;
}

.helpModal .content h5 em {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #FFFFFF;
  vertical-align: middle;
}

.helpModal .content .desc {
  height: 345px;
  background: #fff;
  border-radius: 0 0 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-top: 33px;
}

.helpModal .content .desc p {
  color: #161616;
  font-size: 16px;
  margin-bottom: 12.999px;
  line-height: 30px;
}

.helpModal .content .desc>img {
  width: 196px;
  height: 196px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 0 9px 40px 0 rgba(14, 28, 63, 0.07);
  border-radius: 5px;
}

.loginOut{
  display: inline-block;
  margin-left: 26px;
  color: #999999;
  font-size: 16px;
}

@media screen and (min-width: 1201px) {
  .newtitlebox{
    margin: 35px 25px;
    padding: 0px 30px;
  }

  .newtitlebox .crumbs a:first-child{
    margin-right:5px;
  }
  .paperTitle b,.item .title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .resultPage .pageContent .recommend .item{
    padding: 25px 30px;
  }
  .resultPage .pageContent .recommend .item ul{
    padding-right: 520px;
  }
}

@media screen and (max-width: 1200px) {
  .resultPage .pageContent .recommend .item .title>b {
    display: block;
    color: #161616;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .dataBottom{
    display: block;
  }
  .newdataBottom{
    display: none;
  }
  .loginPage .tabtitle{
    height: 70px!important;
    line-height: 70px!important;
  }
  .loginPage .tabtitle p.active::after{
    bottom: 20px!important;
  }
  .uplodaPage .pageContent .upItem.notice {
    display: none;
  }
  .uplodaPage .pageContent .noticeMobileItem {
    display: block;
  }

  /* html {
    font-size: calc(100vw / 7.5);
  } */
  .resultPage .pageContent .npdetail .scoreData .item p>i {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }

  .uplodaPage .pageContent .upItem.paper {
    padding-bottom: 30px !important;
  }

  .uplodaPage .pageContent .selectGroup .item .uploadBox {
    height: 234px;
    padding: 50px 0 22px;
  }

  .uplodaPage .pageContent .selectGroup .item .uploadBox .upload>p {
    margin-bottom: 0;
  }

  .uplodaPage .pageContent .selectGroup .item .uploadBox .upload>span {
    display: none;
  }

  .uplodaPage .pageContent .selectGroup .roww.uploadItem {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .resultPage .pageContent .matchData {
    padding: 20px 15px 20px;
    margin-top: 10px;
  }

  .resultPage .pageContent .matchData .title b {
    font-size: 16px !important;
  }

  .resultPage .pageContent .matchData .title em {
    font-size: 13px;
  }

  .resultPage .pageContent .matchData .tab {
    justify-content: space-between;
    margin: 26.999px 0 23.999px;
  }

  .resultPage .pageContent .matchData .tab span {
    margin: 0;
    white-space: nowrap;
    font-size: 15px;
  }

  .resultPage .pageContent .matchData .matchList .mItem {
    padding: 16px 0 6px 13px !important;
    height: auto;
  }

  .resultPage .pageContent .matchData .matchList .mItem>b {
    font-size: 18px;
  }

  .resultPage .pageContent .matchData .matchList .mItem>ul {
    flex-wrap: wrap;
  }

  .resultPage .pageContent .matchData .matchList .mItem>ul li {
    width: 50%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px !important;
    margin-right: 0;
    position: relative;
  }

  .resultPage .pageContent .matchData .matchList .mItem>ul li span {
    font-size: 14px !important;
  }

  .resultPage .pageContent .matchData .matchList .mItem>ul li:last-child {
    font-size: 14px;
    margin-bottom: 0;
  }



  .uplodaPage .pageContent .selectGroup .selectItem.budgetSelectItem .selectData .bdItem>em {
    display: none;
  }

  .uplodaPage .pageContent .selectGroup .selectItem.budgetSelectItem .selectData {
    /* flex-direction: column; */
    flex-wrap: wrap;
  }

  .uplodaPage .pageContent .selectGroup .selectItem.budgetSelectItem .selectData .bdItem {
    width: 47% !important;
    height: 104px;
    padding: 16px 19px;
    margin-bottom: 15px;
  }

  .uplodaPage .pageContent .selectGroup .selectItem.budgetSelectItem .selectData .bdItem>p {
    line-height: normal;
  }

  .rightAside {
    right: 17px;
    bottom: 12%;
    z-index: 10;
  }

  .rightAside .item {
    width: 57px !important;
    height: 60px !important;
    background: #161616;
    border-radius: 28px 28px 0 0;
  }

  .rightAside .item>img {
    width: 20px !important;
    height: auto !important;
  }

  .rightAside .item>p {
    font-size: 12px !important;
    margin-bottom: 0px !important;
  }

  .rightAside .item .kf {
    width: 57px !important;
    height: auto !important;
  }

  .rightAside .item .kf>img {
    width: 13px;
  }


  .helpModal .content>img.min {
    display: block;
  }

  .helpModal .content>img.max {
    display: none;
  }

  .courseModal {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 0 17px;
  }

  .courseModal>h5 {
    color: #161616;
    font-size: 16px;
    line-height: 16px;
    padding: 32px 0 24px;
  }

  .courseModal .tab {
    display: flex;
    align-items: center;
    border: 1px solid #DFE1E8;
    border-radius: 3px;
  }

  .courseModal .tab li {
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #999999;
    font-size: 14px;
    width: 50%;
  }

  .courseModal .tab li.on {
    background: #DFE1E8;
    color: #161616;
  }

  .courseModal .tab li span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
    padding-left: 16px;
  }

  .courseModal .tab li.l span {
    background-image: url('../imgs/pic_32.png');
  }

  .courseModal .tab li.l.on span {
    background-image: url('../imgs/pic_32-1.png');
  }

  .courseModal .tab li.r span {
    background-image: url('../imgs/pic_33.png');
  }

  .courseModal .tab li.r.on span {
    background-image: url('../imgs/pic_33-1.png');
  }

  .courseModal .detail>div {
    padding-bottom: 60px;
  }

  .courseModal .detail>div img {
    display: block;
    width: 100%;
  }

  .courseModal .bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .courseModal .bottom>img {
    display: block;
    width: 100%;
    height: 60px;
    background: linear-gradient(90deg, #161616, #1D2A4D);
    box-shadow: 0 -2px 20px 0 rgba(27, 41, 77, 0.28);
  }

  .course {
    display: block;
    margin-top: 20px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #B24F1E;
    font-size: 14px;
  }

  .public-modal.rule-modal {
    background: rgba(0, 0, 0, 0.67);
  }

  .public-modal.rule-modal .content {
    width: 100%;
    left: 0;
    top: 79px;
    bottom: 0;
    transform: none;
  }

  .public-modal .content .close {
    width: 16px;
    height: 16px;
    top: -18px;
    right: -18px;
  }

  .public-modal.rule-modal .content .close {
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    background: url('../imgs/pic_29.png') no-repeat center;
    background-size: cover;
  }

  .public-modal.rule-modal .content .tab {
    padding-left: 30px;
  }

  .public-modal.rule-modal .content .wordsData {
    height: 80%;
    overflow-x: hidden;
  }

  .public-modal.rule-modal .content .tab span {
    height: 60px;
    line-height: 60px;
  }

  .helpAside {
    right: 20px;
    bottom: 20%;
    width: 50px;
    height: 50px;
  }

  .helpModal .content {
    width: 83%;
  }

  .helpModal .content h5 {
    height: 102px;
    padding: 26px 0 19px 0;
    font-size: 18px;
  }

  .helpModal .content .desc {
    height: 339px;
  }

  .helpModal .content>img {
    display: block;
    width: 100%;
  }

  .pageRule {
    margin-left: 20px;
  }

  .uplodaPage .pageContent .selectGroup .item .uploadBox .upload {
    width: 100%;
    padding-top: 67px;
    background-size: 90%;
  }

  .resultPage {
    padding-bottom: 129px;
  }

  .resultPage .pageContent .paperTitle {
    display: block;
    white-space: normal;
    overflow: visible;
    word-break: break-all;
    height: auto;
    padding: 10px 15px;
  }

  .resultPage .pageContent .paperTitle span {
    margin-right: 6px;
  }

  .resultPage .pageContent .paperTitle b {
    line-height: 26px;
  }
  .resultPage .pageContent .npdetail>h5 {
    font-size: 16px !important;
  }

  .resultPage .pageContent .npdetail {
    padding: 30px 66px 6px 20px;
  }
  .resultPage .pageContent .npdetail-step{
    padding: 30px 0px 50px 0px;
  }
  .stepbox {
    padding: 0px 22px 10px 15px!important;
    box-sizing: border-box;
  }
  .stepbox .tip{
    min-width: 165px;
  }
  .resultPage .pageContent .npdetail .scoreData {
    margin-top: 25px;
  }

  .resultPage .pageContent .npdetail .scoreData .item {
    justify-content: start;
    margin-bottom: 19px;
  }

  .resultPage .pageContent .npdetail .scoreData .item>span {
    width: 98px;
  }

  .resultPage .pageContent .recommend .item {
    padding: 25px 20px 11px;
    height: auto;
  }

  .resultPage .pageContent .recommend .item ul {
    flex-direction: column;
  }

  .resultPage .pageContent .recommend .item ul li {
    margin: 5px 0;
  }


  .pageContent {
    width: 100%;
    min-width: 375px;
    margin-top: -1rem;
  }

  .uplodaPage .banner>img.max {
    display: none;
  }

  .uplodaPage .banner>img.min {
    display: block;
  }

  .uplodaData {
    padding-bottom: 208px;
  }

  .pageContent .status {
    padding-left: 15px;
    height: 3rem;
    line-height: 3rem;
    font-size: 14px;
    margin-bottom: 0px !important;
  }
  .newtitlebox {
    color: #161616;
    font-size: 18px!important;
    font-weight: bold;
    margin: 20px 0 18px!important;
    padding: 0 9px;
  }
  .newtitlebox .crumbs{
    font-size: 14px!important;
  }
  .newtitlebox .crumbs a{
    color: #999999;
  }
  .newtitlebox .crumbs a:last-child{
    color: #161616;
  }
  .newtabbar{
    margin: 25px 0!important;
    padding-left: 10px;
    justify-content: center;
  }
  .newtabbar p{
    color: #666666 !important;
    font-size: 16px !important;
    margin-right: 16px!important;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color:transparent;
  }
  .newtabbar p.active{
    color: #161616 !important;
    font-weight: bold;
  }
  .newtabbar p.active::after{
    position: absolute;
    content: '';
    left: 30%;
    width: 15px;
    height: 2px;
    background: #21cdc0;
    bottom: -5px;
  }
  .uplodaData .dataGroup .dataEle ul li span {
    font-size: 14px !important;
  }
  .uplodaData .dataGroup{
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 3px;
  }
  .uplodaData .dataGroup .dataEle {
    padding: 0 0 27px 0;
    margin-bottom: 10px;
  }

  .uplodaData .dataGroup .dataEle>b {
    padding-bottom: 17px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    min-width: 100px;
    margin-bottom: 17px;
  }
  .uplodaData .dataGroup .dataEle ul{
    padding: 0 20px;
  }
  .uplodaData .dataGroup .dataEle ul li {
    position: relative;
    margin-bottom: 13.999px;
    text-overflow: unset;
    word-break: break-all;
  }
  .dataEle_bot{
    height: 100%;
    background: #f4f6f7;
    border-radius: 3px;
    padding: 12px 10px 12px 20px !important;
    box-sizing: border-box;
    margin: 20px 16px;
  }
  .dataEle_bot .dataEle_bot_content {
    padding: 0;
  }
  .dataEle_bot div p.passing,.dataEle_bot div p.pass,.dataEle_bot div p.nopass{
    color: #161616;
    position: relative;
    font-size: 15px;
    font-weight: bold;
  }
  .dataEle_bot div p.passing::before,.dataEle_bot div p.pass::before,.dataEle_bot div p.nopass::before{
    position: absolute;
    width: 5px;
    height: 5px;
    background: #21cdc1;
    content: '';
    left: -11px;
    top: 39%;
    border-radius: 50%;
  }
  .dataEle_bot div p.pass{
    color: #21cdc1;
  }
  .dataEle_bot div p.nopass{
    color: #ae000d;
  }
  .dataEle_bot div p.nopass::before{
    background: #ae000d;
  }
  .dataEle_bot div .pro{
    color: #666666;
    position: relative;
    font-size: 14px;
    cursor: pointer;
  }
  .dataEle_bot .word{
    color: #999999;
    font-size: 12px;
    padding: 10px 0 0 0;
    box-sizing: border-box;
    line-height: 28px;
    position: relative;
    left: -20px;
  }
  .uplodaData .dataGroup .dataEle ul li>em {
    line-height: 26px;
    position: relative;
    top: -3px;
  }

  .uplodaData .dataGroup .dataEle ul li>em.normal {
    font-size: 14px !important;
    font-weight: normal !important;
  }

  .uplodaData .dataGroup .dataEle ul li:nth-child(1)>em {
    top: 0;
    line-height: 20px;
    white-space: pre-wrap;
  }

  .uplodaData .dataGroup .dataEle ul li:last-child>em i {
    font-weight: normal;
  }

  .uplodaData .dataGroup .dataEle .curStatus {
    width: 100px;
    height: 60px;
    background-size: contain;
  }
  .uplodaData .dataGroup .dataEle .curStatus.s0,
  .uplodaData .dataGroup .dataEle .curStatus.s1,
  .uplodaData .dataGroup .dataEle .curStatus.s2 {
    width: 112px!important;
    height: 63px!important;
    background-size: 100% 100%;
  }
  .uplodaData .dataGroup .dataEle .curStatus{
    right: -15px;
    top: -5px;
  }

  .uplodaData .dataGroup .dataEle .view {
    margin: 23px auto 0;
    position: static;
    display: block;
    width: 90%;
    height: 50px;
    line-height: 50px;
  }
  .miniMask{
    display: block;
  }
  .detailMask{
    display: none;
  }
  .miniMask .content{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    animation: slideContentUp 0.2s ease-in both;
  }
  .miniMask .probox{
    padding: 15px 14px 0;
    box-sizing: border-box;
    overflow-y: auto;
    height: 500px;
  }
  .miniMask .probox .item{
    font-size: 14px;
    margin-bottom: 18px;
    position: relative;
    color: #999999;
    line-height: 30px;
  }
  .miniMask .probox .item .date {
    font-size: 12px;
  }
  .empty p {
    font-size: 14px !important;
  }
  .miniMask .content .head{
    position: relative;
    height: 65px;
    background: #f4f6f7;
    border-radius: 20px 20px 0 0;
    justify-content: center;
    color: #161616;
    font-size: 18px;
    font-weight: bold;
  }
  .miniMask .content .head img{
    width: 19px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .miniMask .probox .item.pass .word{
    color: #161616;
  }
  .miniMask .probox .item.nopass .word{
    color: #bb0715;
  }
  .miniMask .probox .item.pass i{
    background: #21cdc1;
  }
  .miniMask .probox .item.nopass i{
    background: #bb0715;
  }
  .miniMask .probox .item i{
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #bdbec1;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    margin-top: 12px;
  }
  .miniMask .probox .item .itemr{
    width: calc(100% - 22px);
  }
  .miniMask .probox .item .itemr::before{
    position: absolute;
    width: 1px;
    height: 112%;
    left: 3px;
    top: 18px;
    background: #eeeeee;
    content: '';
  }
  .miniMask .probox .item:last-child .itemr::before{
    display: none;
  }

  .dataBottom {
    height: 83.999px;
    padding: 10px 20px 0;
  }
  .dataBottom.dataBottom2 {
    height: 130px;
    padding: 20px 45px 0 0px;
    background: linear-gradient(to top,#dfdfdf 50%,transparent)!important;
  }
  .dataBottom2 .content>img{
    width: 74px!important;
    height: 74px!important;
  }
  .dataBottom2 .btm p{
    font-size: 18px;
    color: #333333!important;
    display: flex;
    align-items: center;
  }
  .dataBottom2 .btm .infos{
    color: #999999!important;
    font-size: 15px!important;
    display: block!important;
    background: #FFFFFF!important;
    height: 28px!important;
    line-height: 28px!important;
    letter-spacing: 1px;
    padding: 0px 14px;
    border-radius: 20px;
  }
  .dataBottom2 .btm .infos span{
    color: #cacaca;
  }

  .dataBottom .content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .dataBottom .content .btm {
    padding-top: 6px;
  }

  .dataBottom .content .btm p {
    color: #fff;
  }

  .dataBottom .content .btm>div {
    font-size: 15px;
    text-align: left;
  }

  .dataBottom .content .btm>div p>img {
    display: inline-block;
    vertical-align: baseline;
    height: 13px;
    margin-left: 7px;
  }

  .dataBottom .content .btm>span {
    width: 230px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 8.999px 0 0 !important;
  }

  .dataBottom .content>img {
    top: 10px;
    right: 10px;
    width: 68px;
    height: 68px;
    left: unset;
    transform: translateX(0);
    position: static;
  }

  /* 上传页面的移动端适配 */
  .banner .max {
    display: none;
  }

  .banner .min {
    display: block !important;
  }

  .pageContent .selectGroup .item .uploadBox .upload {
    width: 100% !important;
    background-size: 90% !important;
    padding-top: 64px !important;
  }

  .pageContent .upItem {
    padding: 13px 30px 23px !important;
    margin-bottom: 12px !important;
  }

  .uplodaPage .pageContent .selectGroup .selectItem.budgetSelectItem .tips {
    margin-top: 10.999px !important;
  }

  .pageContent .author .selectGroup .item {
    width: 100% !important;
  }

  .upscs .content {
    width: 100%;
  }

  .upscs .content .msg {
    width: 100%;
  }

}

.mobile-fixed {
  display: none;
}

.uplodaPage.hideMore {
  height: 100vh;
  overflow: hidden !important;
}

.stepbox .tip p:nth-of-type(1) span {
  display: block;
  margin-left: 0px !important;
  margin-top: 5px;
}

.stepbox .step {
  position: relative;
  top: 14px;
}


@media screen and (max-width: 750px) {
  .stepbox li .imgbox {
    width: 10.66667vw !important;
    height: 10.66667vw !important;
    margin-right: 2.133333vw !important;
  }

  .stepbox .line img {
    width: 0.26667vw !important;
  }
  .uplodaPage .pageContent .submit {
    padding-bottom: 133px;
    padding-top: 34px;
  }

  .mobile-fixed {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .mobile-fixed .content {
    padding: 14px 20px;
    background: #F7F7F7;
    box-shadow: 0px 0px 0px 0px rgba(125, 132, 153, 0.14), 0px 0px 13px 0px rgba(125, 132, 153, 0.14);
    word-break: break-all;
    border-top: 1px solid #eee;
  }

  .mobile-fixed .content p {
    display: flex;
    justify-content: space-between;
    color: #36405B;
    font-size: 13.999px;
    white-space: nowrap;
  }

  .mobile-fixed .content p a {
    color: #21CDC0;
    word-break: break-all;
    white-space: pre;
  }

  .mobile-fixed .content p span {
    display: inline-block;
    padding: 0 10px;
    height: 23px;
    line-height: 23px;
    background: #21CDC0;
    border-radius: 20px;
    color: #36405B;
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
  }
  .nomedical-ul{
    padding: 10px 20px!important;
    margin-top: -20px;
  }
  .nomedical-ul div{
    line-height: 30px;
  }
  .nomedical-ul div p:nth-child(1){
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
  }
}

.noticeMobile {
  position: relative;
  margin: 0 12px;
  box-sizing: border-box;
  padding: 12px 15px 12px;
  background: #FFFFFF;
  border: 1px solid #EDEFF2;
  box-shadow: 0 3px 27px 0 rgb(14 32 77 / 5%);
  border-radius: 3px;
}

.noticeMobile .title {
  color: #CE3129;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3.99px;
}
.noticeMobileItem {
  padding: 20px 0;
  background: #fff;
}
.noticeMobile .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.noticeMobile.full .title {
  margin-bottom: 12.99px;
}
.noticeMobile.full .desc {
  display: block;
  visibility: visible;
}
.noticeMobile .desc > p {
  display: none;
  line-height: 18px;
  color: #161616;
  font-size: 14px;
  margin-bottom: 10px;
}
.noticeMobile .desc > p:first-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.noticeMobile.full .desc > p {
  display: block !important;
  line-height: 24px;
  margin-bottom: 6px;
}
.noticeMobile .actionBtn {
  position: absolute;
  top: 12px;
  right: 16px;
  color: #999999;
  font-size: 14px;
  padding: 3px 14px 3px 13px;
  background-color: #fff;
}
.noticeMobile .actionBtn i {
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 10px;
  height: 10px;
  background-image: url(../imgs/pic_59.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
.noticeMobile .actionBtn.on i {
  transform: rotate(180deg);
}
.noticeMobile .actionBtn em {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 13px;
}
/* 新底部 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-y {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-between{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
}
.filter{
  position: relative;
}
.filter::before{
  position:absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: url('../imgs/filter.png')no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
}


.newdataBottom{
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 118px;
  background: #36405B;
  padding-top: 12px;
  box-sizing: border-box;
}
.newdataBottom2{
  height: 160px;
  padding-top: 30px;
  background: linear-gradient( 180deg, rgba(239,239,239,0) 0%, #EFEFEF 100%) !important;
}
.newdataBottom.newdataBottom2 .content .btm p:nth-child(1){
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.newdataBottom.newdataBottom2 .content .btm p:nth-child(2){
  color: #666666;
  width: 250px;
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  background: #fff;
  font-size: 17px;
  letter-spacing: 1px;
}
.newdataBottom.newdataBottom2 .content .btm p:nth-child(2) span{
  color: #666666;
}
.newdataBottom.newdataBottom2 .content .btm{
  margin-right: 55px;
}
.newdataBottom .content .btm{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.newdataBottom .content{
  justify-content: center;
}
.newdataBottom .content .btm{
  margin-left: 55px;
  text-align: center;
}
.newdataBottom .content .btm p:nth-child(1){
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.newdataBottom .content .btm p:nth-child(2){
  display: block;
  /*margin: 15px auto 0;*/
  width: 284px;
  height: 27px;
  background: #21CDC0;
  border-radius: 14px;
  text-align: center;
  line-height: 27px;
  font-size: 14px;
  color: #36405B;
}
.newdataBottom .content .eweima{
  margin:0 55px 0 22px;
  width: 95px;
  height: 95px;
  border-radius: 3px;
}
.newtitlebox{
  color: #161616;
  font-size: 20px;
  font-weight: bold;
  margin: 35px 0 35px;
}
.newtitlebox .crumbs{
  font-size: 14px;
}
.newtitlebox .crumbs a{
  color: #999999;
}
.newtitlebox .crumbs a:last-child{
  color: #161616;
}
.newtabbar{
  margin: 35px 0;
  justify-content: center;
}

.newtabbar p{
  color: #999999;
  font-size: 20px;
  margin-right: 50px;
  cursor: pointer;
  position: relative;
  padding-bottom: 6px;
}

.newtabbar p.active{
  color: #B24F1E;
  font-weight: bold;
}
.newtabbar p.active::after{
  position: absolute;
  content: '';
  left: 30%;
  width: 30px;
  height: 4px;
  background: #B24F1E;
  bottom: -5px;
}
.stepbox{
  padding: 0px 55px 10px 15px;
  box-sizing: border-box;
}
.stepbox li{
  margin: 7px 0;
}
.stepbox li .imgbox{
  width: 48px;
  text-align: center;
  margin-right: 20px;
}
.stepbox li .imgbox img {
  width: 100%;
  object-fit: contain;
}
.stepbox .line{
  width: 48px;
  height: 76px;
  text-align: center;
}
.stepbox .line img{
  width: 2px;
}
.stepbox li .imgbox.active img{
  border: 12px solid #e8faf9;
  border-radius: 50%;
}
.stepbox .tip p:nth-of-type(1){
  color: #161616;
  font-size: 18px;
  font-weight: bold;
}
.stepbox .tip p:nth-of-type(1) span{
  color: #999999;
  font-size: 14px;
  margin-left: 14px;
  font-weight: normal;
}
.stepbox .tip p:nth-of-type(2){
  color: #161616;
  font-size: 14px;
  margin-top: 16px;
}
.stepbox .step{
  color: #999999;
  font-size: 14px;
}
.stepbox .step.active{
  color: #1fcbbd;
}
.loginWrap .content{
  height: 360px;
  background: #fff;
}
.loginPage .tabtitle{
  height: 100px;
  line-height: 100px;
  justify-content: center;
}
.loginPage .tabtitle p{
  color: #161616;
  font-size: 16px;
  margin: 0 18px;
  position: relative;
  cursor: pointer;
}
.loginPage .tabtitle p.active{
  font-size: 18px;
  font-weight: bold;
}
.loginPage .tabtitle p.active::after{
  position: absolute;
  content: '';
  left: 33%;
  bottom: 30px;
  width: 30px;
  height: 2px;
  background: #B24F1E;
}
.loginPage .closes{
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.loginPage .closes img{
  width: 16px;
  height: 16px;
}
.logintelMask .tips{
  margin-bottom: 28px;
}
.logintelMask .tips p{
  line-height: 25px;
  text-align: center;
  color: #cd0909;
  font-size: 14px;
}
.logintelMask .tabtitle{
  height: 74px;
}
.logintelMask .tabtitle p{
  font-weight: bold;
  font-size: 20px;
}
.eweimabox{
  width: 180px;
  height: 180px;
  padding: 6px;
  box-sizing: border-box;
  border: 1px solid #e8ebf1;
  border-radius: 3px;
  margin: 0 auto 22px;
}
.eweimabox img{
  width: 168px;
  height: 168px;
}
.empty{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
  min-height: 320px;
  background: transparent;
}
.empty p{
  margin-top: 20px;
  font-size: 16px;
  color: #999999;
}

.public-modal .content .white{
  top: 24px;
  right: 24px;
}

.public-modal .content .black{
  top: 24px;
  right: 24px;
  background: url(../imgs/pic_23_black.png) no-repeat center;
}
.datetimepicker1{
  position: relative;
}
.surface{
  position: absolute !important;
  z-index: 99 !important;
  width: 92.5% !important;
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

/* 非医学添加 */
.nomedical{
  width: 502px;
}
.nomedical div.selectItem{
  width: 50%!important;
}
.nomedical div.selectItem:nth-child(1){
  margin-right: 10px;
}
.nomedical-ul{
  width: 100%;
  padding: 10px 40px;
  box-sizing: border-box;
  border: 1px solid #C1C5D1;
  margin-bottom: 40px;
  position: relative;
  margin-top: -20px;
}
.nomedical-ul i{
  width:0px;
  height: 0px;
  border: 8px transparent solid;
  border-left-color:#fff;
  position: absolute;
  content: "";
  left: 100%;
  top:22px;

}
.nomedical-ul div {
  margin-right: 20px;
  max-width: 100%;
}
.nomedical-ul div p:nth-child(1){
  max-width: 1000px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nomedical-ul div p{
  margin-bottom: 0;
}
.nomedical-ul div p:nth-child(2){
  width: 12px;
  height: 12px;
  line-height: 11px;
  text-align: center;
  background: #ddd;
  border-radius: 50%;
  margin-left: 5px;
  cursor: pointer;
}
.nomedical-ul div p:nth-child(2) img{
  width: 12px;
}