* {
  margin: 0;
  padding: 0;
}
a {
  color: #010101;
}
a:hover,
a:focus {
  color: #333333;
  text-decoration: none;
  text-underline: none;
}
.app-qrcode-dropdown {
  display: none;
  left: 0;
  line-height: 1.8;
  position: absolute;
  top: 60px;
  background: #ffffff;
  width: 130px;
  z-index: 11;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  color: #333333;
}
.app-qrcode-dropdown img {
  width: 100% !important;
  margin: 0 auto !important;
  display: block !important;
}
.app-qrcode-dropdown:before {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: -1px -1px 3px -1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px -1px 3px -1px rgba(0, 0, 0, 0.15);
  content: "";
  display: block;
  height: 12px;
  right: 60px;
  position: absolute;
  top: -13px;
  bottom: 0;
  -webkit-transform: rotate(46deg) translate(6px, 6px);
  transform: rotate(46deg) translate(6px, 6px);
  width: 12px;
}
#topHeader {
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px #e9e9e9;
  border: none;
  z-index: 999999;
  margin-bottom: 30px;
}
#topHeader .container {
  height: 70px;
  line-height: 70px;
  position: relative;
}
#topHeader .container .navbar-header .download-info {
  position: relative;
}
#topHeader .container .navbar-header .download-info:hover .app-qrcode-dropdown {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  #topHeader .container .navbar-header {
    float: initial;
  }
  #topHeader .container .navbar-header .navbar-toggle {
    display: block;
  }
}
#topHeader .container .navbar-header .navbar-brand {
  height: 70px;
  align-items: center;
}
#topHeader .container .navbar-header .navbar-brand img {
  height: 36px;
}
@media (max-width: 480px) {
  #topHeader .container .navbar-header .navbar-brand img {
    width: 40px;
    height: 40px;
  }
}
#topHeader .container .navbar-header .download-info {
  padding: 0;
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
  white-space: nowrap;
  text-align: center;
}
#topHeader .container .navbar-header .download-info img {
  margin-right: 10px;
}
#topHeader .container .navbar-header .headerImg {
  width: 36px;
  margin-top: 0px;
  height: 36px;
  background: transparent;
  padding: 0;
  border: none;
}
#topHeader .container .navbar-header .headerImg:hover,
#topHeader .container .navbar-header .headerImg:focus {
  background: transparent;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #topHeader .container #bs-1.navbar-collapse {
    position: absolute;
    width: 100%;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    padding-top: 1px;
    overflow: visible !important;
  }
  #topHeader .container #bs-1.in .nav {
    display: block;
  }
  #topHeader .container #bs-1 .nav {
    width: 100%;
    display: none;
  }
  #topHeader .container #bs-1 .nav li {
    float: none;
    width: 100%;
  }
}
#topHeader .container #bs-1 .nav {
  position: relative;
  z-index: 555;
  background: #ffffff;
  margin-top: 0;
}
#topHeader .container #bs-1 .nav .dropdown-menu {
  min-width: auto;
  padding: 5px;
}
#topHeader .container #bs-1 .nav li a {
  line-height: 40px;
  font-size: 16px;
  color: #000;
  background-color: #ffffff;
}
#topHeader .container #bs-1 .nav li a:focus,
#topHeader .container #bs-1 .nav li a:hover {
  background-color: #ffffff;
  color: #E60012;
}
#topHeader .container #bs-1 .nav li .headerdownload {
  padding-right: 10px;
  padding-left: 10px;
  white-space: nowrap;
}
#topHeader .container #bs-1 .nav li .headerdownload .download-info {
  position: relative;
}
#topHeader .container #bs-1 .nav li .headerdownload .download-info:hover .app-qrcode-dropdown {
  display: block;
}
#topHeader .container #bs-1 .nav li .headerdownload img {
  margin-right: 10px;
}
#topHeader .container #bs-1 .nav li .headersearch {
  margin-left: 20px;
  padding: 20px;
  cursor: pointer;
}
#topHeader .container #bs-1 .nav li .headersearch .search {
  font-size: 14px;
  color: #666;
  height: 30px;
  width: 100px;
  background: #F9F9F9;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
  margin-bottom: 0;
}
#topHeader .container #bs-1 .nav li .headersearch .search img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
#topHeader .container #bs-1 .nav li .headersearch .search input {
  width: 60px;
  border: none;
  background: transparent;
  height: 24px;
}
#topHeader .container #bs-1 .nav li .can {
  display: block;
  width: 124px;
  height: 32px;
  background: rgba(233, 72, 27, 0.2);
  border-radius: 15px;
  border: 1px solid #E9481B;
  text-align: center;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #E9481B;
  line-height: 30px;
}
#topHeader .container #bs-1 .nav li .can img {
  width: 46px;
  height: 30px;
  float: left;
  margin-right: 6px;
}
#topHeader .container #bs-1 .nav li .headerLoginAndOut {
  padding-left: 38px;
  position: relative;
}
#topHeader .container #bs-1 .nav li .headerLoginAndOut a {
  padding-right: 5px;
  padding-left: 5px;
}
#topHeader .container #bs-1 .nav li .headerLoginAndOut a img {
  width: 36px;
  height: 36px;
}
#topHeader .container #bs-1 .nav .active a {
  background: #ffffff;
  color: #E60012;
}
#topHeader .container #bs-1 .longNav {
  width: 1016px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
}
#topHeader .container .nav:nth-child(2) {
  width: 100%;
  height: 100%;
  margin: 0 ;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-content: start;
  background: #ffffff !important;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  box-sizing: border-box;
  animation: mymoveMenu 1.1s;
  -webkit-animation: mymoveMenu 1.1s;
  /* Safari 和 Chrome */
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  border: 1px solid #f2f2f2;
}
#topHeader .container .nav:nth-child(2) div {
  box-sizing: border-box;
  padding: 10px;
  line-height: 30px;
}
#topHeader .container .nav:nth-child(2) div a {
  background: #ffffff !important;
  line-height: 30px;
  text-align: center;
}
@keyframes mymoveMenu {
  from {
    left: -50%;
  }
  to {
    right: 0;
  }
}
@-webkit-keyframes mymoveMenu {
  /*Safari and Chrome*/
  from {
    left: -50%;
  }
  to {
    right: 0;
  }
}
#footer .app-qrcode-dropdown {
  left: -150px;
  top: -45px;
}
#footer .app-qrcode-dropdown:before {
  top: 60px;
  right: -14px;
  -webkit-transform: rotate(136deg) translate(6px, 6px);
  transform: rotate(136deg) translate(6px, 6px);
}
#footer .footer-line {
  border-bottom: 1px solid #f2f2f2;
  height: 50px;
}
#footer .container {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  #footer .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#footer .container .box {
  padding: 0;
}
@media screen and (max-width: 1200px) {
  #footer .container .box {
    padding-top: 30px;
  }
}
#footer .container .box .itemL {
  margin-bottom: 5px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
}
#footer .container .box .itemL .codeInfo:hover .app-qrcode-dropdown {
  display: block;
  top: -20px;
}
#footer .container .box .tilte {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #010101;
  line-height: 18px;
  margin-bottom: 20px;
}
#footer .container .mtjz {
  width: 250px;
}
#footer .container .mtjz .son-list {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}
#footer .container .mtjz .son-list .itemL {
  width: 50%;
}
#footer .container .mtjz .son-list:after {
  content: '';
  flex: auto;
}
#footer .container .ewm .ewmBoxList {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#footer .container .ewm .ewmBoxList .ewmBox {
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
#footer .container .ewm .ewmBoxList .ewmBox img {
  width: 94px;
  height: 94px;
  border: 1px #888 dashed;
  margin-bottom: 10px;
}
#footer .banqan {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 30px;
}
#footer .banqan div {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #333333;
  height: 14px;
  line-height: 14px;
}
#footer .banqan div:last-child {
  border-right: none;
}
#footer .assit-wrapper {
  position: fixed;
  right: 20px;
  z-index: 10004;
  bottom: 60px;
  width: 40px;
}
#footer .assit-wrapper .code {
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  position: relative;
  background: #fff;
}
#footer .assit-wrapper .code .code-img {
  line-height: 40px;
  text-align: center;
  width: 40px;
}
#footer .assit-wrapper .code:hover {
  background: #4285f4;
  border: 1px solid #4285f4;
  cursor: pointer;
}
#footer .assit-wrapper .code:hover .app-qrcode-dropdown {
  display: block;
}
#footer .assit-wrapper .feedBack {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  position: relative;
  background: #fff;
}
#footer .assit-wrapper .feedBack .feedText {
  display: none;
  width: 28px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 14px;
}
#footer .assit-wrapper .feedBack:hover {
  background: #4285f4;
  border: 1px solid #4285f4;
}
#footer .assit-wrapper .feedBack:hover .feedText {
  display: block;
  cursor: pointer;
}
#footer .assit-wrapper .feedBack:hover .feedBack-img {
  display: none;
}
#footer .assit-wrapper .feedBack .feedBack-img {
  text-align: center;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  width: 40px;
}
#footer .assit-wrapper .top {
  border: 1px solid #ddd;
  border-top: none;
  width: 40px;
  height: 40px;
  position: relative;
  visibility: hidden;
  background: #fff;
}
#footer .assit-wrapper .top .top-img {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#footer .assit-wrapper .top:hover {
  cursor: pointer;
  background: #E60012;
  border: 1px solid #E60012;
}
#loginBox #loginbutton {
  border: none;
}
#loginBox #loginbutton li {
  border: none;
  margin: 0;
}
#loginBox #loginbutton li a {
  color: #999999;
  border: none;
}
#loginBox #loginbutton .active {
  border: none;
}
#loginBox #loginbutton .active a {
  color: #e60012;
  border: none;
}
#loginBox .login {
  width: 320px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #loginBox .login {
    width: 360px;
  }
}
#loginBox .login .logo {
  width: 5.7143rem;
  height: 5.7143rem;
  margin: 0.4rem auto 1.0714rem;
  overflow: hidden;
}
#loginBox .login .phone,
#loginBox .login .code {
  width: 90%;
  margin: 0 auto;
  height: 3.5714rem;
  line-height: 3.65rem;
  margin-top: 1.4286rem;
  background: #fff;
  border-radius: 0.2857rem;
  border-bottom: 1px solid #F2F2F2;
}
#loginBox .login .phone .center {
  width: 64%;
  float: left;
  height: 3.2rem;
  margin-left: 5%;
}
#loginBox .login .phone .center input,
#loginBox .login .code .center input {
  width: 92%;
  height: 2.6rem;
  line-height: 2.6rem;
  padding: 0.3rem;
  background: #fff;
  border: none;
}
#loginBox .login .phone .right {
  display: block;
  width: 28%;
  float: left;
  height: 1.4286rem;
  line-height: 1.4286rem;
  text-align: center;
  margin-top: 1rem;
  border: none;
  font-size: 1.1429rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #E60012;
}
#loginBox .login .code .center {
  width: 46%;
  float: left;
  height: 3.2rem;
  margin-left: 5%;
}
#loginBox .login .btn {
  width: 90%;
  margin: 0 auto;
  display: block;
  line-height: 3.5714rem;
  border: none;
  color: #fff !important;
  text-align: center;
  font-size: 1.1429rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #f2ce99;
  background: linear-gradient(270deg, #ff4455 0%, #ef4037 100%);
  border-radius: 0.2857rem;
}
#loginBox #wxlogin {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
#loginBox #wxlogin img {
  margin-bottom: 10px;
  width: 200px;
  height: 200px;
}
#loginBox .xieyi {
  width: 90%;
  margin: 0 auto;
  height: 2.4286rem;
  font-size: 1rem;
  font-family: PingFangSC-Regular;
  color: #999999;
  line-height: 2.4286rem;
}
#loginBox ::-webkit-input-placeholder {
  font-size: 1rem;
  color: #999;
}
#loginBox :-moz-placeholder {
  font-size: 1rem;
  color: #999;
}
#loginBox ::-moz-placeholder {
  font-size: 1rem;
  color: #999;
}
#loginBox :-ms-input-placeholder {
  font-size: 1rem;
  color: #999;
}
#loginBox .tab-content {
  text-align: center;
}
#yxBox {
  box-sizing: border-box;
  padding: 10px;
  background: #ffffff;
  border-radius: 4px;
}
#yxBox .top {
  overflow: hidden;
  display: flex;
  justify-content: space-around;
}
#yxBox .top .left {
  width: 80px;
  height: 80px;
}
#yxBox .top .left img {
  width: 100%;
  height: 100%;
}
#yxBox .top .right {
  overflow: hidden;
}
#yxBox .top .right .title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 24px;
}
#yxBox .top .right .desc {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
#yxBox .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  justify-content: space-between;
}
#yxBox .tags .list {
  display: inline-block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #e60012;
  line-height: 15px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #e60012;
}
#yxBox .code {
  margin: 45px auto 30px;
  width: 175px;
  height: 175px;
}
#yxBox .code img {
  width: 100%;
  height: 100%;
}
#yxBox .buttom {
  text-align: center;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
#yxBox .buttom span {
  color: #E60012;
}
.layui-layer .layui-layer-title {
  border-bottom: 0;
  background-color: #ffffff;
  border-radius: 0;
}
/*# sourceMappingURL=common.css.map */