html{
    height: 100vh;
    overflow-y: auto;
}
body{
    min-width: 1200px;
}
.foot_top{
    display: none;
}
.index-last-foot{
    background: #ffffff;
}
.list-page{
    width: 100vw;
    min-width: 1200px;
    overflow-x: auto;
    /*background: linear-gradient(to right,#004DF7, #00A1FF);*/
    background: linear-gradient( to right, #DEDFE6 , #EEEFF2 46%, #DEE3E9 68%, #EEEFF2 100%, #FDE0E0 );
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*::-webkit-scrollbar{*/
/*    width: 0;*/
/*    height: 0;*/
/*}*/
.list-page-top-qr{
    position: absolute;
    top: 87px;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
}
.list-page-top-qr-box{
    width: 120px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 9px 8px;
}
.list-page-top-qr-box img{
    width: 100%;
    object-fit: contain;
}
.list-page-top-qr-box div{
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    margin-top: 4px;
    text-align: center;
}
.fixed-qr{
    position: fixed;
    top: 87px;
    right:calc(50% - 760px);
    /*display: none;*/
}
@media screen and (max-width: 1470px) {
    .fixed-qr{
        right: 0;
    }
}
.fixed-qr-1{
    position: fixed;
    top: 30px;
    right:calc(50% - 760px);
    /*display: none;*/
}
@media screen and (max-width: 1470px) {
    .fixed-qr-1{
        right: 0;
    }
}
.xq-list{
    /*width: 17rem;*/
    display: grid;
    grid-template-columns: repeat(4,max(calc(25% - 15px)));
    /*grid-template-columns: repeat(4,1fr);*/
    gap: 20px;
    padding-bottom: 48px;
    /*min-height: 4rem;*/
}
.xq-item{
    /*max-height: 1.5rem;*/
    /*cursor: pointer;*/
    background: #ffffff;
    padding: 20px;
}
.xq-item-name{
    margin-bottom: 10px;
    padding-bottom: 14px;
    font-size:16px;
    border-bottom: 1px solid rgb(221,221,221);
    position: relative;
    padding-right: 20px;
    color: #333;
}
.xq-item-name img{
    position: absolute;
    right: 0;
    width: 18px;
    height: 15px;
    object-fit: contain;
}
.xq-item-btn{
    width: 87px;
    height: 26px;
    border-radius: 13px 13px 13px 13px;
    border: 1px solid #25B2FF;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #25B2FF;
    margin-top: 10px;
    display: block;
}
.list-info{
    display: flex;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    margin-bottom: 4px;
}
.list-info .limit{
    margin-left: 6px;
}
.list-info .co_name{
    min-width: 56px;
}
.fy-box{
    width: 100%;
    background: #f5f5f5;
}
.btm-adv{
    background: #f5f5f5;
    width: 100%;
    object-fit: contain;
}
.list-page .banner{
    max-width: 1920px;
    object-fit: contain;
    min-width: 1200px;
    width: 100%;
    margin: 0 auto 45px;
}
.list-page-info{
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 23px;
    color: #205F99;
    text-align: center;
}
.list-page-sub-info{
    font-size: 18px;
    color: #205F99;
    line-height: 19px;
    margin-top: 20px;
    text-align: center;
}
.list-page-info span{
    color: #F2750A;

}

.input-line{
    border-radius: 50px;
    width: 634px;
    height: 49px;
    background: rgba(235, 250, 255,.1);
    /*background: #EBFAFF;*/
    margin: 41px auto 45px;
    border: 1px solid #70B8F4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.input-line input{
    color: #333;
    font-size: 16px;
    padding: 0 40px;
    flex: 1;
    border: none;
    background: none;
    outline: none;
}
.input-line input::placeholder{
    color: #6F6F6F;
}
.input-line div{
    cursor: pointer;
    border-radius: 60px;
    width: 100px;
    height: 49px;
    background: linear-gradient(to right,#03A9FE ,#1460ED);
    /*background: radial-gradient( NaN% 0% at 0% 0%, #1AABFF 0%, #5CDDFF 100%), #34D5FF;*/
    border: 1px solid #C0FFFF;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 49px;
}
.menu-line{
    display: flex;
    margin-bottom: 20px;
    width: 1200px;
}
.menu-line div{
    line-height: 40px;
    width: 50%;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
    background: #B3BBC8;
    cursor: pointer;
}
.menu-line .on{
    background: #25B2FF;
}
.on:after{
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #25B2FF;
    left: 50%;
    transform: translateX(-50%);
}
