/** @format */

@font-face {
  font-family: "yuan";
  src: url("../font/程荣光刻楷.ttf.eot");
  src: url("../font/程荣光刻楷.ttf.eot") format("embedded-opentype"),
    url("../font/程荣光刻楷.ttf.ttf") format("truetype"), url("../font/程荣光刻楷.ttf.woff") format("woff"),
    url("../font/程荣光刻楷.ttf.svg") format("svg");
  font-weight: normal;
}

.show{
  display: block;
}
.hide{
  display: none;
}
.d-module {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  height: 280px;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
  z-inde:999;
}
.cancel{
  position:absolute;
  right:0px;
  width:40px;
  height:40px;
  text-align:center;
  z-index:999;
}
.cancel .layui-icon-close{
  font-size: 25px;
  font-weight:bold;
}
.d-main {
  width: 100%;
  height: 100%;
  position: relative;
   padding:5px;
  z-index:10;
}
.d-box .d-title {
  font-weight: bold;
  font-size: 0.2rem;
}
.d-con {
  padding: 10px 0;
}
.d-con .d-t1 {
  font-family: yuan !important;
  font-weight: bold;
  font-size: 0.17rem;
  line-height: 0.3rem;
  color: #000;
}
.d-con .font-16{
  font-size: 0.2rem;
  color:#db2222;
}
.d-bottom {
  width: 100%;
  position: absolute;
  bottom: 10px;
}
.d-bottom-box {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.d-bottom .d-bottom-box .d-img img {
  width: 120px;
}
.d-logo{
    position:absolute;
    top:25px;
    right:50px;

}
.d-logo img{
    width:80px
}
