@charset "utf-8";

.listleft,
.listbox,
.viewbox {
    overflow: visible !important;
}

.em_name {
    padding: 5px 0 15px;
}

.em_name form {
    font-size: 14px;
}

.em_name ul {
    float: left;
    padding-left: 0
}

.em_name li {
    float: left !important;
    padding: 2px 0 3px 5px !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    overflow: visible !important;
    background: none !important;
}

.em_name li span {
    padding-left: 8px;
    float: left;
    line-height: 28px;
    padding-left: 8px;
}

.em_name .input {
    background: #fff;
    width: 95px;
    height: 18px;
    line-height: 18px;
    border: 0;
    padding: 4px 5px;
    border: 1px solid #6fb3a7;
    -moz-box-shadow: 1px 1px 5px #efefef inset;
    -webkit-box-shadow: 1px 1px 5px #efefef inset;
    box-shadow: 1px 1px 5px #efefef inset;
}

.em_name .select {
    position: relative;
    float: left;
    font-size: 14px
}

.em_name .select select {
    position: relative;
    z-index: 2;
    opacity: 1;
    filter: alpha(opacity=0);
    padding: 0 7px 0 2px
}

.em_name .select em {
    display: none;
    padding: 0 25px 0 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 28px;
    line-height: 28px;
    background: #fff;
    color: #13302b;
    border: 1px solid #6fb3a7;
    text-align: left;
    -moz-box-shadow: 1px 1px 5px #efefef inset;
    -webkit-box-shadow: 1px 1px 5px #efefef inset;
    box-shadow: 1px 1px 5px #efefef inset;
}

.em_name .select em b {
    font-weight: 400;
    white-space: nowrap
}

.em_name .select em i {
    width: 7px;
    height: 4px;
    background: url(../images/icon.png) no-repeat 4px 11px;
    padding: 12px 4px;
    border: 1px solid #447a71;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
}

.em_name .select select {
    height: 28px;
    border: 1px solid #6fb3a7;
}

.em_name .sub {
    text-align: center;
    padding-top: 10px;
    clear: both;
}

.em_name .sub .submit {
    margin: 0;
    float: none;
}

.em_name .guanbi {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    padding: 0 6px;
    color: #fff
}

.em_name .submit {
    width: 134px;
    height: 33px;
    background: url(../images/sub.png) no-repeat;
    border: 0;
    float: left;
    cursor: pointer;
    margin-left: 9px
}

.em_name .tz_box {
    position: absolute;
    top: 35px;
    bottom: auto;
    background: rgba(0, 30, 25, .9) !important;
    filter: Alpha(opacity=90);
    background: #001e19;
    left: 0;
    width: 300px;
    padding: 7px 10px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none
}

.em_name .tz_box label {
    float: left;
    padding: 3px 10px;
    background: #ccc;
    color: #333;
    font-size: 12px;
    margin: 5px 5px 0 0;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    cursor: pointer;
    line-height: 16px;
}

.em_name .tz_box label input {
    display: none
}

.em_name .tz_box label:hover {
    background: #bbb
}

.em_name .tz_box label.on {
    background: #789e88;
    color: #fff
}

.em_name .tz_box span {
    width: 30px;
    height: 30px;
    background: #000;
    color: #999;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 0 !important;
    border-radius: 50%;
    cursor: pointer
}

.em_name .tz_box span:hover {
    color: #fff
}

.em_name .tz_box p {
    margin: 0;
    font-size: 12px;
    clear: both;
    text-align: left;
    padding-top: 5px;
    color: #fff
}

.em_name .select.on .tz_box {
    display: block;
}


/* 修改弹窗 */
.em_name .tz_box {
    width: 370px;
    background: #fff !important;
    box-shadow: 0px 0px 10px 0px rgb(156 156 156 / 50%);
}

.em_name .tz_box label {
    width: 42px;
    background: #e8e8e8;
    color: #666666;
    text-align: center;
    line-height: 20px;
}

.em_name .tz_box label {
    margin: 5px 6px 8px 6px;
}

.em_name .tz_box p {
    color: #333;
    padding-left: 6px;
}

.closeQr {
    width: 100%;
    height: 38px;
    background: #eab262;
    text-align: center;
    line-height: 38px;
    border-radius: 8px;
    display: block;
    color: #ffff !important;
    margin-bottom: 5px;
    font-size: 18px;
    display: block;
}

.tz_box>h3 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 8px;
    padding-top: 5px;
}

.tz_box h3 i {
    font-size: 12px;
    color: #999999;
}