.comp-twitter {
  background: url("../image/footer-bg.png") no-repeat center top;
  background-size: 100%;
  width: 100%;
  position: relative;
  height: .86rem;
}

.comp-twitter .twitter-title {
  width: 4.01rem;
  height: 1.22rem;
  margin: 0 auto;
  background: url("../image/section6/title.png") no-repeat;
  background-size: 100%;
}

.comp-twitter .twitter-container {
  position: relative;
}

.twitter-container .twitter-main {
  position: relative;
  width: 8.2rem;
  height: 5.71rem;
  margin: 0 auto;
  background: url("../image/section6/twitter-bg.png") no-repeat;
  background-size: 100%;
  top: -0.2rem;
}

.twitter-main .twitter-content {
  position: absolute;
  width: 6.05rem;
  height: 3.18rem;
  top: 1.78rem;
  left: 0.96rem;
  display: flex;
  flex-direction: column;
}

.twitter-content .twitter-content-banner {
  height: 0.44rem;
}

.twitter-main .twitter-content-inner {
  flex: 1;
  overflow-y: auto;
}

.twitter-content-banner .twitter-content-link {
  display: block;
  width: 1.36rem;
  height: 0.33rem;
  background: url("../image/section6/twitter-content-link.png") no-repeat;
  background-size: 100%;
  float: right;
  margin-top: 0.02rem;
  margin-right: 0.1rem;
  transition: opacity 0.3s;
}

.twitter-content-banner .twitter-content-link:hover {
  opacity: 0.8;
}

.twitter-main .twitter-gift {
  position: absolute;
  width: 3.74rem;
  height: 2.25rem;
  background: url("../image/section6/twitter-gift.png") no-repeat;
  background-size: 100%;
  top: -0.86rem;
  left: -2.16rem;
}

.twitter-gift .star-list {
  position: relative;
}

.twitter-gift .star-list li {
  background: url("../image/section6/star.png") no-repeat;
  background-size: 100%;
  width: 0.52rem;
  height: 0.68rem;
  position: absolute;
  opacity: 0.9;
}

.twitter-gift .star-list li:first-child {
  left: 2.22rem;
  top: 0.4rem;
  animation: twinkling 1.5s infinite;
}

.twitter-gift .star-list li:nth-child(2) {
  left: 3.36rem;
  top: 0.76rem;
  transform: scale(0.4);
  animation: twinkling 3s infinite;
}

.twitter-gift .star-list li:nth-child(3) {
  left: 0.1rem;
  top: 0.9rem;
  transform: scale(0.7);
  animation: twinkling 2s infinite;
}

.twitter-gift .star-list li:nth-child(4) {
  left: 3.3rem;
  top: 1.3rem;
  animation: twinkling 2s infinite;
}

.twitter-gift .star-list li:nth-child(5) {
  left: 3.56rem;
  top: 1rem;
  transform: scale(0.6);
  animation: twinkling 1.5s infinite;
}

.twitter-main .twitter-gear-left,
.twitter-main .twitter-gear-right {
  position: absolute;
}

.twitter-main .twitter-gear-left {
  top: 0;
  left: -0.46rem;
}

.twitter-gear-left .left-gear-big {
  position: absolute;
  background: url("../image/section6/left-gear-1.png") no-repeat;
  background-size: 100%;
  top: 1.2rem;
  width: 0.84rem;
  height: 0.84rem;
  animation: rotate-anti-clockwise 2s linear infinite;
  pointer-events: none;
}

.twitter-gear-left .left-gear-small {
  position: absolute;
  background: url("../image/section6/left-gear-2.png") no-repeat;
  background-size: 100%;
  top: 1.58rem;
  left: 0.74rem;
  width: 0.55rem;
  height: 0.55rem;
  animation: rotate-clockwise 2s linear infinite;
  pointer-events: none;
}

.twitter-gear .twitter-gear-right {
  bottom: 0;
  right: 0;
}

.twitter-gear-right .right-gear-big {
  position: absolute;
  background: url("../image/section6/right-gear-1.png") no-repeat;
  background-size: 100%;
  width: 0.9rem;
  height: 0.9rem;
  animation: rotate-anti-clockwise 2s linear infinite;
  pointer-events: none;
  bottom: 0.2rem;
  right: 0rem;
}

.twitter-gear-right .right-gear-small {
  position: absolute;
  background: url("../image/section6/right-gear-2.png") no-repeat;
  background-size: 100%;
  width: 0.4rem;
  height: 0.4rem;
  animation: rotate-clockwise 2s linear infinite;
  pointer-events: none;
  right: 0.8rem;
  bottom: 0.2rem;
}

.twitter-main .twitter-boy {
  position: absolute;
  background: url(../image/section6/twitter-boy.png) no-repeat;
  background-size: 100%;
  width: 2.86rem;
  height: 3.05rem;
  top: 2.95rem;
  left: -2.12rem;
}

.twitter-container .twitter-btn-bar {
  position: relative;
  display: flex;
  width: 5.7rem;
  justify-content: space-between;
  margin: 0 auto;
  top: -0.3rem;
}

.twitter-btn-bar [class^="twitter-btn-"] {
  position: relative;
  display: block;
  width: 1.22rem;
  height: 1.42rem;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.3s;
}

.twitter-btn-bar [class^="twitter-btn-"]:hover {
  transform: scale3d(1.08, 1.08, 1.08);
}

.twitter-btn-bar .twitter-btn-ytb {
  background-image: url("../image/section6/twitter-btn-ytb.png");
}

.twitter-btn-bar .twitter-btn-tw {
  background-image: url("../image/section6/twitter-btn-tw.png");
}

.twitter-btn-bar .twitter-btn-share {
  background-image: url("../image/section6/twitter-btn-share.png");
}