
.search{
    position: absolute;
    top: 25rem;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    display: block;
}


.search-input{
    width: 40rem;
    display: inline-block;
}
.search-input .form-control{
    height:calc(2.0em + 0.75rem + 2px);
    font-size: 1.2rem;
    border-radius:1.25rem;
}

.search-input .btn
{
    border-radius: 1.25rem;
    font-size: 1.2rem;
    font-weight:500;
}


.search button,.search button:hover,.search button:active,.search button:focus{
    background: #00B6C2;
    color: #fff;
    border: 0;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 50%);
}
.search input,.search input:hover,.search input:active,.search input:focus{
    border: 0;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 50%);
}


.list{
    margin-top: 3rem;
    padding: 0 6rem;
    margin-bottom: 3rem;
}



.list .card{
    width: 100%;
    border: 0;
}
.list .card > img{
    width: 100%;
    height: 20rem;
    border-radius:0.6rem ;
}


.list .card > .card-body
{
    text-align: left;
}

.list .card > .card-body .card-title{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.list .card > .card-body .card-text{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}





.list .card > .card-body .card-price{
    color: #F01E1E;
    font-size: 20px;
    font-weight: 400;
}

.data{
    padding: 5rem;
}

.data .content{
    text-align: left;
    font-size: 12px;
}

.data .content img.code{
    width: 11rem;
    height: 11rem;
    border: 1px solid #ddd;
    border-radius: 1rem;
}

.data .content p{
   margin-bottom: 0.2rem;
}

.data .map{
    width: 100%;
    height: 32rem;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #15acb6;
}

.data .map .gd{
    width: 100%;
    height: 100%;
}

.data .title{
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    line-height: 54px;
    position: relative;
}
.data .title p{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
}

.data .title p span{
    margin-left: 1rem;
    color: #F01E1E;
    font-size: 32px;
}



.data .subtitle{
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
}

.data .left{
    margin-top: 1rem;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.data .details{
    text-align: left;
}

.data .peizhi{
     margin-top: 1rem;
 }

.data .peizhi img{
     width: 2rem;
    height: 2rem;
}
.data .peizhi p
{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}


 .type_list
{
     margin-top: 2rem;
     text-align: left;
}

.data .type_list .type a
{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    margin-right: 1rem;
    display: inline-block;
    padding-bottom:0.5rem;
    border-bottom: .25rem solid transparent;
}
.data .type_list .type a:hover,
.data .type_list .type a:focus {
    border-bottom-color: #00B6C2;
}

.data .type_list a.active
{
    border-bottom-color: #00B6C2;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
}


.data .type_list .card
{
    margin: 1rem;
border-radius: 1rem;
    position: relative;
    border: 0;
}

.data .type_list .card img
{
    width: 100%;
    height: 15rem;
    border-radius: 1rem;

}
.data .type_list .card .card-body{
    position: relative;
}



.data .type_list .card .card-title
{
    font-size:20px;
    font-weight: bold;
    line-height: 23px;
}


.data .type_list .card .card-subtitle
{
    font-size:14px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin: 0.5rem 0;
}

.data .type_list .card .card-text
{
    margin: 0;
}

.data .type_list .card .card-price
{
     position: absolute;
    font-size: 20px;
    font-weight: 400;
    color: #F01E1E;
    line-height: 23px;
    top: 1.2rem;
    right: 1rem;
    margin: 0;
}
.data .type_list .card .card-text span
{
    font-size:14px;
     margin-right: 1rem;
    color: #00B6C2;
    border:1px solid #00B6C2;
    padding: 0.1rem;
    border-radius: 3px;
}



