.wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: url(../images/gongchuang/bg.webp) center top no-repeat;
}
.w-1400{
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
.btn {
  background: url(/images/lunxia/btn.png) no-repeat;
  width: 253px;
  height: 58px;
  color: #fff;
  text-align: center;
  line-height: 58px;
  font-size: 26px;
}

#content_01 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 990px;
}

#content_01 h3 {
  padding-top: 20px;
  text-align: center;
}
.btn-apply{
  top: 440px;
  left: 475px;
}
.btn-rules,
.btn-copyright{
    top: 525px;
    left: 455px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    background-color: #ffffff80;
    border-radius: 10px;
}
.btn-copyright{
  left:625px;
}
.show-boxs{
  position: relative;
  display: flex;
    top: 613px;
    left: -85px;
    width: 1400px;  
}
.show-boxs .show-item{
  display: inline-flex;
  width: 343px;
  height: 192px;
  background: url(/images/gongchuang/show-item-bg1.png) no-repeat;
  color: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.show-boxs .show-item.arts{
  background: url(/images/gongchuang/show-item-bg2.png) no-repeat;
}
.show-boxs .show-item.games{
  background: url(/images/gongchuang/show-item-bg3.png) no-repeat;
}
.show-boxs .show-item span{
  font-size: 24px;
}
.show-boxs .show-item .red{
  color: #7d342d;
}
.show-boxs .show-item .black{
  color: #000000;
}

.show-boxs .show-item .competition {
    top: 200px;
    font-size: 16px;
    background: #7d342d;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
}
#content_02 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 625px;
}

#content_02 h3 {
  padding-top: 115px;
  text-align: center;
}
.support{
    position: relative;
    width: 580px;
    height: 460px;
    overflow: hidden;
    float: left;
}
.support-boxs{
  position: relative; 
  display: flex;
  flex-wrap: wrap;
  width: 558px;
    height: 335px;
    margin-top: 5px;
    margin-left: 17px;
    background-color: #f5f5f5; 
}
.support-boxs::after{
    content: '';
    position: absolute;
    top: 165px;
    left: 25px;
    width: 508px;
    height: 2px;
    background-color: #d8d8d8;
}
.support-boxs::before{
    content: '';
    position: absolute;
    top: 28px;
    left: 278px;
    width: 2px;
    height: 278px;
    background-color: #d8d8d8;  
}
.support-boxs .support-item{
    display: inline-flex;
    align-items: center;
    width: 275px;
    height: 164px;
    position: relative;
}


.support-boxs .support-item img{
  width: 72px;
  height: 72px;
  margin: 0 15px;
}
.support-boxs .support-item h5{
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.support-boxs .support-item p{
  font-size: 16px;
    color: #515151;
}
.partner{
  position: relative;
    width: 770px;
    height: 460px;
    margin-left: 35px;
    float: left;
}
.partner-boxs{
     position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    width: 760px;
    height: 340px;
    margin-top: 3px;
    margin-left: 3px;   
}
.partner-item{
  width: 245px;
  height: 98px;
}

.pop{
  position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -365px; 
    margin-top: -280px;
    width: 800px;
    height: 620px;
    background: rgba(255, 255, 255, .9);
    z-index: 100;
    border-radius: 10px;
    display: none;
}
.pop .close{
    font-size: 30px;
    color: #000;
    top: 0px;
    right: 10px;
}

.pop .mesg{
    width: 90%;
    height: 500px;
    overflow-x: hidden;
    margin: 55px auto;
    padding-right: 30px;
}
.pop .mesg h5{
  text-align: center;
  font-size: 24px;
  height: 45px;
}
.pop .mesg p{
  font-size: 15px;
  line-height: 180%;
  margin: 10px;
}
.pop .mesg p.indent-25{
  text-indent: 25px;
}
.pop .mesg .input-file-button{  
    padding: 5px 13px;
    background: #00bfff;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}
.pop .mesg  .input-file{
  display: none;
}
.pop .mesg .file-selected{
  color: #555;
  padding: 0 8px;
}

.pop .mesg .form-control{
    display: block;
    width: 80%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ececec;
    border-radius: 10px;    
    margin-top: 10px;
}

.pop .mesg .input-text{
    height: 245px; 
}
.pop .mesg .btn-primary{
  color: #fff;
  text-align: center;
      margin: 0 auto;
    display: block;
    margin-top: 20px;
    background-color: #7d342d;
    background-image: unset;
    font-size: 18px;
    width: 105px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
}
.pop .mesg::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}

.pop .mesg::-webkit-scrollbar-thumb {
    border-radius: 5px;
    min-height: 5.729vw;
    background-color: rgb(66, 66, 66);
}

.pop .mesg::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgb(199, 199, 199);
    border-radius: 10px;
}

.upldmask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.upload-progress {
    width: 80vw;
    height: 120px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.progress-text {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.progress-bar {
    width: 60vw;
    height: 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    margin: 9px auto;
    overflow: hidden;
}
.progress-fill {
    height: 10px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 5px;
    width: 0%;
    transition: width 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}