* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #222;
}

::-webkit-scrollbar {
  width: 5px;
  /* 滚动条宽度为0 */
  height: 5px;
  /* 滚动条高度为0 */
  display: block;
  /* 滚动条隐藏 */
}

::-webkit-scrollbar {
  width: 5px !important;
  /* 滚动条宽度为0 */
  height: 5px !important;
  /* 滚动条高度为0 */
  display: block !important;
  /* 滚动条隐藏 */
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2) !important;
  -webkit-border-radius: 6px !important;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px !important;
  background-color: rgba(125, 125, 125, 0.7) !important;
  -webkit-border-radius: 6px !important;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px !important;
  background-color: rgba(125, 125, 125, 0.7) !important;
  -webkit-border-radius: 6px !important;
}

.nullValue {
  align-items: center;
}

.noMsg {
  margin: 0 auto;
  font-size: 16px;
  color: #666666;
  text-align: center;
}

::selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  font-size: 16px;
  line-height: 1.5;
  background: #ffffff;
}

.imgLeft {
  margin-left: 19%;
}

@media only screen and (max-width: 767px) {
  .container {
    width: 100% !important;
  }

  /* 
  .navbar-default {
    opacity: 1 !important;
    padding: 0;
    background: #FFFFFF !important;
  } */

  .Tcenter {
    text-align: center;
  }

  .imgLeft {
    margin-left: -2% !important;
  }
}

/* .navbar-default {
  background-color: #ffffff;
  margin-bottom: 0;
  opacity: 1;
  border: none;
}

.navbar-nav li a {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
} */

.navbar-nav li a:hover {
  /* background: #ffffff !important; */
  color: #0e75ff !important;
}

.navbar-nav li a:active {
  color: #0e75ff !important;
}

.isa {
  color: #0e75ff !important;
}

.navbar-list li:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-right li:active {
  color: #555;
  background-color: #e7e7e7;
}

.side-bar .list-group-item {
  border: 0;
  margin-bottom: 5px;
  border-radius: 5px;
}

.side-bar .list-group-item .active {
  background-color: #0e75ff;
}

.navbar-nav .dropdown-item:active {
  background-color: transparent !important;
}

a:hover {
  text-decoration: none;
}

.avatar {
  display: inline-block;
}

.avatar img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 3px;
}

.blog-list-item {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #adadad;
}

.blog-list-item:last-child {
  border-bottom: 0;
}

.blog-list-item:first-child {
  padding-top: 0;
}

.blog-list-item .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 15px;
  color: black;
}

.blog-list-item .title:hover {
  color: #9d9d9d;
}

.blog-list-item .info {
  color: #9d9d9d;
}

.side-bar-card {
  background: rgba(0, 0, 0, 0.06);
  padding: 15px 0;
  border-radius: 5px;
}

.side-bar-card .side-bar-introduction {
  padding-left: 5px;
  line-height: 1.8;
  color: #9d9d9d;
  font-size: 15px;
}

.side-bar-card .side-bar-phone {
  line-height: 1.5;
  font-size: 13px;
}

.side-bar-recommend {
  margin-top: 10px;
}

.side-bar-card .side-bar-title {
  padding-left: 15px;
  padding-bottom: 15px;
}

.side-bar-recommend .side-bar-list .side-bar-item {
  padding: 15px 15px;
}

.side-bar-recommend .side-bar-list .side-bar-item:hover {
  padding: 15px 15px;
  background-color: rgba(0, 0, 0, 0.09);
}

.side-bar-recommend .side-bar-list .side-item-title {
  color: black;
}

.side-bar-recommend .side-bar-list .side-item-title:hover {
  color: #9d9d9d;
}

.side-bar-recommend .side-bar-list .side-item-info {
  color: #9d9d9d;
  font-size: 12px;
}

/*博客补充css*/

.blog-title {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}

.blog-info {
  line-height: 1.8;
  color: #9d9d9d;
  font-size: 15px;
}

.blog-info .label {
  opacity: 0.8;
}

.blog-content {
  padding-top: 15px;
  font-size: 15px;
  line-height: 1.5;
}

.blog-content img {
  margin: 15px auto;
}

.modal-footer {
  margin-top: 30px;
}

/*移动端自适应*/

#toggle-checkbox:checked ~ div {
  display: block !important;
}

.toggle-label {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 15px;
  font-weight: normal;
  color: #777;
}

.toggle-label:hover {
  color: #333;
}

/* 
.navbar-img {
  margin-top: 1.5rem;
  margin-left: 5%;
  display: inline-block;
}

.navbar-img img {
  width: 100%;
} */

.navPhone {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .navWeb {
    display: none !important;
  }

  .navPhone {
    border-bottom: 1px solid rgba(248, 248, 248, 1);
    display: block !important;
  }
}

@media screen and (orientation: landscape) and (max-width: 900px) {
  /* 横屏 */
  .col-sm-offset-2 {
    margin: 0 !important;
  }

  .dropdown-menu {
    text-align: center;
  }

  .container-fluid .in .navPhone {
    border-bottom: 1px solid rgba(248, 248, 248, 1);
    display: block !important;
  }

  .container-fluid .headCon {
    float: none !important;
    margin: 0 !important;
  }

  .container-fluid .in .headCon {
    float: none !important;
    margin-bottom: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  footer .bottom {
    display: none;
  }

  .phone-footer {
    display: block !important;
    background: #f4f4f4;
    color: #666666;
    font-size: 12px;
    padding: 12px;
    text-align: center;
    font-weight: 400;
  }
}

@media only screen and (min-width: 767px) and (max-width: 781px) {
  footer .bottom .bottom-container {
    width: 80%;
  }
}

header {
  width: 100%;
}

header .top .center-pic {
  margin-left: 28%;
  width: 44%;
}

header .top .center-pic img {
  width: 100%;
}

header .top .center-pic .recv-cont {
  width: 100%;
  background-color: #ffffff;
  border-radius: 1rem;
  margin-top: -2rem;
}

@media only screen and (min-width: 700px) {
  .headCon {
    font-size: 18px;
    text-align: center;
    /* float: right; */
  }
}

@media only screen and (min-width: 700px) {
  header .top .center-pic .recv-cont {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 700px) and (max-width: 900px) {
  header .top .center-pic .recv-cont {
    margin-bottom: 1.5rem;
  }
}

header .top .center-pic .recv-cont .recv-ipt {
  margin-top: 2.5rem;
  margin-left: 10%;
  width: 80%;
  height: 0;
  padding-bottom: 10%;
  border-radius: 5rem;
  background-color: #e2eced;
  vertical-align: middle;
  font-size: 1%;
  border: none;
}

/*main2*/
.con-center a {
  color: #999999;
  font-size: 14px;
}

footer {
  background: #171717;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 16px;
  }

  .footer-con {
    padding-top: 1.125rem !important;
    background: #171717;
  }

  .footer-list {
    list-style: none;
    vertical-align: top;
  }
  .con-left {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .con-center {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
  .footer-list-title {
    color: #ffffff;
    line-height: 0.9375rem;
    font-size: 0.6875rem;
    font-weight: 600;
    margin-bottom: 0.3125rem;
  }
  .footer-list-item {
    font-size: 0.625rem;
    color: #ffffff;
    line-height: 1.1875rem;
  }
  .con-right {
    display: flex;
    justify-content: space-around;
    margin-top: 0.75rem;
    margin-bottom: 1.3125rem;
  }
  .qrCode {
    text-align: center;
  }
  .qrCode img {
    width: 3.125rem;
    height: 3.125rem;
    margin-bottom: 0.4375rem;
  }
  .qrCode p {
    font-size: 0.5625rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 0.8125rem;
  }
  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.625rem;
    color: #ffffff;
    text-align: center;
  }
  .footer-bottom div {
    width: 18.9375rem;
    margin: 0.625rem auto;
  }
}

@media screen and (min-width: 750px) {
  .footer-con {
    padding-top: 60px !important;
    color: #666666;
    margin: 0 auto;
    min-height: 324px;
    background: #171717;
  }

  .con-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }

  .footer-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-list-title {
    color: #ffffff;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
  }

  .footer-list-item {
    font-size: 12px;
    color: #ffffff;
    line-height: 37px;
    margin-right: 30px;
  }

  .qrCode {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    line-height: 17px;
    text-align: center;
    vertical-align: top;
    margin-left: 100px;
  }

  .con-center {
    font-size: 14px;
    color: #9f9f9f;
  }

  .qrCode img {
    width: 100px;
    height: 100px;
    background: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    margin-bottom: 10px;
  }

  .footer-bottom {
    height: 98px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 98px;
    font-size: 12px;
    color: #a2a2a2;
    text-align: center;
  }

  .footer-bottom a {
    font-size: 12px;
    color: #ffffff;
  }
  .con-right {
    text-align: right;
    vertical-align: top;
    float: right;
  }
}
