.pl_service2 {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.pl_service2,.pl_service2 * {  
    box-sizing: border-box;  
}  
.pl_service2::before,.pl_service2::after,.pl_service2 *::before,.pl_service2 *::after {  
    box-sizing: border-box;  
}  
.pl_service2 p{ margin:0;}

.pl_service2 .icon {
    font-size: 16px;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-top: -3px;
    fill: currentColor
}
.pl_service2 a:link,.pl_service2 a:visited,.pl_service2 a:hover{ color:white;}
.pl_service2 .service_item {
    margin-bottom: 2px;
    position: relative;
    cursor: pointer;
    background-color:#019350;
    color: #fff;
    transition: all 0.5s ease;
}
.pl_service2 .service_item:hover {
    background-color: #333333;
    color: #fff;
}
.pl_service2 .service_icon {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pl_service2 .service_icon .icon {
    width: 50%;
    height: 50%;
    margin: 0;
}
.pl_service2 .service_value_con {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}
.pl_service2 .service_item:hover .service_value_con {
    opacity: 1;
    width: 220px;
    padding-right: 10px;
}
.pl_service2 .service_value {
    width: 100%;
    min-height: 20px;
    line-height: 20px;
    background-color: #333333;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    position: relative;
}
.pl_service2 .service_value.dh {display:flex; justify-content:center; align-items:center;}
.pl_service2 .service_value.dh img { width:60%;}

.pl_service2 .service_value p {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
}
.pl_service2 .service_img {
    width: 120px;
    height: 120px;
    padding: 10px;
    position: absolute;
    right: calc(100% + 223px);
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}
.pl_service2 .service_item:hover .service_img {
    display: block;
}
.pl_service2 .service_img img {
    width: 100%;
    height: 100%;
}
.pl_service2 .service_value .icon {
    width: 20px;
    height: 20px;
}
.pl_service2 .service_value::after {
    content: " ";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #333333;
    border-bottom: 6px solid transparent;
}

@media only screen and (max-width: 768px) {
    /* 默认图标 */
    .pl_service {
        position: fixed;
        right: 15px;
        top: 45%;
        z-index: 999;
    }
.pl_service,.pl_service * {  
    box-sizing: border-box;  
}  
.pl_service::before,.pl_service::after,.pl_service *::before,.pl_service *::after {  
    box-sizing: border-box;  
}  
	.pl_service .icon{
		font-size: 16px;
		width: 20px;
		height: 20px;
		margin-right: 3px;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		vertical-align: middle;
		margin-top: -3px;
		fill: currentColor;
	}
    .p_defaultIocn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: #019350;
        background-color: #E9EBEB;
        overflow: hidden;
    }
    .p_defaultIocn .icon {
        width: 60%;
        height: 60%;
        margin: 0;
    }
    .custom-service-background{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: #333;
        opacity: .5;
        display: none;
    }
    /* 内容区域 */
    .pl_content_box {
        position: absolute;
        top: auto;
        bottom: 55px;
        left: auto;
        right: -100vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 300px;
        max-width: 100vw;
        padding: 10px;
        transition: all 0.5s ease;
        color: #333;
        background-color: #fff;
        /* box-shadow: 0 0 10px 0 #ccc; */
        z-index: 999;
        max-height: 375px;
        border-radius: 10px;
    }
    .pl_content_box.show{
        right:0; 
    }
    .body_service {
        flex-grow: 1;
        overflow-y: auto;
        /* margin-bottom: 50px; */
    }
    .service_item {
        display: flex;
        margin-bottom: 5px;
        width: 100%;
        overflow: hidden;
        padding: 5px 0;
        border-top: 1px solid #f5f5f5;
    }
    .service_icon {
        float: left;
        display: flex;
        margin-top: 10px;
        padding-right: 8px;
        color: #999998;
    }
    .service_value {
        float: left;
        margin-top: 5px;;
        width: 100%;
    }
    .service_value.wx {}
    .service_value.wx img{ width:50%;}
	
    .service_value p {
        font-size: 13px;
        width: 100%;
    }
    /* 弹层 */
    .service_pop {
        width: 60%;
    }
    .service_pop p {
        display: none;
    }
    .service_pop img {
        width: 100%;
        height: auto;
    }
    /* 底部热线 */
    .footer_service {
        /* position: absolute; */
        left: 0;
        bottom: 0;
        width: 100%;
        /* padding: 10px; */
        overflow: hidden;
        color: #333;
        background-color: #fff;
        flex-grow: 0;
    }
    .footer_service p {
        display: flex;
        font-size: 13px;
        margin-bottom: 5px;
    }
    .p_kefuicon{
        color: #999998;
    }
    .bottom_type {
        padding: 0 5px 0 5px;
    }
    .doThirdFunc {
        width: 100%;
        white-space: normal;
    }
}

