﻿@charset "utf-8";

html, body, header, section, aside, footer, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li {
    margin: 0;
    padding: 0;
}
html, body {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
a {
    display: block;
    text-decoration: none;
}
img {
    display: block;
    border: 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, textarea, select {
    border: 1px solid #BFBFBF;    
}
select::-ms-expand {
    display: none;
}
input:read-only {
    background-color: #F6F6F6;
    color: #767676;
    cursor: not-allowed;
}
button:disabled, input:disabled, select:disabled {
    background: #999;
    cursor: not-allowed;
}
button:disabled, button.load {
    font-size: 0;
    background: url(img/load32.png) #999 center no-repeat;
    cursor: not-allowed;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 10px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #bbb;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.lt {
    float: left;
}
.rt {
    float: right;
}
.clear::after {
    display: block;
    content: "";
    clear: both;
}
.formGroup {
    position: relative;
}
.formTip {
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    color: red;
    display: none;
}
.formDesc {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    /* color: #858585; */
    color: red;
    display: none;
}
.formDesc::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin: -4px 5px 0 0;
    border: 4px transparent solid;
    /* border-bottom: 4px #858585 solid; */
    border-bottom: 4px red solid;
    zoom: 1;
}
.formInput, .formSelect {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-radius: 0;
}
.formSelect {
        background: url(img/select-caret.png) right 10px center no-repeat;
}
.redLayerBtn .layui-layer-btn .layui-layer-btn0 {
    background-color: #c30d23;
    border-color: #c30d23;
}

/* **** 公共导航菜单 **** */
.nav {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #F0F1F2;
    background-color: #fff;
    z-index: 1000;
}
.hamburger, .mNavRegisterLink {
    display: none;
}
.navBar {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 50px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    background-color: #212121;    
}
.languageSwitch {
    position: relative;
    height: 40px;
    padding-left: 25px;
    background: url(img/earth.png) left center no-repeat;
    background-size: 16px;
}
.languageLink {
    font-size: 14px;
    color: #fff;
}
.languageArrow {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 5px;
    border: 1px solid transparent;
    border-left-color: #fff;
    border-bottom-color: #fff;
    transform: rotate(-45deg) translateY(-50%);
}
.languageChoose {
    position: absolute;
    left: 0; 
    top: 40px;
    padding: 0 10px 0 20px;
    line-height: 25px;
    background-color: #212121;
    display: none;
}
.languageOption > a {
    color: #fff;    
}
.languageSwitch:hover .languageChoose {
    display: block;
}
.menu {
    box-sizing: border-box;
    height: 60px;
}
.closeMenu {
    display: none;
}
.menuWrapper {
    width: 1680px;
    /* width: 1450px; */
    margin: 0 auto;
}
.menuLogos {
    margin-top: 10px;
    font-size: 0;
}
.menuLogo, .menuLogoDivide {
    display: inline-block;
    vertical-align: middle;
}
.menuLogo {
    width: 116px;
    height: 40px;
}
.menuLogo-tdc{
    width: 108px;
    height: 38px;
    background: url(img/logoTDC.svg) center no-repeat;
    width: 108px;
    height: 38px;
    /* background: url(img/logo-tdc-1x.png) center no-repeat; */
}
.menuLogo-cdts{
    width: 128px;
    background: url(img/logoDTS.svg) center no-repeat;
    width: 128px;
    height: 40px;
    /* background: url(img/logo-cdts-1x.png) center no-repeat; */
}
.menuLogoDivide {
    height: 15px;
    margin: 0 15px;
    border-left: 1px solid #B7B7B7;
}
.mMenuLogo {
    display: none;
}
.mLanguage {
    display: none;
}
.menuList {
    margin-left: 50px;
    font-size: 16px;
    line-height: 60px;
}
.menuItem {
    position: relative;
}
.emptyLink {
    font-size: 16px;
    font-weight: normal;
    line-height: 60px;
}
.emptyLinkCaret {
    display: none;
}
.menuItem:not(:last-child) {
    margin-right: 40px;
}
.subMenu {
    box-sizing: border-box;
    position: absolute;
    top: 59px;
    width: 150px;
    padding: 0 15px;
    transform: translateX(-35px);
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #f0f1f2;
    box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.15);
    border-top: 0;
    display: none;
}
.subMenuLink {
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #F0F1F2;
}
.subMenuLink:last-child {
    border-bottom: 0;
}
.menuItemLink, .subMenuLink {
    color: #3F3F3F;
}
.menuItemLink.active {
    color: #c30d23;
}
.subMenuLink.active {
    color: #c30d23;
}
.subMenuLink:hover {
    color: #c30d23;
 } 
.menuItem:hover .subMenu {
    display: block;
}
.registerLink {
    width: 100px;
    height: 35px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    background-color: #c30d23;
    color: #fff;
}

.profile {
    font-size: 0;
}
.profileLink, .profileDivide {
    display: inline-block;
    vertical-align: middle;
}
.profileLink {
    font-size: 14px;
    line-height: 60px;
    color: #3F3F3F;
}
.myOrderLink {
    padding-left: 35px;
    background: url(img/profile25.png) left center no-repeat;
    background-size: 25px;
}
.profileDivide {
    height: 15px;
    margin: 0 25px;
    border-left: 1px solid #3F3F3F;
}
/* tools 右侧栏start */
.tools{
    position: fixed;
    bottom: 50px;
    right: 0;
    border: 1px solid #F0F1F2;
    z-index: 1000;
    display: none;
}
.toolsItem{
    width: 76px;
    background: #fff;
    text-align: center;
    position: relative;
}
.toolsItem:not(:nth-last-child(1))::after{
	content: "";
	position: absolute;
	width: 82%;
	height: 1px;
	background: #bbb;
	left: 9%;
	bottom: 0;
	z-index: 1;
}
.toolsItem a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 9px 0;
}
.toolsItem span{
    font-size: 13px;
    line-height: 24px;
    color: #333;
    display: block;
}
.toolsIcon{
    display: inline-block;
    width: 40px;
    height: 40px;
}
.toolsIcon svg{
    width: 100%;
    height: 100%;
}
.tIconA{
    background: url(img/tools/tools.png) left 3px center no-repeat;
}
.tIconB{
    background: url(img/tools/tools.png) left -40px center no-repeat;
}
.tIconC{
    background: url(img/tools/tools.png) left -80px center no-repeat;
}
.tIconD{
    background: url(img/tools/tools.png) left -160px center no-repeat;
}
.toolsItem a:hover span{
    color: #c30d23;
}
.toolsItem a:hover .tIconA{
    background: url(img/tools/tools_2.png) left 3px center no-repeat;
}
.toolsItem a:hover .tIconB{
    background: url(img/tools/tools_2.png) left -40px center no-repeat;
}
.toolsItem a:hover .tIconC{
    background: url(img/tools/tools_2.png) left -80px center no-repeat;
}
.toolsItem a:hover .tIconD{
    background: url(img/tools/tools_2.png) left -160px center no-repeat;
}
.toolsContactWrap{
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 20px;
    border: 1px solid #F0F1F2;
    display: none;
}
.toolsContactCont{
    position: relative;
    box-sizing: border-box;
    width: 240px;
    height: 100px;
    padding: 30px 30px 30px 40px;
    background: #fff;
    text-align: left;
}
.toolsContactCont::after{
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 100;
}
.toolsContactIcon{
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background: url(img/tools/tools_2.png) left -120px center no-repeat;
}
.toolsContactTxt{
    width: 100px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.toolsContactTxt p{
    font-size: 12px;
    line-height: 20px;
}
.toolsContact:hover .toolsContactWrap{
    display: block;
}
/* tools 右侧栏end */


/* **** 登录 **** */
.loginBox {
    position: fixed;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}
.loginBoxBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.loginBoxWrapper {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    padding: 0 40px 40px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}
.closeLogin {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #B8B8B8;
    cursor: pointer;
}
.loginTitle {
    margin: 50px 0 40px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #3F3F3F;
}

.loginInput {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding-left: 30px;
}
.loginMobileInput {
    width: 290px;
    border-right: 0;
    background: url(img/icon-mobile.png) left 3px center no-repeat;
    background-size: 24px;
}
.loginValicodeInput {
    margin-bottom: 40px;
    background: url(img/icon-lock.png) left 3px center no-repeat;
    background-size: 24px;
}
.getValicode {
    width: 130px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    border-radius: 0;
    background-color: #c30d23;
    color: #fff;
    cursor: pointer;
}
.loginBtn {
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    background-color: #c30d23;
    color: #fff;
    cursor: pointer;
}

/* **** 公共页面Banner部分内容（各自页面不同内容可覆写） **** */
.banner {
    height: 140px;
    margin-top: 100px;
    overflow: hidden;
    background-size: auto 100%;
}
.bannerContent {
    margin-top: 55px;
    text-align: center;
    color: #ffffff;
}
.bannerSlogan {
    font-size: 30px;
    line-height: 30px;
}

/* **** 公共页面内容部分标题（section title） **** */
.sectionTitle {
    margin: 65px 0 50px;
    font-size: 30px;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
    color: #252525;
}

/* **** 公共系列列表（三列，四列，eg：首页峰会系列活动，如何参与） **** */
.commonSeries {
    background-color: #F0F1F2;
    overflow: hidden;
}
.seriesBox {
    width: 1210px;
    margin: 0 auto 70px;
}
.seriesItem {
    width: 280px;
}
.seriesItem:not(:last-child) {
    margin-right: 30px;
}
.seriesItemIcon {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    box-shadow:0px 8px 30px 0px rgba(221,221,221,0.75);
    overflow: hidden;
    z-index: 10;
}
.seriesItemLogo {
    width: 80px;
    height: 80px;
    margin: 20px auto 0;
    image-rendering: -webkit-optimize-contrast;
    display: block;
}
.seriesItemLogo-tdc{
    background: url(img/seriesTDC-1x.png) center no-repeat;
    background-size: cover;
}
.seriesItemLogo-hmc{
    background: url(img/seriesHMC-1x.png) center no-repeat;
    background-size: cover;
}
.seriesItemLogo-amc{
    background: url(img/seriesAMC-1x.png) center no-repeat;
    background-size: cover;
}
.seriesItemLogo-cdts{
    background: url(img/seriesCDTS-1x.png) center no-repeat;
    background-size: cover;
}
.seriesItemContent {
    margin-top: -60px;
    padding: 60px 25px 30px;
    background-color: #fff;
}
.seriesItemCaption {
    min-height: 50px;
    margin: 30px 0 25px;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}
.seriesItemCaption a{
    color: #2D2D2D;
}
.seriesItemCaptionLink {
    color: #333333;
}
.seriesItemSummary {
    width: 180px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 25px;
    color: #636363;    
}
.seriesItemDevide {
    display: block;
    width: 40px;
    height: 4px;
    margin: 30px auto;
    background-color: #EBEBEB;
}
.seriesItemDesc {
    display: -webkit-box;
    min-height: 75px;
    margin: 0 auto 40px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    overflow : hidden;
    text-overflow: ellipsis;
    color: #2D2D2D;
}
.seriesItemLinks {
    text-align: center;
    font-size: 0;
}
.seriesItemLink {
    box-sizing: border-box;
    display: inline-block;
    /* width: 130px; */
    height: 35px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 35px;
    border: 1px solid #898888;
    color: #000000;
    /* transition: all 0.3s; */
}
.seriesItemLink:hover {
    border-color: #c30d23;
    background-color: #c30d23;
    color: #fff;
}
.seriesItemLink.disabled, .seriesItemLink.disabled:hover {
    background-color: #999;
    border-color: #999;
    color: #fff;
    cursor: not-allowed;
}
.aboutAwardLink {
	margin-left: 25px;
}
.conventionerLink {
	margin-bottom: 10px;
}
.swiper-pagination-bullets {
    position: static;
    display: none;
    font-size: 0;
    text-align: center;
}
.swiper-pagination-bullet {
    background-color: #898888;
}
.swiper-pagination-bullet-active {
    background-color: #c30d23;
}

/* **** 公共如何参与 **** */
.participateBox {
    /*width: 900px;*/
}
.participateIcon {
    border: 5px solid #fff;
    box-shadow: none;
}
.participateIconA {
    background: url(img/howToParticipateIcon.png) #fff7f4 0px 0px no-repeat;
}
.participateIconB {
    background: url(img/howToParticipateIcon.png) #fff7f4 -124px 0px no-repeat;
}
.participateIconC {
    background: url(img/howToParticipateIcon.png) #fff7f4 -248px 0px no-repeat;
}
.participateIconD {
    background: url(img/howToParticipateIcon.png) #fff7f4 -372px 0px no-repeat;
}
.participateItemContent {
    margin-top: -65px;
}
.participateItemCaption {
    min-height: unset;
    margin: 30px 0 20px;
}
.participateItemDesc {
    width: 190px;
    min-height: 125px;
    -webkit-line-clamp: 5;
}
.exhibitLink {
    margin-right: 15px;
}


/* **** 公共评价（eg：首页选择我们，因为认同，参展及赞助页） **** */
.evaluate {
    height: 690px;
    background: url(img/evaluateBg.jpg) center no-repeat;
    overflow: hidden;
}
.evaluateTitle {
    color: #fff;
}
.evaluateWrapper {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.evaluateArrow {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    cursor: pointer;
}
.evaluateArrow::after {
    content: "";
    width: 30px;
    height: 30px;
    border-left: 2px #fff solid;
    border-bottom: 2px #fff solid;
    position: absolute;
    top: 50%;
    left: 50%;
}
.evaluateLeftArrow::after {
    margin: -16px 0 0 -5px;
    transform: rotate(45deg);
}
.evaluateRightArrow {
    right: 0;
}
.evaluateRightArrow::after {
    transform: rotate(-135deg);
    margin: -15px 0 0 -25px;
}
.evaluateArrow:hover::after {
    border-color: #c30d23;
}
.evaluateBox {
    width: 810px;
    margin: 0 auto;
    color: #fff;
}
.evaluateItem {
    display: none;
}
.evaluateItem.active {
    display: block;
}
.evaluateItemPeople {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border: 2px solid #fff;
    border-radius: 100%;
    overflow: hidden;
}
.evaluateItemPhoto {
    width: 100%;
}
.evaluatePeopleInfo {
    text-align: center;
}
.evaluatePeopleName {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;    
}
.evaluatePeopleJobTitle {
    font-size: 14px;
    line-height: 20px;
    color: #A8A8A8;
}
.evaluateContent {
    display: -webkit-box;
    min-height: 140px;
    margin: 40px auto 40px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #DADADA;
    overflow: hidden;
    text-overflow: ellipsis;
}
.moreEvaluateBtnContainer {
    text-align: center;
}
.moreEvaluateBtn {
    display: inline-block;
    box-sizing: border-box;
    width: 150px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 20px; 
}
.moreEvaluate {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}
.moreEvaluateBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}
.moreEvaluateBox {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 940px;
    height: 570px;
    padding: 50px 25px;
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.closeMoreEvaluate {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 25px;
    height: 25px;
    background: url(img/close2.png) center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}
.moreEvaluateList {
    height: 470px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.moreEvaluateItem {
    width: 700px;
    margin: 0 auto;
    padding-top: 50px;
}
.moreEvaluateItemContent {
    font-size: 14px;
    line-height: 30px;
}
.moreEvaluateItemPeople {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
}

/* **** 公共合作伙伴 **** */
.partner {
    overflow: hidden;
}
.partnerList {
    /* width: 1020px; */
    width: 1032px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.partnerItem {
    margin: 0 0 40px;
}
.partnerItemCaption {
    margin: 0 0 25px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.partnerLink, .emptyLogo {
    /* box-sizing: border-box; */
    width: 150px;
    height: 65px;
    margin: 0 20px 20px 0;
    border: 1px solid #C4C4C4;
    overflow: hidden;
}
.emptyLogo {
    margin: 0;
    border: 0;
}
.partnerLogo {
    width: 100%;
}

/* **** 公共报名步骤条 **** */
.stepBar {
    box-sizing: border-box;
    height: 85px;
    margin-top: 100px;
    padding: 15px;
    text-align: center;
    background-color: #F0F1F2;
}
.stepBarItem {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 55px;
}
.stepBarItem::after {
    position: absolute;
    top: 16px;
    left: 50%;
    display: block;
    content: "";
    width: 180px;
    height: 2px;
    background-color: #BFBFBF;
}
.stepBarItem:last-child::after {
    content: none;
}
.stepBarItemInfo {
    position: relative;
    z-index: 10;
}
.stepBarNum {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    color: #3F3F3F;
    background-color: #F0F1F2;
    border: 1px solid #3F3F3F;
    border-radius: 100%;
}
.stepBarItemDesc {
    margin-top: 5px;
    font-size: 14px;
    line-height: 15px;
    color: #3F3F3F;
}
.stepBarItemDesc::before {
    content: attr(data-pctext);
}
    /* 当前步骤条激活样式 */
.stepBarItem.current::after, .stepBarItem.active::after {
    background-color: #c30d23;
}
.stepBarItem.current .stepBarNum, .stepBarItem.active .stepBarNum {
    background-color: #c30d23;
    border-color: #c30d23;
    color: #fff;
}
.stepBarItem.current .stepBarItemDesc {
    font-weight: bold;
}

/* **** 公共限免票和观众票审核规则（适用条件） **** */
.ruleBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
    z-index: 900;
    display: none;
}
.ruleBox::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.rules {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    padding: 25px 25px 5px;
    background-color: #fff;
    color: #565656;
    transform: translate(-50%, -50%);
}
.closeRule {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #B8B8B8;
    cursor: pointer;
}
.ruleList {
    margin: 20px 0 0;
    text-align: left;
}
.ruleItem {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 20px;
}

/* **** 公共演讲嘉宾（首页，演讲嘉宾页） **** */
.speakers, .speakerBox {    
    overflow: hidden;
}
.speakerList {
    width: 1100px;
    margin: 0 auto;
}
.speakerItem {
    width: 25%;
    height: 268px;
    margin-bottom: 42px;
    text-align: center;
}
.speaker {
    cursor: pointer;
}
.speakerImg {
    margin: 0 auto 20px;
}
.speakerInfo {
    overflow: hidden;
}
.speakerName {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.speakerJob, .speakerCompany {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #2d2d2d;
}

.speakerDetail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}
.speakerDetailBg {
    width: 100%;
    height: 100%;
    background-color: #fff;
    cursor: pointer;
}
.closeSpeakerDetail {
    position: absolute;
    top: 20px;
    right: 50px;
    width: 30px;
    height: 30px;
    background: url(img/close2.png) center no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 10;
}
.speakerDetailWrapper {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 500px;
    padding: 30px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%);
}
.speakerDetailBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.detailBoxLeft {
    width: 200px;
    text-align: center;
}
.speakerPhoto {
    width: 105px;
    height: 105px;
    margin: 0 auto 20px;
}
.detailBoxRight {
    box-sizing: border-box;
    width: calc(100% - 200px);
    padding-right: 50px;
    padding-left: 20px;
    text-align: left;
}
.speakerIntro {
    font-size: 14px;
    line-height: 25px;
}
.speakerParticipate {
    margin: 20px 0 0;
    padding-top: 20px;
    font-size: 14px;
    line-height: 25px;
    border-top: 1px solid #f5f5f5;
}
.speakerParticipateItem {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.speakerParticipateItem:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.speakerParticipateCaption {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #969696;
}
.participateCaptionLink {
    display: inline-block;
    color: #c30d23;
}
.participateTopicLink {
    color: #c30d23;
}

.speakerDetailWrapper.popIn {
    animation: popIn 0.5s ease;
}
.speakerDetailWrapper.popOut {
    animation: popOut 0.5s ease;
}
@keyframes popIn {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}
@keyframes popOut {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(0);
    }
}
.moreSpeakerBtnContainer {
    margin-bottom: 60px;
    text-align: center;
    font-size: 0;
}
.moreSpeakerLink {
    display: inline-block;
    height: 45px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 45px;
    background-color: #c30d23;
    color: #fff;
}

/* **** 公共页面mFooter **** */
.mFooter {
    display: none;
}

/* **** 公共页面Footer **** */
.footer {
    background: url(img/footerBg.jpg) center center/auto 100% no-repeat #141414;
}
.footerBox {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.footerTop {
    margin: 80px 0 70px;
}
.footerLogos {
    margin-top: 30px;
    font-size: 0;
}
.footerLogo, .footerLogoDivide {
    display: inline-block;
    vertical-align: middle;
}
.footerLogo{
    width: 128px;
    height: 44px;
}
.footerLogo-tdc{
    background: url(img/footerLogoTdc.png) center no-repeat;
}
.footerLogo-cdts{
    background: url(img/footerLogoDTS.png) center no-repeat;
}
.footerLogoDivide {
    height: 30px;
    margin: 0 10px;
    border-left: 1px solid #B7B7B7;
}
.footerContactList {
    margin: 30px 60px 0 0;
    color: #fff;
}
.footerContactItem {
    width: 150px;
    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;
}
.footerMiniProImg {
    width: 110px;
    margin: 0 auto;
}
.footerMiniProDesc {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    color: #A8A8A8;
}
.footerMiniProDesc span {
    display: block;
}
.footerMenu {
    height: 45px;
    margin-bottom: 30px;
    padding: 0 20px;
    border: 1px solid #333333;
    border-left: 0;
    border-right: 0;
}
.footerMenuLink {
    margin-right: 30px;
    font-size: 14px;
    line-height: 45px;
    color: #A8A8A8;
}
.footerMenuLink:hover {
    color: #fff;
}
.footerMenuLink:nth-last-child(1){
    margin-right: 0;
}
.tawardLink {
	padding-left: 35px;
	background: url(img/awardIcon.png) left center no-repeat;
}
.websiteLogo {
    width: 120px;
    margin: 0 auto;
}
.websiteLogoImg {
    width: 100%;
}
.copyright {
    margin: 10px 0 20px;
    font-size: 12px;
    text-align: center;
    color: #A8A8A8;
}

@media screen and (max-width: 1400px) {
    /* **** 公共导航菜单 **** */
    .menuWrapper {
        width: 1280px;
    }
    .menuList {
        margin-left: 50px;
    }
    .menuItem:not(:last-child) {
        margin-right: 30px;
    }
    .profileDivide {
        margin: 0 10px;
    }
    /* **** 公共评价（eg：首页选择我们，因为认同，参展及赞助页） **** */
    .evaluateLeftArrow {
        left: 100px;
    }
    .evaluateRightArrow {
        right: 100px;
    }
    /* **** 公共页面Footer **** */
    .footerBox {
        width: 1120px;
    }
    .footerContactList {
        margin: 30px 40px 0 0;
    }
    .footerContactItem {
        margin-right: 20px;
    }

}
@media screen and (max-width: 750px) {
    * {
        -webkit-tap-highlight-color: transparent;
    }
    /* 设置滚动条的样式 */
    ::-webkit-scrollbar {
        width: 0;
    }
    /* 滚动槽 */
    ::-webkit-scrollbar-track {
        box-shadow: initial;
        border-radius: initial;
    }
    /* 滚动条滑块 */
    ::-webkit-scrollbar-thumb {
        border-radius: initial;
        background: initial;
        box-shadow: initial;
    }
    .formGroup {
        font-size: 0;
    }
    .formInput, .formSelect {
        width: 100%;
        height: 0.8rem;
        padding: 0 0.2rem;
    }
    .formTip {
        bottom: 0.3rem;
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .formDesc {
        height: 0.4rem;
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .mHide {
        display: none !important;
    }
    .layui-layer-btn {
        font-size: 0;
    }
    .layui-layer-btn a {
        margin: 0;
        font-size: 0.28rem;
    }
    /* **** 公共导航菜单 **** */
    .nav {        
        height: 1rem;
        padding: 0 5%;
    }
    .hamburger, .mNavRegisterLink {
        display: block;
    }
    .hamburger {
        width: 0.6rem;
        height: 0.44rem;  
        margin-top: 0.3rem;      
    }
    .hamburgerItem {
        width: 100%;
        /*height: 0.06rem;*/
        height: 3px;
        background-color: #383838;
    }
    .hamburgerMiddleItem {
        margin: 0.13rem 0;
    }
    .mNavRegisterLink {
        height: 0.6rem;
        margin: 0.2rem 0 0;
        padding: 0 0.3rem;
        font-size: 0.28rem;
        line-height: 0.6rem;
        background-color: #c30d23;
        color: #fff;
    }
    .navBar {
        display: none;
    }
    .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);
    }
    .menuWrapper::-webkit-scrollbar {
        display: none;
    }
    .menuLogos {
        float: none;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0.6rem 0;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.47);
        background-color: #c30d23;
    }
    .menuLogo {
        display: none;
        width: auto;
        height: 0.7rem;
    }
    .menuLogoDivide {
        display: none;
        margin: 0 0.4rem;
    }
    .mMenuLogo {
        display: inline-block;
        width: 100%;
        height: 0.9rem;
        background: url(img/mMenuLogo2X.png) center/100% auto no-repeat;
    }
    .mLanguage {
        display: block;
        height: 1rem;
        font-size: 0;
        padding-left: 0.4rem;
        border-bottom: 1px solid #F0F1F2;
        background-color: #c30d23;
    }
    .mLanguageLink, .mLanguageLinkDivide, .mRegisterLink, .mExhibitionLink {
        display: inline-block;
        vertical-align: middle;
        font-size: 0.24rem;
        line-height: 0.8rem;
        color: #fff;
    }
    .mLanguageLinkDivide {
        height: 0.2rem;
        margin: 0.25rem 0 0;
        border-left: 1px solid #fff;
    }
    .mLanguageLink {
        height: 0.5rem;
        margin-top: 0.25rem;
        padding: 0 0.2rem;
        line-height: 0.5rem;
    }
    .mRegisterLink, .mExhibitionLink {
        box-sizing: border-box;
        height: 0.5rem;
        margin-top: 0.25rem;  
        padding: 0 0.3rem;
        line-height: 0.5rem;
        border: 1px solid #fff;
        float: none;
    }
    .mRegisterLink {
        margin-left: 0.2rem;
    }
    .mExhibitionLink {
        margin-left: 0.2rem;
    }
    .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;
    }    
    .menuItemLink {
        padding-left: 0.6rem;
        font-size: 0.32rem;
        line-height: 0.9rem;
    }
    .menuItemLink.active {
        font-weight: normal;
    }
    .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; */
    }
    .menuItem:hover .subMenu {
        display: none;
    }
    .subMenuLink {
        padding-left: 0.6rem;
        font-size: 0.28rem;
        line-height: 0.8rem;
        text-align: left;
        border-bottom: 0;
    }
    .registerLink, .profile {
        display: none;
    }
	.profile {
		display: none !important;
	}

    /* **** 公共tools 右侧栏 **** */
    .tools {
        display: none;
    }

    /* **** 登录 **** */
    .loginBoxWrapper {
        width: 90%;
        padding: 0 0.4rem 0.4rem;
        font-size: 0;
    }
    .closeLogin {
        width: 0.8rem;
        height: 0.8rem;
        font-size: 0.7rem;
        line-height: 0.8rem;
    }
    .loginTitle {
        margin: 0.6rem 0 0.4rem;
        font-size: 0.36rem;
        line-height: 0.4rem;
    }
    .loginInput {
        height: 0.8rem;
        margin-bottom: 0.3rem;
        padding-left: 0.6rem;
        background-size: 0.48rem;
    }
    .loginMobileInput {
        width: calc(100% - 2rem);        
    }
    .getValicode {
        width: 2rem;
        height: 0.8rem;
        font-size: 0.28rem;
        line-height: 0.8rem;        
    }
    .loginValicodeInput {
        margin-bottom: 0.8rem;
    }
    .loginBtn {
        height: 0.9rem;
        font-size: 0.28rem;
        line-height: 0.9rem;
    }

    /* **** 公共页面Banner部分内容（各自页面不同内容可覆写） **** */
    .banner {
        height: 1.5rem;
        margin-top: 1rem;
    }
    .bannerContent {
        margin-top: 0.5rem;
    }
    .bannerSlogan {
        font-size: 0.4rem;
        line-height: 0.5rem;
    }

    /* **** 公共页面内容部分标题（section title） **** */
    .sectionTitle {
        margin: 0.9rem 0 0.6rem;
        font-size: 0.48rem;
        line-height: 0.5rem;
    }

    /* **** 公共系列列表（三列，四列，eg：首页峰会系列活动，如何参与） **** */
    .seriesBox {
        width: 100%;
        margin: 0 auto 0.4rem;
    }
    .seriesItemIcon {
        width: 1.8rem;
        height: 1.8rem;
    }
    .seriesItemLogo {
        width: 1.4rem;
        height: 1.4rem;
        margin: 0.2rem auto 0;
    }
    .seriesItemContent {
        margin-top: -0.9rem;
        padding: 0.9rem 0.5rem 0.4rem;
    }
    .seriesItemCaption {
        min-height: 0.8rem;
        margin: 0.3rem 0;
        font-size: 0.3rem;
        font-weight: normal;
        line-height: 0.4rem;
        color: #333333;
    }
    .seriesItemSummary {
        width: 3.5rem;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .seriesItemDevide {
        width: 0.8rem;
        height: 0.08rem;
        margin: 0.4rem auto;
    }
    .seriesItemDesc {
        min-height: 1.5rem;
        margin: 0 auto 0.5rem;
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    .seriesItemLink {
        height: 0.6rem;
        padding: 0 0.2rem;
        font-size: 0.28rem;
        line-height: 0.6rem;
    }
    .aboutAwardLink {
    	margin-left: 0.3rem;
    }
    .swiper-pagination-bullets {
        position: static;
        display: block;
        margin-top: 0.4rem;
        font-size: 0;
        text-align: center;
    }
    .swiper-pagination-bullet {
        width: 0.2rem;
        height: 0.2rem;
        margin: 0 0.15rem;
    }

    /* **** 公共如何参与 **** */
    .participateIcon {
        border: 0.1rem solid #fff;
        background-size: 7.2rem auto;
    }
    .participateIconB {
        background: url(img/howToParticipateIcon.png) #fff7f4 -1.8rem 0px/7.2rem auto no-repeat;
    }
    .participateIconC {
        background: url(img/howToParticipateIcon.png) #fff7f4 -3.6rem 0px/7.2rem auto no-repeat;
    }
    .participateIconD {
        background: url(img/howToParticipateIcon.png) #fff7f4 -5.4rem 0px/7.2rem auto no-repeat;
    }
    .participateItemContent {
        margin-top: -1rem;
    }
    .participateItemCaption {
        margin: 0.3rem 0;
    }
    .participateItemDesc {
        width: 3.8rem;
        min-height: 2.5rem;
        font-size: 0.28rem;
        line-height: 0.5rem;
    }

    /* **** 公共评价（eg：首页选择我们，因为认同，参展及赞助页） **** */
    .evaluate {
        height: auto;
    }
    .evaluateWrapper, .evaluateBox {
        width: 100%;
    }
    .evaluateArrow {
        display: none;
    }
    .evaluateItem {
        display: block;
    }
    .evaluateItemPeople {
        width: 1.5rem;
        height: 1.5rem;
        margin: 0 auto 0.3rem;
        border: 0.04rem solid #fff;
    }
    .evaluatePeopleName {
        margin-bottom: 0.15rem;
        font-size: 0.32rem;
        line-height: 0.4rem;
    }
    .evaluatePeopleJobTitle {
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .evaluateContent {
        width: 90%;
        min-height: 3rem;
        margin: 0.4rem auto 0;
        -webkit-line-clamp: 6;
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    .evaluatePaginations {
        margin: 0.4rem 0;
    }
    .moreEvaluateBtnContainer {
        display: none;
    }
    .moreEvaluate {
        display: none;
    }

    /* **** 公共合作伙伴 **** */
    .partner {
        width: 100%;
    }
    .partnerList {
        width: 96%;
        margin: 0 0 0.4rem 3%;
    }
    .partnerItem {
        margin: 0 0 0.5rem;
    }
    .partnerItemCaption {
        margin: 0 0 0.3rem;
        font-size: 0.28rem;
        font-weight: normal;
        line-height: 0.3rem;
    }
    .partnerLink {
        box-sizing: border-box;
        width: 1.6rem;
        height: auto;
        margin: 0 0.2rem 0.2rem 0;
    }
    .emptyLogo {
        display: none;
    }


    /* **** 公共报名步骤条 **** */
    .stepBar {
        display: flex;
        width: 100%;
        height: 1.2rem;
        margin-top: 1rem;
        padding: 0.2rem 0;
        justify-content: center;
        align-items: center;
    }
    .stepBarItem {
        height: 0.8rem;
        font-size: 0;
    }
    .stepBarItem::after {
        top: 0.14rem;
        width: 100%;
    }
    .stepBarNum {
        box-sizing: border-box;
        width: 0.3rem;
        height: 0.3rem;
        font-size: 0.24rem;
        line-height: 0.3rem;
    }
    .stepBarItemDesc {
        margin-top: 0.2rem;
        font-size: 0.24rem;
        line-height: 0.24rem;
    }
    .stepBarItemDesc::before {
        content: attr(data-mobtext);
    }

    /* **** 公共限免票和观众票审核规则（适用条件） **** */
    .rules {
        box-sizing: border-box;
        width: 90%;
        padding: 0 0.4rem 0.4rem;
        font-size: 0;
    }
    .closeRule {
        width: 0.8rem;
        height: 0.8rem;
        font-size: 0.7rem;
        line-height: 0.8rem;
    }
    .ruleList {
        margin: 0.9rem 0 0;
    }
    .ruleItem {
        margin: 0 0 0.4rem;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }

    /* **** 公共演讲嘉宾（首页，演讲嘉宾页） **** */
    .speakerList {
        width: 100%;
        margin: 0;
    }
    .speakerItem {
        width: 45%;
        height: 4.2rem;
        margin: 0 2.5% 0.4rem;
    }
    .speakerImg {
        width: 2rem;
        margin: 0 auto 0.3rem;        
    }
    .speakerName, .speakerJob, .speakerCompany {
        margin: 0;
        font-size: 0.28rem;
        line-height: 0.4rem;        
    }
    .speakerDetailBg {
        background-color: rgba(0, 0, 0, 0.8);
    }
    .closeSpeakerDetail {
        /* top: 2.25rem; */
        top: 46%;
        right: 4%;
        width: 0.6rem;
        height: 0.6rem;
        margin-top: -3.9rem;
        background-color: #fff;
        border-radius: 100%;
        background-size: 0.3rem;
        z-index: 100;
    }    
    .speakerDetailWrapper {
        width: 85%;
        height: 8.3rem;
        padding: 0.3rem;
        background-color: #fff;
    }
    .detailBoxLeft {
        width: 100%;
        height: auto;
        float: none;
        font-size: 0;
    }
    .speakerPhoto {
        display: inline-block;
        vertical-align: top;
        width: 1.5rem;
        height: auto;
        margin: 0;
    }
    .speakerDetailInfo {
        display: inline-block;
        width: calc(100% - 1.8rem);
        margin-left: 0.3rem;
        text-align: left;
    }
    .speakerDetailInfo p {
        line-height: 0.5rem;
    }
    .detailBoxRight {
        width: 100%;
        margin-top: 0.3rem;
        padding-right: 0;
        padding-left: 0;
        float: none;  
    }
    .speakerIntro {
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    .speakerParticipate {
        margin: 0.2rem 0 0;
        padding-top: 0.2rem;
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    .speakerParticipateItem {
        margin-bottom: 0.2rem;
        padding-bottom: 0.2rem;
    }
    .moreSpeakerBtnContainer {
        margin-bottom: 0.6rem;
        text-align: center;
        font-size: 0;
    }
    .moreSpeakerLink {
        display: inline-block;
        height: 0.8rem;
        padding: 0 0.4rem;
        font-size: 0.28rem;
        line-height: 0.8rem;
    }

    /* **** 公共页面mFooter **** */
    .mFooter {
        display: block;
        width: 100%;
        height: 0.8rem;
        font-size: 0.24rem;
        line-height: 0.8rem;
        text-align: center;
        background-color: #9B9B9B;
        color: #fff;
        margin-top: .3rem;
    }
    .bigSizeNum {
        font-size: 0.4rem;
    }

    /* **** 公共页面Footer **** */
    .footer {
        width: 100%;   
    }
    .footerBox {
        width: 100%;
    }
    .footerTop {
        margin: 0;
    }
    .footerLogos {
        width: 100%;
        margin-top: 0.5rem;
        text-align: center;
        float: none;
    }
    .footerLogo{
        width: 2.4rem;
        height: .7rem;
    }
    .footerLogo-tdc{
        background: url(img/footerLogoTdc-2x.png) center no-repeat;
        background-size: auto 100%;
    }
    .footerLogo-cdts{
        background: url(img/footerLogoDTS-2x.png) center no-repeat;
        background-size: auto 100%;
    }
    .footerInfo {
        width: 100%;
        margin: 0.4rem 0;
        text-align: center;
        float: none;
    }
    .footerContactList {
        display: none;
    }
    .footerMiniPro {
        width: 100%;
        font-size: 0;
        text-align: center;
        float: none;
    }
    .footerMiniProImg {
        display: inline-block;
        width: 1.8rem;
    }
    .footerMiniProDesc {
        margin-top: 0.2rem;
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .footerMiniProDesc span {
        display: none;
    }
    .footerMenu {
        display: none;
    }
    .websiteLogo {
        display: none;
    }
    .copyright {
        margin: 0.3rem 0;
        font-size: 0.24rem;
        line-height: 0.3rem;        
    }
}

/*@media screen and (min-resolution: 192dpi){*/
@media screen and (-webkit-min-device-pixel-ratio: 2){
	.menuLogo-tdc{
        background: url(img/logo-tdc-2x.png) center no-repeat;
        background-size: cover;
    }
    .menuLogo-cdts{
        background: url(img/logo-cdts-2x.png) center no-repeat;
        background-size: cover;
    }
    .seriesItemLogo-tdc{
        background: url(img/seriesTDC-2x.png) center no-repeat;
        background-size: cover;
    }
    .seriesItemLogo-hmc{
        background: url(img/seriesHMC-2x.png) center no-repeat;
        background-size: cover;
    }
    .seriesItemLogo-amc{
        background: url(img/seriesAMC-2x.png) center no-repeat;
        background-size: cover;
    }
    .seriesItemLogo-cdts{
        background: url(img/seriesCDTS-2x.png) center no-repeat;
        background-size: cover;
    }
}