@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,
.nav-top,
.footer {
  min-width: 1224px; }

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

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

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

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

.mainPage {
  color: inherit; }

::-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); }

ul,
ol {
  list-style: none;
  padding: 0; }

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

.head-seat {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #e7e7e7; }

.head-seat ul {
  width: 1224px;
  margin: 0 auto; }

.head-seat ul > li {
  float: left;
  margin-right: 36px;
  height: 30px;
  line-height: 30px;
  position: relative;
  font-size: 16px;
  color: #222; }

.head-seat ul > li::after {
  content: ">";
  font-size: 16px;
  color: #222;
  position: absolute;
  right: -26px;
  top: 0; }

.head-seat ul > li:last-child::after {
  display: none; }

.head-seat ul > li:last-child {
  color: #50CECC; }

.brand-news {
  display: block;
  width: 360px;
  height: auto;
  margin: 25px auto 0;
  padding-bottom: 80px; }

.brand-news > form {
  width: 100%;
  position: relative; }

.personal-brand .brand-news > form {
  height: 944px; }

.brand-news-list {
  display: block;
  width: 360px;
  height: auto;
  position: relative; }
  .brand-news-list .title-name {
    text-align: center;
    color: black;
    font-weight: 300;
    margin-bottom: 10px; }
    .brand-news-list .title-name h3 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 0;
      line-height: 22px; }
    .brand-news-list .title-name span {
      color: #616161;
      font-size: 14px; }
    .brand-news-list .title-name .subText {
      color: #616161;
      font-size: 12px;
      margin-bottom: 0; }

.personal-brand .brand-news-list {
  margin: 0 auto; }

.upload-showPics {
  width: 362px;
  overflow: hidden;
  padding: 5px;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 15px; }

.brand-news-list > Span {
  font-size: 20px;
  color: #222;
  line-height: 28px;
  position: absolute;
  top: 0;
  left: 0; }

.brand-news-list > div {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  padding: 0; }

.brand-news-list > div textarea {
  width: 100%;
  height: 100px;
  border: none;
  box-sizing: border-box;
  background: none;
  resize: none;
  padding: 5px;
  font-size: 16px;
  color: #222;
  line-height: 25px;
  border-radius: 10px;
  background: #fff; }

.brand-news-list > .brand-img {
  background: none;
  border: none; }

.brand-img li {
  float: left;
  width: 172px;
  height: 109px;
  background: #F1FFFF url(../images/icon/upLoad-showPic.png) no-repeat center;
  border: 1px solid #B2B2B2;
  text-align: center;
  line-height: 98px;
  display: flex;
  align-items: center;
  font-size: 0;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-sizing: border-box; }

.brand-img li.upload-big-pic1 {
  width: 352px;
  height: 221px; }

.brand-img li.upload-big-pic2 {
  margin: 5px 8px 0 0;
  background: #EEEEEE; }

.brand-img li.upload-big-pic3 {
  margin-top: 5px;
  background: #EEEEEE; }

.brand-img li img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: 0 auto; }

.brand-img li input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 98; }

.img-file-remove {
  display: none;
  width: 100%;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  line-height: 26px;
  padding-right: 8px;
  z-index: 99;
  cursor: pointer; }

.img-file-remove img {
  width: 20px;
  height: 20px; }

.brand-img li:hover .img-file-remove {
  display: block; }

.content-de .choose-pic:hover .img-file-remove {
  display: block; }

.right-part {
  position: absolute;
  right: 0;
  top: 0; }

.count-down {
  top: -15px;
  width: 320px; }
  .count-down .content-de {
    padding: 5px;
    background: #fff; }
    .count-down .content-de .choose-pic {
      position: relative;
      width: 310px;
      height: 502px;
      border: 1px solid #B2B2B2;
      box-sizing: border-box;
      border-radius: 10px;
      overflow: hidden; }
      .count-down .content-de .choose-pic input {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }

.warn-tips {
  font-size: 16px;
  color: black;
  text-align: center;
  display: block;
  line-height: 22px; }

.brand-intro {
  top: 562px;
  width: 350px;
  right: -17px; }

.personal-brand .brand-intro {
  top: 722px;
  right: 182px; }

.brand-news-but {
  display: block;
  width: 100%;
  height: 44px;
  margin: 20px 0 16px 0;
  position: relative; }

.personal-brand .brand-news-but {
  margin-top: 190px; }

.brand-news-but button {
  display: block;
  box-sizing: border-box;
  margin-left: 30px;
  font-size: 16px;
  background: #50cecc;
  color: #fff;
  width: 172px;
  height: 44px;
  border-radius: 10px;
  border: none; }

.brand-news-but a {
  display: block;
  width: 172px;
  height: 44px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  color: black;
  text-align: center;
  line-height: 38px; }

.brand-news-list > div.brand-news-top {
  display: flex;
  width: 100%;
  padding: 10px 0 10px 10px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  align-items: center;
  margin-bottom: 42px; }

.brand-news-top-img {
  display: block;
  width: 57px;
  height: 57px;
  border-radius: 10px;
  float: left;
  border: 1px solid #999;
  background: #F1FFFF url(../images/icon/upLoad-pic.png) no-repeat center;
  margin-right: 10px;
  position: relative;
  line-height: 125px;
  overflow: hidden; }

.brand-news-top-img img {
  position: absolute;
  top: 0;
  left: 0; }

.brand-news-top-img input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.brand-news-name {
  display: block;
  width: 190px;
  height: 34px;
  float: left; }

.brand-news-name input {
  width: 100%;
  height: 100%;
  border: 1px solid #E3E6EB;
  border-radius: 6px;
  padding-left: 6px;
  font-size: 14px;
  line-height: 34px;
  color: #A4A4A4; }

.brand-news-topList {
  display: block;
  width: 100%;
  height: 28px;
  margin-top: 50px; }

.brand-news-topList li {
  float: left;
  min-width: 100px;
  line-height: 28px;
  font-size: 20px;
  color: #888;
  margin-right: 10px; }

.brand-news-topList li img {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-top: 4px;
  margin-right: 8px; }

.brand-news-collect {
  display: block;
  width: 50px;
  height: 45px;
  position: absolute;
  right: 70px;
  top: 66px; }

.brand-news-collect img {
  max-width: 100%;
  max-height: 100%; }

.brand-number {
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 16px;
  color: #222;
  line-height: 22px; }

.clipArea {
  height: 560px;
  width: 100%;
  float: left;
  display: none; }

#file,
#clipBtn {
  margin: 20px; }

.view {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: none; }

.cut-pic-pop {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: -999;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5); }

.cut-content {
  position: absolute;
  width: 800px;
  height: 600px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

.cut-pic-active {
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 9999; }

#piCC {
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  box-sizing: border-box; }

.cut-tips {
  color: white;
  text-align: center; }

.cut-buttons {
  text-align: center; }

.cut-buttons button {
  width: 40%;
  height: 34px;
  border-radius: 10px;
  border: none;
  background: #50CECC;
  color: white; }

.pro-news {
  display: block;
  width: 100%;
  height: 100px;
  background: #fff;
  border-radius: 15px;
  position: relative;
  height: 66px;
  box-sizing: border-box;
  padding: 5px !important;
  overflow: hidden;
  margin-bottom: 51px; }

.pro-news-img {
  display: inline-block;
  float: left;
  width: 55px;
  height: 55px;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 10px;
  position: relative; }

.pro-news-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }

.pro-news-img input {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0; }

.pro-news-in {
  display: inline-block;
  float: left;
  height: 100%; }

.pro-news-in > input {
  border: none;
  width: 220px; }

.pro-news-in > span {
  font-size: 14px;
  color: #A4A4A4; }

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

.pro-news-in > h2 {
  font-size: 16px;
  line-height: 22px;
  padding-top: 2px;
  color: black;
  height: 22px;
  margin: 0;
  font-weight: 400; }

.pro-news-topList {
  display: block;
  width: 100%;
  height: 26px; }

.pro-news-topList ul {
  margin: 8px 0 0 0; }

.pro-news-topList li {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  padding-right: 10px;
  font-size: 14px;
  color: #A4A4A4;
  margin-right: 10px; }

.pro-news-topList li img {
  width: 16px;
  height: 16px;
  margin-right: 6px; }
