


.content{
    width: 1200px;
    margin: 50px auto 100px;
    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);
    background-color: #fff;
}
.editInfo,.infoLogo,.infoOperate{
    float: left;
}
.editInfo{
    width: 780px;
    /*height: 790px;*/
    margin-top: 60px;
}
.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: 14px;
}
.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;
    border-radius: 5px;
}
.editAdd{
    float:left;
}
.editAdd>select{
    border:1px solid rgb(210,210,210);
    height: 40px;
    width: 252px;
    color:#888;
    text-indent: 1em;
    border-radius: 5px;
}
.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:510px;
    height: 100px;
    line-height: 32px;
    font-size: 14px;
    color: rgb(199, 199, 199);
    text-indent: 1em;
    border-radius: 5px;
}
/*编辑营业执照*/
.editLicence{
    width: 200px;
    position: relative;
    height: 135px;
    float: left;
    overflow: hidden;
}
.editLicence>img{
    position:absolute;
    left: 0;
    right: 0;
    margin: auto;
    height:135px;
}
.editDel{
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    /*height: 30px;*/
    height: 0;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    background-color: rgba(0,0,0,.7);
    -webkit-transition: height .7s;
    -moz-transition: height .7s;
    -ms-transition: height .7s;
    -o-transition: height .7s;
    transition: height .7s;
    cursor: pointer;
}
.editLicence:hover .editDel{
    height: 30px;
}
#addLicence{
    width: 200px;
    height: 130px;
    background-color: #efefef;
    float: left;
    border-radius: 5px;
    margin-left: 10px;
    position: relative;
}
#addLicence>input{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 111;
    opacity: 0;
    cursor: pointer;    
    left: 0;
    top: 0;
}
#addLicence>img{
    width: 35px;
    margin: 35px auto 10px;
}
#addLicence>span{
    text-align: center;
    font-size: 16px;
    color: rgb(136, 136, 136);

}





.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;
}
.editList > .getVer{
    width: 130px;
    height: 40px;
    text-align: center;
    background-color: rgb(243, 75, 71);
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    text-indent: 0;
    border: 1px solid rgb(243,75,71);
    cursor: pointer;
}


/*元素 {

}*/
/*.editList > input {

    float: left;
    border: 1px solid rgb(210, 210, 210);
    height: 40px;
    width: 510px;
    text-indent: 1em;
    border-radius: 5px;

}*/
.editList >.getVerGray{
    width: 130px;
    height: 40px;
    text-align: center;
   background-color:rgb(237,237,237);
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    text-indent: 0;
    border: 1px solid rgb(237,237,237);
    cursor: pointer;
}

/*上传Logo*/
.infoLogo{
    /*width: 180px;*/
    /*height: 180px;*/

    margin-left: 110px;
    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);
}







/*.editList>input{
    float: left;
    border:1px solid rgb(210, 210, 210);
    height: 40px;
    width: 510px;
    text-indent:1em;
    border-radius: 5px;
}*/
.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 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;
    line-height:18px\9;
    font-weight: 600;
    display: none;
}

.editListChoice>.editChoiceAct{
    border: 1px solid rgb(254,158,17);
}


/*20180524新增用户协议样式*/
.infoProtocol {
    float: left;
    width: 800px;
    margin-left: 170px;
}
.infoProtocol>* {
    line-height: 25px;
    vertical-align: middle;
    display: inline-block;
}

