@charset "utf-8";
.main{
    width: 100%;
    padding:0 0.3rem;
    box-sizing: border-box;
    /* background: url(../images/wap_03.webp) 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.2rem;
    height: auto;
}
.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: relative;
    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: #ffffff;
    box-shadow:0 5px 2px -2px #cdbfaa;
    cursor: pointer;
    transform: translateX(-50%);
}
.cont-1 .itemw .item{
    position: relative;
    z-index: 4;
}
.cont-1 .itemw .item a{
    width: 100%;
    height: auto;
    color: var(--default-back-color);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0.15rem 0;
    border-bottom: 1px solid #e8bb5d;
    font-size: 13px;
    font-weight: 400;
}
.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 #e8bb5d;
}
.cont-1 .itemw .item a .icon img{
    width: auto;
    height: 15px;
    margin-bottom: 3px;
}
.cont-1 .itemw .item a .icon .textw{
    text-align: left;
    font-weight: 600;
}
.cont-1 .itemw .item .ms {
    width: 18%;
    height: 0.28rem;
    line-height: 0.28rem;
    text-align: left;
    border-right: 1px solid #e8bb5d;
    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 #e8bb5d;
    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: #ffffff;
    border-radius:5px;
    margin: 0 auto;
    font-weight: 600;
}
.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 #e8bb5d;
    background: rgba(250, 250, 250, 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: #fff;
    border-radius: 10px;
    border:1px solid #eac270;
    box-shadow:0 4px 2px -2px #cdbfaa;
    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: var(--default-back-color);
    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: var(--default-back-color);
    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 #d8d8d8;
	border-bottom:1px solid #c4c4c4;
    background: #fff;
    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: 10px;
    width: 48%;
    height: 0.88rem;
    box-sizing: border-box;
    padding: 0 0 0 0.2rem;
}

.footer .rdownc li.android {
    background-color: rgba(207, 191, 118, 0.3);
    background-image: linear-gradient(105deg, #e9b442 -65%, #fde69e 35%);
}

.footer .rdownc li.ios {
    background-color: rgba(207, 191, 118, 0.3);
    background-image: linear-gradient(105deg, #e9b442 -65%, #fde69e 35%);
}

.footer .rdownc li .iconc {
    width: auto;
    height: 80%;
}

.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-image: linear-gradient(130deg, #ff507d, #36a3ff);
    color: #ffffff;
	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%;
    max-width: 700px;
    text-align: center;
}
.top-nav {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 0.2rem 0.25rem;
    border-bottom: 2px solid #d8d8d8;
}
.top-nav img {
    width: 100%;
}
.top-nav .top-nav-logo {
    max-width: 40%;
}
.top-nav .top-nav-slogan {
    max-width: 34%;
}
.banner {
    border-radius: 0.25rem;
    overflow: hidden;
}
.banner img {
    width: 100%;
}
.notify {
    display: flex;
    padding: 0.1rem 0rem;
    justify-content: center;
    align-items: center;
}
.notify img {
    height: 20px;
}
.notify marquee {
    margin: 0px 5px;
    color: #006bff;
    font-size: 12px;
}
@keyframes spinner {
    100% {
        transform: rotate(1turn)
    }
}
@media (min-width: 768px) {
    .cont-2 .item .tits {
        line-height: 30px;
    }
}