body {
    width:100%;
    height:100%;
    margin: 0;
    background-color: #17080d00;
}

ul{ list-style: none; }

li{ list-style: none;}


#c {
    position: fixed;
    left: 0px; top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    /* background: url('../images/bg/bg.jpg')no-repeat center 0px; */
    background-size:cover;

}

.view {
    position: fixed;
    z-index:10;
}

#info {
    position: absolute;
    top: 0px; width: 6.5in;
    padding: 0px;
    text-align: center;
}
.clear{ clear:both;}
a { color: #ffffff; text-decoration: none;}

.main_cpjs {
    position:relative;
    left: 50%;
    max-width: 800px;
    transform: translateX(-50%);
    font-size:4px;
    border-top:1px solid #aa851b;
    border-bottom: 1px solid #aa851b;;
}

.content {
    width: 100%;
    margin-top: 0;
    top: 0;
    transform: translateY(16px);
    /*background-color: #0f0f0f;*/
}
::-webkit-scrollbar{
    display:none;
}

.page_scale{
    padding-bottom:16px;
    width:100%;
    max-width: 800px;
    margin : 0 auto;
}

.page_scale ul{
    margin: 0 auto;
    padding: 0;
}
.page_scale ul li {
    list-style: none;
    float: top;
}

.close_img {
    position: fixed;
    right: 50%;
    transform: translateX(16px);
    bottom: 4px;
    cursor: pointer;
    z-index: 10000;
}

.loading_div{
    position: fixed;
    /*background: url("../images/bg/bg.png");*/
    /*background-size:100% 100%;*/
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2000;
    opacity: 1;
}
.loading_scr{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-69px,76px);
}
.loadingImg{
    position: fixed;
    width: 138px;
    height: 138px;
    top: 50%;
    left: 50%;
    transform: translate(-75px,-69px);
    background-image: url(../images/hyBlack.png);
    background-size:100% 100%;
}
.loadtext{
    color: #9b9c88;
    font-size: 14px;
    text-align: center;
    margin-top: 52px;
    margin-left: 12px;
}
.loadslogen{
    transform: translateY(20px);
    color: #b5d2ff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 36px;
    text-shadow: 1px 1px 16px #00ffff;
}
.loadDoneText{
    color: #b1b4c5;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: center;
}
.blur0to1{animation: blur01 0.5s ease 0s 1 normal;}
@keyframes blur01 {
    from{filter:blur(20px);}
    to{filter:blur(0px);}
}

.mypro{
    background: rgb(53, 60, 75);
    width:138px;
    height:10px;
    border-radius: 6px;
}
::-ms-fill{
    background: #00aa8c;
    border-radius: 6px;
}
::-moz-progress-bar{
    background: #00aa8c;
    border-radius: 6px;
}
::-webkit-progress-bar{
    background: rgb(39, 44, 54);
    border-radius: 6px;
    border : 1px solid #4c643a;
}
::-webkit-progress-value{
    background: #00aa8c;
    border-radius: 6px;
}

.label{
    text-align: center;
    background: rgba(255, 255, 255, 1);
    font-size: 13px;
    color: rgb(139, 139, 157);
    border-radius:18px;
    padding: 4px 12px 5px 12px;
    cursor: default;
    z-index: 20000;
    transform: translateY(-50%);
}

.div_bjjs {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    z-index: 30000;
}
.div_bjjs H1 {
    text-align: center;
    color: #4a4a4a;
}


.PosRT{
    position: fixed;
    right: 10px;
    top: 8px;
    cursor: pointer;
    z-index: 1000;
    opacity: 80%;
}
.PosRT:hover{
    opacity: 100%;
}

.PosLT{
    position: fixed;
    left: 10px;
    top: 8px;
    cursor: pointer;
    z-index: 1000;
    opacity: 80%;
}
.PosLT:hover{
    opacity: 100%;
}

.PosRT02{
    position: fixed;
    right: 10px;
    top: 60px;
    cursor: pointer;
    z-index: 1000;
    opacity: 80%;
}:hover{
     opacity: 100%;
 }

.PosRB{
    position: fixed;
    right: 10px;
    bottom: 8px;
    cursor: pointer;
    z-index: 1000;
    opacity: 80%;
}:hover{
     opacity: 100%;
 }

.PosCC{
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}:hover{
     opacity: 100%;
 }


.PosCR{
    position: fixed;
    top:50%;
    right:4px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1000;
    opacity: 80%;
}:hover{
     opacity: 100%;
 }

.PosCB{
    position: fixed;
    bottom:8px;
    left:50%;
    transform: translateX(-50%);
    z-index: 1000;
    cursor: pointer;
    opacity: 80%;
}:hover{
     opacity: 100%;
 }

.menu_bar{
    position: fixed;
    font-family: lishu, LiSu, STLiti, "Microsoft YaHei", ΢���ź�, STHeiti;
    letter-spacing: 2px;
    line-height: 40px;
    bottom: 0;
    width: 90%;
    max-width: 500px;
    left:50%;
    transform: translateX(-50%);
    height:50px;
    margin: 0;
    padding:0;
    border-top: 1px solid #4c643a;
    /*background-color: rgba(15, 15, 15, 0);*/
    z-index: 100;
}

.menu_btn{
    width: 25%;
    height:40px;
    text-align: center;
    color: #fffd9a;
    text-shadow: 2px 2px 8px #aa851b;
    float: left;
    cursor: pointer;
    border-bottom: 2px solid rgba(48, 55, 77, 0);
    background-image:url(../images/menuBtn.png);
    background-size:100% 100%;
    opacity: 0.8;
    margin-top: 4px;
    font-weight: normal;
}
.menu_btn:hover{
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 16px #00ffff;
    border-bottom: 2px solid #42ffec;
    opacity: 1;
}

.gui2 {
    position: fixed;
    left:50%;
    height: 40px;
    max-width: 300px;
    bottom: 60px;
    transform: translateX(-50%);
    z-index: 1000;
}
.gui2Scale {
    position: fixed;
    left: 50%;
    width: 100%;

    transform: translateX(-50%);

}

.button {
    float: left;
    margin:0px 6px;
    color: white;
    cursor:pointer;
}
.button:hover{
    opacity: 1;
}

.button_jieshao {
     float: left;
     margin:0px 4px;
     padding: 1px 10px;
     color: white;
     cursor: pointer;
     border: 1px solid #ffe78c;
     border-radius: 12px;
     background-color: #0f6674;
     font-size: 12px;
 }
.button_jieshao:hover{
    color: #ffffff;
    text-shadow: 1px 1px 16px #ffe78c;
    background-color: #00aa8c;
}

.btn_img2 {
    width: 40px;
    transform: scale(1.0);
    transition: 0.1s;
}
.btn_img2:hover {
    transform: scale(1.2);
    filter: brightness(2);
}

.page_jieshao{
    position: fixed;
    max-width: 512px;
    max-height: 512px;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,50%);
    background-image: url("../images/jieshao_BG.png");
    background-size: 100% 100%;
    z-index: 100;
}

.jieshao{
    position:fixed;
    top: 50%;
    left:50%;
    width: 76%;
    height:80%;
    transform: translate(-50%,-55%);
}

.jieshaoTop{
    position: absolute;
    top :0;
    width:100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: bold;
}
h4 {
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 1px 1px 20px #ffe78c;
    margin-bottom: 2px;
}

.jieshaoText{
    position: absolute;
    top :40px;
    width: 100%;
    height:80%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px ;
    overflow: hidden;
    overflow-y: scroll;
}
.jieshaoText p {
    color: #e0e0e0;
    letter-spacing: 1px;
    line-height: 20px;
    word-wrap: break-word;
    word-break: break-all;
    overflow-y: scroll;
    margin-bottom: 6px;
}

.imgName {
    position: fixed;
    height:40%;
    max-height: 200px;
    z-index: 50;
    opacity: 0;
    filter: blur(10);
}

