/*心理服务-报价  */
.head_img {
    width: 100%;
    height: 225px;
    background-image: url("/img/baojia/quotation-head.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: default;
    overflow: hidden;
    position: relative;
    margin: 70px 0 0;
}

.quotation .region1 {
    position: relative;
    width: 100%;
    padding: 20px;
}

.quotation .region1 .bg {
    position: absolute;
    top: 22%;
    left: 0;
    width: 100%;
    height: 80%;
    background-image: url(/img/baojia/quotation-bg.png);
    background-repeat: no-repeat;
    filter: blur(285px);
    background-size: 100% 64%;
    background-position-y: -5%;
    background-position-x: -5%;
    opacity: .8;

}

.quotation .region1 .title {
    height: 80px;
    font-size: 15px;
    margin: 70px 0 0;
    z-index: 1;
}

.quotation .region1 .title .val {
    font-size: 22px;
    font-weight: 600;
    color: #3d3d3d;
    padding-bottom: 4px;
    border-bottom: 4px solid #e8ddea;
}

.quotation .region1 .content {
    position: relative;
    width: 1000px;
    background: #fff;
    border: 2px solid rgba(251, 199, 214, .34);
    box-shadow: 0 20px 40px 0 rgba(251, 199, 214, .34);
    margin-top: 30px;
    padding: 60px;
    margin-bottom: 140px;
    z-index: 1;
}

.quotation .region1 .sq {
    position: absolute;
    width: 52px;
    height: 52px;
    background-image: url(/img/knowus/block-line.svg);
    background-repeat: no-repeat;
    background-position-y: -18px;
}

.quotation .top-left {
    top: 25px;
    left: 25px;
    transform: rotate(90deg);
}

.quotation .bottom-right {
    bottom: 25px;
    right: 25px;
    transform: rotate(-90deg);
}

.quotation .region1 ul {
    width: 98%;
}

.quotation .region1 ul>li {
    width: 100%;
    height: 48px;
    margin: 18px 0;
}

.quotation .region1 ul li:nth-child(2n) {
    background-color: rgba(255, 237, 237, .54);
}
.quotation .region1 ul li:nth-child(2n+1) {
    background-color: rgba(247, 247, 247, .54);
}
.quotation .region1 .item1{
    /* width: 194px; */
    height: 48px;
    font-size: 18px;
    color: #804E82;
}
.quotation .region1 .item1 img{
    width: 20px;
    height: 20px;
    margin: 0 14px;
}
.quotation .region1 .item2{
    flex: 1;
    height: 48px;
}

.quotation .region1 .item2>div{
    width: 90%;
border-bottom: 2px dashed #E8DDEA;
}
.quotation .region1 .item3{
    width: 115px ;
    height: 46px;
    padding: 0 10px;
    background-color: #E05179;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 18px;
    color: #fff;
}