body{
    background-image:url("../images/bg.jpg");
	background-repeat:repeat-x;
    background-position: top center;
    background-size: 2500px auto;
	background-color: #ffff;
	
}



/* ���𢒰撖砍漲 header+wrapper+footer */
header,.wrapper{
	width:1060px;
	margin:0 auto;
}


/*** �� header ***/
header {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.header_block {
  width: 1060px;
  height: 70px;
  padding: 10px 20px;
  margin: 0 auto;
  position: relative;
}




.header-logo{
	width: 146px;
	height: 31px;
	margin-top:8px;
	margin-right:10px;
	float:left;
	/* 蝬㰘𠧧(logo_g.png) . �蒾�𠧧(logo_w.png)  */
	background-image:url(../images/logo_g.png);
	background-size:100%;
	background-repeat:no-repeat;
}

.header-btn01{
	display: block;
	margin: 16px 6px 0px 0px;
	float: left;
}
.header-btn01 a:link,
.header-btn01 a:visited,
.header-btn01 a:hover,
.header-btn01 a:active{
	font-size: 15px;
	text-align: center;
	padding:6px 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.header-btn01 a:link,
.header-btn01 a:visited{
	/* 蝬㰘𠧧(#61953f) . �蒾�𠧧(#FFFFFF) */
	color: #61953f;
	/* 蝬㰘𠧧(97,149,63,1) . �蒾�𠧧(255,255,255,1) */
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(97,149,63,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(97,149,63,1);
	box-shadow: inset 0px 0px 0px 1px rgba(97,149,63,1);
}
.header-btn01 a:hover,
.header-btn01 a:active{
	/* �蒾�𠧧(#FFFFFF�䌊閮�) */
	color: #FFFFFF;
	/* 蝬㰘𠧧(#61953f) . �蒾�𠧧(#FFFFFF) */
	background-color:#61953f;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow:none;
}

.header-share{
	float:right;
	margin:15px 6px 0px 20px;
}




/*** �批捆 wrapper ***/
#bg{ width:100%; height:auto; background-image:url("../images/");
	background-repeat: repeat-x;
	background-position:top center;
background-size: 1125px auto;}


.wrapper{
	height:auto;
	width:1060px;
	margin:0 auto;
	height:auto;
	padding-top: 0px;
}



/*** �� footer ***/
footer{
	font-size:13px;	
	height:100px;
	padding:20px 10px;
	border-top: 0px solid #dcdad4;
}

.footer-nav{
    width: 100%;
	margin-bottom:10px;
	text-align:center;
}
.footer-nav ul{
	list-style: none;
}
.footer-nav li{
	margin: 0px 4px 0px 0px;
	display:inline;
}

/* hover��閙�𧢲見撘� - 瘛∪�交楚�枂 */
.footer-nav li a{
/* 蝬㰘𠧧(#656565) . �蒾�𠧧(#b4b4b4�䌊閮�) */
	color:#656565;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:1px solid transparent;
	-webkit-transition:border 0.2s ease-in-out 0s;
	-moz-transition:border 0.2s ease-in-out 0s;
	-o-transition:border 0.2s ease-in-out 0s;
	transition:border 0.2s ease-in-out 0s;
}
.footer-nav li a:hover,
.footer-nav li a:focus{
/* 蝬㰘𠧧(#656565) . �蒾�𠧧(#b4b4b4�䌊閮�) */
	border-color:#656565;
}
/*  hover li 璅��� - �黸��誩�滚��  */
.footer-nav li:after{
/* 蝬㰘𠧧(#dddddd) . �蒾�𠧧(#4a4a4a�䌊閮�) */
    color:#4a4a4a;
    content: '|';
	top: -1px;
	right: -4px;
	margin:0px 6px;
	position:relative;
}
.footer-nav li:lang(ar):after, 
.footer-nav li:last-child:after{
    display: none;
}

.footer-copyright{
/* 蝬㰘𠧧(#b4b4b4) . �蒾�𠧧(#676767�䌊閮�) */
	color:#777;
	text-align:center;
	margin:0 auto;
}



/*** 瘣餃�閖��批捆 wrapper***/	
.p{position:relative;}
	
.text1{
	color: #328cb8;
	font-size:28px; line-height: 30px;  font-family:Helvetica, Arial;text-align: center;font-weight: 500
}	

.btn {
 width: 444px;
    height: 72px;
    font-size: 34px;
    font-weight: bold;
    line-height: 72px;
  text-align: center;
  border-radius: 3px;
  margin: 10px;
  display: inline-block;
  transition: 0.5s;
}

.btn2 {
    width: 350px;
    height: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    margin: 10px;
    display: inline-block;
    transition: 0.5s;
}

.btn a:link,
.btn a:visited {
  width: 100%;
  height: 100%;
  color: #ffff;
  display: block;
  border-radius: 100px;
  background-color: #333;
}

.btn a:hover,
.btn a:active {
  width: 100%;
  height: 100%;
  color: #fff046;
  display: block;
  border-radius: 100px;
  background-color: #333;
}

.btn:hover {
  transform: scale(1.08);
}

.btn2 a:link,
.btn2 a:visited {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  border-radius: 100px;
  background-color: #000;
}

.btn2 a:hover,
.btn2 a:active {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  border-radius: 100px;
  background-color: #e53969;
}

.btn2:hover {
  transform: scale(1.08);
}


.p1 {
   
left: 297px;
    top: 767px;
    z-index: 998;
    position: absolute;
}

.p2{
left: 297px;
    top: 839px;
    z-index: 998;
    position: absolute;
}

.p3{
  left: 297px;
    top: 747px;
    z-index: 998;
    position: absolute;
}

.p4{
   top: 163px;
    right: 65px;
    z-index: 998;
    position: absolute;
}

.p5{
  top: 163px;
    left: 120px;
    z-index: 998;
    position: absolute;
}

.p6{
    top: 410px;
    right: 5px;
    z-index: 998;
    position: absolute;
}


.p7{    
	left: 50px;
    top: 610px;
    z-index: 998;
    position: absolute;
}

.p-center{    
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 7%;
	display: flex;
  	justify-content: center;

}




.book_top {
  position: relative;
}


.btn_mig{
  width: 447px;
    cursor: pointer;
  transition: 0.5s;
}

.btn_mig:hover {
  transform: scale(1.08);
}

.gif_mig{
 width: 401px;

}



/**��蝮���蒈��**/

.btn_box{
	width: 225px; height:auto;border-radius: 15px;padding: 6px; display: inline-block; margin: 11px;box-sizing: border-box;transition : 0.5s;
}

.btn_box:hover{transform:scale(1.07,1.07);background-color: #111;}



.btn_box .inner{
	width: 100%; height: 100%;
	border: 1px solid #f9fa9a;
	border-radius: 11px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	padding: 18px 10px;
	box-sizing: border-box;
}

.btn_box .boxbtn{
	width: 100%; height: 45px;
	border: 1.5px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 45px;
	font-weight: 500;
	margin-top: 15px;
	box-sizing: border-box;
}


/**��蝮���蒈�占nd**/


/**蟡䂿�閙㮾瑹��㮾蝐�**/
.bookbox{
	width:240px;
	height: 380px;
	border-radius: 11px;
	box-sizing: border-box;
	padding:20px;
	position: relative;
	background-color: #fff;
	color: #555;
	font-size: 19px;
	line-height: 26px;
	text-align: left;
	display: inline-block;
	margin: 10px 2px
}
.bookbox .cover{
	width: 100%;
	height:auto;
	min-height: 270px;
	background-color: #eee;
	margin-bottom: 20px;
}

.bookmark{
	width: 172px;
	height: 35px;
	line-height: 35px;
	background-color:#03a7ca;
	color: #fff;
	font-size: 24px;font-weight: 500;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	position: absolute; top: 70%; left: 0;
	padding-left: 20px;
	border-radius: 2px 18px 18px 2px;
}

/**蟡䂿�閙㮾瑹��㮾蝐嶤nd**/


.btn_go{
	z-index:999}


.clean{ clear:both}


.t0{
    width: 457px;
    /* height: 242px; */
    position: absolute;
  top: 127px;
    right: -89px;
	}
	

.t3{
width: 537px;
    /* height: 242px; */
    position: absolute;
    top: 46px;
    left: 73px;
	}

	.t4{
       width: 565px;
  
    position: absolute;
    top: 75px;
    right: 59px;
    
	}

	.t5{
    width: 560px;
    /* height: 242px; */
    position: absolute;
    top: 67px;
    left: 64px;
	}

@keyframes move1 {
  from {top: -30px;}
  to {top: 2px;}
}
	
.t2{width:470px;height:390px;position:absolute;top:-24px;left:542px;
	animation: t2;
  	animation-fill-mode: forwards;
	animation: t2 .6s infinite alternate ease-in-out;}
	
@keyframes t2 {
  from {
    transform: translateY(5px);
  }
  to {
    transform: translateY(0);
  }
}



/*** 瘜冽�譍�钅�***/
.notice2{
	 padding:5px 30px 38px 50px;
	 margin:0px auto;
	 width:auto;
	 }	 
.notice2 ul{
	width:auto;	
	font-size: 16px;
	line-height: 24px;
	margin:0 auto;
	
	}
	
.notice2 li{
	margin-bottom:0px;
	list-style:disc;
	color:#333;
	text-align: justify;
	line-height: 24px;
	letter-spacing:1px;
	}
.notice2 span { color:#333;text-decoration:underline;}
.notice2 a:link,
.notice2 a:visited,
.notice2 a:hover,
.notice2 a:active{
	text-decoration:underline;
	color:#ce460c}
	
.notice2 span a:link,
.notice2 span a:visited,
.notice2 span a:hover,
.notice2 span a:active{
	text-decoration:underline;
	color:#af3500}
	
.notice2 h1{color:#333; font-size: 18px; 
	line-height:30px; padding-bottom:6px;margin-left:-30px; text-align: left;
	}
.notice2 h1 span{text-decoration:none;}

.notice2 h3{
	text-align: left;
	list-style:none;
	color:#333;
	padding-bottom: 12px;
    margin-left: -30px;
	
}





/*** 瘣餃�閖���鈭急�厰�� stert***/
.resp-sharing-button {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 22px;
  transition: 25ms ease-out;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Solid icons get a fill */

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}


.i-amphtml-element:focus {
  outline: none !important;
  outline-offset: 0;
}


.hamibook_event_share_btn {
  width: 60px;
  display: flex;
  justify-content: space-between;
  margin: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}

/*** 瘣餃�閖���鈭急�厰�� end***/

.vip_block2 {
  width: 1060px;
  /* height: 437.5px; */
  padding-top: 0px;
 
  position: relative;
  margin: 0 auto;
}



.AI_video_block {
    width: 522px;
    /* height: 208px; */
    position: absolute;
    top: 216px;
    left: 75px;

    z-index: 10;
  
}


.videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
