/**!
 * [交易中心金融服务平台]
 * date:2019-07-15
 * author: [xhz];
 */

.main {
    padding-bottom: 20px;
}

.condition {
    margin-top: 25px;
    background: #f3f3f5;
    font-size: 20px;
}
.condition > div {
   height: 65px;
    line-height: 65px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dashed #d2d2d2;
}
.condition > div.active{
    height: auto;
}
.condition > div:after {
    display: block;
    content: "";
    clear: both;
}
.condition .name {
    float: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
}
.condition .detail {
    float: left;
    width: 1100px;
    /* height: 65px; */
    /* line-height: 65px; */
    padding-right: 100px !important;
    overflow: hidden;

}
.condition .detail.active{
    padding: 15px 0;
    line-height: 35px;
}
.detail .spread {
    position: absolute;
    right: 20px;
    display: none;
    top: 25px;
    color: #2b7afc;
    padding-right: 22px;
    cursor: pointer;
    line-height: 1;
    background: url(../images/arrow-down.png) no-repeat right center;
}
.detail .spread.active{
    background: url(../images/arrow-up.png) no-repeat right center;
}
.detail.active .spread{
    display: block;
}
.condition .detail span {
    display: inline-block;
    padding: 0 13px;
    height: 36px;
    line-height: 32px;
    border-radius: 12px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 15px;
}
.condition .detail span.active {
    background: #2b7afc;
    color: #fff;
}


.selected .detail span {
 display: inline-block;
    margin: 5px 20px;
    border: 1px solid #2b7afc;
    color: #2b7afc;
}
.selected .detail i {
    display: inline-block;
    width: 9px;
    height: 9px;
    vertical-align: middle;
    margin-left: 5px;
    background: url(../images/close.png) no-repeat center;
}
#clear {
    color: #2b7afc;
    border: 1px solid transparent;
}

.content {
    margin-left: -26px;
}
.content li {
    float: left;
    margin: 24px 0 0 26px;
    width: 218px;
    height: 266px;
    border-radius: 5px;
    border: 1px solid rgb(225, 236, 248);
    text-align: center;
    overflow: hidden;
    position: relative;
    bottom: 0;
    transition: all 0.3s;
}
.content li:hover {
    bottom: 7px;
    box-shadow: 0px 2px 9.5px 0.5px rgba(204, 207, 220, 0.5);
}
.company-logo {
    margin-top: 10px;
    height: 90px;
    line-height: 70px;
}
.company-logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 210px;
}
.content h1 {
     margin-top: 32px;
    font-size: 16px;
    font-weight: bold;
}
.content p {
    color: #666;
    line-height: 25px;
    margin-top: 15px;
    height: 22px;
    overflow: hidden;
    padding: 0 25px;
    text-align: left;
}
.content .rate {
    color: #51a1f3;
}
.content .rate span {
    font-size: 28px;
    color: #e42494;
    margin-right: 10px;
}
.content .mark {
    position: absolute;
    width: 79px;
    height: 68px;
    left: 0;
    bottom: 0;
    padding-top: 44px;
    color: #fff;
}
.content .mark.enter {
    background: url(../images/mark-enter.png) no-repeat center;
}
.content .mark.unenter {
    background: url(../images/mark-unenter.png) no-repeat center;
}
.content li .choice {
    display: block;
    margin: 8px auto 0 auto;
    width: 110px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #2b7afc;
    color: #2b7afc;
    line-height: 36px;
    transition: all 0.3s;
    position: absolute;
    left: 60px;
    bottom: 40px;
}
.content li .choice.active,
.content li .choice:hover {
    color: #fff;
    background: #2b7afc;
}
