html, body, div, a, p, span, ul, li, input, button, img, form, label, pre {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Microsoft YaHei, Helvitica, Verdana, Tohoma, Arial, san-serif;
    outline: none;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

ol li {
    list-style: inherit;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    background: #E3F2FB;
}

/*全局*/

label {
    display: block;
    line-height: 24px;
    color: #999;
}

input {
    border: 1px solid #bdc3c7;
    padding: 5px 8px;
    height: 24px;
    line-height: 24px;
    width: 200px;
    border-radius: 4px;
    margin-right: 5px;
}

textarea {
    border: 1px solid #bdc3c7;
    padding: 5px 8px;
    line-height: 24px;
    min-height: 96px;
    width: 200px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 14px;
}
.label-inline {
    display: inline;
}
.input-narrow {
    width: 100px;
}

.input-wide {
    width: 400px;
}

.colorpicker input {
    width: auto;
    border-radius: 0;
    line-height: 1;
}

input.error {
    border: 1px solid #e74c3c;
}

::-webkit-input-placeholder {
    font-size: 12px;
}

button {
    height: 36px;
    background: #0FA1FF;
    border: none;
    width: 100px;
    color: #fff;
    border-radius: 4px;
    margin-right: 5px;
    cursor: pointer;
}

button.error {
    background: #e74c3c;
}

table {
    border-collapse:collapse;
    width: 100%;
}

.left {
    float: left;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.row {
    padding: 10px;
}

.row2x {
    padding: 20px 10px;
}

.clr {
    clear: both;
}

.scroll {
    height: 100%;
    overflow-y: auto;
}

.col4 {
    width: 25%;
}

.alert-box {
    display: inline-block;
    padding: 10px;
    background: #FFDDD9;
    border-left: 5px solid #E74C3C;
    color: #444;
}

.alert-box a {
    color: #E74C3C;
}

td.child {
    text-indent: 2em;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/*顶部菜单*/

.header {
    height: 60px;
    background: #fff;
    border-top: 3px solid #0FA1FF;
    border-bottom: 1px solid #B5D6EB;
}

/*logo*/

.header-logo {
    padding: 0 10px;
}

/*导航*/

.header-nav {
    padding: 0 15px;
}

.header-nav-item {
    float: left;
    height: 36px;
    padding: 12px 5px;
}

.header-nav-item a {
    display: block;
    line-height: 36px;
    padding: 0 14px;
    color: #444;
    border-radius: 4px;
}

.header-nav-item a:hover {
    background: #78CAFF;
    color: #fff;
}

.current-item a,
.current-item a:hover{
    background: #0FA1FF;
    color: #fff;
}

/*用户登录*/

.header-user-menu {
    padding: 15px;
    height: 30px;
}

.header-user-menu-wrap {
    position: relative;
}

.header-user-menu-link {
    font-size: 12px;
    line-height: 30px;
    color: #444;
    margin: 0 5px;
}

.header-user-menu-link:hover {
    color: #000;
}

#header-username {
    padding-right: 15px;
    background: url(../img/arrow-down.png) center right no-repeat;
}

.user-dropdown {
    display: none;
    position: absolute;
    right: -10px;
    top: 30px;
    border: 1px solid #aaa;
    background: #fff;
    z-index: 9;
}

.user-dropdown-item a {
    display: block;
    color: #444;
    padding: 5px 10px;
    min-width: 60px;
    font-size: 12px;
}

.user-dropdown-item a:hover {
    color: #000;
    background: #A9DDFF;
}

/*主体*/

.container {
    padding: 20px;
}

.wrap {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    width: 100%;
}

/*登录框*/

.login {
    background: url(../img/bg.jpg) left top no-repeat #fff;
    height: 310px;
    width: 1000px;
    margin: 0 auto;
}

.login form {
    float: right;
    padding: 20px;
}

.login .row {
    padding: 5px;
}

.login-box-item span {
    font-size: 12px;
    color: #666;
}

.login-box-item a {
    font-size: 12px;
    color: #14ABFC;
    border-bottom: 1px dotted #14ABFC;
}

.login-box-item a:hover {
    color: #2980b9;
    border-bottom: 1px dotted #2980b9;
}

/*基本设置*/

.main-header {
    height: 37px;
    border-bottom: 1px solid #e3e3e3;
}

.main-menu li {
    float: left;
    height: 37px;
}

.main-menu a {
    display: block;
    line-height: 34px;
    padding: 0 14px;
    color: #444;
}

.main-menu a:hover {
    border-bottom: 3px solid #78CAFF;
    color: #000;
}

.current-menu a,
.current-menu a:hover{
    border-bottom: 3px solid #0FA1FF;
    color: #000;
}

.alert {
    background: #e74c3c;
}

.form-wrap {
    width: 85%;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
    clear: both;
}

.form-item {
    height: 36px;
}

.form-item-column {
    float: left;
    padding: 0 5px;
    min-width: 150px;
    height: 36px;
    line-height: 36px;
    color: #000;
    position: relative;
}

.form-box-column {
    height: auto;
}

.column-side label {text-align: right;
    line-height: 36px;
}

.form-item-text,
.form-item-text .form-item-column {
    height: 20px;
}

.form-item-column input {
    color: #000;
}

.sub-button,
.btn-wide {
    width: 160px;
}

.form-tip {
    margin: 0 10px;
    font-size: 12px;
    color: #999;
}

.form-help {
    margin: 0 20px;
    font-size: 12px;
    color: #5DB7F2;
    border-bottom: 1px dotted #5DB7F2;
}

.form-help:hover {
    color: #0FA1FF;
    border-bottom: 1px dotted #0FA1FF;
}

.upload-button  {
    display: inline-block;
    width: 116px;
    border-radius: 4px;
    border: 1px solid #bdc3c7;
    text-align: center;
    line-height: 34px;
    color: #444;
    cursor: pointer;
    margin-right: 5px;

}

.upload-bar {
    display: none;
    width: 0;
    height: 2px;
    margin: 17px 0;
    background: #0FA1FF;
}

.uploaded {
    display: inline-block;
}

.form-item-column .input-file {
    display: none;
    position: absolute;
    width: 116px;
    min-width: 116px;
}

.delete-file {
    font-size: 12px;
    color: #5DB7F2;
    border-bottom: 1px dotted #5DB7F2;
}

.delete-file.error-tip {
    border-bottom: 1px dotted #e74c3c;
}

.error-tip {
    color: #e74c3c;
}

label.wordwrap {
    line-height: 24px;
}

label.wordwrap span {
    display: block;
    font-size: 12px;
    line-height: 12px;
}

.form-item-title {
    border-bottom: 1px solid #e3e3e3;
}

.checkbox,
.checkbox_auth,
.checkbox_one {
    background: #fff;
    border: 1px solid #bdc3c7;
    color: #444;
    cursor: pointer;
}

.choose {
    background: #2ecc71;
    border: 1px solid #2ecc71;
    color: #fff;
}

#form-check {
    display: none;
}

.wildcards {
    float: left;
    padding: 5px 10px;
    margin: 0 5px 5px 0;
    background: #e3e3e3;
    border-radius: 4px;
    height: 24px;
    line-height: 24px;
    color: #444;
    font-size: 12px;
}

.wildcards-group {
    max-width: 560px;
}

.preview-btn {
    display: block;
    height: 36px;
    line-height: 36px;
    background: #2ecc71;
    color: #fff;
    border-radius: 4px;
    width: 80px;
    text-align: center;
}

/*底部*/

.footer .row {
    font-size: 12px;
    color: #666;
    padding: 5px 10px;
}

.footer a {
    font-size: 12px;
    color: #000;
}

.footer a:hover {
    text-decoration: underline;
}
/*数据*/
.data-box {
    width: 33%;
    padding: 10px 0;
    font-size: 12px;
}

.data-box-header {
    height: 34px;
    line-height: 34px;
    padding: 0 5%;
}

.data-box table
{
    width: 95%;
    margin: 0 auto;
    line-height: 34px;
}

.data-box th {
    background: #E3F2FB;
    text-align: left;
    padding: 0 10px;
}

.data-box td {
    padding: 0 10px;
    border-bottom: 1px solid #e3e3e3;
}

table {
    background: url(../img/rank.png) 10px 34px no-repeat;
}

.data-box td.rank {
    padding-left: 30px;
}

.user-list {
    width: 100%;
}

.user-list table {
    border-bottom: 1px solid #e3e3e3;
    background: none;
}

.user-list th {
    border-right: 1px solid #fff;
    text-align: center;
}

.user-list td {
    padding: 10px;
    border-bottom: none;
}

.userinfo {
    text-align: left;
}

.user-list td.bottom-line {
    border-bottom: 1px solid #e3e3e3;
}

.even {
    background: #f3f3f3;
}

.user-list img {
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.user-list p,
.user-list span {
    line-height: 20px;
    font-size: 12px;
}

.user-list span {
    color: #999;
}

.message-list {
    width: 100%;
}

.message-list table {
    background: none;
}

.message-list th,
.message-list td {
    text-align: center;
}

/*浮动层*/

.float-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: .25;
    width: 100%;
    height: 100%;
}

.float-box-cont {
    position: absolute;
    top: 10%;
    left: 25%;
    width: 50%;
    height: 80%;
    z-index: 2;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
}

.detail-box {
    display: none;
}

.user-list-detail img {
    padding: 10px;
    width: 80px;
    height: 80px;
}

.user-list-detail {
    padding: 10px;
    background: none;
}

.user-list-detail th,
.user-list-detail td {
    border: 1px solid #fff;
    line-height: 30px;
    text-align: center;
}

.user-list-detail td {
    border-bottom: 1px solid #f3f3f3;
}

td.gray {
    background: #f3f3f3;
    border-bottom: none;
}

.user-list-detail th {
    background: #E3F2FB;
}

.user-detail-qrcode {
    text-align: center;
}

.user-detail-qrcode img {
    padding: 20px;
    height: 400px;
}

.close-float-box {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #999;
}

.show-detail,
.edit-profit {
    display: block;
    font-size: 12px;
    color: #0FA1FF;
    line-height: 20px;
}

.input-profit {
    display: none;
}

.log {
    border-top: 1px solid #e3e3e3;
    padding: 20px;
    margin-top: 20px;
    line-height: 30px;
}

.log-header {
    color: #999;
}

.log-cont {
    color: #444;
}

/*分页*/

.pagination {
    display: inline-block;
    padding: 20px;
}

.pagination a {
    float: left;
    display: block;
    line-height: 34px;
    padding: 0 20px;
    border-right: 1px solid #e3e3e3;
    color: #999;
}

.pagination a:hover {
    color: #000;
}

.pagination a.no-border {
    border: 0 none;
}

/*分销后台注册表单*/

.reg-box {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -240px;
    margin-top: -240px;
    background: #fff;
    width: 440px;
    height: 380px;
    border: 2px solid #999;
    text-align: center;
}

.top-20 {
    margin-top: 20px;
}

/*切换开关样式*/
.switch-box {
    width: 120px;
    border: 1px solid #2ecc71;
    background: #2ecc71;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.swith-mask {
    position: absolute;
    background: #fff;
    border-radius: 4px;
    left: 50%;
    right: auto;
    width: 50%;
    height: 100%;
    -webkit-transition: all .25s;
    transition: all .25s;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.switch-box a {
    position: relative;
    z-index: 1;
    display: block;
    float: left;
    width: 50%;
    font-size: 12px;
    text-align: center;
}

.switch-box a.switch-on {
    color: #fff;
}

.switch-box a.switch-off {
    visibility: hidden;
    color: #999;
}

.switch-box.off {
    border: 1px solid #d3d3d3;
    background: #f3f3f3;
}

.switch-box.off .swith-mask {
    left: 0;
}

.switch-box.off a.switch-on {
    visibility: hidden;
}

.switch-box.off a.switch-off {
    visibility: visible;
}

/*界面预览*/
.form-wrap-prew {
    min-height: 720px;
}

#layout-preview {
    position: absolute;
    background: url(http://img.easthardware.com/upload/j/j2/jihui/picture/2016/03/08/a877f89d-b645-4bb7-b7dc-1945512ab290.jpg) top center no-repeat #f6f6f6;
    top: 120px;
    right: 10px;
    width: 340px;
    height: 580px;
    padding-top: 65px;
    border: 1px solid #ccc;
}

#layout-wrap {
    height: 580px;
    overflow: scroll;
}

#layout-scroll {
    padding-bottom: 20px;
    overflow: hidden;
}

.lp-section {
    margin-top: 15px;
    background: #fff;
}

.lp-section-row {
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.drop-section .lp-section-row {
    padding-left: 40px;
}

.drop-able.droped {
    border-bottom: 0 none;
}

.lp-section-item {
    float: left;
}

.lp-row-border {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.lp-headimg img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.lp-item-row {
    height: 30px;
    line-height: 30px;
}

.lp-nickname {
    font-weight: bold;
    font-size: 16px;
}

.lp-member {
    display: inline-block;
    padding: 5px;
    line-height: 1;
    background: #FF6600;
    font-size: 12px;
    color: #fff;
}

.lp-grey {
    color: #999;
}

.lp-50 {
    width: 50%;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.lp-50-bold {
    font-weight: bold;
    color: #000;
}

.lp-icon {
    float: left;
    display: block;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    margin-right: 10px;
}

.lp-item-right {
    float: right;
    color: #999;
}

.icon-angle-down {
    float: right;
    color: #999;
    font-size: 20px;
    margin: 0;
}

.drop-section {
    display: none;
}

.dealer-drop {
    display: block;
}

/*关键词管理*/

#msg_key {
    width: 400px;
}
.biaoqing ul {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 3px #ccc;
    left: 0;
    padding: 5px;
    position: absolute;
    top: -252px;
    width: 390px;
    display: none;
}
.biaoqing ul li {
    border: 1px solid #dfe6f6;
    height: 24px;
    width: 24px;
    display: block;
    padding: 2px;
    float: left;
    cursor: pointer;
}
.biaoqing {
    background: url(../img/biaoqing.png) no-repeat 5px center;
    padding-left: 25px;
    padding-right: 10px;
    line-height: 28px;
    position: absolute;
    left: 374px;
    bottom: -14px;

}
.biaoqing span {
    font-size: 12px;
}
.biaoqing:hover {
    cursor: pointer;
}
.fr {
    float: right;
}
.no-select {
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    -khtml-user-select:none;
    user-select:none;
}
.keywords_back {
    display: block;
    float: right;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #0FA1FF;
    border: none;
    padding: 0 15px;
    color: #fff;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.List_keywords th {
    background: #E3F2FB;
    text-align: left;
    padding: 0 10px;
    border: 1px solid #eee;
}
.List_keywords {
    line-height: 34px;
    background: none;
    margin: 10px 0;
}
.List_keywords td {
    border: 1px solid #eee;
    padding: 0 10px;
    font-size: 12px;
}
.keywords_content {
    overflow: hidden;
    height: 35px;
    font-size: 12px;
}
.key_edit,
.key_delete {
    padding: 0 15px 0 5px;
    color: #0FA1FF;
    font-size: 12px;
    display: inline-block;
}
.keywords_add {
    display: block;
    float: right;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #0FA1FF;
    border: none;
    width: 100px;
    color: #fff;
    border-radius: 4px;
    margin-right: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}
.edit-files {
    font-size: 12px;
    color: #5DB7F2;
    border-bottom: 1px dotted #5DB7F2;
}
.gzh_head img {
    border: 1px solid #bdc3c7;
    border-radius: 4px;
}
#gzh_cps {
    -webkit-appearance: none;
    border: 1px solid #bdc3c7;
    padding: 5px 8px;
    box-sizing: content-box;
    line-height: 24px;
    width: 200px;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 5px;
    background: none;
}
#gzh_cps.error {
    border: 1px solid #e74c3c;
}
.check_type {
    background: #fff;
    border: 1px solid #bdc3c7;
    color: #444;
    cursor: pointer;
}
.check_type.choose {
    background: #2ecc71;
    border: 1px solid #2ecc71;
    color: #fff;
}
.msg_text {
    padding-top: 0;
}
.msg_news {
    padding-top: 0;
    display: none;
}
.news_list li a {
    display: block;
    color: #999;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_list li:hover,
.news_list li.cur {
    border: 1px solid #2ecc71;
    padding: 0 10px;
    background: #2ecc71;
}
.news_list li:hover a,
.news_list li.cur a {
    color: #fff;
}
.news_list li.cur {
    height: auto;
}
.news_list li .news_list1 {
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    padding-left: 0;
}
.news_list li a {
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    padding-left: 5px;
}
.news_list li {
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 1px 11px;
}
#form_news {
    width: 400px;
    border: 1px solid #bdc3c7;
    padding: 10px 8px 50px 8px;
    line-height: 24px;
    min-height: 96px;
    max-height: 500px;
    overflow: auto;
    float:left;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 14px;
}
#msg_content {
    margin: 0 5px 0 0 ;
}
.msg_text .form-tip,
.msg_news .form-tip {
    line-height: 25px;
}
.form-tip .no-select {
    font-size: 12px;
}
.form-item-column .news_content {
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.news_more {
    line-height: 28px;
    position: absolute;
    cursor: pointer;
    margin: 0 20px;
    left: 0;
    bottom: 17px;
    width: 366px;
    padding: 0 8px;
    text-align: center;
    border: 1px solid #bdc3c7;
    border-radius: 4px;
    background: #fff;
}

.gzh_cps li {
    float: left;
    margin-right: 15px;
    line-height: 36px;
    height: 36px;
    _width:100px;
}
.gzh_cps input {
    width: auto;
    line-height: 36px;
    float: left;
    height: 36px;
    border: 0 none;
}
.gzh_cps label {
    float: right;
    line-height: 36px;
    height: 36px;
}

/*图标icon*/
@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?q67m6s');
    src:url('../fonts/icomoon.eot?#iefixq67m6s') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?q67m6s') format('truetype'),
    url('../fonts/icomoon.woff?q67m6s') format('woff'),
    url('../fonts/icomoon.svg?q67m6s#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    display: block;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
    content: "\f007";
}
.icon-home:before {
    content: "\f015";
    font-size: 1.2rem;
}
.icon-list-alt:before {
    content: "\f022";
}
.icon-qrcode:before {
    content: "\f029";
}
.icon-calendar:before {
    content: "\f073";
}
.icon-shopping-cart:before {
    content: "\f07a";
}
.icon-bar-chart:before {
    content: "\f080";
}
.icon-briefcase:before {
    content: "\f0b1";
}
.icon-money:before {
    content: "\f0d6";
}
.icon-sitemap:before {
    content: "\f0e8";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-commenting-o:before {
    content: "\f27b";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-coffee:before {
    content: "\f0f4";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-dollar:before {
    content: "\f155";
}

.icon-angle-left:before {
    content: "\f104";
}

.peterriver {
    background: #3498db;
}

.amethyst {
    background: #9b59b6;
}

.turquoise {
    background: #1abc9c;
}

.emerald {
    background: #2ecc71;
}

.sunflower {
    background: #f1c40f;
}

.carrot {
    background: #e67e22;
}

.alizarin {
    background: #e74c3c;
}

.wetasphalt {
    background: #34495e;
}

.error-tip {
    color: #e74c3c;
}
