.about-backgroud {
  background-image: url(../imgs/background.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 65%;
}

.img-items {
  background-image: url(../imgs/items.png);
  background-repeat: no-repeat;
}

.safe-icon {
  width: 30px;
  height: 25px;
  display: inline-block;
  background-position: -57px -180px;
  vertical-align: bottom;
}

.sfae-icon2{
  background-position: -65px -180px;
}

.verify-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-position: -68px -120px;
  z-index: 100;
}

.eye-icon {
  width: 30px;
  height: 25px;
  display: inline-block;
  background-position: -95px -180px;
  vertical-align: bottom;
}

.success-icon {
  width: 30px;
  height: 25px;
  display: inline-block;
  background-position: -128px -180px;
  vertical-align: bottom;
}

.verify-success-icon {
  width: 100px;
  height: 80px;
  display: inline-block;
  background-position: -358px -108px;
  z-index: 100;
}

.data-icon {
  width: 30px;
  height: 25px;
  display: inline-block;
  background-position: -65px -212px;
  vertical-align: bottom;
}

.activities-icon {
  width: 30px;
  height: 25px;
  display: inline-block;
  background-position: -95px -212px;
  vertical-align: bottom;
}

.league-good-icon {
  width: 30px;
  height: 25px;
  display: inline-block;
  background-position: -125px -212px;
  vertical-align: bottom;
}

.league-icon {
  width: 62px;
  height: 62px;
  display: inline-block;
  background-position: -198px -120px;
  z-index: 100;
}

.league-logo-icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-position: -548px -108px;
}

.league-ulogo-icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-position: -458px -108px;
}

.db-icon {
  width: 50px;
  height: 70px;
  display: inline-block;
  background-position: -188px -300px;
}

.db-img-icon {
  width: 300px;
  height: 300px;
  display: inline-block;
  background-position: -468px -370px;
}

.ad-icon {
  width: 50px;
  height: 70px;
  display: inline-block;
  background-position: -255px -300px;
}

.ad-img-icon {
  width: 200px;
  height: 300px;
  display: inline-block;
  background-position: -168px -370px;
}

.cup-icon {
  width: 74px;
  height: 80px;
  display: inline-block;
  background-position: -270px -30px;
}

.dun-icon {
  width: 74px;
  height: 80px;
  display: inline-block;
  background-position: -125px -30px;
}

.star-icon {
  width: 74px;
  height: 80px;
  display: inline-block;
  background-position: -395px -30px;
}

.person-icon {
  width: 65px;
  height: 80px;
  display: inline-block;
  background-position: -335px -30px;
}

.good-icon {
  width: 74px;
  height: 80px;
  display: inline-block;
  background-position: -200px -30px;
}

.league_post {
  display: none;
}

.league_post .container {
  padding: 0;
}

.league_post .container ul {
  overflow: hidden;
  padding: 0 93px;
  background-color: #E4EBF2;
  border-radius: 8px 8px 0 0;
}

.league_post .container ul li {
  width: 100%;
  height: 61px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #666666;
}

.league_post .container ul li span {
  display: inline-block;
  height: 57px;
  line-height: 57px;
  padding: 2px 5px 0 5px;
}

.league_post .container ul li.active span {
  color: #088AFF;
  border-bottom: solid 2px #088AFF;
}

.league_post .container .content {
  padding: 20px 93px;
}

.league_post .container .content .w110 {
  width: 110px;
}

.league_post .container .content .w180 {
  width: 180px;
}

.league_post .container .content .w442 {
  width: 442px;
}

.league_post .container .content .w142 {
  width: 142px;
}

.league_post .container .content .w270 {
  width: 270px;
}

.league_post .container .content .label {
  color: #333333;
}

.league_post .container .content .captcha {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.league_post .container .content table td {
  padding-bottom: 20px;
}

.league_post .container .content textarea {
  width: 442px;
  height: 116px;
}

.league_post .container .content .upload_pic {
  overflow: hidden;
}

.league_post .container .content .upload_pic .item {
  position: relative;
  width: 122px;
  height: 92px;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.league_post .container .content .upload_pic .item:hover a.del {
  display: block;
}

.league_post .container .content .upload_pic .item img {
  width: 120px;
  height: 90px;
  border-radius: 2px;
}

.league_post .container .content .upload_pic .item a {
  position: absolute;
  top: 0;
  left: 0;
  background: #F4F7FA;
  border: 1px solid #CDCFD1;
  border-radius: 2px;
  display: block;
  width: 120px;
  height: 90px;
  line-height: 90px;
  color: #979797;
  text-align: center;
}

.league_post .container .content .upload_pic .item a.del {
  display: none;
  background-color: rgba(180, 180, 180, 0.3);
  color: white;
  border: 0;
}

.league_post .container .content .upload_pic .item a.upload {
  display: block;
  background-color: #F4F7FA;
  color: #888;
  background-image: url("../home/image/icon_upload.png");
  background-repeat: no-repeat;
  background-position-x: 48px;
  background-position-y: 32px;
}