﻿/*
*@Description: 基本布局
*@Author:      Hanli
*@Update:      Hanli(2016-08-31)
*/

@charset "utf-8";

/* 防止用户自定义背景颜色对网页的影响 */
html {
    color: #333333;
    background: #fff;
}

/* 始终不显示滚动条 */
body {
    overflow-x: hidden; /*隐藏水平滚动条*/
    overflow-y: hidden; /*隐藏垂直滚动条*/
}

/* Webkit内核滚动条样式定义 */
/*::-webkit-scrollbar{
    width:10px;
}
::-webkit-scrollbar-thumb:vertical{
    background-color:#A5A5A5;
    outline:2px solid #F6F6F6;
    outline-offset:-2px;
	border: 2px solid #F6F6F6;
	-webkit-border-radius:6px;
}
::-webkit-scrollbar-thumb:hover{
    background-color:#bcbcbc;
}*/
/* 内外边距重置 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font-family: 'Hiragino Sans GB', 'Hiragino Sans GB W3', 'Microsoft Yahei', '微软雅黑', Tahoma, Arial, Helvetica, STHeiti;
    font-size: 12px;
    word-wrap: break-word;
    color: #333333;
}

input, select, textarea {
    font-size: 100%;
}

div:focus {
    outline: none;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* IE bug fixed: th 不继承 text-align*/
th {
    text-align: inherit;
}

/* 去除默认边框 */
fieldset, img {
    border: 0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
    border: 0;
    font-variant: normal;
}

/* 一致的 del 样式 */
del {
    text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500;
}

/* 去掉列表前的标识, li 会继承 */
ol, ul, li {
    list-style: none;
}

/* 左对齐排版 */
caption, th {
    text-align: left;
}

/* 让标题都自定义 */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before, q:after {
    content: '';
}

/* 统一上标和下标 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* 让链接在 hover 状态下不显示下划线 */
a{
    color: #333;
}
a:hover {
    text-decoration: none;
}

a:visited {
    color: #333333;
}

/* 默认不显示下划线 */
ins, a {
    text-decoration: none;
}

/* button的cursor属性 */
button, a {
    outline: none;
    cursor: pointer;
}

/*hr统一样式*/
hr {
    height: 1px;
    border: none;
    border-top: 1px solid #CCCCCC;
}

/*-----------------------*/
/*  页面布局  */
.clearB {
    clear: both;
}

.pointer {
    cursor: pointer;
}

.fll {
    float: left;
}

.flr {
    float: right;
}

.mgl10 {
    margin-left: 10px;
}

.mgt5 {
    margin-top: 5px;
}

.mgl5 {
    margin-left: 5px;
}

.mgr5 {
    margin-right: 5px;
}

.padl10 {
    padding-left: 10px;
}

.label_bold {
    color: #848484;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

.show {
    display: block;
}

.hide {
    display: none;
}

#header {
    /*background: #333 url(../img/bg/HeaderBg.png) repeat-x;*/
    background: #fff;
    height: 50px;
    z-index: 510;
    /*border-bottom: 1px solid #D0D0D0;*/
    position: relative;
}

#sidebar {
    width: 60px;
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 0;
    background: #373737;
    border-right: 1px solid #333333;
    z-index: 500;
}

#wrapper {
    position: absolute;
    bottom: 0;
    left: 60px;
    right: 0;
    top: 50px;
    background: #E4EAEB;
    overflow: hidden;
}

#main {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    /*border-radius: 5px;*/
    background: #FFFFFF;
}
#main.border{
    border: 1px solid #D0D0D0;
}

/*表单验证错误样式*/
input.error {
    border: 1px solid #7A3230;
}

label.error {
    height: 20px;
    position: absolute;
    right: -5px;
    top: -34px;
    background: #7A3230;
    z-index: 10;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    text-align: center;
    border-radius: 3px;
    white-space: nowrap;
}

.error_img {
    display: inline-block;
    width: 16px;
    height: 26px;
    position: absolute;
    right: 5px;
    top: -6px;
    background: url(../img/icon/verify_false.png) no-repeat;
}

.checkRight .error_img {
    background: url(../img/icon/verify_sucess.png) 0 7px no-repeat;
}

/*弹窗*/
#bg {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4; /* Standards Compliant Browsers */
    filter: alpha(opacity=50); /* IE 7 and Earlier */
    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

#flagBox {
    position: absolute;
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    box-shadow: 0 0 1px #000000;
    background: #FCFCFC;
    z-index: 2000;
}

.popwin, .popwin_new {
    display: none;
    width: 414px;
    height: auto;
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    box-shadow: 0 0 1px #000000;
    background: #FCFCFC;
    padding: 20px;
}

.popwin_title {
    /*width: 394px;*/
    height: 50px;
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 50px;
    background: #F5F5F5;
    padding-left: 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #DDDDDD;
}

.popwin_close {
    float: right;
    margin-right: 20px;
    margin-top: 15px;
    cursor: pointer;
}

.popwin_content {
    /*width: 374px;*/
    height: auto;
    padding: 20px;
    text-align: center;
}

.popwin_tips {
    font-size: 16px;
    color: #3586C1;
    line-height: 30px;
    margin-bottom: 20px;
}

.popwin_tipsH1 {
    font-size: 16px;
    color: #3586C1;
    margin-bottom: 10px;
}

.popwin_tipsH2 {
    font-size: 12px;
    margin-bottom: 15px;
    color: #B35454;
}

.popwin_validateFail {
    visibility: hidden;
    font-size: 12px;
    color: #B35454;
}

.popwin_description {
    font-size: 12px;
    color: #65A25D;
    line-height: 25px;
    margin: 0 30px 20px 30px;
    background: #D5F5C3;
    border: 1px solid #B5D6B2;
    border-radius: 2px;
}

.popwin_error {
    display: none;
    font-size: 12px;
    color: #A25D5D;
    line-height: 25px;
    margin: 0 30px 10px 30px;
    background: #FFD3D3;
    border: 1px solid #D6B2B2;
    border-radius: 2px;
}

.popwin_confirm, .popwin_cancel,
.popwin_newForm_confirm, .popwin_newForm_cancel,
.popwin_newActive_confirm, .popwin_newActive_cancel,
.popwin_newSms_confirm, .popwin_newSms_cancel,
.popwin_newMail_confirm, .popwin_newMail_cancel,
.popwin_newEvent_confirm, .popwin_newEvent_cancel {
    margin: 0 10px;
}

.video_placeholder {
    display: block;
    height: 260px;
    width: 440px;
    background: url(../img/video_mail.png) no-repeat;
    margin: 40px auto;
}

.video_placeholder:hover {
    cursor: pointer;
}

.doing_p {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
    line-height: 50px;
}

.popwin_content .popwin_newForm_input,
.popwin_content .popwin_newSms_input,
.popwin_content .popwin_newMail_input.
.popwin_content .popwin_newEvent_input {
    width: 300px;
    margin-bottom: 20px;
}

#blackmask {
    background: #000;
}

#frameless {
    padding: 0;
}

.tmask {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 800;
}

.tbox {
    position: absolute;
    display: none;
    padding: 14px 17px;
    z-index: 900;
}

.tinner {
    border-radius: 3px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    background: #FFFFFF;
    border: 1px solid #5C5C5C;
    /* height: auto!important; */
    /* min-height: 224px; */
}

.tclose {
    position: absolute;
    top: 14px;
    right: 17px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../img/icon/popwin_close.png) center center no-repeat ;
}

.tips_success {
    display: none;
}

.success_tip {
    color: #19691F;
    line-height: 30px;
    text-align: center;
    background: #E7FFCF;
    border: 1px solid #B3E179;
    border-radius: 3px;
}

.registerFail {
    text-align: center;
    color: #999;
    font-size: 17px;
    font-weight: bold;
    margin-top: 50px;
}

/*新的表单的信息*/
.popwin_formtype,
.popwin_mailtype {
    float: left;
    width: 159px;
    margin: 0 10px;
    padding: 20px 10px 10px 10px;
    height: 160px;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all 260ms;
    -webkit-transition: all 260ms;
    -moz-transition: all 260ms;
    -o-transition: all 260ms;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 10px;
    border-radius: 4px;
}

.popwin_formtype img,
.popwin_mailtype img {
    width: 80px;
    display: block;
    text-align: center;
    margin: 0 auto 4px auto;
}

.popwin_formtype_normal,
.popwin_mailtype_normal {
    color: #56779B;
}

.popwin_formtype_logic,
.popwin_mailtype_html {
    color: #B4533A;
}

.popwin_formtype_normal:hover,
.popwin_mailtype_normal:hover {
    border-color: #56779B;
}

.popwin_formtype_logic:hover,
.popwin_mailtype_html:hover {
    border-color: #B4533A;
}

.popwin_formNameContent,
.popwin_mailNameContent,
.popwin_smsNameContent,
.popwin_eventNameContent {
    display: none;
    margin-top: 24px;
}

.popwin_formTypeContent,
.popwin_mailTypeContent {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}

/*wiki faq*/
.wiki_faq_help {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon/wikiHelp_big.png);
    background-repeat: no-repeat;
    position: relative;
}

.wiki_faq_help:hover {
    background-image: url(../img/icon/wikiHelp_big_hover.png);
}
/************** flex box **********************/
.flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
.flex-auto { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; min-width: 0; /* 1 */ min-height: 0; /* 1 */ }
.flex-none { -webkit-box-flex: 0; -ms-flex: none; flex: none; }
.flex-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.flex-row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex-nowrap { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex-wrap-reverse { -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; }
.flex-column-reverse { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
.flex-row-reverse { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.items-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.items-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
.items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.items-baseline { -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }
.items-stretch { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
.self-start { -ms-flex-item-align: start; align-self: flex-start; }
.self-end { -ms-flex-item-align: end; align-self: flex-end; }
.self-center { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; }
.self-baseline { -ms-flex-item-align: baseline; align-self: baseline; }
.self-stretch { -ms-flex-item-align: stretch; -ms-grid-row-align: stretch; align-self: stretch; }
.justify-start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.justify-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.justify-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.justify-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.justify-around { -ms-flex-pack: distribute; justify-content: space-around; }
.content-start { -ms-flex-line-pack: start; align-content: flex-start; }
.content-end { -ms-flex-line-pack: end; align-content: flex-end; }
.content-center { -ms-flex-line-pack: center; align-content: center; }
.content-between { -ms-flex-line-pack: justify; align-content: space-between; }
.content-around { -ms-flex-line-pack: distribute; align-content: space-around; }
.content-stretch { -ms-flex-line-pack: stretch; align-content: stretch; }
.order-0 { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }
.order-1 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
.order-2 { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
.order-3 { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
.order-4 { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
.order-5 { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
.order-6 { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }
.order-7 { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7; }
.order-8 { -webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8; }
.order-last { -webkit-box-ordinal-group: 100000; -ms-flex-order: 99999; order: 99999; }
.flex-grow-0 { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; }
.flex-grow-1 { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
.flex-shrink-0 { -ms-flex-negative: 0; flex-shrink: 0; }
.flex-shrink-1 { -ms-flex-negative: 1; flex-shrink: 1; }

/* 滚动条宽度 */
/* .dropdown_operate.list::-webkit-scrollbar{width:10px;}  */
ul.dropdown-menu {max-height: 300px; overflow-y: auto;}
.dropdown_operate.list::-webkit-scrollbar{width:3px;}
.dropdown_operate.list::-webkit-scrollbar-track{background-color:#eee;}
.dropdown_operate.list::-webkit-scrollbar-thumb{background-color:#ccc;}
.dropdown_operate.list::-webkit-scrollbar-thumb:hover {background-color:#999}
.dropdown_operate.list::-webkit-scrollbar-thumb:active {background-color:#ccc}
ul.dropdown-menu::-webkit-scrollbar{width:3px;}
ul.dropdown-menu::-webkit-scrollbar-track{background-color:#eee;}
ul.dropdown-menu::-webkit-scrollbar-thumb{background-color:#ccc;}
ul.dropdown-menu::-webkit-scrollbar-thumb:hover {background-color:#999}
ul.dropdown-menu::-webkit-scrollbar-thumb:active {background-color:#ccc}
.el-dialog__body::-webkit-scrollbar{width:3px;}
.el-dialog__body::-webkit-scrollbar-track{background-color:#eee;}
.el-dialog__body::-webkit-scrollbar-thumb{background-color:#ccc;}
.el-dialog__body::-webkit-scrollbar-thumb:hover {background-color:#999}
.el-dialog__body::-webkit-scrollbar-thumb:active {background-color:#ccc}