/* 主布局 */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}
button{
    border: none;
    background-color: transparent;
    outline: none; 
}

/*滚动条样式*/

::-webkit-scrollbar {
    /*滚动条整体样式*/
    /* width: 4px; */
    width: 0;
    /*高宽分别对应横竖滚动条的尺寸*/
    /* height: 4px; */
    height: 0;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 119, 255, 0.2);
    background: rgba(0, 119, 255, 0.2);
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 119, 255, 0.2);
    border-radius: 0;
    background: rgba(0, 119, 255, 0.1);
}


/*谷歌*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/*火狐*/

input[type="number"] {
    -moz-appearance: textfield;
}


/* 提示框 */

.text-tip {
    display: block;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    padding: 10px 10px;
    line-height: 18px;
    position: fixed;
    left: 50%;
    bottom: 45%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 3px;
    display: none;
    z-index: 9999;
    font-size: 12px;
    text-align: center;
}

body {
    width: 100vw;
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
}

#app {
    width: 10rem;
    /* min-height: 100vh; */
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #02071E;
}

#schedule {
    width: 10rem;
    /* min-height: 100vh; */
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #02071E;
}

#search {
    width: 10rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F7F9FC;
}

.index {
    background-image: url("https://s.laoyaoba.com/2021fhh5_index_bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.titlebg {
    width: 10rem;
    height: 10.56rem;
    background-image: url("https://s.laoyaoba.com/2021fhh5_bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.service {
    background-image: url("https://s.laoyaoba.com/2021fhh5_service_bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

footer {
    width: 10rem;
    height: 1.89rem;
    background: #000000;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

footer p {
    font-size: 0.29rem;
    font-family: MicrosoftYaHeiSemibold;
    color: #4F4F4F;
    line-height: 0.53rem;
}


/* 公共标题 */

.public-title {
    width: 10rem;
    margin-top: 7.33rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.public-title img {
    width: 6.45rem;
    height: 2.56rem;
}


/* 公共搜索 */

.public_search {
    width: 9.2rem;
    height: 1.07rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.35rem 0 0.43rem 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.67rem;
}

.public_search a {
    width: 100%;
    height: 1.07rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.public_search a img {
    width: 0.37rem;
    height: 0.4rem;
    margin-left: 0.4rem;
}

.public_search a input {
    width: 100%;
    height: 1.07rem;
    margin-left: 0.19rem;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: 0px;
    font-size: 0.32rem;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 1);
    line-height: 0.43rem;
}

.public_search a input::-webkit-input-placeholder {
    font-size: 0.32rem;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 1);
    line-height: 0.43rem;
}

.public_search a input:-moz-placeholder {
    font-size: 0.32rem;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 1);
    line-height: 0.43rem;
}

.public_search a input::-moz-placeholder {
    font-size: 0.32rem;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 1);
    line-height: 0.43rem;
}

.public_search a input:-ms-input-placeholder {
    font-size: 0.32rem;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 1);
    line-height: 0.43rem;
}

.public_search button {
    width: 1.57rem;
    height: 0.67rem;
    background: linear-gradient(90deg, #63FE9B 0%, #007EBD 100%);
    border-radius: 0.33rem;
    margin-right: 0.27rem;
    outline: none;
    border: 0px;
    font-size: 0.32rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 0.43rem;
}


/* 首页 */


/* 首页banner */

.swiper-container {
    width: 9.2rem;
    height: 3.84rem;
}

.swiper-container .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #eee;
}

.swiper-container .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-container .swiper-wrapper {
    width: 9.2rem;
    height: 3.84rem;
}

.swiper-container .swiper-wrapper .swiper-slide {
    width: 9.2rem;
    height: 3.84rem;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    width: 9.2rem;
    height: 3.84rem;
}


/* 成为嘉宾按钮 */
.index_button_block {
    width: 9.2rem;
    display: flex;
    justify-content: space-between;
    padding: 0 0.5rem;
}

.index_button_block .index_button {
    /* width: 4.21rem;
    height: 1.07rem; */
    width: 3.8rem;
    height: 1rem;
    /* background: linear-gradient(90deg, #7820FF 0%, #2735FF 100%); */
    border-radius: 0.08rem;
    margin: 0.67rem 0 0.37rem 0;
    outline: none;
    border: 0px;
    font-size: 0.43rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.index_button_block .left_botton {
    background: linear-gradient(90deg, #63FE9B 0%, #007EBD 18%, #003AE6 41%, #D700A6 61%, #E3AC00 82%, #63FE9B 100%);
    animation: move 16s ease infinite;
    background-size: 1600% 1600%;
}

.index_button_block .right_botton {
    background: linear-gradient(90deg, #63FE9B 0%, #E3AC00 18%, #D700A6 41%, #003AE6 61%, #007EBD 82%, #63FE9B 100%);
    animation: move 16s ease infinite;
    background-size: 1600% 1600%;
}

@keyframes move {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


/* 导航 */

.index_nav {
    width: 9.2rem;
    list-style-type: none;
}

.index_nav li {
    width: 2.93rem;
    height: 2.59rem;
    margin-left: 0.20rem;
    margin-top: 0.43rem;
    float: left;
}

.index_nav li:first-of-type {
    margin-left: 0;
}

.index_nav li:nth-child(3n+1) {
    margin-left: 0;
}

.index_nav li img {
    width: 2.93rem;
    height: 2.59rem;
}


/* index_nav7 */

.index_nav7 {
    width: 9.2rem;
    height: 2.59rem;
    margin-top: 0.43rem;
}

.index_nav7 img {
    width: 9.2rem;
    height: 2.59rem;
}


/* 介绍一张图 */

.index_order {
    width: 10rem;
    height: 7.65rem;
    margin-top: 0.32rem;
}

.index_order img {
    width: 100%;
    height: 7.65rem;
}


/* 合作伙伴 */

.index_company {
    width: 9.2rem;
    list-style-type: none;
    margin-bottom: 1.87rem;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
}

.index_company div {
    width: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_company div img {
    width: 1.92rem;
    margin: 0.48rem 0;
}

.index_company li {
    width: 2.15rem;
    /* height: .91rem; */
    background: #FFFFFF;
    /* border-radius: 0.05rem; */
    /* opacity: 0.88; */
    margin-top: 0.19rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .19rem;
}

.index_company li:nth-child(4n+1) {
    margin-right: 0;
}

.index_company li img {
    width: 100%;
    /* height: 100%; */
    float: left;
}


/* 敬请期待 */

.index_layer {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -2.5rem;
    margin-top: -3rem;
    width: 5rem;
    height: 6rem;
    background: #001D37 linear-gradient(270deg, #0C2937 0%, #032D58 100%);
    border-radius: 0.16rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 1000;
    overflow: hidden;
}

.index_layer_bg {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    overflow: hidden;
}

.index_layer .index_layer_x {
    position: absolute;
    width: 0.27rem;
    height: 0.27rem;
    top: 0.37rem;
    right: 0.37rem;
}

.index_layer .index_layer_pic {
    width: 2.93rem;
    height: 2.93rem;
    margin-top: 1.28rem;
}

.index_layer p {
    font-size: 0.4rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.53rem;
    margin-top: 0.48rem;
    z-index: 2;
}


/* 新闻 */

.news_title {
    margin-top: 6.45rem;
    width: 9.2rem;
    height: 3.36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("https://s.laoyaoba.com/2021fhh5_news_bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.news_title p {
    width: 8rem;
    height: 2.51rem;
    font-size: 0.35rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 0.59rem;
}

.news_list {
    list-style-type: none;
    width: 9.2rem;
    margin-top: 0.32rem;
}

.news_list li a {
    width: 9.2rem;
    height: 2.59rem;
    background: #07243A;
    border-radius: 0.08rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.27rem;
    margin-bottom: 0.4rem;
}

.news_list li a img {
    width: 3.04rem;
    height: 2.03rem;
    border-radius: 0.08rem;
}

.news_list li a section {
    width: 5.39rem;
    height: 2.03rem;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: space-between;
}

.news_list li a section h1 {
    width: 5.39rem;
    font-size: 0.37rem;
    font-family: MicrosoftYaHeiSemibold;
    color: #FFFFFF;
    line-height: 0.51rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.03rem;
}

.news_list li a section div {
    margin-bottom: 0.19rem;
    width: 5.39rem;
    height: 0.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news_list li a section div p {
    font-size: 0.29rem;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 0.5);
    line-height: 0.4rem;
}

.news_list li a section div p:last-of-type {
    margin-left: 0.69rem;
}

.news_button {
    width: 3.31rem;
    height: 1.12rem;
    background: linear-gradient(90deg, #63FE9B 0%, #007EBD 100%);
    border-radius: 0.13rem;
    font-size: 0.35rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 0.45rem;
    margin-top: 0.29rem;
    margin-bottom: 0.91rem;
    outline: none;
    border: 0px;
}


/* 会议日程 */

.schedule-list {
    position: relative;
    list-style-type: none;
    width: 9.2rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 0.67rem;
}

.schedule-list .schedule-list-title {
    position: absolute;
    top: 0;
    left: -0.27rem;
    width: 3.44rem;
    height: 2.4rem;
    z-index: 998;
}

.schedule-list li {
    width: 9.2rem;
    z-index: 999;
    background: #A700FF linear-gradient(90deg, #032E58 0%, #0C2937 100%);
}

.schedule-list .purple-bg {
    background: #A700FF linear-gradient(90deg, #101665 0%, #201045 100%);
}

.schedule-list li:first-of-type {
    margin-top: 1.47rem;
}

.schedule-list li section {
    width: 8.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.schedule-list li:last-of-type section {
    border-bottom: 0;
}

.schedule-list li section div {
    padding: 0.53rem 0 0.24rem 0;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
}

.schedule-list li section div p {
    font-size: 0.32rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #4B9ED3;
    line-height: 0.43rem;
}

.schedule-list li section div .purple-p {
    color: #9F4CCD;
}

.schedule-list li section div .last {
    font-size: 0.29rem;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 0.5);
    line-height: 0.4rem;
    margin-top: 0.11rem;
}

.schedule-list li section div h1 {
    font-size: 0.37rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.53rem;
    margin-top: 0.13rem;
}

.schedule-list li section .schedule-list-index {
    width: 0.83rem;
    height: 0.53rem;
}

.schedule-alumnus {
    list-style-type: none;
    width: 9.2rem;
    background: #A700FF linear-gradient(90deg, #101665 0%, #201045 100%);
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
    padding: 0.32rem 0 0.47rem 0;
    margin-bottom: 1.49rem;
}

.schedule-alumnus li {
    width: 4.6rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 0;
}

.schedule-alumnus li p {
    font-size: 0.32rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #9F4CCD;
    line-height: 0.43rem;
}

.schedule-alumnus li h1 {
    width: 3.76rem;
    font-size: 0.4rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.53rem;
    text-align: center;
    margin-top: 0.13rem;
}

.schedule-alumnus li p:last-of-type {
    font-size: 0.29rem;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 0.5);
    line-height: 0.4rem;
    margin-top: 0.08rem;
}


/* 我的信息 */

.search-info {
    width: 9.2rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    border: 0.03rem solid #EFF2F6;
    padding: 0.32rem 0.24rem 0 0.32rem;
    box-sizing: border-box;
}

.search-info .search-info-top {
    height: 2.59rem;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.search-info .search-info-top img {
    width: 2.88rem;
    height: 1.92rem;
    border-radius: 0.08rem;
}

.search-info .search-info-top div {
    width: 5.6rem;
    height: 1.92rem;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-left: 0.16rem;
}

.search-info .search-info-top div .search-info-top-title {
    position: relative;
    width: 5.6rem;
}

.search-info .search-info-top div .search-info-top-title p {
    /* width: 1.6rem; */
    height: 0.43rem;
    background: #FFF1E8;
    border-radius: 0.08rem;
    font-size: 0.29rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF7421;
    line-height: 0.27rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.2rem;
    float: left;
    margin-right: 0.1rem;
}

.search-info .search-info-top div .search-info-top-title h1 {
    font-size: 0.35rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #132234;
}

.search-info .search-info-top div .search-info-top-info {
    width: 5.6rem;
    height: 0.32rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.11rem;
}

.search-info .search-info-top div .search-info-top-info p {
    font-size: 0.32rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #132234;
    line-height: 0.32rem;
}

.search-info .search-info-bottom {
    height: 0.93rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-info .search-info-bottom div {
    height: 0.37rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.search-info .search-info-bottom div img {
    width: 0.32rem;
    height: 0.32rem;
}

.search-info .search-info-bottom div p {
    font-size: 0.32rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #132234;
    line-height: 0.32rem;
    margin-left: 0.08rem;
}

.search-info .search-info-bottom .search-info-bottom-price {
    font-size: 0.37rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0077FF;
    line-height: 0.37rem;
}

.search-form {
    width: 9.2rem;
    background: #FFFFFF;
    border-radius: 0.13rem 0.13rem 0rem 0rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.37rem;
    list-style-type: none;
}

.search-form:last-of-type {
    margin-bottom: 1.65rem;
}

.search-form h1 {
    width: 8.53rem;
    height: 1.17rem;
    border-bottom: 1px solid #F4F4F4;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.4rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #132234;
    line-height: 0.48rem;
}

.search-form li {
    width: 8.53rem;
    /* height: 1.04rem; */
    border-bottom: 1px solid #F4F4F4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.29rem 0;
}

.search-form li:last-of-type {
    border-bottom: none;
}

.search-form li p {
    font-size: 0.35rem;
    font-family: MicrosoftYaHei;
    line-height: 0.45rem;
}

.search-form li p:first-of-type {
    color: #666666;
}

.search-form li p:last-of-type {
    width: 6rem;
    text-align: right;
    color: #132234;
}


/* 查询会议信息 */

.search-banner {
    width: 10rem;
    height: 4.16rem;
}

.search-input {
    width: 9.2rem;
    margin-top: 0.53rem;
}

.search-input h1 {
    font-size: 0.4rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #132234;
    line-height: 0.48rem;
}

.search-input input {
    margin-top: 0.43rem;
    width: 9.2rem;
    height: 1.33rem;
    background: #FFFFFF;
    border-radius: 0.05rem;
    outline-style: none;
    border: 0px;
    font-size: 0.37rem;
    font-family: MicrosoftYaHei;
    color: #8899B5;
    line-height: 0.51rem;
    padding: 0 0.4rem;
}

.search-input button {
    width: 9.2rem;
    height: 1.2rem;
    background: #0077FF;
    border-radius: 0.13rem;
    margin-top: 1.47rem;
    font-size: 0.35rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 0.45rem;
    outline-style: none;
    border: 0px;
}

.search-input .count {
    width: 9.2rem;
    height: 1.2rem;
    background: #fff;
    border-radius: 0.13rem;
    font-size: 0.35rem;
    font-family: MicrosoftYaHei;
    color: #333;
    line-height: 0.45rem;
    outline-style: none;
    border: 0px;
    text-align: center;
}

.search-input div {
    width: 9.2rem;
    height: 1.33rem;
    background: #fff;
    border-radius: 0.05rem;
    margin-top: 0.53rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-input div input {
    padding: 0 0.4rem;
    margin: 0;
}

.search-input div button {
    width: 5rem;
    height: 0.51rem;
    background: #fff;
    font-size: 0.37rem;
    font-family: MicrosoftYaHei;
    color: #0077FF;
    line-height: 0.51rem;
    padding: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}


/*会议亮点*/

.ld {
    width: 100%;
    height: 18.5rem;
    padding-top: 0.29rem;
}

.dhld-img {
    width: 100%;
    height: 15.36rem;
    background-image: url("https://static.ijiwei.com/highlights.jpg");
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    padding: .06rem;
}

.dhld-img .line {
    height: 2.87rem;
    display: flex;
    justify-content: space-between;
}

.dhld-img .pad-line {
    padding: 0 1.62rem;
}

.dhld-img .line div {
    flex: 1;
    height: 100%;
    position: relative;
}

.dhld-img .highlights-title {
    font-size: 0.37rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.48rem;
    text-align: center;
    padding: 1.97rem .2rem 0;
    position: relative;
    z-index: 2;
}

.dhld-img .line-active .active-title {
    font-size: 0.37rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.48rem;
    text-align: center;
    padding: .99rem .2rem 0;
    visibility: hidden;
}

.dhld-img .line-active .active-desc {
    font-size: 0.32rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 0.53rem;
    text-align: center;
    padding: 0 .21rem;
    margin: 0;
}

.dhld-img .line-active {
    display: flex;
    position: absolute;
    transition: .15s linear;
    left: 0;
    top: -1rem;
    opacity: 0;
    flex-direction: column;
}

.dhld-img .line-top {
    border-right: 1.64rem solid transparent;
    border-left: 1.64rem solid transparent;
    border-bottom: .98rem solid rgba(11, 141, 138, .8);
}

.dhld-img .line-center {
    min-height: 1.81rem;
    background-color: rgba(11, 141, 138, .8);
}

.dhld-img .line-bottom {
    border-right: 1.64rem solid transparent;
    border-left: 1.64rem solid transparent;
    border-top: .98rem solid rgba(11, 141, 138, .8);
}

.dhld-img .line div:hover .line-active {
    opacity: 1;
    top: 0;
}

.dhld-img .line div:hover {
    z-index: 3;
}


/* 集微咨询 */

.advisory-nav {
    list-style-type: none;
    width: 9.27rem;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.67rem;
    margin-bottom: 0.4rem;
}

.advisory-nav li {
    width: 2.93rem;
    height: 1.28rem;
    background: linear-gradient(90deg, #032D58 0%, #0C2937 100%);
    border-radius: 0.11rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.24rem;
    margin-bottom: 0.27rem;
}

.advisory-nav .action {
    width: 2.93rem;
    height: 1.28rem;
    background: linear-gradient(90deg, #63FE9B 0%, #007EBD 100%);
    border-radius: 0.11rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.24rem;
    margin-bottom: 0.27rem;
}

.advisory-nav li:nth-child(3n) {
    margin-right: 0;
}

.advisory-nav li p {
    font-size: 0.37rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
}


/* 集微服务 */

.service-nav {
    width: 9.17rem;
    list-style-type: none;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 5.25rem;
}

.service-nav li {
    width: 4.4rem;
    height: 3.07rem;
    margin-bottom: 0.67rem;
}

.service-nav li a {
    width: 4.4rem;
    height: 3.07rem;
}

.service-nav li a img {
    width: 4.4rem;
    height: 3.07rem;
}


/* 会议指南 */

.guide_bg {
    width: 10rem;
    background-image: url("https://s.laoyaoba.com/2021fhh5_guide_bg.png");
    background-position: center top;
    background-size: 100% 9.81rem;
    background-repeat: no-repeat;
    text-align: center;
}

.guide_content {
    margin-top: 8.21rem;
    margin-bottom: 1.01rem;
}

.guide_content .guide_title {
    width: 4.69rem;
    margin-bottom: .77rem;
}

.public_title {
    font-size: 0.48rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.64rem;
    margin: .75rem 0 .21rem;
    text-align: center;
}

.public_box {
    width: 9.2rem;
    min-height: 2rem;
    margin: 0 auto;
    background: #01082A linear-gradient(270deg, #0C2937 0%, #032D58 100%);
    border-radius: 0.16rem;
}

.hotel_information {
    padding: .4rem;
}

.hotel_information .cel {
    border-bottom: .03rem solid rgba(255, 255, 255, 0.1);
}

.hotel_information .cel:last-child {
    border: none;
}

.hotel_information .hotel_h1 {
    font-size: 0.45rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #4ff2b3;
}

.hotel_name {
    font-size: 0.35rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #9BE0FF;
    line-height: 0.45rem;
    text-align: left;
    margin-top: .4rem;
}

.hotel_add {
    height: 1.07rem;
    font-size: 0.32rem;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 0.81);
    line-height: 0.53rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.13rem 0 .4rem;
}

.hotel_add p {
    text-align: left;
}

.hotel_add .btn {
    width: 2.13rem;
    height: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00969C;
    border-radius: 0.08rem;
    font-size: 0.32rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.tab-box {
    padding: 0 .4rem;
    display: flex;
    justify-content: space-between;
}

.tab-box .tab {
    width: 2.93rem;
    line-height: 1.28rem;
    background: linear-gradient(270deg, #0C2937 0%, #032D58 100%);
    border-radius: 0.11rem;
    color: #fff;
    font-size: .37rem;
}

.tab-box .tab-active {
    width: 2.93rem;
    line-height: 1.28rem;
    background: linear-gradient(90deg, #63FE9B 0%, #007EBD 100%);
    border-radius: 0.11rem;
    color: #fff;
    font-size: .37rem;
}

.route_information {
    padding: 0 .4rem;
}

.route_information .cel {
    padding: .4rem 0;
    border-bottom: .03rem solid rgba(255, 255, 255, 0.1);
}

.route_information .cel:last-child {
    border: none;
}

.route_information .route_name {
    font-size: 0.32rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #9BE0FF;
    line-height: 0.43rem;
    text-align: left;
    margin: .16rem 0;
}

.route_information .route_desc {
    font-size: 0.32rem;
    font-family: MicrosoftYaHei;
    color: rgba(255, 255, 255, 0.81);
    line-height: 0.53rem;
    text-align: left;
}

.weather_title {
    line-height: 0.96rem;
    background: linear-gradient(270deg, #0D364F 0%, #05396A 100%);
    border-radius: 0.16rem 0.16rem 0rem 0rem;
    font-size: 0.4rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.public_box .day {
    width: 50%;
    text-align: left;
    padding-left: .61rem;
}

.public_box .day h5 {
    margin: 0;
    padding: .36rem 0;
    font-size: 0.43rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.56rem;
}

.day25 {
    float: left;
}

.day div {
    height: 1.17rem;
    font-size: 0.32rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 0.43rem;
    margin-bottom: .61rem;
    display: flex;
    align-items: center;
}

.day25 div {
    border-right: .03rem solid rgba(255, 255, 255, 0.1);
}

.day26 {
    float: right;
}


/* 会议直播 */

.livebox {
    width: 100%;
    padding: .53rem .4rem;
}

.livebox a {
    height: 2.59rem;
    background-color: #0B1E27;
    margin-bottom: .32rem;
    padding: .24rem;
    display: flex;
    justify-content: space-between;
}

.livebox img {
    height: 2.11rem;
}

.livebox div {
    width: 4.56rem;
}

.livebox div h5 {
    font-size: 0.32rem;
    font-family: MicrosoftYaHei;
    color: #00ACC5;
    line-height: 0.43rem;
}

.livebox div p {
    font-size: 0.37rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 0.51rem;
    margin-top: .16rem;
}
.siderbar{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.siderbar-box{
    position: relative;
}
.siderbar-box .bg{
    width: 8.91rem;
}
.bg_text{
    width: 5.07rem;
    position: absolute;
    top: 1.87rem;
    left: 0.59rem;
}
.siderbar .message{
    text-align: center;
    width: 100%;
    font-size: 0.69rem;
    color: #89E2FF;
    line-height: 0.99rem;
    position: absolute;
    bottom: 3.4rem;
    font-weight: bolder;
}
.siderbar .message p{
    color: #89E2FF;
    font-size: 0.43rem;
    font-weight: normal;
    line-height: 0.72rem;
}
.siderbar button{
    width: 7.07rem;
    font-size: 0.43rem;
    color: #FFFFFF;
    line-height: 1.2rem;
    background: -webkit-linear-gradient(90deg, #00CAFF 0%, #0077FF 100%);
    background: -moz-linear-gradient(90deg, #00CAFF 0%, #0077FF 100%);
    background: linear-gradient(90deg, #00CAFF 0%, #0077FF 100%);
    border-radius: 12px;
    position: absolute;
    bottom: 1.49rem;
    left: 50%;
    margin-left: -3.535rem;
}