@charset "utf-8";
*{
    padding: 0;
    margin: 0;
}
body,
h1,
h2,
h3,
p,
ul,
li {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3 {
    font-weight: normal;
}

body {
    font-family: "Microsoft Yahei";
    background-color: #fff;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
}

.all{
    width: 100%;
    height: 1080px;
}

.content{
    width: 100%;
    height: 100%;
    background-image:url(../images/back.jpg) ;
    background-repeat:no-repeat ;
}
.content-all{
    margin: 0px auto;
    width: 60%;
    height: 60%;
    text-align: center;
}
.content-input{
    width: 50%;
    margin: 0 auto;
    border-radius: 30px;
    position: relative;
    top: 34%;
    background-color: #6E81FA;
}
.content-input input{
    width: 70%;
    height: 60px;
    border: 0;
    background-color: #6E81FA;
    font-size: 20px;
    color: #CCD2FC;
}
.content-input input:focus-visible{
    outline-style: none;
}
.content-input input::-webkit-input-placeholder{
    color: #CCD2FC !important;
}
.search-button{
    float: right;
}
.search{
    border-radius: 30px;
    height: 60px;
    width: 110px;
    border: 0;
    cursor: pointer;
}
.price{
    height: 550px;
    width: 100%;
    position: relative;
    top: 40%;
}
.price-left-header{
    background-image: url(../images/bq.png);
    background-repeat:no-repeat ;
    display: inline-block;
    padding: 12px 70px;
    font-weight: 600;
}
.price-left-content{
    background-color: rgb(64 136 252 / 0.6);
    height: 460px;
    width: 100%;
    border-radius: 10px;
}
.left-content-string{
    border:1px dashed #ddd;
    width: 80%;
    display: inline-block;
}
.price-left-content-ul{
    /* padding: 25px 0px; */
}
.price-left-content-li{
    /* padding-top: 30px; */
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: 40px;
}
.span-font{
    font-size: 22px;
    color: #fff;
    float: left;
    background-color: #377CFC;
}
.price-left-content-li button{
    padding: 10px 25px;
    border: 0;
    border-radius: 10px;
    background-color: #F1E725;
    font-size: 22px;
    cursor: pointer;
}
.price-left{
    width: 45%;
    display: inline-block;
    float: left;
}
.price-right{
    float: right;
    width: 45%;
}
.price-bottom{
    height: 100%;
}
.price-left-content-ul li{
    height: 70px;
}

.scrollcnt{overflow-y: auto;}
.scrollcnt::-webkit-scrollbar{height: 0;width: 0;color: transparent;}

@media (max-width:780px) {
    .all{
        width: 100%;
        height: 100%;
    }
    .content{
        width: 100%;
        height: 100%;
        background-image:url(../images/bb.jpg) ;
        
        background-repeat:no-repeat ;
        background-size: 100% 100%;
    }
    .content-all{
        width: 100%;
        height: 100%;
        background-image:url(../images/top.png) ;
        background-size: 100%;
        background-repeat:no-repeat ;

    }
    .content-input{
        width: 90%;
        margin: 0 auto;
        border-radius: 12px;
        position: relative;
        top: 8%;
        background-color: #6E81FA;
    }
    .content-input input{
        height: 35px;
    }
    .search{
        border-radius: 12px;
        height: 35px;
        width: 61px;
        border: 0;
        cursor: pointer;
        background-color: #fff;
    }
    .search img{
        width: 20px;
    }
    .price{
        top: 10%;
        width: 90%;
        margin-top: 10px;
        margin-bottom: 110px;
        height: auto;
        display: inline-block;
    }
    .price-left{
        width: 100%;
        margin-top: 10px;
        float: inherit;
    }
    .price-left-header{
        font-weight: 600;
        background-image: url(../images/sjbq.png);
        background-repeat: no-repeat;
        background-size: 85%;
        height: 29px;
        background-position-x: 22px;    
    }
    .price-left-content-ul{
        padding: 10px 0 30px 0;
    }
    .price-left-content-li{
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        top: 0px;
        z-index: 1;
    }
    .price-left-content{
        height: 432px;
    }
    .span-font{
        font-size: 18px;
        background-color: #377CFC;
    }
    .price-left-content-li button{
        font-size: 15px;
        padding: 5px 20px;
        border-radius: 5px;
    }
    .price-right{
        width: 100%;
        margin-top: 30px;
        float: inherit;
        
    }
    .price-bottom{
        background-image: url(../images/bottom.jpg);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        background-size: 100%;
        background-position-y: bottom;
        padding-top: 22%;
    }
    .price-left-content-ul li{
        height: 50px;
    }
    .left-content-string{
        position: relative;
        top: -30px;
    }

}