body {
    line-height: initial;
}

.mb {
    display: none
}

.hdc-head-mb {
    display: none;
}

.hdc-head {
    position: fixed;
    top: 0;
    padding: 20px 82px 24px;
    width: 100%;
    z-index: 20;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .11)
}

.hdc-head-outer {
    float: left;
    font-size: 0
}

.hdc-nav .nav-list,
.login-wrap .login-text {
    float: left
}

.sub-menu-wrap .left-item-wrap .left-item .hot,
.hdc-nav .nav-list .hot {
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    color: #c7000b;
}

.hdc-nav .nav-list.active a,
.hdc-nav .nav-list.active span {
    color: #c7000b;
}

body:not(.Mobile) .hdc-nav:hover .nav-list::after {
    left: 100%
}

body:not(.Mobile) .hdc-nav:hover .nav-list:hover::after {
    left: 0
}

.visble {
    height: 0
}

.hdc-nav {
    position: absolute;
    left: 58%;
    transform: translateX(-40%);
    width:750px
}

.hdc-nav .nav-list {
    position: relative;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer
}

.hdc-nav .nav-list>a {
    line-height: 40px;
    font-size: 16px
}

.hdc-nav .nav-list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 26px;
    bottom: -26px
}

.hdc-nav .nav-list::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #8231ce;
    border-bottom: 2px solid #8231ce;
    transition: .3s all linear
}

body:not(.Mobile) .hdc-nav .nav-list:hover::after {
    width: 100%;
    left: 0
}

.hdc-nav .nav-list:first-child::after {
    left: 0
}

.hdc-nav .nav-list:last-child::after {
    left: 100%
}

body:not(.Mobile) .hdc-nav .nav-list:last-child:hover::after {
    left: 0
}

body:not(.Mobile) .nav-list:hover+.nav-list::after {
    left: 0
}

body:not(.Mobile) .hdc-nav .nav-list:hover > a {
    color: #8231ce
}

.hdc-nav .nav-list:not(:last-of-type) {
    margin-right: 50px
}

.hdc-nav .nav-sub {
    position: absolute;
    display: none;
    overflow: hidden;
    left: -24px;
    top: 60px;
    padding: 0 16px 0 24px;
    background: #fafafa;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1)
}

.hdc-nav .nav-sub li {
    width: 120px;
    font-size: 14px;
    line-height: 22px
}

body:not(.Mobile) .hdc-nav .nav-sub li:hover {
    color: #252B3A
}

body:not(.Mobile) .hdc-nav .nav-sub li:hover a {
    color: #c7000b
}

.hdc-nav .nav-sub li a {
    font-size: 14px;
    line-height: 22px
}

.hdc-nav .nav-sub li:first-child {
    margin-top: 24px
}

.hdc-nav .nav-sub li:last-child {
    margin-bottom: 24px
}

.hdc-nav .nav-sub li:not(:last-of-type) {
    margin-bottom: 16px
}

.hdc-nav .nav-sub li:nth-of-type(n+3) {
    opacity: .6;
    cursor: default;
}

.login-wrap {
    float: right;
    display: flex;
}

.username {
    display: inline-block;
    width: 80px;
    line-height: 40px;
    font-size: 16px;
    margin-right: 10px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.logout {
    display: inline-block;
    color: #c7000b;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

.login-text a,
.nav-list a {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    font-size: 16px
}

.hdc-logo {
    display: inline-block;


    font-size: 0
}

.hdc-logo img {
    height: 100%;
    width: 100%;
}

a,
body,
p {
    /*color: #252b3a*/
}

a {
    text-decoration: none
}

.clear-fix {
    zoom: 1
}

.clear-fix::after,
.clear-fix::before {
    display: table;
    content: "";
    clear: both
}

.hdc-head.hide,
.hdc-head-mb.hide,
.hide {
    display: none
}

.video {
    outline: 0
}

.video-modal.show {
    display: block
}

.video-modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0, 0, 0, .4)
}

.modal-body {
    position: absolute;
    width: 57.29%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #000
}

.modal-body .video {
    width: 100%
}

.close {
    position: absolute;
    right: -60px;
    top: -60px;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background: #fff;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: center;
}


.close:hover {
    cursor: pointer;
    opacity: .8
}

.init-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0;
    background-color: #fff;
    transition: opacity .6s
}

.init-wrap .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1001;
}

.init-wrap .init-text,
.init-wrap .init-img {
    position: absolute;
}

.init-wrap .init-text {
    width: 520px;
    top: 156px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.init-wrap .init-img {
    width: 100%;
    bottom: 0;
}


.hdc-head.in,
.init-wrap.in,
.video-wrap.in {
    opacity: 1;
    transition: opacity 1s
}

body.unable {
    overflow: hidden;
    height: 100%
}

.pageSection {
    position: fixed;
    top: 37.5%;
    left: 30px;
    z-index: 20;
    padding: 10px
}

.pageSection .point.selected,
body:not(.Mobile) .pageSection .point:hover {
    background: #252b3a
}

.pageSection .point:first-child {
    margin-top: 0
}

.pageSection .point {
    position: relative;
    display: block;
    margin-top: 26px;
    width: 11px;
    height: 11px;
    border: 1px solid #252b3a;
    border-radius: 100%;
    transition: background .5s
}

.pageSection .point .info {
    position: absolute;
    left: 26px;
    top: -8px;
    padding: 5px 15px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    background: #252b3a;
    border-radius: 2px;
    opacity: 0;
    transition: opacity .5s
}

body:not(.Mobile) .pageSection .point:hover .info {
    opacity: 1
}

.pageSection .point .info::after {
    position: absolute;
    content: "";
    display: inline-block;
    left: -8px;
    width: 0;
    height: 0;
    top: 8px;
    border-top: 5px solid transparent;
    border-right: 10px solid #252b3a;
    border-bottom: 5px solid transparent
}

.ticket-fixed {
    position: fixed;
    top: 37.5%;
    right: 0;
    z-index: 101;
    cursor: pointer;
    transition: transform .5s;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1)
}

.ticket-fixed.in {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
    transform: translateX(0)
}

.ticket-fixed .icon-box {
    display: inline-block;
    background-color: #c7000b;
    width: 82px;
    height: 82px;
    line-height: 82px;
    font-size: 0;
    text-align: center
}

body:not(.Mobile) .ticket-fixed .icon-box:hover {
    background-color: #d64a52;
}

.ticket-fixed .icon-box img {
    vertical-align: middle
}

.ticket-fixed .icon-box img.pc {
    width: 49px;
}

.ticket-fixed .ticket-text {
    text-align: center;
    width: 82px;
    padding: 21px 31px 25px;
    font-size: 16px;
    background-color: #fff;
    line-height: 22px;
}

.video-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    transition: opacity .6s;
}

.video-wrap .video-box {
    position: absolute;
    width: 57.29%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 40;
    background-color: #000;
}

.video-wrap .enter-btn {
    position: absolute;
    bottom: -66px;
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 51px 14px 54px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    background-color: #c7000b
}

body:not(.Mobile) .video-wrap .enter-btn:hover {
    background-color: #d64a52;
    color: #fff;
}

.video-wrap .video-box video {
    width: 100%
}

.hdc-banner-wrap {
    margin-top: 20px
}

.banner-body {
    position: relative;
    font-size: 0;
    overflow: hidden;

}

.react-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.react-wrap .react {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 150px
}

.react.introduction {
    left: 64%;
    top: 15%;
    height: 200px;
    width: 170px
}

.react.sectionGuest {
    width: 140px;
    height: 120px;
    left: 29%;
    top: 12%
}

.react.sectionAgenda {
    left: 48%;
    top: 60%;
    width: 170px
}

.react.sectionActivity {
    width: 140px;
    height: 200px;
    left: 33%;
    top: 44%
}

.react.sectionCodelabs {
    width: 203px;
    height: 300px;
    left: 46%;
    top: 16%
}

.react.sectionSite {
    width: 200px;
    height: 200px;
    left: 13%;
    top: 69%
}

.banner-foot {
    padding:0px 160px;
    font-size: 18px;
    line-height: 62px;
    height:62px;
    font-weight: 600
}

.banner-foot .banner-title {
    float: left
}

.banner-foot .banner-title>span {
    color: #c7000b
}

.banner-foot .banner-msg {
    float: right
}

.hdc-section-outer {
    padding: 160px 0 0px;
    background-size: cover
}

.hdc-section {
    position: relative;

}

.hdc-section-bg {
    position: absolute;
    font-size: 0
}

.hdc-section-wrap {
    position: relative;
    max-width: 1280px;
    margin: 0 auto
}

.section-head-title {
    position: relative;
    display: inline-block;
    margin-bottom: 44px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700
}

.section-head-detail {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px
}

.section-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.section-content-right {
    font-size: 0
}

.section-content-right .main-img {
    width: 100%
}

.section-content-left {
    order: 1;
    width: 702px
}

.section-content-left .content-left-head {
    position: relative;
    display: inline-block;
    margin-bottom: 34px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600
}

.hdc-section.introduction .section-content-left .content-left-head::before,
.hdc-section.site .section-content-left .content-left-head::before {
    /*  width: 40%;*/
}

.section-content-left .content-left-head::before,
.section-head-title:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: -10px;
    width: 100%;
    height: 4px;
    background-color: #4a0275
}

.section-content-left .content-left-body {
    font-size: 16px;
    line-height: 30px
}

.section-content-left .content-left-foot {

    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

.section-content-left .content-left-foot .left-foot-text {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600
}

.title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

.detail {
    font-size: 14px;
    line-height: 20px
}

.more {
    display: inline-block;
    line-height: 36px
}

.center-content .more,
.content-left-foot .more {
    font-size: 0;
    width: 120px;
    height: 36px;
    border: 1px solid #252b3a;
    border-radius: 2px;
    color: #252b3a;
    text-align: center;
    line-height: 34px;
    font-weight: normal;
}

.center-content .more:hover,
.content-left-foot .more:hover {
    border-color: #c7000b;
}

.center-content .more:hover a,
.content-left-foot .more:hover a {
    color: #c7000b;
}

.center-content .more a,
.content-left-foot .more a {
    display: block;
    height: 100%;
    color: #252b3a;
    font-size: 14px;
    font-weight: 500;
}


.more img {
    display: none;
    width: 35px;
    margin-left: 30px
}

.hdc-section.agenda .section-content-right,
.hdc-section.guest .section-content-right,
.hdc-section.introduction .section-content-right {
    /* width: calc(100% - 722px);*/
    position: relative;
    margin-right: 60px
}

.move-img {
    position: absolute;
    transition: all 2s;
    transform: scale(.52)
}

.hdc-section.introduction {

}

.hdc-section.introduction .section-content-right .main-img {
    transform: scale(1.5)
}

.hdc-section.introduction .img-a {
    left: -200px;
    bottom: 50px
}

.hdc-section.introduction .img-b {
    left: 20px;
    top: -30px
}

.hdc-section.introduction .img-c {
    left: 20%;
    top: -100px
}

.hdc-section.introduction .img-d {
    right: -40px;
    top: -60px
}

.hdc-section.introduction .img-e {
    right: -50px;
    top: 30px
}

.hdc-section.introduction .img-f {
    bottom: -16px;
    right: -40px
}

.introduction-item {
    display: flex;
    align-items: baseline;

    line-height: 40px;
}

.introduction-item .introduction-icon {
    width: 14px;
    height: 14px;
}

.introduction-item .introduction-text {
    width: calc(100% - 30px);
    margin-left: 20px;
    /*  overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.hdc-section.introduction .left-body-title {
    margin-bottom: 32px
}

.hdc-section.speaks {
    padding-top: 52px;
    padding-bottom: 52px;
    background: url(../images/l2-bg.jpg) no-repeat center;
    background-size: cover;
}

.hdc-section.speaks .section-content {
    height: 400px
}

.hdc-section.speaks .section-content-left {
    order: 0;
    width: 50%;
}

.hdc-section.speaks .section-content-right {
    position: relative;
    width: 702px;
    height: 100%;
}

/* .hdc-section.speaks .section-content-right img {
    width: 100%
} */

.hdc-section.speaks .section-content-right .play-icon {
    position: absolute;
    width: 74px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.speaks-text {
    position: relative;
    width: 460px;
    font-size: 16px;
    line-height: 30px;
    color: #252b3a;
}

.speaks-text p {
    margin-top: 12px;
}

.speaks-text span {
    display: inline-block;
    margin-top: 17px;
    margin-top: 24px;
    font-size: 24px;
    line-height: 40px;
    color: #c7000b
}

.speaks-text::after,
.speaks-text::before {
    content: "";
    position: absolute;
    display: none;
    width: 50px;
    height: 36px;
    background: url(../images/l2_yinhao.png) no-repeat;
}

.speaks-text::before {
    left: -100px;
    top: -18px
}

.speaks-text::after {
    right: -70px;
    bottom: -16px;
    background: url(../images/l2_yinhao2.png) no-repeat;
}

.speaker {
    font-size: 16px;
    color: #575D6C;
    line-height: 32px;
    margin-top: 44px;
}

.speaker .name {
    font-size: 18px;
    font-weight: 600;
    color: #252b3a;
    line-height: 34px;
}

.speaker .text {
    font-size: 14px;
    line-height: 30px;
}

.hdc-section.guest .hdc-section-wrap {
    position: relative
}

.hdc-section.guest {
    padding: 92px 0px 80px 0px;
}

.hdc-section.guest .section-content {
    height: 341px;
}

.hdc-section.guest .left-body-title {
    min-height: 96px
}

.hdc-section.guest .main-img {
    transform: scale(1.1);
}

.hdc-section.guest .guest-button {
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(../images/left-btn.png) no-repeat;
    background-size: contain;
}

.hdc-section.guest .guest-btn-wrap {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.hdc-section.guest .guest-button.disable {
    opacity: 0.6;
}

.count {
    margin: 0 16px;
    margin-right: 25px;
    font-size: 20px;
    line-height: 26px;
    color: #575d6c;
}

.count .current {
    display: inline-block;
    font-size: 32px;
    line-height: 40px;
    color: #252b3a;
    font-weight: 500;
}

/* .hdc-section.guest .guest-button.guest-button-prev {
    left: -70px
}

*/
.hdc-section.guest .guest-button.guest-button-next {

    background: url(../images/right-btn.png) no-repeat;
    background-size: contain;
}


.guest-list .guest-item {
    position: relative;
    padding: 34px 60px 247px 25px;
    min-height: 360px;
    box-sizing: border-box
}

.guest-item .item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.item-content .content-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px
}

.item-content .content-detail {
    font-size: 14px;
    color: #575d6c;
    line-height: 22px;
    min-height: 44px;
}

.hdc-section.agenda .section-content-right .main-img {
    transform: translateX(-40px)
}

.hdc-section.agenda .img-a {
    left: 0;
    top: -40px
}

.hdc-section.agenda .img-b {
    right: 60px
}

.hdc-section.agenda .left-body-detail .detail-text {
    display: inline-block;
    margin-top: 32px;
    font-size: 16px;
    line-height: 24px
}

.hdc-section.agenda .left-body-detail .detail-text img {
    width: 16px;
    margin-right: 16px;
    vertical-align: middle;
}

.hdc-section.agenda .left-body-detail .detail-text span {
    vertical-align: middle;
}

.hdc-section.agenda .left-body-detail .detail-text:not(:last-of-type) {
    margin-right: 56px
}

.hdc-section.agenda .left-body-detail .detail-text:last-of-type img {
    width: 14px;
    vertical-align: text-bottom
}

.hdc-section.agenda .more {
    margin-top: 6px
}

.agenda-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 64px
}

.agenda-list-item {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 32px;
    width: calc((100% - 64px)/ 3);
    border-radius: 2px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
}

.agenda-list-item a {
    cursor: initial;

}

.agenda-list-item .item-top {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    padding: 28px 36px 36px 36px;
}


.agenda-list-item .item-top .hot-title {
    position: absolute;
    right: -21px;
    top: 15px;
    width: 90px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transform: rotate(45deg);
    color: rgba(255, 255, 255, 1);
    background-color: #8231ce;
    animation: hot 1000ms linear both infinite alternate;
}

@keyframes hot {
    from {
        color: rgba(255, 255, 255, .4);
    }

    to {
        color: rgba(255, 255, 255, 1);
    }
}

.agenda-list-item .item-top.item-1 {
    background: url(../images/l4-1-bg.jpg) no-repeat center;
    background-size: cover;
}

.agenda-list-item .item-top.item-2 {
    background: url(../images/l4-2-bg.jpg) no-repeat center;
    background-size: cover;
}

.agenda-list-item .item-top.item-3 {
    background: url(../images/l4-3-bg.jpg) no-repeat center;
    background-size: cover;
}

.agenda-list-item .item-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 50px;

}

.agenda-list-item:nth-child(-n+6) .item-bottom {
    text-align: center;
    font-size: 14px;
    color: #252b3a;
    font-weight: 500;
    box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.10);
    background: rgba(255, 255, 255, .4);
}

.agenda-list-item:nth-child(-n+6).active .item-bottom {
    color: #fff;
    background-color: #8231ce;
}


.agenda-list-item:nth-child(n+6) {
    background: rgba(255, 255, 255, 0.40);
}

.agenda-list-item:nth-child(n+4) .item-bottom {
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-weight: 600;
    /*  color: #adb0b8;*/
    background: rgba(255, 255, 255, 0.40);
}

body:not(.Mobile) .agenda-list-item:nth-child(-n+6):hover a {
    cursor: pointer;
}

.agenda-list-item:nth-child(n+4) .item-head img {
    display: none;
}

.agenda-list-item:nth-child(n+4) .item-head span {
    color: #575d6c !important;
}

.agenda-list-item .item-left {
    width: calc(100% - 266px);
    font-size: 0
}

.agenda-list-item .item-left img {
    width: 100%
}

.agenda-list-item .item-right {
    width: 242px
}

.agenda-list-item .item-right .item-head {
    position: relative;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
    color: #414141;
    font-weight: 600
}

.agenda-list-item .item-right .item-head span {
    font-size: 14px;
    font-weight: 500;
    color: #c7000b;
}

.agenda-list-item .item-right .item-head img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
    width: 35px
}

.agenda-list-item .item-right .item-detail {
    font-size: 12px;
    line-height: 20px;
    color: #575d6c
}

.hdc-section.ad-slot .section-content {
    display: inherit
}

.hdc-section.activity {
    padding-top: 40px;
}

.activity-head {
    position: relative;
    display: none;
    margin-bottom: 34px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.activity-head::before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: -10px;
    width: 100%;
    height: 4px;
    background-color: #c7000b;

}

.hdc-section.activity .section-body {
    position: relative;
    display: flex;
    justify-content: space-between
}

.hdc-section.activity .center-content .more {
    position: relative;
    left: 47%;
    transform: translateX(-50%);
    text-align: center;
    margin-top: 48px;
}

.activity-card {
    position: relative;
    z-index: 1;
    max-height: 530px;
    padding: 32px;
    background-color: rgba(255, 255, 255, .9)
}

body:not(.Mobile) .activity-card:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
    cursor: pointer
}

body:not(.Mobile) .activity-card:hover .activity-title {
    color: #c7000b
}

.activity-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

.activity-detail {
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px;
    color: #575d6c
}

.activity-card .more {
    position: absolute;
    font-size: 14px;
    line-height: 18px;
    color: #c7000b;
    cursor: pointer
}

.activity-card .more-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin-left: 6px;
    border-top: 1px solid #c7000b;
    transition: all .3s
}

.activity-card .more-icon::after {
    position: absolute;
    content: "";
    display: inline-block;
    border-top: 1px solid #c7000b;
    width: 6px;
    right: 0;
    top: -3px;
    transform: rotateZ(45deg)
}

.hdc-section.activity .left-content .activity-card-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0
}

.hdc-section.activity .center-content {
    position: absolute;
    left: 424px;
    top: 10px;
    width: 333px
}

.hdc-section.activity .move-img {
    transform: scale(.3)
}

.hdc-section.activity .center-content .main-img {
    width: 100%
}

.hdc-section.activity .img-a {
    top: -50px;
    right: -150px
}

.hdc-section.activity .img-b {
    top: -74px;
    left: 15%
}

.hdc-section.activity .img-c {
    top: -84px;
    right: 10%
}

.hdc-section.activity .right-content .activity-card-img {
    position: absolute;
    bottom: 5px;
    right: 7px
}

.hdc-section.activity .right-content .activity-card-img.bg-1 {
    bottom: -48px;
    right: -32px
}

.hdc-section.activity .right-content .activity-card-img.bg-2 {
    bottom: -19px;
    right: 31px;
    width: 203px;
}

.hdc-section.activity .right-content .more {
    bottom: 0;
    left: 0
}

.hdc-section-bg.codelabs {
    width: 100%;
    left: 50%;
    top: 90px;
    transform: translate(-50%, -20%)
}

.hdc-section-bg.codelabs .main-img {
    transform: scale(1.1)
}

.hdc-section-bg.codelabs .img-a {
    left: 8%;
    bottom: -50px
}

.hdc-section-bg.codelabs .img-b {
    left: 14%;
    top: 12%
}

.hdc-section-bg.codelabs .img-c {
    left: 38%;
    top: 16%
}

.hdc-section-bg.codelabs .img-d {
    left: 40%;
    bottom: -50px
}

.hdc-section-bg.codelabs .img-e {
    right: 13%;
    top: 20%
}

.hdc-section-bg.codelabs .img-f {
    right: 6%;
    bottom: -50px
}

.hdc-section.codelabs .section-body {
    position: relative;
    padding-top: 510px
}

.hdc-section.codelabs .section-content {
    display: flex;
    align-items: baseline
}

.hdc-section.codelabs .section-content-left {
    position: static;
    top: 0;
    transform: translateY(0);
    width: 702px
}

.hdc-section.codelabs .section-content-left:first-of-type {
    width: calc(100% - 794px);
    margin-right: 400px
}

.hdc-section.codelabs .content-content-foot .more {
    margin-left: 36%;
}

.hdc-section.site {
    padding: 0 0 0px
}

.hdc-section.site .section-content {

    margin-bottom: 47px
}

.hdc-section.site .section-content-left {
    width: 488px;
    order: 0
}

.hdc-section.site .section-content-right {
    width: calc(100% - 588px);
    position: relative
}

.hdc-section.site .section-content-right .main-img {
    transform: translateX(40px)
}

.hdc-section.site .img-a {
    bottom: -100px;
    left: 0
}

.hdc-section.site .img-b {
    left: 10%;
    top: 10%
}

.hdc-section.site .img-c {
    left: 22%;
    top: 22%
}

.hdc-section.site .img-d {
    right: 0;
    top: -40px
}

.hdc-section.site .img-e {
    bottom: -60px;
    right: -150px
}

.site-list {
    margin: 101px 0 46px;
    display: flex;
    justify-content: space-between
}

.site-card-wrap {
    display: flex;
    justify-content: space-between
}

.site-list .site-card {
    width: calc((100% - 48px)/ 4);
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 8px 16px 0 rgba(147, 154, 255, .1)
}

.site-list .site-card .site-head {
    padding: 53px 0;
    font-size: 30px;
    text-align: center;
    color: #fff;
    line-height: 40px
}

.site-list .site-card .site-head.site-bg-1 {
    background: url(../images/l7-1.png) no-repeat
}

.site-list .site-card .site-head.site-bg-2 {
    background: url(../images/l7-2.png) no-repeat
}

.site-list .site-card .site-head.site-bg-3 {
    background: url(../images/l7-3.png) no-repeat
}

.site-list .site-card .site-head.site-bg-4 {
    background: url(../images/l7-4.png) no-repeat
}

.site-card .site-body {
    position: relative;
    padding: 24px;
    background: #fff
}

.site-card .site-body .site-title {
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px
}

.site-card .site-body .site-detail-text {
    font-size: 14px;
    line-height: 18px
}

.site-card .site-body .site-detail-text:last-of-type span {
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600
}

.site-card .site-body .site-detail-text:not(:last-of-type) {
    margin-bottom: 8px
}

.site-card .site-body .site-detail-text img {
    margin-right: 12px;
    width: 15px;
    vertical-align: middle;
}

.site-card .site-body .site-detail-text:first-of-type span {
    vertical-align: middle;
}

.site-card .site-body .more-detail {
    position: absolute;
    left: 24px;
    bottom: 24px;
    font-size: 14px;
    color: #c7000b;
    line-height: 20px
}

.hdc-section.address .section-content {
    display: flex;
    background: rgba(255, 255, 255, 0.30);
    box-shadow: 0px 4px 12px 0px rgba(130, 134, 159, 0.20);
}

.address-img {
    width: calc(100% - 577px);
    font-size: 0
}

.address-img img {
    width: 100%;
    height: 100%
}

.address-msg {
    padding: 78px 0 76px 108px;
    width: 577px;
    max-height: 410px;
    font-size: 16px;
    line-height: 22px
}

.msg-list:not(:last-of-type) {
    margin-bottom: 24px
}

.msg-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px
}

.address-btn-wrap {
    margin-top: 54px
}

.address-btn {
    display: inline-block;

    text-align: center;
    border: 1px solid #252b3a;
    border-radius: 2px;
    cursor: pointer;
}

.address-btn a {
    display: inline-block;
    padding: 10px 52px;
    font-size: 14px;
    line-height: 20px;
}

body:not(.Mobile) .address-btn:hover a {
    color: #c7000b;
}

body:not(.Mobile) .address-btn:hover,
body:not(.Mobile) .join-button:hover {
    border-color: #c7000b;
    color: #c7000b;
}

.address-btn.red-btn {
    border: none;
}

.address-btn.red-btn a {

    background: #c7000b;
    color: #fff
}

body:not(.Mobile) .address-btn.red-btn:hover a {
    background-color: #d64a52;
    color: #fff;

}

.hdc-section.consult {
    padding-top: 90px;
    padding-bottom: 75px;
}

.consult-list {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.consult-list .consult-item .consult-title {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 600;
    color: #414141;
    line-height: 26px
}

.consult-list .consult-item .consult-detail {
    font-size: 16px;
    line-height: 24px;
    color: #575d6c
}

/* 合作伙伴 */

.hdc-section.partner {
    /*padding-top: 28px;*/
    padding-bottom: 75px;
}

.hdc-section.partner .section-content {
    display: block;
    font-size: 0;
}

.hdc-section.partner .partner-logo {
    display: inline-block;
    margin-bottom: 20px;
    margin-left:25px;
    width: calc(100% / 6);
}

.hdc-section.partner .partner-logo img {
    width: 100%;
}

.page-footer {
    padding: 55px 0;
    background: url(../images/footer-bg.png) no-repeat center;
    background-size: cover
}

.page-footer .footer-content {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: center;
}

.page-footer .footer-content .text {
    font-size: 22px;
    line-height: 40px;
    color: #000
}

.page-footer .footer-content .join-button {
    border: 1px solid #252b3a;
    border-radius: 3px;
    padding: 10px 48px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    cursor: pointer
}

.mb {
    display: none
}

.hdc-modal {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, .65);
    display: none
}

.hdc-modal.show {
    display: block
}

.hdc-modal-main {
    position: absolute;
    width: 600px;
    border-radius: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 3px
}

.hdc-modal-header {
    position: relative;
    height: 117px;
    line-height: 117px;
    background-image: url(../images/join-head.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center
}

.hdc-modal-content {
    padding: 32px 77px 60px
}

.hdc-modal-content .info {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #575d6c
}

.hdc-modal-content .tip-text {
    margin-top: 32px;
    font-size: 12px;
    line-height: 18px;
    color: #575d6c;
    margin-bottom: 40px
}

.hdc-modal-logo {
    vertical-align: middle
}

.hdc-modal-code {
    position: absolute;
    right: -105px;
    top: 0;
    line-height: 1;
    background-color: rgba(255, 255, 255, .9)
}

.hdc-modal-code .text {
    font-size: 12px;
    line-height: 18px;
    padding: 2px
}

.hdc-modal-form {
    padding: 0 40px
}

.hdc-modal-form .input-box {
    position: relative;
    border-bottom: 1px solid#b2b8c5
}

.hdc-modal-form .input-box::before {
    content: '*';
    color: #c7000b;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 3px
}

.hdc-modal-form .input-box+.input-box {
    margin-top: 30px
}

.hdc-modal-form .input-box input {
    width: 100%;
    border: none;
    outline: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background-color: transparent;
    margin-bottom: 10px
}

.hdc-button {
    display: inline-block;
    min-width: 148px;
    padding: 8px 25px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background-color: #c7000b;
    color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer
}

.hdc-modal .hdc-button {
    width: 100%;
    margin-top: 35px
}

.float-sidebar.last {
    display: none
}

/* 分割 */
/* 分割 */


@media (min-width: 768px) {

    .hdc-section.activity .left-content .activity-card {
        width: 415px;
        height: 257px
    }

    .hdc-section.activity .left-content .activity-card+.activity-card,
    .hdc-section.activity .right-content .activity-card+.activity-card {
        margin-top: 32px
    }

    .hdc-section.activity .left-content .activity-card .content {
        position: relative;
        height: 100%;
        z-index: 3
    }

    .hdc-section.activity .left-content .more {
        bottom: 0
    }

    .hdc-section.activity .right-content {
        display: inline-block;
        width: 524px
    }

    .hdc-section.activity .right-content .activity-card {
        display: inline-block;
        width: 100%;
        height: 257px
    }

    .hdc-section.activity .right-content .activity-card .content {
        position: relative;
        height: 100%
    }

    .hdc-section.address {
        padding-top: 54px;
        padding-bottom: 32px
    }
}
@media (min-width: 1440px) and (max-width:1680px) {
    .react.sectionActivity {
        left: 34%
    }

    .react.sectionSite {
        width: 180px;
        height: 190px;
        left: 13%;
        top: 65%
    }

    .react.sectionGuest {
        left: 30%;
        top: 9%
    }

    .react.sectionCodelabs {
        top: 9%
    }

    .react.sectionAgenda {
        left: 50%;
        top: 54%
    }

    .react.introduction {
        left: 68%;
        top: 13%
    }
}
@media (min-width: 1440px) and (max-width:1660px) {
    .hdc-nav .nav-list:not(:last-of-type) {
        margin-right: 38px
    }
    .hdc-nav {
        position: absolute;
        left: 58%;
        transform: translateX(-40%);

    }
    .hdc-nav {
        width: 800px;
    }
}
@media (min-width: 1661px) and (max-width:12000px) {
    .hdc-nav .nav-list:not(:last-of-type) {
        margin-right: 38px
    }

    .hdc-nav {
        position: absolute;
        left: 60%;
        transform: translateX(-40%);
    }

    .hdc-nav {
        width: 900px;
    }
}
@media (min-width: 1280px) and (max-width:1439px) {
    .hdc-head {
        padding: 20px 5% 19px
    }

    .hdc-nav {
        width: 890px;
    }

    .react.sectionSite {
        width: 121px;
        height: 140px;
        left: 5%;
        top: 69%
    }

    .react.sectionActivity {
        width: 120px;
        height: 170px;
        left: 30%;
        top: 46%
    }

    .react.sectionGuest {
        width: 116px;
        height: 100px;
        left: 24%;
        top: 19%
    }

    .react.sectionCodelabs {
        width: 185px;
        height: 300px;
        left: 44%;
        top: 16%
    }

    .react.introduction {
        left: 68%;
        top: 23%;
        height: 140px;
        width: 150px
    }

    .react.sectionAgenda {
        left: 48%;
        top: 60%;
        width: 130px
    }

    .pageSection {
        left: 20px;
    }

    .hdc-section {
        /*   padding: 80px 0*/
    }

    .hdc-section.introduction {
        padding-top: 36px;
        /*  padding-bottom: 100px;*/
    }

    .hdc-section.introduction .section-content-right .main-img {
        transform: scale(1.3);
    }

    .hdc-section.guest .main-img {
        transform: scale(1.15);
    }

    .hdc-section.agenda {
        padding-top: 0px;
        /* padding-bottom: 65px;*/
    }

    .hdc-section.agenda .section-content-left {
        margin-top: 26px;
    }

    .hdc-section.agenda .left-body-detail .detail-text {
        margin-top: 22px;
    }

    .hdc-section.agenda .section-content-left .content-left-foot {
        margin-top: 22px;
    }

    .agenda-list,
    .hdc-section-wrap,
    .page-footer .footer-content {
        max-width: 1200px
    }

    .agenda-list {
        margin-top: 40px;
    }

    .section-content-left {
        width: 602px
    }

    .hdc-section.introduction .left-body-title {
        margin-bottom: 22px
    }

    .hdc-section.speaks .section-content-right {
        width: 602px
    }

    .hdc-section.agenda .section-content-right,
    .hdc-section.guest .section-content-right,
    .hdc-section.introduction .section-content-right {
        /*    width: calc(100% - 642px);*/
        position: relative;
        margin-right: 40px
    }

    .hdc-section.speaks .section-content {
        height: 350px
    }


    .count .current {
        line-height: 22px;
    }

    .guest-list .guest-item {
        padding-bottom: 198px;
        padding-right: 12px
    }

    /* .hdc-section.guest .guest-button {
        bottom: 170px
    }

    
    .hdc-section.guest .guest-button.guest-button-prev {
        left: 0
    }

    .hdc-section.guest .guest-button.guest-button-next {
        right: 0
    } */

    .agenda-list-item .item-left {
        width: calc(100% - 254px)
    }

    .agenda-list-item .item-right {
        width: 230px
    }

    .hdc-section.activity {
        padding-top: 30px;
        padding-bottom: 65px;
    }

    .hdc-section.activity .right-content {
        width: 424px
    }

    .hdc-section.codelabs {
        padding-bottom: 84px;
    }

    .hdc-section-bg.codelabs {
        left: 47%;
    }

    .hdc-section.codelabs .section-body {
        padding-top: 498px;
    }

    .hdc-section.site {
        padding-bottom: 50px;
    }

    .hdc-section.site .section-content-left {
        margin-top: 32px;
    }

    .site-list {
        margin-top: 46px;
        margin-bottom: 0;
    }

    .hdc-section-outer {
        padding-top: 70px;
        /*  padding: 0px 0 60px;*/
    }

    .address-img {
        width: 50%
    }

    .address-msg {
        width: 50%;
        padding: 40px 54px 38px
    }

    .page-footer {
        padding: 40px 0
    }
}
@media (max-width: 1360px) {

    .right-content .activity-card .activity-detail {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}
@media(min-width: 1180px) and (max-width:1279px) {

    .hdc-nav .nav-list:not(:last-of-type) {
        margin-right: 20px
    }

    .hdc-head {
        padding: 20px 44px 19px;
    }

    .address-btn a {
        padding: 10px 48px;
    }

    .hdc-section.activity .right-content {
        /*    width: 40%*/
    }

}
@media (min-width: 768px) and (max-width:1279px) {

    .init-wrap .init-text {
        width: 420px;
    }

    .pageSection {
        left: 12px;
    }

    .agenda-list,
    .hdc-section-wrap,
    .page-footer .footer-content {
        margin: 0 5%
    }

    .hdc-section.speaks .section-content-left,
    .hdc-section.speaks .section-content-right,
    .section-content-left {
        width: calc(50% - 20px)
    }

    .hdc-section.agenda .section-content-right,
    .hdc-section.guest .section-content-right,
    .hdc-section.introduction .section-content-right {
        /* width: 50%;*/
        margin-right: 20px
    }

    .hdc-section.site .section-content-left {
        width: 45%
    }

    .hdc-section.site .section-content-right {
        width: 50%
    }

    .speaks-text::after,
    .speaks-text::before {
        display: none
    }

    .hdc-section.speaks .section-content {
        padding-left: 34px;
        height: auto
    }

    .hdc-section.guest .section-content {
        height: auto
    }

    .guest-list .guest-item {
        padding: 20px 10px 0 20px
    }

    .hdc-section.agenda .left-body-detail .detail-text {
        margin-top: 16px
    }

    .agenda-list {
        margin-top: 20px
    }

    .agenda-list-item {
        width: calc((100% - 18px)/ 3);
    }

    .agenda-list-item .item-left {
        width: 48px
    }

    .agenda-list-item .item-right {
        width: calc(100% - 66px);
    }

    .agenda-list-item .item-right .item-detail {
        min-height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }

    .hdc-section.activity .center-content {
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: -40px
    }

    .hdc-section.codelabs .section-content-left:first-of-type {
        width: 50%;
        margin-right: 150px
    }

    .address-img {
        width: 68%
    }

    .address-msg {
        padding: 28px 24px 18px;
        width: 50%
    }

    .msg-list:not(:last-of-type) {
        margin-bottom: 20px
    }

    .address-btn-wrap {
        margin-top: 12px
    }

    .page-footer {
        padding: 30px 0
    }

    .page-footer .footer-content .text {
        font-size: 24px;
        line-height: 34px
    }

    .page-footer .footer-content .join-button a {
        padding: 7px 38px
    }
}
@media(min-width: 800px) and (max-width:1179px) {

    .hdc-head {
        padding: 20px 20px 24px
    }

    .hdc-nav {
        width: 640px;
        position: absolute;
        left: 65%;
        transform: translateX(-40%);
    }

    .hdc-logo {
        width: 220px
    }

    .hdc-logo img {

        vertical-align: middle
    }

    .hdc-nav .nav-list:not(:last-of-type) {
        margin-right: 16px;
    }

    .login-text a,
    .hdc-nav .nav-list>a {
        font-size: 14px
    }

    .hdc-nav .nav-list {
        font-size: 14px
    }


    .login-wrap .username,
    .login-wrap .logout {
        font-size: 14px;
    }

    .hdc-section {
        padding: 40px 0
    }

    .hdc-section.agenda .section-content-right,
    .hdc-section.guest .section-content-right,
    .hdc-section.introduction .section-content-right,
    .hdc-section.site .section-content-right {
        /*  display: none*/
    }

    .hdc-section.speaks .section-content-left {
        /*   width: 40%*/
    }

    .hdc-section.speaks .section-content-right {
        width: 55%;
        top: 43%;
        transform: translateY(-50%)
    }

    .hdc-section.speaks .section-content-right .play-icon {
        width: 48px;
    }

    .hdc-section.agenda .section-content-left,
    .hdc-section.guest .section-content-left,
    .hdc-section.introduction .section-content-left,
    .hdc-section.site .section-content-left {
        width: 100%
    }

    /* 头部 */
    .banner-body {
        /* margin-top: 79px;*/
        height: auto;
    }

    .banner-body .banner-video {
        width: 100%;
        height: auto !important;
    }

    .banner-foot {
        /* font-size: 14px;*/
        padding: 26px 40px 20px;
    }

    .video-wrap .video-box {
        width: 80%;
    }

    .close {
        right: -38px;
        top: -44px;
        width: 36px;
        height: 36px;
    }

    .hdc-banner-wrap {
        margin-top: 48px;
    }

    /* 早鸟票 */
    .ticket-fixed .icon-box {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .ticket-fixed .icon-box img.pc {
        width: 38px;
    }

    .ticket-fixed .ticket-text {
        width: 60px;
        font-size: 14px;
        line-height: 20px;
        padding: 12px 20px;
    }


    /* 开发者社区 */

    .activity-head {
        display: inline-block;
    }

    .hdc-section.activity .left-content {
        width: 50%
    }

    .hdc-section.activity .right-content {
        width: 48%;
    }

    .hdc-section.activity {
        padding-top: 18px;
    }

    .hdc-section.activity .left-content .activity-card {
        width: 100%
    }

    .hdc-section.activity .left-content .activity-card-img {
        width: 100%;
        height: 100%
    }

    .hdc-section.activity .right-content .activity-card {
        overflow: inherit;
    }

    .hdc-section.activity .left-content .activity-card,
    .hdc-section.activity .right-content .activity-card {
        height: 231px;
    }

    .hdc-section.activity .right-content .activity-card-img.bg-1 {
        width: 80%;
        bottom: -50px;
    }

    .hdc-section.activity .right-content .activity-card-img.bg-2 {
        width: 140px;
    }

    .hdc-section.activity .left-content .activity-card+.activity-card,
    .hdc-section.activity .right-content .activity-card+.activity-card {
        margin-top: 14px;
    }

    .hdc-section.activity .center-content .more {
        position: absolute;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%)
    }

    .more img {
        margin-left: 14px;
    }



    /* 动手实验 */
    .hdc-section.codelabs {
        padding: 70px 0;
    }

    /*  */

    .hdc-section.site .section-content {
        height: auto;
    }

    .agenda-list-item {
        width: calc((100% - 16px)/2);
    }

    .agenda-list-item .item-left {
        width: 48px;
    }

    .agenda-list-item .item-right {
        width: calc(100% - 66px);
    }


    .hdc-section.activity .center-content .main-img {
        display: none;
    }

    .hdc-section-bg.codelabs {
        display: none;
    }

    .hdc-section.codelabs .section-body {
        padding-top: 0;
    }

    .guest-list .guest-item {
        height: 290px;
    }

    .hdc-section.codelabs .section-content-left:first-of-type {
        margin-right: 0;
    }

    .hdc-section.codelabs .section-content-left {
        width: 50%;
    }

    .address-btn a {
        padding: 7px 20px;
        font-size: 14px;
        line-height: 20px
    }

    .site-list .site-card {
        width: calc((100% - 32px)/ 3)
    }

    .site-card:last-of-type {
        display: none
    }

    .hdc-section.speaks {
        background-position: 74%;
    }
}
@media(min-width: 1180px) and (max-width:19200px) {




    .hdc-logo {
        width: 250px
    }

    .hdc-logo img {

        vertical-align: middle
    }






}
@media (width: 768px) {

    /* 头部 */
    .react-wrap,
    .pageSection {
        display: none
    }

    .hdc-head {
        display: none;
    }

    .hdc-head-mb {
        display: block;
    }


    .section-content-left .content-left-head {
        margin-bottom: 32px;
        font-size: 24px;
        line-height: 28px;
    }

    .section-content-left .content-left-head::before,
    .section-head-title:before {
        bottom: -12px;
    }

    .section-content-left .content-left-body {
        font-size: 14px;
        line-height: 28px;
    }

    .hdc-section-outer {
        padding-top: 55px;
        padding-bottom: 90px;
    }


    .hdc-section.introduction {
        padding-top: 45px;
        padding-bottom: 65px;
    }

    .introduction-item {
        font-size: 14px;
    }


    /* 讲话 */
    .hdc-section.speaks .section-content-left {
        width: 52%;
    }

    .hdc-section.speaks .section-content-right .play-icon {
        width: 60px;
    }

    .speaks-text {
        width: auto;
    }

    /* 重磅嘉宾 */
    .hdc-section.guest {
        padding-bottom: 50px;
    }

    .hdc-section.guest .left-body-title {
        min-height: auto;
    }

    .count .current {
        line-height: 32px;
    }

    .hdc-section.guest .guest-btn-wrap {
        margin-bottom: 8px;
    }

    .item-content .content-detail {
        font-size: 12px;
    }

    .guest-list .guest-item {
        min-height: auto;
        height: 268px;
    }

    /* 开发者社区 */

    .activity-head {
        margin-bottom: 32px;
        font-size: 24px;
        line-height: 28px;
    }

    .hdc-section.activity .right-content .activity-card-img.bg-1 {
        width: 90%;
        bottom: -30px;
    }



    .hdc-section.codelabs .section-content-left:last-of-type {
        padding-left: 16px;
    }

    /* 分会场 */
    .site-list {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .site-card .site-body .site-detail-text img {
        margin-right: 7px;
    }

    .site-card .site-body {
        padding: 24px 18px;
    }

    /* 地址 */
    .section-head-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 32px;
    }

    .hdc-section.address {
        padding-top: 40px;
    }

    .address-msg {
        padding: 18px 22px 18px 26px;
    }

    .msg-title {
        margin-right: 18px;
        width: 20px;
    }

    .msg-list:not(:last-of-type) {
        margin-bottom: 18px;
    }

    .address-btn-wrap {
        margin-top: 26px;
    }

    .msg-title.clock img.pc {
        width: 18px;
        vertical-align: text-top;
    }

    .msg-title.map img.pc {
        width: 16px;
        vertical-align: text-top;
    }

    .msg-title.location img.pc {
        width: 20px;
        vertical-align: revert;
    }

    /* 求助 */
    .hdc-section.consult {
        padding-top: 70px;
        padding-bottom: 66px;
    }

    .consult-item {
        width: 32%;
    }

    .consult-item:nth-of-type(2) {
        padding-left: 40px;
    }

    .consult-item:nth-of-type(3) {
        padding-left: 32px;
    }

    .consult-list .consult-item .consult-title {
        font-size: 18px;
    }

    .hdc-section-outer.outer-bg-2 {
        padding-top: 82px;
    }


    /*  */


    .hdc-section.codelabs .section-content-left:first-of-type {
        margin-right: 0;
    }

    .hdc-section.codelabs .section-content-left {
        width: 50%;
    }

    .banner-foot {
        padding: 26px 40px 20px;
    }
}
@media (max-width:799px) {
    .hdc-head-mb {
        position: fixed;
        top: 0;
        align-items: center;
        width: 100%;
        height: 48px;
        background: #fff;
        z-index: 28;
        padding: 14px 16px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1)
    }

    .head-title-mb {
        width: 190px;
        line-height: 48px;
        font-size: 0;
        margin-left: 20px;
        float: left;
        margin-top:-15px;
    }

    .head-title-mb a {
        width: 190px;
        height: 48px;
        float: left
    }

    .head-title-mb a img {
        width: 100%;
        vertical-align: middle
    }

    .head-menu-mb {
        width: 20px;
        height: 20px;
        position: relative;
        float: left
    }

    .sub-menu-wrap {
        display: none;
        position: fixed;
        left: 0;
        /*  right: 0;*/
        top: 48px;
        background-color: red;
        height: 100%;
        border-top: 1px solid #dfe1e6
    }

    .sub-menu-wrap.show {
        display: block
    }

    .sub-body {
        display: flex;
        height: 100%;
        background: #fff
    }

    .sub-menu-wrap .left-item-wrap {
        width: 140px;
        height: 100%;
        background: #f5f5f5
    }

    .sub-menu-wrap .left-item-wrap .left-item {
        padding: 12px 15px;
        font-size: 14px;
        line-height: 22px;
        text-align: center
    }

    .sub-menu-wrap .left-item-wrap .left-item.active {
        font-size: 14px;
        font-weight: 600;
        background: #fff
    }

    .right-item-wrap {
        padding: 20px 15px 16px 20px;
        background-color: #fff;
        width: calc(100% - 100px)
    }

    .sub-menu-wrap .right-item {
        display: none
    }

    .sub-menu-wrap .right-item.active {
        display: block
    }

    .right-item-wrap .menu-item {
        font-size: 14px;
        line-height: 22px;
        color: #252b3a;
        padding: 0 0 24px
    }

    .right-item-wrap .menu-item a {
        font-size: 14px;
        line-height: 22px
    }

    .head-menu-mb span {
        display: block;
        width: 18px;
        height: 2px;
        margin-bottom: 3px;
        background: #252b3a;
        border-radius: 3px;
        -webkit-transform-origin: 20px;
        transform-origin: 16px;
        -webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
        transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
        transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s;
        transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
    }

    .head-menu-mb span:nth-child(1) {
        margin-top: 3px
    }

    .head-menu-mb.show span:nth-child(1) {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .head-menu-mb span:nth-child(2) {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: width .5s ease;
        transition: width .5s ease
    }

    .head-menu-mb.show span:nth-child(2) {
        width: 0;
        opacity: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: width .5s;
        transition: width .5s
    }

    .head-menu-mb.show span:nth-child(3) {
        opacity: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .head-login-mb {
        float: right;
        margin-right: 5px;
    }

    .head-login-mb img {
        width: 16px;
        height: 16px
    }
}
@media (max-width: 799px) {
    .mb {
        display: block;
    }

    .pc {
        display: none !important
    }

    .init-wrap .init-text {

        left: 51%;
        top: 110px;
        width: 296px;
        transform: translateX(-50%);
    }

    .init-wrap .init-img {
        left: 50%;
        top: 270px;
        width: 302px;
        transform: translateX(-50%);
    }

    .hdc-modal-main {
        width: 275px;
    }

    .hdc-modal-content {
        padding: 32px 30px;
    }

    .hdc-modal-form {
        padding: 0;
    }

    .hdc-modal-content .tip-text {
        margin-top: 0;
        margin-bottom: 32px;
    }

    .hdc-modal-form .input-box input {
        margin-bottom: 8px;
    }

    .hdc-modal-header {
        height: 60px;
        line-height: 60px;
        background-image: url(../images/join-head.jpg);
        background-size: contain;
    }

    /* .hdc-modal-logo {
        display: inline-block;
    } */

    .hdc-modal-form .input-box+.input-box {
        margin-top: 20px;
    }

    .hdc-modal-form .input-box input {
        font-size: 12px;
        line-height: 18px;
    }

    .hdc-modal .hdc-button {
        display: block;
        width: 120px;
        padding: 6px 36px;
        margin: 0 auto;
        margin-top: 32px;
    }

    .close {
        right: 0;
        top: -42px;
        width: 28px;
        height: 28px;
        background-size: 100%;
    }

    .ticket-fixed .icon-box img {
        width: 31px;
    }

    .mobile-menu-open {
        overflow: hidden
    }

    .hdc-head-mb {
        position: fixed;
        top: 0;
        display: block;
        align-items: center;
        width: 100%;
        height: 48px;
        background: #fff;
        z-index: 28;
        padding: 14px 16px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1)
    }



    .head-menu-mb {
        width: 20px;
        height: 20px;
        position: relative;
        float: left
    }


    .sub-menu-wrap {
        display: none;
        position: fixed;
        left: 0;
        /*   right: 0;*/
        top: 48px;
        background-color: red;
        height: 100%;
        border-top: 1px solid #dfe1e6
    }

    .sub-menu-wrap.show {
        display: block
    }

    .sub-body {
        display: flex;
        height: 100%;
        background: #fff
    }

    .sub-menu-wrap .left-item-wrap {
        width: 140px;
        height: 100%;
        background: #f5f5f5;
        z-index:9999999
    }

    .sub-menu-wrap .left-item-wrap .left-item {
        padding: 12px 15px;
        font-size: 14px;
        line-height: 22px;
        text-align: center
    }

    .sub-menu-wrap .left-item-wrap .left-item.active {
        font-size: 14px;
        font-weight: 600;
        background: #fff
    }

    .right-item-wrap {
        padding: 20px 15px 16px 20px;
        background-color: #fff;
        width: calc(100% - 140px)
    }

    .sub-menu-wrap .right-item {
        display: none
    }

    .sub-menu-wrap .right-item.active {
        display: block
    }

    .right-item-wrap .menu-item {
        font-size: 14px;
        line-height: 22px;
        color: #252b3a;
        padding: 0 0 24px
    }

    .right-item-wrap .menu-item a {
        font-size: 14px;
        line-height: 22px
    }

    .head-menu-mb span {
        display: block;
        width: 18px;
        height: 2px;
        margin-bottom: 3px;
        background: #252b3a;
        border-radius: 3px;
        -webkit-transform-origin: 20px;
        transform-origin: 16px;
        -webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
        transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
        transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s;
        transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
    }

    .head-menu-mb span:nth-child(1) {
        margin-top: 3px
    }

    .head-menu-mb.show span:nth-child(1) {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .head-menu-mb span:nth-child(2) {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: width .5s ease;
        transition: width .5s ease
    }

    .head-menu-mb.show span:nth-child(2) {
        width: 0;
        opacity: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: width .5s;
        transition: width .5s
    }

    .head-menu-mb.show span:nth-child(3) {
        opacity: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .head-login-mb {
        float: right;
        margin-right: 5px;
    }

    .head-login-mb img {
        width: 16px;
        height: 16px
    }

    .hdc-logo-mb {
        width: auto;
        height: 119px;
        margin: 50px 46px 30px 46px;
        background-image: url(../images/hdc_cloud.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain
    }

    .ticket-fixed {
        box-shadow: none;
        top: 84%;
        right: 20px
    }

    .ticket-fixed .icon-box {
        border-radius: 50%;
        width: 48px;
        height: 48px;
        padding-top: 13px;
        padding-left: 9px
    }

    .ticket-fixed .ticket-text {
        display: none
    }

    .swiper-slide-active {
        z-index: 5;
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
        transition: transform .3s
    }

    .swiper-slide-next,
    .swiper-slide-prev {
        transform: scale(.9);
        transition: transform .3s
    }

    .hdc-section {
        /* padding: 90px 0 40px*/
    }
    .hdc-section2 {
        /*   padding: 45px 0 40px*/
    }
    .hdc-section3 {
        /* padding: 5px 0 40px*/
    }
    .hdc-section-wrap {
        /* margin: 0 19px; */
    }

    .section-content-left {
        width: 100%
    }

    .section-content-left .content-left-head {
        margin-top: 36px;
        font-size: 16px;
        line-height: 20px
    }

    .section-content-left .content-left-head::before {
        display: none
    }

    .section-content-left .content-left-body {
        font-size: 12px;
        line-height: 18px;
        text-align: justify
    }

    .hdc-section.introduction .left-body-title {
        margin-bottom: 22px
    }

    .content-head-mb {
        position: relative;
        display: inline-block;
        margin-bottom: 34px;
        font-size: 20px;
        font-weight: 600;
        line-height: 26px
    }

    .section-content-left .content-left-head {
        display: block;
        margin-top: 0;
    }

    .content-head-mb::before {
        content: '';
        position: absolute;
        display: inline-block;
        bottom: -10px;
        width: 100%;
        height: 4px;
        background-color: #c7000b;
    }

    .hdc-section.activity .left-content,
    .hdc-section.activity .right-content,
    .hdc-section.activity .section-body {
        display: block;
        width: 100%
    }

    .activity-card {
        padding: 15px;
        height: 172px;
        margin-bottom: 16px
    }

    /* .activity-card.img-1 {
        background: url(../images/l4-1.jpg) #fff no-repeat right bottom
    }

    .activity-card.img-2 {
        background: url(../images/l4-2.jpg) #fff no-repeat right bottom
    }

    .activity-card.img-3 {
        background: url(../images/l4-3.jpg) #fff no-repeat right bottom
    }

    .activity-card.img-4 {
        background: url(../images/l4-4.jpg) #fff no-repeat right bottom
    }

    .activity-card.img-5 {
        background: url(../images/l4-5.jpg) #fff no-repeat right bottom
    } */

    .activity-title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700
    }

    .activity-detail {
        font-size: 12px;
        line-height: 18px
    }

    .activity-card .more,
    .hdc-section.activity .right-content .more {
        left: 15px;
        bottom: 15px
    }

    .site-list .site-card {
        width: 100%
    }

    .site-list .site-card .site-head {
        background-size: 100% 100% !important
    }

    .mobile-menu-open {
        overflow: hidden
    }

    .content.hdc-content {
        background: url(../images/m_bg.jpg) no-repeat !important
    }

    .video-wrap .video-box {
        width: 88%
    }

    .video-wrap .enter-btn {
        padding: 10px 20px
    }

    /* .hdc-bg-mb {
         position: relative;
         margin-top: 48px;
         width: 100%;
         overflow: hidden;
         height: calc(100vh - 48px);
         background: url(../images/banner-mb.jpg) no-repeat;
         background-size: cover;
         background-position: center;
     }

     .hdc-bg-mb img {
         position: absolute;
         width: calc(100% - 116px);
         z-index: 10;
         top: 30px;
         left: 58px;
         right: 58px
     }*/

    .hdc-bg-mb video {
        width: 100%;
        position: absolute;
        top: -160px
    }

    .hdc-banner-wrap .banner-body {
        height: 448px
    }

    .hdc-banner-wrap .banner-body video {
        height: 448px
    }

    .banner-foot {
        display: none
    }

    .introduction-list {
        margin-top: 20px
    }

    .introduction-item {
        align-items: normal
    }

    .introduction-item:not(:last-of-type) {
        margin-bottom: 10px
    }

    .introduction-item .introduction-text {
        margin-left: 0px;
        width:100%
    }

    .hdc-section.speaks {
        padding-top: 48px;
        height: 512px;
        background: url(../images/speak-bg.png) no-repeat bottom;
        background-size: cover;
    }

    .hdc-section.speaks .section-content-right {
        position: relative;
        width: 100%;
        height: 45px;
        margin-top: 48px;
    }

    .hdc-section.speaks .section-content-right .play-icon {
        width: 45px;
        top: 50%;
    }

    .speaker span {
        display: none;
    }

    .speaker .text {
        font-size: 12px;
        line-height: 20px;
    }

    .speaks-text {
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0;
    }

    .speaks-text p {
        margin-top: 8px;
    }

    .speaks-text::after,
    .speaks-text::before {
        background-size: 60%;
    }

    .speaks-text::before {
        left: 40px;
    }

    .speaks-text::after {
        right: -20px;
    }

    .speaks-text span {
        display: inline-block;
        margin-top: 16px;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }

    .speaker {
        text-align: center;
        margin-top: 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .speaker .name {
        font-size: 14px;
        line-height: 20px;
    }

    .hdc-section.speaks .section-content-left {
        width: 100%;
    }

    .hdc-section.speaks .section-content-right img:first-child {
        width: 100%
    }

    .hdc-section.speaks .section-content {
        height: auto;
        flex-wrap: wrap;
    }

    .hdc-section.guest .common-content-mb {
        padding: 0 17px
    }

    .hdc-section.agenda .left-body-detail .detail-text {
        margin-top: 0;
        font-size: 14px;
        line-height: 20px
    }

    .hdc-section.agenda .left-body-title.mb {
        line-height: 22px;
    }

    .hdc-section.agenda .left-body-detail .detail-text:first-of-type {
        margin: 16px 0 12px
    }

    .hdc-section.agenda .left-body-detail .detail-text img {
        margin-right: 11px;
        vertical-align: middle
    }

    .hdc-section.agenda .left-body-detail .detail-text .mb {
        display: inline-block
    }

    .hdc-section.agenda .hdc-section-wrap:first-of-type {
        padding: 0 17px
    }

    .more-mb {
        display: inline-block;
        opacity: 1;
        border: 1px solid #252b3a;
        border-radius: 3px;
        margin-top: 24px
    }

    .more-mb a {
        display: inline-block;
        padding: 6px 36px;
        font-size: 12px;
        line-height: 18px
    }

    .agenda-list-mb {

        margin-top: 28px;
        /*padding-top: 30px;*/
        /*     border-top: 1px solid #dfe1e6*/
    }

    .agenda-list-mb .agenda-list-mb-item {
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
        /* background-repeat: no-repeat; */
        background-size: cover;
        background-position: center
    }

    .agenda-list-mb .agenda-list-mb-item a {
        display: inline-block;
        padding: 32px 18px 32px 17px;
        width: 100%;
        height: 100%;
    }

    .agenda-list-mb .agenda-list-mb-item {
        margin: 0 10px;
        margin-bottom: 16px;
    }

    .agenda-list-mb-item .item-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .agenda-list-mb-item.summit a {
        padding-bottom: 21px;
        padding-top: 21px;
    }

    .agenda-list-mb-item.summit {
        background-image: url(../images/l4-1.jpg);
    }

    .agenda-list-mb-item.tech-forum {
        background-image: url(../images/l4-2.jpg)
    }

    .agenda-list-mb-item.dev-bootcamp {
        background-image: url(../images/l4-3.jpg)
    }

    .agenda-list-mb-item.meet-greet {
        background-image: url(../images/l4-4.jpg)
    }

    .agenda-list-mb-item.playing {
        background-image: url(../images/l4-5.jpg)
    }

    .agenda-list-mb-item.carnival {
        background-image: url(../images/l4-6.jpg)
    }

    .agenda-list-mb .agenda-list-mb-item .item-head span {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        color: #ea5404;
        text-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1)
    }

    .agenda-list-mb .item-head img {
        margin-right: 48px;
        width: 29px
    }

    .agenda-list-mb .item-detail {
        margin-top: 8px;
        font-size: 14px;
        line-height: 22px;
        text-align: left;
        color: #666;
    }

    .hdc-section.agenda.floor {
        padding-bottom: 34px
    }

    .developer-community-mb.hdc-section .hdc-section-wrap {
        padding: 0 17px
    }

    .common-content-mb .content-head {
        position: relative;
        display: inline-block;
        margin-bottom: 34px;
        font-size: 20px;
        font-weight: 600;
        line-height: 26px
    }

    .common-content-mb .content-head::before {
        content: '';
        position: absolute;
        display: inline-block;
        bottom: -10px;
        width: 100%;
        height: 4px;
        background-color: #c7000b
    }

    .common-content-mb .content-title {
        font-size: 12px;
        color: #252b3a;
        line-height: 22px;
        text-align: justify
    }

    .common-content-mb .content-title .subtitle {
        font-weight: 600;
        margin-bottom: 12px
    }

    .xym_title_mb {
        font-size: 20px;
        text-align: center
    }

    .xym_mtitle_mb {
        font-size: 10px;
        text-align: center;
        color: #808080;

        padding-top: 5px;
    }


    .introduction-mb .common-content-mb .content-title .subtitle {
        font-size: 14px;
    }

    .section-head-title {
        display: inline-block;
        margin-bottom: 36px;
        font-size: 20px;
        line-height: 26px
    }

    .hdc-section.address {
        padding-top: 18px;
    }

    .hdc-section.address .hdc-section-wrap {
        padding: 0 16px
    }

    .hdc-section.address .section-content {
        flex-wrap: wrap;
        background: 0 0;
        box-shadow: none
    }

    .address-img {
        width: 100%
    }

    .address-msg {
        padding: 24px 0 0 0;
        font-size: 14px
    }

    .msg-title {
        margin-right: 16px
    }

    .msg-title.clock img.mb {
        width: 13px
    }

    .msg-title.location img.mb,
    .msg-title.map img.mb {
        width: 12px
    }

    .msg-list:not(:last-of-type) {
        margin-bottom: 12px
    }

    .address-btn-wrap {
        margin-top: 32px
    }

    .address-btn:first-child a {
        padding: 5px 36px
    }

    .address-btn a {
        padding: 6px 36px;
        font-size: 12px;
        line-height: 18px
    }

    .hdc-section.consult,
    .hdc-section.partner {
        /* padding-top: 38px;
         padding-bottom: 38px;*/
    }

    .hdc-section.consult .hdc-section-wrap {
        padding: 0 17px
    }

    .hdc-section.consult .section-head-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 36px
    }

    .hdc-section.consult .section-content .consult-list {
        flex-wrap: wrap
    }

    .consult-list .consult-item {
        margin-bottom: 18px;
        width: 100%
    }

    .consult-list .consult-item .consult-title {
        font-size: 14px;
        margin-bottom: 0
    }

    .consult-list .consult-item .consult-detail {
        font-size: 14px
    }

    /* 合作伙伴 */
    .hdc-section.partner .partner-logo {
        width: calc(100% / 4);
    }

    .page-footer {
        padding: 32px 36px;
        background: url(../images/footer-bg.png) no-repeat;
        background-size: cover
    }

    .page-footer .footer-content {
        flex-wrap: wrap;
        min-height: 46px;
        align-items: center;
    }

    .page-footer .footer-content .text {
        width: 100%;
        font-size: 18px;
        line-height: 22px;
        margin-right: 0;
    }

    .page-footer .footer-content .join-button {
        padding: 6px 36px;
        font-size: 12px;
        line-height: 18px
    }

    .hdc-section.lab-mb .hdc-section-wrap {
        padding: 0 17px
    }

    .subvenue-mb.hdc-section .hdc-section-wrap {
        padding: 0 17px
    }

    .subvenue-mb.hdc-section .subtitle {
        font-size: 16px;
        line-height: 20px
    }

    .hdc-section.introduction-mb {
        padding-top: 25px;
        /*margin-top: 54px;*/
        /* background: url(../images/l1-bg.png) no-repeat;*/
        background-size: 50%;
        background-position: top right
    }

    .hdc-section.guest {
        background: url(../images/l2-bg.png) no-repeat;
        background-size: 46%;
        background-position: 100% 5%;
        padding-top: 0px;
        padding-bottom: 22px;
    }

    .hdc-section.agenda {
        /*  background: url(../images/l3-bg.png) no-repeat;*/
        background-size: 50%;
        background-position: 100% 2%;
    }

    .hdc-section.developer-community-mb {
        background: url(../images/l4-bg.png) no-repeat;
        background-size: 44%;
        background-position: 100% 8%;
        padding-bottom: 24px;
        /*  padding-top: 90px;*/
    }

    .hdc-section.lab-mb {
        margin-top: 20px;
        padding-top: 60px;
        background: url(../images/l5-bg.png) no-repeat;
        background-size: 50%;
        background-position: 100% 0;
    }

    .hdc-section.subvenue-mb {
        padding-top: 25px;
        /*  background: url(../images/l6-bg.png) no-repeat;*/
        background-size: 50%;
        background-position: top right;
    }

    .hdc-section.introduction-mb .hdc-section-wrap {
        /*  padding: 0 17px*/
    }

    .hdc-section.introduction-mb .introduction-list {
        margin-top: 20px;

        padding:0 10px
    }

    .hdc-section.introduction-mb .introduction-item {
        font-size: 12px;
        line-height: 18px;
    }

    .hdc-section.introduction-mb .introduction-item:first-of-type {
        margin-bottom: 12px;
    }

    .hdc-section-outer {
        padding: 0
    }

    .mb-swiper-wrap {
        margin-top: 38px;

    }

    .swiper-list.guest {
        width: 271px;
        box-sizing: border-box;
        padding: 32px 20px 249px 24px
    }

    .swiper-list.dev {
        width: 271px;
        box-sizing: border-box;
        padding: 34px 47px 180px 24px
    }

    .swiper-list.guest .list-head {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 12px
    }

    .swiper-list.dev .list-head {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px
    }

    .swiper-list.guest .list-content {
        font-size: 14px;
        line-height: 22px;
        min-height: 44px;
    }

    .swiper-list.dev .list-content {
        min-height: 54px;
        font-size: 12px;
        line-height: 18px;
        margin: 16px 0 32px
    }

    .swiper-list.dev .red-more {
        font-size: 14px;
        line-height: 20px;
        color: #c7000b
    }

    .swiper-list .list-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

    .swiper-list.site {
        width: 271px
    }

    .swiper-list.site .site-1 {
        background: url(../images/site-1.jpg) no-repeat;
        background-size: cover
    }

    .swiper-list.site .site-2 {
        background: url(../images/site-2.jpg) no-repeat;
        background-size: cover
    }

    .swiper-list.site .site-3 {
        background: url(../images/site-3.jpg) no-repeat;
        background-size: cover
    }

    .swiper-list.site .site-4 {
        background: url(../images/site-4.jpg) no-repeat;
        background-size: cover
    }

    .swiper-list.site .list-head {
        padding: 52px 0 48px;
        font-size: 20px;
        text-align: center;
        font-weight: 600;
        color: #fff;
        line-height: 26px
    }

    .swiper-list.site .list-content {
        /*      padding: 32px 30px 32px 24px;*/
        background: #fff
    }

    .swiper-list.site .list-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 16px
    }

    .swiper-list.site .list-detail-text {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px
    }

    .swiper-list.site .list-detail-text img {
        width: 13px;
        margin-right: 10px;
        vertical-align: text-top
    }

    .swiper-list.site .site-btn {
        display: inline-block;
        margin-top: 24px;
        padding: 5px 36px;
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        border: 1px solid #252b3a;
        border-radius: 3px
    }

    .hdc-section .swiper-container-horizontal>.swiper-pagination-bullets,
    .hdc-section .swiper-pagination-custom,
    .hdc-section .swiper-pagination-fraction {
        left: 50%;
        bottom: 0;
        transform: translateX(-50%)
    }

    .hdc-section .swiper-pagination-bullet {
        margin-right: 16px
    }

    .hdc-section .swiper-pagination-bullet-active {
        background: #c7000b
    }

    .mb-item{
        margin:0 29px;
    }
    .mb-item-box {
        height: auto;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        overflow: hidden;

    }
    .mb-item-info {
        padding: 24px;
        background-color: #fff;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        box-shadow: 0 0 8px 8px rgba(147,154,248,.06);
        margin-bottom: 15px;
    }

}
@media (max-width: 1200px) {
    .modal-body {
        width: 88%
    }
}




.xym_title {
    font-size: 35px;
    text-align: center
}

.xym_mtitle {
    font-size: 20px;
    text-align: center;
    color: #808080;
    letter-spacing: 6px;
    padding-top: 15px;
}

.xym_content {
    letter-spacing: 3px;
    line-height: 30px;
    font-size: 17px;
    padding-top: 70px;
    max-width: 850px;
    margin: 0 auto
}

.xym_content p {
    text-indent: 2em;
}