.pd0{
    padding: 0;

}
.fancybox-margin {
    margin-right: 17px
}

hcfy-result.__hcfy__result__loaded__.__hcfy__result__both__ {
    border: 1px dotted #333
}

.smartbar {
    height: 50px;
    background: #333
}

#smartbar_7dbffcf8b5c82d83d62cb823323f0e6f .smartbar * {
    color: #ffffff
}

.smartbar p {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 16px;
    text-align: center
}

.smartbar_wrapper {
    padding: 0 !important
}

.series-lists {
    list-style: none;
    position: relative;
    width: 1200px;
    display: flex;
    flex-wrap: wrap
}

.flex-column{
    flex-direction: column;
}

.nowrap{
    white-space: nowrap !important;
}

.link-list-img{
    width: 120px;
    height: 120px;
}
.split-line{
    height: 1px;
    margin: 20px 0; 
    background-color: #efefef;
}

ul.series-lists li p.series-name {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-weight: 600;
    padding-right: 24px;
    color: rgba(0, 0, 0, 0.85)
}

ul.series-lists li p.series-intro {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
    word-spacing: 0;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 8px;
    padding-right: 24px;
    max-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.series-lists li {
    margin-right: 0;
    position: relative;
    max-width: 25%;
    padding: 0 31px;
}

ul.series-lists li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.06);
}

ul.series-lists li:first-child {
    padding-left: 0;
    max-width: 21%;
}

ul.series-lists li:last-child:after {
    display: none
}
#siteHeaderSearch .search-box .search-form-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

/* WebKit browsers */
.search-form>input::-webkit-input-placeholder {
    color: #eee;
}

/* Mozilla Firefox 4 to 18 */
.search-form>input:-moz-placeholder {
    color: #eee;
}

/* Mozilla Firefox 19+ */
.search-form>input::-moz-placeholder {
    color: #eee;
}

/* Internet Explorer 10+ */
.search-form>input:-ms-input-placeholder {
    color: #eee;
}

.dui-navbar {
    background-color: #e60012 !important; 
}

.dui-navbar ul.navbar-right li.nav-search .nav-search-link {
    width: 48px;
}

.dui-navbar ul.navbar-right li.nav-lang {
    display:flex;
    align-items: center;
}

.dui-navbar ul.navbar-right li.nav-lang .lang-btn{
    width:20px;
    height:20px;
    background-image: url(https://iflight.oss-cn-hongkong.aliyuncs.com/iflight/icon/lang.svg);
    background-position: center center;
}
.dui-navbar ul.navbar-right>li>a span.user-icon{
    background-image: url(https://iflight.oss-cn-hongkong.aliyuncs.com/iflight/icon/login.svg)

}
.dui-navbar ul.navbar-right li.nav-search .search-btn{
    background-image: url(https://iflight.oss-cn-hongkong.aliyuncs.com/iflight/icon/search.svg)
}
.dui-navbar ul.navbar-right li.nav-store .store-btn{
    color:#e60012!important;
    background: #fff!important;
    display: flex;
    align-items: center;
    justify-content: center;
    width:65px;
    font-size: 14px;
    padding: 0;
    border-radius: 4px!important;
}
.cc-window, .cc-window * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cc-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    z-index: 9998;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: 0 -4px 8px rgb(0 0 0 / 10%);
    box-shadow: 0 -4px 8px rgb(0 0 0 / 10%);
}

.cc-bar.cc-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.content-first .text{
    margin-right:5px;
}