﻿@charset "utf-8";
.main{
    width: 100%;
    padding:0 0.3rem;
    box-sizing: border-box;
    background: url(../images/wap_03.png) no-repeat center 0.5rem;
    background-size: 100% auto;
    box-sizing: border-box;
}
.contwall-cont{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.headw {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
}
.headw img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.cont-1{
    margin-top: 0.35rem;
    height: 11.4rem;
}
.cont-1 .bottom-div {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}
.cont-1 .bottom-div img{
    width: 100%;
    height: auto;
}
.cont-1 .itemw{
    position: absolute;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    padding:0.1rem 0.25rem;
    z-index: 2;
}
.cont-1 .itemw .refresh{
    width: 100%;
    height: 0.88rem;
    text-align: center;
    line-height: 0.88rem;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    bottom: -1.2rem;
    color: var(--default-back-color);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
    cursor: pointer;
    transform: translateX(-50%);
}
.cont-1 .itemw .item{
    position: relative;
    z-index: 4;
}
.cont-1 .itemw .item a{
    width: 100%;
    height: auto;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0.15rem 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
    font-size: 12px;
}
.cont-1 .itemw .item a:last-child{
    border-bottom: none !important;
}
.cont-1 .itemw .item a .icon{
    width: 22%;
    height: 0.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.cont-1 .itemw .item a .icon img{
    width: auto;
    height: 11px;
}
.cont-1 .itemw .item a .icon .textw{
    text-align: left;
}
.cont-1 .itemw .item .ms {
    width: 18%;
    height: 0.28rem;
    line-height: 0.28rem;
    text-align: left;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    padding:0 0.16rem;
}
.cont-1 .itemw .item .wurl {
    width: 33%;
    height: 0.28rem;
    line-height: 0.28rem;
    text-align: left;
    padding: 0 0.2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    margin-right: 0.1rem;
}
.cont-1 .itemw .item .txt {
    width: 20%;
    height: 0.6rem;
    line-height:0.6rem;
    background-color: var(--color-jili);
    text-align: center;
    color: var(--default-back-color) !important;
    border-radius:5px;
    margin: 0 auto;
}
.cont-1 .itemw .overlay-div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
    z-index: 3;
	border-radius: 10px;
    border:1px solid rgba(220, 230, 255, 0.6);
    background: rgba(120,180,255,0.3);
    box-shadow: inset 0px 6px 12px 1px rgba(200,215,240,0.45);
}
.cont-1 .itemw .overlay-div-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    border-radius: 10px;
	backdrop-filter: blur(6px);
    border: 1px solid rgb(119 137 177 / 50%);
    background: rgba(36, 45, 56, 0.8);
    box-shadow: inset 0px 6px 12px 1px rgb(117 136 178 / 30%);
}
.cont-2{
    width: 100%;
    margin: 1.48rem auto 0;
}
.cont-2 .item {
    width: 100%;
    height: auto;
    position: relative;
    
    background-color: #1c2635;
    border-radius: 10px;
    border:1px solid #41516b;
    box-shadow: inset 3px 3px 18px 0px #3b465a;
    box-sizing: border-box;
    margin-bottom: 0.3rem;
}
.cont-2 .item a{
    padding: 0.25rem;
}
.cont-2 .item:last-child{
    margin-bottom: 0 !important;
}

.cont-2 .item .bimg {
    width: 18%;
    height: auto;
	margin-left: 20%;
}

.cont-2 .item .bimg img {
    width: 100%;
    height: auto;

}

.cont-2 .item .tits {
    line-height: 22px;
    text-align: left;
    color: #adb6c4;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.32rem;
}

.cont-2 .item .tcc {
    line-height: 22px;
    text-align: left;
    color: #808cad;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
}

.cont-2 .item .right {
    margin-left: 6%;
    width: 81%;
}
.footerwrapp{
    width: 100%;
    height: 110px;
}
.footer {
    padding: 0.45rem 0.3rem;
	border-top:1px solid #36445a;
	border-bottom:1px solid #263446;
    background: rgba(17,25,35,0.3);
    margin-top: 0.4rem;
}

.footer .licon {
    width: 96%;
    height: auto;
    margin: 0 auto;
}

.footer .licon img {
    width: 100%;
    height: auto;
}

.footer .rdownc {
    width: 100%;
    height: auto;
    margin: 0.32rem auto 0;
}

.footer .rdownc li {
    border-radius: 5px;
    width: 48%;
    height: 0.88rem;
    box-sizing: border-box;
    padding: 0 0 0 0.2rem;
}

.footer .rdownc li.android {
    background-color: rgba(151, 174, 225, .11);
    background-image: linear-gradient(105deg, rgb(100, 255, 118) -65%, rgba(39, 44, 58, 0) 35%);
}

.footer .rdownc li.ios {
    background-color: rgba(151, 174, 225, .11);
    background-image: linear-gradient(105deg, rgb(26, 138, 233) -65%, rgba(39, 44, 58, 0) 35%);
}

.footer .rdownc li .iconc {
    width: auto;
    height: 60%;
}

.footer .rdownc li .iconc img {
    width: auto;
    height: 100%;
}

.footer .rdownc li .rtext span {
    display: block;
    font-size: 11px;
}

.footer .rdownc li .phone {
    width: 1.1rem;
    height: auto;
    margin-top: -0.26rem;
}

.footer .rdownc li .phone img {
    width: 100%;
    height: auto;
}

.footer-res {
    background-color: #080b17;
    color: #55657e;
	font-size: .24rem;
    padding: 0.2rem;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.footer .foot-abouts {
    border-top: 1px solid #1f273d;
    padding: 0.45rem 0 0.1rem;
    margin-top: 0.35rem;
}

.footer .foot-abouts .row {
    width: 100%;
    overflow: hidden;
}

.footer .foot-abouts .row .left,
.footer .foot-abouts .row .right {
    width: 46%;
}

.footer .foot-abouts .row .tits {
    font-size: 0.26rem;
    color: #5c6992;
}

.footer .foot-abouts .row .icon {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
}

.footer .foot-abouts .row-2 {
    margin-top: 0.45rem;
}

.footer .foot-abouts .row-1 .icon img {
    max-width: 100%;
    height: 0.85rem;
}

.footer .foot-abouts .row-2 .icon img {
    max-width: 100%;
    height: 0.56rem;
}

/*  */
.loader-all {
    align-items: center;
    background-color: #090f1e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    text-align: center;
    top: 0;
    height: 100%;
    width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
    z-index: 1000;
}

.loader-all.transparent {
    opacity: 0;
    visibility: hidden;
}

.loader-all.transition-active {
    transition: opacity .5s .5s ease, visibility 0s 1s
}

.loader-all .loader-logo {
    margin-bottom: 1rem;
    height: 1.6rem;
    width: 80%;
    backface-visibility: hidden;
}

.loader-all .loader-logo img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.loader-all .spinner {
    animation: spinner .75s infinite linear;
    border: 3px solid var(--color-jili);
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent;
    box-sizing: border-box;
    height: 25px;
    pointer-events: none;
    width: 25px;
}
.tips {
    background-color: rgba(255, 255, 255, 0.88);
    padding: 0.35rem 0.3rem;
    border-radius: 8px;
    color: #090f1e;
    position: fixed;
    z-index: 800;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
}
@keyframes spinner {
    100% {
        transform: rotate(1turn)
    }
}