@charset "utf-8";

html, body, header, section, aside, footer, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd {
    margin: 0;
    padding: 0;
}
html, body {
    font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
a {
    display: block;
    text-decoration: none;
}
img {
    display: block;
    border: 0;
    outline: none;
}
ul, ol, li {
    list-style: none;
}
input, button, textarea, select {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input, select, textarea {
    border: 1px solid #BFBFBF;
}
select::-ms-expand {
    display: none;
}
input:disabled, select:disabled, button:disabled {
    background: #999;
    cursor: not-allowed;
}
button:disabled, button.load {
    font-size: 0;
    background: url(img/load32.png) #999 center no-repeat;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: rgba(41, 41, 41, 1);
}
::-webkit-scrollbar-thumb {
    background-color: rgba(192,192,192, 0.2);
}
.container {
    width: 1060px;
    margin: 0 auto;
}
.lt {
    float: left;
}
.rt {
    float: right;
}
.clear::after {
    display: block;
    content: "";
    clear: both;
}

/* body {
    background: url(img/bg.jpg) center center no-repeat;
    background-attachment: fixed;
    position: relative;
} */
body:before {
  content: ' ';
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(img/bg.png) #1e1e1e center 0 no-repeat;
}
/* **** 页面背景 **** */
.bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(img/bg.png) #1e1e1e center center no-repeat;
    background-attachment: fixed;
    z-index: -1;
    overflow: scroll;
    display: none;
}

/* **** 公共导航菜单 **** */
.nav {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1000;
}
.hamburger {
    display: none;
}
.mNavLogo {
    display: none;
}
.closeMenu {
    display: none;
}
.menuWrapper {
    width: 1060px;
    margin: 0 auto;
}
.menuLogos {
    margin-top: 15px;
    font-size: 0;
}
.menuLogo {
    display: inline-block;
    width: 172px;
    height: 50px;
    background: url(img/logo.png) center center/auto 100% no-repeat;
}
.menuList {
    font-size: 16px;
    line-height: 80px;
}
.menuItem {
    position: relative;
}
.menuItem:not(:last-child) {
    margin-right: 35px;
}
.menuItemLink, .subMenuLink {
    color: #fff;
}
.menuItemLink.active, .subMenuLink.active {
    color: #c30d23;
    font-weight: bold;
}
.registerLink {
    height: 30px;
    margin-top: 25px;
    padding: 0 15px;
    line-height: 30px;
    border-radius: 30px;
    background-color: #c30d23;
    color: #fff;
}
.registerLink:hover {
    background-color: #e8001c;
}
.emptyLink {
    font-size: 16px;
    font-weight: normal;
}
.emptyLinkCaret {
    display: none;
}
.subMenu {
    box-sizing: border-box;
    position: absolute;
    top: 79px;
    width: 250px;
    padding: 0 15px;
    transform: translateX(-45px);
    white-space: nowrap;
    background-color: rgba(0, 0, 0,0.8);
    border-top: 0;
    display: none;
}
.subMenuLink {
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #444444;
}
.subMenuLink:last-child {
    border-bottom: 0;
}
.menuItem:hover .subMenu {
    display: block;
}
.languageSwitch {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 80px;
    color: #fff;
}
.mLanguage {
    display: none;
}
/* **** 公共卡片列表 **** */
.seriesBox {
    width: 880px;
    margin: 0 auto;
}
.seriesItem {
    box-sizing: border-box;
    width: 320px;
    margin-right: 70px;
    padding-bottom: 30px;
    background-color: #fff;
}
.seriesItem:last-child {
    margin-right: 0;
}
.seriesItemIcon {
    box-sizing: border-box;
    width: 120px;
    height: 120px;
    margin: 30px auto 20px;
    padding: 25px;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: #EFEFEF;
}
.seriesItemContent {
    width: 240px;
    margin: 0 auto;
}
.seriesItemCaption {
    min-height: 40px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #333333;
}
.seriesItemDivide {
    display: block;
    width: 35px;
    height: 4px;
    margin: 20px auto;
    background-color: #EFEFEF;
}
.seriesItemDesc {
    display: -webkit-box;
    min-height: 168px;
    margin: 0 auto 30px;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    font-size: 12px;
    line-height: 24px;
    /* text-align: justify;
    text-justify: inter-ideograph; */
    overflow: hidden;
    text-overflow: ellipsis;
    color: #636363;
}
.seriesItemLinks {    
    text-align: center;
    font-size: 0;
}
.seriesItemLink {
    box-sizing: border-box;
    display: inline-block;
    height: 35px;
    margin-right: 15px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 33px;
    border: 1px solid #C30D23;
    border-radius: 18px;
    color: #C30D23;
}
.seriesItemLink:last-child {
    margin-right: 0;
}
.seriesItemLink:hover {
    background-color: #C30D23;    
    color: #fff;
}
.swiper-pagination-bullets {
    position: static;
    margin-top: 10px;
    font-size: 0;
    text-align: center;
}
.swiper-pagination-bullet {
    background-color: #E0E0E0;
}
.swiper-pagination-bullet-active {
    background-color: #c30d23;
}

/* **** 公共页面Footer **** */
.footer {
    padding: 60px 0 35px;
    background-color: #000000;
    overflow: hidden;
}
.footerLogos {
    width: auto;
    margin: 0 0 50px;
}
.footerLogo {
    display: inline-block;
    vertical-align: middle;
}
.footerLogo {
    width: 172px;
    height: 50px;
    background: url(img/logo.png) center center no-repeat;
}
.footerInfo {
    width: calc(100% - 255px);
}
.footerContactList {
    margin-right: 50px;
    color: #fff;
}
.footerContactItem {
    margin-right: 50px;
}
.footerContactItem:last-child {
    margin-right: 0;
}
.footerContactItemCaption {
    font-size: 14px;
    line-height: 20px;
}
.footerContactItemDivide {
    display: block;
    width: 15px;
    height: 4px;
    margin: 15px 0 20px;
    background-color: #c30d23;
}
.footerContactItemDesc {
    font-size: 14px;
    line-height: 20px;
    color: #A8A8A8;
}
.footerWechat {
    width: 110px;
}
.footerWechatImg {
    margin: 0 auto 10px;
}
.footerWechatDesc {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #A8A8A8;
}
.wechatDivide {
    display: block;
}
.footerMenu {
    height: 45px;
    margin: 40px 0 30px;
    border: 1px solid #333333;
    border-left: 0;
    border-right: 0;
}
.footerMenuLink {
    margin-right: 30px;
    font-size: 14px;
    line-height: 45px;
    color: #A8A8A8;
}
.iconTdc{
    padding-left: 35px;
    background: url(img/tdcIcon.png) left no-repeat;
}
.websiteLogo {
    margin: 0 auto 10px;
    width: 120px;
}
.websiteLogoImg {
    width: 100%;
}
.copyright {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #A8A8A8;
}

/* **** 公共大赛评审 **** */
.judgeBox {
    z-index: 2;
}
.judgeList {
    margin: 0 auto;
}
.judgeItem {
    /* width: 155px; */
    width: 25%;
    height: 268px;
    margin-bottom: 45px;
    text-align: center;
    color: #fff;
}
.judgeItem:nth-child(4n) {
    margin-right: 0;
}
.judge {
    cursor: pointer;
}
.judgeImg {
    margin: 0 auto 20px;
}
.judgeName {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}
.judgeJob, .judgeCompany {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
}
.judgeDetail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    display: none;
}
.judgeDetail::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(img/bg.png) center center no-repeat;
}
.judgeDetailWrapper {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 300px;
    padding: 30px 20px;
    background-color: rgba(0, 0, 0, 0.2);
}
.closeJudge {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(img/closeWhite.png) center center no-repeat;
    cursor: pointer;
}
.judgeDetailBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.detailBoxLeft {
    width: 200px;
    text-align: center;
}
.judgePhoto {
    width: 105px;
    height: 105px;
    margin: 0 auto 20px;
}
.detailBoxRight {
    box-sizing: border-box;
    width: calc(100% - 200px);
    padding-right: 50px;
    text-align: left;
}
.judgeIntro {
    font-size: 14px;
    line-height: 25px;
}
.judgeBtnContainer {
    font-size: 0;
    text-align: center;
}
.moreJudge {
    display: inline-block;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #c30d23;
    color: #fff;
}

/* **** 公共数字营销奖，产品创新奖label **** */
.awardRadio {
    display: none;
}
.awardLabel {
    position: absolute;
    top: 0;
    width: 50%;
    font-size: 0;
    line-height: 50px;
    text-align: center;
    background-color: #ffffff;
    color: #333333;
    cursor: pointer;
}
.awardLabel1 {
    left: 0;
}
.awardLabel2 {
    right: 0;
}
.awardLabel:hover {
    color: #c30d23;
}
.awardRadio:checked + .awardLabel {
    background-color: #c30d23;
    color: #ffffff;
}
.awardRadio:checked + .awardLabel:hover {
    color: #fff;
}
.awardRadio:checked + .awardLabel .awardIcon path {
    fill: #ffffff;
}
.awardIcon, .awardTab {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.awardIcon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.awardCategory {
    display: none;
}
.awardRadio:checked + .awardLabel + .awardCategory {
    display: block;
    padding-top: 80px;
}

/* **** 公共pdf样式 **** */
.pdf {
    box-sizing: border-box;
    /* width: 300px; */
    margin-bottom: 40px;
    padding: 10px;
    border: 1px solid #666666;
    border-radius: 5px;
    font-size: 0;
}
.pdfIcon {
    width: 30px;
}
.pdfIcon, .pdfName {
    display: inline-block;
    vertical-align: middle;
}
.pdfName {
    margin: 0 10px;
    font-size: 14px;
    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;
}

/* **** 公共section样式 **** */
.section {
    padding: 60px 0;
    background-color: transparent;
    z-index: 1;
}
.sectionTitle {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
    color: #fff;
}
.sectionTitleCaret {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: -15px 0 0;
    background-color: rgba(211,12,35,1);
    box-shadow: 20px -10px 0 rgba(211,12,35,0.75);
}
.sectionTitleCaret::after {
    position: absolute;
    top: 20px;
    left: 15px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background-color: rgba(211,12,35,0.5)
}

@media screen and (max-width: 750px) {
    * {
        -webkit-tap-highlight-color: transparent;
    }
    .container {
        width: 90%;
    }
    /* **** 公共导航菜单 **** */
    .nav {
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 1rem;
        padding: 0 5%;
        background-color: rgba(0,0,0,0.75);
    }
    .hamburger {
        display: block;
        width: 0.6rem;
        height: 0.44rem;
        margin-top: 0.3rem;
    }
    .hamburgerItem {
        width: 100%;
        /* height: 0.06rem; */
        height: 3px;
        border-radius: 0.1rem;
        background-color: #fff;
    }
    .hamburgerMiddleItem {
        width: 0.4rem;
        margin: 0.13rem 0;
    }
    .mNavLogo {
        display: block;
        width: 3.44rem;
        height: 0.7rem;
        margin: 0.14rem auto 0;
        background: url(img/logo.png) center center / auto 100% no-repeat;
    }
    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        display: none;
    }
    .closeMenu {
        position: absolute;
        left: 85%;
        display: block;
        width: 1rem;
        height: 1rem;
        background: url(img/closeWhite.png) center no-repeat;
    }
    .menuWrapper {
        width: 84%;
        height: 100%;
        margin: 0;
        overflow: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        background-color: #F0F1F2;
        transition: transform 0.2s linear;
        transform: translateX(-100%);
    }
    .menuWrapper.slideIn {
        transform: translateX(0);
    }
    .menuLogos {
        float: none;
        width: 100%;
        height: 1rem;
        margin: 0;
        padding: 0.6rem 0;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.47);
        background-color: #c30d23;
    }
    .menuLogo {
        width: 3.44rem;
        height: 1rem;
        background: url(img/logoWhite2x.png) center center/auto 100% no-repeat;
    }
    .menuList {
        width: 100%;
        margin: 0;
        background-color: #fff;
        float: none;
    }
    .menuItem {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        margin-right: 0;
        border-bottom: 1px solid #F0F1F2;
        float: none;
    }
    .menuItem:not(:last-child) {
        margin-right: 0;
    }
    .menuItem:hover .subMenu {
        display: none;
    }
    .menuItemLink {
        padding-left: 0.6rem;
        font-size: 0.32rem;
        line-height: 0.9rem;
        color: #3f3f3f;
    }
    .registerLink {
        height: auto;
        margin-top: 0;
        padding: 0 0 0 0.6rem;
        line-height: 0.9rem;
        border-radius: 0;
        background-color: initial;
        color: #3f3f3f;
    }
    .registerLink:hover {
        background-color: transparent;
    }
    .emptyLinkCaret {
        display: block;
        position: absolute;
        top: 0.3rem;
        right: 0.5rem;
        width: 0.16rem;
        height: 0.16rem;
        border-right: 1px #c30d23 solid;
        border-bottom: 1px #c30d23 solid;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: .4s;
        transition: .4s;
    }
    .emptyLink.active .emptyLinkCaret {
        top: 0.4rem;
        transform: rotate(-135deg);
    }
    .subMenu {
        position: static;
        width: 100%;
        padding: 0;
        border: 0;
        transform: translateX(0);
        background-color: #F0F1F2;
        box-shadow: none;
        /* display: block; */
    }
    .subMenuLink {
        padding-left: 0.6rem;
        font-size: 0.28rem;
        line-height: 0.8rem;
        text-align: left;
        border-bottom: 0;
        color: #3f3f3f;
    }
    .languageSwitch {
        display: none;
    }
    .mLanguage {
        display: block;
        height: 1rem;
        padding-left: 0.4rem;
        font-size: 0;
        background-color: #c30d23;
    }
    .mLanguageLink {
        display: inline-block;
        vertical-align: middle;
        height: 0.5rem;
        margin-top: 0.25rem;
        padding: 0 0.2rem;
        font-size: 0.28rem;
        line-height: 0.5rem;
        color: #fff;
    }
    .mLanguageLinkDivide {
        display: inline-block;
        vertical-align: middle;
        height: 0.2rem;
        margin: 0.25rem 0 0;
        border-left: 1px solid #fff;
    }

    /* **** 公共卡片列表 **** */
    .seriesBox {
        width: 100%;
    }
    .seriesItem {
        padding-bottom: 0.6rem;
    }
    .seriesItemIcon {
        width: 1.8rem;
        height: 1.8rem;
        margin: 0.6rem auto 0.4rem;
    }
    .seriesItemContent {
        width: 90%;
    }
    .seriesItemCaption {
        min-height: auto;
        font-size: 0.36rem;
        line-height: 0.4rem;
    }
    .seriesItemDivide {
        width: 0.7rem;
        height: 0.08rem;
        margin: 0.4rem auto;
    }
    .seriesItemDesc {
        min-height: 3.36rem;
        margin: 0 auto 0.6rem;
        font-size: 0.28rem;
        line-height: 0.48rem;
    }
    .seriesItemLink {
        /* width: 2.4rem; */
        height: 0.7rem;
        font-size: 0.28rem;
        line-height: 0.7rem;
        border-radius: 0.36rem;
    }

    /* **** 公共页面Footer **** */
    .footer {
        padding: 0.6rem 0;
    }
    .footerLogos {
        float: none;
        height: 1rem;
        margin: 0 0 0.6rem;
        font-size: 0;
        text-align: center;
    }
    .footerLogo {
        width: 3.44rem;
        height: 1rem;
        background-size: contain;
    }
    .footerInfo {
        float: none;
        width: 3.1rem;
        margin: 0 auto;
    }
    .footerContactList {
        float: none;
        width: 3.1rem;
        margin: 0 auto;
        font-size: 0;
    }
    .footerContactItem {
        float: none;
        margin: 0 auto 0.6rem;
    }
    .footerContactItemCaption {
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .footerContactItemDivide {
        width: 0.3rem;
        height: 0.08rem;
        margin: 0.3rem 0;
    }
    .footerContactItemDesc {
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .footerWechat {
        float: none;
        width: 100%;
        font-size: 0;
        text-align: center;
    }
    .footerWechatImg {
        display: inline-block;
        margin: 0 auto 0.2rem;
    }
    .footerWechatDesc {
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .footerMenu {
        display: none;
        width: 90%;
        margin: 0 auto 0.6rem;
    }
    .footerMenuItem {
        float: none;
        margin: 0.2rem 0;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .websiteLogo {
        margin: 0.4rem auto 0;
        width: 2rem;
    }
    .copyright {
        font-size: 0.24rem;
        line-height: 0.4rem;
        text-align: center;
    }

    /* **** 公共大赛评审 **** */
    .judgeList {
        width: 100%;
        margin: 0.6rem auto 0;
    }
    .judgeItem {
        width: 45%;
        height: 4.2rem;
        margin: 0 2.5% 0.4rem;
    }
    .judgeImg {
        width: 2rem;
        margin: 0 auto 0.3rem;
    }
    .judgeName, .judgeJob, .judgeCompany {
        margin: 0;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .judgeDetailWrapper {
        width: 90%;
        height: 10rem;
        margin: 0 auto;
        padding: 0.3rem;
    }
    .closeJudge {
        top: -1rem;
        width: 1rem;
        height: 1rem;        
    }
    .judgeDetailBox::-webkit-scrollbar {
        display: none;
        width: 0;
    }
    .detailBoxLeft {
        width: 100%;
        height: auto;
        float: none;
        font-size: 0;
    }
    .judgePhoto {
        display: inline-block;
        vertical-align: top;
        width: 1.5rem;
        height: auto;
        margin: 0;
    }
    .judgeDetailInfo {
        display: inline-block;
        width: calc(100% - 1.8rem);
        margin-left: 0.3rem;
        text-align: left;
    }
    .judgeDetailInfo p {
        line-height: 0.5rem;
    }
    .detailBoxRight {
        width: 100%;
        margin-top: 0.3rem;
        padding-right: 0;
        float: none;
    }
    .speakerIntro {
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    .judgeBtnContainer {
        margin-top: 0.4rem;
    }
    .moreJudge {
        height: 0.8rem;
        padding: 0 0.3rem;
        font-size: 0.28rem;
        line-height: 0.8rem;
        border-radius: 0.4rem;
    }

    /* **** 公共数字营销奖，产品创新奖label **** */
    .awardLabel {
        line-height: 1rem;
    }
    .awardIcon {
        display: none;
        width: 0.6rem;
        height: 0.6rem;
        margin-right: 0.2rem;
    }
    .awardRadio:checked + .awardLabel + .awardCategory {
        padding-top: 1.6rem;
    }
    .awardTab {
        font-size: 0.24rem;        
    }

    /* **** 公共pdf样式 **** */
    .pdf {
        width: 6rem;
        margin-bottom: 0.6rem;
        padding: 0.2rem;
        border-radius: 0.1rem;
    }
    .pdfIcon {
        width: 0.6rem;
    }
    .pdfName {
        margin: 0 0.2rem;
        font-size: 0.28rem;
        line-height: 0.6rem;
    }
    .pdfDownLoadCaret {
        width: 0.5rem;
        height: 0.5rem;        
    }

    /* **** 公共section样式 **** */
    .section {
        padding: 0.6rem 0;
    }
    .sectionTitle {
        margin-bottom: 0.4rem;
        font-size: 0.48rem;
        line-height: 0.5rem;
        text-align: center;
    }
    .sectionTitleCaret {
        width: 0.16rem;
        height: 0.16rem;
        margin: -0.2rem 0 0;
        box-shadow: 0.3rem -0.15rem 0 rgba(211,12,35,0.75);
    }
    .sectionTitleCaret::after {
        position: absolute;
        top: 0.3rem;
        left: 0.2rem;
        display: block;
        content: "";
        width: 0.12rem;
        height: 0.12rem;
        background-color: rgba(211,12,35,0.5);
    }
}