
.inrto_info{
    width: 100%;
    background-image: url(../../images/p1-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    /* height: 2244px; */
    
	margin-top: 58px;
    position: relative;
}
/* 1 */
.top_part{
    padding: 1.2% 14% 5.2%;
    display: flex;
    justify-content: space-between;
}
.hw_logo>img, .hw_logo_right>img{
    vertical-align: middle;
    width: 100%;
}
.hw_logo{
    width: 3%;
}
.hw_logo_right{
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 2 */

.kv_content{
    /* width: 31.5%; */
    /* margin-left: 23%; */
    width: 36%;
    margin-left: 18%;
}
.kv_content>img{
    width: 100%;
    vertical-align: middle;
}

/* 3 mofang */
.cube_box{
    position: absolute;
    width: 17.3%;
    /* top: 14%; */
    top: 8.9%;
    right: 24.2%;

    transition: .5s;
}
.cube_box>img{
    width: 100%;
    vertical-align: middle;
}

/* 4 */
.go_live{
    margin-top: 4.2%;
    /* margin-top: 40px; */
    text-align: center;
    margin-bottom: 40px;
    /* margin-bottom: 200px; */
    opacity: 0;
}
.go_live>a{
    text-decoration: none;
}
.go_live>div>p{
    display: inline-block;
    /* margin: 0 auto; */
    color: #fff;
    background-color: #CE0E2D;
    font-size: 16px;
    padding: 10px 15px;
    cursor: default;
}


/* intro */
.info_title{
    /* margin-top: 14.2%; */
    margin-top: 7.1%;
    /* margin-top: 80px; */
    /* text-align: center; */
}
.info_title_content{
    width: 230px;
    height: 42px;
    background-image: url(../img/title-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;

    color: #fff;
    font-size: 23px;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro_box{
    margin-top: 35px;
    padding-bottom: 70px;
}
.intro_content{
    background-image: url(../img/tri-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;

    /* width: 30%; */
    color: #000000;
    width: 720px;
    height: 185px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0.5px;
}
.go_live>div{
    position: relative;
    margin: 0 auto;
    /* width: 142.55px; */
    width: 134.95px;
    height: 228px;
}
.go_live ul{
    left: 50%;
    height: 0;
    position: absolute;
    width: 134.95px;
    /* margin-left: -71.275px; */
    margin-left: -67.475px;
    overflow: hidden;
    /* display: none; */
    background-color: gainsboro;
}
.go_live ul li{
    padding: 10px 0;
    transition: all .2s;
    color: #797979;
}

.go_live ul li:hover{
    color: #000000;
    background-color: #797979;
}
.go_live ul li:hover>a{
    color: #fff;
}
.ulobj a{
    color: #000000;
}

/* agenda */

.agenda_box{
    background-image: url(../img/p2-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-size: contain; */
}

.agenda_ct{
    padding-top: 48px;
    padding-bottom: 60px;
}
.agenda_title, .agd_all {
    opacity: 0;
}
.agenda_title_content{
    width: 230px;
    height: 42px;
    background-image: url(../img/title-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;

    color: #fff;
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info_agenda{
    margin-top: 90px;
}
.time_line{
    /* width: 56.7%; */
    width: 1040px;
    margin: 0 auto;
}
.time_line>img{
    width: 100%;
    vertical-align: middle;
}

.time_up{
    /* width: 61%; */
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    /* justify-content: space-between; */
}
.time_up>div{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.time_up>div:nth-of-type(1){
    margin-left: 355px;
}
.time_up>div:nth-of-type(2){
    margin-left: 445px;
}


.time_up p{
    text-align: center;
    color: #000000;
}


.time_up>div>p:first-of-type{
    font-size: 18px;
}
.time_up>div>p:nth-of-type(2){
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: lighter;
}

/* down */
.time_down{
    /* width: 61%; */
    max-width: 1260px;
    margin: 15px auto 0;
    display: flex;
}


.time_down>div:first-of-type{
    margin-left: 45px;
}
.time_down>div:nth-of-type(2){
    margin-left: 550px;
}

.time_down p{
    text-align: center;
    color: black;
}

.time_down>div>p:first-of-type{
    font-size: 16px;
    font-weight: lighter;
}
.time_down>div>p:nth-of-type(2){
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
    
}




/* guest */

.guest_ct{
    padding-top: 55px;
    padding-bottom: 100px;
}
.guest_title{
    margin-bottom: 80px;
}

.guest_img{
    display: flex;
    justify-content: space-around;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    opacity: 0;
}

.guest_img>div{
    /* width: 390px; */
    width: 300px;
    height: 140px;
    position: relative;
}
.guest_img>div>img{
    position: absolute;
    /* width: 100%; */
    vertical-align: middle;
}
.guest_img>div>p{
    position: absolute;
    color: #000000;
}
.guest_img>div>img:nth-of-type(1){
    width: 240px;
    bottom: 0;
    left: 8px;
    height: 80px;
}
.guest_img>div>img:nth-of-type(2){
    width: 240px;
    bottom: 8px;
    height: 80px;
    /* z-index: 999; */
}
.guest_img>div>img:nth-of-type(3){
    width: 150px;
    height: 140px;
    right: 0;
    bottom: 0;
}
.guest_img>div>p:first-of-type{
    top: 75px;
    left: 100px;
    font-size: 16px;
}
.guest_img>div>p:nth-of-type(2){
    left: 36px;
    bottom: 13px;
    font-size: 12px;
    font-weight: lighter;
    text-align: right;
    transform: scale(0.95);
}

/* formore */
.formore_box{
    background-image: url(../../images/p3-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-size: contain; */
}

.formore_ct{
    padding-top: 55px;
    padding-bottom: 100px;
}
.formore_title{
    margin-bottom: 80px;
}
.formore_link{
    display: flex;
    justify-content: space-around;
    max-width: 1400px;
    margin: 0 auto;
    opacity: 0;
    /* padding: 0 20px; */
}

.formore_link>div{
    width: 558px;
    height: 294px;
    border-bottom: 4px solid transparent;
    transition: all .5s;
}
.formore_link>div>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    color: #000000;
}
.formore_link>div>a>p{
    position: absolute;
    left: 27px;
    bottom: 20px;
    font-size: 22px;
}
.formore_link>div:hover{
    border-bottom: 4px solid #CE0E2D;
}
.formore_link>div>a>img{
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.formore_wrap_link{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding-bottom: 60px;
    display: none;
}
.formore_wrap_link>div{
    padding: 0 15px;
}
.formore_wrap_link>div:not(:first-of-type){
    margin-top: 25px;
}
.formore_wrap_link>div>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    color: #000000;
}
.formore_wrap_link>div>a>p{
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}
.formore_wrap_link>div>a>img{
    vertical-align: middle;
    width: 100%;
    height: 100%;
}





/* hover */
.go_live>a:hover{
    background-color: #A30D25;
}

@media screen and (max-width:1599px){
    .cube_box{
        top: 7.6%;
        /* top: 14%; */
    }
    /* .kv_content{
        margin-left: 19%;
        width: 36%;
    } */
}

/* btn */
.wrap-box{
	display: none;
	padding-top: 54px;
	position: relative;
}

.wrap-btn{
	width: 100%;
	z-index: 999;
	position: absolute;
	top: 60%;
    text-align: center;
    /* margin: 0 auto; */
}
.wrap-btn>a{
	display: inline-block;
	background-color: #CE0E2D;
	color: #fff;
	font-size: 12px;
	/* width: 128px; */
	/* height: 45px; */
	padding: 7px 15px;
}


.wrap-box>img{
	width: 100%;
	display: block;
}
.wrap-none{
    display: none;
}
.choose_live {
    /* margin-top: 30px; */
    display: flex;
    justify-content: space-around;
    /* flex-wrap: wrap; */
    width: 90%;
    margin: 5px auto 0;
}
.choose_live a{
    font-size: 14px;
    color: black;
    display: inline-block;
    font-weight: bold;
    /* padding: 2px 5px; */
    /* border-bottom: 2px solid #CE0E2D; */
}



@media screen and (max-width:768px){
    .inrto_info, .agenda_box, .guest_box, .formore_box{
		display: none;
    }
    .wap_navbtn{
		display: none;
	}
	
	.wrap-box, .formore_wrap_link, .wrap-none{
		display: block;
	}

}
@media (min-width:769px) and (max-width:1240px){
    .time_up>div:nth-of-type(1) {
        margin-left: 25.4%;
    }
    .time_up>div:nth-of-type(2) {
        margin-left: 35%;
    }
    .time_down>div:nth-of-type(1) {
        margin-left: 0.5%;
    }
    .time_down>div:nth-of-type(2) {
        margin-left: 46.9%;
    }
}





/* live css */

.dk_title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.dk_content {
    font-size: 12px;
    color: #333;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 33px;
}

.dk_link {
    font-size: 12px;
    color: #fff;
    background: #C8102E;
    padding: 4px;
    width: 60px;
    border-radius: 4px;
    text-align: center;
    margin-top: 10px;

}

.dk_modle {
    background-color: #fff;
    margin-top: 17px;
    padding: 10px;
    width: 200px;
    border-radius: 4px;
    background: #f7f7f7;
}

.cloudlaunch-live .por-section-head {
    display: none;
}

.cloudlaunch-live-video-box {
    position: relative;
    max-width: 780px;
    /* max-width: 900px; */
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
    overflow: hidden;
}

.cloudlaunch-live-video-box:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.cloudlaunch-live-iframe-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.cloudlaunch-live-iframe-box:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.cloudlaunch-live-iframe-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
}

.cloudlaunch-live-card-wrapper {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 4px;
    overflow: hidden;
    margin-top: 32px;
}

.cloudlaunch-live-card {
    float: left;
    width: 33.33333333%;
    padding: 32px;
}

.cloudlaunch-live-card+.cloudlaunch-live-card {
    position: relative;
}

.cloudlaunch-live-card+.cloudlaunch-live-card:before {
    content: "";
    position: absolute;
    top: 32px;
    bottom: 32px;
    left: 0;
    border-right: solid 1px #dfe1e6;
}

.cloudlaunch-live-card h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #252b3a;
    margin-bottom: 8px;
}

.cloudlaunch-live-card p {
    font-size: 14px;
    line-height: 18px;
    color: #575c6c;
    margin-top: 4px;
}

.cloudlaunch-live-card p time {
    color: #252b3a;
}

.cloudlaunch-live-bottom {
    padding-top: 24px;
    font-size: 0;
    text-align: center;
}

.cloudlaunch-btn {
    text-align: center;
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
    display: none;
}


a,
a:visited {
    text-decoration: none;

}

@media (max-width: 768px) {
    .cloudlaunch-live-card-wrapper {
        margin-top: 10px;
    }

    .cloudlaunch-live-card {
        float: none;
        width: auto;
        padding: 15px 20px;
    }

    .cloudlaunch-live-card+.cloudlaunch-live-card:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        border-right: none;
        border-bottom: solid 1px #dfe1e6;
    }

    .cloudlaunch-live-card h6 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .cloudlaunch-live-card p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 0;
    }
}





