* {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-focus-ring-color: rgba(0,0,0,0);
    border: none;
    padding: 0;
    margin: 0;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
}



div, ul, ol, li,p,table,td,tr,img {
    margin: 0px;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}


.activity {
    position: relative;
    font-family: Microsoft Yahei;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 3984px;
    background: url(../images/bg_result.png) no-repeat;
    min-width: 1000px;

    background-position: top center;
}


.download {
    display: block;
    position: absolute;
    top: 2700px;

    font-size: 20px;
    color: #f5ca34;
    left: 50%;
    margin-left: 280px;
    text-decoration:underline;
    cursor: pointer;

}
.header {
    position: absolute;
    top: 0;
    margin-left: 0;
    width: 100%;
    min-height: 1000px;
}

.user-enter-area{
    position: relative;
    width: 1000px;
    height:100px; 
    top: 810px;
    margin: 0 auto;

}
.btn-join {
    position: absolute;
    left: 50%;
    margin-left:-193px; 
    width: 387px;
    height: 99px;
    background: url(../images/btn_join.png) no-repeat;
    background-size: auto;
    background-position: 0px 0px;
    cursor: pointer;
}
.btn-join:hover {
    background-image: url(../images/btn_join_a.png);
}

.confirm_btn {
    position: absolute;
    left: 240px;
    width: 207px;
    height: 70px;
    background: url(../images/confirm_btn.png) no-repeat;
    background-size: auto;
    background-position: 0px 0px;
    cursor: pointer;
}
.confirm_btn:hover {
    background-position: -207px 0px;
}


.user-center-btn {
    position: absolute;
    right: 240px;
    width: 252px;
    height: 91px;
    background: url(../images/user-center-btn.png) no-repeat;
    background-size: auto;
    background-position: 0px 0px;
    cursor: pointer;
}

.btn-more {
    position: absolute;
    left: 50%;
    margin-left:-193px; 
    width: 387px;
    height: 99px;
    background: url(../images/btn_more.png) no-repeat;
    background-size: auto;
    background-position: 0px 0px;
    cursor: pointer;
}
.btn-more:hover {
    background-image: url(../images/btn_more_a.png);
}



.main {
    position: absolute;
    top: 1010px;
    /*background-color: rgba(255,0,0,0.8);*/
    margin: 0 auto;
    width: 100%;

    /*    background: rgba(0, 0, 0, 0.5);*/

}


.frame {
    position: relative;
    width: 100%;

    margin: 0px auto 0 auto;

    min-height: 700px;
    width: 930px;
}






.footer {

    position: relative;
    left: 0;
    width: 100%;
    background: #f9f9f9;
    border-top: 1px solid #c9c9c9;
    margin: 0 auto;
}

.footer .footer-content {
    margin: 0 auto;
    position: relative;
    width: 1000px;

}

.footer .footer-content p {
    color: #999;
    font-size: 12px;
}

.footer a:hover {
    color: #797979;
}

.footer a {
    color: #aaa;
}

.title {
    position: relative;
    height: 60px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.wrapper{
    width: 900px;
    left: 50%;
/*    margin-top: 15px ;*/
    margin-left: -460px;
}
.list-wrapper{
    position: relative;
    text-align: center;
    width: 100%;
    left: 50%;
    margin-left: -465px;
    margin-bottom: 30px;
    display: inline-block;
}

.work-list {
    position: relative;
    width: 100%;
    left: 0%;
    font-size: 0;
    letter-spacing: 0;

    padding: 0 12px;
}

.work-list li {

    position: relative;
    float: left;
    list-style-type: none;
    display: inline-block;
    list-style: none;

    vertical-align: top;
    padding: 5px 20px;
    box-sizing: border-box;
    background-image: url(../images/bg_work_item.png);
    background-size: cover;
    background-position: center;



    width: 226px;
    height: 237px;
}

.work-list li.work-blue {
    border: #a6bbed solid 2px;
}
.work-list li.work-red {
    border: #f0a7af solid 2px;
}


.work-list li a {
    display: block;
    width: 185px;
    height: 132px;
    margin-top: 11px;
}


.works_pic {
    width: 185px;
    height: 132px;
    display: block;

    border-radius: 5px;
    
}



.works_title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    width: 180px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #163850;
    font-size: 16px;
    line-height: 22px;
}

.works_author {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #9cb5c6;
    font-size: 14px;
    line-height: 18px;
}
.vote {
    position: relative;
    width: 100%;
    height: 34px;
    margin: 0px auto 0 auto;
    border-radius: 5px;
}
.vote span {
    position: absolute;
    right: 60px;
    color: #2b7cb5;
    font-size: 18px;
    line-height: 34px;
}
.upvote {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 100px;
    height: 32px;
    line-height: 32px;

    cursor: pointer;
}

.upvote i {
    position: absolute;
    right: 0px;
    width: 46px;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
    text-align: right;
    color: #fff;
    background: url(../images/btn_upvote.png) 0 0/auto auto no-repeat;
    cursor: pointer;
}

.upvote i:hover {
    background-image: url(../images/btn_upvote_a.png);
}




.tcdPageCode {
    text-align: left;
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
}

.tcdPageCode a {
    display: inline-block;
    height: 34px;
    line-height: 34px;    
    color: #fff;
    border: 1px solid #fff;
    background-color: #305369;
    display: inline-block;
    padding: 0px 13px;
    margin: 0 15px;
    border-radius: 6px;
    vertical-align: middle;
}

.tcdPageCode a:hover {
    text-decoration: none;
    color: #305369;
    background-color: #fff;
}

.tcdPageCode span {
    height: 34px;
    line-height: 34px;    
    display: inline-block;
    padding: 0px 13px;
    margin: 0 15px;

    border-radius: 6px;
    vertical-align: middle;   
}

.tcdPageCode span.current {

    color: #305369;
    background-color: #fff;

}

.tcdPageCode span.disabled {

    color: #bfbfbf;
    background: #f2f2f2;

}


.index{
    position: relative;
    width: 50%;
    float:left;
    font-size: 14px;
    margin-top: 6px;
    margin-left:10px;
}


.search{
    position: relative;
    width: 220px;
    height: 50px;
    left: 25px;
    top:10px;
}


input {
    font-size: 16px;
    color: #000;
    line-height: normal;
    font-family: "Microsoft YaHei",Tahoma,Verdana,SimSun;
    font-style: normal;
    font-variant: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 4px;
    padding-right: 25px;
    padding-bottom: 4px;
    padding-left: 4px;
    outline-width: medium;
    outline-style: none;
    outline-color: invert;
    border-radius: 4px;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: rgb(255,255,255);
    margin-right: 8px;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
}
.search_keyword {
    position: absolute;
    margin-top: 10px;
    height: 24px;
    width: 180px;
    border: #fff solid 1px;
    background-color: transparent;
    color: #fff;    
}
/*.search_keyword:focus {
    border: #fff solid 2px;
    -webkit-box-shadow: 0px 0px 6px #fff;
    -moz-box-shadow: 0px 0px 5px #fff;
    box-shadow: 0px 0px 5px #fff;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}*/
.btn-search{
    position: absolute;
    width: 23px;
    height: 24px;
    right: 15px;
    background-image:url(../images/btn_search.png) ;
    background-size:auto 100%;
    background-position:center;
    background-repeat: no-repeat;
    margin-top: 14px;
    cursor: pointer;
}


.order_frame{
    margin-top: -30px;
    margin-bottom: 15px;
    margin-left: 600px;
    text-align: right
}
.order{
    display: inline-block;
    font-size: 20px;
    margin-right: 25px;
    color: #fff;
    cursor: pointer;
    text-shadow: 0px 0px 2px #fff
}
.ordr_hover{
    color: #fff;
    padding-bottom:5px; 
    border-bottom:2px solid #fff;
}





.keyword {
    color:#477bb5; 
}

.list{
    display: none;
}


.submission-wrapper{
    position: fixed;
    width: 100%;
    top: 0px;
    text-align: left;
    z-index: 2;
    display: inline-block;
    margin-bottom: 30px;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    overflow-y: auto;

}

.select{
    position: relative;
    text-align: left;
    z-index: 2;

    height: 500px;
    top: 300px;
    display: block;
    max-width: 960px;
    margin: auto;
    display: none;
}
.select p{
    position: absolute;
    line-height: 30px;
    font-size: 15px;
    left: 180px;
}
.submit-type{
    position: absolute;
    height: 30px;
    font-size: 15px;
    text-align: center;
    left: 50%;
    margin-left: -150px;
    width: 300px;
}
.confirm-select{
    position: absolute;

    left: 50%;
    margin-left: -103px;
    top: 80px;
    width: 207px;
    height: 70px;
    background: url(../images/confirm_btn.png) no-repeat;
    background-size: auto;
    background-position: 0px 0px;
    cursor: pointer;
}
.confirm-select:hover {
    background-position: -207px 0px;

}
.submission{
    /*    display: none;*/
    position: absolute;
    font-family: Microsoft Yahei;
    font-weight: 400;

    background: url(../images/bg_submission.png) no-repeat;
    height:563px;
    width: 861px;
    top: 50%;
    left: 50%;
    margin-left: -430px;
    margin-top: -281px;



    background-position: top center;

}

.submission-close {
    position: absolute;
    right: -62px;
    top: 15px;
    width: 77px;
    height: 70px;
    z-index: 10;
    background: url(../images/btn_close.png) no-repeat;
    cursor: pointer;
}
.submission-close:hover {
    background-image: url(../images/btn_close_a.png);
}


.submission-content{
    position: relative;
    top: 10px;
    border-radius: 10px;
    display: block;
    max-width: 800px;
    margin: 0 auto;
}
.input-wrapper{
    position: relative;
    width:450px; 
    margin:50px 20px; 
    font-size:16px;
    left: 320px;
}

#input_details input, #input_details textarea,  select {
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-indent: 10px;
    float: left;
    background-color: #f1f1f1;
    margin-left: 0px;
    padding: 4px;
    border-radius: 5px;
}
.pink{
    padding-top: 0px;
    color:#ff6699;
    word-break: break-all;
    font-size: 13px;
}
#input_details td {
    padding: 3px 0;
}
#input_details textarea {
    height: 100px;
    font-family: "Microsoft YaHei",Tahoma,Verdana,SimSun;
    resize: none;

}
.btn-confirm{
    position: relative;
    margin-left: -50px;

    width: 207px;
    height: 70px;
    background: url(../images/btn_confirm.png) no-repeat;
    background-size: auto;
    background-position: 0px 0px;
    cursor: pointer;
}
.btn-confirm:hover {

    background-image: url(../images/btn_confirm_a.png);
 }



    .link{
        display: none;
    }

    .showtag{
        display: none;
    }
    .tagList li {
        float: left;
        padding: 6px 8px;
        margin: 0 6px 6px 0;
        color: #666;
        text-indent: 0;
        line-height: 14px;
        font-size: 14px;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        cursor: pointer;
        vertical-align: bottom;
    }
    .tagList li.tagselect,.tagList li:hover{
        background-color: #ff6699;
        color: #fff;
    }

    .banner{
        position: relative;
        width: 920px;
        left: 50%;
        margin-left: -460px;
        height: 163px;
        border-radius: 15px;
        margin-top: 60px;
    }
    .swiper-container{
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 15px;
    }
    .banner img{
        width:100%;
    }

    .more{
        position: absolute;
        top: 0;
        right: 0;
        height: 16px;
        width: 150px;
        margin-top: -35px;
        background: url(../images/event/more.png);
        background-size: auto 100%;
        background-position: right;
        background-repeat: no-repeat;
        display: block;
        z-index: 99;
    }



    .spinner {
        width: 60px;
        height: 60px;
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        margin-top: -30px;
        margin-left: -30px;
        display: none;
    }

    .container1 > div, .container2 > div, .container3 > div {
        width: 16px;
        height: 16px;
        background-color: #ff6699;
        border-radius: 100%;
        position: absolute;
        -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
        animation: bouncedelay 1.2s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .spinner .spinner-container {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .container2 {
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    .container3 {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
    }

    .circle1 { top: 0; left: 0; }
    .circle2 { top: 0; right: 0; }
    .circle3 { right: 0; bottom: 0; }
    .circle4 { left: 0; bottom: 0; }

    .container2 .circle1 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .container3 .circle1 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .container1 .circle2 {
      -webkit-animation-delay: -0.9s;
      animation-delay: -0.9s;
  }

  .container2 .circle2 {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s;
  }

  .container3 .circle2 {
      -webkit-animation-delay: -0.7s;
      animation-delay: -0.7s;
  }

  .container1 .circle3 {
      -webkit-animation-delay: -0.6s;
      animation-delay: -0.6s;
  }

  .container2 .circle3 {
      -webkit-animation-delay: -0.5s;
      animation-delay: -0.5s;
  }

  .container3 .circle3 {
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s;
  }

  .container1 .circle4 {
      -webkit-animation-delay: -0.3s;
      animation-delay: -0.3s;
  }

  .container2 .circle4 {
      -webkit-animation-delay: -0.2s;
      animation-delay: -0.2s;
  }

  .container3 .circle4 {
      -webkit-animation-delay: -0.1s;
      animation-delay: -0.1s;
  }

  @-webkit-keyframes bouncedelay {
      0%, 80%, 100% { -webkit-transform: scale(0.0) }
      40% { -webkit-transform: scale(1.0) }
  }

  @keyframes bouncedelay {
      0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
        } 40% {
            transform: scale(1.0);
            -webkit-transform: scale(1.0);
        }
    }


.pagination {
      position: absolute;
      right:  0;
      text-align: center;
      bottom:5px;
      width: 100px;
  }
  .swiper-pagination-switch {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 10px;
      background: #cbcbcb;
      box-shadow: 0px 1px 2px #555 inset;
      margin: 0 3px;
      cursor: pointer;
  }
  .swiper-active-switch {
    background: #ff6699;
}
.cropHeaderWrapper p{
    padding-top: 0px;

    word-break: break-all;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}



.my-works-wrapper{
    position: fixed;
    width: 100%;
    top: 0px;
    text-align: left;
    z-index: 2;
    display: inline-block;
    margin-bottom: 30px;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    overflow-y: auto;
}
.my-works {
    position: relative;
    font-family: Microsoft Yahei;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
    /*    height: 3951px;*/
    background: url(../images/user-center-bg.png) no-repeat;
    height: 100%;
    max-width: 900px;
    margin: 0 auto;

    background-position: top center;
    top: 10%;
}
.my-works-close {
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100px;
    z-index: 10;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
}

.my-works-search{
    position: relative;
    top: 200px;
    height: 500px;
    max-width: 400px;
    margin: 0 auto;

}
.my-works-search td{
    font-size: 18px;
    line-height: 50px;

}
.my-works-search input{
    position: relative;
    height: 20px;
    width: 200px;
    border: #fff solid 1px;

}
.my-works-search select{
    position: relative;
    height: 30px;
    width: 231px;
    border: #fff solid 1px;

}

.my-works-search-btn{
    position: relative;
    top: 50px;
    width: 207px;
    height: 70px;
    background: url(../images/confirm_btn.png) no-repeat;
    background-size: auto;
    background-position: 0px 0px;
    cursor: pointer;
    margin: 0 auto;
}
.my-works-search-btn:hover {
    background-position: -207px 0px;

 }

.my-works-list {
    position: relative;
    top: 200px;
    border-radius: 10px;
    display: block;
    max-width: 750px;
    margin: 0 auto;
}

.works-detail-wrapper{
    position: fixed;
    width: 100%;
    top: 0px;
    text-align: left;
    z-index: 2;
    display: inline-block;
    margin-bottom: 30px;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}

.works-detail{
    position: absolute;
    font-family: Microsoft Yahei;
    font-weight: 400;
    width: 884px;
    height: 452px;
    left: 50%;
    top:50%;
    margin-left: -442px;
    margin-top:-226px;
}


.works-detail-close {
    position: absolute;
    right: -60px;
    top:12px;
    width: 77px;
    height: 70px;
    z-index: 10;
    background: url(../images/btn_close.png) no-repeat;    
    cursor: pointer;
}
.works-detail-close:hover {
    background-image: url(../images/btn_close_a.png);
}

.works-detail-list {
    position: relative;
    font-family: Microsoft Yahei;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
    /*    height: 3951px;*/
    background: url(../images/bg_details.png) no-repeat;
    background-size: contain;
    height: 452px;
    width: 884px;
    margin: 0 auto;

    background-position: top center;
    display:block;
}



.works-detail-content {
    position: relative;
    top: 34px;
    border-radius: 10px;
    display: block;
    width: 816px;
    height: 340px;
    margin: 0 auto;
    color: #2b7cb5; \
    font-size: 16px;   
}

.works-detail-avatar {
    position: relative;
    width: 537px;
    height: 385px;
    float: left;

    overflow: hidden;
}


.works-detail-table {
    position: relative;
    width: 260px;;
    float: right;
    padding: 10px  5px 20px 0px;
}
.works-detail-table tr td, .works-status-table tr td {
    padding: 5px 10px;
    line-height: 40px;
    position: relative;
    }
.works-status {
    position: relative;
    top: 150px;
    border-radius: 10px;
    display: block;
    max-width: 750px;
    height: 350px;
    margin: 0 auto;
}

.works-status .downvote-icon i{
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: 43px;
    height: 52px;
    font-size: 16px;
    line-height: 34px;
    text-align: right;
    color: #fff;
    background: url(../images/vote-icon.png) -43px 0/auto auto no-repeat;

}
.works-status  .upvote-icon i{
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: 43px;
    height: 52px;
    font-size: 16px;
    line-height: 34px;
    text-align: right;
    color: #fff;
    background: url(../images/vote-icon.png) 0 0/auto 100% no-repeat;

}

.works-status  .upvote-icon, .works-status  .downvote-icon{
    text-align: right;
    right: 5px;
}
.works-status  .upvote-icon span, .works-status  .downvote-icon span{
    position: relative;
    left: -6px;
}

.works-status-table {
    position: relative;
    float: left;
    left: 0px;
    height: 200px;
    display: block;
    max-width: 350px;
    height: 350px;
    margin: 0 auto;
}



/*.works-detail-table, #works-status-table{
    width: 100%;
}*/
.works-detail-table tr td, .works-status-table tr td{
    padding:10px 10px;
    
}

#works-detail-description p{
    line-height: 22px;
    font-size: 16px;
}


.main .work-list {
    box-sizing: border-box;    
    height: 720px;
}

.stage {
    position: absolute;
}

#work-list-1{
    position: absolute;
    top: 465px;
    height: auto;    
}


#work-list-2{
    position: absolute;
    top: 1045px;
    height: auto;
}

#work-list-3{
    position: absolute;
    top: 105px;
    height: auto;
}
#work-list-3 li{
    float: none; 
}