﻿ 
body{ margin:0; padding:0; font-size:14px; font-family:"Microsoft Yahei","宋体",Arial, Helvetica, sans-serif; overflow-x:hidden;}
div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,select,textarea,table,td{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
area{outline:none;}
img{ border:0;}
ol,ul{list-style:none;}
a{ font-family:"Microsoft Yahei","宋体",Arial, Helvetica, sans-serif;text-decoration:none;outline:none;}
a:hover{ text-decoration:none;}
.clearfix:after {content:"";display:block;height:0;clear:both;} 
.clearfix {zoom:1;}
/* gift */
.bot_gift_fixed{ position:fixed; width:777px; height:258px; left:50%; margin-left:-388px; bottom:-36px; z-index:35;}
.gift_cont{ position:absolute;width:777px; height:258px; left:0; top:0; background:url(http://dw.132wm.com/static/images/gift_bg.png);}
.yuyue_num_box{position:absolute; width:210px; height:22px; left:50%; margin-left:-105px; top:48px; background:url(http://dw.132wm.com/static/images/yuyue_num_bg.png);}
.yy_num{ position:absolute; width:119px; height:22px; left:32px; top:0px; font:normal 20px/22px "Microsoft YaHei"; color:#e1913e; letter-spacing: 5px;}
.fuli_tip{ position:absolute; width:78px; height:90px; top:87px;}
.fuli_tip1{ left:104px;}
.fuli_tip2{ left:271px;}
.fuli_tip3{ left:440px;}
.fuli_tip4{ left:620px;}
.fuli_tip_pop{ display:none; position:absolute;width:93px; height:94px; padding:12px 0 0 10px; left:-12px; top:-95px; font:normal 12px/18px "Microsoft YaHei"; color:#a8b0cc; background:url(http://dw.132wm.com/static/images/prize_tip_bg.png);}
.fuli_tip:hover .fuli_tip_pop{ display:block;}

.fuli_btn_box{ position:absolute; width:777px; height:26px; left:0px; top:178px;}
.fuli_btn_box .fuli_btn{ position:absolute; width:75px; height:26px; top:0; background:url(http://dw.132wm.com/static/images/gift_btn_none.png);}
.fuli_btn_box .fuli_btn.on{ background:url(http://dw.132wm.com/static/images/gift_btn_done.png);}
.fuli_btn01{ left:102px;}
.fuli_btn02{ left:273px;}
.fuli_btn03{ left:443px;}
.fuli_btn04{ left:624px;}

#btn_bot_slide{ position:absolute; width:37px; height:43px;left:50%; margin-left:-18px; top:-7px; cursor:pointer;}
.bot_slide_down{background:url(http://dw.132wm.com/static/images/btn_bot_slide_down.png);}
.bot_slide_up{background:url(http://dw.132wm.com/static/images/btn_bot_slide_up.png);}
/* head */
.head_box{
	position: relative;
	height: 1080px;
	background: url(../image/head_bg.jpg) center top no-repeat;
	overflow: hidden;
}
.logo{ position:absolute; width:300px; left:150px; top:-20px; z-index:10;}
.icons{
	width: 366px;
	height: 200px;
	position: absolute;
	top: 38px;
	right: 62px;
	z-index:10;
}
.icon_home{
	display: block;
	width: 54px;
	height: 87px;
	background: url(../image/icon_home.png) no-repeat;
	position: absolute;
	top: 0; 
	left: 0;
}
.icon_news{
	display: block;
	width: 54px;
	height: 87px;
	background: url(../image/icon_news.png) no-repeat;
	position: absolute;
	top: 0;
	left: 250px;
}
.icon_forum{
	width: 54px;
	height: 87px;
	background: url(../image/icon_forum.png) no-repeat;
	position: absolute;
	top: 0;
	left: 123px;
}
.icon_wx{
	width: 54px;
	height: 87px;
	background: url(../image/icon_wx.png) no-repeat;
	position: absolute;
	top: 0;
	left: 250px;
}
.icon_wx div {
    width: 122px;
    height: 141px;
    position: absolute;
    top: 58px;
    left: 50%;
    margin-left: -61px;
    display: none;
    z-index:22;
}
.icon_wx:hover div{
	display: block;
}
.icon_qq{
	width: 57px;
	height: 89px;
	background: url(../image/icon_qq.png) no-repeat;
	position: absolute;
	top: 0;
	left: 314px;
}
.icon_qq div {
    width: 124px;
    height: 142px;
    position: absolute;
    top: 58px;
    left: 50%;
    margin-left: -61px;
    display: none;
    z-index: 22;
}
.icon_qq:hover div{
	display: block;
}
.icon_wb{
	display: block;
	width: 54px;
	height: 87px;
	position: absolute;
	top: 0;
	right: 0px;
	background: url(../image/icon_wb.png) no-repeat;
}
.music_icons{
	width: 54px;
    height: 87px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.music{
	width: 54px;
	height: 54px;
	position: absolute;
	top: 0px;
	left: 250px;
	cursor: pointer;
}
.music img{
  display: none; 
  width:100%;
}
.none{display: none;}
#musicBtn.play{
	-webkit-animation: rotate 4s linear infinite;
    -moz-animation: rotate 4s linear infinite;
    -o-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
    background: url(../image/music_play2.png) no-repeat center;
}
.music_text{
	width: 54px;
	height: 28px;
	background: url(../image/music_text.png) no-repeat;
	position: absolute;
	top: 60px;
	left: 250px;
}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}
/*登录登出*/
.login_box {
    position: absolute;
    width: 380px;
    height: 39px;
    right: 62px;
    top: 138px;z-index:6;
}
.login_box p {
    font: normal 16px/39px "Microsoft YaHei";
    color: #fff;
    text-align: right;
}
.login_box p a {
    color: #fff;
}
.logout {
    display: none;
}

.head_cont{
	position: relative;
	width: 1350px;
	height: 1080px;
	margin: 0 auto;
}
.loop_video{ position:absolute; width:1920px; height:1018px; left:50%; top:0; margin-left:-960px;}
.loop_video video{ width:100%;}
.hot{ z-index:5;}
.head_cont .hot{
    width: 613px;
    height: 81px;
    background: url(../image/hot.png) no-repeat;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -307px; z-index:5;
} 
.slogan{
	width: 615px;
	height: 133px;
	background: url(../image/slogan.png) no-repeat;
	position: absolute;
	top: 460px;
	left: 50%;
	margin-left: -308px; z-index:5;
}
.yuyue_btn01{
	width: 290px;
	height: 84px;
	background: url(../image/yy_btn.png) no-repeat;
	position: absolute;
	top: 618px;
	left: 50%;
	margin-left: -145px;z-index:5;  
}
.link_get{width: 167px;
	height: 141px;
	background: url(../image/btn_get.png) no-repeat;
	position: absolute;
	top: 592px;
	left: 836px;
}
.down_wrap{display: none; position:absolute; width:342px; height:123px; left:50%; margin-left:-171px; top:616px; background:url(http://dw.132wm.com/static/images/down_bg.png); z-index:5;}
.down_ma_box{ position:absolute; width:82px; left:24px; top:13px;}
.ewm_down{ display:block; width:82px;}
.ewm_down_tip{ display:block; margin:4px auto 0;}
.down_btn_box{ position:absolute; width:141px; left:127px; top:13px;}
.down_btn_box a{ display:block; width:141px; height:43px; text-indent:-999px; overflow:hidden;}
.btn_down_ios{ background:url(http://dw.132wm.com/static/images/btn_down_ios.png)}
.btn_down_android{ margin-top:8px; background:url(http://dw.132wm.com/static/images/btn_down_android.png)}
.btn_yuyue_s{ position:absolute; width:43px; height:95px; left:285px; top:13px;background:url(http://dw.132wm.com/static/images/btn_yy_s.png); cursor:pointer;}

.btn_video_box{
	width: 118px;
	height: 118px;
	background: url(../image/circle01.png) no-repeat;
	position: absolute;
	top: 439px;
	left: 1000px; z-index:5;
}
.btn_video_box .circle{
	width: 81px;
	height: 81px;
	background: url(../image/circle02.png) no-repeat;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -40px;
	animation: roate 10s infinite linear;
    -webkit-animation: roate 10s infinite linear;
}
.btn_video_box .btn_video{
	width: 118px;
	height: 118px;
	background: url(../image/btn_video.png) no-repeat;
	position: absolute;
	top: 2px;
	left: 4px;

}
@keyframes roate {
    0% {
        transform: rotateZ(0)
    }
    100% {
        transform: rotateZ(360deg)
    }
}

.mouse_box{ position:absolute; width:1920px; height:102px; left:50%; bottom:0; margin-left:-960px; background-color:#161616; z-index:5;}
.icon_shubiao{
	width: 22px;
	height: 47px;
	background: url(http://dw.132wm.com/static/images/icon_shubiao.png) no-repeat;
	position: absolute;
	top: 17px;
	left: 688px;
	animation:key_shubiao 1s infinite alternate;
	-webkit-animation:key_shubiao 1s infinite alternate;
	-ms-animation:key_shubiao 1s infinite alternate;
}
@keyframes key_shubiao{
	0%{ transform:translate3d(0,0,0)}
	100%{ transform:translate3d(0,10px,0)}
}
@-webkit-keyframes key_shubiao{
	0%{ -webkit-transform:translate3d(0,0,0)}
	100%{ -webkit-transform:translate3d(0,10px,0)}
}
@-ms-keyframes key_shubiao{
	0%{ -ms-transform:translate3d(0,0,0)}
	100%{ -ms-transform:translate3d(0,10px,0)}
}
.sub_text{
	width: 451px;
	height: 11px;
	background: url(http://dw.132wm.com/static/images/sub_text.png) no-repeat;
	position: absolute;
	top: 33px;
	left: 744px;
}
/* zhiye */
.zhiye_box{ position:relative; height:1084px; background:url(http://dw.132wm.com/static/images/zhiye_bg.jpg) center top no-repeat; overflow:hidden;}
.zhiye_title{ position:absolute; width:480px; height:133px; left:50%; margin-left:-240px; top:82px;background:url(http://dw.132wm.com/static/images/zhiye_title.png); z-index:10}
.zhiye_swiper{ position:absolute; width:1920px; height:1084px; left:50%; margin-left:-960px; top:0;}
.zhiye_swiper .swiper-slide{ position:relative;width:1920px; height:1084px;}
.zhiye_cont{ position:absolute; width:1920px; height:678px; left:0; top:283px;}
.mp_video{ position:absolute; width:1090px; height:678px; right:0; top:0;}
.mp_video video{ width:100%;}
.video_gai{ position:absolute; width:1202px; height:678px; left:0; top:0;background:url(http://dw.132wm.com/static/images/zhiye_bg.png); z-index:5;}
.zy_gongneng{ position:absolute; left:265px; top:124px; z-index:10;}
.zy_info{ position:absolute; left:752px; top:228px; z-index:10;}
.zy_img{ position:absolute; z-index:6;}
.zy_moshi_img{ left:51px; top:0px;}
.zy_zhanshi_img{ left:305px; top:183px;}
.zy_xuemo_img{ left:420px; top:196px;}
.zy_fashi_img{ left:178px; top:214px;}
.zy_cike_img{ left:182px; top:271px;}
.zy_huoqiang_img{ left:290px; top:215px;}

.zy_opa_box{ position:absolute; width:707px; height:88px; right:285px; top:796px; z-index:20;}
.zy_prev,.zy_next{ position:absolute; width:42px; height:67px; top:13px; cursor:pointer;}
.zy_prev{ left:0;background:url(http://dw.132wm.com/static/images/zy_prev.png) center center no-repeat;}
.zy_next{ right:0;background:url(http://dw.132wm.com/static/images/zy_next.png) center center no-repeat;}
.zhiye_tab{position:absolute; width:625px; height:88px; left:40px; top:0px;}
.zhiye_tab li{ float:left; width:88px; height:88px; margin-left:13px; cursor:pointer;}
#zy_tab_xuemo{ background:url(http://dw.132wm.com/static/images/zy_tab_xuemo.png);}
#zy_tab_xuemo.on{ background:url(http://dw.132wm.com/static/images/zy_tab_xuemo_on.png);}
#zy_tab_zhanshi{ background:url(http://dw.132wm.com/static/images/zy_tab_zhanshi.png);}
#zy_tab_zhanshi.on{ background:url(http://dw.132wm.com/static/images/zy_tab_zhanshi_on.png);}
#zy_tab_moshi{ background:url(http://dw.132wm.com/static/images/zy_tab_moshi.png);}
#zy_tab_moshi.on{ background:url(http://dw.132wm.com/static/images/zy_tab_moshi_on.png);}
#zy_tab_cike{ background:url(http://dw.132wm.com/static/images/zy_tab_cike.png);}
#zy_tab_cike.on{ background:url(http://dw.132wm.com/static/images/zy_tab_cike_on.png);}
#zy_tab_huoqiang{ background:url(http://dw.132wm.com/static/images/zy_tab_huoqiang.png);}
#zy_tab_huoqiang.on{ background:url(http://dw.132wm.com/static/images/zy_tab_huoqiang_on.png);}
#zy_tab_fashi{ background:url(http://dw.132wm.com/static/images/zy_tab_fashi.png);}
#zy_tab_fashi.on{ background:url(http://dw.132wm.com/static/images/zy_tab_fashi_on.png);}


/* tese */
.tese_wrap{ position:relative; height:1297px; background:url(http://dw.132wm.com/static/images/tese_bg.jpg) center top no-repeat;}
.tese_title{
	width: 480px;
	height: 133px;
	background: url(http://dw.132wm.com/static/images/tese_title.png) no-repeat;
	position: absolute;
	top: 97px;
	left: 50%;
	margin-left: -240px;
}
.tese_box{ 
	position:absolute; 
	top: 387px;
	left: 50%;
	margin-left: -675px;
	width: 1351px; 
	height: 775px; 
	/*overflow:hidden;*/
	background: url(http://dw.132wm.com/static/images/screen_bg.png) top center no-repeat;
}
.tese_box .bd{
	width: 1194px; 
	height: 553px; 
	position: absolute;
	top: 78px;
	left: 76px;
	border-radius: 50px;
/*	overflow:hidden;*/
}
.tese_box .bd ul li{ 
	width: 1194px; 
	height: 553px;
	position: relative;
}
.tese_box ul li img{ 
	display:block; 
	width: 1194px; 
	height: 553px;
}
.tese_box ul li .tese_txt{
	width: 654px;
	height: 646px;
	position: absolute;
	top: -175px;
	left: -150px;
}

.tese_box .hd{ 
	position:absolute; 
	width: 316px; 
	height: 17px; 
	left:50%;
	margin-left: -158px; 
	top: 730px; 
	text-align:center; 
	z-index:10;
}
.tese_box .hd li{ 
	display:inline-block;
	width: 17px; 
	height: 17px; 
	margin:0 20px; 
	background-color:#6d6d6d; 
	border-radius:19px; 
	text-indent:-999px; 
	overflow:hidden;
}
.tese_box .hd li.on{ 
	background-color:#8e7846;
}
.tese_box .prev,.tese_box .next{ 
	position:absolute; 
	width: 43px; 
	height: 69px; 
	top: 705px;
}
.tese_box .prev{ 
	left: 404px; 
	background:url(http://dw.132wm.com/static/images/prev_btn.png) no-repeat;
}
.tese_box .next{ 
	right: 404px; 
	background:url(http://dw.132wm.com/static/images/next_btn.png) no-repeat;
}
/* friend */
.friend_box{ height:1044px; background:url(../image/friend_bg.jpg) center top no-repeat;}
.friend_cont{ position:relative; width:1350px; height:1044px; margin:0 auto;}
.friend_title,.nvshen_title{ position:absolute; width:479px; height:135px; left:50%; margin-left:-240px; top:55px; background:url(http://dw.132wm.com/static/images/friend_title.png);}
.btn_yaoqing{ position:absolute; width:209px; height:50px; left:50%; margin-left:-104px; top:218px; background:url(http://dw.132wm.com/static/images/btn_yaoqing.jpg); text-indent:-999px; overflow:hidden; cursor:pointer; z-index:3;}
.text_yqnum{ position:absolute; width:209px; height:30px; left:50%; margin-left:-104px; top:275px; font:normal 15px/30px "Microsoft YaHei"; color:#c6c1b6; text-align:center; z-index:3;}

.friend_cont .yq_dc1{
	width: 223px;
	height: 177px;
	background: url(http://dw.132wm.com/static/images/yq_dc1.png) no-repeat;
	position: absolute;
	top: 562px;
	left: 267px;

}
.friend_cont .yq_dc2{
	width: 289px;
	height: 152px;
	background: url(http://dw.132wm.com/static/images/yq_dc2.png) no-repeat;
	position: absolute;
	top: 588px;
	left: 547px;

}
.friend_cont .yq_dc3{
	width: 223px;
	height: 175px;
	background: url(http://dw.132wm.com/static/images/yq_dc3.png) no-repeat;
	position: absolute;
	top: 562px;
	left: 894px;

}
.yq_dc_box .lingqu{
	width: 89px;
	height: 30px;
	background: url(http://dw.132wm.com/static/images/lingqu_no.png) no-repeat;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -32px;
	cursor:default;
}
.yq_dc_box .lingqu.on{
	background: url(http://dw.132wm.com/static/images/lingqu_done.png) no-repeat;
	cursor:pointer;
}
.yq_dc1 .lingqu{
	top: 117px;
	margin-left: -29px;
	transform: rotate(4deg); 
    -o-transform: rotate(4deg); 
    -webkit-transform: rotate(4deg); 
    -moz-transform: rotate(4deg); 
}
.yq_dc3 .lingqu{
	top: 117px;
	margin-left: -19px;
	transform: rotate(-6deg); 
    -o-transform: rotate(-6deg); 
    -webkit-transform: rotate(-6deg); 
    -moz-transform: rotate(-6deg); 
}

/* nvshen */
.nvshen_box{ height:1398px; background:url(http://dw.132wm.com/static/images/nvshen_bg.jpg) center top no-repeat;}
.nvshen_cont{ position:relative; width:1350px; height:1398px; margin:0 auto;}
.nvshen_title{ height:129px; top:84px; background:url(http://dw.132wm.com/static/images/nvshen_title.png);}
.more_nvshen{ position:absolute; width:174px; height:39px; left:1072px; top:304px;background:url(http://dw.132wm.com/static/images/link_more.png); text-indent:-999px; overflow:hidden;}
.nvshen_list{ position:absolute; width:930px; height:660px; left:390px; top:350px;}
.nvshen_list li{ position:relative; float:left; width:456px; height:304px; margin:15px -4px 0; background:url(http://dw.132wm.com/static/images/nvshen_list.png);}
.nvshen_one{ position:absolute; width:422px; height:262px; left:50%; top:50%; margin-left:-211px; margin-top:-131px; border-radius:41px; overflow:hidden; cursor:pointer;}
.nvshen_one img{ position:absolute;width:422px; height:262px; left:0; top:0;}
.v_black{ position:absolute;width:422px; height:262px; left:0; top:0; background:rgba(0,0,0,0.38);}
.v_black span{position:absolute; width:50px; height:51px; left:50%; top:50%; margin-left:-25px; margin-top:-25px; background:url(../image/btn_play_nvshen.png);}
/* bot */
.bot_wrap{ position:absolute; width:941px; height:130px; left:176px; top:1137px;}
.bot_sns{ float:left; width:511px; height:130px;}
.bot_sns li{ float:left; width:93px; margin-left:54px;}
.bot_sns li img{ display:block; width:93px; height:93px;}
.bot_sns li p{ font:normal 16px/32px "Microsoft YaHei"; color:#fff; text-align:center;}

.bot_sns_r{ position:relative; float:right; width:429px; height:103px; margin-top:14px; border-left:1px solid #ac9174;}
.bot_qq_wrap{ padding-left:100px; font:normal 16px/18px "Microsoft YaHei"; color:#fff;}
.bot_qq_wrap h4{ padding-top:4px;}
.bot_qq_one{ padding-top:18px;}
.join_qq{ display:inline-block; width:63px; height:19px; margin-left:20px; background:url(http://dw.132wm.com/static/images/join_qq.png); vertical-align:bottom}
.bot_ewm{ position:absolute; width:103px; height:106px; padding-top:8px; right:0; top:-13px; background-color:#212121; border:1px solid #6a655b;}
.bot_ewm img{ display:block; width:84px; height:84px; margin:0 auto;}
.bot_ewm p{ font:normal 12px/20px "Microsoft YaHei"; color:#fff; text-align:center;}
/* left_bar */
.left_bar_box{ position:fixed; width:92px; height:338px; left:0; bottom:50px; z-index: 120;}
.btn_slide_bar{ position:absolute; width:92px; height:338px; left: -92px; top:0; background:url(../image/btn_slide_bar.png); cursor:pointer;}
.left_bar_cont{position:absolute; width:184px; height:338px; left: 0px; top:0;background:url(../image/left_bar_bg.png);}
.close_left_bar{ position:absolute; width:29px; height:32px; left:144px; top:10px;cursor:pointer;}
.left_bar_m{ width:155px; padding-top:42px;}
.left_bar_t{ display:block; margin:0 auto;}
.left_bar_ren{ display:block; margin: 0 0 0 10px;}
.left_bar_link{ display:block; width:130px; height:53px; margin:16px auto 0;background:url(../image/left_bar_btn.png); text-indent:-9999px; overflow:hidden}
/* pop_video */
.pop_fixed{ display:none; position:fixed; width:100%; height:100%; left:0; top:0; background:rgba(0,0,0,0.7); z-index:200;}
.pop_video_cont{ position:absolute; width:820px; height:460px; left:50%; top:50%; margin-left:-410px; margin-top:-230px;}
.pop_video_cont video{ width:100%;}
.pop_video_cont.nvshenv video{width:820px; height:460px;}
.close_video{position: absolute; top: 0px; right: -60px; width: 56px; height: 56px; background: url(../image/close.png) no-repeat 0 0;-webkit-transform: rotate3d(0,0,1,0deg);transform: rotate3d(0,0,1,0deg);-webkit-transition: transform 0.5s;transition: transform 0.5s; cursor:pointer;}
.close_video:hover{-webkit-transform: rotate3d(0,0,1,180deg);transform: rotate3d(0,0,1,180deg);}
/* pop_yy */
.f_left{ float: left}
.f_right{ float: right}
.pop_cont_bg{ position: absolute; width:350px; height:551px; left:50%;  top:50%; margin-left:-175px; margin-top:-265px;padding-top:43px; background-color:#fff; border-radius:20px;}
.pop_cont_bg .close{ position:absolute; width:30px; height:30px; right:21px; top:19px; background:url(../image/close_yuyue.png); cursor:pointer;}
.system{ width:250px; height:42px; margin:0 auto; border-radius:8px; overflow:hidden;}
.system a{ width:125px; height:42px; font:normal 16px/42px "Microsoft Yahei"; color:#565555; text-align:center; background-color:#ebebeb;}
.system a.on{ color: #fff;background-color:#90783d; }
.sub_ul{ width:250px; height:302px; margin:0 auto; padding-top:28px;}
.sub_ul li{ height:42px; margin-top:10px; overflow:hidden;}
.sub_ul li input{ display:block; width:218px; height:40px; padding:0 15px;font:normal 16px/40px "Microsoft Yahei"; color:#8e8e8e; border:1px solid #bfbfbf;border-radius:8px;}
.sub_ul li input.num_yan{ float:left; width:80px;}
.sub_ul li input::-webkit-input-placeholder{ color: #8e8e8e;}
.sub_ul li input::-moz-placeholder{ color: #8e8e8e;}
.sub_ul li input:-moz-placeholder{ color: #8e8e8e;}
.sub_ul li input:-ms-input-placeholder{ color: #8e8e8e;}
.yzm_pic{ width: 287px;}
.get_yzm_pic{ float:left; width:98px; height:42px; margin-left:10px;border-radius:8px;}
.btn_refresh{ float:right; width:24px; height:42px; background:url(../image/btn_refresh.png) right center no-repeat; cursor:pointer;}
.get_yzm_tel{ display:block; width:250px; height:42px;font:normal 16px/42px "Microsoft Yahei"; color:#fff; text-align:center; background-color:#90783d; border-radius:8px;}
.sub_ul li.yaoqing_li{margin-top: 0;}
.sub_ul li.error_msg{ height: 20px; margin-top: 0; color: #b74f4f;}
.submit,.close_succ{ display:block; width:90px; height:90px; margin:0 auto; font:normal 22px/90px "Microsoft Yahei"; color:#fff; text-align:center; background-color:#90783d; border-radius:90px;}

#wanmeiCaptcha_0{ max-width: 250px!important; height:42px!important;}
#wanmeiCaptcha_0 .tester-doneicon,#wanmeiCaptcha_0 .tester-failicon{ top:9px!important;}
.tester-ringicon{ top:6px!important;}
#wanmeiCaptcha_0 p{ line-height:35px!important;}

/* yy_succ */
.pop_sub_succ{ display:none;}
.succ_t{ display:block; width:116px; margin:26px auto 0;}
.gift_tit{
	padding-left: 50px; 
	font-size: 18px;
	color: #8e8e8e;
	margin-top: 15px;
}
.gift_code{
	font-size: 18px;
	color: #90783d;
	text-align: center;
	width: 250px;
    height: 38px;
    line-height: 38px;
    margin: 8px auto 0;
	border: 1px solid #8e8e8e;
}
.btn_copy3,.link_ios{ 
	display:block; 
	width:250px; 
	height:42px; 
	margin:25px auto 0; 
	background:url(http://dw.132wm.com/static/images/btn_copy.png); 
	cursor:pointer;
}
.link_ios{ margin-top:14px;background:url(http://dw.132wm.com/static/images/link_ios.png);}
.succ_ma{ display:block; width:158px; height:158px; margin:15px auto 0;}
.succ_txt{ margin-top:10px;font:normal 16px/30px "Microsoft Yahei"; color:#90783d; text-align:center;}
.close_succ{ margin-top: 35px; cursor:pointer;}
/* pop_share */
#pop_share{display: none;}
.share_tit{ padding-left: 50px; font-size: 20px;color: #8e8e8e;}
.share_url {
    display: block;
    width: 250px;
    height: 38px;
    margin: 8px auto 0;
    font: normal 18px/38px "Microsoft YaHei";
    color: #90783d;
    text-align: center;
    background: none;
    border: 1px solid #8e8e8e;
    outline: 0;
}
.btn_copy{display:block; width:250px; height:42px; margin:25px auto 0; background:url(http://dw.132wm.com/static/images/btn_copy.png); cursor:pointer}
.share_tip{ margin-top:10px;font:normal 16px/30px "微软雅黑"; color:#90783d; text-align:center;}

/* pop_get */
#pop_prizecode{ display:none;}
.prizecode_t{ display:block; width:116px; margin:26px auto 0;}
.friend_tit{
	padding-left: 50px; 
	font-size: 20px;
	color: #8e8e8e;
	margin-top: 15px;
}
.prize_code{
	font-size: 18px;
	color: #90783d;
	text-align: center;
	width: 250px;
    height: 38px;
    line-height: 38px;
    margin: 8px auto 0;
	border: 1px solid #8e8e8e;
}
.btn_copy2{ 
	display:block; 
	width:250px; 
	height:42px; 
	margin:25px auto 0; 
	background:url(http://dw.132wm.com/static/images/btn_copy.png); 
	cursor:pointer;
}
/* pop_down */
.pop_down_ios_cont,.pop_down_android_cont{ position:absolute; width:350px; height:244px; left:50%; top:50%; margin-left:-175px; margin-top:-122px; background-color:#fff; border-radius:26px;}
.pop_down_ios_cont .close,.pop_down_android_cont .close{ position:absolute; width:30px; height:30px; right:21px; top:19px; background:url(../image/close_yuyue.png); cursor:pointer;}
.down_ios_txt{ padding-top:104px; font:normal 22px/22px "Microsoft Yahei"; color:#90783d; text-align:center;}
.pop_down_android_cont{ height:424px;}
.down_android_t{padding-top:68px; font:normal 24px/24px "Microsoft Yahei"; color:#4e4e4e; text-align:center;}
.down_android_list{ width:290px; height:90px; padding:14px 0 0 5px; margin:36px auto 0; border:1px solid #b5b5b5; border-radius:26px;}
.down_android_list li{ float:left; width:70px; margin:0 13px;}
.down_android_list li img{ display:block; width:70px; height:70px;}
.down_android_tip{padding-top:35px; font:normal 16px/30px "Microsoft Yahei"; color:#90783d; text-align:center;}
