.sdhome {
    padding-top: 20px
}

.sdhome .sdhome-banner {
    /*text-align: center;*/
    /*height: 300px*/
}

.sdhome .sdhome-main {
    padding-top: 40px
}
/*.section .section-h3:before {*/
/*    display: inline-block;*/
/*    width: 2px;*/
/*    height: 12px;*/
/*    content: "";*/
/*    background: #1abc9c;*/
/*    margin: 0 6px 0 0*/
/*}*/
/*.sdhome-banner {*/
/*    min-height: 300px*/
/*}*/
/***** slider start *****/
.index-swiper{
    width:1130px;
    height:480px;
}
.page-swiper{
    width:1130px;
    height:480px;
}

.swiper-container:hover .swiper-title,
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
}
.swiper-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 60px;
    background: url(../images/slide-title-bg.png) repeat;
    color: white;
    font-size: 18px;
    line-height: 60px;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.swiper-title:hover {
    color: white;
}
.swiper-title span {
    display: block;
    padding: 0 20px;
}

.swiper-slide {
    position: relative;
    transition: all .3s ease-in-out;
}
/***** slider end *****/

/***** swiper start*****/
.swiper-container{
    position: relative;
    overflow:hidden;
}
.swiper-pagination{
    position: absolute;
    right:15px;
    bottom:0;
    height:35px;
    z-index:99;
}
.swiper-pagination span{
    display: block;
    float: left;
    margin: 0 5px;
    height: 16px;
    width: 16px;
    background: url(../images/home_sprites.png) -192px -32px no-repeat;
    cursor: pointer;
}
.swiper-pagination span.swiper-active-switch{
    background-position: -112px -32px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    top:50%;
    margin-top: -25px;
    opacity: 0;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    background: url(../images/home_sprites.png) no-repeat;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.swiper-button-next {
    right: 0;
    background-position: -255px -415px;
}
.swiper-button-prev {
    left: 0;
    background-position: -256px -336px;
}
/***** swiper end*****/
.sdhome-banner-left {
    float: left;
    width: 1130px;
    /*height: 300px;*/
    overflow: hidden;
    border-radius: 2px;
    position: relative
}

.sdhome-banner-left:hover .next, .sdhome-banner-left:hover .pre {
    display: block
}

.sdhome-banner-left .banner-left-item {
    height: 100%;
    width: 820px;
    float: left;
    background: #fff;
    transition: transform 1s;
    border-radius: 2px;
    overflow: hidden
}

.sdhome-banner-left .banner-left-item .banner-left-item-article {
    height: 100%;
    position: relative
}

.sdhome-banner-left .banner-left-item .banner-left-item-article .banner-left-item-pic {
    width: 100%;
    height: 100%
}

.sdhome-banner-left .banner-left-item .banner-left-item-article .banner-left-item-info {
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(-180deg, transparent 13%, rgba(0, 0, 0, .65) 97%);
    text-align: left;
    padding-top: 52px;
    padding-left: 20px;
    display: block
}

.sdhome-banner-left .banner-left-item .banner-left-item-article .banner-left-item-info .banner-left-item-title {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
    height: 28px;
    width: 680px
}

.sdhome-banner-left .banner-left-control-list {
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 100
}

.sdhome-banner-left .banner-left-control-list .banner-left-control-item {
    width: 30px;
    height: 20px;
    margin-right: 4px;
    float: left;
    border-radius: .5px;
    cursor: default;
    position: relative
}

.sdhome-banner-left .banner-left-control-list .banner-left-control-item:hover {
    cursor: pointer
}

.sdhome-banner-left .banner-left-control-list .banner-left-control-item:hover .bg-line {
    background: #4285f4
}

.sdhome-banner-left .banner-left-control-list .banner-left-control-item .bg-line {
    background: hsla(0, 0%, 100%, .5);
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 10px
}

.sdhome-banner-left .banner-left-control-list .banner-left-control-item .pending-bg {
    height: 2px;
    background: #4285f4;
    display: block;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 10px
}

.sdhome-banner-left .banner-left-control-list .banner-left-control-item .pending-bg.active {
    width: 30px
}

.sdhome-banner-left .banner-left-control-list .banner-left-control-item .pending-bg.start {
    -webkit-animation: pending 5s linear none;
    animation: pending 5s linear none
}

.sdhome-banner-left .banner-left-control-list .banner-left-control-item .pending-bg.loaded {
    width: 30px
}

/*.sdhome-banner-left .pre {*/
/*    background: url(../images/home.d1523964.png) no-repeat 50%;*/
/*    background-size: 246px 1012px;*/
/*    background-position: 0 -904px;*/
/*    left: 0*/
/*}*/

.sdhome-banner-left .next, .sdhome-banner-left .pre {
    height: 40px;
    width: 28px;
    z-index: 10;
    position: absolute;
    top: 130px;
    cursor: pointer;
    display: none
}



@-webkit-keyframes pending {
    0% {
        width: 0
    }
    to {
        width: 30px
    }
}

@keyframes pending {
    0% {
        width: 0
    }
    to {
        width: 30px
    }
}

.sdhome-banner-right {
    float: right;
    width: 300px
}

.sdhome-banner-right .banner-right-item {
    float: left;
    position: relative;
    height: 145px;
    width: 145px;
    overflow: hidden;
    border-radius: 2px
}

.sdhome-banner-right .banner-right-item:nth-child(2n) {
    margin-left: 10px
}

.sdhome-banner-right .banner-right-item:nth-child(3), .sdhome-banner-right .banner-right-item:nth-child(4) {
    margin-top: 10px
}

.sdhome-banner-right .banner-right-item .banner-right-item-article {
    height: 100%
}

.sdhome-banner-right .banner-right-item .banner-right-item-article:hover .banner-right-item-pic {
    transform: scale(1.12)
}

.sdhome-banner-right .banner-right-item .banner-right-item-article:hover .banner-right-item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    background-image: linear-gradient(-180deg, hsla(0, 0%, 74.9%, 0), rgba(0, 0, 0, .78) 97%)
}

.sdhome-banner-right .banner-right-item .banner-right-item-article:hover .banner-right-item-info p {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    text-align: justify;
    padding: 0 10px;
    max-height: 72px;
    overflow: hidden;
    position: absolute;
    bottom: 72px;
    transform: translateY(50%);
    opacity: 1
}

.sdhome-banner-right .banner-right-item .banner-right-item-article .banner-right-item-pic {
    width: 100%;
    height: 100%;
    transition: all 1s
}

.sdhome-banner-right .banner-right-item .banner-right-item-article .banner-right-item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-180deg, hsla(0, 0%, 74.9%, 0), rgba(0, 0, 0, .78) 97%);
    transition: all .5s
}

.sdhome-banner-right .banner-right-item .banner-right-item-article .banner-right-item-info p {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    text-align: justify;
    padding: 0 10px;
    max-height: 36px;
    position: absolute;
    bottom: 6px;
    overflow: hidden;
    transition: bottom .5s
}

.sdhome-flow {
    float: left;
    width: 820px
}

.sdhome-flow .sdhome-flow-title {
    font-size: 24px;
    line-height: 33px;
    color: #262626;
    padding-bottom: 14px
}

.sdhome-flow .sdhome-flow-list .sdhome-flow-item {
    margin-bottom: 30px;
    width: 790px
}

.sdhome-flow .sdhome-flow-list .sdhome-flow-item:last-child {
    margin: 0
}

.sdhome-flow .sdhome-flow-see-more {
    width: 140px;
    height: 36px;
    line-height: 34px;
    border-radius: 1px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #f95355;
    border: 1px solid #f95355;
    cursor: pointer;
    display: block
}

.sdhome-flow .sdhome-flow-see-more:hover {
    color: #fff;
    background: #f95355
}

.flow-item-video-recommend {
    padding-top: 10px;
    padding-bottom: 10px
}

.flow-item-video-recommend .video-recommend-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 12px;
    line-height: 34px
}

.flow-item-video-recommend .video-recommend-title .name {
    font-size: 24px;
    color: #262626
}

.flow-item-video-recommend .video-recommend-title .see-more {
    font-size: 13px;
    color: #787878
}

.flow-item-video-recommend .video-recommend-title .see-more:hover {
    color: #4285f4
}

.flow-item-video-recommend .video-recommend-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.flow-item-video-recommend .video-recommend-list .video-recommend-item {
    width: 157px;
    position: relative;
    z-index: 2
}

.flow-item-video-recommend .video-recommend-list .video-recommend-item:after {
    content: "";
    display: none;
    width: 177px;
    height: calc(100% + 20px);
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -1;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15)
}

.flow-item-video-recommend .video-recommend-list .video-recommend-item:hover {
    cursor: pointer
}

.flow-item-video-recommend .video-recommend-list .video-recommend-item:hover:after {
    display: inline-block
}

.flow-item-video-recommend .video-recommend-list .video-recommend-item .video-recommend-item-pic {
    height: 104px;
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center
}

.flow-item-video-recommend .video-recommend-list .video-recommend-item .video-recommend-item-pic img {
    height: 100%
}

.flow-item-video-recommend .video-recommend-list .video-recommend-item .video-recommend-item-pic .video-recommend-item-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 36px;
    height: 36px;
    background: url(../images/home.d1523964.png) no-repeat;
    background-size: 246px 1012px;
    background-position: 0 -388px;
    z-index: 1
}

.flow-item-video-recommend .video-recommend-list .video-recommend-item .video-recommend-item-pic .video-recommend-item-time {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    z-index: 1;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border-radius: .5px .5px 2px .5px
}

.flow-item-video-recommend .video-recommend-list .video-recommend-item .video-recommend-item-title {
    border-radius: 0 0 2px 2px;
    padding-top: 8px
}

.flow-item-video-recommend .video-recommend-list .video-recommend-item .video-recommend-item-title p {
    line-height: 20px;
    font-size: 14px;
    color: #262626;
    letter-spacing: 0;
    text-align: justify;
    overflow: hidden
}

.video-operate {
    height: 144px
}

.video-operate .video-operate-pic-wrapper {
    float: left;
    width: 216px;
    height: 100%;
    overflow: hidden;
    border-radius: 2px;
    position: relative
}

.video-operate .video-operate-pic-wrapper .video-feed {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 103;
    border-radius: 1px;
    background: #4285f4;
    padding: 0 10px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: #fff
}

.video-operate .video-operate-pic-wrapper .video-duration {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 103;
    padding: 0 10px;
    text-align: center;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border-radius: .5px .5px 2px .5px
}

.video-operate .video-operate-pic-wrapper .video-operate-pic {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center
}

.video-operate .video-operate-pic-wrapper .video-operate-pic img {
    height: 100%
}

.video-operate .video-operate-pic-wrapper .video-operate-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 48px;
    height: 48px;
    background: url(../images/home.d1523964.png) no-repeat;
    background-size: 327.18px 1345.96px;
    background-position: 0 -516px;
    z-index: 1
}

.video-operate .video-operate-info {
    float: left;
    width: 454px;
    height: 100%;
    position: relative;
    margin-left: 20px
}

.video-operate .video-operate-info .video-operate-title {
    font-size: 18px;
    color: #262626;
    line-height: 23px;
    margin-top: 8px;
    max-height: 46px;
    overflow: hidden;
    text-align: justify;
    display: block;
    transition: .5s
}

.video-operate .video-operate-info .video-operate-title:hover {
    color: #b79809;
    cursor: pointer
}

.video-operate .video-operate-info .video-operate-title:visited {
    color: #787878
}

.video-operate .video-operate-info .video-operate-description {
    margin-top: 3px;
    font-size: 13px;
    color: #787878;
    line-height: 20px;
    letter-spacing: 0;
    text-align: justify;
    max-height: 40px;
    overflow: hidden
}

.flow-item-specialtopic-recommend {
    padding-top: 20px;
    padding-bottom: 10px
}

.flow-item-specialtopic-recommend .specialtopic-recommend-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 12px;
    line-height: 34px
}

.flow-item-specialtopic-recommend .specialtopic-recommend-title .name {
    font-size: 24px;
    color: #262626
}

.flow-item-specialtopic-recommend .specialtopic-recommend-title .see-more {
    font-size: 13px;
    color: #787878
}

.flow-item-specialtopic-recommend .specialtopic-recommend-title .see-more:hover {
    color: #4285f4
}

.flow-item-specialtopic-recommend .specialtopic-recommend-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.flow-item-specialtopic-recommend .specialtopic-recommend-list .specialtopic-recommend-item {
    width: 216px;
    margin-right: 20px
}

.flow-item-specialtopic-recommend .specialtopic-recommend-list .specialtopic-recommend-item .specialtopic-recommend-item-main {
    display: block;
    height: 218px
}

.flow-item-specialtopic-recommend .specialtopic-recommend-list .specialtopic-recommend-item .specialtopic-recommend-item-main .specialtopic-recommend-item-pic {
    height: 144px;
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center
}

.flow-item-specialtopic-recommend .specialtopic-recommend-list .specialtopic-recommend-item .specialtopic-recommend-item-main .specialtopic-recommend-item-pic img {
    height: 100%
}

.flow-item-specialtopic-recommend .specialtopic-recommend-list .specialtopic-recommend-item .specialtopic-recommend-item-main .specialtopic-recommend-item-pic .specialtopic-recommend-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .65) 97%)
}

.flow-item-specialtopic-recommend .specialtopic-recommend-list .specialtopic-recommend-item .specialtopic-recommend-item-main .specialtopic-recommend-item-pic .specialtopic-recommend-item-title p {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: justify;
    padding-left: 10px;
    padding-right: 6px;
    max-height: 36px;
    position: absolute;
    bottom: 10px;
    overflow: hidden
}

.flow-item-specialtopic-recommend .specialtopic-recommend-list .specialtopic-recommend-item .specialtopic-recommend-item-main .specialtopic-recommend-item-description {
    height: 74px;
    background: #edf1f4;
    padding-top: 10px;
    border-radius: 0 0 2px 2px
}

.flow-item-specialtopic-recommend .specialtopic-recommend-list .specialtopic-recommend-item .specialtopic-recommend-item-main .specialtopic-recommend-item-description p {
    font-size: 13px;
    color: #787878;
    text-align: justify;
    overflow: hidden;
    height: 54px;
    line-height: 18px;
    padding: 0 15px
}

.flow-item-specialtopic-recommend .specialtopic-recommend-list .specialtopic-recommend-item:nth-child(4n+0) {
    margin-right: 0
}

.sdhome-column {
    float: right;
    width: 300px
}

.sdhome-column .special-tip {
    display: block;
    width: 300px;
    height: 60px;
    background-image: url(../images/img_purify@2x.88ee89ca.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    border-radius: 2px
}

.sdhome-column .special-tip:last-child {
    margin-bottom: 30px
}

.sdhome-column .sdhome-column-newsflash .column-newsflash-operate {
    margin-top: 14px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #373737;
    letter-spacing: 0;
    font-weight: 500
}

.sdhome-column .sdhome-column-newsflash .column-newsflash-operate:hover {
    color: #b79809
}

.sdhome-column .sdhome-column-newsflash .column-newsflash-operate .column-newsflash-operate-icon {
    display: inline-block;
    width: 36px;
    height: 18px;
    margin-right: 10px;
    background: rgba(249, 83, 85, .08);
    border-radius: 1px;
    font-size: 12px;
    color: #f95355;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400
}

.sdhome-column .sdhome-column-newsflash .column-newsflash-operate .column-newsflash-operate-title {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #373737;
    letter-spacing: 0;
    font-weight: 500
}

.sdhome-column .sdhome-column-newsflash .column-newsflash-main {
    position: relative;
    padding-left: 22px;
    margin-top: 16px
}

.sdhome-column .sdhome-column-newsflash .column-newsflash-main .column-newsflash-item {
    padding-bottom: 16px
}

.sdhome-column .sdhome-column-newsflash .column-newsflash-main .column-newsflash-item img {
    max-width: 100%;
    max-height: 300px
}

.sdhome-column .sdhome-column-newsflash .column-newsflash-main .column-newsflash-item .column-newsflash-item-head {
    position: relative
}

.sdhome-column .sdhome-column-newsflash .column-newsflash-main .column-newsflash-item .column-newsflash-item-head .column-newsflash-item-icon {
    display: inline-block;
    background: #fff;
    width: 12px;
    height: 12px;
    border: 4px solid #b3ccf4;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: -22px;
    z-index: 1
}

.sdhome-column .sdhome-column-newsflash .column-newsflash-main .column-newsflash-item .column-newsflash-item-head .column-newsflash-item-title {
    font-size: 14px;
    color: #262626;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    text-align: justify;
    cursor: pointer
}

.sdhome-column .sdhome-column-newsflash .column-newsflash-main .column-newsflash-item .column-newsflash-item-head .column-newsflash-item-title.active, .sdhome-column .sdhome-column-newsflash .column-newsflash-main .column-newsflash-item .column-newsflash-item-head .column-newsflash-item-title:hover {
    color: #b79809
}

.sdhome-column .sdhome-column-newsflash .column-newsflash-main .column-newsflash-item .column-newsflash-item-head .column-newsflash-item-time {
    padding-top: 7px;
    font-size: 12px;
    color: #a7a7a7
}

.sdhome-column .sdhome-column-newsflash .column-newsflash-main .column-newsflash-item .column-newsflash-item-detail {
    position: relative;
    font-size: 13px;
    color: #787878;
    letter-spacing: 0;
    line-height: 22px;
    text-align: justify;
    height: 0;
    opacity: .3;
    overflow: hidden;
    transition: opacity .5s linear
}

.sdhome-column .sdhome-column-newsflash .column-newsflash-main .column-newsflash-item .column-newsflash-item-detail.slide-down {
    height: auto;
    opacity: 1;
    padding-top: 10px
}

.sdhome-column .sdhome-column-newsflash .column-newsflash-main .column-newsflash-item .column-newsflash-item-detail a {
    color: #4285f4
}

.sdhome-column .sdhome-column-newsflash .column-newsflash-main .column-newsflash-vertiacl-line {
    position: absolute;
    height: 100%;
    border: 1px solid #f3f3f3;
    top: 0;
    left: 5px
}

.sdhome-column .sdhome-column-newsflash .column-newsflash-main .column-newsflash-see-more {
    border: 1px solid #4285f4;
    border-radius: 1px;
    font-size: 14px;
    color: #4285f4;
    text-align: center;
    width: 278px;
    height: 36px;
    line-height: 36px;
    display: block
}

.sdhome-column .sdhome-column-newsflash .column-newsflash-main .column-newsflash-see-more:hover {
    color: #fff;
    background: #b3ccf4;
    border: none
}

.sdhome-column .sdhome-recommend-motif-cotainer {
    width: 300px;
    float: right
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1.5
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

:focus {
    outline: none
}

.clearfloat:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

.ellipsis-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis-2 {
    -webkit-line-clamp: 2
}

.ellipsis-2, .ellipsis-3 {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.ellipsis-3 {
    -webkit-line-clamp: 3
}

.ellipsis-4 {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.weight-bold {
    font-weight: 500
}

.show {
    display: block
}

.hide {
    display: none
}

.scaleBig {
    transition: all 1s
}

.scaleBig:hover {
    transform: scale(1.12)
}

.sdrich-text-wrapper em, .sdrich-text-wrapper i {
    font-style: italic
}

.sdrich-text-wrapper ol, .sdrich-text-wrapper ul {
    padding: 0 0 0 30px;
    margin-bottom: 22px
}

.sdrich-text-wrapper ol li, .sdrich-text-wrapper ul li {
    margin-bottom: 6px
}

.sdrich-text-wrapper ul {
    list-style-type: disc
}

.sdrich-text-wrapper ol {
    list-style-type: decimal
}

.sdrich-text-wrapper b, .sdrich-text-wrapper h1, .sdrich-text-wrapper h2, .sdrich-text-wrapper h3, .sdrich-text-wrapper h4, .sdrich-text-wrapper h5, .sdrich-text-wrapper h6, .sdrich-text-wrapper strong {
    font-weight: bolder
}

.sdrich-text-wrapper h1 {
    font-size: 2em;
    margin: .67em 0
}

.sdrich-text-wrapper h2 {
    font-size: 1.5em;
    margin: .75em 0
}

.sdrich-text-wrapper h3 {
    font-size: 1.17em;
    margin: .83em 0
}

.sdrich-text-wrapper h4 {
    margin: 1.12em 0
}

.sdrich-text-wrapper h5 {
    font-size: .83em;
    margin: 1.5em 0
}

.sdrich-text-wrapper h6 {
    font-size: .75em;
    margin: 1.67em 0
}

img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges
}

/*.recom-live-wrapper .recom-live-list {*/
/*    !*padding-top: 14px;*!*/
/*    padding-bottom: 10px*/
/*}*/

/*.recom-live-wrapper .recom-live-list .recom-live-item {*/
/*    margin-bottom: 30px*/
/*}*/

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-pic {
    display: block;
    position: relative;
    width: 300px;
    height: 410px;
    overflow: hidden;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-pic img {
    width: 100%
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-pic .label-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    color: #fff;
    font-size: 12px;
    z-index: 100
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-pic .label-wrapper .before {
    width: 38px;
    height: 20px;
    line-height: 20px;
    background-color: #027aff;
    font-weight: bolder;
    border-bottom-right-radius: 2px;
    padding-left: 5px;
    letter-spacing: 4px
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-pic .label-wrapper .living {
    position: relative;
    width: 73px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    background-color: #f95355;
    font-weight: bolder;
    border-bottom-right-radius: 2px;
    padding-left: 16px
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-pic .label-wrapper .living:after {
    display: block;
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-image: url(../images/ic_liveing.1dc7404a.gif);
    background-size: 100%;
    background-repeat: no-repeat
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-pic .label-wrapper .playback {
    position: relative;
    width: 60px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    background: #525252;
    font-weight: bolder;
    border-bottom-right-radius: 2px;
    padding-left: 18px
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-pic .label-wrapper .playback.no-radius {
    border-radius: unset
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-pic .label-wrapper .playback:after {
    display: block;
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 15px;
    height: 15px;
    background-image: url("../images/tuijian.png");
    background-size: 100%;
    background-repeat: no-repeat
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-pic .label-wrapper .hot, .recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-pic .label-wrapper .over {
    padding: 0 6px;
    height: 20px;
    background-color: rgba(0, 0, 0, .4);
    line-height: 20px;
    font-weight: bolder
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-pic .label-wrapper .hot {
    border-bottom-right-radius: 2px
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-pic .label-wrapper .over {
    position: relative
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-pic .label-wrapper .over:after {
    display: block;
    content: "";
    position: absolute;
    right: -1px;
    width: 1px;
    height: 9px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-info {
    background: #f1f3f4;
    padding: 10px
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-info .title {
    display: block;
    font-size: 14px;
    color: #262626;
    line-height: 20px;
    font-weight: bolder;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-info .title:hover {
    color: #b79809
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-info .status-time {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    display: flex;
    border-radius: 1px;
    color: #a7a7a7;
    font-weight: bolder;
    margin-top: 4px
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-info .status-time .status {
    margin-right: 13px;
    position: relative
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-info .status-time .status:after {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    right: -7px;
    width: 1px;
    height: 10px;
    background-color: #a7a7a7
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-info .status-time.blue {
    color: #4285f4
}

.recom-live-wrapper .recom-live-list .recom-live-item .special-live-item-info .status-time.blue .status:after {
    opacity: .7;
    background: #4285f4
}

.recom-live-wrapper .recom-live-list .home-live-ad-info {
    background: #f1f3f4;
    padding: 10px;
    margin-bottom: 30px
}

.recom-live-wrapper .recom-live-list .home-live-ad-info .title {
    font-size: 14px;
    color: #262626;
    line-height: 20px;
    font-weight: bolder;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.recom-live-wrapper .recom-live-list .sdad-home-live .sdad-home-live-main {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    overflow: hidden
}

.sdhotlist .go-more {
    float: right;
    font-size: 13px;
    color: #787878;
    padding-right: 10px
}

.sdhotlist .hotlist-main {
    padding-top: 2px
}

.sdhotlist .hotlist-main .hotlist-item-toptwo {
    margin-top: 14px;
    /*width: 300px;*/
    /*height: 200px;*/
    position: relative;
    border-radius: 2px
}



.sdhotlist .hotlist-main .hotlist-item-toptwo .hotlist-item-toptwo-title {
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(-180deg, transparent 13%, rgba(0, 0, 0, .65) 97%)
}

.sdhotlist .hotlist-main .hotlist-item-toptwo .hotlist-item-toptwo-title img {
    border-radius: 2px
}

.sdhotlist .hotlist-main .hotlist-item-toptwo .hotlist-item-toptwo-title p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: justify;
    padding-left: 10px;
    padding-right: 16px;
    max-height: 40px;
    position: absolute;
    bottom: 10px;
    overflow: hidden
}

.sdhotlist .hotlist-main .hotlist-item-toptwo .hotlist-item-toptwo-title p:hover {
    color: #b79809
}

.sdhotlist .hotlist-main .hotlist-item-other {
    margin-top: 14px;
    border-radius: 2px;
    height: 70px
}

.sdhotlist .hotlist-main .hotlist-item-other .hotlist-item-other-pic {
    float: left;
    height: 100%;
    width: 105px;
    position: relative;
    border-radius: 2px;
    overflow: hidden
}

.sdhotlist .hotlist-main .hotlist-item-other .hotlist-item-other-pic a {
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    width: 100%
}

.sdhotlist .hotlist-main .hotlist-item-other .hotlist-item-other-pic a img {
    height: 100%
}

.sdhotlist .hotlist-main .hotlist-item-other .hotlist-item-other-pic .hotlist-item-other-icon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    z-index: 1;
    border-radius: .5px .5px 2px .5px;
    background-image: url(../images/home.d1523964.png);
    background-repeat: no-repeat;
    background-size: 246px 1012px
}

.sdhotlist .hotlist-main .hotlist-item-other .hotlist-item-other-info {
    height: 100%;
    margin-left: 10px;
    position: relative;
    float: left;
    width: 185px
}

.sdhotlist .hotlist-main .hotlist-item-other .hotlist-item-other-info .hotlist-item-other-title {
    font-size: 13px;
    color: #262626;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden
}

.sdhotlist .hotlist-main .hotlist-item-other .hotlist-item-other-info .hotlist-item-other-title:hover {
    color: #b79809
}

.sdhotlist .hotlist-main .hotlist-item-other .hotlist-item-other-info .hotlist-item-other-time {
    font-size: 12px;
    color: #a7a7a7;
    letter-spacing: 0;
    text-align: justify;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 18px
}

.recom-enterprise-item {
    width: 300px;
    padding: 24px 0;
    border-top: 1px solid #ddd
}

.recom-enterprise-item:first-child {
    border-top: 1px solid transparent
}

.recom-enterprise-item .recom-enterprise-show {
    position: relative
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner {
    position: relative;
    z-index: 2
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner .v-identify {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 46px;
    bottom: 0;
    background: url(../images/ic_enterprise_20_pc@2x.00e9b0e8.png) no-repeat;
    background-size: cover
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner-pic {
    height: 66px;
    width: 66px;
    float: left;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .04)
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner-pic img {
    height: 100%
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner-info {
    float: left;
    margin-left: 10px;
    position: relative;
    height: 66px;
    width: 224px
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner-info .recom-enterprise-item-banner-box {
    width: 224px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner-info .recom-enterprise-item-banner-box a {
    text-decoration: none
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner-info .recom-enterprise-item-banner-title {
    font-size: 14px;
    color: #262626;
    display: block;
    line-height: 16px;
    height: 16px;
    margin-bottom: 6px;
    cursor: pointer
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner-info .recom-enterprise-item-banner-title:hover {
    color: #b79809
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-banner-info .recom-enterprise-item-banner-follow {
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    color: #787878
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-content {
    position: relative;
    z-index: 2;
    width: 300px;
    margin-top: 12px;
    background: #f8f9fa;
    border-radius: 1px;
    padding: 12px;
    box-sizing: border-box
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-content .tips {
    font-size: 12px;
    color: #a7a7a7;
    font-weight: 400;
    margin-bottom: 6px
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-content .recom-enterprise-item-article {
    font-size: 13px;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 400;
    color: #787878;
    line-height: 18px;
    text-decoration: none
}

.recom-enterprise-item .recom-enterprise-show .recom-enterprise-item-content .recom-enterprise-item-article:hover {
    color: #b79809
}

.recom-enterprise-item:hover {
    border-top: 1px solid transparent
}

.recom-enterprise-item:hover .recom-enterprise-show:after {
    z-index: 1;
    content: " ";
    position: absolute;
    left: -12px;
    top: -17px;
    width: calc(100% + 24px);
    height: calc(100% + 34px);
    transition: all .2s linear;
    border-radius: 2px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15)
}

.recom-enterprise-home {
    background: #fff
}

.recom-enterprise-home .go-change, .recom-enterprise-home .go-more {
    float: right;
    font-size: 13px;
    color: #787878;
    padding-right: 10px;
    cursor: pointer
}

.recom-enterprise-home .go-change {
    position: relative;
    display: block
}

.recom-enterprise-home .go-change:before {
    content: "";
    position: absolute;
    background: url(../images/ic_change_normal@2x.4544b6bd.png) 50% no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    left: -22px;
    top: 6px
}

.recom-enterprise-home .go-change:hover {
    color: #4285f4
}

.recom-enterprise-home .go-change:hover:before {
    content: "";
    background: url(../images/ic_change_selected@2x.d48a18ab.png) 50% no-repeat;
    background-size: cover
}

.recom-enterprise-home .recom-enterprise-list {
    margin-top: -10px
}

.recom-enterprise-home .recom-enterprise-list .recom-enterprise-item:hover .recom-enterprise-show:after {
    content: " ";
    width: 0;
    height: 0
}

.recom-enterprise-home .recom-enterprise-list .recom-enterprise-item:not(:first-of-type):hover {
    border-top: 1px solid #ddd
}

.recom-enterprise-home .recom-enterprise-see-more {
    border: 1px solid #4285f4;
    border-radius: 1px;
    font-size: 14px;
    color: #4285f4;
    text-align: center;
    width: 300px;
    height: 36px;
    line-height: 36px;
    display: block;
    cursor: pointer
}

.recom-enterprise-home .recom-enterprise-see-more:hover {
    color: #fff;
    background: #b3ccf4;
    border: none
}

.sdbusinessMotifHome .go-more {
    float: right;
    font-size: 13px;
    color: #787878;
    padding-right: 10px
}

.sdbusinessMotifHome .businessMotifHome-main {
    padding-top: 14px
}

.sdbusinessMotifHome .businessMotifHome-main .businessMotifHome-main-item {
    margin-bottom: 30px
}

.sdbusinessMotifHome .businessMotifHome-main .businessMotifHome-main-item:last-child {
    margin-bottom: 0
}

.sdbusinessMotifHome .businessMotifHome-main .businessMotifHome-main-item .businessMotifHome-main-item-top {
    width: 300px;
    height: 42px;
    background: #f8f9fa;
    border-radius: 2px;
    padding: 9px 10px;
    overflow: hidden
}

.sdbusinessMotifHome .businessMotifHome-main .businessMotifHome-main-item .businessMotifHome-main-item-top .business-motif-top-item-float {
    float: left
}

.sdbusinessMotifHome .businessMotifHome-main .businessMotifHome-main-item .businessMotifHome-main-item-top .business-motif-top-item-float-right {
    float: right
}

.sdbusinessMotifHome .businessMotifHome-main .businessMotifHome-main-item .businessMotifHome-main-item-top .buess-mitif-logo {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    border-radius: 2px
}

.sdbusinessMotifHome .businessMotifHome-main .businessMotifHome-main-item .businessMotifHome-main-item-top .buess-mitif-name {
    padding-top: 4px;
    font-size: 14px;
    color: #262626;
    letter-spacing: 0;
    line-height: 16px
}

.sdbusinessMotifHome .businessMotifHome-main .businessMotifHome-main-item .businessMotifHome-main-item-top .businessMotifHome-main-item-top-a {
    font-size: 13px;
    color: #787878;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    padding-top: 2px
}

.sdbusinessMotifHome .businessMotifHome-main .businessMotifHome-main-item .businessMotifHome-main-item-top .businessMotifHome-main-item-top-a:hover {
    color: #b79809
}

.sdbusinessMotifHome .businessMotifHome-main .businessMotifHome-main-item .businessMotifHome-main-item-cover .businessMotifHome-main-item-cover-pic {
    height: 100%;
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
    display: block;
    display: flex;
    justify-content: center
}

.sdbusinessMotifHome .businessMotifHome-main .businessMotifHome-main-item .businessMotifHome-main-item-cover .businessMotifHome-main-item-cover-pic .buess-mitif-cover {
    width: 300px;
    height: 141px
}

.sdbusinessMotifHome .businessMotifHome-main .businessMotifHome-main-item .businessMotifHome-main-item-title p {
    color: #262626;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0
}

.sdbusinessMotifHome .businessMotifHome-main .businessMotifHome-main-item .businessMotifHome-main-item-title p:hover {
    color: #b79809
}

.sdentrepreneurs-card {
    display: flex;
    width: 300px;
    height: 90px;
    padding: 15px 0 15px 15px;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    border-top: none
}

.sdentrepreneurs-card .sdentrepreneurs-title {
    font-size: 24px;
    color: #262626;
    font-weight: 500;
    margin-bottom: 10px
}

.sdentrepreneurs-card .sdentrepreneurs-main {
    display: flex;
    align-items: center
}

.sdentrepreneurs-card .sdentrepreneurs-main .user-icon-url {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 15px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .08)
}

.sdentrepreneurs-card .sdentrepreneurs-main .user-icon-url .user-icon {
    width: 100%;
    height: 100%
}

.sdentrepreneurs-card .sdentrepreneurs-main .user-info {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.sdentrepreneurs-card .sdentrepreneurs-main .user-info .user-identity {
    display: flex;
    align-items: center;
    margin-bottom: 2px
}

.sdentrepreneurs-card .sdentrepreneurs-main .user-info .user-identity .user-name {
    font-size: 20px;
    color: #262626;
    line-height: 28px;
    height: 28px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sdentrepreneurs-card .sdentrepreneurs-main .user-info .user-identity .user-tag {
    width: 48px;
    height: 18px;
    text-align: center;
    margin-left: 10px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #4285f4;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    background: #f0f6ff;
    border: .5px solid #4285f4
}

.sdentrepreneurs-card .sdentrepreneurs-main .user-info .user-company {
    width: 196px;
    font-size: 14px;
    color: #787878;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sdentrepreneurs-card .sdentrepreneurs-line {
    width: 100%;
    height: 2px;
    margin: 10px 0 20px;
    background-color: #ccc
}

.sdentrepreneurs-card .sdentrepreneurs-tip {
    align-self: center
}

.pitch-hub-ad-wrp {
    display: block;
    width: 100%;
    height: 140px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 2px;
    position: relative
}

.sdqr-code-modal {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    overflow: auto
}

.sdqr-code-modal.opacity1 {
    opacity: 1
}

.sdqr-code-modal.opacity0 {
    opacity: 0
}

.sdqr-code-modal .qr-code-wrapper-outer {
    position: absolute;
    width: 331px;
    height: 338px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden
}

.sdqr-code-modal .qr-code-wrapper-outer .wrapper-inner {
    background-color: #fff;
    width: 331px;
    height: 338px;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
    transform: translateY(100%)
}

.sdqr-code-modal .qr-code-wrapper-outer .wrapper-inner.show {
    transform: translateY(0)
}

.sdqr-code-modal .qr-code-wrapper-outer .wrapper-inner .title {
    font-size: 18px;
    color: #262626;
    margin: 50px auto 16px;
    font-weight: 500
}

.sdqr-code-modal .qr-code-wrapper-outer .wrapper-inner .qr-pic {
    width: 160px;
    height: 160px;
    margin: 0 auto 17px
}

.sdqr-code-modal .qr-code-wrapper-outer .wrapper-inner .qr-pic img {
    width: 100%;
    height: 100%
}

.sdqr-code-modal .qr-code-wrapper-outer .wrapper-inner .info {
    font-size: 14px;
    color: #a7a7a7
}

.sdpitch-hub-nav-item {
    display: flex;
    width: 130px;
    height: 68px;
    border-radius: 2px;
    background: #f8f9fa;
    padding: 16px 10px;
    transition: all .4s
}

.sdpitch-hub-nav-item:hover {
    cursor: pointer;
    transform: scale(1.15)
}

.sdpitch-hub-nav-item:hover .nav-name .name {
    color: #4285f4
}

.sdpitch-hub-nav-item:hover .nav-name .en-name {
    color: rgba(66, 133, 244, .4)
}

.sdpitch-hub-nav-item .nav-icon {
    width: 36px;
    height: 36px
}

.sdpitch-hub-nav-item .nav-name {
    margin-left: 6px
}

.sdpitch-hub-nav-item .nav-name .name {
    color: #262626;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap
}

.sdpitch-hub-nav-item .nav-name .en-name {
    font-size: 12px;
    color: rgba(38, 38, 38, .4);
    line-height: 14px;
    transform: scale(.75);
    transform-origin: left top;
    white-space: nowrap
}

.sdpitch-hub-nav .sdpitch-hub-logo {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sdpitch-hub-nav .sdpitch-hub-logo .logo {
    width: 164px;
    height: 33px;
    background: url(../images/logo_investment_blue@3x.35afee0a.png) no-repeat;
    background-size: 100% 100%
}

.sdpitch-hub-nav .sdpitch-hub-logo .more {
    font-size: 13px;
    color: #787878
}

.sdpitch-hub-nav .sdpitch-hub-nav-list {
    display: flex;
    justify-content: space-between;
    margin-top: 14px
}

.sdpitch-hub-financing-item {
    background-color: #fff;
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #262626;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
    padding-bottom: 30px
}

.sdpitch-hub-financing-item .financing-item-title {
    display: flex;
    align-items: center;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500
}

.sdpitch-hub-financing-item .financing-item-title .type-tag {
    width: 46px;
    height: 20px;
    background: #373737;
    border-radius: 1px;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-weight: 400
}

.sdpitch-hub-financing-item .financing-item-title a {
    max-width: calc(100% - 40px);
    color: #262626;
    padding-left: 10px
}

.sdpitch-hub-financing-item .financing-item-title a:hover {
    color: #b79809
}

.sdpitch-hub-financing-item .financing-item-intro {
    font-size: 13px;
    color: #787878;
    line-height: 18px;
    padding: 5px 0 10px;
    overflow: hidden
}

.sdpitch-hub-financing-item .financing-item-footer {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #262626
}

.sdpitch-hub-financing-item .financing-item-footer .financing-item-timer-wrp {
    font-size: 0
}

.sdpitch-hub-financing-item .financing-item-footer .financing-item-timer-wrp .time-icon {
    width: 10px;
    height: 10px;
    vertical-align: middle
}

.sdpitch-hub-financing-item .financing-item-footer .financing-item-timer-wrp .item-footer-time {
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    padding: 0 20px 0 5px;
    opacity: .4;
    vertical-align: middle
}

.sdpitch-hub-financing-item .financing-item-footer .item-footer-source {
    display: flex;
    align-items: center;
    background: rgba(32, 108, 255, .08);
    padding: 0 8px;
    color: rgba(32, 108, 255, .8)
}

.sdpitch-hub-financing-item .financing-item-footer .item-footer-source .source-icon {
    width: 10px;
    height: 10px;
    margin: 0 4px 0 0
}

.sdpitch-hub-financing-flash-wrp {
    float: left;
    width: 690px
}

.sdpitch-hub-financing-flash-wrp .title-wrp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 15px;
    line-height: 33px
}

.sdpitch-hub-financing-flash-wrp .title-wrp .title {
    font-size: 24px;
    color: #262626;
    font-weight: 500;
    line-height: 33px
}

.sdpitch-hub-financing-flash-wrp .title-wrp .see-more {
    font-size: 13px;
    color: #787878
}

.sdpitch-hub-project-set-item {
    display: block;
    width: 300px;
    height: 113px;
    border-radius: 2px;
    margin-top: 14px
}

.sdpitch-hub-project-set-item .set-item-mask {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, .6);
    font-size: 15px;
    color: #fff;
    letter-spacing: 1.36px;
    font-weight: 500;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 2px
}

.sdpitch-hub-project-sets {
    float: right;
    width: 300px
}

.sdpitch-hub-project-sets .sdpitch-hub-project-sets-title .title-icon {
    padding: 7px;
    background: url(../images/home.d1523964.png) no-repeat;
    background-size: 246px 1012px;
    background-position: 0 -125px;
    display: inline-block
}

.sdpitch-hub-project-sets .sdpitch-hub-project-sets-title .title-text {
    font-size: 20px;
    color: #262626;
    padding-left: 4px;
    font-weight: 500;
    line-height: 28px
}

.sdpitch-hub-project-sets .sdpitch-hub-project-sets-more {
    display: inline-block;
    width: 300px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #4285f4;
    border-radius: 1px;
    font-size: 14px;
    color: #4285f4;
    letter-spacing: 0;
    text-align: center;
    margin-top: 20px
}
