.companymain {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.companyclass {
    padding-top: 23px;
    padding-bottom: 5px;
    width: 1200px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.chose {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

.chose span {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #999999;
}

.chose_content {
    width: 1100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 32px;
}

.chose_content div {
    width: 80px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    margin-bottom: 18px;
}

.choseactive {
    background: #FEF1E5!important;
    border-radius: 5px!important;
}

.companyService {
    width: 1200px;
    height: 840px;
    background: #FFFFFF;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.companyService1 {
    width: 1200px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.serviceList {
    width: 820px;
    height: 840px;
    border-right: 1px solid rgba(221, 221, 221, 1);
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.serviceList_content {
    width: 771px;
    height: 141px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}

.serviceList_content img {
    width: 141px;
    height: 100px;
    object-fit: cover;
}

.message {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.message span:nth-child(1) {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.message div {
    width: 64px;
    height: 25px;
    background: #FEF1E5;
    border-radius: 3px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #F77304;
    margin: 15px 0;
}

.message span:nth-child(3) {
    width: 605px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.serviceList_right {
    width: 379px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.cyzx_1 {
    width: 321px;
    height: 146px;
    object-fit: cover;
    margin-bottom: 15px;
}

.tuiservice {
    width: 321px;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.servicetitle {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.serviceline {
    width: 72px;
    height: 3px;
    background: rgba(51, 51, 51, 1);
    margin-top: 7px;
    border-radius: 10px;
}

.tuiservice_content {
    width: 321px;
    height: 73px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tuimessage {
    width: 321px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.tuimessage span:first-child {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.tuimessage span:last-child {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F77304;
}

.tuimain {
    width: 280px;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #999999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 5px;
}

/*详情*/
.companydetail {
    width: 818px;
    height: 1203px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.serviceList_right1 {
    width: 361.5px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    margin-left: 20px;
}

.detailmessage {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
}

.comdetailtitle {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}

.detailtag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.detailtag div {
    width: 60px;
    height: 21px;
    background: #FEF1E5;
    border-radius: 1px;
    text-align: center;
    line-height: 21px;
    font-size: 12px;
    font-family: 'PingFang SC';
    font-weight: 400;
    color: #F77304;
    margin-right: 10px;
}

.detailaddress {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.detailaddress img {
    width: 11px;
    height: 13px;
    margin-right: 9px;
}

.detailaddress span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

.detailIntroduction {
    width: 744px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.detailIntroduction span {
    width: 483px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 29px;
    color: rgba(51, 51, 51, .8);
    text-indent:24px;
}

.detailIntroduction img {
    width: 241px;
    height: 171px;
    margin-left: 20px;
}

.hotservice {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 59px;
}

.detailtip {
    width: 178px;
    height: 48px;
}

.detailline {
    width: 55px;
    height: 4px;
    background: #FF6E0C;
    margin-top: 15px;
}

.hotdetail {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 744px;
}

.hotdetail div {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}

.hotdetail div img {
    width: 221px;
    height: 135px;
}

.hotprice {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF0000;
    margin-top: 10px;
}

.hotsmallprice {
    font-size: 13px!important;
}

.hottitle {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-top: 5px;
}

.hotIntroduction {
    width: 221px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top:10px;
}

.recommendedConsultant {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 59px;
}

.rectip {
    width: 366px;
    height: 48px;
}

.recdetail {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 744px;
}

.reccontent {
    display: flex;
    flex-direction: column;
    margin-right: 45px;
}

.reccontent img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.reccontent div {
    width: 72px;
    height: 22px;
    background: #FEF1E5;
    border-radius: 1px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    font-family: 'PingFang SC';
    font-weight: 400;
    color: #F77304;
    margin-top: 5px;
}

.rectitle {
    font-size: 16px;
    font-family: 'PingFang SC';
    font-weight: bold;
    color: #333333;
    margin-top: 33px;
}

.recIntroduction {
    width: 152px;
    font-size: 12px;
    font-family: 'PingFang SC';
    font-weight: 500;
    color: rgba(51, 51, 51, .8);
    opacity: 1;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top:14px;
}