/*! Questionnaire star Style specification */

/**
 * 1. Set default font family to microsoft yahei.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
* {
  -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-family: "microsoft yahei", "Lucida Grande", Helvetica,Arial,Verdana, sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  font-family: "microsoft yahei";
  margin: 0;
  font-size:12px;
  color: #333333;
  min-width: 990px;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
  text-decoration: none;
  color: #30a6f5;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
  color:#30a6f5;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
}

h1 {
  font-size: 24px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}

i,
em {
  font-style: normal;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
dl,
dt,
dd,
ul,
li,
ol,
p,
form,
img {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: none;
} 

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


button {
  border: none;
  outline: none;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}


input:focus, 
textarea:focus, 
select:focus {
    outline: none;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


::-webkit-input-placeholder { /* WebKit browsers */ 
    color: #999999; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    color: #999999; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
    color: #999999; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    color: #999999; 
} 

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 0px solid #c0c0c0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
  resize:none;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*  font-styles
  ==========================================================================
*/

/*  btn-styles
  ==========================================================================
*/
.btn {
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  /*color: #333;*/
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  /*-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);*/
}



.btn-default {
  color: #fff;
  background-color: #30a6f5;
  border-color: #30a6f5;
}
.btn-default:hover {
  color: #fff;
  background-color: #0078c8;
  border-color: #0078c8;
}
.btn-lg {
  border-radius: 6px;
  line-height: 28px;
}
.btn-sm {
 border-radius: 4px;
 line-height: 20px;
}
.btn-sm:hover {
  border-color: #30a6f5;
 background-color: #30a6f5;
}
.btn-xs {
  border-radius: 100px;
  line-height: 18px;
}
.btn-nobg {
  color: #30a6f5;
  background-color: transparent;
}
.btn.disabled, .btn[disabled] {
  cursor: not-allowed;
  /*filter: alpha(opacity=65);*/
  -webkit-box-shadow: none;
  box-shadow: none;
  /*opacity: .65;*/
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-blue-solid {
  color: #fff;
  border: 1px solid #30a6f5;
  background-color: #30a6f5;
}
.btn-blue-solid:hover {
  color: #fff;
  border: 1px solid #0987db;
  background-color: #0987db;
}
.btn-blue-frame {
  color: #30a6f5;
  border: 1px solid #30a6f5;
  background-color: #fff;
}
.btn-blue-frame:hover {
  color: #fff;
  border: 1px solid #30a6f5;
  background-color: #30a6f5;
}
.btn-orange-solid {
  color: #fff;
  border: 1px solid #fa911e;
  background-color: #fa911e;
}
.btn-orange-solid:hover {
  color: #fff;
  border: 1px solid #f08200;
  background-color: #f08200;
}
.btn-orange-frame {
  color: #fa911e;
  border: 1px solid #fa911e;
  background-color: #fff;
}
.btn-orange-frame:hover {
  color: #fff;
  border: 1px solid #fa911e;
  background-color: #fa911e;
}
.btn-gray-frame {
  color: #808080;
  border: 1px solid #abafb2;
  background-color: #fff;
}
.btn-gray-frame:hover {
  color: #fff;
  border: 1px solid #abafb2;
  background-color: #abafb2;
}
.btnBackStage-height {
  height: 30px;
  line-height: 28px;
}
/*
  float
*/
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

/*
  clear float
*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}

/*
  show
*/
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/*
  close
*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/*
  caret
*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 5px dashed;
  border-top: 5px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.caret-inverted {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-bottom: 5px dashed;
  border-bottom: 5px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* 
带边框的三角形 
*/
.caret-lf {
  position: relative;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0px;
  border-color: transparent #dedfe0 transparent  transparent;
}
.caret-lf::before {
  position: absolute;
  content: '';
  top: -5px;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0px;
  border-color: transparent #f7f8f9 transparent transparent;
}

.caret-rf {
  position: relative;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #dedfe0; 
}
.caret-rf::before {
  position: absolute;
  content: '';
  top: -5px;
  right: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #f7f8f9;
}


.caret-top {
  position: relative;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #f7f8f9 transparent; 
}
.caret-top::before {
  position: absolute;
  content: '';
  top: 1px;
  right: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #f7f8f9 transparent;
}

/*
  带阴影的三角形
*/
.caret-shadow:before,  
.caret-shadow:after{  
	position: absolute;  
	content: '';  
	width: 8px;  
	height: 8px;  
	top: -4px;  
	left: 57px;  
	margin-left: -7px;  
	overflow: hidden;  
	pointer-events: none;  
	-webkit-transform: rotate(-135deg);  
	-mz-transform: rotate(-135deg);  
	transform: rotate(-135deg);  
}  
.caret-shadow:before{   
	box-shadow: 1px 1px 2px rgba(48, 166, 245, 0.4); 
}  
.caret-shadow:after{  
	bottom: -7px;
	background: #fff;  
}
/*
  container && container-fixed
*/

.container {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
/*@media (min-width: 1024px) and (max-width: 1599px) {
  .container {
    width: 100%;
  }
}*/
@media (min-width: 1366px) {
  .container {
    width: 1306px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1540px;
  }
}
.container-fixed {
  width: 964px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1366px) {
  .container-fixed {
    width: 1306px;
  }
}

/*
  other
*/
.icon {
    margin: 0 6px 0 0;
    display: inline-block;
    vertical-align: middle;
}

/* drop-down */
.drop-down {
  position: relative;
}
.drop-box {
  display: none;
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #30a6f5;
  border-top: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.drop-obj {
  position: relative;
  font-size: 14px;
  color: #30a6f5;
  background-color: #f7f8f9;
}
.drop-obj.hover {
  background-color: #f0f9ff;
	border-color: #30a6f5;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.drop-box.hover {
  display: block;
}
.drop-box li {
  text-align: center;
}
.drop-box li a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #30a6f5;
  line-height: 30px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.drop-box li a:hover {
  background-color: #f0f9ff;
}
.drop-box li:last-child a {
  margin-bottom: 1px;
}

/* 警告 */
.must {
  color: #ff6161;
}
/* 强调 */
.emphasize {
  color: #fa911e;
}
.give {
  color: #30a6f5;
}
.underline {
  text-decoration: underline;
}

/* pagelist start */
.page-box {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 0 20px;
  height: 28px;
  line-height: 28px;
}
.page-list {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.page-list a,
.page-list span,
.page-up,
.page-down {
    display: inline-block;
    width:28px;
    height: 28px;
    font-size: 16px;
    color: #808080;
    margin: 0 5px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #cccccc;
}
.page-list a,
.page-list span {
  cursor: pointer;
  line-height: 26px;
}
.page-list .ellipsis {
  background: url("/images/mobile/app/ellipsis.png") no-repeat center;
}
.page-list a.current,
.pager-linkpage a:hover,
.page-up:hover,
.page-down:hover {
  color: #30a6f5;
  border: 1px solid #30a6f5;
}
.page-up:hover {
  background: url("/images/mobile/app/previous2.png") no-repeat center;
}
.page-down:hover {
  background: url("/images/mobile/app/next2.png") no-repeat center;
}
.page-up.disabled:hover,
.page-down.disabled:hover {
  border: 1px solid #cccccc;
}
.page-up,
.page-down {
    vertical-align: top;
}
.page-up {
    background: url("/images/mobile/app/previous.png") no-repeat center;
}
.page-down {
    background: url("/images/mobile/app/next.png") no-repeat center;
}
.page-up.disabled {
    background: url("/images/mobile/app/previous1.png") no-repeat center;
}
.page-down.disabled {
    background: url("/images/mobile/app/next1.png") no-repeat center;
}
.pager-linkpage {
    display: inline-block;
}
/* pagelist end */

/* 下拉列表2 start */
.spinner-list {
  position: relative;
}
.spinner-list:hover ul {
  display: block;
}
.spinner-list ul {
  display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 3;
	width: 100%;
  margin-top: -7px;
  padding: 0;
	background-color: #FFF;
  border-radius: 6px;
  border: 1px solid #30a6f5 \9;
  box-shadow: 0px 0px 10px 2px rgba(48,166,245,0.5);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(48,166,245,0.5);
  -moz-box-shadow: 0px 0px 10px 2px rgba(48,166,245,0.5);
}
.spinner-list ul .caret-top {
  position: absolute;
  top: -5px;
  left: 44px;
  border-color: transparent transparent #30a6f5 transparent;;
}
.spinner-list ul .caret-top::before {
  border-color: transparent transparent #fff transparent;;
}
.spinner-list ul > *:first-child + li {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.spinner-list ul li:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.spinner-list ul li,
.spinner-list ul li a {
  font-size: 14px;
  line-height: 28px;
  color: #808080;
  text-align: center;
}
.spinner-list ul .caret-inverted {
	position: absolute;
  top: -5px;
  left: 40px;
  color: #fff;
  color: #30a6f5 \9;
	line-height: 0;
}
.spinner-list ul li:hover {
    background-color: #f7f8f9;
}
.spinner-list ul li:hover a {
    color: #30a6f5;
}
/* 下拉列表2 end */


/* 满屏 */
.fp-enabled, 
.fp-viewing {
  position: relative;
  width: 100%;
  height: 100%;
}

/* 分割高度 */
.division-50 {
  height: 50px;
}
.wjx-margin-30 {
  margin: 30px 0;
}
/* 分割虚线 */
.dotted-line {
  border-bottom: 1px dashed #cacbcc;
}

/* tips */
.tips {
	display: none;
	position: absolute;
	top: 55px;
	left: 12px;
	width: 90px;
	height: 22px;
	line-height: 1.5;
	border-radius: 4px;
	border: 1px solid #30a6f5;
}
.tips .caret-top {
	position: absolute;
	top: -6px;
	left: 40px;
}
.tips .caret-top {
	border-color: transparent transparent #30a6f5 transparent; 
}
.tips .caret-top::before {
	top: 2px;
	border-color: transparent transparent #162738 transparent; 
}

/* 遮罩层 */
.mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #757677
}
.wjx-inlineBlock {
  display: inline-block;
}<!--0.00020909309387207-->