@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#containerr .orange {
  color: #F85911;
  font-weight: 700;
}
#containerr .announcement {
  position: fixed;
  z-index: 999;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#containerr .announcement img {
  height: 760px;
}
#containerr .announcement .close {
  width: 64px;
  height: 64px;
  margin-top: 30px;
  cursor: pointer;
}
#containerr .navBar {
  height: 70px;
  position: relative;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 99;
}
#containerr .navBar .logo {
  top: 5px;
  width: 200px;
  height: 50px;
  position: absolute;
  z-index: 2;
  left: 1%;
}
#containerr .navBar .logo img {
  height: 60px;
  cursor: pointer;
}
#containerr .navBar .logo .title {
  width: 134px;
  height: 50px;
  background: url('../img/logoTxt.png') no-repeat;
  background-size: 100% 100%;
}
#containerr .navBar .background {
  background-color: #000;
  position: absolute;
  width: 200%;
  height: 100%;
  opacity: 0.6;
  top: 0;
  left: -50%;
}
#containerr .navBar .navList {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  height: 70px;
  line-height: 70px;
}
#containerr .navBar .navList .clickNav {
  box-sizing: border-box;
  padding: 0 20px;
  color: #fff;
  max-width: 104px;
  min-width: 104px;
  text-align: center;
  font-weight: 700;
  font-family: '微软雅黑';
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#containerr .navBar .navList li.active {
  color: #F36533;
  border-bottom: 3px solid #F36533;
}
#containerr .navBar .navList li:hover {
  color: #F36533;
  border-bottom: 3px solid #F36533;
}
#containerr .navBar .login {
  font-family: '微软雅黑';
  position: absolute;
  top: 25px;
  right: 300px;
  width: 60px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
}
#containerr .navBar .register {
  border-left: 1px solid #fff;
  right: 205px;
  width: 90px;
}
#containerr .navBar .login:hover {
  color: #F36533;
}
#containerr .navBar .upinghui {
  font-size: 18px;
  font-weight: 700;
  color: orange;
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
#containerr .banner {
  min-height: calc(100vh);
  position: relative;
}
#containerr .banner video {
  width: 100%;
}
#containerr .banner .banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
}
#containerr .banner .banner-bg {
  width: 100%;
  height: calc(100% - 5px);
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
}
#containerr .banner .banner-content {
  position: absolute;
  font-size: 56px;
  font-weight: 700;
  color: #FFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#containerr .banner .banner-content button {
  background-image: linear-gradient(to right, #FFA895, #FF1148);
  color: #FFF;
  width: 150px;
  height: 50px;
  font-size: 22px;
  border-radius: 15px;
  margin-top: 10px;
  cursor: pointer;
}
#containerr .banner .banner-content button:hover {
  background-image: linear-gradient(to right, #fdaf9e, #f8406b);
}
#containerr .banner img {
  width: 100%;
  height: auto;
}
#containerr .search {
  width: 1280px;
  height: 666px;
  padding: 40px 80px;
  margin: 0 auto;
  margin-top: 100px;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 10px #ccc;
  margin-bottom: 50px;
}
#containerr .search .title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #333;
}
#containerr .search .searchBox {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
#containerr .search .searchBox .ins,
#containerr .search .searchBox .youtube {
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #dfdfdf;
  border-radius: 5px;
  margin-right: 10px;
  width: 150px;
  padding: 0 10px;
  height: 50px;
  line-height: -10px;
}
#containerr .search .searchBox .ins img,
#containerr .search .searchBox .youtube img {
  transform: translateY(10px);
  width: 30px;
  height: 30px;
}
#containerr .search .searchBox .ins {
  line-height: 47px;
}
#containerr .search .searchBox .ins img {
  transform: translateY(7px);
  width: 25px;
  height: 25px;
}
#containerr .search .searchBox .current {
  border: 2px solid #FD5E88;
  color: #FD5E88;
}
#containerr .search .searchBox .searchInput {
  border: 2px solid #ccc;
  border-right: 0;
  border-radius: 10px 0 0 10px;
  width: 60%;
  height: 50px;
  font-size: 16px;
  padding: 0 10px;
  box-sizing: border-box;
  background: url(../img/search.png) no-repeat 98% 50%;
}
#containerr .search .searchBox .searchInput::-webkit-input-placeholder {
  color: #ccc;
}
#containerr .search .searchBox button {
  width: 80px;
  height: 50px;
  transform: translateX(0px);
  background: linear-gradient(45deg, #ff8a8a, #ff414d);
  color: #fff;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  cursor: pointer;
}
#containerr .search .searchBox button:hover {
  background: linear-gradient(45deg, #ffa2a2, #fd5c66);
}
#containerr .search .searchList {
  margin-top: 80px;
}
#containerr .search .searchList .searchUl {
  display: flex;
}
#containerr .search .searchList .searchUl .searchLi {
  margin: 0 20px;
  text-align: center;
  width: 250px;
  height: 350px;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 2px #ccc;
  border-radius: 10px;
}
#containerr .search .searchList .searchUl .searchLi img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
#containerr .search .searchList .searchUl .searchLi .info {
  position: relative;
  margin-top: 10px;
  line-height: 30px;
}
#containerr .search .searchList .searchUl .searchLi .info .nike_name {
  font-weight: 700;
  height: 30px;
  overflow: hidden;
}
#containerr .search .searchList .searchUl .searchLi .info p:nth-child(2) {
  font-size: 12px;
}
#containerr .search .searchList .searchUl .searchLi .info ul {
  position: absolute;
  left: -55px;
  top: 70px;
}
#containerr .search .searchList .searchUl .searchLi .info ul li {
  height: 40px;
  line-height: 25px;
  color: #fff;
  font-size: 12px;
  width: 120px;
  background: url(../img/tag.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 4px;
  margin-bottom: 0px;
}
#containerr .search .searchList .searchUl .searchLi button {
  transform: translateX(50px);
  margin-top: 30px;
  width: 100px;
  height: 38px;
  background: linear-gradient(45deg, #ff8a8a, #ff414d);
  border-radius: 9px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  cursor: pointer;
}
#containerr .search .searchList .searchUl .searchLi button:hover {
  background: linear-gradient(45deg, #ffa2a2, #fd5c66);
}
#containerr .featured-influencer {
  min-height: 620px;
}
#containerr .featured-influencer .title,
#containerr .featured-influencer .english_title {
  margin-top: 0px;
  text-align: center;
  color: #000;
  font-size: 40px;
}
#containerr .featured-influencer .title {
  margin-top: 60px;
}
#containerr .featured-influencer .title {
  font-weight: 700;
}
#containerr .featured-influencer .english_title {
  font-size: 26px;
}
#containerr .featured-influencer .internet-celebrity {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}
#containerr .featured-influencer .internet-celebrity .type-bar .type-item {
  display: flex;
  align-items: center;
  margin: 20px 0;
  padding: 10px;
  width: 140px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
#containerr .featured-influencer .internet-celebrity .type-bar .type-item img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
#containerr .featured-influencer .internet-celebrity .type-bar .type-item span {
  font-size: 18px;
}
#containerr .featured-influencer .internet-celebrity .type-bar .cuurent-type {
  border-bottom: 2px solid #FF6633;
}
#containerr .featured-influencer .internet-celebrity .type-bar .type-item:hover {
  border-bottom: 2px solid #FF6633;
}
#containerr .featured-influencer .internet-celebrity .big-tag {
  display: flex;
  box-shadow: 0 0 5px 0 #ccc;
  border-radius: 20px;
  margin-left: 50px;
  width: 600px;
}
#containerr .featured-influencer .internet-celebrity .big-tag .big-img {
  width: 259px;
  height: 459px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
#containerr .featured-influencer .internet-celebrity .big-tag .big-info {
  color: #000;
  width: 270px;
  margin-left: 30px;
}
#containerr .featured-influencer .internet-celebrity .big-tag .big-info .info-name {
  font-weight: 700;
  font-size: 20px;
  margin: 30px 0;
}
#containerr .featured-influencer .internet-celebrity .big-tag .big-info .info-tag {
  color: #FF4261;
  border: 1px solid #FF4261;
  width: 80px;
  text-align: center;
  border-radius: 4px;
  padding: 2px;
  margin: 30px 0;
}
#containerr .featured-influencer .internet-celebrity .big-tag .big-info .info-star img {
  margin-top: 20px;
  width: 180px;
}
#containerr .featured-influencer .internet-celebrity .big-tag .big-info .info-summary {
  display: flex;
  margin: 30px 0;
}
#containerr .featured-influencer .internet-celebrity .big-tag .big-info .info-summary .summary-item {
  width: 33%;
  text-align: center;
}
#containerr .featured-influencer .internet-celebrity .big-tag .big-info .info-summary .summary-item h1 {
  margin: 5px 0;
}
#containerr .featured-influencer .internet-celebrity .big-tag .big-info .info-summary .summary-item h2 {
  font-weight: 700;
}
#containerr .featured-influencer .internet-celebrity .big-tag .big-info button {
  background-image: linear-gradient(to right, #FFA895, #FF1148);
  color: #FFF;
  width: 180px;
  height: 50px;
  font-size: 22px;
  border-radius: 15px;
  margin-top: 10px;
  cursor: pointer;
}
#containerr .featured-influencer .internet-celebrity .big-tag .big-info button:hover {
  background-image: linear-gradient(to right, #fdaf9e, #f8406b);
}
#containerr .featured-influencer .internet-celebrity .small-tag {
  margin-left: 30px;
  color: #000;
  width: 350px;
}
#containerr .featured-influencer .internet-celebrity .small-tag .item-info {
  display: flex;
  margin: 30px 0;
}
#containerr .featured-influencer .internet-celebrity .small-tag .item-info .info-img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
}
#containerr .featured-influencer .internet-celebrity .small-tag .item-info .info-img img {
  width: 100px;
  height: 100px;
}
#containerr .featured-influencer .internet-celebrity .small-tag .item-info h1 {
  font-weight: 700;
}
#containerr .featured-influencer .internet-celebrity .small-tag .item-info .info-tag {
  color: #FF4261;
  border: 1px solid #FF4261;
  width: 80px;
  text-align: center;
  border-radius: 4px;
  padding: 2px;
  margin: 10px 0;
}
#containerr .twobanner {
  background-size: cover;
  padding: 20px 0;
  padding-bottom: 100px;
}
#containerr .twobanner .operation {
  margin: 30px auto;
}
#containerr .twobanner .operation .title,
#containerr .twobanner .operation .english_title {
  text-align: center;
  color: #000;
  font-size: 40px;
  font-weight: 700;
}
#containerr .twobanner .operation .title {
  margin-top: 100px;
}
#containerr .twobanner .operation .english_title {
  font-size: 24px;
  margin-bottom: 30px;
}
#containerr .twobanner .operation .box {
  text-align: center;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000;
  line-height: 40px;
}
#containerr .twobanner .swiper-button-prev,
#containerr .twobanner .swiper-button-next {
  color: #000;
  background: #D2D2D2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
#containerr .twobanner .swiper-button-prev:after,
#containerr .twobanner .swiper-button-next:after {
  font-size: 20px;
}
#containerr .twobanner .swiper-pagination {
  position: static;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
#containerr .twobanner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 50px;
  color: #000 !important;
  width: auto;
  font-size: 20px;
  background: #fff;
  border-radius: 0;
  height: 32px;
  opacity: 1;
}
#containerr .twobanner .swiper-pagination .swiper-pagination-bullet-active {
  border-bottom: 4px solid #FC2A58;
}
#containerr .twobanner .service .service-contetnt {
  display: flex;
  justify-content: center;
  align-items: center;
}
#containerr .twobanner .service .service-contetnt .service-img {
  border-radius: 15px;
  overflow: hidden;
}
#containerr .twobanner .service .service-contetnt .service-right {
  margin-left: 100px;
  color: #000;
}
#containerr .twobanner .service .service-contetnt .service-right .service-title {
  font-size: 24px;
  line-height: 45px;
}
#containerr .twobanner .service .service-contetnt .service-right .service-english {
  color: #626262;
  margin-bottom: 20px;
}
#containerr .twobanner .service .service-contetnt .service-right .introduction {
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
}
#containerr .twobanner .service .service-contetnt .service-right .introduction .redDot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  margin-right: 20px;
}
#containerr .twobanner .service .service-contetnt .service-right button {
  background-image: linear-gradient(to right, #FFA895, #FF1148);
  color: #000;
  width: 150px;
  height: 50px;
  font-size: 16px;
  border-radius: 15px;
  margin-top: 40px;
  cursor: pointer;
}
#containerr .twobanner .service .service-contetnt .service-right button:hover {
  background-image: linear-gradient(to right, #fdaf9e, #f8406b);
}
#containerr .influencerOutreacn {
  width: 100%;
  min-height: calc(100vh);
  background: url('../img/Influencer.jpg') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 36px;
}
#containerr .influencerOutreacn .title,
#containerr .influencerOutreacn .english_title {
  margin-top: 0px;
  text-align: center;
  color: #000;
  font-size: 40px;
}
#containerr .influencerOutreacn .title {
  margin-top: 60px;
}
#containerr .influencerOutreacn .title {
  font-weight: 700;
}
#containerr .influencerOutreacn .english_title {
  font-size: 26px;
}
#containerr .influencerOutreacn .influencerOutreacn-box {
  display: flex;
  justify-content: center;
  padding: 45px 0;
  align-items: center;
}
#containerr .influencerOutreacn .influencerOutreacn-box .item {
  overflow: hidden;
  transition: 0.1s all;
  margin: 0 35px;
  width: 320px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(91, 91, 91, 0.75);
  border-radius: 8px;
  height: 485px;
}
#containerr .influencerOutreacn .influencerOutreacn-box .item .item-title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin: 20px 20px 10px;
}
#containerr .influencerOutreacn .influencerOutreacn-box .item .item-title img {
  height: 40px;
  width: auto;
  margin: 0 auto;
}
#containerr .influencerOutreacn .influencerOutreacn-box .item .item-content {
  margin: 10px 20px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 32px;
}
#containerr .influencerOutreacn .influencerOutreacn-box .item img {
  display: block;
  width: 320px;
}
#containerr .influencerOutreacn .influencerOutreacn-box .item:hover {
  transform: scale(1.1);
  transition: 0.1s all;
}
#containerr .influencerOutreacn button {
  display: block;
  margin: 0 auto;
  background: #FFF;
  color: #FF9389;
  width: 150px;
  height: 50px;
  font-size: 16px;
  border-radius: 15px;
  margin-top: 40px;
  font-weight: 700;
  cursor: pointer;
}
#containerr .must-have {
  height: 900px;
  min-height: calc(100vh);
  background: url('../img/must.jpg') no-repeat;
  background-size: cover;
  position: relative;
}
#containerr .must-have .container {
  position: relative;
  padding-top: 50px;
}
#containerr .must-have .container .title {
  color: #FFF;
  text-align: center;
  margin-bottom: 50px;
}
#containerr .must-have .container .title h1 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 700;
}
#containerr .must-have .container .title p {
  font-size: 26px;
}
#containerr .must-have .container .characteristic {
  display: flex;
  justify-content: center;
}
#containerr .must-have .container .characteristic .characteristic-item {
  display: flex;
  margin-bottom: 10px;
  width: 350px;
  height: 200px;
  padding: 20px;
}
#containerr .must-have .container .characteristic .characteristic-item .img {
  background: #FFF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
}
#containerr .must-have .container .characteristic .characteristic-item .img img {
  width: 40px;
  height: 40px;
  margin: 5px;
}
#containerr .must-have .container .characteristic .characteristic-item .value h1 {
  color: #e2231a;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 10px;
  color: #FFF;
}
#containerr .must-have .container .characteristic .characteristic-item .value p {
  line-height: 30px;
  color: #FFF;
  width: 420px;
}
#containerr .must-have .container .characteristic .characteristic-item:nth-child(1) {
  background-image: linear-gradient(to right, #D8D8D8, #F7F7F7);
}
#containerr .must-have .container .characteristic .characteristic-item:nth-child(1) h1 {
  color: #000;
}
#containerr .must-have .container .characteristic .characteristic-item:nth-child(1) p {
  color: #000;
}
#containerr .must-have .container .characteristic .characteristic-item:nth-child(2) {
  background-image: linear-gradient(to right, #ED7C6A, #F8A18E);
}
#containerr .must-have .container .characteristic .characteristic-item:nth-child(3) {
  background-image: linear-gradient(to right, #252C58, #3A437C);
}
#containerr .must-have .container .ico-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
#containerr .must-have .container .ico-content .ico-row .ico-col {
  background: #FFF;
  width: 550px;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
#containerr .must-have .container .ico-content .ico-row .ico-col .ico-item {
  margin: 30px 40px;
  text-align: center;
}
#containerr .must-have .container .ico-content .ico-row .ico-col .ico-item img {
  width: 50px;
  height: 50px;
}
#containerr .must-have .container .ico-content .ico-row .ico-col .ico-item p {
  margin-top: 30px;
  font-size: 20px;
  color: #000;
}
#containerr .must-have .container .ico-content .characteristic-img {
  height: 360px;
  margin-left: 26px;
}
#containerr .featured-title {
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
#containerr .featured-title h1 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 700;
}
#containerr .featured-title p {
  font-size: 26px;
}
#containerr .featured-brand {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#containerr .featured-brand .featured-item {
  position: relative;
  overflow: hidden;
  width: 33%;
}
#containerr .featured-brand .featured-item img {
  width: 100%;
  display: block;
}
#containerr .featured-brand .featured-item .case-introduction {
  transition: 0.3s all;
  height: 120px;
  padding: 20px;
  position: absolute;
  bottom: -140px;
  color: #FFF;
  background-image: linear-gradient(to bottom, transparent 1%, #000 80%);
}
#containerr .featured-brand .featured-item .case-introduction .case-introduction-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
#containerr .featured-brand .featured-item .case-introduction .case-introduction-content {
  line-height: 25px;
}
#containerr .featured-brand .featured-item:hover .case-introduction {
  transition: 0.3s all;
  bottom: 0;
}
#containerr .cooperative {
  background: #F9F9F9;
  padding: 80px 0;
  margin-bottom: 50px;
}
#containerr .cooperative .title,
#containerr .cooperative .english_title {
  text-align: center;
  color: #000;
  font-size: 40px;
  font-weight: 700;
}
#containerr .cooperative .english_title {
  font-size: 26px;
  margin-bottom: 50px;
}
#containerr .cooperative .cooperative_box {
  position: relative;
  width: 1600px;
  margin: 0 auto;
}
#containerr .cooperative .cooperative_box .items {
  display: flex;
  flex-wrap: wrap;
}
#containerr .cooperative .cooperative_box .items .item {
  width: 180px;
  margin: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20px;
}
#containerr .cooperative .cooperative_box .items .item img {
  width: 100%;
}
#containerr .cooperative .cooperative_box:hover .boxs {
  display: block;
}
#containerr .contact {
  margin-top: 50px;
}
#containerr .contact .title,
#containerr .contact .english_title {
  text-align: center;
  color: #000;
  font-size: 35px;
  font-weight: 700;
}
#containerr .contact .english_title {
  font-size: 25px;
  margin-bottom: 50px;
}
#containerr .contact .box .top {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 30px 0;
}
#containerr .contact .box .top .left {
  margin-right: 30px;
}
#containerr .contact .box .top .left img {
  width: 175px;
  height: 175px;
}
#containerr .contact .box .top .right h1 a {
  color: #2FD0B5;
  font-size: 35px;
}
#containerr .contact .box .top .right p {
  font-size: 14px;
  line-height: 24px;
}
#containerr .contact .box .bottom {
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}
#containerr .contact .box .bottom a {
  color: #337ab7;
}
#containerr .about .title,
#containerr .about .english_title {
  text-align: center;
  color: #000;
  font-size: 35px;
  font-weight: 700;
}
#containerr .about .english_title {
  font-size: 25px;
  margin-bottom: 50px;
}
#containerr .about .about-content {
  display: flex;
  justify-content: center;
}
#containerr .about .about-content .about-img {
  width: 400px;
  height: 393px;
  border-radius: 20px;
  overflow: hidden;
}
#containerr .about .about-content .about-img img {
  height: 393px;
}
#containerr .about .about-content .about-introduction {
  margin-left: 40px;
  width: 500px;
}
#containerr .about .about-content .about-introduction h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
#containerr .about .about-content .about-introduction p {
  margin-top: 10px;
  width: 460px;
  line-height: 28px;
  color: #000;
}
#containerr .about .about-content .about-introduction .about-num {
  display: flex;
  flex-wrap: wrap;
}
#containerr .about .about-content .about-introduction .about-num .num-item {
  display: flex;
  min-width: 200px;
  align-items: center;
  margin-top: 10px;
}
#containerr .about .about-content .about-introduction .about-num .num-item .item-img {
  width: 50px;
  height: 50px;
  line-height: 70px;
  text-align: center;
  background-image: linear-gradient(to right, #FF9A8F, #FE214F);
  border-radius: 50%;
}
#containerr .about .about-content .about-introduction .about-num .num-item .item-right {
  margin-left: 20px;
  color: #000;
  font-size: 14px;
}
#containerr .about .about-content .about-introduction .about-num .num-item .item-right h4 {
  font-weight: 700;
  margin-top: 5px;
}
#containerr .sidebar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 99;
}
#containerr .sidebar .background {
  opacity: 0.6;
  width: 50px;
  height: 220px;
  background: #000;
  border-radius: 10px 0px 0px 10px;
}
#containerr .sidebar ul {
  position: absolute;
  top: 10px;
  z-index: 10;
}
#containerr .sidebar ul li {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  color: #D2D3D2;
}
#containerr .sidebar ul li .box {
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 30px;
  left: -150px;
  border-radius: 10px 0px 0px 10px;
  transition: all 0.5s;
  font-size: 14px;
  line-height: 20px;
  padding-top: 40px;
  display: none;
  overflow: hidden;
}
#containerr .sidebar ul li .box .bg {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
}
#containerr .sidebar ul li .box .up {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
}
#containerr .sidebar ul li .box a {
  width: 80px;
  display: block;
  background: #e93864;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 5px auto;
}
#containerr .sidebar ul li .box a:hover {
  background: #ec8fa6;
}
#containerr .sidebar ul li .box img {
  width: 100px;
  height: 100px;
  transform: translateY(-15px);
}
#containerr .sidebar ul li:hover {
  color: #fff;
}
#containerr .sidebar ul li:hover .box {
  display: block;
}
#containerr .bottomSidebar {
  background: #000;
  height: 150px;
  line-height: 150px;
  color: #FFF;
  margin-top: 50px;
}
#containerr .bottomSidebar .copyright {
  text-align: center;
}
#containerr .bottomSidebar .copyright a {
  color: #337ab7;
}
