@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin:0;
  padding:0;
  outline-style: none;
}
input:focus{outline:0}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      height: 100%;
}
body {
  font-size: 23px;
  background-color: #fff;
  height: 100%;
  overflow:hidden;
}
h1,h2,h3,h4,h5,h6{font-weight: normal;cursor: pointer;}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
a:hover,a:active,a:visited,a:focus { text-decoration: none; }
a{ -webkit-tap-highlight-color:rgba(255,0,0,0);}

img {
  border: 0;
  vertical-align: middle;
}
.clearfix:after {
  content:"."; 
display:block; 
height:0; 
visibility:hidden; 
clear:both; 
} 
button {
  overflow: visible;
}
button,select {
  text-transform: none;
}
th {
  padding: 0;
}
th {
  text-align: left;
}
ul,ol{
  list-style-type: none;
}
@font-face
{
  font-family: font01;
  src: url(http://opera.yuehi.cc/font/fztl.ttf)
}
@font-face
{
  font-family: font02;
  src: url(http://opera.yuehi.cc/font/fzl2.ttf)
}
@font-face
{
  font-family: font03;
  src: url(http://opera.yuehi.cc/font/fzhl.ttf)
}
/*弹窗*/
.dialog {
    color: #fff;
    background-color: #ccc;
    font-size: 12pt;
    font-weight: bold;
    width: 150px;
    line-height: 30px;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    margin: 5px 5px;
}

/***dialog***/
.widget-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 5;
    -moz-opacity: 0.2;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.widget-dialog {
    position: absolute;
    z-index: 50;
    background: url(../imgs/public/landingbg.png) no-repeat center;
    background-size: 100% 100%;
    height:250px !important;
    margin-top: 94px;
}

.widget-dialog-fixed {
    position: fixed;
}

.widget-dialog-header {
    padding: 21px 36px 0;
    font-size: 14px;
    text-align: left;
    height: 35px;
    margin-top: 0px;
}

.widget-dialog-body {
    position: relative;
}

.widget-dialog-content {
    padding: 20px 15px;
}

.widget-dialog-footer {
    /*border-top: 1px solid #EEEEEE;*/
    padding: 10px 15px;
    text-align: center;
    color: #4ba9e7;
}

.widgets-confirm {
    background: url(../Imgs/public/green.png) no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer;
    display: inline-block;
    color: #fff799;
    font-size: 20px;
    font-family: 'haibao';
    padding: 10px 25px;
    margin-left: 10px;
    text-align: center;
    text-stroke: 1px #005e15;
    -webkit-text-stroke: 1px #005e15;
}

.widgets-cancel {
    background: url(../Imgs/public/green.png) no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer;
    display: inline-block;
    color: #fff799;
    font-size: 20px;
    font-family: 'haibao';
    padding: 10px 25px;
    margin-left: 10px;
    text-align: center;
    text-stroke: 1px #005e15;
    -webkit-text-stroke: 1px #005e15;
}

.widgets-close {
    color: transparent;
    font-size: 22px;
    background: url(../Imgs/public/X-close.png) no-repeat center; 
    background-size: 100% 100%;
    float: right;
    height: 30px;
    width: 30px;
    text-decoration: none;
}
.widget-dialog-body div div{
    color: #000;
    text-align: center;
    padding-top: 1em;
    width: 100%;
    overflow: hidden;
    font-size: 1.5rem;
    font-family: 'haibao';
    height: 109px!important;
}

/* 页面标题 */
.title-wrap{
	font-family: '方正少儿简体',fzsejt;
	position: relative;
	z-index: 11;
	top: 10vh;
}
.title-wrap span{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	background-image: linear-gradient(to bottom, #fff 30%, #faec3f 70%);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 5em;
	text-stroke:2px #000f7f;
	-webkit-text-stroke:2px #000f7f;
}
.title-wrap>.mc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-shadow: 0px 5px 5px rgb(6,0,1);
	z-index: -1;
	height: 100%;
}
/* 小人阴影 */
.xr-wrap{
	position: relative;
}
.xr-wrap img:last-child{
	position: relative;
}
.xr-shadow{
	position: absolute;
	bottom: -1em;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.4;
	z-index: 0;
	width: 100%;
}
/* 返回 */
.lxw-return{
	text-align: right;
	padding: 2em 1em;
}
.lxw-return>img{
	cursor: pointer;
	width: 3em;
	height: auto
}
/* 弹窗 */
.img-msg-a-a{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 88;
	width: 60%;
	transform: translate(-50%,-50%);
	padding: 7% 7%;
	background: url(../Imgs/public/landingbg.png) no-repeat center;
	background-size: 100% 100%;
	display: none;
	text-align: center;
}
.img-msg-a-a > img{
	width: 90%;
	height: auto;
}
/* 点击图片播放视频 */
.playVid_pub img,.playVid_pub video{
	position: absolute;
	bottom: 8em;
	left: 50%;
	transform: translateX(-50%);
}
.playVid_pub img{
	height: 53vh;
	cursor: pointer;
}
.playVid_pub video{
	display: none;
	height: 53vh;
	z-index: 1111;
}
/* 弹框 */
.tk-vidWrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 88;
	
	width: 60%;
	padding: 7% 7%;
	background: url(../Imgs/public/landingbg.png) no-repeat center;
	background-size: 100% 100%;
}
.tk-vidWrap>video{
	width: 100%;
}
.tk-vidWrap .cao-menu-close{
	right: 4.5em;
	top: 3.5em;
}