.scenery-info {display: flex;margin-bottom:3rem;background-color: #FFFFFF; padding:2rem;font-size: 1.5rem;}
.scenery-info .thumb {width: 48rem;margin-right: 3rem;}
.scenery-info .auto {flex:1;}
.scenery-info .auto .city{margin-bottom:0.5rem;}
.scenery-info .auto .tag {height: 20px;line-height: 20px;padding: 0 5px;display: inline-block;border-radius: 2px;font-size: 12px;border-radius: 5px;margin-bottom: 0.5rem;background: #ed1c24;color: #fff;}
.scenery-info .auto .title{margin:1rem 0;}
.scenery-info .auto h1 {font-size: 2.8rem;line-height: 1.2; color: #000;margin-bottom: 10px;-webkit-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;display: block;text-transform: capitalize;font-weight: 700;}
.scenery-info .auto .evaluate{display: flex;}
.scenery-info .auto .score em {font-size: 26px;color: #2681ff;line-height: 26px;font-weight: 700;padding-right: 0.4rem;}
.scenery-info .auto .score span{position: relative;padding-left:1rem;color: #888;}
.scenery-info .auto .score span::after {display: block;font-family: 'iconfont' !important;background-color: #999;font-weight: normal;position: absolute;left: 0.2rem;top: 50%;content: " ";width: 2px;height: 8px;line-height: 12px;font-size: 1rem;margin-top: -2px;transform: rotate(30deg);border-radius: 2px;}


.scenery-info .auto .stars{margin-left:3rem;padding-top: 0.6rem;}
.scenery-info .auto .stars .iconfont{color: #f0a606;margin-left: 0.2rem;}
.scenery-info .auto .info{margin-top: 2rem;}
.scenery-info .auto .info>div{display: flex;}
.scenery-info .auto .info>div em {display: inline-block;width:10rem;}
.scenery-info .auto .info>div span{flex:1;}


.scenery .hd .links{display: flex;}
.scenery .hd .links a{margin-right:3rem;font-size: 1.6rem;font-weight: bold;}
.scenery .hd .links a.default,.scenery .hd .links a:hover{border-bottom:2px solid #000 ;}
.scenery .content{font-size: 1.6rem;/* background-color: #FFFFFF; */min-height:50rem;}
.scenery>div.line{border-bottom:1px solid #DBDBDB;padding: 3rem 0;font-size: 1.5rem;}
.scenery>div.line:last-child {border-bottom:none;margin-bottom: 3rem;}
.scenery .line h3{margin-bottom:2rem;font-weight: bold;font-size: 1.6rem;}
.scenery .content p{margin-bottom: 1rem;}


@media (max-width: 768px){
    .scenery-info{padding: 0;}
    .scenery-info .thumb {width: 100%;margin-right:0;border-radius:0;}
    .scenery-info .auto{padding:1rem 1.5rem;}
    .scenery{padding: 1rem;}

}
