﻿/**!
 * [交易中心金融服务平台]
 * date:2019-07-15
 * author: [xhz];
 */

.main {
    padding-bottom: 20px;
}

.resume {
    background: #f5f5fb;
    height: 300px;
    position: relative;
}
.product-img-div {
    float: left;
    width: 415px;
    height: 260px;
    line-height: 260px;
    margin: 20px;
    text-align: center;
}
.product-img {
    vertical-align: middle;
	min-width: 250px;
	max-width: 350px;
}
.resume .inf {
    float: left;
    width: 740px;
}
.resume .name {
    margin-top: 20px;
    font-size: 20px;
}
.resume .count {
    font-size: 16px;
    margin-top: 20px;
}
.resume .count span {
    color: #e42494;
}
.resume .rate {
    margin-top: 170px;
    height: 68px;
    line-height: 68px;
    width: 320px;
    border-radius: 5px;
    padding-left: 50px;
    font-size: 16px;
    background: #e4eaf1 url(../images/product-rate.png) no-repeat 20px center;
}
.resume .rate span {
    font-size: 28px;
    color: #e42494;
}
.resume .link {
    position: absolute;
    width: 120px;
    height: 39px;
    border: 1px solid #2b7afc;
    line-height: 37px;
    text-align: center;
    font-size: 18px;
    color: #2b7afc;
    right: 32px;
    top: 29px;
    border-radius: 20px;
    transition: 0.3s all;
}
.resume .link:hover {
    color: #fff;
    background: #2b7afc;
	cursor: pointer;
}
.flow {
    margin-top: 20px;
    height: 100px;
    background: #f5f5fb;
}
.flow-name {
    float: left;
    width: 262px;
    height: 100px;
    line-height: 100px;
    padding-left: 90px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    background: url(../images/flow-name.png) no-repeat center;
}
.flow ul {
    float: left;
}
.flow li {
    width: 156px;
    height: 100px;
    float: left;
    margin-left: 70px;
    padding-top: 30px;
}
.flow li:first-child {
    margin-left: 40px;
}
.flow li .name {
    font-size: 14px;
    font-weight: bold;
    color: #879bb6;
    background: url(../images/flow-title-bg.png) no-repeat right 10px;
}
.flow li .name span {
    font-size: 40px;
    color: #2b7afc;

    margin-right: 9px;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.flow li a {
    display: block;
    height: 25px;
    background: #e4eaf1;
    text-align: center;
    color: #8c9fba;
    line-height: 25px;
    text-align: center;
}
.content {
    margin-top: 20px;
    border: 1px solid #cbd6e3;
    padding: 20px 30px 20px 30px;
}

.content h1 {
    padding-left: 27px;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/product-h1.png) no-repeat 0 3px;
    padding-bottom: 14px;
    border-bottom: 1px solid #d0deee;
}
.outline .item {
    float: left;
    margin-top: 15px;
}
.outline .item:after {
    display: block;
    content: "";
    clear: both;
}
.item .name {
    float: left;
    color: #666;
    width: 160px;
    text-align: right;
}
.item .value {
    float: left;
    width: 330px;
    margin-left: 10px;
}
.item .value.whole {
    width: 900px;
}
.item .value + .name {
    margin-left: 150px;
}
.detail {
    text-indent: 2em;
    margin-top: 10px;
    line-height: 32px;
}
