/*! 
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
   font-family: 'FontAwesome';
   src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
   src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
   font-weight: normal;
   font-style: normal;
}

.fa {
   color: #888;
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.nr{margin-bottom:20px;}

.cdab{display:flex;margin-top:20px;    justify-content: space-between;}

.cdab dl{width:168px}
.cdab dl dt{      cursor: pointer;  text-indent: 40px;border-radius:10px;line-height:46px;text-align: center;color:#fff;background:#27ac93;    position: relative;}
.cdab dl dt i{display:block;width:80px;height:80px;    position: absolute;    bottom: 0;}
.cdab dl dt  i.ico1{background:url(../img/common/nav1.png) no-repeat  center;background-size: auto 100%;}
.cdab dl dt  i.ico2{background:url(../img/common/nav2.png) no-repeat  center;background-size: auto 100%;}
.cdab dl dt  i.ico3{background:url(../img/common/nav3.png) no-repeat  center;background-size: auto 100%;}
.cdab dl dd{position: absolute;
    width: 168px;display:none;
    background: #fcfcfc;
    border: 1px solid #e9e9e9;    text-align: center;}
	.cdab dl:hover dd{display:block;}
.cdab dl dd li{line-height:36px;list-style: none;}



.t_sert_l04,.bta{text-align:center;font-size:30px;margin:50px 0 20px}
.t_ser_b,.bkxa ul {
	width: 100%;
 
	padding-top: 30px;
}
.bkxa ul{display:flex;justify-content: space-between;}


.bkxa ul li{
	overflow: hidden;
	position: relative;
	width: 18.4%;
	background: #f8f8f8;
 
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
 
}
.bkxa ul li h3{margin-top:20px;}
.bkxa ul.gs4 li{width:23%}
.t_ser_b a:hover .t_ser_b01,.bkxa ul li:hover {
	background: #2CCAC8;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.t_ser_b01{
	overflow: hidden;
	position: relative;
	width: 18.4%;
	background: #f8f8f8;
	margin-right: 2%;
	float: left;
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	height:492px;
}
.t_ser_b .t_ser_b01_3 {
	margin-right: 0;
}
.t_ser_b01_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
.t_ser_b01_bg img {
	max-width: 100%;
	opacity: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.t_ser_b01:hover .t_ser_b01_bg img {
	opacity: 0.1;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.t_ser_b02{text-align:center;}

.t_ser_b02 img,.bkxa ul li img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.t_ser_b a:hover .t_ser_b02 img,.bkxa ul li:hover img {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.t_ser_b03 {
	width: 100%;
	font-size: 22px;
	color: #333333;
	line-height: 1.6;
	padding-top: 20px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.t_ser_b a:hover .t_ser_b03,.bkxa ul li:hover p {
	color: #fff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.t_ser_b04,.bkxa ul li p {
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	padding-top: 20px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
   text-align: left;
}
.t_ser_b a:hover .t_ser_b04 {
	color: #fff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}


/* makes the font 33% larger relative to the icon container */
.fa-lg {
   font-size: 1.33333333em;
   line-height: 0.75em;
   vertical-align: -15%;
}

.fa-2x {
   font-size: 2em;
}

.fa-3x {
   font-size: 3em;
}

.fa-4x {
   font-size: 4em;
}

.fa-5x {
   font-size: 5em;
}

.fa-fw {
   width: 1.28571429em;
   text-align: center;
}

.fa-ul {
   padding-left: 0;
   margin-left: 2.14285714em;
   list-style-type: none;
}

.fa-ul>li {
   position: relative;
}

.fa-li {
   position: absolute;
   left: -2.14285714em;
   width: 2.14285714em;
   top: 0.14285714em;
   text-align: center;
}

.fa-li.fa-lg {
   left: -1.85714286em;
}

.fa-border {
   padding: .2em .25em .15em;
   border: solid 0.08em #eeeeee;
   border-radius: .1em;
}

.pull-right {
   float: right;
}

.pull-left {
   float: left;
}

.fa.pull-left {
   margin-right: .3em;
}

.fa.pull-right {
   margin-left: .3em;
}

.fa-spin {
   -webkit-animation: fa-spin 2s infinite linear;
   animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
   0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }

   100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
   }
}

@keyframes fa-spin {
   0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }

   100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
   }
}

.fa-rotate-90 {
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
}

.fa-rotate-180 {
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}

.fa-rotate-270 {
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
   -webkit-transform: rotate(270deg);
   -ms-transform: rotate(270deg);
   transform: rotate(270deg);
}

.fa-flip-horizontal {
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
   -webkit-transform: scale(-1, 1);
   -ms-transform: scale(-1, 1);
   transform: scale(-1, 1);
}

.fa-flip-vertical {
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
   -webkit-transform: scale(1, -1);
   -ms-transform: scale(1, -1);
   transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
   filter: none;
}

.fa-stack {
   position: relative;
   display: inline-block;
   width: 2em;
   height: 2em;
   line-height: 2em;
   vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
   position: absolute;
   left: 0;
   width: 100%;
   text-align: center;
}

.fa-stack-1x {
   line-height: inherit;
}

.fa-stack-2x {
   font-size: 2em;
}

.fa-inverse {
   color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
   content: "\f000";
}

.fa-music:before {
   content: "\f001";
}

.fa-search:before {
   content: "\f002";
}

.fa-envelope-o:before {
   content: "\f003";
}

.fa-heart:before {
   content: "\f004";
}

.fa-star:before {
   content: "\f005";
}

.fa-star-o:before {
   content: "\f006";
}

.fa-user:before {
   content: "\f007";
}

.fa-film:before {
   content: "\f008";
}

.fa-th-large:before {
   content: "\f009";
}

.fa-th:before {
   content: "\f00a";
}

.fa-th-list:before {
   content: "\f00b";
}

.fa-check:before {
   content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
   content: "\f00d";
}

.fa-search-plus:before {
   content: "\f00e";
}

.fa-search-minus:before {
   content: "\f010";
}

.fa-power-off:before {
   content: "\f011";
}

.fa-signal:before {
   content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
   content: "\f013";
}

.fa-trash-o:before {
   content: "\f014";
}

.fa-home:before {
   content: "\f015";
}

.fa-file-o:before {
   content: "\f016";
}

.fa-clock-o:before {
   content: "\f017";
}

.fa-road:before {
   content: "\f018";
}

.fa-download:before {
   content: "\f019";
}

.fa-arrow-circle-o-down:before {
   content: "\f01a";
}

.fa-arrow-circle-o-up:before {
   content: "\f01b";
}

.fa-inbox:before {
   content: "\f01c";
}

.fa-play-circle-o:before {
   content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
   content: "\f01e";
}

.fa-refresh:before {
   content: "\f021";
}

.fa-list-alt:before {
   content: "\f022";
}

.fa-lock:before {
   content: "\f023";
}

.fa-flag:before {
   content: "\f024";
}

.fa-headphones:before {
   content: "\f025";
}

.fa-volume-off:before {
   content: "\f026";
}

.fa-volume-down:before {
   content: "\f027";
}

.fa-volume-up:before {
   content: "\f028";
}

.fa-qrcode:before {
   content: "\f029";
}

.fa-barcode:before {
   content: "\f02a";
}

.fa-tag:before {
   content: "\f02b";
}

.fa-tags:before {
   content: "\f02c";
}

.fa-book:before {
   content: "\f02d";
}

.fa-bookmark:before {
   content: "\f02e";
}

.fa-print:before {
   content: "\f02f";
}

.fa-camera:before {
   content: "\f030";
}

.fa-font:before {
   content: "\f031";
}

.fa-bold:before {
   content: "\f032";
}

.fa-italic:before {
   content: "\f033";
}

.fa-text-height:before {
   content: "\f034";
}

.fa-text-width:before {
   content: "\f035";
}

.fa-align-left:before {
   content: "\f036";
}

.fa-align-center:before {
   content: "\f037";
}

.fa-align-right:before {
   content: "\f038";
}

.fa-align-justify:before {
   content: "\f039";
}

.fa-list:before {
   content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
   content: "\f03b";
}

.fa-indent:before {
   content: "\f03c";
}

.fa-video-camera:before {
   content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
   content: "\f03e";
}

.fa-pencil:before {
   content: "\f040";
}

.fa-map-marker:before {
   content: "\f041";
}

.fa-adjust:before {
   content: "\f042";
}

.fa-tint:before {
   content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
   content: "\f044";
}

.fa-share-square-o:before {
   content: "\f045";
}

.fa-check-square-o:before {
   content: "\f046";
}

.fa-arrows:before {
   content: "\f047";
}

.fa-step-backward:before {
   content: "\f048";
}

.fa-fast-backward:before {
   content: "\f049";
}

.fa-backward:before {
   content: "\f04a";
}

.fa-play:before {
   content: "\f04b";
}

.fa-pause:before {
   content: "\f04c";
}

.fa-stop:before {
   content: "\f04d";
}

.fa-forward:before {
   content: "\f04e";
}

.fa-fast-forward:before {
   content: "\f050";
}

.fa-step-forward:before {
   content: "\f051";
}

.fa-eject:before {
   content: "\f052";
}

.fa-chevron-left:before {
   content: "\f053";
}

.fa-chevron-right:before {
   content: "\f054";
}

.fa-plus-circle:before {
   content: "\f055";
}

.fa-minus-circle:before {
   content: "\f056";
}

.fa-times-circle:before {
   content: "\f057";
}

.fa-check-circle:before {
   content: "\f058";
}

.fa-question-circle:before {
   content: "\f059";
}

.fa-info-circle:before {
   content: "\f05a";
}

.fa-crosshairs:before {
   content: "\f05b";
}

.fa-times-circle-o:before {
   content: "\f05c";
}

.fa-check-circle-o:before {
   content: "\f05d";
}

.fa-ban:before {
   content: "\f05e";
}

.fa-arrow-left:before {
   content: "\f060";
}

.fa-arrow-right:before {
   content: "\f061";
}

.fa-arrow-up:before {
   content: "\f062";
}

.fa-arrow-down:before {
   content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
   content: "\f064";
}

.fa-expand:before {
   content: "\f065";
}

.fa-compress:before {
   content: "\f066";
}

.fa-plus:before {
   content: "\f067";
}

.fa-minus:before {
   content: "\f068";
}

.fa-asterisk:before {
   content: "\f069";
}

.fa-exclamation-circle:before {
   content: "\f06a";
}

.fa-gift:before {
   content: "\f06b";
}

.fa-leaf:before {
   content: "\f06c";
}

.fa-fire:before {
   content: "\f06d";
}

.fa-eye:before {
   content: "\f06e";
}

.fa-eye-slash:before {
   content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
   content: "\f071";
}

.fa-plane:before {
   content: "\f072";
}

.fa-calendar:before {
   content: "\f073";
}

.fa-random:before {
   content: "\f074";
}

.fa-comment:before {
   content: "\f075";
}

.fa-magnet:before {
   content: "\f076";
}

.fa-chevron-up:before {
   content: "\f077";
}

.fa-chevron-down:before {
   content: "\f078";
}

.fa-retweet:before {
   content: "\f079";
}

.fa-shopping-cart:before {
   content: "\f07a";
}

.fa-folder:before {
   content: "\f07b";
}

.fa-folder-open:before {
   content: "\f07c";
}

.fa-arrows-v:before {
   content: "\f07d";
}

.fa-arrows-h:before {
   content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
   content: "\f080";
}

.fa-twitter-square:before {
   content: "\f081";
}

.fa-facebook-square:before {
   content: "\f082";
}

.fa-camera-retro:before {
   content: "\f083";
}

.fa-key:before {
   content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
   content: "\f085";
}

.fa-comments:before {
   content: "\f086";
}

.fa-thumbs-o-up:before {
   content: "\f087";
}

.fa-thumbs-o-down:before {
   content: "\f088";
}

.fa-star-half:before {
   content: "\f089";
}

.fa-heart-o:before {
   content: "\f08a";
}

.fa-sign-out:before {
   content: "\f08b";
}

.fa-linkedin-square:before {
   content: "\f08c";
}

.fa-thumb-tack:before {
   content: "\f08d";
}

.fa-external-link:before {
   content: "\f08e";
}

.fa-sign-in:before {
   content: "\f090";
}

.fa-trophy:before {
   content: "\f091";
}

.fa-github-square:before {
   content: "\f092";
}

.fa-upload:before {
   content: "\f093";
}

.fa-lemon-o:before {
   content: "\f094";
}

.fa-phone:before {
   content: "\f095";
}

.fa-square-o:before {
   content: "\f096";
}

.fa-bookmark-o:before {
   content: "\f097";
}

.fa-phone-square:before {
   content: "\f098";
}

.fa-twitter:before {
   content: "\f099";
}

.fa-facebook:before {
   content: "\f09a";
}

.fa-github:before {
   content: "\f09b";
}

.fa-unlock:before {
   content: "\f09c";
}

.fa-credit-card:before {
   content: "\f09d";
}

.fa-rss:before {
   content: "\f09e";
}

.fa-hdd-o:before {
   content: "\f0a0";
}

.fa-bullhorn:before {
   content: "\f0a1";
}

.fa-bell:before {
   content: "\f0f3";
}

.fa-certificate:before {
   content: "\f0a3";
}

.fa-hand-o-right:before {
   content: "\f0a4";
}

.fa-hand-o-left:before {
   content: "\f0a5";
}

.fa-hand-o-up:before {
   content: "\f0a6";
}

.fa-hand-o-down:before {
   content: "\f0a7";
}

.fa-arrow-circle-left:before {
   content: "\f0a8";
}

.fa-arrow-circle-right:before {
   content: "\f0a9";
}

.fa-arrow-circle-up:before {
   content: "\f0aa";
}

.fa-arrow-circle-down:before {
   content: "\f0ab";
}

.fa-globe:before {
   content: "\f0ac";
}

.fa-wrench:before {
   content: "\f0ad";
}

.fa-tasks:before {
   content: "\f0ae";
}

.fa-filter:before {
   content: "\f0b0";
}

.fa-briefcase:before {
   content: "\f0b1";
}

.fa-arrows-alt:before {
   content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
   content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
   content: "\f0c1";
}

.fa-cloud:before {
   content: "\f0c2";
}

.fa-flask:before {
   content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
   content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
   content: "\f0c5";
}

.fa-paperclip:before {
   content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
   content: "\f0c7";
}

.fa-square:before {
   content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
   content: "\f0c9";
}

.fa-list-ul:before {
   content: "\f0ca";
}

.fa-list-ol:before {
   content: "\f0cb";
}

.fa-strikethrough:before {
   content: "\f0cc";
}

.fa-underline:before {
   content: "\f0cd";
}

.fa-table:before {
   content: "\f0ce";
}

.fa-magic:before {
   content: "\f0d0";
}

.fa-truck:before {
   content: "\f0d1";
}

.fa-pinterest:before {
   content: "\f0d2";
}

.fa-pinterest-square:before {
   content: "\f0d3";
}

.fa-google-plus-square:before {
   content: "\f0d4";
}

.fa-google-plus:before {
   content: "\f0d5";
}

.fa-money:before {
   content: "\f0d6";
}

.fa-caret-down:before {
   content: "\f0d7";
}

.fa-caret-up:before {
   content: "\f0d8";
}

.fa-caret-left:before {
   content: "\f0d9";
}

.fa-caret-right:before {
   content: "\f0da";
}

.fa-columns:before {
   content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
   content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
   content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
   content: "\f0de";
}

.fa-envelope:before {
   content: "\f0e0";
}

.fa-linkedin:before {
   content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
   content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
   content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
   content: "\f0e4";
}

.fa-comment-o:before {
   content: "\f0e5";
}

.fa-comments-o:before {
   content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
   content: "\f0e7";
}

.fa-sitemap:before {
   content: "\f0e8";
}

.fa-umbrella:before {
   content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
   content: "\f0ea";
}

.fa-lightbulb-o:before {
   content: "\f0eb";
}

.fa-exchange:before {
   content: "\f0ec";
}

.fa-cloud-download:before {
   content: "\f0ed";
}

.fa-cloud-upload:before {
   content: "\f0ee";
}

.fa-user-md:before {
   content: "\f0f0";
}

.fa-stethoscope:before {
   content: "\f0f1";
}

.fa-suitcase:before {
   content: "\f0f2";
}

.fa-bell-o:before {
   content: "\f0a2";
}

.fa-coffee:before {
   content: "\f0f4";
}

.fa-cutlery:before {
   content: "\f0f5";
}

.fa-file-text-o:before {
   content: "\f0f6";
}

.fa-building-o:before {
   content: "\f0f7";
}

.fa-hospital-o:before {
   content: "\f0f8";
}

.fa-ambulance:before {
   content: "\f0f9";
}

.fa-medkit:before {
   content: "\f0fa";
}

.fa-fighter-jet:before {
   content: "\f0fb";
}

.fa-beer:before {
   content: "\f0fc";
}

.fa-h-square:before {
   content: "\f0fd";
}

.fa-plus-square:before {
   content: "\f0fe";
}

.fa-angle-double-left:before {
   content: "\f100";
}

.fa-angle-double-right:before {
   content: "\f101";
}

.fa-angle-double-up:before {
   content: "\f102";
}

.fa-angle-double-down:before {
   content: "\f103";
}

.fa-angle-left:before {
   content: "\f104";
}

.fa-angle-right:before {
   content: "\f105";
}

.fa-angle-up:before {
   content: "\f106";
}

.fa-angle-down:before {
   content: "\f107";
}

.fa-desktop:before {
   content: "\f108";
}

.fa-laptop:before {
   content: "\f109";
}

.fa-tablet:before {
   content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
   content: "\f10b";
}

.fa-circle-o:before {
   content: "\f10c";
}

.fa-quote-left:before {
   content: "\f10d";
}

.fa-quote-right:before {
   content: "\f10e";
}

.fa-spinner:before {
   content: "\f110";
}

.fa-circle:before {
   content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
   content: "\f112";
}

.fa-github-alt:before {
   content: "\f113";
}

.fa-folder-o:before {
   content: "\f114";
}

.fa-folder-open-o:before {
   content: "\f115";
}

.fa-smile-o:before {
   content: "\f118";
}

.fa-frown-o:before {
   content: "\f119";
}

.fa-meh-o:before {
   content: "\f11a";
}

.fa-gamepad:before {
   content: "\f11b";
}

.fa-keyboard-o:before {
   content: "\f11c";
}

.fa-flag-o:before {
   content: "\f11d";
}

.fa-flag-checkered:before {
   content: "\f11e";
}

.fa-terminal:before {
   content: "\f120";
}

.fa-code:before {
   content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
   content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
   content: "\f123";
}

.fa-location-arrow:before {
   content: "\f124";
}

.fa-crop:before {
   content: "\f125";
}

.fa-code-fork:before {
   content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
   content: "\f127";
}

.fa-question:before {
   content: "\f128";
}

.fa-info:before {
   content: "\f129";
}

.fa-exclamation:before {
   content: "\f12a";
}

.fa-superscript:before {
   content: "\f12b";
}

.fa-subscript:before {
   content: "\f12c";
}

.fa-eraser:before {
   content: "\f12d";
}

.fa-puzzle-piece:before {
   content: "\f12e";
}

.fa-microphone:before {
   content: "\f130";
}

.fa-microphone-slash:before {
   content: "\f131";
}

.fa-shield:before {
   content: "\f132";
}

.fa-calendar-o:before {
   content: "\f133";
}

.fa-fire-extinguisher:before {
   content: "\f134";
}

.fa-rocket:before {
   content: "\f135";
}

.fa-maxcdn:before {
   content: "\f136";
}

.fa-chevron-circle-left:before {
   content: "\f137";
}

.fa-chevron-circle-right:before {
   content: "\f138";
}

.fa-chevron-circle-up:before {
   content: "\f139";
}

.fa-chevron-circle-down:before {
   content: "\f13a";
}

.fa-html5:before {
   content: "\f13b";
}

.fa-css3:before {
   content: "\f13c";
}

.fa-anchor:before {
   content: "\f13d";
}

.fa-unlock-alt:before {
   content: "\f13e";
}

.fa-bullseye:before {
   content: "\f140";
}

.fa-ellipsis-h:before {
   content: "\f141";
}

.fa-ellipsis-v:before {
   content: "\f142";
}

.fa-rss-square:before {
   content: "\f143";
}

.fa-play-circle:before {
   content: "\f144";
}

.fa-ticket:before {
   content: "\f145";
}

.fa-minus-square:before {
   content: "\f146";
}

.fa-minus-square-o:before {
   content: "\f147";
}

.fa-level-up:before {
   content: "\f148";
}

.fa-level-down:before {
   content: "\f149";
}

.fa-check-square:before {
   content: "\f14a";
}

.fa-pencil-square:before {
   content: "\f14b";
}

.fa-external-link-square:before {
   content: "\f14c";
}

.fa-share-square:before {
   content: "\f14d";
}

.fa-compass:before {
   content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
   content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
   content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
   content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
   content: "\f153";
}

.fa-gbp:before {
   content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
   content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
   content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
   content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
   content: "\f158";
}

.fa-won:before,
.fa-krw:before {
   content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
   content: "\f15a";
}

.fa-file:before {
   content: "\f15b";
}

.fa-file-text:before {
   content: "\f15c";
}

.fa-sort-alpha-asc:before {
   content: "\f15d";
}

.fa-sort-alpha-desc:before {
   content: "\f15e";
}

.fa-sort-amount-asc:before {
   content: "\f160";
}

.fa-sort-amount-desc:before {
   content: "\f161";
}

.fa-sort-numeric-asc:before {
   content: "\f162";
}

.fa-sort-numeric-desc:before {
   content: "\f163";
}

.fa-thumbs-up:before {
   content: "\f164";
}

.fa-thumbs-down:before {
   content: "\f165";
}

.fa-youtube-square:before {
   content: "\f166";
}

.fa-youtube:before {
   content: "\f167";
}

.fa-xing:before {
   content: "\f168";
}

.fa-xing-square:before {
   content: "\f169";
}

.fa-youtube-play:before {
   content: "\f16a";
}

.fa-dropbox:before {
   content: "\f16b";
}

.fa-stack-overflow:before {
   content: "\f16c";
}

.fa-instagram:before {
   content: "\f16d";
}

.fa-flickr:before {
   content: "\f16e";
}

.fa-adn:before {
   content: "\f170";
}

.fa-bitbucket:before {
   content: "\f171";
}

.fa-bitbucket-square:before {
   content: "\f172";
}

.fa-tumblr:before {
   content: "\f173";
}

.fa-tumblr-square:before {
   content: "\f174";
}

.fa-long-arrow-down:before {
   content: "\f175";
}

.fa-long-arrow-up:before {
   content: "\f176";
}

.fa-long-arrow-left:before {
   content: "\f177";
}

.fa-long-arrow-right:before {
   content: "\f178";
}

.fa-apple:before {
   content: "\f179";
}

.fa-windows:before {
   content: "\f17a";
}

.fa-android:before {
   content: "\f17b";
}

.fa-linux:before {
   content: "\f17c";
}

.fa-dribbble:before {
   content: "\f17d";
}

.fa-skype:before {
   content: "\f17e";
}

.fa-foursquare:before {
   content: "\f180";
}

.fa-trello:before {
   content: "\f181";
}

.fa-female:before {
   content: "\f182";
}

.fa-male:before {
   content: "\f183";
}

.fa-gittip:before {
   content: "\f184";
}

.fa-sun-o:before {
   content: "\f185";
}

.fa-moon-o:before {
   content: "\f186";
}

.fa-archive:before {
   content: "\f187";
}

.fa-bug:before {
   content: "\f188";
}

.fa-vk:before {
   content: "\f189";
}

.fa-weibo:before {
   content: "\f18a";
}

.fa-renren:before {
   content: "\f18b";
}

.fa-pagelines:before {
   content: "\f18c";
}

.fa-stack-exchange:before {
   content: "\f18d";
}

.fa-arrow-circle-o-right:before {
   content: "\f18e";
}

.fa-arrow-circle-o-left:before {
   content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
   content: "\f191";
}

.fa-dot-circle-o:before {
   content: "\f192";
}

.fa-wheelchair:before {
   content: "\f193";
}

.fa-vimeo-square:before {
   content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
   content: "\f195";
}

.fa-plus-square-o:before {
   content: "\f196";
}

.fa-space-shuttle:before {
   content: "\f197";
}

.fa-slack:before {
   content: "\f198";
}

.fa-envelope-square:before {
   content: "\f199";
}

.fa-wordpress:before {
   content: "\f19a";
}

.fa-openid:before {
   content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
   content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
   content: "\f19d";
}

.fa-yahoo:before {
   content: "\f19e";
}

.fa-google:before {
   content: "\f1a0";
}

.fa-reddit:before {
   content: "\f1a1";
}

.fa-reddit-square:before {
   content: "\f1a2";
}

.fa-stumbleupon-circle:before {
   content: "\f1a3";
}

.fa-stumbleupon:before {
   content: "\f1a4";
}

.fa-delicious:before {
   content: "\f1a5";
}

.fa-digg:before {
   content: "\f1a6";
}

.fa-pied-piper:before {
   content: "\f1a7";
}

.fa-pied-piper-alt:before {
   content: "\f1a8";
}

.fa-drupal:before {
   content: "\f1a9";
}

.fa-joomla:before {
   content: "\f1aa";
}

.fa-language:before {
   content: "\f1ab";
}

.fa-fax:before {
   content: "\f1ac";
}

.fa-building:before {
   content: "\f1ad";
}

.fa-child:before {
   content: "\f1ae";
}

.fa-paw:before {
   content: "\f1b0";
}

.fa-spoon:before {
   content: "\f1b1";
}

.fa-cube:before {
   content: "\f1b2";
}

.fa-cubes:before {
   content: "\f1b3";
}

.fa-behance:before {
   content: "\f1b4";
}

.fa-behance-square:before {
   content: "\f1b5";
}

.fa-steam:before {
   content: "\f1b6";
}

.fa-steam-square:before {
   content: "\f1b7";
}

.fa-recycle:before {
   content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
   content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
   content: "\f1ba";
}

.fa-tree:before {
   content: "\f1bb";
}

.fa-spotify:before {
   content: "\f1bc";
}

.fa-deviantart:before {
   content: "\f1bd";
}

.fa-soundcloud:before {
   content: "\f1be";
}

.fa-database:before {
   content: "\f1c0";
}

.fa-file-pdf-o:before {
   content: "\f1c1";
}

.fa-file-word-o:before {
   content: "\f1c2";
}

.fa-file-excel-o:before {
   content: "\f1c3";
}

.fa-file-powerpoint-o:before {
   content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
   content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
   content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
   content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
   content: "\f1c8";
}

.fa-file-code-o:before {
   content: "\f1c9";
}

.fa-vine:before {
   content: "\f1ca";
}

.fa-codepen:before {
   content: "\f1cb";
}

.fa-jsfiddle:before {
   content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
   content: "\f1cd";
}

.fa-circle-o-notch:before {
   content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
   content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
   content: "\f1d1";
}

.fa-git-square:before {
   content: "\f1d2";
}

.fa-git:before {
   content: "\f1d3";
}

.fa-hacker-news:before {
   content: "\f1d4";
}

.fa-tencent-weibo:before {
   content: "\f1d5";
}

.fa-qq:before {
   content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
   content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
   content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
   content: "\f1d9";
}

.fa-history:before {
   content: "\f1da";
}

.fa-circle-thin:before {
   content: "\f1db";
}

.fa-header:before {
   content: "\f1dc";
}

.fa-paragraph:before {
   content: "\f1dd";
}

.fa-sliders:before {
   content: "\f1de";
}

.fa-share-alt:before {
   content: "\f1e0";
}

.fa-share-alt-square:before {
   content: "\f1e1";
}

.fa-bomb:before {
   content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
   content: "\f1e3";
}

.fa-tty:before {
   content: "\f1e4";
}

.fa-binoculars:before {
   content: "\f1e5";
}

.fa-plug:before {
   content: "\f1e6";
}

.fa-slideshare:before {
   content: "\f1e7";
}

.fa-twitch:before {
   content: "\f1e8";
}

.fa-yelp:before {
   content: "\f1e9";
}

.fa-newspaper-o:before {
   content: "\f1ea";
}

.fa-wifi:before {
   content: "\f1eb";
}

.fa-calculator:before {
   content: "\f1ec";
}

.fa-paypal:before {
   content: "\f1ed";
}

.fa-google-wallet:before {
   content: "\f1ee";
}

.fa-cc-visa:before {
   content: "\f1f0";
}

.fa-cc-mastercard:before {
   content: "\f1f1";
}

.fa-cc-discover:before {
   content: "\f1f2";
}

.fa-cc-amex:before {
   content: "\f1f3";
}

.fa-cc-paypal:before {
   content: "\f1f4";
}

.fa-cc-stripe:before {
   content: "\f1f5";
}

.fa-bell-slash:before {
   content: "\f1f6";
}

.fa-bell-slash-o:before {
   content: "\f1f7";
}

.fa-trash:before {
   content: "\f1f8";
}

.fa-copyright:before {
   content: "\f1f9";
}

.fa-at:before {
   content: "\f1fa";
}

.fa-eyedropper:before {
   content: "\f1fb";
}

.fa-paint-brush:before {
   content: "\f1fc";
}

.fa-birthday-cake:before {
   content: "\f1fd";
}

.fa-area-chart:before {
   content: "\f1fe";
}

.fa-pie-chart:before {
   content: "\f200";
}

.fa-line-chart:before {
   content: "\f201";
}

.fa-lastfm:before {
   content: "\f202";
}

.fa-lastfm-square:before {
   content: "\f203";
}

.fa-toggle-off:before {
   content: "\f204";
}

.fa-toggle-on:before {
   content: "\f205";
}

.fa-bicycle:before {
   content: "\f206";
}

.fa-bus:before {
   content: "\f207";
}

.fa-ioxhost:before {
   content: "\f208";
}

.fa-angellist:before {
   content: "\f209";
}

.fa-cc:before {
   content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
   content: "\f20b";
}

.fa-meanpath:before {
   content: "\f20c";
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
   font-family: sans-serif;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}
html, body {
    position: relative;
    width: 100%; min-width:1600px;
}
body {
   margin: 0;
   min-width:1600px;
 
}
 
 

 
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
   display: block;
}

audio,
canvas,
progress,
video {
   display: inline-block;
   vertical-align: baseline;
}

audio:not([controls]) {
   display: none;
   height: 0;
}

[hidden],
template {
   display: none;
}

a {
   background-color: transparent;
}

a:active,
a:hover {
   outline: 0;
}

abbr[title] {
   border-bottom: 1px dotted;
}

b,
strong {
   font-weight: bold;
}

dfn {
   font-style: italic;
}

h1 {
   font-size: 2em;
   margin: 0.67em 0;
}

mark {
   background: #ff0;
   color: #000;
}

small {
   font-size: 80%;
}

sub,
sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
}

sup {
   top: -0.5em;
}

sub {
   bottom: -0.25em;
}

img {
   border: 0;
}

svg:not(:root) {
   overflow: hidden;
}

figure {
   margin: 1em 40px;
}

hr {
   -moz-box-sizing: content-box;
   box-sizing: content-box;
   height: 0;
}

pre {
   overflow: auto;
}

code,
kbd,
pre,
samp {
   font-family: monospace, monospace;
   font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
   color: inherit;
   font: inherit;
   margin: 0;
}

button {
   overflow: visible;
}

button,
select {
   text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
   -webkit-appearance: button;
   cursor: pointer;
}

button[disabled],
html input[disabled] {
   cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
   border: 0;
   padding: 0;
}

input {
   line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
   box-sizing: border-box;
   padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
   height: auto;
}

input[type="search"] {
   -webkit-appearance: textfield;
   -moz-box-sizing: content-box;
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
}

fieldset {
   border: 1px solid #c0c0c0;
   margin: 0 2px;
   padding: 0.35em 0.625em 0.75em;
}

legend {
   border: 0;
   padding: 0;
}

textarea {
   overflow: auto;
}

optgroup {
   font-weight: bold;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

td,
th {
   padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

   *,
   *:before,
   *:after {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important;
   }

   a,
   a:visited {
      text-decoration: underline;
   }

   a[href]:after {
      content: " (" attr(href) ")";
   }

   abbr[title]:after {
      content: " (" attr(title) ")";
   }

   a[href^="#"]:after,
   a[href^="javascript:"]:after {
      content: "";
   }

   pre,
   blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
   }

   thead {
      display: table-header-group;
   }

   tr,
   img {
      page-break-inside: avoid;
   }

   img {
      max-width: 100% !important;
   }

   p,
   h2,
   h3 {
      orphans: 3;
      widows: 3;
   }

   h2,
   h3 {
      page-break-after: avoid;
   }

   select {
      background: #fff !important;
   }

   .navbar {
      display: none;
   }

   .btn>.caret,
   .dropup>.btn>.caret {
      border-top-color: #000 !important;
   }

   .label {
      border: 1px solid #000;
   }

   .table {
      border-collapse: collapse !important;
   }

   .table td,
   .table th {
      background-color: #fff !important;
   }

   .table-bordered th,
   .table-bordered td {
      border: 1px solid #ddd !important;
   }
}

@font-face {
   font-family: 'Glyphicons Halflings';
   src: url('../fonts/glyphicons-halflings-regular.eot');
   src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
   position: relative;
   top: 1px;
   display: inline-block;
   font-family: 'Glyphicons Halflings';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
   content: "\2a";
}

.glyphicon-plus:before {
   content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
   content: "\20ac";
}

.glyphicon-minus:before {
   content: "\2212";
}

.glyphicon-cloud:before {
   content: "\2601";
}

.glyphicon-envelope:before {
   content: "\2709";
}

.glyphicon-pencil:before {
   content: "\270f";
}

.glyphicon-glass:before {
   content: "\e001";
}

.glyphicon-music:before {
   content: "\e002";
}

.glyphicon-search:before {
   content: "\e003";
}

.glyphicon-heart:before {
   content: "\e005";
}

.glyphicon-star:before {
   content: "\e006";
}

.glyphicon-star-empty:before {
   content: "\e007";
}

.glyphicon-user:before {
   content: "\e008";
}

.glyphicon-film:before {
   content: "\e009";
}

.glyphicon-th-large:before {
   content: "\e010";
}

.glyphicon-th:before {
   content: "\e011";
}

.glyphicon-th-list:before {
   content: "\e012";
}

.glyphicon-ok:before {
   content: "\e013";
}

.glyphicon-remove:before {
   content: "\e014";
}

.glyphicon-zoom-in:before {
   content: "\e015";
}

.glyphicon-zoom-out:before {
   content: "\e016";
}

.glyphicon-off:before {
   content: "\e017";
}

.glyphicon-signal:before {
   content: "\e018";
}

.glyphicon-cog:before {
   content: "\e019";
}

.glyphicon-trash:before {
   content: "\e020";
}

.glyphicon-home:before {
   content: "\e021";
}

.glyphicon-file:before {
   content: "\e022";
}

.glyphicon-time:before {
   content: "\e023";
}

.glyphicon-road:before {
   content: "\e024";
}

.glyphicon-download-alt:before {
   content: "\e025";
}

.glyphicon-download:before {
   content: "\e026";
}

.glyphicon-upload:before {
   content: "\e027";
}

.glyphicon-inbox:before {
   content: "\e028";
}

.glyphicon-play-circle:before {
   content: "\e029";
}

.glyphicon-repeat:before {
   content: "\e030";
}

.glyphicon-refresh:before {
   content: "\e031";
}

.glyphicon-list-alt:before {
   content: "\e032";
}

.glyphicon-lock:before {
   content: "\e033";
}

.glyphicon-flag:before {
   content: "\e034";
}

.glyphicon-headphones:before {
   content: "\e035";
}

.glyphicon-volume-off:before {
   content: "\e036";
}

.glyphicon-volume-down:before {
   content: "\e037";
}

.glyphicon-volume-up:before {
   content: "\e038";
}

.glyphicon-qrcode:before {
   content: "\e039";
}

.glyphicon-barcode:before {
   content: "\e040";
}

.glyphicon-tag:before {
   content: "\e041";
}

.glyphicon-tags:before {
   content: "\e042";
}

.glyphicon-book:before {
   content: "\e043";
}

.glyphicon-bookmark:before {
   content: "\e044";
}

.glyphicon-print:before {
   content: "\e045";
}

.glyphicon-camera:before {
   content: "\e046";
}

.glyphicon-font:before {
   content: "\e047";
}

.glyphicon-bold:before {
   content: "\e048";
}

.glyphicon-italic:before {
   content: "\e049";
}

.glyphicon-text-height:before {
   content: "\e050";
}

.glyphicon-text-width:before {
   content: "\e051";
}

.glyphicon-align-left:before {
   content: "\e052";
}

.glyphicon-align-center:before {
   content: "\e053";
}

.glyphicon-align-right:before {
   content: "\e054";
}

.glyphicon-align-justify:before {
   content: "\e055";
}

.glyphicon-list:before {
   content: "\e056";
}

.glyphicon-indent-left:before {
   content: "\e057";
}

.glyphicon-indent-right:before {
   content: "\e058";
}

.glyphicon-facetime-video:before {
   content: "\e059";
}

.glyphicon-picture:before {
   content: "\e060";
}

.glyphicon-map-marker:before {
   content: "\e062";
}

.glyphicon-adjust:before {
   content: "\e063";
}

.glyphicon-tint:before {
   content: "\e064";
}

.glyphicon-edit:before {
   content: "\e065";
}

.glyphicon-share:before {
   content: "\e066";
}

.glyphicon-check:before {
   content: "\e067";
}

.glyphicon-move:before {
   content: "\e068";
}

.glyphicon-step-backward:before {
   content: "\e069";
}

.glyphicon-fast-backward:before {
   content: "\e070";
}

.glyphicon-backward:before {
   content: "\e071";
}

.glyphicon-play:before {
   content: "\e072";
}

.glyphicon-pause:before {
   content: "\e073";
}

.glyphicon-stop:before {
   content: "\e074";
}

.glyphicon-forward:before {
   content: "\e075";
}

.glyphicon-fast-forward:before {
   content: "\e076";
}

.glyphicon-step-forward:before {
   content: "\e077";
}

.glyphicon-eject:before {
   content: "\e078";
}

.glyphicon-chevron-left:before {
   content: "\e079";
}

.glyphicon-chevron-right:before {
   content: "\e080";
}

.glyphicon-plus-sign:before {
   content: "\e081";
}

.glyphicon-minus-sign:before {
   content: "\e082";
}

.glyphicon-remove-sign:before {
   content: "\e083";
}

.glyphicon-ok-sign:before {
   content: "\e084";
}

.glyphicon-question-sign:before {
   content: "\e085";
}

.glyphicon-info-sign:before {
   content: "\e086";
}

.glyphicon-screenshot:before {
   content: "\e087";
}

.glyphicon-remove-circle:before {
   content: "\e088";
}

.glyphicon-ok-circle:before {
   content: "\e089";
}

.glyphicon-ban-circle:before {
   content: "\e090";
}

.glyphicon-arrow-left:before {
   content: "\e091";
}

.glyphicon-arrow-right:before {
   content: "\e092";
}

.glyphicon-arrow-up:before {
   content: "\e093";
}

.glyphicon-arrow-down:before {
   content: "\e094";
}

.glyphicon-share-alt:before {
   content: "\e095";
}

.glyphicon-resize-full:before {
   content: "\e096";
}

.glyphicon-resize-small:before {
   content: "\e097";
}

.glyphicon-exclamation-sign:before {
   content: "\e101";
}

.glyphicon-gift:before {
   content: "\e102";
}

.glyphicon-leaf:before {
   content: "\e103";
}

.glyphicon-fire:before {
   content: "\e104";
}

.glyphicon-eye-open:before {
   content: "\e105";
}

.glyphicon-eye-close:before {
   content: "\e106";
}

.glyphicon-warning-sign:before {
   content: "\e107";
}

.glyphicon-plane:before {
   content: "\e108";
}

.glyphicon-calendar:before {
   content: "\e109";
}

.glyphicon-random:before {
   content: "\e110";
}

.glyphicon-comment:before {
   content: "\e111";
}

.glyphicon-magnet:before {
   content: "\e112";
}

.glyphicon-chevron-up:before {
   content: "\e113";
}

.glyphicon-chevron-down:before {
   content: "\e114";
}

.glyphicon-retweet:before {
   content: "\e115";
}

.glyphicon-shopping-cart:before {
   content: "\e116";
}

.glyphicon-folder-close:before {
   content: "\e117";
}

.glyphicon-folder-open:before {
   content: "\e118";
}

.glyphicon-resize-vertical:before {
   content: "\e119";
}

.glyphicon-resize-horizontal:before {
   content: "\e120";
}

.glyphicon-hdd:before {
   content: "\e121";
}

.glyphicon-bullhorn:before {
   content: "\e122";
}

.glyphicon-bell:before {
   content: "\e123";
}

.glyphicon-certificate:before {
   content: "\e124";
}

.glyphicon-thumbs-up:before {
   content: "\e125";
}

.glyphicon-thumbs-down:before {
   content: "\e126";
}

.glyphicon-hand-right:before {
   content: "\e127";
}

.glyphicon-hand-left:before {
   content: "\e128";
}

.glyphicon-hand-up:before {
   content: "\e129";
}

.glyphicon-hand-down:before {
   content: "\e130";
}

.glyphicon-circle-arrow-right:before {
   content: "\e131";
}

.glyphicon-circle-arrow-left:before {
   content: "\e132";
}

.glyphicon-circle-arrow-up:before {
   content: "\e133";
}

.glyphicon-circle-arrow-down:before {
   content: "\e134";
}

.glyphicon-globe:before {
   content: "\e135";
}

.glyphicon-wrench:before {
   content: "\e136";
}

.glyphicon-tasks:before {
   content: "\e137";
}

.glyphicon-filter:before {
   content: "\e138";
}

.glyphicon-briefcase:before {
   content: "\e139";
}

.glyphicon-fullscreen:before {
   content: "\e140";
}

.glyphicon-dashboard:before {
   content: "\e141";
}

.glyphicon-paperclip:before {
   content: "\e142";
}

.glyphicon-heart-empty:before {
   content: "\e143";
}

.glyphicon-link:before {
   content: "\e144";
}

.glyphicon-phone:before {
   content: "\e145";
}

.glyphicon-pushpin:before {
   content: "\e146";
}

.glyphicon-usd:before {
   content: "\e148";
}

.glyphicon-gbp:before {
   content: "\e149";
}

.glyphicon-sort:before {
   content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
   content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
   content: "\e152";
}

.glyphicon-sort-by-order:before {
   content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
   content: "\e154";
}

.glyphicon-sort-by-attributes:before {
   content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
   content: "\e156";
}

.glyphicon-unchecked:before {
   content: "\e157";
}

.glyphicon-expand:before {
   content: "\e158";
}

.glyphicon-collapse-down:before {
   content: "\e159";
}

.glyphicon-collapse-up:before {
   content: "\e160";
}

.glyphicon-log-in:before {
   content: "\e161";
}

.glyphicon-flash:before {
   content: "\e162";
}

.glyphicon-log-out:before {
   content: "\e163";
}

.glyphicon-new-window:before {
   content: "\e164";
}

.glyphicon-record:before {
   content: "\e165";
}

.glyphicon-save:before {
   content: "\e166";
}

.glyphicon-open:before {
   content: "\e167";
}

.glyphicon-saved:before {
   content: "\e168";
}

.glyphicon-import:before {
   content: "\e169";
}

.glyphicon-export:before {
   content: "\e170";
}

.glyphicon-send:before {
   content: "\e171";
}

.glyphicon-floppy-disk:before {
   content: "\e172";
}

.glyphicon-floppy-saved:before {
   content: "\e173";
}

.glyphicon-floppy-remove:before {
   content: "\e174";
}

.glyphicon-floppy-save:before {
   content: "\e175";
}

.glyphicon-floppy-open:before {
   content: "\e176";
}

.glyphicon-credit-card:before {
   content: "\e177";
}

.glyphicon-transfer:before {
   content: "\e178";
}

.glyphicon-cutlery:before {
   content: "\e179";
}

.glyphicon-header:before {
   content: "\e180";
}

.glyphicon-compressed:before {
   content: "\e181";
}

.glyphicon-earphone:before {
   content: "\e182";
}

.glyphicon-phone-alt:before {
   content: "\e183";
}

.glyphicon-tower:before {
   content: "\e184";
}

.glyphicon-stats:before {
   content: "\e185";
}

.glyphicon-sd-video:before {
   content: "\e186";
}

.glyphicon-hd-video:before {
   content: "\e187";
}

.glyphicon-subtitles:before {
   content: "\e188";
}

.glyphicon-sound-stereo:before {
   content: "\e189";
}

.glyphicon-sound-dolby:before {
   content: "\e190";
}

.glyphicon-sound-5-1:before {
   content: "\e191";
}

.glyphicon-sound-6-1:before {
   content: "\e192";
}

.glyphicon-sound-7-1:before {
   content: "\e193";
}

.glyphicon-copyright-mark:before {
   content: "\e194";
}

.glyphicon-registration-mark:before {
   content: "\e195";
}

.glyphicon-cloud-download:before {
   content: "\e197";
}

.glyphicon-cloud-upload:before {
   content: "\e198";
}

.glyphicon-tree-conifer:before {
   content: "\e199";
}

.glyphicon-tree-deciduous:before {
   content: "\e200";
}

* {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

*:before,
*:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

html {
   font-size: 10px;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
   font-family: "\5FAE\8F6F\96C5\9ED1", "Hiragino Sans GB";
   font-size: 16px;
   line-height: 1.42857143;
   color: #333333;
   background-color: #ffffff;
}

input,
button,
select,
textarea {
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
}

a {
   color: #333;
   text-decoration: none;
}

a:hover,
a:focus {
   color: #444444;
   text-decoration: underline;
}

a:focus {
   outline: thin dotted;
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px;
}

figure {
   margin: 0;
}

img {
   vertical-align: middle;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img,
.same-type .min-list.img .min-list-img>img,
.same-type .min-list.img .min-list-img a>img {
   display: block;
   max-width: 100%;
   height: auto;
}

.img-rounded {
   border-radius: 6px;
}

.img-thumbnail {
   padding: 4px;
   line-height: 1.42857143;
   background-color: #ffffff;
   border: 1px solid #dddddd;
   border-radius: 4px;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   display: inline-block;
   max-width: 100%;
   height: auto;
}

.img-circle {
   border-radius: 50%;
}

hr {
   margin-top: 20px;
   margin-bottom: 20px;
   border: 0;
   border-top: 1px solid #eeeeee;
}

.sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   margin: -1px;
   padding: 0;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
   position: static;
   width: auto;
   height: auto;
   margin: 0;
   overflow: visible;
   clip: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
   font-family: inherit;
   font-weight: 500;
   line-height: 1.1;
   color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
   font-weight: normal;
   line-height: 1;
   color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
   margin-top: 20px;
   margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
   font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
   margin-top: 10px;
   margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
   font-size: 75%;
}

h1,
.h1 {
   font-size: 36px;
}

h2,
.h2 {
   font-size: 30px;
}

h3,
.h3 {
   font-size: 24px;
}

h4,
.h4 {
   font-size: 18px;
}

h5,
.h5 {
   font-size: 16px;
}

h6,
.h6 {
   font-size: 16px;
}

p {
   margin: 0 0 10px;
}

.lead {
   margin-bottom: 20px;
   font-size: 16px;
   font-weight: 300;
   line-height: 1.4;
}

@media (min-width: 10px) {
   .lead {
      font-size: 21px;
   }
}

small,
.small {
   font-size: 85%;
}

mark,
.mark {
   background-color: #fcf8e3;
   padding: .2em;
}

.text-left {
   text-align: left;
}

.text-right {
   text-align: right;
}

.text-center {
   text-align: center;
}

.text-justify {
   text-align: justify;
}

.text-nowrap {
   white-space: nowrap;
}

.text-lowercase {
   text-transform: lowercase;
}

.text-uppercase {
   text-transform: uppercase;
}

.text-capitalize {
   text-transform: capitalize;
}

.text-muted {
   color: #777777;
}

.text-primary {
   color: #2f549f;
}

a.text-primary:hover {
   color: #233f78;
}

.text-success {
   color: #3c763d;
}

a.text-success:hover {
   color: #2b542c;
}

.text-info {
   color: #0065CB;
}

a.text-info:hover {
   color: #245269;
}

.text-warning {
   color: #8a6d3b;
}

a.text-warning:hover {
   color: #66512c;
}

.text-danger {
   color: #a94442;
}

a.text-danger:hover {
   color: #843534;
}

.bg-primary {
   color: #fff;
   background-color: #2f549f;
}

a.bg-primary:hover {
   background-color: #233f78;
}

.bg-success {
   background-color: #dff0d8;
}

a.bg-success:hover {
   background-color: #c1e2b3;
}

.bg-info {
   background-color: #d9edf7;
}

a.bg-info:hover {
   background-color: #afd9ee;
}

.bg-warning {
   background-color: #fcf8e3;
}

a.bg-warning:hover {
   background-color: #f7ecb5;
}

.bg-danger {
   background-color: #f2dede;
}

a.bg-danger:hover {
   background-color: #e4b9b9;
}

.page-header {
   padding-bottom: 9px;
   margin: 40px 0 20px;
}

.page-header2 {
   padding-bottom: 9px;
   margin: 40px 0 20px;
   border-bottom: 1px solid #eeeeee;
}

ul,
ol {
   margin-top: 0;
   margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
   margin-bottom: 0;
}

.list-unstyled {
   padding-left: 0;
   list-style: none;
}

.list-inline {
   padding-left: 0;
   list-style: none;
   margin-left: -5px;
}

.list-inline>li {
   display: inline-block;
   padding-left: 5px;
   padding-right: 5px;
}

dl {
   margin-top: 0;
   margin-bottom: 20px;
}

dt,
dd {
   line-height: 1.42857143;
}

dt {
   font-weight: bold;
}

dd {
   margin-left: 0;
}

@media (min-width: 10px) {
   .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
   }

   .dl-horizontal dd {
      margin-left: 180px;
   }
}

abbr[title],
abbr[data-original-title] {
   cursor: help;
   border-bottom: 1px dotted #777777;
}

.initialism {
   font-size: 90%;
   text-transform: uppercase;
}

blockquote {
   padding: 10px 20px;
   margin: 0 0 20px;
   font-size: 17.5px;
   border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
   margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
   display: block;
   font-size: 80%;
   line-height: 1.42857143;
   color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
   content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
   padding-right: 15px;
   padding-left: 0;
   border-right: 5px solid #eeeeee;
   border-left: 0;
   text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
   content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
   content: '\00A0 \2014';
}

address {
   margin-bottom: 20px;
   font-style: normal;
   line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
   font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
   padding: 2px 4px;
   font-size: 90%;
   color: #c7254e;
   background-color: #f9f2f4;
   border-radius: 4px;
}

kbd {
   padding: 2px 4px;
   font-size: 90%;
   color: #ffffff;
   background-color: #333333;
   border-radius: 3px;
   box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
   padding: 0;
   font-size: 100%;
   font-weight: bold;
   box-shadow: none;
}

pre {
   display: block;
   padding: 9.5px;
   margin: 0 0 10px;
   font-size: 13px;
   line-height: 1.42857143;
   word-break: break-all;
   word-wrap: break-word;
   color: #333333;
   background-color: #f5f5f5;
   border: 1px solid #cccccc;
   border-radius: 4px;
}

pre code {
   padding: 0;
   font-size: inherit;
   color: inherit;
   white-space: pre-wrap;
   background-color: transparent;
   border-radius: 0;
}

.pre-scrollable {
   max-height: 340px;
   overflow-y: scroll;
}

.container {
   margin-right: auto;
   margin-left: auto;
   padding-left: 5px;
   padding-right: 5px;
}

@media (min-width: 10px) {
   .container {
      width: 730px;
   }
}

@media (min-width: 10px) {
   .container {
      width: 1190px;
   }
}

@media (min-width: 10px) {
   .container {
      width: 1150px;
   }
}

.container-fluid {
   margin-right: auto;
   margin-left: auto;
   padding-left: 5px;
   padding-right: 5px;
}

.row {
   margin-left: -5px;
   margin-right: -5px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
   position: relative;
   min-height: 1px;
   padding-left: 5px;
   padding-right: 5px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
   float: left;
}

.col-xs-12 {
   width: 100%;
}

.col-xs-11 {
   width: 91.66666667%;
}

.col-xs-10 {
   width: 83.33333333%;
}

.col-xs-9 {
   width: 75%;
}

.col-xs-8 {
   width: 66.66666667%;
}

.col-xs-7 {
   width: 58.33333333%;
}

.col-xs-6 {
   width: 50%;
}

.col-xs-5 {
   width: 41.66666667%;
}

.col-xs-4 {
   width: 33.33333333%;
}

.col-xs-3 {
   width: 25%;
}

.col-xs-2 {
   width: 16.66666667%;
}

.col-xs-1 {
   width: 8.33333333%;
}

.col-xs-pull-12 {
   right: 100%;
}

.col-xs-pull-11 {
   right: 91.66666667%;
}

.col-xs-pull-10 {
   right: 83.33333333%;
}

.col-xs-pull-9 {
   right: 75%;
}

.col-xs-pull-8 {
   right: 66.66666667%;
}

.col-xs-pull-7 {
   right: 58.33333333%;
}

.col-xs-pull-6 {
   right: 50%;
}

.col-xs-pull-5 {
   right: 41.66666667%;
}

.col-xs-pull-4 {
   right: 33.33333333%;
}

.col-xs-pull-3 {
   right: 25%;
}

.col-xs-pull-2 {
   right: 16.66666667%;
}

.col-xs-pull-1 {
   right: 8.33333333%;
}

.col-xs-pull-0 {
   right: auto;
}

.col-xs-push-12 {
   left: 100%;
}

.col-xs-push-11 {
   left: 91.66666667%;
}

.col-xs-push-10 {
   left: 83.33333333%;
}

.col-xs-push-9 {
   left: 75%;
}

.col-xs-push-8 {
   left: 66.66666667%;
}

.col-xs-push-7 {
   left: 58.33333333%;
}

.col-xs-push-6 {
   left: 50%;
}

.col-xs-push-5 {
   left: 41.66666667%;
}

.col-xs-push-4 {
   left: 33.33333333%;
}

.col-xs-push-3 {
   left: 25%;
}

.col-xs-push-2 {
   left: 16.66666667%;
}

.col-xs-push-1 {
   left: 8.33333333%;
}

.col-xs-push-0 {
   left: auto;
}

.col-xs-offset-12 {
   margin-left: 100%;
}

.col-xs-offset-11 {
   margin-left: 91.66666667%;
}

.col-xs-offset-10 {
   margin-left: 83.33333333%;
}

.col-xs-offset-9 {
   margin-left: 75%;
}

.col-xs-offset-8 {
   margin-left: 66.66666667%;
}

.col-xs-offset-7 {
   margin-left: 58.33333333%;
}

.col-xs-offset-6 {
   margin-left: 50%;
}

.col-xs-offset-5 {
   margin-left: 41.66666667%;
}

.col-xs-offset-4 {
   margin-left: 33.33333333%;
}

.col-xs-offset-3 {
   margin-left: 25%;
}

.col-xs-offset-2 {
   margin-left: 16.66666667%;
}

.col-xs-offset-1 {
   margin-left: 8.33333333%;
}

.col-xs-offset-0 {
   margin-left: 0%;
}

@media (min-width: 10px) {

   .col-sm-1,
   .col-sm-2,
   .col-sm-3,
   .col-sm-4,
   .col-sm-5,
   .col-sm-6,
   .col-sm-7,
   .col-sm-8,
   .col-sm-9,
   .col-sm-10,
   .col-sm-11,
   .col-sm-12 {
      float: left;
   }

   .col-sm-12 {
      width: 100%;
   }

   .col-sm-11 {
      width: 91.66666667%;
   }

   .col-sm-10 {
      width: 83.33333333%;
   }

   .col-sm-9 {
      width: 75%;
   }

   .col-sm-8 {
      width: 66.66666667%;
   }

   .col-sm-7 {
      width: 58.33333333%;
   }

   .col-sm-6 {
      width: 50%;
   }

   .col-sm-5 {
      width: 41.66666667%;
   }

   .col-sm-4 {
      width: 33.33333333%;
   }

   .col-sm-3 {
      width: 25%;
   }

   .col-sm-2 {
      width: 16.66666667%;
   }

   .col-sm-1 {
      width: 8.33333333%;
   }

   .col-sm-pull-12 {
      right: 100%;
   }

   .col-sm-pull-11 {
      right: 91.66666667%;
   }

   .col-sm-pull-10 {
      right: 83.33333333%;
   }

   .col-sm-pull-9 {
      right: 75%;
   }

   .col-sm-pull-8 {
      right: 66.66666667%;
   }

   .col-sm-pull-7 {
      right: 58.33333333%;
   }

   .col-sm-pull-6 {
      right: 50%;
   }

   .col-sm-pull-5 {
      right: 41.66666667%;
   }

   .col-sm-pull-4 {
      right: 33.33333333%;
   }

   .col-sm-pull-3 {
      right: 25%;
   }

   .col-sm-pull-2 {
      right: 16.66666667%;
   }

   .col-sm-pull-1 {
      right: 8.33333333%;
   }

   .col-sm-pull-0 {
      right: auto;
   }

   .col-sm-push-12 {
      left: 100%;
   }

   .col-sm-push-11 {
      left: 91.66666667%;
   }

   .col-sm-push-10 {
      left: 83.33333333%;
   }

   .col-sm-push-9 {
      left: 75%;
   }

   .col-sm-push-8 {
      left: 66.66666667%;
   }

   .col-sm-push-7 {
      left: 58.33333333%;
   }

   .col-sm-push-6 {
      left: 50%;
   }

   .col-sm-push-5 {
      left: 41.66666667%;
   }

   .col-sm-push-4 {
      left: 33.33333333%;
   }

   .col-sm-push-3 {
      left: 25%;
   }

   .col-sm-push-2 {
      left: 16.66666667%;
   }

   .col-sm-push-1 {
      left: 8.33333333%;
   }

   .col-sm-push-0 {
      left: auto;
   }

   .col-sm-offset-12 {
      margin-left: 100%;
   }

   .col-sm-offset-11 {
      margin-left: 91.66666667%;
   }

   .col-sm-offset-10 {
      margin-left: 83.33333333%;
   }

   .col-sm-offset-9 {
      margin-left: 75%;
   }

   .col-sm-offset-8 {
      margin-left: 66.66666667%;
   }

   .col-sm-offset-7 {
      margin-left: 58.33333333%;
   }

   .col-sm-offset-6 {
      margin-left: 50%;
   }

   .col-sm-offset-5 {
      margin-left: 41.66666667%;
   }

   .col-sm-offset-4 {
      margin-left: 33.33333333%;
   }

   .col-sm-offset-3 {
      margin-left: 25%;
   }

   .col-sm-offset-2 {
      margin-left: 16.66666667%;
   }

   .col-sm-offset-1 {
      margin-left: 8.33333333%;
   }

   .col-sm-offset-0 {
      margin-left: 0%;
   }
}

@media (min-width: 10px) {

   .col-md-1,
   .col-md-2,
   .col-md-3,
   .col-md-4,
   .col-md-5,
   .col-md-6,
   .col-md-7,
   .col-md-8,
   .col-md-9,
   .col-md-10,
   .col-md-11,
   .col-md-12 {
      float: left;
   }

   .col-md-12 {
      width: 100%;
   }

   .col-md-11 {
      width: 91.66666667%;
   }

   .col-md-10 {
      width: 83.33333333%;
   }

   .col-md-9 {
      width: 75%;
   }

   .col-md-8 {
      width: 66.66666667%;
   }

   .col-md-7 {
      width: 58.33333333%;
   }

   .col-md-6 {
      width: 50%;
   }

   .col-md-5 {
      width: 41.66666667%;
   }

   .col-md-4 {
      width: 33.33333333%;
   }

   .col-md-3 {
      width: 25%;
   }

   .col-md-2 {
      width: 16.66666667%;
   }

   .col-md-1 {
      width: 8.33333333%;
   }

   .col-md-pull-12 {
      right: 100%;
   }

   .col-md-pull-11 {
      right: 91.66666667%;
   }

   .col-md-pull-10 {
      right: 83.33333333%;
   }

   .col-md-pull-9 {
      right: 75%;
   }

   .col-md-pull-8 {
      right: 66.66666667%;
   }

   .col-md-pull-7 {
      right: 58.33333333%;
   }

   .col-md-pull-6 {
      right: 50%;
   }

   .col-md-pull-5 {
      right: 41.66666667%;
   }

   .col-md-pull-4 {
      right: 33.33333333%;
   }

   .col-md-pull-3 {
      right: 25%;
   }

   .col-md-pull-2 {
      right: 16.66666667%;
   }

   .col-md-pull-1 {
      right: 8.33333333%;
   }

   .col-md-pull-0 {
      right: auto;
   }

   .col-md-push-12 {
      left: 100%;
   }

   .col-md-push-11 {
      left: 91.66666667%;
   }

   .col-md-push-10 {
      left: 83.33333333%;
   }

   .col-md-push-9 {
      left: 75%;
   }

   .col-md-push-8 {
      left: 66.66666667%;
   }

   .col-md-push-7 {
      left: 58.33333333%;
   }

   .col-md-push-6 {
      left: 50%;
   }

   .col-md-push-5 {
      left: 41.66666667%;
   }

   .col-md-push-4 {
      left: 33.33333333%;
   }

   .col-md-push-3 {
      left: 25%;
   }

   .col-md-push-2 {
      left: 16.66666667%;
   }

   .col-md-push-1 {
      left: 8.33333333%;
   }

   .col-md-push-0 {
      left: auto;
   }

   .col-md-offset-12 {
      margin-left: 100%;
   }

   .col-md-offset-11 {
      margin-left: 91.66666667%;
   }

   .col-md-offset-10 {
      margin-left: 83.33333333%;
   }

   .col-md-offset-9 {
      margin-left: 75%;
   }

   .col-md-offset-8 {
      margin-left: 66.66666667%;
   }

   .col-md-offset-7 {
      margin-left: 58.33333333%;
   }

   .col-md-offset-6 {
      margin-left: 50%;
   }

   .col-md-offset-5 {
      margin-left: 41.66666667%;
   }

   .col-md-offset-4 {
      margin-left: 33.33333333%;
   }

   .col-md-offset-3 {
      margin-left: 25%;
   }

   .col-md-offset-2 {
      margin-left: 16.66666667%;
   }

   .col-md-offset-1 {
      margin-left: 8.33333333%;
   }

   .col-md-offset-0 {
      margin-left: 0%;
   }
}

@media (min-width: 10px) {

   .col-lg-1,
   .col-lg-2,
   .col-lg-3,
   .col-lg-4,
   .col-lg-5,
   .col-lg-6,
   .col-lg-7,
   .col-lg-8,
   .col-lg-9,
   .col-lg-10,
   .col-lg-11,
   .col-lg-12 {
      float: left;
   }

   .col-lg-12 {
      width: 100%;
   }

   .col-lg-11 {
      width: 91.66666667%;
   }

   .col-lg-10 {
      width: 83.33333333%;
   }

   .col-lg-9 {
      width: 75%;
   }

   .col-lg-8 {
      width: 66.66666667%;
   }

   .col-lg-7 {
      width: 58.33333333%;
   }

   .col-lg-6 {
      width: 50%;
   }

   .col-lg-5 {
      width: 41.66666667%;
   }

   .col-lg-4 {
      width: 33.33333333%;
   }

   .col-lg-3 {
      width: 25%;
   }

   .col-lg-2 {
      width: 16.66666667%;
   }

   .col-lg-1 {
      width: 8.33333333%;
   }

   .col-lg-pull-12 {
      right: 100%;
   }

   .col-lg-pull-11 {
      right: 91.66666667%;
   }

   .col-lg-pull-10 {
      right: 83.33333333%;
   }

   .col-lg-pull-9 {
      right: 75%;
   }

   .col-lg-pull-8 {
      right: 66.66666667%;
   }

   .col-lg-pull-7 {
      right: 58.33333333%;
   }

   .col-lg-pull-6 {
      right: 50%;
   }

   .col-lg-pull-5 {
      right: 41.66666667%;
   }

   .col-lg-pull-4 {
      right: 33.33333333%;
   }

   .col-lg-pull-3 {
      right: 25%;
   }

   .col-lg-pull-2 {
      right: 16.66666667%;
   }

   .col-lg-pull-1 {
      right: 8.33333333%;
   }

   .col-lg-pull-0 {
      right: auto;
   }

   .col-lg-push-12 {
      left: 100%;
   }

   .col-lg-push-11 {
      left: 91.66666667%;
   }

   .col-lg-push-10 {
      left: 83.33333333%;
   }

   .col-lg-push-9 {
      left: 75%;
   }

   .col-lg-push-8 {
      left: 66.66666667%;
   }

   .col-lg-push-7 {
      left: 58.33333333%;
   }

   .col-lg-push-6 {
      left: 50%;
   }

   .col-lg-push-5 {
      left: 41.66666667%;
   }

   .col-lg-push-4 {
      left: 33.33333333%;
   }

   .col-lg-push-3 {
      left: 25%;
   }

   .col-lg-push-2 {
      left: 16.66666667%;
   }

   .col-lg-push-1 {
      left: 8.33333333%;
   }

   .col-lg-push-0 {
      left: auto;
   }

   .col-lg-offset-12 {
      margin-left: 100%;
   }

   .col-lg-offset-11 {
      margin-left: 91.66666667%;
   }

   .col-lg-offset-10 {
      margin-left: 83.33333333%;
   }

   .col-lg-offset-9 {
      margin-left: 75%;
   }

   .col-lg-offset-8 {
      margin-left: 66.66666667%;
   }

   .col-lg-offset-7 {
      margin-left: 58.33333333%;
   }

   .col-lg-offset-6 {
      margin-left: 50%;
   }

   .col-lg-offset-5 {
      margin-left: 41.66666667%;
   }

   .col-lg-offset-4 {
      margin-left: 33.33333333%;
   }

   .col-lg-offset-3 {
      margin-left: 25%;
   }

   .col-lg-offset-2 {
      margin-left: 16.66666667%;
   }

   .col-lg-offset-1 {
      margin-left: 8.33333333%;
   }

   .col-lg-offset-0 {
      margin-left: 0%;
   }
}

table {
   background-color: transparent;
}

caption {
   padding-top: 8px;
   padding-bottom: 8px;
   color: #777777;
   text-align: left;
}

th {
   text-align: left;
}

.table {
   width: 100%;
   max-width: 100%;
   margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
   padding: 8px;
   line-height: 1.42857143;
   vertical-align: top;
   border-top: 1px solid #dddddd;
}

.table>thead>tr>th {
   vertical-align: bottom;
   border-bottom: 2px solid #dddddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
   border-top: 0;
}

.table>tbody+tbody {
   border-top: 2px solid #dddddd;
}

.table .table {
   background-color: #ffffff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
   padding: 5px;
}

.table-bordered {
   border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
   border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
   border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd) {
   background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
   background-color: #f5f5f5;
}

table col[class*="col-"] {
   position: static;
   float: none;
   display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
   position: static;
   float: none;
   display: table-cell;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
   background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
   background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
   background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
   background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
   background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
   background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
   background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
   background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
   background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
   background-color: #ebcccc;
}

.table-responsive {
   overflow-x: auto;
   min-height: 0.01%;
}

@media screen and (max-width: 9px) {
   .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #dddddd;
   }

   .table-responsive>.table {
      margin-bottom: 0;
   }

   .table-responsive>.table>thead>tr>th,
   .table-responsive>.table>tbody>tr>th,
   .table-responsive>.table>tfoot>tr>th,
   .table-responsive>.table>thead>tr>td,
   .table-responsive>.table>tbody>tr>td,
   .table-responsive>.table>tfoot>tr>td {
      white-space: nowrap;
   }

   .table-responsive>.table-bordered {
      border: 0;
   }

   .table-responsive>.table-bordered>thead>tr>th:first-child,
   .table-responsive>.table-bordered>tbody>tr>th:first-child,
   .table-responsive>.table-bordered>tfoot>tr>th:first-child,
   .table-responsive>.table-bordered>thead>tr>td:first-child,
   .table-responsive>.table-bordered>tbody>tr>td:first-child,
   .table-responsive>.table-bordered>tfoot>tr>td:first-child {
      border-left: 0;
   }

   .table-responsive>.table-bordered>thead>tr>th:last-child,
   .table-responsive>.table-bordered>tbody>tr>th:last-child,
   .table-responsive>.table-bordered>tfoot>tr>th:last-child,
   .table-responsive>.table-bordered>thead>tr>td:last-child,
   .table-responsive>.table-bordered>tbody>tr>td:last-child,
   .table-responsive>.table-bordered>tfoot>tr>td:last-child {
      border-right: 0;
   }

   .table-responsive>.table-bordered>tbody>tr:last-child>th,
   .table-responsive>.table-bordered>tfoot>tr:last-child>th,
   .table-responsive>.table-bordered>tbody>tr:last-child>td,
   .table-responsive>.table-bordered>tfoot>tr:last-child>td {
      border-bottom: 0;
   }
}

fieldset {
   padding: 0;
   margin: 0;
   border: 0;
   min-width: 0;
}

legend {
   display: block;
   width: 100%;
   padding: 0;
   margin-bottom: 20px;
   font-size: 21px;
   line-height: inherit;
   color: #333333;
   border: 0;
   border-bottom: 1px solid #e5e5e5;
}

label {
   display: inline-block;
   max-width: 100%;
   margin-bottom: 5px;
   font-weight: bold;
}

input[type="search"] {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
   margin: 4px 0 0;
   margin-top: 1px \9;
   line-height: normal;
}

input[type="file"] {
   display: block;
}

input[type="range"] {
   display: block;
   width: 100%;
}

select[multiple],
select[size] {
   height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
   outline: thin dotted;
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px;
}

output {
   display: block;
   padding-top: 7px;
   font-size: 16px;
   line-height: 1.42857143;
   color: #555555;
}

.form-control {
   display: block;
   width: 100%;
   height: 34px;
   padding: 6px 12px;
   font-size: 16px;
   line-height: 1.42857143;
   color: #555555;
   background-color: #ffffff;
   background-image: none;
   border: 1px solid #cccccc;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
   -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
   transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
   border-color: #66afe9;
   outline: 0;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
   color: #999999;
   opacity: 1;
}

.form-control:-ms-input-placeholder {
   color: #999999;
}

.form-control::-webkit-input-placeholder {
   color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
   cursor: not-allowed;
   background-color: #eeeeee;
   opacity: 1;
}

textarea.form-control {
   height: auto;
}

input[type="search"] {
   -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
   line-height: 34px;
   line-height: 1.42857143 \0;
}

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
   line-height: 30px;
   line-height: 1.5 \0;
}

input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
   line-height: 46px;
   line-height: 1.33 \0;
}

_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
   line-height: 1.42857143;
}

_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
   line-height: 1.5;
}

_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
   line-height: 1.33;
}

.form-group {
   margin-bottom: 15px;
}

.radio,
.checkbox {
   position: relative;
   display: block;
   margin-top: 10px;
   margin-bottom: 10px;
}

.radio label,
.checkbox label {
   min-height: 20px;
   padding-left: 20px;
   margin-bottom: 0;
   font-weight: normal;
   cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
   position: absolute;
   margin-left: -20px;
   margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
   margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
   display: inline-block;
   padding-left: 20px;
   margin-bottom: 0;
   vertical-align: middle;
   font-weight: normal;
   cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
   margin-top: 0;
   margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
   cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
   cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
   cursor: not-allowed;
}

.form-control-static {
   padding-top: 7px;
   padding-bottom: 7px;
   margin-bottom: 0;
   color: #888;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
   padding-left: 0;
   padding-right: 0;
}

.input-sm,
.form-group-sm .form-control {
   height: 30px;
   padding: 5px 10px;
   font-size: 16px;
   line-height: 1.5;
   border-radius: 3px;
}

select.input-sm,
select.form-group-sm .form-control {
   height: 30px;
   line-height: 30px;
}

textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
   height: auto;
}

.input-lg,
.form-group-lg .form-control {
   height: 46px;
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.33;
   border-radius: 6px;
}

select.input-lg,
select.form-group-lg .form-control {
   height: 46px;
   line-height: 46px;
}

textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
   height: auto;
}

.has-feedback {
   position: relative;
}

.has-feedback .form-control {
   padding-right: 42.5px;
}

.form-control-feedback {
   position: absolute;
   top: 0;
   right: 0;
   z-index: 2;
   display: block;
   width: 34px;
   height: 34px;
   line-height: 34px;
   text-align: center;
   pointer-events: none;
}

.input-lg+.form-control-feedback {
   width: 46px;
   height: 46px;
   line-height: 46px;
}

.input-sm+.form-control-feedback {
   width: 30px;
   height: 30px;
   line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
   color: #3c763d;
}

.has-success .form-control {
   border-color: #3c763d;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
   border-color: #2b542c;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
   color: #3c763d;
   border-color: #3c763d;
   background-color: #dff0d8;
}

.has-success .form-control-feedback {
   color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
   color: #8a6d3b;
}

.has-warning .form-control {
   border-color: #8a6d3b;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
   border-color: #66512c;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
   color: #8a6d3b;
   border-color: #8a6d3b;
   background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
   color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
   color: #a94442;
}

.has-error .form-control {
   border-color: #a94442;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
   border-color: #843534;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
   color: #a94442;
   border-color: #a94442;
   background-color: #f2dede;
}

.has-error .form-control-feedback {
   color: #a94442;
}

.has-feedback label~.form-control-feedback {
   top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
   top: 0;
}

.help-block {
   display: block;
   margin-top: 5px;
   margin-bottom: 10px;
   color: #737373;
}

@media (min-width: 10px) {
   .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
   }

   .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
   }

   .form-inline .form-control-static {
      display: inline-block;
   }

   .form-inline .input-group {
      display: inline-table;
      vertical-align: middle;
   }

   .form-inline .input-group .input-group-addon,
   .form-inline .input-group .input-group-btn,
   .form-inline .input-group .form-control {
      width: auto;
   }

   .form-inline .input-group>.form-control {
      width: 100%;
   }

   .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle;
   }

   .form-inline .radio,
   .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
   }

   .form-inline .radio label,
   .form-inline .checkbox label {
      padding-left: 0;
   }

   .form-inline .radio input[type="radio"],
   .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
   }

   .form-inline .has-feedback .form-control-feedback {
      top: 0;
   }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
   margin-top: 0;
   margin-bottom: 0;
   padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
   min-height: 27px;
}

.form-horizontal .form-group {
   margin-left: -5px;
   margin-right: -5px;
}

@media (min-width: 10px) {
   .form-horizontal .control-label {
      text-align: right;
      margin-bottom: 0;
      padding-top: 7px;
   }
}

.form-horizontal .has-feedback .form-control-feedback {
   right: 5px;
}

@media (min-width: 10px) {
   .form-horizontal .form-group-lg .control-label {
      padding-top: 14.3px;
   }
}

@media (min-width: 10px) {
   .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
   }
}

.btn {
   display: inline-block;
   margin-bottom: 0;
   font-weight: normal;
   text-align: center;
   vertical-align: middle;
   touch-action: manipulation;
   cursor: pointer;
   background-image: none;
   border: 1px solid transparent;
   white-space: nowrap;
   padding: 6px 12px;
   font-size: 16px;
   line-height: 1.42857143;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
   outline: thin dotted;
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
   color: #333333;
   text-decoration: none;
}

.btn:active,
.btn.active {
   outline: 0;
   background-image: none;
   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
   cursor: not-allowed;
   pointer-events: none;
   opacity: 0.65;
   filter: alpha(opacity=65);
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

.btn-default {
   color: #333333;
   background-color: #ffffff;
   border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
   color: #333333;
   background-color: #e6e6e6;
   border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
   background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
   background-color: #ffffff;
   border-color: #cccccc;
}

.btn-default .badge {
   color: #ffffff;
   background-color: #333333;
}

.btn-primary {
   color: #666;
   background-color: #f4f4f4;
   border: 1px solid #dfdfdf;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
   color: #666;
   background-color: #f5f5f5;
   border: 1px solid #d9d9d9;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
   background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
   background-color: #2f549f;
   border-color: #294a8b;
}

.btn-primary .badge {
   color: #2f549f;
   background-color: #ffffff;
}

.btn-success {
   color: #ffffff;
   background-color: #5cb85c;
   border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
   color: #ffffff;
   background-color: #449d44;
   border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
   background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
   background-color: #5cb85c;
   border-color: #4cae4c;
}

.btn-success .badge {
   color: #5cb85c;
   background-color: #ffffff;
}

.btn-info {
   color: #ffffff;
   background-color: #5bc0de;
   border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
   color: #ffffff;
   background-color: #31b0d5;
   border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
   background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
   background-color: #5bc0de;
   border-color: #46b8da;
}

.btn-info .badge {
   color: #5bc0de;
   background-color: #ffffff;
}

.btn-warning {
   color: #ffffff;
   background-color: #f0ad4e;
   border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
   color: #ffffff;
   background-color: #ec971f;
   border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
   background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
   background-color: #f0ad4e;
   border-color: #eea236;
}

.btn-warning .badge {
   color: #f0ad4e;
   background-color: #ffffff;
}

.btn-danger {
   color: #ffffff;
   background-color: #2CCAC8;
   border-color: #FF5900;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
   color: #ffffff;
   background-color: #FF5900;
   border-color: #444444;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
   background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
   background-color: #d9534f;
   border-color: #d43f3a;
}

.btn-danger .badge {
   color: #d9534f;
   background-color: #ffffff;
}

.btn-link {
   color: #2f549f;
   font-weight: normal;
   border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
   background-color: transparent;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
   border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
   color: #1e3564;
   text-decoration: underline;
   background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
   color: #777777;
   text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.33;
   border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
   padding: 5px 10px;
   font-size: 16px;
   line-height: 1.5;
   border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
   padding: 1px 5px;
   font-size: 16px;
   line-height: 1.5;
   border-radius: 3px;
}

.btn-block {
   display: block;
   width: 100%;
}

.btn-block+.btn-block {
   margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
   width: 100%;
}

.fade {
   opacity: 0;
   -webkit-transition: opacity 0.15s linear;
   -o-transition: opacity 0.15s linear;
   transition: opacity 0.15s linear;
}

.fade.in {
   opacity: 1;
}

.collapse {
   display: none;
   visibility: hidden;
}

.collapse.in {
   display: block;
   visibility: visible;
}

tr.collapse.in {
   display: table-row;
}

tbody.collapse.in {
   display: table-row-group;
}

.collapsing {
   position: relative;
   height: 0;
   overflow: hidden;
   -webkit-transition-property: height, visibility;
   transition-property: height, visibility;
   -webkit-transition-duration: 0.35s;
   transition-duration: 0.35s;
   -webkit-transition-timing-function: ease;
   transition-timing-function: ease;
}

.caret {
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #bbb;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
}

.dropdown {
   position: relative;
}

.dropdown-toggle:focus {
   outline: 0;
}

.dropdown-menu {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 16px;
   text-align: left;
   background-color: #ffffff;
   border: 1px solid #cccccc;
   border: 1px solid rgba(0, 0, 0, 0.15);
   -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
   -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
   background-clip: padding-box;
}

.dropdown-menu.pull-right {
   right: 0;
   left: auto;
}

.dropdown-menu .divider {
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #e5e5e5;
}

.dropdown-menu>li>a {
   display: block;
   padding: 3px 20px;
   clear: both;
   font-weight: normal;
   line-height: 1.42857143;
   color: #333333;
   white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
   text-decoration: none;
   color: #262626;
   background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
   color: #2CCAC8;
   text-decoration: none;
   outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
   color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
   text-decoration: none;
   background-color: transparent;
   background-image: none;
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   cursor: not-allowed;
}

.open>.dropdown-menu {
   display: block;
}

.open>a {
   outline: 0;
}

.dropdown-menu-right {
   left: auto;
   right: 0;
}

.dropdown-menu-left {
   left: 0;
   right: auto;
}

.dropdown-header {
   display: block;
   padding: 3px 20px;
   font-size: 16px;
   line-height: 1.42857143;
   color: #777777;
   white-space: nowrap;
}

.dropdown-backdrop {
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}

.pull-right>.dropdown-menu {
   right: 0;
   left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
   border-top: 0;
   border-bottom: 4px solid;
   content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
   top: auto;
   bottom: 100%;
   margin-bottom: 1px;
}

@media (min-width: 10px) {
   .navbar-right .dropdown-menu {
      left: auto;
      right: 0;
   }

   .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto;
   }
}

.btn-group,
.btn-group-vertical {
   position: relative;
   display: inline-block;
   vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
   position: relative;
   float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
   z-index: 2;
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
   outline: 0;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
   margin-left: -1px;
}

.btn-toolbar {
   margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
   float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
   margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
   border-radius: 0;
}

.btn-group>.btn:first-child {
   margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
   border-bottom-right-radius: 0;
   border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
   border-bottom-left-radius: 0;
   border-top-left-radius: 0;
}

.btn-group>.btn-group {
   float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
   border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
   border-bottom-right-radius: 0;
   border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
   border-bottom-left-radius: 0;
   border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
   outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
   padding-left: 8px;
   padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
   padding-left: 12px;
   padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

.btn .caret {
   margin-left: 0;
}

.btn-lg .caret {
   border-width: 5px 5px 0;
   border-bottom-width: 0;
}

.dropup .btn-lg .caret {
   border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
   display: block;
   float: none;
   width: 100%;
   max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
   float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
   margin-top: -1px;
   margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
   border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
   border-top-right-radius: 4px;
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
   border-bottom-left-radius: 4px;
   border-top-right-radius: 0;
   border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
   border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
   border-top-right-radius: 0;
   border-top-left-radius: 0;
}

.btn-group-justified {
   display: table;
   width: 100%;
   table-layout: fixed;
   border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
   float: none;
   display: table-cell;
   width: 1%;
}

.btn-group-justified>.btn-group .btn {
   width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
   left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
   position: absolute;
   clip: rect(0, 0, 0, 0);
   pointer-events: none;
}

.input-group {
   position: relative;
   display: table;
   border-collapse: separate;
}

.input-group[class*="col-"] {
   float: none;
   padding-left: 0;
   padding-right: 0;
}

.input-group .form-control {
   position: relative;
   z-index: 2;
   float: left;
   width: 100%;
   margin-bottom: 0;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
   height: 46px;
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.33;
   border-radius: 6px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
   height: 46px;
   line-height: 46px;
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
   height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
   height: 30px;
   padding: 5px 10px;
   font-size: 16px;
   line-height: 1.5;
   border-radius: 3px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
   height: 30px;
   line-height: 30px;
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
   height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
   display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
   border-radius: 0;
}

.input-group-addon,
.input-group-btn {
   width: 1%;
   white-space: nowrap;
   vertical-align: middle;
}

.input-group-addon {
   padding: 6px 12px;
   font-size: 16px;
   font-weight: normal;
   line-height: 1;
   color: #555555;
   text-align: center;
   background-color: #eeeeee;
   border: 1px solid #cccccc;
   border-radius: 4px;
}

.input-group-addon.input-sm {
   padding: 5px 10px;
   font-size: 16px;
   border-radius: 3px;
}

.input-group-addon.input-lg {
   padding: 10px 16px;
   font-size: 18px;
   border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
   margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
   border-bottom-right-radius: 0;
   border-top-right-radius: 0;
}

.input-group-addon:first-child {
   border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
   border-bottom-left-radius: 0;
   border-top-left-radius: 0;
}

.input-group-addon:last-child {
   border-left: 0;
}

.input-group-btn {
   position: relative;
   font-size: 0;
   white-space: nowrap;
}

.input-group-btn>.btn {
   position: relative;
}

.input-group-btn>.btn+.btn {
   margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
   z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
   margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
   margin-left: -1px;
}

.nav {
   margin-bottom: 0;
   padding-left: 0;
   list-style: none;
}

.nav>li {
   position: relative;
   display: block;
}

.nav>li>a {
   position: relative;
   display: block;
   padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
   text-decoration: none;
   background-color: #eeeeee;
}

.nav>li.disabled>a {
   color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
   color: #777777;
   text-decoration: none;
   background-color: transparent;
   cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
   background-color: #eeeeee;
   border-color: #2f549f;
}

.nav .nav-divider {
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #e5e5e5;
}

.nav>li>a>img {
   max-width: none;
}

.nav-tabs {
   border-bottom: 1px solid #dddddd;
}

.nav-tabs>li {
   float: left;
   margin-bottom: -1px;
}

.nav-tabs>li>a {
   margin-right: 2px;
   line-height: 1.42857143;
   border: 1px solid transparent;
   border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
   border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
   color: #555555;
   background-color: #ffffff;
   border: 1px solid #dddddd;
   border-bottom-color: transparent;
   cursor: default;
}

.nav-tabs.nav-justified {
   width: 100%;
   border-bottom: 0;
}

.nav-tabs.nav-justified>li {
   float: none;
}

.nav-tabs.nav-justified>li>a {
   text-align: center;
   margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
   top: auto;
   left: auto;
}

@media (min-width: 10px) {
   .nav-tabs.nav-justified>li {
      display: table-cell;
      width: 1%;
   }

   .nav-tabs.nav-justified>li>a {
      margin-bottom: 0;
   }
}

.nav-tabs.nav-justified>li>a {
   margin-right: 0;
   border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
   border: 1px solid #dddddd;
}

@media (min-width: 10px) {
   .nav-tabs.nav-justified>li>a {
      border-bottom: 1px solid #dddddd;
      border-radius: 4px 4px 0 0;
   }

   .nav-tabs.nav-justified>.active>a,
   .nav-tabs.nav-justified>.active>a:hover,
   .nav-tabs.nav-justified>.active>a:focus {
      border-bottom-color: #ffffff;
   }
}

.nav-pills>li {
   float: left;
}

.nav-pills>li>a {
   border-radius: 4px;
}

.nav-pills>li+li {
   margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
   color: #666;
   background-color: #f4f4f4;
   border: 1px solid #dfdfdf;
}

.nav-stacked>li {
   float: none;
}

.nav-stacked>li+li {
   margin-top: 2px;
   margin-left: 0;
}

.nav-justified {
   width: 100%;
}

.nav-justified>li {
   float: none;
}

.nav-justified>li>a {
   text-align: center;
   margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
   top: auto;
   left: auto;
}

@media (min-width: 10px) {
   .nav-justified>li {
      display: table-cell;
      width: 1%;
   }

   .nav-justified>li>a {
      margin-bottom: 0;
   }
}

.nav-tabs-justified {
   border-bottom: 0;
}

.nav-tabs-justified>li>a {
   margin-right: 0;
   border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
   border: 1px solid #dddddd;
}

@media (min-width: 10px) {
   .nav-tabs-justified>li>a {
      border-bottom: 1px solid #dddddd;
      border-radius: 4px 4px 0 0;
   }

   .nav-tabs-justified>.active>a,
   .nav-tabs-justified>.active>a:hover,
   .nav-tabs-justified>.active>a:focus {
      border-bottom-color: #ffffff;
   }
}

.tab-content>.tab-pane {
   display: none;
   visibility: hidden;
}

.tab-content>.active {
   display: block;
   visibility: visible;
}

.nav-tabs .dropdown-menu {
   margin-top: -1px;
   border-top-right-radius: 0;
   border-top-left-radius: 0;
}

.navbar {
   position: relative;
   min-height: 50px;
   margin-bottom: 20px;
   border: 1px solid transparent;
}

@media (min-width: 10px) {
   .navbar {
      border-radius: 4px;
   }
}

@media (min-width: 10px) {
   .navbar-header {
      float: left;
   }
}

.navbar-collapse {
   overflow-x: visible;
   padding-right: 5px;
   padding-left: 5px;
   border-top: 1px solid transparent;
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
   -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
   overflow-y: auto;
}

@media (min-width: 10px) {
   .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none;
   }

   .navbar-collapse.collapse {
      display: block !important;
      visibility: visible !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
   }

   .navbar-collapse.in {
      overflow-y: visible;
   }

   .navbar-fixed-top .navbar-collapse,
   .navbar-static-top .navbar-collapse,
   .navbar-fixed-bottom .navbar-collapse {
      padding-left: 0;
      padding-right: 0;
   }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
   max-height: 340px;
}

@media (max-device-width: 10px) and (orientation: landscape) {

   .navbar-fixed-top .navbar-collapse,
   .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px;
   }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
   margin-right: -5px;
   margin-left: -5px;
}

@media (min-width: 10px) {

   .container>.navbar-header,
   .container-fluid>.navbar-header,
   .container>.navbar-collapse,
   .container-fluid>.navbar-collapse {
      margin-right: 0;
      margin-left: 0;
   }
}

.navbar-static-top {
   z-index: 1000;
   border-width: 0 0 1px;
}

@media (min-width: 10px) {
   .navbar-static-top {
      border-radius: 0;
   }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
   position: fixed;
   right: 0;
   left: 0;
   z-index: 1030;
}

@media (min-width: 10px) {

   .navbar-fixed-top,
   .navbar-fixed-bottom {
      border-radius: 0;
   }
}

.navbar-fixed-top {
   top: 0;
   border-width: 0 0 1px;
}

.navbar-fixed-bottom {
   bottom: 0;
   margin-bottom: 0;
   border-width: 1px 0 0;
}

.navbar-brand {
   float: left;
   padding: 15px 5px;
   font-size: 18px;
   line-height: 20px;
   height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
   text-decoration: none;
}

.navbar-brand>img {
   display: block;
}

@media (min-width: 10px) {

   .navbar>.container .navbar-brand,
   .navbar>.container-fluid .navbar-brand {
      margin-left: -5px;
   }
}

.navbar-toggle {
   position: relative;
   float: right;
   margin-right: 5px;
   padding: 9px 10px;
   margin-top: 8px;
   margin-bottom: 8px;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 4px;
}

.navbar-toggle:focus {
   outline: 0;
}

.navbar-toggle .icon-bar {
   display: block;
   width: 22px;
   height: 2px;
   border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
   margin-top: 4px;
}

@media (min-width: 10px) {
   .navbar-toggle {
      display: none;
   }
}

.navbar-nav {
   margin: 7.5px -5px;
}

.navbar-nav>li>a {
   padding-top: 10px;
   padding-bottom: 10px;
   line-height: 20px;
}

@media (max-width: 9px) {
   .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
   }

   .navbar-nav .open .dropdown-menu>li>a,
   .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px;
   }

   .navbar-nav .open .dropdown-menu>li>a {
      line-height: 20px;
   }

   .navbar-nav .open .dropdown-menu>li>a:hover,
   .navbar-nav .open .dropdown-menu>li>a:focus {
      background-image: none;
   }
}

@media (min-width: 10px) {
   .navbar-nav {
      float: left;
      margin: 0;
   }

   .navbar-nav>li {
      float: left;
   }

   .navbar-nav>li>a {
      padding-top: 15px;
      padding-bottom: 15px;
   }
}

.navbar-form {
   margin-left: -5px;
   margin-right: -5px;
   padding: 10px 5px;
   border-top: 1px solid transparent;
   border-bottom: 1px solid transparent;
   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
   margin-top: 8px;
   margin-bottom: 8px;
}

@media (min-width: 10px) {
   .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
   }

   .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
   }

   .navbar-form .form-control-static {
      display: inline-block;
   }

   .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle;
   }

   .navbar-form .input-group .input-group-addon,
   .navbar-form .input-group .input-group-btn,
   .navbar-form .input-group .form-control {
      width: auto;
   }

   .navbar-form .input-group>.form-control {
      width: 100%;
   }

   .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle;
   }

   .navbar-form .radio,
   .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
   }

   .navbar-form .radio label,
   .navbar-form .checkbox label {
      padding-left: 0;
   }

   .navbar-form .radio input[type="radio"],
   .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
   }

   .navbar-form .has-feedback .form-control-feedback {
      top: 0;
   }
}

@media (max-width: 9px) {
   .navbar-form .form-group {
      margin-bottom: 5px;
   }

   .navbar-form .form-group:last-child {
      margin-bottom: 0;
   }
}

@media (min-width: 10px) {
   .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
   }
}

.navbar-nav>li>.dropdown-menu {
   margin-top: 0;
   border-top-right-radius: 0;
   border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
   border-bottom-right-radius: 0;
   border-bottom-left-radius: 0;
}

.navbar-btn {
   margin-top: 8px;
   margin-bottom: 8px;
}

.navbar-btn.btn-sm {
   margin-top: 10px;
   margin-bottom: 10px;
}

.navbar-btn.btn-xs {
   margin-top: 14px;
   margin-bottom: 14px;
}

.navbar-text {
   margin-top: 15px;
   margin-bottom: 15px;
}

@media (min-width: 10px) {
   .navbar-text {
      float: left;
      margin-left: 5px;
      margin-right: 5px;
   }
}

@media (min-width: 10px) {
   .navbar-left {
      float: left;
      float: left !important;
   }

   .navbar-right {
      float: right;
      float: right !important;
      margin-right: -5px;
   }

   .navbar-right~.navbar-right {
      margin-right: 0;
   }
}

.navbar-default {
   background-color: #f8f8f8;
   border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
   color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
   color: #5e5e5e;
   background-color: transparent;
}

.navbar-default .navbar-text {
   color: #777777;
}

.navbar-default .navbar-nav>li>a {
   color: #777777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
   color: #333333;
   background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
   color: #555555;
   background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
   color: #cccccc;
   background-color: transparent;
}

.navbar-default .navbar-toggle {
   border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
   background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
   background-color: #888888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
   border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
   background-color: #e7e7e7;
   color: #555555;
}

@media (max-width: 9px) {
   .navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color: #777777;
   }

   .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
      color: #333333;
      background-color: transparent;
   }

   .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
   .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
      color: #555555;
      background-color: #e7e7e7;
   }

   .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
   .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
      color: #cccccc;
      background-color: transparent;
   }
}

.navbar-default .navbar-link {
   color: #777777;
}

.navbar-default .navbar-link:hover {
   color: #333333;
}

.navbar-default .btn-link {
   color: #777777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
   color: #333333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
   color: #cccccc;
}

.navbar-inverse {
   background-color: #222222;
   border-color: #080808;
}

.navbar-inverse .navbar-brand {
   color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
   color: #ffffff;
   background-color: transparent;
}

.navbar-inverse .navbar-text {
   color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
   color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
   color: #ffffff;
   background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
   color: #ffffff;
   background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
   color: #2CCAC8;
   background-color: transparent;
}

.navbar-inverse .navbar-toggle {
   border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
   background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
   background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
   border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
   background-color: #080808;
   color: #ffffff;
}

@media (max-width: 9px) {
   .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
      border-color: #080808;
   }

   .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #080808;
   }

   .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      color: #9d9d9d;
   }

   .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
   .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
      color: #ffffff;
      background-color: transparent;
   }

   .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
   .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
   .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
      color: #ffffff;
      background-color: #080808;
   }

   .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
   .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
   .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
      color: #2CCAC8;
      background-color: transparent;
   }
}

.navbar-inverse .navbar-link {
   color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
   color: #ffffff;
}

.navbar-inverse .btn-link {
   color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
   color: #ffffff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
   color: #2CCAC8;
}

.breadcrumb {
   padding: 8px 15px;
   margin-bottom: 20px;
   list-style: none;
   background-color: #f5f5f5;
   border-radius: 4px;
}

.breadcrumb>li {
   display: inline-block;
}

.breadcrumb>li+li:before {
   content: "/\00a0";
   padding: 0 5px;
   color: #cccccc;
}

.breadcrumb>.active {
   color: #777777;
}

.pagination {
   display: inline-block;
   padding-left: 0;
   margin: 20px 0;
   border-radius: 4px;
}

.pagination>li {
   display: inline;
}

.pagination>li>a,
.pagination>li>span {
   position: relative;
   float: left;
   padding: 6px 12px;
   line-height: 1.42857143;
   text-decoration: none;
   color: #2f549f;
   background-color: #ffffff;
   border: 1px solid #dddddd;
   margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
   margin-left: 0;
   border-bottom-left-radius: 4px;
   border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
   border-bottom-right-radius: 4px;
   border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
   color: #1e3564;
   background-color: #eeeeee;
   border-color: #dddddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
   z-index: 2;
   color: #2f549f;
   background-color: #eeeeee;
   border-color: #2f549f;
   cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
   color: #777777;
   background-color: #ffffff;
   border-color: #dddddd;
   cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
   padding: 10px 16px;
   font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
   border-bottom-left-radius: 6px;
   border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
   border-bottom-right-radius: 6px;
   border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
   padding: 5px 10px;
   font-size: 16px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
   border-bottom-left-radius: 3px;
   border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
   border-bottom-right-radius: 3px;
   border-top-right-radius: 3px;
}

.pager {
   padding-left: 0;
   margin: 20px 0;
   list-style: none;
   text-align: center;
}

.pager li {
   display: inline;
}

.pager li>a,
.pager li>span {
   display: inline-block;
   padding: 5px 14px;
   background-color: #ffffff;
   border: 1px solid #dddddd;
   border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
   text-decoration: none;
   background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
   float: right;
}

.pager .previous>a,
.pager .previous>span {
   float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
   color: #777777;
   background-color: #ffffff;
   cursor: not-allowed;
}

.label {
   display: inline;
   padding: .2em .6em .3em;
   font-size: 75%;
   font-weight: bold;
   line-height: 1;
   color: #ffffff;
   text-align: center;
   white-space: nowrap;
   vertical-align: baseline;
   border-radius: .25em;
}

a.label:hover,
a.label:focus {
   color: #ffffff;
   text-decoration: none;
   cursor: pointer;
}

.label:empty {
   display: none;
}

.btn .label {
   position: relative;
   top: -1px;
}

.label-default {
   background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
   background-color: #5e5e5e;
}

.label-primary {
   background-color: #2f549f;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
   background-color: #233f78;
}

.label-success {
   background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
   background-color: #449d44;
}

.label-info {
   background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
   background-color: #31b0d5;
}

.label-warning {
   background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
   background-color: #ec971f;
}

.label-danger {
   background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
   background-color: #c9302c;
}

.badge {
   display: inline-block;
   min-width: 10px;
   padding: 3px 7px;
   font-size: 16px;
   font-weight: bold;
   color: #ffffff;
   line-height: 1;
   vertical-align: baseline;
   white-space: nowrap;
   text-align: center;
   background-color: #777777;
   border-radius: 10px;
}

.badge:empty {
   display: none;
}

.btn .badge {
   position: relative;
   top: -1px;
}

.btn-xs .badge {
   top: 0;
   padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
   color: #ffffff;
   text-decoration: none;
   cursor: pointer;
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
   color: #2f549f;
   background-color: #ffffff;
}

.nav-pills>li>a>.badge {
   margin-left: 3px;
}

.jumbotron {
   padding: 30px 15px;
   margin-bottom: 30px;
   color: inherit;
   background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
   color: inherit;
}

.jumbotron p {
   margin-bottom: 15px;
   font-size: 21px;
   font-weight: 200;
}

.jumbotron>hr {
   border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
   border-radius: 6px;
}

.jumbotron .container {
   max-width: 100%;
}

@media screen and (min-width: 10px) {
   .jumbotron {
      padding: 48px 0;
   }

   .container .jumbotron {
      padding-left: 60px;
      padding-right: 60px;
   }

   .jumbotron h1,
   .jumbotron .h1 {
      font-size: 63px;
   }
}

.thumbnail {
   display: block;
   padding: 4px;
   margin-bottom: 20px;
   line-height: 1.42857143;
   background-color: #ffffff;
   border: 1px solid #dddddd;
   border-radius: 4px;
   -webkit-transition: border 0.2s ease-in-out;
   -o-transition: border 0.2s ease-in-out;
   transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
   margin-left: auto;
   margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
   border-color: #2f549f;
}

.thumbnail .caption {
   padding: 9px;
   color: #333333;
}

.alert {
   padding: 15px;
   margin-bottom: 20px;
   border: 1px solid transparent;
   border-radius: 4px;
}

.alert h4 {
   margin-top: 0;
   color: inherit;
}

.alert .alert-link {
   font-weight: bold;
}

.alert>p,
.alert>ul {
   margin-bottom: 0;
}

.alert>p+p {
   margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
   padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
   position: relative;
   top: -2px;
   right: -21px;
   color: inherit;
}

.alert-success {
   background-color: #dff0d8;
   border-color: #d6e9c6;
   color: #3c763d;
}

.alert-success hr {
   border-top-color: #c9e2b3;
}

.alert-success .alert-link {
   color: #2b542c;
}

.alert-info {
   background-color: #d9edf7;
   border-color: #bce8f1;
   color: #31708f;
}

.alert-info hr {
   border-top-color: #a6e1ec;
}

.alert-info .alert-link {
   color: #245269;
}

.alert-warning {
   background-color: #fcf8e3;
   border-color: #faebcc;
   color: #8a6d3b;
}

.alert-warning hr {
   border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
   color: #66512c;
}

.alert-danger {
   background-color: #f2dede;
   border-color: #ebccd1;
   color: #a94442;
}

.alert-danger hr {
   border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
   color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
   from {
      background-position: 40px 0;
   }

   to {
      background-position: 0 0;
   }
}

@keyframes progress-bar-stripes {
   from {
      background-position: 40px 0;
   }

   to {
      background-position: 0 0;
   }
}

.progress {
   overflow: hidden;
   height: 20px;
   margin-bottom: 20px;
   background-color: #f5f5f5;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
   float: left;
   width: 0%;
   height: 100%;
   font-size: 16px;
   line-height: 20px;
   color: #ffffff;
   text-align: center;
   background-color: #2f549f;
   -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
   -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
   box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
   -webkit-transition: width 0.6s ease;
   -o-transition: width 0.6s ease;
   transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
   -webkit-animation: progress-bar-stripes 2s linear infinite;
   -o-animation: progress-bar-stripes 2s linear infinite;
   animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
   background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
   background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
   background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
   background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
   margin-top: 15px;
}

.media:first-child {
   margin-top: 0;
}

.media-right,
.media>.pull-right {
   padding-left: 10px;
}

.media-left,
.media>.pull-left {
   padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
   display: table-cell;
   vertical-align: top;
}

.media-middle {
   vertical-align: middle;
}

.media-bottom {
   vertical-align: bottom;
}

.media-heading {
   margin-top: 0;
   margin-bottom: 5px;
}

.media-list {
   padding-left: 0;
   list-style: none;
}

.list-group {
   margin-bottom: 20px;
   padding-left: 0;
}

.list-group-item {
   position: relative;
   display: block;
   padding: 10px 15px;
   margin-bottom: -1px;
   background-color: #ffffff;
   border: 1px solid #dddddd;
}

.list-group-item:first-child {
   border-top-right-radius: 4px;
   border-top-left-radius: 4px;
}

.list-group-item:last-child {
   margin-bottom: 0;
   border-bottom-right-radius: 4px;
   border-bottom-left-radius: 4px;
}

.list-group-item>.badge {
   float: right;
}

.list-group-item>.badge+.badge {
   margin-right: 5px;
}

a.list-group-item {
   color: #555555;
}

a.list-group-item .list-group-item-heading {
   color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
   text-decoration: none;
   color: #555555;
   background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
   background-color: #eeeeee;
   color: #777777;
   cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
   color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
   color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
   z-index: 2;
   color: #ffffff;
   background-color: #2f549f;
   border-color: #2f549f;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
   color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
   color: #b2c4e8;
}

.list-group-item-success {
   color: #3c763d;
   background-color: #dff0d8;
}

a.list-group-item-success {
   color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
   color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
   color: #3c763d;
   background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
   color: #fff;
   background-color: #3c763d;
   border-color: #3c763d;
}

.list-group-item-info {
   color: #31708f;
   background-color: #d9edf7;
}

a.list-group-item-info {
   color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
   color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
   color: #31708f;
   background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
   color: #fff;
   background-color: #31708f;
   border-color: #31708f;
}

.list-group-item-warning {
   color: #8a6d3b;
   background-color: #fcf8e3;
}

a.list-group-item-warning {
   color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
   color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
   color: #8a6d3b;
   background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
   color: #fff;
   background-color: #8a6d3b;
   border-color: #8a6d3b;
}

.list-group-item-danger {
   color: #a94442;
   background-color: #f2dede;
}

a.list-group-item-danger {
   color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
   color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
   color: #a94442;
   background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
   color: #fff;
   background-color: #a94442;
   border-color: #a94442;
}

.list-group-item-heading {
   margin-top: 0;
   margin-bottom: 5px;
}

.list-group-item-text {
   margin-bottom: 0;
   line-height: 1.3;
}

.panel {
   margin-bottom: 20px;
   background-color: #ffffff;
   border: 1px solid transparent;
   border-radius: 4px;
   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
   padding: 15px;
}

.panel-heading {
   padding: 10px 15px;
   border-bottom: 1px solid transparent;
   border-top-right-radius: 3px;
   border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
   color: inherit;
}

.panel-title {
   margin-top: 0;
   margin-bottom: 0;
   font-size: 16px;
   color: inherit;
}

.panel-title>a {
   color: inherit;
}

.panel-footer {
   padding: 10px 15px;
   background-color: #f5f5f5;
   border-top: 1px solid #dddddd;
   border-bottom-right-radius: 3px;
   border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
   margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
   border-width: 1px 0;
   border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
   border-top: 0;
   border-top-right-radius: 3px;
   border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
   border-bottom: 0;
   border-bottom-right-radius: 3px;
   border-bottom-left-radius: 3px;
}

.panel-heading+.list-group .list-group-item:first-child {
   border-top-width: 0;
}

.list-group+.panel-footer {
   border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
   margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
   padding-left: 15px;
   padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
   border-top-right-radius: 3px;
   border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
   border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
   border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
   border-bottom-right-radius: 3px;
   border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
   border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
   border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
   border-top: 1px solid #dddddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
   border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
   border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
   border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
   border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
   border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
   border-bottom: 0;
}

.panel>.table-responsive {
   border: 0;
   margin-bottom: 0;
}

.panel-group {
   margin-bottom: 20px;
}

.panel-group .panel {
   margin-bottom: 0;
   border-radius: 4px;
}

.panel-group .panel+.panel {
   margin-top: 5px;
}

.panel-group .panel-heading {
   border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
   border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
   border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
   border-bottom: 1px solid #dddddd;
}

.panel-default {
   border-color: #dddddd;
}

.panel-default>.panel-heading {
   color: #333333;
   background-color: #f5f5f5;
   border-color: #dddddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
   border-top-color: #dddddd;
}

.panel-default>.panel-heading .badge {
   color: #f5f5f5;
   background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
   border-bottom-color: #dddddd;
}

.panel-primary {
   border-color: #2f549f;
}

.panel-primary>.panel-heading {
   color: #ffffff;
   background-color: #2f549f;
   border-color: #2f549f;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
   border-top-color: #2f549f;
}

.panel-primary>.panel-heading .badge {
   color: #2f549f;
   background-color: #ffffff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
   border-bottom-color: #2f549f;
}

.panel-success {
   border-color: #d6e9c6;
}

.panel-success>.panel-heading {
   color: #3c763d;
   background-color: #dff0d8;
   border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
   border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
   color: #dff0d8;
   background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
   border-bottom-color: #d6e9c6;
}

.panel-info {
   border-color: #bce8f1;
}

.panel-info>.panel-heading {
   color: #31708f;
   background-color: #d9edf7;
   border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
   border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
   color: #d9edf7;
   background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
   border-bottom-color: #bce8f1;
}

.panel-warning {
   border-color: #faebcc;
}

.panel-warning>.panel-heading {
   color: #8a6d3b;
   background-color: #fcf8e3;
   border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
   border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
   color: #fcf8e3;
   background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
   border-bottom-color: #faebcc;
}

.panel-danger {
   border-color: #ebccd1;
}

.panel-danger>.panel-heading {
   color: #a94442;
   background-color: #f2dede;
   border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
   border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
   color: #f2dede;
   background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
   border-bottom-color: #ebccd1;
}

.embed-responsive {
   position: relative;
   display: block;
   height: 0;
   padding: 0;
   overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   height: 100%;
   width: 100%;
   border: 0;
}

.embed-responsive.embed-responsive-16by9 {
   padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
   padding-bottom: 75%;
}

.well {
   min-height: 20px;
   padding: 19px;
   margin-bottom: 20px;
   background-color: #f5f5f5;
   border: 1px solid #e3e3e3;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
   border-color: #ddd;
   border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
   padding: 24px;
   border-radius: 6px;
}

.well-sm {
   padding: 9px;
   border-radius: 3px;
}

.close {
   float: right;
   font-size: 21px;
   font-weight: bold;
   line-height: 1;
   color: #000000;
   text-shadow: 0 1px 0 #ffffff;
   opacity: 0.2;
   filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
   color: #000000;
   text-decoration: none;
   cursor: pointer;
   opacity: 0.5;
   filter: alpha(opacity=50);
}

button.close {
   padding: 0;
   cursor: pointer;
   background: transparent;
   border: 0;
   -webkit-appearance: none;
}

.modal-open {
   overflow: hidden;
}

.modal {
   display: none;
   overflow: hidden;
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1040;
   -webkit-overflow-scrolling: touch;
   outline: 0;
}

.modal.fade .modal-dialog {
   -webkit-transform: translate(0, -25%);
   -ms-transform: translate(0, -25%);
   -o-transform: translate(0, -25%);
   transform: translate(0, -25%);
   -webkit-transition: -webkit-transform 0.3s ease-out;
   -moz-transition: -moz-transform 0.3s ease-out;
   -o-transition: -o-transform 0.3s ease-out;
   transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
   -webkit-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
   -o-transform: translate(0, 0);
   transform: translate(0, 0);
}

.modal-open .modal {
   overflow-x: hidden;
   overflow-y: auto;
}

.modal-dialog {
   position: relative;
   width: auto;
   margin: 10px;
}

.modal-content {
   position: relative;
   background-color: #ffffff;
   border: 1px solid #999999;
   border: 1px solid rgba(0, 0, 0, 0.2);
   border-radius: 6px;
   -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
   -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
   box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
   background-clip: padding-box;
   outline: 0;
}

.modal-backdrop {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
}

.modal-backdrop.fade {
   opacity: 0;
   filter: alpha(opacity=0);
}

.modal-backdrop.in {
   opacity: 0.5;
   filter: alpha(opacity=50);
}

.modal-header {
   padding: 15px;
   border-bottom: 1px solid #e5e5e5;
   min-height: 16.42857143px;
}

.modal-header .close {
   margin-top: -2px;
}

.modal-title {
   margin: 0;
   line-height: 1.42857143;
}

.modal-body {
   position: relative;
   padding: 15px;
}

.modal-footer {
   padding: 15px;
   text-align: right;
   border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
   margin-left: 5px;
   margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
   margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
   margin-left: 0;
}

.modal-scrollbar-measure {
   position: absolute;
   top: -9999px;
   width: 50px;
   height: 50px;
   overflow: scroll;
}

@media (min-width: 10px) {
   .modal-dialog {
      width: 600px;
      margin: 30px auto;
   }

   .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
   }

   .modal-sm {
      width: 300px;
   }
}

@media (min-width: 10px) {
   .modal-lg {
      width: 900px;
   }
}

.tooltip {
   position: absolute;
   z-index: 1070;
   display: block;
   visibility: visible;
   font-size: 16px;
   line-height: 1.4;
   opacity: 0;
   filter: alpha(opacity=0);
}

.tooltip.in {
   opacity: 0.9;
   filter: alpha(opacity=90);
}

.tooltip.top {
   margin-top: -3px;
   padding: 5px 0;
}

.tooltip.right {
   margin-left: 3px;
   padding: 0 5px;
}

.tooltip.bottom {
   margin-top: 3px;
   padding: 5px 0;
}

.tooltip.left {
   margin-left: -3px;
   padding: 0 5px;
}

.tooltip-inner {
   max-width: 200px;
   padding: 3px 8px;
   color: #ffffff;
   text-align: center;
   text-decoration: none;
   background-color: #000000;
   border-radius: 4px;
}

.tooltip-arrow {
   position: absolute;
   width: 0;
   height: 0;
   border-color: transparent;
   border-style: solid;
}

.tooltip.top .tooltip-arrow {
   bottom: 0;
   left: 50%;
   margin-left: -5px;
   border-width: 5px 5px 0;
   border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
   bottom: 0;
   left: 5px;
   border-width: 5px 5px 0;
   border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
   bottom: 0;
   right: 5px;
   border-width: 5px 5px 0;
   border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
   top: 50%;
   left: 0;
   margin-top: -5px;
   border-width: 5px 5px 5px 0;
   border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
   top: 50%;
   right: 0;
   margin-top: -5px;
   border-width: 5px 0 5px 5px;
   border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
   top: 0;
   left: 50%;
   margin-left: -5px;
   border-width: 0 5px 5px;
   border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
   top: 0;
   left: 5px;
   border-width: 0 5px 5px;
   border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
   top: 0;
   right: 5px;
   border-width: 0 5px 5px;
   border-bottom-color: #000000;
}

.popover {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1060;
   display: none;
   max-width: 276px;
   padding: 1px;
   font-size: 16px;
   font-weight: normal;
   line-height: 1.42857143;
   text-align: left;
   background-color: #ffffff;
   background-clip: padding-box;
   border: 1px solid #cccccc;
   border: 1px solid rgba(0, 0, 0, 0.2);
   border-radius: 6px;
   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
   white-space: normal;
}

.popover.top {
   margin-top: -10px;
}

.popover.right {
   margin-left: 10px;
}

.popover.bottom {
   margin-top: 10px;
}

.popover.left {
   margin-left: -10px;
}

.popover-title {
   margin: 0;
   padding: 8px 14px;
   font-size: 16px;
   background-color: #f7f7f7;
   border-bottom: 1px solid #ebebeb;
   border-radius: 5px 5px 0 0;
}

.popover-content {
   padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
   position: absolute;
   display: block;
   width: 0;
   height: 0;
   border-color: transparent;
   border-style: solid;
}

.popover>.arrow {
   border-width: 11px;
}

.popover>.arrow:after {
   border-width: 10px;
   content: "";
}

.popover.top>.arrow {
   left: 50%;
   margin-left: -11px;
   border-bottom-width: 0;
   border-top-color: #999999;
   border-top-color: rgba(0, 0, 0, 0.25);
   bottom: -11px;
}

.popover.top>.arrow:after {
   content: " ";
   bottom: 1px;
   margin-left: -10px;
   border-bottom-width: 0;
   border-top-color: #ffffff;
}

.popover.right>.arrow {
   top: 50%;
   left: -11px;
   margin-top: -11px;
   border-left-width: 0;
   border-right-color: #999999;
   border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
   content: " ";
   left: 1px;
   bottom: -10px;
   border-left-width: 0;
   border-right-color: #ffffff;
}

.popover.bottom>.arrow {
   left: 50%;
   margin-left: -11px;
   border-top-width: 0;
   border-bottom-color: #999999;
   border-bottom-color: rgba(0, 0, 0, 0.25);
   top: -11px;
}

.popover.bottom>.arrow:after {
   content: " ";
   top: 1px;
   margin-left: -10px;
   border-top-width: 0;
   border-bottom-color: #ffffff;
}

.popover.left>.arrow {
   top: 50%;
   right: -11px;
   margin-top: -11px;
   border-right-width: 0;
   border-left-color: #999999;
   border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
   content: " ";
   right: 1px;
   border-right-width: 0;
   border-left-color: #ffffff;
   bottom: -10px;
}

.carousel {
   position: relative;
}

.carousel-inner {
   position: relative;
   overflow: hidden;
   width: 100%;
}

.carousel-inner>.item {
   display: none;
   position: relative;
   -webkit-transition: 0.6s ease-in-out left;
   -o-transition: 0.6s ease-in-out left;
   transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
   line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
   .carousel-inner>.item {
      transition: transform 0.6s ease-in-out;
      backface-visibility: hidden;
      perspective: 1000;
   }

   .carousel-inner>.item.next,
   .carousel-inner>.item.active.right {
      transform: translate3d(100%, 0, 0);
      left: 0;
   }

   .carousel-inner>.item.prev,
   .carousel-inner>.item.active.left {
      transform: translate3d(-100%, 0, 0);
      left: 0;
   }

   .carousel-inner>.item.next.left,
   .carousel-inner>.item.prev.right,
   .carousel-inner>.item.active {
      transform: translate3d(0, 0, 0);
      left: 0;
   }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
   display: block;
}

.carousel-inner>.active {
   left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
   position: absolute;
   top: 0;
   width: 100%;
}

.carousel-inner>.next {
   left: 100%;
}

.carousel-inner>.prev {
   left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
   left: 0;
}

.carousel-inner>.active.left {
   left: -100%;
}

.carousel-inner>.active.right {
   left: 100%;
}

.carousel-control {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   width: 15%;
   opacity: 0.5;
   filter: alpha(opacity=50);
   font-size: 20px;
   color: #ffffff;
   text-align: center;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
   background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
   background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
   left: auto;
   right: 0;
   background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
   background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
   outline: 0;
   color: #ffffff;
   text-decoration: none;
   opacity: 0.9;
   filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
   position: absolute;
   top: 50%;
   z-index: 5;
   display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
   left: 50%;
   margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
   right: 50%;
   margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
   width: 20px;
   height: 20px;
   margin-top: -10px;
   font-family: serif;
}

.carousel-control .icon-prev:before {
   content: '\2039';
}

.carousel-control .icon-next:before {
   content: '\203a';
}

.carousel-indicators {
   position: absolute;
   bottom: 10px;
   left: 50%;
   z-index: 15;
   width: 60%;
   margin-left: -30%;
   padding-left: 0;
   list-style: none;
   text-align: center;
}

.carousel-indicators li {
   display: inline-block;
   width: 10px;
   height: 10px;
   margin: 1px;
   text-indent: -999px;
   border: 1px solid #ffffff;
   border-radius: 10px;
   cursor: pointer;
   background-color: #000 \9;
   background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
   margin: 0;
   width: 12px;
   height: 12px;
   background-color: #ffffff;
}

.carousel-caption {
   position: absolute;
   left: 15%;
   right: 15%;
   bottom: 20px;
   z-index: 10;
   padding-top: 20px;
   padding-bottom: 20px;
   color: #ffffff;
   text-align: center;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
   text-shadow: none;
}

@media screen and (min-width: 10px) {

   .carousel-control .glyphicon-chevron-left,
   .carousel-control .glyphicon-chevron-right,
   .carousel-control .icon-prev,
   .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      font-size: 30px;
   }

   .carousel-control .glyphicon-chevron-left,
   .carousel-control .icon-prev {
      margin-left: -15px;
   }

   .carousel-control .glyphicon-chevron-right,
   .carousel-control .icon-next {
      margin-right: -15px;
   }

   .carousel-caption {
      left: 20%;
      right: 20%;
      padding-bottom: 30px;
   }

   .carousel-indicators {
      bottom: 20px;
   }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
   content: "";
   display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
   clear: both;
}

#ie6 .clearfix,
#ie7 .clearfix,
#ie6 .dl-horizontal dd,
#ie7 .dl-horizontal dd,
#ie6 .container,
#ie7 .container,
#ie6 .container-fluid,
#ie7 .container-fluid,
#ie6 .row,
#ie7 .row,
#ie6 .form-horizontal .form-group,
#ie7 .form-horizontal .form-group,
#ie6 .btn-toolbar,
#ie7 .btn-toolbar,
#ie6 .btn-group-vertical>.btn-group,
#ie7 .btn-group-vertical>.btn-group,
#ie6 .nav,
#ie7 .nav,
#ie6 .navbar,
#ie7 .navbar,
#ie6 .navbar-header,
#ie7 .navbar-header,
#ie6 .navbar-collapse,
#ie7 .navbar-collapse,
#ie6 .pager,
#ie7 .pager,
#ie6 .panel-body,
#ie7 .panel-body,
#ie6 .modal-footer,
#ie7 .modal-footer {
   zoom: 1;
}

.center-block {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.pull-right {
   float: right !important;
}

.pull-left {
   float: left !important;
}

.hide {
   display: none !important;
}

.show {
   display: block !important;
}

.invisible {
   visibility: hidden;
}

.text-hide {
   font: 0/0 a;
   color: transparent;
   text-shadow: none;
   background-color: transparent;
   border: 0;
}

.hidden {
   display: none !important;
   visibility: hidden !important;
}

.affix {
   position: fixed;
}

@-ms-viewport {
   width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
   display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
   display: none !important;
}

@media (max-width: 9px) {
   .visible-xs {
      display: block !important;
   }

   table.visible-xs {
      display: table;
   }

   tr.visible-xs {
      display: table-row !important;
   }

   th.visible-xs,
   td.visible-xs {
      display: table-cell !important;
   }
}

@media (max-width: 9px) {
   .visible-xs-block {
      display: block !important;
   }
}

@media (max-width: 9px) {
   .visible-xs-inline {
      display: inline !important;
   }
}

@media (max-width: 9px) {
   .visible-xs-inline-block {
      display: inline-block !important;
   }
}

@media (min-width: 10px) and (max-width: 9px) {
   .visible-sm {
      display: block !important;
   }

   table.visible-sm {
      display: table;
   }

   tr.visible-sm {
      display: table-row !important;
   }

   th.visible-sm,
   td.visible-sm {
      display: table-cell !important;
   }
}

@media (min-width: 10px) and (max-width: 9px) {
   .visible-sm-block {
      display: block !important;
   }
}

@media (min-width: 10px) and (max-width: 9px) {
   .visible-sm-inline {
      display: inline !important;
   }
}

@media (min-width: 10px) and (max-width: 9px) {
   .visible-sm-inline-block {
      display: inline-block !important;
   }
}

@media (min-width: 10px) and (max-width: 9px) {
   .visible-md {
      display: block !important;
   }

   table.visible-md {
      display: table;
   }

   tr.visible-md {
      display: table-row !important;
   }

   th.visible-md,
   td.visible-md {
      display: table-cell !important;
   }
}

@media (min-width: 10px) and (max-width: 9px) {
   .visible-md-block {
      display: block !important;
   }
}

@media (min-width: 10px) and (max-width: 9px) {
   .visible-md-inline {
      display: inline !important;
   }
}

@media (min-width: 10px) and (max-width: 9px) {
   .visible-md-inline-block {
      display: inline-block !important;
   }
}

@media (min-width: 10px) {
   .visible-lg {
      display: block !important;
   }

   table.visible-lg {
      display: table;
   }

   tr.visible-lg {
      display: table-row !important;
   }

   th.visible-lg,
   td.visible-lg {
      display: table-cell !important;
   }
}

@media (min-width: 10px) {
   .visible-lg-block {
      display: block !important;
   }
}

@media (min-width: 10px) {
   .visible-lg-inline {
      display: inline !important;
   }
}

@media (min-width: 10px) {
   .visible-lg-inline-block {
      display: inline-block !important;
   }
}

@media (max-width: 9px) {
   .hidden-xs {
      display: none !important;
   }
}

@media (min-width: 10px) and (max-width: 9px) {
   .hidden-sm {
      display: none !important;
   }
}

@media (min-width: 10px) and (max-width: 9px) {
   .hidden-md {
      display: none !important;
   }
}

@media (min-width: 10px) {
   .hidden-lg {
      display: none !important;
   }
}

.visible-print {
   display: none !important;
}

@media print {
   .visible-print {
      display: block !important;
   }

   table.visible-print {
      display: table;
   }

   tr.visible-print {
      display: table-row !important;
   }

   th.visible-print,
   td.visible-print {
      display: table-cell !important;
   }
}

.visible-print-block {
   display: none !important;
}

@media print {
   .visible-print-block {
      display: block !important;
   }
}

.visible-print-inline {
   display: none !important;
}

@media print {
   .visible-print-inline {
      display: inline !important;
   }
}

.visible-print-inline-block {
   display: none !important;
}

@media print {
   .visible-print-inline-block {
      display: inline-block !important;
   }
}

@media print {
   .hidden-print {
      display: none !important;
   }
}

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
   margin: 0;
   padding: 0;
   border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
   display: block;
}

ol,
ul {
   list-style: none;
}

blockquote,
q {
   quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
   content: '';
   content: none;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

/* 统一上标和下标 */
sub,
sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: text-top;
}

:root sub,
:root sup {
   vertical-align: baseline;
   /* for ie9 and other mordern browsers */
}

sup {
   top: -0.5em;
}

sub {
   bottom: 0;
}

.container {
   width: 1400px;
   margin: auto;
}

.font_simsun {
   font-family: SimSun;
}

.ov_visibel {
   overflow: visible !important;
}

.ov_hide {
   overflow: hidden !important;
}

.ws_normal {
   white-space: normal !important;
}

.ws_break {
   word-wrap: break-word !important;
   word-break: normal !important;
}

.ws_prewrap {
   white-space: pre-wrap !important;
}

.ws_hide {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.t_l {
   text-align: left !important;
}

.t_c {
   text-align: center !important;
}

.t_r {
   text-align: right !important;
}

.block {
   display: block !important;
   visibility: visible;
}

.hidden {
   display: none !important;
   visibility: hidden;
}

.fl_l {
   float: left !important;
}

.fl_r {
   float: right !important;
}

.fl_n {
   float: none !important;
}

.mar0 {
   margin: 0;
}

.mar_auto {
   margin: auto;
}

.mar10 {
   margin: 10px;
}

.mar20 {
   margin: 20px;
}

.mt_5 {
   margin-top: 5px;
}

.mt_10 {
   margin-top: 10px;
}

.mt_20 {
   margin-top: 20px;
}

.mt_30 {
   margin-top: 30px;
}

.mt_35 {
   margin-top: 35px;
}

.mb_5 {
   margin-bottom: 5px;
}

.mb_10 {
   margin-bottom: 10px;
}

.mb_20 {
   margin-bottom: 20px;
}

.mb_30 {
   margin-bottom: 30px;
}

.ml_4 {
   margin-left: 4px;
}

.ml_5 {
   margin-left: 5px;
}

.ml_10 {
   margin-left: 10px;
}

.ml_20 {
   margin-left: 20px;
}

.ml_30 {
   margin-left: 30px;
}

.mr_5 {
   margin-right: 5px;
}

.mr_10 {
   margin-right: 10px;
}

.mr_20 {
   margin-right: 20px;
}

.mr_30 {
   margin-right: 30px;
}

.po_ab {
   position: absolute;
}

.po_re {
   position: relative;
}

.col1 {
   display: inline;
   float: left;
   width: 100%;
}

.col1 .col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
   position: relative;
   min-height: 1px;
   padding-left: 5px;
   padding-right: 5px;
}

.col1 .col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
   float: left;
}

.col2 {
   display: inline;
   float: left;
   width: 50%;
}

.col3 {
   display: inline;
   float: left;
   width: 33.33333333%;
}

.col4 {
   display: inline;
   float: left;
   width: 25%;
}

.col5 {
   display: inline;
   float: left;
   width: 20%;
}

.col6 {
   display: inline;
   float: left;
   width: 16.66666667%;
}

.col7 {
   display: inline;
   float: left;
   width: 14.28571429%;
}

.col8 {
   display: inline;
   float: left;
   width: 12.5%;
}

.col9 {
   display: inline;
   float: left;
   width: 11.11111111%;
}

.fixed-top {
   position: fixed;
   bottom: auto;
   top: 0px;
}

.fixed-bottom {
   position: fixed;
   bottom: 0px;
   top: auto;
}

.fixed-left {
   position: fixed;
   right: auto;
   left: 0px;
}

.fixed-right {
   position: fixed;
   right: 0px;
   left: auto;
}

#ie6,
#ie6 body {
   background-image: url(about:blank);
   background-attachment: fixed;
}

#ie6 .fixed-top {
   position: absolute;
   bottom: auto;
   top: expression(eval(document.documentElement.scrollTop));
}

#ie6 .fixed-right {
   position: absolute;
   right: auto;
   left: expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));
}

#ie6 .fixed-bottom {
   position: absolute;
   bottom: auto;
   top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}

#ie6 .fixed-left {
   position: absolute;
   right: auto;
   left: expression(eval(document.documentElement.scrollLeft));
}

.stars {
   display: inline-block;
   width: 16px;
   height: 16px;
   content: "";
   line-height: 16px;
   background: url('../img/star.gif') repeat-x;
   overflow: hidden;
   vertical-align: text-bottom;
}

.stars .star_selected {
   display: inline-block;
   width: 16px;
   height: 16px;
   background: url('../img/star.gif') repeat-x left -32px;
}

.stars.sred .star_selected {
   background-position: left -16px;
}

.stars.a3 {
   width: 48px;
}

.stars.a5 {
   width: 80px;
}

.stars.a8 {
   width: 128px;
}

.stars.a10 {
   width: 160px;
}

.stars.s0 .star_selected {
   width: 0;
}

.stars.s0d5 .star_selected {
   width: 8px;
}

.stars.s1d5 .star_selected {
   width: 24px;
}

.stars.s2 .star_selected {
   width: 32px;
}

.stars.s2d5 .star_selected {
   width: 40px;
}

.stars.s3 .star_selected {
   width: 48px;
}

.stars.s3d5 .star_selected {
   width: 56px;
}

.stars.s4 .star_selected {
   width: 64px;
}

.stars.s4d5 .star_selected {
   width: 72px;
}

.stars.s5 .star_selected {
   width: 80px;
}

.stars.s5d5 .star_selected {
   width: 88px;
}

.stars.s6 .star_selected {
   width: 96px;
}

.stars.s6d5 .star_selected {
   width: 104px;
}

.stars.s7 .star_selected {
   width: 112px;
}

.stars.s7d5 .star_selected {
   width: 120px;
}

.stars.s8 .star_selected {
   width: 128px;
}

.stars.s8d5 .star_selected {
   width: 136px;
}

.stars.s9 .star_selected {
   width: 144px;
}

.stars.s9d5 .star_selected {
   width: 152px;
}

.stars.sall .star_selected {
   width: 100%;
}

.list {
   border: 1px solid #ccc;
}

.list dt {
   text-align: center;
   font-weight: bold;
   background: #71829E;
   color: #fff;
   line-height: 30px;
}

.list dd {
   clear: both;
   padding: 10px;
}

.list dd .tags {
   height: 25px;
   padding: 0 10px;
   background: #f4f4f4;
   line-height: 25px;
   color: #666;
}

.list dd.odd {
   background: #fff;
}

.list li {
   display: inline;
   float: left;
   width: 10%;
}

.list li.wd5 {
   width: 5%;
   overflow: hidden;
}

.list li.w1 {
   width: 10%;
   overflow: hidden;
}

.list li.w1d5 {
   width: 15%;
   overflow: hidden;
}

.list li.w2 {
   width: 20%;
}

.list li.w2d5 {
   width: 25%;
   overflow: hidden;
}

.list li.w3 {
   width: 30%;
   overflow: hidden;
}

.list li.w3d5 {
   width: 35%;
   overflow: hidden;
}

.list li.w4 {
   width: 40%;
   overflow: hidden;
}

.list li.w4d5 {
   width: 45%;
   overflow: hidden;
}

.list li.w5 {
   width: 50%;
   overflow: hidden;
}

.list li.w5d5 {
   width: 55%;
   overflow: hidden;
}

.list li.w6 {
   width: 60%;
   overflow: hidden;
}

.list li.w6d5 {
   width: 65%;
   overflow: hidden;
}

.list li.w7 {
   width: 70%;
   overflow: hidden;
}

.list li.w7d5 {
   width: 75%;
   overflow: hidden;
}

.list li.w8 {
   width: 80%;
   overflow: hidden;
}

.list li.w8d5 {
   width: 85%;
   overflow: hidden;
}

.list li.w9 {
   width: 90%;
   overflow: hidden;
}

.list li.w9d5 {
   width: 95%;
   overflow: hidden;
}

.list li.w100 {
   width: 100%;
   overflow: hidden;
}

.top-nav {
   font-size: 16px;
   color: #fff;
   min-height: 45px;
   width: 100%;
   background: #2f549f;
}

.top-nav .ul {
   position: relative;
   z-index: 2;
   margin: 0;
   padding: 0;
}

.top-nav a {
   color: #fff;
   display: inline-block;
   font: 14px/45px "\5FAE\8F6F\96C5\9ED1", "Hiragino Sans GB";
   text-align: center;
   padding: 0px 15px;
}

.top-nav a:hover {
   position: relative;
   background: #3c69c5;
}

.top-nav a:active {
   box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.5);
}

.top-nav a.selected,
.top-nav a.selected:hover,
.top-nav a.selected:visited {
   position: relative;
   z-index: 1;
}

.top-nav .menu {
   margin: 0;
   padding: 0;
}

.top-nav .menu li {
   float: left;
   position: relative;
   z-index: 1;
   list-style: none;
}

.top-nav .menu li.line {
   border-left: 1px solid #000;
   border-right: 1px solid #fff;
   opacity: 0.2;
   filter: alpha(opacity=20);
   height: 45px;
   vertical-align: middle;
   margin: 0 -1px;
}

#ie6 .top-nav {
   height: expression(this.scrollHeight < 30 ? "30px" : "auto");
}

.primary_nav ul {
   margin: 0;
}

.primary_nav ul li {
   display: inline;
   float: left;
   text-align: center;
   min-width: 83px;
}

.primary_nav ul li .icon32 {
   display: block;
   margin: 5px auto;
   float: none;
   font-size: 2em;
}

.primary_nav ul li em {
   font-style: normal;
}

.primary_nav ul li a {
   display: inline-block;
   _width: 68px;
   color: #333;
   position: relative;
   padding: 0 10px;
   margin: 10px 5px;
   border: 1px solid #f5f5f5;
}

.primary_nav ul li a .badge {
   position: absolute;
   top: 0;
   right: 0;
   background: #c00;
   font: 10px/15px Verdana, Geneva, sans-serif, sans-serif;
   color: #fff;
   display: inline-block;
   padding: 0 3px;
   font-weight: bold;
   border-radius: 10px;
   box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.primary_nav ul li a:hover {
   background: #fff;
   border-color: #ccc;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
   text-decoration: none;
}

.primary_nav ul li a.selected {
   background: #fff;
   color: #000;
   border-color: #ccc;
}

.primary_nav ul li a:active {
   box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.primary_nav ul li a.selected:hover {
   background: #fff;
}

/* 页面副导航 */
.nav_right {
   width: 200px;
   float: left;
   display: block;
   line-height: 40px;
   text-align: center;
}

.nav_right a {
   font-size: 16px;
   color: #EC6013;
}

.tab {
   position: relative;
   z-index: 1;
   top: 1px;
}

.tab a {
   display: inline-block;
   padding-left: 10px;
   padding-right: 10px;
   border: 1px solid #D9D9D9;
   border-bottom-color: #ccc;
   background: #F3F3F3;
   color: #666;
}

.tab a .arrow {
   border-color: #999 #F3F3F3 #F3F3F3;
   border-width: 4px;
   border-style: solid;
   display: inline-block;
   width: 0;
   height: 0;
   font-size: 0;
   line-height: 0;
   vertical-align: middle;
   margin-left: 5px;
   display: none;
}

.tab a:hover {
   background: #fff;
   text-decoration: none;
}

.tab a:hover .arrow {
   border-color: #fff;
   border-top-color: #666;
}

.tab a.selected {
   font-weight: bold;
   background: #fff;
   border: 1px solid #ccc;
   border-bottom: none;
   padding-bottom: 1px;
   color: #2F549F;
   border-top: 2px solid #2CCAC8;
}

.tab a.selected .arrow {
   display: inline-block;
   border-color: #fff;
   border-top-color: #2F549F;
}

.tab_detail {
   background: #fff;
   border: 1px solid #ccc;
   padding: 10px;
}

.navbar-header,
.navbar-collapse {
   margin-right: 0;
   margin-left: 0;
}

.navbar-collapse {
   display: block !important;
   height: auto !important;
   padding-bottom: 0;
   overflow: visible !important;
}

.navbar-toggle {
   display: none;
}

.navbar-nav {
   float: left;
   margin: 0;
}

.navbar-nav>li {
   float: left;
}

.navbar-nav>li>a {
   padding: 15px;
}

.navbar-nav.navbar-right {
   float: right;
}

body {
   -webkit-font-smoothing: antialiased;
}

.container {
   padding-left: 0;
   padding-right: 0;
   max-width: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
   font-weight: bold;
}

a:hover img {
   opacity: 0.8;
   filter: alpha(opacity=80);
}

textarea {
   resize: vertical;
}

.min-title {
   font-size: 16px;
   line-height: 35px;
   color: #333333;
}

.money {
   color: #2CCAC8;
   display: inline-block;
}

.money-sm {
   font-size: 16px;
}

.money-lg {
   font-size: 24px;
}

.marked {
   display: inline-block;
   font-size: 16px;
   border: 1px solid #eeeeee;
   padding: 0 5px;
   line-height: 18px;
}

.marked.marked-task {
   border-color: #2f539f;
   color: #2f539f;
}

.marked.marked-shop {
   border-color: #6d3a9f;
   color: #6d3a9f;
}

.marked.marked-speed {
   background: #EC2828;
   border-color: #EC2828;
   color: #ffffff;
}

.marked.marked-hot {
   background: #b6474f;
   border-color: #b6474f;
   color: #ffffff;
}

.marked.marked-map {
   background: #80AA00;
   border-color: #80AA00;
   color: #ffffff;
}

.marked.marked-spread {
   background: #FF6600;
   border-color: #FF6600;
   color: #ffffff;
}

.marked.marked-see {
   color: #2CCAC8;
   background-color: #f4f4f4;
   border: 1px solid #dfdfdf;
}

.marked.marked-tags {
   background: #eeeeee;
   border-color: #eeeeee;
   color: #333333;
}

.tags-box {
   margin-top: 10px;
   margin-bottom: 10px;
}

.tags-box a {
   display: inline-block;
   font-size: 16px;
   border: 1px solid #eeeeee;
   padding: 0 5px;
   line-height: 18px;
   background: #eeeeee;
   border-color: #eeeeee;
   color: #333333;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   border: none;
   text-decoration: none;
   font-size: 16px;
   line-height: 25px;
   margin-right: 10px;
   margin-bottom: 10px;
}

.tags-box a.marked-task {
   border-color: #2f539f;
   color: #2f539f;
}

.tags-box a.marked-shop {
   border-color: #6d3a9f;
   color: #6d3a9f;
}

.tags-box a.marked-speed {
   background: #c96f2a;
   border-color: #c96f2a;
   color: #ffffff;
}

.tags-box a.marked-hot {
   background: #b6474f;
   border-color: #b6474f;
   color: #ffffff;
}

.tags-box a.marked-map {
   background: #2b8db7;
   border-color: #2b8db7;
   color: #ffffff;
}

.tags-box a.marked-spread {
   background: #7ea12c;
   border-color: #7ea12c;
   color: #ffffff;
}

.tags-box a.marked-see {
   background: #2f549f;
   border-color: #2f549f;
   color: #ffffff;
}

.tags-box a.marked-tags {
   background: #eeeeee;
   border-color: #eeeeee;
   color: #333333;
}

.tags-box a:hover {
   background: #2f549f;
   color: #ffffff;
}

.for-city {
   width: 240px;
}

.for-city li {
   float: left;
   display: inline;
   margin-bottom: 5px;
}

.for-city li a {
   clear: none;
   font-size: 16px;
   padding-left: 10px;
   padding-right: 10px;
}

.for-advertise {
   display: block;
   clear: both;
}

.for-advertise img {
   display: block;
   max-width: 100%;
   height: auto;
}

.no-data {
   text-align: center;
   height: 120px;
   padding-top: 30px;
}

.pagination a {
   color: #333333;
}

.pager>li>a:empty {
   display: none;
}

.modal .inner {
   min-height: 30px;
   /*background: url('@{img-path}loading.gif') no-repeat center;*/
}

.confirm_modal .inner {
   background: none;
}

.modal-header {
   padding: 10px 15px;
   background: #fafafa;
   -webkit-border-radius: 5px 5px 0 0;
   -moz-border-radius: 5px 5px 0 0;
   border-radius: 5px 5px 0 0;
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
}

.modal-header h3 {
   font-size: 16px;
}

.modal-content {
   overflow: hidden;
}

.modal-body {
   background: #ffffff;
}

.modal-body .alert {
   margin: -15px;
}

.modal-body .media {
   overflow: hidden;
}

.modal-footer {
   padding: 10px 15px;
   margin-top: 0;
   background: #fafafa;
   -webkit-border-radius: 0 0 5px 5px;
   -moz-border-radius: 0 0 5px 5px;
   border-radius: 0 0 5px 5px;
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
}

.modal-backdrop {
   z-index: 1020;
}

.bdsharebuttonbox {
   width: 209px;
}

.show-msg {
   width: 1190px;
   margin: 40px auto;
   color: #666666;
}

#fix-box {
   position: fixed;
   bottom: 100px;
   left: 50%;
   margin-left: 650px;
}

#fix-box #top {
   display: block;
   background: #EBEBEB;
   border: 1px solid #DBDBDB;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   width: 40px;
   height: 40px;
   text-align: center;
   color: #888;
}

#fix-box #top i {
   font-size: 30px;
   margin-top: 3px;
}

.header-top {
   background: #F4F4F4;
   border-bottom: 1px solid #eeeeee;
   font-size: 16px;
   height: 45px;
   line-height: 35px;
   padding-top: 5px;
   position: relative;
   z-index: 10000;
}

.header-top:before,
.header-top:after {
   content: "";
   display: table;
}

.header-top:after {
   clear: both;
}

#ie6 .header-top,
#ie7 .header-top {
   zoom: 1;
}

.header-top:before,
.header-top:after {
   content: "";
   display: table;
}

.header-top:after {
   clear: both;
}

#ie6 .header-top,
#ie7 .header-top {
   zoom: 1;
}

.header-top .left-nav {
   float: left;
   margin-left: 5px;
}

.header-top .left-nav .nav-item {
   float: left;
   margin-right: 5px;
}

.header-top .left-nav .nav-item-sub {
   left: 0;
}

.header-top .color-selected {
   float: right;
   margin-right: 5px;
}

.header-top .color-selected .nav-item {
   float: left;
   margin-left: 10px;
}

.header-top .color-selected .nav-item-sub {
   left: inherit;
   right: 0;
   white-space: nowrap;
   width: 100px;
}

.header-top .color-selected .nav-item-sub>li {
   float: left;
   display: inline;
}

.header-top .color-selected .nav-item-sub>li>a {
   clear: inherit;
}

.header-top .style-color {
   display: inline-block;
   width: 12px;
   height: 12px;
   overflow: hidden;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   text-indent: -999em;
   background-color: #2f549f;
   -webkit-transition: all 0.2s ease-out 0.1s;
   -o-transition: all 0.2s ease-out 0.1s;
   transition: all 0.2s ease-out 0.1s;
}

.header-top .style-color.keke-blue {
   background-color: #2f549f;
}

.header-top .style-color.android {
   background-color: #a4c639;
}

.header-top .style-color.font_as {
   background-color: #1e9f75;
}

.header-top .style-color.google {
   background-color: #db4a39;
}

.header-top .style-color.skype {
   background-color: #00aff0;
}

.header-top .style-color.taobao {
   background-color: #ff4400;
}

.header-top .style-color.wordpressgrey {
   background-color: #464646;
}

.header-top .style-color.yahoo {
   background-color: #720e9e;
}

.header-top .style-color.zbj {
   background-color: #ff9400;
}

.header-top .right-nav {
   float: right;
   margin-right: 5px;
}

.header-top .right-nav .nav-item {
   float: left;
   margin-left: 10px;
}

.header-top .right-nav .nav-item-sub {
   left: inherit;
   right: 0;
}

.header-top .nav-item {
   position: relative;
   z-index: 199;
}

.header-top .nav-item.nav-static {
   margin-left: 0;
   margin-right: 0;
}

.header-top .has-sub:hover {
   z-index: 200;
}

.header-top .has-sub:hover .nav-item-link {
   background: #ffffff;
   color: #444444;
   border-color: #eeeeee;
   bottom: -1px;
}

.header-top .has-sub:hover .nav-item-sub {
   display: block;
}

.header-top .nav-item-link {
   margin-top: -1px;
   display: inline-block;
   color: #666666;
   padding-left: 5px;
   padding-right: 5px;
   text-decoration: none;
   position: relative;
   border: 1px solid #f4f4f4;
   z-index: 2;
}

.header-top .nav-item-link:hover {
   color: #444444;
}

.header-top .nav-item-link.active {
   color: #444444;
}

.header-top .nav-item-sub {
   display: none;
   position: absolute;
   top: 100%;
   left: 0;
   border: 1px solid #eeeeee;
   background: #ffffff;
   min-width: 160px;
}

.header-top .nav-item-sub .line {
   height: 0;
   line-height: 0;
   overflow: hidden;
   font-size: 0;
   border-bottom: 1px solid #eeeeee;
}

.header-top .nav-item-sub>dl {
   padding: 5px 0;
}

.header-top .nav-item-sub>dl>dt {
   line-height: 25px;
   padding-left: 10px;
}

.header-top .nav-item-sub>dl>dd {
   overflow: hidden;
}

.header-top .nav-item-sub>dl>dd>ul {
   line-height: 22px;
}

.header-top .nav-item-sub>dl>dd>ul>li {
   display: inline;
   float: left;
   width: 50%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   text-indent: 10px;
}

.header-top .nav-sub-list a {
   display: block;
   clear: both;
   padding: 5px 10px;
   line-height: 20px;
   text-decoration: none;
   white-space: nowrap;
}

.header-top .nav-sub-list a:hover {
   background: #fafafa;
}

.header-top .nav-sub-list a>.badge {
   font-weight: normal;
   background: #d9534f;
   color: #ffffff;
   float: right;
   padding: 2px 5px;
}

.header:before,
.header:after {
   content: "";
   display: table;
}

.header:after {
   clear: both;
}

#ie6 .header,
#ie7 .header {
   zoom: 1;
}

.header:before,
.header:after {
   content: "";
   display: table;
}

.header:after {
   clear: both;
}

#ie6 .header,
#ie7 .header {
   zoom: 1;
}

.header-website {
   float: left;
   position: relative;
   margin-left: 5px;
   margin-top: 5px;
   margin-bottom: 10px;
}

/* 头部样式 modify */
.header-function {
   position: absolute;
   top: 5px;
   left: 0;
}

.brand-logo {
   margin-right: 60px;
}

.header-location {
   position: absolute;
   bottom: 0;
   left: 100%;
   white-space: nowrap;
}

.localtion-layer {
   position: relative;
   display: inline-block;
}

.header-search {
   font-size: 16px;
   margin-bottom: 10px;
}

.header-search .btn-group>.btn {
   width: 80px;
}

.header-search .search-input {
   display: inline-block;
   margin-bottom: 0;
   vertical-align: middle;
   width: 60%;
}

.header-keywords {
   clear: both;
}

.site-nav {
   margin-bottom: 10px;
   margin-top: 10px;
}

.site-nav+.bread-nav {
   margin-top: -10px;
}

.site-nav .navbar-primary {
   margin-left: 5px;
   margin-right: 5px;
   margin-bottom: 0;
   min-height: 40px;
   background: #2f549f;
   border-color: #294a8b;
   color: #ffffff;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
}

.site-nav .navbar-primary .navbar-nav {
   margin-left: -5px;
   font-size: 16px;
}

.site-nav .navbar-primary .navbar-nav>li>a {
   padding: 10px;
   color: #d9e2f4;
   text-shadow: 0 1px 0 #233f78;
}

.site-nav .navbar-primary .navbar-nav>li>a:hover,
.site-nav .navbar-primary .navbar-nav>li>a:focus {
   color: #ffffff;
   background-color: #233f78;
}

.site-nav .navbar-primary .navbar-nav>.active>a,
.site-nav .navbar-primary .navbar-nav>.active>a:hover,
.site-nav .navbar-primary .navbar-nav>.active>a:focus {
   color: #ffffff;
   background-color: #233f78;
}

.site-nav .navbar-primary .navbar-nav>.disabled>a,
.site-nav .navbar-primary .navbar-nav>.disabled>a:hover,
.site-nav .navbar-primary .navbar-nav>.disabled>a:focus {
   color: #182a50;
   background-color: #2f549f;
}

.site-nav .navbar-primary .navbar-nav>.open>a,
.site-nav .navbar-primary .navbar-nav>.open>a:hover,
.site-nav .navbar-primary .navbar-nav>.open>a:focus {
   background-color: #233f78;
   color: #ffffff;
}

.site-nav .navbar-primary .nav-primary {
   font-size: 15px;
   font-weight: bold;
}

.site-nav .navbar-primary .navbar-actived {
   display: inline-block;
   line-height: 30px;
   padding: 10px;
   display: none !important;
}

@media (max-width: 9px) {
   .site-nav .navbar-primary .navbar-actived {
      display: block !important;
   }

   table.site-nav .navbar-primary .navbar-actived {
      display: table;
   }

   tr.site-nav .navbar-primary .navbar-actived {
      display: table-row !important;
   }

   th.site-nav .navbar-primary .navbar-actived,
   td.site-nav .navbar-primary .navbar-actived {
      display: table-cell !important;
   }
}

.site-nav .navbar-primary .navbar-toggle {
   border-color: #233f78;
}

.site-nav .navbar-primary .navbar-toggle:hover,
.site-nav .navbar-primary .navbar-toggle:focus {
   background-color: #233f78;
}

.site-nav .navbar-primary .navbar-toggle .icon-bar {
   background-color: #ffffff;
}

@media (min-width: 240px) and (max-width: 768px) {
   .site-nav .navbar-primary .dropdown-menu {
      background: #233f78;
   }

   .site-nav .navbar-primary .dropdown-menu .divider {
      background-color: #3c69c5;
   }

   .site-nav .navbar-primary .dropdown-menu>li>a {
      color: #d9e2f4;
   }

   .site-nav .navbar-primary .dropdown-menu>li>a:hover,
   .site-nav .navbar-primary .dropdown-menu>li>a:focus {
      background-color: #233f78;
      color: #ffffff;
   }
}

@media (min-width: 240px) and (max-width: 768px) {
   .site-nav .navbar-primary .dropdown-header {
      color: #ffffff;
   }
}

.bread-nav {
   margin-bottom: 10px;
}

.bread-nav:before,
.bread-nav:after {
   content: "";
   display: table;
}

.bread-nav:after {
   clear: both;
}

#ie6 .bread-nav,
#ie7 .bread-nav {
   zoom: 1;
}

.bread-nav:before,
.bread-nav:after {
   content: "";
   display: table;
}

.bread-nav:after {
   clear: both;
}

#ie6 .bread-nav,
#ie7 .bread-nav {
   zoom: 1;
}

.bread-nav .breadcrumb {
   font-size: 16px;
   background: #fafafa;
   border: 1px solid #eeeeee;
   margin-left: 5px;
   margin-right: 5px;
   margin-bottom: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
}

.footer {
   clear: both;
   margin-top: 10px;
   border-top: 1px solid #eeeeee;
   background: #ffffff;
   padding-top: 10px;
}

.footer:before,
.footer:after {
   content: "";
   display: table;
}

.footer:after {
   clear: both;
}

#ie6 .footer,
#ie7 .footer {
   zoom: 1;
}

.footer:before,
.footer:after {
   content: "";
   display: table;
}

.footer:after {
   clear: both;
}

#ie6 .footer,
#ie7 .footer {
   zoom: 1;
}

.footer-link {
   text-align: center;
   font-size: 16px;
   color: #666666;
   margin: 10px 0 5px 0;
}

.footer-link>li {
   display: inline;
}

.footer-link>li+li:before {
   content: "|";
   padding: 0 5px;
   margin-left: -3px;
   color: #cccccc;
}

.footer-link>li a {
   color: #666666;
}

.footer-link>li a:hover {
   color: #2f549f;
}

.footer-copyright {
   text-align: center;
   font-size: 16px;
   color: #666666;
}

.footer-copyright>p {
   margin-bottom: 5px;
}

.friend-link {
   padding: 10px 0;
   border-bottom: 1px solid #eeeeee;
   margin-bottom: 15px;
   font-size: 16px;
}

.friend-link:before,
.friend-link:after {
   content: "";
   display: table;
}

.friend-link:after {
   clear: both;
}

#ie6 .friend-link,
#ie7 .friend-link {
   zoom: 1;
}

.friend-link:before,
.friend-link:after {
   content: "";
   display: table;
}

.friend-link:after {
   clear: both;
}

#ie6 .friend-link,
#ie7 .friend-link {
   zoom: 1;
}

.friend-link>li {
   display: inline;
   float: left;
   margin-right: 10px;
   white-space: nowrap;
   color: #888;
}

.friend-link>li>a {
   color: #888;
}

.friend-link>li>a:hover {
   color: #2f549f;
}

.map-box {
   border: 1px solid #eee;
   background: #fff;
   color: #2f549f;
   font-size: 16px;
   overflow: hidden;
   margin: 0px 5px 10px;
   position: relative;
}

.map-box .map_left {
   padding: 10px;
   text-align: center;
   position: absolute;
   top: 50%;
   left: 0;
   width: 180px;
   height: 150px;
   margin-top: -70px;
}

.map-box .map_left .left-body-i {
   font-size: 60px;
   line-height: 60px;
}

.map-box .map_left .left-body-tilte {
   font-size: 24px;
}

.map-box .map_right {
   padding: 10px;
   border-left: 1px solid #eee;
   margin-left: 180px;
   overflow: hidden;
   min-height: 150px;
}

.map-box .map_right li {
   float: left;
   line-height: 28px;
   overflow: hidden;
   padding: 10px 0;
   width: 50;
}

.map-box .map_right li a {
   color: #666;
   text-decoration: none;
   margin-right: 5px;
   display: block;
   width: 8em;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   float: left;
}

.map-box .map_right li a:hover {
   color: #2f549f;
}

.map-box .map_right li b {
   color: #333;
   display: inline-block;
   font-size: 20px;
   font-weight: 500;
   text-align: right;
   vertical-align: top;
   width: 100px;
   margin-top: 3px;
}

.map-box .map_right li span {
   display: inline-block;
   font-size: 16px;
   padding-left: 10px;
   width: 365px;
}

.map-box .map_right li.clear {
   font-size: 0;
   height: 0;
   line-height: 0;
   padding: 0;
   visibility: hidden;
   width: 100%;
}

.tab {
   background: #fafafa;
   border: 1px solid #eeeeee;
}

.tab:before,
.tab:after {
   content: "";
   display: table;
}

.tab:after {
   clear: both;
}

#ie6 .tab,
#ie7 .tab {
   zoom: 1;
}

.tab:before,
.tab:after {
   content: "";
   display: table;
}

.tab:after {
   clear: both;
}

#ie6 .tab,
#ie7 .tab {
   zoom: 1;
}

.tab>li {
   display: inline;
   float: left;
   margin: -1px -3px -1px -1px;
   position: relative;
}

.tab>li a {
   margin: 0;
}

.tab>li.active a {
   background: #ffffff;
   font-weight: bold;
   padding-bottom: 1px;
   border-color: #eeeeee;
   border-top-color: #2f549f;
   border-bottom: none;
   cursor: default;
   color: #2f549f;
}

.tab a {
   border-color: #eeeeee;
   line-height: 35px;
   text-align: center;
   color: #333333;
}

.tab a.selected {
   border-color: #eeeeee;
   cursor: default;
   color: #2f549f;
   border-top-color: #2CCAC8;
}

.tab.tab-darken {}

.tab.tab-darken a {
   min-width: 100px;
}

.tab.tab-darken a.selected {
   color: #2CCAC8;
}

.tab.tab-darken .badge {
   background: #bbb;
   padding-top: 1px;
   padding-bottom: 1px;
}

.tab .tab-group {
   display: inline-block;
   position: relative;
   z-index: 10;
}

.tab_detail {
   border-color: #eeeeee;
}

.category-list {
   position: relative;
   z-index: 10;
   top: 1px;
}

.category-list.category-xs {
   float: left;
   margin-right: 2px;
}

.category-list.category-lg {
   display: block;
   margin-bottom: 10px;
}

.category-list.category-lg .category-title {
   display: block;
   text-align: left;
   color: #ffffff;
   background: #2f549f;
   border-bottom: 3px solid #2f549f;
}

.category-list.category-lg .category-down {
   display: block;
   position: static;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

.category-list>a {
   text-decoration: none;
}

.category-list a {
   display: inline-block;
   text-align: center;
   white-space: nowrap;
}

.category-list a.category-title {
   line-height: 35px;
   padding: 0 15px;
   cursor: default;
   text-align: center;
}

.category-list a.action {
   color: #ffffff;
   background: #2CCAC8;
}

.category-list:hover .category-title {
   color: #ffffff;
   background: #2CCAC8;
}

.category-list:hover .category-title span, .category-list:hover .category-title i {
   color: #fff !important;
}

.category-list:hover .category-down {
   display: block;
}

.category-down {
   display: none;
   position: absolute;
   z-index: 999;
   left: 0;
   color: #666666;
   top: 100%;
   border: 1px solid #eeeeee;
   background: #fafafa;
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.category-down a {
   line-height: 30px;
   color: #333333;
}

.category-down a.hot {
   color: #c11930;
}

.category-down .category-item {
   position: relative;
   z-index: 1;
}

.category-down .category-item:hover {
   background: #fff;
   border-right-color: #ffffff;
}

.category-down .category-item:hover .category-inner {
   display: block;
}

.category-down .category-item:hover .category-top {
   background: #ffffff;
   border-right-color: #ffffff;
   right: -1px;
}

.category-down .category-item .fa-angle-right {
   position: absolute;
   right: 10px;
   top: 50%;
   margin-top: -7px;
   cursor: default;
   background: #fafafa;
}

.category-down .category-item .category-top {
   position: relative;
   z-index: 3;
   width: 100%;
   max-width: 235px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   padding: 0 10px;
   line-height: 35px;
}

.category-down .category-item .category-top a {
   display: inline;
}

.category-inner {
   display: none;
   position: absolute;
   z-index: 2;
   background: #ffffff;
   border: 1px solid #2f549f;
   top: 0;
   left: 100%;
   min-width: 230px;
   padding-left: 10px;
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.category-inner a {
   font-size: 16px;
   line-height: 18px;
   padding-right: 10px;
   border-right: 1px solid #eeeeee;
   margin: 5px 8px 5px 0;
}

.category-inner-title {
   font-size: 16px;
   border-bottom: 1px dashed #eeeeee;
   line-height: 35px;
   color: #333333;
   margin-bottom: 5px;
}

.second-nav {
   margin-top: 10px;
   margin-bottom: 10px;
   line-height: 25px;
}

.second-nav li {
   margin-right: 10px;
}

.second-nav li a {
   padding: 0 5px;
}

.list-filter {
   background: #fafafa;
   border: 1px solid #e9e9e9;
   line-height: 22px;
   margin-bottom: 20px;
}

.list-filter:before,
.list-filter:after {
   content: "";
   display: table;
}

.list-filter:after {
   clear: both;
}

#ie6 .list-filter,
#ie7 .list-filter {
   zoom: 1;
}

.list-filter:before,
.list-filter:after {
   content: "";
   display: table;
}

.list-filter:after {
   clear: both;
}

#ie6 .list-filter,
#ie7 .list-filter {
   zoom: 1;
}

.list-filter>li {
   display: list-item;
   padding: 15px 0;
   border-bottom: 1px solid #eee;
}

.list-filter>li:before,
.list-filter>li:after {
   content: "";
   display: table;
}

.list-filter>li:after {
   clear: both;
}

#ie6 .list-filter>li,
#ie7 .list-filter>li {
   zoom: 1;
}

.list-filter>li:before,
.list-filter>li:after {
   content: "";
   display: table;
}

.list-filter>li:after {
   clear: both;
}

#ie6 .list-filter>li,
#ie7 .list-filter>li {
   zoom: 1;
}

.list-filter label {
   font-weight: bold;
   text-align: center;
}

.list-filter .condition a {
   display: inline-block;
   color: #333333;
   margin-right: 10px;
   white-space: nowrap;
   padding: 0 8px;
   border: 1px solid #fafafa;
   font-size: 16px;
   text-decoration: none;
}

.list-filter .condition a:hover {
   background: #eeeeee;
}

.list-filter .condition a.selected {
   color: #fff;
   font-weight: bold;
   background: #2CCAC8;
}

.tool-bar {
   border-left: 1px solid #e9e9e9;
   border-right: 1px solid #e9e9e9;
   padding: 15px;
   height: 65px;
   font-size: 16px;
   line-height: 30px;
}

.tool-bar:before,
.tool-bar:after {
   content: "";
   display: table;
}

.tool-bar:after {
   clear: both;
}

#ie6 .tool-bar,
#ie7 .tool-bar {
   zoom: 1;
}

.tool-bar:before,
.tool-bar:after {
   content: "";
   display: table;
}

.tool-bar:after {
   clear: both;
}

#ie6 .tool-bar,
#ie7 .tool-bar {
   zoom: 1;
}

.tool-bar .actions {
   float: left;
   display: inline;
   position: relative;
   margin-right: 10px;
   color: #666666;
}

.tool-bar .actions label {
   white-space: nowrap;
}

.task_tab {
   padding: 15px 0 0 15px;
   background: #fafafa;
   border: 1px solid #e9e9e9;
}

.task_tab a {
   padding: 10px 20px;
   display: block;
   float: left;
   font-size: 16px;
   color: #666;
   background: #fff;
   margin-right: 15px;
   border-width: 1px 1px 0 1px;
   border-style: solid;
   border-color: #e3e3e3;
}

.task_tab .select_tab {
   background: #2CCAC8;
   color: #fff;
   font-size: 16px;
}

.tool-bar a.tool-bar-item {
   display: inline-block;
   color: #333333;
   white-space: nowrap;
   padding: 0 12px;
   margin: 0;
   background: #fafafa;
   border: 1px solid #e9e9e9;
   text-decoration: none;
}

.tool-bar a.tool-bar-item:hover {
   background: #eeeeee;
}

.tool-bar a.tool-bar-item.selected {
   color: #2CCAC8;
   font-weight: bold;
   background: #ffffff;
}

.box-header {
   border: 1px solid #eeeeee;
   background: #fafafa;
   height: 35px;
   margin-bottom: -1px;
}

.box-header:before,
.box-header:after {
   content: "";
   display: table;
}

.box-header:after {
   clear: both;
}

#ie6 .box-header,
#ie7 .box-header {
   zoom: 1;
}

.box-header:before,
.box-header:after {
   content: "";
   display: table;
}

.box-header:after {
   clear: both;
}

#ie6 .box-header,
#ie7 .box-header {
   zoom: 1;
}

.box-header>.min-title {
   margin-left: 10px;
   padding-left: 5px;
   line-height: 15px;
   margin-top: 8px;
}

.box-body {
   background: #ffffff;
   border: 1px solid #eeeeee;
   overflow: hidden;
}

.box-body:before,
.box-body:after {
   content: "";
   display: table;
}

.box-body:after {
   clear: both;
}

#ie6 .box-body,
#ie7 .box-body {
   zoom: 1;
}

.box-body:before,
.box-body:after {
   content: "";
   display: table;
}

.box-body:after {
   clear: both;
}

#ie6 .box-body,
#ie7 .box-body {
   zoom: 1;
}

#side .box-body {
   margin-bottom: 10px;
}

.record-list {
   padding: 0 10px;
   position: relative;
   height: 2000%;
}

.record-list>li {
   border-bottom: 1px solid #eeeeee;
   padding-top: 10px;
   padding-bottom: 10px;
   font-size: 16px;
   line-height: 20px;
}

.record-list>li:before,
.record-list>li:after {
   content: "";
   display: table;
}

.record-list>li:after {
   clear: both;
}

#ie6 .record-list>li,
#ie7 .record-list>li {
   zoom: 1;
}

.record-list>li:before,
.record-list>li:after {
   content: "";
   display: table;
}

.record-list>li:after {
   clear: both;
}

#ie6 .record-list>li,
#ie7 .record-list>li {
   zoom: 1;
}

.record-list.img .avatar {
   float: left;
   display: inline;
   margin-right: 10px;
}

.record-list.img .avatar>img {
   width: 50px;
   height: 50px;
}

.record-list.img .avatar-detail {
   overflow: hidden;
}

.record-list.img .record-list-title {
   margin-bottom: 2px;
}

.record-list time {
   float: right;
   color: #999999;
}

.record-list-title {
   margin-bottom: 10px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.record-list-title:before,
.record-list-title:after {
   content: "";
   display: table;
}

.record-list-title:after {
   clear: both;
}

#ie6 .record-list-title,
#ie7 .record-list-title {
   zoom: 1;
}

.record-list-title:before,
.record-list-title:after {
   content: "";
   display: table;
}

.record-list-title:after {
   clear: both;
}

#ie6 .record-list-title,
#ie7 .record-list-title {
   zoom: 1;
}

.record-list-title img {
   width: 25px;
   height: 25px;
   margin-right: 5px;
}

.record-list-title>a {
   color: #333333;
   text-decoration: none;
}

.record-list-title>a:hover {
   color: #2f549f;
}

.record-list-meta {
   margin-bottom: 4px;
}

.record-list-meta>span {
   color: #c11930;
}

.record-list-tags {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.list {
   border: none;
}

.list.list-dl {
   margin-bottom: 10px;
}

.list.list-dl .list-item-footer {
   text-align: right;
   padding-left: 10px;
   padding-right: 10px;
   margin-bottom: -10px;
}

.list.list-img {
   overflow: hidden;
}

.list.list-img:before,
.list.list-img:after {
   content: "";
   display: table;
}

.list.list-img:after {
   clear: both;
}

#ie6 .list.list-img,
#ie7 .list.list-img {
   zoom: 1;
}

.list.list-img:before,
.list.list-img:after {
   content: "";
   display: table;
}

.list.list-img:after {
   clear: both;
}

#ie6 .list.list-img,
#ie7 .list.list-img {
   zoom: 1;
}

.list.list-img .list-body {
   width: 105%;
}

.list.list-img .list-title {
   line-height: 35px;
}

.list.list-img .list-item {
   width: 182px;
   margin: 0 10px 10px 0;
   padding: 0 10px;
}

.list.list-img .list-item:hover .action-collect {
   display: block;
}

.list.list-img .list-item-img {
   width: 160px;
   height: 160px;
   position: relative;
   z-index: 1;
}

.list.list-img .list-item-img img {
   max-width: 100%;
}

.list.list-img .list-item-img .action-collect {
   display: none;
   position: absolute;
   bottom: 0;
   right: 0;
   background: #ffffff;
   padding: 2px 5px;
}

.list.list-img .list-item-img .marked-layer {
   position: absolute;
   left: 0;
   top: 0;
   z-index: 9;
}

.list.list-img .list-item-footer .poster {
   display: inline;
   float: left;
   width: 50%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.list.list-img .list-item-footer .money {
   display: inline;
   float: left;
   width: 50%;
   float: right;
   text-align: right;
}

.list.list-img .poster {
   color: #666666;
   text-decoration: none;
}

.list.list-img .poster:hover {
   color: #2f549f;
}

.list.list-img .avatar {
   display: inline-block;
   margin-right: 3px;
   width: 20px;
   height: 20px;
   line-height: 35px;
   vertical-align: middle;
}

.list.list-img .avatar img {
   width: 20px;
   height: 20px;
   display: block;
}

.list.list-img .list-item-type {
   display: inline-block;
   font-weight: normal;
}

.list .list-body {
   background: #ffffff;
}

.list .list-body:before,
.list .list-body:after {
   content: "";
   display: table;
}

.list .list-body:after {
   clear: both;
}

#ie6 .list .list-body,
#ie7 .list .list-body {
   zoom: 1;
}

.list .list-body:before,
.list .list-body:after {
   content: "";
   display: table;
}

.list .list-body:after {
   clear: both;
}

#ie6 .list .list-body,
#ie7 .list .list-body {
   zoom: 1;
}

.list .list-item-footer {
   line-height: 30px;
}

.list .list-item-footer:before,
.list .list-item-footer:after {
   content: "";
   display: table;
}

.list .list-item-footer:after {
   clear: both;
}

#ie6 .list .list-item-footer,
#ie7 .list .list-item-footer {
   zoom: 1;
}

.list .list-item-footer:before,
.list .list-item-footer:after {
   content: "";
   display: table;
}

.list .list-item-footer:after {
   clear: both;
}

#ie6 .list .list-item-footer,
#ie7 .list .list-item-footer {
   zoom: 1;
}

.list .list-label {
   background: #fafafa;
   line-height: 30px;
   border: 1px solid #eeeeee;
   margin-bottom: -1px;
   color: #333333;
   text-align: left;
   padding: 5px 30px;
}

.list .list-label:before,
.list .list-label:after {
   content: "";
   display: table;
}

.list .list-label:after {
   clear: both;
}

#ie6 .list .list-label,
#ie7 .list .list-label {
   zoom: 1;
}

.list .list-label:before,
.list .list-label:after {
   content: "";
   display: table;
}

.list .list-label:after {
   clear: both;
}

#ie6 .list .list-label,
#ie7 .list .list-label {
   zoom: 1;
}

.list .list-item {
   border: 1px solid #eeeeee;
   padding: 20px 30px;
   margin-bottom: -1px;
   color: #666666;
   font-size: 16px;
   line-height: 20px;
   position: relative;
}

.list .list-item:hover {
   background: #none;
}

.list .list-item:hover .list-visible {
   display: block;
}

.list .list-item-body {
   display: block;
}

.list .list-item-body:before,
.list .list-item-body:after {
   content: "";
   display: table;
}

.list .list-item-body:after {
   clear: both;
}

#ie6 .list .list-item-body,
#ie7 .list .list-item-body {
   zoom: 1;
}

.list .list-item-body:before,
.list .list-item-body:after {
   content: "";
   display: table;
}

.list .list-item-body:after {
   clear: both;
}

#ie6 .list .list-item-body,
#ie7 .list .list-item-body {
   zoom: 1;
}

.list .list-item-min {
   border-bottom: 1px dashed #d5d5d5;
   margin-left: -10px;
   padding-left: 10px;
   line-height: 30px;
}

.list .list-item-min .list-title {
   font-size: 16px;
   font-weight: normal;
}

.list .list-title {
   color: #333333;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   text-decoration: none;
   font-weight: bold;
   width: 100%;
   display: block;
   font-size: 16px;
}

.list .list-title:hover {
   color: #2CCAC8;
}

.list .list-visible {
   position: absolute;
   top: 50px;
   right: 10px;
}

.list .list-desc {
   color: #666666;
   min-height: 15px;
   width: 85%;
   overflow: hidden;
   max-height: 60px;
   word-wrap: break-word !important;
   word-break: normal !important;
}

.list .list-pic {
   width: 100px;
   height: 100px;
   margin-right: 10px;
   float: left;
   display: inline;
}

.list .list-pic img {
   width: 100px;
   height: 100px;
}

.list .list-obj {
   overflow: hidden;
   color: #666666;
}

.list .list-obj-item {
   line-height: 23px;
}

.list .list-obj-item a {
   white-space: nowrap;
   display: inline-block;
   margin-right: 5px;
}

.list-page:before,
.list-page:after {
   content: "";
   display: table;
}

.list-page:after {
   clear: both;
}

#ie6 .list-page,
#ie7 .list-page {
   zoom: 1;
}

.list-page:before,
.list-page:after {
   content: "";
   display: table;
}

.list-page:after {
   clear: both;
}

#ie6 .list-page,
#ie7 .list-page {
   zoom: 1;
}

.list-page .page-tips {
   font-size: 16px;
   color: #666666;
   line-height: 30px;
}

.list-page .pagination {
   margin-top: 0;
}

.action-collect {
   font-size: 16px;
   color: rgba(102, 102, 102, 0.6);
}

.action-collect.on,
.action-collect:hover {
   color: #ea9210;
   text-decoration: none;
}

.action-report {
   font-size: 16px;
   color: rgba(102, 102, 102, 0.6);
}

.action-report.on,
.action-report:hover {
   color: #2f549f;
   text-decoration: none;
}

.step {
   padding: 40px 20px 20px 20px;
   font-size: 16px;
   background: #f2f2f2;
}

.step:before,
.step:after {
   content: "";
   display: table;
}

.step:after {
   clear: both;
}

#ie6 .step,
#ie7 .step {
   zoom: 1;
}

.step:before,
.step:after {
   content: "";
   display: table;
}

.step:after {
   clear: both;
}

#ie6 .step,
#ie7 .step {
   zoom: 1;
}

.step .step-item {
   position: relative;
   z-index: 1;
   float: left;
   display: inline;
   width: 10%;
   border-top: 2px solid #d9d9d9;
}

.step .step-item.action {
   border-color: #2CCAC8;
}

.step .step-item.action .step-num {
   color: #ffffff;
   background: #2CCAC8;
}

.step .step-item.action .step-title {
   color: #666;
}

.step .step-num {
   width: 25px;
   height: 25px;
   display: inline-block;
   position: absolute;
   z-index: 1;
   top: -13px;
   left: 50%;
   margin-left: -12.5px;
   background: #d5d5d5;
   line-height: 25px;
   text-align: center;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
}

.step .step-text {
   text-align: center;
   color: #808080;
}

.step .step-text.step-bottom {
   margin-top: 15px;
}

.step .step-text.step-top {
   position: absolute;
   bottom: 140%;
   width: 100%;
}

.step .step-title {
   color: #666666;
}

.step.step1 .step-item {
   width: 100%;
}

.step.step2 .step-item {
   width: 50%;
}

.step.step3 .step-item {
   width: 33.33333333%;
}

.step.step4 .step-item {
   width: 25%;
}

.step.step5 .step-item {
   width: 20%;
}

.step.step6 .step-item {
   width: 16.66666667%;
}

.step.step7 .step-item {
   width: 14.28571429%;
}

.step.step8 .step-item {
   width: 12.5%;
}

.step.step9 .step-item {
   width: 11.11111111%;
}

.method {
   display: inline-block;
   border: 1px solid #2CCAC8;
   background: #fff;
   font-size: 16px;
   line-height: 25px;
   margin-bottom: 10px;
}

.method>a {
   display: inline-block;
   background: #2CCAC8;
   color: #fff;
   padding: 0 8px;
}

.method>span {
   display: inline-block;
   padding: 0 8px;
   color: #2CCAC8;
}

.user-atten:before,
.user-atten:after {
   content: "";
   display: table;
}

.user-atten:after {
   clear: both;
}

#ie6 .user-atten,
#ie7 .user-atten {
   zoom: 1;
}

.user-atten:before,
.user-atten:after {
   content: "";
   display: table;
}

.user-atten:after {
   clear: both;
}

#ie6 .user-atten,
#ie7 .user-atten {
   zoom: 1;
}

.user-atten li {
   float: left;
   display: inline;
   width: auto;
   text-align: center;
   padding: 0 5px;
}

.user-atten .user-num {
   font-size: 18px;
   color: #c11930;
}

.list .user-atten {
   padding-top: 30px;
}

.login-and-register-container .page-header h1 {
   font-size: 26px;
   font-weight: normal;
}

.login-and-register-container .register-box {
   display: none;
}

.login-and-register-footer {
   padding-top: 10px;
   padding-bottom: 10px;
}

.show-register .login-box {
   display: none;
}

.show-register .register-box {
   display: block;
}

.code-group {
   margin-left: -5px;
   margin-right: -5px;
}

.code-img img {
   height: 34px;
}

.password_strength {
   font-size: 16px;
   text-align: center;
}

.password_strength:before,
.password_strength:after {
   content: "";
   display: table;
}

.password_strength:after {
   clear: both;
}

#ie6 .password_strength,
#ie7 .password_strength {
   zoom: 1;
}

.password_strength:before,
.password_strength:after {
   content: "";
   display: table;
}

.password_strength:after {
   clear: both;
}

#ie6 .password_strength,
#ie7 .password_strength {
   zoom: 1;
}

.password_strength>span {
   display: inline-block;
   float: left;
   margin-right: 1%;
   width: 32%;
   background: #fafafa;
}

.password_strength>span.selected {
   background: #FF827A;
   color: #ffffff;
}

.welcome-img {
   margin-top: 40px;
   width: 90%;
}

.welcome-img .caption {
   line-height: 25px;
   font-size: 16px;
}

.welcome-img .caption h3 {
   font-size: 16px;
   margin-bottom: 10px;
}

.get-pw-box {
   clear: both;
}

.get-pw-box .page-header h1 {
   font-size: 18px;
}

.verification .min-title {
   border: 1px solid #eeeeee;
   padding-left: 10px;
   background: #fafafa;
   margin-bottom: -1px;
}

.verification .verification-body {
   min-height: 260px;
   border: 1px solid #eeeeee;
   background: #ffffff;
}

.detail {
   padding-top: 2px;
   margin-bottom: 10px;
}

.detail-top {
   background: #ffffff;
   border: 1px solid #eeeeee;
   margin-bottom: -1px;
}

.detail-top:before,
.detail-top:after {
   content: "";
   display: table;
}

.detail-top:after {
   clear: both;
}

#ie6 .detail-top,
#ie7 .detail-top {
   zoom: 1;
}

.detail-top:before,
.detail-top:after {
   content: "";
   display: table;
}

.detail-top:after {
   clear: both;
}

#ie6 .detail-top,
#ie7 .detail-top {
   zoom: 1;
}

.detail-top .detail-thumbnail {
   margin-bottom: 0;
   background: #ffffff;
   border: none;
}

.detail-top .detail-header {
   border: none;
   background: #ffffff;
   padding-bottom: 0;
}

.detail-top .detail-ctrl {
   margin-top: 10px;
   margin-right: 10px;
}

.detail-top .detail-obj-item {
   margin-bottom: 5px;
}

.detail-top .action-collect {
   font-size: 16px;
}

.detail-top-body {
   overflow: hidden;
   background: #ffffff;
   padding: 10px;
   color: #666666;
   font-size: 16px;
}

.detail-top-body:before,
.detail-top-body:after {
   content: "";
   display: table;
}

.detail-top-body:after {
   clear: both;
}

#ie6 .detail-top-body,
#ie7 .detail-top-body {
   zoom: 1;
}

.detail-top-body:before,
.detail-top-body:after {
   content: "";
   display: table;
}

.detail-top-body:after {
   clear: both;
}

#ie6 .detail-top-body,
#ie7 .detail-top-body {
   zoom: 1;
}

.detail-top-footer {
   margin-bottom: 10px;
   padding-top: 10px;
   line-height: 28px;
   border-top: 2px solid #eeeeee;
}

.detail-top-footer:before,
.detail-top-footer:after {
   content: "";
   display: table;
}

.detail-top-footer:after {
   clear: both;
}

#ie6 .detail-top-footer,
#ie7 .detail-top-footer {
   zoom: 1;
}

.detail-top-footer:before,
.detail-top-footer:after {
   content: "";
   display: table;
}

.detail-top-footer:after {
   clear: both;
}

#ie6 .detail-top-footer,
#ie7 .detail-top-footer {
   zoom: 1;
}

.detail-top-meta {
   padding: 0 10px;
   margin-bottom: 10px;
   line-height: 30px;
}

.detail-top-meta:before,
.detail-top-meta:after {
   content: "";
   display: table;
}

.detail-top-meta:after {
   clear: both;
}

#ie6 .detail-top-meta,
#ie7 .detail-top-meta {
   zoom: 1;
}

.detail-top-meta:before,
.detail-top-meta:after {
   content: "";
   display: table;
}

.detail-top-meta:after {
   clear: both;
}

#ie6 .detail-top-meta,
#ie7 .detail-top-meta {
   zoom: 1;
}

.detail-top-meta .for-top-item {
   float: left;
   margin-right: 10px;
}

.detail-top-meta .for-top-item.fl_r {
   margin-right: 0;
}

.detail-header {
   background: #ffffff;
   border: 1px solid #eeeeee;
   padding: 20px;
   margin-bottom: -1px;
}

.detail-header:before,
.detail-header:after {
   content: "";
   display: table;
}

.detail-header:after {
   clear: both;
}

#ie6 .detail-header,
#ie7 .detail-header {
   zoom: 1;
}

.detail-header:before,
.detail-header:after {
   content: "";
   display: table;
}

.detail-header:after {
   clear: both;
}

#ie6 .detail-header,
#ie7 .detail-header {
   zoom: 1;
}

.detail-header-pic {
   float: left;
   display: inline-block;
   margin-right: 10px;
}

.detail-header-pic a {
   display: block;
}

.detail-header-pic img {
   width: 60px;
   height: 60px;
   display: block;
   margin-bottom: 5px;
}

.detail-ctrl {
   float: right;
}

.detail-min-ctrl {
   margin-bottom: 10px;
}

.detail-header-body {
   overflow: hidden;
}

.detail-title {
   font-size: 24px;
   font-weight: normal;
   line-height: 30px;
   margin-bottom: 10px;
   margin-top: 0;
}

.detail-title-min {
   margin-bottom: 10px;
   font-size: 16px;
}

.detail-title-min time {
   font-size: 16px;
   font-weight: normal;
   color: #666666;
}

.detail-obj:before,
.detail-obj:after {
   content: "";
   display: table;
}

.detail-obj:after {
   clear: both;
}

#ie6 .detail-obj,
#ie7 .detail-obj {
   zoom: 1;
}

.detail-obj:before,
.detail-obj:after {
   content: "";
   display: table;
}

.detail-obj:after {
   clear: both;
}

#ie6 .detail-obj,
#ie7 .detail-obj {
   zoom: 1;
}

.detail-obj-item {
   line-height: 30px;
}

.detail-obj-item.line {
   border-width: 1px 0;
   border-style: dashed;
   border-color: #eeeeee;
}

.detail-progress {
   background: #fafafa;
   padding: 10px;
   border: 1px solid #eeeeee;
   margin-bottom: -1px;
}

.detail-thumbnail {
   background: #fafafa;
   border: 1px solid #eeeeee;
   overflow: hidden;
   margin-bottom: -1px;
   position: relative;
   z-index: 1;
}

.detail-thumbnail:hover .detail-thumbnail-pv {
   display: block;
}

.detail-thumbnail:hover .detail-thumbnail-nx {
   display: block;
}

.detail-thumbnail-body {
   width: 2000%;
   position: relative;
   height: 280px;
}

.detail-thumbnail-inner {
   overflow: hidden;
   margin: 10px;
}

.detail-thumbnail-item {
   float: left;
   height: 280px;
   margin-right: 10px;
}

.detail-thumbnail-item img {
   width: 280px;
   height: 280px;
   display: block;
}

.detail-thumbnail-pv {
   display: none;
   padding: 0;
   position: absolute;
   z-index: 1;
   left: 10px;
   top: 10px;
   bottom: 10px;
   line-height: 280px;
   text-align: center;
   width: 25px;
}

.detail-thumbnail-nx {
   display: none;
   padding: 0;
   position: absolute;
   z-index: 1;
   right: 10px;
   top: 10px;
   bottom: 10px;
   line-height: 280px;
   text-align: center;
   width: 25px;
}

.inactive {
   opacity: 0.3;
   filter: alpha(opacity=30);
}

.detail-body {
   background: #ffffff;
   border: 1px solid #eeeeee;
   padding: 10px 10px 0;
   margin-bottom: -1px;
}

.detail-body img {
   max-width: 100%;
}

.detail-tab-body {
   background: #ffffff;
   border: 1px solid #eeeeee;
   padding: 10px 10px 0;
   margin-bottom: 10px;
}

.detail-tab-body img {
   max-width: 100%;
}

.detail-img {
   margin-bottom: 10px;
   width: 102%;
}

.detail-img:before,
.detail-img:after {
   content: "";
   display: table;
}

.detail-img:after {
   clear: both;
}

#ie6 .detail-img,
#ie7 .detail-img {
   zoom: 1;
}

.detail-img:before,
.detail-img:after {
   content: "";
   display: table;
}

.detail-img:after {
   clear: both;
}

#ie6 .detail-img,
#ie7 .detail-img {
   zoom: 1;
}

.detail-img .detail-img-item {
   height: 180px;
   display: inline-block;
   float: left;
   margin-right: 3px;
   margin-bottom: 3px;
   background: #eeeeee;
}

.detail-img .detail-img-item img {
   max-height: 180px;
   max-width: 100%;
}

.detail-desc {
   line-height: 25px;
   margin-bottom: 10px;
   word-wrap: break-word !important;
   word-break: normal !important;
}

.detail-additional {
   padding: 10px;
   background: #fafafa;
   margin-bottom: 10px;
}

.detail-affix {
   margin-bottom: 10px;
}

.detail-affix:before,
.detail-affix:after {
   content: "";
   display: table;
}

.detail-affix:after {
   clear: both;
}

#ie6 .detail-affix,
#ie7 .detail-affix {
   zoom: 1;
}

.detail-affix:before,
.detail-affix:after {
   content: "";
   display: table;
}

.detail-affix:after {
   clear: both;
}

#ie6 .detail-affix,
#ie7 .detail-affix {
   zoom: 1;
}

.detail-affix-item {
   display: inline-block;
   margin-right: 10px;
   float: left;
}

.detail-footer {
   background: #fafafa;
   border: 1px solid #eeeeee;
   font-size: 16px;
   line-height: 30px;
   padding: 0 10px;
   color: #666666;
}

.detail-footer:before,
.detail-footer:after {
   content: "";
   display: table;
}

.detail-footer:after {
   clear: both;
}

#ie6 .detail-footer,
#ie7 .detail-footer {
   zoom: 1;
}

.detail-footer:before,
.detail-footer:after {
   content: "";
   display: table;
}

.detail-footer:after {
   clear: both;
}

#ie6 .detail-footer,
#ie7 .detail-footer {
   zoom: 1;
}

.detail-footer .for-poster {
   float: left;
   display: inline;
}

.detail-footer .for-poster .for-poster-item {
   display: inline;
   float: left;
   margin-right: 10px;
}

.detail-footer .for-user {
   float: right;
   display: inline;
}

.detail-footer .for-user .for-user-item {
   display: inline;
   float: left;
   margin-left: 10px;
   white-space: nowrap;
}

.detail-footer .for-user .action-collect {
   font-size: 16px;
}

.detail-map {
   margin-bottom: 10px;
}

.detail-custom {
   background: #ffffff;
   border: 1px solid #eeeeee;
   padding: 10px;
   margin-bottom: -1px;
}

.detail-custom:before,
.detail-custom:after {
   content: "";
   display: table;
}

.detail-custom:after {
   clear: both;
}

#ie6 .detail-custom,
#ie7 .detail-custom {
   zoom: 1;
}

.detail-custom:before,
.detail-custom:after {
   content: "";
   display: table;
}

.detail-custom:after {
   clear: both;
}

#ie6 .detail-custom,
#ie7 .detail-custom {
   zoom: 1;
}

.detail-custom ul>li {
   float: left;
   display: inline;
   width: 295px;
   max-width: 100%;
   font-size: 16px;
   margin-top: 10px;
   margin-right: 10px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.detail-custom ul>li.custom-item-sm {
   width: 600px;
}

.detail-custom ul>li.custom-item-md {
   width: 905px;
}

.detail-custom ul>li.custom-item-lg {
   width: 100%;
}

.winners {
   background: #ffffff;
   border: 1px solid #eeeeee;
   margin-bottom: -1px;
}

.winners:before,
.winners:after {
   content: "";
   display: table;
}

.winners:after {
   clear: both;
}

#ie6 .winners,
#ie7 .winners {
   zoom: 1;
}

.winners:before,
.winners:after {
   content: "";
   display: table;
}

.winners:after {
   clear: both;
}

#ie6 .winners,
#ie7 .winners {
   zoom: 1;
}

.winners .user-pic {
   float: left;
   position: relative;
   z-index: 1;
   width: 180px;
   height: 180px;
}

.winners .user-pic img {
   width: 180px;
   height: 180px;
}

.winners .user-pic .marked {
   position: absolute;
   z-index: 1;
   left: -1px;
   bottom: -1px;
   right: 0;
   text-align: center;
   background: #5cb85c;
   color: #ffffff;
   font-size: 16px;
   line-height: 35px;
   border-color: #5cb85c;
}

.winners .user-pic .for-arrow {
   font-size: 4.6em;
   color: #5cb85c;
   position: absolute;
   z-index: 1;
   right: -22px;
   top: -14px;
}

.winners .user-info {
   overflow: hidden;
   background: #f6f6f6;
   line-height: 35px;
   color: #919191;
   font-size: 16px;
   padding-left: 25px;
}

.winners .user-info>li {
   display: inline;
   float: left;
   margin-right: 15px;
}

.winners .user-name {
   font-size: 16px;
   color: #333333;
}

.winners .user-poster {
   font-size: 16px;
   margin-bottom: 10px;
}

.winners .winners-body {
   overflow: hidden;
}

.winners .other-ctrl {
   float: right;
   display: inline;
   margin-right: 15px;
   margin-top: 15px;
}

.winners-body .tips {
   padding: 15px;
   font-size: 16px;
   color: #919191;
   height: 12em;
   overflow: hidden;
   word-wrap: break-word !important;
   word-break: normal !important;
}

.winners-body .tips p {
   margin-bottom: 5px;
}

.poster-ctrl {
   margin-bottom: 10px;
}

.poster-ctrl:before,
.poster-ctrl:after {
   content: "";
   display: table;
}

.poster-ctrl:after {
   clear: both;
}

#ie6 .poster-ctrl,
#ie7 .poster-ctrl {
   zoom: 1;
}

.poster-ctrl:before,
.poster-ctrl:after {
   content: "";
   display: table;
}

.poster-ctrl:after {
   clear: both;
}

#ie6 .poster-ctrl,
#ie7 .poster-ctrl {
   zoom: 1;
}

.poster-card .detail-title-min {
   margin-bottom: 0;
}

.post-avatar {
   width: 200px;
   height: 200px;
   margin: 10px auto;
   display: block;
}

.post-avatar img {
   width: 200px;
   height: 200px;
}

.post-content {
   font-size: 16px;
   line-height: 25px;
}

.post-content .media-heading {
   font-size: 16px;
   line-height: 25px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.poster-top {
   clear: both;
   padding: 10px;
}

.poster-top p {
   margin-bottom: 5px;
}

.poster-num {
   overflow: hidden;
   border-top: 1px dashed #eeeeee;
   padding: 10px;
   line-height: 20px;
   font-size: 16px;
}

.poster-ctrl {
   padding-left: 10px;
   padding-right: 10px;
}

.poster-meta {
   padding-left: 10px;
   padding-right: 10px;
   overflow: hidden;
   font-size: 16px;
   line-height: 20px;
   margin-bottom: 10px;
}

.poster-meta-item {
   white-space: nowrap;
}

.record:before,
.record:after {
   content: "";
   display: table;
}

.record:after {
   clear: both;
}

#ie6 .record,
#ie7 .record {
   zoom: 1;
}

.record:before,
.record:after {
   content: "";
   display: table;
}

.record:after {
   clear: both;
}

#ie6 .record,
#ie7 .record {
   zoom: 1;
}

.manuscripts:before,
.manuscripts:after {
   content: "";
   display: table;
}

.manuscripts:after {
   clear: both;
}

#ie6 .manuscripts,
#ie7 .manuscripts {
   zoom: 1;
}

.manuscripts:before,
.manuscripts:after {
   content: "";
   display: table;
}

.manuscripts:after {
   clear: both;
}

#ie6 .manuscripts,
#ie7 .manuscripts {
   zoom: 1;
}

.manuscript-item {
   background: #ffffff;
   margin-bottom: 10px;
   position: relative;
   z-index: 1;
}

.manuscript-item:before,
.manuscript-item:after {
   content: "";
   display: table;
}

.manuscript-item:after {
   clear: both;
}

#ie6 .manuscript-item,
#ie7 .manuscript-item {
   zoom: 1;
}

.manuscript-item:before,
.manuscript-item:after {
   content: "";
   display: table;
}

.manuscript-item:after {
   clear: both;
}

#ie6 .manuscript-item,
#ie7 .manuscript-item {
   zoom: 1;
}

.manuscript-status {
   position: absolute;
   z-index: 99;
   right: 0;
   top: 0;
}

.manuscript-status:before,
.manuscript-status:after {
   content: "";
   display: table;
}

.manuscript-status:after {
   clear: both;
}

#ie6 .manuscript-status,
#ie7 .manuscript-status {
   zoom: 1;
}

.manuscript-status:before,
.manuscript-status:after {
   content: "";
   display: table;
}

.manuscript-status:after {
   clear: both;
}

#ie6 .manuscript-status,
#ie7 .manuscript-status {
   zoom: 1;
}

.manuscript-status .status-item {
   text-align: center;
   background-color: #eeeeee;
   cursor: default;
   min-width: 100px;
   color: #666666;
   font-size: 18px;
   font-weight: bold;
   padding: 5px;
}

.manuscript-status .status-item.status-0 {
   background-color: #eeeeee;
   color: #666666;
}

.manuscript-status .status-item.status-1 {
   background-color: #5cb85c;
   color: #ffffff;
}

.manuscript-status .status-item.status-2 {
   background-color: #f0ad4e;
   color: #ffffff;
}

.manuscript-status .status-item.status-3 {
   background-color: #d9534f;
   color: #ffffff;
}

.manuscript-status .status-item.status-4 {
   background-color: #5bc0de;
   color: #ffffff;
}

.manuscript-item-pic {
   float: left;
   display: inline-block;
   width: 100px;
   margin-right: 10px;
   margin-bottom: 10px;
}

.manuscript-item-pic img {
   margin-bottom: 10px;
   width: 100px;
}

.manuscript-item-content {
   overflow: hidden;
}

.manuscript-item-title {
   margin-bottom: 10px;
   font-size: 16px;
}

.manuscript-item-body {
   overflow: hidden;
   padding: 10px 10px 0;
   border: 1px solid #eeeeee;
   margin-bottom: -1px;
}

.manuscript-item-body img {
   max-width: 100%;
}

.manuscript-item-footer {
   clear: both;
   background: #fafafa;
   border: 1px solid #eeeeee;
   font-size: 16px;
   line-height: 30px;
   padding: 0 10px;
   color: #666666;
}

.manuscript-item-footer:before,
.manuscript-item-footer:after {
   content: "";
   display: table;
}

.manuscript-item-footer:after {
   clear: both;
}

#ie6 .manuscript-item-footer,
#ie7 .manuscript-item-footer {
   zoom: 1;
}

.manuscript-item-footer:before,
.manuscript-item-footer:after {
   content: "";
   display: table;
}

.manuscript-item-footer:after {
   clear: both;
}

#ie6 .manuscript-item-footer,
#ie7 .manuscript-item-footer {
   zoom: 1;
}

.manuscript-meta {
   float: left;
}

.manuscript-meta .manuscript-meta-item {
   display: inline-block;
   float: left;
   margin-right: 10px;
}

.manuscript-meta .action-collect {
   font-size: 16px;
}

.manuscript-meta.for-user {
   float: right;
}

.manuscript-meta.for-user .manuscript-meta-item {
   margin-left: 10px;
   margin-right: 0;
}

.manuscript-img {
   width: 102%;
}

.manuscript-img:before,
.manuscript-img:after {
   content: "";
   display: table;
}

.manuscript-img:after {
   clear: both;
}

#ie6 .manuscript-img,
#ie7 .manuscript-img {
   zoom: 1;
}

.manuscript-img:before,
.manuscript-img:after {
   content: "";
   display: table;
}

.manuscript-img:after {
   clear: both;
}

#ie6 .manuscript-img,
#ie7 .manuscript-img {
   zoom: 1;
}

.manuscript-img .manuscript-img-item {
   display: inline-block;
   float: left;
   margin-right: 3px;
   margin-bottom: 10px;
}

.manuscript-img .manuscript-img-item img {
   height: 150px;
}

.manuscript-desc {
   line-height: 25px;
   margin-bottom: 10px;
}

.manuscript-ctrl {
   margin-bottom: 10px;
}

.manuscript-comment {
   font-size: 16px;
}

.manuscript-comment:before,
.manuscript-comment:after {
   content: "";
   display: table;
}

.manuscript-comment:after {
   clear: both;
}

#ie6 .manuscript-comment,
#ie7 .manuscript-comment {
   zoom: 1;
}

.manuscript-comment:before,
.manuscript-comment:after {
   content: "";
   display: table;
}

.manuscript-comment:after {
   clear: both;
}

#ie6 .manuscript-comment,
#ie7 .manuscript-comment {
   zoom: 1;
}

.manuscript-comment .manuscript-comment-item {
   border-left: 2px solid #eeeeee;
   background: #fafafa;
   margin-bottom: 10px;
   padding: 10px;
   color: #666666;
}

.manuscript-comment .manuscript-comment-item-title {
   margin-bottom: 5px;
}

.manuscript-comment .manuscript-comment-item-body {
   font-size: 16px;
   color: #333333;
}

.manuscript-detail {
   margin-bottom: 10px;
}

.manuscript-detail .buy-user-info {
   margin-bottom: 10px;
}

.manuscript-title {
   border: 1px solid #eeeeee;
   background: #fafafa;
   font-size: 18px;
   line-height: 35px;
   margin-bottom: -1px;
   padding-left: 10px;
}

.manuscript-body {
   border: 1px solid #eeeeee;
   background: #ffffff;
   padding: 10px;
   margin-bottom: -1px;
   position: relative;
}

.release {
   margin-bottom: 10px;
}

.release:before,
.release:after {
   content: "";
   display: table;
}

.release:after {
   clear: both;
}

#ie6 .release,
#ie7 .release {
   zoom: 1;
}

.release:before,
.release:after {
   content: "";
   display: table;
}

.release:after {
   clear: both;
}

#ie6 .release,
#ie7 .release {
   zoom: 1;
}

.release-msg {
   margin-bottom: 10px;
}

.release-msg .alert {
   padding: 5px 10px;
   margin-bottom: 0;
}

.release-progress {
   clear: both;
   border: 1px solid #eeeeee;
   margin-bottom: -1px;
}

.release-body:before,
.release-body:after {
   content: "";
   display: table;
}

.release-body:after {
   clear: both;
}

#ie6 .release-body,
#ie7 .release-body {
   zoom: 1;
}

.release-body:before,
.release-body:after {
   content: "";
   display: table;
}

.release-body:after {
   clear: both;
}

#ie6 .release-body,
#ie7 .release-body {
   zoom: 1;
}

.release-nav {
   font-size: 16px;
   padding: 30px 40px 40px;
   border: 1px solid #eeeeee;
   border-bottom: none;
   text-align: center;
}

.pub_tit {
   font-size: 16px;
   text-align: left;
   margin: 0 0 15px 0;
}

.release-nav ul {
   margin: 0;
}

.release-nav ul li {
   text-align: left;
   float: left;
   margin: 10px 10px 0 0;
}

.release-nav ul li .icon32 {
   display: block;
   margin: 5px auto;
   float: none;
   font-size: 2em;
}

.release-nav ul li em {
   font-style: normal;
}

.release-nav ul li a {
   font-weight: bold;
   display: block;
   color: #666;
   height: 45px;
   padding: 10px 0 0 45px;
   width: 120px;
}

.release-nav ul li a .badge {
   position: absolute;
   top: 0;
   right: 0;
   background: #c00;
   font: 10px/15px Verdana, Geneva, sans-serif, sans-serif;
   color: #fff;
   display: inline-block;
   padding: 0 3px;
   font-weight: bold;
   border-radius: 10px;
   box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.release-nav ul li a:hover {
   text-decoration: none;
   color: #ef771c;
}

.release-nav ul li a.selected {
   color: #2CCAC8;
}

.release-nav ul li a:active {
   text-decoration: none;
}

.release-nav ul li a.selected:hover {
   background: #fff;
}

#DivTaskDesc {
   color: #666;
   text-align: left;
}

#DivTaskDesc p span {
   font-size: 12px !important;
}

.task_description {
   margin-top: -1px;
   color: #666;
   text-align: left;
   font-size: 12px !important;
   line-height: 21px;
   padding: 15px;
   font-weight: normal;
   border: 1px solid #e3e3e3;
}

.release-nav:before,
.release-nav:after {
   content: "";
   display: table;
}

.release-nav:after {
   clear: both;
}

#ie6 .release-nav,
#ie7 .release-nav {
   zoom: 1;
}

.release-nav:before,
.release-nav:after {
   content: "";
   display: table;
}

.release-nav:after {
   clear: both;
}

#ie6 .release-nav,
#ie7 .release-nav {
   zoom: 1;
}

.release-nav ul li .arrow_b {
   position: absolute;
   top: 100%;
   left: 50%;
   border-width: 8px;
   margin-left: -8px;
   visibility: hidden;
}

.release-nav ul li.selected a,
.release-nav ul li.selected a:hover {
   background: url(../images/task/selected_p.png) no-repeat left center;
   padding: 10px 0 0 40px;
   color: #2CCAC8;
   border: 1px solid #e3e3e3;
   border-bottom: 1px solid #fff;
}

.release-nav ul li.selected .arrow_b {
   visibility: visible;
}

.release-help {
   border: 1px solid #eeeeee;
   background: #fafafa;
   padding: 10px;
   margin-bottom: -1px;
}

.release-help-ctrl {
   text-align: center;
   border-left: 1px solid #eeeeee;
   border-right: 1px solid #eeeeee;
}

.release-help-ctrl a {
   display: inline-block;
   padding: 5px 10px;
   background: #fafafa;
   border: 1px solid #eeeeee;
   border-top-color: #fafafa;
}

.release-help-title {
   margin-bottom: 10px;
   font-size: 16px;
}

.release-form {
   border: 1px solid #eeeeee;
   background: #ffffff;
   border-top: none;
   min-height:auto;
   margin-bottom: -1px;
   padding: 0 40px 40px;
}

.release-agreement {
   border: 1px solid #eeeeee;
   background: #fafafa;
   padding: 10px;
   margin: -1px;
}

.release-agreement .agreement-header {
   text-align: center;
   font-size: 18px;
   border-bottom: 1px solid #eeeeee;
   margin-bottom: 10px;
   padding-bottom: 10px;
}

.release-agreement .agreement-title {
   font-size: 18px;
}

.release-statistics {
   border: 1px solid #eeeeee;
   background: #ffffff;
}

.release-statistics .statistics-title {
   padding-left: 15px;
   margin-top: 20px;
   margin-bottom: 20px;
   font-size: 16px;
}

.release-statistics .statistics-body {
   line-height: 25px;
}

.release-statistics .statistics-body .panel-heading {
   border-top: 1px solid #eeeeee;
   border-bottom: 1px solid #eeeeee;
   background: #fafafa;
}

.release-statistics .statistics-body .panel-title {
   font-size: 18px;
}

.release-statistics .release-detail {
   max-height: 12.5em;
   overflow: hidden;
}

.release-statistics .release-detail img {
   display: none;
}

.release-meta {
   padding-bottom: 5px;
   border-bottom: 1px solid #eeeeee;
   margin-bottom: 5px;
}

.release-meta:before,
.release-meta:after {
   content: "";
   display: table;
}

.release-meta:after {
   clear: both;
}

#ie6 .release-meta,
#ie7 .release-meta {
   zoom: 1;
}

.release-meta:before,
.release-meta:after {
   content: "";
   display: table;
}

.release-meta:after {
   clear: both;
}

#ie6 .release-meta,
#ie7 .release-meta {
   zoom: 1;
}

.release-meta .release-meta-item {
   float: left;
   display: inline;
   margin-right: 15px;
   white-space: nowrap;
}

.statistics-all {
   margin: 20px 0;
   padding: 10px 0;
   border-top: 1px solid #eeeeee;
   border-bottom: 1px solid #eeeeee;
   background: #fafafa;
   text-align: left;
   line-height: 25px;
}

.statistics-all:before,
.statistics-all:after {
   content: "";
   display: table;
}

.statistics-all:after {
   clear: both;
}

#ie6 .statistics-all,
#ie7 .statistics-all {
   zoom: 1;
}

.statistics-all:before,
.statistics-all:after {
   content: "";
   display: table;
}

.statistics-all:after {
   clear: both;
}

#ie6 .statistics-all,
#ie7 .statistics-all {
   zoom: 1;
}

.statistics-all .statistics-title {
   margin: 0;
}

.statistics-all .money {
   padding-right: 15px;
   font-size: 16px;
}

.statistics-footer {
   padding: 0 15px 10px;
   text-align: right;
}

.appreciation.table td {
   line-height: 30px;
   padding-left: 15px;
}

.appreciation .form-control {
   display: inline;
   width: auto;
}

.appreciation .form-group {
   margin: 0;
}

.payfor {
   margin-bottom: 10px;
}

.payfor:before,
.payfor:after {
   content: "";
   display: table;
}

.payfor:after {
   clear: both;
}

#ie6 .payfor,
#ie7 .payfor {
   zoom: 1;
}

.payfor:before,
.payfor:after {
   content: "";
   display: table;
}

.payfor:after {
   clear: both;
}

#ie6 .payfor,
#ie7 .payfor {
   zoom: 1;
}

.payfor-progress {
   clear: both;
   border: 1px solid #eeeeee;
   margin-bottom: -1px;
}

.payfor-body {
   border: 1px solid #eeeeee;
}

.payfor-body:before,
.payfor-body:after {
   content: "";
   display: table;
}

.payfor-body:after {
   clear: both;
}

#ie6 .payfor-body,
#ie7 .payfor-body {
   zoom: 1;
}

.payfor-body:before,
.payfor-body:after {
   content: "";
   display: table;
}

.payfor-body:after {
   clear: both;
}

#ie6 .payfor-body,
#ie7 .payfor-body {
   zoom: 1;
}

.payfor-nav {
   background: #fafafa;
   border: 1px solid #eeeeee;
   border-bottom: none;
   margin-bottom: -1px;
}

.payfor-nav li {
   margin: -1px;
}

.payfor-nav li.active a {
   border-color: #eeeeee;
   border-bottom-color: #fff;
}

.payfor-selecter {
   margin: 20px;
}

.payfor-selecter .btn {
   height: 70px;
}

.buy {
   margin-bottom: 10px;
}

.buy:before,
.buy:after {
   content: "";
   display: table;
}

.buy:after {
   clear: both;
}

#ie6 .buy,
#ie7 .buy {
   zoom: 1;
}

.buy:before,
.buy:after {
   content: "";
   display: table;
}

.buy:after {
   clear: both;
}

#ie6 .buy,
#ie7 .buy {
   zoom: 1;
}

.buy-progress {
   clear: both;
   border: 1px solid #eeeeee;
   margin-bottom: -1px;
}

.buy-user-info {
   background: #fafafa;
   border: 1px solid #eeeeee;
   padding: 10px;
   font-size: 16px;
   color: #666666;
}

.buy-user-info .avatar {
   float: left;
   margin-right: 10px;
}

.buy-user-info .avatar img {
   width: 50px;
   height: 50px;
}

.buy-user-info .meida-heading {
   font-size: 18px;
   color: #333333;
}

.user-meta {
   margin-top: 5px;
}

.user-meta:before,
.user-meta:after {
   content: "";
   display: table;
}

.user-meta:after {
   clear: both;
}

#ie6 .user-meta,
#ie7 .user-meta {
   zoom: 1;
}

.user-meta:before,
.user-meta:after {
   content: "";
   display: table;
}

.user-meta:after {
   clear: both;
}

#ie6 .user-meta,
#ie7 .user-meta {
   zoom: 1;
}

.user-meta>li {
   display: inline;
   float: left;
   margin-right: 10px;
}

.user-desc {
   margin-top: 10px;
}

.btn-ctrl {
   margin-top: 10px;
}

.buy-body {
   border: 1px solid #eeeeee;
   padding: 10px 15px;
}

.order {
   margin-bottom: 10px;
}

.order:before,
.order:after {
   content: "";
   display: table;
}

.order:after {
   clear: both;
}

#ie6 .order,
#ie7 .order {
   zoom: 1;
}

.order:before,
.order:after {
   content: "";
   display: table;
}

.order:after {
   clear: both;
}

#ie6 .order,
#ie7 .order {
   zoom: 1;
}

.order-progress {
   clear: both;
   border: 1px solid #eeeeee;
   margin-bottom: -1px;
}

.order-body {
   border: 1px solid #eeeeee;
   padding: 10px;
}

.order-body .panel-heading {
   border-top: 1px solid #eeeeee;
   border-bottom: 1px solid #eeeeee;
   background: #fafafa;
   cursor: pointer;
}

.order-body .panel-title {
   font-size: 18px;
}

.order-body .release-detail {
   line-height: 25px;
}

.deliver {
   margin-bottom: 10px;
   width: 1200px;
   margin-left: auto;
   margin-right: auto;
}

.deliver:before,
.deliver:after {
   content: "";
   display: table;
}

.deliver:after {
   clear: both;
}

#ie6 .deliver,
#ie7 .deliver {
   zoom: 1;
}

.deliver:before,
.deliver:after {
   content: "";
   display: table;
}

.deliver:after {
   clear: both;
}

#ie6 .deliver,
#ie7 .deliver {
   zoom: 1;
}

.deliver .buy-user-info {
   margin-left: 5px;
   margin-right: 5px;
}

.deliver-progress {
   clear: both;
   border: 1px solid #eeeeee;
   margin-bottom: 10px;
   margin-left: 5px;
   margin-right: 5px;
}

.deliver-self,
.deliver-other-side {
   display: inline;
   float: left;
   width: 150px;
   margin: 0 5px;
   border: 1px solid #eeeeee;
   margin-bottom: 10px;
}

.deliver-self>img,
.deliver-other-side>img {
   display: block;
   max-width: 100%;
   height: auto;
}

.deliver-self .user-name,
.deliver-other-side .user-name {
   border-bottom: 2px solid #eeeeee;
   text-align: center;
   line-height: 25px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.deliver-self>ul,
.deliver-other-side>ul {
   font-size: 16px;
   padding: 10px;
   line-height: 20px;
}

.deliver-self>ul>li,
.deliver-other-side>ul>li {
   margin-bottom: 5px;
}

.deliver-self>ul>li span,
.deliver-other-side>ul>li span {
   color: #c11930;
   display: inline-block;
}

.deliver-content {
   display: inline;
   float: left;
   width: 630px;
   margin: 0 5px;
   margin-bottom: 10px;
   border: 1px solid #eeeeee;
}

.deliver-content>form {
   padding: 15px;
}

.deliver-agreement {
   background: #fafafa;
   padding: 10px;
   line-height: 25px;
   border-bottom: 1px solid #eeeeee;
}

.deliver-footer {
   padding: 10px;
   text-align: center;
   background: #ffffff;
}

.comment {
   margin-bottom: 10px;
}

.comment:before,
.comment:after {
   content: "";
   display: table;
}

.comment:after {
   clear: both;
}

#ie6 .comment,
#ie7 .comment {
   zoom: 1;
}

.comment:before,
.comment:after {
   content: "";
   display: table;
}

.comment:after {
   clear: both;
}

#ie6 .comment,
#ie7 .comment {
   zoom: 1;
}

.comment-post {
   margin-top: 10px;
   border-bottom: 1px solid #eeeeee;
   padding-bottom: 10px;
}

.comment-post:before,
.comment-post:after {
   content: "";
   display: table;
}

.comment-post:after {
   clear: both;
}

#ie6 .comment-post,
#ie7 .comment-post {
   zoom: 1;
}

.comment-post:before,
.comment-post:after {
   content: "";
   display: table;
}

.comment-post:after {
   clear: both;
}

#ie6 .comment-post,
#ie7 .comment-post {
   zoom: 1;
}

.comment-post .media-body {
   display: block;
   overflow: hidden;
}

.comment-item {
   padding-bottom: 10px;
   padding-top: 10px;
   margin-top: 0;
   border-bottom: 1px solid #eeeeee;
}

.comment-item:before,
.comment-item:after {
   content: "";
   display: table;
}

.comment-item:after {
   clear: both;
}

#ie6 .comment-item,
#ie7 .comment-item {
   zoom: 1;
}

.comment-item:before,
.comment-item:after {
   content: "";
   display: table;
}

.comment-item:after {
   clear: both;
}

#ie6 .comment-item,
#ie7 .comment-item {
   zoom: 1;
}

.comment-item .media-heading {
   font-size: 16px;
}

.comment-item .media-body {
   display: block;
   overflow: hidden;
}

.comment-avatar {
   float: left;
   display: inline;
   margin-right: 10px;
   width: 50px;
   height: 50px;
}

.comment-avatar img {
   width: 50px;
   height: 50px;
   display: block;
}

.comment-time {
   color: #666666;
   font-size: 16px;
}

.comment-ctrl {
   clear: both;
   font-size: 16px;
}

.comment-ctrl .ctrl-item {
   display: inline-block;
   margin-right: 10px;
   color: #999999;
   text-decoration: none;
}

.comment-ctrl .ctrl-item:hover {
   color: #2f549f;
}

.comment-content {
   float: left;
   clear: both;
   font-size: 16px;
   background: #ededed;
   padding: 8px;
   margin-bottom: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   position: relative;
}

.comment-content .caret {
   position: absolute;
   left: 0;
   top: 0;
   border-width: 6px;
   border-left-width: 0;
   margin: 0;
}

.reply {
   clear: both;
   border-bottom: none;
}

.reply .comment-content {
   background: rgba(92, 184, 92, 0.2);
   color: #449d44;
}

.evaluate:before,
.evaluate:after {
   content: "";
   display: table;
}

.evaluate:after {
   clear: both;
}

#ie6 .evaluate,
#ie7 .evaluate {
   zoom: 1;
}

.evaluate:before,
.evaluate:after {
   content: "";
   display: table;
}

.evaluate:after {
   clear: both;
}

#ie6 .evaluate,
#ie7 .evaluate {
   zoom: 1;
}

.evaluate-content {
   margin: 10px 0;
}

.evaluate-meta {
   font-size: 16px;
   color: #666666;
}

.evaluate-meta:before,
.evaluate-meta:after {
   content: "";
   display: table;
}

.evaluate-meta:after {
   clear: both;
}

#ie6 .evaluate-meta,
#ie7 .evaluate-meta {
   zoom: 1;
}

.evaluate-meta:before,
.evaluate-meta:after {
   content: "";
   display: table;
}

.evaluate-meta:after {
   clear: both;
}

#ie6 .evaluate-meta,
#ie7 .evaluate-meta {
   zoom: 1;
}

.evaluate-meta-item {
   float: left;
   margin-right: 10px;
   white-space: nowrap;
}

.evaluate-avatar {
   width: 50px;
   height: 50px;
   margin: auto;
}

.evaluate-avatar img {
   display: block;
   width: 50px;
   height: 50px;
}

.evaluate-username {
   font-size: 16px;
   display: block;
   margin: auto;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   width: 98%;
   text-align: center;
}

.evaluate-time {
   color: #666666;
   font-size: 16px;
   float: right;
}

.single {
   margin-bottom: 10px;
}

.single:before,
.single:after {
   content: "";
   display: table;
}

.single:after {
   clear: both;
}

#ie6 .single,
#ie7 .single {
   zoom: 1;
}

.single:before,
.single:after {
   content: "";
   display: table;
}

.single:after {
   clear: both;
}

#ie6 .single,
#ie7 .single {
   zoom: 1;
}

.single-body {
   padding-top: 20px;
}

.single-body img {
   max-width: 100%;
}

.single-body .jumbotron {
   font-size: 16px;
   padding: 30px;
   position: relative;
}

.single-body .jumbotron h1 {
   font-size: 18px;
   margin-bottom: 15px;
}

.single-body .jumbotron p {
   line-height: 20px;
   margin-bottom: 10px;
   text-indent: 2em;
}

.single-intro {
   width: 60%;
   color: #666666;
}

.single-img {
   position: absolute;
   right: 20px;
   top: -10px;
   width: 310px;
}

.single-detail {
   color: #666666;
   font-size: 16px;
   line-height: 23px;
}

.single-detail p {
   margin-bottom: 15px;
}

.single-detail h1,
.single-detail h2,
.single-detail h3,
.single-detail h4,
.single-detail h5,
.single-detail h6,
.single-detail strong {
   color: #525252;
   font-size: 1.2em;
}

.article {
   margin-bottom: 10px;
}

.article:before,
.article:after {
   content: "";
   display: table;
}

.article:after {
   clear: both;
}

#ie6 .article,
#ie7 .article {
   zoom: 1;
}

.article:before,
.article:after {
   content: "";
   display: table;
}

.article:after {
   clear: both;
}

#ie6 .article,
#ie7 .article {
   zoom: 1;
}

.article-meta {
   font-size: 16px;
   color: #666666;
}

.article-meta:before,
.article-meta:after {
   content: "";
   display: table;
}

.article-meta:after {
   clear: both;
}

#ie6 .article-meta,
#ie7 .article-meta {
   zoom: 1;
}

.article-meta:before,
.article-meta:after {
   content: "";
   display: table;
}

.article-meta:after {
   clear: both;
}

#ie6 .article-meta,
#ie7 .article-meta {
   zoom: 1;
}

.article-meta>li {
   display: inline;
   margin-left: 5px;
   margin-right: 5px;
}

.article-header {
   border: 1px solid #eeeeee;
   margin-top: 0;
   margin-bottom: -1px;
   text-align: center;
   padding: 10px;
}

.article-header:before,
.article-header:after {
   content: "";
   display: table;
}

.article-header:after {
   clear: both;
}

#ie6 .article-header,
#ie7 .article-header {
   zoom: 1;
}

.article-header:before,
.article-header:after {
   content: "";
   display: table;
}

.article-header:after {
   clear: both;
}

#ie6 .article-header,
#ie7 .article-header {
   zoom: 1;
}

.article-header h1 {
   font-size: 24px;
   font-weight: normal;
   margin-bottom: 15px;
}

.article-body {
   padding: 30px;
   border: 1px solid #eeeeee;
   margin-bottom: -1px;
   line-height: 23px;
}

.article-body:before,
.article-body:after {
   content: "";
   display: table;
}

.article-body:after {
   clear: both;
}

#ie6 .article-body,
#ie7 .article-body {
   zoom: 1;
}

.article-body:before,
.article-body:after {
   content: "";
   display: table;
}

.article-body:after {
   clear: both;
}

#ie6 .article-body,
#ie7 .article-body {
   zoom: 1;
}

.article-body p {
   margin-bottom: 15px;
}

.article-share {
   padding: 10px;
   font-size: 16px;
   border: 1px solid #eeeeee;
   margin-bottom: -1px;
}

.article-share:before,
.article-share:after {
   content: "";
   display: table;
}

.article-share:after {
   clear: both;
}

#ie6 .article-share,
#ie7 .article-share {
   zoom: 1;
}

.article-share:before,
.article-share:after {
   content: "";
   display: table;
}

.article-share:after {
   clear: both;
}

#ie6 .article-share,
#ie7 .article-share {
   zoom: 1;
}

.article-footer {
   background: #fafafa;
   clear: both;
   border-top: 1px solid #eeeeee;
   padding-left: 10px;
   padding-right: 10px;
   border: 1px solid #eeeeee;
}

.article-footer:before,
.article-footer:after {
   content: "";
   display: table;
}

.article-footer:after {
   clear: both;
}

#ie6 .article-footer,
#ie7 .article-footer {
   zoom: 1;
}

.article-footer:before,
.article-footer:after {
   content: "";
   display: table;
}

.article-footer:after {
   clear: both;
}

#ie6 .article-footer,
#ie7 .article-footer {
   zoom: 1;
}

.case {
   margin-left: 5px;
   margin-right: 5px;
}

.case:before,
.case:after {
   content: "";
   display: table;
}

.case:after {
   clear: both;
}

#ie6 .case,
#ie7 .case {
   zoom: 1;
}

.case:before,
.case:after {
   content: "";
   display: table;
}

.case:after {
   clear: both;
}

#ie6 .case,
#ie7 .case {
   zoom: 1;
}

.case .list-img {
   margin-top: 10px;
}

.case .list-img .list-item {
   padding-top: 10px;
}

.case .list-img .list-item-img {
   width: 160px;
   height: 160px;
   overflow: hidden;
}

.case .list-img .list-item-footer .money {
   float: left;
   text-align: left;
}

.case .list-img .list-item-footer .poster {
   width: 100%;
}

.case .list-img .nums {
   display: inline;
   float: left;
   width: 50%;
}

.helper .nav-action {
   display: inline;
   float: left;
   width: 230px;
   margin: 0 5px;
   margin-bottom: 10px;
}

.helper .nav-header {
   background: #fafafa;
   border: 1px solid #eeeeee;
   padding-left: 10px;
   margin-bottom: -1px;
}

.helper .nav-list {
   background-color: #ffffff;
   border: 1px solid #eeeeee;
   margin-bottom: 0;
}

.helper .nav-list .nav-list-title {
   cursor: pointer;
   padding-left: 1em;
   line-height: 35px;
   border: 1px solid #eeeeee;
   border-width: 0 0 1px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.helper .nav-list .nav-list-body {
   background: #ffffff;
   border-bottom: 1px solid #eeeeee;
   display: none;
}

.helper .nav-list .nav-list-body:before,
.helper .nav-list .nav-list-body:after {
   content: "";
   display: table;
}

.helper .nav-list .nav-list-body:after {
   clear: both;
}

#ie6 .helper .nav-list .nav-list-body,
#ie7 .helper .nav-list .nav-list-body {
   zoom: 1;
}

.helper .nav-list .nav-list-body:before,
.helper .nav-list .nav-list-body:after {
   content: "";
   display: table;
}

.helper .nav-list .nav-list-body:after {
   clear: both;
}

#ie6 .helper .nav-list .nav-list-body,
#ie7 .helper .nav-list .nav-list-body {
   zoom: 1;
}

.helper .nav-list .nav-list-body a {
   display: block;
   padding-left: 2em;
   line-height: 30px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   border-right: 2px solid #ffffff;
}

.helper .nav-list .nav-list-body a:hover {
   background: #f2f2f2;
   text-decoration: none;
   border-color: #f2f2f2;
}

.helper .nav-list .nav-list-body a.selected,
.helper .nav-list .nav-list-body a.selected:hover,
.helper .nav-list .nav-list-body a.selected:visited {
   color: #2CCAC8;
   background: #f2f2f2;
}

.helper .nav-list .nav-list-body .badge {
   float: right;
   margin-right: 10px;
   margin-top: 5px;
}

.helper .content-panel {
   display: inline;
   float: left;
   width: 950px;
   margin: 0 5px;
   margin-bottom: 10px;
   min-height: 950px;
   color: #666666;
}

.helper .content-panel .horizontal-row {
   display: block;
   width: 730px;
   margin: 0 -5px;
}

.helper .content-panel .horizontal-row:before,
.helper .content-panel .horizontal-row:after {
   content: "";
   display: table;
}

.helper .content-panel .horizontal-row:after {
   clear: both;
}

#ie6 .helper .content-panel .horizontal-row,
#ie7 .helper .content-panel .horizontal-row {
   zoom: 1;
}

.helper .content-panel .horizontal-row:before,
.helper .content-panel .horizontal-row:after {
   content: "";
   display: table;
}

.helper .content-panel .horizontal-row:after {
   clear: both;
}

#ie6 .helper .content-panel .horizontal-row,
#ie7 .helper .content-panel .horizontal-row {
   zoom: 1;
}

.helper-search {
   padding: 10px;
   background: #ffffff;
   border: 1px solid #eeeeee;
   margin-bottom: 10px;
}

.helper-search:before,
.helper-search:after {
   content: "";
   display: table;
}

.helper-search:after {
   clear: both;
}

#ie6 .helper-search,
#ie7 .helper-search {
   zoom: 1;
}

.helper-search:before,
.helper-search:after {
   content: "";
   display: table;
}

.helper-search:after {
   clear: both;
}

#ie6 .helper-search,
#ie7 .helper-search {
   zoom: 1;
}

.helper-fresh {
   padding: 10px;
   background: #ffffff;
   border: 1px solid #eeeeee;
   margin-bottom: 10px;
}

.helper-fresh:before,
.helper-fresh:after {
   content: "";
   display: table;
}

.helper-fresh:after {
   clear: both;
}

#ie6 .helper-fresh,
#ie7 .helper-fresh {
   zoom: 1;
}

.helper-fresh:before,
.helper-fresh:after {
   content: "";
   display: table;
}

.helper-fresh:after {
   clear: both;
}

#ie6 .helper-fresh,
#ie7 .helper-fresh {
   zoom: 1;
}

.helper-fresh .line {
   border-bottom: 1px solid #eeeeee;
   height: 0;
   overflow: hidden;
   margin-bottom: 10px;
   margin-top: 10px;
}

.helper-box {
   margin-bottom: 10px;
}

.helper-box .min-title {
   border: 1px solid #eeeeee;
   background: #fafafa;
   padding-left: 10px;
   margin-bottom: -1px;
}

.helper-box .min-list {
   border: 1px solid #eeeeee;
   background: #ffffff;
   padding: 10px;
   font-size: 16px;
}

.helper-box .min-list a {
   display: inline-block;
   width: 100%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.helper-detail .min-title {
   border: 1px solid #eeeeee;
   background: #fafafa;
   padding-left: 10px;
   margin-bottom: -1px;
}

.helper-detail-body {
   border: 1px solid #eeeeee;
   background: #ffffff;
   padding: 10px;
   font-size: 16px;
}

.helper-item {
   border-bottom: 1px solid #eeeeee;
}

.helper-item dt {
   line-height: 35px;
   font-size: 16px;
}

.helper-item dd {
   padding: 0 10px 10px;
   line-height: 20px;
   word-wrap: break-word !important;
   word-break: normal !important;
}

.helper-item p {
   margin-bottom: 10px;
}

.turnaround {
   margin-bottom: 10px;
}

.turnaround:before,
.turnaround:after {
   content: "";
   display: table;
}

.turnaround:after {
   clear: both;
}

#ie6 .turnaround,
#ie7 .turnaround {
   zoom: 1;
}

.turnaround:before,
.turnaround:after {
   content: "";
   display: table;
}

.turnaround:after {
   clear: both;
}

#ie6 .turnaround,
#ie7 .turnaround {
   zoom: 1;
}

.turnaround .min-title {
   border: 1px solid #eeeeee;
   background: #fafafa;
   padding-left: 10px;
   margin-bottom: -1px;
   font-size: 18px;
}

.turnaround .turnaround-body {
   border: 1px solid #eeeeee;
   background: #ffffff;
}

.turnaround .turnaround-body:before,
.turnaround .turnaround-body:after {
   content: "";
   display: table;
}

.turnaround .turnaround-body:after {
   clear: both;
}

#ie6 .turnaround .turnaround-body,
#ie7 .turnaround .turnaround-body {
   zoom: 1;
}

.turnaround .turnaround-body:before,
.turnaround .turnaround-body:after {
   content: "";
   display: table;
}

.turnaround .turnaround-body:after {
   clear: both;
}

#ie6 .turnaround .turnaround-body,
#ie7 .turnaround .turnaround-body {
   zoom: 1;
}

.turnaround .turnaround-form {
   margin: 15px;
}

.turnaround .turnaround-form label {
   margin-bottom: 5px;
}

.turnaround .buy-user-info {
   margin-bottom: 10px;
}

.site-security {
   text-align: center;
}

.site-security .min-title {
   margin-bottom: 10px;
   font-size: 16px;
   font-weight: normal;
}

.site-security ul {
   display: block;
   overflow: hidden;
   margin-bottom: 10px;
}

.site-security ul>li+li:before {
   content: " ";
   display: block;
   float: left;
   height: 50px;
   width: 0;
   overflow: hidden;
   border-left: 1px solid #eeeeee;
}

.site-security ul>li p {
   font-size: 16px;
   color: #666666;
}

.apply-for-vip {
   padding: 10px;
}

.apply-for-vip>dl>dt {
   margin-bottom: 10px;
}

.apply-for-vip>dl>dd {
   margin-bottom: 10px;
   font-size: 16px;
   color: #666666;
   padding-left: 1em;
   word-wrap: break-word !important;
   word-break: normal !important;
}

.apply-for-service {
   padding: 10px 10px 0;
}

.apply-for-service>dl {
   border-bottom: 1px dashed #eeeeee;
   margin-bottom: 10px;
}

.apply-for-service>dl>dt {
   margin-bottom: 10px;
   color: #666666;
}

.apply-for-service>dl>dd {
   margin-bottom: 10px;
   font-size: 16px;
   color: #666666;
   word-wrap: break-word !important;
   word-break: normal !important;
}

.same-type .min-list {
   padding: 5px 10px;
   font-size: 16px;
   line-height: 30px;
}

.same-type .min-list a {
   display: block;
   width: 100%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.same-type .min-list.img {
   padding: 10px 10px 0;
}

.same-type .min-list.img>li {
   margin-bottom: 10px;
}

.same-type .min-list.img .min-list-img {
   display: block;
   padding: 4px;
   margin-bottom: 20px;
   line-height: 1.42857143;
   background-color: #ffffff;
   border: 1px solid #dddddd;
   border-radius: 4px;
   -webkit-transition: border 0.2s ease-in-out;
   -o-transition: border 0.2s ease-in-out;
   transition: border 0.2s ease-in-out;
   margin: 0 auto;
   position: relative;
}

.same-type .min-list.img .min-list-img>img,
.same-type .min-list.img .min-list-img a>img {
   margin-left: auto;
   margin-right: auto;
}

a.same-type .min-list.img .min-list-img:hover,
a.same-type .min-list.img .min-list-img:focus,
a.same-type .min-list.img .min-list-img.active {
   border-color: #2f549f;
}

.same-type .min-list.img .min-list-img .caption {
   padding: 9px;
   color: #333333;
}

.same-type .min-list.img .min-list-img .money {
   position: absolute;
   bottom: 0;
   left: 0;
   padding: 5px;
   width: 100%;
   background: #fff;
   background: rgba(255, 255, 255, 0.9);
}

.same-type .min-list.img .min-list-title {
   display: block;
   text-align: center;
   line-height: 30px;
   clear: both;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

#case .case-search {
   padding: 10px;
}

#case .case-search .case-search-bg {
   margin-bottom: 10px;
}

#case .advantage {
   padding-bottom: 20px;
}

#case .advantage .advantage-title {
   font-size: 24px;
   text-align: center;
   margin: 10px 0 2px 0;
}

#case .advantage .advantage-text {
   font-size: 16px;
   text-align: center;
   margin-bottom: 10px;
   color: #666666;
}

#case .advantage li {
   line-height: 25px;
}

#case .advantage .advantage-img {
   width: 30px;
   float: left;
   margin: 10px 5px 0 10px;
}

#case .advantage .advantage-body {
   width: 75%;
   float: left;
}

#case .advantage .advantage-body .small_p {
   font-size: 16px;
   color: #999999;
   line-height: 25px;
}

#case .case-btn {
   padding: 10px 15px;
   text-align: center;
}

#case .case-btn a {
   margin-bottom: 5px;
}

#case .case-btn .case-btn-title {
   color: #666666;
   font-size: 16px;
   margin-bottom: 15px;
}

#case .case-btn .case-btn-text {
   color: #666666;
   font-size: 16px;
   margin-bottom: 10px;
}

#case .list .list-body {
   background: none;
}

#case .list .list-item {
   background: #ffffff;
   width: 455px;
   position: relative;
}

#case .list .list-title {
   width: 95%;
}

#case .list .list-item-img {
   float: left;
   margin-bottom: 10px;
   margin-right: 20px;
   width: 230px;
   height: 160px;
}

#case .list .list-item-img img {
   width: 230px;
   height: 160px;
}

#case .list .list-item-footer span {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   width: 100%;
}

#case .list .list-item-footer .money {
   float: none;
}

#case .case-users {
   color: #06c;
}

#case .tag-r {
   position: absolute;
   top: 0;
   right: 0;
   z-index: 20;
   color: #fff;
   width: 35px;
   margin: auto;
   line-height: 30px;
   font-size: 16px;
}

#case .label-r {
   position: absolute;
   top: 0;
   right: 0;
   z-index: 2;
   border-width: 30px;
   border-style: solid solid dashed dashed;
   border-color: #2CCAC8 #2CCAC8 transparent transparent;
}

#case .tag-l {
   position: absolute;
   top: 0;
   left: 0;
}

#oauthregister .control-span {
   padding-top: 6px;
}

#oauthregister .control-span .control-label-span {
   color: #999;
}

#oauthregister .control-span .control-label-text {
   margin-left: 20px;
   font-weight: normal;
}

#addcontent {
   height: 130px;
}

#main {
   display: inline;
   float: left;
   width: 1120px;
   min-height: 520px;
}

#paymain {
   display: inline;
   float: left;
   width: 1170px;
   min-height: 920px;
}

#main img {
   max-width: 100%;
}

#side {
   display: inline;
   float: left;
   width: 230px;
   margin: 0 5px;
   display: none;
}

#side img {
   max-width: 100%;
}

#goodslist .list .list-pic {
   width: 120px;
   height: 120px;
}

#goodslist .list .list-pic img {
   width: 120px;
   height: 120px;
}

#goodslist .list .list-title {
   margin-bottom: 10px;
}

#goodslist .list .money {
   margin-bottom: 10px;
}

/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Improvements by Sébastien Malot
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
   padding: 4px;
   margin-top: 1px;
   white-space: normal;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   direction: ltr;
}

.datetimepicker.datetimepicker-rtl {
   direction: rtl;
}

.datetimepicker.datetimepicker-rtl table tr td span {
   float: right;
}

.datetimepicker>div {
   display: none;
}

.datetimepicker.minutes div.datetimepicker-minutes {
   display: block;
}

.datetimepicker.hours div.datetimepicker-hours {
   display: block;
}

.datetimepicker.days div.datetimepicker-days {
   display: block;
}

.datetimepicker.months div.datetimepicker-months {
   display: block;
}

.datetimepicker.years div.datetimepicker-years {
   display: block;
}

.datetimepicker table {
   margin: 0;
}

.datetimepicker table tr td.minute:hover {
   background: #eeeeee;
   cursor: pointer;
}

.datetimepicker table tr td.hour:hover {
   background: #eeeeee;
   cursor: pointer;
}

.datetimepicker table tr td.day:hover {
   background: #eeeeee;
   cursor: pointer;
}

.datetimepicker table tr td span {
   display: block;
   width: 23%;
   height: 54px;
   line-height: 54px;
   float: left;
   margin: 1%;
   cursor: pointer;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

.datetimepicker table tr td span:hover {
   background: #eeeeee;
}

.datetimepicker table tr td span.old {
   color: #999999;
}

.datetimepicker .datetimepicker-hours span {
   height: 26px;
   line-height: 26px;
}

.datetimepicker .datetimepicker-minutes span {
   height: 26px;
   line-height: 26px;
}

.datetimepicker th.switch {
   width: 145px;
}

.datetimepicker-inline {
   width: 220px;
}

.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
   top: 0;
   left: 0;
}

[class*="datetimepicker-dropdown"]:before {
   content: '';
   display: inline-block;
   border-left: 7px solid transparent;
   border-right: 7px solid transparent;
   border-bottom: 7px solid #ccc;
   border-bottom-color: rgba(0, 0, 0, 0.2);
   position: absolute;
}

[class*="datetimepicker-dropdown"]:after {
   content: '';
   display: inline-block;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-bottom: 6px solid #ffffff;
   position: absolute;
}

[class*="datetimepicker-dropdown-top"]:before {
   content: '';
   display: inline-block;
   border-left: 7px solid transparent;
   border-right: 7px solid transparent;
   border-top: 7px solid #ccc;
   border-top-color: rgba(0, 0, 0, 0.2);
   border-bottom: 0;
}

[class*="datetimepicker-dropdown-top"]:after {
   content: '';
   display: inline-block;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-top: 6px solid #ffffff;
   border-bottom: 0;
}

.datetimepicker-dropdown-bottom-left:before {
   top: -7px;
   right: 6px;
}

.datetimepicker-dropdown-bottom-left:after {
   top: -6px;
   right: 7px;
}

.datetimepicker-dropdown-bottom-right:before {
   top: -7px;
   left: 6px;
}

.datetimepicker-dropdown-bottom-right:after {
   top: -6px;
   left: 7px;
}

.datetimepicker-dropdown-top-left:before {
   bottom: -7px;
   right: 6px;
}

.datetimepicker-dropdown-top-left:after {
   bottom: -6px;
   right: 7px;
}

.datetimepicker-dropdown-top-right:before {
   bottom: -7px;
   left: 6px;
}

.datetimepicker-dropdown-top-right:after {
   bottom: -6px;
   left: 7px;
}

.datetimepicker td,
.datetimepicker th {
   text-align: center;
   width: 20px;
   height: 20px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   border: none;
}

.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
   background-color: transparent;
}

.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
   color: #999999;
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
   background: none;
   color: #999999;
   cursor: default;
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
   background-color: #fde19a;
   background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
   background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
   background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
   background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
   background-image: linear-gradient(top, #fdd49a, #fdf59a);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
   border-color: #fdf59a #fdf59a #fbed50;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
   background-color: #fdf59a;
}

.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
   background-color: #fbf069 \9;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
   border-color: #0044cc #0044cc #002a80;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   color: #fff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
   background-color: #969696;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
   background-color: #003399 \9;
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
   width: 14.6%;
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
   margin-bottom: inherit;
   line-height: 30px;
}

.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
   background: none;
   color: #999999;
   cursor: default;
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
   background-color: #006dcc;
   background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
   background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
   background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
   background-image: -o-linear-gradient(top, #0088cc, #0044cc);
   background-image: linear-gradient(top, #0088cc, #0044cc);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
   border-color: #0044cc #0044cc #002a80;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   color: #fff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
   background-color: #0044cc;
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
   background-color: #003399 \9;
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
   cursor: pointer;
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
   background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
   cursor: pointer;
   width: 14px;
   height: 14px;
}

/*global*/
.clear {
   clear: both;
   height: 0;
   float: none;
   overflow: hidden;
   display: block;
   visibility: hidden;
}

.clearfix:before,
.clearfix:after {
   content: '\0020';
   display: block;
   overflow: hidden;
   visibility: hidden;
   width: 0;
   height: 0;
}

.clearfix:after {
   clear: both;
}

.clearfix {
   zoom: 1;
}

.font12 {
   font-size: 16px;
}

.font14 {
   font-size: 16px;
}

.font16 {
   font-size: 16px;
}

.font18 {
   font-size: 18px;
}

.font20 {
   font-size: 20px;
}

.font27 {
   font-size: 27px;
}

.font36 {
   font-size: 36px;
}

.font25 {
   font-size: 25px;
}

.font_simsun {
   font-family: SimSun;
}

.font_georgia {
   font-family: Georgia, "Times New Roman", Times, serif;
}

.font_normal {
   font-weight: normal;
}

.font_yh {
   font-family: 'Microsoft YaHei';
}

.ov_visibel {
   overflow: visible;
}

.ov_hide {
   overflow: hidden;
}

.ws_normal {
   white-space: normal;
}

.ws_break {
   word-wrap: break-word;
   word-break: normal;
}

.ws_prewrap {
   white-space: pre-wrap;
}

.t_l {
   text-align: left;
}

.t_c {
   text-align: center;
}

.t_r {
   text-align: right;
}

.t_i {
   text-indent: 2em;
}

.f_r {
   float: right !important;
}

.f_l {
   float: left !important;
}

.block {
   display: block;
}

.hidden {
   display: none;
}

.red {
   color: red;
}

.cf60 {
   color: #f60;
}

.cfff {
   color: #fff;
}

.cc00 {
   color: #c00;
}

.c03a {
   color: #03a;
}

.c999 {
   color: #999;
}

.c900 {
   color: #900;
}

.cf90 {
   color: #f90;
}

.c396 {
   color: #396;
}

.cc33 {
   color: #c33;
}

.c960 {
   color: #960;
}

.c690 {
   color: #690;
}

.c096 {
   color: #096;
}

.ccc {
   color: #ccc;
}

.ceee {
   color: #eee;
}

.c369 {
   color: #369;
}

.c333 {
   color: #333;
}

.cfc6 {
   color: #fc6;
}

.c000 {
   color: #000;
}

.c666 {
   color: #666;
}

.c06c {
   color: #06c;
}

.ceb2 {
   color: #2CCAC8;
}

.c065 {
   color: #0065CB;
}

.cea5 {
   color: #EA5E00;
}

.pad0 {
   padding: 0;
}

.pad5 {
   padding: 5px;
}

.pad10 {
   padding: 10px;
}

.pad20 {
   padding: 20px;
}

.pad25 {
   padding: 25px;
}

.pad30 {
   padding: 30px;
}

.pl_5 {
   padding-left: 5px;
}

.pl_10 {
   padding-left: 10px;
}

.pl_20 {
   padding-left: 20px;
}

.pl_30 {
   padding-left: 30px;
}

.pl_40 {
   padding-left: 40px;
}

.pr_5 {
   padding-right: 5px;
}

.pr_10 {
   padding-right: 10px;
}

.pr_20 {
   padding-right: 20px;
}

.pr_30 {
   padding-right: 30px;
}

.pt_5 {
   padding-top: 5px;
}

.pt_10 {
   padding-top: 10px;
}

.pt_15 {
   padding-top: 15px;
}

.pt_20 {
   padding-top: 20px;
}

.pt_30 {
   padding-top: 30px;
}

.pb_5 {
   padding-bottom: 5px;
}

.pb_10 {
   padding-bottom: 10px;
}

.pb_15 {
   padding-bottom: 15px;
}

.pb_20 {
   padding-bottom: 20px;
}

.pb_30 {
   padding-bottom: 30px;
}

.mar0 {
   margin: 0;
}

.mar10 {
   margin: 10px;
}

.mar20 {
   margin: 20px;
}

.mt_5 {
   margin-top: 5px;
}

.mt_10 {
   margin-top: 10px;
}

.mt_20 {
   margin-top: 20px;
}

.mt_30 {
   margin-top: 30px;
}

.mb_5 {
   margin-bottom: 5px;
}

.mb_10 {
   margin-bottom: 10px;
}

.mb_20 {
   margin-bottom: 20px;
}

.mb_30 {
   margin-bottom: 30px;
}

.ml_5 {
   margin-left: 5px;
}

.ml_10 {
   margin-left: 10px;
}

.ml_20 {
   margin-left: 20px;
}

.ml_30 {
   margin-left: 30px;
}

.mr_5 {
   margin-right: 5px;
}

.mr_10 {
   margin-right: 10px;
}

.mr_20 {
   margin-right: 20px;
}

.mr_30 {
   margin-right: 30px;
}

.ml_-10 {
   margin-left: -10px;
}

.wid790 {
   width: 790px;
}

.wid380 {
   width: 380px;
   overflow: hidden;
}

.wid920 {
   width: 920px;
}

.wid260 {
   width: 260px;
}

.hei30 {
   height: 30px;
   width: 100%;
   clear: both;
   display: block;
}

.hei20 {
   height: 20px;
   width: 100%;
   clear: both;
   display: block;
}

.hei10 {
   height: 10px;
   width: 100%;
   clear: both;
   display: block;
}

.po_ab {
   position: absolute;
}

.po_re {
   position: relative;
}

.block {
   display: block;
}

.hiden {
   display: none;
}

.backgrey {
   background: #f4f4f4;
}

.bd_a {
   border: 1px solid #dfdfdf;
}

.bd_t {
   border-top: 1px solid #dfdfdf;
}

.bd_r {
   border-right: 1px solid #dfdfdf;
}

.bd_b {
   border-bottom: 1px solid #dfdfdf;
}

.bd_l {
   border-left: 1px solid #dfdfdf;
}

/*按钮样式*/
a.button,
button,
input.button {
   display: inline-block;
   line-height: 14px;
   padding: 5px 10px;
   _padding: 5px 10px 4px 10px;
   font-family: "微软雅黑", "宋体";
   color: #666;
   border: 1px solid #dfdfdf;
   background: #f4f4f4;
   white-space: nowrap;
   overflow: visible;
   cursor: pointer;
   text-decoration: none;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   outline: none;
   /*position: relative;*/
   zoom: 1;
   -webkit-transition: all .3s;
   -moz-transition: all .3s;
   -ms-transition: all .3s;
   -o-transition: all .3s;
}

button,
input.button {
   margin-left: 0;
   margin-right: 0;
   cursor: pointer;
   vertical-align: -1px;
   *vertical-align: middle;
}

a.button:hover,
button:hover,
input.button:hover {
   background: #fff;
}

button:focus {
   background: #fbfbfb;
}

a.button.red,
button.red {
   background: #EC2828;
   color: #fff;
   border: 1px solid #EC2828;
}

a.button.red:hover,
button.red:hover {
   background: #fe4646;
}

button.red:focus {
   background: #fb2c2c;
}

a.button.disabled,
button.disabled {
   background: #dfdfdf;
   color: #FFF;
   border: 1px solid #dfdfdf;
}

a.button.disabled:hover,
button.disabled:hover {
   background: #dfdfdf;
   cursor: text;
}

/*输入框*/
input[type="text"],
input[type="password"] {
   background: #fff;
   border: 1px solid #dfdfdf;
   padding: 6px 8px 6px 8px;
   vertical-align: middle;
}

input[type="text"]:focus,
input[type="password"]:focus,
input.focus {
   border-color: #84d2ff;
   box-shadow: 0 0 5px #b8e4ff;
}

select {
   padding: 5px;
   font-size: 16px;
   vertical-align: middle;
   text-align: center;
   background-color: #fff;
   border: 1px solid #D8D8D8;
   display: inline-block;
   -webkit-appearance: button;
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 8px;
   -webkit-user-select: none;
   background-image: url(../images/common/select.png), -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
   background-position: center right;
   background-repeat: no-repeat;
   color: #555;
   margin: 0;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

#ie6 select {
   font-size: 16px;
}

html[dir='rtl'] select {
   background-position: center left;
}

select:disabled {
   color: graytext;
   background-image: url(../images/common/disabled_select.png), -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
}

select:enabled:hover {
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
   background-image: url(../images/common/select.png), -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
   color: #333;
}

select:enabled:active {
   -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
   background-image: url(../images/common/select.png), -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
   color: #444;
}

input[type="text"]:disabled,
select:disabled,
select.disabledinput[type="text"][disabled],
input[type="password"]:disabled,
input[type="password"][disabled],
.txt_input:disabled,
.txt_input[disabled],
.txt_input.disabled {
   border-color: #ccc;
   color: #999;
   background: #eee;
   box-shadow: none;
}

input.checkbox,
input.radio {
   vertical-align: -3px;
   margin: 0 3px;
}

/*翻页*/
.page {
   border: none;
   text-align: right;
}

.page a {
   display: inline-block;
   border: 1px solid #dfdfdf;
   color: #666;
   background: #fff;
   padding: 0 10px;
   margin-left: 2px;
   margin-right: 2px;
   vertical-align: middle;
}

.page span {
   padding: 0 10px;
   margin-right: 2px;
   font-size: 16px;
   line-height: 24px;
   display: inline-block;
   vertical-align: middle;
}

.page a:hover {
   color: #EC2828;
}

.page a.selected,
.page a.selected:hover {
   color: #fff;
   background: #fb4343;
   border-color: #EC2828;
   cursor: default
}

.page .txt_input {
   padding: 0;
   width: 30px;
   height: 24px;
   text-align: center;
   margin-right: 5px;
   vertical-align: middle;
   border: 1px solid #dfdfdf;
   vertical-align: middle;
}

.page button {
   padding: 0;
   height: 24px;
   font-weight: 400;
   font-size: 16px;
   font-family: "微软雅黑";
   line-height: 20px;
   vertical-align: middle;
   width: 50px;
   border-radius: 0;
   vertical-align: middle;
}

body {
   font: 16px/32px "微软雅黑", Arial, Helvetica, sans-serif;
}

.container {
   width: 1400px;
   margin-left: auto;
   margin-right: auto;
   font: 16px/32px "微软雅黑", Arial, Helvetica, sans-serif;
   color: #333;
   margin: auto;
}

/*ico图标*/
span.ico,
i.ico {
   display: inline-block;
   vertical-align: middle;
}

span.ico_pc {
   width: 16px;
   height: 14px;
   background: url(../img/common/topapp.png) left -16px;
   margin-right: 5px;
}

span.ico_phone {
   width: 12px;
   height: 15px;
   background: url(../img/common/topapp.png) -19px -16px;
   vertical-align: -3px;
   margin-right: 5px;
}

span.ico_pad {
   width: 14px;
   height: 15px;
   background: url(../img/common/topapp.png) -33px -16px;
   vertical-align: -3px;
   margin-right: 5px;
}

span.ico_serch {
   width: 19px;
   height: 19px;
   background: url(../img/common/icoserch.png) center center;
   vertical-align: -3px;
}

span.ico_arrtop {
   width: 11px;
   height: 7px;
   background: url(../img/common/arr_wt.gif) left top;
   overflow: hidden;
   margin-top: 15px;
}

span.ico_arrdown {
   width: 11px;
   height: 7px;
   background: url(../img/common/arr_wt.gif) left -7px;
   /*overflow:hidden*/
   ;
   margin-top: 15px;
}

.praise a {
   display: inline-block;
   margin-left: 10px;
   background-color: #f9f9f9;
}

.praise a i {
   margin-right: 8px;
}

i.ico_praise {
   width: 11px;
   height: 12px;
   background: url(../images/common/dianzan.png) no-repeat;
   vertical-align: -2px;
}

i.ico_unpraise {
   width: 11px;
   height: 12px;
   background: url(../images/common/dianzan.png) no-repeat left -12px;
   vertical-align: -2px;
}

* html,
* html body

/* 修正IE6振动bug */
   {
   background-image: url(about:blank);
   background-attachment: fixed;
}

.box_ef {
   border: 1px solid #efefef;
   background: #fff;
}

.box_df {
   border: 1px solid #dfdfdf;
   background: #fff;
}

.box_e9 {
   border: 1px solid #e9e9e9;
   background: #fff;
}

/*头部搜索*/
.header_soso {
   padding-top: 15px;
   float: left;
}

.header_soso .search_bigbox {
   width: 470px;
   float: left;
   margin-right: 32px;
   position: relative;
}

.header_soso .search {
   background: #2CCAC8;
   padding: 3px;
   width: 440px;
}

.header_soso .search .search_input {
   width: 375px;
   height: 38px;
   line-height: 38px;
   padding: 0 15px 0 70px;
   float: left;
   border: none;
   color: #999;
   cursor: text;
}

.header_soso .search .search_input:focus {
   outline: none;
}

.header_soso .search {
   position: relative;
   height: 44px;
   overflow: hidden;
}

.header_soso .search #topsearch_btn {
   position: absolute;
   right: 3px;
   top: 0;
   background: #2CCAC8;
   border: none;
   height: 44px;
   width: 50px;
   text-align: center;
   padding: 0;
   border-radius: 0;
}

.header_soso .serchdream {
   display: none;
   position: absolute;
   color: #333;
   border: 1px solid #dfdfdf;
   width: 294px;
   background: #fff;
   margin-top: -1px;
   z-index: 115;
}

.header_soso .sercaxy {
   padding: 2px 5px;
   height: 24px;
   line-height: 24px;
   overflow: hidden;
   color: #999;
   cursor: pointer;
}

.header_soso .serccatgory .sercaxy span.dercatext {
   color: red;
}

.header_soso .sercaxy strong {
   color: #333;
}

.header_soso .sercaxy.hover {
   background: #fff1dc;
}

.channel {
   height: 45px;
   line-height: 45px;
   font-size: 23px;
   color: #666;
   border-left: 1px solid #e9e9e9;
   display: inline-block;
   margin-left: 15px;
   padding-left: 15px;
   margin-top: 10px;
   vertical-align: top;
   font-family: "微软雅黑";
}

.cus_btn {
   border: none !important;
   background: none !important;
   color: #666 !important;
}

.cus_btn:hover,
.cus_btn:focus,
.cus_btn.focus,
.cus_btn:active,
.cus_btn.active,
.open>.dropdown-toggle.cus_btn {
   color: #333333;
   background: none !important;
   border: none !important;
}

.btn-group.open .dropdown-toggle {
   -webkit-box-shadow: none !important;
   -moz-box-shadow: none !important;
   box-shadow: none !important;
}

.logintool {
   color: #666;
   width: 200px;
}

.logintool .siz25 {
   font-size: 20px;
   color: #EA5E00;
   font-weight: bold;
}

.ex_sercbox {
   padding-top: 5px;
   float: left;
}

.loginlitb_name {
   height: 40px;
   position: relative;
   width: 150px;
   z-index: 111;
}

.loginlitb_topname {
   display: inline-block;
   padding: 0 10px;  
   height: 44px !important;
   line-height: 36px !important;
   padding-left: 12px;
   border: 1px solid #e9e9e9;
   cursor: pointer;
   overflow: hidden;
   background: #fcfcfc;
   padding: 3px;
   position: absolute;
   z-index: 2;
   width: auto !important;
}

.logintooset .loginlitb_box {
   right: 0;
}

.logintooset .loginlitb_name {
   width: 100px;
}

.logintooset .loginlitb_topname {
   width: 92px;
}

.icoaraw {
   display: block;
   width: 17px;
   height: 12px;
   float: right;
   margin-top: 12px;
   background: url(../images/common/arrow.gif) no-repeat;
}

.loginlitb_topname img {
   vertical-align: middle;
   display: block;
   float: left;
   margin-right: 5px;
   width: 30px;
   height: 30px;
   overflow: hidden;
   padding: 0;
   border: none;
}

.loginlitb_box {
   position: absolute;
   width: 140px;
   background: #fcfcfc;
   border: 1px solid #e9e9e9;
   margin-top: -1px;
   z-index: 1;
   top: 38px;
}

.loginlitb_box .valid_success {
   display: none !important;
}

.logintool .albotton {
   margin-left: 5px;
}

.albotton {
   display: inline-block;
   height: 36px;
   border: 1px solid #dfdfdf;
   line-height: 36px;
   padding: 0 25px;
   background: #f4f4f4;
   color: #666 !important;
}

.loginlitb_box .loginform {
   padding: 10px 0;
   border-bottom: 1px solid #dfdfdf;
}

.loginlitb_box .rowElem {
   padding: 3px 15px 3px 15px;
}

.loginlitb_box .rowElem button {
   white-space: nowrap;
}

.loginlitb_box input.txt_input {
   height: 19px;
   line-height: 19px;
   padding: 8px 5px 8px 25px;
   width: 165px;
}

.loginlitb_box input.user {
   background: url(../images/common/userkey.jpg) no-repeat 5px 10px #fff;
}

.loginlitb_box input.pasw {
   background: url(../images/common/userkey.jpg) no-repeat 5px -20px #fff;
}

.loginlitb_box .rowElem label input {
   vertical-align: middle;
   margin-right: 5px;
}

.loginlitb_box .rowElem .button {
   height: 35px;
   width: 195px;
   font-size: 16px;
   line-height: 20px;
}

.loginlitb_box span.buttoniner {
   display: inline-block;
   padding: 0 5px;
   margin: 0 !important;
}

.loginlitb_box .yazhenma {
   display: inline-block;
   width: 80px;
   text-align: center;
   background: #72AB15;
   line-height: 42px;
   color: #fff;
   margin-right: 5px;
}

.logintother {
   border-top: 1px solid #fff;
   padding: 5px 10px 15px 10px;
}

.logintother p {
   height: 30px;
   line-height: 30px;
   display: block;
}

.logintother a {
   display: inline-block;
   background: url(../images/login/hezhuoico30.png) no-repeat;
   width: 25px;
   height: 25px;
   margin: 0 6px 0 0;
   float: left;
}

.afterlogin_task li {
   height: 32px;
   line-height: 32px;
   text-align: center;
}

.afterlogin_task li a {
   display: block;
   color: #666;
   height: 32px;
   line-height: 32px;
   padding: 0 10px;
   overflow: hidden;
}

.afterlogin_task li a:hover,
.afterlogin_task li a span {
   color: #2CCAC8;
   background: #FFECDF;
}

.logo_login {
   float: left;
   margin-top: 15px;
}

/*主导航*/
.logo_login {
   float: left;
   margin-top: 15px;
   display: inline;
}

.logo_login a.free_fbbtn {
   display: block;
   width: 130px;
   height: 44px;
   line-height: 44px;
   background: #2CCAC8;
   color: #fff;
   text-align: center;
   font-size: 16px;
   float: left;
}

.nav_bar {
   position: relative;
   z-index: 110;
   height: 40px;
   width: 100%;
   background: url(/static/img/nav_bg.gif) repeat-x bottom left;
}

.sidbar {
   width: 254px;
   background: #2CCAC8;
}

.sidbar .s_tl {
   height: 40px;
   line-height: 40px;
   padding: 0 20px;
   color: #fff;
   font-size: 16px;
   font-family: "微软雅黑";
}

.sidbar .s_tl span.ico_arrtop {
   _margin-top: 15px;
   cursor: pointer;
}

.sidbar .s_tl span.switching {
   background: url(../img/common/arrow_main.png) no-repeat 0 -320px;
   width: 15px;
   height: 12px;
   /*display:inline-block */
   ;
   margin-left: 90px;
   margin-top: 12px;
   cursor: pointer;
}

.sidbar_main {
   position: absolute;
   border-top: none;
   background: #fff;
   width: 254px;
   z-index: 5;
}

.sidbar_main li {
   clear: both;
   padding: 0 15px;
   z-index: 1;
   position: relative;
}

.sidbar_main li .bar_pad {
   padding: 5px 0;
   border-bottom: 1px dotted #b2b2b2;
   border-top: 1px solid #fff;
   position: relative;
   z-index: 2;
   background: #fff;
}

.sidbar_main li.selected {
   z-index: 2;
   border: none;
   clear: both;
   padding: 0 15px;
   margin-top: -1px;
}

.sidbar_main li.selected .bar_pad {
   border-bottom: 1px solid #2CCAC8;
   border-top: 1px solid #2CCAC8;
   padding-top: 6px;
}

.sidbar_main li .bar_cal span {
   display: inline-block;
   margin-right: 10px;
}

.sidbar_main li .bar_cal span a {
   color: #666;
}

.sidbar_main li .bar_tl span.f_r {
   color: #666;
}

.sidbar_main li .bar_cal span a:hover,
.sidbar_main li .bar_tl a:hover {
   color: #2CCAC8;
}

.sidbar_main li .bar_tl {
   height: 24px;
   clear: both;
}

.sidbar_main li .bar_tl span {
   color: #999;
   margin-right: 5px;
}

.sidbar_main li .bar_tl a {
   float: left;
}

.sidbar_main li.selected .bar_tl span {
   display: none;
}

.sidbarhiden {
   position: relative;
}

.sidbarbottom {
   clear: both;
   display: block;
   background: #af1010;
}

.sidbarbottom a {
   color: #fff !important;
   display: block;
   text-align: center;
   padding: 6px 10px;
}

.sidbarhiden .sidbar_main {
   display: none;
   position: absolute;
}

/*弹出子分类*/
.catynavlist {
   display: none;
   position: absolute;
   width: 727px;
   margin: auto;
   border: 1px solid #2CCAC8;
   padding: 10px 0 0;
   left: 232px;
   _left: 223px;
   background: #fff;
   z-index: 1;
   box-shadow: 5px 0 5px rgba(0, 0, 0, .05), 5px 5px 5px rgba(0, 0, 0, .05), 5px -5px 5px rgba(0, 0, 0, .05);
}

.catynavlist .catigoroy {
   height: auto;
   border: none;
   padding: 0 20px;
}

.catynavlist .catadviver {
   position: absolute;
   right: 0;
   bottom: 0;
   width: 100%;
   text-align: right;
}

.catigoroy {
   padding-right: 1px;
   border-top: 1px solid #dfdfdf;
   border-left: 1px solid #dfdfdf;
}

.catiinerbox {
   position: relative;
   padding: 20px 0 15px;
}

.topcati a {
   color: #666;
}

.tinicatiy {
   padding: 4px 0;
   border-bottom: 1px dashed #dfdfdf;
}

.leftincaty {
   float: left;
   text-align: right;
   height: 24px;
   line-height: 24px;
   overflow: hidden;
   margin-right: 10px;
}

.catynavlist .closenav {
   position: absolute;
   right: 0;
   top: 0;
   width: 24px;
   height: 24px;
   text-align: center;
   line-height: 24px;
   background: #f4f4f4;
   border-radius: 24px;
   color: #666;
}

.catynavlist .closenav:hover {
   background: #ff5c64;
   color: #fff;
}

.leftincaty a {
   color: #EB2626;
   font-weight: bold;
}

.letilistcaty {
   float: left;
   width: 590px;
}

.letilistcaty a {
   color: #666;
   display: inline-block;
   padding: 0 10px;
}

.letilistcaty a:hover {
   background: #ffecdf;
   color: #EB2626;
}

.catgorfebgot {
   background: #dfdfdf;
   height: 1px;
   margin-top: -1px;
   position: relative;
   overflow: hidden;
}

.patentuj {
   clear: both;
   overflow: hidden;
   padding: 0px 15px 0 20px;
   width: 692px;
}

.patentuj .pttliel {
   height: 32px;
   line-height: 32px;
}

.patentuj .pttliel em {
   font-style: normal;
   font-weight: bold;
   font-size: 16px;
   color: #333;
}

.talentscroll {
   width: 692px;
   height: 80px;
   position: relative;
   overflow: hidden;
   clear: both;
   float: none;
}

.talentscroll .jcarousel-container {
   padding-top: 15px;
}

.talentscroll .jcarousel-container {
   width: 690px;
   height: 60px;
}

.talentscroll .jcarousel-clip {
   width: 620px;
   height: 60px;
   position: absolute;
   left: 35px;
   top: 15px;
}

.talentscroll .jcarousel-prev-disabled {
   cursor: default !important;
}

.talentscroll .jcarousel-prev,
.talentscroll .jcarousel-next {
   background: url(../images/common/arrow_main.png) no-repeat -130px 0;
   width: 12px;
   height: 17px;
   position: absolute;
   left: 0;
   top: 33px;
   cursor: pointer;
}

.talentscroll .jcarousel-next {
   left: 670px;
   background-position: -142px 0;
}

.talentscroll .jcarousel-prev:hover {
   background-position: -130px -20px;
}

.talentscroll .jcarousel-next:hover {
   background-position: -142px -20px;
}

.talentscroll .jcarousel-prev:hover.jcarousel-prev-disabled {
   background-position: -130px -0px !important;
}

.talentscroll .jcarousel-next:hover.jcarousel-prev-disabled {
   background-position: -142px -0px;
}

.talentscroll ul {
   display: block;
   height: 60px;
   position: relative;
}

.talentscroll ul li {
   width: 145px;
   height: 60px;
   overflow: hidden;
   float: left;
   padding: 0 5px;
   clear: none;
}

.talentscroll ul li .ptimg {
   padding-top: 5px;
}

.talentscroll ul li .ptimg,
.talentscroll ul li .ptimg img {
   display: block;
   width: 50px;
   height: 50px;
   float: left;
}

.talentscroll ul li .ptcotn {
   float: left;
   padding-left: 5px;
   line-height: 18px;
   width: 85px;
   height: 60px;
   overflow: hidden;
}

.talentscroll ul li .ptcotn a {
   color: #06c;
}

.talentscroll ul li .ptcotn a:hover {
   color: #eb2626;
}

.talentscroll ul li .ptcotn .ptc_1 {
   display: block;
   height: 24px;
   line-height: 24px;
   overflow: hidden;
}

.talentlistcomm {
   width: 692px;
   clear: both;
}

.talentlistcomm ul li {
   width: 145px;
   height: 60px;
   overflow: hidden;
   float: left;
   padding: 5px;
   clear: none;
}

.talentlistcomm ul li .ptimg {
   padding-top: 5px;
}

.talentlistcomm ul li .ptimg,
.talentlistcomm ul li .ptimg img {
   display: block;
   width: 50px;
   height: 50px;
   float: left;
}

.talentlistcomm ul li .ptcotn {
   float: left;
   padding-left: 5px;
   line-height: 18px;
   width: 85px;
   height: 60px;
   overflow: hidden;
}

.talentlistcomm ul li .ptcotn a {
   color: #06c;
}

.talentlistcomm ul li .ptcotn a:hover {
   color: #eb2626;
}

.talentlistcomm ul li .ptcotn .ptc_1 {
   display: block;
   height: 24px;
   line-height: 24px;
   overflow: hidden;
}

.patentuj div.adsimg {
   clear: both;
}

.patentuj div.adsimg img {
   height: expression(this.height > 270 ? this.height=this.height * 270 / this.height : "auto");
   width: expression(this.width > 690 ? "690px" : "auto");
   max-width: 690px;
   max-height: 270px;
}

/*主导航*/
.navmain {
   width: 720px;
   height: 40px;
   line-height: 40px;
   padding-left: 10px;
   font-family: "微软雅黑";
}

.navmain span {
   float: left;
   height: 40px;
   display: inline-block;
}

.navmain span.hot,
.navmain span.new {
   position: relative;
}

.navmain span.hot i {
   background: url(../images/common/hot.gif) no-repeat;
   width: 105px;
   height: 26px;
   display: block;
   position: absolute;
   left: 50px;
   top: -13px;
}

.navmain span.new i {
   background: url(../images/common/new.gif) no-repeat;
   width: 97px;
   height: 26px;
   display: block;
   position: absolute;
   left: 50px;
   top: -13px;
}

.navmain span a {
   display: inline-block;
   color: #333;
   font-size: 16px;
   padding: 0 10px;
}

.navmain span a.on {
   border: none;
   line-height: 40px;
   background: url(../images/common/navarro.gif) no-repeat center bottom;
   font-weight: bold;
   -webkit-transition: none;
   -moz-transition: none;
   -ms-transition: none;
   -o-transition: none;
}

.navmain span a:hover {
   background: none;
}

a.navreles {
   display: block;
   float: left;
   height: 40px;
   line-height: 40px;
   width: 200px;
   text-align: center;
   color: #fff;
   float: left;
   background: #af1010;
   font-weight: bold;
   font-size: 16px;
   font-family: "微软雅黑";
}

.nav_right {
   width: 200px;
   float: left;
   display: block;
   line-height: 40px;
   text-align: center;
}

.nav_right a {
   font-size: 16px;
   color: #EC6013;
}

/* login 登录 */
.login_page {
   width: 100%;
   background: #f4f4f4;
   border-top: 2px solid #ebebeb;
   margin-top: 5px;
}

.pad40 {
   padding: 60px;
   width: 980px;
}

.login_left {
   width: 570px;
   float: left;
   padding-right: 200px;
   border-right: 1px solid #ddd;
   margin-right: 60px;
}

.login_right {
   width: 220px;
   float: left;
   padding-top: 40px;
}

.login_right h1 {
   font-size: 20px;
   font-weight: normal;
}

.btn_reg_txt {
   display: block;
   width: 200px;
   height: 50px;
   font-size: 22px;
   text-align: center;
   line-height: 50px;
   background: #2CCAC8;
   color: #fff;
   margin: 15px 0 30px 0;
}

.btn_reg_txt:hover {
   background: #FF6C0A;
   color: #fff;
   text-decoration: none;
}

.loing_td_txt h3 {
   font-size: 16px;
   margin-bottom: 10px;
}

.login-and-register-footer {
   margin-top: 15px;
}

.login-and-register-footer p {
   font-size: 16px;
}

.login-and-register-footer a img {
   width: 30px;
   height: 30px;
}

.loing_td_txt i {
   color: green;
}

.top_line {
   border-top: 1px solid #e9e9e9;
   padding-top: 5px;
}

.btn_group_center {
   width: 300px;
   margin: 0 auto;
}

.login_in {
   display: block;
   width: 180px;
   height: 50px;
   font-size: 22px;
   text-align: center;
   background: #2CCAC8;
   color: #fff;
   margin: 15px 0 30px 0;
}

.login_in:hover {
   background: #FF6C0A;
}

.login_in:focus {
   background: #FF6C0A;
}

/*  任务列表 */
.list-item-body {}

.list-item-body li {
   float: left;
}

.lw01 {
   width: 550px !important;
}

.lw02 {
   width: 170px !important;
}

.lw03 {
   width: 120px !important;
   text-align: right;
}

.lw01 em {
   font-style: normal;
   font-size: 16px;
   color: #2CCAC8;
   margin-right: 5px;
}

.lw01 a {
   font-size: 16px;
}

.task_style {
   font-size: 16px;
   font-weight: bold;
}

.task_detail {
   padding-top: 10px;
   color: #888;
   width: 520px;
   overflow: hidden;
   text-overflow: ellipsis;
   height: 25px;
}

.task_fb {
   text-align: center;
   background: #f2f2f2;
   border: 1px solid #d3d3d3;
   color: #666;
   font-size: 16px;
   display: block;
   width: 148px;
   padding: 5px 0;
}

/* 创意交易 */
.side_right {
   float: right;
   width: 258px;
}

.superiority {
   background: #fff;
   border: 1px solid #e9e9e9;
   position: relative;
   width: 258px;
   height: 348px;
}

.superiority span {
   background: url(../images/task/commend.png) no-repeat 0 -99px;
   width: 50px;
   height: 50px;
   display: block;
   position: absolute;
   left: 0;
   top: 0;
}

.superiority div {
   position: absolute;
   left: 20px;
   top: 15px;
   width: 218px;
   height: 333px;
}

.superiority div h2 {
   text-align: center;
   font-size: 35px;
   font-weight: 500;
   line-height: 60px;
   font-family: "微软雅黑";
}

.superiority div h3 {
   text-align: center;
   font-size: 20px;
   font-weight: 500;
   line-height: 30px;
   font-family: "微软雅黑";
   padding-bottom: 15px;
}

.superiority div dl {
   background: url(../images/task/commend.png) no-repeat -108px -97px;
   height: 40px;
   font-size: 16px;
   padding-left: 40px;
   margin-top: 10px;
}

.superiority div dl dt {
   font-weight: bold;
   line-height: 20px;
   height: 20px;
   overflow: hidden;
}

.superiority div dl dd {
   color: #999;
   line-height: 20px;
   height: 20px;
   overflow: hidden;
}

.superiority div dl.ico1 {
   background-position: -108px -150px;
}

.superiority div dl.ico2 {
   background-position: -108px -200px;
}

.superiority div dl.ico3 {
   background-position: -108px -250px;
}

/*所有任务*/
.borbox {
   background: #fff;
   border: 1px solid #e9e9e9;
}

.bar_title {
   background: #FAFAFA;
   height: 40px;
   line-height: 40px;
   padding: 0 10px 0 15px;
}

.bar_title b {
   float: left;
   font-size: 16px;
   font-family: "微软雅黑";
}

.bar_title span {
   float: right;
   color: #999;
   font-size: 16px;
}

.newcase {
   border-top: 1px solid #e9e9e9;
}

.newcase_box {
   padding: 10px;
   border-bottom: 1px solid #e9e9e9;
}

.newcase_box h2 {
   font-size: 16px;
   height: 30px;
   line-height: 30px;
   overflow: hidden;
}

.newcase_box span {
   float: left;
   width: 100px;
   height: 80px;
   display: block;
}

.newcase_box ul {
   float: right;
   width: 120px;
   height: 80px;
}

.newcase_box ul li {
   height: 20px;
   line-height: 20px;
   overflow: hidden;
}

.caseon {
   border-bottom: none;
}

/*  brief 任务列表路径 */
.brief_div {
   padding: 10px 0 5px 0;
}

.brief_div span.b_head {
   float: left;
   margin: 4px 3px 0;
}

.brief_a {
   float: left;
   margin: 4px 3px 0;
}

.brief_arrow {
   float: left;
   margin: 11px 3px 0;
   display: bllock;
   width: 8px;
   height: 14px;
   background: url(../images/task/arrow_right.png) no-repeat;
}

.brief_div .category-list a.category-title {
   line-height: 30px;
   padding: 0 15px 0 5px;
   cursor: default;
   text-align: left;
   border: 1px solid #fff;
}

.brief_div .category-list:hover .category-title {
   color: #333;
   border: 1px solid #e9e9e9;
   border-bottom: 1px solid #fff;
   background: #fff;
}

.brief_div .category-down {
   display: none;
   position: absolute;
   z-index: -1;
   left: 0;
   color: #666666;
   top: 29px;
   border: 1px solid #eeeeee;
   background: #fff;
   min-width: auto;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

.brief_div i {
   background: url(../images/task/arrow_down.png) no-repeat center right;
   width: 7px;
   height: 7px;
   display: inline-block;
   font-size: 0px;
   position: absolute;
   top: 12px;
   right: 5px;
}

/*  找服务列表  */
.list-body {
   border: none;
}

.service-pic-list {
   padding-bottom: 3px;
   overflow: hidden;
   border: 1px solid #e9e9e9;
   display: flex;
   flex-wrap: wrap;
   align-items: stretch;
   justify-content: flex-start;
}

.service-pic-list .local-service-item {
   height: auto;
}

.service-pic-list .service-item .btm-line .ui-btn {
   font-size: 16px;
   padding: 0 6px
}

.service-txt-list .service-item {
   padding: 20px;
   overflow: hidden;
   border-bottom: 1px dashed #e5e5e5
}

.service-txt-list .service-item:hover {
   background: #f5f9ff
}

.service-txt-list .service-item .btm-line .ui-btn {
   font-size: 16px;
   padding: 0 6px
}

.service-txt-list .service-item-pic {
   float: left;
   width: 100px;
   height: 100px;
   overflow: hidden;
   position: relative
}

.service-txt-list .service-item-pic img {
   width: 100px;
   height: 100px
}

.service-pic-list .service-item {
   float: left;
   width: 195px;
   height: 300px;
   outline: 1px solid #fff;
   margin-left: 28px;
   display: inline;
   margin-top: 20px
}

.service-pic-list .service-item:hover {
   background: #FFEBDE;
   outline: 1px solid #FFDDC7;
   -webkit-transition: outline-color .2s ease-in;
   -moz-transition: outline-color .2s ease-in;
   -ms-transition: outline-color .2s ease-in;
   -o-transition: outline-color .2s ease-in;
   transition: outline-color .2s ease-in
}

.service-pic-list .service-item .service-item-pic {
   padding: 5px;
   overflow: hidden;
   border: 1px solid #e5e5e5;
   position: relative
}

.service-pic-list .service-item .service-item-pic img {
   width: 183px;
   height: 183px;
}

.service-pic-list .service-item .service-isbuy-icon {
   position: absolute;
   top: 5px;
   left: 0;
   z-index: 2;
   width: 45px;
   height: 19px;
   text-indent: -9999px
}

.service-pic-list .service-item .service-price {
   float: left;
   font-size: 16px;
   color: #2CCAC8;
   font-weight: normal;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   max-width: 90px;
   width: 90px
}

.service-pic-list .service-item .service-num {
   line-height: 27px
}

.service-pic-list .service-item .top-line {
   overflow: hidden;
   margin: 10px 5px 0 5px;
   height: 27px
}

.service-pic-list .service-item .service-desc {
   height: 36px;
   line-height: 18px;
   overflow: hidden;
   margin: 0 5px
}

.service-pic-list .service-item .service-desc a {
   color: #666
}

.service-pic-list .service-item .service-desc a:hover {
   color: #2CCAC8;
}

.service-pic-list .service-item .service-num {
   float: right;
   color: #666
}

.service-pic-list .service-item .witkey-name {
   float: left;
   position: relative;
   bottom: -2px
}

.service-pic-list .service-item .witkey-contact {
   float: right
}

.service-pic-list .service-item .witkey-contact a {
   line-height: 12px
}

.service-pic-list .service-item .btm-line {
   overflow: hidden;
   margin: 5px 5px 10px 5px
}

.service-pic-list .service-item .btm-line .ui-btn {
   float: right
}

.service-pic-list.yx-service-pic-list {
   margin-left: 5px
}

.service-pic-list.yx-service-pic-list .service-item {
   margin-right: 18px
}

.service-pic-list .service-item {
   height: auto;
}

.witkey-name a,
.btm-address a {
   color: #888;
}

.ui-btn {
   display: inline-block;
   padding: 4px 12px;
   margin-bottom: 0;
   *margin-left: .3em;
   font-size: 16px;
   line-height: 20px;
   color: #333;
   text-align: center;
   vertical-align: middle;
   cursor: pointer;
   background-color: #ededed;
   border: 1px solid #d2d2d2;
   *border: 0;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   *display: inline;
   *zoom: 1;
   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.ui-btn:hover,
.ui-btn:focus,
.ui-btn:active,
.ui-btn.active,
.ui-btn.disabled,
.ui-btn[disabled] {
   color: #333
}

.ui-btn:first-child {
   *margin-left: 0
}

.ui-btn:hover,
.ui-btn:focus {
   text-decoration: none;
   background-color: #efefef;
   background-image: -moz-linear-gradient(top, #f5f5f5, #e7e7e7);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#e7e7e7));
   background-image: -webkit-linear-gradient(top, #f5f5f5, #e7e7e7);
   background-image: -o-linear-gradient(top, #f5f5f5, #e7e7e7);
   background-image: linear-gradient(to bottom, #f5f5f5, #e7e7e7);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe7e7e7', GradientType=0)
}

.ui-btn:focus {
   outline: thin dotted #333;
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px
}

.ui-btn.active,
.ui-btn:active {
   background-image: none;
   outline: 0;
   -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

/* 服务商  */
.list_service {
   padding-top: 20px;
}

.list_service a {
   display: inline !important;
   font-size: 12px !important;
   font-weight: normal !important;
   margin: 0 10px 0 5px;
   color: #888 !important;
}

.list_all_f {}

.list_all_f span {
   float: left;
   display: block;
   line-height: 20px !important;
}

.list_all_f span em {
   font-style: normal;
   color: red;
   margin-right: 10px;
}

.list_all_f .list_level {
   font-size: 16px;
   border: 1px solid red;
   padding: 0 4px;
   color: red;
   margin: 0 20px 6px 0;
}

.widthA {
   width: 110px;
   margin-bottom: 5px;
}

.list_rz em {
   font-style: normal;
   float: left;
   color: #666 !important;
   margin-right: 1px !important;
   margin-top: 2px;
}

.list_rz i {
   display: block;
   line-height: 20px;
   padding: 0 3px;
   font-size: 16px;
   float: left;
   font-style: normal;
   color: #fff;
   margin-right: 3px;
}

.list_rz i.rz_1 {
   background: #7AD7A1;
}

.list_rz i.rz_2 {
   background: #74CCD4;
}

.list_rz i.rz_3 {
   background: #CFAB8D;
}

.list_rz i.rz_4 {
   background: #DDBE72;
}

.list_rz i.rz_5 {
   background: #EE8E75
}

.sign_l em {
   font-size: 9px;
   color: #ddd;
   font-style: normal;
   margin: 0 5px;
}

/* 成功案例-中标排行 */
.zhongbaotop {
   padding: 15px;
}

.zhongbaotop_li {
   border-bottom: 1px solid #e9e9e9;
   padding: 10px 0;
   clear: both;
   height: 85px;
}

.zhongbaotop_li span {
   float: left;
   width: 50px;
   height: 50px;
   display: block;
   padding: 5px 0;
}

.zhongbaotop_li span img {
   width: 50px;
   height: 50px;
}

.zhongbaotop_li ul {
   float: right;
   width: 160px;
   height: 60px;
   display: block;
}

.zhongbaotop_li ul ol {
   height: 24px;
   line-height: 24px;
   font-size: 16px;
   font-weight: bold;
   overflow: hidden;
}

.zhongbaotop_li ul li {
   height: 18px;
   line-height: 18px;
   overflow: hidden;
}

/*  资讯中心 */
.fl_list {
   padding: 10px 15px 0 15px;
   box-sizing: border-box;
}

.fl_list a {
   display: block;
   width: 100%;
   height: auto;
   line-height: 30px;
   margin: 0px 0 10px 0;
   display: block;
   border: 0;
   background: none;
   text-align: left;
   box-sizing: border-box;
   padding: 0 15px;
}

.fl_list a.selected {
   background-color: #2CCAC8;
   color: #fff;
}

.fl_list a.son {
   padding-left: 25px;
   font-size: 14px;
}

.border_my {
   border: 1px solid #e9e9e9;
}

.border_my .list-item {
   border: none;
   border-bottom: 1px solid #e9e9e9;
   width: 95%;
   margin: 0 auto;
}

/*  任务详情 */
.taskritbt {
   border: 1px solid #e9e9e9;
   background: #fff;
   width: 258px;
}

.taskbutxo {
   background: #fff;
   padding: 0 20px 20px;
   border: 1px solid #efefef;
   border-bottom: none;
}

.ritongji {
   text-align: center;
   padding-top: 25px;
}

.ritongji span {
   display: inline-block;
   height: 50px;
   width: 105px;
   text-align: center;
}

.ritongji span.brd {
   border-right: 1px solid #e9e9e9;
}

.jiaogao {
   padding: 20px 0 0 24px;
}

.jiaogao .maibutton {
   margin-bottom: 10px;
   width: 210px;
   height: 50px;
   position: relative;
}

.jiaogao .maibutton a.button {
   display: block;
   width: 210px;
   padding: 0;
   line-height: 48px;
   height: 48px;
   font-size: 25px;
   font-family: "微软雅黑";
   text-align: center;
   cursor: text;
}

.jiaogao .maibutton a.button.red {
   cursor: pointer;
}

.jiaogao .litbutton .button {
   width: 98px;
   text-align: center;
   height: 32px;
   line-height: 32px;
   text-align: center;
   display: inline-block;
   padding: 0;
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
}

.jiaogao .maibutton a.button:hover {
   background: #dfdfdf;
}

.jiaogao .maibutton a.button.red:hover {
   background: #fe4646;
}

.jiaogao .litbutton {
   margin-bottom: 10px;
}

.pourtime {
   background: #000;
   width: 212px;
   height: 30px;
   position: absolute;
   left: 0;
   top: -38px;
   border-radius: 4px;
   display: none;
   filter: Alpha(Opacity=80);
   Opacity: 0.8;
}

.pourtime i {
   width: 0;
   height: 0;
   overflow: hidden;
   display: block;
   border-width: 6px;
   border-style: solid dashed dashed dashed;
   border-color: #000 transparent transparent transparent;
   position: absolute;
   left: 45%;
   bottom: -12px;
}

.pourtime span {
   display: block;
   width: 212px;
   height: 30px;
   line-height: 30px;
   font-size: 13px;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFF;
   text-align: center;
}

.pourtime_min {
   background: #000;
   width: 200px;
   height: 30px;
   position: absolute;
   left: -50px;
   top: -38px;
   border-radius: 4px;
   display: none;
   filter: Alpha(Opacity=80);
   Opacity: 0.8;
}

.pourtime_min i {
   width: 0;
   height: 0;
   overflow: hidden;
   display: block;
   border-width: 6px;
   border-style: solid dashed dashed dashed;
   border-color: #000 transparent transparent transparent;
   position: absolute;
   left: 45%;
   bottom: -12px;
}

.pourtime_min span {
   display: block;
   width: 200px;
   height: 30px;
   line-height: 30px;
   font-size: 13px;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFF;
   text-align: center;
}

.taskrt {
   border: 1px solid #e9e9e9;
   background: #fff;
}

.taskrt ul {
   padding: 5px 20px 15px;
}

.taskrt ul li {
   padding: 10px 0;
   border-bottom: 1px dashed #e9e9e9;
}

.hot_zx {
   padding: 5px 20px 15px;
}

.hot_zx li {
   line-height: 30px;
   height: 30px;
   overflow: hidden;
}

.hot_zx a {}

.task_ex {
   padding: 5px;
   width: 100%;
   background: #f4f4f4;
   border: 1px solid #e9e9e9;
   margin-bottom: 15px;
}

.task_role {
   float: left;
   line-height: 45px;
   padding-left: 10px;
   display: inline;
}

.task_btngroup {
   float: right;
}

.task_mybtn {
   width: 80px;
   height: 35px;
   line-height: 35px;
   display: block;
   text-align: center;
   background: #2CCAC8;
   color: #fff;
   margin: 5px 10px 0 0;
}

.task_mybtn:hover {
   background: #444444;
   text-decoration: none;
   color: #fff;
}

.task_mybtn:visited {
   background: #2CCAC8;
   color: #fff;
   text-decoration: none;
}

/*  任务发布 */
.cus_sm-3 {
   text-align: left !important;
   width: 10% !important;
   font-weight: normal !important;
}

.cus_contorl {
   height: 40px !important;
   width: 250px !important;
}

.cancel_btn {
   float: left;
   display: block;
   width: 140px;
   height: 45px;
   line-height: 45px;
   font-size: 16px;
   text-align: center;
   color: #888888;
   margin: 15px 0 30px 0;
}

.task_btn {
   display: block;
   width: 140px;
   height: 45px;
   font-size: 18px;
   text-align: center;
   color: #fff;
   float: left;
   margin: 15px 0 30px 0;
}

.lxwm_box {
   text-align: center;
   padding-top: 10px;
}

.lxwm_box span {
   margin: 3px 20px;
   display: block;
   text-align: left;
}

.lxwm_box .kf_hot {
   height: 35px;
   line-height: 35px;
   background: #FF5900;
   color: #fff;
   text-align: center;
   margin: 10px 20px;
   font-size: 16px;
}

.kf_qq {}

.kf_mail {}

.chenlist {
   border: 1px solid #e9e9e9;
   background: #fff;
}

span.ico_cnn {
   display: inline-block;
   width: 28px;
   height: 28px;
   background: #f4f4f4;
   border: 1px solid #dfdfdf;
   text-align: center;
   line-height: 28px;
   color: #e45c00;
   font-family: "微软雅黑";
   font-size: 16px;
}

.chenlist li {
   padding: 20px;
   border-bottom: 1px solid #efefef;
   -moz-box-shadow: 0 -3px 1px #f4f4f4 inset;
   -webkit-box-shadow: 0 -3px 1px #f4f4f4 inset;
   box-shadow: 0 -3px 1px #f4f4f4 inset;
   color: #666;
}

.chenlist li span.ico_cnn {
   margin-right: 15px;
}

/*  服务详情  */
.buy_btn {
   display: block;
   width: 140px;
   height: 45px;
   line-height: 45px;
   font-size: 18px;
   text-align: center;
   background: #2CCAC8;
   color: #fff;
   margin: 15px 0 30px 0;
}

.buy_btn:hover {
   background: #FF5900;
   color: #fff;
   text-decoration: none;
}

.cus_h1 {
   padding-left: 5px !important;
}

.bg_orange {
   background: #2CCAC8;
   color: #fff;
   border: 1px solid #FF5900;
}

.bg_orange:hover {
   background: #FF5900;
   color: #fff;
   border: 1px solid #FF5900;
}

.seller_inimg img {
   width: 235px;
   height: 235px;
}

.buy .buy-body {
   min-height: 633px;
}

.my_p_con {
   width: 330px;
   margin: 0 auto;
   display: block;
   font-size: 16px;
   color: #666
}

.my_fa {
   width: 64px !important;
   height: 64px !important;
   display: block !important;
   font-size: 64px !important;
   float: Left;
   margin-right: 15px;
   color: #0DAD51;
}

.my_fa_txt {
   width: 250px;
   float: left;
   padding-top: 7px;
}

.my_p_con strong {
   font-size: 18px;
   color: #0DAD51;
}

/* 新footer  */
.ft_help_list {
   float: left;
   padding: 0 50px 0 40px;
}

.ft_service_link {
   padding: 20px 0 20px;
}

.ft_service_link dl {
   float: left;
   display: block;
   _display: inline;
   width: 168px;
}

.ft_service_link dl dt {
   height: 32px;
   padding: 0 8px;
   margin-bottom: 10px;
   font-size: 16px;
   color: #666;
   line-height: 32px;
   overflow: hidden;
   font-family: "Microsoft YaHei";
   color: #e9e9e9;
   font-weight: bold;
}

.ft_service_link dl dd {
   height: 24px;
   padding: 0 8px;
   line-height: 24px;
   overflow: hidden;
   white-space: normal;
   font-size: 16px;
}

.ft_service_link dl dd a {
   color: #b3b3b3;
}

.ft_service_link dl dd a:hover {
   text-decoration: underline;
}

.ft_code_wrap {
   width: 280px;
   overflow: hidden;
   float: left;
   margin-right: -50px;
}

.ft_code_wrap .ft_mobile_code {
   float: left;
   line-height: 32px;
   font-size: 16px;
   font-weight: bold;
   color: #666;
   margin-right: 50px;
}

.ft_code_wrap .ft_mobile_code img {
   width: 90px;
   height: 90px;
}

.ft_mobile_code p {
   text-align: center;
}

.my_bg_footer {
   background: #444;
}

.fContact {
   float: right;
   width: 270px;
   padding-right: 30px;
   color: #fff;
}

.fContact li {
   float: left;
   width: 100%;
   padding: 3px 0;
}

.fContact li em {
   font-weight: bold;
   font-size: 28px;
   font-style: normal;
}

.fContact li span i {
   float: left;
   width: 19px;
   height: 19px;
   background-position: 0 -40px;
   margin: 2px 0 0 8px;
   display: inline;
}

.fContact li span:hover i {
   -webkit-transform: scale(1.5, 1.5);
   -moz-transform: scale(1.5, 1.5);
   -o-transform: scale(1.5, 1.5);
   transform: scale(1.5, 1.5);
}

.fContact li span i.qq {
   background-position: -50px 0px;
}

.fContact li img {
   margin-top: 25px;
}

.fContact li p {
   font-size: 16px;
}

.fContact li a {
   color: #e9e9e9;
}

.fContact li a:hover {
   text-decoration: underline;
}