* {
  margin: 0;
  padding: 0
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  -moz-outline-style: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
i {
  font-style: normal;
}
body {
  background: url(../img/bodyback.jpg) repeat;
  font: 14px/1.4286 "Microsoft YaHei", SimSun, Tahoma, Verdana, Arial, sans-serif;
}
.fix { *zoom: 1; }
.fix:after { display: table; content: ''; }
.fix:after, .fix:before { clear: both;}
.fl {
  float: left;
}
.mb30 {
  margin-bottom: 30px;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb15 {
  margin-bottom: 15px;
}
.mb11 {
  margin-bottom: 11px;
}
iframe {
  border: none;
}
#head-nav {
  width: 100%;
  height: 140px;
}
#footer {
  width: 100%;
  height: 200px;
}
.center {
  width: 1200px;
  margin: auto;
}
.nav {
  background-color: #ffffff;
  padding: 10px 0;
  box-shadow: 0 5px 20px #ddd;
}
.nav .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*.nav .center .logo-left {*/
/*  margin-right: 25px;*/
/*}*/
.nav .center .logo-left a {
  display: block;
}
.nav .center .logo-left a img {
  width: 185px;
}
.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 {
  position: relative;
  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;
  padding: 10px 13px;
  height: 45px;
}
.nav .center ul li a {
  font-size: 16px;
  color: #535353;
}
.nav .center ul li.open .title_column {
  color: #535353;
}
.nav .center ul li.open:before {
  content: "";
  position: absolute;
  left: 85%;
  top: 30%;
  width: 20px;
  height: 20px;
  background: url("../img/jiantou_cion.png") no-repeat center center;
  background-size: 12px auto;
}
.nav .center ul li.open:hover:before {
  transform: rotate(180deg);
}
.nav .center ul li.open:hover .open-column {
  display: block!important;
}
.nav .center ul li.open .open-column {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  z-index: 999;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  border-radius: 3px;
}
.nav .center ul li.open .open-column a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #535353;
}
.nav .center ul li.open .open-column a:hover {
  background-color: #358ff0;
  color: #ffffff;
}
.nav .center ul .on a {
  color: #1b76d8;
}
.nav .center ul .on:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 3px;
  background-color: #358ff0;
}
.nav .center ul li.column-hover:hover a {
  color: #1b76d8;
}
.nav .center ul li.column-hover:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 3px;
  background-color: #358ff0;
}
.nav .center .search_box {
  display: flex;
  overflow: hidden;
}
.nav .center .search_box input,
.nav .center .search_box button{

}
.nav .center .search_box input {
  border-color: #d8d8d8;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  color: #666;
  padding: 8px 6px;
}
.nav .center .search_box input:focus{
  outline: none;
}
.nav .center .search_box button {
  background-color: #358ff0;
  color: #fff;
  padding: 5px 10px;
  border:none;
  cursor: pointer;
}
.nav .center .search_box select {
  border-color: #d8d8d8 currentcolor #d8d8d8 #d8d8d8;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 1px medium 1px 1px;
  padding: 0 3px;
  background: none;
}
.nav .center .search_box select:focus{
  outline: none;
}
.nav .center .search_keywords .search_top{
  color: #999;
  font-size: 10px;
}
.nav .center .search_keywords ul{
  margin-top: 6px;
}
.nav .center .search_keywords ul li{
  padding: 0;
  height: 25px;
  margin-right: 8px;
}
.nav .center .search_keywords ul li a{
  font-size: 10px;
}
.main {
  margin: 25px 0;
}
.main .seat {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.main .seat span {
  color: #999;
  font-size: 14px;
}
.main .seat a {
  color: #666;
}
.main .seat a:hover {
  color: #1b76d8;
}
.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: 280px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.ranking-right .list {
  padding: 0 15px;
}
.ranking-right .list a {
  position: relative;
  display: block;
  padding-left: 30px;
  margin: 18px 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;
  transition: 0.5s;
}
.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 .score-all {
  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;
  height: 20px;
  white-space: nowrap;
}
.ranking-right .list a .detailed-all .pic .text .score-all b.size {
  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;
  color: #535353;
  font-size: 13px;
  font-weight: normal;
  margin-right: 5px;
}
.ranking-right .list a .detailed-all .pic .text .score-all .score {
  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;
  -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-left: 10px;
}
.ranking-right .list a .detailed-all .pic .text .score-all .score img {
  width: 12px;
  height: 12px;
  margin-right: 3px;
}
.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;
  transition: 0.5s;
}
.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;
}
.ranking-vertical {
  background-color: #ffffff;
  margin-bottom: 25px;
  border: 1px solid #dddddd;
}
.ranking-vertical #swiper-vertical {
  width: 100%;
  height: 500px;
}
.ranking-vertical #swiper-vertical .swiper-wrapper {
  transition-delay: 0.3s;
}
.ranking-vertical #swiper-vertical 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;
  color: #535353;
}
.ranking-vertical #swiper-vertical a .item-hover {
  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: 100%;
  transition: 1.5s;
  padding: 15px;
  border-bottom: 1px dashed #eee;
}
.ranking-vertical #swiper-vertical a .item-hover:last-of-type {
  border-bottom: none;
}
.ranking-vertical #swiper-vertical a .item-hover:hover {
  background-color: #eeeeee;
}
.ranking-vertical #swiper-vertical a .item-hover:hover .information-right h2 {
  color: #358ff0;
}
.ranking-vertical #swiper-vertical a .pic-all {
  width: 65px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ranking-vertical #swiper-vertical a .pic-all .pic {
  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;
}
.ranking-vertical #swiper-vertical a .pic-all .pic img {
  width: 40px;
  height: 40px;
}
.ranking-vertical #swiper-vertical a .pic-all .download {
  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;
}
.ranking-vertical #swiper-vertical a .pic-all .download span {
  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: 60px;
  height: 20px;
  background-color: #4e74f0;
  color: #ffffff;
  border-radius: 20px;
  margin-top: 5px;
  font-size: 12px;
  background-image: linear-gradient(90deg, #4e74f0 0%, #00b7e6 33%, #00b7e6 66%, #00b7e6 100%);
  transition: 1s;
}
.ranking-vertical #swiper-vertical a .pic-all .download span:hover {
  background-image: linear-gradient(90deg, #00b7e6 0%, #00b7e6 100%, #00b7e6 100%, #00b7e6 100%);
  background-color: #00b7e6;
}
.ranking-vertical #swiper-vertical a .information {
  width: 170px;
}
.ranking-vertical #swiper-vertical a .information h2 {
  line-height: 20px;
  transition: 0.5s;
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ranking-vertical #swiper-vertical a .information p {
  line-height: 15px;
  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;
  font-size: 12px;
  margin-bottom: 5px;
}
.ranking-vertical #swiper-vertical a .information p span {
  flex: 1;
}
.ranking-vertical #swiper-vertical .swiper-slide {
  width: 100%;
  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;
}
.ranking-vertical #swiper-vertical .swiper-slide a:nth-child(1) {
  transform: translateX(-200px);
  opacity: 0;
  transition: all 1s;
}
.ranking-vertical #swiper-vertical .swiper-slide a:nth-child(2) {
  transform: translateX(200px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.2s;
}
.ranking-vertical #swiper-vertical .swiper-slide a:nth-child(3) {
  transform: translateX(-200px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.4s;
}
.ranking-vertical #swiper-vertical .swiper-slide a:nth-child(4) {
  transform: translateX(200px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.6s;
}
.ranking-vertical #swiper-vertical .swiper-slide a:nth-child(5) {
  transform: translateX(-200px);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.8s;
}
.ranking-vertical #swiper-vertical .ani-slide a {
  transform: translateX(0) !important;
  opacity: 1!important;
}
.title_h1 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding: 5px 15px 0 15px;
}
.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 a {
  color: #535353;
  font-size: 12px;
  font-weight: normal;
}
.title_h1 p span.right a:hover {
  color: #358ff0;
}
.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: #358ff0;
}
.title_h1 p .right .more {
  color: #999999;
  font-size: 14px;
  font-weight: normal;
}
.title_h1 p .right .more:hover {
  color: #358ff0;
}
.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: #358ff0;
}
.column-title {
  width: 890px;
}
.column-title h2 {
  font-size: 18px;
  margin-bottom: 15px;
  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;
  padding: 10px 15px;
}
.column-title h2 a {
  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;
  height: 100%;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}
.column-title h2 a:hover {
  color: #358ff0;
}
.column-title .column-nav {
  position: relative;
  width: 858px;
  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;
  padding: 10px 15px;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
}
.column-title .column-nav .more {
  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;
  right: 15px;
  top: 0;
  width: 50px;
  height: 100%;
  line-height: 22px;
  font-size: 14px;
  color: #999999;
}
.column-title .column-nav .more:hover {
  color: #1b76d8;
}
.column-title .column-nav span {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
  color: #999999;
  font-size: 16px;
  padding: 0 10px;
}
.column-title .column-nav span.on {
  color: #535353;
}
.column-title .column-nav span.on:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  left: 0;
  height: 3px;
  background-color: #358ff0;
}
.tab-content {
  display: none;
}
.on {
  display: block;
}
.item-on {
  display: block!important;
}
.footer {
  padding: 25px 0;
  margin-top: 30px;
  text-align: center;
  color: #999;
  width: 100%;
  font-size: 12px;
}
.footer .link-item {
  color: #999;
  padding: 0 26px;
  display: inline-block;
  *display: inline;
}
.footer .link-item:hover {
  color: #358ff0;
}
.flex_top {
  display: none;
  position: fixed;
  right: 60px;
  bottom: 25%;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.3) url("../img/top_1.png") no-repeat center center;
  background-size: 25px auto;
  cursor: pointer;
  border-radius: 10px;
  z-index: 999;
  margin-top: 55px;
}
.flex_top:hover {
  background: #358ff0 url("../img/top_1.png") no-repeat center center / cover;
  background-size: 25px auto;
}

.return_top{
  position: fixed;
  right: 45px;
  bottom: 28%;
  width: 75px;
  height: 105px;
  cursor: pointer;
}
.qq_tab{
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #1b76d8;

  border-radius: 10px;
}
.qq_tab .text{
  white-space:nowrap;
  color: #1b76d8;
  font-size: 12px;
  text-align: center;
  padding: 5px;
}
.qq_tab img{
  margin-top: 10px;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}
.title_h2 {
  padding: 10px 25px;
  background-color: #eeeeee;
  border-bottom: 1px solid #dddddd;
}
.title_h2 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;
}
.title_h2 p span.left {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}
.title_h2 p span.right a.more {
  color: #999999;
  font-size: 14px;
}
.score-1 {
  position: relative;
  width: 80px;
  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;
  -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;
}
.score-1:after {
  position: absolute;
  content: "";
  background: url(../img/xingxing.png) no-repeat -6px -4px;
  background-size: 85px auto;
  width: 70px;
  height: 13px;
}
.score-2 {
  position: relative;
  width: 80px;
  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;
  -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;
}
.score-2:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 13px;
  background: url(../img/xingxing.png) no-repeat -6px -18px;
  background-size: 85px auto;
}
.score-3 {
  position: relative;
  width: 80px;
  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;
  -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;
}
.score-3:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 13px;
  background: url(../img/xingxing.png) no-repeat -6px -33px;
  background-size: 85px auto;
}
.score-4 {
  position: relative;
  width: 80px;
  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;
  -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;
}
.score-4:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 13px;
  background: url(../img/xingxing.png) no-repeat -6px -48px;
  background-size: 85px auto;
}
.score-5 {
  position: relative;
  width: 80px;
  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;
  -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;
}
.score-5:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 13px;
  background: url(../img/xingxing.png) no-repeat -6px -62px;
  background-size: 85px auto;
}
#pages,.pages {
  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;
  margin: 30px 0;
  white-space: nowrap;
}
#pages a,
.pages a,
#pages span,
.pages span
{
  padding: 0 15px;
  line-height: 25px;
  background-color: #f1f2f6;
  color: #535353;
  border: 1px solid #999999;
  margin: 0 5px;
}
#pages a:hover,.pages a:hover {
  background-color: #1b76d8;
  border: 1px solid #1b76d8;
  color: #ffffff;
}
#pages span,.pages span {
  background-color: #1b76d8;
  border: 1px solid #1b76d8;
  color: #ffffff;
}
#downfiles_text {
  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: 350px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  background-color: #358ff0;
  background-image: linear-gradient(90deg, #5291ef 0%, #187cb7 100%, #e64a00 100%, #1bbde6 100%);
  color: #ffffff;
  text-align: center;
}
#downfiles_text i {
  animation: rotate 2s ease-out infinite;
  display: inline-block;
  width: 50px;
  height: 45px;
  background: url("../img/dengdaizhong.png") no-repeat center center;
  background-size: 35px auto;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.bt_1{
  border-color: #e2e2e2 currentcolor currentcolor;
  border-style: dashed none none;
  border-width: 1px medium medium;
  outline: medium none;
}

.copycode-btn {
  color: #336699;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin: 5px 0 0 !important;
  text-indent: 0 !important;
}

/*----------------------------------评论--------------------------------------------------------*/
.comment_box{
  background-color: #ffffff;
}
.comment_box .load-img{
  display: block;
  margin: 0 auto;
}
.comment {
  background-color: #ffffff;
  padding: 15px;
}
/*评论框*/
.g-title.border-blue {
  border-bottom: 2px solid #ededed;
  box-sizing: border-box;
  height: 40px;
  margin-bottom: 0;
}
.g-title.border-blue .title-txt {
  border-bottom: 2px solid #358ff0;
  color: #0a1633;
  float: left;
  font-size: 22px;
  line-height: 30px;
  margin-top: -4px;
  padding-bottom: 12px;
  width: auto;
}
.comment .g-title p {
  float: left;
  margin-left: 20px;
  padding-top: 5px;
}
.comment .g-title p span {
  color: #358ff0;
  display: inline-block;
  padding: 0 2px;
  text-align: center;
}
.comment .comment_input {
  overflow: hidden;
  padding: 0 0 40px;
  display: flex;
}
.comment .head_portrait {
  float: left;
  text-align: center;
  width: 62px;
}
.comment .head_portrait img {
  border-radius: 50%;
  overflow: hidden;
}
.comment .input_box, .comment .comment_cont {
  font-size: 14px;
  position: relative;
}
.comment .comment_input .input_box textarea {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  box-sizing: border-box;
  color: #262626;
  display: block;
  font-size: 14px;
  max-width: 800px;
  min-width: 400px;
  padding: 10px 20px;
  width: 800px;
}
.comment .comment_input.default_input .input_box textarea {
  max-width: 800px;
  width: 800px;
}
.comment .comment_input.default_input .input_box textarea:focus,
.comment .comment_input .input_box .verification .input_val:focus
{
  outline-color: #ededed !important;
}
.s-soft-art .comment .comment_input .input_box textarea, .page-sys-art .comment .comment_input .input_box textarea {
  max-width: 736px;
  min-width: 400px;
  width: 736px;
}
.comment .comment_input .input_box .verification {
  font-size: 14px;
  margin-top: 18px;
  position: relative;
}
.comment .comment_input .input_box .verification label {
  color: #666;
  left: -54px;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
}
.comment .comment_input .input_box .verification .code {
  overflow: hidden;
}
.comment .comment_input .input_box .verification .code #checkcode{
  cursor: pointer;
}
.comment .comment_input .input_box .verification .input_val {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  box-sizing: border-box;
  color: #262626;
  display: block;
  float: left;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  width: 200px;
  margin-right: 5px;
}
.comment .comment_input .input_box .verification #canvas,.comment .comment_input .input_box .verification #checkcode {
  border-radius: 0 4px 4px 0;
  float: left;
  height: 50px;
  width: 120px;
}
.comment .comment_input .input_box .submit_comment {
  background: #358ff0 none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  margin: 18px 0 0;
  text-align: center;
  width: 138px;
  cursor: pointer;
}

/*评论列表*/
.comment .comment_list .comment_item, .comment .default_input_box .comment_item {
  position: relative;
}
.comment .comment_list .default_box, .comment .default_input_box .default_box {
  overflow: hidden;
  position: relative;
}
.comment .head_portrait {
  float: left;
  text-align: center;
  width: 62px;
}
.comment .head_portrait img {
  border-radius: 50%;
  overflow: hidden;
}
.comment .head_portrait .user_type {
  color: #999999;
  font-size: 13px;
}
.comment .input_box, .comment .comment_cont {
  font-size: 14px;
  position: relative;
}
.comment .comment_list .comment_cont .text, .comment .default_input_box .comment_cont .text {
  background: #f7f7f7 none repeat scroll 0 0;
  border-radius: 12px;
  color: #262626;
  font-size: 14px;
  padding: 16px 20px;
  position: relative;
}
.comment .comment_list .comment_cont .info, .comment .default_input_box .comment_cont .info {
  line-height: 24px;
  overflow: hidden;
  padding-top: 6px;
}
.comment .comment_list .comment_cont .info p, .comment .default_input_box .comment_cont .info p, .comment .comment_list .comment_cont .info span, .comment .default_input_box .comment_cont .info span {
  color: #999;
  float: left;
  font-size: 12px;
  margin: 0 20px 0 0;
}
.comment .comment_list .comment_cont .info span, .comment .default_input_box .comment_cont .info span {
  cursor: pointer;
}
.comment .comment_list .comment_cont .info span.give_a_like, .comment .default_input_box .comment_cont .info span.give_a_like {
  border-radius: 6px;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
}
.comment .comment_list .comment_item, .comment .default_input_box .comment_item {
  position: relative;
}
.comment .comment_list .revert_box, .comment .default_input_box .revert_box {
  padding-left: 62px;
}
.comment .comment_list .administrator .default_box .head_portrait .user_type {
  color: red !important;
}
.comment .on_earth {
  font-size: 0;
  overflow: hidden;
  padding-bottom: 70px;
  position: relative;
  text-align: center;
}
.comment .on_earth i {
  background: #f2f2f2 none repeat scroll 0 0;
  display: inline-block;
  height: 1px;
  margin: 4px 6px;
  width: 50px;
}
.comment .on_earth span {
  color: #c9c9c9;
  display: inline-block;
  font-size: 12px;
  position: relative;
}

.comment .comment_list .comment_cont .info span.give_a_like.current, .comment .default_input_box .comment_cont .info span.give_a_like.current {
  background: #f7faff none repeat scroll 0 0;
  color: #358ff0;
}
