@charset "UTF-8";
html {
  min-width: 1224px; }

::-moz-placeholder {
  color: #d0d3d6; }

::-webkit-input-placeholder {
  color: #d0d3d6; }

:-ms-input-placeholder {
  color: #d0d3d6; }

.whiteBg {
  background: none !important; }

body {
  font-family: 'Microsoft YaHei';
  background: #F1F1F1; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0; }

img {
  max-width: 100%; }

:focus {
  outline: none !important; }

* {
  margin: 0;
  padding: 0;
  /*去移动端点击阴影*/
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

em,
i,
s,
b,
u {
  text-decoration: none;
  font-style: normal;
  font-weight: normal; }

ul,
ol {
  list-style: none; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

a:hover,
a:active,
a:focus {
  text-decoration: none; }

.clear {
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  clear: both; }

.clear::after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 0; }

.bg-white {
  background-color: white !important; }

.navbar-white .navbar-nav .nav-link {
  color: #242424; }

.navbar-white .navbar-nav .active > .nav-link,
.navbar-white .navbar-nav .nav-link.active,
.navbar-white .navbar-nav .nav-link.show,
.navbar-white .navbar-nav .show > .nav-link {
  color: #1E468B; }

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #1E468B; }

.navbar-toggler {
  background-color: #1E468B; }

.top {
  background-image: url("../images/but_arr.png");
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 999;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  cursor: pointer; }

.side-menu-box {
  display: block;
  overflow: hidden;
  position: fixed;
  bottom: 30%;
  right: 0;
  background-color: #1E468B;
  z-index: 999999;
  transition: all ease-in-out 0.2s; }

.side-menu-box > ul {
  display: block;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  color: white; }

.side-menu-box > ul .header-title {
  text-align: center;
  font-size: 1rem;
  border-bottom: 1px solid #F1F1F1;
  border-top: 1px solid #F1F1F1;
  cursor: pointer; }

.side-menu-box > ul li {
  display: block;
  overflow: hidden;
  list-style: none;
  padding: 0.5rem;
  margin: 0;
  background-color: #1E468B; }

.side-menu-box > ul li img {
  width: 1.5rem; }

.side-menu-box > ul li a {
  color: white;
  display: block;
  text-decoration: none; }

footer.footer {
  background-color: #031F3A;
  display: block;
  overflow: hidden;
  color: #677788; }

.link-content a {
  text-decoration: none;
  color: #677788;
  padding: 2rem 0 2rem 0;
  display: inline-block; }

footer.footer .item {
  display: block;
  overflow: hidden;
  margin-bottom: 2rem; }

footer.footer .item > img {
  width: 2rem; }

footer.footer .gongzhonghao {
  width: 10rem; }

footer.footer .guanzhu {
  margin: 1rem;
  display: block;
  overflow: hidden; }

footer.footer .bottom-content {
  background: linear-gradient(180deg, #2c2d31 0%, #101013 100%);
  display: block;
  overflow: hidden;
  font-size: 0.8rem;
  color: #677788;
  text-align: center;
  padding: 1rem; }

footer.footer .bottom-content a {
  text-decoration: none;
  color: #677788;
  transition: all ease-in-out 0.2s; }

footer.footer .bottom-content a:hover {
  color: white; }

.banner-box {
  /*background-image: url('../images/banner/ban7.jpg');*/
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 18.75rem; }

.banner {
  height: 100%;
  width: 100%; }

.app-download-wrap {
  position: relative; }

.pay-online {
  position: absolute;
  bottom: -0.9rem;
  left: 0.9rem;
  font-size: 16px;
  color: #333; }

.pay-online:hover {
  color: #1E468B; }

.header-top {
  display: block;
  width: 100%;
  height: 64px;
  background: linear-gradient(180deg, #2c2d31 0%, #101013 100%); }

.header-top {
  position: relative; }

.header-top h3 {
  font-size: 20px;
  color: #fff;
  display: block;
  float: left;
  padding-left: 24px;
  line-height: 64px; }
  .header-top h3 a {
    color: #fff; }

.header-top h3 span {
  color: #50CECC; }

.header-top .page-title {
  position: absolute;
  width: 400px;
  height: 44px;
  border-radius: 20px;
  background: #fff;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #000;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -22px;
  display: flex;
  justify-content: center; }

.page-title span {
  display: block;
  width: 24px;
  height: 44px;
  background: url(../images/icon/VIP.png) no-repeat center center;
  margin-left: 10px; }

.header-top .user-info {
  position: absolute;
  left: 50%;
  margin-left: 260px;
  height: 100%;
  top: 0;
  color: #fff; }

.header-top .user-info-details {
  float: left; }

.header-top .user-name {
  font-size: 16px;
  padding: 9px 0 3px 0;
  margin-bottom: 0; }

.header-top .user-level {
  font-size: 12px;
  background: #50cecc;
  text-align: center;
  line-height: 12px;
  padding: 2px 6px 2px 5px;
  border-radius: 9px;
  margin-left: 8px; }

.header-top .user-num {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0; }

.head-pic {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  z-index: 100;
  margin: 7px 10px 0 0;
  float: left; }

.head-pic img {
  width: 100%;
  height: 100%; }

.loginOut {
  display: block;
  float: left;
  color: #fff;
  line-height: 64px;
  margin-left: 20px; }

.loginOut:hover {
  color: #50CECC; }

.isCompanyRed {
  color: #FF2A4D !important;
  font-size: 24px !important; }

.pop-tips {
  display: none;
  height: auto;
  background: #E3E6EB;
  border-radius: 20px;
  position: fixed;
  width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 299; }

.pop-tips-but {
  display: flex;
  width: 100%;
  height: 66px;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 5px; }

.pop-tips-but button {
  display: flex;
  width: 135px;
  height: 40px;
  border: none;
  background: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  border-radius: 10px;
  margin: 0 5px; }

.pop-tips-title {
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  padding-top: 16px; }

.pop-tips-but .confirm {
  color: #fff;
  background: #50CECC;
  border-radius: 10px; }

.pop-tips-in {
  display: block;
  width: 100%;
  height: auto;
  padding: 16px 10px 15px;
  text-align: center;
  font-size: 16px;
  color: #616161; }
  .pop-tips-in p {
    margin: 0;
    padding: 0 14px; }

.mask {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.53);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199; }

/*响应式排版设置*/
@media (min-width: 768px) {
  .side-menu-box > ul li.mobile-item {
    display: none; }
  .navbar {
    padding: 0.8rem 1rem; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.9rem;
    padding-right: 0.9rem; } }

@media (max-width: 768px) {
  .side-menu-box > ul li.pc-item {
    display: none; }
  .menu-box {
    padding-right: 0;
    padding-left: 0; }
  footer.footer .link-content {
    text-align: center; }
  .link-content a {
    padding: 1rem 0 1rem 0; }
  footer.footer .item {
    display: block;
    overflow: hidden;
    margin-bottom: 1rem; } }

html {
  height: 100%; }

html,
.header-top,
.footer {
  min-width: 1224px; }

body {
  min-height: 100%;
  position: relative; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0; }

/*1rem=16px*/
.gray-bg {
  background: #E3E6EB !important; }

.section-content {
  display: block;
  overflow: hidden; }

.mainPage {
  color: inherit; }

.section-content .heading {
  position: relative;
  display: block;
  overflow: hidden; }

::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px; }

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2); }

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1); }

.nav-top {
  display: block;
  width: 718px;
  text-align: center;
  height: 88px;
  margin: 40px auto 10px;
  font-size: 30px;
  white-space: nowrap;
  border-radius: 20px;
  overflow: hidden;
  background: #fff; }

.nav-top > a {
  display: none;
  color: #616161;
  position: relative;
  line-height: 44px;
  width: 50%;
  line-height: 88px; }

.nav-top > a.active {
  background: #50CECC;
  color: #fff; }

.add-brand-main {
  display: block;
  width: 1072px;
  margin: 0 auto 12px; }

.add-brand {
  display: block;
  width: 718px;
  height: 88px;
  text-align: center;
  line-height: 43px;
  background: #fff;
  border-radius: 20px;
  margin: 0 auto 10px;
  font-size: 18px;
  color: #50CECC !important;
  border: none;
  font-size: 30px;
  line-height: 88px; }

.list-right {
  height: 50px;
  position: absolute;
  top: 70px;
  right: 10px;
  border-radius: 20px;
  overflow: hidden; }

.list-right a {
  display: block;
  float: left;
  width: 142px;
  height: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #fff !important;
  text-align: center;
  background: #A4A4A4; }

.list-right .reback {
  background: #616161; }

.list-right button {
  display: block;
  height: 100%;
  float: left;
  width: 142px;
  border: none;
  font-size: 18px;
  color: #fff;
  background: #A4A4A4; }

.edit-brand:hover {
  background: #C98375; }

.update-brand:hover {
  background: #50CECC; }

.offline:hover {
  background: #616161; }

a:hover,
a:active,
a:focus {
  text-decoration: none; }

.list-img {
  display: flex;
  float: left;
  width: 110px;
  height: 110px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 20px; }

.list-img > span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.list-img > span img {
  max-width: 100%;
  height: auto; }

.list-content {
  position: absolute;
  height: 42px;
  width: 100%;
  top: 14px;
  left: 0;
  box-sizing: border-box;
  padding-left: 140px;
  align-items: center;
  font-size: 30px;
  color: #222;
  line-height: 33px; }

.style-num {
  font-size: 28px;
  padding-left: 20px;
  color: #A4A4A4;
  font-weight: 300; }

.isCompanyRed {
  color: #FF2A4D !important;
  font-size: 24px !important; }

.pop-tips {
  display: none;
  height: auto;
  background: #E3E6EB;
  border-radius: 20px;
  position: fixed;
  width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 299; }

.pop-tips-but {
  display: flex;
  width: 100%;
  height: 66px;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 5px; }

.pop-tips-but button {
  display: flex;
  width: 135px;
  height: 40px;
  border: none;
  background: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  border-radius: 10px;
  margin: 0 5px; }

.pop-tips-title {
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  padding-top: 16px; }

.pop-tips-but .confirm {
  color: #fff;
  background: #50CECC;
  border-radius: 10px; }

.pop-tips-in {
  display: block;
  width: 100%;
  height: auto;
  padding: 16px 10px 15px;
  text-align: center;
  font-size: 16px;
  color: #616161; }
  .pop-tips-in p {
    margin: 0;
    padding: 0 14px; }

.mask {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.53);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199; }

/*响应式排版设置  媒体查询*/
.newBrandBtn {
  display: block;
  width: 179px;
  height: 50px;
  line-height: 50px;
  background: #00BCBD;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px; }
  .newBrandBtn:hover {
    background-color: rgba(0, 188, 189, 0.8);
    color: #fff; }

.main-content {
  width: 750px;
  padding: 0;
  margin: 48px auto 0;
  overflow: hidden; }
  .main-content .brand-list {
    padding-bottom: 80px; }

.new-brand-item {
  padding: 20px 20px 20px 30px;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px; }
  .new-brand-item .left {
    flex: 1;
    overflow: hidden; }
    .new-brand-item .left .title {
      font-size: 32px;
      font-weight: bold;
      color: #000;
      margin-bottom: 5px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      line-height: 45px; }
    .new-brand-item .left .subTitle {
      font-size: 24px;
      color: #616161;
      margin-bottom: 34px;
      line-height: 34px; }
    .new-brand-item .left .operator {
      line-height: 22px; }
      .new-brand-item .left .operator a {
        color: #b2b2b2;
        font-size: 16px; }
        .new-brand-item .left .operator a.del-brand:hover {
          color: #ff0000; }
        .new-brand-item .left .operator a:hover {
          color: #00bcbd; }
  .new-brand-item .right {
    width: 140px;
    height: 140px;
    margin-left: 53px;
    flex-shrink: 0;
    overflow: hidden; }
    .new-brand-item .right img {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 5px;
      object-fit: contain; }
