@charset "UTF-8";
/*** 
 *author:james;
 *date:2014-10-21;
 ***/
/*引入compass.css*/
/*引入common.css*/
/*** 
 *author:james;
 *date:2014-10-20;
 *public css,include method.css reset.css and so on;
 ***/
/*初始化css*/
/***
 *author:james; 
 *date:2014-10-20;
 *reset css，css的初始化;
 *update:2014-11-05;
 ***/
/*自定义方法*/
/***
 *author:james;
 *date:2014-10-24;
 ***/
/* line 6, ../sass/public/mod/_method.scss */
.fl, .header .header-body .logo, .header .header-body .logo h1, .footer .footer-top .news ul li .img, .u-header .web-tit {
  float: left;
  display: inline;
}

/* line 10, ../sass/public/mod/_method.scss */
.fr, .header .header-top .hd-quick-menu, .footer .footer-top .news ul li .cont, .u-header .hd-quick-menu {
  float: right;
  display: inline;
}

/* line 14, ../sass/public/mod/_method.scss */
.dy-form-group, .fn-clear, .header .header-body, .footer .footer-top .news ul li {
  zoom: 1;
}
/* line 16, ../sass/public/mod/_method.scss */
.dy-form-group:after, .fn-clear:after, .header .header-body:after, .footer .footer-top .news ul li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 25, ../sass/public/mod/_method.scss */
.footer .follow li a {
  display: inline-block;
  border: 0;
  letter-spacing: -3em;
  overflow: hidden;
}
/* line 30, ../sass/public/mod/_method.scss */
.footer .follow li a:first-letter {
  margin-left: -20em;
}

/* line 34, ../sass/public/mod/_method.scss */
.footer .footer-top .tel {
  font-family: "Arial";
}

/* line 11, ../sass/public/mod/_reset.scss */
html {
  font-family: "Microsoft YaHei", "tahoma", "arial", "sans-serif";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 16, ../sass/public/mod/_reset.scss */
body {
  color: #666666;
  font-family: "Microsoft YaHei", "tahoma", "arial", "sans-serif";
  font-size: 12px;
  /*line-height: 1.5;*/
}

/* line 22, ../sass/public/mod/_reset.scss */
input, textarea, keygen, select, button {
  font-family: "Microsoft YaHei", "tahoma", "arial", "sans-serif";
}

/* line 25, ../sass/public/mod/_reset.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, a, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 29, ../sass/public/mod/_reset.scss */
a {
  background: transparent;
  text-decoration: none;
  color: #666666;
}

/* line 34, ../sass/public/mod/_reset.scss */
a:active, a:hover {
  outline: 0;
  text-decoration: none;
}

/* line 38, ../sass/public/mod/_reset.scss */
img {
  border: 0;
}

/* line 41, ../sass/public/mod/_reset.scss */
p {
  margin: 0 0 0px;
}

/* line 44, ../sass/public/mod/_reset.scss */
ul, ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 48, ../sass/public/mod/_reset.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

/* line 51, ../sass/public/mod/_reset.scss */
ul > li, ol > li {
  list-style: none;
}

/* line 54, ../sass/public/mod/_reset.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 58, ../sass/public/mod/_reset.scss */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  font-size: 0px;
  list-style: none;
  letter-spacing: -5em;
}

/* line 65, ../sass/public/mod/_reset.scss */
.list-inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 12px;
  letter-spacing: 0;
}

/* line 74, ../sass/public/mod/_reset.scss */
.disBtn {
  background-color: #666666 !important;
}

/* line 77, ../sass/public/mod/_reset.scss */
button {
  border: none;
}

/* line 80, ../sass/public/mod/_reset.scss */
input[type="button"], input[type="button"]:focus, input[type="button"]:active, input[type="submit"], input[type="submit"]:focus, input[type="submit"]:active {
  border: none;
  outline: none;
}

/*页面中公用宽高、padding、margin的值、字体大小、颜色值开始*/
/* line 86, ../sass/public/mod/_reset.scss */
.w80 {
  width: 80px !important;
}

/* line 89, ../sass/public/mod/_reset.scss */
.w100 {
  width: 100px !important;
}

/* line 92, ../sass/public/mod/_reset.scss */
.w120 {
  width: 120px !important;
}

/* line 95, ../sass/public/mod/_reset.scss */
.w140 {
  width: 140px !important;
}

/* line 98, ../sass/public/mod/_reset.scss */
.w150 {
  width: 150px !important;
}

/* line 101, ../sass/public/mod/_reset.scss */
.w170 {
  width: 170px !important;
}

/* line 104, ../sass/public/mod/_reset.scss */
.w180 {
  width: 180px !important;
}

/* line 107, ../sass/public/mod/_reset.scss */
.fs14 {
  font-size: 14px;
}

/* line 110, ../sass/public/mod/_reset.scss */
.blue {
  color: #fe0000 !important;
}

/* line 113, ../sass/public/mod/_reset.scss */
.red {
  color: #ff0000 !important;
}

/* line 116, ../sass/public/mod/_reset.scss */
span.error {
  color: #ff0000;
}

/* line 119, ../sass/public/mod/_reset.scss */
.hid {
  display: none !important;
}

/*页面中公用宽高及padding和margin的值结束*/
/*页面布局，网格系统*/
/* line 125, ../sass/public/mod/_reset.scss */
.content-box {
  padding-top: 0px;
}

/* line 128, ../sass/public/mod/_reset.scss */
.container {
  width: 1070px;
}

/* line 131, ../sass/public/mod/_reset.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 137, ../sass/public/mod/_reset.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 141, ../sass/public/mod/_reset.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}

/* line 145, ../sass/public/mod/_reset.scss */
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}

/* line 148, ../sass/public/mod/_reset.scss */
.col-lg-12 {
  width: 100%;
}

/* line 151, ../sass/public/mod/_reset.scss */
.col-lg-11 {
  width: 91.66666667%;
}

/* line 154, ../sass/public/mod/_reset.scss */
.col-lg-10 {
  width: 83.33333333%;
}

/* line 157, ../sass/public/mod/_reset.scss */
.col-lg-9 {
  width: 75%;
}

/* line 160, ../sass/public/mod/_reset.scss */
.col-lg-8 {
  width: 66.66666667%;
}

/* line 163, ../sass/public/mod/_reset.scss */
.col-lg-7 {
  width: 58.33333333%;
}

/* line 166, ../sass/public/mod/_reset.scss */
.col-lg-6 {
  width: 50%;
}

/* line 169, ../sass/public/mod/_reset.scss */
.col-lg-5 {
  width: 41.66666667%;
}

/* line 172, ../sass/public/mod/_reset.scss */
.col-lg-4 {
  width: 33.33333333%;
}

/* line 175, ../sass/public/mod/_reset.scss */
.col-lg-3 {
  width: 25%;
}

/* line 178, ../sass/public/mod/_reset.scss */
.col-lg-2 {
  width: 16.66666667%;
}

/* line 181, ../sass/public/mod/_reset.scss */
.col-lg-1 {
  width: 8.33333333%;
}

/* line 184, ../sass/public/mod/_reset.scss */
.col-lg-pull-12 {
  right: 100%;
}

/* line 187, ../sass/public/mod/_reset.scss */
.col-lg-pull-11 {
  right: 91.66666667%;
}

/* line 190, ../sass/public/mod/_reset.scss */
.col-lg-pull-10 {
  right: 83.33333333%;
}

/* line 193, ../sass/public/mod/_reset.scss */
.col-lg-pull-9 {
  right: 75%;
}

/* line 196, ../sass/public/mod/_reset.scss */
.col-lg-pull-8 {
  right: 66.66666667%;
}

/* line 199, ../sass/public/mod/_reset.scss */
.col-lg-pull-7 {
  right: 58.33333333%;
}

/* line 202, ../sass/public/mod/_reset.scss */
.col-lg-pull-6 {
  right: 50%;
}

/* line 205, ../sass/public/mod/_reset.scss */
.col-lg-pull-5 {
  right: 41.66666667%;
}

/* line 208, ../sass/public/mod/_reset.scss */
.col-lg-pull-4 {
  right: 33.33333333%;
}

/* line 211, ../sass/public/mod/_reset.scss */
.col-lg-pull-3 {
  right: 25%;
}

/* line 214, ../sass/public/mod/_reset.scss */
.col-lg-pull-2 {
  right: 16.66666667%;
}

/* line 217, ../sass/public/mod/_reset.scss */
.col-lg-pull-1 {
  right: 8.33333333%;
}

/* line 220, ../sass/public/mod/_reset.scss */
.col-lg-pull-0 {
  right: auto;
}

/* line 223, ../sass/public/mod/_reset.scss */
.col-lg-push-12 {
  left: 100%;
}

/* line 226, ../sass/public/mod/_reset.scss */
.col-lg-push-11 {
  left: 91.66666667%;
}

/* line 229, ../sass/public/mod/_reset.scss */
.col-lg-push-10 {
  left: 83.33333333%;
}

/* line 232, ../sass/public/mod/_reset.scss */
.col-lg-push-9 {
  left: 75%;
}

/* line 235, ../sass/public/mod/_reset.scss */
.col-lg-push-8 {
  left: 66.66666667%;
}

/* line 238, ../sass/public/mod/_reset.scss */
.col-lg-push-7 {
  left: 58.33333333%;
}

/* line 241, ../sass/public/mod/_reset.scss */
.col-lg-push-6 {
  left: 50%;
}

/* line 244, ../sass/public/mod/_reset.scss */
.col-lg-push-5 {
  left: 41.66666667%;
}

/* line 247, ../sass/public/mod/_reset.scss */
.col-lg-push-4 {
  left: 33.33333333%;
}

/* line 250, ../sass/public/mod/_reset.scss */
.col-lg-push-3 {
  left: 25%;
}

/* line 253, ../sass/public/mod/_reset.scss */
.col-lg-push-2 {
  left: 16.66666667%;
}

/* line 256, ../sass/public/mod/_reset.scss */
.col-lg-push-1 {
  left: 8.33333333%;
}

/* line 259, ../sass/public/mod/_reset.scss */
.col-lg-push-0 {
  left: auto;
}

/* line 262, ../sass/public/mod/_reset.scss */
.col-lg-offset-12 {
  margin-left: 100%;
}

/* line 265, ../sass/public/mod/_reset.scss */
.col-lg-offset-11 {
  margin-left: 91.66666667%;
}

/* line 268, ../sass/public/mod/_reset.scss */
.col-lg-offset-10 {
  margin-left: 83.33333333%;
}

/* line 271, ../sass/public/mod/_reset.scss */
.col-lg-offset-9 {
  margin-left: 75%;
}

/* line 274, ../sass/public/mod/_reset.scss */
.col-lg-offset-8 {
  margin-left: 66.66666667%;
}

/* line 277, ../sass/public/mod/_reset.scss */
.col-lg-offset-7 {
  margin-left: 58.33333333%;
}

/* line 280, ../sass/public/mod/_reset.scss */
.col-lg-offset-6 {
  margin-left: 50%;
}

/* line 283, ../sass/public/mod/_reset.scss */
.col-lg-offset-5 {
  margin-left: 41.66666667%;
}

/* line 286, ../sass/public/mod/_reset.scss */
.col-lg-offset-4 {
  margin-left: 33.33333333%;
}

/* line 289, ../sass/public/mod/_reset.scss */
.col-lg-offset-3 {
  margin-left: 25%;
}

/* line 292, ../sass/public/mod/_reset.scss */
.col-lg-offset-2 {
  margin-left: 16.66666667%;
}

/* line 295, ../sass/public/mod/_reset.scss */
.col-lg-offset-1 {
  margin-left: 8.33333333%;
}

/* line 298, ../sass/public/mod/_reset.scss */
.col-lg-offset-0 {
  margin-left: 0;
}

/* line 301, ../sass/public/mod/_reset.scss */
.container:before, .container:after, .row:before, .row:after {
  display: table;
  content: " ";
}

/* line 305, ../sass/public/mod/_reset.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
}

/* line 308, ../sass/public/mod/_reset.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 311, ../sass/public/mod/_reset.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 314, ../sass/public/mod/_reset.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 317, ../sass/public/mod/_reset.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 320, ../sass/public/mod/_reset.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 323, ../sass/public/mod/_reset.scss */
h6, .h6 {
  font-size: 12px;
}

@font-face {
  font-family: "iconfont";
  src: url("fonts/iconfont.eot");
  /* IE9*/
  src: url("fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("fonts/iconfont.woff") format("woff"), url("fonts/iconfont.ttf") format("truetype"), url("fonts/iconfont.svg#iconfont") format("svg");
  /* iOS 4.1- */
}
/* line 343, ../sass/public/mod/_reset.scss */
.iconfont {
  font-family: "iconfont" !important;
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 354, ../sass/public/mod/_reset.scss */
.icon-phone:before {
  content: "\e611";
}

/* line 357, ../sass/public/mod/_reset.scss */
.icon-cuowu:before {
  content: "\e604";
}

/* line 360, ../sass/public/mod/_reset.scss */
.icon-suoding:before {
  content: "\e600";
}

/* line 363, ../sass/public/mod/_reset.scss */
.icon-cuowu1:before {
  content: "\e601";
}

/* line 366, ../sass/public/mod/_reset.scss */
.icon-zhengque:before {
  content: "\e602";
}

/* line 369, ../sass/public/mod/_reset.scss */
.icon-fuzhi:before {
  content: "\e612";
}

/* line 372, ../sass/public/mod/_reset.scss */
.icon-users:before {
  content: "\e603";
}

/* line 375, ../sass/public/mod/_reset.scss */
.icon-yiwen:before {
  content: "\e613";
}

/* line 378, ../sass/public/mod/_reset.scss */
.icon-jingshi:before {
  content: "\e614";
}

/* line 381, ../sass/public/mod/_reset.scss */
.icon-earphone:before {
  content: "\e605";
}

/* line 384, ../sass/public/mod/_reset.scss */
.icon-connection:before {
  content: "\e606";
}

/* line 387, ../sass/public/mod/_reset.scss */
.icon-envelope:before {
  content: "\e607";
}

/* line 390, ../sass/public/mod/_reset.scss */
.icon-pacman:before {
  content: "\e608";
}

/* line 393, ../sass/public/mod/_reset.scss */
.icon-share:before {
  content: "\e609";
}

/* line 396, ../sass/public/mod/_reset.scss */
.icon-shuffle:before {
  content: "\e60a";
}

/* line 399, ../sass/public/mod/_reset.scss */
.icon-thunder:before {
  content: "\e60b";
}

/* line 402, ../sass/public/mod/_reset.scss */
.icon-database:before {
  content: "\e60c";
}

/* line 405, ../sass/public/mod/_reset.scss */
.icon-pie:before {
  content: "\e60d";
}

/* line 408, ../sass/public/mod/_reset.scss */
.icon-arrowdown:before {
  content: "\e60e";
}

/* line 411, ../sass/public/mod/_reset.scss */
.icon-arrowup:before {
  content: "\e60f";
}

/* line 414, ../sass/public/mod/_reset.scss */
.icon-search:before {
  content: "\e610";
}

/* line 417, ../sass/public/mod/_reset.scss */
.icon-s05:before {
  content: "\e615";
}

/* line 420, ../sass/public/mod/_reset.scss */
.icon-s06:before {
  content: "\e616";
}

/* line 423, ../sass/public/mod/_reset.scss */
.icon-s01:before {
  content: "\e617";
}

/* line 426, ../sass/public/mod/_reset.scss */
.icon-s02:before {
  content: "\e618";
}

/* line 429, ../sass/public/mod/_reset.scss */
.icon-s03:before {
  content: "\e619";
}

/* line 432, ../sass/public/mod/_reset.scss */
.icon-s04:before {
  content: "\e61a";
}

/* line 435, ../sass/public/mod/_reset.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -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 .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 454, ../sass/public/mod/_reset.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 460, ../sass/public/mod/_reset.scss */
.dy-group {
  margin-bottom: 20px;
  *zoom: 1;
}

/* line 464, ../sass/public/mod/_reset.scss */
.dy-items {
  position: relative;
}
/* line 466, ../sass/public/mod/_reset.scss */
.dy-items .veri-img {
  width: 100px;
  height: 40px;
  cursor: pointer;
}

/*表单公用样式，参考bootstrap整理*/
/* line 474, ../sass/public/mod/_reset.scss */
.dy-form-group {
  margin-bottom: 20px;
}

/* line 478, ../sass/public/mod/_reset.scss */
.dy-control-label {
  padding-top: 8px;
  text-align: right;
  font-size: 14px;
  color: #333333;
}
/* line 483, ../sass/public/mod/_reset.scss */
.dy-control-label span.notice {
  color: #ff0000;
}

/* line 487, ../sass/public/mod/_reset.scss */
.dy-form-control {
  display: inline-block;
  width: 100%;
  height: 28px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 2px;
  vertical-align: middle;
  -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 .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 506, ../sass/public/mod/_reset.scss */
.dy-form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  background: red;
}

/* line 513, ../sass/public/mod/_reset.scss */
.dy-form-control.error:focus {
  border-color: #FF8080;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 128, 128, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 128, 128, 0.6);
}

/* line 519, ../sass/public/mod/_reset.scss */
.dy-form-group .error {
  color: #ff0000;
}
/* line 522, ../sass/public/mod/_reset.scss */
.dy-form-group .right {
  color: #fe0000;
}
/* line 525, ../sass/public/mod/_reset.scss */
.dy-form-group .dy-phone-code {
  padding: 10px;
  font: 14px/20px "Microsoft YaHei";
  background: #e4a346;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
}

/* line 535, ../sass/public/mod/_reset.scss */
.dy-btn-sub {
  height: 40px;
  line-height: 40px;
  background: #fe0000;
  border: 0;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

/* line 545, ../sass/public/mod/_reset.scss */
.dy-btn-sub-large {
  width: 165px;
  font-size: 18px;
}

/* line 549, ../sass/public/mod/_reset.scss */
.wrap {
  width: 1200px;
  margin: 0 auto;
}

/* line 553, ../sass/public/mod/_reset.scss */
/*.btn {
  display: inline-block;
  width: 165px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #17a0e4;
  color: #FFF;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}*/
/* line 566, ../sass/public/mod/_reset.scss */
/*.btn:hover {
  color: #FFF;
  background-color: #168bc5;
}*/

/* line 571, ../sass/public/mod/_reset.scss */
.btn-cancel {
  background: #C7C7C7;
}
/* line 573, ../sass/public/mod/_reset.scss */
.btn-cancel:hover {
  background: #C7C7C7;
  cursor: default;
}

/* line 578, ../sass/public/mod/_reset.scss */
.btn-warning {
  background: #F7BB5A;
}
/* line 580, ../sass/public/mod/_reset.scss */
.btn-warning:hover {
  background: #FF6600;
}

/* line 584, ../sass/public/mod/_reset.scss */
.txt {
  width: 278px;
  height: 21px;
  line-height: 21px;
  padding: 4px 10px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}

/* line 592, ../sass/public/mod/_reset.scss */
.txt:focus {
  outline: none;
}

/* line 595, ../sass/public/mod/_reset.scss */
.txt-upload {
  width: 198px;
}

/* line 598, ../sass/public/mod/_reset.scss */
.btn-upload {
  width: 72px;
  height: 32px;
  line-height: 30px;
  background: #f4f4f4;
  color: #333;
  border: 1px solid #e0e0e0;
}

/* line 606, ../sass/public/mod/_reset.scss */
.btn-upload:hover {
  border-color: #168bc5;
}

/* line 609, ../sass/public/mod/_reset.scss */
.tip {
  height: 33px;
  line-height: 33px;
  border: 1px solid #e2e2e2;
  margin: 23px 0 15px;
  padding-left: 48px;
  background: #f1f6fa url(../css/img/user/i.png) no-repeat 20px center;
  font-size: 12px;
}

/* line 618, ../sass/public/mod/_reset.scss */
.tip a {
  color: #12a7df;
}

/* line 621, ../sass/public/mod/_reset.scss */
.tip a:hover {
  text-decoration: underline;
}

/* line 624, ../sass/public/mod/_reset.scss */
.alert {
  padding: 20px;
  border: 1px solid #e9e2cd;
  border-radius: 2px;
  background: #f6f2e6;
  overflow: hidden;
  font-size: 18px;
  color: #333;
}

/* line 633, ../sass/public/mod/_reset.scss */
.dy-gray {
  color: #999999 !important;
}

/* line 636, ../sass/public/mod/_reset.scss */
.dy-orange {
  color: #EA6B24 !important;
}

/* line 639, ../sass/public/mod/_reset.scss */
.dy-red {
  color: #ff0000 !important;
}

/* line 642, ../sass/public/mod/_reset.scss */
.dy-blue {
  color: #fe0000 !important;
}

/* line 645, ../sass/public/mod/_reset.scss */
.dy-c333 {
  color: #333333 !important;
}

/* line 648, ../sass/public/mod/_reset.scss */
.mt5 {
  margin-top: 5px !important;
}

/* line 651, ../sass/public/mod/_reset.scss */
.mt10 {
  margin-top: 10px !important;
}

/* line 654, ../sass/public/mod/_reset.scss */
.mt20 {
  margin-top: 20px !important;
}

/* line 657, ../sass/public/mod/_reset.scss */
.mt25 {
  margin-top: 25px !important;
}

/* line 660, ../sass/public/mod/_reset.scss */
.mt30 {
  margin-top: 30px !important;
}

/* line 663, ../sass/public/mod/_reset.scss */
.mt50 {
  margin-top: 50px !important;
}

/* line 666, ../sass/public/mod/_reset.scss */
.mt100 {
  margin-top: 100px !important;
}

/* line 669, ../sass/public/mod/_reset.scss */
.mt150 {
  margin-top: 100px !important;
}

/* line 672, ../sass/public/mod/_reset.scss */
.mb10 {
  margin-bottom: 10px !important;
}

/* line 675, ../sass/public/mod/_reset.scss */
.mb15 {
  margin-bottom: 15px !important;
}

/* line 678, ../sass/public/mod/_reset.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 681, ../sass/public/mod/_reset.scss */
.mb30 {
  margin-bottom: 30px;
}

/* line 684, ../sass/public/mod/_reset.scss */
.mb40 {
  margin-bottom: 40px;
}

/* line 687, ../sass/public/mod/_reset.scss */
.mb50 {
  margin-bottom: 50px;
}

/* line 690, ../sass/public/mod/_reset.scss */
.mt-20 {
  margin-top: -20px;
}

/*******消息显示框********/
/* line 695, ../sass/public/mod/_reset.scss */
.pop-top, .pop-right, .pop-bottom, .pop-left {
  position: relative;
}
/* line 697, ../sass/public/mod/_reset.scss */
.pop-top .pop-info, .pop-right .pop-info, .pop-bottom .pop-info, .pop-left .pop-info {
  position: absolute;
  top: 50%;
  width: auto;
  white-space: nowrap;
  line-height: 28px;
  z-index: 900;
  margin-top: -14px;
  display: none;
}
/* line 706, ../sass/public/mod/_reset.scss */
.pop-top .pop-info p, .pop-right .pop-info p, .pop-bottom .pop-info p, .pop-left .pop-info p {
  padding: 0 15px;
  font-size: 12px;
  background: #FFFCEF;
  color: #999;
  border: 1px solid #FFBB76;
  cursor: default;
  -moz-box-shadow: #DFC5AB 0px 0px 2px;
  -webkit-box-shadow: #DFC5AB 0px 0px 2px;
  box-shadow: #DFC5AB 0px 0px 2px;
}
/* line 715, ../sass/public/mod/_reset.scss */
.pop-top .pop-info em, .pop-right .pop-info em, .pop-bottom .pop-info em, .pop-left .pop-info em {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
/* line 722, ../sass/public/mod/_reset.scss */
.pop-top .pop-info a, .pop-right .pop-info a, .pop-bottom .pop-info a, .pop-left .pop-info a {
  color: #12a7df;
}

/* line 727, ../sass/public/mod/_reset.scss */
.pop-right .pop-info {
  left: 50%;
  margin-left: 50%;
  padding-left: 13px;
}
/* line 731, ../sass/public/mod/_reset.scss */
.pop-right .pop-info em {
  left: 8px;
  border-top: 5px solid transparent;
  border-right: 5px solid #ffbb76;
  border-bottom: 5px solid transparent;
}

/* line 738, ../sass/public/mod/_reset.scss */
.pop-left .pop-info {
  right: 50%;
  margin-right: 50%;
  padding-right: 13px;
}
/* line 742, ../sass/public/mod/_reset.scss */
.pop-left .pop-info em {
  right: 8px;
  border-top: 5px solid transparent;
  border-left: 5px solid #ffbb76;
  border-bottom: 5px solid transparent;
}

/* line 750, ../sass/public/mod/_reset.scss */
.pop-top:hover .pop-info, .pop-right:hover .pop-info, .pop-bottom:hover .pop-info, .pop-left:hover .pop-info {
  display: block;
}

/*******消息显示框********/
/*css3方法*/
/***
 *css3方法;
 *author:james;
 *date:2015-01-13;
 ***/
@-webkit-keyframes downUp {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
}
@-moz-keyframes downUp {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
}
@-ms-keyframes downUp {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
}
@-o-keyframes downUp {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
}
@-webkit-keyframes loveing {
  0% {
    -moz-transform: perspective(1500px);
    -ms-transform: perspective(1500px);
    -webkit-transform: perspective(1500px);
    transform: perspective(1500px);
    -moz-animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(1500px) translate3d(0, 0, 150px);
    -ms-transform: perspective(1500px) translate3d(0, 0, 150px);
    -webkit-transform: perspective(1500px) translate3d(0, 0, 150px);
    transform: perspective(1500px) translate3d(0, 0, 150px);
    -moz-animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  80% {
    -moz-transform: perspective(1500px) scale3d(0.98, 0.98, 0.98);
    -ms-transform: perspective(1500px) scale3d(0.98, 0.98, 0.98);
    -webkit-transform: perspective(1500px) scale3d(0.98, 0.98, 0.98);
    transform: perspective(1500px) scale3d(0.98, 0.98, 0.98);
    -moz-animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(1500px);
    -ms-transform: perspective(1500px);
    -webkit-transform: perspective(1500px);
    transform: perspective(1500px);
    -moz-animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-moz-keyframes loveing {
  0% {
    -moz-transform: perspective(1500px);
    -ms-transform: perspective(1500px);
    -webkit-transform: perspective(1500px);
    transform: perspective(1500px);
    -moz-animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(1500px) translate3d(0, 0, 150px);
    -ms-transform: perspective(1500px) translate3d(0, 0, 150px);
    -webkit-transform: perspective(1500px) translate3d(0, 0, 150px);
    transform: perspective(1500px) translate3d(0, 0, 150px);
    -moz-animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  80% {
    -moz-transform: perspective(1500px) scale3d(0.98, 0.98, 0.98);
    -ms-transform: perspective(1500px) scale3d(0.98, 0.98, 0.98);
    -webkit-transform: perspective(1500px) scale3d(0.98, 0.98, 0.98);
    transform: perspective(1500px) scale3d(0.98, 0.98, 0.98);
    -moz-animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(1500px);
    -ms-transform: perspective(1500px);
    -webkit-transform: perspective(1500px);
    transform: perspective(1500px);
    -moz-animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-ms-keyframes loveing {
  0% {
    -moz-transform: perspective(1500px);
    -ms-transform: perspective(1500px);
    -webkit-transform: perspective(1500px);
    transform: perspective(1500px);
    -moz-animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(1500px) translate3d(0, 0, 150px);
    -ms-transform: perspective(1500px) translate3d(0, 0, 150px);
    -webkit-transform: perspective(1500px) translate3d(0, 0, 150px);
    transform: perspective(1500px) translate3d(0, 0, 150px);
    -moz-animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  80% {
    -moz-transform: perspective(1500px) scale3d(0.98, 0.98, 0.98);
    -ms-transform: perspective(1500px) scale3d(0.98, 0.98, 0.98);
    -webkit-transform: perspective(1500px) scale3d(0.98, 0.98, 0.98);
    transform: perspective(1500px) scale3d(0.98, 0.98, 0.98);
    -moz-animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(1500px);
    -ms-transform: perspective(1500px);
    -webkit-transform: perspective(1500px);
    transform: perspective(1500px);
    -moz-animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/*动画,从放大到原图并且渐渐显示效果*/
@-webkit-keyframes fadeScaleIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes fadeScaleIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes fadeScaleIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes fadeScaleIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*动画,从放大到原图并且渐渐显示效果*/
@-webkit-keyframes fadeScaleInn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes fadeScaleInn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes fadeScaleInn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes fadeScaleInn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*动画，文字从左侧出来效果，并且带有抖动*/
@-moz-keyframes leftToRight {
  0% {
    left: -200px;
  }
  50% {
    left: 200px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes leftToRight {
  0% {
    left: -200px;
  }
  50% {
    left: 200px;
  }
  100% {
    left: 0px;
  }
}
@keyframes leftToRight {
  0% {
    left: -200px;
  }
  50% {
    left: 200px;
  }
  100% {
    left: 0px;
  }
}
@-moz-keyframes rightToLeft {
  0% {
    left: 900px;
  }
  50% {
    left: 500px;
  }
  100% {
    left: 700px;
  }
}
@-webkit-keyframes rightToLeft {
  0% {
    left: 900px;
  }
  50% {
    left: 500px;
  }
  100% {
    left: 700px;
  }
}
@keyframes rightToLeft {
  0% {
    left: 900px;
  }
  50% {
    left: 500px;
  }
  100% {
    left: 700px;
  }
}
@-o-keyframes loveing {
  0% {
    -moz-transform: perspective(1500px);
    -ms-transform: perspective(1500px);
    -webkit-transform: perspective(1500px);
    transform: perspective(1500px);
    -moz-animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(1500px) translate3d(0, 0, 150px);
    -ms-transform: perspective(1500px) translate3d(0, 0, 150px);
    -webkit-transform: perspective(1500px) translate3d(0, 0, 150px);
    transform: perspective(1500px) translate3d(0, 0, 150px);
    -moz-animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  80% {
    -moz-transform: perspective(1500px) scale3d(0.98, 0.98, 0.98);
    -ms-transform: perspective(1500px) scale3d(0.98, 0.98, 0.98);
    -webkit-transform: perspective(1500px) scale3d(0.98, 0.98, 0.98);
    transform: perspective(1500px) scale3d(0.98, 0.98, 0.98);
    -moz-animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(1500px);
    -ms-transform: perspective(1500px);
    -webkit-transform: perspective(1500px);
    transform: perspective(1500px);
    -moz-animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/*vs*/
@-webkit-keyframes logo {
  0% {
    opacity: 0;
    -webkit-transform: perspective(350px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(350px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(350px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(350px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(350px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(350px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(350px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(350px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(350px);
    transform: perspective(350px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-moz-keyframes logo {
  0% {
    opacity: 0;
    -webkit-transform: perspective(350px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(350px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(350px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(350px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(350px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(350px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(350px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(350px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(350px);
    transform: perspective(350px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-ms-keyframes logo {
  0% {
    opacity: 0;
    -webkit-transform: perspective(350px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(350px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(350px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(350px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(350px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(350px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(350px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(350px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(350px);
    transform: perspective(350px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-o-keyframes logo {
  0% {
    opacity: 0;
    -webkit-transform: perspective(350px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(350px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(350px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(350px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(350px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(350px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(350px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(350px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(350px);
    transform: perspective(350px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/*旋转360度*/
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 16, ../sass/public/common.scss */
.user_warning_c {
  color: #ff0000;
}

/* line 19, ../sass/public/common.scss */
.qq_service {
  width: 150px;
  position: fixed;
  z-index: 1000;
  right: 0px;
  top: 30%;
  display: block;
  _position: absolute;
  _bottom: auto;
  _top: expression(eval(document.documentElement.scrollTop)+120);
}
/* line 29, ../sass/public/common.scss */
.qq_service .qq_close {
  width: 140px;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  color: #fff;
  display: inline-block;
  background-color: #474745;
}
/* line 37, ../sass/public/common.scss */
.qq_service .qq_close span {
  float: left;
}
/* line 40, ../sass/public/common.scss */
.qq_service .qq_close em {
  float: right;
  width: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
}
/* line 48, ../sass/public/common.scss */
.qq_service .qq_cont {
  background-color: #1a97d7;
}
/* line 51, ../sass/public/common.scss */
.qq_service .qq_cont li a {
  display: block;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 5px;
}
/* line 56, ../sass/public/common.scss */
.qq_service .qq_cont li a span {
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  display: block;
}
/* line 64, ../sass/public/common.scss */
.qq_service .qq_cont #BizQQWPA {
  display: block;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 5px;
  cursor: pointer;
}
/* line 70, ../sass/public/common.scss */
.qq_service .qq_cont #BizQQWPA span {
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  display: block;
}
/* line 78, ../sass/public/common.scss */
.qq_service .phone_service {
  background-color: #ddd;
  padding: 10px 0;
  line-height: 20px;
  text-align: center;
  color: #333;
}
/* line 84, ../sass/public/common.scss */
.qq_service .phone_service span {
  display: block;
}
/* line 86, ../sass/public/common.scss */
.qq_service .phone_service span.phone {
  font-size: 16px;
  font-weight: bold;
  color: #1a97d7;
}

/* line 94, ../sass/public/common.scss */
.qq_service_min {
  position: fixed;
  z-index: 999;
  right: 0px;
  top: 40%;
  _position: absolute;
  _bottom: auto;
  _top: expression(eval(document.documentElement.scrollTop)+150);
}
/* line 102, ../sass/public/common.scss */
.qq_service_min a {
  width: 30px;
  height: auto;
  font-size: 14px;
  color: #FFFFFF !important;
  display: block;
  line-height: 110%;
  padding: 10px 0px;
  text-align: center;
  text-decoration: none !important;
  background-color: #1a97d7;
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0px 0px 4px;
  overflow: hidden;
}
/* line 115, ../sass/public/common.scss */
.qq_service_min a span {
  width: 30px;
  height: 18px;
  text-align: center;
  overflow: hidden;
  float: left;
}
/* line 122, ../sass/public/common.scss */
.qq_service_min a img {
  width: 13px;
  height: 9px;
  margin: 10px 0px 0px 10px;
  float: left;
  display: inline;
}

/*站点公用样式模块开始*/
/* line 21, ../sass/style.scss */
.txt-cent {
  text-align: center;
}

/* line 24, ../sass/style.scss */
.txt-rg {
  text-align: right;
}

/*站点公用样式模块结束*/
/* line 28, ../sass/style.scss */
body {
  /*padding-top:65px!important;*/
}

/* line 31, ../sass/style.scss */
.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;background:#000000;
  height: 65px;
}
/* line 38, ../sass/style.scss */
.header .header-top {
  height: 30px;
  line-height: 30px;
  background-color: #1a97d5;
  color: #ffffff;
}
/* line 43, ../sass/style.scss */
.header .header-top span, .header .header-top a {
  color: #fff;
}
/* line 48, ../sass/style.scss */
.header .header-top .hd-quick-menu li {
  vertical-align: middle;
}
/* line 49, ../sass/style.scss */
.header .header-top .hd-quick-menu .hd-user {
  position: relative;
  height: 30px;
  padding-left: 10px;
}
/* line 53, ../sass/style.scss */
.header .header-top .hd-quick-menu .hd-user a:hover {
  text-decoration: none;
}
/* line 56, ../sass/style.scss */
.header .header-top .hd-quick-menu .hd-user .user-down {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 1;
  width: 100%;
  background: #fff;
  display: none;
}
/* line 64, ../sass/style.scss */
.header .header-top .hd-quick-menu .hd-user .user-down a {
  display: block;
  padding-left: 10px;
}
/* line 69, ../sass/style.scss */
.header .header-top .hd-quick-menu .hd-user:hover {
  background: #fff;
}
/* line 71, ../sass/style.scss */
.header .header-top .hd-quick-menu .hd-user:hover a {
  color: #333333;
}
/* line 74, ../sass/style.scss */
.header .header-top .hd-quick-menu .hd-user:hover .user-down {
  display: block;
}
/* line 81, ../sass/style.scss */
.header .header-body {
  /*@include opacity(0.85);*/
  position: relative;
  width: 1190px;
  height: 65px;margin:0 auto;
  background:#000000;
  background-repeat: repeat-x;
}
/* line 89, ../sass/style.scss */
.header .header-body .logo {
  position: relative;
  font-size: 0px;
  letter-spacing: -4em;height:65px;
}
/* line 94, ../sass/style.scss */
.header .header-body .logo h1 {
  padding-top: 0px;
  margin-left: 0px;
}
/* line 98, ../sass/style.scss */
.header .header-body .logo h1 a {
  height: 65px;
  line-height: 65px;
}
/* line 103, ../sass/style.scss */
.header .header-body .logo span {
  display: inline-block;
  margin-top: 30px;
  font-size: 14px;
  color: #8e8e8e;
  letter-spacing: 0;
}
/* line 109, ../sass/style.scss */
.header .header-body .logo span.sepa {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
}
/* line 117, ../sass/style.scss */
.header .dy-nav-list {
  width: 970px;
  float: left;
  position: relative;
}
/* line 121, ../sass/style.scss */
.header .dy-nav-list .dy-nav-listitem {
  position: relative;
  float: left;
  width: 110px;
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
}
/* line 130, ../sass/style.scss */
.header .dy-nav-list .dy-nav-listitem span {
  position: relative;
  z-index: 10;
}
/* line 131, ../sass/style.scss */
.header .dy-nav-list .dy-nav-listitem:hover, .header .dy-nav-list .dy-nav-listitem.cur {
  background-color: #fe0000;
}
/* line 133, ../sass/style.scss */
.header .dy-nav-list .dy-nav-listitem:hover span, .header .dy-nav-list .dy-nav-listitem.cur span {
  color: #fff;
}
/* line 138, ../sass/style.scss */
.header .dy-nav-list .dy-user {
  float: right;
  height: 65px;width:190px;
  background:url(dianhua.png) no-repeat;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}
/* line 145, ../sass/style.scss */
.header .dy-nav-list .dy-user span {
  width: 60px;
  height: 25px;
  display: inline-block;
  border-left: 1px solid #fff;
  background-image: url(img/header/user-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 153, ../sass/style.scss */
.header .dy-nav-list .dy-user span i {
  width: 12px;
  height: 12px;
  background-image: url(img/header/user-down.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 18px;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 163, ../sass/style.scss */
.header .dy-nav-list .dy-user span i.slide-up {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 168, ../sass/style.scss */
.header .dy-nav-list .dy-user .dy-user-fixed {
  display: none;
  padding-top: 10px;
  position: absolute;
  top: 35px;
  right: 5px;
  z-index: 999;
}
/* line 175, ../sass/style.scss */
.header .dy-nav-list .dy-user .dy-user-fixed i {
  width: 15px;
  height: 8px;
  font-size: 8px;
  display: block;
  background: url(../images/header/loginbg_up.png) no-repeat 0 0;
  position: absolute;
  right: 17px;
  top: 3px;
}
/* line 185, ../sass/style.scss */
.header .dy-nav-list .dy-user .dy-user-fixed ul {
  width: auto;
  min-width: 80px;
  background: #fff;
  padding: 5px 13px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  cursor: default;
}
/* line 193, ../sass/style.scss */
.header .dy-nav-list .dy-user .dy-user-fixed ul li {
  line-height: 30px;
}
/* line 195, ../sass/style.scss */
.header .dy-nav-list .dy-user .dy-user-fixed ul li a {
  display: inline-block;
}
/* line 197, ../sass/style.scss */
.header .dy-nav-list .dy-user .dy-user-fixed ul li a:hover {
  color: #fe0000;
}
/* line 203, ../sass/style.scss */
.header .dy-nav-list .dy-user .dy-user-fixed ul .dy-user-name a {
  color: #fe0000;
}
/* line 208, ../sass/style.scss */
.header .dy-nav-list .dy-user .dy-user-fixed .dy-login-box {
  width: auto;
  min-width: 60px;
}
/* line 211, ../sass/style.scss */
.header .dy-nav-list .dy-user .dy-user-fixed .dy-login-box li {
  text-align: center;
}
/* line 214, ../sass/style.scss */
.header .dy-nav-list .dy-user .dy-user-fixed .dy-login-box li a:hover {
  color: #fe0000;
}

/* line 225, ../sass/style.scss */
.footer {
  background: #fff;
}
/* line 227, ../sass/style.scss */
.footer .footer-top {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #fff;
}
/* line 231, ../sass/style.scss */
.footer .footer-top .tel {
  color: #333333;
  font-size: 32px;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 15px;
  font-style: italic;
}
/* line 239, ../sass/style.scss */
.footer .footer-top .tel span {
  vertical-align: top;
  margin-right: 10px;
  font-size: 26px;
  color: #2599d6;
}
/* line 246, ../sass/style.scss */
.footer .footer-top .contacts {
  width: 400px;
  text-align: center;
}
/* line 249, ../sass/style.scss */
.footer .footer-top .contacts p {
  margin-bottom: 5px;
  font-size: 14px;
  color: #666666;
}
/* line 255, ../sass/style.scss */
.footer .footer-top .news {
  width: 650px;
}
/* line 256, ../sass/style.scss */
.footer .footer-top .news .news-list {
  height: 300px;
  overflow: hidden;
}
/* line 261, ../sass/style.scss */
.footer .footer-top .news h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: -1px;
  font-size: 16px;
  color: #333333;
}
/* line 267, ../sass/style.scss */
.footer .footer-top .news h3 a {
  color: #333333;
}
/* line 269, ../sass/style.scss */
.footer .footer-top .news ul li {
  padding: 19px 0px 20px;
  border-top: 1px solid #f2f2f2;
  width: 650px;
}
/* line 274, ../sass/style.scss */
.footer .footer-top .news ul li .img {
  width: 165px;
}
/* line 277, ../sass/style.scss */
.footer .footer-top .news ul li .img img {
  width: 165px;
  height: 100px;
}
/* line 282, ../sass/style.scss */
.footer .footer-top .news ul li .cont {
  width: 460px;
  color: #666666;
  height: 100px;
}
/* line 287, ../sass/style.scss */
.footer .footer-top .news ul li .cont h4 {
  font-size: 14px;
  margin-bottom: 15px;
}
/* line 290, ../sass/style.scss */
.footer .footer-top .news ul li .cont h4 a {
  color: #333333;
}
/* line 291, ../sass/style.scss */
.footer .footer-top .news ul li .cont h4 span {
  color: #696c71;
}
/* line 293, ../sass/style.scss */
.footer .footer-top .news ul li .cont p {
  margin: 0px;
  line-height: 22px;
}
/* line 294, ../sass/style.scss */
.footer .footer-top .news ul li .cont a.details {
  color: #fe0000;
}
/* line 299, ../sass/style.scss */
.footer .footer-bot {
  width: 100%;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #e2e2e2;
  text-align: center;
}
/* line 308, ../sass/style.scss */
.footer .footer-bot li a {
  color: #666666;
}
/* line 312, ../sass/style.scss */
.footer .footer-bot p {
  color: #666666;
}
/* line 314, ../sass/style.scss */
.footer .footer-bot p.copyright {
  padding-top: 5px;
}
/* line 318, ../sass/style.scss */
.footer .footer-bot .ft-map {
  margin-bottom: 25px;
}
/* line 320, ../sass/style.scss */
.footer .footer-bot .ft-map li {
  margin-right: 10px;
}
/* line 322, ../sass/style.scss */
.footer .footer-bot .ft-map li a {
  color: #333333;
  font-size: 14px;
}
/* line 328, ../sass/style.scss */
.footer .footer-bot .ft-friend {
  margin-bottom: 20px;
}
/* line 330, ../sass/style.scss */
.footer .footer-bot .ft-friend li {
  margin-right: 10px;
}
/* line 332, ../sass/style.scss */
.footer .footer-bot .ft-friend li a {
  color: #999999;
}
/* line 337, ../sass/style.scss */
.footer .follow li {
  padding: 0;
  margin-left: 15px;
}
/* line 340, ../sass/style.scss */
.footer .follow li a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #919191;
  background-image: url(img/icon/follow.png);
  background-repeat: no-repeat;
}
/* line 350, ../sass/style.scss */
.footer .follow li a:hover {
  border-color: #2599d6;
}
/* line 353, ../sass/style.scss */
.footer .follow li a.dy-qq {
  background-position: 16px 15px;
}
/* line 355, ../sass/style.scss */
.footer .follow li a.dy-qq:hover {
  background-position: 16px -22px;
}
/* line 359, ../sass/style.scss */
.footer .follow li a.dy-email {
  background-position: -120px 15px;
}
/* line 361, ../sass/style.scss */
.footer .follow li a.dy-email:hover {
  background-position: -120px -22px;
}
/* line 366, ../sass/style.scss */
.footer .follow li a.dy-weixin {
  background-position: -30px 15px;
}
/* line 368, ../sass/style.scss */
.footer .follow li a.dy-weixin:hover {
  background-position: -30px -22px;
}
/* line 372, ../sass/style.scss */
.footer .follow li a.dy-sina {
  background-position: -78px 15px;
}
/* line 374, ../sass/style.scss */
.footer .follow li a.dy-sina:hover {
  background-position: -78px -22px;
}
/* line 381, ../sass/style.scss */
.footer .side-nav {
  position: fixed;
  top: 50%;
  right: -83px;
  margin-top: -70px;
  z-index: 1000;
  width: 130px;
}
/* line 388, ../sass/style.scss */
.footer .side-nav .opt {
  position: relative;
  z-index: 10;
}
/* line 391, ../sass/style.scss */
.footer .side-nav .opt a {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 5px;
  cursor: pointer;
}
/* line 398, ../sass/style.scss */
.footer .side-nav .opt a .icon {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 403, ../sass/style.scss */
.footer .side-nav .opt a img {
  display: block;
}
/* line 404, ../sass/style.scss */
.footer .side-nav .opt a:hover .icon {
  display: none;
}
/* line 409, ../sass/style.scss */
.footer .side-nav .msg {
  position: absolute;
  top: 0;
  left: 50px;
  width: 172px;
  height: 245px;
  padding: 0 20px;
  background-color: #FFF;
  border: 1px solid #eee;
  /*@include box-shadow(-3px 3px 5px #eee);*/
  overflow: hidden;
  display: none;
}
/* line 421, ../sass/style.scss */
.footer .side-nav .msg dt {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}
/* line 426, ../sass/style.scss */
.footer .side-nav .msg dt .close {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 19px;
  height: 19px;
  background: url(img/icon/icon-close.png) no-repeat;
  cursor: pointer;
}
/* line 436, ../sass/style.scss */
.footer .side-nav .msg dd {
  margin-bottom: 6px;
}
/* line 439, ../sass/style.scss */
.footer .side-nav .msg .txt {
  width: 154px;
  padding: 6px 8px;
  font-size: 12px;
  color: #ddd;
}
/* line 444, ../sass/style.scss */
.footer .side-nav .msg .txt.on {
  color: #333;
}
/* line 445, ../sass/style.scss */
.footer .side-nav .msg .txt.error {
  border-color: #d96a6a;
}
/* line 447, ../sass/style.scss */
.footer .side-nav .msg .tea {
  width: 154px;
  height: 45px;
  padding: 6px 8px;
  color: #ddd;
  font-size: 12px;
  border: 1px solid #e0e0e0;
  resize: none;
  overflow: hidden;
}
/* line 456, ../sass/style.scss */
.footer .side-nav .msg .tea:focus {
  outline: none;
}
/* line 459, ../sass/style.scss */
.footer .side-nav .msg .tea.on {
  color: #333;
}
/* line 460, ../sass/style.scss */
.footer .side-nav .msg .tea.error {
  border-color: #d96a6a;
}
/* line 462, ../sass/style.scss */
.footer .side-nav .msg .btn {
  width: 172px;
  height: 37px;
  line-height: 37px;
  background-color: #dbdbdb;
  color: #FFF;
  font-size: 14px;
  border-radius: 0px;
}
/* line 470, ../sass/style.scss */
.footer .side-nav .msg .btn:hover {
  background-color: #d96a6a;
}
/* line 474, ../sass/style.scss */
.footer .side-nav .msg .res {
  position: absolute;
  top: 38px;
  left: 18px;
  width: 175px;
  height: 200px;
  background-color: #FFF;
  border: 0;
  text-align: center;
  display: none;
}
/* line 484, ../sass/style.scss */
.footer .side-nav .msg .res span {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding-left: 36px;
  background: url(img/icon/icon-right.png) no-repeat;
  margin-top: 80px;
  font-size: 16px;
  color: #333;
}

/*用户中心头部*/
/* line 501, ../sass/style.scss */
.u-header {
  width: 100%;
  line-height: 30px;
  color: #ffffff;
  background-color: #fe0000;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
}
/* line 511, ../sass/style.scss */
.u-header a {
  line-height: 30px;
  color: #ffffff;
}
/* line 515, ../sass/style.scss */
.u-header img {
  vertical-align: middle;
}
/* line 520, ../sass/style.scss */
.u-header .hd-quick-menu li {
  vertical-align: middle;
}
/* line 521, ../sass/style.scss */
.u-header .hd-quick-menu .hd-user {
  position: relative;
  height: 30px;
  padding-left: 10px;
}
/* line 525, ../sass/style.scss */
.u-header .hd-quick-menu .hd-user a:hover {
  text-decoration: none;
}
/* line 528, ../sass/style.scss */
.u-header .hd-quick-menu .hd-user .user-down {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  background: #fff;
  display: none;
}
/* line 535, ../sass/style.scss */
.u-header .hd-quick-menu .hd-user .user-down a {
  display: block;
  padding-left: 10px;
}
/* line 540, ../sass/style.scss */
.u-header .hd-quick-menu .hd-user:hover {
  background: #fff;
}
/* line 542, ../sass/style.scss */
.u-header .hd-quick-menu .hd-user:hover a {
  color: #333333;
}
/* line 545, ../sass/style.scss */
.u-header .hd-quick-menu .hd-user:hover .user-down {
  display: block;
}
/* line 551, ../sass/style.scss */
.u-header .u-h-body {
  height: 60px;
  background-color: #fff;
}
/* line 554, ../sass/style.scss */
.u-header .u-h-body .u-h-title {
  line-height: 60px;
  color: #fe0000;
  font-size: 24px;
}
/* line 560, ../sass/style.scss */
.u-header .u-h-body .u-navlist li {
  margin-left: 20px;
}
/* line 561, ../sass/style.scss */
.u-header .u-h-body .u-navlist li a {
  display: inline-block;
  padding-bottom: 2px;
  line-height: 58px;
  color: #333333;
  font-size: 16px;
}
/* line 568, ../sass/style.scss */
.u-header .u-h-body .u-navlist li.on a, .u-header .u-h-body .u-navlist li a:hover {
  padding-bottom: 0px;
  color: #fe0000;
  border-bottom: 2px solid #fe0000;
}

/* line 579, ../sass/style.scss */
.u-footer {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
 /* margin-top: -25px;*/
  position: relative;
  z-index: 100;
  border-top: 1px solid #efefef;
  /*background:url(img/footer/footer_bg.png) no-repeat center 0px;*/
}
/* line 588, ../sass/style.scss */
.u-footer .ft-map {
  margin-bottom: 25px;
  margin-top: 20px;
}
/* line 591, ../sass/style.scss */
.u-footer .ft-map li {
  margin-right: 10px;
}
/* line 593, ../sass/style.scss */
.u-footer .ft-map li a {
  font-size: 14px;
}
/* line 598, ../sass/style.scss */
.u-footer .ft-friend {
  margin: 18px 0 10px;
}
/* line 600, ../sass/style.scss */
.u-footer .ft-friend li {
  font-size: 14px;
  margin-right: 10px;
}
/* line 605, ../sass/style.scss */
.u-footer .ft-copy {
  color: #999999;
}
/* line 607, ../sass/style.scss */
.u-footer .ft-copy img {
  vertical-align: middle;
  position: relative;
  left: 5px;
  top: -2px;
}
/* line 614, ../sass/style.scss */
.u-footer .ft-approve {
  overflow: hidden;
  margin-top: 20px;
}
/* line 617, ../sass/style.scss */
.u-footer .ft-approve .hover {
  display: none;
}
/* line 621, ../sass/style.scss */
.u-footer .ft-approve a:hover .nohover {
  display: none;
}
/* line 624, ../sass/style.scss */
.u-footer .ft-approve a:hover .hover {
  display: inline-block;
}
/* line 629, ../sass/style.scss */
.u-footer a {
  color: #999;
}
/* line 631, ../sass/style.scss */
.u-footer a:hover {
  color: #666;
}

/*404页面*/
/* line 638, ../sass/style.scss */
.error404 {
  height: 775px;
  background: #b5e1fa;
  position: relative;
  overflow: hidden;
}
/* line 643, ../sass/style.scss */
.error404 .erbox {
  width: 400px;
  height: 290px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -180px 0 0 -199px;
  text-align: center;
}
/* line 651, ../sass/style.scss */
.error404 .erbox .cont {
  width: 400px;
  height: 290px;
  position: relative;
  z-index: 100;
  background: url(img/404/box-bg.png) no-repeat;
}
/* line 658, ../sass/style.scss */
.error404 .erbox h3 {
  padding-top: 90px;
  padding-bottom: 3px;
}
/* line 659, ../sass/style.scss */
.error404 .erbox .back {
  padding: 20px 75px 0 0;
  text-align: right;
  font-size: 14px;
}
/* line 663, ../sass/style.scss */
.error404 .erbox .back a {
  color: #fe0000;
}
/* line 665, ../sass/style.scss */
.error404 .erbox .back a:hover {
  text-decoration: underline;
}
/* line 671, ../sass/style.scss */
.error404 .rocket {
  width: 122px;
  height: 111px;
  position: absolute;
  z-index: 200;
  top: -2%;
  right: -12%;
}
/* line 679, ../sass/style.scss */
.error404 .yun {
  width: 105px;
  position: absolute;
  opacity: 0;
}
/* line 683, ../sass/style.scss */
.error404 .yun.yun1 {
  top: -24%;
  left: 150%;
  -moz-animation: yun 50s linear 0s infinite;
  -webkit-animation: yun 50s linear 0s infinite;
  animation: yun 50s linear 0s infinite;
}
/* line 689, ../sass/style.scss */
.error404 .yun.yun2 {
  width: 70px;
  top: 65%;
  left: 135%;
  -moz-animation: yun 35s linear 4s infinite;
  -webkit-animation: yun 35s linear 4s infinite;
  animation: yun 35s linear 4s infinite;
}
/* line 695, ../sass/style.scss */
.error404 .yun.yun3 {
  width: 100px;
  top: 105%;
  left: -35%;
  -moz-animation: yun 70s linear 6s infinite;
  -webkit-animation: yun 70s linear 6s infinite;
  animation: yun 70s linear 6s infinite;
}
/* line 701, ../sass/style.scss */
.error404 .yun.yun4 {
  width: 70px;
  top: 30%;
  left: -38%;
  -moz-animation: yun 50s linear 1s infinite;
  -webkit-animation: yun 50s linear 1s infinite;
  animation: yun 50s linear 1s infinite;
}
/* line 707, ../sass/style.scss */
.error404 .yun.yun5 {
  top: 130%;
  left: 250%;
  -moz-animation: yun 60s linear 4s infinite;
  -webkit-animation: yun 60s linear 4s infinite;
  animation: yun 60s linear 4s infinite;
}

@-webkit-keyframes yun {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  3% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  95% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate3d(-950px, 0, 0);
    -ms-transform: translate3d(-950px, 0, 0);
    -webkit-transform: translate3d(-950px, 0, 0);
    transform: translate3d(-950px, 0, 0);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate3d(-1000px, 0, 0);
    -ms-transform: translate3d(-1000px, 0, 0);
    -webkit-transform: translate3d(-1000px, 0, 0);
    transform: translate3d(-1000px, 0, 0);
  }
}
@-moz-keyframes yun {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  3% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  95% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate3d(-950px, 0, 0);
    -ms-transform: translate3d(-950px, 0, 0);
    -webkit-transform: translate3d(-950px, 0, 0);
    transform: translate3d(-950px, 0, 0);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate3d(-1000px, 0, 0);
    -ms-transform: translate3d(-1000px, 0, 0);
    -webkit-transform: translate3d(-1000px, 0, 0);
    transform: translate3d(-1000px, 0, 0);
  }
}
@-ms-keyframes yun {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  3% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  95% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate3d(-950px, 0, 0);
    -ms-transform: translate3d(-950px, 0, 0);
    -webkit-transform: translate3d(-950px, 0, 0);
    transform: translate3d(-950px, 0, 0);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate3d(-1000px, 0, 0);
    -ms-transform: translate3d(-1000px, 0, 0);
    -webkit-transform: translate3d(-1000px, 0, 0);
    transform: translate3d(-1000px, 0, 0);
  }
}
@-o-keyframes yun {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate3d(100px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  3% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  95% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate3d(-950px, 0, 0);
    -ms-transform: translate3d(-950px, 0, 0);
    -webkit-transform: translate3d(-950px, 0, 0);
    transform: translate3d(-950px, 0, 0);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate3d(-1000px, 0, 0);
    -ms-transform: translate3d(-1000px, 0, 0);
    -webkit-transform: translate3d(-1000px, 0, 0);
    transform: translate3d(-1000px, 0, 0);
  }
}
/*******网站分页效果start******/
/* line 785, ../sass/style.scss */
.pagenation {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: right;
}

/* line 790, ../sass/style.scss */
.pagenation a, .pagenation span {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  font: 14px/35px arial;
  color: #333;
  text-align: center;
  margin-left: 10px;
  background: #e8e8e8;
}

/* line 801, ../sass/style.scss */
.pagenation a.on, .pagenation a:hover, .pagenation span.on, .pagenation span:hover {
  background: #009ad7;
  color: #fff;
}

/* line 805, ../sass/style.scss */
.pagenation .page_all {
  width: auto;
  padding: 0 8px;
}

/*******网站分页效果end******/
/*******上一篇下一篇效果样式start******/
/* line 812, ../sass/style.scss */
.articleBread {
  margin: 20px auto;
  font-size: 14px;
}
/* line 815, ../sass/style.scss */
.articleBread .articlePrev {
  width: 50%;
  text-align: left;
  overflow: hidden;
}
/* line 820, ../sass/style.scss */
.articleBread .articleNext {
  width: 50%;
  text-align: right;
  overflow: hidden;
}
/* line 825, ../sass/style.scss */
.articleBread a {
  color: #fe0000;
}
/* line 827, ../sass/style.scss */
.articleBread a:hover {
  text-decoration: underline;
}

/*******上一篇下一篇效果样式end******/
