body{ font-family:Microsoft YaHei, arial, Helvetica, sans-serif; font-size:14px; line-height:175%; margin:0 auto; padding:0px; max-width:1920px; min-width:1200px; position:relative; background:#204c7a;}
img{ border:0px;}
a{ color:#000000; text-decoration:none;}
a:hover{ color:#ff0000; text-decoration:underline;}
form{ margin:0px; padding:0px;}
input,select{ font-family:Microsoft YaHei, Arial, Helvetica, sans-serif; font-size:14px;}
.hide{ display:none;}
.clear{ clear:both;	float:none;}
.st{ font-family:"SimSun";}

.wrapper1{ width:auto; height:951px; margin:0 auto; padding:0px; clear:both;}

.wrapper1 .logo-box{ width:auto; height:200px; clear:both; background:url(../img/image_01.jpg) top center no-repeat;}
.wrapper1 .logo-box .logo-cot{ width:100%; height:auto; margin:0 auto; padding-top:0px; clear:both;}
.wrapper1 .logo-box .logo-cot .logo{ width:auto; height:auto; padding-top:18px; float:left;}
.wrapper1 .logo-box .logo-cot .logo .logo-hjzg{ width:120px; height:105px; padding-left:40px; float:left; font-size:0px;}
.wrapper1 .logo-box .logo-cot .logo .logo-17173{ width:130px; height:70px; padding:20px 0px 0px 25px; float:left; font-size:0px;}
.wrapper1 .logo-box .logo-cot .link{ width:191px; height:36px; line-height:34px; margin:34px 30px 0px 0px; float:right; background:url(../img/image_03.png) center no-repeat; text-align:center; font-size:16px; color:#101011;}
.wrapper1 .logo-box .logo-cot .link a{ padding:0px 10px; color:#101011; text-decoration:none;}
.wrapper1 .logo-box .logo-cot .link a:hover{ font-weight:bold;}

.wrapper1 .slogan1{ width:auto; height:250px; clear:both; background:url(../img/image_04.jpg) top center no-repeat;}
.wrapper1 .slogan2{ width:auto; height:255px; clear:both; background:url(../img/image_05.jpg) top center no-repeat;}
.wrapper1 .slogan2 .time-cot{ width:1000px; height:auto; margin:0 auto; padding-top:204px; clear:both; position:relative;}
.wrapper1 .slogan2 .time-cot .video{ width:80px; height:80px; clear:both; position:absolute; top:8px; left:987px; font-size:0px; line-height:0px;}
.wrapper1 .slogan2 .time-cot .video a{ display:block;}
.wrapper1 .slogan2 .time-cot .video .circle{ width:80px; height:80px; clear:both; position:absolute; top:0px; left:0px; background:url(../img/image_06.png) center no-repeat; }
.wrapper1 .slogan2 .time-cot .video .play{ width:80px; height:80px; clear:both; position:absolute; top:0px; left:0px; background:url(../img/image_07.png) center no-repeat;}
.wrapper1 .slogan2 .time-cot .time{ width:520px; height:auto; margin:0 auto; padding-top:0px; clear:both; text-align:center; font-size:28px; color:#ffffff; font-weight:bold; -webkit-text-shadow:0 2px 0 rgba(0,0,0,1); -moz-text-shadow:0 2px 0 rgba(0,0,0,1); text-shadow:0 2px 0 rgba(0,0,0,1);}
.wrapper1 .slogan3{ width:auto; height:246px; clear:both; background:url(../img/image_08.jpg) top center no-repeat;}
.wrapper1 .slogan3 .subscribe-cot{ width:1000px; height:auto; margin:0 auto; padding-top:132px; clear:both; position:relative;}
.wrapper1 .slogan3 .subscribe-cot .subscribe{ width:673px; height:auto; padding-left:164px; clear:both;}
.wrapper1 .slogan3 .subscribe-cot .subscribe .txt{ width:500px; height:auto; margin:0 auto; padding-top:0px; clear:both; text-align:center; font-size:24px; color:#ffffff;}
.wrapper1 .slogan3 .subscribe-cot .subscribe .txt span{ color:#ffc220;}
.wrapper1 .slogan3 .subscribe-cot .subscribe .but-subscribe-ios{ width:251px; height:68px; clear:both; position:absolute; top:22px; left:197px; background:url(../img/image_09_ios.png) 0 0 no-repeat; font-size:0px;}
.wrapper1 .slogan3 .subscribe-cot .subscribe .but-subscribe-ios:hover{ background-position:0px -68px;}
.wrapper1 .slogan3 .subscribe-cot .subscribe .but-subscribe-ios a{ display:block; width:251px; height:68px; text-decoration:none; position:relative;}
.wrapper1 .slogan3 .subscribe-cot .subscribe .but-subscribe-pc{ width:321px; height:68px; clear:both; position:absolute; top:22px; left:482px; background:url(../img/image_09_pc.png) 0 0 no-repeat; font-size:0px;}
.wrapper1 .slogan3 .subscribe-cot .subscribe .but-subscribe-pc:hover{ background-position:0px -68px;}
.wrapper1 .slogan3 .subscribe-cot .subscribe .but-subscribe-pc a{ display:block; width:321px; height:68px; text-decoration:none; position:relative;}
.wrapper1 .slogan3 .subscribe-cot .subscribe .mask{ width:140px; height:32px; line-height:30px; clear:both; position:absolute; top:170px; left:283px; background:url(../img/image_10_2.png) center no-repeat; text-align:center; font-size:20px; color:#ffffff; font-weight:bold;}
.wrapper1 .slogan2 .time-cot .video .circle{
	animation: rotate 3s linear infinite; 
	-webkit-animation: rotate 3s linear infinite; 
	-moz-animation: rotate 3s linear infinite; 
	-o-animation: rotate 3s linear infinite; 
}
@keyframes rotate { 
	0% {transform: rotate(0deg);}
 	100% {transform: rotate(360deg);}
}
@-webkit-keyframes rotate { 
	0% {transform: rotate(0deg);}
 	100% {transform: rotate(360deg);}
}
@-moz-keyframes rotate { 
	0% {transform: rotate(0deg);}
 	100% {transform: rotate(360deg);}
}
@-o-keyframes rotate { 
	0% {transform: rotate(0deg);}
 	100% {transform: rotate(360deg);}
}
.wrapper1 .slogan3 .subscribe-cot .subscribe .but-subscribe{
	animation: scale 0.5s linear infinite alternate; 
	-webkit-animation: scale 0.5s linear infinite alternate; 
	-moz-animation: scale 0.5s linear infinite alternate; 
	-o-animation: scale 0.5s linear infinite alternate; 
}
@keyframes scale { 
	0% {transform: scale(0.9);}
 	100% {transform: scale(1);}
}
@-webkit-keyframes scale { 
	0% {-webkit-transform: scale(0.9);}
 	100% {-webkit-transform: scale(1);}
}
@-moz-keyframes scale { 
	0% {-moz-transform: scale(0.9);}
 	100% {-moz-transform: scale(1);}
}
@-o-keyframes scale { 
	0% {-o-transform: scale(0.9);}
 	100% {-o-transform: scale(1);}
}

.wrapper2-tit{ width:auto; height:145px; margin:0 auto; padding:0px; clear:both; background:url(../img/image_11.jpg) top center no-repeat;}
.wrapper2{ width:auto; height:423px; margin:0 auto; padding:0px; clear:both; background:url(../img/image_12.jpg) top center no-repeat; overflow:hidden;}
.wrapper2 .cot{ width:1000px; height:auto; margin:0 auto; padding:0px; clear:both; position:relative;}

.wrapper2 .cot .text{ width:1000px; height:auto; padding-top:0px; clear:both; text-align:center; font-size:18px; color:#ffffff; line-height:170%;}
.wrapper2 .cot .but-subscribe-ios{ width:251px; height:68px; clear:both; position:absolute; top:138px; left:197px; background:url(../img/image_13_ios.png) 0 0 no-repeat; font-size:0px; line-height:0px;}
.wrapper2 .cot .but-subscribe-ios:hover{ background-position:0px -68px;}
.wrapper2 .cot .but-subscribe-ios a{ display:block; width:251px; height:68px; text-decoration:none; position:relative;}
.wrapper2 .cot .but-subscribe-pc{ width:321px; height:68px; clear:both; position:absolute; top:138px; left:482px; background:url(../img/image_13_pc.png) 0 0 no-repeat; font-size:0px; line-height:0px;}
.wrapper2 .cot .but-subscribe-pc:hover{ background-position:0px -68px;}
.wrapper2 .cot .but-subscribe-pc a{ display:block; width:321px; height:68px; text-decoration:none; position:relative;}
.wrapper2 .cot .but-subscribe{
	animation: scale 0.5s linear infinite alternate; 
	-webkit-animation: scale 0.5s linear infinite alternate; 
	-moz-animation: scale 0.5s linear infinite alternate; 
	-o-animation: scale 0.5s linear infinite alternate; 
}
@keyframes scale { 
	0% {transform: scale(0.9);}
 	100% {transform: scale(1);}
}
@-webkit-keyframes scale { 
	0% {-webkit-transform: scale(0.9);}
 	100% {-webkit-transform: scale(1);}
}
@-moz-keyframes scale { 
	0% {-moz-transform: scale(0.9);}
 	100% {-moz-transform: scale(1);}
}
@-o-keyframes scale { 
	0% {-o-transform: scale(0.9);}
 	100% {-o-transform: scale(1);}
}

.wrapper3-tit{ width:auto; height:130px; margin:0 auto; padding:0px; clear:both; background:url(../img/image_14.jpg) top center no-repeat;}
.wrapper3{ width:auto; height:593px; margin:0 auto; padding:0px; clear:both; background:url(../img/image_15.jpg) top center no-repeat;}
.wrapper3 .cot{ width:1000px; height:auto; margin:0 auto; padding:0px; clear:both;}

.wrapper3 .cot .pics{ width:792px; height:484px; margin-left:-45px; float:left; position:relative;}
.wrapper3 .cot .pics .li{ width:792px; height:484px; clear:both; position:relative; font-size:0px; line-height:0px; overflow:hidden;}
.wrapper3 .cot .pics .menu{ width:300px; height:23px; clear:both; position:absolute; top:504px; left:240px; z-index:3; text-align:center; font-size:0px;}
.wrapper3 .cot .pics .menu .mli{ display:inline-table; width:34px; height:8px; margin:0 8px; _margin:0 16px 0 0; _float:left; background:#ffffff; font-size:0px; cursor:pointer;}
.wrapper3 .cot .pics .menu .mli-on{ background:#ffc221;}

.wrapper3 .cot .info{ width:230px; height:auto; padding:71px 0px 0px 0px; float:right; position:relative;}
.wrapper3 .cot .info .name{ width:230px; height:auto; clear:both; font-size:28px; color:#ffffff; font-weight:bold; line-height:125%;}
.wrapper3 .cot .info .label{ width:230px; height:auto; padding-top:18px; clear:both;}
.wrapper3 .cot .info .label .li{ width:auto; height:22px; line-height:22px; margin:0px 10px 8px 0px; padding:0px 5px; float:left; background:#30363c; border:1px solid #a38a58; text-align:center; font-size:14px; color:#ffc220; border-radius:22px; -moz-border-radius:22px; -webkit-border-radius:22px;}
.wrapper3 .cot .info .details{ width:230px; height:auto; padding:12px 0px 0px 0px; clear:both; font-size:17px; color:#ffffff; line-height:170%;}
.wrapper3 .cot .info .but-share{ width:271px; height:61px; clear:both; position:absolute; top:373px; left:-20px; background:url(../img/image_16.png) 0 0 no-repeat; font-size:0px; line-height:0px;}
.wrapper3 .cot .info .but-share:hover{ background-position:0px -61px;}
.wrapper3 .cot .info .but-share a{ display:block; width:271px; height:61px; text-decoration:none; position:relative;}
.wrapper3 .cot .info .but-share a .txt{ width:140px; height:32px; line-height:30px; clear:both; position:absolute; top:-25px; right:-100px; background:url(../img/image_10.png) center no-repeat; text-align:center; font-size:20px; color:#ffffff; font-weight:bold;}

.wrapper4-tit{ width:auto; height:147px; margin:0 auto; padding:0px; clear:both; background:url(../img/image_17.jpg) top center no-repeat;}
.wrapper4{ width:auto; height:643px; margin:0 auto; padding:0px; clear:both; background:url(../img/image_18.jpg) top center no-repeat;}
.wrapper4 .cot{ width:1000px; height:auto; margin:0 auto; padding:0px; clear:both;}

.wrapper4 .cot .message{ width:993px; height:450px; margin:0 auto; padding-top:35px; clear:both; position:relative;}
.wrapper4 .cot .message .barrage{ width:993px; height:450px; clear:both; position:relative; overflow:hidden;}
.wrapper4 .cot .message .barrage .li{ height:35px; line-height:35px; padding:0px 20px; position:absolute; top:70%; left:101%; z-index:1; white-space:nowrap; background:#2c2347; border:1px solid #2c2347; text-align:center; font-size:16px; color:#ffffff; border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px; -webkit-box-shadow:0 0 10px rgba(0,0,0,0.2); -moz-box-shadow:0 0 10px rgba(0,0,0,0.2); box-shadow:0 0 10px rgba(0,0,0,0.2);}
.wrapper4 .cot .message .submit{ width:620px; height:60px; clear:both; position:absolute; top:482px; left:180px; z-index:10; background:#ffffff;}
.wrapper4 .cot .message .submit input{ width:380px; height:60px; line-height:60px; padding-left:25px; background:none; border:0px; font-size:20px; float:left; outline-color:invert; outline-style:none; outline-width:0px; border:none; border-style:none; text-shadow:none; -webkit-appearance:none; -webkit-user-select:text; outline-color:transparent;}
.wrapper4 .cot .message .submit a{ display:block; width:265px; height:60px; clear:both; position:absolute; top:0px; left:396px; background:url(../img/image_19.png) 0 0 no-repeat; font-size:0px; line-height:0px;}
.wrapper4 .cot .message .submit a:hover{ background-position:0px -60px;}
.wrapper4 .cot .message .submit a .txt{ width:140px; height:32px; line-height:30px; clear:both; position:absolute; top:-25px; right:-100px; background:url(../img/image_10.png) center no-repeat; text-align:center; font-size:20px; color:#ffffff; font-weight:bold;}

.wrapper5-tit{ width:auto; height:153px; margin:0 auto; padding:0px; clear:both; background:url(../img/image_20.jpg) top center no-repeat;}
.wrapper5{ width:auto; height:789px; margin:0 auto; padding:0px; clear:both; background:url(../img/image_21.jpg) top center no-repeat;}
.wrapper5 .cot{ width:1000px; height:auto; margin:0 auto; padding:0px; clear:both;}

.wrapper5 .cot .num{ width:437px; height:86px; line-height:45px; margin:0 auto; clear:both; text-align:center; font-size:24px; color:#ffffff; font-weight:bold;}
.wrapper5 .cot .num span{ color:#ffc221;}

.wrapper5 .cot .prize{ width:1000px; height:392px; clear:both; background:url(../img/image_22.png) 0 0 no-repeat; position:relative;}
.wrapper5 .cot .prize .cot{ width:1000px; height:251px; clear:both; position:absolute; top:0px; left:0px; z-index:2; background:url(../img/image_23.png) center no-repeat; font-size:0px; line-height:0px;}
.wrapper5 .cot .prize .lottery{ width:301px; height:68px; clear:both; position:absolute; top:285px; left:350px; z-index:3; background:url(../img/image_25.png) 0 0 no-repeat;}
.wrapper5 .cot .prize .lottery:hover{ background-position:0px -68px;}
.wrapper5 .cot .prize .lottery a{ width:301px; height:68px; padding-top:0px; display:block; text-decoration:none; text-align:center; font-size:15px; color:#3c2600; font-weight:bold;}
.wrapper5 .cot .prize .move{ position:absolute; width:196px; height:218px; left:404px; top:0px; z-index:1; background:url(../img/image_24.png) center no-repeat; font-size:0px;}

.wrapper5 .cot .rule{ width:1000px; height:auto; clear:both;}
.wrapper5 .cot .rule .rt{ width:1000px; height:auto; margin:0 auto; clear:both; font-size:24px; color:#ffc221; font-weight:bold;}
.wrapper5 .cot .rule .rc{ width:1000px; height:auto; margin:0 auto; padding-top:12px; clear:both;}
.wrapper5 .cot .rule .rc .li{ width:1000px; height:auto; padding-bottom:2px; clear:both; font-size:16px; color:#ffffff; line-height:150%;}
.wrapper5 .cot .rule .rc .li span{ color:#ffc221; font-weight:bold;}

.wrapper6{ width:auto; height:100px; margin:0px auto; padding-top:30px; clear:both; background:#000000; color:#ffffff;}
.wrapper6 .global-footer{ color:#ffffff;}
.wrapper6 .global-footer a{ color:#ffffff;}
.wrapper6 .copyright{ color:#ffffff;}



.scroll{ width:176px; height:auto; margin:0px; padding:0px; clear:both; position:fixed; top:50%; right:0px; margin-top:-200px; z-index:100; display:none;}
.scroll .cot{ width:176px; height:248px; margin:0px; padding-top:134px; clear:both; background:url(../img/image_26.png) top center no-repeat; font-size:0px;}
.scroll .cot .li{ width:140px; height:48px; line-height:46px; padding-left:21px; clear:both; font-size:22px; color:#ffffff; font-weight:bold; -webkit-text-shadow:0 1px 0 rgba(0,0,0,1); -moz-text-shadow:0 1px 0 rgba(0,0,0,1); text-shadow:0 1px 0 rgba(0,0,0,1);}
.scroll .cot .li a{ display:block; width:140px; height:48px; color:#ffffff; text-decoration:none;}
.scroll .cot .li a:hover{ color:#ffc221; font-weight:bold;}
.scroll .cot .li-top{ width:50px; height:38px; margin:11px 0 0 16px; padding:0px; clear:both;}
.scroll .cot .li-top a{ display:block; width:50px; height:38px;}




.popup-box{ display:none;}

.popup{ width:380px; height:300px; margin:0px; padding:0px; clear:both; background:url(../img/popup.png) top center no-repeat;}
.popup .txt{ width:340px; height:auto; margin:0 auto; padding-top:140px; clear:both; text-align:center; font-size:16px; color:#ffffff; line-height:170%;}
.popup .cot{ width:270px; height:auto; margin:0 auto; padding-top:10px; clear:both;}
.popup .share{ width:300px; height:auto; margin:0 auto; padding-top:140px; clear:both; font-size:14px; color:#ffffff; line-height:170%;}
.popup .share .bl{ width:60px; height:60px; margin:0px 20px; float:left; text-align:center;}
.popup .share .bl-share-qq{ background:url(../img/popup_buts_qq.png) center no-repeat;}
.popup .share .bl-share-weibo{ background:url(../img/popup_buts_weibo.png) center no-repeat;}
.popup .share .bl-share-weixin{ background:url(../img/popup_buts_weixin.png) center no-repeat;}
.popup .share .bl a{ display:block; width:60px; height:60px; position:relative;}
.popup .share .bl a .share{ width:60px; height:60px; position:absolute; top:0px; left:0px;}

.popup-l{ width:380px; height:420px; margin:0px; padding:0px; clear:both; background:url(../img/popup_01.png) top center no-repeat;}
.popup-l .p-lottery{ width:320px; height:auto; margin:0 auto; padding:0px; clear:both;}
.popup-l .p-lottery .txt{ width:280px; height:auto; margin:0 auto; padding-top:140px; clear:both; text-align:center; font-size:20px; color:#ffffff; line-height:200%;}
.popup-l .p-lottery .txt2{ padding-top:150px; font-size:16px;}
.popup-l .p-lottery .but{ width:250px; height:60px; margin:30px auto 0px auto; padding:0px; clear:both; background:url(../img/popup_but_download.png) 0 0 no-repeat; font-size:0px;}
.popup-l .p-lottery .but:hover{ background-position:0px -60px;}
.popup-l .p-lottery .but a{ display:block; width:250px; height:60px;}
.popup-l .p-lottery .but2{ width:320px; height:auto; margin:20px auto 0px auto; padding:0px; clear:both;}
.popup-l .p-lottery .but2 .bl{ width:60px; height:60px; margin:0px 10px; float:left; text-align:center;}
.popup-l .p-lottery .but2 .bl-download{ background:url(../img/popup_buts_download.png) center no-repeat;}
.popup-l .p-lottery .but2 .bl-share-qq{ background:url(../img/popup_buts_qq.png) center no-repeat;}
.popup-l .p-lottery .but2 .bl-share-weibo{ background:url(../img/popup_buts_weibo.png) center no-repeat;}
.popup-l .p-lottery .but2 .bl-invite{ background:url(../img/popup_buts_invite.png) center no-repeat;}
.popup-l .p-lottery .but2 .bl a{ display:block; width:60px; height:60px; position:relative;}
.popup-l .p-lottery .but2 .bl a .share{ width:60px; height:60px; position:absolute; top:0px; left:0px;}
.ue-overlay{ position:fixed !important; top:50% !important; left:50% !important; margin:-65px 0px 0px 160px !important;}

.popup-l .p-code{ width:300px; height:auto; margin:0 auto; padding:0px; clear:both;}
.popup-l .p-code .txt{ width:300px; height:auto; margin:0 auto; padding-top:150px; clear:both; text-align:center; font-size:17px; color:#ffffff; line-height:170%;}
.popup-l .p-code .txt span{ display:inline-table; font-size:30px; padding-bottom:12px;}
.popup-l .p-code .but{ width:250px; height:60px; margin:45px auto 0px auto; padding:0px; clear:both; background:url(../img/popup_but_getcode.png) 0 0 no-repeat; font-size:0px;}
.popup-l .p-code .but:hover{ background-position:0px -60px;}
.popup-l .p-code .but a{ display:block; width:250px; height:60px;}
.popup-l .p-code .but-activate{ width:250px; height:60px; margin:30px auto 0px auto; padding:0px; clear:both; background:url(../img/popup_but_activate.png) 0 0 no-repeat; font-size:0px;}
.popup-l .p-code .but-activate:hover{ background-position:0px -60px;}
.popup-l .p-code .but-activate a{ display:block; width:250px; height:60px;}

.popup-c{ width:380px; height:420px; margin:0px; padding:0px; clear:both; background:url(../img/popup_01.png) top center no-repeat;}
.popup-c .pc-code{ width:283px; height:auto; margin:0 auto; padding-top:140px; clear:both; overflow:hidden;}
.popup-c .pc-code .sudoku{ width:310px; height:247px; margin:-20px auto 0px auto; clear:both; color:#ffffff;}
.popup-c .pc-code .sudoku a{ color:#ffffff;}
.popup-c .pc-code .txt{ width:283px; height:80px; margin:0 auto; padding-top:10px; clear:both; text-align:center; font-size:14px; color:#ff0000;}
.popup-c .pc-code .txt .showhtml-div{ text-align:center;}
.popup-c .pc-code .txt .showhtml-div .cot{ text-align:center;}
.popup-c .pc-code .tit{ color:#ffffff;}
.popup-c .pc-code .but{ width:250px; height:60px; margin:0px auto; padding:0px; clear:both; background:url(../img/popup_but_lottery.png) 0 0 no-repeat; font-size:0px;}
.popup-c .pc-code .but:hover{ background-position:0px -60px;}
.popup-c .pc-code .but a{ display:block; width:250px; height:60px;}
.popup-c .pc-code .submit{ width:70px; height:31px; line-height:31px; margin-left:0px; padding:0px; background:#ffcd00; border:0px; text-align:center; font-size:14px; color:#ffffff; float:left; cursor:pointer;}
.popup-c .pc-code .explain{ width:283px; height:auto; padding-top:25px; clear:both; font-size:14px;}

.popup-c .pc-send{ width:283px; height:auto; margin:0 auto; padding-top:140px; clear:both; overflow:hidden;}
.popup-c .pc-send .remark{ width:283px; height:auto; margin:0 auto; padding-top:0px; clear:both; font-size:14px;}
.popup-c .pc-send .remark a{ color:#ff0000; text-decoration:underline;}
.popup-c .pc-send .cot{ width:283px; height:auto; margin:0 auto; padding-top:15px; padding-left:16px; clear:both;}
.popup-c .pc-send .cot .li{ width:280px; height:30px; line-height:30px; padding-bottom:8px; clear:both; overflow:hidden;}
.popup-c .pc-send .cot .li .input{ width:auto; height:30px; float:left; font-size:14px; color:#ffffff;}
.popup-c .pc-send .cot .li .input input{ width:197px; height:28px; padding:0 5px; background:#ffffff; border:1px solid #319dce; font-size:14px;}
.popup-c .pc-send .cot .li .but-mobile{ width:70px; height:30px; line-height:30px; float:right; background:#285a94; text-align:center; font-size:12px; color:#ffffff;}
.popup-c .pc-send .cot .li .but-mobile a{ display:block; width:70px; height:30px; color:#ffffff; text-decoration:none;}
.popup-c .pc-send .but-submit{ width:250px; height:60px; margin:15px auto 0px auto; padding:0px; clear:both; background:url(../img/popup_but_submit.png) 0 0 no-repeat; font-size:0px;}
.popup-c .pc-send .but-submit:hover{ background-position:0px -60px;}
.popup-c .pc-send .but-submit a{ display:block; width:250px; height:60px;}

.popup-i{ width:715px; height:404px; margin:0px; padding:0px; clear:both; background:url(../img/popup_03.png) center no-repeat; position:relative;}
.popup-i .tit{ width:580px; height:auto; margin:0px auto; padding-top:130px; clear:both; text-align:center; font-size:24px; color:#ffffff; font-weight:bold;}
.popup-i .cot{ width:580px; height:auto; margin:0px auto; padding-top:15px; clear:both;}
.popup-i .cot .share-box{ width:520px; height:auto; margin:0 auto; padding:0px; clear:both;}
.popup-i .cot .share-box .li{ width:80px; height:110px; margin:0px 25px; float:left; text-align:center; font-size:12px; color:#2a303e; line-height:200%; position:relative; cursor:pointer;}
.popup-i .cot .share-box .li:hover{ color:#2a303e; text-decoration:none;}
.popup-i .cot .share-box .li a{ display:block; width:80px; height:110px; position:relative;}
.popup-i .cot .share-box .li .share{ width:80px; height:110px; position:absolute; top:0px; left:0px; font-size:0px;}
.popup-i .cot .share-explain{ width:580px; height:auto; margin:0 auto; padding-top:30px; clear:both; text-align:center; font-size:14px; color:#2a303e; line-height:170%;}
.popup-i .cot .invite{ width:440px; height:auto; margin:0px auto; padding-top:20px; clear:both; text-align:center;}
.popup-i .cot .invite .input{ width:300px; height:23px; padding:3px 10px; background:#ffffff; border:1px solid #319dce;; font-size:14px; float:left;}
.popup-i .cot .invite .submit{ width:80px; height:38px; margin-left:15px; padding:0px; background:#319dce; border:0px; font-size:14px; color:#ffffff; float:left; cursor:pointer;}
.popup-i .cot .explain{ width:580px; height:auto; margin:0 auto; padding-top:20px; clear:both; font-size:14px; color:#ffffff; line-height:170%;}

.popup-p2{ width:490px; height:300px; margin:0px; padding:0px; clear:both; background:#ffffff; border:5px solid #8c7ab2;}
.popup-p2 .p-it{ width:478px; height:288px; margin:5px; clear:both; border:1px solid #8c7ab2; position:relative;}
.popup-p2 .p-it .tit{ width:420px; height:auto; margin:0 auto; padding-top:30px; clear:both; text-align:center; font-size:28px; color:#8c7ab2; font-weight:bold; line-height:28px;}
.popup-p2 .p-it .cot{ width:420px; height:auto; margin:0 auto; padding-top:20px; clear:both; text-align:center; overflow:hidden;}

.popup-p3{ width:490px; height:300px; margin:0px; padding:0px; clear:both; background:#ffffff; border:5px solid #8c7ab2;}
.popup-p3 .p-it{ width:478px; height:288px; margin:5px; clear:both; border:1px solid #8c7ab2; position:relative;}
.popup-p3 .p-it .tit{ width:450px; height:auto; margin:0 auto; padding-top:30px; clear:both; text-align:center; font-size:28px; color:#8c7ab2; font-weight:bold; line-height:28px;}
.popup-p3 .p-it .cot{ width:420px; height:auto; margin:0 auto; padding-top:20px; clear:both; overflow:hidden;}
.popup-p3 .p-it .exp{ width:420px; height:auto; margin:0 auto; padding-top:15px; clear:both; text-align:center; font-size:14px; color:#64110e;}

.popup-pic{ width:650px; height:488px; margin:0px; padding:0px; clear:both;}
.popup-pic .cot{ width:650px; height:488px; margin:0 auto; clear:both; position:relative; -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none; -khtml-user-select:none; user-select:none;}
.popup-pic .cot .p-arrow-left{ width:40px; height:70px; clear:both; background:url(../img/image_12.png) center no-repeat #ffffff; position:absolute; top:200px; left:-40px; font-size:0px; cursor:pointer;}
.popup-pic .cot .p-arrow-right{ width:40px; height:70px; clear:both; background:url(../img/image_13.png) center no-repeat #ffffff; position:absolute; top:200px; right:-40px; font-size:0px; cursor:pointer;}
.popup-pic .cot .pli{ width:650px; height:488px; clear:both; text-align:center;}

.popup-ib{ width:1000px; height:500px; margin:0px; padding:0px; clear:both; background:url(../img/popup_04.png) center no-repeat; position:relative;}
.popup-ib .tit{ width:1000px; height:auto; margin:0px auto; padding-top:40px; clear:both; text-align:center; font-size:24px; color:#ffffff;}
.popup-ib .cot{ width:900px; height:auto; margin:0px auto; padding-top:15px; clear:both;}





@-webkit-keyframes flipOutYtest{
  from{
    -webkit-transform: perspective(1400px);
    transform: perspective(1400px);
  }
  
  50%{
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }

  to{
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
    opacity: 0;
  }
}

.test{
  -webkit-animation: flipOutYtest 0.3s linear;
  animation: flipOutYtest 0.3s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes flipInYtest {
  from {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
    opacity: 0;
  }

  50% {
    -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
    transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: perspective(1400px);
    transform: perspective(1400px);
    opacity: 1;
  }
}

.test2{
  -webkit-animation: flipInYtest 0.3s linear;
  animation: flipInYtest 0.3s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}