*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "黑体";
}
input::-webkit-input-placeholder{
    color:#ddd;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ddd;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ddd;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#ddd;
}

.p20 {
    padding: 0 20px;
}
.m36{
    margin: 0 36px;
    width: calc(100% - 72px);
}
.headers {
    position: relative;
    height: 440px;
    overflow: hidden;
}
.headers .search-box {
    position: absolute;
    top: 64px;
}
.headers .search-box input{
    width: 100%;
    background: rgba(255,255,255, 0.1);
    color: #fff;
    border: 1px #fff solid;
    border-radius: 15px;
    padding: 20px 30px;
    font-size: 22px;
    backdrop-filter: blur(20px);
}
.headers .search-icon {
    position: absolute;
    width: 45px;
    top: 10px;
    right: 16px;
    opacity: 0.85;
}
.headers .headers-bg{
    width: 100%;
}

.headers .title-list{
    position: absolute;
    bottom: -45px;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    border: 0;
    background-image: linear-gradient(to bottom, rgb(229,185,140), rgb(180,137,91));
}
.headers .title-list .title-item{
    flex: 1;
    height: 90px;
    border-radius: 15px;
    vertical-align: middle;
    color: #fff;
    line-height: 84px;
}
.desc{
    font-size: 22px;
}
.headers .title-list .title-item.active {
    background: #fff;
    color: rgb(39,76,154);
    border: 1px #fff solid;
    font-weight: bold;
}
.headers .title-list .title-item .icon{
    width: 40px;
    margin: 0px 16px 0 30px;
    position: relative;
    top: 9px;
}

.descbox {
    /*margin: 45px 20px;*/
        position: relative;
    top: -30px;
    /*overflow: hidden;*/
    padding: 120px 35px 0px;
    background: #fff;
    border-radius: 20px;

}
.descbox .bt-title {
    width: 175px;
    margin: 40px 0 30px;
}
.descbox .bt-img {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
}
.descbox .bt-desc {
    margin-top: 40px;
    font-size: 28px;
    padding-left: 40px;
    line-height: 48px;
    font-weight: bold;
    position: relative;
}

.descbox .bt-desc:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 60px;
    left: 15px;
    top: 10px;
    background: rgb(39,76,154);
    border-radius: 3px;
}
.listbox {
    margin: 0px 30px;
    overflow: hidden;
}
.listbox .list-title {
    position: relative;
    background: #fff;
}
.listbox .list-title .ly-tj{
    width: 175px;
    margin: 25px 0 30px;
}
.listbox .list-title .more{
    position: absolute;
    background: rgb(2,112,255);
    color: #fff;
    right: 15px;
    top: 36px;
    font-size: 26px;
    padding: 5px 20px;
    border-radius: 20px;
}
.listbox .lists {
    /*display: flex;*/
}
.listbox .lists .list-item {
    /*flex: 330px;*/
    width: 330px;
    display: inline-block;
    margin-right: 20px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0px 0px 1000px rgba(0,0,0,0.2);
}
.listbox .lists .list-item img{
    width: 100%;
    height: 320px;
}
.listbox .lists .list-item .ly-title {
    position: relative;
    padding: 15px;
}
.listbox .lists .list-item .ly-title .ly-title-desc{
    font-size: 28px;
    font-weight: 600;
}
.listbox .lists .list-item .ly-title .ly-title-price{
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 24px;
}
.listbox .lists .list-item .ly-title .ly-title-price.mianyi {
    color: rgb(177,177,177);
}
.listbox .lists .list-item .ly-title .ly-title-price span{
    font-size: 20px;
}
.listbox .lists .list-item .spec-lit{
    margin: 5px 15px 15px;
}
.listbox .lists .list-item .spec-lit .spec-item {
    color: #fff;
    padding: 8px 10px 10px;
    border-radius: 7px;
    display: inline-block;
    font-size: 20px;
}
.spec-item1{background: rgb(7,152,128)}
.spec-item2{background: rgb(54,78,200)}
.spec-item3{background: rgb(209,54,80)}

.menu-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    height: 143px;
    border-top: 1px solid rgb(232,232,232);
    background: #fff;
    display: flex;
}
.menu-item {
    flex: 1;
    text-align: center;
}
.menu-item img{
    margin-top: 30px;
}

.fenleibox {
    display: flex;
    /*border-bottom: solid 1px #ddd;*/
    /*margin: 0 -20px;*/
    position: absolute;
    /*margin: 0px 45px;*/
    top: -80px;
    margin-left: -35px;
}
.fenleibox img {
    flex: 1;
    width: 250px;
}
.bt-message {
    padding: 0 30px;
    position: relative;
}
.message-img {
    width: 100%;
}
.message-txt {
    position: absolute;
    top: 55px;
    left:55px;
    right: 55px;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}
.notice {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}
