/**2020第三届企业行政(线上)峰会*/
html, body{
    padding: 0px;
    margin: 0px;
}
.fh-body{
    width: 100%;
    color: #fff;
}
.fh-h-cxt{
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center;
    color: #fff;
}
.fh-p-head{
    width: 100%;
    height: 12.5rem;

    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.fh-h-logo-row{
    width: 100%;
    text-align: center;
    padding-top: 1.5rem;
}
.fh-h-logo{
    width: 6.25rem;
    height: 1.5625rem;
    border:0;
}
.fh-h-maintitle{
    font-size: 1.375rem;
    color: #fff;
    font-weight: normal;
    line-height: 1.875rem;
    text-align: center;
    margin-top: 1.875rem;
}
.fh-h-subtitle{
    font-size: 0.8125rem;
    line-height: 1.5;
    margin-top: 0.625rem;
    text-align: center;
    color: #fff;
}
.fh-p-content{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    color: #fff;
}
.fh-p-content > div{
    /*width: 90%;
    text-align: center;*/
}
.fh-p-jiabin{
    
}
.fh-linetitle-row{
    width: 84%;
    height: 1.25rem;
    line-height: 1.25rem;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 1.875rem;
}
.fh-ltitle-cm-line{
    background-color: #fff;
    height: 4px;
    margin-top: 0.5625rem;
    width: 100%;
    display: inline-block;
}
.fh-linetitle-l, .fh-linetitle-r{
    float: left;
    width: 30%;
    height: 1.25rem;
}
.fh-linetitle-c{
    width: 40%;
    /*padding-left: 50px;
    padding-right: 50px;*/
    color: #fff;
    float: left;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
}
.fh-p-meiti-desc{
    font-size: 0.875rem;
    line-height: 1.6;
    width: 90%;
    margin: 0 auto;
    margin-top: 1.875rem;
}

div.fh-p-jiabin-names{
    margin: 0 auto;
    margin-top: 1.875rem;
    width: 100%;
}
.fh-summit-user-swipercontaner{
    width: 100%;
}
.fh-p-jiabin-item{
    float: left;
    width: 32%;
    margin-right: 2%;

}
.fh-p-jiabin-item:nth-child(3n){
    margin-right: 0px;
}
.fh-p-jiabin-item:nth-child(n+4){
    margin-top: 0.875rem;
}
.fh-p-jiabin-item .inner{
    text-align: center;
    margin: 0 auto;
}
.fh-p-jiabin-tx{
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 3.75rem;
    margin: 0 auto;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fh-p-jiabin-name{
    font-size: 0.8125rem;
    height: 1.875rem;
    line-height: 1.875rem;
    overflow: hidden;
}
.fh-p-jiabin-intro{
    font-size: 0.75rem;
    line-height: 1.6;
    color: #cccccc;
    display: none;
}
.fh-p-jiabin-intro .inner{
    width: auto;
    max-width: 100%;
    height: 50px;
    overflow: hidden;
    text-align: left;
    display: inline-block;
}

.fh-meeting{
    /*margin-top: 1.875rem;*/
    position: relative;
}
.fh-meeting-content{
    margin-top: 1.875rem;
}
.fh-main-meeting-l{
    float: left;
    width: 580px;
}
.fh-main-meeting-r{
    float: left;
    width: 620px;
}

.fh-meeting-title{
    line-height: 1.5;
    font-size: 20px;
    margin-top: 30px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
.fh-meeting-title:first-child{
    margin-top: 0px;
}
.fh-meeting-title.sactive{
    color: #FFBE0F;
}
.fh-meeting-video-title-indictor{
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;

    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 0px;
}

.fh-meeting-join-btn{
    width: 8.5625rem;
    height: 1.875rem;
    line-height: 1.5rem;
    border: 2px solid #fff;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 0.625rem;
}

.fh-meeting-video{
    width: 100%;
}
.fh-meeting-video-place{
    width: 100%;
    height: 100%;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}
.fh-meeting-video-container{
    width: 100%;
    height: 0px;
    padding-top: 56.25%;
    font-size: 20px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;

    position: relative;
    /*background-image: url(../../../../../images/fh-summit-video-start.png);
    background-size: 98px;
    background-position: center;
    background-repeat: no-repeat;*/

}
.fh-meeting-video-container > .inner{
    width: 100%;
    height: 100%;
}
.fh-meeting-video-place .fh-meeting-video-start{
    width: 3rem;
    height: 3rem;
    display: none;
}
.fh-meeting-video-frame{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.fh-meeting-video-title-row{
    text-align: center;
    font-size: 0.8125rem;
    line-height: 1.6;
    margin-top: 0.625rem;
}
.fh-meeting-headtitle{
    width: 84%;
    height: 1.25rem;
    line-height: 1.25rem;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 1.875rem;
}
.fh-meeting-headtitle-cm-line{
    background-color: #fff;
    height: 4px;
    margin-top: 0.5625rem;
    width: 100%;
    display: inline-block;
}
.fh-meeting-headtitle-l, .fh-meeting-headtitle-r{
    float: left;
    width: 30%;
    height: 1.25rem;
}
.fh-meeting-headtitle-c{
    width: 40%;
    color: #fff;
    float: left;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
}

.fh-p-bg{
    background-repeat: repeat-y;
    background-position: top;
    background-size: 100%;
}

.fh-p-robot{
    background-repeat: repeat-y;
    background-position: top;
    background-size: 100%;
}

.fh-goodshow-head{
    width: 84%;
    height: 1.25rem;
    line-height: 1.25rem;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 1.875rem;
}


.fh-goodshow-item{
    float: left;
    width: 48%;
    margin-right: 4%;
}
.fh-goodshow-item:nth-child(2n){
    margin-right: 0px;
}
.fh-goodshow-item:nth-child(n+3){
    margin-top: 1.875rem;
}
.fh-goodshow-img-bg {
    width: 100%;
    height: 0px;
    padding-top: 70%;
    font-size: 20px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}
.fh-goodshow-img-bg .fh-meeting-video-start{
    width: 2rem;
    height: 2rem;
    display: none;
}
.fh-goodshow-name{
    color: #fff;
    font-size: 0.8125rem;
    line-height: 1.6;
    overflow: hidden;
    padding: 0 10px;
    height: 2.6rem;
}

.fh-summit-user-parentcontaner{
    position: relative;
    /*padding: 0px 3.25rem;*/
    
    padding: 0px;
    width: 84%;
    margin: 0 auto;
}
.fh-swiper-button-prev, .fh-swiper-button-next{
    position: absolute;
    width: 1.4375rem;
    height: 1.4375rem;
    top: 50%;
    margin-top: -0.71875rem;
    cursor: pointer;
    outline: none;
    background-size: 50%;
    background-repeat: no-repeat;
}
.fh-swiper-button-prev{
    background-position: left;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") ;
    left: 0.875rem;
}
.fh-swiper-button-next{
    background-position: right;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") ;
    right: 0.875rem;
}
.fh-swiper-pagination{
    text-align: center;
}
.fh-swiper-pagination > .swiper-pagination-bullet{
    background-color: #ffffff;
    opacity: 1;
    margin: 0 0.25rem; 
    border: 0px;
    outline: none;
}
.fh-swiper-pagination > .swiper-pagination-bullet-active{
    width: 0.9375rem;
    border-radius: 0.25rem;
    border: 0px;
}


.fh-summit-videotitle-parentcontaner{
    position: relative;
    margin: 0px 3.25rem;
}
.fh-summit-videotitle-swipercontaner{
    width: 100%;
}

.fh-videotitle-swiper-button-prev, .fh-videotitle-swiper-button-next{
    position: absolute;
    width: 1.4375rem;
    height: 1.4375rem;
    top: 35%;
    margin-top: -0.71875rem;
    cursor: pointer;
    outline: none;
    background-size: 80%;
    background-repeat: no-repeat;
   
}


.fh-goodshow-fn-l, .fh-goodshow-fn-r{
    overflow: hidden;
    margin-top: 0.325rem;
}

.fh-goodshow-zan-text{
    height: 1rem;
    line-height: 1rem;
    font-size: 0.8125rem;
    color: #fff;
    width: auto;
}
.fh-goodshow-btns{
    text-align: center;
}
.fh-goodshow-yuet-btn{
    border: 2px solid #fff;
    height: 1.40625rem;
    line-height: 1.2rem;
    width: 4.6875rem;
    font-size: 0.8125rem;
    text-align: center;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}
.fh-goodshow-fn-row{
    
}

.fh-p-oldsummit-item{
    float: left;
    width: 100%;
    /*height: 240px;*/
}
.fh-p-oldsummit-item:last-child{
    margin-right: 0px;
}
.fh-p-oldsummit-img-panel{
    position: relative;
    width: 100%;
}

.fh-p-oldsummit-img{
    width: 100%;
}
.fh-p-oldsummit-img-text{
    position: absolute;
    top: 50%;
    margin-top: -17px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}

.fh-p-hezuo-ul{
    width: 100% ;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-self: center;
}
.fh-p-hezuo-item{
    width: 40%;
    /*height: 150px;*/
    margin-right: 4%;
    float: left;

}
.fh-p-hezuo-item:last-child{
    margin-right: 0px;
}
.fh-p-hezuo-item img{
    border: 0;
}
.fh-p-hezuo-tip{
    margin-top: 1rem;
    font-size: 1.1rem;
    text-align: center;
}
.fh-p-hezuo-contactus{
    margin-top: 1rem;
    font-size: 0.9375rem;
    text-align: left;
}
.fh-hezuo-contactus-tel{
    margin-top: 0.625rem;
}

.fh-userin-row{
    height: 70px;
    display: flex;
}
.fh-userin-lbl{
    width: 4.375rem;
    height: 40px;
    line-height: 40px;
    color: #999;
    font-size: 0.875rem;
}
.fh-userin-ins{
    flex: 1;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}
.fh-userin-ins .inner{
    position: relative;
}
.fh-userin-ins .fh-userin-input{
    border:0;
    outline: none;
    color: #333;
    font-size: 0.875rem;
    padding: 8px 10px;
    height: 40px;
    background-color: #fbfbfb;
}
.fh-userin-panel{
    /*width: 540px;*/
    margin: 0 auto;
}
.fh-userin-tip-head{
    text-align: left;
    margin-bottom: 0.875rem;
    line-height: 1.6;
}
.fh-userin-ins-error{
    line-height: 1.5;
    color: red;
    text-align: left;
    position: absolute;
    top: 40px;
}
.fh-goodshow-content{
    width: 100%;
    margin-top: 1.875rem;
}

.fh-wj-panel{
    width: 100%;
}
.fh-wj-swipercontainer .swiper-slide{
    width: 40%;
}
.fh-robot-body-bg-l, .fh-robot-body-bg-r{
    
    background-repeat: no-repeat;
    background-size: cover;
    width: 5.46875rem;
    height: 8.1875rem;
    position: absolute;
    top: 30%;
}
.fh-robot-body-bg-l{
    left: 1.5625rem;
    background-position: left;
}

.fh-robot-body-bg-r{
    right: 1.5625rem;
    background-position: right;
}
.zhibo-swiper-button-next{
    background-position: right center;
    right: 0.875rem;
    position: absolute;
    width: 1.4375rem;
    height: 1.4375rem;
    top: 35%;
    margin-top: -0.71875rem;
    cursor: pointer;
    outline: none;
    background-size: 80%;
    background-repeat: no-repeat;
}
.zhibo-swiper-button-prev{
    background-position: right center;
    right: 0.875rem;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);
    position: absolute;
    width: 1.4375rem;
    height: 1.4375rem;
    top: 35%;
    margin-top: -0.71875rem;
    cursor: pointer;
    outline: none;
    background-size: 80%;
    background-repeat: no-repeat;
}