input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.iconImg {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  background-size: 100% 100%;
}
.icon-phone {
  top: 5PX;
  right: 15px;
  width: 19px;
  height: 19px;
  background-image: url(/static/image/phone.png);
}
.icon-weibo {
  width: 18px;
  height: 16px;
  background-image: url(/static/image/weibo.png);
}
.icon-weixin {
  width: 20px;
  height: 18px;
  background-image: url(/static/image/weixin.png);
}
.icon-arrow_icon_yellow {
  width: 13px;
  height: 7px;
  background-image: url(/static/image/arrow_icon_yellow.png);
}
.fcc {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
header nav {
  min-height: 80px !important;
  padding: 10px 0;
  box-sizing: border-box;
}
header .navbar-default {
  border-color: transparent;
  background: transparent;
}
header .navbar-brand {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
header .navbar {
  margin-bottom: 0;
}
header .nav a {
  line-height: 60px;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
  color: #fff;
}
header .nav a.action {
  background: none;
  color: #ffd200 !important;
}
header .nav .avatar {
  width: 107px;
}
header .nav img {
  width: 30px;
  height: 30px;
}
header .navbar-right li {
  position: relative;
  line-height: 60px;
  height: 60px;
  padding: 0;
  color: #fff;
  opacity: .8;
}
header .navbar-right li:first-child span.line {
  position: relative;
  top: 3px;
  left: 15px;
  display: inline-block;
  height: 20px;
  width: 2px;
  background: #656565;
}
header .navbar-right li:last-child {
  margin-left: 25px;
}
header .navbar-right li.header-login,
header .navbar-right li.header-register {
  cursor: pointer;
}
header .navbar-right li a {
  padding: 0 23px;
  opacity: .8;
  color: #fff !important;
}
header .navbar-right li a i.iconImg {
  position: relative;
  padding: 0;
  top: 30px;
}
header .navbar-right li a.creation {
  position: relative;
}
header .navbar-right li a.creation::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 2px;
  background: rgba(255, 255, 255, 0.8);
}
header .navbar-right li a.creation span {
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
header .navbar-right .subView {
  display: none;
  position: absolute;
  top: 50px;
  right: -60px;
  width: 150px;
  background: #fff;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  box-shadow: 0 0 5px 1px #ddd;
}
header .navbar-right .subView > div {
  width: 100%;
  line-height: 46px;
  color: #666;
}
header .navbar-right .subView > div img {
  width: 14px;
  height: 14px;
}
header .navbar-right .weixinView:hover .subView {
  display: block;
}
header .loginSuccess .avatarWarp {
  margin-top: 15px;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  background: #ccc;
}
header .loginSuccess .avatar {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
}
header .loginSuccess:hover .subView {
  display: block;
}
header .loginSuccess:hover .subView div {
  cursor: pointer;
}
header .loginSuccess:hover .subView img {
  vertical-align: middle;
}
.simplePaging2 {
  margin: 0 auto;
}
.simplePaging2 .spPage ul li,
.simplePaging2 .spActiveBg,
.simplePaging2 .spPrev,
.simplePaging2 .spFirst,
.simplePaging2 .spLast,
.simplePaging2 .spNext,
.simplePaging2 .spTurnTo input,
.simplePaging2 .spTurnTo .btn {
  border: none;
}
.simplePaging2 .spPage {
  height: 28px;
}
.simplePaging2 > div {
  background: #fff;
  color: #666666;
}
.simplePaging2 > div li.active p {
  background: #ffab19;
  color: #fff;
}
@media (max-width: 768px) {
  header .navbar {
    background: #fff !important;
  }
  header .navbar-right > li {
    line-height: 60px;
    height: 60px;
    padding: 0 !important;
    color: #ffab19;
    text-align: center;
    margin: 0 !important;
    color: #000 !important;
  }
  header .navbar-right > li a {
    padding: 0;
    color: #000 !important;
  }
  header .navbar-right > li a i.iconImg {
    position: relative;
    padding: 0;
    top: 30px;
  }
  header .navbar-right > li.header-login,
  header .navbar-right > li.header-register {
    cursor: pointer;
  }
  header .navbar-right > li .subView {
    display: block;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    line-height: 30px;
    text-align: center;
    box-shadow: none;
  }
  header .navbar-right > li .subView > div {
    width: 100%;
    line-height: 46px;
    color: #666;
  }
  header .navbar-right > li .subView > div img {
    vertical-align: middle;
    width: 14px;
    height: 14px;
  }
}
.margin-x-40 {
  margin: 0 40px !important;
}
.formWarp {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1100;
  display: none;
}
.formWarp .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.formWarp form {
  display: none;
  width: 490px;
  position: absolute;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding-bottom: 40px;
}
.formWarp form .imgTitleWarp {
  margin: 30px 0;
  text-align: center;
}
.formWarp form .box-title {
  font-size: 20px;
  color: rgba(51, 51, 51, 0.8);
  font-weight: bold;
}
.formWarp form .tabs {
  border-bottom: 2px solid #EFEFEF;
  margin-bottom: 60px;
}
.formWarp form .tabs .item {
  width: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #bababa;
}
.formWarp form .tabs .item.action {
  color: #ffd500;
  font-weight: bold;
  border-right: 2px solid #EFEFEF;
}
.formWarp form .tabs .item:hover {
  text-decoration: none;
}
.formWarp form .formItem {
  position: relative;
  padding: 0 40px;
  margin: 30px 40px 0;
  border-bottom: 2px solid #EFEFEF;
}
.formWarp form .formItem img {
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 22px;
}
.formWarp form .formItem input {
  line-height: 50px;
  border: none;
  width: 100%;
  outline: none;
}
.formWarp form .formItem1 {
  position: relative;
  padding: 30px 40px 0;
}
.formWarp form .formItem1 input {
  width: 100%;
  outline: none;
  box-shadow: none;
}
.formWarp form #loginBtn {
  margin: 60px 40px 0;
  width: calc(100% - 80px);
  background: #43bc60;
  outline: none;
}
.formWarp form #to-recover {
  font-size: 12px;
  font-family: "STXihei";
  color: #bababa;
}
.formWarp form .getQuestion {
  background: #43bc60;
  outline: none;
  border: none;
}
.formWarp form #registerBtn,
.formWarp form #recoverBtn,
.formWarp form #changeBtn {
  margin: 20px 40px;
  width: calc(100% - 80px);
  background: #43bc60;
  outline: none;
  border: none;
}
.formWarp form .minTitle {
  position: relative;
  text-align: center;
}
.formWarp form .minTitle .title {
  position: relative;
  z-index: 2;
  width: 115px;
  margin: 0 auto;
  background: #fff;
  font-size: 18px;
  font-family: "STXihei";
  color: #bababa;
}
.formWarp form .minTitle .line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e8e8e8;
}
.formWarp form.action {
  display: block;
}
.formWarp form .checkbox input[type=checkbox] {
  margin-left: 0;
}
.formWarp #registerform .qustionView,
.formWarp #recoverform .qustionView {
  border-bottom: 2px solid #EFEFEF;
  padding: 10px 0;
  line-height: 34px;
}
.formWarp #registerform .qustionView p,
.formWarp #recoverform .qustionView p {
  margin: 0;
}
.formWarp #registerform .formItem,
.formWarp #recoverform .formItem {
  margin: 0 40px;
}
@media (max-width: 992px) {
  .formWarp form {
    width: 100%;
    padding: 10px;
  }
  .formWarp form .formItem {
    padding-top: 10px;
  }
  .formWarp form #loginBtn {
    margin-top: 10px;
    background: #43bc60;
  }
  .formWarp form #to-recover {
    font-size: 12px;
    font-family: "STXihei";
    color: #bababa;
  }
  .formWarp form .minTitle {
    position: relative;
    text-align: center;
  }
  .formWarp form .minTitle .title {
    position: relative;
    z-index: 2;
    width: 115px;
    margin: 0 auto;
    background: #fff;
    font-size: 18px;
    font-family: "STXihei";
    color: #bababa;
  }
  .formWarp form .minTitle .line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e8e8e8;
  }
  .formWarp form.action {
    display: block;
  }
  .formWarp form .checkbox input[type=checkbox] {
    margin-left: 0;
  }
}
footer {
  background: #222222;
  color: #666;
}
footer .mainCont {
  padding: 100px 0 40px 0;
  border-bottom: 1px solid #343434;
}
footer .mainCont > div {
  height: 340px;
}
footer .mainCont > div:not(:last-child) {
  border-right: 1px solid #333;
}
footer .mainCont .ft_title {
  color: #fff;
  font-size: 18px;
}
footer .mainCont .ft_title .line {
  width: 37px;
  height: 2px;
  margin-top: 20px;
  background: #498FF0;
}
footer .mainCont .contactUs .ft_title .line {
  background: #F9647E;
}
footer .mainCont .contactUs .ft_cont .cont_t {
  margin-top: 40px;
}
footer .mainCont .contactUs .ft_cont .address {
  margin-top: 30px;
}
footer .mainCont .contactUs .ft_cont .phone {
  margin-top: 30px;
}
footer .mainCont .contactUs .ft_cont .phone i {
  margin-left: 27px;
}
footer .mainCont .contactUs .ft_cont .phone i.icon-weixin {
  top: 2px;
}
footer .mainCont .otherServices {
  padding-left: 40px;
}
footer .mainCont .otherServices .ft_title .line {
  background: #4A93F7;
}
footer .mainCont .otherServices .ft_cont {
  text-align: center;
}
footer .mainCont .otherServices .ft_cont .row {
  padding: 44px 0;
}
footer .mainCont .otherServices .ft_cont .row p {
  line-height: 35px;
  color: #fff;
}
@media (min-width: 992px) {
  footer .mainCont .formView {
    padding-left: 40px;
  }
  footer .mainCont .formView .ft_title .line {
    background: #F97104;
  }
  footer .mainCont .formView .ft_cont {
    padding-top: 15px;
    overflow: hidden;
    width: 300px;
    height: 330px;
  }
  footer .mainCont .formView .ft_cont iframe {
    position: relative;
    top: -50px;
    left: -15px;
  }
  footer .mainCont .formView .ft_cont .inputView {
    margin-bottom: 7px;
  }
  footer .mainCont .formView .ft_cont .inputView input {
    background: #393939;
    border: none;
    border-radius: 5px;
    width: 220px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
  }
  footer .mainCont .formView .ft_cont .inputView .yzmInput {
    width: 114px;
  }
  footer .mainCont .formView .ft_cont .inputView .yzmBtn {
    width: 99px;
    background: #4E4E4E;
    border: none;
    border-radius: 5px;
    height: 36px;
    line-height: 36px;
    color: #fff;
  }
  footer .mainCont .formView .ft_cont .inputView .radioBox {
    background: #393939;
    border-radius: 5px;
    width: 220px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  footer .mainCont .formView {
    padding-left: 40px;
    height: 450px !important;
  }
  footer .mainCont .formView .ft_title .line {
    background: #F97104;
  }
  footer .mainCont .formView .ft_cont {
    padding-top: 15px;
    overflow: hidden;
    width: 300px;
    margin: 0 auto;
  }
  footer .mainCont .formView .ft_cont iframe {
    position: relative;
    top: -50px;
    left: -15px;
    height: 550px !important;
  }
  footer .mainCont .formView .ft_cont .inputView {
    margin-bottom: 7px;
  }
  footer .mainCont .formView .ft_cont .inputView input {
    background: #393939;
    border: none;
    border-radius: 5px;
    width: 220px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
  }
  footer .mainCont .formView .ft_cont .inputView .yzmInput {
    width: 114px;
  }
  footer .mainCont .formView .ft_cont .inputView .yzmBtn {
    width: 99px;
    background: #4E4E4E;
    border: none;
    border-radius: 5px;
    height: 36px;
    line-height: 36px;
    color: #fff;
  }
  footer .mainCont .formView .ft_cont .inputView .radioBox {
    background: #393939;
    border-radius: 5px;
    width: 220px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
  }
}
footer .mainCont button[type=submit] {
  width: 220px;
  background: #0078FF;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border: none;
  border-radius: 5px;
}
footer .copy {
  padding: 40px 0;
  line-height: 30px;
  text-align: center;
}
.flex {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.flex-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.flex-align-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex-align-right {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.flex-warp {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.padding-0 {
  padding: 0 !important;
}
