﻿* {
    margin: 0;
    padding: 0;
}

a{ color:#555}

table th {
    background: #f8f8f8;
  
}
h3{ font-size:24px; color:#A04848}

table td {
    background: #fff;
    text-align: left;
}

.FL {
    float: left;
}

.FR {
    float: right;
}

.MARGIN_TOP_10 {
    margin-top: 10px;
}

.WIDTH_100 {
    width: 100%;
}

.icon1 {
    background: url(Img/recom_icon_01.png) 20px center no-repeat;
}

.icon2 {
    background: url(Img/recom_icon_02.png) 20px center no-repeat;
}

.icon3 {
    background: url(Img/recom_icon_03.png) 20px center no-repeat;
}

.icon4 {
    background: url(Img/recom_icon_04.png) 20px center no-repeat;
}

.icon5 {
    background: url(Img/recom_icon_05.png) 20px center no-repeat;
}

.icon6 {
    background: url(Img/recom_icon_06.png) 20px center no-repeat;
}

.icon7 {
    background: url(Img/recom_icon_07.png) 20px center no-repeat;
}

.icon8 {
    background: url(Img/recom_icon_08.png) 20px center no-repeat;
}

.icon9 {
    background: url(Img/recom_icon_08.png) 20px center no-repeat;
}

body {
    background: #f8f8f8;
    text-align: center;
    font-family: "微软雅黑";
}

.dialogBG {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.70);
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
}

.messageDialog {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80px;
    margin: -40px 0 0 -40%;
    border-radius: 5px;
    border: solid 2px #666;
    background-color: #ffffff;
    display: block;
    box-shadow: 0 0 10px #666;
}

.messageDialog .title {
    line-height: 25px;
    display: inline-block;
    color: #fff;
    font-size: 25px;
}

.messageDialog .content {
    color: #fff;
    font-size: 20px;
}

.toastDialog {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 50px;
    margin: -25px 0 0 -40%;
    border-radius: 5px;
    border: solid 2px #666;
    background-color: #ffffff;
    display: block;
    box-shadow: 0 0 10px #666;
}

.toastDialog .content {
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
}

.payPasswrodDialog {
    padding-top:20px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 180px;
    margin: -90px 0 0 -40%;
    border-radius: 5px;
    border: solid 2px #666;
    background-color: #ffffff;
    display: block;
    box-shadow: 0 0 10px #666;
    font-size:12pt;
}

.payPasswrodDialog span {
    font-size:12pt;
float:left;
margin-left:5px;
}

.payPasswrodDialog input {
    margin-bottom: 10px;
    text-align: left;
    font-size: 15px;
    font-weight: 900;
    border: 0;
    outline: 0;
    width: 130px;
}

.footer {
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer .copyright {
    color: #555;
    font-size: 18px;
}

.formLogin {
    margin: 0 auto;
    padding: 0;
    display: block;
}

.formLogin .divText {
    margin: 0 auto;
    background: #ffffff;
    border-radius: 5px;
    width: 80%;
    height: 40px;
    margin-bottom: 20px;
    vertical-align: middle;
    text-align: left;
    border:1px solid #ddd;
}

.formLogin .divText .text {
    margin-left: 45px;
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}

.formLogin .divTextArea .text {
    margin-left: 45px;
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}

.formLogin .divText .text input.input_text {
    width: 55%;
    line-height: 30px;
    margin-left: 0px;
    font-size: 16px;
    color: #666666;
    border: 0;
    outline: 0;
    margin-bottom: 5px;
}

.btnStyle0 {
    line-height: 40px;
    color: #333;

    font-size: 18px;
    width: 80%;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#F8F8F8));
    background: linear-gradient(top, #ffffff, #F8F8F8);
    background: -moz-linear-gradient(top, #ffffff, #F8F8F8);
    background: -o-linear-gradient(top, #ffffff, #F8F8F8);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff, endColorStr=#F8F8F8, gradientType=0);
    background: -ms-linear-gradient(top, #ffffff, #F8F8F8);
    border-radius: 40px;
    border: 0px;
    outline: 0px;
}

.btnStyle1 {
    line-height: 30px;
    color: #fff;
  
    font-size: 16px;
    width: 80%;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF0000), to(#A04848));
    background: linear-gradient(top, #FF0000, #A04848);
    background: -moz-linear-gradient(top, #FF0000, #A04848);
    background: -o-linear-gradient(top, #FF0000, #A04848);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FF0000, endColorStr=#A04848, gradientType=0);
    background: -ms-linear-gradient(top, #FF0000, #A04848);
    border-radius: 5px;
    border: 0px;
    outline: 0px;

}

.btnStyle01 {
    line-height: 30px;
    color: #333;

    font-size: 16px;
    width: 20%;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#ccc));
    background: linear-gradient(top, #ddd, #ccc);
    background: -moz-linear-gradient(top, #ddd, #ccc);
    background: -o-linear-gradient(top, #ddd, #ccc);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ddd, endColorStr=#ccc, gradientType=0);
    background: -ms-linear-gradient(top, #ddd, #ccc);
    border-radius: 5px;
    border: 0px;
    outline: 0px;
}

.btnStyle11 {
    line-height: 40px;
    color: rgb(255, 255, 255);

    font-size: 18px;
    width: 20%;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#31B231), to(#229F22));
    background: linear-gradient(top, #31B231, #229F22);
    background: -moz-linear-gradient(top, #31B231, #229F22);
    background: -o-linear-gradient(top, #31B231, #229F22);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#31B231, endColorStr=#229F22, gradientType=0);
    background: -ms-linear-gradient(top, #31B231, #229F22);
    border-radius: 40px;
    border: 0px;
    outline: 0px;

}

.selects {
    line-height: 40px;
 
    font-size: 18px;
    width: 20%;
   
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#31B231, endColorStr=#229F22, gradientType=0);
   
    border-radius: 40px;
    border: 0px;
    outline: 0px;

}

.loginRegister {
    margin-top: 20px;
}

.loginRegister a {

    font-size: 16px;
    color: #555;
    text-decoration: underline;
    outline: none;
}

.loginLogo {
    width: 200px;
    height: 200px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius:10px;
}

.memberTopBg {
    background: #31B231;
    height: 60px;
}

.memberHeadImg {
    margin-top: -55px;
    width: 110px;
    height: 110px;
    border-radius: 200px;
    border: 8px solid rgba(250, 223, 182, 0.62);
}

.memberUserData {
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.memberWelcome {
    margin: 10px auto 10px auto;
    width: 80%;
    background: #fff;
    color: #2C882C;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    border-radius: 8px;
}

.memberButtons {
    display: inline-block;
    margin: 10px auto 10px auto;
    width: 80%;
}

.memberButtons img {
    width: 48%;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 0.4s;
    -moz-transition: opacity 0.4s; /* Firefox 4 */
    -webkit-transition: opacity 0.4s; /* Safari 和 Chrome */
    -o-transition: opacity 0.4s;
}

.memberButtons img:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.memberButtons img:focus {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.entranceTitle {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
    margin: 20px auto;
}

.entranceList {
    margin: 0 auto;
    width: 90%;
    list-style: none;
}

.entranceList li {
    line-height: 60px;
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#F8F8F8));
    background: linear-gradient(top, #ffffff, #F8F8F8);
    background: -moz-linear-gradient(top, #ffffff, #F8F8F8);
    background: -o-linear-gradient(top, #ffffff, #F8F8F8);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff, endColorStr=#F8F8F8, gradientType=0);
    background: -ms-linear-gradient(top, #ffffff, #F8F8F8);
    border-radius: 20px;
    border: 0;
    outline: 0;
}

.entranceList a {
    text-align: left;
    display: block;
    line-height: 60px;
    width: auto;
    padding-left: 70px;
    color: #209E20;
    outline: none;
    text-decoration: none;
}

.pageData {
    margin-top: 20px;
    padding: 10px;
}

.pageData .content {
    height: auto;
    background: #fefefe;
    border-radius: 30px;
    padding: 20px 20px;
}


.pageData .content .buyMember {
    margin-top: 30px;
    font-size: 20px;
    text-align: left;
}

.pageData .content .selectItem {
    font-weight: 900;
    display: block;
    padding: 10px 30px;
    margin: 10px 10px;
    font-size: 20px;
    background: #FFF;
    border: solid 3px #ffae2c;
    border-radius: 5px;
}

.pageData .content span[class*="active"] {
    background: #a5f522 url(../Img/OK.png) no-repeat;
    background-size: contain;
}

.voteContent {
    text-align: left;
    font-size: 15px;
    color: #000;
}

.gameReadmeContent {
    text-align: left;
    font-size: 15px;
    color: #000;
}

.gameReadmeContent a {
    text-align: left;
    display: flex;
    height: 60px;
    font-size: 20px;
    color: #FFF;
    outline: none;
    text-decoration: none;
}

.reportsList {
    list-style: none;
}

.reportsList li {

    padding: 10px;
}

.reportsList a {
    text-align: left;
    display: block;
    height: 60px;
    font-size: 15px;
    color: #000;
    outline: none;
    text-decoration: none;
}

.reportsList li img {

    margin-right: 5px;
    border-radius: 5px;

}

.reportsList li span {
    position: fixed;

    vertical-align: top;
    text-align: left;
    padding-right: 30px;
    word-break: break-all;
}

.listData,.listData1 {
    list-style: none;
    text-align: center;
}

.listData td,.listData1 td {
    word-break: break-all;
}

.listData th {
    text-align: right;
}

.listData1 th {
    text-align:center;
}

.topList {
    list-style: none;
}

.topList li {
    padding: 5px 10px;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    width: 25%;
    float: left;
    background: #FFF;
    border: solid 3px #ddd;
    border-radius: 5px;
}

.parentList {
    display: table;
    list-style: none;
}

.parentList li {
    padding: 5px 10px;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    float: left;
    background: #FFF;
    border: solid 3px #ffae2c;
    border-radius: 5px;
}
.nowUserData{
    color: #fff;
    font-weight: 900;
}
.nowUserDataQcode {
    color: #000;
    font-weight: 900;
    background: #FFF;
    border: solid 3px #ffae2c;
}

.lowerList {
    margin-top: 10px;
    list-style: none;
}

.lowerList li {
    margin: 5px;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    background: #FFF;
    border: solid 1px #b8ff16;
    border-radius: 5px;
}


.userDataList {
    display: inline-block;
    list-style: none;
}

.userDataList li {
    padding: 5px 10px;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    width: 33%;
    float: left;
    background: #FFF;
    border: solid 3px #ffae2c;
    border-radius: 5px;
}

.userDataList .active {
    background: #a5f522;
}

.content .formLogin .divText {
    width: 100%;
}

.divTextArea {
    margin: 0 auto;
    background: #ffffff;
    border-radius: 20px;
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
    text-align: left;
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-left: 0px;
    font-size: 16px;
    color: #666666;
    border: 0;
    outline: 0;
    margin-bottom: 5px;
    
}

.content .formLogin .divTextArea div {
    margin-left: 20px;
    font-size:20px
}

.content .formLogin .divTextArea textarea {
    border-radius: 40px;
    padding-left:20px;
    padding-right:20px;
    width:65%;
    height:80px;
    vertical-align:text-bottom;
    line-height:20px;
    border:none;
    outline:none;
    grid-rows:30px;
    
}

.content .formLogin .divText .text {
    margin-left: 20px;
    font-size:20px
}

.topList .active {
    background: #a5f522;
}

.qrCodeBG {
    z-index: -9999;

    width: 100%;
    height: 100%;
}

.content .memberReadme {
    display: none;
}

.memberReadme .title {
    font-size: 20px;
    font-weight: 900;
}

.wrappedList {
    list-style: none;
}

.wrappedList .wrappedData {
    border-radius: 10px;
    padding: 5px;
    text-align: left;
    background: #ddd;
    margin-bottom: 10px;
}

.wrappedData p {
    margin: 0px;
    font-size: 13px;
}

.wrappedData .type {
    font-size: 15px;
}

.wrappedData .time {
    font-size: 12px;
    color: #aeaeae;
    margin-bottom: 12px;
}
.top{ background:#FA2F5A;  position: fixed;    z-index: 100;    top: 0;    left: 0; width:100%; margin:0 auto; overflow:hidden; height:40px;}
.topNavback{
   
    text-decoration: none;
    outline: none;
    font-weight: 900;
    font-size: 20px;
    margin: 0 auto;
    width:33%; float:left;
    line-height:40px;
  
}
.topNavback a{
    color: #fff;
    text-decoration: none;
    outline: none;
}
.topNavmemberCenter
{
     line-height:40px;
   
    text-decoration: none;
    outline: none;
    font-weight: 900;
    font-size: 20px;
    margin: 0 auto;
     width:33%; float:right;
  
    
}

.topNavmemberCenter a{
   
    text-decoration: none;
    outline: none;
}
.topUserID{
  line-height:30px;
   
    text-decoration: none;
    outline: none;
    font-size: 15px;
     width:33%; float:left;
 
}
.footer .icp{
    color: #fff;
}
.nowBouns{
    right: 0;
    margin-right: 5px;
    margin-top: 5px;
    position: absolute;
    background: #e97e36;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding: 5px 5px;
    border-radius: 8px;
}
.memberActivityLast{
    color: #fff;
}

.zcxyi {
    cursor: pointer;
    font-style: normal;
    font-size: 16px;
}

.agreeDoc_label {
    width: 125px;
    height: 45px;
    position: absolute;
    top: -10px;
    left: 10px;
}

.form_cbox {
    top: -1px;
    margin: 0 10px 0 5px;
    position: relative;
}

.zcxy {
    display: none;
}

.notice {
    margin: 0px auto 10px auto;
    width: 100%;
    background: #e97e36;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    /*border-radius: 8px;*/
    position: relative;
    overflow: hidden;
}

.notice ul {
    position: absolute;
    top: 0;
    left: 0;
}

.notice li {
    width: 100%;
    height: 30px;
}

.pArticle {
text-align:left;
width:90%;
margin:0 auto;
font-size:14px
}

.ArticleBody{
    background-color:lightgreen;
}




.myorder{ width:98%; margin:0 auto; text-align:center; clear:both; }
.myorder>dl{ width:100%; margin:2% auto; height:170px; border-bottom:1px solid #ccc; -webkit-box-shadow:1px 1px 1px #fff;-moz-box-shadow:1px 1px 1px #fff;/*阴影*/ }
.myorder>dl>dt{ width:30%; float:left; margin:0 auto; height:150px; line-height:150px;
                 /*居中*/
                  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -o-box;
  -o-box-orient: horizontal;
  -o-box-pack: center;
  -o-box-align: center;
  display: -ms-box;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -ms-box-align: center;
  display: box;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
                 /*结束*/ 
                }
.myorder>dl>dt>a>img{ width:100%}
.myorder>dl>dd{ width:64%; float:right; margin:0 auto; height:150px; line-height:18px;}
.myorder>dl>dd>span{ display:block; text-align:left; clear:both;}
.myorder>dl>dd>a>span{ display:block; text-align:left; clear:both;}

