@charset "utf-8";
/*
 * 租赁后台v0.0.1版本
 * 更新于2015.10.15
 * @刘欢
 */
* {    
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    min-width: 1030px;
    min-height: 500px;
    padding-bottom: 50px;
    font-family:'Microsoft Yahei';
}

#edui_fixedlayer{
    display: none;
}
ul,li,a,input,button,a:hover,textarea,select,label,dl,dd,dt,label,p {
    margin: 0;
    background: none;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none;
    font-weight: normal;
}
input,textarea,select {   
    color: #323232;
    line-height: normal;
}
button:focus,button:active,a:focus,a:active,select:active,select:focus,select:hover{
    text-decoration: none;
    outline: none;
}

.loading {
    width: 100%;
    display: block;
    background: url(../img/loading.gif) no-repeat center center;
    min-height: 100%;
}


/* 通用css样式 */
.fs12 {
    font-size: 12px !important;
}
.fs14 {
    font-size: 14px !important;
}
.mt5 {
    margin-top: 5px;
}
.mt7 {
    margin-top: 7px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt70 {
    margin-top: 70px;
}
.mt150 {
    margin-top: 150px;
}
.mr20 {
    margin-right: 20px;
}
.mr60 {
    margin-right: 60px;
}
.mr72 {
    margin-right: 72px;
}
.mb20 {
    margin-bottom: 20px;
}
.ml20 {
    margin-left: 20px;
}
.ml15 {
    margin-left: 15px;
}
.ml10 {
    margin-left: 10px;
}
.ml24 {
     margin-left: 24px;
 }
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt36 {
    padding-top: 36px;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl12 {
    padding-left: 12px !important;
}
.pl20 {
    padding-left: 20px;
}
.pl50 {
    padding-left: 50px;
}
.pr10 {
    padding-right: 10px;
}
.pb20 {
    padding-bottom: 20px;
}
.w50 {
    width: 50px;
}
.w70 {
    width: 70px;
}
.w100 {
    width: 100px;
}
.w120 {
    width: 120px;
}
.w150 {
    width: 150px;
}
.w180 {
    width: 180px;
}
.w200 {
    width: 200px;
}
.w250 {
    width: 250px;
}
.w300 {
    width: 300px;
}
.w350 {
    width: 350px;
}
.fz14 {
    font-size: 14px;
}
.fz12 {
    font-size: 12px;
}





/* 禁用按钮 */
button[disabled] {
    background: none;
    border: 1px solid #e5e9ed;
    color: #999;
    cursor: not-allowed;
}
button[disabled]:hover {
    background: none;
}
/* 通用板块设置 */

.common-box {
    display: block;
    padding: 20px 0 12px;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    width: 100%;

}
.common-small-box {
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.common-box-left {
    width: 182px;
    float: left;
    height: 36px;
    line-height: 36px;
}
.common-box-left .common-label {
    display: block;
    text-align: right;
    height: 36px;
    line-height: 36px;
    float: right;
    padding-right: 24px;
}


/* 提醒“必填”标签 */
.common-box-left .common-label i.must-write {
    padding-right: 10px;
    color: #e85656;
    font-style: normal;
}
.common-box-right {
    width: 810px;
    float: left;
    overflow: hidden;
}
.common-box-right p.common-txt {
    height: 36px;
    line-height: 250%;
    font-size: 14px;
    color: #999;
}
.common-box-right p.common-txt span {
    color: #e85656;
}
.common-box-right p.common-txt i {
    font-style: normal;
    font-size: 12px;
}
.common-input {
    padding-left: 8px;
    float: left;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    background: #fff;
    min-height: 30px;
    width: 95%;
}
 .common-input-w400 {
    width: 400px;
    height: 36px;
    line-height: 200%;
}
.common-input-h100 {
    width: 400px;
    height: 100px;
    padding-top: 8px;
    line-height: 20px;
    resize: none;
}
.common-input-h200 {
    width: 400px;
    height: 200px;
    padding-top: 8px;
    line-height: 20px;
    resize: none;
}
.common-input-w96 {
    width: 96px;
    height: 30px;
    line-height: 200%;
    margin-right: 12px;
}
.common-input-w120 {
    width: 120px;
    height: 36px;
    line-height: 200%;
    margin-right: 12px;
}
.common-input-w200 {
    width: 200px;
    height: 36px;
    line-height: 200%;
    margin-right: 12px;
}
.textarea-w479 {
    width: 479px;
    height: 120px;
    padding-top: 8px;
    line-height: 20px;
    resize: none;
}
/*.common-input:focus {
    border-color: #999;
}*/
.common-input:hover {
    border-color: #999;
}
.common-input-success  {
    border-color: #96bbd7;
}
.common-input-error  {
    border-color:  #fd8183;
}

/* 输入框下方提示 */
.common-box-right .common-tips {
    display: block;
    font-size: 12px;
    padding: 12px 0 0 0;
    color: #999;
    clear: both;
}
.common-box-right .website-upload {
    width: 102px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 14px;
    float: left;
    text-align: center;
    border-radius: 3px;
}
.common-box-right .upload {
    margin-top: 12px;
    float: left;
    /*background: red;*/

}
.common-box-right .upload-pic {
    width: 200px;
    height: 75px;
}
.common-box-right .upload-icon {
    width: 100px;
    height: 100px;
}
.common-box-right .editor {
    width: 800px;
}

/* 搜索框样式 开始 */
.header-h3 .selection {
    padding-top: 5px;
    float: right;
    color: #323232;
    display: block;
    /*overflow: hidden;*/
    /*width: 80%;*/
    text-align: right;
}
.search-box {
    width: 245px;
    float: left;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.search-box .search-input {
    padding-left: 8px;
    float: left;
    width: 200px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d6d6d6;
    border-right: none;
    border-radius: 3px 0 0 3px;
    background: #fff;
    color: #323232;
}
.appointment-search-input {
    padding-left: 8px;
    float: left;
    width: 178px;
    height: 30px;
    border: 1px solid #d6d6d6;
    border-right: none;
    border-radius: 3px 0 0 3px;
    background: #fff;
    color: #323232;
}
.search-box > .search-btn {
    display: block;
    float: right;
    width: 45px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    border: 1px solid #283222;
    border-radius: 0 3px 3px 0;
    background: #28323c;
}
.selection a.show-all {
    float: right;
    display: block;
    width: 50px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 12px;
    margin: 0 0 0 10px;
    border-radius: 3px;
    opacity: 0.9;
    color: #666;
}
.selection a.show-all:hover {
    opacity: 1;
}
.selection > .search-btn {
    display: block;
    float: left;
    width: 65px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    border: 1px solid #283222;
    border-radius: 3px;
    background: #28323c;
    font-size:12px;
}

.search-box .autocompleter {
    top: 30px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
}
.search-box .autocompleter .autocompleter-list {

}
.autocompleterBox {
    width: 400px;
    height: 40px;
}
.common-box-right {
    /*position: relative;*/
}
.autocompleterBox .autocompleter,.advertAutocompleterBox .autocompleter {
    position: absolute;
    background: #fff;
    top: 150px;
    z-index: 9999;
    border: 1px solid #cecece;
    border-top: none;
    width: 400px;
}
.advertAutocompleterBox .autocompleter {
    top: 317px;
}
    /* 搜索框样式 结束 */

/* 输入框“反馈”信息CSS 开始 */
.website-logo {
    width: 102px;
    height: 30px;
    line-height: 30px;
}
.warn-info {
    display: inline-block;
    /**display:inline;*/
    /*width: 300px;*/
    height: 36px;
    line-height: 36px;
    margin-left: 10px;
    padding-left: 20px;
    float: left;
    font-size: 12px;
}
.warn-info-success {
    background: url("../img/right.png") no-repeat center center;
}
.warn-info-error {
    background: url("../img/mistake.png") no-repeat 5px center;
    color: #e85656;
}
/* 输入框反馈信息CSS 结束 */


/* 提示信息 开始 */
.tip-information {
    margin: 0 auto;
    width: 500px;
    padding: 150px 0;
    overflow: hidden;
}
.tip-information dl {
    width: 100%;
    height: 150px;
    background: none;
}
.tip-information dl dd,.tip-information dl dt {
    float: left;
}
.tip-information dl dt {
    width: 100px;
    height: 100px;
    padding-top:5px
}
.tip-information dl dd {
    display: block;
    width: 400px;
    float : left;
}
.tip-information dl dd h3 {
    height : 45px;
    font-size:20px;
    line-height: 45px;
    margin:0;
}
.tip-information dl dd p {
    font-size : 12px;
}
.tip-information dl dd i {
    font-style: normal;
}
.tip-information .tip-information-btn {
    /*width: 310px;*/
    overflow: hidden;
    /*text-align: center;*/
}
.tip-information .tip-information-btn button {
    margin-right: 25px;
}
/* 提示信息 结束 */

/* 普通的按钮 start */
.general-btn {
    width:100px;
    height : 30px;
    line-height: 30px;
    border:1px solid #eee;
    font-size: 12px;
    color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 0
}
/* 普通的按钮 start */


/* 按钮通用样式 */
.common-btn {
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    background: #3d464f;
    color: #fff;
    display: inline-block;
    min-width: 98px;
    text-align: center;
}
.btn-div .export {
    margin-left: 15px;
    line-height: 36px;
}
/* 保存按钮 */
.save {
    margin: 36px 0 0 180px;
}
.save:hover,.common-btn:hover {
    background: #14191e;
}
a.common-btn:hover {
    color:#fff;
}

/* 通用表格样式 开始 */
.table-list {  
    text-align: center;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    border-collapse: collapse;
    border-spacing: 0;
}
.table-list tr {
    border-bottom: 1px solid #ddd;
}
.table-list tr:hover,.table-list tr.on {
    background: #f6f8fa;
}
.table-list tr th {
    text-align: center;
    padding: 15px 0;
}
.table-list tr td {
    padding: 15px 0;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-list tr td img {
    max-height: 100px;
}
.feedback-table tr td img {
    max-width: 150px;
    max-height: 50px;
}
.table-list tr th.tl,.table-list tr td.tl {
    text-align: left;
}
.table-list tr td .icon-menu {
    display: inline;
    padding:4px 15px;
    cursor: pointer;
}
.table-list tr td .icon-menu-down {
    background: url("../img/caret_down.png") no-repeat 25% center;
}
.table-list tr td .icon-menu-up {
    background: url("../img/caret_up.png") no-repeat 40% center;
}
.table-list tr td.two-menu {
    padding-left: 35px;
}
.table-list tr td.three-menu {
    padding-left: 70px;
}
.table-list tr td a.edit {
    width: 32px;
    height: 20px;
    padding-right: 12px;
    float: left;
    background: url("../img/fix.png") no-repeat center center;
    cursor: pointer;
}
.table-list tr td span.delete {
    width: 20px;
    height: 20px;
    float: left;
    background: url("../img/delete.png") no-repeat center
    center;
    cursor: pointer;
}
.table-list tr td a {
    font-size:14px;
    color:#333;
}
.table-list tr td a:hover {
    color: #192d7a
}
/* 通用表格样式 结束 */


/* 通用分页样式 开始 */
.page-nation {
    margin: 0;
    border-radius: 0;
    /*width: 280px;*/
    height: 36px;
    float: right;
    text-align: center;
}
.page-nation a,.page-nation span {
    float: left;
    width: 40px;
    height: 36px;
    border: 1px solid #ddd;
    border-right:none;
    color: #a4a4a4;
    font-size: 12px;
    line-height: 34px;
}
.page-nation a.prev,.page-nation span.prev {
    background: url("../img/prev.png") no-repeat center center;
    border-radius: 3px 0 0 3px;
}
.page-nation a.prev:hover {
    background: #28323c url("../img/prev.png") no-repeat center center;
}
.page-nation a.next,.page-nation span.next {
    border-right: 1px solid #ddd;
    background: url("../img/next.png") no-repeat center center;
    border-radius: 0 3px 3px 0;
}
.page-nation a.next:hover {
    background: #28323c url("../img/next.png") no-repeat center center;
}
.page-nation a:hover {
    background: #28323c;
    border-color: #28323c;
    color: #fff;
}
.page-nation span.current {
    background: #28323c;
    color: #fff;
    border: 1px solid #28323c;
}
/* 通用分页样式 结束 */


/* 竖线下拉菜单样式 开始 */
.tree-checkbox {
    float:left;
    display: block;
    overflow: hidden;
    font-size: 14px;
}
.tree-checkbox ul {
    background: none;
    clear: both;
    display: block;
    line-height: 25px;
}
.tree-checkbox ul li {
    display: block;
}
.tree-checkbox ul li label {
    display: block;
    height:25px;
    line-height: 25px;
    cursor : pointer;
}
.tree-checkbox ul li label div.icheckbox_flat-grey{
    top : -1px;
    margin-right : 7px;
}
.tree-checkbox ul li ul {
    padding-left:28px;
}
/* 竖线下拉菜单样式 结束 */


/* 各个网页CSS 开始 */
.wrapper {
    overflow: hidden;
}

/* 登录模块CSS开始 */
.login {
    width: 384px;
    padding-bottom: 24px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d2dce6;
    background: #f8f8f8;
    margin:  0 auto;
}
.login-logo {
    width: 348px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.login-logo span {
    font-size: 10px;
    position: absolute;
    top: -5px;
    right: 55px;
    z-index: 2;
    color: #666;
}


/* 登录表单样式 -- 开始 */
.login-form {
    width: 336px;
    padding: 14px 0 24px;
    overflow: hidden;
    margin: 0 auto;
}
.login-form label { 
    position: relative; 
    padding-top: 10px;
    margin-bottom: 6px;
}
.login-form label input {
    height: 36px;
    line-height: 36px;
    border: 1px solid #d2dce6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}
.login-form label .name {
    width: 336px;
    padding-left: 40px;
    background: #fff url("../img/user.png") no-repeat 3% center;
}
.login-form label .pwd {
    width: 336px;
    padding-left: 40px;
    background: #fff url("../img/password.png") no-repeat 3% center;
}
.login-form .name:focus,.login-form .pwd:focus {
    border: 1px solid #BECEE6;
}


/* 表单验证状态标签 -- 开始 */
.login-form label i {
    height: 36px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 3;
}
.login-form label i.login-success {
    background: url("../img/right.png") no-repeat center center;
}
.login-form label i.login-error {
    background: url("../img/mistake.png") no-repeat center center;
}
.login-form label span.vertical-line {
    width: 1px;
    height: 34px;
    position: absolute;
    left: 34px;
    top: 11px;
    z-index: 3;
    background: #d2dce6;
}
/* 表单验证状态标签 -- 结束 */


/* 登录警告框 -- 开始 */
.alert {
    background: #feeef0;
    font-size: 12px;
    color: #d44749;
    line-height: 24px;
    padding: 0 12px;
    border: none;
    margin-bottom: 0;
}
.check-code-alert {
    margin-bottom: 0;
}
/* 登录警告框 -- 结束 */


/* 登录验证码 -- 开始 */
.login-form label .check-code {
    width: 168px;
    height: 36px;
    line-height: 36px;
    margin-right: 24px;
    padding-left: 8px;
    float: left;
}
.login-form label span.check-code-pic {
    width: 84px;
    height: 36px;
    background: red;
    float: left;
}
#verifyLayer label i {
    left : 143px;
}
/* 登录验证码 -- 结束 */


/* 登录按钮 -- 开始 */
.login-button {
    width: 336px;
    height: 42px;
    background: #4aa2e1;
    color: #fff;
    font-size: 20px;
    margin: 0 24px;
}
.login-button:hover,.login-button:focus {
    opacity: 0.8;
    color: #fff;
}
/* 登录按钮 -- 结束 */


/* 登录底部版本信息 -- 开始 */
.version {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    color: #b0b0b0;
}
/* 登录底部版本信息 -- 结束 */


/* 登录模态窗插件样式 开始 */
.ui-popup-modal .ui-dialog {
    box-shadow : none;
    border: none;
}
.ui-dialog-title {
    font-size: 18px;
}
.ui-dialog-footer button {
    font-size: 12px;
    padding: 7px 24px 6px;
}
.ui-dialog-footer button + button {
    margin-left: 15px;
}
.ui-dialog-footer .ui-dialog-button {
    clear: both;
    float : none;
    text-align: center;
}
/* 登录模态窗插件样式 结束 */


/* 删除模态窗插件样式 开始 */
.dialog-delete {
    min-height: 35px;
    padding: 0 0 0 60px;
    overflow: hidden;
    line-height: 23px;
    background: url("../img/warn.png") no-repeat 2% top;
}
.dialog-error {
    width: 300px;
    padding: 30px 0 30px 100px;
    overflow: hidden;
    margin: 0 auto;
    background: url("../img/logan_error.png") no-repeat 10% 45%;
}
/* 删除模态窗插件样式 结束 */


/* header头部 开始 */
.header {
    padding-right:30px;
    height: 60px;
    background: #28323c;
    border: 1px solid #14191e;
    border-top: none;
}
.header-logo {
    width: 192px;
    height: 60px;
    float: left;
    border-right: 1px solid #14191e;
}
.header-logo a {
    display: block;
    width: 187px;
    height: 60px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-size: 20px;
}
.header-logo a img {
    display: block;
    width: 100%;
    height: 100%;
}
.header-nav {
    margin: 0;
}
.header-nav li {
    width: 96px;
    height: 60px;
    line-height: 60px;
    float: left;
    border-right: 1px solid #14191e;
}
.header-nav li a {
    display: block;
    color: #d6d6d6;
}
.header-nav li a:hover {
    background: #14191e;
    color: #fff;
}
.header-nav li.selected {
    background: #14191e;
}.header-nav li.selected a {
    color: #fff;
}


/* 消息通知 开始 */
.mail {
    height: 60px;
    width: 60px;
    background: url("../img/message.png") no-repeat center center;
    border-right: 1px solid #14191e;
}
.badge {
    background-color: #e61d37;
    height: 10px;
    width: 10px;
    margin-left: 35px;
    margin-top: 18px;
    padding: 0;
    text-indent: -999999px;
    border-radius: 5px;
}


/* 登录用户按钮*/
.btn-set {
    height: 60px;
    line-height: 60px;
    width: 96px;
    border: none;
    margin-right: 24px;
    color: #d6d6d6;
    font-size: 14px;
    background: none;
}
.btn-set span {
    border-left: 6px solid hsla(0, 0%, 0%, 0);
    border-right: 6px solid hsla(0, 0%, 0%, 0);
    border-top: 6px dashed;
}
.dropdown-menu {
    top: 96%;
    left: -1px;
    min-width: 118px;
    box-shadow: none;
    padding: 0 0 10px 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #29333d;
}
.dropdown-menu li {
    height: 36px;
}
.dropdown-menu li a {
    font-size: 14px;
    line-height: 36px;
    padding: 0 6px;
    color: #fff;
    text-align: center;
}
.dropdown-menu li a:hover {
    background: #be4c4e;
    color: #fff;
}
/* header头部 结束 */


/* 系统左侧sidebar 开始 */
.sidebar {
    width: 192px;
    float: left;
    overflow: hidden;
    /*padding-top: 60px;*/
}
.sidebar-con {
    width: 220px;
    height: 100%;
    overflow-y: scroll;
}
.sidebar dl {
    width: 192px;
    padding: 0 12px;
    margin-bottom: 0;
}
.sidebar dl dt {
    height: 60px;
    line-height: 60px;
    position: relative;
    font-size: 16px;
    background: url("../img/line_2px.png") no-repeat bottom center;
    cursor: pointer;
}
.sidebar dl dt a,.sidebar dl dd a {
    padding-left: 10px;
    color: #6e8296;
}
.sidebar dl dt i.occupying {
    position: absolute;
    top: 20px;
    left: 24px;
    background: url("../img/Occupying.png") no-repeat;
    width: 20px;
    height: 20px;
}
.sidebar dl dt span {
    position: absolute;
    top: 29px;
    right: 6px;
    height: 20px;
    width: 8px;
}
.sidebar dl dt span.caret-down {
    background: url("../img/caret_down.png") no-repeat;
}
.sidebar dl dt span.caret-up {
    background: url("../img/caret_up.png") no-repeat;
}
.sidebar dl dd {
    padding: 0 0 15px;
    background: url('../img/line_2px.png') no-repeat bottom center;
}
.sidebar dl dd a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.sidebar dl dd a.on {
    color: #000;
    font-weight: bolder;
}
.sidebar dl dd a:hover {
    color: #000;
}
/* 系统左侧sidebar 结束 */


/* 系统主要内容部分main 结束 */
#main {
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    border-left: 1px solid #d2dce6;
    background: #fff;
}
/* 系统主要内容部分main 结束 */


/* 基本信息页面 开始 */
.basic-info,.menu-list,.menu-add,.role-list {
    padding: 14px 24px 200px;
    font-size: 16px;
    color: #666;
}
.header-h3 {
    height: 60px;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    padding-left: 12px;
    line-height: 45px;
    margin-bottom: 0;
    border-bottom: 1px solid #dddddd;
}
/* 基本信息页面 结束 */

/* 添加菜单列表  开始 */
.add-list-btn {
    margin: 36px 0 0 178px;
}
.btn-div {
     margin: 36px 0 0 24px;
 }
/* 状态开关按钮 */
.radio-inline, .checkbox-inline {
    padding-left: 0;
    font-size: 14px;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0;
}
/* 添加URL链接样式 */
.menu-add .URLaddress {
    display: inline-block;
    width: 300px;
    height: 36px;
    line-height: 200%;
}
.menu-add .add-url {
    display: inline-block;
    width: 84px;
    height: 36px;
    background: #b43d3d;
    color: #fff;
    font-size: 12px;
    margin-left: 20px;
}
.input-inline {
    width: 100%;
    overflow: hidden;
}
.input-inline .input-width {
    width: 120px !important;
    height: 30px !important;
}
.input-inline .btn-error {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: 10px;
    float: left;
    cursor: pointer;
    background: url("../img/mistake.png") no-repeat center center;
}
.input-inline .join {
    padding: 0 10px;
    height: 30px;
    line-height: 200%;
    float: left;
}
/* 添加菜单列表   结束 */





/* 后台主页 开始 */
.section {
    width: 296px;
    overflow: hidden;
    margin: 0 auto;
    padding: 36px;
}
.top-special {
    padding: 0 36px 36px !important;
}
.bottom-special {
    padding: 36px 36px 0 !important;
}
.section dt,.section dd {
    float: left;
}
.section dd {
    padding-left: 12px;
}
.section dd p {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}
.section dd h4 {
    margin: 0;
    font-size: 28px;
    font-family: "Tahoma";
    font-weight: 700;
}
.borderB {
    border-bottom: 1px solid #ddd;
}
.borderL {
    border-left: 1px solid #ddd;
}
.visit .section dd p,.visit .section dd h4 {
    color: #479f4b;
}
.look .section dd p,.look .section dd h4 {
    color: #149588;
}
.entry .section dd p,.entry .section dd h4 {
    color: #fd704a    ;
}
.grad .section dd p,.grad .section dd h4 {
    color: #fda638;
}
.rent .section dd p,.rent .section dd h4 {
    color: #48a7f2;
}
.appointment .section dd p,.appointment .section dd h4 {
    color: #5d6dbe;
}
.buy .section dd p,.buy .section dd h4 {
    color: #33c6d9;
}
.return .section dd p,.return .section dd h4 {
    color: #fec93e;
}

/* 后台主页 结束 */


 /*日历插件laydate  开始 */
.laydatebox {
    /*width: 180px;*/
    height: 30px;
    float: left;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 12px;
    font-size: 12px;
    padding: 0 8px;
}
.laydatebox span {
    padding: 0 5px;
    float: left;
    line-height: 30px;
}
.laydatebox .start-time,.laydatebox .end-time {
    float: left;
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
}

/* 日历插件laydate  结束 */




/**上传图片插件样式 uploadify  start  **/
.uploadify-button {
    width: 103px;
    height: 30px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none !important;
    border-radius: inherit !important;
    /*background: url("../img/uploadPictureBtn.png") no-repeat !important;*/
}
.uploadify:hover .uploadify-button {
    background-color: transparent;
    outline: none;
}
/**上传图片插件样式 uploadify end  **/



/* 2015.11.10 改动开始 */
.common-box-right .theme-assemble {
    width: 100%;
    overflow: hidden;
    display: inline-block;
}
.common-box-right .theme-assemble .theme-pic {
    width: 154px;
    overflow: hidden;
    margin: 15px 10px 0 0;
}
.common-box-right .theme-assemble .theme-pic:nth-child(5n) {
    margin-right: 0;
}
.common-box-right .theme-assemble .theme-pic dt {
    width: 154px;
    height: 116px;
    overflow: hidden;
}
.common-box-right .theme-assemble .theme-pic dt img {
    width: 154px;
}
.common-box-right .theme-assemble .theme-pic dd {
    width: 100%;
    height: 40px;
}
.common-box-right .theme-assemble .theme-pic dd b,.common-box-right .theme-assemble .theme-pic dd span {
    height: 40px;
    display: inline-block;
    color: #777;
    font-size: 12px;
}
.common-box-right .theme-assemble .theme-pic dd a {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color:#767676
}
.common-box-right .theme-assemble .theme-pic dd a:hover {
    color: green;
}
.common-box-right .theme-assemble .theme-pic dd a i {
    display: block;
    position: relative;
    top : 5px;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    background: url("../img/checkout-icon.png") no-repeat;
    background-size: 100%;
}
.common-box-right .theme-assemble .theme-pic dd a:hover i,.common-box-right .theme-assemble .theme-pic dd a.checkon i {
    background: url("../img/checkon-icon.png") no-repeat;
    background-size: 100%;
}
.common-box-right .theme-assemble .theme-pic dd a.checkout i {
    background: url("../img/checkout-icon.png") no-repeat;
    background-size: 100%;
}
.common-box-right .theme-assemble .theme-pic dd a.checkon {
    color: green;
}
.common-box-right .theme-assemble .theme-pic dd span img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.common-box-right .theme-assemble .theme-pic dd span input {
    margin-right: 10px;
}
.icheckbox_flat-grey {
    margin-right: 6px;
}
.common-box-right .theme-assemble .theme-pic dd span {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    float: right;
    background: url("../img/delete-icon.png") no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
    cursor: pointer;
}
/*.table-list tr td {
    padding: 15px 0;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
}*/
/*.table-list tr td a.edit {*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*margin-right: 12px;*/
    /*float: left;*/
    /*background: url("../img/edit-icon.png") no-repeat center center;*/
    /*background-size: 100%;*/
    /*cursor: pointer;*/
/*}*/
.table-list tr td a.add {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    float: left;
    background: url("../img/add-icon.png") no-repeat center center;
    background-size: 100%;
    cursor: pointer;
}
/*.table-list tr td span.delete {*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*float: left;*/
    /*background: url("../img/delete-icon.png") no-repeat center center;*/
    /*background-size: 100%;*/
    /*cursor: pointer;*/
/*}*/
.table-list tr td dl.detail-list {
    overflow: hidden;
    padding-top:5px;
    position: relative;
}
.table-list tr td dl.detail-list dt,.table-list tr td dl.detail-list dd {
    float: left;
    font-size: 13px;
    line-height: 22px;
}
.table-list tr td dl.detail-list dd {
    width: 80%;
    overflow: hidden;
}
.table-list tr td dl.detail-list a.more {
    position: absolute;
    right: 0;
    display: block;
    width: 15px;
    height: 15px;
    float:right;
    background: url("../img/caret_down.png") no-repeat left center;
}

.vertical-center tr td {
    vertical-align: middle;
}
.vertical-center tr td a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}
.vertical-center tr td a:hover {
    color: #be4c4e;
    text-decoration: underline;
}
.common-box-right .common-right-txt {
    height: 36px;
    line-height: 36px;
    float: left;
    color: #999;
    font-size: 14px;
}
.common-box-right .common-right-txt label {
    color: #666;
}
.icheckbox_flat-grey, .iradio_flat-grey {
    margin-right: 5px;
}
.flow {
    padding-left: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}
.flow h3 {
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    color: #909090;
    font-size: 18px;
    display: block;
}
.flow h3.completed {
    color: #14191e;
}
.flow p,.flow h3 {
    float: left;
}
.flow p {
    width: 50px;
    height: 5px;
    margin: 40px 5px 10px 5px;
    background: #eee;
    display: block;
}
.flow p.flow-line {
    background: #999;
}
.order-common-box {
    padding: 15px 30px 15px 30px;
    font-size: 14px;
    color: #666;
}
.order-common-box h3 {
    font-size: 16px;
    color: #333;
}
.order-common-box .theme-list {
    border-bottom: 1px solid #dedede;
}
.order-common-box .theme-list:last-child {
    border-bottom: none;
}
.order-common-box .theme-list .commodity-content {
    border-bottom: 1px solid #dedede;
}
.order-common-box .theme-list .commodity-content:last-child {
    border-bottom: none;
}
.order-info {
    border: 1px solid #dedede;
}
.member-info,.order-amount {
    border: 1px solid #dedede;
    border-top: none;
    overflow: hidden;
}
.order-amount .order-box {
    width: 50%;
    float: left;
}
.order-common-box .order-box {
    padding: 15px 0 12px 25px;
    overflow: hidden;
}
.order-box dt,.order-box dd {
    float: left;
}
.order-box dt {
    width: 130px;
    text-align: right;
    padding-right: 24px;
}
.order-amount .order-box dt {
    width: 140px;
}
.order-box dd {
    width: 700px;
    overflow: hidden;
}
.order-box dd .total {
    color: red;
    font-size: 16px;
}
.order-box dd p {
    line-height: 24px;
}
.order-box dd img {
    width: 184px;
    height: 138px;
}
.red {
    color: red;
}
.green {
    color: green;
}
.order-amount .order-box dd {
    width: 300px;
    overflow: hidden;
}
.member-info .theme-list:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
/* 2015.11.10 改动结束 */


/* display:none jihaichuan */
.dn {
    display: none;
}
/* display:none jihaichuan */


/* 单个商品-规格 start */
#specificationsDiv {
    border: 1px solid #ddd;
    margin-top: 8px;
    border-bottom: none;
}
/* 单个商品-规格 end */


/* 关联商品-样式 start */
.relation-commodity {
    width: 100%;
    overflow: hidden;
}
.relation-commodity dl {
    width: 400px;
    overflow: hidden;
    float: left;
    margin:5px 10px 5px 0;
    border: 1px solid #eee;
    height: 112px;
}
.relation-commodity dl:nth-child(2n){
    margin-right: 0;
}
.relation-commodity dl dt {
    width: 150px;
    float: left;
    border-right:1px solid #eee;
    height: 100%;
    overflow: hidden;
}
.relation-commodity dl dt img {
    width: 100%;
}
.relation-commodity dl dd {
    position: relative;
    overflow: hidden;
    line-height: 25px;
    padding: 0 8px;
    font-size:12px;
    height: 100%;
}
.relation-commodity dl dd h3 {
    font-size: 14px;
    padding: 5px 0;
    line-height: 23px;
    margin: 0;
}
.relation-commodity dl dd i.delete-icon {
    position: absolute;
    bottom: 5px;
    right: 6px;
    width: 15px;
    height: 15px;
    background: url('../img/mistake.png') no-repeat center center;
    cursor: pointer;
}
/* 关联商品-样式 end */


/* 先试后买-添加管理商品 start  */
.relation-commodity-content {
    width: 100%;
    overflow-y: scroll;
    height: 400px;
}
.relation-commodity {
    width: 100%;
    overflow: hidden;
}
.relation-commodity .search {
    width: 100%;
    overflow: hidden;
}
.relation-commodity .search h3 {
    width: 120px;
    text-align: right;
    font-size:14px;
    float:left;
    margin: 0;
    height: 36px;
    line-height: 36px;
    color: #565656;
}
.relation-commodity .search .common-input {
    float:left;
}
.relation-commodity .search .searchBtn {
    float: left;
    margin-left: 5px;
    font-size:12px;
    width: 80px;
    height: 36px;
    line-height: 36px;
    color: #999;
    border:1px solid #eee;
    border-radius: 3px;
}
.relation-commodity .search .searchBtn:hover {
    color: #565656;
}
.relation-commodity table.table-list {
    margin-top: 20px;
    border:1px solid #eee;
}
/* 先试后买-添加管理商品 end  */



/* 标签关联主题套餐或先试后买样式  start  */
.commodity-labels {
    overflow: hidden;
    padding: 5px 0;
}
.commodity-labels label {
    padding: 0 12px 8px 0;
    display: block;
    float: left;
    cursor: pointer;
}
/*.commodity-labels dl {*/
    /*overflow: hidden;*/
    /*padding: 0 0 10px 0;*/
    /*border-bottom: 1px solid #cecece;*/
/*}*/
/*.commodity-labels dl dt {*/
    /*height: 25px;*/
/*}*/
/*.commodity-labels dl dd {*/
    /*overflow: hidden;*/
    /*padding: 5px 0;*/
/*}*/
/* 标签关联主题套餐或先试后买样式  end  */






/* 鼠标一点到多张图片上面，出现大图的效果 --样式  */
.mouseShowLarge {
    overflow: hidden;
}
.mouseShowLarge img {
    padding:0 5px 5px 0;
}




/*  高度  start */
.h30 {
    height: 30px;
}
/*  高度  end */




/* 课程视频样式 start */
.course-video {
    overflow: hidden;
    /*position: relative;*/
    padding: 0 0 0 0;
}
.course-video dl {
    margin: 8px 12px 0 0;
    width: 185px;
    overflow: hidden;
    float: left;
    border-radius: 5px 5px 0 0;
    background: #fff;
    cursor: pointer;
    /*position: absolute;*/
}
.course-video dl dt {
    width: 185px;
    height: 128px;
    overflow: hidden;
    text-align: center;
}
.course-video dl dt img {
    width: 100%;
    height: 100%;
}
.course-video dl dd {
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 5px 5px;
    font-size: 12px;
    text-align: center;
}
.course-video dl dd h2 {
    margin: 0;
    height: 35px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    color: #333;
}
.course-video dl dd a {
    line-height: 30px;
    padding: 0 8px;
    font-size: 12px;
    color: #787878;
}
.course-video dl dd a:hover {
    color: red;;
}
/* 课程视频样式 end   */


/* 添加课程页面 start */
.course-video-add {
    overflow: hidden;
}
.course-video-add dl {
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.course-video-add dl dt {
    width: 120px;
    float: left;
    text-align: right;
    height: 50px;
    line-height: 55px;
}
.course-video-add dl dt i {
    color: red;
}
.course-video-add dl dd {
    overflow: hidden;
    float: left;
    width: 450px;
    padding: 10px;
}
.course-video-add dl dd .common-tips {
    font-size:12px;
    color: #999;
    padding: 5px 0;
}
.course-video-add dl dd img {
    max-width: 430px;
    max-height: 200px;
}
/* 添加课程页面 end */


.autocompleter-dl {
    overflow: hidden;
    padding: 5px;
    border-bottom: 1px solid #cecece;
}
.autocompleter-dl dt {
    width: 50px;
    height: 50px;
    float: left;
    overflow: hidden;
    background: #666;
}
.autocompleter-dl dt img {
    width: 50px;
    height: 50px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    display: block;
    font-size: 12px;
}
.autocompleter-dl dd {
    float: left;
    width: 70%;
    padding-left: 10px;
    text-align: left;
}
.autocompleter-dl dd h3 {
    font-size: 14px;
    margin: 0;
    height: 30px;
    line-height: 30px;
}
.autocompleter-dl dd p {
    font-size: 12px;
    color: #777;
}
.autocompleter-item-selected .autocompleter-dl {
    background: #f0f0f0;
}

.member-dynamic {
    width: 500px;
    margin: 10px 0;
    border: 1px solid #f0f0f0;
    overflow-y: scroll;
    height: 300px;
}
.member-dynamic dl {
    padding: 10px;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}
.member-dynamic dl:hover {
    cursor: pointer;
    background: #f9f9f9;
}
.member-dynamic dl dt {
    width: 60px;
    height: 60px;
    float: left;
    text-align: center;
    /*line-height: 55px;*/
}
.member-dynamic dl dd {
    width: 400px;
    float: left;
}
.member-dynamic dl dd img {
    float: left;
    width: 60px;
    margin-right: 20px;
    font-size: 12px;
    height: 60px;
    line-height: 60px;
    background: #666;
    color: #ffffff;
    text-align: center;
}
.member-dynamic dl dd h3 {
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: block;
    float: left;
    width: 80%;
}
.member-dynamic dl dd h5 {
    font-size: 12px;
    width: 80%;
    margin : 0;
    float: left;
    line-height: 22px;
}
.member-dynamic dl dd p {
    font-size: 12px;
    display: block;
    float: right;
    color: #999;
    width: 80%;
}

.add-url[disabled]:hover {
    background: #b43d3d;
}





/** 选择答案 **/
.select-container {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 0 0;
}
.select-container dl {
    width: 100%;
    height: 40px;
    overflow: hidden;
}
.select-container dl dt {
    width: 300px;
    float: left;
}
.select-container dl dd {
    width: 50px;
    float: left;
}
.select-container dl dd .radio-inline {
    padding-top: 3px;
}
.select-container dl dd span.btn-error {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    float: right;
    cursor: pointer;
    background: url("../img/mistake.png") no-repeat center center;
}