@charset "utf-8";

html,
body {
    padding: 0;
    font: 14px 'Microsoft YaHei';
    color: #000;
}

/* 常用元素 */
body, div, p,
dl, dt, dd, ul, ol,li,
h1, h2, h3, h4, h5, h6, 
form {
    margin: 0;
    padding: 0;
}
img, abbr, acronym {
    border: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* 浮动 */
.fl {
    float: left;
}
.fr {
    float: right;
}
.fn{
    float:none;
}
/* 清除浮动 */

/* 文字溢出省略 */
.ell,
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 文字对齐方式 */
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.clear  {
    clear: both;
    overflow: hidden;
    height: 0;
}
.clearfix {
    display: block;
    zoom: 1;
}
.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
a {
    color: #333;
}
a:hover {
    color: #ff5735;
}
a:hover,
a:focus,
a:active {
    text-decoration: none; 
    outline: none;
}
.wrap {
    min-width: 1160px;
}

/*uploadify 插件本身样式隐藏 - begin */
.uploadify-queue {
    display: none;
}
/*uploadify 插件本身样式隐藏 - end */

/*弹框样式 覆盖flyui样式 - begin by rxsong */
.dialog-header {
    height: 60px;
    background-color: #fff !important;
    border-bottom: 1px solid #ececec !important;
}
.dialog-title {
    font-weight: normal !important;
    font-size: 18px;
    color: #ff5735;
}
.dialog-footer button.dialog-autofocus {
    background-color: #ff5735 !important;
    border-color: #ff5735 !important;
}
.dialog-close {
    font-weight: normal !important;
    font-size: 28px !important;
    color: #c8c8c8 !important;
    text-shadow: none !important;
    opacity: 1 !important;
}
.dialog-footer button:focus {
    outline: none !important;
}
/*弹框样式 - end */

/*文本域样式*/
textarea {
    margin: 0;
    overflow: hidden;
    width: 99.5%;
    height: 80px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-indent: .33em;
    font-size: 14px;
    outline: none;
}

/* 当前位置 - begin */
.current-position {
    padding: 13px 0 13px 40px;
    height: 24px;
    background: url(/public/wcportal/0.2.0/chizhou/img/person/position-icon.png) 8px center no-repeat;
    font-size: 14px;
    line-height: 25px;
    color: #969696;
}
.current-position a {
    color: #ff5735;
}
/* 当前位置 - end */

.main-width {
    margin: 0 auto;
    width: 1160px;
}
.border-t-grey {
    border-top: 3px solid #d2d6d9;
}
.owl-wrapper-outer a img {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.owl-wrapper-outer a img:hover {
    -webkit-transform: matrix(1.04,0,0,1.04,0,0);
    transform: matrix(1.04,0,0,1.04,0,0)
}
.carousel.owl-carousel .owl-buttons div {
    z-index: 10;
    width: 34px;
    height: 94px;
}
.carousel.owl-carousel b {
    height: 42px;
}
.carousel.owl-carousel .owl-prev,
.carousel.owl-carousel .owl-prev:hover {
    background: url(/public/wcportal/0.2.0/chizhou/img/common/carousel-direct.png) no-repeat;
}
.carousel.owl-carousel .owl-next,
.carousel.owl-carousel .owl-next:hover {
    background: url(/public/wcportal/0.2.0/chizhou/img/common/carousel-direct.png) -34px 0 no-repeat;
}
.carousel.owl-carousel .owl-pagination {
    right: 15px;
    bottom: 6px
}

/*提示 - begin by rxsong*/
.tip-alert {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center;
}
.alert {
    padding: 8px 10px;
}
/*提示 - end */

/*.empty-data {
    padding: 50px 0;
    margin-top: 1px;
    height: 150px;
    border: 1px solid #e4e4e4;
    text-align: center;
    background: url(../img/common/empty-data.png) center center no-repeat;
}*/
.empty-data {
    background: url(/public/wcportal/0.2.0/chizhou/img/common/list-empty-icon.png) center center no-repeat;
}

/* 分页 - begin */
.pagination {
    text-align: center;
}
.pagination .number {
    float: none !important;
    overflow: inherit !important;
}
.pagination .btn {
    height: 18px;
    line-height: 18px;
}
.btn-primary,
.btn-primary:hover {
    background-color: #ff5735;
    border-color: #ff5735;
}
/* 分页 - end */

/* 中间内容头部公用样式 - begin */
.body-warp {
    background-color: #f5f5f5;
}
.message-wrap {
    margin: 0 auto;
    width: 1160px;
}
.message-list {
    margin-bottom: 50px;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-top: 4px solid #11bfa4;
}
/* 中间内容头部公用样式 - end */

/* 按钮 - begin */
.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover,
.btn-primary.focus, 
.btn-primary:active {
    background-color: #ff5735;
    border-color: #ff5735;
}
.btn-wrap {
    margin: 0 auto;
    padding: 40px 0 20px;
    text-align: center;
}
.btn-wrap .bttn {
    display: inline-block;
    width: 255px;
    height: 45px;
    border-radius: 20px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
}
.btn-wrap .save-btn {
    background-color: #ff5735;
    color: #fff;
}
.btn-wrap .save-btn:hover {
    background-color: #ff5735;
}
.btn-wrap .cancel-btn {
    margin-left: 30px;
    border: 1px solid #eaeaea;
    color: #333;
}
.btn-wrap .cancel-btn:hover {
    background-color: #e3e3e3;
}
/* 按钮 - end */

/* 遮罩样式  by yaoding */
.fly-mask {
    top: 0;
    z-index: 9998; 
}
.fly-mask-content {
    position: absolute;
}
.fly-mask-background {
    height: 100%;
    background: #fff; 
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.fly-mask-background iframe {
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
}
.fly-mask-content {
    top: 50%;
    left: 50%;
    z-index: 9999;
}
.fly-mask-content div {
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 4px;
    line-height: 16px;
}
.fly-mask-content div i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/public/wcportal/0.2.0/chizhou/img/common/loading.gif) no-repeat;
    font-style: normal;
    vertical-align: top;
}
.fly-mask-content div em {
    margin-left: 8px;
    font-size: 12px;
    color: #333;
    font-style: normal;
}
.fly-mask-content div em, .fly-mask-content div i {
    height: 15px;
}
.fly-has-mask {
    position: relative;
    min-height: 150px;
}

/* 遮罩样式  end */

/*模块标题样式 - begin by rxsong*/
.model-title-wrap {
    width: 100%;
    height: 100%;
}
.title-font {
    font-size: 26px;
    font-weight: bold;
    color: #444;
}
.more-font {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.more-font:hover {
    color: #28c39b;
}
.pad-left {
    padding-left: 58px;
}
/*模块标题样式 - end */
