@charset "UTF-8";
/* reset */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
  font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
  border: 0;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

[hidefocus], summary {
  outline: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
}

sup, sub {
  font-size: 83%;
}

pre, code, kbd, samp {
  font-family: inherit;
}

q:before, q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label, summary {
  cursor: default;
}

a, button {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
  font-weight: bold;
}

del, ins, u, s, a, a:hover {
  text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
  font: 14px/1.14 '微软雅黑', \5b8b\4f53;
  color: #333;
  outline: 0;
}

a, a:hover {
  color: #333;
}

/* function */
.f-cb:after, .f-cbli li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}

.f-cb, .f-cbli li {
  zoom: 1;
}

.f-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.f-dn {
  display: none;
}

.f-db {
  display: block;
}

.f-fl {
  float: left;
}

.f-fr {
  float: right;
}

.f-pr {
  position: relative;
}

.f-prz {
  position: relative;
  zoom: 1;
}

.f-oh {
  overflow: hidden;
}

.f-ff0 {
  font-family: arial, \5b8b\4f53;
}

.f-ff1 {
  font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, arial, \5b8b\4f53;
}

.f-fs1 {
  font-size: 12px;
}

.f-fs2 {
  font-size: 14px;
}

.f-fwn {
  font-weight: normal;
}

.f-fwb {
  font-weight: bold;
}

.f-tal {
  text-align: left;
}

.f-tac {
  text-align: center;
}

.f-tar {
  text-align: right;
}

.f-taj {
  text-align: justify;
  text-justify: inter-ideograph;
}

.f-vam, .f-vama * {
  vertical-align: middle;
}

.f-wsn {
  word-wrap: normal;
  white-space: nowrap;
}

.f-pre {
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

.f-wwb {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.f-ti {
  overflow: hidden;
  text-indent: -30000px;
}

.f-ti2 {
  text-indent: 2em;
}

.f-lhn {
  line-height: normal;
}

.f-tdu, .f-tdu:hover {
  text-decoration: underline;
}

.f-tdn, .f-tdn:hover {
  text-decoration: none;
}

.f-toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.f-csp {
  cursor: pointer;
}

.f-csd {
  cursor: default;
}

.f-csh {
  cursor: help;
}

.f-csm {
  cursor: move;
}

.f-usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #1586F7;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #1586F7, 0 0 5px #1586F7;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1586F7;
  border-left-color: #1586F7;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

/* 定义基础icon */
.icon {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

.fa-question-circle {
  cursor: pointer;
  margin-left: 5px;
  color: #666;
}

.fa-question-circle:hover {
  color: #333;
}

.badge {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.g-wrap {
  width: 1244px;
  margin: 0 auto;
  position: relative;
}

.page {
  text-align: center;
  margin-top: 20px;
}

.s-dft-a {
  color: #ff5c10;
  text-decoration: none;
}

.s-dft-a:hover {
  color: #ff5c10;
  text-decoration: underline;
}

.s-dft-a-success {
  color: #1586F7;
  text-decoration: none;
}

.s-dft-a-success:hover {
  color: #1586F7;
  text-decoration: underline;
}

.s-dft-a-1 {
  color: #333;
  text-decoration: none;
}

.s-dft-a-1:hover {
  color: #ff5c10;
  text-decoration: underline;
}

.s-dft-a-2 {
  color: #ff5c10;
  text-decoration: underline;
}

.s-dft-a-2:hover {
  color: #ff5c10;
  text-decoration: underline;
}

input[type=radio] {
  position: relative;
  *top: 1px;
  margin: 0 4px 0 0;
  *margin: 0 0 0 -4px;
}

.u-btn {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 6px 20px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
}

.u-btn:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}

.u-btn.primary {
  background-color: #1586F7;
  border-color: #1586F7;
  color: #fff;
}

.u-btn.primary:hover {
  background-color: #076dd2;
  border-color: #076dd2;
}

.u-btn.primary-hover {
  background-color: #fff;
  border-color: #1586F7;
  color: #1586F7;
}

.u-btn.primary-hover:hover {
  background-color: #076dd2;
  border-color: #076dd2;
  color: #fff;
}

.u-btn.yellow {
  background-color: #ff5c10;
  border-color: #ff5c10;
  color: #fff;
}

.u-btn.yellow:hover {
  background-color: #dc4600;
  border-color: #dc4600;
}

.u-btn.gray {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #929292;
}

.u-btn.gray:hover {
  background-color: #cccccc;
  border-color: #cccccc;
}

.u-btn.white {
  background-color: inherit;
  border-color: #fff;
  color: #fff;
}

.u-btn.white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1586F7;
}

.u-btn.white.inverse {
  background-color: #fff;
  color: #1586F7;
}

.u-btn.white.inverse:hover {
  background-color: inherit;
  border-color: #fff;
  color: #fff;
}

.u-btn.white.white-2:hover {
  background-color: inherit;
  border-color: #fff;
  color: #fff;
}

.u-btn.larger {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.u-btn.z-dis {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #929292;
  cursor: default;
}

.u-btn.z-dis:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.u-btn.normal {
  background-color: #fff;
  border-color: #e6e6e6;
  color: #929292;
}

.u-btn.normal:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.u-btn.share {
  padding: 0;
  height: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.u-ipt {
  width: 314px;
  padding: 9px 8px;
  height: 18px;
  border: 1px solid #e6e6e6;
  border-top-color: #c0c0c0;
  line-height: 17px;
  font-size: 14px;
  color: #777;
  background: #f3f3f3;
}

.u-ipt.u-ipt-1 {
  width: 100px !important;
}

.u-ipt.u-ipt-2 {
  width: 424px !important;
}

.u-ipt.u-ipt-3 {
  width: 180px !important;
}

.u-ipt.u-ipt-4 {
  width: 40px !important;
}

.u-ipt.u-ipt-5 {
  width: 262px !important;
}

.u-ipt:focus {
  background: #fff;
}

.u-ipt.disabled {
  background: #fff;
}

.u-textarea {
  width: 414px;
  padding: 3px 8px;
  height: 63px;
  color: #777;
}

.u-select {
  width: 137px;
}

.u-select-1 {
  width: 280px;
}

.u-radio, .u-checkbox {
  line-height: 18px;
  vertical-align: middle;
}

.u-radio > label, .u-checkbox > label {
  display: block;
  padding-bottom: 5px;
}

.u-radio > label.z-inline, .u-checkbox > label.z-inline {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

/* 简易表单 */
.m-form {
  line-height: 29px;
  color: #555;
}

.m-form legend {
  font-size: 14px;
  font-weight: bold;
}

.m-form .formitm {
  padding: 10px 0 10px;
  line-height: 30px;
  overflow: hidden;
  *zoom: 1;
}

.m-form .lab {
  float: left;
  width: 100px;
  margin-right: -100px;
  text-align: right;
  font-size: 16px;
}

.m-form .lab font {
  color: red;
  vertical-align: middle;
  padding: 0 5px;
}

.m-form .ipt {
  margin-left: 110px;
}

.m-form .ipt-1 {
  margin-left: 0 !important;
}

.m-form .ipt * {
  vertical-align: middle;
}

.m-form .ipt-1 p, .m-form .ipt p {
  height: 20px;
  line-height: 20px;
  color: #999;
  font-size: 12px;
}

.m-form .tip {
  padding-top: 10px;
}

.m-form .tip input {
  margin: 0 5px 3px 0;
}

.no_list {
  height: 500px;
  line-height: 500px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  border: 1px dashed #e6e6e6;
}

::selection {
  background-color: #1586F7;
  color: #fff;
}

hr {
  border: 1px solid #e6e6e6;
}

.g-hd .g-top {
  height: 40px;
  line-height: 40px;
  background-color: #844638;
}

.g-hd .g-top .link {
  color: #ccc;
}

.g-hd .g-top .link:visited {
  color: #ccc;
}

.g-hd .g-top .link:focus {
  color: #fff;
}

.g-hd .g-top .link:hover {
  color: #fff;
}

.g-hd .g-top .link:active {
  color: #fff;
}

.g-hd .g-top .link.active {
  color: #ff5c10;
}

.g-hd .g-top .text-link {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border-right: 1px solid #3c201a;
  padding: 0 15px;
  float: left;
  color: #ccc;
}

.g-hd .g-top .text-link:visited {
  color: #ccc;
}

.g-hd .g-top .text-link:focus {
  color: #fff;
}

.g-hd .g-top .text-link:hover {
  color: #fff;
}

.g-hd .g-top .text-link:active {
  color: #fff;
}

.g-hd .g-top .text-link:focus, .g-hd .g-top .text-link:hover, .g-hd .g-top .text-link:active, .g-hd .g-top .text-link.active {
  background-color: #1586F7;
  color: #fff;
}

.g-hd .g-top .text-link.z-sel {
  border-right: none;
  background-color: #ff5c10;
  color: #fff;
}

.g-hd .g-top .m-user-box > span {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background-color: #1586F7;
  margin-left: 5px;
  cursor: pointer;
}

.g-hd .g-top .m-user-box > span:first-child {
  margin-left: 0;
}

.g-hd .g-top .m-user-box > span.userBox > a {
  color: #fff;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 100%;
}

.g-hd .g-top .m-user-box > span.userBox .userNav {
  display: none;
  z-index: 999;
  position: absolute;
  top: 40px;
  right: 0;
  width: 160px;
  padding: 10px 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.g-hd .g-top .m-user-box > span.userBox .userNav .topIcon {
  position: absolute;
  width: 20px;
  height: 10px;
  right: 5px;
  top: -10px;
  background: url(http://www.gz-yzl.cn/train/static/img/message_arrow.svg) 0 0 no-repeat;
}

.g-hd .g-top .m-user-box > span.userBox .userNav li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 80%;
  padding: 0px 10%;
  color: #333;
  text-align: left;
  position: relative;
}

.g-hd .g-top .m-user-box > span.userBox .userNav li a:hover {
  background-color: #1586F7;
  color: #fff;
}

.g-hd .g-search {
  height: 115px;
}

.g-hd .g-search .logo img {
  width: 336px;
  height: 68px;
  margin-top: 24px;
  float: left;
}

.g-hd .g-search .search-box {
  padding-left: 100px;
  margin-top: 40px;
}

.g-hd .g-search .search-box .u-ipt {
  border-color: #1586F7;
  border-right: 0;
  float: left;
}

.g-hd .g-search .search-box .u-btn {
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
}

.g-hd .g-search .search-phone {
  margin-top: 40px;
}

.g-hd .g-nav {
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  background: #F2F0F0;
  border-bottom: 1px solid #1586F7;
}

.g-hd .g-nav .nav-bar {
  position: relative;
  float: left;
  width: 240px;
  color: #fff;
}

.g-hd .g-nav .nav-bar a.nav-bar-title {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 220px;
  padding: 0 10px;
  height: 44px;
  line-height: 44px;
  background: #1586F7;
  color: #fff;
  float: left;
}

.g-hd .g-nav .nav-bar a.nav-bar-title i.fa {
  line-height: 44px;
}

.g-hd .g-nav .nav-bar .nav-bar-list {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  height: 360px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 101;
  display: none;
}

.g-hd .g-nav .nav-bar .nav-bar-list.active {
  display: block;
  background-color: #333;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap {
  padding: 0;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item .item-mn {
  width: 220px;
  padding: 0 10px 10px;
  border-top: 1px solid #e6e6e6;
  border-left: none;
  border-right: none;
  overflow: hidden;
  position: relative;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item .item-mn a {
  color: #e0e0e0;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item .item-mn a:visited {
  color: #e0e0e0;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item .item-mn a:focus {
  color: #a9d3fc;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item .item-mn a:hover {
  color: #a9d3fc;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item .item-mn a:active {
  color: #a9d3fc;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item .item-mn a.title {
  display: block;
  font-size: 16px;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item .item-mn a.link-item {
  font-size: 12px;
  padding: 0 3px;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item .item-mn p {
  line-height: 25px;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item .item-mn p span {
  padding: 0 5px;
  font-size: 12px;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item .item-mnc {
  position: absolute;
  top: 0;
  left: 240px;
  padding: 15px 30px 5px 30px;
  width: 500px;
  min-height: 200px;
  border: 2px solid #e6e6e6;
  background-color: #fff;
  z-index: 101;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item .item-mnc dl {
  margin: 0 0 10px;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item .item-mnc dl dt {
  width: 100%;
  line-height: 22px;
  height: 22px;
  font-size: 14px;
  margin-bottom: 10px;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item .item-mnc dl dd {
  overflow: hidden;
  line-height: 22px;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item .item-mnc dl dd a {
  white-space: nowrap;
  padding: 0 10px;
  line-height: 22px;
  font-size: 12px;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item.z-sel .item-mn {
  border: 2px solid #e6e6e6;
  border-right: none;
  background-color: #fff;
  z-index: 102;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item.z-sel .item-mn a {
  color: #292929;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item.z-sel .item-mn a:visited {
  color: #292929;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item.z-sel .item-mn a:focus {
  color: #1586F7;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item.z-sel .item-mn a:hover {
  color: #1586F7;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item.z-sel .item-mn a:active {
  color: #1586F7;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap .nav-bar-item:first-child .item-mn {
  border-top: none;
}

.g-hd .g-nav .nav-bar .nav-bar-list .list-wrap hr {
  margin: 7px 0;
}

.g-hd .g-nav .nav {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}

.g-hd .g-nav .nav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  padding-left: 25px;
  padding-right: 25px;
}

.g-hd .g-nav .nav li a:focus, .g-hd .g-nav .nav li a:hover, .g-hd .g-nav .nav li a:active, .g-hd .g-nav .nav li a.active {
  color: #1586F7;
}

.g-bd {
  min-height: 500px;
}

.g-bd .g-mc, .g-bd .g-sd {
  float: left;
}

.g-ft {
  padding: 30px 0 20px;
  background-color: #844638;
  color: #929292;
}

.g-ft .g-wrap a {
  color: #929292;
  padding: 0 5px;
}

.g-ft .g-wrap a:hover {
  color: #fff;
}

.g-ft .g-wrap .box-bd {
  padding-bottom: 30px;
}

.g-ft .g-wrap .box-bd ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}

.g-ft .g-wrap .box-bd ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  padding-left: 25px;
  padding-right: 25px;
}

.g-ft .g-wrap .ft-logo {
  width: 336px;
}

.g-ft .g-wrap .ft-logo .footer-phone {
  margin-top: 30px;
}

.g-ft .g-wrap .ft-list {
  padding-left: 100px;
  width: 430px;
}

.g-ft .g-wrap .ft-list dl {
  float: left;
  width: 33%;
}

.g-ft .g-wrap .ft-list dl dt {
  line-height: 35px;
  font-size: 16px;
  color: #acacac;
}

.g-ft .g-wrap .ft-list dl dd {
  line-height: 25px;
}

.g-ft .g-wrap .ft-map {
  width: 200px;
}

.g-ft .g-wrap .ft-map dt {
  line-height: 35px;
  font-size: 16px;
  color: #acacac;
}

.g-ft .g-wrap .ft-map dd {
  float: left;
  line-height: 25px;
}

.g-ft .g-wrap .box-yqlj {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding-top: 15px;
  padding-bottom: 15px;
}

.g-ft .g-wrap .box-yqlj dd {
  float: left;
  line-height: 25px;
}

.g-ft .g-wrap .box-ft {
  padding-top: 15px;
}

.g-ft .g-wrap .box-ft p {
  text-align: center;
  line-height: 22px;
}

.m-ft-flex {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 100%;
  background-color: #844638;
}

.m-ft-flex a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 25px;
  padding: 10px 0;
  margin: 0 5px;
  color: #fff;
  text-align: center;
}

.m-ft-flex a .badge {
  margin: 5px 0;
  background-color: #fff;
  color: #ff5c10;
  padding: 4px 6px;
}

.m-ft-flex a.acitve {
  border-bottom: 1px solid #b3b3b3;
}

.m-ft-flex .item:hover, .m-ft-flex .item.active {
  background-color: #1586F7;
}

.m-ft-flex .item.user-center {
  margin-top: 100px;
}

.m-ft-flex .item.kefu {
  margin-top: 30px;
}

.m-ft-flex .item.luntan a {
  width: 28px;
  margin: 0 3px;
}

.m-ft-flex .icon.user {
  background-image: url("http://www.gz-yzl.cn/train/static/img/fix-user.png");
}

.m-ft-flex .icon.cart {
  background-image: url("http://www.gz-yzl.cn/train/static/img/fix-cart.png");
}

.m-ft-flex .icon.kefu {
  background-image: url("http://www.gz-yzl.cn/train/static/img/fix-kefu.png");
  height: 42px;
}

.m-ft-flex .icon.help {
  background-image: url("http://www.gz-yzl.cn/train/static/img/fix-help.png");
  height: 42px;
}

.m-ft-flex .icon.luntan {
  background-image: url("http://www.gz-yzl.cn/train/static/img/fix-luntan.png");
  width: 28px;
  height: 34px;
}

.m-ft-flex .icon.weixin {
  background-image: url("http://www.gz-yzl.cn/train/static/img/fix-weixin.png");
  height: 42px;
}

.m-ft-flex .icon.top {
  background-image: url("http://www.gz-yzl.cn/train/static/img/fix-top.png");
  height: 32px;
}

/* 表头固定内容滚动的表格  */
.m-table {
  margin: 0 0 20px;
  line-height: 18px;
}

.m-table .scroll {
  max-height: 400px;
  _height: 400px;
  border: 1px solid #ddd;
  border-top: 0;
  overflow: hidden;
  overflow-y: auto;
}

.m-table table {
  width: 100%;
  _width: auto;
  table-layout: fixed;
}

.m-table th, .m-table td {
  width: auto;
  padding: 12px 10px;
  text-align: center;
}

.m-table td {
  padding: 5px 10px;
  border-top: 1px solid #ddd;
}

.m-table th {
  font-weight: 500;
  background: #eee;
}

.m-breadcrumb {
  margin-top: 15px;
  padding-bottom: 12px;
  font-size: 0;
}

.m-breadcrumb li {
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
}

.m-breadcrumb li a {
  display: inline-block;
  color: #777;
}

.m-breadcrumb li a .fa {
  color: #BABABA;
  vertical-align: top;
}

.m-breadcrumb li:after {
  content: ">";
  position: relative;
  left: 10px;
  color: #777;
}

.m-breadcrumb li:last-child:after {
  display: none;
}

.m-breadcrumb .z-active, .m-breadcrumb .z-active a {
  color: #000;
}

/* 步骤 */
.m-step {
  height: 80px;
  background: #fafafa;
}

.m-step ul {
  padding: 0 15px;
}

.m-step ul li {
  float: left;
  width: 15%;
  margin-left: 2%;
  height: 80px;
}

.m-step ul li:first-child {
  margin-left: 0;
}

.m-step ul li a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 100%;
  height: inherit;
  text-align: center;
  cursor: default;
}

.m-step ul li a img {
  margin-top: 16px;
}

/* 筛选框 */
.m-screen {
  position: relative;
  padding: 15px;
  border: 1px solid #e6e6e6;
  margin-top: 20px;
}

.m-screen ul li {
  float: left;
  padding: 0 8px;
  line-height: 28px;
}

.m-screen ul li.item {
  cursor: pointer;
}

.m-screen ul li.item.active {
  color: #1586F7;
}

.m-screen .u-serch-group {
  position: absolute;
  right: 10px;
  top: 25px;
  border: 1px solid #e6e6e6;
}

.m-screen .u-serch-group .u-ipt {
  border: none;
  background: #fff;
}

.m-screen .u-serch-group .fa-search {
  padding: 0 10px;
}

/* 排序框 */
.m-order {
  background: #fafafa;
  border: 1px solid #e6e6e6;
  margin-top: 20px;
  padding: 5px 15px;
}

.m-order li {
  float: left;
  padding: 0 8px;
  line-height: 28px;
  cursor: pointer;
}

.m-order li.active {
  color: #1586F7;
}

/* banner图 */
.m-banner {
  min-height: 350px;
  position: relative;
  width: 100%;
  overflow: auto;
}

.m-banner > ul {
  position: relative;
}

.m-banner > ul > li {
  display: block;
  width: 100%;
  float: left;
  min-height: 350px;
  background-position: center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.1);
}

.m-banner .dots {
  position: absolute;
  left: 45%;
  bottom: 30px;
}

.m-banner .dots li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 40px;
  height: 6px;
  margin: 0 4px;
  text-indent: -999em;
  background-color: #fafafa;
  cursor: pointer;
}

.m-banner .dots li:hover, .m-banner .dots li.active {
  background: #1586F7;
  opacity: 1;
}

.layui-layer-content .m-form {
  padding: 15px 30px 0;
}

/* 第三方图标 */
.icon-third-agent {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 23px;
  height: 22px;
  background: url(http://www.gz-yzl.cn/train/static/img/icon-third-agent.png) no-repeat;
}

.icon-third-agent.icon-weibo {
  background-position: -4px 0;
}

.icon-third-agent.icon-weibo:hover {
  background-position: -4px -48px;
}

.icon-third-agent.icon-qq {
  background-position: -28px 0;
}

.icon-third-agent.icon-qq:hover {
  background-position: -28px -48px;
}

.icon-third-agent.icon-renren {
  background-position: -53px 0;
}

.icon-third-agent.icon-renren:hover {
  background-position: -53px -47px;
}

/* 标签页 */
.m-nav-tabs {
  overflow: hidden;
  *zoom: 1;
  background: #fafafa;
  border: 1px solid #e6e6e6;
}

.m-nav-tabs li {
  float: left;
}

.m-nav-tabs li a {
  position: relative;
  display: block;
  padding: 10px 35px;
  font-size: 16px;
  border-right: 1px solid #e6e6e6;
}

.m-nav-tabs li.active a {
  border-right: 1px solid #1586F7;
  background: #1586F7;
  color: #fff;
}

.raty i {
  color: #ff5c10;
}

@media (max-width: 1300px) {
  .g-hd .g-nav .nav li {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .g-wrap {
    width: 1144px;
  }
  .g-wrap .sider-nav {
    width: 190px !important;
  }
  .g-wrap .course-list {
    width: 650px !important;
    margin-left: 0 !important;
  }
  .g-wrap .course-list ul li .img-wrap {
    width: 90px;
  }
  .g-wrap .course-list ul li .f-fr {
    width: 105px !important;
  }
  .g-mc {
    width: 880px !important;
  }
  .g-mc .m-list .item .list-img {
    width: 180px !important;
  }
  .g-sd {
    width: 240px !important;
  }
  .g-sd .sd-nav a {
    width: 198px !important;
  }
  .m-ft-flex .user-center {
    margin-top: 30px !important;
  }
}

.content {
  padding: 39px 0 49px;
  margin: 25px auto;
  overflow: hidden;
  font-size: 14px;
  border: 1px solid #c9c9c9;
}

.content .m-form {
  margin-left: 150px;
}

.content .m-form .lab {
  width: 120px;
  margin-right: -120px;
}

.content .m-form .ipt {
  margin-left: 130px;
}

.content .m-center-line {
  float: left;
  margin: 10px 0 0 120px;
  height: 480px;
  border-left: 1px solid #dddddd;
}

.content .m-login {
  margin-left: 100px;
}

.content .m-login .login-right-now {
  margin-top: 20px;
}

.content .m-login p {
  line-height: 25px;
  font-size: 16px;
}
