.columnBox{
    position: relative;
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: -90px;
    margin-bottom: 150px; 
}
.content-block.uploadmywork .columnBox{
    margin-top: 66px;
}
.content-block.otherswork .columnBox{
    margin-top: -50px;
}
.columnBox *{
    border-radius: 3px;
}
.columnBox .columns{
    background-color: #3b3b3b;
    position: relative;
}
.scenicTitle{
    position: relative;
    text-align: center;
    margin: 40px 0;
    z-index: 9999999;
    font-size: 50px;
}
.scenicTitle>div:last-child{
    font-size: 21px;
    margin-top: 20px;
}
.columnItem{
    position:relative;
    font-size: 22px;
    color: white;
    text-align: center;
    flex: 1;
    height: 68px;
    line-height: 68px;
    cursor: pointer;
}
.columnItem:hover{
    color: rgba(255,186,49,0.6)!important;
}
.columnItem::after{
    content: '';
    position:absolute;
    right:0px;
    top: 50%;
    margin-top: -6px;
    height: 12px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    display: inline-block;
}
.columnItem:last-child::after{
    opacity: 0;
}
.columnItem.active{
    color: #ffbf47;
}
.columnItem.active::before{
    content: '';
    
}
.columns .column_line{
    background-color: #ffbf47;
    width: 200px;
    height: 8px;
    position:absolute;
    left: 0;
    bottom:0px;
    transition:all 0.3s;
}
.contents .content_column .recordImg{
    display: block;
}
.contents .content_column .recordItem{
    display: block;
    margin-top: 10px;
}
.recordItem{
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
}
.recordItem img{
    transition: all 0.2s;
}
.recordItem img:hover{
    filter: brightness(0.8);
}
.topshadow{
    position:absolute;
    top:0;
    left:0;
    right:0;
    padding: 5px 10px;
    background: linear-gradient(rgba(0,0,0,0.64), rgba(0,0,0,0));
    opacity: 0;
    transition:all 0.6s;
}
.record_topleft{
    position: absolute;
    left:6px;
    top: 6px;
    padding: 5px 12px;
    background-color: #e64340;
    color: white;
    font-size: 12px;
    border-radius: 5px;
    z-index: 999;
    /* background-color: rgb(34 56 110 / 70%); */
}
.record_topleftimg{
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: 999;
    height: 28px;
    width: 28px;
    opacity: 0.9;
    display: none;
}
.record_fav{
    /* position: absolute;
    top: 5px;
    right:10px; */
    background-color: rgba(0,0,0,0.7);   
    padding: 2px 6px;
    color: white;
    font-size: 12px;
}
.record_fav img{
    width: 11px;
    height: 19px;
    margin-right: 7px;
}
.download_lit{
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: block;
}
.record_bottomInfo{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding: 28px 8px 8px 8px;
    box-sizing: border-box;
    opacity: 0;
    transition:all 0.6s;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.64));
}
.recordItem.mouseover .record_bottomInfo, .recordItem.mouseover .topshadow, .recordItem.mouseover .record_playbtn{
    opacity: 1;
}
.record_author_info{
    font-size: 14px;
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.record_author_info img{
    height: 27px;
    width: 27px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
}
.results .record_playbtn{
    opacity: 1;
    width: 50px!important;
    height: 50px!important;
    margin-top: -25px!important;
    margin-left:-25px!important;
}
.record_playbtn{
    position:absolute;
    display: block;
    width: 66px;
    height: 66px;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
    opacity: 0;
    transition: all 0.3s;
}
.loadOver{
    display: none;
    padding: 30px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding-bottom: 80px;
}
.loading{
    width: 100%;
}
.loading img{
    width: 45px;
    display: none;
    margin-bottom: 80px;
    animation: loadingRotate 0.6s infinite;
}
@-webkit-keyframes loadingRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loadingRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
  }


/* myrecord */
.content-block.uploadmywork{
    padding-top:0px!important;
}


.resultItem .awardImg{
    margin-top: 160px;
    width: 174px;
    height: auto!important;
    margin-right:0px!important;
}
.resultItem .resultItemOrder{
    font-size: 44px;
    color:#ffba31;
    text-align: center;
    margin: 30px 0 14px;
    opacity: 0.7;
}
.resultItem .resultItemName{
    font-size: 18px;
    color:#ffba31;
    text-align: center;
    margin-bottom: 38px;
    opacity: 0.7;
}
.publishOver  .resultItemName{
    width: auto!important;
    font-size: 20px;
    color:#ffba31;
    text-align: center;
    margin: 38px auto!important;
}
.publishOver .result_content{
    margin-bottom: 125px;
}
.publishOver .resultItem .resultItemOrder{
    margin: 30px 0 40px;
}
.results a{
    display: inline!important;
}
.results.first{
    width: 800px;
    margin: 0 auto;
}
.results.first *{
    width: 100%;
    display: block;
}
.results.second{
    width: 1300px;
    margin: 0 auto;
}
.results.second *{
    width: 610px;
    /* text-align: center; */
    display: block;
}
.results.second .result:first-child{
    margin-right: 80px;
}
.results.third{
    width: 100%;
    margin: 0 auto;
}
.results.third *{
    width: 26vw;
    margin-right: 80px;
    display: block;
}
.results span{
    width: auto !important;
    margin-right: 0px;
    display: inline-block !important;
}
.results.third .result:last-child{
    margin-right: 0px;
}
.results.forth{
    width: 88vw;
}

.result_title{
    font-size: 28px;
    color: #ffba31;
    margin-top: 28px;
    text-align: center;
}
.result_author{
    font-size: 17px;
    color: white;
    margin-top: 12px;
    text-align: center;
}
.result_author *{
    display: inline-block!important;
    width: auto!important;
    margin-right: 0px!important;
}
.result_content{
    position:relative;
    font-size: 18px;
    text-align: justify!important;
    line-height: 29px;
    text-indent: 2em;
    padding: 0 10px;
    margin-top: 16px;
    box-sizing: border-box;
    color: rgba(255,255,255,0.7)
}
.results.forth .recordItem{
    margin-bottom: 6px;
    display: block!important;
}
.results.forth{
    margin-bottom: 80px;
}
/* .result_content::before{
    content: '';
    position: absolute;
    background-image: url(/static/competition/jiangxi/yin.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 44px;
    height: 43px;
    left: -22px;
    top: -34px;
}
.result_content::after{
    content: '';
    position: absolute;
    background-image: url(/static/competition/jiangxi/yin.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 44px;
    height: 43px;
    right: -9px;
    bottom: -22px;
    transform: rotate(180deg);
} */
.result img{
    border-radius: 5px;
    overflow: hidden;
}
.carouselBox.exhibitionBox{
    /* 小图标 */
    margin-bottom: 30px;
    /* 首页大图标 */
    margin-bottom: 52px;
}
.exhibitionBox .carousel{
    /* 首页大图标 */
    width: 1420px;
    margin-left: -82px;
    margin-top: 24px;
    /* 
    小图标
    width: 1265px;
    margin-left: -5px;
    margin-top: 8px;
    */
}
.exhibitionBox .scenic_item{
    /* 
    小图标 
    width: 212px;
    margin-right: 8px;
    margin-left: 8px;
    */
    /*大图标*/
    margin-right: 19px;
    margin-left: 19px;
    
}
.exhibitionBox .scenic_item img{
    /* 
    小图标
    width: 199px;
    height: 116px;
     */
    border-radius: 10px;
}
.exhibitionBox .scenic_item .carouselBK{
    /* 
    小图标
    width: 212px;
    height: 130px;
     */
    border-radius: 10px;
    /* 大图标 */
    width: 325px;
    height: 188px;
}
.exhibitionBox .carouselLeft{
    width: 18px;
    height: 38px;
    /*
    小图标
    left: -30px;
    margin-top: -50px;
    */
    /* 大图标 */
    left: -110px;
    margin-top: -30px;
}
.exhibitionBox .carouselRight{
    width: 18px;
    height: 38px;
    /*
    小图标
    right: -15px;
    margin-top: -50px;
    */
    /* 大图标 */
    right: -110px;
    margin-top: -30px;
}
.exhibitionBox .scenic_item>div:last-child{
    font-size: 18px;
    opacity: 0.8;
    margin-top: 8px;
}
.exhibitionBox .scenic_item .status{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    top: 5px;
    opacity: 0.6;
}
.switchZone{
    font-size: 18px;
    color: white;
    width: 144px;
    opacity: 0.8;
}
.switchZone img {
    width: 16px;
    margin-right: 8px;
    display: block;
    margin-top: 1px;
}