


.content{
    width: 1200px;
    margin: 30px auto 100px;
    overflow: hidden;
}

.leftMenu{
    float: left;
    width: 100px;
    padding: 30px 30px 20px 20px;
    -moz-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    font-size: 14px;
}
.leftMenuTitle>*{
    float: left;
}
.leftMenuTitle>i{
    background: url('../../img/personal/person_sprite.png') no-repeat -17px -14px;
    width: 17px;
    height: 14px;
    margin-right: 5px;
}

.leftMenuTitle>.buyer{
    background-position:-17px -59px;
    width: 17px;
    height: 19px;
}
.leftMenuTitle>.vip{
    background-position:-112px -14px;
    width: 16px;
    height: 16px;
}
.leftMenuTitle>.setting{
    background-position:-65px -59px;
    width: 17px;
    height: 16px;
}
.leftMenuList{
    width: 78px;
    margin: 5px 0 20px 22px;
}
.leftMenuLists:last-child .leftMenuList{
    margin-bottom: 0;
}
.leftMenuList>li{
    list-style: none;
    font-size: 14px;
    color: #444;
    line-height: 26px;
}
.leftMenuList>.listActive,.leftMenuList>li:hover{
    color: #f39519;
    font-weight: 600;
}

/*rightContent*/
.rightContent{
    width: 1035px;
    float: right;
    -moz-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}
.rightTab{
        height: 50px;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #eee;
}
.tabList{
    float: left;
    height: 50px;
}
.tabList>li{
    list-style: none;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 600;
    float: left;
    border-right: 1px solid rgb(210, 210, 210);
    margin-top: 10px;
    color: #444;
    cursor: pointer;
}
.tabList>li:nth-child(1){
    border-left: 1px solid rgb(210, 210, 210);
}
.tabList>.tabActive{
    color: #f39519;
    margin-top: 0;
    padding: 14px 15px 12px;
    background-color: #fff;
}
.tabSlipBar{
    background-image: -moz-linear-gradient( 95deg, rgb(247,151,0) 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    background-image: -webkit-linear-gradient( 95deg, rgb(247,151,0) 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    background-image: -ms-linear-gradient( 95deg, rgb(247,151,0) 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    width: 103px;
    height: 4px;
    position: absolute;
    top:0;
    left: 0;
    z-index: 111;
    border-radius: 4px;
    /*-webkit-transition: width .7s;*/
    /*-moz-transition: width .7s;*/
    /*-ms-transition: width .7s;*/
    /*-o-transition: width .7s;*/
    /*transition: width .7s;*/
}

.shopLevel{
    float: right;
    margin-right: 25px;
    color: #444;
}
.shopLevel>span{
    float: left;
    line-height: 50px;
    font-size: 14px;
}
.shopRes{
    color: #3da865;
}
.tabContainer{
    width: 2070px;/*7个div，只占2个宽，显示一个，消失一个*/
    margin-left: 0;
    overflow: hidden;
}
.tabContent{
    width: 1035px;
    float: left;
    background-color: #fff;
    overflow: hidden;
    /*min-height: 570px;*/
}
.tabContent{
    width: 1035px;
    float: left;
    background-color: #fff;
    overflow: hidden;
    /*min-height: 570px;*/
}
/*基本信息*/
.baseShow{
    overflow: hidden;
    -moz-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);

}
.baseInfo{
    width: 650px;
    float: left;
    padding-bottom: 40px;
}
.baseLogo{
    margin-left: 80px;
    margin-top: 30px;
    height: 170px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    margin-bottom: 15px;
}


.baseUpdate{
    float: right;
}
.baseList{
    width: 650px;
    height: auto;
    overflow: hidden;
    line-height: 32px;
    margin-bottom: 15px;
}
.baseList>*{
    float: left;
}
.baseList>span{
    width: 150px;
    text-align: right;
    font-size: 14px;
    color: rgb(68, 68, 68);
    font-weight: 600;
}
.baseList>i{
    font-size: 14px;
    color: rgb(136, 136, 136);
    width:500px;
}
.baseIntro{
    width: 500px;
}
.baseUpdate{
    border-radius: 2px;
    background-image: -moz-linear-gradient( 95deg, rgb(247,151,0) 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    background-image: -webkit-linear-gradient( 95deg, rgb(247,151,0) 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    background-image: -ms-linear-gradient( 95deg, rgb(247,151,0) 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    -moz-box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    -o-box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    -webkit-box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    width: 140px;
    height: 34px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(213, 137, 2, 0.004);
    margin-top: 30px;
    margin-right: 30px;
}
.baseUpdate::selection{
    background-color: transparent;
}
.baseUpdate::-moz-selection{
    background-color: transparent;
}
/*基本信息编辑*/
.baseEditor{
    width:1035px;
    display: none;
    overflow: hidden;
}
.editInfo,.editLogo{
    float: left;
}
.editInfo{
    width: 685px;
    margin-top:30px;
}
.editList{
    /*height: 42px;*/
    margin-bottom:10px;
    overflow: hidden;
}
.editList>h3{
    float: left;
    width:150px;
    margin-right: 20px;
    text-align: right;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom:7px;
}
.editList>h3>*{
    display: inline-block;
    vertical-align: middle;
}
.editList>input{
    float: left;
    border:1px solid rgb(210, 210, 210);
    height: 40px;
    width: 510px;
    text-indent:1em;
}
.editList>ul{
    float: left;
    width: 512px;

}
.editListChoice>li{
    float: left;
    list-style: none;
    padding: 0 10px;
    line-height: 25px;
    font-size: 14px;
    color: rgb(68, 68, 68);
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 90px;
    /*margin: 7.5px 0;*/
     margin: 7.5px 5px;
    position: relative;
}
/*一级菜单显示数量*/
.menuNum{
    position: absolute;
    right: -8px;
    top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: red;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    font-weight: 600;
    display: none;
}
.editListChoice>.editChoiceAct{
    border: 1px solid rgb(254,158,17);
}


.editAdd{
    float:left;
}
.editAdd>select{
    border:1px solid rgb(210,210,210);
    height: 40px;
    width: 252px;
    color:#888;
    text-indent: 1em;
}
.editAdd option{
    text-indent: 1em;
}
#RegisterAddress,#Address{
    width:510px;
    height:40px;
    margin-top: 15px;
    margin-left: 170px;
    border: 1px solid rgb(210,210,210);
}
#ShopIntroduction{
    float:left;
    margin-top: 14px;
    border:1px solid rgb(210,210,210);
    width: 490px;
    padding: 0 10px;
    height: 100px;
    line-height: 32px;
    font-size: 14px;
    color: rgb(68,68,68);
}
#ShopIntroduction::placeholder{
    color: rgb(199, 199, 199);
}
#ShopIntroduction::-moz-placeholder{
    color: rgb(199, 199, 199);
}

.editList>input::placeholder{
    font-size: 14px;
    color: #c7c7c7;
}
.editList>textarea::placeholder{
    font-size: 14px;
    color: #c7c7c7;
}
.editList>textarea::-webkit-scrollbar{
    width: 6px;
    background-color: #fff;
}
.editList>textarea::-webkit-scrollbar-thumb{
    background-color: black;
    border-radius: 10px;
}
.editList>textarea{
    scrollbar-track-color: #fff;
    scrollbar-face-color: black;
}
.addLicence{
    float: left;
}
.licencePic{
    width: 200px;
    height: 130px;
    float: left;
    overflow: hidden;
    position: relative;
}
.licencePic>img{
    max-width: 200px;
    max-height: 130px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.licencePic>span{
    width: 100%;
    height: 0;
    background-color: rgba(0,0,0,.5);
    font-size: 14px;
    color: rgb(199, 199, 199);
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 30px;
    -webkit-transition: height .7s;
    -moz-transition: height .7s;
    -ms-transition: height .7s;
    -o-transition: height .7s;
    transition: height .7s;
}
.licencePic:hover span{
    height: 30px;
}
.addLicenceIpt{
    width: 198px;
    height: 128px;
    border:1px solid rgb(210, 210, 210);
    background-color: rgb(239, 239, 239);
    float: left;
    position: relative;
}
.addLicenceIpt>img{
    margin: 30px auto 10px;
    width: 40px;
}
.addLicenceIpt>h4{
    font-size: 16px;
    color: rgb(136, 136, 136);
    text-align: center;
}
#addLicenceIpt{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/*上传Logo*/
.infoLogo{
    /*width: 180px;*/
    /*height: 180px;*/
    float: right;
    margin-right: 60px;
    margin-top: 60px;

}

.infoLogo>img{
    width: 160px;
    height: 160px;
    padding: 10px;
    margin-bottom: 20px;
    -moz-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
}
#addLogo{
    width: 140px;
    height: 34px;
    border-radius: 2px;
    margin: 0 auto;
    position: relative;
    background-color: rgb(247,151,0);
    background-image: -moz-linear-gradient( 95deg, rgb(247,151,0) 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    background-image: -webkit-linear-gradient( 95deg, rgb(247,151,0) 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    background-image: -ms-linear-gradient( 95deg, rgb(247,151,0) 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    -webkit-box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    -moz-box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    -o-box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
}
#addLogo>input{
    position: absolute;
    left: 0;
    right:0;
    margin: auto;
    top:0;
    width: 140px;
    height: 34px;
    border-radius: 2px;
    z-index: 111;
    opacity:0;
    cursor: pointer ;
}
#addLogo>span{
    font-size: 16px;
    color:#fff;
    text-shadow: 0 1px 2px rgba(213, 137, 2, 0.004);
    line-height: 34px;
    text-align: center;
    width: 100%;
    height:100%;
}




.infoOperate{
    float: left;
    width: 100%;
    height: 50px;
    margin: 60px auto 55px;
}
.infoOpCon{
    width: 400px;
    margin: 0 auto;
}
.infoSubmit,.infoClear{
    float:left;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
}
.infoSubmit::selection,.infoClear::selection{
    background-color: transparent;
}
.infoSubmit::-moz-selection,.infoClear::-moz-selection{
    background-color: transparent;
}

.infoSubmit{
    width: 321px;
    height: 50px;
    border-radius: 2px;
    background-color: rgb(243, 75, 71);
    -moz-box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    -o-box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    -webkit-box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    font-size: 20px;
    color:#fff;
    text-shadow: 0 1px 2px rgba(213, 137, 2, 0.004);
}
.infoClear{
    width: 70px;
    font-size: 14px;
    color: rgb(136, 136, 136);
}




.homePage{
    margin: 30px 0 0 30px;
    position: relative;
    width: 750px;
    left: 0;
    right: 0;
    top: 50px;
    margin: 20px auto;
}
/*0508新增上下架、审核状态*/
.picIcon{
    position: absolute;
    left:-5px;
    top:-5px;
    width: 100%;
    height: 36px;
}
.checkIcon,.loadIcon{
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    float: left;
    color: #fff;
}
.checkIcon{
    width: 95px;
    height: 36px;
    margin-right: 5px;
}
.loadIcon{
    width: 75px;
}
/*审核三种状态不同的背景色*/
.checkYet{
    background-color: #5ca2e7;
}
.checkIng{
    background-color: #5da3e7;
}
.checkPass{
    background-color: #5da3e8;
}
/*上下架两种状态*/
.loadUp{
    background-color: #42a667;
}
.loadDown{
    background-color: #707b8d;
}
.checkSubmit{
    width: 320px;
    height: 50px;
    background-color: rgb(247,151,0);
    background-image: -moz-linear-gradient( 95deg, rgb(247,151,0) 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    background-image: -webkit-linear-gradient( 95deg, rgb(247,151,0) 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    background-image: -ms-linear-gradient( 95deg, rgb(247,151,0) 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    color:#fff;
    font-size: 20px;
    margin: 75px auto 60px;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;

}


.homePic{
    width: 750px;
    height: auto;
}
.deletePage{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom:0;
    width: 750px;
    height: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,.7);
    color: #c7c7c7;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    -webkit-transition: height .7s;
    -moz-transition: height .7s;
    -ms-transition: height .7s;
    -o-transition: height .7s;
    transition: height .7s;
    cursor: pointer;
}
.homePage:hover .deletePage{
    height: 40px;
}
.addPage{
    width: 750px;
    height: 250px;
    background-color: #efefef;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 50px;
    margin: auto;
}
.addPage>*::selection{
    background-color: transparent;
}
.addPage>img{
    margin: 80px auto 10px;
    width: 40px;
}
.addPage>h4{
    font-size: 16px;
    color: rgb(136, 136, 136);
    line-height: 30px;
    text-align: center;
}
.addPage>span{
    font-size: 12px;
    color: rgb(180, 180, 180);
    text-align: center;
}
#addShopPage{
    position: absolute;
    width: 100%;
    height:100%;
    opacity: 0;
    left: 0;
    right: 0;
    margin: auto;
    top:0;
    z-index: 111;
    cursor: pointer;
}
/*服务产品*/
.tabProduct,.tabItem{
    width: 275px;
    margin: 30px;
    float: left;
    /*overflow: hidden;*/
}
.tabProList{
    width: 240px;
    height: 295px;
    float: left;
    /*margin: 20px 0 10px 18px;*/
    margin: 18px 0 10px 18px;
}
.extraClass{
    width: 240px;
    height: 250px;
    position: relative;
    /*overflow: hidden;*/
    -moz-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    float: left;
}

.proDetail{
    width: 240px;
    height: 250px;
    position: relative;
    /*overflow: hidden;*/
    -moz-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    /*float: left;*/
}




.proPic{
    width: 240px;
    height: 148px;
}

.proDetail>h4,.tabProList>h4{
    margin-left: 10px;
    font-size: 24px;
    color: rgb(68, 68, 68);
    line-height: 50px;
    width: 9em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
}
.proPrice{
    margin-left: 10px;
    font-size: 28px;
    color: rgb(243, 75, 71);
    display: inline-block;
    font-weight: 600;
}
.tabProList>i{
    font-style: normal;
    font-size: 14px;
    color: rgb(243, 75, 71);
    display: inline-block;
}
/*0507新增编辑按钮*/
.proDel{
    position: absolute;
}
.proEdit{
    width: 239px;
    height: 35px;
    background-color: #fff;
    border-radius: 4px;
    line-height: 35px;
    text-align: center;
    color: #000;
    cursor: pointer;
    margin: 10px auto;
    border:1px solid rgb(68,68,68);
}
.proDel{
    height: 0;
    /*height: 30px;*/
    width: 100%;
    background-color: rgba(0,0,0,.7);
    color: #c7c7c7;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    left: 0;
    right: 0;
    margin: auto;
    bottom:0;
    overflow: hidden;
    -webkit-transition: height .7s;
    -moz-transition: height .7s;
    -ms-transition: height .7s;
    -o-transition: height .7s;
    transition: height .7s;
    cursor: pointer;
}
.tabProList:hover .proDel,.tabCertList:hover .proDel{
    height: 30px;
}
.ProButton{
    overflow: hidden;
    width: 250px;
    margin: 0 auto;
}
.ProLoadEdit{
    float: right;
    border: 1px solid rgb(68, 68, 68);
    width: 100px;
    height: 36px;
    border-radius: 36px;
    margin: 10px auto;
    background-color: #fff;
    font-size: 16px;
    color: #444;
    cursor: pointer;
}
.ProDownload,.ProUpload,.ProLoadEdit{
    border: 1px solid rgb(68, 68, 68);
    width: 100px;
    height: 36px;
    border-radius: 2px;
    margin: 10px 12px;
    background-color: #fff;
    font-size: 16px;
    color: #444;
    cursor: pointer;
    float: left;
}
.ProDownload:hover,.ProUpload:hover,.ProLoadEdit:hover{
    background-color: #efefef;
}
.tabAdd{
    background-color: rgb(239, 239, 239);
    -moz-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    width: 240px;
    height: 250px;
    margin: 20px 0 10px 18px;
    float: left;
    cursor: pointer;
    position: relative;
}
.tabAddPro{
    margin: 50px 0 30px 30px;
}
.tabAddPlus{
    margin: 90px auto 10px;
    height: 40px;
}
.tabAdd>span{
    font-size: 16px;
    color: rgb(136, 136, 136);
    text-align: center;
}
.tabAdd>*::selection{
    background-color: transparent;
}
.tabAdd>*::-moz-selection{
    background-color: transparent;
}
#tabAdd,#addItemCase{
    position: absolute;
    left: 0;
    right:0;
    margin: auto;
    top:0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
    cursor: pointer;
}

/*资质证书*/
.tabCert{
    overflow: hidden;
}
.tabCertLists{
    overflow: hidden;
}
.tabCertList{
    height: 205px;
    margin: 30px 0 30px 30px;
    -moz-box-shadow: 0 0 11.7px 1.3px rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 0 11.7px 1.3px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 0 11.7px 1.3px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 11.7px 1.3px rgba(0, 0, 0, 0.14);
    float: left;
    position: relative;
}
.certPic{
    height: 205px;
}
.tabCertAdd{
    width: 311px;
    height: 205px;
    background-color: rgb(239, 239, 239);
    float: left;
    margin: 30px 0 30px 30px;
    cursor: pointer;
    position: relative;
}
#addCertCase{
    width: 311px;
    height: 205px;
    position: absolute;
    left:0;
    right: 0;
    margin: auto;
    top:0;
    opacity: 0;
    cursor: pointer;
}
.tabCertAdd>span{
    text-align: center;
    font-size: 16px;
    color: rgb(136, 136, 136);
}
.tabCertAdd>*::selection{
    background-color: transparent;
}
.tabCertAdd>::-moz-selection{
    background-color: transparent;
}





/*编辑服务产品*/
.editSerPro{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top:0;
    background-color: rgba(0,0,0,.4);
    z-index: 111;
}
.editProBox{
    width: 1042px;
    height: 985px;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    left: 0;
    right:0;
    top:0;
    bottom:0;
    margin: auto;
    z-index: 1112;
    overflow-x: hidden;
    overflow-y: scroll;
    /*三角箭头的颜色*/
    scrollbar-arrow-color: transparent;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: rgb(247,151,0);
    /*滚动条整体颜色*/
    scrollbar-highlight-color: transparent;
    scrollbar-3dlight-color: transparent;
    -ms-scrollbar-3dlight-color: transparent;
    /*滚动条阴影*/
    scrollbar-shadow-color: transparent;
    /*滚动条轨道颜色*/
    scrollbar-track-color: transparent;
}
.editProBox::-webkit-scrollbar{
    background-color: transparent;
    width: 1px;
}
.editProBox::-webkit-scrollbar-thumb {
    background-color: rgb(247, 151, 0);
    background-image: -moz-linear-gradient(95deg, rgb(247, 151, 0) 0%, rgb(251, 188, 34) 48%, rgb(255, 225, 67) 99%);
    background-image: -webkit-linear-gradient(95deg, rgb(247, 151, 0) 0%, rgb(251, 188, 34) 48%, rgb(255, 225, 67) 99%);
    background-image: -ms-linear-gradient(95deg, rgb(247, 151, 0) 0%, rgb(251, 188, 34) 48%, rgb(255, 225, 67) 99%);
    width: 3px;
}


.editProBody{
    width: 985px;
    border-bottom: 1px solid rgb(210, 210, 210);
    margin: 0 auto 20px;
    overflow: hidden;
}
.editProLeft{
    width: 455px;
    /*height: 345px;*/
    float: left;
}
.editAddPro{
    width: 455px;
    height: 285px;
    background-color: rgb(239, 239, 239);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    background-size:cover;
}
.editAddPro>img{
    height: 40px;
    margin: 105px auto 10px;
}
.editAddPro>h5{
    font-size: 16px;
    color: rgb(136, 136, 136);
    text-align: center;
    line-height: 25px;
}
.editAddPro>span{
    font-size: 14px;
    color: rgb(180, 180, 180);
    text-align: center;
    line-height: 20px;
}
#SerPro,#CsPro{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top:0;
    z-index: 115;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    /*margin-bottom: ;*/
}
.editProPics{
    overflow: hidden;
}
.editProPics>li{
    width: 90px;
    height: 60px;
    float: left;
    list-style: none;
    margin-right: 30px;
    background-color: #efefef;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}
.editProPics>li:last-child{
    margin-right: 0;
}
.editProDel{
    width: 100%;
    /*height: 20px;*/
    height: 0;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: rgb(199, 199, 199);
    z-index: 116;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    -moz-transition:height .7s;
    -o-transition:height .7s;
    -webkit-transition:height .7s;
    transition: height .7s;
}
.editProPics>li:hover .editProDel{
    height: 20px;
}
.editProRight{
    width: 530px;
    float: left;
}
.subBoxList{
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.subBodyTitle{
    font-size: 14px;
    color: rgb(68, 68, 68);
    line-height: 40px;
    text-align: right;
    margin-right: 15px;
    width: 65px;
    font-weight: bold;
}
.subBoxList>*{
    float: left;
}
.subBoxChoice>li{
    padding: 0 10px;
    list-style: none;
    float: left;
    line-height: 25px;
    font-size: 14px;
    color: rgb(68, 68, 68);
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 90px;
    margin: 7.5px 0;
}
.subBoxChoice>.subBoxActive{
    border: 1px solid rgb(254,158,17);
}
.subBoxTags{
    width: 440px;
    overflow: hidden;
}
.subBoxTags>li{
    float: left;
    list-style: none;
    margin: 10px;
}
.subBoxTag,.subTagName{
    float:left;
}
.subBoxTag{
    margin: 1.5px 5px;
}
.subTagName{
    font-size: 14px;
    color: rgb(68, 68, 68);

}
.editProName{
    width: 260px;
    height: 40px;
    border:1px solid rgb(210, 210, 210);
    float: left;
    text-indent: 1em;
    font-size: 14px;
    color: rgb(68, 68, 68);
    line-height: 40px;
}
.editProName:focus{
    border: 1px solid rgb(254,158,17);
}
.editProName>*{
    float: left;
}
.editProName>input{
    width: 220px;
    height: 40px;
    text-indent: 1em;
}
.editProDetail{
    width: 410px;
    height: 110px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    padding: 0 10px;
    line-height: 32px;
}
.editProDetail::placeholder{
    color: rgb(199, 199, 199);
}
.editProDetail::-moz-placeholder{
    color: rgb(199, 199, 199);
}
.subSelect{
    width: 300px;
    height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}
#ShowServiceArea{
    width: 280px;
    max-height: 120px;
    min-height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    overflow-y: scroll;
}
.subBoxAddress{
    padding: 5px 10px;
    background-color: rgba(247,151,0,.7);
    border-radius: 4px;
    font-size: 14px;
    color: rgb(68,68,68);
    float: left;
    margin: 5px;
}
.addSubArea{
    border-radius: 2px;
    background-color: rgb(247,151,0);
    background-image: -moz-linear-gradient( 95deg, rgb(247,151,0) 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    background-image: -webkit-linear-gradient( 95deg, rgb(247,151,0) 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    background-image: -ms-linear-gradient( 95deg, rgb(247,151,0) 0%, rgb(251,188,34) 48%, rgb(255,225,67) 99%);
    -moz-box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    -o-box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    -webkit-box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    width: 140px;
    margin-left: 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 9px 0;
    text-shadow: 0 1px 2px rgba(213, 137, 2, 0.004);
}
.addSubArea>img{
    margin-top: -1px;
}
.addSubArea>*{
    display: inline-block;
    vertical-align: middle;
}
/*ztree*/
.ztreePart{
    position: fixed;
    z-index: 1115;
    left: 0;
    right: 0;
    margin: auto;
    top:0;
    width: 100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
}
.ztreeBox{
    width: 300px;
    padding: 20px;
    height: 650px;
    height: 40vh;
    position: absolute;
    min-height: 430px;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    margin: auto;
    background-color: #fff;
    -moz-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.21);
    -o-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.21);

}
.ztreeContainer{
    margin: 0 auto 15px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 350px;
}

.ztreeSure{
    /*position: absolute;*/
    /*bottom: 15px;*/
    /*left: 0;*/
    /*right:0;*/
    /*margin: auto;*/
    margin: 0 auto;
    width: 200px;
    height: 40px;
    border-radius: 4px;
    background-color: rgb(243, 75, 71);
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.ztreeClose{
    margin: -10px -5px 0 0;
    font-size: 25px;
    float: right;
    cursor: pointer;
}
.ztreeContainer::-webkit-scrollbar{
    width: 3px;
}
.ztreeContainer::-webkit-scrollbar-thumb{
    background-color: rgb(247,151,0);
}
.ztree li .node_name{
    display: inline-block;
}

/*添加全国选项*/
.wholeCountry {
    width: 275px;
    height: 15px;
    margin: 0 auto 15px;
    font-size: 12px;
}
.wholeCountry>input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
}

.subPreList{
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.editProPics{
    width: 985px;
    margin: 0 auto;
    overflow: hidden;
}
.proPicTitle{
    font-size: 14px;
    color: rgb(68, 68, 68);
    float: left;
    width:80px;
}
.editPic{
    width: 750px;
    overflow: hidden;
    margin: 0 auto;
    /*height: 800px;*/
}
.editAddPic{
    width: 750px;
    position: relative;
    margin-bottom: 15px;
}
.editAddPic>img{
    width: 100%;
}
.editAddPic>span{
    position: absolute;
    width: 750px;
    height:0;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    line-height: 40px;
    left: 0;
    right: 0;
    margin: auto;
    bottom:0;
    -webkit-transition: height .7s;
    -moz-transition: height .7s;
    -ms-transition: height .7s;
    -o-transition: height .7s;
    transition: height .7s;
}
.editAddPic:hover span{
    height:40px;
}
.editPicIpt{
    width: 750px;
    height: 250px;
    background-color: rgb(239, 239, 239);
    position: relative;
    overflow: hidden;
}
.editPicIpt>img{
    margin: 80px auto 15px;
}
.editPicIpt>h5{
    font-size: 16px;
    color: rgb(136, 136, 136);
    text-align: center;
    line-height: 25px;
}
.editPicIpt>span{
    font-size: 14px;
    color: rgb(180, 180, 180);
    text-align: center;
    line-height: 25px;
}
#editPicAdd,#editCsAdd{
    position: absolute;
    width:750px;
    height:250px;
    left:0;
    right:0;
    margin: auto;
    top:0;
    z-index: 116;
    opacity: 0;
    cursor: pointer;
}

.editSubmit{
    border-radius: 2px;
    background-color: rgb(243, 75, 71);
    -moz-box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    -o-box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    -webkit-box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    width: 321px;
    height: 50px;
    margin: 45px auto;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(213, 137, 2, 0.004);
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.editSubmit::selection{
    background-color: transparent;
}
.editSubmit::-moz-selection{
    background-color: transparent;
}



/*编辑项目案例*/
.editItemCs{
    width: 100%;
    height: 100%;
    position:fixed;
    left: 0;
    right:0;
    margin: auto;
    top:0;
    z-index: 1111;
    background-color: rgba(0,0,0,.5);
}


/*点击删除时的弹窗*/

.alertWin{
    position: fixed;
    left: 0;
    right:0;
    top:0;
    bottom: 0;
    margin: auto;
    width: 430px;
    height: 240px;
    background-color: #fff;
    border-radius: 4px;
    -moz-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.21);
    -o-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.21);
    z-index: 1111;
}

.winNotice{
    text-align: center;
    font-size: 20px;
    text-shadow: 0 1px 2px rgba(213, 137, 2, 0.004);
    margin: 65px auto;
}
.winButs{
    width: 300px;
    height: 35px;
    margin: 0 auto;
}
.winButs>span{
    float: left;
    width: 140px;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    border-radius: 4px;
}
.winSure{
    margin-right: 20px;
    background-color: rgb(243, 75, 71);
    -moz-box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    -o-box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    -webkit-box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
    box-shadow: 0 3px 8px 0 rgba(231, 140, 7, 0.4);
}

.winCancel{
    background-color: #000;
    -moz-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
}
/*二次提示框*/
.tips{
    position: fixed;
    background-color: rgba(0,0,0,.5);
    left: 0;
    top:0;
    width: 100%;
    height:100%;
    z-index: 1200;
    display: none;
}
.tipBox{
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height:150px;
    background-color: #fff;
    border-radius: 4px;
    -moz-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.06);
}
.tipClose{
    width: 25px;
    height: 25px;
    font-size: 25px;float: right;
    margin: 10px;
}
.tipTxt{
    font-size: 20px;
    text-align: center;
    margin: 60px auto;
}

.editHeader{
    width:985px;
    height:50px;
    line-height:50px;
    margin:10px auto;
}
.editClose{
    float: right;
    color: #c7c7c7;
    font-size: 35px;
    cursor: pointer;
    float:right;
}
.editTitle{
    font-size: 24px;
    color: rgb(68, 68, 68);
    float:left;
}



.baseLicence{
    width:200px;
    height:132px;
}


/*20180524新增用户协议样式*/
.infoProtocol {
    float: left;
    width: 800px;
    margin-left: 170px;
}
.infoProtocol>* {
    line-height: 25px;
    vertical-align: middle;
    display: inline-block;
}