

/* Ĭ�ϵ�loading��ʽ */
#_loadingMaskUI_ {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 260%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999
  /* display: none; */
}
#_loadingMaskUI_ .inner {
  display: table-row;
  width: 100%;
  height: 100%;
  position: relative;
}
#_loadingMaskUI_ .inner ._maskload_ {
  height: 92px;
  width: 100px;
  position: fixed;
  left: 50%;
  top: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.85);
  padding: 20px 0 8px 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 5px;
}
#_loadingMaskUI_ .inner ._maskload_ .loading {
  margin: 0 auto 10px auto;
}
#_loadingMaskUI_ .inner ._maskload_ span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
}
#_loadingMaskUI_ .inner ._maskerror_ {
  height: 72px;
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.85);
  padding: 20px 0 8px 0;
  margin: -90px 0 0 -45px;
  border-radius: 5px;
}
#_loadingMaskUI_ .inner ._maskerror_ span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
}
.loading[type="12"] {
  width: 35px;
  height: 35px;
  -webkit-animation-name: loadingA;
  animation-name: loadingA;
  background: url(http://j5.dfcfw.com/app/20150811205426962.png) 0 0 no-repeat;
  background-size: 35px 35px;
}



/*验证码开始*/
#img-pop {
  height: 300px;
  top: 15%;
}
#img-pop .imagechange {
  text-decoration: underline;
  color: #1982ee;
  font-weight: bold;
     margin: 15px auto;
  text-align: center;
    font-size: 17px;
}
#img-pop .box p{
      font-size: 15px;
}
#img-pop .box .cuobiezi{
   font-size: 20px;
   color: red;
   font-weight: bold;
}
#img-pop .box ul {
  background: url(http://action.1234567.com.cn/fundApiWeb/image.ashx) no-repeat;
  height: 50px;
  background-size: ;
  width: 200px;
  margin: 15px auto;
}
#img-pop .box ul li {
  width: 48px;
  border: 1px solid #ea3d3d;
  height: 49px;
  float: left;
}
#img-pop .box ul .active {
  background: url(http://j5.dfcfw.com/app/20150831175908965.png) center center no-repeat;
  background-size: 50px 50px;
}

#img-pop .imagetip {
  margin: 10px auto;
  text-align: center;
  font-size: 12px;
  color: red;
      margin-top: -2px;
}
#img-pop .imageconfirm {
  margin:  10px auto;
  text-align: center;
  width: 140px;
  height: 40px;
  background-color: #d24444;
  border-radius: 10px;
  color: white;
  font-size: 24px;
  line-height: 40px;
  opacity: 0.5;
}