.service_detail_box *{
    word-break: break-all;
    word-break: break-word;
}

.s_container_left{
    line-height: 40px;
}
.service_detail_box{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 33px;
}
.service_detail_left{
    /*width: 952px;*/

    width: calc(100% - 24% - 13px);
}
.service_detail_right{
    width: 24%;
    /*float: right;*/
    margin-left: 13px;
}
.service_detail_right>div:nth-of-type(n+2){
    margin-top: 13px;
}
.service_detail_msg{
    padding: 20px;
    background: #fff;
    display: flex;
    line-height: 1.4;
}
.service_detail_msg_left{
    width: 300px;
    height: 300px;
    color: #fff;
    font-size: 36px;
    text-align: center;
    line-height: 300px;
    flex-shrink: 0;
    margin-right: 20px;
    font-weight: 700;
}
.service_detail_msg_right{
    flex: 1;
}
.service_detail_msg_right h1{
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}
.service_detail_msg_right .flexdiv{
    display: flex;
    font-size: 14px;
    color: #666;
    margin-top: 21px;
}
.service_detail_msg_right>div:nth-of-type(1){
    min-height: 209px
}
.service_detail_msg_right label{
    color: #333;
    flex-shrink: 0;
}
.service_detail_msg_right .flexdiv.service_price_msg{
    height: 70px;
    background: #F5F5F5;
    margin-top: 21px;
    align-items: center;
    justify-content: space-between;
}
.service_detail_msg_right .flexdiv.service_price_msg>div{
    display: flex;
    align-items: center;
}
.service_price_msg font{
    display: block;
    width: 70px;
    text-align: right;
}
.service_price_msg span{
    color: #FF383A;
    font-size: 24px;
}
.service_price_msg button{
    width: 110px;
    height: 40px;
    background: #FF383A;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.service_price_msg button i{
    font-size: 18px;
    margin-right: 8px;
}


.service_detail_step{
    background: #fff;
    margin-top: 13px;
}
.service_step_tab{
    height: 40px;
}
.service_step_tab ul{
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 16px;
    height: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.service_step_tab ul.curractive{
    position: fixed;
    width: 950px;
    height: 40px;
    z-index: 2;
}
.service_step_tab ul li{
    margin: 0px 20px;
    height: 100%;
    line-height: 40px;
    cursor: pointer;
    max-width: calc(25% - 40px);
}
.service_step_tab ul li.active{
    color: #FF383A;
    position: relative;
    font-weight: 700;
}
.service_step_tab ul li.active:after{
    content: "";
    display: block;
    height: 2px;
    background: #FF383A;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.service_step_cnt{
    padding: 0 0 40px;
}
.service_step_cnt h1{
    padding: 40px 0px 20px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #333333;
}
.service_step_cnt h1 i{
    margin-right: 6px;
    color: #FF383A;
    font-weight: 400;
    font-size: 18px;
}
.service_step_cnt h1>div{
    border-bottom: 1px dashed #ccc;
    margin-left: 16px;
    flex: 1;
}
.service_step_cnt h1+div{
    font-size: 14px;
    color: #333;
    padding: 0px 20px;
    line-height: 1.8;
}
/*轮播图*/
.service_banner_area {
    width: 300px;
    height: 300px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.service_img_area{
    /*background: #DF616C;*/
    height: 100%;
}
.d_fonts1 {background:#DF616C;}
.d_fonts2 {background:#BE7BB6;}
.d_fonts3 {background:#9B513D;}
.d_fonts4 {background:#5F7A98;}
.d_fonts5 {background:#7B83BE;}
.d_fonts6 {background:#5D9B80;}
.d_fonts7 {background:#45AD91;}
.d_fonts8 {background:#AEBB64;}
.d_fonts9 {background:#A0539D;}
.d_fonts10 {background:#7D612A;}
.d_fonts11 {background:#409299;}
.d_fonts12 {background:#A09F53;}
.d_fonts13 {background:#7253A0;}
.d_fonts14 {background:#AB9451;}
.d_fonts15 {background:#5F5F9E;}
.d_fonts16 {background:#A06CB6;}
.d_fonts17 {background:#6096C9;}
.d_fonts18 {background:#6B3C25;}
.d_fonts19 {background:#61A6B2;}
.d_fonts20 {background:#484099;}
.trigger_bannerimg {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}
.trigger_bannerimg>div{
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
}
.trigger_bannerimg>div img{
    /*width: 100%;*/
    /*height: 100%;*/
    position: absolute;
    /*width: auto;*/
    /*height: auto;*/
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.trigger_bannerimg>div:first-child{
    display: block;
}
.trigger_circle {
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.trigger_circle a {
    width: 10px;
    height: 10px;
    margin-right: 6px;
    display: block;
    float: left;
    text-align: center;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
}
.trigger_circle a:hover {
    background: rgba(255,255,255,1);
}
.trigger_circle .imgSelected {
    background: rgba(255,255,255,1);
}
