body {
    position:relative;
    min-height:100%;
}
/*链接样式*/
a.link_fff {
    color:#FFF;
    text-decoration:none;
    font-size:14px;
}
a:visited.link_fff {
    color:#FFF;
    text-decoration:none;
    font-size:14px;
}
a:hover.link_fff {
    color:#59f35a;
    text-decoration:underline;
    font-size:14px;
}
a.link_4242 {
    color:#424242;
    text-decoration:none;
    font-size:14px;
}
a:visited.link_4242 {
    color:#424242;
    text-decoration:none;
    font-size:14px;
}
a:hover.link_4242 {
    color:#33844E;
    text-decoration:underline;
    font-size:14px;
}
a.link_4242_der {
    color:#757575;
    text-decoration:underline;
    font-size:14px;
}
a:visited.link_4242_der {
    color:#757575;
    text-decoration:underline;
    font-size:14px;
}
a:hover.link_4242_der {
    color:#33844E;
    text-decoration:none;
    font-size:14px;
}
.word_wrap {
    word-wrap:break-word;
    word-break:normal;
}
/*关键字*/
a.keyword1 {
    font-size:14px;
    color:#FF0000;
    text-decoration:none;
}
a.keyword2 {
    text-decoration:none;
    color:#CC3300;
    font-size:12px;
}
a.keyword3 {
    text-decoration:none;
    color:#000033;
    font-size:14px;
}
a.keyword4 {
    text-decoration:none;
    color:#3333CC;
    font-size:16px;
}
a.keyword5 {
    text-decoration:none;
    color:#0099FF;
    font-size:10px;
}
a.keyword6 {
    text-decoration:none;
    color:#9966CC;
    font-size:12px;
}
a.keyword7 {
    text-decoration:none;
    color:#996600;
    font-size:12px;
}
a.keyword8 {
    text-decoration:none;
    color:#996600;
    font-size:18px;
}
a.keyword9 {
    text-decoration:none;
    color:#996600;
    font-size:12px;
}
a.keyword10 {
    text-decoration:none;
    color:#996600;
    font-size:14px;
}
a.keyword1:hover, a.keyword2:hover, a.keyword3:hover, a.keyword4:hover, a.keyword5:hover,
a.keyword6:hover, a.keyword7:hover, a.keyword8:hover, a.keyword9:hover, a.keyword9:hover {
    color:#0c4ac7;
    text-decoration:none;
}

/*单个样式*/
.displaynone {
    display:none;
}
.displaytrue {
    overflow:hidden;
}
.ovh {
    overflow:hidden;
}
.right {
    float:right;
}
ul.unstyled, ol.unstyled {
    list-style:none;
}
ul.circle {
    list-style-type:circle;
}
ul.square {
    list-style-type:square;
}
ul.rom {
    list-style-type:upper-roman;
}
ul.disc {
    list-style-type:disc;
}
ul.cjk {
    list-style-type:cjk-ideographic;
}
.text-white {
    color:#fff;
}
.text-orange {
    color:#ff6237;
}
.text-green {
    color:#4DC976;
}
.text-ashes {
    color:#798991;
}
.text-ashes .colorgreg {
    color:#ff6237;
}
.text-blue {
    color:#0193eb;
}
.text-red {
    color:#ff0033;
}
.text-zhishe {
    color:#cc00cc;
}
.text-danfei {
    color:#969fa7;
}
.text-greenyellow {
    color:#34aa66;
}
.text-danfei_befull {
    color:#d4d4d4;
}
.text-dannan {
    color:#afd2e5;
}
.tc {
    text-align:center;
}
.tr {
    text-align:right;
}
.tl {
    text-align:left;
}
.tj {
    text-align:justify;
}
.em {
    color:#ff3333;
    padding:0 5px;
}
.pt6 {
    padding-top:6px;
}
.pt7 {
    padding-top:7px;
}
.pr10 {
    padding-right:10px;
}
/**添加按钮颜色-天空蓝*/
.btn-addblue {
    color:#fff;
    background-color:#33844E;
    border-color:#33844E;
    outline:0;
}
/**按下去的颜色*/
.btn-addblue:focus, .btn-addblue.focus {
    color:#fff;
    background-color:#33844E;
    border-color:#33844E;
    outline:0;
	filter: brightness(0.8);
}
/**移上去的颜色*/
.btn-addblue:hover {
    color:#fff;
    background-color:#33844E;
    border-color:#33844E;
    outline:0;
	filter: brightness(0.8);
}
/**按下去操作的颜色*/
.btn-addblue:active, .btn-addblue.active, .open > .dropdown-toggle.btn-addblue {
    color:#fff;
    background-color:#33844E;
    border-color:#33844E;
}
.btn-addblue:active:hover, .btn-addblue.active:hover, .open > .dropdown-toggle.btn-addblue:hover, .btn-addblue:active:focus, .btn-addblue.active:focus,
.open > .dropdown-toggle.btn-addblue:focus, .btn-addblue:active.focus,
.btn-addblue.active.focus, .open > .dropdown-toggle.btn-addblue.focus {
    color:#fff;
    background-color:#33844E;
    border-color:#33844E;
}
.btn-addblue:active, .btn-addblue.active, .open > .dropdown-toggle.btn-addblue {
    background-image:none;
    color:#fff;
}
.btn-addblue.disabled, .btn-addblue[disabled], fieldset[disabled] .btn-addblue, .btn-addblue.disabled:hover, .btn-addblue[disabled]:hover, fieldset[disabled] .btn-addblue:hover, .btn-addblue.disabled:focus,
.btn-addblue[disabled]:focus, fieldset[disabled] .btn-addblue:focus, .btn-addblue.disabled.focus, .btn-addblue[disabled].focus, fieldset[disabled] .btn-addblue.focus, .btn-addblue.disabled:active, .btn-addblue[disabled]:active,
    /**禁用颜色*/
fieldset[disabled] .btn-addblue:active, .btn-addblue.disabled.active, .btn-addblue[disabled].active, fieldset[disabled] .btn-addblue.active {
    background-color:#BCDEF5;
    border-color:#BCDEF5;
    color:#fff;
}
.btn-addblue .badge {
    color:#fff;
    background-color:#BCDEF5;
}
/*按钮样式1,绿色*/
/**按钮默认颜色*/
.btn-green {
	color: #fff;
	background-color: #33844E;
	outline: 0;
	border: 1px solid #33844E;
}
@media screen and (max-width: 500px) {
.btn-green {
	color: #fff;
	background-color: #33844E;
	outline: 0;
	border: 1px solid #33844E;
	margin-top: 30px;
}
}
/**按下去的颜色*/
.btn-green:focus, .btn-green.focus {
	color: #33844E;
	background-color: #fff;
	outline: 0;
	border: 1px solid #33844E;
}
/**移上去的颜色*/
.btn-green:hover {
	color: #33844E;
	background-color: #fff;
	outline: 0;
	border: 1px solid #33844E;
}
/**按下去操作的颜色*/
.btn-green:active, .btn-green.active, .open > .dropdown-toggle.btn-green {
	color: #33844E;
	background-color: #fff;
	outline: 0;
	border: 1px solid #33844E;
}
.btn-green:active:hover, .btn-green.active:hover, .open > .dropdown-toggle.btn-green:hover, .btn-green:active:focus, .btn-green.active:focus,
.open > .dropdown-toggle.btn-green:focus, .btn-green:active.focus,
.btn-green.active.focus, .open > .dropdown-toggle.btn-green.focus {
    color:#fff;
    background-color:#33844E;
    border-color:#33844E;
}
.btn-green:active, .btn-green.active, .open > .dropdown-toggle.btn-green {
    background-image:none;
}
.btn-green.disabled, .btn-green[disabled], fieldset[disabled] .btn-green, .btn-green.disabled:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-green:hover, .btn-green.disabled:focus,
.btn-green[disabled]:focus, fieldset[disabled] .btn-green:focus, .btn-green.disabled.focus, .btn-green[disabled].focus, fieldset[disabled] .btn-green.focus, .btn-green.disabled:active, .btn-green[disabled]:active,
    /**禁用颜色*/
fieldset[disabled] .btn-green:active, .btn-green.disabled.active, .btn-green[disabled].active, fieldset[disabled] .btn-green.active {
    background-color:#33844E;
    border-color:#33844E;
}
.btn-green .badge {
    color:#33844E;
    background-color:#fff;
}
/*按钮样式2,橙色*/
/**按钮默认颜色*/
.btn-orange {
	color: #fff;
	background-color: #D14400;
	outline: 0;
	border: 1px solid #D14400;
}
/**按下去的颜色*/
.btn-orange:focus, .btn-orange.focus {
	color: #D14400;
	background-color: #fff;
	outline: 0;
	border: 1px solid #D14400;
}
/**移上去的颜色*/
.btn-orange:hover {
	color: #D14400;
	background-color: #fff;
	outline: 0;
	border: 1px solid #D14400;
}
/**按下去操作的颜色*/
.btn-orange:active, .btn-orange.active, .open > .dropdown-toggle.btn-orange {
	color: #D14400;
	background-color: #fff;
	outline: 0;
	border: 1px solid #D14400;
}
.btn-orange:active:hover, .btn-orange.active:hover, .open > .dropdown-toggle.btn-orange:hover, .btn-orange:active:focus, .btn-orange.active:focus,
.open > .dropdown-toggle.btn-orange:focus, .btn-orange:active.focus,
.btn-orange.active.focus, .open > .dropdown-toggle.btn-orange.focus {
	color: #D14400;
	background-color: #fff;
	outline: 0;
	border: 1px solid #D14400;
}
.btn-orange:active, .btn-orange.active, .open > .dropdown-toggle.btn-orange {
    background-image:none;
}
.btn-orange.disabled, .btn-orange[disabled], fieldset[disabled] .btn-orange, .btn-orange.disabled:hover, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange:hover, .btn-orange.disabled:focus,
.btn-orange[disabled]:focus, fieldset[disabled] .btn-orange:focus, .btn-orange.disabled.focus, .btn-orange[disabled].focus, fieldset[disabled] .btn-orange.focus, .btn-orange.disabled:active, .btn-orange[disabled]:active,
    /**禁用颜色*/
fieldset[disabled] .btn-orange:active, .btn-orange.disabled.active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange.active {
    background-color:#e6c6bd;
    border-color:#e6c6bd;
}
.btn-orange .badge {
    color:#b04c30;
    background-color:#fff;
}
/*按钮样式3,淡蓝*/
/**按钮默认颜色*/
.btn-babyblue {
    color:#fff;
    background-color:#33844E;
    border-color:#33844E;
    outline:0
}
/**按下去的颜色*/
.btn-babyblue:focus, .btn-babyblue.focus {
    color:#fff;
    background-color:#33844E;
    border-color:#33844E;
    outline:0
}
/**移上去的颜色*/
.btn-babyblue:hover {
    color:#fff;
    background-color:#33844E;
    border-color:#33844E;
    outline:0
}
/**按下去操作的颜色*/
.btn-babyblue:active, .btn-babyblue.active, .open > .dropdown-toggle.btn-babyblue {
    color:#fff;
    background-color:#33844E;
    border-color:#33844E;
}
.btn-babyblue:active:hover, .btn-babyblue.active:hover, .open > .dropdown-toggle.btn-babyblue:hover, .btn-babyblue:active:focus, .btn-babyblue.active:focus,
.open > .dropdown-toggle.btn-babyblue:focus, .btn-babyblue:active.focus,
.btn-babyblue.active.focus, .open > .dropdown-toggle.btn-babyblue.focus {
    color:#fff;
    background-color:#33844E;
    border-color:#33844E;
}
.btn-babyblue:active, .btn-babyblue.active, .open > .dropdown-toggle.btn-babyblue {
    background-image:none;
    color:#fff;
}
.btn-babyblue.disabled, .btn-babyblue[disabled], fieldset[disabled] .btn-babyblue, .btn-babyblue.disabled:hover, .btn-babyblue[disabled]:hover, fieldset[disabled] .btn-babyblue:hover, .btn-babyblue.disabled:focus,
.btn-babyblue[disabled]:focus, fieldset[disabled] .btn-babyblue:focus, .btn-babyblue.disabled.focus, .btn-babyblue[disabled].focus, fieldset[disabled] .btn-babyblue.focus, .btn-babyblue.disabled:active, .btn-babyblue[disabled]:active,
    /**禁用颜色*/
fieldset[disabled] .btn-babyblue:active, .btn-babyblue.disabled.active, .btn-babyblue[disabled].active, fieldset[disabled] .btn-babyblue.active {
    background-color:#bbcde7;
    border-color:#bbcde7;
    color:#fff;
}
.btn-babyblue .badge {
    color:#fff;
    background-color:#e9573f;
}
/*按钮样式4,淡灰*/
/**按钮默认颜色*/
.btn-lightgray {
    color:#4a4e51;
    background-color:#d3dade;
    border-color:#d3dade;
    outline:0
}
/**按下去的颜色*/
.btn-lightgray:focus, .btn-lightgray.focus {
    color:#D14400;
    background-color:#fff;
    border-color:#D14400;
    outline:0
}
/**移上去的颜色*/
.btn-lightgray:hover {
    color:#D14400;
    background-color:#fff;
    border-color:#D14400;
    outline:0
}
/**按下去操作的颜色*/
.btn-lightgray:active, .btn-lightgray.active, .open > .dropdown-toggle.btn-lightgray {
    color:#fff;
    background-color:#d3dade;
    border-color:#d3dade;
}
.btn-lightgray:active:hover, .btn-lightgray.active:hover, .open > .dropdown-toggle.btn-lightgray:hover, .btn-lightgray:active:focus, .btn-lightgray.active:focus,
.open > .dropdown-toggle.btn-lightgray:focus, .btn-lightgray:active.focus,
.btn-lightgray.active.focus, .open > .dropdown-toggle.btn-lightgray.focus {
    color:#fff;
    background-color:#d3dade;
    border-color:#d3dade;
}
.btn-lightgray:active, .btn-lightgray.active, .open > .dropdown-toggle.btn-lightgray {
    background-image:none;
    color:#fff;
}
.btn-lightgray.disabled, .btn-lightgray[disabled], fieldset[disabled] .btn-lightgray, .btn-lightgray.disabled:hover, .btn-lightgray[disabled]:hover, fieldset[disabled] .btn-lightgray:hover, .btn-lightgray.disabled:focus,
.btn-lightgray[disabled]:focus, fieldset[disabled] .btn-lightgray:focus, .btn-lightgray.disabled.focus, .btn-lightgray[disabled].focus, fieldset[disabled] .btn-lightgray.focus, .btn-lightgray.disabled:active, .btn-lightgray[disabled]:active,
    /**禁用颜色*/
fieldset[disabled] .btn-lightgray:active, .btn-lightgray.disabled.active, .btn-lightgray[disabled].active, fieldset[disabled] .btn-lightgray.active {
    background-color:#f3f3f3;
    border-color:#f3f3f3;
    color:#798991;
}
.btn-lightgray .badge {
    color:#798991;
    background-color:#f3f3f3;
}
/*按钮样式5,深灰*/
/**按钮默认颜色*/
.btn-ironash {
    color:#fff;
    background-color:#727d91;
    border-color:#727d91;
    outline:0
}
/**按下去的颜色*/
.btn-ironash:focus, .btn-ironash.focus {
    color:#fff;
    background-color:#FAC800;
    border-color:#FAC800;
    outline:0
}
/**移上去的颜色*/
.btn-ironash:hover {
    color:#fff;
    background-color:#FAC800;
    border-color:#FAC800;
    outline:0
}
/**按下去操作的颜色*/
.btn-ironash:active, .btn-ironash.active, .open > .dropdown-toggle.btn-ironash {
    color:#fff;
    background-color:#FAC800;
    border-color:#FAC800;
    outline:0
}
.btn-ironash:active:hover, .btn-ironash.active:hover, .open > .dropdown-toggle.btn-ironash:hover, .btn-ironash:active:focus, .btn-ironash.active:focus,
.open > .dropdown-toggle.btn-ironash:focus, .btn-ironash:active.focus,
.btn-ironash.active.focus, .open > .dropdown-toggle.btn-ironash.focus {
    color:#fff;
    background-color:#FAC800;
    border-color:#FAC800;;
    outline:0
}
.btn-ironash:active, .btn-ironash.active, .open > .dropdown-toggle.btn-ironash {
    background-image:none;
    color:#fff;;
    outline:0
}
.btn-ironash.disabled, .btn-ironash[disabled], fieldset[disabled] .btn-ironash, .btn-ironash.disabled:hover, .btn-ironash[disabled]:hover, fieldset[disabled] .btn-ironash:hover, .btn-ironash.disabled:focus,
.btn-ironash[disabled]:focus, fieldset[disabled] .btn-ironash:focus, .btn-ironash.disabled.focus, .btn-ironash[disabled].focus, fieldset[disabled] .btn-ironash.focus, .btn-ironash.disabled:active, .btn-ironash[disabled]:active,
    /**禁用颜色*/
fieldset[disabled] .btn-ironash:active, .btn-ironash.disabled.active, .btn-ironash[disabled].active, fieldset[disabled] .btn-ironash.active {
    background-color:#a7bac3;
    border-color:#a7bac3;;
    outline:0
}
.btn-ironash .badge {
    color:#a7bac3;
    background-color:#fff;;
    outline:0
}
/*按钮样式7,青蓝*/
/**按钮默认颜色*/
.btn-treegree {
    color:#fff;
    background-color:#5DD986;
    border-color:#5DD986;
    outline:0
}
/**按下去的颜色*/
.btn-treegree:focus, .btn-treegree.focus {
    color:#fff;
    background-color:#FAC800;
    border-color:#FAC800;
    outline:0
}
/**移上去的颜色*/
.btn-treegree:hover {
    color:#fff;
    background-color:#FAC800;
    border-color:#FAC800;
    outline:0
}
/**按下去操作的颜色*/
.btn-treegree:active, .btn-treegree.active, .open > .dropdown-toggle.btn-treegree {
    color:#fff;
    background-color:#FAC800;
    border-color:#FAC800;
}
.btn-treegree:active:hover, .btn-treegree.active:hover, .open > .dropdown-toggle.btn-treegree:hover, .btn-treegree:active:focus, .btn-treegree.active:focus,
.open > .dropdown-toggle.btn-treegree:focus, .btn-treegree:active.focus,
.btn-treegree.active.focus, .open > .dropdown-toggle.btn-treegree.focus {
    color:#fff;
    background-color:#FAC800;
    border-color:#FAC800;
}
.btn-treegree:active, .btn-treegree.active, .open > .dropdown-toggle.btn-treegree {
    background-image:none;
    color:#fff;
}
.btn-treegree.disabled, .btn-treegree[disabled], fieldset[disabled] .btn-treegree, .btn-treegree.disabled:hover, .btn-treegree[disabled]:hover, fieldset[disabled] .btn-treegree:hover, .btn-treegree.disabled:focus,
.btn-treegree[disabled]:focus, fieldset[disabled] .btn-treegree:focus, .btn-treegree.disabled.focus, .btn-treegree[disabled].focus, fieldset[disabled] .btn-treegree.focus, .btn-treegree.disabled:active, .btn-treegree[disabled]:active,
    /**禁用颜色*/
fieldset[disabled] .btn-treegree:active, .btn-treegree.disabled.active, .btn-treegree[disabled].active, fieldset[disabled] .btn-treegree.active {
    background-color:#8fc3cb;
    border-color:#8fc3cb;
    color:#fff;
}
.btn-treegree .badge {
    color:#fff;
    background-color:#8fc3cb;
}
/*按钮样式8,红色*/
/**按钮默认颜色*/
.btn-reakit {
    color:#fff;
    background-color:#ff0000;
    border-color:#ff0000;
    outline:0
}
/**按下去的颜色*/
.btn-reakit:focus, .btn-reakit.focus {
    color:#fff;
    background-color:#FAC800;
    border-color:#FAC800;
    outline:0
}
/**移上去的颜色*/
.btn-reakit:hover {
    color:#fff;
    background-color:#FAC800;
    border-color:#FAC800;
    outline:0
}
/**按下去操作的颜色*/
.btn-reakit:active, .btn-reakit.active, .open > .dropdown-toggle.btn-reakit {
    color:#fff;
    background-color:#FAC800;
    border-color:#FAC800;
}
.btn-reakit:active:hover, .btn-reakit.active:hover, .open > .dropdown-toggle.btn-reakit:hover, .btn-reakit:active:focus, .btn-reakit.active:focus,
.open > .dropdown-toggle.btn-reakit:focus, .btn-reakit:active.focus,
.btn-reakit.active.focus, .open > .dropdown-toggle.btn-reakit.focus {
    color:#fff;
    background-color:#FAC800;
    border-color:#FAC800;
}
.btn-reakit:active, .btn-reakit.active, .open > .dropdown-toggle.btn-reakit {
    background-image:none;
    color:#fff;
}
.btn-reakit.disabled, .btn-reakit[disabled], fieldset[disabled] .btn-reakit, .btn-reakit.disabled:hover, .btn-reakit[disabled]:hover, fieldset[disabled] .btn-reakit:hover, .btn-reakit.disabled:focus,
.btn-reakit[disabled]:focus, fieldset[disabled] .btn-reakit:focus, .btn-reakit.disabled.focus, .btn-reakit[disabled].focus, fieldset[disabled] .btn-reakit.focus, .btn-reakit.disabled:active, .btn-reakit[disabled]:active,
    /**禁用颜色*/
fieldset[disabled] .btn-reakit:active, .btn-reakit.disabled.active, .btn-reakit[disabled].active, fieldset[disabled] .btn-reakit.active {
    background-color:#e8cccc;
    border-color:#e8cccc;
    color:#fff;
}
.btn-reakit .badge {
    color:#fff;
    background-color:#e8cccc;
}
.btn-padding10 {
    padding-left:10px;
    padding-right:10px;
}
.btn-padding15 {
    padding-left:15px;
    padding-right:15px;
}
.btn-padding20 {
    padding-left:20px;
    padding-right:20px;
}
/*附加按钮*/
.btn-round {
    display:inline-block;
    padding:3px 10px;
    margin:0 0 0 0;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    border-radius:4px;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.btn-round-xm {
    display:inline-block;
    padding:6px 10px;
    margin:0 0 0 0;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    border-radius:4px;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.head_nav {
    text-transform:uppercase;
}
/*附加按钮,白色-绿*/
/**按钮默认颜色*/
.btn-write-green {
    color:#798991;
    background-color:#f3f3f3;
    outline:0;
    border:1px solid #e2e2e2
}
/**按下去的颜色*/
.btn-write-green:focus, .btn-write-green.focus {
    color:#fff;
    background-color:#54C051;
    border-color:#54C051;
    outline:0
}
/**移上去的颜色*/
.btn-write-green:hover {
    color:#fff;
    background-color:#54C051;
    border-color:#54C051;
    outline:0
}
/**按下去操作的颜色*/
.btn-write-green:active, .btn-write-green.active, .open > .dropdown-toggle.btn-write-green {
    color:#fff;
    background-color:#54C051;
    border-color:#54C051;
}
.btn-write-green:active:hover, .btn-write-green.active:hover, .open > .dropdown-toggle.btn-write-green:hover, .btn-write-green:active:focus, .btn-write-green.active:focus,
.open > .dropdown-toggle.btn-write-green:focus, .btn-write-green:active.focus,
.btn-write-green.active.focus, .open > .dropdown-toggle.btn-write-green.focus {
    color:#fff;
    background-color:#54C051;
    border-color:#54C051;
}
/*附加按钮,白色-橙*/
/**按钮默认颜色*/
.btn-write-orange {
    color:#798991;
    background-color:#f3f3f3;
    outline:0;
    border:1px solid #e2e2e2
}
/**按下去的颜色*/
.btn-write-orange:focus, .btn-write-orange.focus {
    color:#fff;
    background-color:#ff6237;
    border-color:#ff6237;
    outline:0
}
/**移上去的颜色*/
.btn-write-orange:hover {
    color:#fff;
    background-color:#ff6237;
    border-color:#ff6237;
    outline:0
}
/**按下去操作的颜色*/
.btn-write-orange:active, .btn-write-orange.active, .open > .dropdown-toggle.btn-write-orange {
    color:#fff;
    background-color:#ff6237;
    border-color:#ff6237;
}
.btn-write-orange:active:hover, .btn-write-orange.active:hover, .open > .dropdown-toggle.btn-write-orange:hover, .btn-write-orange:active:focus, .btn-write-orange.active:focus,
.open > .dropdown-toggle.btn-write-orange:focus, .btn-write-orange:active.focus,
.btn-write-orange.active.focus, .open > .dropdown-toggle.btn-write-orange.focus {
    color:#fff;
    background-color:#ff6237;
    border-color:#ff6237;
}
#espcms_loading {
    text-align:center;
    padding:20px 0;
}
.espcms_product_img img {
    margin-right:auto;
    margin-left:auto;
    display:block;
    max-width:100%;
    height:auto;
    margin-bottom:5px;
    max-height:185px;
}
.espcms_product_img .espcms_product_title {
    text-align:center;
    padding:10px 0 10px 0;
    height:40px;
}
.espcms_page_book {
    padding-top:60px;
    padding-bottom:25px;
}

.espcms_page_navigation_title > h4 {
	font-size: 20px;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: 21px;
}
.espcms_page_navigation_title > h5 {
    padding:0 0;
    margin:0;
    font-weight:bold;
    font-size:18px;
}
.espcms_page_navigation {
    padding:0;
    border:0;
    margin:0;
}
.espcms_page_navigation > li {
    border:0;
    margin:0;
    padding:8px 5px;
}


.espcms_page_infolist {
    padding:0;
    border:0;
    margin:0;
}

.espcms_address {
    line-height:200%;
    margin:0;
    padding:0;
}
.espcms_path {
	border-bottom: 0px solid #E0E0E0;
	margin: 0;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.espcms_path span{margin:0;padding:0;}
.espcms_path .ico{
	font-size: 16px;
	float: right;
	position: relative;
	top: 6px;
	}

.espcms_content {
    padding-top:15px;
    line-height:200%;
}
.espcms_content p img {
    max-width: 100%;
    height: auto;
}
.espcms_book {
    padding-top:15px;
}
.espcms_page_botton {
	text-align: center;
	border-top: 1px solid #E0E0E0;
	height: auto;
	clear: both;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.espcms_info_pager {
    border-top:0 solid #E0E0E0;
    padding-top:15px;
}
/*新闻列表*/
.espcms_info_list {
    padding-top:0px;
}
.espcms_info_list ul{
	margin: 0px;
	padding: 0px;
}


.espcms_info_time {
    background:none;
    color:#BDBDBD
}
.espcms_info_list > ul > li > .list-group-item-text {
    padding-left:15px;
    line-height:150%;
    padding-top:10px;
    color:#BDBDBD
}
/*新闻阅读*/
.espcms_info_content {
    padding:15px 0;
}
.espcms_info_content > .info_title {
    text-align:center;
    padding-bottom:15px;
}
.espcms_info_content > .info_title > h1 {
    font-size:25px;
}
.espcms_info_content > .info_append {
    text-align:center;
    padding-bottom:15px;
}
.espcms_info_content > .info_content {
    border-top:1px solid #E0E0E0;
    padding-top:35px;
    line-height:200%;
}
.espcms_info_content > .info_book {
    padding-top:15px;
}
.espcms_info_content > .info_key {
    border-top:1px solid #E0E0E0;
    padding-top:15px;
    line-height:200%;
}
/*新闻阅读*/

/*Content navigation*/
.chanpin_article_zuo ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.nav_blog{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eaeaea;
}
.nav_blog li{
    border-top: 1px solid #e6e6e6;
    padding-top: 11px;
    padding-right: 0px;
    padding-bottom: 11px;
    padding-left: 0px;
    margin: 0px;
    list-style: none;
    text-align: left !important;
}

.nav_blog li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.nav_blog li .sort{
    flex-basis: calc(25px - 10px);
    width: calc(25px - 10px);
    flex-grow: 0;
    flex-shrink: 0;font-size: 18px;
	}
.nav_blog li .title{
    flex-basis: calc(94% - 0px);
    width: calc(94% - 0px);
    flex-grow: 0;
    flex-shrink: 0;
	}
.nav_blog li span{
display:block;
}
.nav_blog li a{
	font-size: 16px;
}
    .nav_blog a.active {
      color: #27633C;
    }
	.section{}
 
/*Content navigation*/
.espcms_info_content {
    padding:15px 0;
}
.espcms_info_content > .download_info {
    width:100%;
    padding-top:10px;
    border-top:1px solid #E0E0E0;
}
.espcms_info_content > .download_info .download_table td{
    padding:5px;
}
.espcms_info_content > .download_info .download_table tr td:first-child {
    width:100px;
    font-weight:bold;
    vertical-align:top;
    text-align:right;
}
/*图片列表*/
.espcms_pic_list {

}

.espcms_pic_list > .row {
    margin:0 0px 0 0px;
}
.espcms_pic_list h3 {
	font-size: 18px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: 25px;
}
.espcms_pic_list .pic_summary {
	font-size: 14px;
	line-height: 18px;
	color: #787878;
}
.espcms_pic_list .pic_photo {
max-width: 100%;
height: auto;
}
.img-rounded01 {
    /* border-radius: 0px; */
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.caption h3{
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
/*会员登陆*/
.espcms_member_login {
    margin:0 auto;
    width:70%;
}
.espcms_member_login > .panel > .panel-heading > h3 {
    margin:0;
    padding:5px 0;
    font-size:16px;
    font-weight:bold;
}
.espcms_member_login > .panel > .panel-body {
    padding:25px;
}
.espcms_member_login .member_login_info {
    line-height:180%;
}
@media screen and (min-width:360px) and (max-width:800px) {
    .espcms_member_login {
        margin:0 auto;
        width:95%;
    }
}
/*会员中心面板*/
.espcms_member_center {
    margin-top:15px;
}
.espcms_member_center > .panel-heading > h3 {
    margin:0;
    padding:5px 0;
    font-size:16px;
    font-weight:bold;
}
.espcms_member_center > .panel-body > ul {
    border:0;
    margin:0;
}
.espcms_member_center > .panel-body > ul > li {
    border:0;
    margin:0;
    padding:8px 5px;
}
/*普通面板*/
.espcms_member_page {
    margin-top:0;
}
.espcms_member_page > .panel-heading > h3 {
    margin:0;
    padding:5px 0;
    font-size:16px;
    font-weight:bold;
}
.espcms_member_page > .panel-body > ul {
    border:0;
    margin:0;
}
.espcms_member_page > .panel-body > ul > li {
    border:0;
    margin:0;
    padding:8px 5px;
}
/*无线框的列表组*/
.espcms_list_noline > li {
    border:0;
}
/*风格线**/
.section-divider {
    height:0;
    border-top:1px solid #DDD;
    text-align:center;
    margin-top:0px;
    margin-bottom:30px;
}
.section-divider span {
    display:inline-block;
    position:relative;
    padding:0 17px;
    background:#fff;
    color:#33844E;
    top:-13px;
    font-size:16px;
}
.section-divider_title {
    height:0;
    border-top:1px solid #DDD;
    text-align:center;
    margin-top:30px;
    margin-bottom:30px;
}
.section-divider_title span {
    display:inline-block;
    position:relative;
    padding:0 8px;
    background:#f2f2f2;
    top:-13px;
    font-size:16px;
}
.section_link_title {
    height:0;
    border-top:1px solid #DDD;
    text-align:center;
}
.section_link_title span {
    display:inline-block;
    position:relative;
    padding:0 8px;
    top:-13px;
    font-size:16px;
    background-color:#fff;
}
.section-divider_exp {
    height:0;
    border-top:1px solid #DDD;
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}
.section-divider_exp span {
    display:inline-block;
    position:relative;
    padding:0 17px;
    background:#fff;
    color:#ff6237;
    top:-13px;
    font-size:16px;
}
/*留言*/
.espcms_ajax_page_button {
    margin:0 auto;
    width:max-content;
    padding-top:15px;
}
.bbsajaxlist {
    padding:0;
    margin:0;
    list-style:none;
}
.bbsajaxlist li {
    padding:10px 0 10px 0;
    margin:0;
}
.espcms_bbs_loading {
    text-align:center;
    padding:10px 0;
}
.espcms_bbs_list_all, .espcms_bbs_list {
    list-style:none;
    padding:0;
    margin:0;
}
.espcms_bbs_list_all li {
    padding-bottom:20px;
    overflow:hidden;
}
.espcms_bbs_list li {
    padding:10px 0;
    overflow:hidden;
    border-bottom:1px solid #f2f2f2
}
/*内容留言跟贴*/
.espcms_bbs_content_a_read_table {
    overflow:hidden;
}
.espcms_bbs_content_a_read_table > .content {
    line-height:180%;
    padding:10px 10px;
    border-radius:5px;
    background-color:#F2F2F2;
    position:relative;
    color:#5E5E5E
}
.espcms_bbs_content_a_read_table > .content:before {
    font-family:'Glyphicons Halflings';
    content:"\e253";
    color:#F2F2F2;
    position:absolute;
    left:25px;
    top:-15px;
}
.espcms_index {
    padding:0 0 8px 0;
    margin:0;
    font-size:12px;
}
.espcms_index .espcms_bbs_title {
    color:#3375b9;
    font-weight:bold;
}
.espcms_index .espcms_bbs_auto {
    color:#639B46;
    padding-left:10px;
}
.espcms_index .espcms_bbs_time {
    color:#7a7a7a;
    padding-left:10px;
}
.espcms_bbs_list_center:before {
    font-family:'Glyphicons Halflings';
    content:"\e080";
    color:#FF8F00;
    margin-right:0;
    font-size:12px;
}
.espcms_bbs_list_center > .espcms_bbs_list_data {
    padding-top:5px;
    color:#999999;
    font-size:12px;
}
.espcms_bbs_list_center > .espcms_bbs_list_data > .espcms_bbs_list_aoto {
    color:#757575;
}
.espcms_bbs_list_center > .badge {
    padding:8px;
    background-color:#80DEEA;
}
.espcms_bbs_info {
    color:#9E9E9E;
    text-align:right;
    border-top:1px solid #f2f2f2;
    padding-top:10px;
    font-size:12px;
}
.espcms_bbs_info > .espcms_bbs_auto {
    color:#639B46;
    padding-left:10px;
}
.espcms_bbs_info > .espcms_bbs_time {
    color:#7a7a7a;
    padding-left:10px;
}
/*回复*/
.espcms_bbs_content_b_read_table {
    overflow:hidden;
}
.espcms_bbs_content_b_read_table > .content {
    line-height:180%;
    padding:10px 10px;
    border-radius:5px;
    background-color:#fff;
    position:relative;
}
.espcms_bbs_content_b_read_table > .content:before {
    font-family:'Glyphicons Halflings';
    content:"\e253";
    color:#fff;
    position:absolute;
    left:20px;
    top:-15px;
}
.espcms_bbs_content_b_read_table > .content > ul {
    list-style:none;
    margin:0;
    padding:0;
}
.espcms_bbs_content_b_read_table > .content > ul > li {
    list-style:none;
    padding:8px 0;
    margin:0;
    border-top:1px solid #F2F2F2
}
.espcms_bbs_content_b_read_table > .content > ul > li:first-child {
    border-top:0
}
.espcms_bbs_content_b_read_table > .content > ul > li > .forum_re_title {
    font-size:12px;
    padding-bottom:10px;
    color:#FF5722
}
.espcms_bbs_content_b_read_table > .content > ul > li > .forum_re_message {
    font-size:12px;
    line-height:150%;
}
.espcms_index_re {
    overflow:hidden;
    padding:10px 0 8px 0;
    margin:0;
}
.espcms_index_re .espcms_bbs_title {
    color:#ff6237;
    font-weight:bold;
}
.espcms_index_re .espcms_bbs_auto {
    color:#ff6237;
    font-weight:bold;
    padding-left:10px;
}
.espcms_index_re .espcms_bbs_time {
    color:#ff6237;
    padding-left:10px;
}
.espcms_read_title {
    position:relative;
}
.espcms_read_title > .bbs_goback {
    position:absolute;
    right:5px;
    top:8px;
    font-size:22px;
}
.espcms_read_title > .bbs_goback:hover {
    color:#FF8F00
}
/*投票-----------------------------------------------------------------------------------------------------------------*/
.main_sub {
    padding:10px;
    border:1px solid #f5e4ce;
    background-color:#fcf8f4;
    margin-top:10px;
    border-radius:5px;
}
.main_sub .mian_title {
    padding:5px 0 10px 0;
    border-bottom:1px solid #f5e4ce;
    margin-bottom:20px;
    overflow:hidden;
}
.main_sub .mian_title p {
    padding:0;
    margin:0;
    overflow:hidden;
}
.main_sub .mian_title .t {
    float:left;
    font-size:18px;
    color:#ff6237;
    padding-right:10px;
}
.main_sub .mian_title .s {
    float:left;
    line-height:25px !important;
    font-size:12px;
    height:25px;
    overflow:hidden;
}
.main_sub .mian_title .v {
    float:right;
    line-height:25px !important;
    font-size:14px;
}
.main_sub .mian_title .v .c {
    color:#f54343;
    text-decoration:none;
}
.vote_surList {
    list-style:none;
    margin:0;
    padding:0;
    overflow:hidden;
}
.vote_surList li {
    list-style:none;
    margin:0;
    padding:0 0 15px 0;
    overflow:hidden;
}
/*投票文字*/
.vote_surList .vote_item .voteTxt {
    float:left;
    font-size:14px;
    padding-right:10px;
    word-break:break-all;
}
.vote_surList .vote_item .voteResult {
    float:right;
    width:300px !important;
    padding-top:4px;
    height:20px !important;
    line-height:16px !important;
    overflow:hidden;
}
.vote_surList .vote_item .voteResult .signbox {
    width:300px;
    padding:0;
    margin:0;
    overflow:hidden;
}
.vote_surList .vote_item .voteResult .signbox .bar {
    float:left;
    width:190px;
    background:#f0f0f0;
    height:11px;
    overflow:hidden;
    border-radius:5px;
    margin-top:2px;
}
.vote_surList .vote_item .voteResult .signbox .bar .sgnTie {
    border-radius:5px;
    height:11px;
    display:inline-block;
    _display:inline-block;
}
.vote_surList .vote_item .voteResult .signbox .bar em {
    text-indent:0 !important;
}
/*百分比及投票数*/
.vote_surList .vote_item .voteResult .signbox .ct {
    float:left;
    width:50px;
    text-align:left;
    color:#f54343;
    font:12px/16px Arial;
    line-height:15px !important;
    height:15px;
    padding-left:5px;
}
.vote_surList .vote_item .voteResult .signbox .percent {
    float:left;
    text-align:right;
    padding-left:10px;
    color:#2b2b2b;
    height:15px;
    line-height:15px !important;
}
.vote_surList .vote_item .voteResult .signbox strong {
    font:12px/12px Arial;
    font-weight:normal;
}
/*图片投票*/
.vote_surList li.vote_pic {
    list-style:none;
    margin:0;
    padding:0 10px 15px 0;
    overflow:hidden;
    float:left;
    width:230px;
}
.vote_surList .vote_pic .vote_image {
    float:left;
    position:relative;
}
.vote_surList .vote_pic .vote_image img {
    width:220px;
    height:170px;
}
.vote_surList .vote_pic .vote_image .vote_image_bg {
    height:30px;
    line-height:30px;
    width:100%;
    padding-left:5px;
    left:0;
    bottom:0;
    position:absolute;
    background-color:#fff;
    background:rgba(255, 255, 255, 0.9);
    filter:Alpha(Opacity=80);
    word-break:break-all;
}
.vote_surList .vote_pic .voteResult {
    float:left;
    width:220px !important;
    padding-top:4px;
    height:40px !important;
    overflow:hidden;
}
.vote_surList .vote_pic .voteResult .signbox {
    width:220px;
    padding:0;
    margin:0;
    overflow:hidden;
    font-size:12px;
}
.vote_surList .vote_pic .voteResult .signbox .bar {
    float:left;
    width:220px;
    background:#f0f0f0;
    height:11px;
    overflow:hidden;
    border-radius:2px;
    margin-top:2px;
    margin-bottom:5px;
}
.vote_surList .vote_pic .voteResult .signbox .bar .sgnTie {
    border-radius:5px;
    height:11px;
    display:inline-block;
    _display:inline-block;
}
.vote_surList .vote_pic .voteResult .signbox .bar em {
    text-indent:0 !important;
}
/*投票项百分比颜色*/
.vote_surList .voteResult .signbox .bar .sgn_1 {
    background:url(../images/public/vote_bg.gif) repeat-x left top;
}
.vote_surList .voteResult .signbox .bar .sgn_2 {
    background:url(../images/public/vote_bg.gif) repeat-x left -13px;
}
.vote_surList .voteResult .signbox .bar .sgn_3 {
    background:url(../images/public/vote_bg.gif) repeat-x left -26px;
}
.vote_surList .voteResult .signbox .bar .sgn_4 {
    background:url(../images/public/vote_bg.gif) repeat-x left -39px;
}
.vote_surList .voteResult .signbox .bar .sgn_5 {
    background:url(../images/public/vote_bg.gif) repeat-x left -52px;
}
.vote_surList .voteResult .signbox .bar .sgn_6 {
    background:url(../images/public/vote_bg.gif) repeat-x left -65px;
}
.vote_surList .voteResult .signbox .bar .sgn_7 {
    background:url(../images/public/vote_bg.gif) repeat-x left -78px;
}
.vote_surList .voteResult .signbox .bar .sgn_8 {
    background:url(../images/public/vote_bg.gif) repeat-x left -91px;
}
.vote_surList .voteResult .signbox .bar .sgn_9 {
    background:url(../images/public/vote_bg.gif) repeat-x left -104px;
}
.vote_surList .voteResult .signbox .bar .sgn_10 {
    background:url(../images/public/vote_bg.gif) repeat-x left -117px;
}
/*投票按钮*/
.vote_bottom {
    padding:5px 0;
    overflow:hidden;
    text-align:left;
    color:#ff6237
}
/*对话框*/
#floatBoxBg {
    display:none;
    width:100%;
    height:100%;
    background:#616161;
    position:absolute;
    top:0;
    left:0;
    z-index:800
}
.floatBox {
    background-color:#fff;
    border:0 solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:5px;
    outline:0;
    position:fixed;
    z-index:11599;
    height:auto;
    display:block;
}
.floatBox #headtitle {
	width: 100%;
	background-color: #33844E;
	webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 5px 5px 0 0;
	cursor: move;
	position: relative;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
.floatBox #headtitle .title {
    white-space:nowrap;
    width:80%;
    color:#fff;
    text-overflow:ellipsis;
    padding-left:10px
}
.floatBox .content {
    display:block;
    width:auto;
    min-height:29px;
    max-height:none;
    height:auto;
    padding:0 0 5px 0;
}
/*备注说明*/
.espcms_content_ul_list {
    margin:0;
    list-style:none;
    padding:0;
}
.espcms_content_ul_list li {
	list-style: decimal;
	font-size: 12px;
	color: #798991;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
/*上传窗口单个文件选择*/
.webuploader-container {
    position:relative;
}
.webuploader-element-invisible {
    position:absolute !important;
    clip:rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip:rect(1px, 1px, 1px, 1px);
}
.webuploader-pick {
    position:relative;
    display:inline-block;
    cursor:pointer;
    overflow:hidden;
}
.webuploader-pick-hover {
}
.webuploader-pick-disable {
    opacity:0.6;
    pointer-events:none;
}
/*上传样式*/
.btn-image {
    display:inline-block;
    padding:6px;
    margin:0 0 0 0;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    border-radius:4px;
    width:100px;
    height:100px;
    background:url('../images/public/add_image.png') no-repeat center #EEEEEE;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.btn-image:hover {
    display:inline-block;
    padding:6px;
    margin:0 0 0 0;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    border-radius:4px;
    width:100px;
    height:80px;
    background:url('../images/public/add_image.png') no-repeat center #d9e3ed;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.espcms_uploadPicList {
    list-style:none;
    padding:0;
    margin:0;
}
.espcms_uploadPicList li {
    width:110px;
    height:80px;
    background-color:#f0f0f0;
    text-align:center;
    margin:5px 5px 0 0;
    position:relative;
    float:left;
    border-radius:4px;
}
.espcms_uploadPicList li p {
    padding:0;
    margin:0;
}
.espcms_uploadPicList li p.uploadtitle {
    position:absolute;
    left:0;
    width:100%;
    overflow:hidden;
    top:5px;
    text-align:left;
    font-size:12px;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.espcms_uploadPicList li p.uploadimgWrap {
    position:relative;
    z-index:2;
    line-height:110px;
    vertical-align:middle;
    overflow:hidden;
    width:110px;
    height:80px;
    top:0;
    left:0;
    border-radius:4px;
}
.espcms_uploadPicList li p.uploadprogress {
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    height:8px;
    line-height:8px;
    z-index:50;
    font-size:12px;
}
.espcms_uploadPicList {
    list-style:none;
    padding:0;
    margin:0;
}
.espcms_uploadPicList li.select_pic_botton {
    width:110px;
    height:110px;
    background-color:#EEEEEE;
    border-radius:4px;
}
.espcms_uploadPicList li.select_pic_botton .webuploader-pick {
    width:110px;
    height:80px;
    padding-top:75px;
    background:url('../images/public/add_image.png') no-repeat center top #EEEEEE;
}
.espcms_uploadPicList li.select_pic_botton .webuploader-pick-hover {
    color:#0d4480;
    background:url('../images/public/add_image.png') no-repeat center top #d9e3ed;
}
.espcms_fileupload_ok, .espcms_filedir_ok {
    cursor:pointer;
}
/*已选择的样式*/
.espcms_fileupload_select .file_select_ok {
    display:block;
    position:absolute;
    left:0;
    top:0;
    height:40px;
    width:100%;
    z-index:200;
    background:url(../images/public/success.png) no-repeat left bottom;
}
/*成功提醒*/
.espcms_uploadPicList li p.uploadprogress .success {
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    height:40px;
    width:100%;
    z-index:200;
    background:url(../images/public/success.png) no-repeat right bottom;
}
.espcms_uploadPicList li p.uploadprogress .successinfo {
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    height:28px;
    line-height:28px;
    z-index:200;
    background:rgba(7, 133, 11, 0.8);
    color:#fff;
    width:100%;
}
/*进度条*/
.espcms_uploadPicList li p.uploadprogress .progressline {
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    background:#2ec22a;
    height:3px;
}
/*正在上传中*/
.espcms_uploadPicList li p.uploadloading {
    display:block;
    position:absolute;
    left:0;
    top:0;
    background:rgba(0, 0, 0, 0.3);
    width:110px;
    height:110px;
    padding-top:50px;
    text-align:center;
    z-index:200;
    color:#fff;
    display:none;
}
/*失败提醒*/
.espcms_uploadPicList li p.uploaderror {
    background:#f43838;
    color:#fff;
    position:absolute;
    bottom:0;
    left:0;
    height:28px;
    line-height:28px;
    width:100%;
    z-index:100;
    display:none;
}
.espcms_uploadPicList .upload_file_panel {
    position:absolute;
    left:0;
    top:0;
    background:rgba(0, 0, 0, 0.5);
    width:100%;
    overflow:hidden;
    z-index:300;
    font-size:12px;
    height:0
}
.espcms_uploadPicList .upload_file_panel span {
    width:24px;
    height:24px;
    display:inline;
    float:right;
    text-indent:-9999px;
    overflow:hidden;
    background:url(../images/public/icons.png) no-repeat;
    margin:5px 1px 1px;
    cursor:pointer;
}
.espcms_uploadPicList .upload_file_panel span.cancel {
    background-position:-48px -24px;
}
.espcms_uploadPicList .upload_file_panel span.cancel:hover {
    background-position:-48px 0;
}
.espcms_uploadPicList .upload_file_panel span.rotateRight {
    background-position:-24px -24px;
}
.espcms_uploadPicList .upload_file_panel span.rotateRight:hover {
    background-position:-24px 0;
}
.espcms_uploadPicList .upload_file_panel span.rotateLeft {
    background-position:0 -24px;
}
.espcms_uploadPicList .upload_file_panel span.rotateLeft:hover {
    background-position:0 0;
}
/*提醒*/
.espcms_warn {
    background-color:#fff;
    padding:50px 0 80px 0;
    width:100%;
    margin:0 auto;
    border-radius:10px;
}
.espcms_warn .form-control-icon-feedback {
    line-height:45px;
    font-size:20px;
    color:#4D4D4D;
    position:absolute;
    top:0;
    z-index:2;
    display:block;
    width:34px;
    height:34px;
    text-align:center;
    pointer-events:none;
}
.espcms_warn > h2 {
    font-size:30px;
    font-weight:300;
    line-height:40px;
    position:relative;
}
.espcms_warn > h3 {
    font-size:20px;
    font-weight:300;
    line-height:30px;
    position:relative;
}
.member_list_div {
    overflow:hidden;
}
.member_list_div .h4 {
    padding:0;
    margin:0;
    font-size:14px;
}
.member_list_div .order_bottom {
	padding-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
}
/*表格*/
.tablelist {
    border-spacing:0;
}
.tablelist .td01 {
    background-color:#F3F3F3;
    border:1px solid #e6e6e6;
    padding:5px;
    font-weight:bold;
    margin:0;
    text-align:center;
}
.tablelist .td02 {
    border-bottom:#e6e6e6 1px solid;
    padding:5px;
    margin:0;
    text-align:center;
}
.tablelist .td03 {
    border-bottom:#e6e6e6 1px solid;
    padding:5px;
    margin:0;
    text-align:right;
}
.tablelist .td04 {
    border-bottom:#e6e6e6 1px solid;
    padding:5px;
    margin:0;
    text-align:left;
}
/*阅读列表*/
.panel_read_group:after {
    clear:both;
}
.panel_read_group:before, .panel_read_group:after {
    display:table;
    content:" ";
}
.panel-body .panel_read_group {
    margin-right:-5px;
    margin-left:-5px;
    margin-bottom:15px;
}
.panel_read_group .control-label {
    padding-top:7px;
    margin-bottom:0;
    text-align:right;
}
.panel_read_group label, .panel_read_group div {
    margin-bottom:10px;
}
.panel_read_group .read_str_botton_static {
    padding-top:5px;
}
/*订单*/
.price_title .vol_name {
    font-size:30px;
    color:#fff;
    font-weight:bold;
    padding-top:20px;
    text-align:center;
}
.price_title .vol_str {
    font-size:18px;
    color:#fff;
    padding-top:10px;
    text-align:center;
}
.price_title .vol_price {
    font-size:35px;
    color:#fff;
    font-weight:bold;
    padding-top:25px;
    text-align:center;
}
.price_str {
    margin-top:50px;
}
.price_str .p_small {
    padding:10px;
}
.price_str .p_small ul {
    list-style:none;
    padding:0;
    margin:0;
}
.price_str .p_small ul li {
    padding-top:10px;
    padding-left:45px;
    text-align:left;
    background:url('../images/icon5.gif') no-repeat 20px 12px;
}
.buy_botton {
    bottom:20px;
    text-align:center;
    width:100%;
    padding:0 15px;
}
.buy_list {
    margin-top:40px;
}
.buy_list table {
    margin:0;
    padding:0;
}
.buy_list th {
    text-align:center !important;
    padding:15px 0 !important;
    font-size:16px;
    background-color:#EEF3FF;
}
.price_td td {
    padding:15px 5px !important;
}
.price_td tr td:first-child {
    color:#1a2636;
    font-size:14px;
    font-weight:bold;
}
.contrast_th th {
    padding:15px 5px !important;
}
.contrast_td td {
    padding:15px 5px !important;
}
.contrast_td tr td:first-child {
    color:#1a2636;
    font-size:14px;
    font-weight:bold;
}
.contrast_th .td0 {
    background-color:#e8eff9;
    color:#1a2636;
}
.contrast_th .td1 {
    background-color:#459555;
    color:#fff;
}
.contrast_th .td2 {
    background-color:#8585cd;
    color:#fff;
}
.contrast_th .td3 {
    background-color:#bf5948;
    color:#fff;
}
#user_photo {
    max-width:110px;
    max-height:110px;
}
/*支付二维码*/
.pay_code_pic {
    float:left;
    padding-left:300px;
    overflow:hidden;
}
.code_str {
    float:left;
    width:280px;
}
.pw-box-ft {
    height:64px;
    padding:8px 0 8px 125px;
    background:url(../images/icon-red.png) 50px 8px no-repeat #ff7674;
}
.pw-box-ft p {
    margin:0;
    font-size:14px;
    line-height:22px;
    color:#fff;
    font-weight:700;
    text-align:left;
}
.from_per p {
    margin:0;
    padding:0;
}
.nav-tabs > li {
    margin-right:5px
}
.nav-tabs > li > a {
    font-size:18px;
    padding:10px 45px;
}
.nav-tabs > li > a {
    background-color:#d3dade;
    color:#5E5E5E;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color:#ff3333;
    cursor:default;
    background-color:#fff;
    border:1px solid #ddd;
    border-bottom-color:transparent;
}
.tab-content {
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:15px 10px 10px 10px;
    border-radius:0 0 4px 4px;
}
.tab-content > .tab-pane {
    overflow:hidden;
}
.input_seccode {
    float:left;
    width:100%;
    overflow:hidden
}
.input_seccode_image {
    width:88px;
    position:absolute;
    right:0;
}
.input_seccode_image img {
    border-radius:0 4px 4px 0;
}
.order_button .delete_item {
    color:#B3E5FC;
    font-size:18px;
    overflow:hidden;
    width:30px;
    height:30px;
    cursor:pointer;
}
.order_amount_select {
    overflow:hidden;
    padding:0;
    width:95px;
    margin:0;
    margin:0 auto;
}
.order_amount_select .espcms_amount_add {
    float:left;
    width:20px;
    height:20px;
    overflow:hidden;
    font-size:18px;
    color:#E64A19;
    cursor:pointer;
}
.order_amount_select .espcms_amount_reduce {
    float:left;
    width:20px;
    height:20px;
    overflow:hidden;
    font-size:18px;
    color:#E64A19;
    cursor:pointer;
}
.order_amount_select .espcms_amount_input {
    float:left;
    width:30px;
    height:20px;
    overflow:hidden;
    text-align:center;
}
/*sns社交ICON*/
.sns_icon {
    width:100px;
    height:130px;
    overflow:hidden;
    position:relative;
    cursor:pointer;
    display:block
}
.sns_icon p {
    width:100px;
    height:30px;
    line-height:35px;
    overflow:hidden;
    position:absolute;
    bottom:0;
    text-align:center;
    padding:0;
    margin:0;
}
.qq_sns {
    background:url(../images/qq_sns.png) 0 0 no-repeat #fff;
}
.qq_sns:hover {
    background:url(../images/qq_sns.png) -100px 0 no-repeat #fff;
}
.weibo_sns {
    background:url(../images/weibo_sns.png) 0 0 no-repeat #fff;
}
.weibo_sns:hover {
    background:url(../images/weibo_sns.png) -100px 0 no-repeat #fff;
}
.weixin_sns {
    background:url(../images/weixin_sns.png) 0 0 no-repeat #fff;
}
.weixin_sns:hover {
    background:url(../images/weixin_sns.png) -100px 0 no-repeat #fff;
}
.sns_icon_list {
    list-style:none;
    padding:0;
    margin:0;
    overflow:hidden;
}
.sns_icon_list li {
    float:left;
    padding:0;
    margin:0;
}
@media screen and (max-width: 500px) {
				/*内页-会员控制中心-开始*/
				.member_list_div .order_bottom {padding-top: 10px;border-left-width: 0px;border-left-style: solid;border-left-color: #ddd;}
				}
				
/*文章推荐*/
.blog_recommendation_page{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;margin-top: 15px;
}
.blog_recommendation_page li {background: #fafafa;border: 1px solid #eaeaea;padding-bottom: 15px;
    margin-bottom: 30px;}
.blog_recommendation_page li img {
    max-width: 100%;
    height: auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.blog_recommendation_page li .title h2 {
	font-size: 18px;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
}
.blog_recommendation_page li .read_more{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
.blog_recommendation_page li .title h2 a:hover {
	background-color: #fafafa;
	color: #33844E;
}
.blog_recommendation_page li a:hover {
    font-size: 16px;
    background-color: #fafafa;
    color: #fff;
    border-radius: 0px;
}
.espcms_page_navigation_title > h5{line-height: 26px;}

@media (min-width: 501px){
.blog_recommendation_page li {
    flex-basis: calc(50% - 8px);
    width: calc(50% - 8px);
    flex-grow: 0;
    flex-shrink: 0;
}}
@media (min-width: 1200px){
.blog_recommendation_page li {
    flex-basis: calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    flex-grow: 0;
    flex-shrink: 0;
}}

@media (min-width: 1600px){
.blog_recommendation_page li {
    flex-basis: calc(25% - 10px);
    width: calc(25% - 10px);
    flex-grow: 0;
    flex-shrink: 0;
}}

@media screen and (max-width: 500px) {
.blog_recommendation_page li {
    flex-basis: calc(50% - 8px);
    width: calc(50% - 8px);
    flex-grow: 0;
    flex-shrink: 0;
}
				}