/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * 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.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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 5, 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.
 */

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+, 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;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 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.
 */

textarea {
  overflow: auto;
}

/**
 * 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;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}
body,
button,
input,
select,
textarea { font: 12px/1.5 Helvetica, Arial, sans-serif; }
body {
	font-size: 12px;
	line-height: 1.5em;
	color: #4d4d4d;
}
ul,
ol { list-style: none; }
img { vertical-align: top; }
a {
	text-decoration: none;
	outline: none;
}
a:hover { text-decoration: underline; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q { quotes: none; }
/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
  content: '';
  content: none;
}

.layout {
	width: 980px;
	margin: 0 auto;
	clear: both;
}
/* 浮动相关 */
.fl { float: left; }
.fr { float: right; }
.cl { clear: both; }
.clear:after,
.clearfix:after {
	height: 0;
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
}
/*input*/
.vertical-al02 { vertical-align: -2px; }
.vertical-m { vertical-align: middle; }
.vertical-b { vertical-align: bottom; }
.vertical-t { vertical-align: top; }
.underline { text-decoration: underline }
/*padding margin*/
.ht20px { height: 20px; }
.box_10ov {
	height: 10px;
	overflow: hidden;
}
.box_20ov {
	height: 20px;
	overflow: hidden;
}
.mt00 { margin-top: 0px; }
.mt01 { margin-top: 1px; }
.mt02 { margin-top: 2px; }
.mt04 { margin-top: 4px; }
.mt05 { margin-top: 5px; }
.mt06 { margin-top: 6px; }
.mt07 { margin-top: 7px; }
.mt08 { margin-top: 8px; }
.mt09 { margin-top: 9px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt16 { margin-top: 16px; }
.mt17 { margin-top: 17px; }
.mt18 { margin-top: 18px; }
.mt19 { margin-top: 19px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mb00 { margin-bottom: 0px; }
.mb01 { margin-bottom: 1px; }
.mb02 { margin-bottom: 2px; }
.mb04 { margin-bottom: 4px; }
.mb05 { margin-bottom: 5px; }
.mb06 { margin-bottom: 6px; }
.mb07 { margin-bottom: 7px; }
.mb08 { margin-bottom: 8px; }
.mb09 { margin-bottom: 9px; }
.mb10 { margin-bottom: 10px; }
.mb12 { margin-bottom: 12px; }
.mb13 { margin-bottom: 13px; }
.mb14 { margin-bottom: 14px; }
.mb15 { margin-bottom: 15px; }
.mb19 { margin-bottom: 19px; }
.mb20 { margin-bottom: 20px; }
.ml02 { margin-left: 2px; }
.ml03 { margin-left: 3px; }
.ml04 { margin-left: 4px; }
.ml05 { margin-left: 5px; }
.ml06 { margin-left: 6px; }
.ml07 { margin-left: 7px; }
.ml08 { margin-left: 8px; }
.ml10 { margin-left: 10px; }
.ml12 { margin-left: 12px; }
.ml15 { margin-left: 15px; }
.ml16 { margin-left: 16px; }
.ml17 { margin-left: 17px; }
.ml18 { margin-left: 18px; }
.ml19 { margin-left: 19px; }
.ml20 { margin-left: 20px; }
.ml22 { margin-left: 22px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml85 { margin-left: 85px; }
.mr02 { margin-right: 2px; }
.mr04 { margin-right: 4px; }
.mr05 { margin-right: 5px; }
.mr06 { margin-right: 6px; }
.mr08 { margin-right: 8px; }
.mr10 { margin-right: 10px; }
.mr12 { margin-right: 12px; }
.mr14 { margin-right: 14px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr22 { margin-right: 22px; }
.mr30 { margin-right: 30px; }
.pt02 { padding-top: 2px; }
.pt03 { padding-top: 3px; }
.pt04 { padding-top: 4px; }
.pt05 { padding-top: 5px; }
.pt06 { padding-top: 6px; }
.pt07 { padding-top: 7px; }
.pt08 { padding-top: 8px; }
.pt10 { padding-top: 10px; }
.pt11 { padding-top: 11px; }
.pt12 { padding-top: 12px; }
.pt13 { padding-top: 13px; }
.pt14 { padding-top: 14px; }
.pt15 { padding-top: 15px; }
.pt16 { padding-top: 16px; }
.pt17 { padding-top: 17px; }
.pt18 { padding-top: 18px; }
.pt19 { padding-top: 19px; }
.pt20 { padding-top: 20px; }
.pt24 { padding-top: 24px; }
.pt28 { padding-top: 28px; }
.pt33 { padding-top: 33px; }
.pt38 { padding-top: 38px; }
.pt44 { padding-top: 44px; }
.pt50 { padding-top: 50px; }
.pl01 { padding-left: 1px; }
.pl02 { padding-left: 2px; }
.pl03 { padding-left: 3px; }
.pl04 { padding-left: 4px; }
.pl05 { padding-left: 5px; }
.pl06 { padding-left: 6px; }
.pl07 { padding-left: 7px; }
.pl08 { padding-left: 8px; }
.pl09 { padding-left: 9px; }
.pl10 { padding-left: 10px; }
.pl11 { padding-left: 11px; }
.pl12 { padding-left: 12px; }
.pl13 { padding-left: 13px; }
.pl14 { padding-left: 14px; }
.pl15 { padding-left: 15px; }
.pl16 { padding-left: 16px; }
.pl18 { padding-left: 18px; }
.pl20 { padding-left: 20px; }
.pl22 { padding-left: 22px; }
.pl24 { padding-left: 24px; }
.pl25 { padding-left: 25px; }
.pl28 { padding-left: 28px; }
.pl85 { padding-left: 85px; }
.pr01 { padding-right: 1px; }
.pr02 { padding-right: 2px; }
.pr03 { padding-right: 3px; }
.pr04 { padding-right: 4px; }
.pr05 { padding-right: 5px; }
.pr06 { padding-right: 6px; }
.pr07 { padding-right: 7px; }
.pr08 { padding-right: 8px; }
.pr09 { padding-right: 9px; }
.pr10 { padding-right: 10px; }
.pr12 { padding-right: 12px; }
.pr14 { padding-right: 14px; }
.pr15 { padding-right: 15px; }
.pr16 { padding-right: 16px; }
.pr17 { padding-right: 17px; }
.pr18 { padding-right: 18px; }
.pr20 { padding-right: 20px; }
.pr22 { padding-right: 22px; }
.pr24 { padding-right: 24px; }
.pr23 { padding-right: 23px; }
.pr25 { padding-right: 25px; }
.pr28 { padding-right: 28px; }
.pr30 { padding-right: 30px; }
.pr32 { padding-right: 32px; }
.pr40 { padding-right: 40px; }
.pr50 { padding-right: 50px; }
.pb01 { padding-bottom: 1px; }
.pb02 { padding-bottom: 2px; }
.pb03 { padding-bottom: 3px; }
.pb04 { padding-bottom: 4px; }
.pb05 { padding-bottom: 5px; }
.pb06 { padding-bottom: 6px; }
.pb07 { padding-bottom: 7px; }
.pb08 { padding-bottom: 8px; }
.pb10 { padding-bottom: 10px; }
.pb12 { padding-bottom: 12px; }
.pb13 { padding-bottom: 13px; }
.pb14 { padding-bottom: 12px; }
.pb15 { padding-bottom: 15px; }
.pb16 { padding-bottom: 16px; }
.pb17 { padding-bottom: 17px; }
.pb18 { padding-bottom: 18px; }
.pb19 { padding-bottom: 19px; }
.pb20 { padding-bottom: 20px; }
.pb22 { padding-bottom: 22px; }
.pb24 { padding-bottom: 24px; }
.pb25 { padding-bottom: 25px; }
/* line-height */

.line-h14 { line-height: 14px; }
.line-h16 { line-height: 16px; }
.line-h18 { line-height: 18px; }
.line-h20 { line-height: 20px; }
.line-h22 { line-height: 22px; }
.line-h24 { line-height: 24px; }
.line-h26 { line-height: 26px; }
.line-h28 { line-height: 28px; }
.line-h30 { line-height: 30px; }
.line-h40 { line-height: 40px; }
.htauto {
	height: 100%;
	overflow: hidden
}
/*font-family*/
.m_yahei { font-family: "Microsoft YaHei";}
.f_song { font-family: Helvetica, Arial, sans-serif; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 18px; }
.f17 { font-size: 19px; }
.f18 { font-size: 18px; }
.f19 { font-size: 19px; }
.f20 { font-size: 20px; }
.f21 { font-size: 21px; }
.f22 { font-size: 22px; }
.f23 { font-size: 23px; }
.f24 { font-size: 24px; }
.fb { font-weight: bold; }
.fn { font-weight: normal; }
.t2 { text-indent: 2em; }
.ta_c { text-align: center; }
.ta_l { text-align: left; }
.ta_r { text-align: right; }
.db { display: block; }
.dib-wrap { font-size: 0;/* 所有浏览器 */  *word-spacing:-1px;/* IE6、7 */
}
.dib-wrap .dib {
	font-size: 12px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* firefox 中 letter-spacing 会导致脱离普通流的元素水平位移 */
.dib-wrap { letter-spacing: -5px;/* Safari 等不支持字体大小为 0 的浏览器, N 根据父级字体调节*/ }
}
/*table-cell布局*/
.dt-wrap,
.dt { display: table; }
.dt-wrap .dtc {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.dib { display: inline-block; *display:inline;
*zoom:1;
}
.nowrap { white-space: nowrap }
/*些公用颜色*/
.white_f,
.white_f a,
a.white_f { color: #FFF; }
.gray_f01,
.gray_f01 a,
a.gray_f01 { color: #a8a8a8 }
.gray_f02,
.gray_f02 a,
a.gray_f02 { color: #686868 }
.orange_f,
.orange_f a,
a.orange_f { color: #E88B00 }
.black_f,
a.black_f,
.black_f a { color: #464646 }
.blue_f,
a.blue_f,
.blue_f a { color: #0090CE }
.blue_f02,
a.blue_f02,
.blue_f02 a { color: #053565 }
.yellow_f,
.yellow_f a,
a.yellow_f { color: #EA8B00; }
.black_f { color: #464646 }
/**
 * Swiper 3.2.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 7, 2015
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:transparent;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:transparent}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%;z-index:1}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}body{padding-top:0!important;}.nav_1905all{font-size:0.4rem;}.navigation_1905all{font:0.2rem/1.5 "Microsoft YaHei","SimSun",Arial;}.navigation_1905all table{width:100%;border:0;border-collapse:collapse;border-spacing:0;}.navigation_1905all input{vertical-align:middle;font-family:"Microsoft YaHei","SimSun",Arial;color:#333;outline:none;resize:none;}.navigation_1905all select,.navigation_1905all textarea{vertical-align:middle;font:0.2rem/1.5 "Microsoft YaHei","SimSun",Arial;color:#333;outline:none;resize:none;}.navigation_1905all a{color:#127cb4;text-decoration:none;-webkit-transition:none;-moz-transition:none;-ms-transition:none;transition:none;}.navigation_1905all img{display:inline-block;vertical-align:top;border:0;}.navigation_1905all i{font-style:normal;}.navigation_1905all b{font-weight:normal;}.nav_1905all ul li{font-size:.433rem;}.navigation_1905all .f12{font-size:0.2rem;}.navigation_1905all .f13{font-size:0.21667rem;}.navigation_1905all .f14{font-size:0.23333rem;}.navigation_1905all .f15{font-size:0.25rem;}.navigation_1905all .f16{font-size:0.26667rem;}.navigation_1905all .f17{font-size:0.28333rem;}.navigation_1905all .f18{font-size:0.3rem;}.navigation_1905all .f19{font-size:0.31667rem;}.navigation_1905all .f20{font-size:0.33333rem;}.navigation_1905all .f21{font-size:0.35rem;}.navigation_1905all .f22{font-size:0.36667rem;}.navigation_1905all .f23{font-size:0.38333rem;}.navigation_1905all .f24{font-size:0.4rem;}.navigation_1905all .f26{font-size:0.45rem;}.navigation_1905all .fl{float:left}.navigation_1905all .fr{float:right}.navigation_1905all .m_yahei{font-family:"Microsoft YaHei";}.navigation_1905all .f_song{font-family:"SimSun",Helvetica,Arial;}.navigation_1905all .icons{background-image:url(https://static.m1905.cn/images/navigation_all/icons_navigation_1905all.png);background-repeat:no-repeat;}.navigation_1905all .icons_il{display:inline-block;font-size:0;line-height:0;overflow:hidden;vertical-align:top;background-image:url(https://static.m1905.cn/images/navigation_all/icons_navigation_1905all.png);background-repeat:no-repeat;}.navigation_1905all .center_m{margin:0 auto;}.navigation_1905all .center_a{text-align:center;}.navigation_1905all .txt_link{color:#127cb4!important;}.navigation_1905all .clear_smile{height:0;font-size:0;line-height:0;overflow:hidden;clear:both;}.navigation_1905all .clearfix_smile{zoom:1;}.navigation_1905all .clearfix_smile:after{content:"";display:block;vertical-align:top;height:0;font-size:0;line-height:0;overflow:hidden;visibility:hidden;clear:both;}.navigation_1905all .border_radius_2{-webkit-border-radius:0.03333rem;-moz-border-radius:0.03333rem;-ms-border-radius:0.03333rem;border-radius:0.03333rem;}.navigation_1905all .border_radius_4{-webkit-border-radius:0.06667rem;-moz-border-radius:0.06667rem;-ms-border-radius:0.06667rem;border-radius:0.06667rem;}.navigation_1905all .border_box{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}.navigation_1905all_nophone{display:none;}.navigation_1905all_phone .header_1905all{position:relative;z-index:9990;}.navigation_1905all_phone .header_1905all .inner_header_1905all{height:1.533rem;padding:0 0.333rem;background-color:#FFF;}.navigation_1905all_phone .header_1905all .menu{margin-top:0.433rem;}.navigation_1905all_phone .header_1905all .menu li{margin-left:1.0rem;position:relative;display:inline;}.navigation_1905all_phone .header_1905all .menu_front li{margin-left:0;margin-right:0.23333rem;}.navigation_1905all_phone .header_1905all .menu .btn{display:inline-block;width:0.6rem;height:0.6rem;}.navigation_1905all_phone .header_1905all .menu .btn_search{background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005) -0.133rem -0.133rem/5.0rem 5.0rem no-repeat;}.navigation_1905all_phone .header_1905all .menu .btn_logno{height:.62rem;background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005) -0.767rem -0.133rem/5.0rem 5.0rem no-repeat;}.navigation_1905all_phone .header_1905all .menu .btn_logyes img{margin:0 auto 0 0}.navigation_1905all_phone .header_1905all .menu .btn_history{width:.61rem;height:.62rem;background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005) -1.433rem -0.133rem/5.0rem 5.0rem no-repeat;}.navigation_1905all_phone .header_1905all .menu .btn_nav{background-image:url(https://static.m1905.cn/images/navigation_all/icon_nav_phone.png);}.navigation_1905all_phone .header_1905all .menu .btn_back{background-image:url(https://static.m1905.cn/images/navigation_all/icon_back_phone.png);}.navigation_1905all_phone .header_1905all .menu .icon_arrow{position:absolute;width:0;height:0;border:3px solid #91a5af;border-left-color:transparent;border-top-color:transparent;position:absolute;left:50%;margin-left:-0.1666666666666667rem;top:1rem;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);display:none;}.navigation_1905all_phone .header_1905all .menu li.active .icon_arrow{display:inline;}.navigation_1905all_phone .header_1905all .logo_home_l{margin-top:0.16667rem;}.navigation_1905all_phone .header_1905all .logo_home_l a{width:2.03333rem;height:0.33333rem;}.navigation_1905all_phone .header_1905all .popupcon{position:absolute;z-index:9990;left:0;top:1.533rem;width:100%;border-top:0.03333rem solid #91a5af;background:-webkit-linear-gradient(top,#FFF,rgba(255,255,255,0.8));padding:0 0.33333rem;display:none;background:-moz-linear-gradient(top,#FFF,rgba(255,255,255,0.8));background:-o-linear-gradient(top,#FFF,rgba(255,255,255,0.8));background:-ms-linear-gradient(top,#FFF,rgba(255,255,255,0.8));background:linear-gradient(top,#FFF,rgba(255,255,255,0.8))}.navigation_1905all_phone .header_1905all .con_search{padding-top:0.2rem;padding-bottom:0.2rem;}.navigation_1905all_phone .header_1905all .con_search input[type="text"]{border:1px solid #91a5af;width:77.5%;height:1rem;padding:0.1rem 0.2rem 0.1rem 0.65rem;background-image:url(https://static.m1905.cn/images/navigation_all/icon_search_phone.png);background-repeat:no-repeat;background-size:0.4rem 0.4rem;background-position:0.15rem 0.3rem;font-size:0.4rem;}.navigation_1905all_phone .header_1905all .con_search input[type="submit"]{border:0;background-color:transparent;font-size:0.4rem;color:#2287dd;width:20%;}.navigation_1905all_phone .header_1905all .con_history{padding-bottom:0.25rem;}.navigation_1905all_phone .header_1905all .con_history a{color:#333;}.navigation_1905all_phone .header_1905all .con_history .null_history{padding:3rem 0 0;color:#adb2b9;background:url(https://static.m1905.cn/images/navigation_all/icon_dingding_grey_navigation_1905all.gif) no-repeat center 0.75rem;border-bottom:1px solid #d6d9dc;}.navigation_1905all_phone .header_1905all .con_history .list li{padding:0.25rem 0;border-bottom:1px solid #d1dee4;}.navigation_1905all_phone .header_1905all .con_history .list .minfo{padding:0.1rem 0 0 3rem;}.navigation_1905all_phone .header_1905all .con_history .list .progress{color:#90a4ae;margin-top:0.03333rem;}.navigation_1905all_phone .header_1905all .con_history .more{display:block;vertical-align:top;width:87.5%;height:0.66667rem;line-height:0.66667rem;border:1px solid #d1dee4;background:#f8fdff;margin-top:0.3rem;}.navigation_1905all_phone .header_1905all .con_nav li{width:20%;line-height:0.7rem;}.navigation_1905all_phone .header_1905all .con_nav a{color:#333f51;}.navigation_1905all_phone .navigation_channelpage{width:100vw;height:1.533rem}.navigation_1905all_phone .header_1905all .logo_home_s{height:1.2rem;}.navigation_1905all_phone .header_1905all .logo_home_s .logo1{display:inline-block;width:0.817rem;height:0.883rem;background:url(//static.m1905.cn/homepage2020/H5/images/logo1.png?t=202009221005) no-repeat center center;margin-right:0.333rem;background-size:100%;margin-top:0.317rem;}.navigation_1905all_phone .header_1905all .logo_home_s .logo2{display:inline-block;width:1.45rem;height:0.467rem;background:url(//static.m1905.cn/homepage2020/H5/images/logo2.png?t=202009221005) no-repeat center center;background-size:100%;margin-bottom:0.2rem;}.navigation_1905all_phone .header_1905all .logo_channel{margin:0.41667rem 0 0 0.03333rem;}.navigation_1905all_phone .header_1905all .popupcon{top:1.533rem;}.navigation_1905all_phone .nav_1905all{padding:0 0.333rem;background-color:#20232d;}.navigation_1905all_phone .nav_1905all .nav_1905all_list{display:flex;justify-content:space-between;align-items:center;height:1.3rem;}.navigation_1905all_phone .nav_1905all .nav_1905all_list a{display:inline-block;}@media screen and (max-width:414px){}.navigation_1905all_phone .nav_1905all a{display:block;vertical-align:top;color:#FFF;}.navigation_1905all_phone .nav_1905all a.active{background-color:#101a25;}.navigation_1905all_phone .nav_1905all .swi_hidden{display:none;}.navigation_1905all_phone .nav_1905all .btn_swi .icon_arrow{width:0.06667rem;height:0.06667rem;border:0.03333rem solid #FFF;border-width:0 0 0.03333rem 0.03333rem;vertical-align:middle;margin-left:0.1rem;position:relative;}.navigation_1905all_phone .nav_1905all .swi_off .icon_arrow{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);top:-0.03333rem;}.navigation_1905all_phone .nav_1905all .swi_on .icon_arrow{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,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: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;}body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}body,button,input,select,textarea{font:12px/1.5 Helvetica,Arial,sans-serif;}body{font-size:12px;line-height:1.5em;color:#4d4d4d;}ul,ol{list-style:none;}img{vertical-align:top;}a{text-decoration:none;outline:none;}a:hover{text-decoration:underline;}q{quotes:none;}q:before,q:after{content:'';content:none;}.layout{width:980px;margin:0 auto;clear:both;}.fl{float:left;}.fr{float:right;}.cl{clear:both;}.clear:after,.clearfix:after{height:0;content:".";clear:both;display:block;visibility:hidden;}.vertical-al02{vertical-align:-2px;}.vertical-m{vertical-align:middle;}.vertical-b{vertical-align:bottom;}.vertical-t{vertical-align:top;}.underline{text-decoration:underline}.ht20px{height:20px;}.box_10ov{height:10px;overflow:hidden;}.box_20ov{height:20px;overflow:hidden;}.mt00{margin-top:0px;}.mt01{margin-top:1px;}.mt02{margin-top:2px;}.mt04{margin-top:4px;}.mt05{margin-top:5px;}.mt06{margin-top:6px;}.mt07{margin-top:7px;}.mt08{margin-top:8px;}.mt09{margin-top:9px;}.mt10{margin-top:10px;}.mt15{margin-top:15px;}.mt16{margin-top:16px;}.mt17{margin-top:17px;}.mt18{margin-top:18px;}.mt19{margin-top:19px;}.mt20{margin-top:20px;}.mt30{margin-top:30px;}.mt40{margin-top:40px;}.mb00{margin-bottom:0px;}.mb01{margin-bottom:1px;}.mb02{margin-bottom:2px;}.mb04{margin-bottom:4px;}.mb05{margin-bottom:5px;}.mb06{margin-bottom:6px;}.mb07{margin-bottom:7px;}.mb08{margin-bottom:8px;}.mb09{margin-bottom:9px;}.mb10{margin-bottom:10px;}.mb12{margin-bottom:12px;}.mb13{margin-bottom:13px;}.mb14{margin-bottom:14px;}.mb15{margin-bottom:15px;}.mb19{margin-bottom:19px;}.mb20{margin-bottom:20px;}.ml02{margin-left:2px;}.ml03{margin-left:3px;}.ml04{margin-left:4px;}.ml05{margin-left:5px;}.ml06{margin-left:6px;}.ml07{margin-left:7px;}.ml08{margin-left:8px;}.ml10{margin-left:10px;}.ml12{margin-left:12px;}.ml15{margin-left:15px;}.ml16{margin-left:16px;}.ml17{margin-left:17px;}.ml18{margin-left:18px;}.ml19{margin-left:19px;}.ml20{margin-left:20px;}.ml22{margin-left:22px;}.ml25{margin-left:25px;}.ml30{margin-left:30px;}.ml85{margin-left:85px;}.mr02{margin-right:2px;}.mr04{margin-right:4px;}.mr05{margin-right:5px;}.mr06{margin-right:6px;}.mr08{margin-right:8px;}.mr10{margin-right:10px;}.mr12{margin-right:12px;}.mr14{margin-right:14px;}.mr15{margin-right:15px;}.mr20{margin-right:20px;}.mr22{margin-right:22px;}.mr30{margin-right:30px;}.pt02{padding-top:2px;}.pt03{padding-top:3px;}.pt04{padding-top:4px;}.pt05{padding-top:5px;}.pt06{padding-top:6px;}.pt07{padding-top:7px;}.pt08{padding-top:8px;}.pt10{padding-top:10px;}.pt11{padding-top:11px;}.pt12{padding-top:12px;}.pt13{padding-top:13px;}.pt14{padding-top:14px;}.pt15{padding-top:15px;}.pt16{padding-top:16px;}.pt17{padding-top:17px;}.pt18{padding-top:18px;}.pt19{padding-top:19px;}.pt20{padding-top:20px;}.pt24{padding-top:24px;}.pt28{padding-top:28px;}.pt33{padding-top:33px;}.pt38{padding-top:38px;}.pt44{padding-top:44px;}.pt50{padding-top:50px;}.pl01{padding-left:1px;}.pl02{padding-left:2px;}.pl03{padding-left:3px;}.pl04{padding-left:4px;}.pl05{padding-left:5px;}.pl06{padding-left:6px;}.pl07{padding-left:7px;}.pl08{padding-left:8px;}.pl09{padding-left:9px;}.pl10{padding-left:10px;}.pl11{padding-left:11px;}.pl12{padding-left:12px;}.pl13{padding-left:13px;}.pl14{padding-left:14px;}.pl15{padding-left:15px;}.pl16{padding-left:16px;}.pl18{padding-left:18px;}.pl20{padding-left:20px;}.pl22{padding-left:22px;}.pl24{padding-left:24px;}.pl25{padding-left:25px;}.pl28{padding-left:28px;}.pl85{padding-left:85px;}.pr01{padding-right:1px;}.pr02{padding-right:2px;}.pr03{padding-right:3px;}.pr04{padding-right:4px;}.pr05{padding-right:5px;}.pr06{padding-right:6px;}.pr07{padding-right:7px;}.pr08{padding-right:8px;}.pr09{padding-right:9px;}.pr10{padding-right:10px;}.pr12{padding-right:12px;}.pr14{padding-right:14px;}.pr15{padding-right:15px;}.pr16{padding-right:16px;}.pr17{padding-right:17px;}.pr18{padding-right:18px;}.pr20{padding-right:20px;}.pr22{padding-right:22px;}.pr24{padding-right:24px;}.pr23{padding-right:23px;}.pr25{padding-right:25px;}.pr28{padding-right:28px;}.pr30{padding-right:30px;}.pr32{padding-right:32px;}.pr40{padding-right:40px;}.pr50{padding-right:50px;}.pb01{padding-bottom:1px;}.pb02{padding-bottom:2px;}.pb03{padding-bottom:3px;}.pb04{padding-bottom:4px;}.pb05{padding-bottom:5px;}.pb06{padding-bottom:6px;}.pb07{padding-bottom:7px;}.pb08{padding-bottom:8px;}.pb10{padding-bottom:10px;}.pb12{padding-bottom:12px;}.pb13{padding-bottom:13px;}.pb14{padding-bottom:12px;}.pb15{padding-bottom:15px;}.pb16{padding-bottom:16px;}.pb17{padding-bottom:17px;}.pb18{padding-bottom:18px;}.pb19{padding-bottom:19px;}.pb20{padding-bottom:20px;}.pb22{padding-bottom:22px;}.pb24{padding-bottom:24px;}.pb25{padding-bottom:25px;}.line-h14{line-height:14px;}.line-h16{line-height:16px;}.line-h18{line-height:18px;}.line-h20{line-height:20px;}.line-h22{line-height:22px;}.line-h24{line-height:24px;}.line-h26{line-height:26px;}.line-h28{line-height:28px;}.line-h30{line-height:30px;}.line-h40{line-height:40px;}.htauto{height:100%;overflow:hidden}.m_yahei{font-family:"Microsoft YaHei";}.f_song{font-family:Helvetica,Arial,sans-serif;}.f12{font-size:12px;}.f13{font-size:13px;}.f14{font-size:14px;}.f15{font-size:15px;}.f16{font-size:18px;}.f17{font-size:19px;}.f18{font-size:18px;}.f19{font-size:19px;}.f20{font-size:20px;}.f21{font-size:21px;}.f22{font-size:22px;}.f23{font-size:23px;}.f24{font-size:24px;}.fb{font-weight:bold;}.fn{font-weight:normal;}.t2{text-indent:2em;}.ta_c{text-align:center;}.ta_l{text-align:left;}.ta_r{text-align:right;}.db{display:block;}.dib-wrap{font-size:0;*word-spacing:-1px;}.dib-wrap .dib{font-size:12px;letter-spacing:normal;word-spacing:normal;vertical-align:top;}@media screen and (-webkit-min-device-pixel-ratio:0){.dib-wrap{letter-spacing:-5px;}}.dt-wrap,.dt{display:table;}.dt-wrap .dtc{display:table-cell;vertical-align:middle;text-align:center;}.dib{display:inline-block;*display:inline;*zoom:1;}.nowrap{white-space:nowrap}.white_f,.white_f a,a.white_f{color:#FFF;}.gray_f01,.gray_f01 a,a.gray_f01{color:#a8a8a8}.gray_f02,.gray_f02 a,a.gray_f02{color:#686868}.orange_f,.orange_f a,a.orange_f{color:#E88B00}.black_f,a.black_f,.black_f a{color:#464646}.blue_f,a.blue_f,.blue_f a{color:#0090CE}.blue_f02,a.blue_f02,.blue_f02 a{color:#053565}.yellow_f,.yellow_f a,a.yellow_f{color:#EA8B00;}.black_f{color:#464646}@-ms-viewport{width:device-width;}.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs{display:none !important;}@media (max-width:479px){.visible-xs{display:block !important;}tr.visible-xs{display:table-row !important;}th.visible-xs,td.visible-xs{display:table-cell !important;}}@media (min-width:480px) and (max-width:767px){.visible-xs.visible-sm{display:block !important;}tr.visible-xs.visible-sm{display:table-row !important;}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell !important;}}@media (min-width:768px) and (max-width:1023px){.visible-xs.visible-md{display:block !important;}tr.visible-xs.visible-md{display:table-row !important;}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell !important;}}@media (min-width:1024px){.visible-xs.visible-lg{display:block !important;}tr.visible-xs.visible-lg{display:table-row !important;}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell !important;}}.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm{display:none !important;}@media (max-width:479px){.visible-sm.visible-xs{display:block !important;}tr.visible-sm.visible-xs{display:table-row !important;}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell !important;}}@media (min-width:480px) and (max-width:767px){.visible-sm{display:block !important;}tr.visible-sm{display:table-row !important;}th.visible-sm,td.visible-sm{display:table-cell !important;}}@media (min-width:768px) and (max-width:1023px){.visible-sm.visible-md{display:block !important;}tr.visible-sm.visible-md{display:table-row !important;}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell !important;}}@media (min-width:1024px){.visible-sm.visible-lg{display:block !important;}tr.visible-sm.visible-lg{display:table-row !important;}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell !important;}}.visible-md,tr.visible-md,th.visible-md,td.visible-md{display:none !important;}@media (max-width:479px){.visible-md.visible-xs{display:block !important;}tr.visible-md.visible-xs{display:table-row !important;}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell !important;}}@media (min-width:480px) and (max-width:767px){.visible-md.visible-sm{display:block !important;}tr.visible-md.visible-sm{display:table-row !important;}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell !important;}}@media (min-width:768px) and (max-width:1023px){.visible-md{display:block !important;}tr.visible-md{display:table-row !important;}th.visible-md,td.visible-md{display:table-cell !important;}}@media (min-width:1024px){.visible-md.visible-lg{display:block !important;}tr.visible-md.visible-lg{display:table-row !important;}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell !important;}}.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg{display:none !important;}@media (max-width:479px){.visible-lg.visible-xs{display:block !important;}tr.visible-lg.visible-xs{display:table-row !important;}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell !important;}}@media (min-width:480px) and (max-width:767px){.visible-lg.visible-sm{display:block !important;}tr.visible-lg.visible-sm{display:table-row !important;}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell !important;}}@media (min-width:768px) and (max-width:1023px){.visible-lg.visible-md{display:block !important;}tr.visible-lg.visible-md{display:table-row !important;}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell !important;}}@media (min-width:1024px){.visible-lg{display:block !important;}tr.visible-lg{display:table-row !important;}th.visible-lg,td.visible-lg{display:table-cell !important;}}.hidden-xs{display:block !important;}tr.hidden-xs{display:table-row !important;}th.hidden-xs,td.hidden-xs{display:table-cell !important;}@media (max-width:479px){.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs{display:none !important;}}@media (min-width:480px) and (max-width:767px){.hidden-xs.hidden-sm,tr.hidden-xs.hidden-sm,th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none !important;}}@media (min-width:768px) and (max-width:1023px){.hidden-xs.hidden-md,tr.hidden-xs.hidden-md,th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none !important;}}@media (min-width:1024px){.hidden-xs.hidden-lg,tr.hidden-xs.hidden-lg,th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none !important;}}.hidden-sm{display:block !important;}tr.hidden-sm{display:table-row !important;}th.hidden-sm,td.hidden-sm{display:table-cell !important;}@media (max-width:479px){.hidden-sm.hidden-xs,tr.hidden-sm.hidden-xs,th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none !important;}}@media (min-width:480px) and (max-width:767px){.hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm{display:none !important;}}@media (min-width:768px) and (max-width:1023px){.hidden-sm.hidden-md,tr.hidden-sm.hidden-md,th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none !important;}}@media (min-width:1024px){.hidden-sm.hidden-lg,tr.hidden-sm.hidden-lg,th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none !important;}}.hidden-md{display:block !important;}tr.hidden-md{display:table-row !important;}th.hidden-md,td.hidden-md{display:table-cell !important;}@media (max-width:479px){.hidden-md.hidden-xs,tr.hidden-md.hidden-xs,th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none !important;}}@media (min-width:480px) and (max-width:767px){.hidden-md.hidden-sm,tr.hidden-md.hidden-sm,th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none !important;}}@media (min-width:768px) and (max-width:1023px){.hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md{display:none !important;}}@media (min-width:1024px){.hidden-md.hidden-lg,tr.hidden-md.hidden-lg,th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none !important;}}.hidden-lg{display:block !important;}tr.hidden-lg{display:table-row !important;}th.hidden-lg,td.hidden-lg{display:table-cell !important;}@media (max-width:479px){.hidden-lg.hidden-xs,tr.hidden-lg.hidden-xs,th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none !important;}}@media (min-width:480px) and (max-width:767px){.hidden-lg.hidden-sm,tr.hidden-lg.hidden-sm,th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none !important;}}@media (min-width:768px) and (max-width:1023px){.hidden-lg.hidden-md,tr.hidden-lg.hidden-md,th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none !important;}}@media (min-width:1024px){.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg{display:none !important;}}html{font-size:62.5%;}body{color:#333;font-family:'Microsoft Yahei',Helvetica,Arial,sans-serif;font-size:0.2rem;font-size:1.2rem;-webkit-tap-highlight-color:rgba(255,255,255,0);}a{color:#333;}a:hover{text-decoration:none;}.title-mask{background-image:-webkit-gradient(linear,0 bottom,0 top,from(rgba(0,0,0,0.6)),to(rgba(0,0,0,0.0001)));background-image:-webkit-linear-gradient(top,color-stop(rgba(0,0,0,0.6) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,0.6) 0,rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to top,rgba(0,0,0,0.6) 0,rgba(0,0,0,0.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=0);}textarea.lz-html,textarea.blank-fill{display:none;}h3,h2{font-weight:normal;}.row{margin-top:0.33333rem;margin-bottom:0.33333rem;}.adArea{display:none;}input{border-radius:0px;}.head-menu{color:#000000;float:right;height:0.5rem;line-height:0.5rem;font-size:0.21667rem;padding:0.25rem 0.26667rem 0.25rem 0px;}.head-menu  span{display:inline-block;}.head-menu > a,.head-menu > span > a{color:#000000;padding:0.11667rem 0.06667rem;line-height:0.26667rem;position:relative;}.head-menu > a:hover,.head-menu > span > a:hover,.head-menu .dropdown-toggle.active{color:#cf2f1e;z-index:200;}.head-menu .ico-user{display:inline-block;height:0.26667rem;width:0.26667rem;padding-right:0.13333rem;background-position:-2.08333rem -0.85rem;vertical-align:middle;margin-top:-0.08333rem;}.head-menu .avatar{width:0.4rem;height:0.4rem;margin-right:0.13333rem;vertical-align:-0.13333rem;border-radius:50%;}.head-toggle{display:none;}.container{padding:0 0.16667rem;width:auto;max-width:16.66667rem;margin:0 auto;}.container:before,.container:after{display:table;content:" ";}.container:after{clear:both}.mod{zoom:1;margin-left:-0.16667rem;margin-right:-0.16667rem;}.mod:before,.mod:after,.mod-hd:before,.mod-hd:after{content:"";display:table;}.mod:after,.mod-hd:after{clear:both}.mod .col-l{float:left}.mod .col-r{float:right}.mod .col-m{zoom:1;overflow:hidden;}.mod-hd{min-height:1px;margin-bottom:0.25rem;}.mod-hd h2{color:#000000;float:left;font-size:0.35rem;line-height:0.36667rem;font-weight:normal;margin-right:0.25rem;height:0.4rem;}.mod-hd .mod-title{color:#000000;display:block;overflow:hidden;}.mod-hd .more{color:#999999;font-size:0.21667rem;float:right;margin-top:0.08333rem}.mod-hd  a.more:hover{color:#cf2f1e;}@media (max-width:1023px){.container{padding:0;}}@media (max-width:767px){.mod-hd .more{display:none;}}.grid-1x,.grid-2x,.grid-3x,.grid-4x,.grid-5x,.grid-6x,.grid-7x,.grid-8x,.grid-9x,.grid-10x,.grid-11x,.grid-12x{float:left;position:relative;min-height:1px;padding-left:0.16667rem;padding-right:0.16667rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.grid-1x{width:8.333333333333332%;}.grid-2x{width:16.666666666666664%;}.grid-3x{width:25%;}.grid-4x{width:33.33333333333333%;}.grid-5x{width:41.66666666666667%;}.grid-6x{width:50%;}.grid-7x{width:58.333333333333336%;}.grid-8x{width:66.66666666666666%;}.grid-9x{width:75%;}.grid-10x{width:83.33333333333334%;}.grid-11x{width:91.66666666666666%;}.grid-12x{width:100%;}@media (max-width:1023px){.grid-1x-md,.grid-2x-md,.grid-3x-md,.grid-4x-md,.grid-6x-md,.grid-8x-md,.grid-12x-md{float:left;position:relative;min-height:1px;padding-left:0.16667rem;padding-right:0.16667rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.grid-1x-md{width:8.333333333333332%;}.grid-2x-md{width:16.666666666666664%;}.grid-3x-md{width:25%;}.grid-4x-md{width:33.33333333333333%;}.grid-6x-md{width:50%;}.grid-8x-md{width:66.66666666666666%;}.grid-12x-md{width:100%;}}@media (max-width:767px){.grid-1x-sm,.grid-2x-sm,.grid-3x-sm,.grid-4x-sm,.grid-6x-sm,.grid-8x-sm,.grid-12x-sm{float:left;position:relative;min-height:1px;padding-left:0.16667rem;padding-right:0.16667rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.grid-1x-sm{width:8.333333333333332%;}.grid-2x-sm{width:16.666666666666664%;}.grid-3x-sm{width:25%;}.grid-4x-sm{width:33.33333333333333%;}.grid-6x-sm{width:50%;}.grid-8x-sm{width:66.66666666666666%;}.grid-12x-sm{width:100%;}}@media (max-width:479px){.grid-12x-xs{width:100%;}}#sideBarHelp{display:none;}.ico{vertical-align:middle;display:inline-block;}.ico-play{width:0.68333rem;height:0.68333rem;background:no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAMAAACfvvDEAAABAlBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7Srm1AAAAVnRSTlMAAQIDBQYHCQoLDA8QEhMVFhcZGhseHyAhIiMkJSgpKywtLzAxNDU3ODk7PD9ESUpMTVBRUlRVVlpbXF1eYWJkZ2hpa2xtbm9xcnN0dXZ3ent8fX5/gDFKR5AAAAHaSURBVHhelZX9W9JQFMevvBlhgUKmKwiRQdii0ngVS2REXhyO2ef//1dySHdtbPLs/Hiezz3Pefmec4XPMsV6ezCWlhwP2vViRkRZTu/P8Wze13OhXLY5fgDgXs7kPQAP42Z2EzwcuZxtnrfKpUKp3Do3bZcdHQa4hC6BRae6t7P27OxVOwtA6on/wZRhg93TEv7nWs91GykPTBoOTGppEbR0bQKOkVRkw4Hhvgiz/SE4DVWMhGEuqnVDkOuyspdgFkSUFUy4fGpWE+zTdcJa/cUGempDcxX+GrrrYormn9H7ZLCsLly7yekOC23tPLZg+b0UQLUFji5Epg+df2HeWQDy82sfmexAPyMO5ixP1Os7AJh89KV7smR+IOowVR06Ulr6UU55ZG4KddGGCzXEY0XidD1tJC6gLQbQEiEk3H1VTW7BQNxgV8JJmH7afSIrNjfiFlmKIuHqw2pFSpJbYTHLR5Pw1iXzM6wtMX8ZL1XM5/JcfMt7eUbXjjPUfLVH9ZOftbSvn2pGAfL3WTYwIzV3H2l9yW/OXWnJI+3eUYiW/PrULOCqkgrRZ0Dzb+aYjd1QzQf2KFU9exW+RzF2M8a+x7ghce7S9lsX835uv8nx73z8v2P7f/QXBi/A4KcQku0AAAAASUVORK5CYII=);}.btn{display:inline-block;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;outline:0;}.form-control{display:block;width:100%;_width:3.83333rem;height:0.53333rem;*height:0.33333rem;padding:0.06667rem 0.08333rem;font-size:0.23333rem;font-size:1.4rem;line-height:0.23333rem;color:#666666;font-family:SimSun;vertical-align:middle;background-color:#ffffff;background-image:none;border:0.03333rem solid #333333;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-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 0.15s,box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;}.form-control:focus{border-color:#333333;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0.13333rem rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0.13333rem rgba(102,175,233,0.6);}.form-control:-moz-placeholder{color:#bababa;}.form-control::-moz-placeholder{color:#bababa;opacity:1;}.form-control:-ms-input-placeholder{color:#bababa;}.form-control::-webkit-input-placeholder{color:#bababa;}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eeeeee;}textarea.form-control{height:auto;}.tab-content>.tab-pane{display:none;}.tab-content>.active{display:block;}.dropdown{position:relative;}.dropdown-toggle:focus{outline:0;}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;padding:0;margin:0.03333rem 0 0;font-size:0.23333rem;list-style:none;background-color:#ffffff;background-clip:padding-box;}.open > .dropdown-menu{display:block;}.open > a{outline:0;}.caret{display:inline-block;width:0;height:0;margin-left:0px;margin-top:-0.05rem;vertical-align:middle;border-top:0.08333rem solid;border-right:0.08333rem solid transparent;border-left:0.08333rem solid transparent;*display:none;}.open .caret{-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);}.head-search .form-control{padding-right:0.51667rem;}.search-form-hd .form-group{overflow:hidden;zoom:1;*margin-top:-1px;}#page{background:#FFF;width:100%;-webkit-backface-visibility:hidden;}#page:before,#page:after{display:table;content:" ";}#page:after{clear:both}#page .c16{color:#cf2f1e;}.header{height:1rem;padding-top:0.03333rem;position:relative;z-index:100;}.header .head-logo{float:left;height:0.5rem;padding:0.25rem 0;width:4.25rem;font-size:0.23333rem;background:no-repeat left 0.25rem url(http://css.static.m1905.cn/images/indexh5/headlogoNew.png);_overflow:hidden;_display:inline-block;position:relative;}.header .head-logo .logo{float:left;width:4.16667rem;height:0.5rem;vertical-align:bottom;}.header .nav-menu{height:0.5rem;padding:0.25rem 0 0.11667rem 0px;float:left;margin-bottom:0.13333rem;}.header .nav-menu.open .sub-menu,.header .open .sub-menu{display:block;}.header .nav-menu .dropdown-toggle{height:0.5rem;padding-left:0.5rem;width:auto;display:inline-block;color:#cf2f1e;line-height:0.5rem;vertical-align:middle;background-position:left 0.05rem;}.header .nav-menu .sub-menu{height:2.86667rem;width:7.73333rem;padding:0.16667rem 0px 0px 0px;overflow:hidden;border:1px solid #dddddd;box-shadow:1px -1px 1px #dddddd;background-color:#ffffff;top:0.78333rem;left:-0.56667rem;}.header .nav-menu .sub-menu div{padding-top:0.15rem;padding-left:0.16667rem;height:0.31667rem;overflow:hidden;margin-bottom:0.15rem;}.header .nav-menu .sub-menu .mb17{margin-bottom:0.28333rem;}.header .nav-menu .sub-menu .cut-off-rule{padding-top:0.26667rem;border-top:1px solid #dddddd;margin-top:0.13333rem;}.header .nav-menu .sub-menu a{display:inline-block;height:0.31667rem;width:auto;padding:0px 0.1rem;margin-right:0.03333rem;font-size:0.21667rem;color:#333333;line-height:0.31667rem;}.header .nav-menu .sub-menu .cut-off-rule a{margin-right:0;}.header .nav-menu .sub-menu a:hover{color:#cf2f1e;}.header .nav-menu .sub-menu a.active{background-color:#cf2f1e;color:#ffffff;}@media (max-width:1023px){.header .head-logo{width:3.66667rem;overflow:hidden;background-position:0.33333rem 0.25rem;}.head-menu{padding-right:0.16667rem;}.head-menu .avatar{height:0.26667rem;width:0.26667rem;vertical-align:-0.05rem;}}@media (max-width:479px){.header .head-logo{background-size:2.5rem;width:2.66667rem;background-position:0.16667rem 0.28333rem;}}.header .mini-adarea{height:0.66667rem;width:3.33333rem;padding:0.13333rem 0px 0.2rem;overflow:hidden;float:left;}.head-search{display:block;height:0.53333rem;width:4.3rem;padding:0.23333rem 0;float:right;}.head-search .search-form-hd{position:relative;}.head-search .form-control{padding-right:0.6rem;}.search-form-hd .form-group{overflow:hidden;zoom:1;}.head-search .btn-search{float:right;width:0.6rem;height:0.53333rem;line-height:0.53333rem;background-color:#333333;color:#FFF;background-position:-1px -0.68333rem;_position:absolute;_top:0;_left:3.7rem;}.head-search label{position:absolute;top:0;left:0.16667rem;line-height:0.53333rem;color:#999999;font-size:0.21667rem;cursor:text;}.mian-nav{height:0.66667rem;width:100%;background-color:#cf2f1e;border-bottom:0.06667rem solid #333333;font-size:0.25rem;line-height:0.66667rem;color:#ffffff;_height:40px;overflow:hidden;}.mian-nav .nav li{display:block;height:100%;width:auto;float:left;_display:inline-block;}.mian-nav .nav li.nav-header a{padding:0 0.36667rem;}.mian-nav .nav li a{display:block;_display:inline-block;height:0.66667rem;width:auto;color:#ffd4c3;line-height:0.66667rem;padding:0 0.23333rem;}.mian-nav .nav li.active{background-color:#333333;}.mian-nav .nav li.color-white a{color:#ffffff;}@media (max-width:1023px){.mian-nav .nav li{width:12.5%;margin:0;}.mian-nav .nav li a,.mian-nav .nav li.nav-header a{padding:0;width:100%;text-align:center;margin:0;}}@media (max-width:479px){.mian-nav{height:0.9rem;overflow:hidden;}.mian-nav .nav li{width:25%;}.mian-nav .nav li a,.mian-nav .nav li.nav-header a{height:0.45rem;line-height:0.45rem;}}.bigNews-nav{height:0.66667rem;width:100%;background-color:#cf2f1e;border-bottom:0.06667rem solid #333333;font-size:0.25rem;line-height:0.66667rem;color:#ffffff;_height:40px;overflow:hidden;}.bigNews-nav .nav li{display:block;height:100%;width:auto;float:left;_display:inline-block;}.bigNews-nav .nav li a{display:block;_display:inline-block;height:0.66667rem;width:auto;color:#ffd4c3;line-height:0.66667rem;padding:0 0.16667rem;}.bigNews-nav .nav li.active{background-color:#333333;}.bigNews-nav .nav li.color-white a{color:#ffffff;}@media (max-width:1023px){.bigNews-nav .nav li{width:12.5%;margin:0;}.bigNews-nav .nav li a,.bigNews-nav .nav li.nav-header a{padding:0;width:100%;text-align:center;margin:0;}}@media (max-width:479px){.bigNews-nav{height:0.9rem;overflow:hidden;}.bigNews-nav .nav li{width:25%;}.bigNews-nav .nav li a,.bigNews-nav .nav li.nav-header a{height:0.45rem;line-height:0.45rem;}}#footer{text-align:center;margin-top:0.833rem;}#footer p a{padding:0 0.08333rem;}#footer .container{line-height:1.8;padding:0.33333rem 0 1.7rem;}.blur{opacity:0.8;-webkit-filter:blur(0.16667rem);}.mod-r .fade{-webkit-transition:0.15s linear;-moz-transition:0.15s linear;-ms-transition:0.15s linear;transition:0.15s linear;-webkit-transform:translate3d(0.08333rem,0,0);-moz-transform:translate3d(0.08333rem,0,0);-ms-transform:translate3d(0.08333rem,0,0);transform:translate3d(0.08333rem,0,0);}.mod-r .fade.in{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.blur,.ico-play,.btn-search,.caret,.movie-index p > a,.dropdown > a{-webkit-transition:0.25s ease;-moz-transition:0.25s ease;-ms-transition:0.25s ease;-o-transition:0.25s ease;transition:0.25s ease;}.head-logo #hzlogo{width:0px;height:0px;overflow:hidden;}.icons{background-image:url(http://css.static.m1905.cn/images/indexh5/icons.png);background-repeat:no-repeat;}html,body{background-color:#fff;}.cctv6Live{padding:0 0.333rem;font:0.433rem/1.5 "Microsoft YaHei";border-bottom:1px solid #e4e4e4;}.cctv6Live a{display:flex;align-items:center;height:1.533rem;}.cctv6Live_logo{font-weight:bold;color:#bf8d3d;}.cctv6Live_title{flex:1;color:#333;margin-left:0.333rem;}.cctv6Live_state{width:1.8rem;height:0.7rem;background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005) no-repeat -0.167rem -4.167rem/5.0rem 5.0rem;margin-left:auto;}.twoLine{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}.threeLine{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}.focusNews_1905{font:bold 0.433rem/0.667rem "Microsoft YaHei";color:#333;padding:0 0.333rem;border-bottom:1px solid #e4e4e4;}.focusNews_1905 a{display:inline-flex;align-items:center;width:100%;min-height:2.033rem;}.focusNews_logo{width:1.067rem;height:1.067rem;background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005) no-repeat -0.167rem -1.867rem/5.0rem 5.0rem;}.focusNews_tip{margin:0.33rem 0;margin-left:0.25rem;flex:1;}.threeNews{padding:0 0.333rem;}.threeNews_item{display:flex;flex-direction:row;margin-top:0.5rem;}.threeNews_item_lf{position:relative;}.threeNews_item_rf{flex:1;font:.433rem/0.667rem "Microsoft YaHei";color:#333;max-height:2.001rem;margin:0.167rem 0 0 0.4rem;}.threeNews_item_poster{width:4.367rem;height:2.483rem;background-color:#f0f0f0;}.video_playicon{position:absolute;left:0.117rem;bottom:0;width:0.55rem;height:0.583rem;background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005) no-repeat -4.283rem -0.167rem/5.0rem 5.0rem;}.topicRecom{padding:0 0.333rem;}.topocRecom_item{display:block;position:relative;margin-top:0.667rem;}.topicRecom_poster{width:10.0rem;height:3.517rem;background-color:#f0f0f0;}.leftcorner{position:absolute;top:0;right:0;color:#fff;font:.3rem/1 "Microsoft YaHei";line-height:normal;padding:0.133rem 0.267rem;border-bottom-left-radius:0.167rem;}.blackBg{background-color:rgba(0,0,0,.7);}.blueBg{background-color:rgba(74,146,255,.7);}.mvideo{margin-top:0.667rem;}.sixPrincess{margin-top:0.567rem;}.sixPrincess .video_list{margin-top:0.1rem;}.module_top{padding:0 0.333rem;display:flex;align-items:center;height:0.5rem;}.module_title{font:bold 0.5rem/1 "Microsoft YaHei";height:0.5rem;color:#333;padding-left:0.367rem;background:url(//static.m1905.cn/homepage2020/H5/images/squre.png?t=202009221005) no-repeat left 42%/0.133rem 0.133rem;}.module_more{font:0.4rem/1 "Microsoft YaHei";color:#666;margin-left:auto;}.mvideo_info{width:10.0rem;display:flex;flex-direction:column;padding-left:0.333rem;margin-top:0.5rem;}.video_list{display:flex;flex-wrap:wrap;}.video_list li{display:flex;flex-direction:column;margin-left:0.333rem;}.mvideo_info_up{position:relative;height:5.633rem;}.mvideo_info_poster{width:100%;height:100%;background-color:#f0f0f0;}.video_item{width:4.833rem;margin-top:0.4rem;}.video_item_up{height:2.717rem;}.video_item_poster{width:100%;height:100%;background-color:#f0f0f0;}.video_item_up{position:relative;}.video_item_down{margin-top:0.167rem;font:.4rem/1.5 "Microsoft YaHei";color:#333;}.newsInfo{margin-top:0.567rem;}.newsInfo_list{padding:0 0.333rem;}.newsInfo_item{padding:0.383rem 0 0.383rem;font:0.433rem/1.5 "Microsoft YaHei";color:#333;border-bottom:1px solid #e4e4e4;}.newsInfo_item a{max-height:1.333rem;}.depthReport{margin-top:0.667rem;}.mvComment{margin-top:0.667rem;}.mvComment_video{margin-top:0.5rem;padding:0 0.333rem;}.mvComment_video a{display:flex;position:relative;width:10.0rem;height:5.633rem;}.mvComment_video_poster{width:100%;height:100%;background-color:#f0f0f0;}.mvChannel{margin-top:0.667rem;}.mvChannel_list{padding:0 0.333rem;}.mvChannel_item{display:flex;flex-direction:row;margin-top:0.5rem;}.mvChannel_item_lf{position:relative;width:4.367rem;height:2.483rem;}.mvChannel_item_poster{width:4.367rem;height:2.483rem;background-color:#f0f0f0;}.mvChannel_item_rf{flex:1;display:flex;flex-direction:column;justify-content:space-between;margin-left:0.4rem;}.mvChannel_item_rf_up{font:0.433rem/0.667rem "Microsoft YaHei";color:#333;margin-top:-0.1rem;}.mvChannel_item_rf_down{height:0.467rem;line-height:0.467rem;display:flex;align-items:flex-end;}.mvChannel_item_rf_icon{width:14px;height:14px;border-radius:50%;border:1px solid #cbcbcb;}.mvChannel_item_rf_down span{font:0.383rem/1 "Microsoft YaHei";color:#999;margin-left:0.167rem;}.coverStory{margin-top:0.667rem;}.coverStory_info{margin-top:0.5rem;padding:0 0.333rem;display:flex;flex-direction:column;}.coverStory_info_poster{width:10.0rem;height:5.2rem;background-color:#f0f0f0;}.coverStory_info_tip{margin-top:0.167rem;font:0.433rem/1.5 "Microsoft YaHei";color:#333;}.coverStory_list{margin-top:0.383rem;padding-left:0.333rem;display:flex;flex-flow:row wrap;}.coverStory_item{margin-right:0.167rem;}.coverStory_item a{display:inline-block;width:3.217rem;height:3.317rem;}.coverStory_item_poster{width:3.217rem;height:3.317rem;background-color:#f0f0f0;}.feDemand{margin-top:0.667rem;}.feDemand_info{padding-left:0.333rem;margin-top:0.5rem;display:flex;flex-direction:column;}.feDemand_info_up{position:relative;width:10.0rem;height:6.367rem;}.feDemand_info_up img,.videoItem_1905_up img{width:100%;height:100%;background-color:#f0f0f0;}.feDemand_info_tip,.videoItem_1905_tip{margin-top:0.167rem;font:0.4rem/1.5 "Microsoft YaHei";color:#333;}.videoList_1905{padding-left:0.333rem;display:flex;flex-flow:row wrap;}.videoItem_1905{display:flex;flex-direction:column;width:3.217rem;margin:0.4rem 0.167rem 0 0;}.videoItem_1905_up{position:relative;height:4.317rem;}.lf_tip{position:absolute;bottom:0.167rem;right:0.233rem;font:0.4rem/1 "Microsoft YaHei";}.tvtip{color:#fff;}.mvtip{font-style:italic;font-weight:bold;color:#ff9102;}.corner_dujia{position:absolute;top:0;right:0;width:0.9rem;height:0.567rem;background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005) no-repeat -3.2rem -0.217rem/5.0rem 5.0rem;}.corner_vip{position:absolute;top:0;right:0;width:0.9rem;height:0.567rem;background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005) no-repeat -2.117rem -0.2rem/5.0rem 5.0rem;}.freeVod{margin-top:0.567rem;}.demandCol{margin-top:0.567rem;}.demandCol_info{width:10.0rem;height:5.633rem;text-align:center;margin-top:0.5rem;padding-left:0.333rem;}.demandCol_info a{display:block;position:relative;width:10.0rem;height:5.633rem;}.demandCol_info_mask{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);}.demandCol_info img{width:100%;height:100%;background-color:#f0f0f0;}.demandCol_tip{position:absolute;top:50%;left:50%;width:80%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;}.demandCol_info .demandCol_title{font:0.5rem/1.5 "Microsoft YaHei";color:#fff;}.demandCol_info .demandCol_des{display:inline-block;font:0.4rem/1 "Microsoft YaHei";color:#fff;line-height:normal;padding:0.067rem 0.5rem;margin-top:0.208rem;border-radius:0.5rem;background-color:rgba(0,0,0,.8);}.demandCol_info em{display:inline-block;margin-left:0.167rem;width:0.267rem;height:0.3rem;background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005) no-repeat -1.917rem -1.867rem/5.0rem 5.0rem;}.videoList_1905.demandCol_list .videoItem_1905{margin-top:0.167rem;}.showMoreMv{padding:0 0.333rem;margin-top:0.567rem;display:flex;justify-content:space-between;text-align:center;}.showMoreMv a{font:0.4rem/1 "Microsoft YaHei";color:#666;width:4.833rem;line-height:normal;padding:0.3rem 0;background-color:#f5f5f5;border-radius:0.167rem;}.banner_loadapp{position:fixed;left:0;bottom:0;width:100vw;height:1.333rem;display:flex;align-items:center;background-color:rgba(0,0,0,.8);z-index:999;}.banner_href{display:flex;align-items:center;width:100vw;height:1.333rem;}.banner_logo{width:0.9rem;height:0.9rem;margin-left:0.333rem;}.banner_tip{margin-left:0.333rem;height:1.333rem;font:.4rem/1.333rem "Microsoft YaHei";color:#fff;}.banner_closeBtn{width:0.533rem;height:0.533rem;margin:0 0.333rem 0 auto;background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005) no-repeat -1.383rem -2.383rem/5.0rem 5.0rem;}.backToTop{display:none;width:1.333rem;height:1.333rem;box-sizing:border-box;position:fixed;right:0.333rem;bottom:1.667rem;background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005) no-repeat -3.667rem -1.867rem/5.0rem 5.0rem;z-index:999;}.layermask{position:absolute;left:0;bottom:0;width:100%;height:1.267rem;background:url(//static.m1905.cn/homepage2020/H5/images/blackLayer.png?t=202009221005) repeat-x 0 0/100% 1.267rem;}#footer span{margin:0 0.333rem;}#footer .container{color:#808080;}#footer p a{color:#333;}#footer p a,#footer .container{font-size:0.333rem;}@media screen and (max-width:375px){#footer span{margin:0 0.063rem;}.right_rec{width:1.366rem;height:0.5rem;line-height:0.5rem;background-size:1.366rem 0.5rem;}}.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1;}.carouHeight,#carouList_one{height:3.55rem;}#carouList_one li{position:relative;width:100%;height:3.55rem;}.pageShow{position:absolute;color:#d2d2d2;font-size:0.4rem;bottom:0.733rem;z-index:2;padding:0 0.333rem;letter-spacing:0.033rem;line-height:100%;}.showIdx{color:#ffffff;}#carouList_one li img{width:100%;height:100%;}#carouList_one .black_layer{display:block;position:absolute;left:0;bottom:0;width:10.666rem;height:1.266rem;background:url(//static.m1905.cn/homepage2020/H5/images/blackLayer.png?t=202009221005) repeat-x 0 0 /3.216rem 1.266rem;font:0.4rem/0.83333rem "Microsoft Yahei";color:#ffffff;}#carouList_one .black_layer em{display:inline-block;position:absolute;left:0;bottom:0;height:0.733rem;padding-top:0.133rem;line-height:100%;box-sizing:border-box;width:10.333rem;overflow:hidden;margin-left:0.33333rem;font-style:normal;}.scrollView{overflow-x:scroll;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;position:relative;width:100%;height:100%;z-index:1;display:flex;width:10.666rem;}.scrollView::-webkit-scrollbar{display:none !important;}.scroItem{flex-shrink:0;height:100%;position:relative;}::-webkit-scrollbar{display:none;}.imgbg{background:#f0f0f0;}.exclusive{font-size:0;}.exclusive .scroItem{margin-right:1px;width:5.483rem;font-size:0;}.excImg{height:1.733rem;width:5.483rem;border:0 solid transparent;}.exclusive .padLeft{height:1.733rem;width:0.666rem;visibility:hidden;margin-right:0px;}.exclusive .padRight{width:1px;}.expert{margin-top:0.666rem;}.expert .scroItem{border:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;width:8.7rem;height:3.734rem;box-sizing:border-box;margin-right:0.333rem;padding:0 0.333rem;}.exclusive .scroItem:nth-last-of-type(2),.expert .scroItem:nth-last-of-type(2){margin-right:0;}.expert .padLeft{width:0.333rem;border:none;margin-right:0;padding:0;}.expert .padRight{width:0;}.expertBorder{height:0.366rem;width:0.35rem;position:absolute;top:-1px;left:-1px;background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005) no-repeat -1.383rem -1.866rem/5rem 5rem;}.expName{font-size:0.5rem;font-weight:bold;color:#333333;margin:0.5rem 0 0.383rem;line-height:0.5rem;display:flex;align-items:center;}.namespan{float:left;}.expertTips{display:inline-block;color:#ffffff;background:#c59b58;border-radius:0.1rem;margin-left:0.3rem;font:0.333rem/1 "Microsoft YaHei";line-height:normal;padding:0.055rem 0.2rem;margin-top:-0.083rem;}.expDes{font-size:0.433rem;color:#666666;line-height:0.666rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}.wikeTitle{font-size:0.466rem;color:#333333;text-align:center;width:10.666rem;line-height:100%;margin:0.5rem 0;}.tline{display:inline-block;height:1px;width:0.666rem;border-top:1px solid #d9d9d9;vertical-align:middle;margin:0 0.333rem;}.wikiView{position:relative;}.wikiView,.wikiImg{width:2.9rem;height:3.883rem;}.cineWiki .scroItem{margin-right:0.166rem;font-size:0;}.cineWiki .scroItem:nth-last-of-type(1),.cineWiki .scroItem:nth-last-of-type(2){margin-right:0;}.cineWiki .padLeft{width:0.333rem;}.cineWiki .padLeft{margin-right:0;}.cineWiki .padRight{width:0.166rem;}.imgText{width:2.9rem;height:0.6rem;line-height:100%;padding:0.15rem 0;box-sizing:border-box;text-align:center;color:#ffffff;font-size:0.333rem;position:absolute;bottom:0;left:0;background:#000000;opacity:0.75;letter-spacing:-1px;word-spacing:0.133rem;}.wikiDes{width:2.9rem;line-height:0.6rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333333;font-size:0.4rem;margin:0.166rem 0 0.066rem;word-wrap:normal;}.rankCorner{width:0.733rem;height:0.766rem;text-align:center;line-height:0.766rem;color:#ffffff;font-size:0.5rem;position:absolute;left:0;top:0;border-radius:0 0 0.133rem 0;opacity:0.8;}.top1{background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005) -0.183rem -0.933rem/5rem 5rem  no-repeat;}.top2{background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005)  -1.083rem -0.933rem/5rem 5rem  no-repeat;}.top3{background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005)  -2.016rem -0.933rem/5rem 5rem  no-repeat;}.top4{background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005)	-2.866rem -0.933rem/5rem 5rem  no-repeat;}.top5{background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005)	-3.766rem -0.95rem/5rem 5rem  no-repeat;}.top6{background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005)	 -0.183rem -3.266rem/5rem 5rem  no-repeat;}.top7{background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005)	-1.066rem -3.266rem/5rem 5rem  no-repeat;}.top8{background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005)	-1.966rem -3.266rem/5rem 5rem  no-repeat;}.top9{background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005)	-2.85rem -3.266rem/5rem 5rem  no-repeat;}.top10{background:url(//static.m1905.cn/homepage2020/H5/images/home_sprite.png?t=202009221005)	-3.766rem -3.266rem/5rem 5rem  no-repeat;}.exclusive .module_top,.cineWiki .module_top{margin:0.567rem 0 0.5rem;}.wikiList .module_top{margin:0.666rem 0  0.666rem;}