/* 文字标题、段落（黑） */
/* 背景色（灰） */
/*  图标路径  */
* {
  margin: 0;
  padding: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  background: #FFF;
  font-family: PingFangSC-Regular, Helvetica, Arial, "Microsoft Yahei", "微软雅黑";
  color: #000;
  font-size: 14px;
  line-height: 1.4286;
  word-break: break-all;
}
ins,
em,
i {
  font-style: normal;
  text-decoration: none;
}
li,
ol {
  list-style: none;
}
img {
  border: 0 none;
  vertical-align: top;
}
a {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
button {
  font: inherit;
  white-space: nowrap;
  vertical-align: middle;
  color: inherit;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  outline: 0;
  border: 0;
}
.btn:active {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ' ';
  width: 0;
  display: block;
  clear: both;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.section {
  width: 100%;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.title {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 10px;
  font-size: 30px;
  color: #333333;
  font-weight: normal;
}
.desc {
  text-align: center;
  font-size: 16px;
  color: #666666;
  padding: 5px 0;
}
.show-title {
  width: 100%;
  font-weight: normal;
  padding-top: 30px;
  text-align: center;
}
.section .container {
  overflow: hidden;
}
.section .container .template-list {
  margin-right: -20px;
  padding: 30px 70px;
}
.section .container .template-list li {
  width: 196px;
  height: 280px;
  overflow: hidden;
  border: 3px solid #ff6600;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
  cursor: pointer;
}
.section .container .template-list li img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.section .container .template-list li h3 {
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  z-index: 99;
  font-weight: normal;
  line-height: 40px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.section .container .template-list li h3 span {
  float: right;
}
.section .container .template-list li:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.section .container .template-list li:hover h3 {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  bottom: 0;
}
.header {
  width: 100%;
  height: 50px;
  padding: 0 50px;
  border-bottom: 2px solid #ffffff;
  background: #ff6600;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .header-title {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 18px;
  float: left;
  font-weight: normal;
}
.header .icon-list {
  float: left;
  padding: 12px 0;
  margin-left: 50px;
  height: 100%;
}
.header .icon-list li {
  width: 50px;
  height: 100%;
  float: left;
  padding: 0 10px;
}
.header .icon-list li div {
  width: 100%;
  height: 100%;
  background: url(../images/icon.png) no-repeat;
  background-position-y: 0px;
  cursor: pointer;
}
.header .icon-list li .icon-full {
  background-position-x: 2px;
}
.header .icon-list li .icon-pad {
  background-position-x: -35px;
}
.header .icon-list li .icon-Xpad {
  background-position-x: -72px;
}
.header .icon-list li .icon-phone {
  background-position-x: -110px;
}
.header .icon-list li .icon-Xphone {
  background-position-x: -148px;
}
.header .icon-list li:hover div {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  background-position-y: -24px;
}
.header .icon-list .active div {
  background-position-y: -24px;
}
.header .goback {
  width: 110px;
  height: 100%;
  float: right;
  padding: 9px 0;
}
.header .goback a {
  color: #ffffff;
  display: block;
  width: 100%;
  border: 1px solid #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
#iframe-wrap {
  overflow: visible;
  position: relative;
  padding-top: 50px;
  z-index: 50;
  height: 100%;
}
.tablet1 {
  width: 100% !important;
  height: 100%;
}
.tablet2 {
  width: 985px !important;
  height: 1249px !important;
  background: url(../images/bg-mob.png) no-repeat;
  background-position: 0 0;
  padding: 175px 100px 115px 100px !important;
  margin: 80px auto 30px;
}
.tablet2 iframe {
  height: 958px !important;
}
.tablet3 {
  width: 1256px !important;
  height: 968px !important;
  background: url(../images/bg-mob.png) no-repeat;
  background-position: 0 -1249px;
  padding: 165px 115px 100px 100px !important;
  margin: 80px auto 30px;
}
.tablet4 {
  width: 387px !important;
  height: 700px !important;
  margin: 80px auto 30px;
  background: url(../images/bg-mob.png) no-repeat;
  background-position: 0 -2217px;
  padding: 125px 25px 159px 25px !important;
}
.tablet5 {
  height: 370px !important;
  width: 717px !important;
  padding: 45px 115px 69px 105px !important;
  background: url(../images/bg-mob.png) no-repeat;
  background-position: -387px -2217px;
  margin: 80px auto 30px;
}
