@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-red {
  color: #ec6363;
}

.dd-blue {
  color: #387ef8;
}

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

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

.dd-container {
  width: 85.9375%;
  margin: 0 auto;
  max-width: 5.5rem;
}

.dd-header {
  height: 9.26rem;
  position: relative;
  background: url(../images/banner.jpg) no-repeat;
  background-size: 6.4rem 100%;
  background-position: center bottom;
  padding-top: 2.3rem;
}
.dd-header >.dd-container{
  width: 6.4rem;
  margin: 0 auto;
}
.dd-slogan {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dd-slogan img {
  width: 6.31rem;
  height: auto;
  display: block;
}

.dd-slogan::after {
  content: '\20';
  width: 2.8rem;
  height: .9rem;
  background: url(../images/slogan-fri.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -.85rem;
  left: -0;
}
.dd-slogan::before{
  content: '\20';
  width: 1.84rem;
  height: 1.57rem;
  background: url(../images/slogan-clod.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -.65rem;
  right: -.15rem;
}

.dd-body {
  padding-top: .1rem;
  padding-bottom: 1.32rem;
  background-image: linear-gradient(to bottom,#fff4d6,#ffefc3);
  min-height: 5rem;
  position: relative;
  z-index: 1;
  max-width: 6.4rem;
  margin: 0 auto;
}
.dd-body::after{
  content: '\20';
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.2rem;
  background: url(../images/footer.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  pointer-events: none;
}

.dd-part01 {
  margin-top: -.85rem;
}

.dd-public {
  background-color: #fff;
  border-radius: .15rem;
  padding: .15rem .45rem .5rem;
}

.dd-public-header {
  background: url(../images/title-bg.png) no-repeat;
  background-size: 1.82rem auto;
  background-position: center center;
  padding: .1rem 1.1rem;
  position: relative;
}

.dd-public-header::before {
  content: '\20';
  width: 1.15rem;
  height: .04rem;
  background-image: linear-gradient(to right, rgba(242, 102, 89, 1), rgba(242, 102, 89, 0));
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dd-public-header::after {
  content: '\20';
  width: 1.15rem;
  height: .04rem;
  background-image: linear-gradient(to left, rgba(242, 102, 89, 1), rgba(242, 102, 89, 0));
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dd-public-header .dd-title {
  font-size: .32rem;
  color: #ff4c26;
  font-weight: bold;
  text-align: center;
}

.dd-public-sub {
  background: url(../images/part01-bg.png) no-repeat;
  background-size: 100% 100%;
  min-height: .95rem;
  margin-top: .25rem;
  padding-bottom: .35rem;
  padding-top: .2rem;
  text-align: center;
}

.dd-public-sub {
  font-size: .2rem;
  font-weight: 500;
}

.dd-public-sub strong {
  color: #ff4c26;
}

.dd-public-main {
  background: #f04a3a;
  border-radius: .15rem;
  padding: .2rem .05rem .1rem;
  margin-top: -.3rem;
  position: relative;
  min-height: 1rem;
}

.dd-public-main::before {
  content: '\20';
  left: .02rem;
  top: .02rem;
  right: .02rem;
  background-image: linear-gradient(to bottom, rgba(243, 118, 33, 1), rgba(243, 118, 33, 0));
  position: absolute;
  height: .75rem;
  border-radius: .15rem;
  pointer-events: none;
}

.dd-public-inner {
  position: relative;
  z-index: 1;
}
.dd-public-inner li{
  margin: .05rem 0;
}
.dd-part01-title {
  font-size: .205rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.dd-part01-hr {
  height: 1px;
  background-image: linear-gradient(to right, rgba(225, 190, 149, 0), rgba(225, 190, 149, 1), rgba(225, 190, 149, 0));
  display: block;
  margin: .1rem 0;
}

.dd-part01-prirce {
  font-weight: bold;
  text-align: center;
}

.dd-part01-prirce .dd-smll {
  color: #fff;
}

.dd-part01-prirce .dd-linear {
  background: linear-gradient(to right bottom, #efd57b 30%, #fbf3b7, #efcc73, #fbe791);
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1;
  margin-left: .05rem;
}

.dd-part01-prirce .dd-linear strong {
  font-size: .4rem;
}

.dd-part01-text {
  font-size: .28rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: .1rem;
}

.dd-public-infos {
  border-radius: .1rem;
  padding: .3rem .2rem;
  background: url(../images/public-af.png) no-repeat;
  background-size: 100% 20px;
  background-position: center bottom;
  position: relative;
  margin: .25rem -.02rem 0;
}

.dd-public-infos::before {
  content: '\20';
  height: .39rem;
  background: url(../images/public-bf.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.dd-public-infos::after {
  content: '\20';
  left: 0;
  right: 0;
  position: absolute;
  top: .39rem;
  bottom: .2rem;
  background: url(../images/public-min.png) no-repeat;
  background-size: 100% 100%;
}

.dd-public-center {
  margin-top:.3rem;
  display: flex;
  justify-content: center;
}

.dd-public-center .dd-apply {
  background-image: -moz-linear-gradient( -90deg, rgb(255,209,60) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(255,209,60) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(255,209,60) 0%, rgb(255,255,255) 100%);
  border: 1px solid #fbc132;
  border-radius: .15rem;
  width: 100%;
  height: .68rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff4c26;
  font-size: .27rem;
  font-weight: 500;
}


.dd-public-infos .dd-title {
  font-weight: bold;
  font-size: .22rem;
}