@font-face {
    font-family: 'SemiBold';
    src: url(//img3.donews.com/special/donewsaward2020/font/SourceHanSerifCN-SemiBold.otf);
}
* {
    margin: 0;
    padding: 0;
}
li {
    /* 去掉li前面的小圆点 */
    list-style: none;
}
a{
    text-decoration: none;
    color: #D4C987;
}
img{
    width: 100%;
    height: 100%;
}
.container {
    width: 100%;
    min-width: 750px;
    height: 100%;
}

.head{
    background: url('./images/topTitle.png') center no-repeat;
    width: 100%;
    height: 1058px;
    background-size: cover;
    position: relative;
}
.head .menu{
    width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 33px;
}
.head .menu .menu2{
    display: none;
    width: 30px;
    height: 28px;
}
.head .donews img{
    height: 26px;

}
.head .menuPc ul{
    display: flex;
    align-items: center;
    justify-content: space-around;

    width: 362px;
    height: 16px;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #D4C987;
    line-height: 15px;
}

.topNext{
    position: absolute;
    top: 988px;
    width: 68px;
    left: 50%;
    transform: translate(-34px);
}
.topNext .topNextText{
    width: 72px;
    height: 18px;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #E8E5D2;
    line-height: 15px;
}
.topNext .topNextImg img{
    width: 67px;
    height: 37px;
    margin-top: 2px;
}

.line{
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 15px;
}

.contentBody{
    background: url('./images/contentBodyBgc.png') center no-repeat;
    width: 100%;
    /* TODO */
    height: 4008px;
    background-size: cover;
}
.contentBody .content{
    width: 1122px;
    margin: 0 auto;
    padding-top: 180px;
}
.bgTitle{
    width: 467px;
    margin-left: 250px;
}
.listTip {
    color: #e1d795;
    font-size: 16px;
    text-align: center;
}
.eventBg .bgcontent{
    width: 1122px;
    height: 297px;
    margin-top: 26px;
    position: relative;
}
.eventBg .bgcontent .bgContentCover{
    width: 1064px;
    margin: 0 auto;
    position: absolute;
    top: 31px;
    left: 23px;
}
.eventBg .bgcontent .bgText{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ECEBE3;
    line-height: 38px;
}
.bgbg2{
    display: none;
}

.eventTime {
    margin-top: 35px;
}
.eventTimeTitle{
    width: 233px;
    margin: 0 auto;
}
.eventTime .smallTitleImg{
    width: 103px;
    height: 27px;
    margin: 40px auto;
}
.selectionTime, .releaseTime{
    height: 21px;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FEFBEC;
    text-align: center;
}
.listBgTitle {
    width: 467px;
    margin-left: 250px;
    margin-top: 60px;
}
.selectObj .bgTitle{
    margin-top: 60px;
}
.selectObj .targetBg{
   position: relative;
   margin-top: 34px;
}
.selectObj .targetBg2Img{
    display: none;
}
.selectObj .targetContent{
    position: absolute;
    width: 444px;
    top: 33px;
    left: 50%;
    margin-left: -222px;
}
.selectObj .targetContentTitle{
    width: 272px;
    height: 17px;
    margin: 0 auto 26px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ECEBE3;
}
/* .selectObj .targetContentTitle2{
    width: 423px;
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ECEBE3;
    line-height: 56px;
} */
.targetLi{
    width: 444px;
    height: 57px;
    margin-bottom: 30px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ECE0A7;
    line-height: 40px;
    background: url('./images/targetLi.png') center no-repeat;
    background-size: cover;
}
.targetLiContent{
    line-height: 57px;
    width: 444px;
    text-align: center;
}


.selectObj .targetRevert{
    margin-top: 47px;
}
.selectObj .targetRevert .targetRevertContent{
    margin: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.selectObj .targetRevert .targetRevertContent img{
    width: 256px;
    height: 221px;
}


/* 奖项设置 */
.award .eventTimeTitle{
    margin-top: 35px;
}
.award .award1, .award2, .award3{
    position: relative;
}
.award .award1 {
    width: 346px;
}
.award .awardContent{
    margin-top: 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.awardRevert{
    position: absolute;
    top: 0;
    width: 346px;
}
.award .awardTitle{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ECEBE3;
    line-height: 40px;
    text-align: center;
    margin-top: 8px;
}
.award .awardTabContent{
    width: 346px;
    height: 17px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ECE0A7;
    line-height: 40px;
    text-align: center;
    padding-top: 10px;
}

.wenjuanBtn{
    margin: 64px auto;
    width: 223px;
    height: 101px;
}

/* youxiang */
.emails{
    margin-top: 35px;
}
.emailContent .targetLi{
    margin: 20px auto;
    transform: scale(.78);
    font-size: 24px;
}

.footer {
    width: 100%;
    height: 90px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #4C4B40;
    line-height: 15px;
    background-color: #0b0a12;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


/* .mySwiperBtn{
    background-image: none;
} */
.awardBottomTitle {
    height: 58px;
    width: 100%;
    text-align: center;
    margin: 39px auto 23px;
}
.mt70 {
    margin-top: 70px;
}
.awardBottomTitle img {
    width: 148px;
    height: 58px;
}
.award11, .award2, .award3{
    position: relative;
}
.swiper-container {
    width: 100%;
}
.swiper-button-prev {
    background: url('./images/left.png') no-repeat;
    background-size: 100% 100%;
    width: 30px !important;
    height: 38px !important;
    left: -50px !important;
    position: absolute;
}
.swiper-button-next{
    background: url('./images/right.png') no-repeat;
    background-size: 100% 100%;

    position: absolute;
    width: 30px !important;
    height: 38px !important;
    right: -50px !important;
}
.swiper-button-next::after, .swiper-button-prev::after{
    content: '' !important;
}
.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;

    height: 406px;
    width: 1070px;
}
.swiper-slide .slider-div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.slider-bottom {
    margin-top: 38px;
}
.award1Cover{
    width: 345px;
    height: 184px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.award1Bg {
    width: 304px;
    height: 184px;
    background: url('./images/winListCover.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.award1Bg .company {
    /* width: 144px; */
    height: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFCDE;
    line-height: 15px;
    margin-top: 78px;
}
.award1Bg .awardContent {
    /* width: 218px; */
    height: 17px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CBBB90;
    line-height: 18px;
    margin-top: 45px;
}