.center {
  width: 1200px;
  margin: auto;
}
.head {
  background-color: #eee;
  height: 40px;
  box-shadow: 0 3px 10px #dddddd;
}
.head .center {
  color: #969696;
  font-size: 14px;
  background-color: #eee;
  height: 100%;
}
.head .center .tip-text {
  float: left;
  width: 50%;
}
.head .center .label-text {
  float: right;
}
.head .center .label-text a {
  margin-left: 25px;
  color: #969696;
  font-size: 14px;
}
.head .center .label-text a:hover {
  color: #ffc24a;
}
.logo {
  height: 95px;
  line-height: 125px;
}
.logo .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.logo .center .logo-pic img {
  width: 220px;
}
.logo .center .tip {
  margin-left: 25px;
}
.logo .center .tip img {
  width: 150px;
  margin-top: 5px;
}
.nav {
  background-color: #206a5d;
}
.nav .center {
  background-color: #206a5d;
}
.nav .center ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.nav .center ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 105px;
  height: 45px;
}
.nav .center ul li a {
  font-size: 18px;
  color: #ffffff;
}
.nav .center ul .on {
  background-color: #189a83;
}
.nav .center ul li:hover {
  background-color: #189a83;
}
.recommend .center .software img {
  width: 55px;
  height: 55px;
  border-radius: 15px;
}
.recommend .center .software p {
  width: 100%;
  margin-top: 5px;
  color: #535353;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recommend .center .software:first-of-type {
  margin-left: 0;
}
.recommend .center .software:hover p {
  color: #ffc24a;
}
.column-tab {
  font-size: 16px;
  color: #535353;
  margin-top: 15px;
}
.column-tab .center {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
}
.column-tab i {
  margin-left: 15px;
}
.column-tab a {
  font-size: 14px;
  color: #535353;
  margin-left: 15px;
}
.column-tab a:hover {
  color: #ffc24a;
}
.content-all .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.content-all .main .silde-left {
  width: 255px;
}
.content-all .main .silde-left ul {
  border-bottom: 1px dashed #dddddd;
}
.content-all .main .silde-left ul li {
  width: 100%;
  margin: 15px 0;
}
.content-all .main .silde-left ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.content-all .main .silde-left ul li a img {
  width: 35px;
  height: 35px;
}
.content-all .main .silde-left ul li a p {
  width: 80%;
  font-size: 14px;
  color: #535353;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-all .main .silde-left ul li:hover p {
  color: #ffc24a;
}
.content-all .main .silde-left ul:last-of-type {
  border-bottom: none;
}
.content-all .main .silde-center {
  width: 580px;
}
.content-all .main .silde-center .swiper-container {
  width: 100%;
  height: 300px;
}
.content-all .main .silde-center .swiper-container .swiper-slide {
  position: relative;
}
.content-all .main .silde-center .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.content-all .main .silde-center .swiper-container .swiper-slide .title {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 90%;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 5%;
  color: #ffffff;
  font-size: 16px;
}
.content-all .main .silde-center .swiper-container .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  bottom: 0;
  background-color: #000000;
}
.content-all .main .silde-center .swiper-container .swiper-pagination span {
  flex: 1;
  border-radius: 0;
  margin: 0;
}
.content-all .main .silde-center .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #206a5d;
}
.content-all .main .silde-center .newest {
  position: relative;
  margin-top: 25px;
  height: 500px;
}
.content-all .main .silde-center .newest .tab-title {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.content-all .main .silde-center .newest .tab-title .tab-flex .tab-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 40px;
  height: 160px;
  color: #535353;
  background-color: #dddddd;
  font-size: 16px;
  margin-bottom: 10px;
  border-radius: 25px 0 25px 0;
  cursor: pointer;
}
.content-all .main .silde-center .newest .tab-title .tab-flex .tab-nav:last-of-type {
  margin-bottom: 0;
}
.content-all .main .silde-center .newest .tab-title .tab-flex .active {
  background-color: #81b214;
  color: #ffffff;
}
.content-all .main .silde-center .newest ul.tab-list {
  display: none;
  width: 100%;
  height: 100%;
}
.content-all .main .silde-center .newest ul.tab-list li {
  width: 520px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 20px 0;
}
.content-all .main .silde-center .newest ul.tab-list li a.type {
  width: 20%;
  color: #999999;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-all .main .silde-center .newest ul.tab-list li a.type span:hover,
.content-all .main .silde-center .newest ul.tab-list li a.name:hover span.title {
  color: #ffc24a;
}
.content-all .main .silde-center .newest ul.tab-list li i {
  margin: 0 15px;
}
.content-all .main .silde-center .newest ul.tab-list li a.name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 80%;
}
.content-all .main .silde-center .newest ul.tab-list li a.name b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-weight: normal;
}
.content-all .main .silde-center .newest ul.tab-list li a.name b img {
  width: 20px;
  height: 20px;
}
.content-all .main .silde-center .newest ul.tab-list li a.name b span.title {
  width: 325px;
  font-size: 14px;
  color: #535353;
  margin-left: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-all .main .silde-center .newest ul.tab-list li a.name span.time {
  font-size: 12px;
  color: #999999;
}
.content-all .main .silde-right {
  width: 275px;
}
.content-all .main .silde-right .list {
  display: none;
}
.content-all .main .silde-right .ranking-right {
  margin-top: 0;
}
.content-all .main .silde-right .label-content {
  margin-top: 25px;
}
.content-all .main .silde-right .label-content .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 280px;
}
.content-all .main .silde-right .label-content .label a {
  width: 100%;
  margin: 3px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-all .main .silde-right .label-content .label a:hover {
  text-decoration: underline;
}
.content-all .main .silde-right .label-content .label .label-1 {
  font-size: 16px;
  color: #007aff;
}
.content-all .main .silde-right .label-content .label .label-2 {
  font-size: 28px;
  color: #0cbb1e;
}
.content-all .main .silde-right .label-content .label .label-3 {
  font-size: 19px;
  color: #e307df;
  text-align: center;
}
.content-all .main .silde-right .label-content .label .label-4 {
  text-align: right;
  font-size: 38px;
  color: #dce307;
}
.content-all .main .silde-right .label-content .label .label-5 {
  font-size: 28px;
  color: #e30754;
}
.content-all .main .silde-right .label-content .label .label-6 {
  font-size: 30px;
  color: #0664cb;
}
.content-all .main .silde-right .label-content .label .label-7 {
  text-align: right;
  font-size: 20px;
  color: #ef6406;
}
.content-all .necessary {
  margin: 25px 0 15px 0;
}
.content-all .necessary .tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.content-all .necessary .tab .page {
  flex: 1;
  height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.content-all .necessary .tab .page .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 80px;
  height: 100%;
  padding-left: 40px;
  font-size: 18px;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
}
.content-all .necessary .tab .page .right {
  width: 280px;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  flex-wrap: wrap;
}
.content-all .necessary .tab .page .right a {
  color: #ffffff;
  font-size: 14px;
  padding: 3px 8px;
  border: 1px solid #ffffff;
  margin: 5px;
  border-radius: 5px;
}
.content-all .necessary .tab .page-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.content-all .necessary .tab .tab-1 {
  position: relative;
  background: url("../img/icon_1.png") no-repeat center center;
  background-size: auto 100% ;
}
.content-all .necessary .tab .tab-1 .page-content {
  position: relative;
}
.content-all .necessary .tab .tab-1 .page-content:before {
  border-top: 13px solid #2abff6;
}
.content-all .necessary .tab .tab-1 .left img {
  margin-top: 15px;
  width: 35px;
}
.content-all .necessary .tab .tab-1:after {
  position: absolute;
  right: -15px;
  top: 0px;
  content: "";
  width: 100px;
  height: 100%;
  background: url(../img/icon_4.png) no-repeat;
  background-size: auto 109px;
  z-index: 0;
}
.content-all .necessary .tab .tab-2 {
  position: relative;
  background: url("../img/icon_3.png") no-repeat center center / cover;
}
.content-all .necessary .tab .tab-2 .page-content {
  position: relative;
}
.content-all .necessary .tab .tab-2 .page-content:before {
  border-top: 13px solid #39c88a;
}
.content-all .necessary .tab .tab-2 .left img {
  margin-top: 15px;
  width: 27px;
}
.content-all .necessary .tab .tab-2:after {
  position: absolute;
  left: -10px;
  top: 1px;
  content: "";
  width: 100px;
  height: 100%;
  background: url(../img/icon_6.png) no-repeat;
  background-size: auto 108px;
  z-index: 0;
}
.content-all .necessary .tab .tab-2:before {
  position: absolute;
  right: -40px;
  top: 2px;
  content: "";
  width: 100px;
  height: 100%;
  background: url(../img/icon_7.png) no-repeat;
  background-size: auto 106px;
  z-index: 0;
}
.content-all .necessary .tab .tab-3 {
  position: relative;
  background: url("../img/icon_2.png") no-repeat center center;
  background-size: 100% auto;
}
.content-all .necessary .tab .tab-3 .page-content {
  position: relative;
}
.content-all .necessary .tab .tab-3 .page-content:before {
  border-top: 13px solid #00d9bc;
}
.content-all .necessary .tab .tab-3 .left img {
  margin-top: 15px;
  width: 27px;
}
.content-all .necessary .tab .tab-3:after {
  position: absolute;
  left: -15px;
  top: 2px;
  content: "";
  width: 100px;
  height: 100%;
  background: url(../img/icon_5.png) no-repeat;
  background-size: auto 106px;
  z-index: 0;
}
.content-all .necessary .tab .active {
  display: block;
}
.content-all .necessary .tab .active .page-content:before {
  content: "";
  position: absolute;
  left: 47%;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.content-all .necessary .tab-content {
  margin: 10px 0;
}
.content-all .necessary .tab-content .tab-list .list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left {
  width: 875px;
  margin-top: 8px;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list .tab-title {
  margin: 0 10px;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list .tab-title h2 {
  padding-left: 15px;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list .tab-title h2 a {
  position: relative;
  color: #535353;
  font-size: 18px;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list .tab-title ul {
  width: 100%;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list .tab-title ul li {
  width: 155px;
  margin-top: 22px;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list .tab-title ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  color: #535353;
  width: 100%;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list .tab-title ul li a p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list .tab-title ul li a img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-right: 5px;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .tab-list .tab-title ul li:hover a {
  color: #ffc24a;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-1 {
  margin-bottom: 25px;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-1 .tab-title:nth-child(1) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #fcd68b;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-1 .tab-title:nth-child(2) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #6cdafd;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-1 .tab-title:nth-child(3) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #82e29b;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-1 .tab-title:nth-child(4) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #007aff;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-1 .tab-title:nth-child(5) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #ffc24a;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-2 .tab-title:nth-child(1) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #8209e9;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-2 .tab-title:nth-child(2) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #069bc0;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-2 .tab-title:nth-child(3) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #82e29b;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-2 .tab-title:nth-child(4) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #ed12fb;
}
.content-all .necessary .tab-content .tab-list .list-content .tab-left .list-2 .tab-title:nth-child(5) h2 a::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #c02906;
}
.content-all .necessary .tab-content .active {
  display: block;
}
.content-all .necessary .ranking-right {
  margin-top: -48px;
}
.content-all .column-app {
  margin: 30px 0;
}
.content-all .column-app .tab-content .tab-left {
  position: relative;
  width: 890px;
  margin-top: 15px;
}
.content-all .column-app .tab-content .tab-left .more {
  position: absolute;
  right: 0;
  top: -52px;
  font-size: 16px;
  color: #999999;
}
.content-all .column-app .tab-content .tab-left .more:hover {
  color: #ffc24a;
}
.content-all .column-app .tab-content .tab-left .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  flex-wrap: wrap;
}
.content-all .column-app .tab-content .tab-left .tab-list .list {
  width: 47%;
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a {
  font-size: 14px;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a.type {
  color: #999999;
  width: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #535353;
  width: 80%;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a.title .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a.title .name i {
  margin: 0 15px;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a.title .name b {
  font-weight: normal;
  width: 245px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-all .column-app .tab-content .tab-left .tab-list .list a.type:hover,
.content-all .column-app .tab-content .tab-left .tab-list .list a.title:hover b {
  color: #ffc24a;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ranking-right {
  width: 275px;
  margin-top: -40px;
}
.ranking-right .list a {
  position: relative;
  display: block;
  padding-left: 30px;
  margin: 17px 0;
}
.ranking-right .list a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #879299;
  color: #ffffff;
  border-radius: 5px;
  font-size: 12px;
}
.ranking-right .list a p.title {
  color: #535353;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ranking-right .list a .detailed-all {
  display: none;
}
.ranking-right .list a .detailed-all .pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 15px 0;
}
.ranking-right .list a .detailed-all .pic img {
  width: 60px;
  height: 60px;
}
.ranking-right .list a .detailed-all .pic .text {
  margin-left: 10px;
}
.ranking-right .list a .detailed-all .pic .text p {
  color: #535353;
  font-size: 13px;
}
.ranking-right .list a .detailed-all .pic .text .score-1 {
  display: inline-block;
  width: 70px;
  height: 13px;
  background: url(../img/sp_1.png) no-repeat -55px -14px;
}
.ranking-right .list a .detailed-all .pic .text .score-2 {
  display: inline-block;
  width: 70px;
  height: 13px;
  background: url(../img/sp_1.png) no-repeat -40px -14px;
}
.ranking-right .list a .detailed-all .pic .text .score-3 {
  display: inline-block;
  width: 70px;
  height: 13px;
  background: url(../img/sp_1.png) no-repeat -27px -14px;
}
.ranking-right .list a .detailed-all .pic .text .score-4 {
  display: inline-block;
  width: 70px;
  height: 13px;
  background: url(../img/sp_1.png) no-repeat -15px -14px;
}
.ranking-right .list a .detailed-all .pic .text .detailed {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #f9be6f;
  margin-top: 10px;
  color: #f9be6f;
  border-radius: 5px;
}
.ranking-right .list a .detailed-all .pic .text .detailed:hover {
  background-color: #f9be6f;
  color: #ffffff;
}
.ranking-right .list a:nth-child(1) i {
  background-color: #fa4e57;
}
.ranking-right .list a:nth-child(2) i {
  background-color: #fa7a53;
}
.ranking-right .list a:nth-child(3) i {
  background-color: #fbc258;
}
.ranking-right .list a.on .detailed-all {
  display: block;
}
.ranking-right .list a:hover p.title {
  color: #ffc24a;
}
.title_h1 {
  font-size: 18px;
  color: #535353;
}
.title_h1 p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-bottom: 1px solid #dddddd;
}
.title_h1 p span.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.title_h1 p span.right b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 25px;
  height: 25px;
  background-color: #999999;
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
  margin-left: 10px;
  border-radius: 3px;
  cursor: pointer;
}
.title_h1 p span.right b.active {
  background-color: #81b214;
}
.title_h1 span.left {
  position: relative;
  padding-bottom: 15px;
}
.title_h1 span.left:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #206a5d;
}
.column-title {
  width: 890px;
}
.column-title h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.column-title .column-nav {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.column-title .column-nav .more {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  line-height: 22px;
  font-size: 16px;
  color: #999999;
}
.column-title .column-nav .more:hover {
  color: #ffc24a;
}
.column-title .column-nav span {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
  color: #999999;
  font-size: 16px;
}
.column-title .column-nav span.on {
  color: #535353;
}
.column-title .column-nav span.on:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100%;
  left: 0;
  height: 3px;
  background-color: #206a5d;
}
.tab-content {
  display: none;
}
.on {
  display: block!important;
}
/*# sourceMappingURL=soft.css.map */