#root {
  margin: 0 auto;
  position: relative;
  left: 0px;
  top: 0px;
  background: url(../images/bg.png) no-repeat;
  background-size: 100% 100%;
}
#root .bg {
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/bg1.png) no-repeat;
  background-size: 100% 100%;
}
#root .container {
  width: 13.86666667rem;
  margin: 0 auto;
  position: relative;
}
#root .container .logo {
  width: 13.86666667rem;
  padding-top: 0.74666667rem;
}
#root .container .logo img {
  width: 100%;
}
#root .container .headerT {
  font-size: 1.024rem;
  color: #fff;
  font-weight: lighter;
}
#root .container .content {
  width: 100%;
  color: #ffedfa;
  padding: 0 0.53333333rem;
  box-sizing: border-box;
  margin-bottom: 1.06666667rem;
}
#root .container .content .header {
  margin: 0 auto;
  padding: 0.32rem 0;
  font-size: 0.64rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #fff;
}
#root .container .content ul li {
  width: 100%;
  padding: 0.42666667rem 0;
}
#root .container .content ul li .title {
  font-size: 0.64rem;
  font-weight: bold;
  line-height: 2;
}
#root .container .content ul li p {
  font-size: 0.55466667rem;
  text-indent: 2em;
  line-height: 2;
}
#root .container .content ul li .T10px {
  margin-top: 10px;
}
#root .container .content ul li .bold {
  font-weight: bold;
}
#root .container .content ul li .bigfont {
  font-size: 0.384rem;
}
#root .container .content .wrap {
  width: 100%;
  height: 2.34666667rem;
  display: flex;
  -ms-display: flex;
  justify-content: space-around;
  -ms-justify-content: space-around;
  align-items: center;
  -ms-align-items: center;
}
#root .container .content .wrap .btn {
  width: 5.33333333rem;
  height: 1.6rem;
  border-radius: 0.32rem;
  background: linear-gradient(#df1691, #911692);
  border: 0.04266667rem solid #e22a8f;
  color: #fff;
  line-height: 1.49333333rem;
  text-align: center;
  font-size: 0.72533333rem;
  font-weight: bold;
}
