.entrust-menu-box {
    box-sizing: border-box;
    padding: 30px 0;
    height: 100px;
    font-size: 16px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
        -ms-box-shadow: 0 1px 3px rgba(0,0,0,.1);
         -o-box-shadow: 0 1px 3px rgba(0,0,0,.1);
            box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.entrust-menu 
{
    width: 1150px;
    margin: 0 auto;
}
.entrust-menu-item {
    float: left;
    margin-left: 30px;
    box-sizing: border-box;
    width: 116px;
    height: 40px;
    color: #394043;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
}
.container {
    width: 1150px;
    margin: 22px auto 60px;
}
.entrust-wrapper {
    width: 854px;
    display: inline-block;
    margin-right: 22px;
    vertical-align: top;
    background: #fff;
}
.form-box {
    position: relative;
    padding: 46px;
    padding-left: 35px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
        -ms-box-shadow: 0 1px 3px rgba(0,0,0,.2);
         -o-box-shadow: 0 1px 3px rgba(0,0,0,.2);
            box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.form-item {
    margin-bottom: 15px;
}
.form-label,
.form-explain {
    float: left;
    display: block;
    padding: 9px;
    width: 80px;
    text-align: right;
    line-height: 20px;
    position: relative;
}
.form-auxiliary {
    float: left;
    margin-right: 10px;
    display: block;
    padding: 9px;
    text-align: right;
    line-height: 20px;
    position: relative;
}
.form-label span {
    margin-right: 3px;
}
.form-input-box {
    position: relative;
    margin-left: 98px;
    min-height: 36px;
    line-height: 36px;
}
.form-input-inline {
    float: left;
    position: relative;
    width: 240px;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 36px;
}
.form-input-sm-inline {
    float: left;
    position: relative;
    width: 156px;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 36px;
}
.form-radio-box {
    position: relative;
    float: left;
    width: 100px;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}
.form-input,
.form-textarea,
.form-radio {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 9px 10px;
    line-height: normal;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    -webkit-transition: border-color .3s cubic-bezier(.65,.05,.35,.5);
    -moz-transition: border-color .3s cubic-bezier(.65,.05,.35,.5);
    -ms-transition: border-color .3s cubic-bezier(.65,.05,.35,.5);
    transition: border-color .3s cubic-bezier(.65,.05,.35,.5);
}
.form-textarea {
    min-height: 100px;
    height: auto;
    line-height: 28px;
    padding: 6px 10px;
    resize: none;
}
.form-radio {
    opacity: 0;
    float: left;
    width: 22px;
    margin-left: 20px;
}
.form-btn-box {
    margin-left: 98px;
    margin-top: 42px;
    margin-bottom: 9px;
    height: 40px;
    line-height: 40px;
}
.form-sm-btn-box {
    width: 100%;
    height: 38px;
    line-height: 38px;
}
.form-btn {
    width: 100%;
    height: 100%;
    border: 0;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}
.form-sm-btn {
    width: 100px;
    height: 100%;
    border: 0;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}
.form-select-box {
    position: relative;
    float: left;
    width: 150px;
    vertical-align: middle;
}
.select-title {
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    line-height: 36px
}
.select-title input {
    cursor: pointer;
    padding-right: 38px;
}
.select-input 
{
    cursor: pointer;
    user-select: none;
}
.select-option {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
    margin: 0;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: content-box;
         -o-box-sizing: border-box;
}
.option {
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.select-option .option:hover 
{
    background: #e2e2e2;
}
.suggest-box 
{
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}
.form-upload-box {
    position: relative;
}
.form-upload {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 10;
    line-height: 32px;
    cursor: pointer;
}

.entrust-photo-box 
{
    position: relative;
    top: -11px;
    left: -11px;
}
.entrust-photo-box li 
{
    float: left;
    box-sizing: border-box;
    position: relative;
    margin: 11px 0 0 11px;
    width: 106px;
    height: 106px;
}
.entrust-photo-box li>img 
{
    width: 100%;
    height: 100%;
}
.photo-mask 
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
}
.photo-delect 
{
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
}
.entrust-photo-box li.photo-item:hover .photo-mask,
.entrust-photo-box li.photo-item:hover .photo-delect
{   
    display: block;
}
.add-img 
{
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 104px;
    font-size: 30px;
    color: #9f9e9e;
    font-weight: 400;
    background: #f9f9f9;
    cursor: pointer;   
}
.entrust-photo-box li.add-img:hover 
{
    font-size: 40px;    
}



.right-content 
{
    border: 0;
    background: #fff; 
}

.layer-content-left {
    float: left;
    width: 50%;
}
.layer-content-div {
    width: 100%;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.autocomplete-suggestion 
{
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    font-size: 14px;
    border-top: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;   
}
.autocomplete-suggestions .autocomplete-suggestion:nth-child(1) 
{
    margin-top: 0; 
}
.autocomplete-suggestions .autocomplete-suggestion:nth-last-child(1) 
{
    margin-bottom: 0;    
}
.autocomplete-suggestion:hover 
{
    background: #e2e2e2;
    padding: 0 10px;
}
.form-qrcode-box {
    position: absolute;
    top: 46px;
    right: 35px;
    width: 130px;
    height: 160px;
    border: 1px solid;
    border-radius: 3px;
}
.form-qrcode {
    box-sizing: border-box;
    padding-top: 10px;
    width: 130px;
    height: 130px;
    text-align: center;
}
.form-qrcode-title {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}