.crumbs a{
    color: #fff;
}
.crumbs span::before{
    border-color: transparent;
}

.service-choose-box{
    background-image: linear-gradient(#0377E6, #f7f8fa);
}
.service-choose-box:before{
    content: '';
    display: table;
}
.service-choose{
    width: 1200px;
    margin: 0 auto;
}
.screen {
    background: #fff;
    position: relative;
    width: 1200px;
    margin: auto;
    box-shadow: 0 4px 10px 0 rgb(1 33 65 / 4%);
    padding-top: 5px;
}
.screen .dl02 {
    display: flex;
    width: 100%;
}
.screen dl dt {
    line-height: 26px;
    padding: 30px 0 0;
    text-align: center;
    float: left;
    font-size: 14px;
    color: #878787;
    display: flex;
}
.screen .dl02:last-child dt{
    padding: 30px 0 30px;
}
.screen dl dt h2 {
    width: 108px;
    line-height: 29px;
    text-align: right;
    font-size: 14px;
    color: #222222;
    font-weight: bold;
    margin: -12px 17px 0 0;
}
.screen .dl02 .dlo2-text .dlo2-textBox {
    width: 28px;
    font-size: 14px;
    font-weight: bold;
    color: #FE550A;
    margin-right: 28px;
    margin-top: -11px;
}
.screen dl dd {
    line-height: 29px;
    padding: 17px 0 0 0;
}
.screen .dl02 dd {
    width: 1051px;
    padding-right: 38px;
}
.screen dl dd a {
    padding-right: 20px;
    display: inline-block;
    word-break: break-all;
    color: #2A2A2A;
    font-size: 14px;
}
.screen dl dd a.on{
    color: #195BE8;
}
.select .select-box {
    margin-right: 6px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.select .select-div{
    width: 112px;
    height: 34px;
    background: url(../images/frame.png) no-repeat right 4px center;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #D7D7D7;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    padding-left: 5px;
    box-sizing: border-box;
    color: #000;
}
.select .select-div.active{
    color: #195BE8;
}
.select .select-box > ul {
    position: absolute;
    border: 1px solid #e3e3e3;
    left: 0;
    display: none;
    background-color: #fff;
    z-index: 999;
    max-height: 200px;
    overflow-y: auto;
    width: 112px;
}
.select .select-box:hover > ul{
    display: block;
}
.select .select-box > ul > li {
    background-color: #fff;
    padding-left: 5px;
}
.select .select-box > ul > li:hover {
    background: #F3F7F8;
}
.select .select-box > ul > li > a {
    cursor: pointer;
    height: 28px;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
}
.select .select-box > ul > li:hover a {
    color: #195BE8 !important;
}

.sorting {
    width: 1200px;
    height: 60px;
    background: #F9FCFD;
    margin: 0 auto 10px auto;
    position: relative;
}
.sorting .comprehensive,.sorting .price {
    width: 60px;
    font-size: 13px;
    color: #222222;
    line-height: 60px;
    margin-right: 27px;
    font-weight: 600;
}
.sorting>a:hover, .sorting>a.on {
    color: #FE550A;
    font-weight: bold;
    position: relative;
}
.sorting .comprehensive i, .sorting .price i {
    display: inline-block;
    width: 7px;
    height: 9px;
    margin-left: 3px;
}
.sorting>a i.sta2 {
    background: url(../images/ymr_orige_order.png) no-repeat center;
}
.sorting>a i.sta1 {
    background: url(../images/ymr_gray_order.png) no-repeat center;
}
.sorting>a i.sta3{
    background: url(../images/ymr_orige_order3.png) no-repeat center;
}
.sorting>a.on::after {
    content: "";
    display: block;
    width: 16px;
    height: 4px;
    background: #FE550A;
    position: absolute;
    left: 20px;
    bottom: -23px;
}
.sorting .company {
    position: relative;
    float: right;
    top: -2px;
}
.sorting .company .xianmafan{
    line-height: 66px;
    font-size: 11px;
    color: #222222;
}
.sorting .company .btn_kst {
    display: inline-block;
    border: 1px solid #3573EC;
    width: 112px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 40px;
    color: #3573EC;
    font-size: 11px;
    background-color: #F2F6FF;
}
.sorting .company .btn_kst:hover {
    background-color: #3573EC;
    color: #FFF;
}
.sorting .company .btn_kst_img_kefu {
    margin-top: -3px;
}
.sorting .company .btn_kst:hover .btn_kst_img_kefu {
    display: none;
}
.sorting .company .btn_kst_img_kefu_active {
    display: none;
}
.sorting .company .btn_kst:hover .btn_kst_img_kefu_active {
    display: inline-block;
}

.content-comlist{
    width: 1200px;
    margin: 20px auto 0;
}
.content-comlist .list_one .each_li{
    margin-top: 10px;
}
.content-comlist .list_one .each_li:hover {
    -webkit-box-shadow: 0 19px 38px 0 rgba(1, 33, 65, 0.07);
    box-shadow: 0 19px 38px 0 rgba(1, 33, 65, 0.07);
}
.content-comlist .list_one .each_li a {
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px 54px 30px 29px;
    position: relative;
    display: block;
}
.content-comlist .list_one .each_li a .upper_company{
    padding-top: 8px;
    padding-bottom: 20px;
    color: #464646;
}
.content-comlist .list_one .each_li a .upper_company .top .title {
    font-size: 24px;
    color: #222222;
    font-weight: 400;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 700px;
    display: inline-block;
}
.content-comlist .list_one .each_li a .upper_company .bottom{
    margin-top: 15px;
}
.content-comlist .list_one .each_li a .upper_company .bottom .info .new_overhide {
    position: relative;
    height: 22px;
    line-height: 22px;
    background: #F4F7FA;
    border-radius: 2px 20px 2px 20px;
    color: #5E6B89;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin-left: 8px;
    top: 2px;
    padding: 0 20px;
}
.content-comlist .list_one .each_li a .upper_company .bottom .info .new_overhide:first-child{
    margin-left: 0;
}
.content-comlist .list_one .each_li .down_info {
    margin-top: 8px;
    overflow: hidden;
}
.content-comlist .list_one .each_li .down_info .down_company_info {
    float: left;
    overflow: hidden;
    width: 920px;
}
.content-comlist .list_one .each_li .down_info .down_company_info li {
    height: 50px;
    float: left;
    text-align: left;
    position: relative;
    padding-top: 17px;
}
.content-comlist .list_one .each_li .down_info .down_company_info li .down_down_style {
    font-size: 16px;
    font-weight: 400;
    color: #2B2B2B;
    margin-bottom: 10px;
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.content-comlist .list_one .each_li .down_info .down_company_info li .down_up_title {
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #888888;
}
.content-comlist .list_one .each_li .down_info .down_company_info p.divider {
    margin: 27px 28px;
    width: 1px;
    height: 20px;
    line-height: 32px;
    background-color: #eee;
    float: left;
}
.right-big-box {
    position: absolute;
    bottom: 35px;
    right: 54px;
    border-left: 1px solid #EFF1F3;
    padding-left: 52px;
}
.new_moneyBox .money-text {
    font-size: 12px;
    font-weight: 400;
    color: #B5BABE;
    margin-bottom: 4px;
}
.new_moneyBox .money-text img{
    margin-top: -3px;
    margin-right: 2px;
}
.new_moneyBox .money-num {
    font-size: 32px;
    font-weight: 400;
    color: #FE550A;
}
.new_moneyBox .money-num span {
    font-size: 14px;
}
.content-comlist .list_one .each_li .down_info .contact {
    float: right;
    font-size: 0;
    padding-top: 24px;
}
.content-comlist .list_one .each_li .down_info .contact .constorm{
    display: inline-block;
    text-align: center;
    width: 170px;
    height: 48px;
    line-height: 48px;
    background: #195BE8;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
.content-comlist .list_one .each_li .line{
    border-top: 1px solid #EFF1F3;
    width: 70%;
}
/*.addTypeBox {
    border-top: 1px solid #EFF1F3;
    padding: 20px 0 20px 0;
    margin-top: 20px;
    color: #5E6B89;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.addTypeBox span{
    border-right: 1px solid #ECECEC;
    padding: 0 16px;
    font-size: 14px;
}
.addTypeBox span:nth-child(1) {
    padding-left: 0;
}
.addTypeBox span:last-child {
    border: 0;
}*/

/*详情页*/
.service-detail-box{
    /*background-image: linear-gradient(#0377E6, #f7f8fa);*/
    position: relative;
}
.service-detail-box::before {
    content: '';
    display: table;
}
.service-detail-bg{
    height: 500px;
    background-image: linear-gradient(#0377E6, #f7f8fa);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.service-detail{
    width: 1200px;
    margin: auto;
}
.service-detail:after{
    content: '';
    display: block;
    clear: both;
}
.detail-left{
    width: 940px;
    margin-right: 10px;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
}
.detail-left .main_info {
    padding-top: 24px;
}
.detail-left .main_info .main_info_top {
    margin-left: 30px;
}
.detail-left .main_info .main_info_top .main_info_top_title{
    font-size: 22px;
    font-weight: bold;
    color: #464646;
    padding-top: 10px;
    display: flex;
    align-items: center;
}
.detail-left .main_info .main_info_top .main_info_top_title .cmy-name-text {
    max-width: 761px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 15px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    float: left;
    line-height: 30px;
}
.detail-left .main_info .main_info_top .main_info_top_title .date {
    font-size: 12px;
    color: #ffffff;
    margin: 7px;
    padding: 3px 5px 3px 10px;
    line-height: 11px;
    font-weight: 400;
    display: inline-block;
    background: url('../images/icon_time.png');
    background-size: 100% 100%;
}
.main_info_top_c {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin: 10px 0 12px 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 15px;
}
.inline_block {
    margin-bottom: 8px;
    overflow: hidden;
}
.detail-left .main_info_top_b {
    display: flex;
}
.detail-left .main_info_top_b .main_info_top_item {
    margin-right: 40px;
    font-size: 12px;
    border: 1px solid #f0f1f5;
}
.detail-left .main_info_top_b .main_info_top_item .item_title {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 1px 7px;
    color: #999999;
    background-color: #F8F9FC;
    border-right: 1px solid #f0f1f5;
}
.detail-left .main_info_top_b .main_info_top_item .copy-btn {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    width: 38px;
    height: 24px;
    background: #F0F1F5;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
.main_info_price {
    margin-top: 30px;
    margin-left: 30px;
    display: flex;
}
.main_info_price .main_info_price_l {
    height: 57px;
    line-height: 50px;
    width: 210px;
    text-align: center;
    background-color: #FFEFE9;
    margin-right: 8px;
    color: #999999;
    font-size: 12px;
    position: relative;
}
.main_info_price .main_info_price_l span {
    color: #FF7726;
    font-size: 14px;
    font-weight: bold;
}
.main_info_price .main_info_price_l i {
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
}
.main_info_price .main_info_price_r {
    width: 662px;
    height: 57px;
    line-height: 57px;
    color: #ffffff;
    font-size: 18px;
    padding-left: 24px;
    background: url('../images/ad_back.jpg');
    background-size: 100% 100%;
    position: relative;
}
.main_info_tb {
    background-color: #FAFBFD;
    font-size: 14px;
    margin: 16px 30px;
    display: flex;
    flex-wrap: wrap;
}
.main_info_tb .main_info_tb_item {
    height: 50px;
    width: 218px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_info_tb .main_info_tb_item:nth-child(-n+4) {
    border-bottom: 1px solid #F0F1F5;
}
.main_info_tb .main_info_tb_item .left_title {
    color: #999999;
    margin-right: 12px;
    margin-left: 12px;
}
.main_info_tb .main_info_tb_item .left_title::before {
    content: '';
    border-radius: 50%;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 4px;
    background-color: #2E68E9;
    transform: translate(0, -50%);
}
.main_info_tb .main_info_tb_item .right_content {
    color: #333333;
}
.handle-server{
    height: 85px;
    line-height: 85px;
    padding-left: 30px;
    border-bottom: 1px solid #e9e9e9;
}
.handle-server .btn-public {
    display: inline-block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
}
.handle-server .btn-apply-for {
    background-color: #ff7800;
    border: 1px solid #ff7800;
    font-size: 16px;
}
.handle-server .btn-apply-for:hover {
    box-shadow: 0 0 4px #8a8a8a;
}
.main_content {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 940px;
    background: #fff;
}
.tab_title {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    position: relative;
    background: #fff;
    padding: 0 30px;
}
.tab_title .tab_title_item {
    padding: 0 19px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.tab_title .on {
    color: #333333;
    font-weight: bold;
}
.tab_title_item.on::after {
    content: '';
    height: 3px;
    width: 100%;
    background: #3573EC;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.tab_title .consulting {
    display: block;
    width: 110px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #3573EC;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    right: 30px;
    top: 5px;
    cursor: pointer;
}
.big_title_b{
    margin: 50px 0 20px;
}
.big_title {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
}
.com_sty table {
    border: 1px solid #f0f1f5;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.com_sty table tr {
    height: 50px;
}
.com_sty table td {
    font-size: 14px;
    color: #999999;
    word-break: break-all;
    word-wrap: break-word;
}
.com_sty table .cols1, .com_sty table .cols3, .com_sty table .cols5 {
    background: #FAFBFD;
    padding: 0 10px 0 15px;
}
.com_sty .table1 .cols1, .com_sty .table1 .cols3, .com_sty .table1 .cols5 {
    width: 127px;
}
.com_sty table .cols1::before, .com_sty table .cols3::before, .com_sty table .cols5::before {
    content: '';
    border-radius: 50%;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 4px;
    background-color: #2E68E9;
    transform: translate(0, -50%);
}
.com_sty table .cols2, .com_sty table .cols4, .com_sty table .cols6, .com_sty table .cols {
    padding: 10px;
    line-height: 18px;
    color: #333333;
    width: 155px;
}
.text_stips {
    margin-top: 15px;
    font-size: 12px;
    color: #999999;
}
.cmy_evaluation .evaluation_main {
    display: flex;
}
.cmy_evaluation .evaluation_charts {
    display: inline-block;
    width: 156px;
    text-align: center;
}
.cmy_evaluation .evaluation_charts p {
    font-size: 14px;
    text-align: center;
    margin-top: 4px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}
.cmy_evaluation .evaluation_charts .point-charts {
    display: inline-block;
    width: 130px;
    height: 110px;
    padding: 10px 0;
}
.cmy_evaluation .evaluation_charts .point-charts h6 {
    margin-top: 30px;
    font-size: 12px;
    color: #B4BEC8;
    line-height: 12px;
}
.cmy_evaluation .evaluation_charts p {
    font-size: 14px;
    text-align: center;
    margin-top: 4px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}
.cmy_evaluation .evaluation_charts .point-charts .evaluation_counts {
    font-size: 36px;
    font-weight: bold;
    color: #2A2A2A;
    line-height: 44px;
}
.cmy_evaluation .evaluation_charts .point-charts span {
    font-size: 12px;
    color: #FF7D00;
    line-height: 12px;
}
.cmy_evaluation .evaluation_charts span.prev {
    display: inline-block;
    width: 100px;
    height: 28px;
    background: rgba(47, 104, 233, 0.08);
    border-radius: 10px;
    font-size: 12px;
    color: #2F68E9;
    margin: 0 auto;
    line-height: 28px;
}
.cmy_evaluation .evaluation_info {
    display: inline-block;
}
.cmy_evaluation .evaluation_info li {
    margin-right: 15px;
    width: 143px;
    height: 80px;
    background: #FFF9E6;
    border: 1px solid #FFEBC8;
    box-sizing: border-box;
    padding: 5px 0 6px 13px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.cmy_evaluation .evaluation_info li p {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}
.cmy_evaluation .evaluation_info li span {
    display: inline-block;
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}
.cmy_evaluation .evaluation_left {
    margin-right: 6px;
    font-size: 16px;
    color: #333333;
}
.cmy_evaluation .evaluation_left_score {
    padding: 20px 0 0 20px;
    width: 220px;
    height: 80px;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: url('../images/score_bg.png') no-repeat;
}
.cmy_evaluation .evaluation_left_score .content {
    font-size: 14px;
    color: #FFC23F;
}
.cmy_evaluation .evaluation_left_advice {
    padding: 20px 0 0 20px;
    width: 220px;
    box-sizing: border-box;
    height: 80px;
    background: url('../images/advice_bg.png') no-repeat;
}
.cmy_evaluation .evaluation_left_advice .content {
    font-size: 14px;
    color: #999999;
}
.cmy_evaluation .evaluation_left_advice .content span::before {
    content: '';
    background: url('../images/icon_scenario.png') no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    transform: translate(0, 2px);
}
.cmy_evaluation .evaluation_right {
    padding: 24px 0 0 30px;
    width: 345px;
    height: 170px;
    border: 1px solid #F1F1F1;
    display: flex;
    box-sizing: border-box;
}
.evaluation_right_item {
    text-align: center;
    font-size: 13px;
    color: #666666;
}
.evaluation_right_item span {
    display: block;
    margin-top: 11px;
}
.material-requested-box {
    width: 100%;
    display: flex;
    color: #666666;
}
.material-requested-box > div {
    width: 167px;
    height: 133px;
    background-color: #edf3fa;
    text-align: center;
    position: relative;
    border-radius: 7px;
    padding-top: 31px;
    margin-left: 10px;
}
.material-requested-box > div:first-child{
    margin-left: 0;
}
.material-requested-box span {
    font-size: 22px;
    font-weight: bold;
    margin-left: -4px;
}
.autos {
    display: flex;
    justify-content: center;
    align-items: center;
}
.material_icons li {
    width: 5px;
    height: 5px;
    background-color: #d1dbe8;
    margin-right: 4px;
    border-radius: 50%;
}
.material-requested-box p {
    font-size: 13px;
    margin-top: 20px;
}
.material_icon_box {
    position: absolute;
    right: -20px;
    top: 45px;
    z-index: 10;
}
.betweens{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.recommend_box{
    padding-bottom: 30px;
}
.recommend_show{
    margin-top: 15px;
}
.recommend_show:after{
    content: '';
    display: block;
    clear: both;
}
.recommend_show .card_each_li {
    -webkit-transition: all .3s;
    transition: all .3s;
    float: left;
    margin: 0 10px 10px 0;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    width: 435px;
    height: 164px;
    padding: 18px 19px 18px 20px;
    box-sizing: border-box;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
}
.recommend_show .card_each_li:nth-child(2n){
    margin-right: 0;
}
.goods_title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 244px;
    display: inline-block;
    line-height: 18px;
}
.recommend_show .card_each_li:hover .goods_title {
    color: #FF6F10;
}
.card_each_li .mid_part {
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
}
.card_each_li .mid_part li .company_industry {
    font-size: 12px;
    color: #BBBBBB;
    line-height: 16px;
    display: block;
    margin-bottom: 8px;
}
.card_each_li .mid_part li .goods_style {
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: -2px;
    width: 80px;
}
.ymr_top_li_line {
    width: 1px;
    height: 16px;
    background: #EEEEEE;
}
.goods_price {
    font-size: 24px;
    font-weight: bold;
    color: #FF6F10;
    line-height: 22px;
}
.bottom_part {
    position: absolute;
    bottom: 10px;
    right: 20px;
    background-color: #fff;
    transition: all 0.3s;
}
.buy {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #fff;
    border: 1px solid #3573EC;
    font-size: 16px;
    color: #3573EC;
    width: 112px;
    height: 38px;
    border-radius: 4px;
    opacity: 0;
}
.recommend_show .card_each_li:hover .buy{
    opacity: 1;
}
.buy img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.buy:hover{
    background: #3573EC;
    color: #fff;
}

