a:hover {
  text-decoration: none;
}
body {
  color: #333;
}
.w1200 {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
.marTop20 {
  margin-top: 20px;
}
.marLeft20 {
  margin-left: 20px;
}
.marTop10 {
  margin-top: 10px;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.border {
  border-top: 1px solid #f8f8f8;
}
.noBorBottom {
  border-bottom: 0;
}
button {
  border: none;
  outline: none;
}
a {
  color: #333;
}
a:hover {
  color: #dc0404;
}
input {
  outline: none;
  border: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
}
.crumbs {
  position: absolute;
  right: 0;
  top: 30px;
  padding-left: 20px;
  background: url("../img/crumbs.png") no-repeat left center;
}
.crumbs em {
  font-style: normal;
  margin: 0 10px;
}
.layPage {
  text-align: center;
  margin-top: 30px;
}
.layui-form-label {
  width: 60px;
  text-align: left;
  padding: 9px 15px 9px 0;
}
.layui-form-label .required {
  font-style: normal;
  color: #b40704;
  font-size: 16px;
  margin-right: 3px;
  vertical-align: middle;
}
.layui-btn {
  background-color: #dc0404;
  border: 1px solid #dc0404;
  color: #fff;
}
.layui-btn-primary {
  background: none;
  color: #dc0404;
}
.header .top {
  background: url("../img/yxx-version/banner.jpg") no-repeat center top;
}
.header .top .mainTop .fxName {
  background: url("../img/yxx-version/fxName.png") no-repeat;
}
.header .nav {
  background: #2d8a7b;
}
.header .nav .mainNav > li .nav-child li {
  background: #2d8a7b;
}
.footer {
  background: url("../img/yxx-version/footerBg.jpg") no-repeat center top;
}
