@charset "utf-8";

html,
body {
  overflow-x: hidden;
}

body,
.dd-page * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
}

.dd-page a {
  text-decoration: none;
}

.dd-top-bar {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: .74rem;
  background-color: #fff;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}

.dd-top-bar .dd-logo {
  height: 100%;
  width: 1.86rem;
  margin-left: .15rem;
  background: url(../images/dd_logo.png) no-repeat right center;
  background-size: contain;
}

.dd-back-home {
  font-size: 0;
  padding-right: .3rem;
  background: url(../images/btn_back.png) no-repeat;
  width: 1.89rem;
  height: .36rem;
  text-align: center;
  background-size: contain;
}

.dd-back-home a {
  line-height: .36rem;
  color: #fff;
  font-size: .18rem;
  text-decoration: none;
}

.dd-back-home img {
  height: .33rem;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.dd-page img {
  border: 0;
}

.dd-page li {
  list-style: none;
}

.dd-page img {
  border: 0;
  font-size: 0;
}

.dd-page a {
  text-decoration: none;
  color: #fff;
}

.dd-page {
  font-family: Arial, 'Microsoft YaHei', sans-serif;
  width: 100%;
  margin: 0px auto;
  line-height: 1.4;
  position: relative;
  color: #666;
  font-size: .2rem;
}

.dd-header {
  height: 3.37rem;
  background: url(../images/banner.png) no-repeat;
  background-size: 6.4rem auto;
  background-position: center top;
}

.dd-slogan {
  font-size: .2rem;
  padding: 1em 0;
  text-align: center;
  line-height: 1.6;
}
.dd-slogan span{
  font-size: .8em;
}
.dd-slogan img{
  display: inline;
  width: .22rem;
  height: auto;
}

.dd-body {
  position: relative;
  padding-bottom: 1.5rem;
  padding-top: .25rem;
  background: url(../images/back.jpg) no-repeat;
  background-position: center top;
  background-size: 6.4rem 100%;
}

.dd-container {
  width: 90.625%;
  margin: 0 auto;
  max-width: 5.8rem;
  position: relative;
  z-index: 2;
  
}

.dd-pin-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dd-positon.dd-active{
  background-color: #efece9;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .24rem;
  z-index: 999;
}
.dd-pin-wrap .dd-pin{
    width: .73rem;
    height: .72rem;
    background: url(../images/pin-baak.png) no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #974e36;
    font-weight: bold;
    text-shadow: 2px 2px 1px #dbb390,-2px -2px 1px #dbb390;
    line-height: 1;
    padding-bottom: .08rem;
}

.dd-public-header {
  display: flex;
  justify-content: center;
}
.dd-map{
  margin: .1rem auto;
  padding:0 .1rem;
  position: relative;
  width: 5.77rem;
  height: 3.29rem;
  background: url(../images/map.png) no-repeat;
  background-size: contain;
}
.dd-map-post{
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
}
.dd-map-post .dd-location{
  position: absolute;
  width: .56rem;
  height: .67rem;
  background: url(../images/location.png) no-repeat;
  background-size: contain;  
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.dd-map-post .dd-location.dd-bj{
  left: 2.3rem;
  top: .75rem;
}
.dd-map-post .dd-location.dd-sh{
  left: 3.65rem;
  top: 1.17rem;
}
.dd-map-post .dd-location.dd-hz{
  left: 3rem;
  top: 1.35rem;
}
.dd-map-post .dd-location.dd-cd{
  left: .95rem;
  top: 1.5rem;
}
.dd-map-post .dd-location.dd-cq{
  left: 1.65rem;
  top: 1.95rem;
}
.dd-map-post .dd-location.dd-gz{
  left: 2.6rem;
  top: 2.1rem;
}
.dd-map-post .dd-location.dd-sz{
  left: 3.3rem;
  top: 2.3rem;
}

.dd-map-post .dd-location span{
  font-weight: bold;
  color: #a05b1f;
  font-size: .2rem;
}


.dd-public-title {
  width: 3.52rem;
  height: .84rem;
  background: url(../images/title-back.png) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  font-size: .30rem;
  line-height: 1;
  padding-top: .25rem;
  color: #fff;
}

.dd-part01 {
  position: relative;
  margin-top: .45rem;
}

.dd-part01-main {
  background-color: #fff;
  border-radius: .1rem;
  padding: .1rem .2rem .25rem;
  box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}

.dd-part01-main .dd-item {
  width: 100%;
  margin-top: .25rem;
  border-bottom: 1px dashed #c2c2c2;
  padding: .1rem 0;
}
.dd-part01-main .dd-item:last-child{
  border-bottom: none;
} 

.dd-part01-main .dd-item-head {
  position: relative;
  height: .42rem;
  display: flex;  
  align-items: center;
}

.dd-part01-main .dd-item-number {
  width: .68rem;
  height: .42rem;
}
.dd-part01-main .dd-item-number img{
  width: 100%;
  height: 100%;
  display: block;
}
.dd-part01-main .dd-item-title{
    background-color: #fbc410;
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem;
    color: #000;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: .2rem;    
    padding: 0 .2rem;
    height: .4rem;
}
.dd-part01-main .dd-item-head .dd-item-btn{
  flex: 1;
  text-align: right;
}
.dd-part01-main .dd-item-head .dd-item-btn a{
  font-size: 1em;
  color: #974e36;
}
.dd-part01-main .dd-item-intor {
  margin-top: .2rem;
  font-size: .2rem;
}

.dd-part01-main .dd-photo {
  display: flex;
  justify-content: center;
  margin-top: .2rem;
}

.dd-part01-main .dd-photo img {
  border-radius: .1rem;
  width: 100%;
  height: auto;
}

.dd-part01-tips {
  padding: .25rem;
  margin-top: .4rem;
  font-size: .2rem;
  line-height: 1.8;
  text-align: center;
}
