/*
 * It is a DUMMY file what deployed in the DEV environment ONLY.
 * DO NOT commit this file to the PRODUCT project.
 */
@charset "UTF-8";
/* 防止用户自界说配景颜色对网页的影响，添加让用户可以自界说字体 */
html {
  color: #5f6267;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* 内外边距通常让各个浏览器样式的体现位置差别 */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
a:focus{
  text-decoration:none!important;
}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* HTML5 媒体文件跟 img 坚持一致 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* 要注重表单位素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea {
  font: 12px/1.5 "Microsoft YaHei", arial;
}
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}
/* 去掉各Table  cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
  text-align: inherit;
}
/* 去除默认边框 */
fieldset,
img {
  border: 0;
}
/* ie6 7 8(q) bug 显示为行内体现 */
ifn-rightame {
  display: block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none;
}
/* 对齐是排版最主要的因素, 别让什么都居中 */
caption,
th {
  text-align: left;
}
/* 来自yahoo, 让问题都自界说, 顺应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
i {
  font-style: normal;
}
q:before,
q:after {
  content: '';
}
/*重置Chrome input，textarea，select的黄色配景*/
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px white inset ;
  background-image: none;
}
/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* 正常链接 未会见 */
a:link,
.c-main {
  color: #2364ac;
}
/* 鼠标悬停 */
a:hover {
  color: #2364ac;
  text-decoration: none;
}
a:visited {
  color: #2364ac;
}
/* 默认不显示下划线，坚持页面精练 */
ins,
a {
  text-decoration: none;
}
body {
  min-width: 1200px;
  background: #f7f8fa;
}
.container-white {
  background: #fff;
  margin: 40px 0;
  min-height: 500px;
}
.container-fff {
  background: #fff;
  min-height: 500px;
}
/* 整理浮动 */
.fn-clear:after,
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  overflow: hidden;
}
.fn-clear，.clear {
  zoom: 1;
  /* for IE6 IE7 */
}
/* 隐藏, 通常用来与 JS 配合 */
body .fn-hide,
body .hide {
  display: none;
}
/* 设置内联, 镌汰浮动带来的bug */
.fn-left,
.fn-right {
  display: inline;
}
.fn-left,
.fl {
  float: left;
}
.fn-right,
.fr {
  float: right;
}
.fn-out-body {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* 单行文字溢出时泛起省略号，需设定宽度 */
.fn-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fn-vhidden {
  visibility: hidden;
}
.fn-rmb {
  font-family: arial;
  font-style: normal;
  margin-right: 3px;
}
.fn-text-right {
  text-align: right;
}
.fn-text-center {
  text-align: center;
}
.fn-pr {
  position: relative;
}
.fn-st {
  font-family: "\5b8b\4f53";
}
/* 网页宽度 */
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
/* 颜色 */
.c-red {
  color: #fe4979;
}
.c-blue {
  color: #15a4fa;
}
.fn-rmb {
  font-family: arial;
  margin-right: 3px;
}
/*间距*/
.ml20 {
  margin-left: 20px;
}
.ml15 {
  margin-left: 15px;
}
.ml10 {
  margin-left: 10px;
}
.ml5 {
  margin-left: 5px;
}
.mr0 {
  margin-right: 0 !important;
}
.mr20 {
  margin-right: 20px;
}
.mr15 {
  margin-right: 15px;
}
.mr10 {
  margin-right: 10px;
}
.mr5 {
  margin-right: 5px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mt5 {
  margin-top: 5px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb0 {
  margin-bottom: 0 !important;
}
/*顶部语言栏*/
.type-language {
  position: absolute;
  right: 0;
  top: 4px;
}
.type-language .current-language {
  color: #333;
}
.type-language .line {
  color: #5f6267;
}
/* 重置 */
.btn* {
  margin: 0;
  padding: 0;
}
a.btn,
.btn {
  border: 0;
  display: inline-block;
  *display: inline;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  padding: 0 35px;
  height: 46px;
  line-height: 46px;
  *zoom: 1;
  *overflow: visible;
  background-color: #44a0ff;
  color: #fff;
  outline: none;
}
a.btn:hover,
.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #44a0ff;
}
input.btn,
button.btn {
  *vertical-align: top;
  /* for a ie7 bug */
}
a.btn-gray {
  background-color: #efefef;
  color: #a3a3a3;
}
a.btn-gray:hover {
  color: #a3a3a3;
  background-color: #efefef;
  cursor: default;
}
/* 灰色不可用 */
a.btn-disabled,
.btn-disabled {
  background-color: #78baff;
  color: #abd4ff;
}
a.btn-disabled:hover,
.btn-disabled:hover {
  background-color: #78baff;
  color: #abd4ff;
  cursor: default;
}
/* 按钮 */
.passport-ui-header {
  background: #fff;
  font-size: 12px;
  min-width: 1200px;
  margin-bottom: 50px;
}
.passport-ui-header .passport-ui-top {
  height: 36px;
  line-height: 36px;
  background: #f3f3f3;
}
.passport-ui-header .passport-ui-top a {
  color: #5f5f5f;
  font-size: 12px;
  margin-left: 6px;
  color: #171717;
}
.passport-ui-header .passport-ui-line {
  color: #d0d0d0;
  padding: 0 5px 0 10px;
}
.passport-ui-header .passport-ui-main {
  min-width: 1200px;
}
.passport-ui-header .passport-ui-main .header-main {
  padding: 36px 0;
  font-size: 14px;
  color: #666;
}
.passport-ui-header .passport-ui-main .header-main .header-login {
  margin-top: 20px;
}
.passport-ui-header .passport-ui-main .header-main .header-title {
  margin-top: 12px;
  color: #3b9bff;
  font-size: 20px;
}
.passport-ui-header .passport-ui-main .header-main .header-logo {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #e0e4e8;
}
.passport-ui-header .passport-ui-main .header-main .header-logo img {
  display: block;
}
/* 头部 */
.passport-footer {
  min-width: 1200px;
  padding: 30px 0;
  line-height: 22px;
  color: #fff;
  background-color: #757575;
}
.passport-footer a {
  color: #fff;
}
.passport-footer .line {
  margin: 0 6px;
}
.passport-footer .footer-phone {
  margin-right: 20px;
  position: relative;
  color: #fff;
}
.passport-footer .footer-phone span {
  color: #c4f447;
}
.passport-footer .footer-phone p {
  padding-top: 2px;
  font-size: 19px;
}
.passport-footer .footer-phone p span {
  color: #c4f449;
}
.passport-footer .footer-phone .footer-phoner-a {
  display: block;
  width: 131px;
  height: 38px;
  overflow: hidden;
  text-indent: -9999em;
  background-position: -120px -280px;
}
.passport-footer .footer-phone .footer-phoner-a:hover {
  background-position: -120px -330px;
}
.passport-footer .footer-logo,
.passport-footer .footer-ico-cx {
  background: url(/res/img/footer.png) no-repeat;
  display: inline-block;
}
.passport-footer .footer-logo {
  width: 111px;
  height: 34px;
  margin: 5px 18px 0 0;
  background-position: 0 0;
}
.passport-footer .footer-ico-cx {
  width: 96px;
  height: 34px;
  margin: 0 10px 0 0;
  background-position: -120px 0;
}
.passport-footer .footer-ico-cx:hover {
  background-position: -220px 0;
}
.f-r-tel {
  font-size: 17px;
  position: absolute;
  right: -1px;
}
/* footer */
.ui-box-close,
.i-ok,
.i-warn,
.i-sigh,
.i-load,
.i-que,
.i-ok-lg,
.i-warn-lg,
.i-sigh-lg,
.i-load-lg,
.i-que-lg,
.i-ok-sm,
.i-warn-sm,
.i-sigh-sm,
.i-load-sm,
.i-que-sm,
.i-ok-xs,
.i-warn-xs,
.i-sigh-xs,
.i-load-xs,
.i-que-xs,
.door-close,
.i-mes-tel,
.i-tipbox-tel {
  background: url(/res/img/box.png) no-repeat;
  display: inline-block;
  vertical-align: -2px;
}
.ui-box-close {
  width: 25px;
  height: 25px;
  background-position: 0 -360px;
  position: absolute;
  right: 23px;
  top: 15px;
  border: 0;
}
.ui-box-close:hover {
  cursor: pointer;
}
.i-ok,
.i-warn,
.i-sigh,
.i-load,
.i-que {
  width: 48px;
  height: 48px;
}
.i-ok {
  background-position: 0 -160px;
}
.i-warn {
  background-position: -80px -160px;
}
.i-sigh {
  background-position: -160px -160px;
}
.i-load {
  background-position: -240px -160px;
}
.i-que {
  background-position: -320px -160px;
}
.i-ok-lg,
.i-warn-lg,
.i-sigh-lg,
.i-load-lg,
.i-que-lg {
  width: 64px;
  height: 64px;
}
.i-ok-lg {
  background-position: 0 -80px;
}
.i-warn-lg {
  background-position: -80px -80px;
}
.i-sigh-lg {
  background-position: -160px -80px;
}
.i-load-lg {
  background-position: -240px -80px;
}
.i-que-lg {
  background-position: -320px -80px;
}
.i-ok-sm,
.i-warn-sm,
.i-sigh-sm,
.i-load-sm,
.i-que-sm {
  width: 32px;
  height: 32px;
}
.i-ok-sm {
  background-position: 0 -240px;
}
.i-warn-sm {
  background-position: -80px -240px;
}
.i-sigh-sm {
  background-position: -160px -240px;
}
.i-load-sm {
  background-position: -240px -240px;
}
.i-que-sm {
  background-position: -320px -240px;
}
.i-ok-xs,
.i-warn-xs,
.i-sigh-xs,
.i-load-xs,
.i-que-xs {
  width: 16px;
  height: 16px;
}
.i-ok-xs {
  background-position: 0 -320px;
}
.i-warn-xs {
  background-position: -80px -320px;
}
.i-sigh-xs {
  background-position: -160px -320px;
}
.i-load-xs {
  background-position: -240px -320px;
}
.i-que-xs {
  background-position: -320px -320px;
}
/* icons--www--box部分样式 */
<!--耗时1765618064.3727秒-->