/* banner */
.content .banner-box {
  width:100%;
}
.content .banner-box .banner-container img {
  width:100%;
  height: 427px;
  object-fit: fill;
}
/* lunbo */
.content .lunbo-box {
  /* margin-bottom:20px; */
  background-color: #f5f6f7;
  padding-bottom: 40px;
}
.content .lunbo-box .tab-box {
  width:100%;
  text-align:center;
}
.content .lunbo-box .tab-box ul {
  width:200px;
  margin:20px auto;
  display:flex;
  justify-content:space-between;
  background-color:#f2f7fa;
  border-radius:30px;
}
.content .lunbo-box .tab-box ul li {
  width:100px;
  text-align:center;
  background-color:#f2f7fa;
  padding:8px 0;
  border-radius:30px;
  cursor: pointer;
}
.content .lunbo-box .tab-box ul li.active {
  background-color:#1e7cff;
  color:#fff;
}
.content .lunbo-box .banner-detail-box {
  width:900px;
  margin:0 auto;
}
.content .lunbo-box .banner-detail-box .item .title {
  font-size:18px;
  text-align:center;
}
.content .lunbo-box .banner-detail-box .item p {
  margin:10px 0;
  text-indent:2em;
  line-height:24px;
  color:#666;
}
.content .lunbo-box .banner-detail-box .item .detail{
  width: 100%;
  display: flex;
}
.content .lunbo-box .banner-detail-box .item .detail .number{
  text-indent: 2em;
  color: #333;
  width: 30%;
}
.content .lunbo-box .banner-detail-box .item .detail .number a{
  color:#1e7cff;
}
.content .lunbo-box .banner-detail-box .item .detail .sponser {
  text-align:center;
  color: #333;
}
.content .lunbo-box .banner-detail-box .item .more-competition-box {
  text-align:center;
  margin-top:20px;
}
.content .lunbo-box .banner-detail-box .item .more-competition-box a {
  color:#1e7cff;
  text-decoration:none;
}
.content .title-div {
  background:url(../../../img/new_competition/user/title.png) no-repeat 0px 10px;
  background-size:15px;
  font-size:17px;
  padding:20px 13px;
}
.div-1200 {
  width:1200px;
  margin:0 auto;
}
/* news */
.content .news-box {
  background:url(../../../img/new_competition/user/bg1.png) no-repeat;
  background-size:100% 100%;
  /* margin:40px 0; */
  padding-top:20px;
}
.content .news-box .content {
  padding-bottom: 50px;
}
.content .news-box .content .item {
  border:1px solid #cccccc;
  margin-bottom:15px;
  padding:20px;
  background-color:#fff;
  width:100%;
  display:flex;
  justify-content:space-between;
  position:relative;
  cursor: pointer;
}
.content .news-box .content .item:hover{
  border:1px solid #1e7cff;
}
.content .news-box .content .item .date {
  width:10%;
}
.content .news-box .content .item .date p {
  margin:10px;
  text-align:center;
  color:#666;
}
.content .news-box .content .item .date p:nth-child(1) {
  font-size:34px;
  color:#333;
}
.content .news-box .content .item .detail-box {
  width:60%;
}
.content .news-box .content .item .detail-box .title {
  font-size:17px;
  color:#333;
  font-weight:600;
  margin-bottom:20px;
}
.content .news-box .content .item .detail-box .detail {
  line-height:24px;
  color:#666;
  overflow: hidden;
 text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .news-box .content .item .img-box {
  width:20%;
}
.content .news-box .content .item .img-box img {
  object-fit: none;
  width: 100%;
  height: auto;
}
.content .news-box .content .item .news-detail {
  position:absolute;
  left:67%;
  bottom:30px;
  display: none;
}
.content .news-box .content .item .news-detail a {
  color:#1e7cff;
  text-decoration:none;
}
/* theme */
.content .theme-activity-box {
  margin-bottom: 20px;
}
.content .theme-activity-box .content{width: 100%;}
.content .theme-activity-box .content:after{
  content: "";
  display: block;
  height: 0;
  clear:both;
  visibility: hidden;
}
.content .theme-activity-box .content .tab-box{width: 60px;float: left;position: relative;z-index: 9;}
.content .theme-activity-box .content .tab-box ul{height: 100%;}
.content .theme-activity-box .content .tab-box ul li{
  position: relative;
  writing-mode: vertical-rl;
  height: 150px;
  text-align: center;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background: linear-gradient(-45deg,#0c9aff,#81caff);
  width: 60px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 8px;
  cursor: pointer;
}
.content .theme-activity-box .content .tab-box ul li.active:after{
  z-index: 9999;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #24a4ff;
  position: absolute;
  right: -13px;
  top: 60px;
}
.content .theme-activity-box .content .detail-box{
  background:url(../../../img/new_competition/user/theme-bg.png) no-repeat;
  background-size:100% 100%;
  display: flex;
  float: left;
  width: calc(100% - 45px);
  height: 345px;
  margin-top: -27px;
  margin-left: -18px;
  position: relative;
}
.content .theme-activity-box .content .detail-box .detail-item{
  margin: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 100px);
}

.content .theme-activity-box .content .detail-box .detail-item .video-box{
  height: 250px;
  width: 400px;
}
.content .theme-activity-box .content .detail-box .detail-item .video-box video{
  width:100%;
  height:100%;
}
.content .theme-activity-box .content .detail-box .detail-item .detail{
  margin-left: 30px;
  position: relative;
  width: calc(100% - 450px);
  margin-right: 40px;
}
.content .theme-activity-box .content .detail-box .detail-item .detail .date{
  position: absolute;
  right: 0;
  top: -8px;
}
.content .theme-activity-box .content .detail-box .detail-item .detail .date p:first-child{
  font-size: 42px;
}
.content .theme-activity-box .content .detail-box .detail-item .detail .date p:last-child{
  font-size: 22px;
}
.content .theme-activity-box .content .detail-box .detail-item .detail .title{
  font-size: 20px;
  font-weight: 500;
  width: 85%;
}
.content .theme-activity-box .content .detail-box .detail-item .detail .company{
  margin: 20px 0;
  color: #1e7cff;
  padding-left: 25px;
  background: url(../../../img/new_competition/user/org-icon.png) no-repeat 0px 0px;
  background-size: 18px 18px;
  height: 18px;
  line-height: 18px;
}
.content .theme-activity-box .content .detail-box .detail-item .detail .introduce{
  color: #666;
  line-height: 24px;
}
.content .theme-activity-box .content .detail-box .change-box{
  position: absolute;
  right: 60px;
  bottom: 40px;
  display: flex;
  z-index: 999;
}
.content .theme-activity-box .content .detail-box .change-box .pre-btn,
.content .theme-activity-box .content .detail-box .change-box .pre-btns{
  background-color: #d8d8d8;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.content .theme-activity-box .content .detail-box .change-box .next-btn,
.content .theme-activity-box .content .detail-box .change-box .next-btns{
  background: linear-gradient(-45deg,#0c9aff,#81caff);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
  margin-right: 20px;
  cursor: pointer;
}

/* competition */
.content .competition-box {
  margin: 40px 0;
}
.content .competition-box .content {
  cursor: pointer;
}
.content .competition-box .content img {
  width: 100%;
}
/* games */
.content .games-box {
  margin-bottom: 40px;
}
.content .games-box .content {
  width: 100%;
}
.content .games-box .content:after{
  content: "";
  display: block;
  height: 0;
  clear:both;
  visibility: hidden;
}
.content .games-box .content .video-box {
  width: 45%;
  float: left;
  position: relative;
  z-index: 2;
}
.content .games-box .content .detail-box {
  width: calc(55% - 70px);
  background-color: #f1f1f5;
  float: left;
  height: 100%;
  padding: 20px 40px 20px 90px;
  margin-left: -60px;
  position: relative;
  z-index: 0;
  margin-top: 50px;
}
.content .games-box .content .detail-box .title {
  font-size: 20px;
  margin: 10px 0 20px;
}
.content .games-box .content .detail-box .detail {
    margin-bottom: 50px;
}
.content .games-box .content .detail-box .detail p {
  text-indent: 2em;
  line-height: 22px;
  color: #666;
  margin-bottom: 15px;
}
.content .games-box .content .detail-box .games-link {
  position: absolute;
  right: 0;
  background: url(../../../img/new_competition/user/bc.png) no-repeat;
  background-size: 100% 100%;
  width: 166px;
  height: 47px;
  z-index: 99;
  cursor: pointer;
}
.content .games-box .content .detail-box .games-link a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 47px;
  text-align: center;
  padding-left: 10px;
  cursor: pointer;
  position: absolute;
  z-index: 99999;
}
/* client */
.content .client-box {
  margin-top: 60px;
  background-color: #f2f6fd;
  padding-bottom: 60px;
  padding-top: 10px;
}
.content .client-box .title-div{
  width: 1200px; 
  margin: 10px auto;
  padding: 20px 13px;
}
.content .client-box .content .box:nth-child(1) {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content .client-box .content .box:nth-child(1) .item {
  width: 16%;
  border: 1px solid #cdd5e4;
  border-radius: 4px;
  text-align: center;
  height: 70px;
  background-color: #fff;
  cursor: pointer;
}
.content .client-box .content .box:nth-child(1) .item img {
  margin: 10px 0;
}
.content .client-box .content .box:nth-child(2) {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content .client-box .content .box:nth-child(2) .item {
  width: 13.5%;
  border: 1px solid #cdd5e4;
  border-radius: 4px;
  text-align: center;
  height: 70px;
  margin: 20px 0;
  background-color: #fff;
  cursor: pointer;
}
.content .client-box .content .box:nth-child(2) .item img {
  margin: 12px 0;
}
.content .client-box .content .box:nth-child(3) {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content .client-box .content .box:nth-child(3) .item {
  width: 16%;
  border: 1px solid #cdd5e4;
  border-radius: 4px;
  text-align: center;
  height: 70px;
  background-color: #fff;
  cursor: pointer;
}
.content .client-box .content .box:nth-child(3) .item img {
  margin: 18px 0;
}


.company-container{
  display: none;
}