* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: auto;
  /*background-color: #232122;*/
  position: relative;
  /*background: url("/static/image/body.jpg") repeat center 0 #232122 fixed;*/
  background-color: #232122;

}
div,
a {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
li {
  list-style: none;
}
.gold_spade {
  /* 首页开始 */
  /* 首页结束 */
  /* 我的区域开始 */
  /* 我的区域结束 */
  /* 切换菜单区域开始 */
  /* 切换菜单区域结束 */
  /* 登录区域开始 */
  /* 登录区域结束 */
  /* loading区域开始 */
  /* loading区域结束 */
  /* 提示区域开始 */
  /* 提示区域结束 */
  /* 帮助区域开始 */
  /* 帮助区域结束 */
  /* 退出提示框区域开始 */
  /* 退出提示框区域结束 */
}
.gold_spade .home {
  display: none;
  width: 100%;
  padding: 0 0 100px;
  box-sizing: border-box;
    max-width: 700px;
    margin:0 auto;
}
.gold_spade .home.active {
  display: block;
}
.gold_spade .home .top {
  width: 100%;
  height: 160px;
  border-radius: 15px;
  background-image: url("../image/top.jpg?v=2.1");
  background-size: contain;
  margin-bottom: 10px;
}
.gold_spade .home .toggle_list {
  display: flex;
}
.gold_spade .home .toggle_list li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}
.gold_spade .home .toggle_list li img {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}
.gold_spade .home .choices {
   display:none; 
  margin: 10px 10px 0 10px;
  height: 600px;
  background: white;
  border-radius: 10px;
  color: black;
}
.gold_spade .home .choices .t{
  /*background: #23B375;*/
  border-radius: 10px 10px 0 0;
  height: 40px;
  line-height: 40px;
  color: black;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}
.gold_spade .home .choices .c{
  margin: 10px;
  padding: 0 10px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 530px;
}
.gold_spade .home .choices .c .title{
  background: #0066FF;
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  color: white;
  font-size: 14px;
  text-align: left;
  padding-left: 20px;
  margin: 5px 0;
  font-weight: bold;
}
.gold_spade .home .choices .li .title span{
  float: right;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url("../image/jt.png") no-repeat center;
}
.gold_spade .home .choices .li.active .title span{
  float: right;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url("../image/jt1.png") no-repeat center;
}
.gold_spade .home .choices .c .sub_nav{display: none}
.gold_spade .home .choices .c .li.active .sub_nav{display: block !important;}
.gold_spade .home .choices .c .sub_nav li{
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  color: black;
  background: url("../image/ck.png") left center no-repeat;
  padding-left: 25px;
  margin-left: 20px;
}
.gold_spade .home .choices .c .sub_nav li.active{
  background: url("../image/ck1.png") left center no-repeat;
}
.gold_spade .home .choices.active {
  display: block;
}
.gold_spade .home .choices .choice_item {
  color: #fff;
}
.gold_spade .home .choices .choice_item:nth-of-type(1) a {
  background-image: url("../image/setting2.png");
}
.gold_spade .home .choices .choice_item:nth-of-type(2) a {
  background-image: url(../image/left2.png);
}
.gold_spade .home .choices .choice_item:nth-of-type(3) a {
  background-image: url(../image/left2.png);
}
.gold_spade .home .choices .choice_item:nth-of-type(4) a {
  background-image: url(../image/left2.png);
}
.gold_spade .home .choices .choice_item:nth-of-type(5) a {
  background-image: url(../image/left4.png);
}
.gold_spade .home .choices .choice_item:nth-of-type(6) a {
  background-image: url(../image/storage2.png);
}
.gold_spade .home .choices .choice_item > p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
}
.gold_spade .home .choices .choice_item > ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #323031;
  margin: 10px 0;
}
.gold_spade .home .choices .choice_item > ul li > div {
  padding: 3px 8px;
  box-sizing: border-box;
  width: 44%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #909090;
  background-color: #323031;
  border-radius: 3px;
}
.gold_spade .home .choices .choice_item > ul li > div.active {
  background-color: #7c29e7;
  color: #fff;
}
.gold_spade .home .choices .choice_item > ul li > div > a {
  display: inline-block;
  width: 15px;
  height: 15px;
}
.gold_spade .home .choices .choice_item > ul li > div > span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 5px;
}
.gold_spade .mine {
  display: none;
  position: relative;
  height: 100vh;
  width: 100%;
  padding: 20px 0 130px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.gold_spade .mine.active {
  display: flex;
}
.gold_spade .mine .user_info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  border: 3px solid #fff;
  background-color: #a4e2b8;
}
.gold_spade .mine .user_info .username {
  color: #fff;
  text-align: center;
  font-size: 22px;
  margin-top: 10px;
}
.gold_spade .mine .logout_btn {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 22px;
  outline: none;
  border: 3px solid #fff;
  background-color: #c0c0c0;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
}
.gold_spade .mine .logout {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
}
.gold_spade .mine .logout.active {
  display: block;
}
.gold_spade .mine .logout h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
.gold_spade .mine .logout p {
  font-size: 20px;
  margin-bottom: 40px;
}
.gold_spade .mine .logout .buttons {
  display: flex;
  justify-content: space-between;
  color: #2d807e;
  font-size: 20px;
}
.gold_spade .menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.gold_spade .menu > .launch {
  height: 40px;
  width: 100%;
  background-color: #7a26ed;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}
.gold_spade .menu > .launch.active {
  display: flex;
}
.gold_spade .menu > .launch .icon {
  width: 25px;
  height: 25px;
  background-image: url("../image/start.png");
  margin-right: 8px;
}
.gold_spade .menu > .launch .icon.active {
  background-image: url("../image/pause.png");
}
.gold_spade .menu > .toggle {
  height: 50px;
  width: 100%;
  display: flex;
  background-color: #fff;
}
.gold_spade .menu > .toggle > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gold_spade .menu > .toggle > div:nth-of-type(1).active {
  display: flex;
}
.gold_spade .menu > .toggle > div:nth-of-type(1).active > .icon {
  background-image: url("../image/home_active.png");
}
.gold_spade .menu > .toggle > div:nth-of-type(1) > .icon {
  background-image: url("../image/home.png");
}
.gold_spade .menu > .toggle > div:nth-of-type(2).active > .icon {
  background-image: url("../image/mine_active.png");
}
.gold_spade .menu > .toggle > div:nth-of-type(2) > .icon {
  background-image: url("../image/mine.png");
}
.gold_spade .menu > .toggle > div > .icon {
  width: 25px;
  height: 25px;
}
.gold_spade .menu > .toggle > div > .text {
  font-size: 14px;
  color: #333;
}
.gold_spade .login {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
}
.gold_spade .login.active {
  display: flex;
}
.gold_spade .login .login_content {
  width: 85%;
  height: 150px;
  background-color: white;
  padding: 10px;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.gold_spade .login .login_content p {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.gold_spade .login .login_content input {
  width: 100%;
  outline: none;
  text-align: center;
  border: 1px solid #1c72c7;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 16px;
  border-radius: 5px;
  background-color: transparent;
}
.gold_spade .login .login_content input::-webkit-input-placeholder {
  font-size: 16px;
}
.gold_spade .login .login_content .btn {
  background-color: transparent;
  border: none;
  color: #1c72c7;
  font-size: 20px;
}
.gold_spade .loading {
  display: none;
  width: 50%;
  height: 130px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.gold_spade .loading.active {
  display: flex;
}
.gold_spade .loading > .icon {
  width: 50px;
  height: 50px;
  background-image: url("../image/loading.gif");
  margin-bottom: 5px;
}
.gold_spade .loading > .text {
  font-size: 16px;
  color: #fff;
}
.gold_spade .tip {
  display: none;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  width: auto;
  white-space: nowrap;
}
.gold_spade .tip.active {
  display: block;
}
.gold_spade .helper {
  display: none;
  width: 90%;
  height: 70%;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.gold_spade .helper.active {
  display: block;
}
.gold_spade .helper > .title {
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.gold_spade .helper > .content {
  padding: 10px;
  padding-bottom: 100px;
  box-sizing: border-box;
  font-size: 18px;
  overflow: scroll;
  height: 90%;
}
.gold_spade .helper > .content .operation .title {
  background-color: #f00;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 5px;
  border-radius: 5px;
}
.gold_spade .helper > .content .operation .content_box {
  margin-top: 10px;
  font-size: 17px;
}
.gold_spade .helper > .content .operation:nth-of-type(2) .title {
  display: inline-block;
  margin-top: 10px;
  background-color: #ffde06;
  color: #ffffff;
}
.gold_spade .helper > .buttons {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  display: flex;
  padding-top: 20px;
  box-sizing: border-box;
}
.gold_spade .helper > .buttons > .btn {
  flex: 50%;
  padding: 15px 0;
  text-align: center;
  box-sizing: border-box;
  border-top: 1px solid #000;
}
.gold_spade .helper > .buttons > .btn:nth-of-type(1) {
  border-right: 1px solid #000;
}
.gold_spade .helper > .buttons > .btn:nth-of-type(2) {
  color: #007aff;
}
/*# sourceMappingURL=goldSpade.css.map */