@charset "utf-8";
/* CSS Document */
html{
    font-size: 52px;
    max-width: 750px;
    margin: 0 auto;
}
@media only screen and (min-width: 429px) {
    html {
        font-size: 57px;
    }
}
@media only screen and (min-width: 529px) {
    html {
        font-size: 70px;
    }
}
@media only screen and (min-width: 750px) {
    html {
        font-size: 82px;
    }
}
@media only screen and (max-width: 376px) {
    html {
        font-size: 50px;
    }
}
body {
    font-size: 0.24rem;
    color: #ffd89f;
    font-family: "PingFang SC", sans-serif;
    background: url(../images/back.jpg) no-repeat #08375f top center;
    background-size: 100% auto;
    overflow-x: hidden;
}
.banner{
    position: relative;
    width: 100%;
    height: auto;
}
.banner .banpic{
    position: relative;
    z-index: 1;
}
.banner .banpic img{
    width: 100%;
    height: auto;
}
.banner .head{
    width: 100%;
    height: 1rem;
    padding:0 0.4rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.banner .head .cont{
    width: 100%;
    height: 100%;
    position: relative;
}
.banner .head .cont .logo{
    width: 2.6rem;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
.banner .head .cont .logo img{
    width: 100%;
    height: auto;
}
.banner .head .cont .gg {
    width: 80%;
    height: 0.65rem;
    position: absolute;
    right: 0rem;
    top: 0;
    z-index: 4;
    background-color: #00000cb6;
    border-radius: 0 0 8px 0;
    padding: 0 0.2rem 0 1.4rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.banner .head .cont .gg .icon{
    width: 10%;
    height:auto;
    margin-right: 4%;
}
.banner .head .cont .gg .text {
    width: 86%;
    line-height: 1;
    font-size: 0.24rem;
    color:#ffd89f;
    overflow: hidden;
}
.banner .head .cont .gg img{
    width: 100%;
    height: auto;
}
.txt-scroll {
    width: 100%;
    line-height: 1;
}

.txt-scroll .scrollbox {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all .2s;
}

.txt-scroll .txt,
.txt-scroll .txt-clone {
    display: inline;
    position: relative;
}
.banner .headbtn{
    width: 4.2rem;
    height: 1.15rem;
    background: url(../images/UI_05.png) no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    bottom: -0.66rem;
    z-index: 5;
    transform: translateX(-50%);
    font-size: 0.48rem;
    font-weight: 800;
    color: #5f1806;
    text-align: center;
    line-height: 0.92rem;
    overflow: hidden;
    text-indent: -10rem;
}
.wrappall{
    width: 100%;
    padding: 0.3rem 0.4rem 0;
}
.topsscont{
    width: 100%;
    height: auto;
    border-radius: 8px;
    background: linear-gradient(to bottom, #f6e1b0 0%, #907143 50%, #f6e1b1 50%, #c3974e 100%);
    padding: 1px;
    margin-top: 0.4rem;
}
.topsscont .cont{
    width: 100%;
    height: 3.25rem;
    background-color: #0a2c4e;
    border-radius: 7px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.topsscont .cont .l{
    width: 10%;
    height: 100%;
    color: #ffd89f;
    background-color: #2b517e;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topsscont .cont .l .text{
    font-size: 0.32rem;
    width: 0.4rem;
    text-align: center; /* 水平居中 */
    line-height: 1.1;
}
.topsscont .cont .r{
    width: 86%;
    height: 3.25rem;
    overflow: hidden;
}
.topsscont .cont .r .swiper-topsscont {
    width: auto;
    height: 3.25rem;
    overflow: hidden;
    margin-right: 0.28rem;
}

.topsscont .cont .r .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 0.65rem;
    border-bottom:1px solid #134271;
}
.topsscont .cont .r .swiper-slide .t1,.topsscont .cont .r .swiper-slide .t2,.topsscont .cont .r .swiper-slide .t3,.topsscont .cont .r .swiper-slide .t4{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.topsscont .cont .r .swiper-slide .t1 {
    width: 10%;
}
.topsscont .cont .r .swiper-slide .t2 {
    width: 18%;
    color: #fff;
    text-align: center;
}
.topsscont .cont .r .swiper-slide .t3 {
    width: 50%;
    color: #ffe115;
    text-align: center;
}
.topsscont .cont .r .swiper-slide .t4 {
    width: 20%;
}
.itemall{
    width: 100%;
    height: auto;
    border-radius: 8px;
    background: linear-gradient(to bottom, #f6e1b0 0%, #907143 50%, #f6e1b1 50%, #c3974e 100%);
    padding: 1px;
    margin-top: 0.4rem;
}
.itemall .contall{
    width: 100%;
    height: auto;
    background-color: #0a2c4e;
    border-radius: 7px;
    overflow: hidden;
}
.itemall .contall .pic{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #3973b7;
    overflow: hidden;
}
.itemall .contall .pic img{
    width: 100%;
    height: auto;
}
.itemall .contall .tit{
    width: 100%;
    height: 0.8rem;
    display: flex;
    padding: 0 0.25rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.itemall .contall .tit .l{
    padding-right: 0.3rem;
    white-space: nowrap;
    color: #3973b7;
    border-right: 1px solid #3973b7;
    line-height: 1;
}
.itemall .contall .tit .r{
    font-weight: bold;
    white-space: nowrap;
    color: #ffd89f;
    margin-left: 0.3rem;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.itemall .contall .btnw{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.25rem;
    margin-bottom: 0.25rem;
}
.itemall .contall .btnw .btn{
    width: 48%;
    height:auto;
    text-align: center;
    border-radius: 6px;
    font-size: 0.26rem;
    padding: 0.15rem 0;
}
.itemall .contall .btnw .btn-1{
    background-color: #3973b7;
    border:1px solid #619ee6;
    color: #fff;
}
.itemall .contall .btnw .btn-2 {
    background-color: #e0bc7f;
    border: 1px solid #f5ddb6;
    color: #533605;
}
.itemall .contall .btnw .btn-3 {
    background-color: #ddd;
    border: 1px solid #eee;
    color: #533605;
}
.itemall .contall .btnw .btn-4 {
    background-color: #0e3761;
    border: 1px solid #164779;
    color: #5084b7;
}
.appdown{
    width: 100%;
    height: auto;
    padding:0.2rem 0.25rem;
    background-color: #0a2c4e80;
    border: 1px solid #3973b7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    margin-top: 0.4rem;
}
.appdown .l{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.appdown .icon{
    width: 1.1rem;
    height: auto;
}
.appdown .icon img{
    width: 100%;
    height: auto;
}
.appdown .titw{
    width: auto;
}
.appdown .titw .tit{
    font-size: 0.32rem;
    color: #ffd89f;
    font-weight: bold;
}
.appdown .titw .text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.appdown .titw .text span{
    margin-right: 0.1rem;
    padding: 0;
    text-align: center;
}
.appdown .titw .text .android{
    line-height: 1;
    color: #6ab935;
}
.appdown .titw .text .ios {
    line-height: 1;
    color: #2bb2e8;
}
.appdown .r{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.appdown .r .btn{
    padding: 0.1rem 0.25rem;
    border-radius: 5px;
    text-align: center;
}
.appdown .r .btn span{
    display: block;
}
.appdown .r .btn .icon{
    width: auto;
    height: 0.34rem;
    margin-bottom: 0.05rem;
}
.appdown .r .btn .icon img{
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.appdown .r .btnAndriod{
    background-color:#5cb720;
    border:1px solid #83f438;
    margin-right: 0.15rem;
}
.appdown .r .btnIos {
    background-color: #2bb2e8;
    border: 1px solid #26e1f2;
}
.footer{
    width: 100%;
    height: auto;
    line-height: 2.5;
    background-color: #061f39;
    text-align: center;
    color: #3b638c;
    margin-top: 0.4rem;
}
.modalback{
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.modal{
    width: 90%;
    padding:0;
    border-radius: 8px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.modal .header{
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.32rem;
    color: #0a2c4e;
    position: relative;
    border-bottom:1px solid #e0e5eb;
}
.modal .header .close{
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
}
.modal .header .close img{
    width: 100%;
    height: auto;
}
.modal .content{
    padding: 0.3rem;
}
.modal .content .item-1 input{
    width: 100%;
}
.btn-submit{
    width: 100%;
    height: auto;
    padding: 0.25rem 0.3rem;
    text-align: center;
    background-color: #e0bc7f;
    color: #533605;
    border:none;
    font-size: 0.3rem;
    border-radius: 0;
}
.event-no{
    width: 100%;
    height: auto;
    padding: 0.25rem 0;
    text-align: center;
    color: #000;
    font-size: 0.3rem;
}
.modal .content .textItem{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.26rem;
    color: #000;
}
.modal .content .textItem .l{
    width: 20%;
    margin-right: 0.25rem;
    white-space: nowrap;
    text-align: right;
    color: #888;
}
.modal .content .textItem .r {
    width: 80%;
    position: relative;
}
.modal .content .textItem .r .yzm{
    width: auto;
    height: 0.55rem;
    position: absolute;
    right: 0.12rem;
    top: 50%;
    transform: translateY(-50%);
}
.modal .content .textItem .r .yzm img{
    width: auto;
    height: 100%;
}
.modal .content .textItem .r input{
    width: 100%;
}
.modal .content .textItem .r .yzmipt{
    padding-right: 2rem;
}
.modal .content .bottomtip{
    margin-top: 0.25rem;
    color: #999;
}
.btn-submit-50 {
    width: 50%;
    height: auto;
    padding: 0.25rem 0.3rem;
    text-align: center;
    background-color: #e0bc7f;
    color: #533605;
    border: none;
    font-size: 0.3rem;
    border-radius: 0;
    font-weight: normal;
}
.btn-submit-blue-50 {
    width: 50%;
    height: auto;
    padding: 0.25rem 0.3rem;
    text-align: center;
    background-color: #0c5286;
    color: #fff;
    border: none;
    font-size: 0.3rem;
    border-radius: 0;
    font-weight: normal;
}
.contentw{
    width: 100%;
    margin-top: 0.88rem;
    border-radius: 8px;
    background-color: #fff;
    padding: 0.3rem;
}
.contentw .h1{
    width: 100%;
    text-align: center;
    padding: 0.2rem 0;
    color: #061f39;
    font-size: 0.32rem;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: 0.25rem;
}
.contentw .cc{
    line-height: 1.5;
    color: #333;
}
.contentw .cc p{
    margin-bottom: 0.1rem;
}
.contentw .cc img{
    width: 100% !important;
    height: auto !important;
}
.contentw .cc .rowtit{
    text-align: left;
    font-size: 0.28rem;
    font-weight: bold;
    color: #cba058;
    border-left: 3px solid #cba058;
    padding-left: 0.2rem;
    margin-bottom: 0.2rem;
    line-height: 1;
}
.contentw .cc .rowtxt {
    text-align: left;
    font-size: 0.25rem;
    margin-bottom: 0.2rem;
}
.contentw .btnw{
    margin-bottom: 0.25rem;
}
.contentw .btnw a{
    padding: 0.15rem 0.3rem;
    border-radius: 5px;
}
.contentw .btnw a.l {
    background-color: #3973b7;
    color: #fff;
}
.contentw .btnw a.r {
    background-color: #e0bc7f;
    color: #533605;
}
/*  */
.modal-cont {
    width: 100%;
    padding: 0;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 0.3rem;
}

.modal-cont .content {
    padding: 0.3rem;
}

.modal-cont .content .item-1 input {
    width: 100%;
}

.modal-cont .content .textItem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.26rem;
    color: #000;
}

.modal-cont .content .textItem .l {
    width: 20%;
    margin-right: 0.25rem;
    white-space: nowrap;
    text-align: right;
    color: #888;
}

.modal-cont .content .textItem .r {
    width: 80%;
    position: relative;
}

.modal-cont .content .textItem .r .yzm {
    width: auto;
    height: 0.55rem;
    position: absolute;
    right: 0.12rem;
    top: 50%;
    transform: translateY(-50%);
}

.modal-cont .content .textItem .r .yzm img {
    width: auto;
    height: 100%;
}

.modal .content .textItem .r input {
    width: 100%;
}

.modal-cont .content .textItem .r .yzmipt {
    padding-right: 2rem;
}

.modal-cont .content .bottomtip {
    margin-top: 0.25rem;
    color: #999;
}
.msg-box{
    position: absolute;
    left: 8px;
    top: -12px;
    background: #fff;
    padding: 3px 6px;
    color: red;
    border-radius: 10px;
    font-size: 0.22rem;
    z-index: 1000;
}
.tipshowbox,.tipshowboxErr{
    width: 50%;
    text-align: center;
    position: fixed;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 0.3rem 0.3rem;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100px;
}
.tipshowboxErr{
    background-color: rgba(237, 41, 41, 0.85) !important;
}
.pages{
    width: 100%;
    margin-top: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pages .pagination{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pages .pagination span,.pages .pagination a{
    padding: 0.1rem 0.2rem;
    background: rgba(0, 0, 0, 0.45);
    margin: 0.05rem;
    border-radius: 2px;
}
#toast-container{
    display: none !important;
}