.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.justify-content {
    display: flex;
    justify-content: center;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(66,66,66,1);

}
.modal .context {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
}
.modal .left {
    display: flex;
    justify-content: space-between;
    background: url(/customerService/img/service.png) no-repeat scroll;
	background-size: cover;    
    width: 530px;
    height: 467px;
    border-radius: 10px 0 0 10px;
    padding-left: 32px;

}
.modal .left .phone .number {
    color: #FFF500;
    font-size: 20px;
    font-weight: 700;
    font-family: Source Han Sans CN;    
}
.modal .left .title {
    padding-top: 26px;
    line-height: 4px;
}
.modal .left .phone {
    padding-top: 32px;
    padding-right: 32px;
    line-height: 6px;
    text-align: right;
}
.modal .left .title p:first-child {
    font-size: 24px;
    font-weight: 500;
    font-family: "Source Han Sans CN";  
}
.font-14 {
    font-size: 14px;
}
.modal .right {
    line-height: 10px;
    width: 388px;
    text-align: center
}
.color-withe {
    color: #fff;
}
.weChatr-color {
    color: #4EB819;
}