/*
 * reset：重置标签的默认样式
 * 通用类：所有网站常用的样式
 * 主题类：当前网站的主题样式
 */
/****** reset{ ******/
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
button,input,select,textarea,h1,h2,h3,h4,h5,h6{font-size:100%;}
b,strong,h1,h2,h3,h4,h5,h6{font-weight:normal;}
body,button,input,select,textarea{line-height:1.5;}
table{border-collapse:collapse;border-spacing:0;}
a,button,input,select,textarea{outline:0;}
a{text-decoration:none;cursor:pointer;}
textarea{resize:none;overflow:auto;}
body{position:relative;}
em,i{font-style:normal;}
dl,ol,ul{list-style:none;}
img,button,input,select,textarea{border:0;}
button,input,select,textarea{background-color:transparent;}
img,textarea{display:block;}
textarea{width:100%;}
input::-ms-clear,input::-ms-reveal{display:none;}
/****** reset} ******/

/****** 通用类{ ******/
/* 自适应布局 */
.adapt_main{float:left;width:100%;}
.adapt_lbar{float:left;position:relative;margin-right:-100%;}
.adapt_rbar{float:right;position:relative;margin-left:-100%;}
/* 浮动 */
.fl{float:left;_display:inline;}
.fr{float:right;_display:inline;}
/* 清除浮动 */
.clearfix{*zoom:1;}
.clearfix:after{clear:both;content:'';display:block;visibility:hidden;height:0;}
/* 行内块元素 */
.inblock{display:inline-block;vertical-align:middle;*display:inline;*zoom:1;}
/* 省略号（单行） */
.ellipsis_single{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/* 列表项 */
.flist li{float:left;}
.flist .firstmleft{margin-left:0;}
.flist .firstmtop{margin-top:0;}
.img img{width:100%;height:100%;}
.bg{position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:0.5;filter:alpha(opacity=50);}
/****** 通用类} ******/

/****** 主题类{ ******/
body,button,input,select,textarea{font-family:arial,simsun;}
a,body,button,input,select,textarea{color:#333;}
a{transition:all 0.3s;}
a:hover{color:#1fccd4;}
body{font-size:12px;background-color:#f3f5f9;}
::-webkit-input-placeholder{color:#ccc;}
::-moz-placeholder{color:#ccc;opacity:1;}
.placeholder{color:#ccc;}
/* 容器 */
.containerw{min-width:1200px;}
.container{width:1200px;margin-left:auto;margin-right:auto;}
/****** 主题类} ******/

/****** 字体颜色{ ******/
.color_white{color:#fff;}
.color_gray{color:#afafaf;}
.color_grayDark{color:#757575;}
.color_red{color:#F34F50;}
.color_redDark{color:#d10821;}
.color_pink{color:#dd9492;}
.color_cyan{color:#1fccd4;}
.color_yellow{color:#f5a623;}
.color_green{color:#23AD37;}
.color_orange{color:#ff6f18;}
.color_blue{color:#148dff;}
.color_brown{color:#9e773d;}
.color_brown:hover{color:#9e773d;}
/****** 字体颜色} ******/

/****** 字体大小{ ******/
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
/****** 字体大小} ******/

/****** 间距{ ******/
.mtop15{margin-top:15px;}
.mtop20{margin-top:20px;}
.mtop25{margin-top:25px;}
.mtop30{margin-top:30px;}
/****** 间距} ******/

/****** 按钮{ ******/
.btn_whiteCyan,.btn_borderOrange,.btn_borderGray,.btn_grayLight,.btn_yellow,.btn_white,.btn_redDark,.btn_orange,.btn_gray,.btn_border,.btn_green,.btn_red,.btn_cyan{display:block;text-align:center;color:#fff;border-radius:4px;transition:all 0.3s;cursor:pointer;}
.btn_yellow:hover,.btn_redDark:hover,.btn_orange:hover,.btn_gray:hover,.btn_green:hover,.btn_red:hover,.btn_cyan:hover{color:#fff;}
.btn_cyan{background-color:#1fccd4;height:26px;line-height:26px;}
.btn_cyan:hover{background-color:#05bdc5;}
.btn_red{background-color:#FD6E6F;height:36px;line-height:36px;}
.btn_red:hover{background-color:#e55c5d;}
.btn_redDark{background-color:#b4120e;height:48px;line-height:48px;}
.btn_redDark:hover{background-color:#890906;}
.btn_green{background-color:#1FCCD4;height:48px;line-height:48px;}
.btn_green:hover{background-color:#01b1b9;}
.btn_border{border:1px solid #d7d7d7;height:40px;line-height:40px;color:#333;}
.btn_border:hover{color:#333;}
.btn_borderGray{background-color:#F1F1F1;border:1px solid #d7d7d7;height:24px;line-height:24px;color:#333;}
.btn_borderGray:hover{background-color:#e1e1e1;}
.btn_borderOrange{background-color:#fff;border:1px solid #ff6f18;height:48px;line-height:48px;color:#ff6f18;}
.btn_borderOrange:hover{color:#ff6f18;}
.btn_orange{background-color:#ff6f18;height:50px;line-height:50px;}
.btn_orange:hover{background-color:#e45b09;}
.btn_yellow{background-color:#f5a623;height:40px;line-height:40px;}
.btn_yellow:hover{background-color:#d88c0e;}
.btn_gray{background-color:#CACACA;height:40px;line-height:40px;}
.btn_grayLight{background-color:#e8e7df;height:28px;line-height:28px;color:#9e773d;}
.btn_grayLight:hover{color:#9e773d;}
.btn_white{background-color:#fff;color:#FF5900;height:30px;line-height:30px;}
.btn_white:hover{color:#FF5900;}
.btn_whiteCyan{background-color:#fff;color:#1fccd4;height:26px;line-height:26px;}
.btn_whiteCyan:hover{color:#1fccd4;}
/****** 按钮} ******/

/****** 图标{ ******/
.icon_logo,.icon_logoSmall,
.icon_search,.icon_trigonUp,.icon_trigonDown,.icon_trigon_south_gray,.icon_trigon_north_gray,.icon_trigon_south_cyan,.icon_trigon_north_cyan,
.icon_banner_circle,.icon_banner_circle_focus,
.icon_about_dot,.icon_radiog_empty,.icon_radiog_checked,.icon_rightGreen,.icon_radio_empty,
.icon_radio_checked,.icon_temple,.icon_space_chk,.icon_space_chked,.icon_space_qq,.icon_space_taobao,
.icon_space_sina,.icon_shop_taobao,.icon_shop_tmall,
.icon_star_bg,.icon_starBig_gray,.icon_starBig_orange,.icon_star_gray,.icon_star_orange,
.icon_header_qq,.icon_header_taobao,.icon_header_sina,
.icon_closeBlack,.icon_downloadGray,.icon_downloadCyan,.icon_close,.icon_closeGray,
.icon_company_arrow_dark,.icon_company_arrow_light,.icon_refresh,
.icon_login_taobao,.icon_login_sina,.icon_login_qq,.icon_tip,.icon_chk_checked,.icon_chk_empty,
.icon_typeSouth,.icon_right,.icon_pageLeft,.icon_pageRight,.icon_sortNorth_cyan,.icon_sortSouth_cyan,
.icon_sortNorth_gray,.icon_sortSouth_gray,.icon_arrowNorth,.icon_arrowSouth,.icon_email,.icon_gt,.icon_lt,
.icon_clock,.icon_qiandao,.icon_caipiao,.icon_shouji,.icon_address,
.icon_bar_top,.icon_bar_shop,.icon_bar_message,.icon_bar_listen,.icon_bar_fav,
.icon_starBlue,.icon_strip,.icon_person,.icon_moblie{background-image:url(../img/base/icon.png);background-repeat:no-repeat;}
.icon_logo{background-position:-1px -1px;width:70px;height:35px;}
.icon_logoSmall{background-position:-158px -79px;width:55px;height:28px;}
.icon_search{background-position:-160px -49px;width:17px;height:17px;}
.icon_trigonDown{background-position:-16px -37px;width:7px;height:4px;}
.icon_trigonUp{background-position:-16px -42px;width:7px;height:4px;}
.icon_trigon_south_gray{background-position:-141px -72px;width:9px;height:5px;}
.icon_trigon_north_gray{background-position:-141px -66px;width:9px;height:5px;}
.icon_trigon_south_cyan{background-position:-151px -72px;width:9px;height:5px;}
.icon_trigon_north_cyan{background-position:-151px -66px;width:9px;height:5px;}
.icon_banner_circle{background-position:-272px -101px;width:12px;height:12px;}
.icon_banner_circle_focus{background-position:-272px -88px;width:12px;height:12px;}
.icon_clock{background-position:-1px -52px;width:13px;height:13px;}
.icon_lt{background-position:-32px -48px;width:13px;height:20px;}
.icon_gt{background-position:-46px -48px;width:13px;height:20px;}
.icon_arrowNorth{background-position:-46px -37px;width:20px;height:9px;}
.icon_arrowSouth{background-position:-20px -68px;width:9px;height:5px;}
.icon_email{background-position:-1px -68px;width:18px;height:15px;}
.icon_sortNorth_cyan{background-position:-60px -47px;width:11px;height:5px;}
.icon_sortSouth_cyan{background-position:-60px -53px;width:11px;height:5px;}
.icon_sortNorth_gray{background-position:-60px -59px;width:11px;height:5px;}
.icon_sortSouth_gray{background-position:-60px -65px;width:11px;height:5px;}
.icon_pageLeft{background-position:-20px -74px;width:7px;height:13px;}
.icon_pageRight{background-position:-28px -74px;width:7px;height:13px;}
.icon_right{background-position:-36px -69px;width:5px;height:9px;}
.icon_rightGreen{background-position:-140px -52px;width:13px;height:13px;}
.icon_typeSouth{background-position:-42px -69px;width:12px;height:7px;}
.icon_chk_empty{background-position:-1px -88px;width:15px;height:15px;}
.icon_chk_checked{background-position:-17px -88px;width:17px;height:15px;}
.icon_radio_empty{background-position:-128px -177px;width:15px;height:15px;}
.icon_radio_checked{background-position:-112px -177px;width:15px;height:15px;}
.icon_radiog_empty{background-position:-225px -142px;width:17px;height:17px;}
.icon_radiog_checked{background-position:-207px -142px;width:17px;height:17px;}
.icon_tip{background-position:-35px -86px;width:14px;height:14px;}
.icon_login_taobao{background-position:-94px -56px;width:17px;height:18px;}
.icon_login_sina{background-position:-118px -56px;width:19px;height:18px;}
.icon_login_qq{background-position:-73px -56px;width:16px;height:18px;}
.icon_refresh{background-position:-55px -71px;width:14px;height:14px;}
.icon_company_arrow_dark{background-position:-82px -81px;width:21px;height:8px;}
.icon_company_arrow_light{background-position:-82px -90px;width:21px;height:8px;}
.icon_close{background-position:-178px -52px;width:26px;height:26px;}
.icon_closeGray{background-position:-238px -33px;width:18px;height:18px;}
.icon_closeBlack{background-position:-257px -33px;width:18px;height:18px;}
.icon_downloadGray{background-position:-116px -117px;width:11px;height:11px;}
.icon_downloadCyan{background-position:-128px -117px;width:11px;height:11px;}
.icon_bar_top{background-position:-1px -276px;width:27px;height:14px;}
.icon_bar_shop{background-position:-1px -198px;width:27px;height:25px;}
.icon_bar_message{background-position:-1px -224px;width:24px;height:24px;}
.icon_bar_listen{background-position:-1px -249px;width:26px;height:26px;}
.icon_bar_fav{background-position:-1px -170px;width:27px;height:27px;}
.icon_shop_taobao{background-position:-83px -195px;width:18px;height:18px;}
.icon_shop_tmall{background-position:-102px -195px;width:18px;height:18px;}
.icon_space_qq{background-position:-115px -153px;width:23px;height:23px;}
.icon_space_taobao{background-position:-140px -153px;width:23px;height:23px;}
.icon_space_sina{background-position:-163px -153px;width:23px;height:23px;}
.icon_space_chk{background-position:-256px -52px;width:14px;height:15px;}
.icon_space_chked{background-position:-238px -52px;width:16px;height:15px;}
.icon_about_dot{background-position:-207px -112px;width:4px;height:4px;}
.icon_temple{background-position:-83px -166px;width:28px;height:28px;}
.icon_address{background-position:-144px -176px;width:11px;height:17px;}
.icon_moblie{background-position:-207px -173px;width:14px;height:24px;}
.icon_person{background-position:-234px -160px;width:12px;height:12px;}
.icon_strip{background-position:-208px -160px;width:10px;height:7px;}
.icon_starBlue{background-position:-247px -160px;width:12px;height:12px;}
.icon_starBig_gray{background-position:-1px -104px;width:20px;height:18px;}
.icon_starBig_orange{background-position:-22px -104px;width:20px;height:18px;}
.icon_star_gray{background-position:-43px -104px;width:18px;height:16px;}
.icon_star_orange{background-position:-62px -104px;width:18px;height:16px;}
.icon_star_bg{background-position:-1px -123px;width:62px;height:22px;}
.icon_header_qq{background-position:-107px -1px;width:15px;height:15px;}
.icon_header_taobao{background-position:-123px -1px;width:15px;height:13px;}
.icon_header_sina{background-position:-139px -1px;width:16px;height:12px;}
.icon_login_wx{
	background:url(../img/base/oauth_v2.png) center -89px no-repeat;
	width:19px;
	height:18px;
}
.icon_header_wx{
	background:url(../img/base/oauth_v2.png) center -81px no-repeat;
	width:19px;
	height:32px;
}
/****** 图标} ******/

/****** 布局{ ******/
/* header */
.header_menuw{position:relative;z-index:103;height:32px;border-bottom:1px solid #eee;background-color:#f6f6f6;}
.header_menu{position:relative;height:32px;line-height:32px;}
.header_menu .header_search{top:3px;left:250px;}
.header_menu .header_search_type{height:24px;line-height:24px;}
.header_menu .header_search_txt{width:262px;height:26px;padding:0 18px;}
.header_menu .header_search_txt input{padding:6px 0;}
.header_menu .header_search_btn{height:26px;line-height:26px;}
.header_loginlist{width:95px;margin:0 8px 0 0;padding:0 1px;}
.header_loginlist.focus{padding:0;background-color:#fff;border:1px solid #eee;border-top:0;}
.header_loginlist li{width:100%;height:32px;}
.header_loginlist .icon{margin-left:8px;}
.header_loginlist .icon_header_qq{margin-top:8px;}
.header_loginlist .icon_header_taobao{margin-top:9px;}
.header_loginlist .icon_header_sina{margin-top:9px;}
.header_loginlist .txt{margin:0 6px;}
.header_loginlist .icon_trigon_south_gray{margin-top:13px;}
.header_tiplist li{margin-right:20px;}
.header_memberlist li{margin-left:33px;}
.header_memberlist a{display:block;}
.header_memberlist .trigon{margin:13px 0 0 10px;}
.header_memberlist .line{margin-top:10px;height:12px;border-left:1px solid #e6e6e6;}
.header_memberlist .icon{margin-left:10px;}
.header_memberlist .icon_strip{margin-top:12px;}
.header_memberlist .icon_starBlue{margin-top:10px;}
.header_memberlist .icon_person{margin-top:10px;}
.header_conw{position:relative;z-index:102;background-color:#fff;}
.header_con{position:relative;height:96px;}
.header_con .logo{position:absolute;left:10px;top:30px;}
.header_con .time{position:absolute;left:103px;top:18px;}
.header_con .gift{position:absolute;left:1090px;top:9px;}
/* 签到 */
.header_signin{position:absolute;left:970px;top:22px;width:92px;height:35px;background-color:#4bc1d2;cursor:pointer;}
.header_signin.ed{background-color:#b2b6b6;cursor:default;}
.header_signin.ed .txt{margin:5px 0 0 5px;line-height:14px;}
.header_signin .conw{position:relative;left:50%;}
.header_signin .con{position:relative;left:-50%;}
.header_signin .icon{width:17px;height:17px;margin:10px 0 0 0;background:url(../img/base/header_signin.png) no-repeat;}
.header_signin .txt{margin:10px 0 0 6px;color:#fff;}
/* 签到提示框*/
.header_signinshow{position:absolute;z-index:200;width:201px;height:80px;background:url(../img/base/header_signin_bg.png) no-repeat;}
.header_signinshow .con{width:170px;margin:18px 0 0 17px;}
.header_signinshow .con .color_cyan{margin:0 3px;}
/* 热门搜索 */
.header_hotsearch{position:absolute;left:365px;top:62px;}
.header_hotsearch{height:20px;line-height:20px;}
.header_hotsearch li{margin-right:10px;}
.header_hotsearch .line{margin-top:6px;height:8px;border-left:1px solid #e6e6e6;}
/* 搜索框 */
.header_search{position:absolute;z-index:10;left:285px;top:22px;border:1px solid #4bc1d2;}
.header_search_type{position:relative;z-index:11;width:76px;height:30px;line-height:30px;text-indent:20px;border:1px solid #f1f1f1;background-color:#f7f7f7;}
.header_search_type.f div{background-position:-151px -66px;}
.header_search_type.f dl{display:block;}
.header_search_type div{position:absolute;z-index:10;left:50px;top:50%;margin-top:-2px;}
.header_search_type span{display:block;background-color:#f7f7f7;cursor:pointer;}
.header_search_type dl{display:none;position:absolute;left:-1px;top:-1px;width:100%;border:1px solid #f1f1f1;background-color:#fff;}
.header_search_type dd{float:none;margin-left:0;cursor:pointer;}
.header_search_type dd.f{background-color:#f7f7f7;}
.header_search_txt{width:390px;height:32px;padding:0 20px;}
.header_search_txt input{display:block;width:100%;height:14px;line-height:14px;padding:9px 0;}
.header_search_btn{position:relative;width:70px;height:32px;background-color:#4bc1d2;cursor:pointer;line-height:32px;text-align:center;}
.header_search_btn .icon{position:absolute;left:50%;top:50%;margin:-8px 0 0 -8px;}
.header_search_btn .txt{display:none;}
.header_history{position:absolute;z-index:10;left:-1px;background-color:#fff;}
.header_history dl{padding:5px 10px;border:1px solid #4bc1d2;line-height:24px;white-space:nowrap;}
.header_history dd{overflow:hidden;}
/* 导航栏 */
.header_barw{position:relative;z-index:101;height:42px;margin-bottom:-4px;background:url(../img/base/header_bg.png) left bottom repeat-x;}
.header_bar{position:relative;height:38px;}
.header_nav li{position:relative;}
.header_nav .hot{position:absolute;right:7px;top:3px;}
.header_nav .type{display:block;padding:0 33px;line-height:38px;text-shadow:0 1px 1px #666;}
.header_nav .type.f{background-color:#1fccd4;}
.header_nav .type.f:hover{color:#fff;}
.header_nav .arrow{position:absolute;right:15px;top:17px;width:11px;height:5px;background:url(../img/base/header_arrow.png) no-repeat;transition:all 0.3s;}
.header_nav .arrow.focus{background-image:url(../img/base/header_arrow_focus.png);}
.header_app{position:relative;height:38px;line-height:38px;}
.header_app .erweima{display:none;position:absolute;left:0;bottom:-85px;width:75px;height:80px;background:url(../img/base/header_app_02.png) no-repeat;}
.header_app .icon{margin:7px 0 0 5px;}
.header_bar_show{position:absolute;z-index:-1;left:0;top:38px;width:100%;background-color:#fff;box-shadow:0 0 6px rgba(0,0,0,0.3);}
.header_bar_company{padding:5px 0 20px 9px;}
.header_bar_company li{width:90px;margin:15px 0 0 16px;transition:all 0.3s;}
.header_bar_company li:hover{transform:scale(1.1);}
.header_bar_company .img{display:block;width:100%;height:40px;}
.header_bar_company .txt{height:18px;line-height:18px;padding-top:5px;text-align:center;}
.header_bar_company .plus{display:block;width:31px;height:31px;margin:16px auto 0;background:url(../img/base/header_plus.png) no-repeat;transition:all 0.3s;}
.header_bar_company .plus:hover{background-image:url(../img/base/header_plus_focus.png);}
.header_bar_line{height:18px;margin-top:7px;border-left:1px solid #d7d7d7;}
/* footer */
.footer_link h2{padding:0 0 10px 0;text-align:center;}
.footer_link ul{line-height:24px;}
.footer_con{padding:35px 0;border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;background-color:#fff;}
.footer_con .container{position:relative;}
.footer_con_logo{position:absolute;top:10px;left:50%;width:130px;margin-left:-65px;}
.footer_con_logo div{margin:0 auto;}
.footer_con_logo h2{padding:10px 0 0 0;font-size:20px;}
.footer_con_link .footer_link{margin-left:75px;}
.footer_con_app{margin-right:130px;}
.footer_con_app .footer_link{margin-left:110px;}
.footer_copyright{height:100px;text-align:center;}
.footer_copyright div{padding:10px 0 6px;}
.footer_copyright a{display:inline-block;}
/* main */
.main{padding:10px 0 30px;}
.nav{padding-bottom:10px;}
.nav_list li{margin-right:6px;}
.nav_list .icon_right{margin-top:4px;}
/****** 布局} ******/

/****** 弹出层{ ******/
.pbg{position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:0.27;filter:alpha(opacity=27);}
.pshow{position:fixed;z-index:1001;left:50%;top:50%;width:280px;padding:45px 70px;margin:-220px 0 0 -210px;border:1px solid #d7d7d7;background-color:#fff;}
.pshow_close{position:absolute;z-index:10;right:10px;top:10px;cursor:pointer;}
.pshow_close:hover .icon_closeGray{background-position:-257px -33px;}
.pshow_main{position:relative;}
.pshow_chk{position:relative;padding-left:25px;}
.pshow_chk div{position:absolute;left:0;top:3px;}
.pshow_error{position:absolute;left:0;top:25px;width:100%;}
.pshow_error .clearfix{height:24px;line-height:24px;border:1px solid #ffcece;background-color:#fff0f0;}
.pshow_error .icon_tip{margin:5px 10px 0;}
.pshow_title{height:20px;line-height:20px;overflow:hidden;}
.pshow_title .flist li{margin-right:15px;}
.pshow_title .flist a{transition:none;}
.pshow_title .flist .header_bar_line{margin-top:0;}
.pshow_rem{padding-bottom:20px;}
.pshow_formlist{padding:40px 0;}
.pshow_formlist li{margin-top:15px;}
.pshow_formlist li:first-child{margin-top:0;}
.pshow_login{width:320px;margin-top:25px;line-height:18px;}
.pshow_login li{margin-right:0;}
.pshow_login li:last-child{margin-right:0;}
.pshow_login div{margin-right:3px;}
.pshow_login span{width:57px;white-space:nowrap;}
.pshow_login .title{margin-right:0;padding-bottom:10px;float:none;}
.vcode_text{width:100px;}
.vcode_btn{width:120px;}
.vcode_img{width:95px;height:40px;margin-left:15px;}
.vcode_refresh{padding:13px 10px;}


.close-sign{position:fixed;z-index:1001;left:50%;top:50%;width:280px;padding:90px 40px 45px;margin:-185px 0 0 -210px;border:1px solid #d7d7d7;background-color:#fff;}
.close-sign-text p{
	color: #666;

}
.close-sign-close{position:absolute;z-index:10;right:10px;top:10px;cursor:pointer;}
.close-sign-close:hover .icon_closeGray{background-position:-257px -33px;}
.close-sign .erweima{display:none;position:absolute;left:140px;bottom:-36px;width:75px;height:80px;background:url(../img/base/header_app_02.png) no-repeat;}

/* 签到 */
.psignin{width:350px;margin:-90px 0 0 -200px;padding:30px 25px 30px;}
.psignin_msg{text-align:center;}
.psignin_btn{width:120px;margin:20px auto 0;}
.psignin_btn div{height:40px;line-height:40px;}
/* 搜索 */
.psearch{position:absolute;z-index:201;width:242px;padding:15px 0;text-align:center;border:1px solid #d7d7d7;background-color:#fff;}
/* 进入淘宝 */
.pgo{width:500px;margin:-140px 0 0 -265px;padding:15px 15px 30px;text-align:center;}
.pgo .pshow_chk{width:80px;margin:20px auto 0;text-align:left;}
.pgo_title{padding-top:40px;}
.pgo_title .img{width:104px;height:34px;}
.pgo_tip{padding-top:10px;}
.pgo_btn{width:230px;margin:20px auto 0;}
/* 进入商城 */
.pshop{width:650px;margin:-290px 0 0 -395px;padding:20px 70px;}
.pshop .pshow_close{right:20px;top:20px;padding:0;}
.pshop .pshow_close:hover{background-color:transparent;}
.pshop_title{padding-top:10px;text-align:center;}
.pshop_descr{position:relative;z-index:10;margin-top:10px;height:86px;}
.pshop_descr_more{position:absolute;right:15px;bottom:5px;padding-left:12px;cursor:pointer;}
.pshop_descr_more div{position:absolute;left:0;top:7px;}
.pshop_descr_con{position:absolute;left:0;top:0;padding:15px 15px 25px;background-color:#FBFBFB;border:1px solid #ccc;border-radius:4px;}
.pshop_descr_con.f ol{height:auto;}
.pshop_descr_con.f .icon_trigonDown{background-position:-16px -42px;}
.pshop_descr_con ol{list-style:decimal outside;padding-left:20px;*padding-left:27px;line-height:22px;height:44px;overflow:hidden;}
.pshop_con{padding-top:30px;}
.pshop_con_bar{position:relative;width:280px;}
.pshop_con_bar .pshow_title .flist li{margin-right:0;margin-left:10px;}
.pshop_con_bar .pshow_rem{padding-bottom:15px;}
.pshop_con_bar .pshow_formlist{padding:40px 0 20px;}
.pshop_con_line{height:150px;border-left:1px solid #eee;margin:100px 0 0 45px;}
/****** 弹出层} ******/

/****** 固定栏{ ******/
.fixbar{position:fixed;z-index:100;right:5px;bottom:10px;height:246px;}
.fixbar_list{border-top:1px solid #eee;background-color:#fff;}
.fixbar_list li{border:1px solid #eee;border-top:0;}
.fixbar_list a{display:block;position:relative;width:48px;height:48px;overflow:hidden;}
.fixbar_list a div{margin:12px auto 0;}
.fixbar_list a span{display:none;position:absolute;left:0;top:0;width:40px;line-height:18px;padding:7px 5px 15px 9px;font-size:14px;color:#fff;background-color:#ff6f70;letter-spacing:3px;}
.fixbar_list a:hover span{display:block;}
.fixbar_list .top div{margin-top:17px;}
/****** 固定栏} ******/

/****** 工具类{ ******/
.loading{background:url(../img/base/loading.gif) center no-repeat #fff;}
.fillbg{background-image:url(../img/base/pixel.gif);background-repeat:repeat;}
/* 文本框 */
.text{position:relative;height:30px;line-height:30px;padding:5px 15px;border:1px solid #e3e3e3;transition:all 0.3s;}
.text.focus{border-color:#1FCCD4;box-shadow:0 0 6px rgba(31,204,212,0.5);}
.text input{width:100%;height:14px;line-height:14px;padding:8px 0;}
.text .icon{position:absolute;right:10px;top:13px;}
.textarea{padding:5px 15px;border:1px solid #e3e3e3;transition:all 0.3s;}
.textarea.focus{border-color:#1FCCD4;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(31,204,212,0.6);}
.textarea textarea{width:100%;height:50px;line-height:25px;}
/* 查看更多 */
.seemore{margin:15px 0 0 0;}
.seemore .btn{display:block;position:relative;left:50%;margin:0 0 0 -60px;width:111px;height:32px;background:url(../img/base/seemore_btn.png) no-repeat;}
.seemore .btn:hover{background-image:url(../img/base/seemore_btn_focus.png);}
.more_omit{margin-left:1px;letter-spacing:1px;}
/****** 工具类} ******/

/****** 分页{ ******/
.page{padding-top:30px;}
.page_wrap{position:relative;left:50%;}
.page_list{position:relative;left:-50%;height:28px;line-height:18px;}
.page_list li{margin-left:10px;}
.page_list li.f{padding:0 5px 8px;border-bottom:2px solid #1fccd4;}
.page_list .icon_pageLeft,.page_list .icon_pageRight{margin-top:3px;}
/****** 分页} ******/

/****** banner{ ******/
.banner{position:relative;}
.banner .loading{position:absolute;left:0;top:0;width:100%;height:100%;}
.banner .slide{display:none;position:absolute;z-index:10;top:50%;width:40px;height:82px;margin-top:-41px;cursor:pointer;}
.banner .slide .bg{background-color:#353535;opacity:0.06;filter:alpha(opacity=6);transition:all 0.3s;}
.banner .slide .icon{position:relative;top:25px;width:12px;height:33px;margin:0 auto;background-image:url(../img/base/banner_btn.png);}
.banner .slide:hover .bg{opacity:0.17;filter:alpha(opacity=17);}
.banner .left{left:50%;margin-left:-587px;}
.banner .right{right:50%;margin-right:-587px;}
.banner .right .icon{background-position:0 -33px;}
.banner .imgw{position:relative;width:100%;height:100%;overflow:hidden;}
.banner .imgw ul{height:100%;}
.banner .imgw li{position:relative;height:100%;overflow:hidden;}
.banner .imgw img{display:block;}
.banner .btnw{position:absolute;z-index:10;left:50%;bottom:10px;}
.banner .btnw ul{position:relative;float:left;left:-50%;padding:3px 6px;border-radius:10px;background-color:rgba(0,0,0,0.3);}
.banner .btnw li{float:left;margin-left:10px;cursor:pointer;}
.banner .btnw li.f div{background-position:-272px -88px;}
.banner .btnw .firstmleft{margin-left:0;}
/****** banner} ******/

/****** 模块{ ******/
.iframe{display:block;width:100%;height:0;}
.spacemcon{width:1200px;margin:0 auto;overflow:hidden;}
.spacebox{padding:25px 0 50px;border:1px solid #e3e3e3;background-color:#fff;}
.spacebox_con{width:780px;margin:0 auto;}
.spaceempty{width:440px;margin:0 auto;padding:80px 0;}
.spaceempty .icon{width:119px;height:94px;background:url(../img/base/box.png) no-repeat;}
.spaceempty .txt{width:310px;margin-left:10px;line-height:94px;white-space:nowrap;}
.spacetitle{height:20px;line-height:20px;padding:0 10px 8px;border-bottom:2px solid #e3e3e3;}
.spacetitle .icon{margin:3px 10px 0 0;}
.spacetitle .txt{margin:0 0 0 20px;}
.spacetitle .type{margin:0 10px 0 0;padding:0 8px;cursor:pointer;}
.spacetitle .type.focus{color:#fff;background-color:#1fccd4;border-radius:4px;}
.spacetitle .count{margin:0 3px 0 0;font-size:16px;font-weight:bold;}
/****** 模块} ******/

/****** 栏目{ ******/
.column_name{padding-left:10px;border-left:6px solid;}
.column_name.red{border-color:#d10821;}
.column_name.orange{border-color:#F5A623;}
.column_search{margin-top:20px;height:48px;border:1px solid #edeff2;background-color:#fff;}
.column_type{margin-left:15px;padding-top:16px;line-height:16px;}
.column_type li{margin-left:7px;}
.column_type .hot{float:left;margin:2px 0 0 -6px;}
.column_type .type{float:left;padding:0 8px 7px;}
.column_type .type.focus{border-bottom:2px solid #1fccd4;}
.column_con{margin-top:20px;}
/****** 栏目} ******/

/****** 全局字体修改{ ******/
/* 顶部导航栏 */
.header_nav,.header_app,
/* 栏目标题 */
.mtitle .type,
/* 个人中心 */
.spaceorder .spaceempty .tip,.spaceorder .spaceempty .btn,
/* 商家报名 */
.seller_header_nav,.seller_header_title,.land_box_title,.admin_title,.land_tip,.sindex_step_list .title,
.sindex_notice_title,.sflow_box_succ .title,
.f16,.f18,.f20,.f22,.f24{font-family:arial,microsoft yahei;}
/****** 全局字体修改} ******/

/**临时解决问题**/
.pshow_main .mdanger .clearfix{
	height:inherit;
	line-height:inherit;
	min-height:24px;
	background:#ff0000;
	border:1px solid #ff0000;
}
.pshow_main .mdanger{
	z-index:2;
	top:20px;
}
.pshow_main .mdanger .color_gray{
	float:none;
	display:block;
	overflow:hidden;
	padding:1px 0 0;
	color:#fff;
}
.firstmtop .color_gray{
	/*float:none;*/
	display:block;
	overflow:hidden;
}
#findpwdmobile .color_gray{
	font-size:12px;
}
#pshop .pshow_close{
	position:static;
	right:auto;
	top:auto;
	text-align:center;
	width:200px;
	display:block;
	height:36px;
	line-height:36px;
	margin:10px auto 0;
}
#pshop .btnClose{
	position:absolute;
	right:20px;
	top:20px;
	width:30px;
	height:30px;
	background:url(../img/base/clo.png) center center no-repeat;
}
#pshop .btnClose:hover{
	background:url(../img/base/clo_on.png) center center no-repeat;
}