.cl-search{
    height: 40px;
    width: 230px;
    outline: none;
    border: 1px solid #E1E8F0;
    float: left;
    color: #a1a7c0;
    padding-right: 40px;
    padding-left:10px;
    transition: border-color ease-in-out .15s;
}
.cl-search:focus{
    border:1px solid #66afe9;
}
.cl-search-right{
    float: left;
    width: 40px;
    height: 38px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    border-left: 0;
    margin-left: -41px;
}
.jq-comboBox{
    margin-right: 10px;
    position: relative;
}
.jq-comboBox-label{
    height: 40px!important;
    line-height: 40px!important;
}
.jq-comboBox.noActive{
    overflow: hidden;
    opacity:0.5;
}
.jq-comboBox.noActive .jq-comboBox-label:hover{
    background: #fff;
    color: #A9ADC6;
    cursor:not-allowed;
    border-color: #e2e8f1;
}
.sort-box{
    width:114px;
    height: 40px;
    border: 1px solid #E1E8F0;
    line-height: 40px;
    padding-left:15px;
    font-size: 14px;
    color: #a1a7c0;
    background: #fff;
    float: left;
    margin-right:15px;
    cursor: pointer;
    transition: border-color ease-in-out .15s;
    position: relative;
}
.sort-box:hover{
    border-color: #66afe9;
}
.sort-box.noActive{
    opacity: 0.5;
    cursor: not-allowed;
}
.sort-box.noActive:hover{
    border-color: #E1E8F0;
}
.arrow-top{
    position: absolute;
    top:13px;
    line-height: 0;
    right:12px;
    font-size: 12px;
    color: #e2e8f1;
}
.arrow-down{
    position: absolute;
    bottom:13px;
    line-height: 0;
    right:12px;
    font-size: 12px;
    color: #e2e8f1;
}
.sort-box.active{
    border-color: #66afe9;
}
.sort-box.active span:nth-child(1){
    color: #66afe9;
}
.sort-box.active .arrow-top.active{
    color: #66afe9;
}
.sort-box.active .arrow-down.active{
    color: #66afe9;
}
.dc-list-box{
    background: #fff;
    margin-top:10px;
    display: table;
    width:1170px;
    min-height:200px;
    transition:box-shadow 0.25s ease-in;
    -moz-transition:box-shadow 0.25s ease-in; /* Firefox 4 */
    -webkit-transition:box-shadow 0.25s ease-in; /* Safari and Chrome */
    -o-transition:box-shadow 0.25s ease-in; /* Opera */
}
.dc-list-box:hover{
    box-shadow: 5px 5px 5px #d5d5d7;
}

.dc-list-pic{
    width:285px;
    height:146px;
    margin-left: -45px;
    margin-top: 25px;
}
.dc-list-main{
     width:640px;
     min-height:184px;
     /*padding:20px 0 10px 0;*/
     padding:20px 0 30px 0;
     margin-left:-25px ;
}
.dc-list-pic img{
    width:220px;
    /*height:146px;*/
    height:164px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
.dc-list-main i{
    font-style: normal;
}
.dc-list-main span:nth-child(1){
    font-size:20px;
    font-weight: bold;
    cursor: pointer;
    color: #34383d;
    word-break: break-all;
}
.dc-list-main span:nth-child(1):hover{
    color: #3aa3ff;
}
.dc-list-main b {
    display: block;
    font-size: 16px;
    color: #4a596d;
    word-break: break-all;
    padding-top:10px;
    font-weight:normal;
}
.dc-list-main p{
    margin: 0;
}
.dc-list-main p.p{
    font-size:14px;
    color: #a1a7c0;
    margin:7px 0 10px;
    height:60px;
}

.dc-list-main strong em{
    font-style: normal;
    font-weight:normal;
    position: relative;
    display: inline-block;
}

/*.dc-list-main strong em:nth-child(1){*/
    /*font-size:12px;*/
    /*bottom: 5px;*/
    /*color: #b8c4ce;*/
/*}*/
/*.dc-list-main strong em:nth-child(2),.dc-list-main strong em:nth-child(4){*/
    /*font-size:12px;*/
    /*right: -30px;*/
    /*bottom: 5px;*/
    /*color: #a1a7c0;*/
    /*margin-left:55px;*/
/*}*/
/*.dc-list-main strong em:nth-child(3),.dc-list-main strong em:nth-child(5){*/
    /*display: inline-block;*/
    /*width: 80px;*/
    /*right: -30px;*/
/*}*/
/*.dc-list-main strong em:nth-child(5){*/
    /*color: #2d9dff;*/
    /*font-size:18px;*/
    /*bottom: 3px;*/
/*}*/
/*.dc-list-main strong em:nth-child(3){*/
    /*color: #a1a7c0;*/
    /*bottom: 5px;*/
    /*font-size:12px;*/
/*}*/
/*改版 start*/
.bottom-row-box{
    width: 100%;
    height: 22px;
}
.bottom-row-box ul{
    min-width: 212px;
    display: inline-block;
    float: left;
    max-width: 250px;
    height: 22px;
    overflow: hidden;
}
.bottom-row-box li{
    float: left;
    line-height: 20px;
    padding: 0 8px;
    border: 1px solid #A0AAD2;
    border-radius: 2px;
    font-size: 12px;
    max-width: 150px;
    color: #A1A7C0;
    margin-right: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom:4px;
}
.bottom-row-box li:last-child{
    margin-right: 0;
}
.bottom-row-box>div{
    float: left;
    line-height: 20px;
    margin-left: 49px;
}
.dc-list-main .bottom-row-box span:nth-child(1),
.bottom-row-box>div span{
    font-size: 12px;
    color: #A0AAD2;
    float: left;
}
.bottom-row-box>div i{
    font-style: normal;
    font-size: 19px;
    color: #3AA3FF;
}
/*改版 end*/
.dc_reward_pic{
    width:190px;
    height:180px;
}
.cd40-top-reward {
    width: 165px;
    height: 159px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    margin: auto;
    padding-top: 68px;
}
.com40-imgNav {
    background: url(/a_new_static/img/common/cmpt/images/cmptaward.png?=v1649315467060) no-repeat;
}
.margin-top20 {
    margin-top: 20px!important;
}

.dc-cmpt-corner span{
    position: relative;
    left:23px;
}
.dc-cmpt-corner{
    position: relative;
    left: -3px;
    top: -2px;
}
.dc-list-pic span{
    position: relative;
    top:-137px;
    left:180px;
}
.shareBox{
   z-index: 10000;
}

/*改版*/
.cmpt-sort-box{
    height: 40px;
    margin-bottom: 10px;
}
.cmpt-list-sort-title{
    font-size: 16px;
    color: #4B596D;
    float: left;
    margin-right: 30px;
    line-height: 40px;
}
.cmpt-list-sort-btns li{
    min-width: 74px;
    padding: 0 15px;
    background: #fff;
    line-height: 40px;
    border: 1px solid #E2E8F1;
    float: left;
    font-size: 14px;
    color: #B0ADC6;
    text-align: center;
    cursor: pointer;
    margin-right: 16px;
}
.cmpt-list-sort-btns li:hover,
.cmpt-list-sort-btns li.active{
    background: #3AA3FF;
    color: #fff;
    border: 1px solid #3AA3FF;
}
/*搜索框*/
.cmpt-list-sort-serach{
    float: right;
}
.cmpt-list-sort-serach div{
    position: relative;
    width: 312px;
}
.cmpt-list-sort-serach div input{
    width: 100%;
    height: 40px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #E2E8F1;
    font-size: 14px;
    color: #4B596D;
    line-height: 40px;
    padding: 10px 40px 10px 14px;
}
.cmpt-list-sort-serach div.search-box input:focus{
    border: 1px solid #3AA3FF;
}
.cmpt-list-sort-serach div.search-box i{
    width: 36px;
    height: 38px;
    position: absolute;
    right: 1px;
    top: 1px;
    background: url('/a_new_static/img/user/user40/comperson_magnifier.png?=v1649315467060')no-repeat 0 5px;
}
.cmpt-list-sort-serach ul{
    width: 100%;
    display: none;
    min-height: 32px;
    background: #fff;
    border: 1px solid #E2E8F1;
    border-top: none;
    z-index: 10;
    position: absolute;
    top: 41px;
}
.cmpt-list-sort-serach ul li{
    padding: 5px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #4B596D;
}
.cmpt-list-sort-serach ul li:first-child{
    font-size: 16px;
    color: #3AA3FF;
    cursor: auto;
}
/*下拉*/
.cmpt-list-select-box{
    width: 120px;
    margin-right: 62px;
    float: left;
    top: 10px;
    cursor: pointer;
    position: relative;
}
.cmpt-list-select-box:hover .cmpt-list-sort-select{
    display: block;
}
.cmpt-list-select-box span{
    font-size: 14px;
    color: #B0ADC6;
    float: left;
    margin-right: 10px;
}
.cmpt-list-select-box span:after{
    width: 8px;
    color: #B3C1CC;
    float: right;
    margin-right: 5px;
    text-align: center;
    font-size: 20px;
    margin-top: 5px;
    transform: rotate(-90deg);
    height: 17px;
    content: '\003C';
}
.cmpt-list-sort-select{
    /*width: 100%;*/
    position: absolute;
    top: 20px;
    left: 0;
    display: none;
    z-index: 10;
    background: #fff;
    border: 1px solid #E2E8F1;
}
.cmpt-list-sort-select li{
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    color: #4A596D;
}
.cmpt-list-sort-select li:hover,
.cmpt-list-sort-select li.active{
    color: #3AA3FF;
}
