@media (max-width:767px){
    html[lang="en"] .top-nav{
        padding-bottom: 66px;
    }
}

.has2020-banner {
    margin-bottom: 60px;
}

.has2020-banner .banner-box {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
}

.has2020-banner .banner-box img {
    margin: 0 auto;
}

.has2020-banner .banner-box .banner-text {
    position: absolute;
    text-align: center;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
}

.has2020-banner .banner-box .banner-text .title-box {
    margin-top: 4%;
}

.has2020-banner .banner-box .banner-text .title-box h1 {
    font-size: 52px;
    line-height: 1;
    margin-bottom: 0;
}

.has2020-banner .banner-box .banner-text .title-box span {
    font-size: 21px;
    font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
    margin-top: -10px;
    display: block;
}

.has2020-banner .banner-box .banner-text .subtitle {
    font-size: 32px;
    line-height: 40px;
    margin-top: 2.5%;
    position: relative;
}

.has2020-banner .banner-box .banner-text .subtitle span {
    position: relative;
}

.has2020-banner .banner-box .banner-text .subtitle span::before {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #e40013;
    left: 0%;
    bottom: -15px;
    content: "";
}

.has2020-banner .banner-box .banner-text ul {
    margin-top: 4.5%;
}

.has2020-banner .banner-box .banner-text ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin: 0 0px;
}

.has2020-banner .banner-box .banner-text ul li em {
    display: inline-block;
    vertical-align: top;
}

.has2020-banner .banner-box .banner-text ul li span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}

.has2020-banner .banner-box .banner-text .more {
    margin-top: 3.5%;
}

.has2020-banner .banner-box .banner-text .more a {
    padding: 12px 50px;
    border: 1px solid #e40013;
    font-size: 14px;
    color: #e40013;
    font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
}

.has2020-banner .banner-box .banner-text .more a:hover {
    text-decoration: none;
}

@media (max-width:991px) {
    .has2020-banner {
        margin-top: 0px;
    }
    .has2020-banner .banner-box .banner-text .title-box h1 {
        font-size: 39px;
    }
    .has2020-banner .banner-box .banner-text .title-box span {
        font-size: 16px;
    }
    .has2020-banner .banner-box .banner-text .subtitle {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width:767px) {
    .has2020-banner .banner-box .banner-text {
        padding: 0 15px;
    }
    .has2020-banner .banner-box .banner-text .title-box {
        margin-top: 18%;
    }
    .has2020-banner .banner-box .banner-text .subtitle {
        margin-top: 5%;
    }
    .has2020-banner .banner-box .banner-text ul {
        margin-top: 10%;
    }
    .has2020-banner .banner-box .banner-text .more {
        margin-top: 10%;
    }
    .has2020-banner .banner-box .banner-text ul li {
        margin: 0;
    }
}


/*introduction b*/

.introduction {
    margin-bottom: 60px;
}

.introduction .content {
    padding-right: 7%;
    font-size: 16px;
}

.introduction .content p {
    margin-bottom: 30px;
}

.introduction .content ul {
    margin-bottom: 30px;
    padding-left: 16px;
}

.introduction .content ul li {
    /*list-style-image: url(/~/media/CORPORATE/minisite/has2020/img/ul-disc.png);*/
    margin: 5px 0;
    list-style: disc;
}

.introduction .img-box {
    margin-top: 5px;
}

.introduction .img-box h3 {
    font-size: 16px;
    margin-top: 30px;
}

.introduction .img-box p {
    font-size: 16px;
    line-height: 20px;
}

@media(max-width:767px){
    .introduction .img-box{
        max-width:130px;
    }
}
/*introduction e*/


/*speakers b*/

.speakers {
    margin-bottom: 60px;
    background: #f8f8f8;
    padding: 50px 0;
}

.speakers h2 {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    font-size: 34px;
}

.speakers h2:before {
    width: 50px;
    height: 2px;
    background: #e40013;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -25px;
}

.speakers .container>p {
    font-size: 14px;
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
}

.speakers .speaker-box {
    text-align: center;
}

.speakers .speaker-box img {
    margin: 0 auto;
}

.speakers .slider-box {
    margin-top: 70px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.speakers .slider-box p {
    padding: 0 10%;
}

.slider-box .slick-prev::before {
    content: "";
    width: 26px;
    height: 78px;
    background: url(/~/media/CORPORATE/minisite/has2020/img/has2020_speaker_icon_01.png) no-repeat;
    display: block;
}

.slider-box .slick-next::before {
    content: "";
    width: 26px;
    height: 78px;
    background: url(/~/media/CORPORATE/minisite/has2020/img/has2020_speaker_icon_02.png) no-repeat;
    display: block;
}

.slider-box .slick-next {
    right: -0.2rem;
}

.slider-box .slick-prev {
    left: -0.2rem;
}

.speakers .slider-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.speakers .slider-box p {
    font-size: 16px;
    margin-top: 0;
}

@media (max-width:1024px) {
    .slider-box .slick-prev {
        left: 0;
    }
    .slider-box .slick-next {
        right: 0;
    }
}

@media (max-width:991px) {
    .slider-box .slick-next {
        right: -18px;
    }
}

@media (max-width:767px) {
    .speakers .container>p {
        max-width: 100%;
        text-align: left;
    }
    .speakers h2 {
        font-size: 28px;
    }
}


/*speakers e*/


/*agenda b*/

.agenda h2 {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    font-size: 34px;
}

.agenda h2::before {
    width: 50px;
    height: 2px;
    background: #e40013;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -25px;
}

.agenda .agenda-tab {
    text-align: center;
    margin: 0 auto;
    margin-top: 80px;
}

.agenda .agenda-tab ul {
    margin-bottom: 15px;
}

.agenda ul li {
    display: inline-block;
    margin: 0 40px;
}

.agenda ul li a {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.3);
}

.agenda ul li a:hover {
    text-decoration: none;
}

.agenda ul li a span {
    display: block;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.3);
}

.agenda ul li.active a {
    color: rgba(0, 0, 0, 0.8);
}

.agenda ul li.active a span {
    color: rgba(0, 0, 0, 0.8);
}

.agenda .agenda-list {
    border-top: 1px solid #e6e6e6;
    padding: 50px 0;
}

.agenda .agenda-list .time span {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
}

.agenda .agenda-list .time em {
    font-size: 16px;
    color: #666;
}

.agenda .agenda-list .time span::before {
    width: 22px;
    height: 22px;
    content: "";
    position: absolute;
    background: url(/~/media/CORPORATE/minisite/has2020/img/has2020_icon_agenda_01.png) no-repeat;
    left: 0;
    top: 1px;
}

.agenda .agenda-list h3 {
    font-size: 24px;
    margin-top: -5px;
}

.agenda .agenda-list p {
    font-size: 16px;
    color: #666666;
}

.agenda .agenda-list a.live-broadcast {
    color: #e40013;
    border: 1px solid #e40013;
    padding: 12px 25px;
    font-size: 14px;
    margin-top: 6px;
    display: inline-block;
}

.agenda .agenda-list a.live-broadcast:before {
    content: "";
    width: 14px;
    height: 16px;
    background: url(/~/media/CORPORATE/minisite/has2020/img/has2020_icon_agenda_02.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

.agenda .agenda-list .live-txt {
    visibility: hidden;
}

.agenda .agenda-list a.live-broadcast:hover+p {
    visibility: visible;
}

.agenda .agenda-list .col-sm-3 {
    text-align: right;
}

.agenda .agenda-list .live-txt {
    font-size: 14px;
    color: #e40013;
    line-height: 20px;
    text-align: right;
    margin-top: 30px;
}

.agenda .agenda-list .time em {
    font-style: normal;
    padding-left: 40px;
}

.agenda .agenda-list h4 {
    font-size: 22px;
    font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    margin-top: -5px;
    line-height: 32px;
}

.agenda .agenda-list h5 {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
    margin-top: 5px;
}

.agenda .agenda-list .miaoshu {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.agenda .agenda-list .col-sm-7 .col-sm-8 {
    padding-right: 10%;
    margin-bottom: 15px;
}

.agenda .agenda-list .col-sm-9 .col-sm-8 {
    padding-right: 0%;
    margin-bottom: 15px;
}

.agenda .agenda-list .row>.col-sm-7>.row {
    margin-bottom: 20px;
}

@media(max-width:1024px) {
    .agenda .agenda-list .col-sm-8 {
        padding-right: 0;
    }
}

@media (max-width:991px) {
    .agenda {
        margin-bottom: 60px;
    }
    .agenda .agenda-tab .panel-title a {
        display: block;
        border: 1px solid #ccc;
        padding: 10px 0;
    }
    .agenda .agenda-list .live-txt {
        display: none;
    }
    .agenda .agenda-list a.live-broadcast {
        margin-top: 15px;
    }
    .agenda .agenda-list a.live-broadcast:hover+.live-txt {
        visibility: visible;
        display: block;
        position: fixed;
        width: 200px;
        height: 100px;
        background: #fff;
    }
    .broadcast .modal-dialog {
        max-width: 380px;
        padding: 0 30px;
    }
    .broadcast .modal-header {
        border-bottom: 0;
    }
    .broadcast .modal-content .modal-body {
        text-align: center;
        padding: 30px 15px 50px 15px;
        color: #e40013;
        font-size: 16px;
    }
    .broadcast .modal-header .close {
        font-size: 20px;
        font-weight: normal;
        padding: 7px 7px 0 0;
        color: #333;
    }
    .agenda .agenda-list h4+div .live-broadcast {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .agenda .agenda-list h3 {
        margin-bottom: 0;
    }
    .agenda .agenda-list .time span::before {
        top: -1px;
    }
    .agenda .agenda-list .time span {
        font-size: 16px;
    }
    .agenda ul li{
        margin: 0 30px;
    }
}

@media (max-width:767px) {
    .agenda h2 {
        font-size: 28px;
    }
    .agenda .agenda-list {
        padding: 30px 0;
        text-align: left;
    }
    .agenda .agenda-list .time {
        margin-bottom: 5px;
    }
    .agenda .agenda-list .time em {
        padding-left: 0px;
    }
    .agenda .agenda-tab {
        margin-top: 50px;
    }
    .agenda ul li {
        margin: 0 20px;
    }
    .agenda ul li a {
        font-size: 22px;
    }
    .agenda .agenda-tab ul{
        letter-spacing: -0.32em;
    }
    .agenda .agenda-tab ul li{
        letter-spacing:normal;
        width: 50%;
        padding: 0 5px;
        margin: 5px 0;
    }
    .agenda .agenda-tab ul li a{
        width:100% ;
        border: 1px solid #d9d9d9;
        display: block;
        line-height: 1.2;
        padding: 10px 0;
    }
}


/*agenda e*/


/*has2020-review b*/

.has2020-review {
    padding-bottom: 60px;
}

.has2020-review .content {
    background: #f8f8f8;
    padding: 50px;
}

.has2020-review .content .text-box1 {
    margin-top: -10px;
    padding-left: 50px;
}

.has2020-review .content .text-box1 h2 {
    font-size: 34px;
    position: relative;
    margin-bottom: 35px;
}

.has2020-review .content .text-box1 h2::before {
    width: 50px;
    height: 2px;
    background: #e40013;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 2px;
}

.has2020-review .content .text-box1 p {
    font-size: 16px;
    margin: 0;
    margin-bottom: 23px;
}

.has2020-review .content .text-box1 p+p {
    margin-bottom: 0px;
}

.learn-more {
    margin-top: 20px;
    display: block;
}

.learn-more:hover {
    text-decoration: none;
}

.learn-more em {
    font-size: 16px;
    padding-left: 5px;
}

@media (max-width:991px) {
    .has2020-review .content .text-box1 {
        margin-top: 30px;
        padding: 0 15px 15px 15px;
    }
    .has2020-review .content .text-box1 h2 {
        font-size: 28px;
    }
    .has2020-review .content {
        padding: 0;
    }
}


/*has2020-review e*/


/*live-box css bof*/

.live-box {
    padding-top: 30px;
    margin-bottom: 60px;
}

.live-box h2 {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.live-box h2::before{
    height: 2px;
    width: 80px;
    content: "";
    background:#cb0007;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -40px;
}
.live-box .time {
    font-size: 24px;
    margin-top: 15px;
    font-family: HuaweiSans-Regular, Arial, Helvetica, sans-serif;
}

.live-box .content.live-style {
    position: relative;
    padding-top: 56.25%;
}

.live-box .content.live-style iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: 0;
}
.live-box .content {
    width: 80%;
    margin: 0 auto;
}

.live-box .content .live-css {
    position: relative;
    padding-top: 56.25%;
}

.live-box .content .live-css iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.live-more{
    text-align: center;
    font-size: 18px;
    display: block;
    margin-top: 30px;
    text-decoration: underline;
}
@media (max-width:767px) {
    .live-box {
        padding-top: 50px;
    }
    .live-box .content{
        width: 100%;
    }
    .live-box h2{
        font-size: 28px;
    }
}

/*video css bof*/

.player-outer-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
}

.video_box_ux {
    width: 100%;
    position: relative;
    z-index: 97;
    overflow: hidden;
}

.video_box_ux .circle {
    width: 69px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 8;
}

.video_box_ux .circle:before {
    content: "";
    background: #000;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.video_box_ux em {
    position: absolute;
    font-size: 45px;
    color: #eb5b56;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -5px;
    z-index: 11;
}

.video_box_ux a:hover .circle {
    transition-duration: 0.2s;
    transform: scale(1);
}

.video_box_ux a.js_video_player:hover .circle {
    transition-duration: 0.2s;
    transform: scale(1.1);
}

.video_box_ux img {
    border-radius: 5px;
    /* border-top-right-radius: 5px; */
    width: 100%;
}
@media (max-width: 1200px) {
    .video-js .vjs-big-play-button {
      background-image: url(https://www.huawei.com/Assets/corp/v2/fonts/svg-sprite-1.svg);
      background-position: 0 -140px;
      background-repeat: no-repeat;
      width: 70px !important;
      height: 70px !important;
      background-size: 100%;
      border-radius: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -35px;
      margin-left: -35px;
      font-size: 0;
      background-color: transparent;
    }
  }
/*live-box css eof*/

.image-set{
    background: #ececec;
    padding: 50px 0;
}
.image-set .slider-box{
    max-width: 996px;
    margin: 0 auto;
}
.image-set .slider-box .img-set-box .row{
    margin-top: 22px;
    margin-bottom: 22px;
}
.image-set .slider-box .slick-prev{
    left: -70px
}
.image-set .slider-box .slick-next{
    right: -90px
}
.image-set .slick-dots {
    bottom: -30px;
}
.image-set .slick-dots li{
    margin: 0 3px;
}
.image-set .slick-dots li button{
    width: 10px;
    height: 10px;
    padding: 4px;
    background: #d4d4d4;
    border: 0;
}
.image-set .slick-dots li.slick-active button{
    background: #767676;
}
@media (max-width:992px){
    .image-set .slider-box-mob .imgbox img{ 
        width: 100%;
    }
    .image-set .slider-box-mob .row{
        margin-top: 22px;
    }
    .image-set .slider-box .slick-prev{
        display: none !important;
    }
    .image-set .slider-box .slick-next{
        display: none !important;
    }
}

.points-of-view{
    background: #ececec;
    padding: 50px 0 80px;
}
.points-of-view .slider-box{
    max-width: 996px;
    margin: 0 auto;
    margin-top: 60px
}
.points-of-view h2{
    position: relative;
    display: block;
    text-align: center;
}
.points-of-view h2:before{
    position:absolute;
    content:"";
    height: 2px;
    width: 60px;
    background: #cb0007;
    left: 50%;
    margin-left: -30px;
    bottom: -15px;
}
.points-of-view .points-box{
    position: relative;
}
.points-of-view .points-box .text-l{
    width: 88%;
    min-height: 560px;
    background: #fff;
    padding: 80px 180px 80px 80px;
}
.points-of-view .points-box .text-l p{
    font-size:20px;
}
.points-of-view .points-box .text-l .name{
    font-size: 18px;
    margin-top: 50px;
    color: #595959;
}
.points-of-view .points-box .text-l a{
    font-size:14px;
    color: #9c9c9c;
    margin-top: 50px;
    display: block;
}
.points-of-view .points-box .text-l a span{
    display: inline-block;
    vertical-align: middle;
}
.points-of-view .points-box .text-l a em{
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
    color: #cb0007;
}
.points-of-view .points-box .img-r{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -168px;
}
.points-of-view .slider-box .slick-prev{
    left: -70px
}
.points-of-view .slider-box .slick-next{
    right: -90px
}
.points-of-view .slick-dots {
    bottom: -60px;
}
.points-of-view .slick-dots li{
    margin: 0 3px;
}
.points-of-view .slick-dots li button{
    width: 10px;
    height: 10px;
    padding: 4px;
    background: #d4d4d4;
    border: 0;
}
.points-of-view .slick-dots li.slick-active button{
    background: #767676;
}
@media (max-width:992px){
    .points-of-view .slider-box .slick-prev{
        display: none !important;
    }
    .points-of-view .slider-box .slick-next{
        display: none !important;
    }
    .points-of-view .points-box .img-r{
        max-width: 50%;
        margin-top: -60px;
        top:0;
    }
    .points-of-view .points-box .text-l{
        width: 93%;
        padding: 100px 20px 20px 20px;
        margin-top: 60px;
        min-height: auto;
    }
    .points-of-view .points-box .text-l .imgbox img{
        max-width: 50px;  
    }
    .points-of-view .points-box .text-l p{
        font-size:16px;
    }
}