/**全局**/
*{
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}
*:focus {
    outline:none !important;
}
body{
	font-size:14px;
	color:#000;
}

img {
	vertical-align: middle;
}

ul,ol {
	list-style:none;
	padding: 0;
	margin:0;
}
/**滚动条样式 webkit内核有效果**/
/**::-webkit-scrollbar{ width: 10px;}
*::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px;}
*::-webkit-scrollbar-thumb {border-radius: 10px;background: rgba(0,0,0,0.1);-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}*/
/**::-webkit-scrollbar-thumb:window-inactive {background: rgba(255,0,0,0.4);}*/
/**字体颜色**/
.ft_red {
	color:#dd2e1f;
}
a.ft_red:hover, a.ft_red:focus {
	color:#a40f1c;
}
.ft_blue {
	color:#00a0dc;
}
.ft_green {
	color:#387511;
}
a.ft_green:hover, a.ft_green:focus {
	color:#295a10;
}
.ft_orange {
    color:#ec640c;
}
.ft_gray {
	color:#999;
}
.ft_white {
    color:#fff;
}
.ft_black {
    color:#000;
}
/**字体大小**/
.fs_0 {
	font-size:0;
}
.fs_12 {
    font-size:12px !important;
}
.fs_13 {
	font-size:13px;
}
.fs_15 {
	font-size:15px;
}
.fs_16 {
	font-size:16px;
}
.fs_20 {
	font-size:20px;
}
/**字高**/
.lh_20 {
	line-height:20px;
}
.lh_24 {
	line-height:24px;
}
/**字重**/
.fw_400 {
	font-weight:400;
}
.fw_700 {
	font-weight:600;
}
/**内容对齐**/
.txt_l {
    text-align:left !important;
}
.txt_r {
    text-align:right !important;
}
.txt_c {
    text-align:center !important;
}
.vta_t {
    vertical-align: top !important;
}
.vta_m {
	vertical-align: middle !important;
}
/**背景色**/
.bg_c1 {
	background-color:#eee;
}
/**box 宽**/
.w_80 {
    width:80px !important;
}
.w_100 {
    width:100px !important;
}
.w_130 {
    width:130px !important;
}
.w_180 {
    width:180px !important;
}
.w_200 {
    width:200px !important;
}
/**box 间距**/
.m_0 {
	margin:0;
}
.m_5 {
	margin:5px;
}
.m_10 {
	margin:10px;
}
.ml_5 {
	margin-left:5px;
}
.ml_10 {
	margin-left:10px;
}
.ml_20 {
    margin-left:20px;
}
.mr_5 {
	margin-right:5px;
}
.mr_10 {
	margin-right:10px;
}
.mr_20 {
	margin-right:20px;
}
.mt_5 {
	margin-top:5px;
}
.mt_10 {
	margin-top:10px;
}
.mt_20 {
    margin-top:20px;
}
.mb_5 {
	margin-bottom:5px;
}
.mb_10 {
	margin-bottom:10px;
}
.mb_20 {
    margin-bottom:20px;
}
.p_0 {
	padding:0;
}
.p_5 {
	padding:5px;
}
.p_10 {
	padding:10px;
}
.pl_5 {
	padding-left:5px;
}
.pl_10 {
	padding-left:10px;
}
.pl_20 {
    padding-left:20px;
}
.pl_30 {
    padding-left:30px;
}
.pr_5 {
	padding-right:5px;
}
.pr_10 {
	padding-right:10px;
}
.pt_5 {
	padding-top:5px;
}
.pt_10 {
	padding-top:10px;
}
.pb_5 {
	padding-bottom:5px;
}
.pb_10 {
	padding-bottom:10px;
}
/**bootstorp样式覆盖**/
label input[type="radio"],label input[type="checkbox"] {
	position:relative;
	top:2px;
	margin-right:5px;
}
input[type="text"], input[type="password"] {
	border-radius:2px;
	height:34px;
	line-height:34px;
	border:1px solid #ddd;
	padding:0 10px;
	color:#333;
}
input:disabled {
    cursor: no-drop !important;
}
input.dateIpt {
    width:140px;
    padding-right:30px;
}
input.dateIpt.Wdate {
    background:#fff url(../js/plugin/My97DatePicker/skin/datePicker.gif) no-repeat 117px;
}
textarea {
	border-radius:2px;
	padding:10px;
	border:1px solid #ddd;
	font-size:14px;
	color:#333;
}
select {
	border-radius:2px;
	border:1px solid #ddd;
	padding:0 10px;
	height:34px;
	line-height:34px;
	color:#333;
}
select[disabled] {
   background-color:#EBEBE4;
    cursor: no-drop;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border-color:#66afe9;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.modal .modal-header{
	border-bottom:none;
	padding:0 15px;
}
.modal .modal-header h4{
	height:50px;
	line-height:50px;
	font-size:16px;
	font-weight:600;
}
.modal .modal-header .close{
	margin-top:4px;
}
.modal .modal-header .close span{
	font-size:30px;
}
.modal .modal-footer{
	border-top:none;
	height:60px;
}
.modal .modal-footer .btn{
	height:30px;
	line-height:28px;
	padding:0 12px;
	min-width:80px;
}
.modal .modal-footer .btn-primary{
	background-color:#00a0dc;
	border-color:#00a0dc;
	color:#fff;
}
.modal .modal-footer .btn-primary:hover {
	background-color:#048fc1;
}
.modal .modal-footer .btn-default{
	color:#00a0dc;
	border-color:#ddd;
}
.modal .modal-footer .btn-default:hover {
	color:#00a0dc;
	background-color:#fff;
	border-color:#00a0dc;
}
.modal .modal-footer .btn-default:focus{
    color:#00a0dc;
    background-color:#fff;
}
.modal .modal-body {
	/*padding:10px 15px 0;*/
    padding:20px 30px 0;
}
.dropdown .caret {
	margin-left:5px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color:#eee;
    color:#00a0dc;
}
.dropdown.hover_drop:hover>.dropdown-menu {
    display:block;
}
.head_com .nav>.dropdown.hover_drop:hover>a {
    background-color:#fff;
    color:#00a0dc;
}
.head_com .nav>.dropdown.hover_drop:hover>a>span {
    color:#00a0dc;
}

.input-group.sm_group {
    display:inline-block;
    vertical-align: middle;
    font-size:0;
}
.input-group.sm_group>input[type="text"] {
    width:calc(100% - 80px) !important;
    display: inline-block;
    vertical-align: middle;
}
.input-group.sm_group>.input-group-addon {
    width:80px;
    text-align: center;
    height:34px;
    line-height: 32px;
    padding:0;
    display: inline-block;
    vertical-align: middle;
}
.input-group.sm_group.right_addon>.input-group-addon {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.input-group.sm_group.left_addon>.input-group-addon {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.input-group.sm_group.left_addon>input[type="text"] {
    float:right;
}
/**btn**/
.btn {
	height:34px;
	line-height:32px;
	padding:0 12px;
    border-radius: 2px;
    min-width:80px;
}
.btn[disabled="true"],.btn[disabled="disabled"] {
	background-color:#ccc !important;
	border-color:#ccc !important;
	color:#00a0dc !important;
}
.btn[disabled="true"]:hover,.btn[disabled="disabled"]:hover {
	cursor:not-allowed;
}
.btn [class*="smicon_"] {
	vertical-align: middle;
}
.btn_sm_default {
	background-color:#F2F2F2;
	border:1px solid #999;
}
.btn_sm_default:hover, .btn_sm_default:focus {
	background-color:#e5e5e5;
	border:1px solid #999;
}
.btn_sm_primary {
	background-color:#00a0dc;
	border:1px solid #00a0dc;
    color:#fff;
}
.btn_sm_primary [class*="smicon_"] {
	color:#fff;
}
.btn_sm_primary:hover, .btn_sm_primary:focus {
	background-color:#008cc9;
	border:1px solid #008cc9;
	color:#fff;
}
.btn_sm_orange {
	background-color:#ec640c;
	border:1px solid #ec640c;
	color:#fff;
}
.btn_sm_orange:hover, .btn_sm_orange:focus {
	background-color:#f74b16;
	color:#fff;
}
.btn_sm_white {
	background-color:#fff;
	border:1px solid #ddd;
	color:#00a0dc;
}
.btn_sm_white .caret {
	color:#00a0dc;
}
.btn_sm_white:hover, .btn_sm_white:focus {
	border-color:#00a0dc;
    color:#00a0dc;
}
.btn_sm_red {
	background-color:#dd2e1f;
	border:1px solid #dd2e1f;
	color:#fff;
}
.btn_sm_red .caret {
	color:#fff;
}
.btn_sm_red:hover, .btn_sm_red:focus {
	border-color:#dd2e1f;
	color:#fff;
}
.btn_sm_green {
	background-color:#60aa14;
	border:1px solid #60aa14;
	color:#fff;
}
.btn_sm_green:hover, .btn_sm_green:focus {
	background-color:#4e8f13;
	color:#fff;
}
.btn_sm_primary>.caret, .btn_sm_orange>.caret, .btn_sm_green>.caret {
	color:#fff;
}
.no_btn_style {
	border:none;
	background-color:#fff;
	display:block;
	width:100%;
	text-align:left;
	padding:3px 20px;
	clear:both;
	line-height:1.42857143;
	white-space:nowrap;
}
.no_btn_style:hover {
	background-color:#f5f5f5;
	color:#262626;
}
.no_btn_css {
	background-color:#fff;
	color:#428bca;
	border-color:#fff;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.btn_sm_border {
	border:1px solid #00a0dc;
	padding:3px;
	border-radius:2px;
	display:inline-block;
}
.btn_sm_border .btn{
	color:#fff;
	background-color:#00a0dc;
	height:35px;
	padding:0;
	line-height:35px;
}
.btn_sm_border:hover .btn {
	background-color:#048fc1;
}
/**img**/
.img_out {
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
.img_css {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	padding:1px;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
}
/*alert弹层样式*/
/*2017.2.8 byzym 添加系统提示信息样式*/
.custom_alter {
    width: 400px;
    text-align: center;
    z-index: 9999999;
    position: fixed;
    box-shadow: 1px 2px 3px #AAAAAA;
    left: 50%;
    border-radius: 2px;
    top: 0;
    padding:20px;
    padding-right:40px;
}
.alert-successGrey{
	background-color: #595c5f;
}
.alert-dangerRed{
	background-color:#EC4339;
}
.custom_alter div[data-name="optionMsg"] {
    color:#fff;
}
.custom_alter a.close_alert {
	font-size:32px;
    position:absolute;
    top:5px;
    right:10px;
    color:#fff;
    line-height:25px;
}
.custom_alter a.close_alert, .custom_alter a.close_alert:hover, .custom_alter a.close_alert:focus {
    text-decoration: none;
}
/**search**/
.search_module{
	width:360px;
	position:relative;
	font-size:0;
	display:inline-block;
	vertical-align:middle;
}
.search_module input[type="text"] {
	width:100%;
	padding-right:30px;
}
.search_module .glyphicon-search {
	position:absolute;
	right:10px;
	top:10px;
	font-size:14px;
}

/**table**/
table {
	width:100%;
	margin:0;
}
table.tr_hover>tbody>tr:hover>td {
	background-color:#eee;
}
table.tb_comm {
    border:1px solid #ddd;
}
table.tb_comm>tbody>tr>td{
	border:1px solid #ddd;
}
table.tb_comm>thead>tr>th {
	background-color:#eee;
	padding:10px 5px;
	text-align:center;
}
table.tb_comm>thead>tr>th [class*="smicon_"] {
    vertical-align: text-bottom;
    margin-left:3px;
    cursor: default;
}
table.tb_comm>thead>tr>th .tooltip-inner {
    text-align: left;
    max-width: 300px;
}
table.tb_comm>tbody>tr>td {
	padding:5px;
    vertical-align: top;
}
/**hide**/
.hide {
	display:none;
}
/**float**/
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}
.clear_fix:after {
    content:"";
    clear:both;
    display: block;
    height:0;
    font-size:0;
}
/**loading modal**/
#loading .modal-content{
    background:none;
    box-shadow: none;
    border:none;
    text-align:center;
}
#loading .modal-backdrop{
    background-color:#fff;
    opacity:.2;
    filter:alpha(opacity=20)
}
#loading .modal-body{
    padding:0 !important;
    width:auto;
}
#loading .modal-dialog{
    margin:200px auto 0;
}
.l-wrapper{
    position:absolute;
    width:480px;
    height:300px;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    text-align:center;
}
svg{
    height:120px;
    width:120px;
    overflow:visible;
    /*   border:1px solid red; */
}
svg.horizontal_loading {
    margin-left:10px;
    width:120px;
    height:30px;
    vertical-align: middle;
}
svg.btn_loading {
	width:32px;
	height:32px;
}
.g-circles{
    -webkit-transform:scale(0.9) translate(7px, 7px);
    -ms-transform:scale(0.9) translate(7px, 7px);
    transform:scale(0.9) translate(7px, 7px);
}
circle{
    /*fill:dodgerblue;*/
    fill:#00a0dc;
    fill-opacity:0;
    -webkit-animation:opacity 1.2s linear infinite;
    animation:opacity 1.2s linear infinite;
}
circle:nth-child(12n + 1){
    -webkit-animation-delay:-0.1s;
    animation-delay:-0.1s;
}
circle:nth-child(12n + 2){
    -webkit-animation-delay:-0.2s;
    animation-delay:-0.2s;
}
circle:nth-child(12n + 3){
    -webkit-animation-delay:-0.3s;
    animation-delay:-0.3s;
}
circle:nth-child(12n + 4){
    -webkit-animation-delay:-0.4s;
    animation-delay:-0.4s;
}
circle:nth-child(12n + 5){
    -webkit-animation-delay:-0.5s;
    animation-delay:-0.5s;
}
circle:nth-child(12n + 6){
    -webkit-animation-delay:-0.6s;
    animation-delay:-0.6s;
}
circle:nth-child(12n + 7){
    -webkit-animation-delay:-0.7s;
    animation-delay:-0.7s;
}
circle:nth-child(12n + 8){
    -webkit-animation-delay:-0.8s;
    animation-delay:-0.8s;
}
circle:nth-child(12n + 9){
    -webkit-animation-delay:-0.9s;
    animation-delay:-0.9s;
}
circle:nth-child(12n + 10){
    -webkit-animation-delay:-1s;
    animation-delay:-1s;
}
circle:nth-child(12n + 11){
    -webkit-animation-delay:-1.1s;
    animation-delay:-1.1s;
}
circle:nth-child(12n + 12){
    -webkit-animation-delay:-1.2s;
    animation-delay:-1.2s;
}
@-webkit-keyframes opacity{
    3%{
        fill-opacity:1;
    }

    75%{
        fill-opacity:0;
    }
}

@keyframes opacity{
    3%{
        fill-opacity:1;
    }

    75%{
        fill-opacity:0;
    }
}
@-webkit-keyframes opacity-stroke{
    10%{
        stroke-opacity:1;
    }

    85%{
        stroke-opacity:0;
    }
}
@keyframes opacity-stroke{
    10%{
        stroke-opacity:1;
    }

    85%{
        stroke-opacity:0;
    }
}
@-webkit-keyframes colors{
    0%{
        fill:yellowgreen;
    }

    10%{
        fill:gold;
    }

    75%{
        fill:crimson;
    }
}
@keyframes colors{
    0%{
        fill:yellowgreen;
    }

    10%{
        fill:gold;
    }

    75%{
        fill:crimson;
    }
}
@-webkit-keyframes colors-stroke{
    0%{
        stroke:yellowgreen;
    }

    10%{
        stroke:gold;
    }

    75%{
        stroke:crimson;
    }
}
@keyframes colors-stroke{
    0%{
        stroke:yellowgreen;
    }

    10%{
        stroke:gold;
    }

    75%{
        stroke:crimson;
    }
}
@-webkit-keyframes colors-2{
    0%{
        fill:yellow;
    }

    50%{
        fill:red;
    }

    65%{
        fill:orangered;
    }

    95%{
        fill:gold;
    }
}
@keyframes colors-2{
    0%{
        fill:yellow;
    }

    50%{
        fill:red;
    }

    65%{
        fill:orangered;
    }

    95%{
        fill:gold;
    }
}
@-webkit-keyframes colors-3{
    0%{
        fill:yellowgreen;
    }

    50%{
        fill:turquoise;
    }

    65%{
        fill:yellow;
    }

    95%{
        fill:orange;
    }
}
@keyframes colors-3{
    0%{
        fill:yellowgreen;
    }

    50%{
        fill:turquoise;
    }

    65%{
        fill:yellow;
    }

    95%{
        fill:orange;
    }
}
@-webkit-keyframes transform{
    10%{
        -webkit-transform:scale(0.75);
        transform:scale(0.75);
    }
}
@keyframes transform{
    10%{
        -webkit-transform:scale(0.75);
        transform:scale(0.75);
    }
}
@-webkit-keyframes transform-2{
    40%{
        -webkit-transform:scale(0.85);
        transform:scale(0.85);
    }

    60%{
        stroke-width:20;
    }
}
@keyframes transform-2{
    40%{
        -webkit-transform:scale(0.85);
        transform:scale(0.85);
    }

    60%{
        stroke-width:20;
    }
}
/**页面模块**/
/**左右**/
.main {
	width:100%;
	min-height:calc(100vmin - 140px);
	padding:20px 15px 60px;
	background-color:#eeeeee;
}
.main:after {
	content:"";
	clear:both;
	display:block;
	height:0;
	font-size:0;
}
.main_l {
	width:220px;
	float:left;
}
.main_r {
    width:calc(100% - 230px);
	height:100%;
    margin-left:10px;
	float:left;
}
/*.main_l .left_nav {
	background:#fff;
	margin:0;
	height:100%;
	border:1px solid #E5E5E5;
	border-bottom:none;
	box-shadow: 1px 1px 2px #ccc;

}
.main_l .left_nav>li {
	height:40px;
	line-height:40px;
	border-bottom:1px solid #e5e5e5;
	text-align:left;
}
.main_l .left_nav>li.txt {
	/!*background-color:#cfedfb;*!/
	background-color:#fff;
	text-align:left;
    padding:0 10px;
	font-size:18px;
}
.main_l .left_nav>#help {
    /!*background-color:#cfedfb;*!/
    padding:0;
}
.main_l .left_nav>li>a {
	background-color:#fff;
    font-size:16px;
	display:block;
	padding:0 20px;
	height:100%;
    color:#333;
}
.main_l .left_nav>li.txt>a {
	background-color:#fff;
	text-align:center;
	font-size:18px;
	height:100%;
	color:#00a0dc;
}

.main_l .left_nav>li.active {
	height:40px;
	display:block;
	line-height:40px;
	color:#333;
	text-decoration:none;
}
.main_l .left_nav>li.active>a {
	background-color:#00a0dc;
	color:#fff;
}
.main_l .left_nav>li>a:hover, .main_l .left_nav>li>a:focus {
	background-color:#cfedfb;
	text-decoration: none;
}
.main_l .left_nav>li.active>a:hover , .main_l .left_nav>li.active>a:focus  {
    background-color:#00a0dc;
    color:#fff;
}
.main_l .left_nav>li.txt>a:hover, .main_l .left_nav>li.txt>a:focus{
	background-color:#cfedfb;
	color:#00a0dc;
	text-decoration:underline;
}*/
.accordion_menus {
	width:220px;
	border:1px solid #ddd;
	border-top:none;
	border-bottom:none;
	background-color:#fff;
	box-shadow:1px 1px 2px #ccc;
	color:#000;
}
.accordion_menus ul{
	margin:0;
	padding:0;
	list-style:none;
}
.accordion_menus p{
	margin:0;
	padding:0;
	height:40px;
	line-height:40px;
	position:relative;
	cursor: pointer;
	padding-left:30px;
	padding-right:39px;
}
.accordion_menus p>.arrow {
	position:absolute;
	top:14px;
	font-size:12px;
	left:10px;
}
.accordion_menus p>.num_span {
	position:absolute;
	top:11px;
	font-size:12px;
	right:6px;
	line-height:16px;
	display:block;
	border:1px solid #e4e4e4;
	border-radius:2px;
	padding:0 5px;
	color:#666;
	font-weight:600;
    margin:0;
    float:inherit;
	background-color:#f2f2f2;
}
.accordion_menus p:hover {
	background-color:#e6e9ec;
	color:#00a0dc;
}
.accordion_menus ul[level="1"]>li.title>p {
	font-weight:600;
	padding-left:10px;
	border-left:none;
	cursor:auto;
	padding-right:0;
	border-bottom:none;
}
.accordion_menus ul[level="1"]>li.title>p:hover {
	color:#333;
	background-color:#fff;
}
.accordion_menus ul[level="1"]>li>p {
	font-size:15px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:3px solid #86898c;
	padding-left:27px;
}
.accordion_menus ul[level="1"]>li>p>.num_span {
	display:none;
}
.accordion_menus ul[level="1"]>li[isOpen="1"]>p {
	border-left-color:#00a0dc;
}
.accordion_menus ul[level="1"]>li[isOpen="0"]>p {
	border-bottom:none;
}
.accordion_menus ul[level="1"]>li[isLeaf="1"][isOpen="1"]>p {
	border-bottom:none;
}
.accordion_menus ul[level="1"]>li[isOpen="0"]:last-child>p {
	border-bottom:1px solid #ddd;
}
.accordion_menus ul[level="1"]>li>p>.arrow {
	display:none;
}
.accordion_menus ul[level="1"]>li.active>p {
	border-left-color:#00a0dc;
}
.accordion_menus ul[level="1"]>li.clicked>p {
	border-left-color:#00a0dc;
	color:#00a0dc;
}
.accordion_menus ul[level="2"]>li.clicked>p {
	background-color:#e6e9ec;
	color:#00a0dc;
}
.accordion_menus ul[level="2"]>li.clicked.active>p {
	background-color:#fff;
}
.accordion_menus ul[level="2"]>li.clicked.active>p:hover {
	background-color:#e6e9ec;
}
.accordion_menus li[isOpen="0"]>ul {
	display:none;
}
.accordion_menus li[isLeaf="1"]>p>.arrow {
	display:none;
}
.accordion_menus li.active>p, .accordion_menus li.active>p:hover {
	color:#00a0dc;
}

.main_r .global_search {
	/*background-color:#fff;
	box-shadow:1px 1px 2px #ccc;
	padding:10px;*/
	margin-bottom:10px;
	font-size:0;
    text-align:left;
}
.main_r .global_search>input[type="text"] {
	width:480px;
	height:40px;
	line-height:40px;
	font-size:14px;
	vertical-align:middle;
	border-radius:2px 0 0 2px;
}
.main_r .global_search>.btn {
	width:120px;
	height:40px;
	line-height:38px;
	font-size:14px;
	vertical-align:middle;
	border-radius:0 2px 2px 0;
}
.main_r .crumbs {
	height:40px;
	line-height:40px;
	padding:0 10px;
	background-color:#fff;
	box-shadow: 1px 1px 2px #ccc;
	margin-bottom:10px;
}
.main_r .crumbs .separate {
	margin:0 10px;
}

.main_r .screen {
	background-color:#fff;
	box-shadow: 1px 1px 2px #ccc;
	padding:0 0 10px;
	margin-bottom:20px;
}
.main_r .screen>table {
	width:100%;
	max-width:100%;
}
.main_r .screen>table>tbody>tr>td {
	padding:5px 10px 0;
}
.main_r .screen>table>tbody>tr>td.screen_l {
    padding-left:30px;
	width:150px;
    line-height: 24px;
	text-align:left;
	color:#333;
	/*font-weight:600;*/
	vertical-align:top;
	padding-right:0;
	padding-top:5px;
}
.main_r .screen>table>tbody>tr.weighting>td.screen_l {
	font-size:16px;
	font-weight:600;
	padding-left:20px;
	line-height:34px;
}
.main_r .screen>table>tbody>tr>td.screen_r>a{
	color:#00a0dc;
	margin-bottom:5px;
	margin-right:10px;
	padding:1px 5px;
	border-radius:2px;
	display:inline-block;
	vertical-align:middle;
    box-sizing: border-box;
}
.main_r .screen>table>tbody>tr>td.screen_r>a:hover, .main_r .screen>table>tbody>tr>td.screen_r>a:focus {
	background-color:#eee;
	text-decoration: none;
}
.main_r .screen>table>tbody>tr>td.screen_r>a.active {
	background-color:#cfedfb;
}
.main_r .screen>table>tbody>tr.weighting>td.screen_r>a.active {
	background-color:#aaaaaa;
}
.main_r .screen>table>tbody>tr.a_line>td.screen_l {
	vertical-align:middle;
	padding:5px 0 5px 30px;
}
.main_r .screen>table>tbody>tr.a_line>td.screen_r {
	vertical-align:middle;
	padding:10px 5px;
}
.main_r .screen>table>tbody>tr.a_line>td.screen_r .category_module, .main_r .screen>table>tbody>tr.a_line>td.screen_r .search_module{
	width:360px;
	position:relative;
}
.main_r .screen #category {
	width:240px;
}
.main_r .screen>table>tbody>tr.a_line>td.screen_r .category_module .btn {
	width:100%;
	text-align:left;
	position:relative;
}
.main_r .screen>table>tbody>tr.a_line>td.screen_r .category_module .btn .caret{
	position:absolute;
	right:10px;
	top:15px;
	display:inline-block;
}


.main_r .list_btn_module {
	margin-bottom:10px;
	font-size:0;
}
.main_r .list_btn_module .dropdown {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.main_r .list_btn_module .dropdown>.btn {
	margin:0;
}
.main_r .list_btn_module .btn {
	vertical-align:middle;
	margin-right:10px;
}
.main_r .list_btn_module .dropdown.pull-right {
	margin-right:0;
	margin-left:10px;
}
.main_r .list_btn_module .btn.pull-right {
	margin-right:0;
	margin-left:10px;
}

.main_r .list_nav{
    background-color:#eee;
    height:34px;
}
.main_r .list_nav ul li {
    float:left;
}
.main_r .list_nav ul li a{
    height:34px;
    line-height:34px;
    min-width:80px;
    padding:0 20px;
    border:1px solid #ddd;
    color:#333;
    display:block;
}
.main_r .list_nav ul li a.ft_red{
	color:#dd2e1f;
}
.main_r .list_nav ul li a.ft_red:hover, .main_r .list_nav ul li a.ft_red.active:hover{
    color:#dd2e1f;
}
.main_r .list_nav ul li a .num_span {
    font-size:12px;
    line-height:16px;
    height:18px;
    display:inline-block;
    border:1px solid #e4e4e4;
    border-radius:2px;
    padding:0 5px;
    color:#666;
    font-weight:600;
    background-color:#f2f2f2;
    float:inherit;
    margin-left:10px;
    position: relative;
}
.main_r .list_nav ul li a .num_span.ft_red {
    color:#dd2e1f;
    /*border-color:#dd2e1f;*/
}
.main_r .list_nav ul li a:hover, .main_r .list_nav ul li a:focus{
    color:#00a0dc;
    text-decoration: none;
}
.main_r .list_nav ul li a.active{
    background-color:#fff;
    border:none;
    box-shadow: 3px -2px 2px #ddd;
}
.main_r .list_nav ul li a [class*="smicon_"].dp18 {
	vertical-align: middle;
	position: relative;
	top:-1px;
}
.main_r .list_nav ul li a:hover [class*="smicon_"].dp18 {
	color:#00a0dc;
}
.main_r .list_nav ul li a.active:hover, .main_r .list_nav ul li a.active:focus{
    color:#333;
}
.main_r .list_nav ul li+li a{
   border-left:none;
}
.main_r .list_nav_content {
    display:inline-block;
    vertical-align: middle;
}
.main_r .list_nav_content .tab_pane {
    display:none;
    vertical-align: middle;
}
.main_r .list_nav_content .tab_pane.active {
    display:inline-block;
}
.main_r .list_nav_content .tab_pane a.tab_btn {
    padding:0 6px;
    display: inline-block;
    vertical-align: middle;
    color:#00a0dc;
    border-radius: 2px;
    margin-left:10px;
    min-width:60px;
    line-height:24px;
    text-align:center;
}
.main_r .list_nav_content .tab_pane a.tab_btn:hover, .main_r .list_nav_content .tab_pane a.tab_btn:focus {
    background-color:#cfedfb;
    text-decoration: none;
    cursor: pointer;
}
.main_r .list_nav_content .tab_pane a.tab_btn.active {
    color:#fff;
    background-color:#00a0dc;
}
.main_r .list_content {
	background-color:#fff;
	box-shadow: 1px 1px 2px #ccc;
}
.main_r .list_content .list_content_tit {
	height:50px;
	line-height:34px;
	padding:8px 10px;
}
.main_r .list_content .list_content_tit .pull-right {
	margin-left:10px;
}
.main_r .list_content .list_content_tit .search_module {
	line-height:34px;
}
.main_r .list_content .list_content_tab>table {
	border:1px solid #ddd;
}
.main_r .list_content .list_content_tab>table>thead>tr>th {
	background-color:#eee;
	/*border:1px solid #ddd;*/
	padding:10px 5px;
	text-align:center;
}
.main_r .list_content .list_content_tab>table>tbody>tr>td {
	border:1px solid #ddd;
	vertical-align:top;
	padding:5px;
	box-sizing:content-box;
	word-break:break-all;
	word-break:break-word;
    word-wrap: break-word;
}
.main_r .list_content .list_content_tab>table>tbody>tr>td .tooltip-inner{
	max-width:500px;
	text-align: left;
}
.main_r .list_content .list_content_tab>table>tbody>tr>td .list_icon_btn [class*="smicon_"] {
    color:#00a0dc;
}
.main_r .list_content .list_content_tab>table>tbody>tr>td .list_icon_btn [class*="smicon_"]:hover {
    color:#008cc9;
}
.main_r .list_content .list_content_tab>table tr .left {
	text-align:left;
}
.main_r .list_content .list_content_tab>table tr .center {
	text-align:center;
}
.main_r .list_content .list_content_tab>table tr .right {
	text-align:right;
}
.main_r .list_content .list_content_tab>table>tbody>tr>td.action {
	padding:0;
	width:80px;
	max-width:80px;
	min-width:80px;
	font-size:0;
    word-break:inherit;
    word-wrap:inherit;
}
.main_r .list_content .list_content_tab>table>tbody>tr>td.action a.action_btn {
	display:inline-block;
	vertical-align:middle;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:14px;
}
.main_r .list_content .list_content_tab>table>tbody>tr>td.action a.action_btn [class*="smicon_"] {
    width:40px;
    height:40px;
    line-height:40px;
    color:#00a0dc;
}
.main_r .list_content .list_content_tab>table>tbody>tr>td.action a.action_btn[disabled="true"]:hover {
	background-color:#eee;
	cursor: default;
}
.main_r .list_content .list_content_tab>table>tbody>tr>td.action a.action_btn[disabled="true"] [class*="smicon_"] {
	color:#999;
}
.main_r .list_content .list_content_tab>table>tbody>tr>td.action a.action_btn .custom_icon {
    width:40px;
    height:40px;
    line-height:40px;
    color:#00a0dc;
    font-size:20px;
}
.main_r .list_content .list_content_tab>table>tbody>tr>td.action .dropdown {
    display:inline-block;
    width:40px;
    height:40px;
    vertical-align: middle;
}
.main_r .list_content .list_content_tab>table>tbody>tr>td.action a.action_btn:hover {
	text-decoration: none;
	background-color:#cfedfb;
}
.main_r .list_content .list_content_tab>table>thead>tr>th.check, .main_r .list_content .list_content_tab>table>tbody>tr>td.check {
	width:24px;
	max-width:24px;
	min-width:24px;
	text-align:center;
}
.main_r .list_content .list_content_tab>table>tbody>tr>td>p {
	margin:0;
	line-height:20px;
    word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
}
.main_r .list_content .list_content_tab>table>tbody>tr>td>p.list_error_info {
	padding:3px;
	/*border:1px solid #ddd;*/
	border-radius: 2px;
	color:#dd2e1f;
	padding-left:80px;
	position:relative;
	margin:5px 0;
    padding-right:10px;
}
.main_r .list_content .list_content_tab>table>tbody>tr>td>p.list_error_info *{
	color:#dd2e1f;
}
.main_r .list_content .list_content_tab>table>tbody>tr>td>p.list_error_info .tit {
    position:absolute;
    left:3px;
    top:3px;
}
.main_r .list_content .list_content_tab>table>tbody>tr>td>p.list_error_info [class*="smicon_"]{
	vertical-align: text-bottom;
	word-break:initial;
	word-wrap:initial;
	margin-right:5px;
}
.main_r .list_content .list_content_tab>table>tbody>tr>td>p.right {
	text-align:right;
}
.main_r .list_content .list_content_tab>table>tbody>tr>td>.list_img_out_bg {
	width:50px;
	height:50px;
	border:1px solid #ddd;
	border-radius: 2px;
}
.main_r .list_content .list_content_paging {
	height:34px;
    text-align:right;
}
/**居中**/
.head_ceiling{
	position:fixed;
	top:0;
	width:100%;
	height:50px;
	background-color:#fff;
	box-shadow: 2px 2px 7px #999;
	z-index:10;
}
.head_ceiling .content {
	width:1100px;
	margin:0 auto;
	box-sizing:border-box;
	height:50px;
	padding:8px 0;
	line-height:34px;
}
.head_ceiling .content .product_head_logo {
    height:24px;
    vertical-align: middle;
    margin-left:20px;
}
.head_ceiling .content .vertical_line {
	height:24px;
	display:inline-block;
	vertical-align: middle;
	margin:0 20px;
	border:none;
	border-left:2px solid #ddd;
}
.head_ceiling .content .vertical_line.pull-right{
	margin-left:15px;
	margin-right:5px;
	margin-top:5px;
}
.head_ceiling .content .back_list {
    vertical-align: middle;
    display:inline-block;
    height:36px;
    line-height: 36px;
    top:0;
    text-decoration: none;
    border-radius: 18px;
    overflow: hidden;
}
.head_ceiling .content .back_list [class*="smicon_"] {
    color:#00a0dc;
}
.head_ceiling .content .back_list:hover [class*="smicon_"] {
    background-color:#cfedfb;
}
.head_ceiling .content .glyphicon:hover {
    text-decoration:none;
}
.head_ceiling .content .tag {
    line-height:24px;
    border-radius: 2px;
    width:80px;
    text-align:center;
    display: inline-block;
    vertical-align: baseline;
    margin-left:10px;
    color:#fff;
}
.head_ceiling .content .tag[data-style="Active"] {
    background-color: #387511;
}
.head_ceiling .content .tag[data-style="Draft"] {
    background-color: #434649;
}
.head_ceiling .content .tag[data-style="Ended"], .head_ceiling .content .tag[data-style="Disabled"] {
    background-color: #dd2e1f;
}
.head_ceiling .content .crumbs{
	margin-left:20px;
	font-size:18px;
    display: inline-block;
    vertical-align: middle;
    color:#999;
}
.head_ceiling .content .crumbs .ft_blue{
    color:#333 !important;
}
.head_ceiling .content .link {
    color:#00a0dc;
    margin-right:20px;
}
.head_ceiling .content .link:hover, .head_ceiling .content .link:focus {
    color:#0087e0;
    text-decoration: none;
}
.head_ceiling .content .crumbs *{
	font-size:18px;
}
.head_ceiling .content .separate {
	margin:0 10px;
}
.head_ceiling .content .btn{
	height:34px;
	line-height:32px;
	padding:0 12px;
	vertical-align:middle;
}
.head_ceiling .content>.dropdown{
	height:32px;
	line-height:32px;
	vertical-align:middle;
	border:none;
}
.head_ceiling .content .pull-right {
	margin-left:10px;
}
.center_page {
	width:100%;
	border:1px solid transparent;
}
.center_page.p_top {
	padding-top:70px;
}
.center_page>.content {
	width:1100px;
	margin:0 auto;
}
.center_page>.content .content_list {
	box-shadow: 1px 1px 2px #ccc;
	margin-bottom:20px;
}
.center_page>.content .content_list .tab_page>.tit {
	font-size:16px;
}
.center_page>.content .content_list .tab_page>.content {
	padding:20px 40px;
}
.center_page>.content .content_list .tab_page>.content table.list_table{
	width:100%;
}
.center_page>.content .content_list .tab_page>.content table.list_table>tbody>tr>td {
	padding:10px 5px;
}
.center_page>.content .content_list .tab_page>.content table.list_table>tbody>tr>td.lh_18 {
    line-height: 18px !important;
}
.center_page>.content .content_list .tab_page>.content table.list_table>tbody>tr>td.left {
	padding-left:0;
	width:140px;
	max-width:140px;
	vertical-align:top;
	line-height:34px;
}
.center_page>.content .content_list .tab_page>.content table.list_table>tbody>tr>td>input[type="text"], .center_page>.content .content_list .tab_page>.content table.list_table>tbody>tr>td>select {
	width:500px;
}
.center_page>.content .content_list .tab_page>.content table.list_table>tbody>tr>td>input.dateIpt {
    width:140px;
}
.center_page>.content .content_list .tab_page>.content table.list_table>tbody>tr>td .lang {
	width:700px !important;
}
.center_page>.content .content_list .tab_page>.content table.list_table>tbody>tr>td .content_editor {
	width:100%;
}
.center_page>.content .content_list .tab_page>.content table.list_table>tbody>tr>td.td_dividing_line {
	padding:0;
}
.center_page>.content .content_list .tab_page>.content table.list_table>tbody>tr>td.td_dividing_line hr{
	margin:20px 0;
    border-color:#ececec;
}
.center_page>.content .content_list .tab_page>.content table.list_table>tbody>tr>td .tally_module {
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
.center_page>.content .content_list .tab_page>.content table.list_table>tbody>tr>td .tally_module.format_size input[type="text"]{
	padding-right:40px;
}
.center_page>.content .content_list .tab_page>.content table.list_table>tbody>tr>td .tally_module.format_size a.format_btn{
	position:absolute;
	right:5px;
	top:5px;
	display:block;
	width:24px;
	height:24px;
}
.center_page>.content .content_list .tab_page>.content table.list_table>tbody>tr>td .tally_module.format_size a.format_btn [class*="smicon_"]{
	color:#00a0dc;
}
.center_page>.content .content_list .tab_page>.content table.list_table>tbody>tr>td .tally_module .tally {
	position:absolute;
	right:-120px;
	bottom:0;
	color:#666;
	display:block;
	width:110px;
}
.center_page>.content .content_list .tab_page>.content table.list_table>tbody>tr>td .tally_module .tally .num{
	color:#666;
}
.center_page>.content .content_list .tab_page>.content table.list_table>tbody>tr>td .tally_module .tally .num.ft_red{
    color:#dd2e1f;
}
.center_page>.content .content_list .tab_page>.content table.list_table>tbody>tr>td .m_l {
	margin-left:20px;
}
.center_page>.content>.bulk_list {
	background-color:#fff;
	box-shadow:1px 1px 2px #ccc;
	padding:20px;
}
.center_page>.content>.bulk_list>.action_group {
    margin-bottom:20px;
}
.center_page>.content>.bulk_list>.action_group .one_tag {
    padding: 0 30px 0 10px;
    display: inline-block;
    margin: 5px 10px 5px 0;
    vertical-align: middle;
    background-color: #e6e9ec;
    border: 1px solid #ddd;
    border-radius: 2px;
    position: relative;
    line-height:28px;
}
.center_page>.content>.bulk_list>.action_group .one_tag [class*="smicon_"] {
    position:absolute;
    right:5px;
    top:5px;
    color:#999;
}
.center_page>.content>.bulk_list>.action_group .one_tag [class*="smicon_"]:hover {
    color:#333;
}
.center_page>.content>.bulk_list>.action_group .dropdown {
    display:inline-block;
}
.center_page>.content>.bulk_list>.action_group .dropdown button {
    height:30px;
    line-height:28px;
}
.center_page>.content>.bulk_list>.action_group .dropdown-menu li[data-type="selected"] a {
    display:none;
}
.center_page>.content>.bulk_list>.action_group .dropdown-menu li[data-type="unSelected"] div.disabled_list {
    display:none;
}
.center_page>.content>.bulk_list>.action_group .dropdown-menu>li>a {
	padding-left:30px;
}
.center_page>.content>.bulk_list>.action_group .dropdown-menu li div.disabled_list {
    padding:3px 20px 3px 30px;
    clear:both;
    font-weight:400;
    position:relative;
    color:#999;
    white-space: nowrap;
}
.center_page>.content>.bulk_list>.action_group .dropdown-menu li div.disabled_list>[class*="smicon_"] {
    position:absolute;
    left:10px;
    color:#999;
    font-weight:900;
    top:7px;
}
.center_page>.content>.bulk_list>.list_table_out table{
    width:auto;
    border:1px solid #ddd;
    background-color: #fff;
}
.center_page>.content>.bulk_list>.list_table_out table .txt_c {
    text-align: center;
}
.center_page>.content>.bulk_list>.list_table_out table th {
    background-color: #eee;
    line-height:34px;
    padding:0 3px;
	text-align: center;
}
.center_page>.content>.bulk_list>.list_table_out table td {
    border:1px solid #ddd;
    padding:5px;
    vertical-align: top;
}
.center_page>.content>.bulk_list>.list_table_out table tr[data-type="editAction"] td {
    text-align: center;
}
.center_page>.content>.bulk_list>.list_table_out table tr[data-type="editAction"] a {
    display: inline-block;
    vertical-align: middle;
    height:24px;
    line-height: 24px;
}
.center_page>.content>.bulk_list>.list_table_out table tr[data-type="editAction"] a [class*="smicon_"] {
    color:#999;
}
.center_page>.content>.bulk_list>.list_table_out table tr[data-type="editAction"] a:hover {
    background-color:#eee;
}
.center_page>.content>.bulk_list>.list_table_out table tr[data-type="editAction"] a:hover [class*="smicon_"] {
    color:#333;
}
.center_page>.content>.bulk_list>.list_table_out table td .img_out {
    width: 50px;
    height: 50px;
}
.center_page>.content>.bulk_list>.list_table_out table td textarea,
.center_page>.content>.bulk_list>.list_table_out table td input[type="text"] {
	width: 100%;
}
/*******同步loading******/
.sync_modular {
    /*border-bottom:1px solid #ddd;*/
    text-align:center;
    padding:6px 0;
	background-color:#cfedfb;
	color:#333;
}
.sync_modular img {
    width:24px;
    height:24px;
}
/*******同步loading******/
/****category edit****/
.category_edit {
    padding:20px;
    width:500px;
}
.category_edit>ul {
    width:100%;
    margin-bottom:10px;
}
.category_edit>ul>li{
    margin-bottom:10px;
    height:34px;
    line-height: 34px;
    padding-right:10px;
    text-align:left;
    position:relative;
    border-radius: 2px;
}
.category_edit>ul>li:last-child {
    margin:0;
}
.category_edit>ul>li .action {
    position:absolute;
    top:1px;
    right:-70px;
}
.category_edit>ul>li.head {
    background-color:#434649;
    font-size:16px;
    padding-left:20px;
}
.category_edit>ul>li.head>.name{
    color:#fff;
}
.category_edit>ul>li.head>button{
    height:30px;
    line-height:28px;
    position:absolute;
    top:2px;
    right:-120px;
}
.category_edit>ul>li.list {
    background-color:#e6e9ec;
    padding-left:40px;
}
.category_edit>ul>li.list.default>.name {
    display:inline;
}
.category_edit>ul>li.list>.name {
    text-overflow:ellipsis;
    overflow:hidden;
    white-space: nowrap;
    width:100%;
    display: block;
}
.category_edit>ul>li.list>.name,.category_edit>ul>li.list>.action{
    color:#333;
}
.category_edit>ul>li.list>.mark {
    float:right;
    padding:0;
    color:#999;
    background-color:transparent;
}
.category_edit>ul>li.list>.action {
    line-height: 32px;
}
.category_edit>ul>li.list .action_btn {
    width:30px;
    height:30px;
    line-height:30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}
.category_edit>ul>li.list .action_btn:hover {
    background-color:#cfedfb;
}
.category_edit>ul>li.list [class*="smicon_"]{
    color:#00a0dc;
    width:30px;
    height:30px;
    line-height:30px;
    font-size:20px;
}
.category_edit>ul>li.list input[type="text"]{
    width:100%;
    position:absolute;
    top:0;
    left:0;
    height:34px;
    line-height:34px;
    background-color:#fff;
    z-index: 10;
}
.add_category_name .modal-dialog{
    width:400px;
}
.add_category_name .modal-header {
    display:none;
}
.add_category_name .modal-body {
    border-radius: 4px 4px 0 0;
    text-align:center;
    padding:40px 20px 10px;
}
.add_category_name .modal-body input[type="text"]{
    margin-left:20px;
}
/****category edit end****/

/*****分页*****/
.pagination>li>a,.pagination>li>span {padding:0 12px;height:34px;line-height:32px;}
.pagination>li>a [class*="smicon_"],.pagination>li>span [class*="smicon_"]{margin-top:7px;color:#666;}
.pagination .dropdown:hover ul.dropdown-menu, .pagination .dropup:hover ul.dropdown-menu {display:block;}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{background-color:#428bca;border-color:#428bca;}
.pagination>li>a,.pagination>li>span {color:#428bca;}
.pagination>li>a:hover,.pagination>li>span:hover {color:#428bca;text-decoration: none;}
.pagination>li a:hover,.pagination>li a:focus {text-decoration: none;}
.pagination>.xianshipage{box-sizing: border-box;width: 80px;color: #444444;}
.pagination>.xianshipage>span:hover{background-color: white;}
.pagination>li:first-child>a{margin-left:0;border-bottom-right-radius:4px;border-top-right-radius:4px;float: right;height: 34px;border-bottom-left-radius:0px!important;border-top-left-radius:0px!important;border-left:none;}
.pagination>li:last-child>a{border-radius:0 !important;}
.pagination>li:last-child>.dropdown .btn {min-width:inherit;}
.pagination>li:last-child>.dropdown input[type="text"] {border-radius:2px;}
.pagination>li>a select {height:22px;line-height:22px;}
/*****分页end*****/

/* add by fuyi at 2016.3.19 with edit window alert and confirm */
#dialog_window{ background: #fff; width: 400px;border:1px solid #999;border-radius:4px;}
#dialog_title {padding:10px;border-radius:4px 4px 0 0;}
#dialog_title h3 {font-size: 13px; color: #333;display:inline;margin:0;font-weight:600;}
#dialog_title .close {line-height:16px;}
a#dialog_btn_close {color: #333; text-decoration: none;}
#dialog_Content { padding:30px; clear: both;font-size:13px;vertical-align: middle;}
#dialog_Content .alertContentOut {width:100%;font-size:0;}
#dialog_Content .alertContentOut div {display:inline-block;vertical-align: top;font-size:14px;}
#dialog_Content .alertContentOut div.iconOut {width:38px;height:24px;line-height:24px;}
#dialog_Content .alertContentOut div.contentInfo {width:calc(100% - 40px);}
#dialog_btnBox {padding: 5px 5px 15px 0;border-radius: 0 0 4px 4px;text-align: right;}
#dialog_btn_enter, #dialog_btn_cancel { zoom:1;margin-right:10px;height:28px;line-height:26px;}
#diaglo_prompt_input { display:block; border: 1px solid #ddd; padding: 5px; width:90%; margin: 8px 0;}
/* edit window alert and confirm end */

/****日历插件****/
.calendar .calendar-time select {
    padding:0;
    height:24px;
    line-height:24px;
}
/****日历插件end****/
/***提示*****/
.prompt {
	text-align:left;
	position:relative;
	padding-left:30px;
	color:#666;
}
.prompt [class*="smicon_"] {
	vertical-align: middle;
	color:#7CB82F;
	font-size:20px;
	text-align: center;
	line-height:24px;
	position:absolute;
	left:0;
	top:-2px;
}

/*********/
.index_out {
    width:100%;
}
.index_content {
/*    width:1200px;*/
/*    margin:0 auto;*/
	padding:0 30px;
    height:100%;
    max-height:100%;
    overflow:hidden;
}
.head_out {
    background-color:#fff;

}
.head_out {
    height:70px;
    line-height:70px;

}
.foot_out {
    height:70px;
    line-height:70px;
    background-color: #0078b5;
}
.index_head .index_nav li{
    float:left;
}
.index_head .index_nav li a{
	text-decoration: none;
}
.index_head .index_nav li a.btn_sm_primary{
	text-align: center;
}
.index_head .index_nav li.nav_logo{
	display: flex;
	align-items: center;
    padding:0;
    text-align:left;
}
.index_head .index_nav li.nav_logo .line {
	display: inline-block;
    margin: 0 17px;
	height: 32px;
	border-left: 2px solid #eee;
}
.index_head .index_nav li.nav_logo .tit{
	font-size: 18px;
}
.index_head .index_nav li.nav_logo a {
	display: inline-block;
}
.index_head .index_nav li.nav_logo a:hover {
	background: 0;
}
.index_head .index_nav li.nav_sign{
    float: right;
    display: flex;
    align-items: center;
}
.index_head .index_nav li.nav_sign .go_link{
    margin-right: 20px;
    font-size: 14px;
	color: #666;
}

.index_head .index_nav li.nav_sign .go_link:hover{
    text-decoration: underline;
}

.index_foot .foot_link {
    width:430px;
    margin-top:23px;
    float:left;
}
.index_foot .foot_link *{
    font-size:16px;
}
.index_foot .foot_link li{
    float:left;
    margin-right:30px;
    line-height:25px;
}
.index_foot .foot_link li.right_nav{
    width:100%;
    color:#BCBCBC;
    margin:0;
    clear:both;
}
.index_foot .foot_link li a {
    color:#eee;
    padding:10px 0;
}
.index_foot .foot_link li a:hover {
    color:#fff;
    text-decoration:none;
}
.index_foot .sns_link {
    float:right;
}
.index_out.middle_content {
	background-color:#fff;
}
.content.index_content h1.cont_tit,
.content.index_content h2 {
	text-align:center;
	font-size:32px;
	margin-top:10px;
}
.index_search_group {
	max-width:800px;
	font-size:0;
	margin:20px auto;
}
.index_search_group input[type="text"] {
	width:calc(100% - 140px);
	vertical-align:middle;
	font-size:18px;
	height:40px;
	line-height:38px;
}
.index_search_group .btn {
	width:120px;
	height:40px;
	line-height:38px;
	font-size:18px;
	margin-left:20px;
	vertical-align:middle;
}
.search_result,
.video_play_page {
    width: 1200px;
    min-height: calc(100vmin - 280px);
    margin: 20px auto 60px;
    background-color: #fff;
}
.search_result .global_search {
    padding: 10px 40px;
    font-size: 0;
    background-color: #fff;
}
.search_result .global_search>input[type="text"] {
    width: 480px;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 2px 0 0 2px;
}
.search_result .global_search>.btn {
    width: 120px;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 0 2px 2px 0;
}
.center_page .crumbs{
    margin: 25px 0;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
}
.center_page .crumbs .separate{
    margin: 0 10px;
}
.search_number {
    height: 34px;
    line-height: 34px;
    font-style: oblique;
}
.result_list {
    border: 1px solid transparent;
}
.result_list dl {
    border: 1px solid transparent;
}
.result_list dt {
    margin-top:20px;
    padding-bottom: 10px;
    font-size: 16px;
}
.result_list dd {
    margin-bottom: 40px;
}
.result_list p {
    margin: 0;
}
.result_list .tit {
    display: block;
    line-height: 34px;
}
.result_list .tit * {
    color: #00a0dc;
}
.result_list .content {
    margin-bottom: 20px;
    color: #333;
}
.result_list .content * {
    color: #333;
}
.search_result .post_link {
    padding: 10px 0 20px;
}
.video_info {
    text-align:center;
    padding:20px 10px 60px;
}
.video_info p {
    padding:0 30px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight:600;
    text-align:left;
}
.post_link.pull-left {
    margin-top:6px;
}
.post_link.pull-left a {
    color:#333;
}
.post_link.pull-left a:hover {
    color:#000;
    text-decoration: underline;
}

.right_menu{
	display: none;
}
.right_search{
	display: none;
}

.mb_show_btn{
	display: none ;
	width:15%;
	min-width: 10px;
	padding: 0;
}
/*
	foot样式
*/
.index_foot_bottom {
	line-height: 40px;
	width: 100%;
	background-color: #004471;
}
.index_foot_bottom >p {
	text-align: center;
	color: #fff;
	margin: 0;
}


/*index frame*/
.inx_con {
	width: 100%;
	color: #333;
}
.inx_head {
	position: fixed;
	top: 0;
	bottom: auto;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 80px;
	background: #fff;
	z-index: 1000;
}
.inx_body{
	margin-top: 80px;
	width: 100%;
}
.inx_foot{
	width: 100%;
}
.inx_main {
	width:1200px;
	margin:0 auto;
	height:100%;
	max-height:100%;
}
.inx_main:after {
	display: block;
	clear: both;
	content: '';
	zoom: 1;
}
.inx_tit_1 {
	position: relative;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #333;
}
.inx_tit_1.tit_bright {
	color: #fff;
}
.inx_tit_2 {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #333;
}
.inx_tit_2.tit_bright {
	color: #fff;
}
.inx_tit_3 {
	text-align: center;
	font-size: 18px;
	color: #999;
}
.inx_tit_3.tit_bright {
	color: #fff;
}
.inx_tit_4 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.inx_tit_4.tit_bright {
	color: #fff;
}
.inx_tit_5 {
	text-align: center;
	font-size: 14px;
	color: #999;
}
.inx_tit_5.tit_bright {
	color: #fff;
}
.inx_tit_5.tit_black {
	color: #333;
}
.inx_tit_6 {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #999;
}
.inx_tit_6.tit_bright {
	color: #fff;
}
/*foot*/
.inx_foot_guide {
	height: 180px;
	padding-top: 40px;
	background: url(../img/index/foot_bg_guide.jpg) no-repeat center;
}
.inx_foot_con {
	padding-top: 45px;
	background: #004471;
}
.inx_foot_con:after {
	display: block;
	clear: both;
	content: '';
	zoom: 1;
}
.inx_foot_logo {
	float: left;
	padding-top: 40px;
	background: url(../img/logo/sm_brand_1.png?v=1.0) no-repeat;
}
.inx_foot_logo_info {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
}
.inx_foot_body:after {
	display: block;
	clear: both;
	content: '';
	zoom: 1;
}
.inx_foot_nav {
	float: right;
}
.inx_foot_nav > li {
	float: left;
	margin-right: 100px;
}
.inx_foot_nav > li:last-child {
	margin-right: 0;
}
.inx_foot_nav > li > dl > dt {
	padding: 10px 0;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.inx_foot_nav > li > dl > dd {
	font-size: 14px;
	line-height: 30px;
	color: rgba(255,255,255,.8);
}
.inx_foot_nav > li > dl > dd > a {
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	color: rgba(255,255,255,.8);
}
.inx_foot_nav > li > dl > dd > a:hover {
	color: #fff;
	text-decoration: none;
}
.inx_foot_nav > li > dl > dd > a.underline:hover {
	text-decoration: underline;
}
.inx_foot_foot {
	padding: 10px;
}
.inx_foot_foot:after {
	display: block;
	clear: both;
	content: '';
	zoom: 1;
}
.copyright_info {
	float: left;
	font-size: 16px;
	line-height: 30px;
}
.copyright_info span,
.copyright_info a {
	text-decoration: none;
	color: rgba(255,255,255,.8);
}
.copyright_info a:hover {
	text-decoration: none;
	color: #fff;
}
.report_info {
	float: right;
	font-size: 0;
}
.report_info > a {
	display: inline-block;
	margin-left: 20px;
	height: 30px;
	background: url(../img/index/inx_icon.png?v=1) no-repeat;
	opacity: .8;
}
.report_info > a:hover {
	opacity: 1;
}
.report_info > a.info_facebook {
	width: 17px;
	background-position: -60px -1129px;
}
.report_info > a.info_twitter {
	width: 24px;
	background-position: -56px -1177px;
}
.report_info > a.info_youtube {
	width: 32px;
	background-position: -50px -1226px;
}
.report_info > a.info_facebookGroup {
	width: 34px;
	background-position: -51px -1283px;
}
/*whole line*/
.inx_sep_line_whole {
	margin-top: 40px;
	border-bottom: 1px solid #1a577f;
}
/*Vertical line*/
.inx_sep_line_vertical{
	display: inline-block;
	position: relative;
	top: 3px;
	width: 1px;
	height: 14px;
	margin: 0 10px;
	border: 1px solid #cce4f0;
}
/*start button*/
.inx_btn_start {
	display: block;
	margin: 0 auto;
	border: 0;
	border-radius: 2px;
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
	width: 260px;
	height: 44px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 44px;
	color: #00b2aa;
	background: #fff;
}
.inx_btn_start:hover {
	box-shadow: 2px 2px 10px rgba(0,0,0, .3);
}
.inx_btn_start a {
	display: block;
	width: 260px;
	height: 44px;
	font-size: 18px;
	line-height: 44px;
	font-weight: 600;
	text-decoration: none;
	color: #00b2aa;
}
.inx_btn_start a:hover,
.inx_btn_start a:focus,
.inx_btn_start a:active {
	color: #00b2aa;
	text-decoration: none;
}

/*新帮助文档样式*/
.index_line{
	margin-bottom: 55px;
	width: 100%;
	height: 1px;
	background: #eee;
}

.inx_other_ways{
    margin-top: 110px;
	padding: 35px 0 55px;
	background: #f4f5f7;
}
.inx_other_ways .tit{
	margin-bottom: 30px;
	font-size: 36px;
	text-align: center;
}
.inx_other_ways_list{
	display: flex;
    flex-flow: wrap;
	align-items: center;
	justify-content: center;
}
.inx_other_ways_list li{
    width: 30%;
	max-width: 300px;
}
.inx_other_ways_list li a{
    display: flex;
    align-items: center;
    justify-content: center;
	color: #303336;
    font-size: 20px;
}
.inx_other_ways_list li a:hover{
	text-decoration: none;
	color: #23527c;
}
.inx_other_ways_list li .icon{
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: url(../img/background/indexIcon.png) no-repeat;
}
.inx_other_ways_list li:nth-child(1) .icon{
	background-position: -13px -356px;
}
.inx_other_ways_list li:nth-child(2) .icon{
	background-position: -15px -412px;
}
.inx_other_ways_list li:nth-child(3) .icon{
	background-position: -15px -475px;
}

.index_body .index_search{
	height: 300px;
}
.index_search{
	display: flex;
	height: 150px;
	align-items: center;
	justify-content: center;
	background: url(../img/background/searchBg.jpg) no-repeat center;
}

.index_search_cont{
	width: 100%;
	max-width: 860px;
	padding: 0 30px;
}
.index_search_cont .tit{
	margin: 0 0 30px;
	color: #fff;
	text-align: center;
}

.index_search_box{
	position: relative;
	display: flex;
	width: 100%;
	height: 40px;
}
.index_search_box>.search_txt{
	padding: 0 60px 0 20px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border: 1px solid #ddd;
}
.index_search_box>.search_txt:focus{
	border-color: #f0f3f6;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(106, 108, 124);
}
.index_search_box>.search_btn{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 60px;
	min-width: auto;
	height: 40px;
	background: #f0f3f6;
	border: 1px solid #ddd;
	border-left: 0;
}
.index_search_box>.search_btn>[class*="smicon_"]{
	position: absolute;
	top: 2px;
	right: 10px;
	color: #6a6a6a;
}
.index_search_box>.search_btn:hover>[class*="smicon_"]{
	color: #0077B5;
}
/*首页模块样式*/
.index_module{
	padding: 75px 0 45px;
}
.index_module_list{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}
.index_module_list li{
	display: flex;
	align-items: center;
	justify-content: center;
    margin-bottom: 30px;
	width: 265px;
	height: 160px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 2px;
	cursor: pointer;
	transition: 0.3s;
}
.index_module_list li p{
	font-weight: 500;
	font-size: 18px;
}
.index_module_list li a{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #000;
}
.index_module_list li a:hover{
	text-decoration: none;
}
.index_module_list li .icon{
	display: inline-block;
	margin-bottom: 20px;
	width: 80px;
	height: 60px;
	background: url(../img/background/indexIcon.png) no-repeat;
}
.index_module_list li:nth-child(1) .icon{
	background-position: 5px -10px;
}
.index_module_list li:nth-child(2) .icon{
	background-position: 5px -90px;
}
.index_module_list li:nth-child(3) .icon{
	background-position: 5px -170px;
}
.index_module_list li:nth-child(4) .icon{
	background-position: 5px -250px;
}
.index_module_list li:hover{
	box-shadow: 0.5px 0.9px 29.4px 0.6px rgba(67, 163, 246, 0.15);
	transition: 0.3s;
}

.module_title{
	margin-bottom: 30px;
	font-size: 36px;
}

.index_category{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.index_category .index_video_item{
    width: 100%;
}

.index_category_item{
	width: 560px;
	margin-bottom: 20px;
}
.index_category_item h3{
	margin: 30px 0 15px;
	font-size: 24px;
}
.index_category_item h3 a{
	color: #000;
}
.index_category_item>ul>li{
	display: flex;
	align-items: center;
	padding: 18px 0;
	border-bottom: 1px solid #eee;
	word-break: break-word;
}
.index_category_item>ul>li>a{
	display: flex;
	align-items: center;
	color: #303336;
	font-size: 16px;
}
.index_category_item>ul>li.more_link>a{
	color: #337ab7;
}
.index_category_item>ul>li:last-child{
	border: none;
}

.index_category_list{
	width: 100%;
	margin-bottom: 40px;
}
.index_category_list h3{
	margin: 30px 0;
	font-size: 36px;
	word-break: break-word;
}
.index_category_list>ul{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.index_category_list>ul>li{
	position: relative;
	display: flex;
	width: 48%;
	align-items: center;
	padding: 18px 0;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	word-break: break-word;
}
.index_category_list>ul>li .icon_star{
	align-self: start;
	margin-top: 5px;
	color: #9a9a9a;
}
.index_category_list>ul>li .icon_copy{
	position: absolute;
	display: none;
	align-self: start;
	right: 5px;
	cursor: pointer;
	color: #d0d3d3d3;
}
.index_category_list>ul>li:hover .icon_copy{
	display: block;
}
.index_category_list>ul>li .icon_copy:hover{
	color: #9a9a9a;
}
.index_category_list>ul>li>a{
	display: flex;
	align-self: start;
    max-width: calc(100% - 55px);
	align-items: center;
	color: #303336;
    font-size: 16px;
}

/*视频模块列表*/
.index_video_item h3{
	margin: 30px 0;
	font-size: 24px;
}
.index_video_item>ul{
	margin: 0 -30px;
	display: flex;
	flex-flow: wrap;
}
.index_video_item>ul>li{
	width: 360px;
	margin: 0 30px 60px;
}
.index_video_item>ul>li>a{
	display: block;
}
.index_video_item>ul>li>a .img_out{
    overflow: hidden;
	width: 100%;
	height: 200px;
	border: 1px solid #ddd;
}
.index_video_item>ul>li>a .img_out img {
	width: 100%;
}
.index_video_item>ul>li>a p{
	font-size: 16px;
	margin: 10px 0;
	word-break: break-word;
}

/*详情*/
.help_main .help_content{
	padding-top: 20px;
}
.help_main .help_content .article_box {
	float: left;
	width: 100%;
	max-width: 800px;
}
.help_main .help_content .article_box h1 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
    line-height: 1.6;
	word-break: break-word;
}
.help_main .help_content .article_box .copy_btn{
	cursor: pointer;
}
.help_main .help_content .article_box .detail_box{
	padding-top: 20px;
    line-height: 28px;
	word-break: break-word;
}
.help_main .help_content .article_box .detail_box strong{
	font-weight: 600 !important;
}
/*限制后台编辑内容展示最大宽度*/
.help_main .help_content .article_box .detail_box img,
.help_main .help_content .article_box .detail_box iframe{
	max-width: 100%;
}

.help_main .help_content .article_box .detail_box img:hover {
	cursor: zoom-in;
}

.help_main .aside_box {
	float: right;
	width: 330px;
}
.help_main .aside_box h3 {
	margin: 0 0 30px;
	font-size: 18px;
	font-weight: 500;
	word-break: break-word;
}
.help_main .aside_box .most_recent_list {
	margin-top: 0;
	padding-left: 0;
	list-style: none;
}
.help_main .aside_box .most_recent_list li {
	padding: 10px 0;
}
.help_main .aside_box .most_recent_list li a {
	display: block;
	font-size: 14px;
	line-height: 1.6;
	color: #303336;
	text-decoration: none;
	word-break: break-word;
}
.help_main .aside_box .most_recent_list li.more_link a{
	color: #337ab7;
}
.help_main .aside_box .most_recent_list li a:hover {
	text-decoration: underline;
}

/*分页重置*/
.pagination {
	display: flex;
	justify-content: center;
}
.pagination li {
	order: 0;
}
.pagination li:nth-child(1),
.pagination li:nth-child(2),
.pagination li:nth-child(8) {
	display: none;
}
.pagination li:nth-child(3) {
	order: 1;
}
.pagination li:nth-child(4) {
	order: 2;
}
.pagination li:nth-child(7) {
	order: 3;
}
.pagination li:nth-child(5) {
	order: 4;
}
.pagination li:nth-child(6) {
	order: 5;
}

/*listing图片编辑点击全屏预览*/
.click_img_glass_box .img_pop_box_close {
	position: fixed;
	top: -6px;
	right: 50px;
	color: #999;
	font-size: 60px;
}
.click_img_glass_box .close {
	z-index: 99;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=50);
	opacity: .5;
}
.img_pop_box {
	position: relative;
	width: 100%;
	height: 100%;
}
.img_pop_box img {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
}

.img_pop_box_close:hover {
	color: #ddd;
}

.click_img_glass_box:hover {
	cursor: zoom-out;
}

.click_img_glass_box .img_btn{
	position: absolute;
	padding: 10% 0;
	height: auto!important;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	text-decoration: none;
}

.click_img_glass_box .img_btn:hover {
	color: #ddd;
}

.click_img_glass_box .img_prev_btn {
	left: 30px;
}

.click_img_glass_box .img_next_btn {
	right: 30px;
}

/***** 智能设备适配样式 *****/
/*
[description] 手机适配尺寸
@media screen and (min-width: 1200px) {  }
@media screen and (min-width: 960px) and (max-width: 1199px) {  }
@media screen and (min-width: 768px) and (max-width: 959px) {  }
@media only screen and (min-width: 480px) and (max-width: 767px) {  }
@media only screen and (max-width: 479px) {  }
*/
/* [2]纵向模式智能手机*/
/*@media screen and (max-width: 479px) and (max-width: 1199px) {*/
@media screen and (min-width: 1920px) {
    .index_search{
        background-size: 100%;
    }
}
@media screen and (max-width: 1199px) {
    .inx_main{
        width: auto;
    }
    body{
        width:100% !important;
        padding: 0 !important;
    }
    .index_out.middle_content{
        padding:0;
    }

    .index_content {
        width: 100% !important;
        /* margin: 0 auto; */
        padding: 0 30px;
        height: 100%;
        max-height: 100%;
        overflow: hidden;
    }
    .index_head .index_nav li a{
        padding: 0 6px;
        font-size: 14px ;
        margin-right: 0;
    }


    /*
     * 首页
     */
    .support_module_list{
        padding:0 10px;
        width: auto;
    }
    .index_search_group{
        padding: 0 10px;
    }
    .index_search_group input[type="text"] {
        /*width: auto;*/
        vertical-align:middle;
        font-size:14px;
        height:40px;
        line-height:38px;
    }
    /*导航搜索*/
    .index_out.middle_content .content{
        width:100%;
    }
    .content.index_content h2{
        margin-top:70px;
        font-size: 20px;
    }
    .index_out.middle_content .content.index_content{
        padding: 0;
    }
    .index_search_group{
        width:100%;
        text-align: center;
    }
    .index_search_group .btn{
        /*width: auto;*/
    }
    .support_module_list .support_module{
        width: 100%;
        height: auto;
    }
    /*视频*/
    .index_vedio h3 {
        font-size: 13px;
        line-height: 2.1;
    }
    .index_vedio h3 a{
        height: auto;
        padding: 2px;
        line-height: normal;
    }
    .content.index_vedio .vedio_out{
        width:auto;
        height:auto;
        left:0;
    }
    .img_css{
        position: static;
    }
    .foot_out{
        height: auto;
    }
    .index_foot .foot_link{
        width:auto;
    }
    .index_foot .foot_link li a{
        font-size: 14px;
        font-weight: 600;
    }
    /*
     *	搜索结果页
     */
    .search_result .crumbs{
        height: auto;
        line-height: normal;
        padding: 10px;
    }
    .search_result, .video_play_page{
        width: auto;
        margin-top: 60px;
    }
    .search_result .global_search>input[type="text"]{
        width: 62%;
    }
    .search_result .global_search>.btn{
        width: 15%;
    }
    /*
     * 视频播放页
     */
    .center_page{
        padding: 0 20px;
    }
    .ytp-title-text{
        font-size: 14px;
    }
    .support_list .video_info{
        margin-right: 0;
        width: 100%;
    }
    .support_list .video_info .img_out{
        width: auto;
        height: auto;
    }
    .video_play_page .video_info iframe{
        width: 100% !important;
        height: auto !important;
    }
    /*
     * 左右菜单页
     */
    /*#leftNav{*/
    /*display: none;*/
    /*}*/
    .main{
        padding: 50px 0;
    }
    .main_l{
        display: none;
        width: 220px;
        position: fixed;
        right: 10px;
        z-index: 999;
        box-shadow: 0 0 30px #888888;
    }
    .accordion_menus li[isOpen="0"]>ul{
        display: block;
    }
    .main_r{
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        padding-right:10px;
        padding-left:10px;
    }
    .main_r .crumbs{
        /*margin-right: 10px;*/
    }
    .main_r .global_search{
        display: none;
        margin-right: 10px;
    }

    .main_r .global_search>input[type="text"]{
        width:69%;
        /*margin-top:10px;*/
    }
    .main_r .global_search>.btn{
        width: 25%;
    }
    .mb_hide_btn {
        display: none ;
    }
    .mb_show_btn{
        display: inline-block ;
        width:15%;
        min-width: 10px;
        padding: 0;
    }
    /*articles*/
    .text_detail .detail_content img{
        width:100% !important;
        height: auto !important;
    }
    /*
     * 右菜单按钮
     */
    .right_menu{
        float: right !important;
        display: block ;
    }
    .right_search{
        float: right !important;
        display: block !important;
        margin-right: 10px;
    }
    .main_r .list_content .list_content_paging{
        height:60px;
        text-align: left;
    }
    .pagination{
        margin: 5px 0 !important;
    }
    .support{
        padding:20px 30px;
        /*margin-right: 10px;*/
    }
    /*分页器*/
    .pagination>li:first-child,.pagination>li:nth-child(2) {
        display: none;
    }
    /* modal*/
    .modal-backdrop{
        position: fixed;
    }
    .opinion_modal .modal-dialog{
        width: auto;
        margin:20% 20px;
    }
    .opinion_modal .opinion_content{
        width:auto;
    }
    .opinion_modal .opinion_content .left{
        width: auto;
        display: block;
        border-right: 0;
        border-bottom: 1px solid #ddd;
    }
    .opinion_modal .opinion_content .right{
        width: auto;
        height: auto;
        padding: 30px 0;
    }

    .inx_foot_guide .inx_main,
    .inx_foot_con .inx_main {
        padding: 0 15px;
        width: 100%;
    }
    .inx_foot_con .inx_foot_nav > li {
        height: 230px;
    }
    .index_module_list li{
        width: 48%;
        height: 260px;
    }
    .index_category_item{
        width: 100%;
    }
	.index_video_item>ul>li>a .img_out {
		height: auto;
	}
	.index_video_item>ul{
		margin: auto;
		justify-content: space-between;
	}
	.index_video_item>ul>li{
		width: calc((100% - 40px)/2);
		margin-left: 0;
		margin-right: 0;
	}

	.help_main .help_content .article_box,
	.help_main .help_content .aside_box {
		float:none;
	}
	.help_main .article_box{
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 767px) {
    .inx_foot_guide .inx_main,
    .inx_foot_con .inx_main {
        padding: 0 15px;
        width: 100%;
    }
    .inx_foot_guide .inx_main .inx_tit_1 {
        font-size: 30px;
    }
    .inx_foot_guide .inx_main .inx_tit_3 {
        font-size: 16px;
    }
    .inx_foot_con .inx_foot_nav > li {
        height: 230px;
    }


    .index_content{
        padding: 0 20px;
    }

    .index_head .index_nav li .fs_16{
        font-size: 14px;
    }

    .index_head .index_nav li.nav_logo img {
        width: 100px;
    }

    .index_module{
        padding: 30px 0 5px;
    }
    .index_line{
        margin-bottom: 20px;
    }
    .index_module_list li{
        width: 48%;
        height: 200px;
    }
    .inx_other_ways{
        margin-top: 50px;
    }
    .center_page .crumbs{
        margin-bottom: 30px;
    }
    .cont_title{
        margin-bottom: 10px;
    }
	.index_category_list>ul>li{
		width: 100%;
	}
	.inx_other_ways .tit{
		font-size: 30px;
	}
}
@media screen and (max-width: 600px) {
    .index_module_list li{
        height: 170px;
    }
    .inx_other_ways_list,
    .inx_other_ways_list li a{
        justify-content: start;
    }
    .inx_other_ways_list li{
        padding-left: 20px;
        margin-bottom: 20px;
        width: 50%;
        max-width: 50%;
    }
    .index_category_item>ul>li{
        padding: 12px 0;
    }
	.index_video_item>ul>li{
		width: 100%;
	}
}
@media screen and (max-width: 560px) {
	/*头部*/
	.head_out {
		height: 95px;
		line-height: 45px;
		position: fixed;
		top: 0;
		z-index: 999;
		border-bottom: 1px solid #eee;
	}
	.index_search{
		margin-top: 95px;
	}
	.index_head .index_nav li.nav_sign{
		float: left;
		width: 100%;
	}
	.index_head .index_nav li.nav_logo img{
		width: 120px;
	}

	.index_head .index_nav li.nav_logo .line{
		height: 25px;
	}
	.index_head .index_nav li.nav_sign .btn{
		height: 30px;
		line-height: 30px;
	}
}
@media screen and (max-width: 375px) {
    .index_head .index_nav li.nav_sign .go_link{
        font-size: 12px;
        margin-right: 10px;
    }
	.index_head .index_nav li.nav_logo .tit{
		font-size: 14px;
	}
}