html, body {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
}

body {
    /* set margin to 0 and overflow to hidden, to go fullscreen */
    margin: 0;
    overflow: hidden;
    background: url('../img/bg.png') no-repeat center center;
    background-size: cover;
}

.nav-index-tt {
    position: relative;   
    margin-top: 40px;
    z-index: 10;
}

.nav-index {
    position: relative;
    margin-top: 15px;
    z-index: 10;
}

.nav-ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 30%;
}

.nav-ul a {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    font-family: Î¢ÈíÑÅºÚ;
}

.nav-ul a:hover {
    font-size: 24px;
    font-weight: 600;
    color: RGB(0,174,239);	/*00AEEF;	rgb(190, 251, 251);*/
    cursor: pointer;
    font-family: Î¢ÈíÑÅºÚ;
}

.item-rotate {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: fliph; /*IE*/;
}

.img-item-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 22px;
    /* line-height: 40px; */
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;	/*RGB(136,136,136);	white;	#fff;*/
    font-size: 10px;
    font-family: "Î¢ÈíÑÅºÚ";
    margin-bottom: 0px;
    /* <br><span style="font-size:8px">ÖÇ»Û¼Ò¾Ó222</span> */
}

.img-item-span {
    /* text-align: center; */
    color: #fff;
    font-size: xx-small;
    font-family: "serif";
}

.footer-index {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    z-index: 100;
    color: #fff;
}

.footer-txt {
    line-height: 26px;
    text-align: center;
    color: #fff;
}

.footer-slogan {
    font-size: 16px;
}

.footer-desc {
    font-size: 12px;
}

.pop-wrap {
    position:absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 610px;
    height: 642px;
    transform: translate(-50%, -50%);
    background: url('../img/popBg.png') no-repeat 100% 100%;
    color: #fff;
    font-size: 30px;
    text-align: center;
    z-index: 1000000;
}

.vall-info {
    margin-top: 8rem;
    width: 580px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    height: 400px;
    overflow: auto;
    text-align: left;
    padding: 0 10px;
}
.vall-info::-webkit-scrollbar {
    display: none;
}

.vall-footer {
    position: fixed;
    bottom: 50px;
    width: 100%;
}
.vall-enter-btn {
    margin: 0 auto;
    width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    color: #fff;
    background-color: #ccc;
    font-size: 20px;
    cursor: pointer;
}


.pop-qrcode-title {
    margin-top: 136px;
    font-size:22px;
    font-weight: 500;
    color: #fff;
    line-height: 38px;
    text-align: center;
}
.pop-qrcode-img {
    margin-top: 22px;
}
.pop-qrcode-desc {
    margin-top: 26px;
    font-size: 18px;
    color: #fff;
}
.qrcode-close {
    position: absolute;
    right: 1rem;
    top: 4rem;
}
.pop-phone {
    display: flex;
    width: 426px;
    height: 62px;
    line-height: 62px;
    border: 1px solid rgb(105, 230, 252);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pop-cellphone {
    margin: 188px auto 0 auto;
}
.pop-verify {
    margin: 40px auto 0 auto;
}
.pop-phone-name {
    margin-left: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.pop-phone-input {
    flex: 1;
    margin-left: 20px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 18px;
    color: rgba(0,235,255,1);
    outline: none;
    border: none;
}
.pop-verify-p {
    margin-top: 30px;
    padding-right: 90px;
    font-size:16px;
    font-weight:400;
    color: #fff;
    text-align: right;
    outline: none !important;
    cursor: pointer;
    text-decoration: underline;
}
.pop-verify-p:hover {
    background-color: transparent;
}
.pop-phone-submit {
    width: 426px;
    height: 62px;
    margin-top: 40px;
    border: 1px solid rgb(105, 230, 252);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    outline: none;
    background: rgba(0, 235, 255, 1);
    color: rgb(1, 9, 23);
}
.pop-phone-submit:active {
    transform: scale(0.98);
}
.pop-phone-submit:hover {
    background: rgba(0,235,255,1)!important;
}
.cover {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
}
