html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}
html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: rgba(50, 50, 50, 0.25);
  border: 2px solid transparent;
  border-radius: 5px;
}
html ::-webkit-scrollbar-track,
body ::-webkit-scrollbar-track {
  background-color: rgba(50, 50, 50, 0.05);
}
a {
  text-decoration: none;
  color: #333333;
}
li {
  list-style-type: none;
}
footer {
  background-color: black;
  height: 74px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer #footer {
  text-align: center;
  padding: 8px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
footer #footer a {
  text-decoration: none;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
footer #footer img {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: bottom;
}
header {
  position: sticky;
  top: 0;
  z-index: 999;
  font-size: 14px;
  color: #333333;
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(117, 117, 117, 0.1);
  height: 70px;
  width: 100%;
}
header .headtop {
  height: 70px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .headtop .left {
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
header .headtop .right {
  display: flex;
  align-items: center;
}
header .headtop .right img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor : pointer;
}
header .headtop .right .active {
  border-bottom: 2px solid #8231a7;
}

header .headtop .right .active a {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #832FA4;
}
.container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}
.container .maskbox {
  margin-top: 15px;
  width: 1200px;
}
.container .maskbox .enter {
  background: #fff6ef;
  color: #ff8929;
  padding: 5px 17px 5px 20px;
  box-sizing: border-box;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #FFE6D2;
}
.container .maskbox .enter .title {
  margin-right: 15px;
  display: flex;
  align-items: center;font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF8929;
}
.container .maskbox .enter .titlebtn {

  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  font-size: 14px;
    width: 110px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #FFCA9F;
    text-align: center;
    color: #FF8929;
    line-height: 30px;
    cursor: pointer;
}
.container .maskbox .recharge {
  background: #ffffff;
  height: 460px;
  width: 1200px;
  padding: 20px 10px;
  box-sizing: border-box;
  border: 1px solid #fff6ef;
}
.container .maskbox .recharge .money {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.container .maskbox .recharge .money .m {
  cursor: pointer;
  position: relative;
  width: 162px;
  height: 80px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.container .maskbox .recharge .money .m .m11 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.container .maskbox .recharge .money .m .m1 {
  font-size: 22px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #333333;
}
.container .maskbox .recharge .money .m .m2 {
  margin-top: 6px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.container .maskbox .recharge .money .m .act {
  display: none;
}
.container .maskbox .recharge .money .input {
  box-sizing: border-box;
  position: relative;
  order: 1px solid #dddddd;
  border-radius: 2px;
}
.container .maskbox .recharge .money .input .input2 {
  width: 160px;
  height: 80px;
  box-sizing: border-box;
  padding: 10px 10px;
  border-radius: 2px;
  border: 1px solid #dddddd;
  outline: none;font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.container .maskbox .recharge .money .input .mhoverinput{
  border: 1px solid #832FA4;
  color: #333333;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
}

.container .maskbox .recharge .money .input .m3 {
  position: absolute;
  top: 29px;
  right: 18px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}

.container .maskbox .recharge .money .mhoveractive {
  border: none;
  position: relative;width: 162px;height: 80px;
  background: url(/static?q=assets/images/indeeda/xuanxiang.png) no-repeat;background-size: 100% 100%;
}

.container .maskbox .recharge .money .mhoveractive .act {
  width: 43px;
  height: 39px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}
.container .maskbox .recharge .money .n {
  text-align: center;
  width: 102px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.container .maskbox .recharge .total {
  margin-left: 16px;
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 61px;
}
.container .maskbox .recharge .total .t1 {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.container .maskbox .recharge .total .t2 {
  margin-left: 18px;
}
.container .maskbox .recharge .money2 .t2 .t22 {
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ff4d4d;
}
.container .maskbox .recharge .total .t2 .t22 {
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ff4d4d;
}
.container .maskbox .recharge .total .t2 .t33 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.container .maskbox .recharge .money2 {
  display: flex;
  align-items: center;
}
.container .maskbox .recharge .money2 .m {
  cursor: pointer;
  width: 162px;
  height: 64px;
  background: #f5f5f5;
  border-radius: 2px;
  text-align: center;
  line-height: 64px;
  margin-right: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.container .maskbox .recharge .money2 .m .mactiv {
  display: none;
}
.container .maskbox .recharge .money2 .mactive {
  border-radius: 2px;
  border: 1px solid rgba(131,47,164,0.3);
}
.container .maskbox .recharge .money2 .mactive .mactiv {
  width: 32px;
  height: 30px;
  position: absolute;
  bottom: -1px;
  right: 0;
  display: flex;
}


.container .maskbox .recharge .money2 .n {
  text-align: center;
  width: 102px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.container .maskbox .recharge .view {
  margin: 20px 0 0 100px;
}
.container .maskbox .recharge .view span a {
  color: #37a1ff;
}
.container .maskbox .recharge .view .ttt{
  position: relative;
}
.container .maskbox .recharge .view .ttt .checkbox{
  cursor: pointer;
}
.container .maskbox .recharge .view .ttt .text{
  font-size: 14px;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #333333;position: absolute;margin-left: 8px;
}
.container .maskbox .recharge .view .btnn {
  margin-top: 45px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  border: none;
  width: 110px;
  height: 35px;
  background: #8231a7;
  border-radius: 2px;
}
.container .maskbox .server {
  border: 1px solid #fff6ef;
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: #ffffff;
  width: 1200px;
  height: 524px;
  padding: 30px;
  box-sizing: border-box;
}
.container .maskbox .server .ser {
  margin-top: 20px;
  margin-left: 100px;
  display: flex;
  flex-direction: row;
}
.container .maskbox .server .ser .s1 {
  margin-right: 40px;
  height: 180px;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .maskbox .server .ser .s1 .s {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
}
.container .maskbox .server .ser .s1 .ss {
  display: flex;
  flex-direction: column;
}
.container .maskbox .server .ser .s1 .ss .ss1 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  text-align: center;
}
.container .maskbox .server .ser .s1 .ss .ss2 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-top: 5px;
  text-align: center;
}
.container .maskbox .server .step .cirl2 {
  width: 100%;
  border-radius: 5px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.container .maskbox .server .step .cirl2 .dot {
  line-height: 40px;
  text-align: center;
  width: 100px;
  height: 40px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  margin-right: 15px;
}
.container .maskbox .server .step .setline {
  /* margin-top: 40px; */
  width: 100%;
  height: 70px;
  position: relative;
}
.container .maskbox .server .step .setline .cirl {
  /* width: 100%; */
  /* background-color: rgba(130, 49, 167, 0.1); */
  /* height: 1px; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.container .maskbox .server .step .setline .cirl .dot {
  color: #8231a7;
  line-height: 64px;
  text-align: center;
  border-radius: 40px;
  width: 70px;
  height: 70px;
  background: #ffffff;z-index: 1;
}
.container .maskbox .server .step .setline .cirl .youjjiant {
  position: absolute;
  display: flex;
  right: 60px;
}
.container .maskbox .server .step .setline .step1 {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.container .maskbox .server .step .setline .step1 .msg {
  width: 200px;
  height: 80px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.container .maskbox .server .step .setline .step1 .msg a {
  color: #8231a7;
    font-weight: 400;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    cursor: pointer;
}
.clickactive {
  border: 1px solid #8231a7;
}
