.header {
  display: none;
}

.header .header-wrap {
  display: none;
}

.header .header-wrap .header {
  display: none;
}

.box {
  width: 100%;
  min-width: 100%;
  padding-top: 52px;
}

.box .headers {
  width: 100%;
  height: 52px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99;
  padding: 0 20px;
}

.box .headers .headers-con {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box .headers .headers-con .headers-left {
  width: 46px;
  height: 25px;
}

.box .headers .headers-con .headers-left img {
  width: 100%;
  height: 100%;
}

.box .headers .headers-con .headers-right {
  display: flex;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
}

.box .headers .headers-con .headers-right img {
  width: 100%;
  height: 100%;
}

.box .tab {
  display: none;
}

.box .cont {
  display: none;
}

.box .aside {
  display: none;
}

.box .footer {
  width: 100%;
  height: 52px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 70px;
  display: none;
}

.box .footers {
  width: 100%;
  background-color: #002a3c;
  text-align: center;
  color: #fff;
  height: 52px;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 70px;
}

.box .seach-wrap {
  width: 100%;
  padding: 0 20px;
  height: 30px;
  margin-top: 17px;
}

.box .seach-wrap .seach {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box .seach-wrap .seach form {
  width: 293px;
  height: 30px;
  background-color: #f4f6f9;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.box .seach-wrap .seach form .btn {
  width: 13px;
  height: 13px;
  color: #999999;
  margin-left: 10px;
}

.box .seach-wrap .seach form .btn img {
  width: 100%;
  height: 100%;
  color: #999999;
}

.box .seach-wrap .seach form .ipt {
  flex: 1;
  margin-left: 4px;
  font-size: 14px;
  color: #999999;
}

.box .seach-wrap .seach .seach-right {
  font-size: 16px;
  line-height: 20px;
  color: #347dfe;
  cursor: pointer;
}

.box .appcontent {
  width: 100%;
}

.box .appcontent .appcontent-title {
  width: 100%;
  height: 32px;
  margin-top: 18px;
  overflow-x: scroll;
}

.box .appcontent .appcontent-title .appcontent-titles {
  width: 470px;
  height: 100%;
  display: flex;
  align-items: center;
}

.box .appcontent .appcontent-title .appcontent-titles .item {
  font-size: 18px;
  line-height: 32px;
  color: #999999;
  cursor: pointer;
  margin-left: 20px;
}

.box .appcontent .appcontent-title .appcontent-titles .active {
  color: #347dfe;
  position: relative;
}

.box .appcontent .appcontent-title .appcontent-titles .active::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 2px;
  background-color: #347dfe;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.box .appcontent .appcontent-title::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none !important;
}

.box .appcontent .appcontent-content {
  width: 100%;
  background-color: #f8f8f8;
  padding-bottom: 10px;
}

.box .appcontent .appcontent-content .contents {
  width: 100%;
  padding: 0 20px;
}

.box .appcontent .appcontent-content .contents .cont {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box .appcontent .appcontent-content .contents .cont:nth-child(1) {
  display: flex;
}

.box .appcontent .appcontent-content .contents .cont .item {
  width: 48.5%;
  height: 183px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

.box .appcontent .appcontent-content .contents .cont .item .img {
  width: 100%;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box .appcontent .appcontent-content .contents .cont .item .proce-wrap {
  width: 100%;
  height: 46px;
  padding: 0 20px;
}

.box .appcontent .appcontent-content .contents .cont .item .proce-wrap .proce {
  width: 100%;
  height: 100%;
  border-top: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box .appcontent .appcontent-content .contents .cont .item .proce-wrap .proce .wrte {
  width: 75px;
  line-height: 20px;
  font-size: 15px;
}

.box .appcontent .appcontent-content .contents .cont .item .proce-wrap .proce .mai-wrap {
  width: 43px;
  height: 19px;
  border: 1px solid #347dfe;
  border-radius: 20px;
}

.box .appcontent .appcontent-content .contents .cont .item .proce-wrap .proce .mai-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-align: center;
  line-height: 19px;
  color: #347dfe;
}
