button {
  border: 0;
}

.btn-load {
  display: block;
  background: url(../images/all_work/btn-more.png) no-repeat;
  width: 382px;
  height: 156px;
  margin: 20px auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-load:hover {
  background: url(../images/all_work/btn-more-hover.png) no-repeat;
  /* transform: scale(0.9); */
}

.instruction-panel{
  width: 1200px;
  height: 159px;
  background: url(../images/all_work/instruction-panel.png) no-repeat center/100%;
  margin: 50px auto 0;
  padding: 16px 40px;
  font-size: 16px;
  color: #904a25;
  box-sizing: border-box;
  line-height: 18px;
}
.instruction-panel .text-box{
  height:100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-evenly;
}
.instruction-panel .text-box::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}

.instruction-panel .text-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #dc6230;;
}

.instruction-panel .text-box::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #d7b882;
}

.instruction-panel p{
  margin-bottom: 4px;
}

.instruction-panel span{
  color: #ff8073;
}

.sort-panel {
  margin: 60px 0 40px 0;
  position: relative;
  z-index: 9;
  padding-left: 30px;
}

.sel-box {
  position: relative;
  box-sizing: border-box;
}

.sel-1:after,
.sel-2:after {
  content: '';
  position: absolute;
  top: 30px;
  right: 10px;
  border: 7px solid transparent;
  border-top-color: #d8b781;
  pointer-events: none;
}

.sel-com {
  display: inline-block;
  vertical-align: middle;
  width: 198px;
  height: 68px;
  line-height: 68px;
  border-radius: 10px;
  background: none;
  border: 2px solid #d8b781;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #d5b072;
  font-size: 20px;
  cursor: pointer;
}

.sel-com::-ms-expand {
  display: none;
}

.selected-text{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.sel-list{
  width: 170px;
  background: #efddc1;
  color:#c4a065;
  display: none;
  position: absolute;
  top: 69px;
  box-sizing: border-box;
  border-radius: 5px;
}

.sel-list li{
  height: 45px;
  line-height: 45px;
  padding: 0 18px;
}

.sel-list li:hover{
  color:#662C15;
}

.search-mod .sel-list{
  width: 122px;
}

.mark-box {
  display: inline-block;
  position: relative;
}


.mark-box .tip {
  display: none;
  position: absolute;
  top: 70px;
  left: -25px;
  padding: 30px;
  font-size: 18px;
  color: #a27a2c;
  box-sizing: border-box;
  width: 621px;
  height: 237px;
  background: url(../images/all_work/tip-bg.png ) no-repeat;
  background-size: 100%;
  z-index: 2;
}

.mark-box .tip h2 {
  font-size: 24px;
  height: 36px;
}

.mark-box .tip p {
  height: 27px;
}

.mark-box:hover .tip {
  display: block;
}

.btn-mark {
  width: 68px;
  height: 68px;
  background: url("../images/all_work/btn-mark.png") no-repeat center/100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.search-mod {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 10px;
  width: 640px;
  height: 68px;
  border: 2px solid #d8b781;
  border-radius: 10px;
  box-sizing: border-box;
}

.search-mod:before {
  content: '';
  position: absolute;
  width: 66px;
  height: 68px;
  left: 100px;
  top: 0;
  background: url(../images/all_work/icon-search-xs.png) no-repeat;
  background-size: 100%;
}

.search-mod .sel-com {
  width: 170px;
  position: relative;
  border: 0;
}

.search-mod .input-search {
  position: absolute;
  width: 365px;
  color: #a27a2c;
  background-color: transparent;
  left: 170px;
  height: 99%;
  border: 0;
  font-size: 20px;
}

.search-mod .input-search::-webkit-input-placeholder {
  color: #a27a2c;
  font-size: 20px;
}

.search-mod .input-search:-ms-input-placeholder {
  color: #a27a2c;
  font-size: 20px;
}

.search-mod .input-search::placeholder {
  color: #a27a2c;
  font-size: 20px;
}

.search-mod .btn-search {
  display: block;
  background: url(../images/all_work/icon-search.png) no-repeat;
  background-size: 100%;
  width: 66px;
  height: 68px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.ranking-list {
  clear: both;
  width: 1250px;
  margin-left: -15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ranking-list li {
  width: 381px;
  height: 616px;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 20px 15px;
}

.ranking-list li:after {
  content: '';
  position: absolute;
  background: url("../images/all_work/poster-bg.png") no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.ranking-list li .img-box {
  width: 100%;
  height: 444px;
  position: absolute;
  top: 16px;
  margin: 0 auto;
  z-index: 0;
  cursor: pointer;
}

.ranking-list li .img-box img {
  height: 120%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.ranking-list li .tag {
  width: 50px;
  height: 147px;
  position: absolute;
  top: 5px;
  left: 30px;
  z-index: 2;
}

.ranking-list li .tag.tag-1 {
  background: url("../images/all_work/tag-1.png") no-repeat center/100%;
}

.ranking-list li .tag.tag-2 {
  background: url("../images/all_work/tag-2.png") no-repeat center/100%;
}

.ranking-list li .tag.tag-3 {
  background: url("../images/all_work/tag-3.png") no-repeat center/100%;
}

.ranking-list li .tag.tag-4 {
  background: url("../images/all_work/tag-4.png") no-repeat center/100%;
}

.ranking-list li .rank-num{
  width: 51px;
  height: 81px;
  background: url("../images/all_work/icon-rank-bg.png") no-repeat center/100%;
  position: absolute;
  top: 7px;
  left: 40px;
  z-index: 2;
  font-size: 15px;
  color:#fff;
  box-sizing: border-box;
  text-align: center;
}

.flexCenter{
  padding-top: 10px;
}

.ranking-list li .bh {
  width: 115px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  position: absolute;
  top: 390px;
  left: 25px;
  z-index: 2;
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
}

.ranking-list li .vote-num{
  width: 115px;
  line-height: 30px;
  background: rgba(127, 99, 55, 0.6);
  color:#fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  padding-left: 8px;
  position: absolute;
  top: 390px;
  left: 140px;
  z-index: 2;
  border-bottom-right-radius: 35px;
  border-top-right-radius: 35px;
}

.ranking-list li .btn-participate {
    width: 70px;
    line-height: 18px;
    text-align: left;
    padding-left: 8px;
    position: absolute;
    top: 376px;
    left: 270px;
    z-index: 2;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.ranking-list li .btn-participate:hover {
    background-color: #45a049;
}

.ranking-list li .lb-participate {
    width: 80px;
    line-height: 18px;
    text-align: left;
    padding-left: 8px;
    position: absolute;
    top: 376px;
    left: 270px;
    z-index: 2;
    margin-top: 10px;
    padding: 10px 20px;
    color: white;
    border-radius: 4px;
    color: white;
    border: none;
    background-color: #4CAF50;
}

.ranking-list li .info {
  width: 368px;
  height: 135px;
  padding: 25px;
  /* background: red; */
  position: absolute;
  left: 50%;
  margin-left: -184px;
  bottom: 26px;
  z-index: 2;
  box-sizing: border-box;
}

.ranking-list li .info .title {
  color: #a27a2c;
  font-size: 16px;
  position: absolute;

}

.ranking-list li .info .view-num:before {
  content: '';
  background: url(../images/all_work/icon-eye.png) no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 11px;
  display: inline-block;
  margin-right: 5px;
}

.ranking-list li .info .view-num {
  color: #c7ab74;
  position: absolute;
  right: 25px;
  top: 60px;
  height: 30px;
  line-height: 30px;
}

.ranking-list li .info .avatars {
  position: absolute;
  left: 25px;
  bottom: 0px;
}

.ranking-list li .info .avatars img {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 26px;
}

.ranking-list li .info .avatars span {
  vertical-align: middle;
  color: #c7ab74;
}

.ranking-list li .tag-list {
  position: absolute;
  left: 25px;
  top: 60px;
}

.ranking-list li .tag-list label {
  position: relative;
  height: 30px;
  line-height: 30px;
  border: 1px solid #c7ab74;
  color: #c7ab74;
  border-radius: 30px;
  padding: 0 10px 0 20px;
}

.ranking-list li .tag-list label:before {
  position: absolute;
  left: 5px;
  top: 4px;
  content: '';
  width: 15px;
  height: 12px;
  background: url(../images/all_work/icon-tag.png) no-repeat;
  background-size: 100% 100%;
}

.ranking-list li .info .btn-vote {
  position: absolute;
  bottom: -8px;
  right: 25px;
  cursor: pointer;
  width: 139px;
  height: 42px;
  background: url(../images/all_work/btn-vote.png) no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
  display: none;
}
.ranking-list li .info .btn-look {
  position: absolute;
  bottom: -8px;
  right: 25px;
  cursor: pointer;
  width: 139px;
  height: 42px;
  background: url(../images/all_work/btn-look.png) no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
}
.ranking-list li .info .btn-vote:hover{
  background: url(../images/all_work/btn-vote-hover.png) no-repeat;
}

.ranking-list li .info .btn-vote.off {
  cursor: default;
  background: url(../images/all_work/btn-voted.png) no-repeat;
  background-size: 100%;
}

.wrap-champion .rank-title{
  width:310px;
  height:66px;
}
.wrap-champion .rank-title1{
  background:url("../images/all_work/rank-title1.png") no-repeat center/cover;
  margin:72px auto 16px;
}

.wrap-champion .btn-best {
    background: url("../images/btn-best.png") no-repeat center/cover;
    margin: 72px auto 16px;
}

.wrap-champion .btn-sentiment {
    background: url("../images/btn-sentiment.png") no-repeat center/cover;
    margin: 72px auto 16px;
}

.wrap-champion .btn-enter {
    background: url("../images/btn-enter.png") no-repeat center/cover;
    margin: 72px auto 16px;
}

.wrap-champion .btn-lookPrize{
  width:135px;
  height:30px;
  background:url("../images/all_work/btn-lookPrize.png") no-repeat center/cover;
  display: block;
  margin:0 auto 0;
  z-index: 99;
  position: relative;
}
.wrap-champion .champion{
  width:1209px;
  height:626px;
  background:url("../images/all_work/bg-champion.png") no-repeat center/cover;
  margin:27px auto 99px;
  position: relative;
}
.wrap-champion .champion .img-champion{
  width:600px;
  height:400px;
  position: absolute;
  left: 55px;
  top: 130px;
}

.wrap-champion .champion-code {
    width: 400px;
    height: 36px;
    position: absolute;
    top: 120px;
    left: 1088px;
    font-size: 15px;
    color: brown;
    line-height: 1.5; /* 设置行高以增加间距 */
    word-break: break-all; /* 强制换行 */
}

.wrap-champion .champion-title {
    width: 400px;
    height: 36px;
    position: absolute;
    top: 130px;
    left: 680px;
    font-size: 30px;
    color: brown;
}

/*获奖人样式开始*/
.wrap-champion .champion-member {
    width: 400px;
    height: 36px;
    position: absolute;
    top: 180px;
    left: 680px;
    font-size: 20px;
    color: brown;
}
/*获奖人样式开始*/

.wrap-champion .champion-vote {
    width: 400px;
    height: 36px;
    position: absolute;
    top: 273px;
    left: 780px;
    font-size: 23px;
    color: brown;
}

/*获奖评论样式开始*/
.wrap-champion .champion-comment {
    width: 430px;
    height: 136px;
    position: absolute;
    top: 415px;
    left: 682px;
}
.wrap-champion .champion-comment::-webkit-scrollbar {
  width: 0 !important
}
.wrap-champion .champion-comment p{
  font-size:18px;
  color:#88411b;
  line-height: 28px;
  height:108px;
  overflow-y: scroll;
}
.wrap-champion .champion-comment p::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}

.wrap-champion .champion-comment p::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #dc6230;;
}

.wrap-champion .champion-comment p::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #d7b882;
}
.wrap-champion .btn-details{
  width:121px;
  height:27px;
  background:url("../images/all_work/btn-details.png") no-repeat center/cover;
}
.wrap-champion .champion-comment .btn-details{
  position: absolute;
  left: 2px;
  bottom: -8px;
}
/*获奖评论样式结束*/

.wrap-champion .rank-title2{
  background:url("../images/all_work/rank-title2.png") no-repeat center/cover;
  margin:72px auto 16px;
}
.wrap-champion .excellent-list{
  width:1100px;
  margin:32px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap-champion .excellent-list .excellent{
  width:531px;
  height:630px;
  position: relative;
}
.wrap-champion .excellent-list .excellent-1{
  background:url("../images/all_work/excellent-1.png") no-repeat center/cover;
}
.wrap-champion .excellent-list .excellent-2{
  background:url("../images/all_work/excellent-2.png") no-repeat center/cover;
}
.wrap-champion .excellent-list .excellent-comment{
  font-size:18px;
  color:#a27a2c;
  line-height: 28px;
  width:470px;
  position: absolute;
  top:444px;
  left:32px;
  overflow-y: scroll;
  height: 118px;
}
.wrap-champion .excellent-list .excellent-comment::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}

.wrap-champion .excellent-list .excellent-comment::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #dc6230;;
}

.wrap-champion .excellent-list .excellent-comment::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #d7b882;
}
.wrap-champion .excellent-list .btn-details{
  position: absolute;
  left:34px;
  bottom:35px;
}
.wrap-champion .rank-title3{
  width:330px;
  background:url("../images/all_work/rank-title3.png") no-repeat center/cover;
  margin:82px auto 16px;
}
.wrap-champion .rank-title4{
  width:274px;
  background:url("../images/all_work/rank-title4.png") no-repeat center/cover;
  margin:72px auto 16px;
}
#dialog-prize{
  width:1041px;
  box-sizing: border-box;
  padding-top:48px;
  display: block;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  margin-top: -298.5px;
  margin-left: -520.5px;
}
#dialog-prize.prize-1{
  height:597px;
  background:url("../images/all_work/dia-prize1.png") no-repeat center/cover;
}
#dialog-prize.prize-2{
  height:386px;
  background:url("../images/all_work/dia-prize2.png") no-repeat center/cover;
}
#dialog-prize .title{
  font-size:30px;
  font-weight: bold;
  color:#8e4722;
  text-align: center;
  line-height: 1;
}
#dialog-prize img{
  display: block;
  margin:30px auto 0;
}

/* #t6Hl8#8E28B57327E47D9CC02A555F551770D6 */