.header {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 100;
}


.navbar-brand {
  margin-right: 40px !important;
}
.navbar-des {
  vertical-align: middle;
  padding-left: 15px;
  border-left: 1px solid #888;
  font-size: 16px;
}
.mr-90 {
  margin-right: 90px;
}
/* header 背景 */
.header-bg {
  width: 100%;
  height: auto;
}
.header-menu {
  font-size: 14px;
  border: 1px solid #444;
  color: #444;
  border-radius: 15px;
  padding: 6px 12px;
  /*margin-top: -8px;
  */position: absolute;
  display: block;
  right: 14px;
  top: 13px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.right-30 {
  right: 82px;
}
/* 头部样式修改 */
.myfans-span{
  width: 100%;
  display: inline-block;
  text-align: center;
}
.myfans-box{
  width: 100%;
}
.myfans-box p {
  width: 100%;
  margin:  0 auto;
}
/* 滚动条背景*/
.bgc-black {
  background: #fff;
}
.mask {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.myfans-logo {
  width: 120px;
  height: 32px;
  margin-right: 15px;
}

.navbar-btn > li {
  text-align: center;
}

.bgd-fff {
  background-color: #fff;
}

.myfans-title {
  /* width: 100%; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.nav-item {
  position: relative;
  padding: 0 1rem;
}
.my-nav {
  z-index: 2;
  max-width: 1230px;
  margin: 0 auto;
}
.header-box {
  width: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.07);
}
.mr-5 {
  margin-right: 5%;
}
.my-button {
  padding: 8px 30px;
  margin: 2px 0;
}
.navbar-light .navbar-toggler {
  border: 0;
  outline: none;
}
.my-fans-p{
  margin-top: 2%!important;
  text-align: center;
}
.my-fans-indexp {
  margin-top: 6%!important;
  text-align: center;
}
.myfans-product {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  background: #fff;
  color: #777;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 1rem;
  white-space: nowrap;
}
.product-item:last-of-type {
  background: none;
}


.login {
  padding: 8px 33px;
  /*width: 94px;*/
  /*height: 36px;*/
  /*line-height: 36px;*/
  color: #fff;
  background: #198AF3;
  border-radius: 25px;

}
.login:hover {
  background-color: #007bff;
  color: #fff;
}
.registered {
  padding: 8px 33px;
  /*width: 94px;*/
  /*height: 36px;*/
  /*line-height: 36px;*/
  color: #198AF3;
  border-radius: 25px;
  border: 1px solid #198AF3;

}
.registered:hover {
  background: #198AF3;
  color: #fff;
}
/*********************************************************************
************************** min-width: 992px pc端 *********************
**********************************************************************/
@media (min-width: 992px) {
  .my-nav {
    z-index: 2;
    max-width: 1230px;
    margin: 0 auto;
    height: 76px;
    padding: 0px 1rem;
  }
  .nav-link {
    font-weight: 800;
    /* padding: 5px 0 !important; */
    position: relative;
    /*top: 3px;*/
    text-align: center;
    white-space: nowrap;
    display: block;
    font-size: 16px;
    color: #000;
    height: 69px;
    line-height: 63px;
    padding-top:0;
    padding-bottom: 0px
  }

  .product-item {
    margin-right: 15px;
    padding-right: 15px;
    color: #777;
    background: linear-gradient(180deg, #ccc, #ccc, #ccc) no-repeat 100% 43%;
    background-size: 1px 70%;
  }
  .mr-25 {
    margin-right: 25px;
  }
  /* NavBar 底部线 */
  .bottom-white {
    border-bottom: 3px solid #fff;
  }
  .bottom-black {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    color: #198AF3 !important;
    border-bottom: 3px solid #198AF3;
  }
  .active-white {
    border-bottom: 3px solid #fff;
  }
  .active-black {
    border-bottom: 2px solid #151515;
  }
  .active-blue {
    border-bottom: 3px solid #198AF3;
  }
}
/*********************************************************************
************************** max-width: 991px 移动端 *****************
**********************************************************************/
@media (max-width: 991px) {
  .nav-item {
    padding: 0.5rem 1rem;
  }
  .my-nav {
    z-index: 2;
    max-width: 1230px;
    margin: 0 auto;
  }
  .nav-link {
    padding: 5px 0 !important;
    position: relative;
    top: 3px;
    text-align: center;
    white-space: nowrap;
    display: block;
    font-size: 16px;
  }

  /* 移动端选中样式 */
  .nav-item .bottom-white {
    color: #0092fc !important;
  }
  .nav-item .bottom-black {
    color: #0092fc !important;
  }
  .myfans-product {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .header {
    height: 500px;
    width: 100%;
  }
  .header-help {
    width: 100%;
  }
  .header:before {
    content: ' ';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 49.6% 50%;
    height: 500px;
  }
  .header-box {
    background: rgba(247, 248, 250, .9);
  }
  .nav-link {
    color: #151515 !important;
  }
  .my-fans-p{
    margin-top: 7%!important;
  }
  .my-fans-indexp {
    margin-top: 7%!important;
  }
}

#more-function {
  display: flex;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  height: 76px;
  min-width: 100px;
  align-items: center;
  justify-content: center;
}
#more-function span {
  cursor: default;
  user-select: none;
}
#more-function img {
  width: 10px;
  height: 5px;
  margin-left: 5px;
  transition: all .3s;
}

.nav-func-box {
  position: absolute;
  top: 76px;
  display: none;
  width: 300px;
  height: 360px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
.nav-box-item {
  display: inline-block;
  vertical-align: top;
  margin: 20px 20px 20px 0;
  padding-left: 20px;
}
.nav-box-item:nth-child(even) {
  border-left: 1px solid #eee;
}
.nav-item-header img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.nav-item-header {
  display: flex;
  align-items: center;
  color: #333;
}
.nav-item-des {
  font-size: 12px;
  color: #7C7C7C;
  margin-top: 10px;
}
.carousel-indicators .active {
  width: 24px;
  border-radius: 5px;
}


/*login 模块*/
.login-dialog {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: rgba(0, 0, 0, .5);
}
.login-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  background: rgba(0, 0, 0, .5);
}
.login-box {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -225px;
  margin-top: -255px;
  width: 450px;
  height: 510px;
  background: #fff;
  border-radius: 5px;
  z-index: 201;
}
#close-dialog {
  position: absolute;
  bottom: -60px;
  left: 50%;
  display: block;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  cursor: pointer;
}

.wx-scan, .bind-phone, .phone-login, .forget-password, .code-login  {
  font-size: 14px;
  text-align: center;
  color: #444444;
}
.wx-scan p {
  margin: 0;
}
.dialog-title {
  margin-top: 83px;
  font-size: 24px;
  color: #444;
  text-align: center;
}
.dialog-sub-title {
  cursor: pointer;
}
.icon-dialog-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.icon-dialog-tip {
  position: absolute;
  top: 20px;
  right: 85px;
  width: 88px;
  height: 32px;
  color: #fff;
}
.icon-dialog-tip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon-dialog-tip p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
}
.wx-code-box {
  margin: 30px auto 0;
  width: 280px;
  height: 280px;
}
.wx-code-box img {
  width: 100%;
  height: 100%;
}

.wx-des {
  margin-top: 24px !important;
}

.bind-phone {
  font-size: 14px;
}

.bind-input::-webkit-input-placeholder { /* WebKit browsers 閫傞厤璋锋瓕 */
  color: #ddd;
}
.bind-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 閫傞厤鐏嫄 */
  color: #ddd;
}
.bind-input::-moz-placeholder { /* Mozilla Firefox 19+ 閫傞厤鐏嫄 */
  color: #ddd;
}
.bind-input:-ms-input-placeholder { /* Internet Explorer 10+  閫傞厤ie*/
  color: #ddd;
}
.bind-input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

.phone-box {
  margin-top: 67px;
}
.font-gray {
  color: #a1a1a1 !important;
}
.bind-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 330px;
  margin: 25px auto;
}
.bind-label {
  display: inline-block;
  width: 70px;
  text-align: right;
  margin-bottom: 0;
}
.bind-input {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  height: 40px;
  padding-left: 10px;
}
.bind-input:focus {
  outline-color:#198AF3;
}

#get-code, #forget-get-code, #get-login-code{
  display: inline-block;
  color: #198AF3;
  width: 100px;
  padding-left: 18px;
  cursor: pointer;
  user-select: none;
}
.psw-eye {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.dialog-btn {
  margin-left: 70px;
  width: 260px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #198AF3;
  color: #fff;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.dialog-btn:focus {
  outline: none;
}
.dialog-btn:hover {
  background: #1973F3;
}
.bind-phone-tips {
  width: 330px;
  margin: 0 auto;
  font-size: 14px;
  color: #a1a1a1;
  text-align: right;
}
.bind-phone-tips span {
  color: #198AF3;
  cursor: pointer;
  user-select: none;
}
#bp-psw-hide {
  display: none;
}
#fg-psw-hide {
  display: none;
}

.phone-login p{
  margin: 0;
}
#forget-psw {
  width: 70px;
  text-align: right;
  color: #198AF3;
  cursor: pointer;
  user-select: none;
}
.loginBtn {
  user-select: none;
  cursor: pointer;
}
#wx-code-loading {
  margin-top: 120px;
  color: #888;
}
