.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.boxshadows {
  box-shadow: 0 0 15px 0 #e2e7f3;
}
.templatePage {
  width: 100%;
}
/*交易所模板*/
/*banner*/
.bannertem {
  width: 100%;
  height: 410px;
  background-repeat: no-repeat;
  background-position: center;
}
.templatecon {
  width: 1200px;
  margin: 0 auto;
}
.bannerchain {
  background: #281f63 url(../../images/product/template/temChain/bg.png);
}
.bannertem .bannertxt {
  margin-left: 44px;
  padding-top: 90px;
}
.bannertem .w500 {
  width: 500px;
}
.bannertem .bannertxt h4 {
  font-size: 50px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.9;
  margin-bottom: 20px;
}
.bannertem .bannertxt p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 50px;
}
.bannertem .bannertxt .bannerbtn a {
  display: block;
  width: 186px;
  height: 54px;
  background-image: linear-gradient(90deg, #4a79fd 0%, #1bb5ff 100%);
  /*background-image: linear-gradient(-90deg,#038679 0%,#0b786f 100%),linear-gradient(#3e4fcd,#3e4fcd);*/
  border-radius: 6px;
  line-height: 54px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.bannertem .bannerimg {
  padding: 32px 44px 0 0;
  position: relative;
}
.bannertem .bannerimg img {
  position: absolute;
  right: 0;
}

/*公用title*/
.templateTit {
  padding: 60px 0 30px;
}
.templateTit h4 {
  padding-bottom: 20px;
  font-weight: normal;
  font-size: 36px;
  font-stretch: normal;
  line-height: 36px;
  color: #333333;
}
.templateTit .line {
  display: inline-block;
  width: 48px;
  height: 4px;
  background-color: #76849b;
  border-radius: 2px;
}
.templateTit .lineblue {
  background-color: #6ea8ef;
}
.templateTit .subtitle {
  font-size: 16px;
  color: #333;
  padding: 18px 0 0;
}
.templateTit .subtxt {
  font-size: 14px;
  color: #333333;
  padding: 30px 0 50px;
}
.templateTitw h4 {
  color: #fff;
}
.templateTitw .line {
  background: #fff;
}
.templateTitw .subtitle {
  color: #fff;
}
.templateTitw .subtitle1 {
  color: #c7c7c7;
}
.templateboxgray {
  background-color: #ecf0f8;
}

/*box1*/
.templatebox1 {
}
.temproductinfo {
  width: 1166px;
  margin: 0 auto 50px;
}
.templatebox1 .rounded-shadow-box {
  border: 1px solid #eee; /* 细线边框，颜色可以根据需要调整 */
  border-radius: 15px; /* 圆角半径，可以根据需要调整 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 阴影效果，参数可以根据需要调整 */
  padding: 30px; /* 内边距，可以根据需要调整 */
  width: 1050px; /* 宽度，可以根据需要调整 */
  height: 320px; /* 高度，可以根据需要调整 */
  box-sizing: border-box; /* 确保宽度和高度包括内边距和边框 */
}
.temproductinfo p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 20px;
}
/*box2*/
.templatebox2 {
  background-image: url(../../images/extem/temboxdotbg.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 560px;
}
.templateboxlist2 {
}
.templateboxlist2 ul {
}
.templateboxlist2 li {
  width: 25%;
  float: left;
  padding-top: 10px;
}
.templateboxlist2 li .item {
  display: block;
  width: 285px;
  height: 350px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.templateboxlist2 li .item .pic {
  margin: 30px 0 38px;
}
.templateboxlist2 li .item .picnone {
  display: none;
  margin: 30px 0 38px;
}
.templateboxlist2 li .item .txt {
  width: 226px;
  margin: 0 auto;
  font-size: 16px;
}
.templateboxlist2 li .item .hideline {
  display: none;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.templateboxlist2 li .item .hideline span {
  display: inline-block;
  width: 56px;
  height: 4px;
  background-color: #0fe3a4;
}
.templateboxlist2 li .item:hover {
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 #d0dbf1;
}
.templateboxlist2 li .item:hover .pic {
  display: none;
}
.templateboxlist2 li .item:hover .picnone {
  display: block;
}
.templateboxlist2 li .item:hover .hideline {
  display: block;
}
.templateboxlist2 li .item:hover .hideline span {
}
/*box3*/
.templateboxlist3 {
}
.templateboxlist3 ul {
}
.templateboxlist3 li {
  width: 33.333%;
  margin-bottom: 20px;
}
.templateboxlist3 li .item {
  width: 352px;
  height: 400px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  display: block;
}
.templateboxlist3 li .item .pic {
  padding: 40px 0 30px;
}
.templateboxlist3 li .item h4 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 20px;
}
.templateboxlist3 li .item p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  opacity: 0.8;
  width: 256px;
  margin: 0 auto;
}
.templateboxlist3 li .item:hover {
  box-shadow: 0 0 15px 0 #ddd;
}
.templateboxlist3 li .item:hover h4 {
  color: #54d7aa;
}
.templateboxlist3 li .item:hover {
}
/*box4*/
.templatebox4 {
  background: #fff url("../../images/extem/serversbg.png") no-repeat top;
}
.templatelist4 {
  padding-top: 50px;
}
/*box5*/
.templatelist5 ul {
  height: 520px;
  margin: 0px 0 50px;
}
.templatelist5 ul li {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  color: #fff;
  width: 357px;
  height: 216px;
  padding: 36px;
}
.templatelist5 ul li h4 {
  font-size: 18px;
  margin: 26px 40px 16px;
}
.templatelist5 ul li p {
  line-height: 26px;
  font-size: 14px;
  padding: 0 50px;
}
.templatelist5 ul li .line {
  padding: 10px 0;
}
.templatelist5 ul li .btline {
  bottom: 10px;
  right: 10px;
}
.templatelist5 ul li .line span {
  display: inline-block;
  width: 20px;
  height: 4px;
  background-color: #fff;
}
.templatelist5 ul li.yslistbg1 {
  background-image: url(../../images/template/ewalletys1.png);
  top: 0;
}
.templatelist5 ul li.yslistbg2 {
  background-image: url(../../images/template/ewalletys2.png);
  top: 0;
  left: 414px;
}
.templatelist5 ul li.yslistbg3 {
  background-image: url(../../images/template/ewalletys3.png);
  top: 0;
  left: 826px;
}
.templatelist5 ul li.yslistbg4 {
  background-image: url(../../images/template/ewalletys4.png);
  top: 272px;
  left: 180px;
}
.templatelist5 ul li.yslistbg5 {
  background-image: url(../../images/template/ewalletys5.png);
  top: 272px;
  right: 170px;
}
/*box6*/
.templatebox6 {
  background: url(../../images/extem/sysafebg.png) no-repeat center;
  height: 500px;
}
.templatelist6 .prosafeList {
  box-shadow: 2px 2px 16px 4px #b9caec;
  margin: 10px auto 30px;
  overflow: hidden;
}
.templatelist6 .prosafeList li {
  float: left;
  width: 240px;
  height: 294px;
  background-color: #ffffff;
}
.templatelist6 .prosafeList li:last-child .item {
  margin-left: 10px;
}
.templatelist6 .prosafeList li .item {
  display: block;
  height: 294px;
  width: 232px;
  overflow: hidden;
}
.templatelist6 .prosafeList li .border {
  border-right: 1px solid #ecf0f8;
}
.templatelist6 .prosafeList li .picbox {
  margin-top: 30px;
}
.templatelist6 .prosafeList li h4 {
  padding: 20px 0;
  font-size: 16px;
  color: #2f434c;
}
.templatelist6 .prosafeList li p {
  margin: 0 auto;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #4e5e66;
}
.templatelist6 .prosafeList li .item:hover {
  display: block;
}
.templatelist6 .prosafeList li .item:hover h4 {
  color: #4d98f4;
}
/*区块链模板页面*/
/*box1*/
.templatebox7 {
}
.templateboxlist7 {
}
.templateboxlist7 li {
  width: 25%;
  float: left;
}
.templateboxlist7 li .item {
  width: 278px;
  height: 392px;
  background-color: #f4f6fb;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.templateboxlist7 li:nth-child(4n-3) {
  float: left;
}
.templateboxlist7 li:nth-child(4n) {
  float: right;
}
.templateboxlist7 li .item .pic {
}
.templateboxlist7 li .item .picico {
  width: 100%;
  text-align: center;
  top: 100px;
}
.templateboxlist7 li .item .txt {
  width: 240px;
  height: 128px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 70px;
  margin: 0 auto;
}
.templateboxlist7 li .item .picarrow {
  display: none;
  bottom: 0;
  right: 0;
}
.templateboxlist7 li .item:hover .picarrow {
  display: block;
}
.templateboxlist8 li .item {
  width: 362px;
  height: 380px;
}
.templateboxlist7 li .item:hover {
  box-shadow: 2px 2px 16px 4px #ddd;
}
.templateboxlist8 li .item:hover h4 {
  color: #2588f1;
}
.templateboxlist8 li .item .picnone {
  display: none;
  padding: 40px 0 30px;
}
.templateboxlist8 li .item:hover .pic {
  display: none;
}
.templateboxlist8 li .item:hover .picnone {
  display: block;
}
.templateboxapi {
  background: url("../../images/product/template/apibg.jpg") no-repeat top center;
  height: 640px;
}
.templatelist9 ul {
  height: 520px;
  margin: 30px 0 50px;
}
.templatelist9 ul li {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 334px;
  height: 190px;
  overflow: hidden;
  color: #fff;
  padding: 20px 20px 20px 20px;
}
.templatelist9 ul li h4 {
  font-size: 20px;
}
.templatelist9 ul li p {
  font-size: 16px;
  line-height: 26px;
}
.templatelist9 ul li .line {
  padding: 10px 0;
}
.templatelist9 ul li .btline {
  bottom: 10px;
  right: 10px;
}
.templatelist9 ul li .line span {
  display: inline-block;
  width: 20px;
  height: 4px;
  background-color: #fff;
}
.templatelist9 ul li.yslistbg1 {
  background-image: url(../../images/template/ewalletys1.png);
  top: 0;
}
.templatelist9 ul li.yslistbg2 {
  background-image: url(../../images/template/ewalletys2.png);
  top: 0;
  left: 414px;
}
.templatelist9 ul li.yslistbg3 {
  background-image: url(../../images/template/ewalletys3.png);
  top: 0;
  left: 826px;
}
.templatelist9 ul li.yslistbg4 {
  background-image: url(../../images/template/ewalletys4.png);
  top: 272px;
  left: 206px;
}
.templatelist9 ul li.yslistbg5 {
  background-image: url(../../images/template/ewalletys5.png);
  top: 272px;
  right: 206px;
}
.templatebox10 {
  background-image: url(../../images/product/template/sysafebgs.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 520px;
}
.templatelist10 .prosafeList {
}
.templatelist10 .prosafeList li {
  float: left;
  margin-top: 20px;
  width: 220px;
  height: 294px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 2px 2px 16px 4px #e9f3f3;
  margin-right: 20px;
}
.templatelist10 .prosafeList li .last {
  margin-right: 0;
}
.templatelist10 .prosafeList li .picbox {
  margin-top: 30px;
}
.templatelist10 .prosafeList li h4 {
  padding: 20px 0;
  font-size: 16px;
  color: #2f434c;
}
.templatelist10 .prosafeList li p {
  margin: 0 auto;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #4e5e66;
}
/* bulk7 */
.icon {
  background-image: url(../../images/reits/tpicon.png);
  background-repeat: no-repeat;
}
.bulk7 {
  background-color: #f9fbfe;
  z-index: 1;
}
.bulk7 .topTitle .conceal {
  background: linear-gradient(to bottom, #fff, #e9f7ef);
  -webkit-background-clip: text;
  color: transparent;
}
.bulk7 .topTitle {
  padding-top: 108px;
}
.bulk7 ul {
  width: 958px;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  padding-bottom: 68px;
  flex-wrap: wrap;
}
.bulk7 ul li > div {
  width: 304px;
  height: 210px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 4px 7px 24px 0px rgba(46, 179, 102, 0.14);
  padding: 36px 45px 0 33px;
  border: 1px solid transparent;
  transition: all 0.2s linear;
}
.bulk7 ul li .t1 {
  width: 34px;
  height: 31px;
  background-position: -152px -164px;
}
.bulk7 ul li .t2 {
  width: 36px;
  height: 26px;
  background-position: -201px -165px;
}
.bulk7 ul li .t3 {
  width: 34px;
  height: 31px;
  background-position: -252px -165px;
}
.bulk7 ul li .t4 {
  width: 34px;
  height: 31px;
  background-position: -302px -164px;
}
.bulk7 ul li .t5 {
  width: 34px;
  height: 32px;
  background-position: -354px -163px;
}
.bulk7 ul li .t6 {
  width: 34px;
  height: 32px;
  background-position: -408px -162px;
}
.bulk7 ul li h3 {
  font-size: 16px;
  color: #333333;
  padding-top: 15px;
  padding-bottom: 10px;
}
.bulk7 ul li p {
  font-size: 16px;
  color: #666666;
}
.bulk7 ul li:nth-child(4),
.bulk7 ul li:nth-child(5),
.bulk7 ul li:nth-child(6) {
  margin-top: 30px;
}
.bulk7 ul li:hover {
}
.bulk7 ul li:hover > div {
  margin-top: -10px;
  border-color: #44b672;
}
