:root {
  --content-padding: 24px;
}
body {
  background: #F9F9F9;
}
.header {
  height: 75px;
  padding: 10px 0;
  box-sizing: border-box;
  background: #fff;
}
.header .searchcon {
  width: 401px;
  position: absolute;
  left: 75px;
  background: #F7F7F7;
  border-radius: 27px;
  height: 54px;
}
.header .searchcon .input {
  width: 340px;
  padding-left: 40px;
  background: url("../images/home/home_seach_icon.png") 15px center no-repeat;
  background-size: 20px 20px;
  box-sizing: border-box;
  padding-bottom: 17px;
  line-height: 22px;
}
.header .searchcon .input::placeholder {
  color: #B5B5B7;
}


.header .screen {
  left: var(--content-padding);
  margin-left: 0;
  width: 34px;
  height: 34px;
  top: 18px;
}
.header .screen img{
  width: 34px;
  height: 34px;
}


.screen img{
  width: 34px;
  height: 34px;
}



.header .searchcon .voice {
  background-image: url(../images/home/home_voice.png);
  background-size: 20px 27px;
}
.header .sys {
  top: 16px;
}
.header .data_icon {
  right: var(--content-padding);
  left: initial;
  width: auto;
}
.header .data_icon a{
  display: inline-block;
  padding-left: 37px;
}
.header .data_icon .home-msg img {
  width: 34px;
  height: 34px;
}
.header .data_icon .home-data img {
  width: 39px;
  height: 27px;
}

/* container */
.container {
  padding: 0 var(--content-padding);
  padding-top: 7px;
  padding-bottom: 160px;
}
.indslide .slide {
  background: transparent;
}
.indslide .slide a {
  border-radius: 20px;
  overflow: hidden;
}
.indslide .slide a img {
  max-width: 100%;
}

.indnews {
  padding: 0 14px;
  position: relative;
  /* margin-top: -35px; */
  z-index: 999;
  height: 70px;
  border-radius: 0px 0px 10px 10px;
}
.indnews .title {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(../images/home/home_msg_close.png) center center no-repeat;
  background-size: 100% 100%;
  float: none;
  margin: 0;
  bottom: 18px;
  position: absolute;
  /* margin-top: 22px; */
  margin-right: 10px;
}
.indnews .indnews-in {
  display: inline-block;
  width: calc(100% - 120px);
  height: 70px;
  margin-left: 37px;
}
.indnews .indnews-in .indnewslist {
  width: 100%;
}
.indnews .indnews-in .indnewslist li {
  line-height: 70px;
  height: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indnewslist li a {
  color: #6B778C;
  font-size: 22px;
}

/* 卡片 */
.card-wrap {
  padding: 22px 20px;
  border-radius: 20px;
  overflow: hidden;
  background: #FFF;
  margin-top: 20px;
  padding-top: 0;
}
.card-wrap.more-card {
  padding: 0;
  margin-top: 0;
  background: transparent;
}
.card-wrap.more-card .common-app-list {
  padding-bottom: 0;
  background: #fff;
}
.card-wrap.more-card .common-app-item {
  height: 160px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F9F9F9;
  background: #fff;
  text-align: center;
}
.card-wrap.more-card .common-app-item > div {
  flex: 1;
  max-width: 100%;
}
.card-wrap .card-header {
  /* height: 51px; */
  line-height: 75px;
}
.card-wrap .card-header.has-border{
  border-bottom: 1px solid #F2F2F2;
}
.card-header .title {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 1px;
  display: inline-block;
  width: calc(100% - 68px);
}
.card-header .more {
  display: inline-block;
  width: 60px;
  color: #6B778C;
  font-size: 21px;
  text-align: right;
}
.common-app-slides.swiper-container {
  min-height: 200px;
  padding-bottom: 10px;
  /* background: #B5B5B7; */
}
.swiper-container-horizontal
>.commonapp-pagination.swiper-pagination-bullets{
  bottom: -5px;
}
.swiper-container-horizontal
>.commonapp-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}
.commonapp-pagination .swiper-pagination-bullet-active {
  width: 14px !important;
  border-radius: 3px;
}
.common-app-list {
  overflow: hidden;
  padding-bottom: 30px;
}
.common-app-list .common-app-item{
  float: left;
  width: 25%;
  height: 85px;
  margin-top: 25px;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}
.common-app-item .action-wrap {
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  top: 13px;
  right: 13px;
  z-index: 10;
}
.common-app-item .action-wrap.close-btn {
  background: url("../images/home/home_msg_close.png") center no-repeat;
  background-size: 100% 100%;
}
.common-app-item .action-wrap.add-btn {
  background: url("../images/home/home_increase.png") center no-repeat;
  background-size: 100% 100%;
}
.common-app-item .action-wrap.hidden {
  display: none !important;
}
.edit-show {
  display: none;
}
.common-app-list .common-app-item a {
  display: block;
  text-align: center;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
a {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
}
.common-app-list .common-app-item .app-item-icon {
  display: inline-block;
  position: relative;
  height: 55px;
  text-align: center;
  vertical-align: middle;
}
.common-app-item .app-item-icon .red-mark {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #E62E50;
  position: absolute;
  top: -7px;
  right: -7px;
}
.common-app-item .app-item-icon img {
  max-height: 50px;
}
.common-app-list .common-app-item span {
  margin-top: 10px;
  font-weight: 400;
  color: #333333;
  font-size: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-list .article-item {
  padding: 30px 0;
  border-bottom: 1px solid #F9F9F9;
}
.article-list .article-item a {
  display: block;
}
.article-list .article-item:last-of-type {
  border-bottom: none;
}
.article-item .poster {
  display: inline-block;
  width: 102px;
  height: 102px;
  border-radius: 20px;
  overflow: hidden;
}
.article-item .poster img {
  width: 100%;
  height: 100%;
}
.article-list .article-content {
  display: inline-block;
  width: calc(100% - 120px);
  height: 102px;
  vertical-align: top;
  padding: 10px 0;
  padding-left: 20px;
  box-sizing: border-box;
}
.article-list .article-content .article-title {
  font-weight: 500;
  color: #333333;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 40px;
}
.article-list .article-content .article-action {
  margin-top: 5px;
  font-weight: 400;
  color: #999999;
  font-size: 20px;
  display: inline-block;
  padding-right: 34px;
  background: url("../images/home/go_detail_icon.png") right 13px no-repeat;
  background-size: 19px 6px;
}

.subtitle {
  font-weight: 500;
  color: #333333;
  letter-spacing: 1px;
  font-size: 30px;
  margin: 50px 0 20px;
}
.opera-wrap {
  margin: 25px 0 50px;
  text-align: right;
}
.opera-wrap span {
  padding: 5px 24px;
  border-radius: 7px;
  font-weight: 500;
  color: #333333;
  font-size: 25px;
}
.opera-wrap .finish-btn {
  background: #E6E6E6;
  font-weight: 500;
  color: #6B778C;
  font-size: 24px;
  line-height: 38px;
}

.morepage-header {
  background: #fff;
  height: 75px;
  padding: 0 30px;
  position: relative;
  text-align: center;
  line-height: 75px;
}
.morepage-header span {
  font-weight: 500;
  color: #333333;
  font-size: 29px;
}
.morepage-header .back-btn {
  position: absolute;
  width: 12px;
  height: 17px;
  background-image: url("../images/home/home_back_icon.png");
  background-size: 12px 17px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -13.5px;
  padding: 10px 20px;
  padding-left: 0;
}
.edit-notice {
  padding: 10px 30px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  font-size: 20px;
  background: url("../images//home/home_tips.png") left 15px no-repeat;
  background-size: 20px 20px;
}
.mobile-toggle-pc {
  text-align:center;
  font-size: 20px;
  color: #999;
  margin-top: 80px;
}
.mobile-toggle-pc a {
  color: #999;
}
.home-copyright {
  text-align: center;
  font-size: 15px;
  color: #ccc;
  padding: 20px 0;
}
.footer {
  height: 105px;
  overflow: visible;
}
.footlink {
  overflow: visible;
}
.footlink .active span, .footlink a:active span {
  background-position: center 12px;
}
.footlink li{
  width: 20%;
}
.footlink li a {
  width: 100%;
}
.footlink a span {
  position: relative;
  background-position: center 12px;
  background-image: url("../images/home/menu_home_gray.png");
}
.footlink li.active a span {
  background-image: url("../images/home/menu_home.png");
}
.footlink a span .red-mark {
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #E62E50;
  top: 10px;
  right: -7px;
}

.footlink .item_2 a span {
  background-position: center 12px;
  background-image: url("../images/home/menu_resource_gray.png");
}
.footlink .item_2.active a span {
  background-image: url("../images/home/menu_resource.png");
}
.footlink .item_3 a span {
  background-position: center 12px;
  background-image: url("../images/home/menu_service_gray.png");
}
.footlink .item_3.active a span {
  background-image: url("../images/home/menu_service.png");
}
.footlink .item_4 a span {
  background-position: center 12px;
  background-image: url("../images/home/menu_me_gray.png");
}
.footlink .item_4.active a span {
  background-image: url("../images/home/menu_me.png");
}
.footlink .code-card span{
  width: 77%;
  position: relative;
  bottom: 24px;
  padding-top: 90px;
  background-image: url(../images/home/menu_code.png) !important;
  background-position: center 11px;
  background-size: 70px 70px;
  border-radius: 95px;
  background-color: #fff;
}