.active{
    color: #3853ea !important;
}

.flexbox{
    display: flex;
}

.flex1{
    flex: 1;
}

.word-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  
.word-ellipsis2 {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
  
.word-ellipsis3 {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.word-ellipsis5 {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.align-center {
    display: flex;
    align-items: center;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.mgt-block {
    display: inline-block;
    vertical-align: middle;
}

.block-mgt-left {
    margin-left: 230px;
}

.search-container {
    padding-bottom: 50px;
    max-width: 780px;
    /*max-width: 620px;*/
}

.search-container .res-item{
    margin-bottom: 44px;
}

.search-container .res-item a {
    text-decoration: none;
}


.search-container .res-item a::linked {
    color: #7800a4;
}

.search-container .res-item a:hover {
    text-decoration: underline;
}

.search-container .res-item h3 {
    margin-top: 0;
    margin-bottom: 6px;
}

.search-container .res-item h3 a{
    line-height: 1.3;
    color: #2a40b8;
    font-weight: 400;
    font-size: 20px;
    font-family: arial,sans-serif;
}

.search-container .res-item .date-wrapper span,
.search-container .res-item .date-wrapper a{
    font-size: 14px;
    line-height: 1.8;
    color: #999;
    display: inline-block;
    margin-right: 20px;
}

.search-container .res-item .date-wrapper span em{
    font-style: normal;
}
.search-container .res-item .date-wrapper span em.up{color: #ff4a4a}
.search-container .res-item .date-wrapper span em.down{color: #009f06}

.search-container .res-item .summary {
    line-height: 1.58;
    font-size: 14px;
    color: #333;
}

.kzr-block{
    line-height: 1.58;
    font-size: 14px;
    color: #333;
}

.fz-13 {
    font-size: 13px;
}

.font-gray {
    color: #999;
}

.search-tabs {
    border-bottom: 1px solid #ececec;
}

.search-tabs >div {
    /*width: 850px;*/
}

.search-tabs .main-nav {
    position: relative;
    display: inline-flex;
    margin-right: 24px;
    font-size: 14px;
    font-weight: 400;
    height: 44px;
    cursor: pointer;
    color: #333;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
}

.search-tabs .main-nav:hover,
.search-tabs .main-nav.active{
    color: #3853ea;
}

.search-tabs .main-nav.active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    left: 0px;
    bottom: 0px;
    background-color: #3853ea;
}

.search-tabs .main-nav .more-nav {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    top: 30px;
    padding: 0;
    width: 140px;
    padding: 10px 0;
    border-radius: 3px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.13);
}

.search-tabs .main-nav .more-nav.show {
    display: block;
}

.search-tabs .main-nav .more-nav a{
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}

.search-tabs .main-nav .more-nav a:hover,
.search-tabs .main-nav .more-nav a.active{
    background-color: #f0f0f0;
    color: #3853ea;
}

.search-tabs .tools {
    line-height: 1;
    padding: 8px 12px;
    border-radius: 2px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.search-tabs .tools .icon-settings {
    font-size: 14px !important;
    color: #666;
}

.search-tabs .tools.active,
.search-tabs .tools:hover {
    color: #3853ea !important;
    background-color: #ebf1ff;
}

.search-tabs .tools.active .iconfont,
.search-tabs .tools:hover,
.search-tabs .tools:hover .iconfont{
    color: #3853ea !important;
}

.h44 {
    line-height: 44px;
    height: 44px;
}

.res-block {
    margin-bottom: 20px;
}

.res-block .tools-wrapper{display: none;margin-right: 44px;}
.res-block .tools-wrapper.show{display: flex;}
.res-block .res-static{display: none;}
.res-block .res-static.show{display: flex;}
.icon-arrow-down-filling{
    font-size: 12px !important;
    margin-left: 3px;
}

.tools-wrapper input[type="date"] {
    background-color: #f0f0f0;
    border: none;
    color: #666;
    outline: none;
    padding: 4px 8px;
}

.tools-wrapper .order-type{
    position: relative;
    cursor: pointer;
}

.tools-wrapper .sub-order-type{
    display: none;
    position: absolute;
    padding: 10px 0;
    width: 100px;
    top: 40px;
    left: 0;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.13);
}
.tools-wrapper .sub-order-type.show{
    display: block;
}
.tools-wrapper .sub-order-type a{
    display: block;
    line-height: 1;
    text-decoration: none;
    padding: 10px 15px;
    color: #333;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.tools-wrapper .sub-order-type a.active{
    color: #3853ea;
}
.tools-wrapper .sub-order-type a:hover,
.tools-wrapper .sub-order-type a.active{
    background-color: #f0f0f0;
    color: #3853ea;
}
.search-input{
    position: relative;
}
.search-input .order-type{
    display: flex;
    align-items: center;
    color: #3853ea;
    font-size: 14px;
    line-height: 1;
    background: #f0f0f0;
    padding: 0 10px;
    height: 100%;
}
.search-input .sub-order-type{
    width: 84px;
}
.search-input .order-type .icon-arrow-down-filling{
    margin-left: 10px;
    font-size: 12px;
}

.search-header {
    padding: 20px 30px 10px 30px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    z-index: 1000;
    transition: all 0.2s ease-in-out;
}

.search-header.shadow{
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.13);
    padding-top: 10px;
}


.search-header .logo{
    width: 160px;
    height: 44px;
    margin-right: 20px;
    /*background-color: #3853ea;*/
    background: url('/static/assets/logo.png') center center no-repeat;
    background-size: cover;
}

.search-header .search-input{
    width: 690px;
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-sizing: border-box;
    align-items: center;
    /*padding: 0 0px 0 10px;*/
}

.search-header .search-input .code-search-wrapper {
    text-align: center;
    color: #666;
    font-size: 14px;
}

.search-header .search-input .code-search-wrapper input{
    display: block;
    width: 70px;
    box-sizing: border-box;
    padding: 0 15px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 30px;
    border-radius: 30px;
    outline: none;
    border: none;
    transition: all 0.2s ease-in-out;
}

.search-header .search-input .code-search-wrapper input.active,
.search-header .search-input .code-search-wrapper input:focus{
    font-weight: 500;
    background-color: #f0f0f0;
    width: 100px;
}

.search-header .search-input input[type="search"] {
    display: block;
    height: 30px;
    outline: none;
    border: none;
    margin-left: 10px;
}

.search-header .search-input .search-btn{
    width: 60px;
    height: 100%;
    position: relative;
    justify-content: center;
    cursor: pointer;
}

.search-header .search-input .search-btn .icon-search{ 
    font-size: 20px;
    font-weight: 800;
    color: #3853ea;
}

.search-header .search-input .search-btn::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 25%;
    height: 50%;
    width: 1px;
    background-color: #ddd;
}

.search-header .login-info-block .avatar{  
    display: flex;
    align-content: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background-color: #fafafa;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.13);
}

.search-header .login-info-block .avatar img{ 
    display: flex;
    width: 60%;
    height: 60%;
    margin-top: 9px;
}

.footer-container {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0;
    border-top: 1px solid #ddd;
    background-color: #f0f0f0;
    padding: 14px 0;
    font-size: 13px;
    color: #999;
}
.highlight{
    color: #ff4a4a !important;
    font-weight: normal;
}
.font-weight{
    font-weight:500;
}
.pagination{
    overflow: hidden;
    margin-bottom: 20px;
}

.pagination .prev{
    margin-right: 20px;
}

.pagination .prev,
.pagination .next{
    float: left;
    display: block;
    text-decoration: none;
    /*font-weight: 500;*/
    /*padding: 15px 0;*/
    line-height: 1;
    font-size: 13px;
    /*border: 1px solid #ececec;*/
    border-radius: 3px;
    padding: 10px 12px;
}

.pagination .page-count,
.pagination .page-item,
.pagination .page-ellipsis{
    padding-right: 14px;
}

.pagination .page-list,
.pagination .page-count,
.pagination .page-item,
.pagination .page-ellipsis{
    float: left;
    display: block;
    align-content: center;
    justify-content: center;
    color: #555;
    font-size: 14px;
    margin: 0;
    padding-left: 0;
}

.pagination .page-ellipsis{
    padding-top: 4px;
}

.pagination .page-count{
    color: #555;
    padding: 15px 5px;
    margin-right: 20px;
    line-height: 1;
}

.pagination .page-item a{
    display: block;
    text-decoration: none;
    line-height: 1;
    color: #555;
    border: 1px solid #ececec;
    border-radius: 3px;
    padding: 8px 12px;
}

.pagination .page-item.active a,
.pagination .page-item a:hover{
    color: #3853ea;
    background-color: #f0f0f0;
    /*text-decoration: underline;*/
}

.myzixuan{
    position: fixed;
    left: 1110px;
    top: 200px;
    width: 500px;
    font-size: 14px;
    box-sizing: content-box;
    padding: 20px;
    border-radius: 10px;
    background-color: #edf7ff;
    box-shadow: 0 9px 8px -3px rgba(0,0,0,0.08);
}

.myzixuan h4{
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
}

.myzixuan table{
    width: 100%;
   border: 1px solid #b7dbf7; 
   border-collapse: collapse;
}

.myzixuan table thead{
    background: #cae7ff;
}

.myzixuan table tr{
    border-top: 1px solid #b7dbf7;
}

.myzixuan table th,
.myzixuan table td{
    padding: 10px;
    text-align: left;
    font-size: 14px;
    border-right: 1px solid #b7dbf7;
    color: #333;
}

.myzixuan .input{
    display: block;
    width: 100%;
    min-height: 16px;
    line-height: 1.2;
    outline: none;
}

.add-zixuan-btn{
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    line-height:1 !important;
    color: #778af6 !important;
    border-radius: 3px;
    padding: 3px 5px;
    background-color: #ebf1ff;
    border: none;
    color: 12px;
}

.date-confirm-btn,
.date-cancel-btn{
    cursor: pointer;
    padding: 7px 10px;
    margin-left: 5px;
    line-height: 1;
    background-color: #f0f0f0;
    color: #3853ea;
    font-size: 13px;
    border-radius: 3px;
    transition: all .2s ease-in-out;
}

.date-cancel-btn{
    background-color: #f0f0f0;
    color: #999;
    margin-left: 3px;
}

.date-cancel-btn:hover{
    background-color: #e3e3e3;
}

.date-confirm-btn:hover{
    background-color: #ebf1ff;    
}

.captcha-wrapper img{
    display: block;
    width: 100px;
}

.content-yidong h3{
    display: inline-block !important;
    line-height: 1 !important;
    font-weight: normal !important;
    margin-left: 18px !important;
    font-size: 14px !important;
}

.content-yidong h3:first-of-type{
    margin-left: 0 !important;
}

.content-yidong h3:last-of-type {
    display: block !important;
    margin-left: 0 !important;
}

.content-hudong div div:first-of-type{
    margin-bottom:10px;
    font-weight: 500 !important;
}

.content-hudong div div:first-of-type .highlight{
    font-weight: 500 !important;
}

.content-hudong div em{
    display: inline-block;
    padding: 5px 6px;
    color: #ffc107;
    line-height: 1;
    font-style: normal;
    background-color: #fff7e0;
    margin-right: 10px;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 500;
}

.content-hudong div div:first-of-type em{
    background-color: #ecf7ff;
    color: #2196f3;;
}

.vip-table{
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.vip-table thead tr{
    background-color: #ffba35;
}

.vip-table thead tr td{
    /*color: #fff;*/
    font-weight: bolder;
}

.vip-table tr td img{
    display: block;
    height: 20px;
    margin: 0 auto;
}

.vip-table tbody tr:nth-child(even){
    background-color: #f8f9ff;
}
.vip-table tr td{
    width: 100px;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.vip-table tr td:first-child{
    width: 140px;
    text-align: left;
    padding: 10 20px;
}

.charge-wrapper{
    width: 800px;
    margin: 0 auto;
}

.title-tag{
    display: inline-block;
    vertical-align: text-top;
    color: #fff;
    border-radius: 3px;
    background-color:#ff4a4a;
    font-size: 13px;
    line-height: 1;
    padding: 3px 6px;
}

.to-login-auth{
    width: 680px;
    height: 300px;
    background-color: #fafafa;
    border: 1px dashed #ddd;
    color: #3853ea;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.to-login-auth .to-login-btn{
    display: flex;
    width: 100px;
    height: 34px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: #3853ea;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.radio-wrapper{margin-right: 30px;display: inline-flex;}
.radio-wrapper span{
    display: flex;
    width: 70px;
    height: 26px;
    border: 1px solid #ddd;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
    color: #999;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.radio-wrapper span:hover,
.radio-wrapper span.active{
    background-color: #ebf1ff;    
    color: #3853ea;
    border-color: #ebf1ff;
}

.radio-wrapper span:first-child{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.radio-wrapper span:last-child{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#progressBar {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    overflow: hidden;
    /*background-color: #ddd;*/
}

#progressBar span {
    display: block;
    height: 100%;
    background-color: #3853ea;
    animation: progressBar 2s linear;
}

@keyframes progressBar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
