.epower-service-detail {
    overflow: hidden;
    /* background: #f7f7f7; */
    padding-top: 10px;
}

.introduce-menu {
    width: 180px;
}

.introduce-menu i {
    color: #fff;
}

.el-submenu .el-menu-item {
    min-width: 179px;
}

.introduce-menu .el-menu-item.single-menu {
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    background: #9da9c3;
    color: #fff;
}

.introduce-menu .el-menu-item.single-menu .iconfont {
    color: #fff;
}

.introduce-menu .el-menu-item.single-menu:hover {
    background: #9da9c3;
}

.introduce-menu .el-submenu .el-submenu__title {
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    background: #9da9c3;
    color: #fff;
}

.introduce-menu .el-submenu .el-submenu__title .iconfont {
    width: 20px;
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
}

.introduce-menu .el-submenu .el-submenu__title .el-icon-arrow-down {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.introduce-menu .el-submenu .el-submenu__title .el-icon-arrow-down:before {
    content: "";
}

.introduce-menu .el-submenu .el-menu-item-group__title {
    display: none;
}

.introduce-menu .el-submenu .el-menu-item {
    height: 38px;
    line-height: 38px;
    padding: 0;
}

.introduce-menu .el-submenu .el-menu-item a {
    display: inline-block;
    width: 138px;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    word-break: normal !important;
}

.introduce-menu .el-submenu .el-menu-item.is-active,
.introduce-menu .el-submenu .el-menu-item:hover {
    padding-left: 20px !important;
    list-style: inside;
    background: #f0f4fe;
    color: #3c7ee5;
}

.introduce-menu .el-submenu .el-menu-item.is-active a,
.introduce-menu .el-submenu .el-menu-item:hover a {
    color: #3c7ee5;
}

.detail {
    margin-left: 10px;
}

.detail .service-top {
    width: 970px;
    /* height: 454px; */
    background: #fff;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.detail .service-top .form {
    width: 660px;
}

.detail .service-top .form .name {
    height: 60px;
    background: url("../../../img/service-bg3.png") no-repeat center center;
    background-size: cover;
}

.detail .service-top .form .name h3 {
    /* width: 72px; */
    height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 20px;
    margin-top: 20px;
    margin-left: 10px;
}

.detail .service-top .form .name .price {
    margin-top: 21px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    margin-right: 20px;
}

.detail .service-top .form .name .price span {
    color: #666;
    display: inline-block;
    vertical-align: -2px;
}

.detail .service-top .form .name .price b {
    font-size: 20px;
    font-weight: bold;
    color: #f85252;
    display: inline-block;
    vertical-align: -4px;
}

.detail .service-top .form .info {
    margin-top: 10px;
    /* height: 44px; */
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-left: 10px;
}

.detail .service-top .form .type {
    margin-top: 20px;
    margin-bottom: 20px;
}

.detail .service-top .form .type label {
    line-height: 26px;
    font-size: 14px;
    text-align: right;
    color: #666;
}

.detail .service-top .form .type ul {
    width: 530px;
    /* margin-bottom: 20px; */
}

.detail .service-top .form .type li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 20px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #dcdfe6;
    color: #666;
    font-size: 14px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.detail .service-top .form .type li:hover {
    border: 1px solid #3c7ee5;
}

.detail .service-top .form .type li.active {
    border: 1px solid #3c7ee5;
    position: relative;
    color: #3c7ee5;
}

.detail .service-top .form .type li.active::after {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    background-image: url(../../../img/checked.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    right: -3px;
    bottom: -1px;
}

.detail .service-top .form .demand {
    width: 587px;
    height: 66px;
    background: #fff;
    margin-bottom: 30px;
}

.detail .service-top .form .demand textarea {
    height: 66px;
    border-radius: 2px;
    border: 1px solid #DFE3F1;
}

.detail .service-top .form .submit-btn {
    width: 126px;
    height: 36px;
    background: #F85252;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    display: block;
}

.detail .service-top .kefu {
    width: 240px;
    height: 268px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin-right: 20px;
}

.detail .service-top .kefu > div:first-child {
    width: 102px;
    height: 102px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 29px;
    text-align: center;
    font-size: 0;
}
.detail .service-top .kefu > div:first-child img {
    max-width: 102px;
    max-height: 102px;
}

.detail .service-top .kefu .kefu-btn {
    width: 140px;
    height: 32px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #3c7ee5;
    color: #3c7ee5;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}

.detail .service-top .kefu .kefu-phone {
    width: 140px;
    height: 28px;
    background: #F1F6FE;
    border-radius: 2px;
    color: #3c7ee5;
    line-height: 28px;
    margin: 0 auto;
    margin-top: 17px;
}

.detail .service-top .kefu i {
    display: inline-block;
    margin-left: 10px;
    color: #3c7ee5;
}

.detail .service-bot {
    width: 970px;
    background: #fff;
}

.detail .service-bot .service-title {
    line-height: 48px;
    border-bottom: 1px solid #f7f7f7;
}

.detail .service-bot .service-title h3 {
    width: 100px;
    font-weight: bold;
    color: #333;
    line-height: 48px;
    text-align: center;
    border-bottom: 2px solid #3c7ee5;
    margin-bottom: -1px;
}

.detail .service-bot .content {
    /* padding-left: 38px; */
    /* padding: 40px; */
    padding: 20px 15px;
    overflow: hidden;
}

.detail .service-bot .content>div {
    /* padding-top: 40px; */
    padding-bottom: 5px;
    border-bottom: 1px dashed #E5E5E5;
}

.detail .service-bot .content>div:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.detail .service-bot .content>div h3 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333333;
}

.detail .service-bot .content>div h3 i {
    display: inline-block;
    margin-right: 5px;
    margin-left: 2px;
    color: #3c7ee5;
    font-size: 18px;
}

.detail .service-bot .content img {
    max-width: 100%;
}
.detail .service-bot .content h1{
    border-left:4px #F85252 solid;
    padding-left: 5px;
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
}
.detail .service-bot .content h2{
    border-bottom:4px #F85252 solid;
    padding-bottom: 5px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}
.detail .service-bot .content h3{
    border-bottom: 2px dashed #ddd;
    padding-bottom: 5px;
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.detail .service-bot .content h3:after{
    content: ' ';
    width: 67px;
    position: absolute;
    height: 0px;
    bottom: -2px;
    left: 0px;
    right: 0px;
    border-bottom:3px #F85252 solid;
}
.detail .service-bot p {
    color: #666;
    line-height: 30px;
}

.service-type li {
    margin-top: 32px;
    margin-left: 38px;
    margin-right: 56px;
}

.service-type li p {
    line-height: 28px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.li-title {
    font-size: 16px;
    border-bottom: dashed 1px #E6E6E6;
    line-height: 24px;
    margin-bottom: 20px;
}

.li-title span {
    display: inline-block;
    border-bottom: solid 4px #E2383A;
    margin-bottom: -1px;
    padding-bottom: 2px;
    color: #333333;
}
