.head{
    width: 100%;
    height: 0.88rem;
    padding: 0 0.22rem;
    box-sizing: border-box;
    background: #fdfff8;
    font-size: 0.38rem;
    line-height: 0.88rem;
    display: flex;
    justify-content: space-between;
}
.head >a{
    color: #4ebbfe;
}
.head span{
    color:#4ebbfe ;
}
.introduce{
    width: 100%;
    height: 1.88rem;
    background: #fdfff8;
    margin-top: 0.20rem;
    padding: 0.15rem;
    box-sizing: border-box;
    /*box-shadow: 0 0.03rem 0.43rem 0;*/
    /*rgba(41, 167, 255, 0.13);*/
}
.introduce .intro{
    width: 1.6rem;
    height: 0.5rem;
}
.intro .jieshao{
    font-size: 0.32rem;
    font-weight: bolder;
    line-height: 0.40rem;
    position: relative;
    margin-left: 0.21rem;
}
.intro .jieshao::before {
    content: '';
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    left: -0.15rem;
    top: 0.14rem;
    border-radius: 50%;
    background: #36a8fe;
}
.intro .text{
    width: 6.84rem;
    height: 0.55rem;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.32rem;
    margin-top: 0.21rem;
    margin-left: 0.21rem;
    color: #000000;
    opacity: 0.3;
}
.show{
    width: 100%;
    height: 5.3rem;
    padding: 0.15rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #d8dfe3;
}
.show .intro2{
    width: 1.6rem;
    height: 0.5rem;
}
.intro2 p{
    font-size: 0.32rem;
    font-weight: bolder;
    line-height: 0.40rem;
    position: relative;
    margin-left: 0.21rem;
}
.intro2 p::before {
    content: '';
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    left: -0.15rem;
    top: 0.14rem;
    border-radius: 50%;
    background: #36a8fe;
}
.show .pic{
    width: 6.84rem;
    height: 3.94rem;
    background-color: #e5e9ec;
    margin-left: 0.23rem;
    border-radius: 0.1rem;
    overflow: hidden;
}
.information{
    width: 100%;
    height: 0.74rem;
    margin-top: 0.2rem;
    display: flex;
    flex-direction: row;
    position: relative;
}
.information .info{
    width: 1.6rem;
    height: 100%;
    font-weight: bolder;
}
.info p{
    width: 1.33rem;
    height: 0.32rem;
    position: relative;
    margin-left: 0.30rem;
}
.info p::before {
    content: '';
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    left: -0.15rem;
    top: 0.20rem;
    border-radius: 50%;
    background: #36a8fe;
}
.information a{
    width: 100%;
    height: 100%;
}
.information .tele{
    width: 1.24rem;
    height: 0.45rem;
    border-radius: 0.22rem;
    background: #34da87;
    position: absolute;
    right: 0.3rem;
    border-bottom: 0;
    color: #ffffff;
    font-size: 0.20rem;
    text-align: center;
}
.details{
    width: 100%;
    height: 2.7rem;
    padding: 0.15rem;
    box-sizing: border-box;
}
.details .shangjia{
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    display: flex;
    flex-direction: row;
    margin-bottom: 0.25rem;
}
.shangjia .shangjiapic{
    width: 0.6rem;
    height: 100%;
    margin-right: 0.2rem;
}
.shangjia .shangjianame{
    width: 4.05rem;
    height: 100%;
    font-size: 0.26rem;
    font-weight: normal;
    color: #000000;
    opacity: 0.6;
}
.details .city{
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    display: flex;
    flex-direction: row;
    margin-bottom: 0.25rem;
}
.city .citypic{
    width: 0.6rem;
    height: 100%;
    margin-right: 0.2rem;
}
.city .cityname{
    width: 4.05rem;
    height: 100%;
    font-size: 0.26rem;
    font-weight: normal;
    color: #000000;
    opacity: 0.6;
}
.details .zhizhao{
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    display: flex;
    flex-direction: row;
}
.zhizhao .zhizhaopic{
    width: 0.6rem;
    height: 100%;
    margin-right: 0.2rem;
}
.zhizhao .zhizhaoname{
    width: 4.05rem;
    height: 100%;
    font-size: 0.26rem;
    font-weight: normal;
    color: #000000;
    opacity: 0.6;
}
.zhizhaoshow{
    width: 100%;
    height:0.74rem ;
}
.zhizhaoshow .info2{
    width: 1.6rem;
    height: 100%;
    font-weight: bolder;
}
.info2 p{
    width: 1.33rem;
    height: 0.32rem;
    position: relative;
    margin-left: 0.30rem;
}
.info2 p::before {
    content: '';
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    left: -0.15rem;
    top: 0.20rem;
    border-radius: 50%;
    background: #36a8fe;
}
.last{
    width: 100%;
    height: 4.2rem;
}
.last .kuang{
    width: 6.79rem;
    height: 3.89rem;
    background-color: #e5e9ec;
    border-radius: 0.10rem;
    margin-left: 0.36rem;
}
