.show-warp {
  width: 100%;
  padding:40px 0 20px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.show-panel {
  width: 1200px;
  height: 280px;
  border-bottom: 1px solid #d7d7d7;
  background-color: white;
  margin-bottom: 30px;
}
.panel-media {
  display: table-cell;
  padding-left: 37px;
  padding-top: 37px;
  padding-right: 37px;
}
.panel-body {
  display: table-cell;
  vertical-align: top;
}
.panel-body h2 {
  font-size: 18px;
  font-weight: 100;
  padding-top: 45px;
}
.panel-content {
  padding-top: 12px;
  width: 700px;
}
.panel-content p {
  font-size: 14px;
  color: #8f8f8f;
  margin-bottom: 15px;
  line-height: 24px;
}
p.admin-number {
  font-size: 12px;
  color: #333333;
}
p.admin-number span {
  margin-left: 25px;
}
.blue-btn {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  color: white;
  background-color: #12b5ef;
  margin-right: 10px;
}
.blue-btn:hover{
  background-color: #0098ce;
}
.orange-btn {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  color: white;
  margin-right: 10px;
  background-color: #f28d61;
}
.orange-btn:hover{
  background-color: #ef6a31;
}
.azb-btn, .ymb-btn{
}



/* Naira */

.button-naira{
	color: #000;
    font-size: 14px;
    width: 170px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    float: left;
    margin-right: 10px;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	cursor:pointer;
}

.button-naira::before {
	content: '';
	position: absolute;
	left: -50%;
	width: 200%;
	height: 200%;
	background: #fafafa;
	top: -50%;
	z-index: -1;
	-webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
	transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
}

.button-naira > span {
    font-family:"微软雅黑";
	display: block;
    width: 170px;
    height: 44px;
	line-height: 42px;
    text-indent: 50px;
}
.azb-btn > span{
  background:url("../images/tr-dl1.png") 20px center no-repeat #fafafa;
  background-size:auto 20px;
}
.ymb-btn > span{
  background:url("../images/tr-dl2.png") 20px center no-repeat #fafafa;
  background-size:auto 20px;
}
.weixin-btn > span{text-indent:0; text-align:center;}
.button-naira .button_icon {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	color: #fff;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.button_icon::before {
	content:" ";
	width:17px;
	height:15px;
	margin:13px 0 0 75px;
	background:url(../images/download-icon-black.png) no-repeat;
}
.button-naira > span,
.button-naira .button_icon {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button-naira:hover::before {
	-webkit-animation: anim-naira-1 0.3s forwards ease-in;
	animation: anim-naira-1 0.3s forwards ease-in;
}

@-webkit-keyframes anim-naira-1 {
	50% {
		-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
	}
}
@keyframes anim-naira-1 {
	50% {
		-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
	}
}

.button-naira:hover {
	border:1px solid #e0e0e0;
}
.button-naira:hover > .button_icon::before{
	display:inline-block;
	}
.button-naira:hover .button_icon {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button-naira:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.pro-dl-txt{
  height:114px;
}
p.pro-dl{
  margin:30px 0 16px 0;
}
.wx-btn {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: white;
  margin-right: 10px;
  background-color: #53b567 ;
  position: relative;
  text-indent: 38px;
  cursor:pointer;
}
.wx-btn:hover{
  background-color: #24ae40;
}
.wx-btn:hover .wx-hidden {
  opacity: 1;
}
.sp-wx {
  position: absolute;
  top: 10px;
  left: 18px;
  display: block;
  background: url("../images/wx-icon.png");
  width: 14px;
  height: 20px;
}
.wx-hidden {
  width: 125px;
  transition: 0.5s;
  height: 125px;
  border: 1px solid #d6d6d6;
  border-radius: 15px;
  position: absolute;
  top: -32px;
  left: 140px;
  background-color: white;
  display: inline-block;
  opacity: 0;
}
.wx-hidden img {
  display: block;
  width:103px;
  height:103px;
  margin: 11px 12px 8px 11px;
}
.sp2 {
  position: absolute;
  top: 47px;
  left: -7px;
  display: block;
  background: url("../images/left-sanjiao.jpg");
  width: 7px;
  height: 10px;
}