.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    height: auto;
}

.piece {
    width: 100%;
    margin-top: 25px;
    padding: 18px 16px;
    background-color: #fff;
    display: flex;
}

.piece .left {
    width: 219px;
    height: 210px;
    padding: 105px 20px 20px 20px;
    margin-right: 34px;
    text-align: center;
}

.piece .left h4 {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}

.piece .left img {
    width: 24px;
    height: auto;
}

.piece .right {
    flex: 1;
}

.piece .title {
    height: 67px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px dashed #E5E4E5;
}

.title h4 {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

.title span {
    font-size: 18px;
    font-weight: 400;
    color: #CACACA;
    line-height: 18px;
    text-transform: uppercase;
    margin-left: 10px;
}

.info-btn {
    width: 122px;
    height: 46px;
    padding: 15px;
    background-color: #0D4394;
    cursor: pointer;
}

.info-btn span {
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
}

.info-btn img {
    width: 15px;
    height: 15px;
}

.introduce {
    width: 100%;
    /* height: 104px; */
    padding: 28px 0;
    border-bottom: 1px dashed #E5E4E5;
}

.flex-box{
    display: flex;
    flex-direction: row;
}

.piece .flex-box div{
    position: relative;
    width: 155px;
    margin: 0 auto;
}

.piece .flex-box .flex-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    margin: 0 auto;
    font-size: 18px;
    border: 1px solid #0D4394;
    background: #0D4394;
    border-radius: 3px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color:#fff;
}

.introduce p {
    font-size: 16px;
    font-weight: 400;
    color: #848484;
    line-height: 25px;
    margin: 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 这里是超出几行省略 */
    overflow: hidden;
}

.AFITF h5 {
    font-size: 15px;
    font-weight: 400;
    color: #B1B1B1;
    line-height: 20px;
    margin-top: 33px;
    margin-bottom: 21px;
}

.AFITF ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.AFITF ul li {
    width: 190px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #fff;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    /* 老的 Firefox */
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.AFITF ul li img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.apply {
    width: 100%;
    background: url(/static/images/financeService/apply-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 48px 0;
    margin-top: 53px;
}

.apply-form {
    width: 654px;
    height: 390px;
    border: 5px solid #497BD5;
    background-color: #fff;
    margin-left: 185px;
    padding: 36px;
}

.apply-form .apply-form-item {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}

.apply-form-item-erro{
    display: none;
    color: red;
    position: absolute;
    top: 16px;
    left: 305px;
}

.apply-form .apply-form-item-label {
    text-align: left;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
    line-height: 40px;
    box-sizing: border-box;
    margin: 0 21px 0 0;
}

.apply-form .apply-form-item-content {
    flex: 1;
    position: relative;
}

.apply-form .apply-input {
    width: 301px;
    background: #F5F5F5;
    border-radius: 5px;
    border: 1px solid #E3E3E3;
}

.apply-form .apply-input__inner {
    -webkit-appearance: none;
    background-color: #F5F5F5;
    background-image: none;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    font-size: inherit;
    height: 52px;
    line-height: 52px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.apply-form .submit-btn {
    width: 93px;
    height: 47px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    background: #1952A9;
    border-radius: 5px;
    border: none;
}

.apply-form .apply-radio {
    color: #444444;
    font-weight: 500;
    line-height: 1;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    outline: none;
    font-size: 16px;
    margin-right: 25px;
    margin-bottom: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.apply-form .apply-radio .apply-radio_input {
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}

.apply-form .apply-radio .apply-radio_input .apply-radio_or {
    margin: 0;
    border: 1px solid #E3E3E3;
}


.partner{
    display: block;
    border: 2px solid rgba(120, 144, 220, 0.21);
    border-right: 1px solid rgba(120, 144, 220, 0.21);
}

.partner-title{
    background-color: #fff;
    padding: 15px;
    border-bottom: 2px solid rgba(120, 144, 220, 0.21);
}

.partner-title h4{
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

.partner-content{
    width: 100%;
    height: 260px;
    background-color:rgba(120, 144, 220, 0.21);
}

.partner-link{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 125px;
    text-align: center;
}

.partner-link img{
    max-width: 100%;
    max-height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 1px) / 2);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
