@charset "UTF-8";
/*
 * @Description: 专家统一支付服务
 * @Autor: zzongyi
 * @LastEditTime: 2021-12-27
 */

 * {
     box-sizing: border-box;
 }

 .main-hd {
    background-image: url('../images/expert/banner.jpg');
}

.main-tt {
    line-height: 112px;
}

/* 简介 */
.introduction {
    height: 90px;
    padding-left: 82px;
    padding-right: 21px;
    margin-top: 34px;
    background: #e6f3fd url('../images/intro_ico.png') 14px center no-repeat;
    border-radius: 4px;
}
.introduction-tt {
    color: #0f60cd;
    font-size: 36px;
    line-height: 90px;
    font-weight: 600;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}
.introduction-con {
    margin-left: 105px;
    font-size: 0;
    height: 100%;
    -webkit-text-size-adjust: none;
}
.introduction-con span {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    max-height: 72px;
    word-break: break-all;
    overflow: hidden;
}
.introduction-con > i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

/* 标题 */
.title {
    position: relative;
    height: 44px;
    line-height: 44px;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
}
.title.overview {
    margin-top: 65px;
}
.title-txt {
    position: relative;
    padding: 0 24px;
}
.title-txt::before {
    right: 100%;
    background-image: url('../images/title_l.png');
}
.title-txt::after {
    left: 100%;
    background-image: url('../images/title_r.png');
}
.title-txt::before,
.title-txt::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 42px;
    height: 9px;
    margin-top: -4.5px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* 流程图 */
.process {
    text-align: center;
    margin-top: 27px;
}

/* 客户痛点 */
.pain {
    height: 430px;
    margin-top: 30px;
    background: url("../images/expert/pain-bg.jpg") no-repeat center top;
}

.pain-title {
    width: 245px;
    text-align: right;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    line-height: 202px;
    padding-right: 44px;
}

.pain-list {
    margin-left: 240px;
    padding-left: 15px;
    padding-top: 79px;
}

.pain-item {
    float: left;
    width: 270px;
    height: 250px;
    background-color: #fff;
    margin-left: 45px;
    background-repeat: no-repeat;
    background-position: center 20px;
}

.pain-item:nth-child(1) {
    background-image: url("../images/expert/pain1.png");
}
.pain-item:nth-child(2) {
    background-image:  url("../images/expert/pain2.png");
}
.pain-item:nth-child(3) {
    background-image:  url("../images/expert/pain3.png");
}

.pain-link {
    display: block;
    height: 100%;
    color: #333;
    padding: 0 24px;
    font-size: 16px;
    padding-top: 135px;
}

.pain-link p {
    line-height: 24px;
    height: 100px;
    overflow: hidden;
}

/* 底部提示 */
.tips  {
    margin-left: -27px;
    padding-top: 50px;
}

.tips-item {
    float: left;;
    width: 33.3%;
    margin-bottom: 18px;
}

.tips-item:nth-child(1) .tips-link {
    background-image: url("../images/expert/rank1.png");
}
.tips-item:nth-child(2) .tips-link {
    background-image: url("../images/expert/rank2.png");
}
.tips-item:nth-child(3) .tips-link {
    background-image: url("../images/expert/rank3.png");
}
.tips-item:nth-child(4) .tips-link {
    background-image: url("../images/expert/rank4.png");
}
.tips-item:nth-child(5) .tips-link {
    background-image: url("../images/expert/rank5.png");
}
.tips-item:nth-child(6) .tips-link {
    background-image: url("../images/expert/rank6.png");
}

.tips-link {
    display: block;
    height: 190px;
    border: 1px solid transparent;
    padding: 42px 20px 0 20px;
    margin-left: 27px;
    background-position: 22px 22px;
    background-repeat: no-repeat;
}

.tips-link:hover {
    border-color: #0f60cd;
    box-shadow: 0px 10px 15px 0px rgba(40, 63, 111, 0.15);
}

.tips-link-title {
    font-size: 20px;
    font-weight: 600;
    color: #3b3f4c;
    line-height: 60px;
}

.tips-text {
    color: #5c5f6b;
    line-height: 26px;
    max-height: 80px;
}

