body,
html {
    background-color: #F3F5F7;
}

@charset "utf-8";
html {
    color: #333333;
    background: #fff;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 16px !important;
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html, body {
    font-family: '微软雅黑';
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    line-height: 1;
    letter-spacing: 0.026667rem
}

input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500
}

ol, ul, li {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}

q:before, q:after {
    content: ''
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a:hover {
    text-decoration: underline
}

ins, a {
    text-decoration: none
}

i {
    font-style: normal;
}

b {
    font-weight: normal;
}

.wrapper {
    margin: 0 auto;
}

.c-title {
    padding: 30px 0 0;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}

.underway-inner {
    display: flex;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.underway-carousel {
    width: 580px;
    height: 326px;
    float: left;
    position: relative;
    overflow: hidden;
}

.underway-carousel .carousel-ul {
    width: 5000px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.underway-carousel .carousel-ul li {
    float: left;
    position: relative;
}

.underway-carousel .carousel-ul li > img {
    width: 580px;
    height: 326px;
}

.underway-carousel .num {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0px;
    text-align: center;
    font-size: 0px;
}

.underway-carousel .num li {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    margin: 0px 3px;
    cursor: pointer;
}

.underway-carousel .num li.on {
    background-color: #ffffff;
}

.carousel-ul .carousel-top {
    position: absolute;
    box-sizing: border-box;
    left: 20px;
    top: 20px;
}

.carousel-company {
    position: absolute;
    bottom: 14px;
    left: 14px;
    color: #FFFFFF;
    font-size: 12px;
}

.carousel-top-state {
    color: #4285F4;
    padding: 2px 10px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 12px 0 0 12px;
}

.carousel-top-state.cts-living {
    border-radius: 12px;
    background: linear-gradient(
            90deg, #FFB40F 0%, #FF5A05 100%, #FD9F23 100%);
    color: #ffffff;
}

.carousel-top-count {
    background-color: #4285F4;
    padding: 2px 10px;
    border-radius: 0 12px 12px 0;
    color: #fff;
    font-size: 14px;
}

.underway-list {
    float: right;
    width: 620px;
    height: 326px;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    overflow-y: auto;
    background-color: #ffffff;
}

.underway-list::-webkit-scrollbar {
    width: 6px;
    /* height: 20px; */
    background-color: rgba(0, 0, 0, 0.1);
}

.underway-list::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 10px;
}

.underway-item {
    display: flex;
    cursor: pointer;
}

.underway-item.active .underway-ico {
    background: url("https://cdntest.cdzszl.cn/appPic/eiaMeet/queare-icona.png") no-repeat center center;
    background-size: contain;
}

.underway-item.active .intro-title {
    /* color: #1678FF; */
}

.underway-left {
    width: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.underway-ico {
    position: absolute;
    top: 32px;
    left: 0px;
    width: 21px;
    height: 21px;
    background: url("https://cdntest.cdzszl.cn/appPic/eiaMeet/queare-icon.png") no-repeat center center;
    background-size: contain;
}

.underway-line {
    width: 1px;
    height: 100%;
    display: block;
    background-color: #E5E5E5;
}

.underway-right {
    margin-left: -10px;
    display: flex;
    align-items: center;
    padding: 27px 20px;
    width: -moz-calc(100% - 9px);
    width: -webkit-calc(100% - 9px);
    width: calc(100% - 9px);
}

.underway-item.active .underway-right {
    background-color: rgba(66, 133, 244, 0.15);
}

.intro-btn {
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 16px;
    width: 88px;
    box-sizing: border-box;
    text-align: center;
    margin-right: 20px;
}

.intro-time {
    width: 92px;
    color: #757575;
    font-size: 12px;
}

.intro-live {
    background: linear-gradient(90deg, #FFB40F 0%, #FF5A05 100%, #FD9F23 100%);
    color: #FFFFFF;
}

.intro-reserved {
    background: #67C23A;
    color: #Fff;
}

.intro-reserve {
    background: #4285F4;
    color: #FFFFFF;
}

.intro-title {
    font-size: 16px;
    color: #333333;
    margin: 0 20px 0 10px;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.wonderful-review {
    position: relative;
}

.more {
    position: absolute;
    top: 34px;
    right: 0;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    cursor: pointer;
}

.wonderful-review-ul,.search-review-ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.wonderful-review-ul li,search-review-ul li {
    margin-top: 20px;
    margin-left: 20px;
    width: 270px;
    height: 262px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

.wonderful-review-ul li:nth-of-type(4n+1),search-review-ul li:nth-of-type(4n+1){
    margin-left: 0;
}

.review-li-d1 {
    position: relative;
}

.review-li-d1 img {
    width: 100%;
    height: 160px;
    border-radius: 8px 8px 0 0;
}

.review-li-d1-state {
    position: absolute;
    left: 14px;
    top: 14px;
}

.review-state-finish {
    padding: 3px 8px;
    background: #FFFFFF;
    border-radius: 13px 0px 0px 13px;
    color: #333333;
    font-size: 12px;
}

.review-state-finish.rsf-blue {
    background: #4285F4;
    color: #ffffff;
}

.review-state-view {
    background-color: #888888;
    padding: 3px 8px;
    border-radius: 0 13px 13px 0;
    color: #FFFFFF;
    font-size: 12px;
}

.review-state-playback {
    padding: 3px 8px;
    background-color: #4285F4;
    border-radius: 13px 0px 0px 13px;
    font-size: 12px;
    color: #FFFFFF;
}

.review-li-d2 {
    padding: 14px 14px 0;
    color: #333333;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.review-li-d3 {
    margin-top: 10px;
    color: #757575;
    font-size: 14px;
    padding: 0 14px;
}

.search-nav.container {
    height: 66px;
    position: relative;
}

.key_word {
    z-index: 1;
    position: absolute;
    height: 40px;
    left: 15px;
    top: 26px;
    width: 95%;
    border-radius: 20px;
    outline: none;
    padding-left: 46px;
    font-size: 14px;
    border: none;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
}

.ec_left_search_cancel {
    z-index: 2;
    width: 12px;
    position: absolute;
    right: 116px;
    top: 40px;
    cursor: pointer;
    display: none;
}

.ec_left_search_btn {
    z-index: 3;
    position: absolute;
    width: 88px;
    height: 40px;
    right: 15px;
    top: 26px;
    border: 0;
    background-color: #1678FF;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    outline: none;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

.cs-search-logo {
    z-index: 2;
    position: absolute;
    width: 16px;
    left: 35px;
    top: 38px;
    cursor: pointer;
}

.second-page {
    display: none;
}

.sc-title {
    font-size: 14px;
    color: #333333;
    margin: 20px 0 20px 20px;
}

.sc-title em {
    font-style: normal;
    margin: 0 2px;
    color: #1678FF;
}