@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-page p {
  margin: 0;
}

.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: 12px;
  background: url(../images/btn_back.png) no-repeat;
  width: 90px;
  height: 20px;
  text-align: center;
  background-size: 100% 100%;
  margin-right: 10px;
}


.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;
}

.dd-page {
  font-family: Arial, 'Microsoft YaHei', sans-serif;
  width: 100%;
  margin: 0px auto;
  line-height: 1.6;
  position: relative;
  color: #87b258;
  font-size: .24rem;
  background-color: #d5ffef;
  padding-bottom: .56rem;
}

.dd-header {
  display: flex;
  justify-content: center;
  height: 7.15rem;
  background: url(../images/banner.jpg) no-repeat;
  background-size: 6.4rem auto;
  background-position: center center;
  padding-top: .4rem;
  overflow: hidden;
}

.dd-header-slogan {
  width: 5.22rem;
  height: 1.74rem;
}

.dd-header-slogan img {
  width: 100%;
  height: 100%;
  display: block;
}

.dd-body {
  position: relative;
}

.dd-container {
  width: 95.3125%;
  margin: 0 auto;
  max-width: 6.1rem;
}

.dd-inner {
  background-color: #fff;
  border: .05rem solid #87b258;
  border-radius: .2rem;
  padding: .3rem;
  min-height: 5rem;
  margin-top: -1.55rem;
  position: relative;
  padding-bottom: 1.2rem;
}

.dd-inner::before {
  content: '\20';
  width: 2.48rem;
  height: 1.92rem;
  background: url(../images/inset-01.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  bottom: -.6rem;
  left: -.2rem;
}

.dd-inner::after {
  content: '\20';
  width: 2.76rem;
  height: 1.89rem;
  background: url(../images/inset-02.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  bottom: -.6rem;
  right: -.2rem;
}

.dd-inner-slogan {
  text-indent: 2em;
  text-align: justify;
}

.dd-operation {
  margin: 0 auto;
  width: 4.36rem;
  margin-top: .3rem;
}

.dd-operation-box {
  min-height: 1.3rem;
  border-radius: 15px;
  border: 1px dashed #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  flex-direction: column;
}

.dd-operation-box .dd-item {
  display: flex;
  align-items: flex-start;
}

.dd-operation-box .dd-item input {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #868485;
  flex: 0 0 auto;
}

.dd-operation-box .dd-item .dd-intro {
  color: #868485;
  font-size: 14px;
  padding-left: 5px;
}

.dd-operation-box .dd-item .dd-intro a {
  color: #333;
  text-decoration: underline;
}

.dd-operation-box .dd-pass {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.dd-operation-box .dd-pass button {
  width: 75px;
  height: 35px;
  border: 1px solid #333;
  border-radius: 7px;
  color: #333;
  background-color: #fff;
  margin: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 16px;
}

.dd-operation-box .dd-pass button[disabled] {
  border: 1px solid #9d9d9d;
  color: #9d9d9d;
  cursor: auto;
}

.dd-operation-sign {
  margin-top: .3rem;
  border-radius: .2rem;
  border: .02rem solid #afd880;
  padding: .1rem;
  flex-direction: column;
  background: linear-gradient(#a4cf74, #bae08c);
  position: relative;
}

.dd-operation-sign::before {
  content: '\20';
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  background: linear-gradient(#b0d282, #7eab51);
  border-radius: .2rem;
}

.dd-operation-sign-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: .85rem;
  height: 100%;
  color: #fff;
}

.dd-operation-sign-inner .dd-sign {
  width: 1.71rem;
  height: .4rem;
  line-height: .4rem;
  background: url(../images/button-bak.png) no-repeat;
  border: none;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .22rem;
  color: #87b258;
}

.dd-operation-sign-inner .dd-sing {
  margin-top: .1rem;
  text-align: center;
  font-size: .18rem;
  color: #fff;
  text-decoration: underline;
}

.dd-mian {
  margin-top: .45rem;
}

.dd-mian-title {
  font-weight: bold;
  font-weight: .28rem;
}

.dd-mt {
  margin-top: .15rem;
}

.dd-mian ul {
  text-align: justify;
}

.dd-mian ul li {
  padding: .02rem 0;
}
.dd-mask{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: 22;
}
.dd-mask-box{
  width: 70%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  border-radius: 15px;
  z-index: 33;
  display: none;
}
.active{
  background-color: #0075ff !important;
  color: #fff !important;
  border-color: #828282 !important;
}
.disabled{
  pointer-events: none;
}
.bg_s{
  border-radius: 15px;
  background-size: 100% 100%;
  position: relative;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg_s_green{
  background: url(../images/bg_green@2x.png) no-repeat top center;

}
.bg_s_red{
  background: url(../images/bg_red@2x.png) no-repeat top center;
  border: 2px solid #ff7274;

}
.bg_s_blue{
  border: 2px solid #6bacee;
}
.green{
  color: #87b258;
}
.red{
  color: #ff7274;
}

.dd-form-p {
  width: 85%;
  margin: 0 auto 10px auto;
  border: 1px solid #dbcfcf;
  border-radius: 5px;
  font-size: 14px;
  color: #606060;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.dd-form-p .dd-icon2 {
  background: url(../images/bmtc_icon_card@2x.png) no-repeat top center;
  background-size: 80% 80%;
  background-position-y: 4px;
  height: 38px;
  width: 41px;
  display: inline-block;
}
.dd-form-p .dd-icon1 {
  background: url(../images/bm_icon_person@2x.png) no-repeat top center;
  background-size: 80% 80%;
  background-position-y: 4px;
  height: 38px;
  width: 41px;
  display: inline-block;
}
.dd-input {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  line-height: 38px;
  outline: none;
  border: none;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  background: #fff;
  text-indent: 10px;
}
.dd-single_sign {
  width: 2rem;
  height: .6rem;
  line-height: .6rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFF;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 18px;
}
.disabled_sign{
  pointer-events: none;
  background-color: #f5a1a1;
}
.active_sign{
  background-color: #ec2027;
}
.register{
  background: url(../images/button@2x.png) no-repeat;
  background-size: 100% 100%;
  height: .5rem;
}