/* 淡入淡出 */
[v-cloak]{
    display: none;
}
@keyframes fadeIn{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.competition__detail .detail__item{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.competition__banner{
    margin-bottom: 49px;
}
.banner__box{
    position: relative;
}
.banner__bg__box{
    background: #333;
}
.banner__box .banner__bg{
    width: 100%;
    min-height: 630px;
    background-repeat: no-repeat;
    opacity: .6;
}
.banner__img__info{
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 1200px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.banner__img__info .img__title{
    display: flex;
    align-items: center;
    color: #fff;
}
.banner__img__info .img__title h1{
    font-size: 38px;
    margin-right: 14px;
    max-width: 1060px;
}
.banner__img__info .img__title span{
    font-size: 14px;
    padding: 2px 5px;
    background: #000;
}
.banner__img__info .img__prize{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;  
    margin-top: 23px; 
}
.banner__img__info .img__prize h2{
    color: #FFDA01;
    font-size: 20px;
    max-width: 1080px;
}
.banner__img__info .img__prize .prize__num{
    display: flex;
    align-items: center;
}
.banner__img__info .prize__num i{
    width: 17px;
    height: 16px;
    background: url(../../images/competition/icon.png) left bottom no-repeat;
}
.banner__img__info .prize__num span{
    color: #fff;
    font-size: 14px;
}
.banner__img__prize{
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.banner__img__prize p{
    text-align: center;
}
.banner__img__prize p span{
    color: #fff;
    font-size: 14px;
    background: #000;
    padding: 5px 12px;
    text-align: center;
}
.banner__img__prize h1{
    color: #fff;
    font-size: 42px;
    margin: 35px 0 25px 0;
    padding: 0 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 1200px;
}
.banner__img__prize .banner__border{
    width: 100%;
    margin-bottom: 26px;
    display: flex;
    align-items: center;
}
.banner__img__prize .banner__border span{
    display: block;
    border-bottom: #fff solid 1px;
    width: 48.5%;
}
.banner__img__prize .banner__border i{
    display: block;
    color: #fff;
    width: 5px;
    font-size: 0;
    height: 5px;
    background: #fff;
    margin: 0 15px;
    border-radius: 50%;
}
.banner__img__prize h2{
    color: #E3C294;
    font-size: 20px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 30px;
    max-width: 1200px;
}
.banner__process{
    text-align: center;
    margin-bottom: 110px;
}
.banner__process h1{
    color: #333;
    font-size: 32px;
    margin: 48px 0 83px 0;
}
.banner__process .process__speed{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
}
.banner__process .process__speed__two{
    justify-content: center;
}
.process__speed__two .speed__list{
    margin-left: 50px;
}
.banner__process .process__speed .speed__list{
    display: flex;
    align-items: center;
}
.process__speed .speed__info{
    display: flex;
    align-items: center;
}
.speed__info .speed__num span{
    position: relative;
    display: block;
    color: #333;
    font-size: 73px;
    width: 108px;
    height: 72px;
    text-align: center;
    background: #CCB89F;
    margin-right: 20px;
}
.speed__not .speed__info .speed__num span{
    background: #EDEDED;
}
.speed__info .speed__num span:before{
    content: '';
    position: absolute;
    display: block;
    top: -28px;
    left: 0;
    border-bottom: #CCB89F solid 28px;
    border-left: transparent solid 54px;
    border-right: transparent solid 54px;
}
.speed__not .speed__info .speed__num span:before{
    border-bottom: #EDEDED solid 28px;
}
.speed__info .speed__num span:after{
    content: '';
    position: absolute;
    display: block;
    bottom: -28px;
    border-top: #CCB89F solid 28px;
    border-left: transparent solid 54px;
    border-right: transparent solid 54px;
}
.speed__not .speed__info .speed__num span:after{
    border-top: #EDEDED solid 28px;
}
.speed__info .speed__text{
    text-align: left;
    width: 140px;
}
.speed__info .speed__text span{
    color: #333;
    font-size: 14px;
}
.speed__not .speed__info .speed__text span{
    color: #999;
}
.speed__info .speed__text h3{
    color: #333;
    font-size: 24px;
    margin: 5px 0;
}
.speed__not .speed__info .speed__text h3{
    color: #999;
}
.speed__line span{
    display: block;
    width: 93px;
    height: 1px;
    background: #333;
    margin-left: 5px;
}
.banner__write{
    width: 1200px;
    padding-bottom: 20px;
    margin: 0 auto;
}
.banner__write .write__text{
    color: #333;
    font-size: 14px;
    margin: 43px 0 32px 0;
    line-height: 26px;
}
.banner__write .write__btn{
    text-align: center;
}
.banner__write .write__btn span{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    background: #333;
    cursor: pointer;
    min-width: 137px;
    box-sizing: border-box;
}
/* 未开始 */
.competition__not{
    /* display: none; */
    padding-bottom: 60px;
}
.not__box h1{
    color: #333;
    font-size: 32px;
    margin-bottom: 52px;
    text-align: center;
    padding-top: 8px;
}
.not__content img{
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.competition__not p{
    font-size: 14px;
    line-height: 26px;
    font-family:PingFangSC-Regular;
    font-weight: Regular;
}
/* 详情公共样式 */
.competition__common__detail{
    position: relative;
    border-top: #dfdfdf solid 1px;
    padding-top: 46px;
}
.detail__tab{
    position: relative;
    margin-bottom: 54px;
}
.detail__tab .tab__main{
    width: 306px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.detail__tab h1{
    color: #333;
    font-size: 24px;
    padding-bottom: 10px;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.detail__tab .h1__selected{
    border-bottom: #333 solid 1px;
}
.detail__group{
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail__group__item{
    margin: 0 9px;
    padding: 0 24px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #333;
    border-radius: 22px;
    background: #F7F7F7;
    cursor: pointer;
}
.detail__group__item--select{
    background: #FFF100;
}
.detail__groupTag{
    margin-top: 39px;
    margin-bottom: 20px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    color: #333;
    background: #F7F7F7;
}
.detail__content{
    display: flex;
    flex-wrap: wrap;
}
.detail__list{
    position: relative;
    width: 285px;
    box-shadow: #dfdfdf 0 2px 2px;
    margin-bottom: 20px;
}
.detail__list:hover{
    box-shadow: #ccc 0 6px 15px;
}
.detail__list .list__url{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.detail__list:not(:nth-child(4n)){
    margin-right: 20px;
}
.detail__list .list__img{
    position: relative;
}
.detail__list .list__img img{
    display: block;
    width: 100%;
    height: 212px;
}
.detail__list .img__info{
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    padding: 7px 11px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.detail__list .img__info p span{
    display: block;
    color: #333;
    font-size: 12px;
    padding: 2px 10px;
    background: #FFD800;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.detail__list .img__info span{
    color: #fff;
    padding: 2px 3px;
    background: #fff;
}
.detail__list .img__info .img__photos{
    position: relative;
    color: #333;
    padding: 0 3px;
    background: #fff;
    width: 17px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
}
.detail__list .img__info .img__photos:before{
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    top: -2px;
    left: 50%;
    background: #fff;
    display: block;
    transform: translateX(-45%);
}
.detail__list .img__info .img__photos:after{
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    width: 60%;
    height: 1px;
    background: #fff;
    display: block;
    transform: translateX(-45%);
}
.detail__list .list__info{
    padding: 21px 14px;
    background: #fff;
    box-sizing: border-box;
}
.detail__list .list__info h3{
    height: 20px;
    font-weight: normal;
    margin-bottom: 19px;
    color: #333;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.detail__list .info__photo{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detail__list .info__photo .photo__box{
    display: flex;
    align-items: center;
}
.detail__list .photo__btn{
    display: flex;
    align-items: center;
}
.detail__list .photo__btn div{
    font-size: 14px;
    padding: 3px 15px;
    background: #fff;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-left: 8px;
}
.detail__list .photo__follow{
    color: #FF9A00;
    border: #FF9A00 solid 1px;
}
.detail__list .photo__followed{
    color: #999;
    border: #E5E5E5 solid 1px;
}
.detail__list .photo__follow__selected{
    color: #333;
    border: #E5E5E5 solid 1px;
}
.detail__list .photo__share{
    position: relative;
    color: #333;
    border: #E5E5E5 solid 1px;
}
.detail__list .info__photo img{
    width: 30px;
    height: 30px;
    margin-right: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.detail__list .info__photo span{
    color: #333;
    font-size: 12px;
}
.detail__list .list__title{
    position: relative;
    text-align: center;
    margin-bottom: 22px;
}
.detail__list .list__title span{
    color: #F7B646;
    font-size: 61.7px;
    opacity: .3;
}
.detail__list .list__title h1{
    position: absolute;
    top: 23px;
    color: #333;
    font-size: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 248px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url('../../images/prize_bg.png') no-repeat center;
    background-size: 248px 40px;
}
.detail__btn{
    text-align: center;
}
.detail__btn span{
    position: fixed;
    bottom: 10px;
    left: 50%;
    z-index: 999;
    transform: translateX(-50%);
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 18px 131px;
    margin: 58px 0;
    background: #0090FF;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.detail__tab .tab__sub{
    position: absolute;
    right: 0;
    top: 10px;
}
.detail__tab .tab__sub span{
    color: #666;
    font-size: 14px;
    padding-left: 10px;
    cursor: pointer;
}
.detail__tab .tab__sub span:not(:last-child){
    border-right: #666 solid 1px;
    padding-right: 10px;
}
.detail__tab .tab__sub .span__selected{
    color: #0090FF;
}
.detail__code{
    position: absolute;
    right: -200px;
    top: 20px;
}
.detail__code .code__box{
    padding: 19px;
    background: #F5F5F5;
    cursor: pointer;
}
.detail__code__fixed{
    position: fixed;
    top: 100px;
    right: 140px;
    z-index: 99;
}
.code__box img{
    width: 100px;
    height: 100px;
}
.code__box .code__text{
    text-align: center;
}
.code__box .code__text h3{
    color: #333;
    font-weight: normal;
    font-size: 14px;
    margin-top: 12px;
}
.code__box .code__text p{
    color: #999;
    font-size: 12px;
    margin-top: 5px;
}
.code__tag{
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    margin-left: 10px;
    padding-bottom: 20px;
} 
.code__tag a{
    position: relative;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    border-left: #e5e5e5 solid 2px;
    height: 53px;
    line-height: 5px;
    padding-left: 30px;
}
.code__tag a:not(:first-child){
    height: 9px;
}
.code__tag a:before{
    content: '';
    position: absolute;
    left: -5px;
    width: 7px;
    height: 7px;
    display: block;
    background: #E5E5E5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.code__tag a:last-child:before{
    bottom: 0;
}
.code__tag .spanSelect{
    color: #0090FF;
}
/* 投票中 */
.vote__detail .tab__main{
    display: block;
    width: 100%;
    text-align: center;
}
.vote__detail .tab__main h1{
    display: inline-block;
}
.vote__detail .tab__main h1:not(:last-child){
    margin-right: 120px;
}
.detail__list .vote__img__info p{
    color: #fff;
    background: rgba(0, 0, 0, .5);
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 2px;
}
.list__info .vote__info{
    text-align: center;
}
.list__info .vote__info p{
    color: #333;
    font-size: 14px;
}
.list__info .vote__info span{
    display: inline-block;
    color: #333;
    font-size: 12px;
    padding: 9px 37px;
    margin-top: 15px;
    background: #FFD800;
    cursor: pointer;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.vote__detail{
    padding-bottom: 60px;
}
/* 评选中 */
.selection__detail{
    padding-bottom: 60px;
}
.list__info .vote__info .vote__status{
    background: #ccc;
    cursor: default;
}
/* 结束 */
.detail__tab .selection__main{
    width: 506px;
}
.vote__list{
    width: 100%;
    margin-right: 0!important;
    box-shadow: none;
}
.vote__list .list__img img{
    height: 678px;
}
.vote__list .detail__item{
    margin-bottom: 30px;
}
.finish__large__list:not(:last-child){
    margin-bottom: 50px;
}
.finish__large__list .detail__item{
    margin-bottom: 30px;
}
.finish__large__list .list__title {
    height: 60px;
}
.end__info{
    box-shadow: #dfdfdf 0px 2px 2px;
}
.end__info h2{
    color: #333;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}
.end__info h6{
    color: #666;
    font-size: 12px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 18px 0 23px 0;
}
.end__list{
    box-shadow: none;
}
.end__list:not(:first-child){
    margin-top: 20px;
}
.end__share__box{
    display: none;
}
.photo__share:hover .end__share__box{
    display: block;
}
.detail__list .photo__btn .end__share__box{
    position: absolute;
    bottom: 40px;
    left: 50%;
    padding: 18px;
    margin-left: 0;
    background: #fff;
    box-shadow: #dfdfdf 0 0 4px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.end__share__box:before{
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    border-top: #dfdfdf solid 8px;
    border-right: transparent solid 6px;
    border-left: transparent solid 6px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.end__share__box:after{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    border-top: #fff solid 8px;
    border-left: transparent solid 6px;
    border-right: transparent solid 6px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.detail__list .end__share__box img{
    width: 140px;
    height: 140px;
    margin-right: 0;
    border-radius: initial;
    -webkit-border-radius: initial;
    -moz-border-radius: initial;
    -ms-border-radius: initial;
    -o-border-radius: initial;
}
.end__share__box span{
    display: block;
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
}
/* 弹窗提示 */
.message__box{
    min-width: 380px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    position: fixed;
    left: 50%;
    top: -100px;
    transform: translateX(-50%);
    background-color: #edf2fc;
    overflow: hidden;
    padding: 15px 15px 15px 20px;
    display: flex;
    align-items: center;
    z-index: 9999;
    transition: top 1s;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    -ms-transition: top 1s;
    -o-transition: top 1s;
}
.message__active{
    top: 20px;
}
.message__box i{
    color: #fff;
    margin-right: 10px;
    font-style: normal;
}
.message__box i:before{
    content: "";
    display: block;
    font-size: 12px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
}
.message__box p{
    padding: 0;
    font-size: 14px;
    line-height: 1;
	margin: 0;
}
/* 成功 */
.message__success{
    background-color: #f0f9eb;
    border-color: #e1f3d8;
}
.message__success p{
    color: #67c23a;
}
.message__success i:before{
    content: "√";
    background: #79c32a;
}
/* 警告 */
.message__warning{
    background-color: #fdf6ec;
    border-color: #faecd8;
}

.message__warning p{
    color: #e6a23c;
}
.message__warning i:before{
    content: "!";
    background: #e6a23c;
    line-height: 17px;
}
/* 错误 */
.message__error{
    background-color: #fef0f0;
    border-color: #fde2e2;
}
.message__error p{
    color: #f56c6c;
}
.message__error i:before{
    content: "X";
    background: #e76b6d;
    line-height: 17px;
}
/* 分页 */
.page__box .page__content{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #606266;
    font-size: 14px;
    padding-bottom: 60px;
}
.page__content .page__total{
    margin-right: 15px;
}
.page__content .page__num{
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 0 4px;
}
.page__content .page__num span{
    cursor: pointer;
    margin: 0 15px;
    font-weight: 500;
    user-select: none;
}
.page__content .page__num span:hover{
    color: #f80;
    font-weight: 600;
}
.page__content .page__num .span__selected{
    color: #f80;
    font-weight: 600;
}
.page__content .page__num .page__num__list{
    display: flex;
    align-items: center;
}
.page__num__input{
    display: flex;
    align-items: center;
    margin-left: 30px;
    font-weight: 400;
}
.page__num__input input{
    height: 26px;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    border: #dfdfdf solid 1px;
    margin: 0 10px;
}