/**!
* 服务指南
* date:2021-10-15
* author: zsy;
*/

.mod-top {
    height: 270px;
}

.mod-top:nth-child(1) {
    width: 383px;
    padding: 14px 14px 0;
    background: #fff url("../images/service/guess_top.png") no-repeat;
}

.guess-tt {
    position: relative;
    display: block;
    line-height: 39px;
    padding-left: 50px;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    z-index: 20;
}

.guess-tt:before {
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY( -50%);
    content: "";
    width: 24px;
    height: 20px;
    background: url("../images/service/guess_ico.png") no-repeat;
    z-index: 2;
}

.guess-tt:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 40px;
    height: 39px;
    border-radius: 6px;
    box-shadow: 0px 6px 9.5px 0.5px rgba(108, 170, 246, 0.2);
    background-color: #5c9ff4;
    background-image: linear-gradient(to bottom, #5c9ff4, #7fb6f9);
}

.guess-bd {
    height: 237px;
    margin-top: -20px;
}

.mod-top:nth-child(2) {
    width: 791px;
    padding: 0;
    overflow: hidden;
}

.about-left {
    position: relative;
    width: 86px;
    height: 100%;
    background-color: #d1e1fe;
    background-image: linear-gradient(to bottom, #d1e1fe, #fff);
}

.about-left:before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 63px;
    height: 89px;
    background: url("../images/service/about_bg.png") no-repeat;
}

.about-left span {
    display: block;
    margin: 10px auto 0;
    width: 28px;
    font-size: 26px;
    font-weight: 600;
    color: #135cbe;
    letter-spacing: 14px;
}

.about-left a {
    display: block;
    margin: 10px auto 0;
    width: 28px;
    font-size: 26px;
    font-weight: 600;
    color: #135cbe;
    letter-spacing: 14px;
}
.about-right {
    padding: 9px 23px 0 109px;
}

.about-right .notice-item {
    padding-left: 0;
}

.list {
    padding-top: 5px;
}

.list-item a {
    max-width: 100%;
    box-sizing: border-box;
}

.bottom-wrap {
    margin-left: -26px;
}

.mod-bottom {
    width: calc(33.33% - 26px);
    height: 420px;
    margin-left: 26px;
}

.notice-item.question {
    background-image: url("../images/service/service_ico1.png");
}

.notice-item.operate {
    background-image: url("../images/service/service_ico2.png");
}

.consult-box {
    display: block;
    height: 80px;
    margin-top: 15px;
    padding: 10px 0 0 26px;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
    background: #15bfda url("../images/service/consult_bg.png") no-repeat right 5px top 4px;
}

.consult-box:hover {
    background-color: #01a5c6;
}

.consult-tt {
    line-height: 31px;
    font-size: 20px;
    font-weight: 600;
}

.consult-txt {
    line-height: 25px;
}