/*按钮样式*/
.btn-static-primary{border:none;color:#fff;background-image:linear-gradient(284deg, #1cc7d0, #2dde98);}
.btn-static-primary:hover,.btn-static-primary:focus{color:white;background-image:linear-gradient(284deg, #1cc7d0, #2dde98)}
.btn-static-primary:active,.btn-static-primary.active{background-image:linear-gradient(284deg, #1ab6be, #21d58e)}
.btn-static-primary.btn-shadow{box-shadow:0 2px 6px 0 rgba(45,222,152,0.4)}
.btn-static-primary.btn-shadow:hover,.btn-static-primary.btn-shadow:focus{box-shadow:0 4px 12px rgba(45,222,152,0.4)}

.btn-static-secondary {border: none;color: #fff;background-image: linear-gradient(80deg, #00aeff, #3369e7)}
.btn-static-secondary:hover,.btn-static-secondary:focus {color: white;background-image: linear-gradient(80deg, #00aeff, #3369e7)}
.btn-static-secondary:active,.btn-static-secondary.active {background-image: linear-gradient(80deg, #00a0eb, #215ce5)}
.btn-static-secondary.btn-shadow {box-shadow: 0 2px 6px 0 rgba(51,105,231,0.4)}
.btn-static-secondary.btn-shadow:hover,.btn-static-secondary.btn-shadow:focus {box-shadow: 0 4px 12px rgba(51,105,231,0.4)}

.btn-static-teshe {border: none;color: #fff;background-image: linear-gradient(80deg, #9e1ecb, #7729d9)}
.btn-static-teshe:hover,.btn-static-teshe:focus {color: white;background-image: linear-gradient(80deg, #9e1ecb, #7729d9)}
.btn-static-teshe:active,.btn-static-teshe.active {background-image: linear-gradient(80deg, #601eb2, #713fb0)}
.btn-static-teshe.btn-shadow {box-shadow: 0 2px 6px 0 rgba(51,105,231,0.4)}
.btn-static-teshe.btn-shadow:hover,.btn-static-teshe.btn-shadow:focus {box-shadow: 0 4px 12px rgba(51,105,231,0.4)}

.btn-static-huashe {border: none;color: #fff;background-image: linear-gradient(80deg, #f99200, #de6809)}
.btn-static-huashe:hover,.btn-static-huashe:focus {color: white;background-image: linear-gradient(80deg, #f99200, #de6809)}
.btn-static-huashe:active,.btn-static-huashe.active {background-image: linear-gradient(80deg, #ca8a1b, #bc691f)}
.btn-static-huashe.btn-shadow {box-shadow: 0 2px 6px 0 rgba(51,105,231,0.4)}
.btn-static-huashe.btn-shadow:hover,.btn-static-huashe.btn-shadow:focus {box-shadow: 0 4px 12px rgba(51,105,231,0.4)}

/*按钮样式1,绿色*/
/**按钮默认颜色*/
.btn-green {color: #fff;background-color: #2ec22a;border-color: #2ec22a;outline:0px}
/**按下去的颜色*/
.btn-green:focus,.btn-green.focus {color: #fff;background-color: #21ab1d;border-color: #21ab1d;outline:0px}
/**移上去的颜色*/
.btn-green:hover {color: #fff;background-color: #21ab1d;border-color: #21ab1d;outline:0px}
/**按下去操作的颜色*/
.btn-green:active,.btn-green.active,.open > .dropdown-toggle.btn-green {color: #fff;background-color: #0aab06;border-color: #0aab06;}
.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: #3e993c;border-color: #0aab06;}
.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: #9dc59c;border-color: #9dc59c;}
.btn-green .badge {color: #0aab06;background-color: #fff;}


/*按钮样式2,橙色*/
/**按钮默认颜色*/
.btn-orange {color: #fff;background-color: #F78900;border-color: #F78900;outline:0px}
/**按下去的颜色*/
.btn-orange:focus,.btn-orange.focus {color: #fff;background-color: #dc5935;border-color: #dc5935;outline:0px}
/**移上去的颜色*/
.btn-orange:hover {color: #fff;background-color: #dc5935;border-color: #dc5935;outline:0px}
/**按下去操作的颜色*/
.btn-orange:active,.btn-orange.active,.open > .dropdown-toggle.btn-orange {color: #fff;background-color: #b04c30;border-color: #b04c30;}
.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: #fff;background-color: #b04c30;border-color: #b04c30;}
.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: #0192ed;border-color: #5f92d9;outline:0px}
/**按下去的颜色*/
.btn-babyblue:focus,.btn-babyblue.focus {color: #fff;background-color: #0b74b6;border-color: #0b74b6;outline:0px}
/**移上去的颜色*/
.btn-babyblue:hover {color: #fff;background-color: #0b74b6;border-color: #0b74b6;outline:0px}
/**按下去操作的颜色*/
.btn-babyblue:active,.btn-babyblue.active,.open > .dropdown-toggle.btn-babyblue {color: #fff;background-color: #0b74b6;border-color: #4f80c4;}
.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: #4f80c4;border-color: #0b74b6;}
.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: #f3f3f3;border-color: #f3f3f3;outline:0px}
/**按下去的颜色*/
.btn-lightgray:focus,.btn-lightgray.focus {color: #4a4e51;background-color: #d3dade;border-color: #d3dade;outline:0px}
/**移上去的颜色*/
.btn-lightgray:hover {color: #4a4e51;background-color: #d3dade;border-color: #d3dade;outline:0px}
/**按下去操作的颜色*/
.btn-lightgray:active,.btn-lightgray.active,.open > .dropdown-toggle.btn-lightgray {color: #4a4e51;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: #4a4e51;background-color: #d3dade;border-color: #d3dade;}
.btn-lightgray:active,.btn-lightgray.active,.open > .dropdown-toggle.btn-lightgray {background-image: none;color: #4a4e51;}
.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:0px}
/**按下去的颜色*/
.btn-ironash:focus,.btn-ironash.focus {color: #fff;background-color: #596375;border-color: #596375;outline:0px}
/**移上去的颜色*/
.btn-ironash:hover {color: #fff;background-color: #596375;border-color: #596375;outline:0px}
/**按下去操作的颜色*/
.btn-ironash:active,.btn-ironash.active,.open > .dropdown-toggle.btn-ironash {color: #fff;background-color: #596375;border-color: #596375;outline:0px}
.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: #596375;border-color: #596375;;outline:0px}
.btn-ironash:active,.btn-ironash.active,.open > .dropdown-toggle.btn-ironash {background-image: none;color: #fff;;outline:0px}
.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:0px}
.btn-ironash .badge {color:#a7bac3;background-color: #fff;;outline:0px}



/*按钮样式6,紫色*/
/**按钮默认颜色*/
.btn-purpure {color: #fff;background-color: #940994;border-color: #940994;outline:0px}
/**按下去的颜色*/
.btn-purpure:focus,.btn-purpure.focus {color: #fff;background-color: #660666;border-color: #660666;outline:0px}
/**移上去的颜色*/
.btn-purpure:hover {color: #fff;background-color: #660666;border-color: #660666;outline:0px}
/**按下去操作的颜色*/
.btn-purpure:active,.btn-purpure.active,.open > .dropdown-toggle.btn-purpure {color: #fff;background-color: #660666;border-color: #660666;}
.btn-purpure:active:hover,.btn-purpure.active:hover,.open > .dropdown-toggle.btn-purpure:hover,.btn-purpure:active:focus,.btn-purpure.active:focus,
.open > .dropdown-toggle.btn-purpure:focus,.btn-purpure:active.focus,
.btn-purpure.active.focus,.open > .dropdown-toggle.btn-purpure.focus {color: #fff;background-color: #660666;border-color: #660666;}
.btn-purpure:active,.btn-purpure.active,.open > .dropdown-toggle.btn-purpure {background-image: none;color: #fff;}
.btn-purpure.disabled,.btn-purpure[disabled],fieldset[disabled] .btn-purpure,.btn-purpure.disabled:hover,.btn-purpure[disabled]:hover,fieldset[disabled] .btn-purpure:hover,.btn-purpure.disabled:focus,
.btn-purpure[disabled]:focus,fieldset[disabled] .btn-purpure:focus,.btn-purpure.disabled.focus,.btn-purpure[disabled].focus,fieldset[disabled] .btn-purpure.focus,.btn-purpure.disabled:active,.btn-purpure[disabled]:active,
/**禁用颜色*/
fieldset[disabled] .btn-purpure:active,.btn-purpure.disabled.active,.btn-purpure[disabled].active,fieldset[disabled] .btn-purpure.active {background-color: #bca3cc;border-color: #bca3cc; color:#fff;}
.btn-purpure .badge {color: #fff;background-color: #bca3cc;}


/*按钮样式7,青蓝*/
/**按钮默认颜色*/
.btn-treegree {color: #fff;background-color: #0797ac;border-color: #0797ac;outline:0px}
/**按下去的颜色*/
.btn-treegree:focus,.btn-treegree.focus {color: #fff;background-color: #067f91;border-color: #067f91;outline:0px}
/**移上去的颜色*/
.btn-treegree:hover {color: #fff;background-color: #067f91;border-color: #067f91;outline:0px}
/**按下去操作的颜色*/
.btn-treegree:active,.btn-treegree.active,.open > .dropdown-toggle.btn-treegree {color: #fff;background-color: #067f91;border-color: #067f91;}
.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: #067f91;border-color: #067f91;}
.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: #c3083d;border-color: #c3083d;outline:0px}
/**按下去的颜色*/
.btn-reakit:focus,.btn-reakit.focus {color: #fff;background-color: #95052d;border-color: #95052d;outline:0px}
/**移上去的颜色*/
.btn-reakit:hover {color: #fff;background-color: #95052d;border-color: #95052d;outline:0px}
/**按下去操作的颜色*/
.btn-reakit:active,.btn-reakit.active,.open > .dropdown-toggle.btn-reakit {color: #fff;background-color: #95052d;border-color: #95052d;}
.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: #95052d;border-color: #95052d;}
.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: #cd8ea0;border-color: #cd8ea0; color:#fff;}
.btn-reakit .badge {color: #fff;background-color: #cd8ea0;}

/*按钮样式9,深灰*/
/**按钮默认颜色*/
.btn-shenfei {color: #fff;background-color: #999999;border-color: #999999;outline:0px}
/**按下去的颜色*/
.btn-shenfei:focus,.btn-shenfei.focus {color: #fff;background-color: #7a7a7a;border-color: #7a7a7a;outline:0px}
/**移上去的颜色*/
.btn-shenfei:hover {color: #fff;background-color: #7a7a7a;border-color: #7a7a7a;outline:0px}
/**按下去操作的颜色*/
.btn-shenfei:active,.btn-shenfei.active,.open > .dropdown-toggle.btn-shenfei {color: #fff;background-color: #7a7a7a;border-color: #7a7a7a;}
.btn-shenfei:active:hover,.btn-shenfei.active:hover,.open > .dropdown-toggle.btn-shenfei:hover,.btn-shenfei:active:focus,.btn-shenfei.active:focus,
.open > .dropdown-toggle.btn-shenfei:focus,.btn-shenfei:active.focus,
.btn-shenfei.active.focus,.open > .dropdown-toggle.btn-shenfei.focus {color: #fff;background-color: #7a7a7a;border-color: #7a7a7a;}
.btn-shenfei:active,.btn-shenfei.active,.open > .dropdown-toggle.btn-shenfei {background-image: none;color: #fff;}
.btn-shenfei.disabled,.btn-shenfei[disabled],fieldset[disabled] .btn-shenfei,.btn-shenfei.disabled:hover,.btn-shenfei[disabled]:hover,fieldset[disabled] .btn-shenfei:hover,.btn-shenfei.disabled:focus,
.btn-shenfei[disabled]:focus,fieldset[disabled] .btn-shenfei:focus,.btn-shenfei.disabled.focus,.btn-shenfei[disabled].focus,fieldset[disabled] .btn-shenfei.focus,.btn-shenfei.disabled:active,.btn-shenfei[disabled]:active,

/*标签面版
.panel_espcms{border-color: #B9E3F7;}
.panel_espcms > .panel-heading + .panel-collapse > .panel-body {border-top-color: #ddd;}
.panel_espcms > .panel-heading .badge {color: #f5f5f5;background-color: #333;}
.panel_espcms > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #ddd;}
*/
.panel_espcms > .panel-heading h4 {font-size:16px;padding:5px 0px;margin: 0px;}


/**禁用颜色*/
fieldset[disabled] .btn-shenfei:active,.btn-shenfei.disabled.active,.btn-shenfei[disabled].active,fieldset[disabled] .btn-shenfei.active {background-color: #cccccc;border-color: #cccccc; color:#fff;}
.btn-shenfei .badge {color: #fff;background-color: #cccccc;}
.kill_copy{moz-user-select: -moz-none;-moz-user-select: none;-o-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}
.input_exp {font-size: 12px;color: #999999;}
.input_exp .exp_icon{color: #F78900;}

.btn-padding20{padding-right:20px;padding-left:20px;}
.btn-padding25{padding-right:25px;padding-left:25px;}
.btn-padding30{padding-right:30px;padding-left:30px;}

.container:before, .container:after {
	content: " ";
	display: table;
}
*:before, *:after {box-sizing: border-box;}
.radius6 {border-radius: 5px;}
.z-10 {z-index: 10;}
.z-100 {z-index: 100;}
.pos-rel {position: relative;}
.pos-abs {position: absolute;}
.no-padding { padding: 0 !important;}

.img-circle {border-radius: 50%;}
.photo48 {width: 48px;height: 48px;border: 2px solid #fff;}
.photo58 {width: 58px;height: 58px;border: 2px solid #fff;}

.fill-titan {background-color: #f8faff !important;}
.fill-white {background-color: white !important;}

h2, .h2 {font-size: 30px;font-weight: 300;line-height: 40px;position: relative;}
h3, .h3 {font-size: 20px;font-weight: 300;line-height: 30px;position: relative;}

.p-xlarge {padding: 30px;}
.m-t-n-large {margin-top: -20px;}
.m-l-r-auto {margin-left: auto;margin-right: auto;}

.bg1{background-image:linear-gradient(180deg, #2ce6c0, #1cb8b6);}
.bg2{background-image:linear-gradient(180deg, #29bdd9, #1d7acb);}
.bg3{background-image:linear-gradient(180deg, #89d928, #45c31c);}
.bg4{background-image:linear-gradient(180deg, #a01ecc, #651bbf);}
.bg5{background-image:linear-gradient(180deg, #f8f8f8, #ededed);}
.bg_p1{background-image: linear-gradient(45deg, #00AEFF 50%, #3369E6 100%);}
.bg_p2{background-image: linear-gradient(45deg, #FF4F81 50%, #FE6C5F 100%);}
.bg_p3{background-image: linear-gradient(45deg, #3E396B 50%, #201C38 100%);}
.bg_p4{background-image: linear-gradient(45deg, #22c202 50%, #08a504 100%);}
.bg_p5{background-image: linear-gradient(45deg, #e18b12 50%, #eea70a 100%);}
.bg_p6{background-image: linear-gradient(45deg, #2cdc9c 50%, #1dc8cc 100%);}

/*滚动条*/
.scro_div::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #7EA5C9;cursor: pointer;}
.scro_div::-webkit-scrollbar {width: 10px;height: 10px;margin-right: 5px;cursor: pointer;}
.scro_div::-webkit-scrollbar-button {width: 0;height: 0;background-color: transparent;cursor: pointer;}
.scro_div::-webkit-scrollbar-track {border-radius: 5px;background-color: #c0cfe0;cursor: pointer;}


/*相片大小*/
.phone_z_href{border-radius: 50px;border:1px solid #dadada;display: inline-block;padding: 1px;background-color: #FFF;}
.phone_z_48{width:48px;height:48px;border:1px solid #fff;}
.phone_z_58{width:60px;height:60px;border:1px solid #fff;}
.phone_z_80{width:80px;height:80px;border:3px solid #fff;}
.phone_z_100{width:100px;height:100px;border:3px solid #fff;}
.phone_z_120{width:120px;height:120px;border:3px solid #fff;}
.phone_z_160{width:160px;height:160px;border:3px solid #fff;}
.login_photo { width: 48px;height: 48px;border: 2px solid #a7bac3;}


.starting_block {text-shadow: 0px 1px 2px rgba(62,57,107,0.9);}

.color-portage {color: #8994c6 !important;}
.color-fontget {color: #adadad !important;}
.color-wite {color: #fff !important;}
.color-titleh2 {color: #00a0eb !important;}
.color-titleh3 {color: #3f65c4 !important;}
.text-white{color:#fff;}
.text-orange{color:#ff6237;}
.text-green{color:#4DC976;}
.text-ashes{color:#798991;}
.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;}
.colorgwhite {color: #ffffff;}
.colorgreen {color: #0f66cd;}
.colorgreg {color: #E60000;}
.colorgblue {color: #2F44A2;}
.colorghow {color: #FC5B00;}
.colorgorning {color: #4D4D4D;}
.colorgorning2 {color: #67625f;}
.colorgorning3 {color: #90898C;}
.colorgorningage {color: #ff5b0b;}
.colorthree {color: #2E9438;}
.ok{color:#08a504;font-weight: bold;}
.no{color:#a5a5a5;}

.h14{height:14px;}.h16{height:16px;}.h18{height:18px;}.h20{height:20px;}.h22{height:22px;}.h24{height:24px;}
.lh14{line-height:14px;}.lh16{line-height:16px;}.lh18{line-height:18px;}.lh20{line-height:20px;}.lh22{line-height:22px;}.lh24{line-height:24px;}.lh25{line-height:25px;}.lh26{line-height:26px;}.lh30{line-height:30px;}
.lh150c{line-height: 150%;}.lh180c{line-height: 180%;}.lh200c{line-height: 200%;}.lh220c{line-height: 220%;}

.t1{top:2px;}.t2{top:2px;}.t3{top:3px;}.t4{top:4px;}.t5{top:5px;}
.fa{font-family:Arial;}.ft{font-family:Tahoma;}.fv{font-family:Verdana;}.fs{font-family:'宋体';}.fw{font-family:'微软雅黑';}
.n{font-weight:normal; font-style:normal;}.b{font-weight:bold;}.i{font-style:italic;}
.tc{text-align:center;}.tr{text-align:right;}.tl{text-align:left;}.tj{text-align:justify;}
.tdl{text-decoration:underline;}.tdn,.tdn:hover,a.tdl:hover{text-decoration:none;}
.lt0{letter-spacing:0;}lt1{letter-spacing:1px;}
.bk{word-wrap:break-word;}
.vm{vertical-align:middle;}.vtb{vertical-align:text-bottom;}.vb{vertical-align:bottom;}.vt{vertical-align: top !important;}.vn{vertical-align:-2px;}
.cl{clear:both;}
.rel{position:relative;}.abs{position:absolute;}
.zx1{z-index:1;}.zx2{z-index:2;}
.poi{cursor:pointer;}.def{cursor:default;}
.ovh{overflow:hidden;}
.vh{visibility:hidden;}.vv{visibility:visible;}
.z{*zoom:1;}
.tu{text-transform:uppercase}
/*块状元素水平居中*/
.auto{margin-left:auto; margin-right:auto;}
/*清除浮动*/
.fix{*zoom:1;}.fix:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}
/*基于display:table-cell的自适应布局*/
.cell{display:table-cell; *display:inline-block; width:2000px; *width:auto;}
/*双栏自适应cell部分连续英文字符换行*/
.cell_bk{display:table; width:100%; table-layout:fixed; word-wrap:break-word;}
/*单行文字溢出虚点显示*/
.ell{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ti2{text-indent:2em;}
.bort0{border-top:0px !important;}
.m0{margin:0 !important;}.ml1{margin-left:1px;}.ml2{margin-left:2px;}.ml5{margin-left:5px;}.ml10{margin-left:10px;}.ml20{margin-left:20px;}.mr1{margin-right:1px;}.mr2{margin-right:2px;}
.mr5{margin-right:5px;}.mr10{margin-right:10px;}.mr20{margin-right:20px;}.mt1{margin-top:1px;}.mt2{margin-top:2px;}.mt5{margin-top:5px;}.mt10{margin-top:10px;}.mt40{margin-top:40px !important;}.mt50{margin-top:50px !important;}.mt60{margin-top:60px !important;}.mt80{margin-top:80px !important;}
.mt20{margin-top:20px;}.mb1{margin-bottom:1px;}.mb2{margin-bottom:2px;}.mb5{margin-bottom:5px !important;}.mb8{margin-bottom:8px !important;}.mb10{margin-bottom:10px !important;}.mb20{margin-bottom:20px;}.mb30{margin-bottom:30px;}.mb60{margin-bottom:60px !important;}
.ml-1{margin-left:-1px;}.mt-1{margin-top:-1px;}.m30 { margin: 30px !important;}.mb0{margin-bottom:0px !important;}
.ml0{margin-left:0px !important;}
.p1{padding:1px;}.pl1{padding-left:1px;}.pt1{padding-top:1px;}.pr1{padding-right:1px;}.pb1{padding-bottom:1px;}.p2{padding:2px;}.pl2{padding-left:2px;}.pt2{padding-top:2px !important;}.pt3{padding-top:3px !important;}
.pt4{padding-top:4px !important;}.pt9{padding-top:9px;}.pt8{padding-top:8px;}.pt7{padding-top:7px;}.pt6{padding-top:6px;}
.pr2{padding-right:2px;}.pb2{padding-bottom:2px;}.pl5{padding-left:5px;}.p5{padding:5px !important;}.pt5{padding-top:5px;}.pr5{padding-right:5px !important;}.pb5{padding-bottom:5px;}.p10{padding:10px !important;}.p15{padding:15px;}
.pl10{padding-left:10px;}.pt10{padding-top:10px;}.pr10{padding-right:10px;}.pb10{padding-bottom:10px;}.p20{padding:20px;}.pl20{padding-left:20px;}.pt20{padding-top:20px;}
.pr20{padding-right:20px;}.pb20{padding-bottom:20px;}.pr30 {padding-right: 30px !important;}
.pt15{padding-top:15px;}.pb15{padding-bottom:15px;}.pl15{padding-left:15px;}.pr15{padding-right:15px;}.ph10 {padding-left: 10px !important;padding-right: 10px !important;}.p9{padding:9px !important;}
.pn{ padding: 0 !important;}.pl0{padding-left:0px !important;}.pr0{padding-right:0px !important;}.pb0{padding-bottom:0px !important;}

.displaynone {display: none;}
.displaytrue {overflow: hidden;}

.em{color:#ff3333;padding:0px 5px;}

a.infolist {color: #656565;text-decoration: underline;} a:visited.infolist {color: #00a0eb;text-decoration: underline;} a:hover.infolist {color: #00a0eb;text-decoration: none;}
a.infolist_noline {color: #666;text-decoration: none;} a:visited.infolist_noline {color: #666;text-decoration: none;} a:hover.infolist_noline {color: #00a0eb;text-decoration: underline;}
a.footer {color: #7b7d8a;text-decoration: none;} a:visited.footer {color: #7b7d8a;text-decoration: none;} a:hover.footer {color: #fff;text-decoration: underline;}

.img-breck{transition: transform 0.2s ease, box-shadow 0.2s ease;   -will-change: transform, box-shadow;   box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);}

/*内容框*/
.calculator_upper {padding: 20px;border-radius: 6px;position: relative;border-top: 4px solid #00aeff;box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);overflow: hidden}
.calculator_faq {padding: 20px;border-radius: 6px;position: relative;border-top: 4px solid #FF4F81;box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);overflow: hidden}
.lineh200{line-height: 200%}


.tooltip-inner {max-width: 320px;padding: 3px 8px;color: #616161;text-align: left;background-color: #ECEFF1;border-radius: 4px;}
.tooltip.top .tooltip-arrow {bottom: 0;left: 50%;margin-left: -5px;border-width: 5px 5px 0;border-top-color: #ECEFF1;}
.popover {
	position: absolute;color:#fff;padding:0px;font-size: 12px;text-align: left;border: 0px;border-radius: 4px;background-color: #e00b0b;line-height: 180%;
	-webkit-box-shadow: 0;box-shadow: 0;line-break: auto;max-width: 460px;min-width:180px;z-index: 1200;
}
.popover .popover-title{display: none !important;z-index:1061 !important;}
.popover  .popover-content{padding:5px;z-index:1061 !important;}
.popover.top > .arrow {bottom: -11px;left: 50%;margin-left: -11px;border-top-color: #e00b0b;border-top-color: rgba(0, 0, 0, 0);border-bottom-width: 0;}
.popover.top > .arrow:after {bottom: 1px;margin-left: -10px;content: " ";border-top-color: #e00b0b;border-bottom-width: 0;}
.form-horizontal .has-feedback .form-control-feedback {
	right: 0px;
}
.min-h-120 {min-height: 120px;}
.mb60 {margin-bottom: 60px !important;}
.pay_ico{padding:0px 15px;}
.pay_ico img{height:60px}


/*风格线**/
.section-divider {height: 0;border-top: 1px solid #DDD;text-align: center;margin-top: 30px;margin-bottom: 30px;}
.section-divider span {display: inline-block;position: relative;padding: 0 17px;background: #fff;color: #0193eb;top: -13px;font-size: 16px;}
.section-divider_title {height: 0;border-top: 1px solid #bdd6f2;text-align: center;margin-top: 30px;margin-bottom: 30px;}
.section-divider_title span {display: inline-block;position: relative;padding: 0 8px;background: #EDF4FC;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;}

/*ICON图标*/
.icon_label .iconfont{font-size:60px;border-radius: 50px;border:0px solid #dadada;padding:20px;background-color: #0099cc;color:#fff;}
.icon_label2 .iconfont{font-size:60px;border-radius: 50px;border:0px solid #dadada;padding:20px;background-color: #ff6633;color:#fff;}


/*表单错误提醒块*/
.panel_form_tableinfo{padding:10px 5px;background-color: #eee;overflow: hidden;font-size:16px;font-weight: bold;
		      border-left:1px solid #e1dede;border-right:1px solid #e1dede;border-bottom:1px solid #e1dede;border-top:3px solid #0193eb;color:#0193eb}
.panel_form_tableinfo > span{font-size:18px;color:#bababa;padding:0px 5px 0px 5px;}
.panel_form_tableinfo .panel_form_menu_botton{float: right !important;font-size:22px;}
.panel_form_tableinfo .panel_form_menu_text{float: right !important;font-size:22px;}

.panel_form_tableinfo_info{padding:10px 5px;background-color: #eee;overflow: hidden;font-size:16px;font-weight: bold;
			   border-left:1px solid #e1dede;border-right:1px solid #e1dede;border-bottom:1px solid #e1dede;border-top:3px solid #e1dede;color:#616161}
.panel_form_tableinfo_info > span{font-size:18px;color:#a8a8a8;padding:0px 5px 0px 5px;}
.panel_form_tableinfo_info .panel_form_menu_text{float: right !important;font-size:14px;padding-right:10px;}

.admin-form .control-label {color:#707070;font-size:14px;font-weight: inherit;text-align: right;padding-top: 7px;}
.admin-form .form-control-inputstr {min-height: 34px;padding-top: 4px;padding-bottom: 0px;margin-bottom: 0;}
.admin-form .tab-content{border-left:1px solid #e1dede;border-right:1px solid #e1dede;border-bottom:1px solid #e1dede;padding:10px;border-radius: 0px 0px 4px 4px;}

.panel_form_tableinfo_color_red{border-top:2px solid #ff4400 !important;}
.panel_form_tableinfo_color_green{border-top:2px solid #52c150 !important;color: #52c150 !important;}
.panel_form_tableinfo_color_green > span{color: #52c150 !important;}
.panel_form_tableinfo_color_blue{border-top:2px solid #0193eb !important;color: #0193eb !important;}
.panel_form_tableinfo_color_blue > span{color: #c4c8ca !important;}
.panel_form_tableinfo_color_ironash{border-top:2px solid #727d91 !important;color: #727d91 !important;}
.panel_form_tableinfo_color_ironash > span{color: #c4c8ca !important;}

/*消息框,JqueryUI消息框架样式*/
.espcms_sticky_queue{position:fixed;z-index: 1600;top:0px;right:45%;border:1px solid #dadada;border-top:0px;border-radius:0px 0px 5px 5px;background:#f5f5f5;min-width:180px;display:block;opacity: .9;filter: Alpha(Opacity=90);}
.espcms_sticky_queue .espcms_sticky_note{white-space: nowrap;width: 90%;text-overflow: ellipsis;padding-left:5px;color:#3e993c;padding-right:20px;}
.espcms_sticky{font-size:12px;color:#555;display:none;padding:10px 10px 10px 10px;position:relative;}
.espcms_sticky_close{position:absolute;top:13px;right:0px;height:14px;width:14px;cursor:pointer;width:20px;background-color: #f5f5f5;padding-left:5px;}
