/* 师傅主页  */
.master {
    position: relative;
    top: 0px;
    background: #111;
}

.master .main-nav ul li {
    color: white;
    float: left;
}

.master .main-nav ul li a {
    display: inline-block;
    padding: 0 .25rem;
    color: #fff;
    line-height: 1rem;
    font-size: .27rem;
}

.master .main-nav ul li:last-child a {
    color: #AD9354;
}

.selectarea-nav {
    border-radius: .1rem;
    margin-top: .2rem;
    background-color:#fff;
    margin-bottom: 0.2rem;
}

.selectarea-nav > div {
    padding: .3rem .4rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

}

.selectarea-nav > div > div {

}

.selectarea-nav > div > div:first-child {

}

.selectarea-nav > div > div:first-child span {
    color: white;
    background-color: #2b303b;
    border-radius: .6rem 0 .6rem .6rem;
    display: inline-block;
    font-size: .26rem;
    line-height: .6rem;
    margin-right: .35rem;
    opacity: .8;
    padding: 0 .3rem;
    vertical-align: top;
    width: auto;
}

.selectarea-nav > div > div:last-child {
    flex: 1;
    z-index: 1;
}

.selectarea-nav > div > div:last-child > div a {
    display: inline-block;
    padding: 0px 10px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.selectarea-nav > div > div:last-child > div:first-child a {
    border-radius: 20px;
    color: #333;
    line-height: 32px;
}

.selectarea-action {
    padding-top: .5rem;
}

.selectarea-action-nav {

}

.selectarea-action-nav a {
    color: white;
    font-size: .35rem;
    line-height: .6rem;
}
.am-menu-box{
    display: none;
}
.selectarea-action-nav a:first-child {
    color: #8e7a47;
    border-bottom: 2px solid #8e7a47;
}

.selectarea-action-nav a:last-child {
    margin-left: 1rem;
}

.selectarea-list-bg {
    width: 100%;
}

.selectarea-list > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.selectarea-list > ul li {
    width: 49%;
    display: inline-block;
    margin-bottom: 0.8rem;
    position: relative;
    border: 1px solid #e8e8e8;
}

.selectarea-list > ul li > a {
    /*width: 100%;*/
    /*display: flex;*/
    /*align-items: center;*/
    float:left;
    height: 100%;
}

.selectarea-list-div-left {
    position: relative;
    height: 0px;
    width: 3.5rem;
    margin-top:10px;
    margin-left: 10px;
    padding-top: 4.2rem;
}

.selectarea-list-div-left i {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../image/list-img.jpg") no-repeat center;
    background-size: contain;
}

.selectarea-list-div-left span {
    background: #161616;
    border: 1px solid #ad9354;
    border-radius: 15px;
    bottom: .2rem;
    box-sizing: border-box;
    color: #ad9354;
    font-size: .24rem;
    left: 10px;
    line-height: .48rem;
    padding: 0 .3rem;
    position: absolute;
    text-align: center;
    z-index: 2;
}

.selectarea-list-div-right {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding:10px .2rem 10px .3rem;
}

.selectarea-list-div-right > div h2 {
    color: #ad9354;
    font-size: 16px;
    font-weight: 700;
    line-height: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .1rem;
}

.selectarea-list-div-right > div div {
    -webkit-box-orient: vertical;
    color: #999;
    display: -webkit-box;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selectarea-list-div-right > div div span{
    width:100%;
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
}

.pages-wrap {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0px;
}

.maintain_dd li a {
    color: #333333;
    padding: 4px 12px;
    line-height: .4rem;
    font-size: 14px;
}

.maintain_dd li .green-span {
    font-weight: bold;
    color: #00a4ff !important;
}

.selectarea-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.selectarea-item ul {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 10px;
    overflow: hidden;
    transition: all .2s linear;
}

.selectarea-item ul li a:hover {
    color: #00a4ff !important;
}

.active1 a {
    color: #00a4ff !important;
}

.active2 a {
    color: #00a4ff !important;
}

.selectarea-more {
    font-weight: 600;
    color: #333;
    cursor: pointer;
}

.selectarea-item > span {
    font-size: 16px;
    color: #9b9b9b;
}

.selectarea-item:first-child {
    margin-top: 2px;
}

@media screen and (max-width: 769px) {
    .selectarea-list > ul li {
        width: 100%;
        height: auto;
        margin-bottom: .3rem;
        padding: 0px;
    }

    .layui-laypage a, .layui-laypage span {
        padding: 0 5px;
    }

    .selectarea-nav {
        display: none;
    }

    .border-left {
        margin-left: 0% !important;
    }
    .am-menu-box{
        display: block;
    }
}

/*.am-menu-box {*/
/*    display: none;*/
/*    margin-bottom: .1rem;*/
/*}*/

.maintain_dd {
    position: relative;
    display: inline-block;
}

.maintain_dd ul li {
    margin: 0px;
    cursor: pointer;
}

.maintain_dd li {
    display: inline-block;
}

.height-40 {
    height: 40px;
}

.maintain_dd_li .li_a {
    position: relative;
    z-index: 10;
}

.aaa > a {
    color: #0e90d2 !important;
    font-weight: bold;
}

.aaa1 {
    background: #AD9354;
    border-radius: 20px;
}

.sub {
    width: 1056px;
    background: #f8f8f8;
    line-height: 24px;
    display: none;
    border: 1px solid #e8e8e8;
    margin-top: -1px;
    position: absolute;
    left: 0;
    padding: 5px 5px;
}

.sub:after {
    clear: both;
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.sub a {
    color: #333;
    padding-bottom: 0px;
    border: none !important;
}

.maintain_dd > li:hover > a {
    color: #00b8d9 !important;
    font-weight: bold;
}

.am-menu-box ul li {
    height: 1rem;
    display: inline-block;
    line-height: 1rem;
    text-align: center;
    font-size: .35rem;
    margin-top:5px;
}

.intro {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 16px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.artisan_service_type {
    color: #333;
    font-size: 16px;
}

.artisan_service {
    color: #333;
    width: 100%;
    display: inline-block;
}

.artisan-good {
    color: #333;
    line-height: 16px;
}

.artisan-index {
    color: #ad9354;
    font-size: 16px !important;
    font-weight: 700;
    line-height: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .1rem;
}

.clear:before {
    clear: both;
}

.artisan-list {

}

.border-left {
    margin-right: 2%
}

.pages-wrap ul .active {
    color: #333333;
    background: #AD9354;
}

.pages-wrap ul .active a {
    color: #333 !important;
}

.pages-wrap ul li:hover {
    color: #333;
    background: #AD9354;
}

.pages-wrap ul li a:hover {
    color: #fff !important;
    border: 1px solid #AD9354;
}

.real_name_auth {
    color: #333;
}

.deposit {
    color: #333;
}

.certification {
    color: #333;
}

.real_name{
    color: #0bb20c !important;
}

.ant-breadcrumb-separator {
    margin: 0 0.1rem 0 0    ;
    color: rgba(0, 0, 0, 0.45);
}
.ant-breadcrumb a {
    color: rgba(0, 0, 0, 0.45);
    transition: color 0.3s;
}
.color333 {
    color: #333 !important;
}
.selectarea-main{
    overflow: hidden;
}
.information-main-banner-bg {
    width: 100%;
    height: 5.2rem;
    background: url(../image/placard-bg.jpg)no-repeat center;
    background-size: cover;
}
.information-banner{
    text-align: left;
}
.information-banner>div{
    margin-top:.5rem;
}
.information-banner>div h1 {
    text-align: left;
    font-size: .6rem;
}
.solu-banner>div{
    width: 75% !important;
}

.detail-nav-top{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding:.5rem;
    background: white;
    cursor: pointer;
}
.detail-nav-top-left {
    flex: 1;
    margin-right: .3rem;
}
.detail-nav-top-right {
    width: 4rem;
    height: 3rem;
}
.detail-nav-img {
    cursor: pointer;
    margin:.5rem auto 0.5rem;
    transition: all .2s linear;
}
.detail-nav-top-left h2 {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin: 0.5rem 0;
}
.detail-nav-top-left h1 {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin: 0.5rem 0;
}
.detail-nav-top-left p {
    color: #666;
    font-size: 16px;
    line-height: 32px;
}

.segment_box {
    padding: 30px 37px;
    background: #fff;
    margin-top: 19px;

}
.segment_box dt {
    margin-bottom: 0px;
    font-size: 24px;
}
.clearfix {
    display: flex;
    flex-wrap: wrap;
}
.segment_box dt span {
    color: #0098da;
    display: inline-block;
    padding: 3px 16px;
    font-size: 16px;
    background: #effaff;
    vertical-align: middle;
    margin: -4px 0 0 32px;
}
.juhe_box dd {
    width: 100%;
    max-width: 1160px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.segment_box dd {
    overflow: hidden;
    padding: 10px;

}
.segment_box dd p {
    font-size: 14px;
    line-height:20px;
}
.jbox_knowledge {

    max-width: 550px;
    width: 45%;
    margin: 14px 26px 14px 0;
    position: relative;
    display: flex;
    position: relative;
}
.jbox_know_left {
    width: 30%;
    height: 90px;
    background: #000;
}
.jbox_know_right {
    width: 73%;
    margin-left: 10px;
}
.jbox_kr_title, .jbox_answer_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
}
.juhe_page {
    background: #f9f9f9;
    padding: 30px 0;
    color: #2a2a2a;
    font-size: 16px !important;
}
.jbox_know_left img {
    display: block !important;
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.block_a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.jbox_answer_content, .jbox_kr_content {
    color: #b2b2b2;
    font-size: 12px;
    margin-top: 10px;
    line-height: 22px;
}

.jbox_answer_content, .jbox_kr_content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


@media screen and (max-width: 769px) {


    .detail-nav-top{
        flex-wrap: wrap;
        padding:0.3rem;
    }

    .width{
        width:93%;
    }

    .detail-nav-top-right{
        width:100%;
        margin-top:.3rem;
        margin-bottom:0.1rem;
    }

    .detail-nav-top-left{
        flex:none;
        width: 100%;
        display: inline-block;
    }

    .detail-nav-top-left h1{
        margin: 0rem 0;
        font-size: 18px;
    }

    .detail-nav-top-left p{
        font-size: 14px;
        line-height: 23px;
    }

    .detail-nav-img img{
        width:100%;
        height: 1.5rem;
    }

    .intro{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 16px;
        line-clamp: 1;
    }

    .segment_box dt{
        margin-top:.3rem;
        margin-bottom: .2rem;
        font-size: 18px;
    }

    .juhe_box{

        margin-top:.3rem;
        padding:.5rem .3rem;
    }



    .juhe_box dt{
        display: flex;
        align-items: center;
        margin: 0px 0 0 .3rem ;
        padding: 3px 6px;

    }

    .juhe_box dd{
        max-width: 1160px;
        width:100%;
    }

    .jbox_knowledge{
        width:100%;
        margin:.1rem .4rem .1rem 0;
    }

    .jbox_know_left{
        background: #000;
        width: 25%;
        height: 1.9rem;
    }

    .jbox_know_right{
        flex: 1;
        margin-left: 10px;
    }

    .segment_box {
        margin: 0px 0px 10px 0px;
        padding:0.2rem;
    }
    .segment_box dt span{
        font-size:14px;
        margin:-4px 0 0 .1rem;
        padding:0px .2rem;
    }

    .block_a{
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
        position: inherit;
    }
    .clearfix{
        height: auto !important;
    }
    .segment_box dd{
        padding:0px 10px;
    }


}