@CHARSET "UTF-8";

/*引入头部样式的css*/


/*引入尾部样式的css*/


/* @import "module/list.css"; */


/*=========================================================================*/


/*=========================重置 aliceui begin======================*/


/*主宽度布局*/

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.ui-grid-1 {
    width: 36px;
}

.ui-grid-2 {
    width: 85px;
}

.ui-grid-3 {
    width: 133px;
}

.ui-grid-4 {
    width: 182px;
}


/* 右侧推广位的宽度 */

.ui-grid-5 {
    width: 230px;
}


/* 左侧边栏的宽度 */

.ui-grid-6 {
    width: 279px;
}

.ui-grid-7 {
    width: 327px;
}

.ui-grid-8 {
    width: 376px;
}

.ui-grid-9 {
    width: 424px;
}

.ui-grid-10 {
    width: 473px;
}

.ui-grid-11 {
    width: 521px;
}

.ui-grid-12 {
    width: 570px;
}

.ui-grid-13 {
    width: 618px;
}

.ui-grid-14 {
    width: 667px;
}

.ui-grid-15 {
    width: 715px;
}


/* 中央区域宽度 */

.ui-grid-16 {
    width: 764px;
}

.ui-grid-17 {
    width: 812px;
}

.ui-grid-18 {
    width: 861px;
}

.ui-grid-19 {
    width: 909px;
}

.ui-grid-20 {
    width: 958px;
}

.ui-grid-21 {
    width: 1006px;
}


/* 交易明细表区域的宽度 */

.ui-grid-22 {
    width: 1055px;
}

.ui-grid-23 {
    width: 1103px;
}

.ui-grid-24 {
    width: 1152px;
}

.ui-grid-25 {
    width: 1200px;
}


/* 最大页面宽度 */

.ui-grid-row {
    margin-right: -10px;
    zoom: 1;
}

.ui-box-head {
    filter: none;
}

.ui-box,
.ui-box-container,
.ui-box-content,
.ui-list {
    padding: 0;
}

.ui-panel,
.ui-panel-head {
    border: none;
    background: transparent;
}


/*=========================重置 aliceui end======================*/


/*   重置a  begin*/

a {
    outline: none;
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    /*去除ie浏览器下点击a标签会有虚线框问题*/
}

a:link {
    color: #3F98EA;
}

a.ui-dialog-close {
    color: #666;
}

.btn-container {
    text-align: center;
    margin-top: 50px;
}

a.label-border {
    border: 1px solid #fff;
    color: #fff;
    padding: 9px 54px;
    font-size: 16px;
    margin: 0 auto;
    display: inline-block;
}

.animate {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ui-list-item a {
    color: #666;
    font-size: 14px;
}

.ui-list-item h3 a {
    font-size: 16px;
    color: #333;
}


/*   重置a   end*/

.main-wrapper {
    background: transparent;
    position: relative;
    margin-top: 0;
    min-width: 1100px;
    padding: 0;
    margin-bottom: 14px;
    min-height: 800px;
}

* {
    word-break: break-all;
}

body,
html {
    background-color: #fff;
    min-width: 1200px;
}

h3 {
    font-size: 16px;
    color: #333;
}

h3 a {
    font-size: 16px;
    color: #333;
}

a:hover {
    text-decoration: none!important;
}


/*伪元素（pseudo-elements）、伪类（ pseudo-classes）和Notihing。
    WebKit和Blink（Safari,Google Chrome, Opera15+）使用伪元素*/

::-webkit-input-placeholder {
    /*WebKit browsers */
    color: #b3b3b3;
}

:-moz-placeholder {
    /*Mozilla Firefox 4 to 18*/
    color: #b3b3b3;
}

::-moz-placeholder {
    /*Mozilla Firefox 19+ */
    color: #b3b3b3;
}

:-ms-input-placeholder {
    /*Internet Explorer 10+ */
    color: #b3b3b3;
}

.border-bottom-gray {
    /*border-bottom: 1px solid #ccc;*/
    border-bottom: 1px solid #eceef4;
}

.border-bottom-lightgray {
    border-bottom: 1px solid #F1F1F1;
}

.border-left-gray {
    border-left: 1px solid #eceef4 !important;
}

.border-gray {
    border: 1px solid #ddd !important;
}


/*.box-shadow-normal {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
}*/

.overflow {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 79%;
}

ul,
li {
    list-style: none;
    padding-left: 0;
    /*解决火狐和谷歌去掉list之前的点之后产生错位的问题*/
}

select,
input {
    outline: none;
    /*谷歌浏览器自带的边框*/
}

.c_blue {
    color: #1a8efb;
}

.c_green {
    color: #74a00b;
}

.c_darkerGray {
    color: #666;
}

.c_gray {
    color: #999;
}

.default {
    cursor: default;
}


/*==============page 分页 end================*/

.ui-paging-article {
    margin: 40px auto;
    color: #888;
    font-size: 14px;
    font-weight: normal;
    /*background: url(../img/page-index.png) no-repeat center;*/
}

.ui-paging a.ui-paging-item {
    border: 1px solid #ddd;
    padding: 5px 12px;
    font-weight: normal;
    color: #999;
}

.ui-paging a.ui-paging-current,
.ui-paging a.ui-paging-item:hover {
    background: #1a8efb;
    color: #fff;
}

.ui-paging-article .ui-paging-prev,
.ui-paging-article .ui-paging-next,
.ui-paging-article .ui-paging-goto,
.ui-paging-article .ui-paging-goto .ui-paging-ellipsis,
.ui-paging-article .ui-paging-ellipse,
.ui-paging-article input[name="some_name"] {
    border-radius: 0;
    border: 1px solid #ddd;
    background: #fff;
    color: #999;
    box-shadow: none;
    filter: alpha;
    height: 30px;
    line-height: 30px;
    width: 50px;
    font-size: 14px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ui-paging-article input[name="some_name"] {
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    width: 42px;
    font-size: 14px;
}


/*========================导航栏 begin========================*/

.top-banner {
    position: relative;
    background: url('../img/policy/policy-top-banner.jpg') no-repeat center 0;
    min-height: 260px;
    margin-bottom: 40px;
}


/*.top-banner .wrapper{
    width: 1300px;
}*/

.top-banner-container {
    top: 100px;
    position: absolute;
    color: #fff;
    font-size: 14px;
}

.top-banner+.ui-box-head_hr {
    margin-top: -40px;
}

.nav-bar a {
    color: #fff;
}

.top-banner-container .title {
    margin-top: 40px;
    width: 1200px;
}

.top-banner-container .title:after {
    content: "";
    clear: both;
    display: block;
}

.top-banner-container .title h3 {
    font-size: 34px;
    color: #fff;
}

.top-banner-container .title img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.top-banner-container .content {
    line-height: 30px;
    font-size: 16px;
}


/*头部按钮*/

.top-banner .top-banner-button {
    background-color: #74a00b;
    display: block;
    float: right;
    color: #fff;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.top-banner .top-banner-button.blue {
    background-color: #1a8efb;
}

.top-banner .top-banner-button img {
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 8px;
}


/*========================导航栏  end========================*/


/*========================分享的图标 begin=========================*/

.bshare-custom.icon-medium a {
    padding-left: 0!important;
}

.bshare-custom.icon-medium .bshare-weixin {
    height: 30px;
    width: 30px;
    background: url(../img/policy/icon-wechat.png) no-repeat center!important;
}

.bshare-custom.icon-medium .bshare-sinaminiblog {
    height: 30px;
    width: 30px;
    background: url(../img/policy/icon-webo.png) no-repeat center!important;
}


/*========================分享的图标 begin=========================*/


/*========================搜索框 begin=========================*/

.ui-form-policy .ui-input-search {
    height: 53px;
    line-height: 53px;
    width: 470px;
    border: none;
    color: #666;
    border: 1px solid #ccc;
    vertical-align: top;
    font-size: 14px;
    padding-left: 30px;
}

.ui-form-policy input[type='submit'] {
    width: 74px;
    height: 55px;
    border: none;
    background: #1a8efb url(../img/policy/btn-search-white.png) no-repeat center;
}


/*========================搜索框 end=========================*/

a.normal-button {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #74a00b;
    padding: 10px 18px;
    margin: 0 auto;
}


/*上传插件以及打印*/

.print-word a,
.print-word a:link,
.print-word a:hover,
.print-word a:visited,
.print-word a:active {
    color: #999 !important;
}

.bshare-custom.icon-medium {
    display: inline-block;
}


/*弹窗*/

.green-tips.layui-layer {
    border-radius: 6px;
    border: 3px solid #74a00b;
}

.blue-tips.layui-layer {
    border-radius: 6px;
    border: 3px solid #23A5DF;
}


/* 当前项目公共 begin */

.star {
    color: #ff0000;
}

.orange {
    color: #f47108;
}

.s-df-word {
    font-size: 14px;
    color: #666666;
}
.s-16{
    font-size: 16px;
}
.text-of {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}