@charset "utf-8";

/* **** Banner **** */
.banner {
    position: relative;
    height: 600px;
    background: url(img/banner/banner1.jpg) center center no-repeat;
}
@keyframes slide {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -1960px;
    }
}
.bannerContent {
    box-sizing: border-box;
    height: 100%;
    padding-top: 80px;
}
.mBannerLogo {
    display: none;
}
.bannerSlogan {
    width: 850px;
    height: 175px;
    margin: 80px auto 120px;
    background: url(img/slogan_en.png) center center no-repeat;
}
.bannerBtnGroup {
    margin-bottom: 20px;
    font-size: 0;
    text-align: center;
}
.goRegister {
    display: inline-block;
    width: 160px;
    height: 40px;
    margin-right: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background-color: #C30D23;
    border-radius: 20px;
    color: #fff;
}
.goRegister:last-child {
    margin-right: 0;
}
.goRegister:hover {
    background-color: #e8001c;
}
.bannerSummary {
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.mBannerArrow {
    display: none;
}

/* **** 展望 **** */
.prospect {
    position: relative;
    padding: 60px 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.prospectDescText {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 36px;
    color: #fff;
}
.prospectDescText:last-child {
    margin-bottom: 0;
}

/* **** section 奖项设置 **** */
.sectionIntro {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 30px;
    color: #E0E0E0;
}
#awardList {
    width: 710px;
}
.awardIcon1 {
    background: url(img/awardIcon1.svg) #EFEFEF center no-repeat;
    background-clip: padding-box;
}
.awardIcon2 {
    background: url(img/awardIcon2.svg) #EFEFEF center center no-repeat;
    background-clip: padding-box;
}
.awardPaginations {
    display: none;
}

/* **** section 参赛指引 **** */
.guide {
    background-color: rgba(0, 0, 0, 0.2);
}
.guidePDF {
    box-sizing: border-box;
    width: 290px;
    height: 75px;
    margin-bottom: 40px;
    padding: 10px 0 10px 10px;
    font-size: 0;
    /* background: radial-gradient(circle, rgba(211, 12, 35, 0.4) 2px, transparent 3px) 10px 10px / 20px 20px repeat; */
    background: radial-gradient(circle, rgba(211, 12, 35, 0.3) 1px, transparent 3px) 10px 12px / 15px 20px repeat;
}
.pdfIcon, .pdfName {
    display: inline-block;
    vertical-align: middle;
}
.pdfIcon {
    width: 30px;
}
.pdfName {
    margin: 5px 0 0 10px;
    font-size: 16px;
    line-height: 30px;
    color: #E0E0E0;
    cursor: pointer;
}
.pdfDownLoadCaret {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url(img/downArrow.svg) center center no-repeat;
}
.guideFlow {
    margin-top: 60px;
    text-align: center;
}
.flowList {
    width: 920px;
    margin: 0 auto;
}
.flowItem {
    position: relative;
    width: 160px;
    margin-right: 30px;
}
.flowItem:last-child {
    margin-right: 0;
}
.flowStep {
    width: 154px;
    height: 177px;
    margin: 0 auto;
    background-image: url(img/guideFlow0626EN.png);
    background-size: 921px 177px;
}
.fStep2 {
    background-position: -191px 0;
}
.fStep3 {
    background-position: -383px 0;
}
.fStep4 {
    background-position: -576px 0;
}
.fStep5 {
    background-position: -767px 0;
}
.flowStepArrow {
    position: absolute;
    top: 50%;
    right: -23px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(img/flowStepArrow.png) center center no-repeat;
}

/* **** section 大赛评审 **** */
.applyJudgeLink {
    display: inline-block;
    height: 40px;
    margin-left: 40px;
    padding: 0 25px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #c30d23;
    color: #fff;
}

/* **** section 同期活动 **** */
.activity {
    background-color: rgba(0, 0, 0, 0.2);
}
    /* **** 同期活动卡片 **** */
#activitySeriesBox.seriesBox {
    width: 950px;
    margin: 0 auto;
}
#activitySeriesBox .seriesItem {
    width: 280px;
    background: transparent;
}
#activitySeriesBox .seriesItem:not(:last-child) {
    margin-right: 50px;
}
#activitySeriesBox .seriesItemIcon {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    border-radius: 100%;
    box-shadow:0px 8px 30px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    z-index: 10;
}
#activitySeriesBox .seriesItemLogo {
    width: 120px;
    height: 120px;
    margin: 0;
    image-rendering: -webkit-optimize-contrast;
    display: block;
}
#activitySeriesBox .seriesItemLogo-tdc{
    background: url(img/series1.png) center no-repeat;
    background-size: cover;
}
#activitySeriesBox .seriesItemLogo-hmc{
    background: url(img/series2.png) center no-repeat;
    background-size: cover;
}
#activitySeriesBox .seriesItemLogo-amc{
    background: url(img/series3.png) center no-repeat;
    background-size: cover;
}
#activitySeriesBox .seriesItemContent {
    margin-top: -60px;
    padding: 60px 25px 30px;
    background-color: #fff;
}
#activitySeriesBox .seriesItemCaption {
    width: 70%;
    min-height: 25px;
    margin: 20px auto 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}
#activitySeriesBox .seriesItemCaption a{
    color: #2D2D2D;
}
#activitySeriesBox .seriesItemCaptionLink {
    color: #333333;
}
#activitySeriesBox .seriesItemSummary {
    width: 180px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    text-align: center;
}
#activitySeriesBox .seriesItemDevide {
    display: block;
    width: 40px;
    height: 4px;
    margin: 16px auto;
    background-color: #EBEBEB;
}
#activitySeriesBox .seriesItemDesc {
    /* height: 140px; */
    min-height: 240px;
    margin: 0 auto 20px;
    -webkit-line-clamp: 10;
    text-align: left;
    color: #333333;
}
#activitySeriesBox .seriesItemLinks {
    height: 35px;
}
#activitySeriesBox .seriesItemLink {
    padding: 0 30px;
}
#activitySeriesBox .aboutAwardLink {
	margin-left: 25px;
}

/* **** section 合作伙伴 **** */
.partnerList {
    margin: 20px 0 0;
}
.partnerLink {
    width: 160px;
    height: 60px;
    margin: 0 30px 30px 0;
    border: 0;
    outline: none;
}
.partnerLogo {
    width: 100%;
    height: 60px;
    background-color: #7B7B7B;
}

@media screen and (max-width: 750px) {
    /* **** Banner **** */
    .banner {
        position: relative;
        height: 10.6rem;
    }
    .carouselList {
        height: 100%;
    }
    .carouselItem {
        height: 1.76rem;
    }
    .bannerContent {
        padding-top: 0;
        overflow: hidden;
    }
    .mBannerLogo {
        display: block;
        width: 3.44rem;
        height: 1rem;
        margin: 2rem auto 0;
        background: url(img/logo2x.png) center center / auto 100% no-repeat;
    }
    .bannerSlogan {
        width: 100%;
        height: 2rem;
        margin: 0.5rem auto 1rem;
        background: url(img/m_slogan_en.png) center no-repeat;
        background-size: contain;
    }
    .goRegister {
        width: 3.6rem;
        height: 0.8rem;
        margin: 0 auto 0.4rem;
        font-size: 0.32rem;
        line-height: 0.8rem;
        border-radius: 0.4rem;
    }
    .goRegister:last-child {
        display: none;
    }
    .bannerSummary {
        display: none;
        font-size: 0.28rem;
    }
    .mBannerArrow {
        position: absolute;
        bottom: 0.6rem;
        left: 50%;
        display: block;
        /* width: 0.68rem;
        height: 1rem; */
        width: 0.34rem;
        height: 0.52rem;
        transform: translateX(-50%);
        background: url(img/mBannerArrow.png) center center / auto 100% no-repeat;
    }

    /* **** 展望 **** */
    .prospect {
        width: 100%;
        margin: 0 auto;
        padding: 1.2rem 0;
    }
    .prospectDescText {
        font-size: 0.28rem;
        line-height: 0.5rem;
    }

    /* **** section 奖项设置 **** */
    .awards > .container {
        width: 100%;
    }
    .sectionIntro {
        width: 90%;
        margin: 0 auto 0.4rem;
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    #awardList {
        width: 100%;
    }
    .awardPaginations {
        display: block;
        margin-top: 0.4rem;
    }

    /* **** section 参赛指引 **** */
    .guide .sectionIntro {
        width: 100%;
    }
    .guidePDF {
        width: 100%;
        height: 0.8rem;
        margin-bottom: 0.4rem;
        padding: 0;
        background: radial-gradient(circle, rgba(211, 12, 35, 0.4) 0.04rem, transparent 0.06rem) 0.2rem 0.2rem / 0.4rem 0.4rem repeat;
        overflow: hidden;
    }
    .pdfIcon {
        float: left;
        width: 0.5rem;
        margin: 0.08rem 0.2rem 0 0;
    }
    .pdfName {
        float: left;
        margin: 0;
        font-size: 0.28rem;
        line-height: 0.8rem;
    }
    .pdfDownLoadCaret {
        width: 0.5rem;
        height: 0.5rem;
    }
    .flowList {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .flowList::-webkit-scrollbar {
        display: none;
    }
    .flowItem {
        float: none;
        display: inline-block;
        width: 50%;
        /* margin: 0 0 0.6rem; */
        margin: 0;
    }
    .flowStep {
        /* width: 2.4rem;
        height: 2.4rem;
        margin: 0 auto 0.3rem;
        background-size: 16.8rem 2.4rem; */
        width: 3.08rem;
        height: 3.54rem;
        background-size: 18.42rem 3.54rem;
    }
    /* .fStep2 {
        background-position: -3.6rem 0;
    }
    .fStep3 {
        background-position: -7.2rem 0;
    }
    .fStep4 {
        background-position: -10.8rem 0;
    }
    .fStep5 {
        background-position: -14.4rem 0;
    } */
    .fStep2 {
        background-position: -3.88rem 0;
    }
    .fStep3 {
        background-position: -7.76rem 0;
    }
    .fStep4 {
        background-position: -11.54rem 0;
    }
    .fStep5 {
        background-position: -15.32rem 0;
    }
    .flowStepArrow {
        display: none;
    }

    /* **** section 大赛评审 **** */
    .applyJudgeLink {
        height: 0.8rem;
        margin-left: 0.3rem;
        padding: 0 0.3rem;
        font-size: 0.28rem;
        line-height: 0.8rem;
        border-radius: 0.4rem;
    }


    /* **** section 同期活动 **** */
    .activity > .container {
        width: 100%;
    }
        /* **** 同期活动卡片 **** */
    .activityItemHead {
        margin-top: 0.3rem 0 0;
    }
    .activityDate {
        width: 3rem;
        height: 0.7rem;
        margin: 0 auto 0.6rem;
        font-size: 0.32rem;
        line-height: 0.7rem;
        border-radius: 0.36rem;
    }
    .activityImg {
        width: 4.4rem;
        height: 3rem;
    }
    .activityItemBody > .seriesItemContent {
        width: 80%;
    }
    .activityItemCaption {
        margin: 0.6rem 0 0.4rem;
        font-size: 0.36rem;
        line-height: 0.4rem;
    }

    /* **** section 合作伙伴 **** */
    .partner > .container {
        width: 100%;
    }
    .partnerList {
        /* width: 96%; */
        /* margin: 0 0 0 3%; */
        width: 72%;
        margin: 0 auto;
    }
    .partnerLink {
        width: 1.6rem;
        height: auto;
        margin: 0 0.2rem 0.2rem 0;
    }
    .partnerLogo {
        width: 100%;
        height: 0.7rem;
    }


    #activitySeriesBox.seriesBox{
        width: 100%;
    }
    #activitySeriesBox .seriesItemDesc{
        /* height: 2.4rem; */
        min-height: 5.28rem;
        margin: 0 auto 0.6rem;
        -webkit-line-clamp: 11;
    }
    #activitySeriesBox .seriesItemContent{
        width: -webkit-calc(100% - 1rem);
        width: calc(100% - 1rem);
    }
    
}
