body{background:#f1f1f1}
.m-template{padding:40px 0; min-height: 600px;}
.m-template .template-list .template-item{text-align:center}
.m-template .template-list .template-item .phone{position:relative}
.m-template .template-list .template-item .phone .img{position:absolute;top:32px;bottom:32px;left:20px;right:20px;border-radius:10px;overflow:hidden}
.m-template .template-list .template-item .phone .img>img{width:100%;height:100%;display:block}
.m-template .template-list .template-item .phone .phone_img>img{width:100%;height:100%;display:block}
.m-template .template-list .template-item .phone+p{margin-top:-5px;margin-bottom:30px;font-size:18px}
.m-template .template-list .template-item .phone .qrcode{position:absolute;top:32px;bottom:32px;left:20px;right:20px;padding-top:30%;border-radius:10px;overflow:hidden;background:rgba(0,0,0,.5);opacity:0;transition:.3s}
.m-template .template-list .template-item .phone .qrcode:hover{opacity:1}
.m-template .template-list .template-item .phone .qrcode img{width:70%;border:5px solid #fff;display:block;margin:auto}

.left-nav.fixed{position:fixed;top:100px}
.left-nav{position:absolute;top:510px;left:50%;width:118px;margin:0 auto;margin-left:-730px;background:#fff;box-shadow:0 10px 20px 0 hsla(0,0%,67.1%,.1);border-radius:6px;overflow:hidden;z-index:98}
.left-nav>li{text-align:center;line-height:50px;height:50px;font-size:16px;font-weight:400;color:#333;cursor:pointer}
.left-nav>li:hover{background:#f1f1f1}
.left-nav>li.active{color:#fff;background:#0056b3}

.m-activity .activity-list{padding:40px 0 20px}
.m-activity .activity-list .activity-item{overflow: hidden;position: relative;margin-bottom:20px;padding:10px;background:#fff;box-shadow:1px 10px 10px 0 rgba(0,0,0,.04);border-radius:8px;font-size:14px;text-align:center}
.m-activity .activity-list .activity-item .title{line-height:20px;padding:10px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.m-activity .activity-list .activity-item>img{width:100%;display:block}
.m-activity .activity-list .activity-item .msg{display:flex}
.m-activity .activity-list .activity-item .msg>div{flex:0 0 33.333333%;font-size:0}
.m-activity .activity-list .activity-item .msg>div span{vertical-align:middle;font-size:14px}
.m-activity .activity-list .activity-item .msg>div img{vertical-align:middle;width:20px;height:20px;margin-right:5px}
.m-activity .activity-list .activity-item .qrcode{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;background:rgba(0,0,0,.5);opacity:0;transition:.3s}
.m-activity .activity-list .activity-item .qrcode img{display: block;margin: auto;border: 5px solid #F1F1F1;width: 100px;margin-top: 15px;}
.m-activity .activity-list .activity-item .qrcode .page-btn{font-size: 14px;width: 100px;height: 40px;line-height: 40px;margin-top: 10px;}
.m-activity .activity-list .activity-item .qrcode:hover{opacity: 1;}


.search {
  width: 722px;
  height: 40px;
  margin: 32px auto 25px;
  position: relative;
}
.search i.searchIcon {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 8px;
  left: 20px;
  background: url(https://www.tphd123.com/img/activePage/sousuo.png);
  background-size: 100%;
  z-index: 10;
}
.search .inpSearch {
  width: 100%;
  height: 100%;
  background-color: #F4F4F4;
  border-radius: 20px;
  font-size: 12px;
  color: #797979;
  text-indent: 5em;
}
.tabType {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  margin: auto;
}
.tabType ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.tabType ul li {
  height: 100%;
  color: #797979;
  font-size: 16px;
  cursor: pointer;
}
.tabType ul li.active {
  color: #3398ff;
}
/* 
.templates {
  width: 100%;
  background-color: #f4f4f4;
  min-height: 620px;
}
.templates div.container {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.templates div.container .noContent {
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin: auto;
}
.templates div.container .noContent img {
  width: 465px;
  height: 400px;
  transform: scale(0.5);
}
.templates div.container div.img {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.templates div.container div.img img {
  width: 400px;
}
.templates div.container div.img p {
  line-height: 40px;
  color: #999;
  font-size: 16px;
}
.templates div.container div.item {
  margin-top: 60px;
  width: 232px;
  margin-right: 90px;
  position: relative;
  cursor: pointer;
}
.templates div.container div.item img {
  width: 232px;
  height: 476px;
}
.templates div.container div.item p.temName {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin: 16px 0 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.templates div.container div.item div.shada {
  width: 232px;
  height: 476px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(121, 121, 121, 0.5);
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
.templates div.container div.item div.shada div.imgbox {
  border-radius: 5px;
  padding: 20px;
  background-color: #fff;
  text-align: center;
}
.templates div.container div.item div.shada div.imgbox .eqCord {
  width: 110px;
  height: 110px;
  margin-bottom: 10px;
}
.templates div.container div.item div.shada div.imgbox .eqCord img {
  width: 110px;
  height: 110px;
}
.templates div.container div.item div.shada div.imgbox p {
  color: #999;
}
.templates div.container div.item div.shada div.btns {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.templates div.container div.item div.shada div.btns a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #3398ff;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
}
.templates div.container div.item div.shada div.btns a.detailsBtn {
  margin-right: 15px;
}
.templates div.container div.item:hover div.shada {
  display: flex;
}
.templates div.container div.item:nth-child(4n) {
  margin-right: 0;
} */

.templates {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
  min-height: 500px;
}
.templates .templateItem {
  width: 232px;
  height: 226px;
  margin-right: 90px;
  margin-bottom: 30px;
}
.templates .templateItem div.divImage {
  width: 232px;
  height: 150px;
  cursor: pointer;
  position: relative;
}
.templates .templateItem div.divImage .itemImage {
  display: block;
  width: 232px;
  height: 150px;
}
.templates .templateItem div.divImage div.shada {
  width: 232px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(121, 121, 121, 0.5);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.templates .templateItem div.divImage div.shada > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}
.templates .templateItem div.divImage div.shada > div .eqCord {
  width: 80px;
  height: 80px;
}
.templates .templateItem div.divImage div.shada > div p {
  margin-top: 10px;
  color: #999;
}
.templates .templateItem .itemName {
  display: block;
  font-size: 16px;
  color: #000000;
  margin: 16px 0;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.templates .templateItem .itemNumPlay {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.templates .templateItem .itemNumPlay .itemSon {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.templates .templateItem .itemNumPlay .itemSon .itemSonImage {
  width: 18px;
  height: 11px;
}
.templates .templateItem .itemNumPlay .itemSon .imgper {
  width: 15px;
  height: 13px;
}
.templates .templateItem .itemNumPlay .itemSon .imgNum {
  width: 16px;
  height: 13px;
}
.templates .templateItem div.divImage:hover div.shada {
  display: flex;
}
.templates .templateItem:nth-child(4n) {
  margin-right: 0;
}

input {
    border: none;
}
.c0008 {
  color: rgba(0, 0, 0, 0.8);
}
.tips p{
	font-size: 14px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background-color: white;
}