body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font-size:14px;font-family:"微软雅黑";color: #444;background:#fff;-webkit-text-size-adjust:100%; height: 100%;}
html {overflow-y: scroll; width: 100%; height: 100%;}
a{text-decoration:none}
a:hover{text-decoration:none;}
em{font-style:normal}
img{border:0;vertical-align:middle}
li{list-style: none;}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}
input, textarea, select, button { font-size:14px; font-family:"微软雅黑";}
html,body{min-width: 1440px;}
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}

.delimg{ display: inline-block; margin-left: 10px; }

.bah{ font-size: 12px; text-align: center; color: #666; width: 100%; display: block;}

/*登录页面*/
.loginbj {background: url(../images/loginbj.jpg) no-repeat center;}
.login {
    width: 360px;
    padding: 30px;
    background-color: #f1f1f1;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -210px;
    margin-top: -190px;
}
.login h1 {font-size: 32px;color: #666;font-weight: normal;margin-bottom: 20px; text-align: center;}
.logind {margin-bottom: 10px;}
.logind input {
    width: 355px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    padding-left: 3px;
}
.logind .sub {
    width: 360px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #850157;
    border: none;
    cursor: pointer;
}

/*头部*/
.header-container {
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #243038;
    font-size: 14px;
    color: #fff;
    line-height: 70px;
}
.header-logo {
    position: absolute;
    top:0;
    left: 0;
    width: 220px;
    height: 70px;
    text-align: center;
}
.header-logo a{font-size: 20px;color: #fff;}
.header-position {position: absolute;top:0;left:220px;padding-left: 30px;}
.header-user {position: absolute;top:0;right: 70px;padding-right: 30px;}
.header-out {position:absolute;top:0;right:0;width: 70px;height:70px;text-align: center;}
.header-out a {
    display: block;
    width:70px;
    height: 70px;
    background: url(../images/close.png) no-repeat center;
}
.main-container {width: 100%;overflow: hidden;}
/*左侧菜单*/
.left-container {width: 220px;background-color: #850157;vertical-align: top;}
.left-nav li {width: 220px;height: 60px;line-height: 60px; border-bottom:1px solid #9d0267;position: relative;}
.left-nav a {display:block;font-size: 14px; color: #fff;}
.left-nav a img {padding-left: 50px;padding-right: 10px;}
.left-nav li:hover,.left-nav li.on{background-color: #790351;}
.left-nav li a span{display:inline-block;padding:3px;min-width:16px;text-align:center;height:16px;line-height:16px;border-radius:16px;background:red;color:white; float: right;margin-top: 20px; margin-right: 15px;}
.left-nav li ul li{width: 220px;height: 60px;line-height: 60px; border-bottom:0;background-color: #850157;}
.left-nav li ul li a{text-align: center;}
.left-nav li.on1 a{color: #ffb413;}
.left-nav li .jt{transition: transform 0.2s linear;padding: 0;position: absolute; right: 25px;top:25px;}
.left-nav li .open{transform: rotate(90deg);}
/*右侧内容区*/
.right-container {vertical-align: top;}
.right-top {height: 80px; line-height: 80px;margin: 0 30px 25px;border-bottom: 1px solid #ddd;}
.right-top h2 {font-size: 20px; color: #850157}
.right-content {padding: 30px;}
.right-nav {margin:0 30px;overflow: hidden;text-align: center;}
.right-nav li {float: left;width: 180px;height: 160px;margin:15px;}
.right-nav li a {display: block;height: 160px;}
.nav1 {background-color: #a866a7;}
.nav2 {background-color: #ed9869;}
.nav3 {background-color: #6cb0b4;}
.nav4 {background-color: #6c8bb4;}
.nav5 {background-color: #f76ebf;}
.nav6 {background-color: #fa6b6b;}
.nav7 {background-color: #b89674;}
.nav8 {background-color: #71b46c;}
.nav9 {background-color: #f46782;}
.nav10 {background-color: #3edab0;}
.nav11 {background-color: #674fc1;}
.right-nav li img {margin-top: 35px; margin-bottom: 24px; height: 50px;}
.right-nav li p {font-size: 20px; color: #fff;line-height: 24px;}

/*添加*/
.right-add {height: 30px;text-align: center;margin-bottom: 20px;}
.right-add a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #850157;
    border-radius: 5px;
}
/*搜索*/
.right-search {position: relative;overflow:hidden;margin-bottom: 20px;}
.right-count {position: absolute;right:0;line-height: 40px;font-size: 18px;color: #888;font-weight: bold;}
.right-count span {color:#850157;}
.right-search select {
    float: left;
    padding: 8px 5px;
    border: 1px solid #e3e3e3;
    color: #999;
    margin-right: 15px;
}
.search-input {
    float: left;
}
.search-input input {
    width: 150px;
    height: 38px;
    border: 1px solid #e3e3e3;
    color: #999;
    padding-left: 10px;
    margin-right: 10px;
}
.search-input button{
    width: 50px;
    height: 40px;
    color: #fff;
    background-color: #850157;
    border: none;
    cursor: pointer;
}
/*内容*/
.table-content {width: 100%;}
.table-content tr {height: 40px;border-bottom: 1px dotted #e3e3e3;color: #666;}
.table-content td {font-size: 12px;}
.table-content tr.tr-title{border-bottom: 1px solid #e3e3e3;}
.table-content .tr-title td {font-size: 14px;color: #850157;}
.table-content .pic {margin-top: 10px;margin-bottom: 10px;}
.table-content a {color: #666;}
.table-content a:hover {color: #850157;}
.sort {width: 55px;}
.edit {
    display: inline-block;
    width: 30px;
    height: 40px;
    margin-right: 10px;
    background: url(../images/edit.png) no-repeat center;
}
.hd_password {
    display: inline-block;
    width: 30px;
    height: 40px;
    margin-right: 10px;
    background: url(../images/password.png) no-repeat center;
}
.edit:hover{ background: url(../images/edith.png) no-repeat center;}
.del {
    display: inline-block;
    width: 25px;
    height: 40px;
    background: url(../images/del.png) no-repeat center;
}
.del:hover{ background: url(../images/delh.png) no-repeat center;}
/*添加编辑内容*/
.sametitle {font-size: 16px; color: #850157;font-weight: normal;margin-bottom: 30px; line-height: 30px; border-bottom: 2px solid #850157; display: inline-block; font-weight: bold;}
.right-div {overflow:hidden;margin-bottom: 10px;}
.right-div input {width: 400px;padding:10px;padding-right: 0;}
.edit-content label{display: block; float: left; line-height: 40px; margin-right: 15px;}
.edit-content label input{ display: inline-block; float: left; margin-top: 15px; }
.right-div select {width: 414px;padding:10px;padding-right: 0;}
.edit-content .btn {
    width: 80px;
    height: 30px;
    border-radius: 5px;
    margin: 0;
    margin-top: 20px;
    background-color: #850157;
    color: #fff;
    border:none;
    cursor:pointer;
    outline:none;
}
.edit-content .btn:last-child{margin-left: 30px;}
/*幻灯片添加*/
.add-banner input {
    width: 295px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.add-banner label {display: inline-block;height: 42px;line-height: 35px;}
.add-banner .type {width: 15px;vertical-align: middle;margin:0;}
.add-banner .sort{width: 60px;}
.typep {line-height: 32px;margin-bottom: 10px;}
/*意见反馈*/
.table-content.reply td {font-size: 14px;}
 .btn {
    width: 100px;
    height: 30px;
    border-radius: 5px;
    margin-top: 30px;
    margin-left: 60px;
    background-color: #850157;
    color: #fff;
    border:none;
    cursor:pointer;
    outline:none;
}
 .reply .replytxt {
     width: 600px;
     height: 80px;
     border: 1px solid #ccc;
     border-radius: 3px;
     padding: 10px 5px;
     margin:10px;
 }
 /*分页*/
.pagelist {
    height: 50px;
    margin-top: 30px;
    text-align: center;
}
.pagelist a {
    color: #666;
    padding: 8px 12px;
    margin: 5px;
    border-radius: 4px;
    background-color: #fff;
}
.pagelist .current {
    color: #fff;
    padding: 8px 12px;
    margin: 5px;
    border-radius: 4px;
    background-color: #850157;
}
/*管理栏目*/
.lmtr {height: 30px;}
.lmtr label {display: inline-block;padding-right: 20px;}
.lmtd label{width: 120px;color:#850157}
.lmtr input {margin-right: 5px;}



.upload_logo{ width:160px; height:120px; text-align:center;border:2px solid #e3e3e3; position:relative; overflow:hidden;}
.upload_logo p{ width:100%; height:100%; line-height:120px; text-align:center; font-size:60px; color:#cccccc;}
.upload_logo p img{ width:100%; vertical-align:top;height: 100%;}
.pic_delete {width: 20px;height: 20px;display: block;background: url(../images/img_close.png) 2px 2px no-repeat; background-size:16px;position: absolute;top: 0;right: 0; z-index:10;}
.upload_logo input[type='file']{width:160px; height:120px; position:absolute; top:0px; left:0px; margin:0px; opacity:0; margin:0;}
.pic_delete1 {width: 20px;height: 44px;display: inline-block;background: url(../images/img_close.png) center no-repeat; background-size:16px;}


.addday{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #850157;
    border-radius: 5px;
    border: 0;
    text-align: center;
    /*position: relative;*/
}