﻿@charset "utf-8";
/*reset by huameiwangluo start*/
html,body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
body,button,input,select,textarea{font: 12px/1.5 'Microsoft Yahei',Tahoma,Helvetica,Arial,'宋体',sans-serif,\5b8b\4f53;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var,i{font-style:normal;}
ul,ol,dl,li{list-style:none;}
fieldset,img{border:0;}
button,input,select,textarea{font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
a{
    cursor: pointer; 
    color:#5e5e5e;
    text-decoration:none;
}
a:hover{
    color:#f8285c;
    text-decoration:underline;
}
:focus{  
    outline: 0 none;
}
/*reset by huameiwangluo end*/
body {
    background:#f6f6f6;
    color:#5E5E5E;
    height:100%;    
}

textarea,input[type="text"],input[type="password"]{ background:url(../images/global/input_bg_sd.png) no-repeat #FFF; font-family:'Microsoft Yahei',Tahoma,Helvetica,Arial,sans-serif;}
:-moz-placeholder, ::-webkit-input-placeholder { color:#999999; }
.placeholder { color:#999999; }
/*input*/
.address { color:#666; }
.address li { line-height: 30px; display: block; margin-top: 5px; padding-bottom: 5px; _padding-bottom: 10px; height: auto; overflow: hidden; }
.right .address li { margin-top: 10px; }
.address li .user { float:left }
.address li .user label { width: 80px; text-align: right; display: block; float: left; }
.address li .text { border-top: #ccc solid 1px; border-left: #ccc solid 1px; border-right: #ddd solid 1px; border-bottom: #ddd solid 1px; float: left; width:200px; height: 28px; line-height:28px; padding-left: 5px; margin-right: 5px; }
.address li .text2 { width:100px; }
.address li .user select { color:#5e5e5e }
.error-box { float:left; color:#999; margin-left:5px; }
.error-box label { display:inline-block; padding-left:20px; }
.error-box label.error { background:url(../images/user/error.gif) no-repeat 0 7px; }
.error-box label.ok { background:url(../images/user/ok.gif) no-repeat 0 7px; }
.error-box label.warn { background:url(../images/user/warn.gif) no-repeat 0 7px; }
.error-box label.checking { background:url(../images/checking.gif) no-repeat; display:none; }
.address li .smt { width: 80px; height: 30px; line-height: 28px; margin-top:5px; border-radius: 2px; color:#fff; font-size:13px; cursor:pointer }
.address li .smt1 { margin-left:80px; margin-right: 20px; border:1px solid #e25f07; background:#FF2D5E; text-shadow: 1px 1px 0 rgba(0, 0, 0, .2); }
.address li .smt1:hover { background:#ff7e00; }
.address li .smt2 { border:1px solid #b8b8b8; background: #c3c3c3; text-shadow: 1px 1px 0 rgba(0, 0, 0, .2); }
.address li .smt2:hover { background:#cccccc; }
.ddinput { border-top: #ccc solid 1px; border-left: #ccc solid 1px; border-right: #ddd solid 1px; border-bottom: #ddd solid 1px; color: #5e5e5e; height: 16px; line-height: 16px; padding: 5px 5px; width: 280px; }
.gray{color:#919191;}
.gray_2{color:#808080;}
.gray_3{color:#ccc;}
.gray_4{color:#999;}
.gray_5{color:#666;}
.whi{color:#fff;}
.blue{color:#0289cd;}
.blue_1{color:#0099EE;}
.green{color:#129800;}
.green_2{color:#139C00;}
.green_3{color:#70A700;}
.red{color:#f00;}
.org{color:#FF5500;}
.org_1{color:#ff6600;}
.org_2{color:#FF2D5E;}
.org_3{color:#FF2D5E}
.bla{color:#000;}
.block{display:block;}
.none{display:none;}
.f10 { font-size: 10px }
.f12 { font-size: 12px }
.f14 { font-size: 14px }
.f16 { font-size: 16px }
.f18 { font-size: 18px }
.f20 { font-size: 20px }
.f24 { font-size:24px }
.f30 { font-size:30px }
.fb { font-weight: 700 }
.fn { font-weight: 400 }
.t2 { text-indent: 2em }
.lh20 { line-height:20px }
.lh22 { line-height:22px }
.lh24 { line-height:24px }
.lh30 { line-height:30px }
.tl { text-align: left }
.tc { text-align: center }
.tr { text-align: right }
.bc { margin-left: auto; margin-right: auto }
.fl { float: left; display: inline }
.fr { float: right; display: inline }
.vm { vertical-align: middle; }
.vt { vertical-align: top }
.pr { position: relative }
.pa { position: absolute }
.abs-right { position: absolute; right: 0 }
.abs-left { position: absolute; left: 0 }
/*clear by:mumian start*/
.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clear{
    clear:both;
}
.clear:after,
.clear:before {
    content:"";
    display:table;
}

.clear:after {
    clear:both;
    overflow:hidden;
}

.clear {
    zoom:1;
    clear:both;
}
/*clearfix by:mumian end*/
.m5 { margin: 5px }
.m10 { margin: 10px }
.m15 { margin: 15px }
.m20 { margin: 20px }
.m25 { margin: 25px }
.m30 { margin: 30px }
.m50 { margin: 50px }
.mt5 { margin-top: 5px }
.mt10 { margin-top: 10px !important}
.mt15 { margin-top: 15px !important}
.mt20 { margin-top: 20px !important}
.mt25 { margin-top: 10px !important}
.mt30 { margin-top: 30px !important}
.mt40 { margin-top: 40px !important}
.mt50 { margin-top: 50px !important}
.mr5 { margin-right: 5px }
.mr10 { margin-right: 10px }
.mr15 { margin-right: 15px }
.mr20 { margin-right: 20px }
.mr25 { margin-right: 25px }
.mr30 { margin-right: 30px }
.mr40 { margin-right: 40px }
.mr50 { margin-right: 50px }
.mb5 { margin-bottom: 5px }
.mb10 { margin-bottom: 10px }
.mb15 { margin-bottom: 15px }
.mb20 { margin-bottom: 20px !important }
.mb25 { margin-bottom: 25px !important }
.mb30 { margin-bottom: 30px }
.mb45 { margin-bottom: 45px }
.mb50 { margin-bottom: 50px }
.mb60 { margin-bottom: 60px }
.ml5 { margin-left: 5px }
.ml10 { margin-left: 10px }
.ml15 { margin-left: 15px }
.ml20 { margin-left: 20px }
.ml25 { margin-left: 25px }
.ml30 { margin-left: 30px }
.ml40 { margin-left: 40px }
.ml50 { margin-left: 50px }
.ml55 { margin-left: 55px }
.ml70 { margin-left: 70px }
.ml80 { margin-left: 80px }
.ml85 { margin-left: 85px }
.ml100 { margin-left: 100px }
.p5 { padding: 5px }
.p10 { padding: 10px }
.p15 { padding: 15px }
.p20 { padding: 20px }
.p25 { padding: 25px }
.p30 { padding: 30px }
.p50 { padding: 50px }
.pt5 { padding-top: 5px }
.pt10 { padding-top: 10px }
.pt15 { padding-top: 15px }
.pt20 { padding-top: 20px }
.pt25 { padding-top: 25px }
.pt30 { padding-top: 30px }
.pt50 { padding-top: 50px }
.pr5 { padding-right: 5px }
.pr10 { padding-right: 10px }
.pr15 { padding-right: 15px }
.pr20 { padding-right: 20px }
.pr25 { padding-right: 25px }
.pr30 { padding-right: 30px }
.pr50 { padding-right: 50px }
.pb5 { padding-bottom: 5px }
.pb10 { padding-bottom: 10px }
.pb15 { padding-bottom: 15px }
.pb20 { padding-bottom: 20px }
.pb25 { padding-bottom: 25px }
.pb30 { padding-bottom: 30px }
.pb50 { padding-bottom: 50px }
.pl5 { padding-left: 5px }
.pl10 { padding-left: 10px }
.pl15 { padding-left: 15px }
.pl20 { padding-left: 20px }
.pl25 { padding-left: 25px }
.pl30 { padding-left: 30px }
.pl50 { padding-left: 50px }
.pl80 { padding-left: 80px!important; }
.mt0{margin-top:0!important;}
.mb0{margin-bottom:0px!important;}
.mb10{margin-bottom:10px!important;}
.mb20{margin-bottom:20px!important;}
.mb30{margin-bottom:30px!important;}
.ml0{margin-left:0px!important;}
.ml10{margin-left:10px!important;}
.ml20{margin-left:20px!important;}
.ml30{margin-left:30px!important;}
.ml35{margin-left:35px!important;}
.ml40{margin-left:40px!important;}
.ml45{margin-left:45px!important;}
.ml50{margin-left:50px!important;}
.ml55{margin-left:55px!important;}
.mr0{margin-right:0px!important;}
.mr10{margin-right:10px!important;}
.mr20{margin-right:20px!important;}
.mr30{margin-right:30px!important;}
.pt0{ padding-top:0px!important;}
.pt10{padding-top:10px!important;}
.pt20{padding-top:20px!important;}
.pt30{padding-top:30px!important;}
.pb0{ padding-bottom:0px!important;}
.pb10{padding-bottom:10px!important;}
.pb20{padding-bottom:20px!important;}
.pb30{padding-bottom:30px!important;}
.pl0{ padding-left:0px!important;}
.pl10{padding-left:10px!important;}
.pl20{padding-left:20px!important;}
.pl30{padding-left:30px!important;}
.pr0{ padding-right:0px!important;}
.pr10{padding-right:10px!important;}
.pr20{padding-right:20px!important;}
.pr30{padding-right:30px!important;}
@charset "utf-8";
/** CSS Document 
* Dec: Base style 
* Author: mumian@juanpi.com;
* Date: 2014-12-01;
**/
/*header by huameiwangluo start*/
.header{background:#fff;width:100%;margin:0 auto;min-width: 1200px;position:relative;z-index: 99;}
.header .area{
	width:100%;position:relative; height:90px;  margin:0 auto;top: -5px;
}
.new-users ul li i{ display:block; background:url(../images/header-total.gif) no-repeat;}
.header .logo,.header .search,.header .protection{position:absolute;}
.header .logo{ top:26px; left:0;width:253px; height:41px;}
.header .logo2{ top:30px; right:0;position:absolute;}
.header .logo.other{height:54px;width:240px;top:20px;}
.header .logo.juan-brand{background-position:-78px -104px;}
.header .logo.juan-iphone{background-position:-78px -161px;}
.header .logo.juan-user{background-position:-78px -217px;}
.header .logo.juan-jf{background-position:-78px -274px;}
.header .logo.juan-fanli{background-position:-78px -334px;}
.header .logo div .juan-txt{height:50px; width:70px;}
.header .logo .go-old{position:relative;background:url(../images/go-old.gif) no-repeat;height:39px;width:40px;margin:2px 0 0 10px;}
.header .logo .go-old a{display:block;position:absolute;bottom:0;left:0;width:40px;height:12px;}
.header .logo .juan-logo{
    height: 60px;
    overflow: hidden;    

}
.header .logo .juan-other-logo {
    height:0;
    width: 70px;
	padding-top:35px;
	overflow:hidden;
}
.header .logo .other-logo {
    height: 0;
    margin-left: 14px;
    overflow: hidden;
    padding-top: 34px;
    width: 89px;
}
/* about mac retina*/
.header .logo.juan-logo01{  background: url(../images/juan-logo.png) no-repeat; width:165px; height: 45px; background-size: cover;padding: 0; text-indent: -999px;}
.header .logo.juan-logo01 .go-old{ position: absolute; left: 165px;}
.header .logo.juan-user01{  background: url(../images/juan-user.png) no-repeat;background-size: cover; height: 55px;}
.header .logo.juan-fanli01{  background: url(../images/juan-fanli.png) no-repeat;background-size: cover; height: 55px;}
.header .logo.juan-jifen01{  background: url(../images/juan-jifen.png) no-repeat;background-size: cover; height: 55px;}
.header .logo.juan-iphone01{  background: url(../images/juan-phone.png) no-repeat;background-size: cover;height: 55px;}
.header .logo.juan-brand01{  background: url(../images/juan-brand.png) no-repeat;background-size: cover;height: 55px;}
/*this is protection*/
.header .protection{background-position:0 0; height:39px; width:460px; top:28px; right:270px;}

.header .protection .search-area{ 
	 border: 2px solid #ff3c3c;border-right: 0;
	 width:360px; height:26px; background:#efefef;}
.header .protection .txt{ 
    font-family: 宋体,Arial,Lucida,Verdana,Helvetica,sans-serif;
    font-size: 13px;
	border: 1px solid #eee; outline:0 none; background: #fff none repeat scroll 0 0; width:359px; height:24px; line-height:24px;  color: #6c6c6c;
}

.header .protection .top_hot a {
    padding: 0 5px;
}
.header .protection .top_hot a em {
    color: #6c6c6c;
    font-family: 宋体,Arial,Lucida,Verdana,Helvetica,sans-serif;
}
.header .protection .top_hot a:hover em {
    color: #ff2832;
}
.header .protection button {
    background-color: #ff3c3c;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    outline: 0 none;
    width: 98px;
}


/*this is search*/
.header .search{top:25px; right:0; width:837px; height:35px;}
.header .search a{padding-right: 10px;}
.header .search a:hover{font-style: normal; text-decoration: none;}
.header .search .search-area{ display:block; width:355px; height:33px;line-height: 33px; background:#fff; border:2px #FF3C00 solid;}
.header .search .txt{ border:0 none; outline:0 none; background:#fff; width:450px; height:33px; line-height:33px; margin-left: 8px; color:#999;}
.header .search .smt{ background: url("https://img.alicdn.com/imgextra/i4/2704874312/TB2rcStbYeI.eBjSspkXXaXqVXa-2704874312.png") no-repeat center; border:0 none; cursor:pointer; height:37px; width:70px; background-color: #FF3C00;}
/*jky-login by huameiwangluo*/

/*mainNav by huameiwangluo start*/
.header .mainNav{ width:100%; height:38px; /*background-color:#443e56;*/ min-width: 1200px;border-bottom: 2px solid #FF3C00;}
.header .mainNav .nav{  height:38px; margin:0 auto;}
.header .mainNav .nav .navigation li{ float:left; display:inline; height:38px;position:relative; z-index:11;}
.header .mainNav .nav .navigation li.fanli{background:#fff}
.header .mainNav .nav .navigation li.fanli a{color:#f8285c}
.header .mainNav .nav .navigation li a .cur{ background:url(../images/cur.gif) no-repeat; width:7px; height:4px; display:inline-block; margin-left:3px;
vertical-align:3px;_vertical-align:-6px;
transition: all .4s;-webkit-transition: all .4s; -o-transition: all .4s; -moz-transition: all .4s;-webkit-backface-visibility:hidden;}
.header .mainNav .nav .navigation li .all-classify{ display:none; position:absolute; top:39px; left:0; width:102px; background:#f8f9f5; border:#f8285c solid 1px;box-shadow:3px 0px 5px rgba(145,145,145,0.4);}
.header .mainNav .nav .navigation li.open a .cur{
transform:rotate(180deg);-webkit-transform:rotate(180deg); -o-transform:rotate(180deg); -moz-transform:rotate(180deg);}
.header .mainNav .nav .navigation li.open .all-classify{ display:block;}
.header .mainNav .nav .navigation li .all-classify dd{ height:36px;line-height:36px; border-bottom:#e2e2e2 solid 1px; border-top:#fff solid 1px;}
.header .mainNav .nav .navigation li .all-classify dd a{ color:#777; padding:0; width:102px; height:36px;}
.header .mainNav .nav .navigation li .all-classify dd i,.header .mainNav .nav .navigation li .all-classify dd span{ display:inline; float:left;}
.header .mainNav .nav .navigation li .all-classify dd i{background:url(../images/zhe-icon.gif) no-repeat; width:22px; height:22px; margin:10px 10px 0 20px;}
.header .mainNav .nav .navigation li .all-classify dd i.nvzhuang{ background-position:0 -312px;}
.header .mainNav .nav .navigation li .all-classify dd i.nanzhuang{ background-position:0 0;}
.header .mainNav .nav .navigation li .all-classify dd i.xiebaopeishi{ background-position:0 -40px;}
.header .mainNav .nav .navigation li .all-classify dd i.muying{ background-position:0 -76px; margin-top:6px;}
.header .mainNav .nav .navigation li .all-classify dd i.jujia{ background-position:0 -117px;}
.header .mainNav .nav .navigation li .all-classify dd i.meizhuang{ background-position:0 -158px;}
.header .mainNav .nav .navigation li .all-classify dd i.shuma{ background-position:0 -198px;}
.header .mainNav .nav .navigation li .all-classify dd i.meishi{ background-position:0 -238px}
.header .mainNav .nav .navigation li .all-classify dd i.wenti{ background-position:0 -275px; margin-top:7px;}
.header .mainNav .nav .navigation li .all-classify dd a:hover{ font-weight:bold; background:#fff;}
.header .mainNav .nav .navigation li .all-classify dd a:hover .nvzhuang{ background-position:-38px -312px;}
.header .mainNav .nav .navigation li .all-classify dd a:hover .nanzhuang{ background-position:-38px 0;}
.header .mainNav .nav .navigation li .all-classify dd a:hover .xiebaopeishi{ background-position:-38px -40px;}
.header .mainNav .nav .navigation li .all-classify dd a:hover .muying{ background-position:-38px -76px;}
.header .mainNav .nav .navigation li .all-classify dd a:hover .jujia{ background-position:-38px -117px;}
.header .mainNav .nav .navigation li .all-classify dd a:hover .meizhuang{ background-position:-38px -158px;}
.header .mainNav .nav .navigation li .all-classify dd a:hover .shuma{ background-position:-38px -198px;}
.header .mainNav .nav .navigation li .all-classify dd a:hover .meishi{ background-position:-38px -238px}
.header .mainNav .nav .navigation li .all-classify dd a:hover .wenti{ background-position:-38px -275px;}
.header .mainNav .nav .navigation li a{ float:left;cursor:pointer; padding:8px 24px 0; color:#333; font-size:16px; height:30px;font-family: microsoft yahei; text-decoration:none;font-weight: 600; }
.header .mainNav .nav .navigation li.last{ background:none;}
.header .mainNav .nav .navigation li.current{background:#FF3C00;-webkit-border-radius: 6px 6px 0 0;-moz-border-radius: 6px 6px 0 0;border-radius: 6px 6px 0 0;}
.header .mainNav .nav .navigation li.first a {width: 155px;text-align: center;}
.header .mainNav .nav .navigation li.current a {color: #fff;font-weight: 700;}
.header .mainNav .nav .navigation li.first {width: 202px;}
.header .mainNav .nav .navigation li.current a:hover{ text-decoration:none;color: #FFF;}
.header .mainNav .nav .navigation li a:hover{/*background: #FF3C00;*/color: #FF3C00;text-decoration:none;}

.header .state-show{ line-height:38px; position:relative; z-index:100;}
.header .state-show .normal-a{ font-size:16px; color:#333;height:38px;float:left; display:inline; padding:0 15px;font-family: microsoft yahei;}
.header .state-show .normal-a:hover{/*background: #FF3C00;*/color: #FF3C00;text-decoration:none;}
.header .state-show .on{background: #f8285c;}
.header .state-show .normal-side-box{ top:39px; right:0;}
.header .state-show  #signinid:hover .normal-side-box{display:block;}
.icon-normal,#toolbar .bar-con .right-show div.logined-show .normal-box ul li a .icon{background:url(../images/icon-total.png) no-repeat 0 0;}
.icon-normal{background-position:0 0;display:inline-block; vertical-align:-3px; margin-right:3px;}
.icon-sign{ background-position: -84px -38px; width:16px; height:16px; float:left; margin-top:13px; _margin-top:11px;}
.icon-phone{ background:url(../images/icon-phone.gif) no-repeat;height:35px; width:12px; float:left;}
.icon-advance{ background-position:right top; width:15px; height:16px; float:left;margin-top:3px;}
.icon-fanli {float:left;width:0;top:-10px;position:relative;}
.icon-bag{background-position:0 -156px;width:16px;height:18px;float:left;margin:8px 11px 0 12px;}
.icon-bag-empty{background-position:0 -182px;width:25px;height:36px;float:left;margin-right:5px;}
.icon-clock{width:14px;height:14px;background-position:right -20px;}
/*header_other by ake*/
.header_other{ height: 95px;  background: url(../images/user_line.gif) repeat-x;}
.header_other .area{height:95px;}
.header_other .other_nav{ position: absolute;right: 0; bottom:4px;}
.header_other .other_nav ul{  line-height: 36px;}
.header_other .other_nav li{ float: left;display: inline;}
.header_other .other_nav li a{float: left; padding: 0 32px;height: 36px;background: #2a142b; display: block; font-size: 14px; color: #fff;}
.header_other .other_nav li a.active{background: #ff2d5e;color: #fff;text-decoration:none;}
/*login by ake*/
.header-login{ border-bottom: 4px solid #2a142b;}
.header-login .area{height:76px;}
.header-login .logo{top:15px;}
.header-login .protection{right:10px;top:24px;}
/*mainNav by huameiwangluo end*/


/*toolbar by huameiwangluo start*/
#toolbar{ background:#f6f6f6;height:36px;min-width: 1200px;}
#toolbar .bar-con{ margin:0 auto; line-height:34px;}
#toolbar .bar-con .topNav li{ float:left; display:inline; border-right:#e2e2e2 solid 1px;}
#toolbar .bar-con .topNav li.first{ border-left:#e2e2e2 solid 1px;}
#toolbar .bar-con .topNav li a{ display:block; float:left; padding:0 25px; color:#666;height:36px;}
#toolbar .bar-con .topNav li a.red{ color:#ee4e22;}
#toolbar .bar-con .topNav li a.active{background:#fff;color:#F8285C}
#toolbar .bar-con .topNav li a.active:hover{ text-decoration:none;}
#toolbar .bar-con .right-show div{ display:block; float:left; color:#e2e2e2;}
#toolbar .bar-con .right-show div a{ margin-left:10px; color:#333;}
#toolbar .bar-con .right-show div a .count{ width:12px; padding:0 3px; background:#ff3838; color:#fff; margin-left:2px;}
#toolbar .bar-con .right-show div.logined-show{ position:relative; z-index:12; height:36px;}
#toolbar .bar-con .right-show div.logined-show .normal-a{ display:block; margin-top:10px; line-height:normal; cursor:pointer;}
#toolbar .bar-con .right-show div.logined-show img{ margin-right:5px; float:left; display:inline; width:18px; height:18px; vertical-align:middle;}
#toolbar .bar-con .right-show div.logined-show a .user{ color:#ff3366; font-weight:bold; display:inline; float:left; max-width:64px;_width:64px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
#toolbar .bar-con .right-show div.logined-show a .cur{ display:inline; float:left; background:url(../images/cur.gif) no-repeat; width:10px; height:5px;transition: all .4s;-webkit-transition: all .4s; -o-transition: all .4s; -moz-transition: all .4s; margin-left:2px; margin-top:6px;-webkit-backface-visibility:hidden;}
#toolbar .bar-con .right-show div.logined-show a:hover{ text-decoration:none;}
#toolbar .bar-con .right-show div.logined-show .normal-box{ position:absolute; top:35px; left:10px; width:200px; background:#fff; border:#f7dce0 solid 1px; width:92px; border-radius:5px; overflow:hidden; display:none; z-index:13;}
#toolbar .bar-con .right-show div.logined-show:hover .normal-box{display:block;}
#toolbar .bar-con .right-show div.hover .normal-box{ display:block;}
#toolbar .bar-con .right-show div.logined-show.hover a .cur{transform:rotate(180deg);-webkit-transform:rotate(180deg); -o-transform:rotate(180deg); -moz-transform:rotate(180deg);}
#toolbar .bar-con .right-show div.logined-show .login-box{ height:120px;}
#toolbar .bar-con .right-show div.logined-show .normal-box ul li{ height:30px; line-height:30px; border-bottom:#f7dce0 solid 1px;vertical-align:top;}
#toolbar .bar-con .right-show div.logined-show .normal-box ul li a .icon{width:12px; height:14px; display:inline; margin:10px 5px 0 10px; float:left;}
#toolbar .bar-con .right-show div.logined-show .normal-box ul li a span{ display:inline; float:left;}
#toolbar .bar-con .right-show div.logined-show .normal-box ul li a .icon-01{ background-position:0 -49px;}
#toolbar .bar-con .right-show div.logined-show .normal-box ul li a .icon-02{ background-position:0 -79px;}
#toolbar .bar-con .right-show div.logined-show .normal-box ul li a .icon-03{ background-position:0 -108px;}
#toolbar .bar-con .right-show div.logined-show .normal-box ul li a .icon-04{ background-position:0 -136px;}
#toolbar .bar-con .right-show div.logined-show .normal-box ul li a{ display:block; margin-left:0; color:#ce003f;width:92px;height:30px; cursor:pointer;}
#toolbar .bar-con .right-show div.logined-show .normal-box ul li a:hover{ background:#fcf0f0; text-decoration:none;}
#toolbar .bar-con .right-show .personal-show a:hover{ text-decoration:none;}
#toolbar .bar-con .right-show .personal-show a:hover span{ text-decoration:underline;}
#toolbar .bar-con .right-show .logined-show img{ vertical-align:-5px; margin-right:5px;}
.main{
	
	margin:0px auto;
}
.clearfix{ clear:both;}
/*side_right by huameiwangluo start old
.side_right {
    width: 40px;	
	bottom:150px;	
    position:fixed;
	display:none;
	_position:absolute;
	_right:10px;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-210));
	z-index:102;
	border:4px solid #f1eced;
	background-color: #f1eced;
	border-radius:4px;
	float: right;
    margin-left: 1160px;
}
.side_right .con{ position:relative; height:216px;}
.side_right .con .wap:hover .normal-side-box{display:block}
.side_right .con .sign-btn:hover .normal-side-box{display:block}
.side_right .con .waptag:hover .normal-side-box{display:block}

*/
.normal-side-box{ position:absolute; top:22px; right:48px; width:180px; background:#fff; border:#f8285c solid 1px;text-align:center; color:#666; display:none;}
.normal-side-box .cur-img{ display:block; background:url(../images/cur-side.gif) no-repeat; height:15px; width:8px; position:absolute;
top:77px; right:-8px;}
.normal-side-box p{ margin:10px; line-height:24px;}
.normal-side-box p a{ color:#39c;}
.normal-side-box p b{ color:#ff3838;}
.normal-side-box p.other{ background:#f9f9f9; margin:0; padding:10px 0;}
.app-side-box{top:-22px;width:164px;text-align:center;}
.app-side-box .app-show{height:128px;width:128px;margin:17px auto 0;}
.app-side-box .app-txt{font-size:14px;color:#f8285c;}
/*this is tag-side-box*/
.tag-side-box{top:auto;bottom:110px;width:333px;text-align:left;min-height:100px;}
.tag-side-box.empty{width:198px;top:-3px;bottom:auto;min-height:0;}
.tag-side-box.empty .cur-img{bottom:auto;top:2px;}
.tag-side-box .bag-tool{display:block;position:static;box-shadow:none;}
.tag-side-box .cur-img{top:auto;bottom:65px;right:-15px;height:40px;width:15px;background-position:0 12px;}
/*totop-tips start*/
.totop-tips{  width: 100%;background: #ffebd2; min-width:1200px}
.totop-tips p{ text-align:center; width:980px; margin: 0 auto; position: relative; height: 30px; line-height: 30px; color: #666;}
.totop-tips p strong{ color: #333;  }
.totop-tips a{ color: #ff3838;margin-left: 30px;}
.totop-tips .closet{ position: absolute; right: 0;top:0; color: #666666; text-decoration: none; cursor: pointer;}
.totop-tips .closet em{ font-family: "微软雅黑"; margin-right: 5px;}
/*totop-tips end*/
/*
.side_right .trigger{
    background:url(../images/btn_side.png) no-repeat;
    display: block;
    height: 40px;
    width: 40px;
    margin:0 0 4px;
	color:#fff;
	text-align:center;
	position:relative;
}
.side_right .trigger:hover{ color:#fff;}
.side_right .trigger .icon{ display:block; background:url(../images/icon-right.gif) no-repeat; height:40px; width:40px;}
.side_right .trigger .icon-01{ background-position:10px -36px;}
.side_right .trigger .icon-02{ background-position:10px -80px}
.side_right .trigger .icon-03{ background-position:10px -122px;}
.side_right .trigger .icon-04{ background-position:0 -142px;}
.side_right .trigger .icon-05{background-position:10px 6px;}
.side_right .trigger .icon-06{background-position:10px -162px;}
.side_right .trigger .icon-07{background-position:10px -208px;}
.side_right .trigger p{ display:none; padding-top:3px; line-height:16px;}
.side_right .trigger:hover{ background-position:right top; text-decoration:none;}
.side_right .trigger:hover p{ display:block;}
.side_right .trigger:hover span{ display:none;}
.side_right .trigger.tag em.num{width:auto;height:12px;line-height:12px;padding:0 4px;display:block;position:absolute;top:5px;right:-2px;background:#f8285c;color:#f6f6f6;text-align:center;border-radius:15px;font-family:"宋体";}
.side_right .trigger.tag em.time{position:absolute;top:-55px;left:0;width:36px;height:66px;line-height:36px;color:#fff;font-family:"arial";font-size:14px;background:url(../images/tag-time.png) no-repeat;font-size:12px;}

*/

/*this is service by HuaMeiwangluo end*
/*foot by HuaMeiwangluo start*/
.foot{
    width:100%;
	min-width:1200px;
	position:relative;
	_position: static;
	margin:0 auto;
	margin-top:40px;
	background:#f9f9f9;	
	border-top:#ce003f solid 1px;
	clear:both;
}
.foot .white_bg{border-top:#f8285c solid 3px;}
.foot .links{
	height:20px;
	overflow:hidden;
	padding:10px 0px;
	border-bottom:1px dotted #ccc;
	color:#999999;
	white-space:nowrap;
	overflow:hidden;
	margin:0 auto;
}
.foot .links span{
	display:block;
	overflow:hidden;
	float:left;
}
.foot .links .links_list_box{
	float: left;
	width:760px;
    height: 20px;
	position:relative;
	overflow:hidden;
}
.foot .links .links_list_box a {margin-left:10px; float:left; margin-bottom:10px;}
.foot .links .links_list{
	overflow:hidden;
	white-space:nowrap;
	overflow:hidden;
	position:relative;
}
.foot .links .links_list li{
	height:20px;
	white-space:nowrap;
	overflow:hidden;
	position:relative;
	margin-bottom:5px;
}
.foot .links .more{
	float:right;
	color: #999999;
}
.foot .links a.more:hover{

	color: #0289cd;
}

.foot .links a{
	color:#999999;
}
.foot .links .links_list li a{
	margin-right:10px;
}
.foot .links .links_list li a:hover{text-decoration:underline;}
.foot .logo{
	color:#999999;
	text-align:center;
	padding-top: 10px;
}
.foot .logo img{
	margin-right:27px;
}
.foot .logo .no{ border:none;}
.foot-con{ width: 880px; padding:0 50px;margin: 0 auto;padding-bottom: 30px;}
.con-box-n{ padding-top: 25px;margin:0 auto;}
.con-left-info{ padding-left:65px;width:auto;overflow:hidden;}
.con-left-info dl{ float: left;display: inline;width:150px;}
.con-left-info dt{  font-size: 14px; color: #333; font-weight: bold; margin-bottom: 10px;padding-left: 7px;}
.con-left-info dd{ margin-bottom: 5px; color: #666;}
.con-left-info dl a{ color: #666;}
.con-left-info dl .revEmail{ padding-left: 10px; line-height: 28px;}
.con-left-info dd i{width: 4px;  height: 4px; overflow:hidden;border-radius: 50%; background: #c6c6c6; display: inline-block; margin-right: 5px;float:left;margin-top:8px;}
.con-left-info .help-info{width:100px;}

.con-menu{  margin-top: 35px;}
.con-menu a{display: block; width: 86px; height: 35px; background: url(../images/service_add.gif) no-repeat;}
.con-menu .service-add{  background-position: 0 -5px;}
.con-menu .service-add:hover{ background-position: 0 -52px;}
.con-menu .service-time{ padding-left:10px;width:65px;}
.con-menu .service-time p{ color: #919191; line-height: 18px;}

.foot-con .ft-company{ text-align: center; padding-top: 20px; color: #c6c6c6;}
.foot-con .ft-company a{ color: #c6c6c6; }
.foot-con .ft-company a:hover{ text-decoration: underline;}
.foot-con .app-side-box{width:90px;}
.foot-con .app-side-box .app-show{background:url(../images/jp-app-90.png) no-repeat;height:90px;width:90px;margin-top:5px;}
.foot-con .app-side-box .app-txt{font-size:12px;margin:10px 0;}
/*school start by xiaoxiong 1021*/
.con-left-info .school{ position: relative;}
.con-left-info .school em{ position: absolute; left: 63px; _left: 50; top: 3px; top: 2px\0; top: 2px\9; *top: 1px; display: block; width: 14px; height: 14px;background: url(../images/school-ico.png) no-repeat;}
/*foot by HuaMeiwangluo end*/
/*this is top_bar*/
.top_bar{background-color: white;height: 360px;overflow: hidden;width:745px;margin: 0 auto;}
.top_bar .banner{position: relative;height: 400px;width: 100%;z-index: 0;overflow: hidden;}
.w1200 .top_bar .banner {/*margin-left: 22px;*/ margin-top:5px;}
.top_bar .banner li{padding-left:220px;display:block !important;width: 100%;position:absolute;top:0;left:0;z-index:0;opacity:0;filter:alpha(opacity=0);}
.top_bar .banner .pic{height:400px;display:block;width:940px;margin:0 auto;}
/*this is top_wrap*/
.top_wrap{ margin-left: auto;    margin-right: auto;width: 1200px;_height:1px;_overflow:hidden;}
.top_wrap .top_box {position: relative;width: 100%;height:0;min-width:1200px}
.top_wrap .banner_l{position: relative;top: -360px;z-index: 10;width:210px;display:block;}
.w1200 .top_wrap .banner_l {left: 0;}
.top_wrap .banner_l dl {width: 202px;height: 359px;overflow: hidden;background-color: #fff; }
.top_wrap .banner_l dl dd {float: left;width: 50%;height: 44px;overflow: hidden;line-height: 44px;text-align: center; border-bottom:1px #CCC dashed;}
.top_wrap .banner_l dl dd a {display: block;height: 45px;line-height: 45px;text-align: center; color:#333; font-size: 14px;position: relative; width: 90px;}
.top_wrap .banner_l dl dd a:hover{text-decoration:none; color:#ff3366;}

.ct-icon{display: inline-block; width: 24px; height: 24px;vertical-align: middle;position: relative; top: -2px;background: url(../images/ct_icons.png) no-repeat 0 0;margin-right: 5px;}
.ct-icon-nvzhuang{background-position: 0 0;}
.ct-icon-nanzhuang{background-position: -24px 0;}
.ct-icon-xiezi{background-position: -48px 0;}
.ct-icon-xiangbao{background-position: -72px 0;}
.ct-icon-muying{background-position: -96px 0;}
.ct-icon-meizhuang{background-position: -120px 0;}
.ct-icon-jujia{background-position: -144px 0;}
.ct-icon-jiafang{background-position: -168px 0;}
.ct-icon-wenti{background-position: -192px 0;}
.ct-icon-meishi{background-position: -216px 0;}
.ct-icon-shuma{background-position: -240px 0;}
.ct-icon-dianqi{background-position: -264px 0;}
.ct-icon-neiyi{background-position: -288px 0;}
.ct-icon-peishi{background-position: -312px 0;}
.ct-icon-chongwu{background-position: -340px 0;}
.ct-icon-20{background-position: -365px 0;}
.ct-icon-9{background-position: -390px 0;}
.top_wrap .banner_l dl dd a:hover .ct-icon-nvzhuang{background-position: 0 -24px;}
.top_wrap .banner_l dl dd a:hover .ct-icon-nanzhuang{background-position: -24px -24px;}
.top_wrap .banner_l dl dd a:hover .ct-icon-xiezi{background-position: -48px -24px;}
.top_wrap .banner_l dl dd a:hover .ct-icon-xiangbao{background-position: -72px -24px;}
.top_wrap .banner_l dl dd a:hover .ct-icon-muying{background-position: -96px -24px;}
.top_wrap .banner_l dl dd a:hover .ct-icon-meizhuang{background-position: -120px -24px;}
.top_wrap .banner_l dl dd a:hover .ct-icon-jujia{background-position: -144px -24px;}
.top_wrap .banner_l dl dd a:hover .ct-icon-jiafang{background-position: -168px -24px;}
.top_wrap .banner_l dl dd a:hover .ct-icon-wenti{background-position: -192px -24px;}
.top_wrap .banner_l dl dd a:hover .ct-icon-meishi{background-position: -216px -24px;}
.top_wrap .banner_l dl dd a:hover .ct-icon-shuma{background-position: -240px -24px;}
.top_wrap .banner_l dl dd a:hover .ct-icon-dianqi{background-position: -264px -24px;}
.top_wrap .banner_l dl dd a:hover .ct-icon-neiyi{background-position: -288px -24px;}
.top_wrap .banner_l dl dd a:hover .ct-icon-peishi{background-position: -312px -24px;}
.top_wrap .banner_l dl dd a:hover .ct-icon-chongwu{background-position:-340px -24px ;}
.top_wrap .banner_l dl dd a:hover .ct-icon-20{background-position:-365px -24px ;}
.top_wrap .banner_l dl dd a:hover .ct-icon-9{background-position:-390px -24px ;}
.ct-line{float: right; width: 1px;height: 15px;background-color: #eee;margin-top: 18px;}
.top_wrap .banner_l dl dd a .ct-icon-42 em{background-image: url(../images/re.gif);position: absolute;width: 19px;height: 23px;margin-left: 40px;margin-top: -13px;}
.banner_arrow {display: none;}
.banner_arrow .arrow_prev,.banner_arrow .arrow_next {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    display: block;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    position: absolute;
    top:-200px;
    width: 29px;
    z-index: 12;
}
.banner_arrow .arrow_prev{left: 228px;}
.banner_arrow .arrow_next{right: 228px;}
.banner_arrow .arrow_prev:hover,.banner_arrow .arrow_next:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.banner_arrow .arrow_prev i,.banner_arrow .arrow_next i {
    background:url(../images/arrow.png) no-repeat;
    cursor: pointer;
    display: block;
    height: 21px;
    margin: 12px 0 0 9px;
    overflow: hidden;
    width: 13px;
}
.banner_arrow .arrow_prev i{background-position:top left;}
.banner_arrow .arrow_next i{background-position:top right;}
.top_wrap .banner_r {
display: none;
height: 360px;
position: absolute;
right: 0;
top: -360px;
width: 250px;
z-index: 10;
background: #e8e8e8;
box-shadow: 0 -3px 2px rgba(102, 102, 102,.15);
overflow: hidden;
}
.top_wrap .banner_r dl {
width: 251px;
height: 360px;
overflow: hidden;
background-color: #e2e2e2;
}
.top_wrap .banner_r dl dd {
float: left;
display: inline;
width: 124.5px;
height: 119px;
overflow: hidden;
text-align: center;
background-color: #fff;
margin: 0 1px 1px 0;
}
.top_wrap .banner_r dl dd img {
width: 124px;
max-height: 119px;
}
.top_wrap .banner_r dl dd.last {
width: 250px;
height: 120px;
}
.top_wrap .banner_r dl dd.last img {
width: 250px;
max-height: 120px;
}
.top_wrap .banner_r dl dd a:hover{opacity:.8;filter:alpha(opacity=80);}
.top_wrap .round {
    position: absolute;
    margin-right:-100px;
    top:-50px;
    width:200px;
	right:50%;
}
.top_wrap .round .adType {
    text-align:center;
	margin-top: 30px;
}
.top_wrap .round .adType a {
    background:#e2e2e2;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 13px;
    margin-right:7px;
    width: 13px;
	overflow:hidden;
}
.top_wrap .round .adType a.current {
    background:#ff2d5e;
}

/*new-users by HuaMeiwangluo start*/
.new-users ul li{display:inline;float:left;font-size:16px;font-family:"微软雅黑","宋体";margin-left:25px;line-height:42px;}
.new-users ul li i{display:inline;float:left;width:42px;height:42px;margin-right:10px;}
.new-users ul li i.f{background-position:right -103px;}
.new-users ul li i.s{background-position:right -146px;}
.new-users ul li i.t{background-position:right -189px;}
.new-users ul li span{display:inline;float:left;color:#333;}
.new-users ul.only{margin-left:200px;}
.new-users .update-time{height:38px;font-family:"微软雅黑","宋体";margin-right:20px;}
.new-users .update-time .txt{line-height:20px;text-align:right;color:#333;font-size:18px;width:130px;height:38px;}
.new-users .update-time .txt span{font-size:14px;color:#666;}
.new-users .update-time .times span em{display:inline-block;height:38px;width:30px;text-align:center;background:#ff517d;font-size:24px;color:#fff;text-align:center;line-height:38px;font-size:20px;}
.new-users .update-time .times span i{font-size:14px;color:#666;margin:0 10px;}
/*new-users by HuaMeiwangluo end*/
/*w1200 start by HuaMeiwangluo start*/
.w1200 .header .protection{right:290px;}
.w1200 .totop-tips p{width:1200px;}
.w1200 .goods-list{width:1220px;}
.w1200 .header .area{width:1200px;}
.w1200 .header .mainNav .nav{width:1200px;}
.w1200 #toolbar .bar-con{width:1200px;}
.w1200 .subNav{width:1200px;}
.w1200 .main{width:1200px;}
.w1200 .main .zhe-more{width:1196px;}
.w1200 .main .brand-box{width:1200px;}
.w1200 .main .brand-list{width:1220px;}
.w1200 .main .slide-logos .logos-box{width:1190px;}
.w1200 .banner_r{display:block;}
.w1200 .top_bar .banner li{padding-left:0; height: 360px; background-position: center;}
.w1200 .top_bar .banner .pic{width:100%;}
.w1200 .top_bar .banner .pic img{width:100%;}
.w1200 .main_notice{background:url(../images/notice-n.jpg) no-repeat;}
.w1200 .main_notice01{background:url(../images/notice-f.jpg) no-repeat;}
.w1200 .main_notice a.go-zk,.w1200  .main_notice01 a.go-zk{right:462px;}
.w1200 .main_notice a.go-brand,.w1200  .main_notice01 a.go-brand{right:184px;}
.w1200 .advance-nav{width:1200px;}
.w1200 .main .on-brand{width:1200px;height:240px;overflow:hidden;}
.w1200 .foot-con{width:1100px;}
.w1200 .con-left-info dl{width:200px;}
.w1200 .con-left-info .help-info{width:100px;}
.w1200 .foot .links .links_list_box{width:970px;}
.w1200 .top_wrap{width:1200px;}
.w1200 body{min-width:1200px;}
.w1200 .new-users{width:1180px;margin: 30px auto;}
.w1200 .new-users ul li{margin-left:60px;}
.w1200 .new-users .update-time{margin-right:35px;}
/*w1200 start by HuaMeiwangluo end*/
/*list public*/
.new-icon{background: url(https://img.alicdn.com/imgextra/i3/2590951958/TB2hLUDbS4mpuFjSZFOXXaUqpXa_!!2590951958.png) no-repeat 0 0;
    height: 0;
    overflow: hidden;
    padding-top: 48px;
    width: 54px;
    position: absolute;
    top: -8px;
    right: 16px;
    z-index: 15;}

input[type="password"] {
    background: url("../images/input_bg_sd.png") no-repeat scroll 0 0 #FFFFFF;
    font-family: Tahoma,Helvetica,Arial,sans-serif;
}
html,html body{
    _background:url(about:blank) #EFEFEF;
    _background-attachment:fixed;
}
.green{
    color:#139C00;
}
.blue{
    color:#0063DC;
}
.black{
    color:#000;
}
.block{
    display:block;
}
.none{
    display:none;
}
.alert_fullbg{
    height:100%;
    width:100%;
    top:0;
    left:0;
    position:fixed;
    _position:absolute;
    z-index:100000;
    filter:alpha(opacity=30);
    opacity:0.3;
    background-color:#000;
    _filter:alpha(opacity=100);
    _background-color:none;
    _filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
    _top:expression(eval(document.documentElement.scrollTop));
}
/*alert*/
.alert_bg{
    position:absolute;
    top:400px;
    left:-1000000px;
    padding:6px 6px 6px 6px;
    height:auto;
    overflow:hidden;
    background:rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99a0a0a0,endColorstr=#99a0a0a0);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99a0a0a0,endColorstr=#99a0a0a0);
    z-index:100009;
}
.alert_bg .alert_box{
    border:1px solid #939393;
    height:auto;
    overflow:hidden;
}
.alert_bg .alert_box .alert_top{
    height:36px;
    width:480px;
    background:#f0f1f2;
    text-indent:15px;
    font-size:14px;
    color:#4C8D44;
    line-height:36px;
    font-weight:bold;
    position: relative;
}
.alert_bg .alert_box .alert_top span{
    float:left;
	color:#797D84;
}
.alert_bg .alert_box .alert_top a,.alert_bg .alert_box .close{
    height:24px;
    width:24px;
    background:url("../images/total_alert.gif") no-repeat -173px -722px;
    display:block;
    float:right;
    margin-top:6px;
    margin-right:6px;
    _margin-right:2px;
}
.alert_bg .alert_box .alert_top a:hover,.alert_bg .alert_box a.close:hover{
    background-position:-202px -722px;
}
.alert_content {
    background-color: #FFFFFF;
    font-size: 12px;
    width: 480px;
    height:auto;
    overflow:hidden;
}
.alert_content .smt{background:url(../images/btn_total.gif) no-repeat; width:104px; height:30px; line-height:30px; display:block; text-align:center; font-weight:bold; float:left; display:inline; border:none; color:#fff; cursor:pointer;}
.alert_content .smt01{color:#fff; background-position:0 0;}
.alert_content .smt01:hover{ background-position:0 -34px; text-decoration:none;}
.alert_content .smt02{ background-position:0 -71px; color:#535353;}
.alert_content .smt02:hover{ background-position:0 -105px; text-decoration:none;}
.alert_content .ok-btn{
	background: url("../images/btn_total.gif") no-repeat scroll 0 -371px transparent;
    display: block;
    float: left;
    font-weight: bold;
    height: 28px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    width: 91px; color:#fff;}
.alert_bg .smt-other{display:block; float:left; display:inline;}
.alert_bg .smt-other span{background:url(../images/btn_total.gif) no-repeat 0 -141px; height:28px; line-height:26px; display:block; padding:0 15px 0 20px; float:left; color:#fff; font-weight:bold;}
.alert_bg .smt-other em{ background:url(../images/btn_total.gif) no-repeat -184px -141px; display:block; float:left; width:5px; height:28px;}
.alert_bg .smt-other:hover{cursor:pointer;}
.alert_bg .smt-other:hover span{ background-position:0 -175px;}
.alert_bg .smt-other:hover em{ background-position:-184px -175px;}
/*login*/

/*goods*/
.alert_content .goods_box {
    font-size: 12px;
    padding: 20px;
    overflow:hidden;
}
.alert_content .goods_box span {
    display: block;
    padding-bottom: 10px;
    color:#000;
    line-height: 20px;
}
.alert_content .goods_box .input{
    zoom:1;
    height:26px;
}
.alert_content .goods_box .text {
    border: 1px solid #ccc;
    border-right:none;
    height: 24px;
    line-height: 24px;
    float:left;
    padding:0 3px;
    margin:0px;
    width: 370px;
    _*width:360px;
    overflow:hidden;
    display:inline;
}
.alert_content .goods_box .button {
    background:url("../images/total_alert.gif") no-repeat 0px 0px;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    width: 63px;
    display:inline;
    cursor:pointer;
}
.alert_content .goods_box .support {
    clear: both;
    margin-top: 10px;
    color:#000;
}
.alert_content .goods_box .support a {
    background: none no-repeat scroll left center transparent;
    line-height: 16px;
	margin-right:9px;
}
.alert_content .goods_box .support a:hover{
    text-decoration:none;
	cursor:pointer;
}
.alert_content .goods_box .support a.in {
    color: #0099EE;
    padding: 0;
	margin-right:0px;
}
.alert_content .goods_box .support a.in:hover{text-decoration:underline;}
.alert_content .goods_box .support p{
    padding:12px 0px;
}
.alert_content .goods_box .support .taobao{
    height:16px;
    width:45px;
    background:url("../images/total_alert.gif") no-repeat 0px -66px;
    line-height:16px;
    text-indent:20px;
    display:block;
    float:left;
}
.alert_content .goods_box .support .juhuasuan{ background:url(../images/total_alert.gif) no-repeat -64px -66px;
    height:16px;
    width:56px;    line-height:16px;
    text-indent:20px;
    display:block;
    float:left;
}
.alert_content .goods_box .support .tianmao{ background:url(../images/total_alert.gif) no-repeat -131px -66px;
    height:16px;
    width:45px;    line-height:16px;
    text-indent:20px;
    display:block;
    float:left;
}

.alert_content .goods_box .pic{
    border:1px solid #4C8D44;
    height:90px;
    width:90px;
    overflow:hidden;
    float:left;
}
.alert_content .goods_box .pic img{
    height:90px;
    width:90px;
}
.alert_content .goods_box .queren{
    padding-left:10px;
    width:338px;
    height:90px;
    _margin-bottom:20px;
    float:left;
    overflow:hidden;
}
.alert_content .goods_box .queren span{
    font-size:14px;
    height:12px;
    display:block;
    white-space:nowrap;
    overflow:hidden;
}
.alert_content .goods_box .queren .goods_p{
    color:#FF7201;
    font-weight:bold;
}
.alert_content .goods_box .queren input{
    background: url("../images/total_alert.gif") no-repeat scroll 0 -30px transparent;
    border: medium none;
    display:block;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    width: 138px;
    margin-top:10px;
    margin-left:90px;
    text-align:center;
    line-height:33px;
    line-height:34px \9;
}
/*localPic*/
.alert_content .load{
    padding-top:20px;
    width:480px;
    text-align:center;
}
.alert_content .load .button{
    height:34px;
    width:138px;
    background:url("../images/total_alert.gif") no-repeat 0px -30px;
    border:none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    cursor:pointer;
}
.alert_content .choose{
    font-weight:500;
    width:480px;
    padding:20px 0px;
    text-align:center;
}
/*face*/
.alert_top .f1{
    padding:0 15px;
    background-color:#fff;
    line-height:30px;
    margin-top:6px;
    margin-left:10px;
    _margin-left:5px;
    text-indent:0px;
    display:block;
    color:#000;
}
.alert_content .face{
    padding:10px;
    _margin-bottom:10px;
    height:auto;
    background-color:#fff;
    overflow:hidden;

}
.alert_content .face li{
    margin-bottom:5px;
    margin-right:5px;
    float:left;
    width:22px;
    height:22px;
    overflow:hidden;
}
/*repeat*/
.alert_content .fw_root {
    line-height: 160%;
    padding:15px 10px 0px 20px;
    color:#111;
}
.alert_content .fw_pub_area {
    padding-left: 20px;
    padding-top: 10px;
    width: 445px;
}
.alert_content .fwpa_tool {
    height: 30px;
    line-height: 30px;
    text-align: right;
}
.alert_content .fwpa_tool a{
    background:url("../images/total_alert.gif") no-repeat -181px -33px;
    height:14px;
    width:27px;
    display:block;
    float:left;
    margin-top:7px;
}
.alert_content .fwpa_tool span{
    color:#666;
}
.alert_content .fwpa_tool span b{
    font-weight:bold;
}

.alert_content .fw_content {
    border: 1px solid #C8C8C8;
    height: 78px;
    overflow: hidden;
    padding: 5px 5px;
    width: 430px;
    font-size:12px;
}
.alert_content .fw_submit_box {
    overflow: hidden;
    padding: 15px 0;
}
.alert_content .fw_submit_box input {
    margin-right: 3px;
    vertical-align: -3px;
    margin-bottom:5px;
    margin-left:10px;
    _margin-left:5px;
}
.alert_content .fw_submit_box label{
    color:#111;
}
.alert_content .fw_submit_box .sub_div{
    margin:0px auto;
    width:180px;
    overflow: hidden;
}
.alert_content .fw_submit_box .sub_div a{
    display:block;
    float:left;
    height:26px;
    line-height:26px;
    margin-left:20px;
    _margin-left:10px;
    text-align:center;
}
.alert_content .fw_submit_box .sub_div a:hover{
    text-decoration:none;
}
.alert_content .fw_submit_box .sub_div .fw_submit{
    background:url("../images/total_alert.gif") no-repeat -69px 0px;
    height:26px;
    width:81px;
    color:#fff;
    font-weight:bold;
    font-size:14px;
}
.alert_content .fw_submit_box .sub_div .fw_cancel{
    width:50px;
    margin-left:10px;
    _margin-left:5px;
}
/*userInfo*/
.u_info_tip{
    position:absolute;
    font-size: 12px;
    width: 300px;
    z-index: 888;
}
.u_info_tip .tip_info {
    background-color: #FFFFFF;
    border:1px solid #FF863F;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    height: 90px;
    width: 298px;
}
.u_info_tip .avatar {
    float: left;
    height: 54px;
    margin: 8px 13px 0 8px;
    width: 54px;
}
.u_info_tip .info {
    padding-top: 3px;
    position: relative;
}
.u_info_tip p {
    line-height: 170%;
}
.u_info_tip p a {
    color: #FF7201;
    font-weight: bold;
}
.u_info_tip p a:hover{
    text-decoration: none;
}
.u_info_tip p a span {
    color: #0099EE;
    font-weight: bold;
    text-decoration: underline;
}
.u_info_tip p a:hover span {
    color: #0099EE;
    text-decoration: none;
}
.u_info_tip p img {
    margin: 0 2px 0 5px;
    _margin-left:2px;
    vertical-align: -10%;
}
.u_info_tip .info div {
    position: absolute;
    right: 3px;
    _right:80px;
    top: 7px;
}
.u_info_tip .info div a {
    margin-right: 2px;
    display: block;
    float: left;
    height: 20px;
    width: 20px;
}
.u_info_tip .intro {
    clear: both;
    color: #aaa;
    line-height: 26px;
    height:26px;
    overflow: hidden;
    padding: 0 8px;
    white-space: nowrap;
    width: 270px;
    word-wrap: normal;
}
.u_info_tip .tip_toolbar {
    background-color: #F8F8E2;
    border: 1px solid #FF863F;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
    color: #111111;
    line-height: 33px;
    height:33px;
    overflow: hidden;
    padding-left: 10px;
    position:relative;
}
.u_info_tip .tip_toolbar .follow_del{
    color:#666;
}
.u_info_tip .icrad_add {
    border-right: 1px solid #BDE069;
    height: 12px;
    line-height: 12px;
    margin: 10px 5px 10px 0;
    padding-right: 8px;
    float:left;
}
.u_info_tip .tip_toolbar a {
    color: #5B9400;
    padding: 0 5px;
}
.u_info_tip .tip_toolbar .addfo {
    background: url("../images/total_alert.gif") no-repeat scroll 0 -89px transparent;
    display: block;
    height: 18px;
    overflow: hidden;
    text-align: center;
    text-indent: -999px;
    width: 54px;
    padding:0px;
    top:8px;
    position:absolute;
}
.u_info_tip .tip_arrow {
    background: url("../images/total_alert.gif") no-repeat scroll -174px -56px transparent;
    height: 9px;
    margin-left: 33px;
    margin-top: -1px;
    width: 251px;
    position:relative;
}
/*invite_sina-alert*/
.alert_bg .alert_box .invite_sina_top{
    width:580px;
}
.alert_bg .alert_box .invite_sina_friend{
    width:580px;
    background-color:#fff;
    padding-bottom:20px;

}
.alert_bg .alert_box .invite_sina_friend .change_n{
    height:20px;
    padding:10px 15px;
}
.alert_bg .alert_box .invite_sina_friend .change_n .invite_title{
    color:#179a05;
    font-weight:blod;
    font-size:16px;
}
.alert_bg .alert_box .invite_sina_friend .change_n .change_name{
    float:right;
    font-size:13px;
    text-decoration:underline;
    color:#ff7201;
}
.alert_bg .alert_box .invite_sina_friend .name_list_all{
    height:290px;
    position:relative;
    margin:5px 26px;
    overflow:hidden;
}
.alert_bg .alert_box .invite_sina_friend .name_list{
    height:285px;
    overflow:hidden;
    position:absolute;
    width:10000000px;
}
.alert_bg .alert_box .invite_sina_friend .name_list ul{
    float:left;
    height:285px;
    width:540px;
    overflow:hidden;
}
.alert_bg .alert_box .invite_sina_friend .name_list ul li{
    float:left;
    padding:10px 32px 0px 0px;
}
.alert_bg .alert_box .invite_sina_friend .name_list .name_check{
    float:left;
}
.alert_bg .alert_box .invite_sina_friend .name_list .mg_name{
    float:left;
    height:85px;
    overflow:hidden;
    padding-left:10px;
    width:50px;
}
.alert_bg .alert_box .invite_sina_friend .name_list .mg_name img{
    float:left;
    cursor:pointer;
    height:50px;
    width:50px;
}
.alert_bg .alert_box .invite_sina_friend .name_list .mg_name a{
    color:#0099ee;
}
.alert_bg .alert_box .invite_sina_friend .name_list .mg_name a:hover{
    text-decoration:none;
}
.alert_bg .alert_box .invite_sina_friend .send_content{
    padding:5px 26px;
    overflow:hidden;
}
.alert_bg .alert_box .invite_sina_friend .send_content .count{
    display:block;
    margin-bottom:5px;
    color:#999;
    text-align:right;
}
.alert_bg .alert_box .invite_sina_friend .send_content .input_text{
    border:1px solid #aaa;
    color:#595757;
    padding:5px;
    height:106px;
    width:515px;
    font-size:12px;
    overflow:hidden;
}
.alert_bg .alert_box .invite_sina_friend .notice{
    display:block;
    padding:0 0 20px 30px;
    color:#999;
}
.alert_bg .alert_box .invite_sina_friend .send_sina{
    display:block;
    cursor:pointer;
    clear:both;
    background:url("../images/total_alert.gif") no-repeat 0px -30px;
    height:34px;
    width:138px;
    margin-left:26px;
    font-size:16px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    line-height:33px;
}
.alert_bg .alert_box .invite_sina_friend a.send_sina:hover{
    text-decoration:none;
}
/*loading*/
.alert_bg .alert_box .alert_loading{
    width:160px;
    padding:0;
    height:61px;
    line-height:61px;
    background-color:#fff;
    margin:0px auto;
}
.alert_bg .alert_box .alert_loading img{
    width:61px;
    height:61px;
    float:left;
}
.alert_bg .alert_box .alert_loading a{
    color:#0099ee;
}
.alert_bg .alert_box .alert_loading a:hover{
    color:#fff;
    background-color:#0099ee;
    text-decoration:none;
}
/*alert-successful*/
.alert_bg .alert_box .alert_suc{
    padding:0px;
    line-height:61px;
    height:61px;
    width:170px;
    background-color:#fff;
    overflow:hidden;
    position:relative;
}
.alert_bg .alert_box .alert_suc em{
    height:21px;
    width:21px;
    margin-top:22px;
    display:block;
    float:left;
    margin-left:32px;
    _margin-left:16px;
    background:url("../images/total_alert.gif") -206px -174px;
}
.alert_bg .alert_box .alert_suc span{
    margin-left:10px;
    _margin-left:4px;
    color:#000;
    font-size:14px;
    font-weight:600;
}
.alert_bg .alert_box .alert_suc .close{
    position:absolute;
    right:10px;
    top:10px;
    margin:0px;
}
/*alert-notice*/
.alert_notice{
    width:auto;
    height:auto;
    overflow:hidden;
    position:absolute;
    display:none;
}
.alert_notice em{
    display:block;
    height:8px;
    width:17px;
    margin-left:6px;
    _margin-left:3px;
    overflow:hidden;
    z-index:9;
    position:relative;
    background:url("../images/total_alert.gif") no-repeat -211px -117px;
}
.alert_notice .notice_content{
    height:auto;
    width:auto;
    padding:5px;
    margin-top:-1px;
    position:relative;
    line-height:16px;
    z-index:1;
    overflow:visible;
    background-color:#fff;
    border:1px solid #ccc;
}
/*go-tao*/
.alert_go_tao{
    padding:20px;
    overflow:hidden;
    height:auto;
}
.alert_go_tao .info{
    padding-bottom:20px;
    height:80px;
    position:relative;
    border-bottom:1px solid #ccc;
}
.alert_go_tao .info .alert_notice{
    top:77px;
    left:102px;
}
.alert_go_tao .info .alert_notice em{
    margin-left:84px;
}
.alert_go_tao .alert_notice .notice_content{
    _height:16px;
}
.alert_go_tao .info .pic{
    height:80px;
    width:80px;
    float:left;
    border:1px solid #ccc;
}
.alert_go_tao .info .pic img{
    height:80px;
    width:80px;
}
.alert_go_tao .info span{
    display:block;
    float:left;
    padding-left:20px;
    margin-bottom:10px;
}
.alert_go_tao .info .text_f{
    padding:0px;
}
.alert_go_tao .info .tit{
    width:330px;
    overflow:hidden;
    height:18px;
    white-space:nowrap;
    font-size:14px;
    color:#0063DC;
    margin-bottom:10px;
}
.alert_go_tao .info .price,.alert_go_tao .info .fan{
    width:155px;
}
.alert_go_tao .info .fan_r{
    padding-left:53px;
}
.alert_go_tao .info input{
    border:1px solid #ccc;
    width:58px;
    padding-left:2px;
    margin-bottom:5px;
    height:20px;
    line-height:20px;
    float:left;
}
.alert_go_tao p{
    line-height:25px;
    margin-top:10px;
}
.alert_go_tao p span,.alert_go_tao p a{
    color:red;
    font-weight:normal;
}
.alert_go_tao p a{
    margin-right:20px;
}
/*alert-shareOrder*/
.share_order{
    height:auto;
    overflow:hidden;
}
.share_order .pic{
    border:1px solid #ccc;
    margin-top:10px;
    margin-left:15px;
    _margin-left:8px;
    width:100px;
    height:100px;
    float:left;
}
.share_order .order_info{
    margin-top:10px;
    padding-left:15px;
    width:345px;
    height:102px;
    overflow:hidden;
    float:left;
    padding-bottom:10px;
}
.share_order .order_info p{
    height:14px;
    overflow:hidden;
    margin-bottom:7px;
}
.share_order .order_info .add_face{
    background: url("../images/total_alert.gif") no-repeat scroll -181px -33px transparent;
    display: block;
    float: left;
    height: 14px;
    width: 27px;
    margin-right:10px;
}
.share_order .order_info span{
    display:block;
    float:left;
    white-space:nowrap;
    line-height:14px;
    width:295px;
    overflow:hidden;
}
.share_order .order_info .pub_text{
    width:276px;
    height:44px;
    padding:2px;
    float: left;
    font-size:12px;
    color:#5e5e5e;
    overflow:hidden;
    resize:none;
    border:1px solid #ccc;
}
.share_order .order_info .pub_btn{
    background: url("../images/total_alert.gif") no-repeat scroll transparent;
    display: block;
    float: left;
    border:none;
    margin-left:2px;
    _margin-left:1px;
    height:50px;
    width: 47px;
    cursor:pointer;
}
.share_order .order_info .add_pic{
    background: url("../images/total_alert.gif") no-repeat scroll -139px -308px transparent;
    display: block;
    float: left;
    margin-right:5px;
    height:24px;
    width: 88px;
    margin-top:6px;
}
.share_order .order_info .point {
    display:block;
    height:22px;
    margin-top:6px;
    background:#FFF6E8;
    border:1px solid #FFD292;
    float:left;
    position:relative;
    padding-left:10px;
    padding-right:5px;
    line-height:22px;
}
.share_order .order_info .point em{
    background: url("../images/total_alert.gif") no-repeat scroll -219px -138px transparent;
    display: block;
    float: left;
    height:24px;
    width: 8px;
    position:absolute;
    top:-1px;
    left:-1px;
}
.share_order .order_info .point b{
    font-weight:normal;
    color:#FF0000;
}
.share_order .pub_pic{
    clear:both;
    padding-left:15px;
    padding-top:10px;
    height:102px;
    padding-bottom:10px;
}
.share_order .pub_pic li{
    float:left;
    height:100px;
    width:100px;
    border:1px solid #ccc;
    margin-bottom:5px;
    margin-right:10px;
    position:relative;
    overflow:visible;
    list-style:none;
    padding:0px;
}
.share_order .pub_pic li img{
    height:100px;
    width:100px;
}
.share_order .pub_pic li .close{
    height:18px;
    width:18px;
    top:-20px;
    right:-20px;
    background: url("../images/total_alert.gif") no-repeat scroll -209px -203px transparent;
    position:absolute;
}
.share_order .pub_pic li a.close:hover{
    background: url("../images/total_alert.gif") no-repeat scroll -209px -203px transparent;
}
/*l-step-alert*/
#alert_step .alert_content{
    padding:15px;
    _padding-bottom:0px;
    clear:both;
    width:450px;
}
#alert_step .alert_content p a{
    color:#FF7322;
    text-decoration:underline;
    padding-left: 30px;
}
#alert_step .alert_content .alert_s{
    width:438px;
    height:69px;
    border:1px solid #DCDCDC;
    clear:both;
    margin:15px auto 15px;
}
#alert_step .alert_content .alert_s img{
    width:438px;
    height:69px;
}
#alert_step .alert_content .alert_log,#alert_step .alert_content .alert_reg{
    width:100px;
    height:26px;
    background:url("../images/total_alert.gif") 0px -342px;
    display:block;
    float:left;
    line-height:26px;
    color:#fff;
    text-align:center;
    font-size:14px;
    font-weight:bold;
}
#alert_step .alert_content a.alert_log:hover,#alert_step .alert_content a.alert_reg:hover{
    text-decoration:none;
    color:#fff;
}
#alert_step .alert_content .alert_log{
    margin-left:104px;
    _margin-left:52px;
    margin-right:30px;
}
#alert_step .alert_content .alert_reg{
    background-position:-127px -342px;
}
/*p-alert_fan*/
#alert_fast_log_reg .alert_top{width:510px;}
#alert_fast_log_reg .alert_top span{width:72px; height:23px; background:url(../images/jpfan-total.gif) no-repeat -278px -183px; margin:6px 0 0 6px;}
#alert_fast_log_reg .alert_content{width:510px;}
#alert_fast_log_reg .sort_info{
    padding:10px 13px 35px 20px;
    overflow:hidden;
    color:#5e5e5e;
}
#alert_fast_log_reg .sort_info .sort_help{clear:both; height:20px; margin-bottom:15px;}
#alert_fast_log_reg .sort_info .sort_help .help{float:right; background:url(../images/total_alert.gif) no-repeat;
background-position:-200px -686px;background-position:-200px -687px \9;*background-position:-200px -688px;_background-position:-200px -686px;clear:both; padding-left:15px; cursor:pointer;}
#alert_fast_log_reg .sort_info .sort_help .help:hover{text-decoration:none;}
#alert_fast_log_reg .sort_info .sort_tips{text-align:center; font-size:16px; color:#777;}
#alert_fast_log_reg .sort_info .sort_tips em{color:#FF7F40; font-size:18px; font-weight:bold; margin:0 2px;}
#alert_fast_log_reg .sort_info .tips{
	color: #ABABAB;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
	width:440px;
	margin:20px auto 0;}
#alert_fast_log_reg .sort_info .tips b{ color:#FF7F40;}
#alert_fast_log_reg .login_reg{
    padding:0px 0px 20px 0px;
    overflow:hidden;
    width:510px;
    color:#5e5e5e;
}
#alert_fast_log_reg .login_reg .fl{
    line-height:24px;
}
#alert_fast_log_reg .login_reg .l_r_menu{
    border-bottom: 1px solid #ededed;
    margin-bottom:20px;
    clear: both;
    height: 28px;
    position: relative;
    width: 478px;
	padding-left:32px;
}
#alert_fast_log_reg .login_reg .l_r_menu li{
    bottom: 1px;
    _bottom:-2px;
    float: left;
    margin-right: 10px;
    position: relative;
	height:30px; width:120px;
}
#alert_fast_log_reg .login_reg .l_r_menu li a{
	display: block;
	float: left;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	width: 120px;
	border:#fffdf3 solid 1px;
	border-bottom:0 none;
		top: 1px;
	position:absolute;
	left:0;

}
#alert_fast_log_reg .login_reg .l_r_menu .unnormal{float:right; margin-right:15px; padding-top:7px; *width:120px; _width:110px; display:inline;}
#alert_fast_log_reg .login_reg .l_r_menu .unnormal a{ background:none; border:0 none; color:#0099ee; display:inline; height:auto; line-height:normal; width:auto; position:static;}
#alert_fast_log_reg .login_reg .l_r_menu li a:hover{
    text-decoration:none; color:#6DB110;
}
#alert_fast_log_reg .login_reg .l_r_menu .current{
	background: none repeat scroll 0 0 #FFFFFF;
	border:#ededed solid 1px;
	border-bottom:none;
	color: #6db110;
	font-weight: bold;
	height: 28px;
}
#alert_fast_log_reg .login_reg .l_r_p{
    clear:both;
    line-height:40px;
    padding-left:15px;
    background:url("../images/total_alert.gif") no-repeat -218px -229px;
}
#alert_fast_log_reg .login_reg .l_r_login{
    padding-left:32px;
    height:auto;
    overflow:hidden;
	width:478px;
}
#alert_fast_log_reg .login_reg .l_r_login .login,#alert_fast_log_reg .login_reg .l_r_login .reg{
    float:left;
    font-size:12px;
    overflow:hidden;
	width:348px; height:auto;
}
#alert_fast_log_reg .login_reg .l_r_login .login{
    width:280px;
}
#alert_fast_log_reg .login_reg .l_r_login .login font{
    font-size:12px;
}
#alert_fast_log_reg .login_reg .l_r_login .login font span{
    color:#B5B4B4;
}
#alert_fast_log_reg .login_reg .login_name,#alert_fast_log_reg .login_reg .login_pwd,#alert_fast_log_reg .login_reg .l_r_reg input{
    height:24px;
    line-height:24px;
    width:204px;
    border:1px solid #DCDCDC;
    color:#5e5e5e;
    font-size:12px;
    padding-left:3px;
    float:left;
}
#alert_fast_log_reg .login_reg .login_name,#alert_fast_log_reg .login_reg .login_pwd{ margin-bottom:10px;}
#alert_fast_log_reg .login_reg .l_r_reg input{width:147px;}
#alert_fast_log_reg .login_reg .button,#alert_fast_log_reg .login_reg .reg .button{
    display:block;
    height:26px;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    line-height:26px;
    text-align:center;
    width:117px;
    margin:10px 10px 0px 70px;
    float:left;
    padding:0px;
    cursor:pointer;
    border:none;
    background:url("../images/total_alert.gif") no-repeat 0px -688px;
	display:inline;
}
#alert_fast_log_reg .login_reg .reg .button{
    margin-top:0px;
	background-position:0px -719px;
}
#alert_fast_log_reg .login_reg .l_r_login .checkbox {
    float: left;
    margin:3px 3px 0px 70px;
    margin-top:0px \9;
    *margin-top:-4px;
    _margin-top:-2px;
    float:left;
    border:none;
    padding:0px;
}
#alert_fast_log_reg .login_reg .l_r_login .fo_psw{
    display: block;
    float: left;
    font-size: 12px;
    padding-top: 13px;
    text-decoration: underline;
	color:#b5b4b4;
}
#alert_fast_log_reg .login_reg .l_r_login .union_login,#alert_fast_log_reg .login_reg .l_r_reg .union_login{
    float:right;
	margin-right:20px;
    padding:0px 0 5px 0;
	overflow:hidden;
	height:110px;
	width:100px;
}
#alert_fast_log_reg .login_reg .l_r_login .union_login p{
    text-align:center;
    padding-bottom:5px;
	color:#b5b4b4;

}
#alert_fast_log_reg .login_reg .l_r_login .union_login a{
    display: block;
    float: left;
    clear:both;
    height: 22px;
    margin: 2px 10px 0px 10px;
    width: 80px;
}
#alert_fast_log_reg .login_reg .l_r_login .union_login .i_tx{*background-position:-49px -2px;_background-position:-49px 0px;}
#alert_fast_log_reg .login_reg .l_r_login .union_login a:hover{text-decoration:none;}
#alert_fast_log_reg .login_reg .l_r_login .union_login .l_qq {
    background-position: -95px -189px;
    margin-right: 0;
}
#alert_fast_log_reg .login_reg .l_r_login .union_login .l_taobao {
    background-position: 0 -222px;
}
#alert_fast_log_reg .login_reg .l_r_reg{
    height:auto;
    overflow:hidden;
	padding-left:32px;
}
#alert_fast_log_reg .login_reg .l_r_reg .register{ width:348px;float:left; height:auto; overflow:hidden;}
#alert_fast_log_reg .login_reg .l_r_reg .reg div{
    float:left;
    font-size:12px;
	width:214px;
}
#alert_fast_log_reg .login_reg .l_r_reg .reg li{
    overflow:hidden;
    clear:both;
    margin-bottom:10px;
}
.tips_red,.tips_green,.tips_normal{
    background: url("../images/total_alert.gif") no-repeat scroll -208px -480px;
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin-left: 5px;
    padding: 5px 10px 5px 23px;
	width:88px;
}
.tips_normal{
    border:none;
    background:none;
    display:none;
    padding-left:0px;
}
.tips_green{
    border: 1px solid #FFF;
    background-color:#FFF;
    background-position:-208px -451px;
}
#alert_fast_log_reg .login_reg .suc{
    line-height:25px;
    margin-top:50px;
    margin-left:110px;
    _margin-left:55px;
    background:url("../images/total_alert.gif") no-repeat -206px -170px;
    padding-left:27px;
}
#alert_fast_log_reg .login_reg .suc a{
    text-decoration:underline;
}
/*alert_tip_goods*/
#alert_tip_goods .alert_top span{background: url("../images/total_alert.gif") no-repeat scroll 0 -653px transparent;
    display: block;
    height: 23px;
    margin: 7px 0 0 7px;
    width: 68px;}
#alert_tip_goods .sort_info {
    background: none repeat scroll 0 0 #FFFDF3;
    color: #5E5E5E;
    overflow: hidden;
    padding: 10px 13px 35px 20px;
}
#alert_tip_goods .sort_info .sort_tips {
    font-size: 14px;
    text-align: center;
	margin-top:20px;
}
#alert_tip_goods .sort_info .sort_tips .friend_tip {
    background: url("../images/total_alert.gif") no-repeat scroll -197px -658px transparent;
    height: 16px;
    padding: 0 4px;
    width: 16px;
}
#alert_tip_goods .login_reg {
    color: #5E5E5E;
    overflow: hidden;
    width: 480px;
}
#alert_tip_goods .login_reg .l_r_reg {
    height: 80px;
    overflow: hidden;
	padding-top:40px;
}
#alert_tip_goods .login_reg .l_r_reg .loading_img{ float:left; margin-left:175px;}
#alert_tip_goods .login_reg .l_r_reg span{ display:block; float:left; height:48px; line-height:48px; margin-left:15px;}
/*Lead_Search*/
.lead_search{
    color: #000;
    overflow: hidden;
    padding-top: 15px;
    margin:20px;
    _margin-left:10px;
    width: 440px;
    border-top:1px solid #CCCCCC;
}
.lead_search p{
    line-height:30px;
    font-size:14px;
    padding-left:25px;
    background:url("../images/total_alert.gif") no-repeat -208px -507px;
    margin-bottom:5px;
}
.lead_search .green_bg{
    color:#fff;
    background-color:#4C8D44;
    padding:0px 3px;
}
.lead_search a.green_bg:hover{
    background-color:#fff;
    color:#4C8D44;
}
.lead_search .help,.lead_search .collect{
    display:block;
    height:30px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:14px;
    line-height:30px;
    width:149px;
    float:left;
    margin-left:80px;
    _margin-left:40px;
    margin-top:10px;
    text-align:center;
    background:url("../images/total_alert.gif") no-repeat 0px -488px;
}
.lead_search a:hover{
    text-decoration:none;
}
.lead_search .collect{
    width:104px;
    margin-left:30px;
    background-position:0px -527px;
}
.lead_search .collect{
    display:block;
    height:30px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:14px;
    line-height:30px;
    width:149px;
    float:left;
    margin-left:80px;
    _margin-left:40px;
    margin-top:10px;
    text-align:center;
    background:url("../images/total_alert.gif") no-repeat 0px -488px;
}
.lead_search a:hover{
    text-decoration:none;
}
.lead_search .collect{
    width:104px;
    margin-left:30px;
    background-position:0px -527px;
}
/*#alert-shai*/
#alert_shai .alert_content{
    position: relative;
    padding: 10px 0;
}
#alert_shai .alert_content .c_left,#alert_shai .alert_content .c_right{
    background:url("../images/total_alert.gif") no-repeat -105px -544px;
    height:12px;
    width:9px;
    display: block;
    position: absolute;
    left:10px;
    top:40px;
}
#alert_shai .alert_content .c_right{
    background-position: -116px -544px;
    left:460px;
}
#alert_shai .alert_content a.c_left:hover{
    background-position: -128px -544px;
}
#alert_shai .alert_content a.c_right:hover{
    background-position: -140px -544px;
}
#alert_shai .alert_content .shai_goods_box{
    width:430px;
    position: relative;
    height:80px;
    overflow: hidden;
    margin-left: 28px;
}
#alert_shai .alert_content .shai_goods_box ul{
    position: absolute;
    width:2000px;
}
#alert_shai .alert_content .shai_goods_box ul li{
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 6px;
}
#alert_shai .alert_content .shai_goods_box li a{
    width: 80px;
    height: 80px;
}
#alert_shai .alert_content .shai_goods_box li img{
    width: 80px;
    height: 80px;
}
/*alert_zhe_info*/
.alert_content .zhe_info {
    padding:20px 0;
    position: relative;
    overflow: hidden;
}
.alert_content .zhe_info  .z_img{
    float:left;
    height:80px;
    width:80px;
    margin-left: 20px;
    margin-right: 10px;
    _margin-left:10px;
    display:inline-block;
}
.alert_content .zhe_info  .z_img img{
    height:80px;
    width:80px;
}
.alert_content .zhe_info  .z_info{
    width:350px;
    overflow: hidden;
    float: left;
    height: 80px;
}
.alert_content .zhe_info  .z_info p{
    margin-bottom: 10px;
    white-space: nowrap;
}
.alert_content .zhe_info .z_info p .date{padding:1px;margin-right:5px;}
.alert_content .zhe_info .z_info p .datespan{margin-left:5px;}
.alert_content .zhe_info  .z_info p span{
    margin-right: 10px;
}
.alert_content .zhe_info  .z_info p span input{
    border:1px solid #ccc;
    height:22px;
    width:66px;
    line-height: 22px;
    padding: 0 2px;
    vertical-align: -2px;
}
.alert_content .zhe_info  .z_info .alert_but{
    position: absolute;
    right: 20px;
    bottom: 24px;
}
.alert_content .zhe_info  .z_info a.alert_but:hover{
    text-decoration: none;
}
/*new alert_gloabl*/
.alert_bg_new{
    background: none repeat scroll 0 0 rgba(253, 112, 28, 0) !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FD701C,endColorstr=#00FD701C);
    overflow: visible;
    padding: 0px;
    z-index: auto \9;
    _z-index: 100009;
}
.alert_bg_new .alert_box{
    border-radius: 5px;
    position: relative;
    z-index: 100010;
}
.alert_bg_new .j_left,.alert_bg_new .j_top{
    background:url("../images/total_alert.gif") no-repeat -143px -527px;
    height: 11px;
    width: 6px;
    margin-left: -5px;
    display: block;
    margin-bottom: -30px;
    position: relative;
    z-index: 100011;
    overflow: hidden;
}
.alert_bg_new .j_top{
    background-position: -128px -527px;
    height: 6px;
    width: 11px;
    margin-left: 12px;
    _margin-left: 6px;
    margin-bottom: -1px;
}
.alert_bg_new .alert_box .alert_top{
    background-color: #F8F8F8;
    font-size: 12px;
    color: #000;
    text-indent: 20px;
}
.alert_bg_new .alert_box .alert_top .alert_close{
    background:url("../images/total_alert.gif") no-repeat -175px -722px;
}
.alert_bg_new .alert_box .alert_top a.alert_close:hover{
    background:url("../images/total_alert.gif") no-repeat -203px -722px;
}
.alert_box .alert_content .alert_but{
    background: url("../images/total_alert.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline;
    font-weight: bold;
    height: 26px;
    width: 63px;
    line-height: 26px;
    text-align: center;
}
/*alert_bind*/
#alert_bind .article{
    float: none;
    height: auto;
    padding: 15px 30px;
    width: auto;
}

#alert_bind .article .qqwb-message {
    background-position: -150px -402px;
}
#alert_bind .ts-msg .warn-message {
    color: red;
}
#alert_bind .footer {
    height: 45px;
    overflow: hidden;
    position: relative;
}
#alert_bind .footer .operate {
    padding-left: 0;
    overflow: hidden;
}
#alert_bind .footer .operate .bind_but, #alert_bind_tip .footer .operate .bind_but {
    margin-right: 12px;
    width: 71px;
    background: url("../images/total_alert.gif") -156px 0px  no-repeat;
    display: block;
    float: left;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    text-align: center;
    color:#fff;
    font-weight: bold;s
}
#alert_bind .footer .operate .bind_but {
    margin-left: 140px;
    _margin-left:70px;
}
#alert_bind .footer .operate .extra {
    color: #AAAAAA;
    vertical-align: middle;
    line-height: 28px;
}
#alert_bind .footer .operate .extra a {
    color: #0099EE;
    text-decoration: none;
}
/*alert_bind_tip*/
#alert_bind_tip .article {
    float: none;
    height: auto;
    padding: 15px 30px;
    width: auto;
}
#alert_bind_tip .article .error {
    text-align: left;
    font-size: 14px;
}
#alert_bind_tip .footer {
    height: 45px;
    overflow: hidden;
    position: relative;
}
#alert_bind_tip .footer .operate {
    padding-left: 0;
    overflow: hidden;
}
#alert_bind_tip .footer .operate .bind_but {
    margin-left: 200px;
}
.alert_content .nocompatible
{ height:auto; overflow:hidden; margin:40px 20px 50px; _margin-left:0px; _padding-bottom:10px; width:440px;}
.alert_content .nocompatible .tipren{background:url(../images/rentou.png) no-repeat; height:98px; width:90px; display:block; float:left;}
.alert_content .nocompatible span{color:#5e5e5e; font-size:14px; line-height:30px; margin-top:10px; display:block; float:left; width:auto; margin:0 27px; _margin:0 25px;}
.alert_content .nocompatible span a{margin-right:5px; font-size:14px; color:#129800; cursor:pointer;}
.alert_content .nocompatible span a:hover{ text-decoration:underline;}
.alert_content .nocompatible .btnback{height:auto; overflow:hidden; clear:both; margin-left:160px; margin-top:10px; width:100px; float:left;  display:inline;}
.alert_content .nocompatible .btnback a{background:url(../images/reback.png) no-repeat; border:medium none;display:block; width:100px; font-size:14px; color:#fff; text-align:center; font-weight:bold; cursor:pointer; height:26px; line-height:26px;}
.alert_content .nocompatible .btnback a:hover{text-decoration:none;}
.alert_content .nocompatible  .btnall{ clear:both; margin-left:100px; height:auto; overflow:hidden; margin-top:-10px; float:left; display:inline; width:300px;}
.alert_content .nocompatible  .btnall a{
 width:100px; height:26px; display:block; color:#FFF; font-size:14px; font-weight:bold; text-align:center;line-height:26px; margin-right:20px; float:left;}
.alert_content .nocompatible  .btnall .shetype{background:url(../images/fan-icon.png) no-repeat; border:0 none;}
.alert_content .nocompatible  .btnall .reback{background:url(../images/reback.png) no-repeat; border:0 none;}
.alert_content .nocompatible  .btnall a:hover{text-decoration:none; cursor:pointer;}
.survey-box{opacity: .3;
opacity: 1 url(0/);
width: 318px;
height: 0;
position: fixed;
_position: absolute;
right: 0;
bottom: -244px;
overflow: hidden;
border: 1px solid #E8E8E8;
background-color: white;
box-shadow: -2px -2px 15px #CCC;
-webkit-box-shadow: -2px -2px 15px #CCC;
-moz-box-shadow: -2px -2px 15px #ccc;
font-size: 12px;
z-index: 2000;}
.survey_show_w3c
{
height: 205px;
opacity: 1;
right: 0;
bottom: 0;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-webkit-transition-duration: .8s;
-moz-transition-duration: .8s;
-o-transition-duration: .8s;}
.survey_header
{
background:#a3cc65;
width: 318px;
height: 38px;
border-bottom: 1px solid #F0F0F0;
line-height: 38px;
color: #333;
}
.survey_title {
float: left;
text-indent: 20px;
color:#fff;
font-weight:bold;
}

.survey_hide:hover{background-position:2px -86px;}
.survey_main {
padding: 10px 20px 15px;
width: 267px;
}

.survey_radio_good {
background-position: 0 0;
float: left;
}
.survey_radio_bad {
background-position: -90px 0;
float: left;
}
.survey_radio_good_sel{background-position:0 -33px;}
.survey_radio_bad_sel{background-position:-90px -33px;}
.survey_text {
clear: both;
width: 268px;
height: 70px;
border: 1px solid #D1D1D1;
margin-top: 15px;
padding: 5px;
resize: none;
_display: inline;
font-size: 12px;
overflow: auto;
}
.survey_text.default {
color: #C7C7C7;
}
.survey_count {
margin-top: 10px;
float: left;
color: #999;
}
.survey_submit {
font-size: 12px;
background: #FAFAFA;
border: 1px solid #CCC;
cursor: pointer;
width: 50px;
height: 20px;
float: right;
margin-top: 5px;
border-radius: 2px;
}


/*buy_phcard*/
#buy_phcard{   
    left:50px;
    position:absolute;
    top:50px;
	display:none;}
#buy_phcard .alert_top{ width:330px;}
#buy_phcard .alert_box{ border:#E6E6E6 solid 1px;}
#buy_phcard .alert_content{ width:330px;}
#buy_phcard .alert_content .tips{ color:#999; text-align:center; clear:both; font-size:12px; line-height:25px; padding:10px 15px;}
#buy_phcard .alert_content .phone_card{ padding:10px 30px;}
#buy_phcard .alert_content .phone_card ul{ margin:5px 5px 5px; height:auto;}
#buy_phcard .alert_content .phone_card ul li{ width:250px; color:#535353; margin-bottom:0px; margin-top:0px; line-height:30px;}
#buy_phcard .alert_content .phone_card ul li a{ color:#0289cd; text-decoration:none; margin-left:5px;}
#buy_phcard .alert_content .phone_card ul li a:hover{ text-decoration:underline;}
#buy_phcard .alert_content .phone_card ul .tips{ color:#999; text-align:center;}
#buy_phcard .alert_content .phone_card ul .buy_succeed{ font-size:14px; color:#ff5500; text-align:center;}
#buy_phcard .alert_content .phone_card ul li .radio{ vertical-align:middle; margin-right:3px; cursor:pointer;}
#buy_phcard .alert_content .phone_card ul li .radiolable{ width:auto; display:inline; float:none; cursor:pointer;}
#buy_phcard .alert_content .band_btn {
    height: auto;
    overflow: hidden;
    padding: 0px 0px 0px 66px;
}
#buy_phcard .alert_content .band_btns{padding: 0px 50px 25px;}

#buy_phcard .alert_content .band_btn .ex_ok {
    color: #FFFFFF;
}
#buy_phcard .alert_content .band_btn .succeed_btn{ margin-left:60px;}
#buy_phcard .alert_content .band_btn .ex_exit {
    background-position: 0 -407px;
    color: #5C6572;
    margin-left: 20px;
}
#buy_phcard .alert_content .band_btn .ex_ok:hover{ background-position:-94px -371px;}
#buy_phcard .alert_content .band_btn .ex_exit:hover{ background-position:-94px -407px;}
/*card_password*/
#card_password{   
    left:50px;
    position:absolute;
    top:50px;
	display:none;}
#card_password .alert_top{ width:330px;}
#card_password .alert_box{ border:#E6E6E6 solid 1px;}
#card_password .alert_content{ width:330px;}
#card_password .alert_content .tips{ color:#999; text-align:center; clear:both; font-size:12px; line-height:25px; padding:10px 15px;}
#card_password .alert_content .phone_card{ padding:10px 30px;}
#card_password .alert_content .phone_card ul{ margin:5px 5px 5px; height:auto;}
#card_password .alert_content .phone_card ul li{ width:260px; color:#535353; margin-bottom:0px; margin-top:0px; line-height:30px;}
#card_password .alert_content .phone_card ul li a{ color:#0289cd; text-decoration:none; margin-left:5px;}
#card_password .alert_content .phone_card ul li a:hover{ text-decoration:underline;}
#card_password .alert_content .phone_card ul .tips{ color:#999; text-align:center;}
#card_password .alert_content .phone_card ul .buy_succeed{ font-size:14px; color:#ff5500; text-align:center;}
#card_password .alert_content .phone_card ul li .radio{ vertical-align:middle; margin-right:3px; cursor:pointer;}
#card_password .alert_content .phone_card ul li .radiolable{ width:auto; display:inline; float:none; cursor:pointer;}
#card_password .alert_content .band_btn {
    height: auto;
    overflow: hidden;
    padding: 0px 50px 0px;
}
#card_password .alert_content .band_btns{padding: 0px 50px 25px;}

#card_password .alert_content .band_btn .ex_ok {
    color: #FFFFFF;
}
#card_password .alert_content .band_btn .succeed_btn{ margin-left:60px;}
#card_password .alert_content .band_btn .ex_exit {
    background-position: 0 -407px;
    color: #5C6572;
    margin-left: 20px;
}
#card_password .alert_content .band_btn .ex_ok:hover{ background-position:-94px -371px;}
#card_password .alert_content .band_btn .ex_exit:hover{ background-position:-94px -407px;}
/*direct_bg*/
#direct_bg{   
    left:50px;
    position:absolute;
    top:10px;
    display:none;}
#direct_bg .alert_top{ width:400px;*width: auto;}
#direct_bg .alert_box{ border:#E6E6E6 solid 1px;width:400px;}
#direct_bg .alert_content{ width:400px;}
#direct_bg .alert_content .phone_card{ padding:10px 20px;}
#direct_bg .alert_content .phone_card ul{ margin:5px 0px 5px;}
#direct_bg .alert_content .phone_card ul li{ width:305px; color:#535353; margin-bottom:0px; margin-top:0px; height:26px;}
#direct_bg .alert_content .phone_card ul li label{ width:80px; float:left;}
#direct_bg .alert_content .phone_card ul li span{ float:left; width:210px;}
#direct_bg .alert_content .phone_card ul li a{ color:#0289cd; text-decoration:none; margin-left:5px;}
#direct_bg .alert_content .phone_card ul li a:hover{ text-decoration:underline;}
/* bugfix 6191 by: fangfang, 2014/01/22 */
#direct_bg .alert_content .phone_card .tips{margin-left: -55px;}
#direct_bg .alert_content .phone_card ul .tips{ color:#ff5500; text-align:center; margin:15px 0 0 0;}
#direct_bg .alert_content .phone_card ul .buy_succeed{ font-size:14px; color:#535353; text-align:center;}
#direct_bg .alert_content .phone_card ul .goods_lack{ color:#ff5500;}
#direct_bg .alert_content .phone_card ul .lack_tips{ color:#999;}
#direct_bg .alert_content .band_btn {
    height: auto;
    overflow: hidden;
    padding: 0px 0px 25px 72px;
}

#direct_bg .alert_content .band_btn .ex_ok {
    color: #FFFFFF;
}
#direct_bg .alert_content .band_btn .succeed_btn{ margin-left:50px;}
#direct_bg .alert_content .band_btn .ex_exit {
    background-position: 0 -407px;
    color: #5C6572;
    margin-left: 20px;
}
#direct_bg .alert_content .band_btn .ex_ok:hover{ background-position:-94px -371px;}
#direct_bg .alert_content .band_btn .ex_exit:hover{ background-position:-94px -407px;}
/*bugfix 6177 by: fangfang 2014/01/21 */
#direct_bg .alert_content .con-success .detail{margin-left: 0px;width: 400px;position: relative;}
#direct_bg .alert_content .con-success .detail .title{padding: 20px 0px 20px 15px;margin: 0;color: #fc3935;
    font-weight: bold;font-size: 16px;}

#direct_bg .alert_content .con-success .detail .size_padding{padding-left: 86px;padding-right: 80px;margin-bottom: 12px;
    *padding-bottom: 12px;}
#direct_bg .alert_content .con .detail p{height: auto;overflow: hidden;float: left;}
#direct_bg .alert_content .con-success{ border-bottom: none;overflow: hidden;}
/*direct_bg*/
#buy_phcard_lack{   
    left:50px;
    position:absolute;
    top:10px;
	display:none;}
#buy_phcard_lack .alert_top{ width:345px;}
#buy_phcard_lack .alert_box{ border:#E6E6E6 solid 1px;}
#buy_phcard_lack .alert_content{ width:345px;}
#buy_phcard_lack .alert_content .phone_card{ padding:10px 20px;}
#buy_phcard_lack .alert_content .phone_card ul{ margin:5px 0px 5px;}
#buy_phcard_lack .alert_content .phone_card ul li{ width:290px; color:#535353; margin-bottom:0px; margin-top:0px; height:26px;}
#buy_phcard_lack .alert_content .phone_card ul li label{ width:80px; float:left;}
#buy_phcard_lack .alert_content .phone_card ul li span{ float:left; width:210px;}
#buy_phcard_lack .alert_content .phone_card ul li a{ color:#0289cd; text-decoration:none; margin-left:5px;}
#buy_phcard_lack .alert_content .phone_card ul li a:hover{ text-decoration:underline;}
#buy_phcard_lack .alert_content .phone_card ul .tips{ color:#ff5500; text-align:center; margin:15px 0 0 0;}
#buy_phcard_lack .alert_content .phone_card ul .buy_succeed{ font-size:14px; color:#535353; text-align:center;}
#buy_phcard_lack .alert_content .phone_card ul .goods_lack{ color:#ff5500;}
#buy_phcard_lack .alert_content .phone_card ul .lack_tips{ color:#999;}
#buy_phcard_lack .alert_content .band_btn {
    height: auto;
    overflow: hidden;
    padding: 0px 50px 25px;
	width:245px !important;
}

#buy_phcard_lack .alert_content .band_btn .ex_ok {
    color: #FFFFFF; width:131px;
	background-position:0 -537px;
}
#buy_phcard_lack .alert_content .band_btn .succeed_btn{ margin-left:58px; display:inline;}
#buy_phcard_lack .alert_content .band_btn .ex_exit {
    background-position: 0 -407px;
    color: #5C6572;
    margin-left: 20px;
}
#buy_phcard_lack .alert_content .band_btn .ex_exit:hover{ background-position:-94px -407px;}
/*exchange_bg*/
#exchange_bg{   
    left:50px;
    position:absolute;
    top:50px;
	display:none;}
#exchange_bg .alert_top{ width:330px;}
#exchange_bg .alert_box{ border:#E6E6E6 solid 1px;}
#exchange_bg .alert_content{ width:330px;}
#exchange_bg .alert_content .tips{color:#999; text-align:center;}
#exchange_bg .alert_content .phone_card{ padding:10px 30px;}
#exchange_bg .alert_content .phone_card ul{ margin:5px 5px 5px;}
#exchange_bg .alert_content .phone_card ul li{ width:260px; color:#535353; margin-bottom:0px; margin-top:0px;}
#exchange_bg .alert_content .phone_card ul li label{ width:100px;}
#exchange_bg .alert_content .phone_card ul li a{ color:#0289cd; text-decoration:none; margin-left:5px;}
#exchange_bg .alert_content .phone_card ul li a:hover{ text-decoration:underline;}
#exchange_bg .alert_content .phone_card ul .tips{ color:#999; text-align:center;}
#exchange_bg .alert_content .phone_card ul .buy_succeed{ font-size:14px; color:#ff5500; text-align:center;}
#exchange_bg .alert_content .phone_card ul .visited{ text-align:center; margin-top:15px;}
#exchange_bg .alert_content .phone_card ul .visited a{ color:#0289cd; text-decoration:none;}
#exchange_bg .alert_content .phone_card ul .visited a:hover{text-decoration:underline;}
#exchange_bg .alert_content .band_btn {
    height: auto;
    overflow: hidden;
    padding:0 0 25px 63px;
}
#exchange_bg .alert_content .band_normal{padding:0 0 0px 63px;}

#exchange_bg .alert_content .band_btn .ex_ok {
    color: #FFFFFF;
}
#exchange_bg .alert_content .band_btn .succeed_btn{ margin-left:57px;}
#exchange_bg .alert_content .band_btn .ex_exit {
    background-position: 0 -407px;
    color: #5C6572;
    margin-left: 20px;
}
#exchange_bg .alert_content .band_btn .ex_ok:hover{ background-position:-94px -371px;}
#exchange_bg .alert_content .band_btn .ex_exit:hover{ background-position:-94px -407px;}
/*alert_ceng*/
.alert_ceng {
    background-color: #000000;
    display:none;
    height: 100%;
    left: 0;
    filter:alpha(opacity=0);
    opacity:0.0;
    background-color:#000;
    _filter:alpha(opacity=100);
    _background-color:none;
    _filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#00000000);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
}
/*success_sign*/

#success_sign .alert_box{ border:#f0f0f0 solid 1px;}
#success_sign .alert_box .alert_top span{ color:#535353;}
#success_sign .alert_content{ padding:25px 35px 35px; width:410px;}
#success_sign .alert_content p{ line-height:30px;}
#success_sign .alert_content .tips_success{ color:#535353; font-size:14px; text-align:center;}
#success_sign .alert_content .predict_time{ color:#ff5500; text-align:center;}
#success_sign .alert_content .tips{ font-size:14px; color:#ccc; margin-top:5px; text-align:center; clear:none; padding-left:0px; display:block; float:none; width:auto;}
#success_sign .alert_content .btns{ position:relative; display:block; margin-top:20px; height:30px; width:360px; overflow:hidden;}
#success_sign .alert_content .smt03{display:block; float:left;}
#success_sign .alert_content .smt03 span{background:url(../images/btn_total.gif) no-repeat 0 -141px; height:28px; line-height:26px; display:block; padding:0 15px 0 20px; float:left; color:#fff; font-weight:bold;}
#success_sign .alert_content .smt03 em{ background:url(../images/btn_total.gif) no-repeat -184px -141px; display:block; float:left; width:5px; height:28px;}
#success_sign .alert_content .smt03:hover{cursor:pointer;}
#success_sign .alert_content .smt03:hover span{ background-position:0 -175px;}
#success_sign .alert_content .smt03:hover em{ background-position:-184px -175px;}
#success_sign .alert_content .smt04{ display:block; float:left;}
#success_sign .alert_content span{background:url(../images/btn_total.gif) no-repeat 0 -207px; height:28px; line-height:26px; display:block; padding:0 15px 0 20px; float:left; color:#5c6572; font-weight:bold;}
#success_sign .alert_content em{ background:url(../images/btn_total.gif) no-repeat -184px -207px; display:block; float:left; width:5px; height:28px;}
#success_sign .alert_content .smt04:hover span{ background-position:0 -236px;}
#success_sign .alert_content .smt04:hover em{ background-position:-184px -236px;}
#success_sign .alert_content .btns a{ position:absolute; top:0; left:50%; margin-left:-46px; cursor:pointer;}
#success_sign .alert_content .btns .smt03{ margin-left:100px; display:inline;}
#success_sign .alert_content .btns a:hover{ text-decoration:none;}
/*apply-cancel*/
#apply-cancel .alert_box{ border:#f0f0f0 solid 1px;}
#apply-cancel .alert_box .alert_top{ width:325px;}
#apply-cancel .alert_box .alert_top span{ color:#535353;}
#apply-cancel .alert_content{ padding:25px 35px 35px; width:255px;}
#apply-cancel .alert_content p{ line-height:30px;}
#apply-cancel .alert_content .tips_success{ color:#535353; font-size:14px; text-align:center;}
#apply-cancel .alert_content .predict_time{ color:#ff5500; text-align:center;}
#apply-cancel .alert_content .tips{ font-size:14px; color:#ccc; margin-top:5px; text-align:center; clear:none; padding-left:0px; display:block; float:none; width:auto;}
#apply-cancel .alert_content .btns{ display:block; margin-top:20px; height:30px; width:255px; overflow:hidden;}
#apply-cancel .alert_content .btns a{ margin-left:15px;}
#apply-cancel .alert_content .btns .ml115{ margin-left:95px;width: 60px;height: 30px;}
/*biz-centre-alert*/
#biz-centre-alert .alert_box{ border:1px solid #F0F0F0;}
#biz-centre-alert .alert_box .alert_top span{ color:#535353;}
#biz-centre-alert .alert_box .alert_top{ width:380px;}
#biz-centre-alert .alert_content{ padding:25px 35px 35px; width:310px;}
#biz-centre-alert .alert_content p{ line-height:30px;}
#biz-centre-alert .alert_content .tips_success{ color:#535353; font-size:14px; text-align:center;}
#biz-centre-alert .alert_content .predict_time{ color:#ff5500; text-align:center;}
#biz-centre-alert .alert_content .tips{ font-size:14px; color:#ccc; margin-top:5px; text-align:center; clear:none; padding-left:0px; display:block; float:none; width:auto;}
#biz-centre-alert .alert_content .btns{ display:block; margin-top:20px; height:30px; width:310px; overflow:hidden;}
#biz-centre-alert .alert_content .btns a{ margin-left:30px;}
#biz-centre-alert .alert_content .btns .ml115{ margin-left:105px;}
#biz-centre-alert .alert_content .go-btns{ display:block; margin-top:20px; height:30px; width:310px; overflow:hidden;}
#biz-centre-alert .alert_content .go-btns a{ margin-left:30px;}
#biz-centre-alert .alert_content .go-btns .ml115{ margin-left:105px;}
/*alert_juandou*/
#alert_juandou .alert_top{ width:580px;}
#alert_juandou .alert_content{ width:580px;}
#alert_juandou .alert_content .top_tips{ margin:20px 0px;}
#alert_juandou .alert_content .top_tips .tips{ color:#535353; font-size:14px; text-align:center;}
#alert_juandou .alert_content .top_tips .num{color:#ff7201; font-family:"微软雅黑","arial"; font-size:30px; vertical-align:-2px; margin:0 3px;}
#alert_juandou .alert_content .tom_tips{ color:#8d8d8d; text-align:center; margin-top:5px;}
#alert_juandou .alert_content .weeks{ padding:0 17px; text-align:center; height:auto; overflow:hidden;}
#alert_juandou .alert_content .weeks span{ width:78px; background:#f2f2f2; height:24px; line-height:24px; color:#7a7a7a; font-weight:normal; display:block; float:left;}
#alert_juandou .alert_content table{ margin-bottom:20px; padding:0 15px;}
#alert_juandou .alert_content table tr td{background:#fff6ea; width:76px; height:40px;text-align:center; color:#c4c4c4; vertical-align:top; }
#alert_juandou .alert_content table tr .current{ background:#feb842; color:#fff;}
#alert_juandou .alert_content table tr td p{ padding:6px 10px; height:20px; line-height:10px;position:relative;}
#alert_juandou .alert_content table tr td p .month{float:left; color:#fea147;}
#alert_juandou .alert_content table tr td p .days{float:right;}
#alert_juandou .alert_content table tr td i{position:absolute; bottom:-2px; left:-5px; display:block; height:10px; width:40px; font-style:normal;}
/*alert-mdpric*/
#alert-mdprice .alert_box {
    border: 1px solid #E6E6E6;
}
#alert-mdprice .alert_box .alert_top{ width:300px;}
#alert-mdprice .alert_box .alert_content{ width:300px;}
#alert-mdprice .alert_box .alert_content .mdprice-con{ width:250px; padding:20px 25px; height:auto; overflow:hidden;}
#alert-mdprice .alert_box .alert_content .mdprice-con .pic{ width:50px; height:50px; overflow:hidden; float:left; margin-bottom:10px;}
#alert-mdprice .alert_box .alert_content .mdprice-con .title{ width:190px; float:right;}
#alert-mdprice .alert_box .alert_content .mdprice-con .title a{ color:#0289cd;}
#alert-mdprice .alert_box .alert_content .mdprice-con .detail{ clear:both; width:260px; height:auto; overflow:hidden;}
#alert-mdprice .alert_box .alert_content .mdprice-con .detail span{ display:block; float:left; height:26px; line-height:22px;*line-height:24px;}
#alert-mdprice .alert_box .alert_content .mdprice-con .detail .cr-p{ width:110px;}
#alert-mdprice .alert_box .alert_content .mdprice-con .detail .cr-p label{ text-decoration:line-through;}
#alert-mdprice .alert_box .alert_content .mdprice-con .detail .md-p{ width:140px;}
#alert-mdprice .alert_box .alert_content .mdprice-con .detail .md-p .txt{
	vertical-align:-2px;
	*vertical-align:-6px;
	border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA;
    border-style: solid;
    border-width: 1px;
    color: #535353;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    padding-left: 5px;
	width:70px;}
#alert-mdprice .alert_box .alert_content .mdprice-con .detail .s1{ color:#ff5500; display:inline; padding-left:156px;}

#alert-mdprice .alert_box .alert_content .mdprice-con .band_btn {
    height: auto;
    overflow: hidden;
	width:260px;
	margin-top:15px;
}


#alert-mdprice .alert_box .alert_content .mdprice-con .band_btn .ex_ok:hover{ background-position:-94px -371px; text-decoration:none;}
/*alert-tips*/
#alert-tips .alert_box{ border:#f0f0f0 solid 1px;}
#alert-tips .tips-con{ padding:30px 0;}
#alert-tips .tips-con p{ text-align:center; line-height:30px;}
#alert-tips .tips-con .title{ font-size:14px; margin-bottom:10px;}
#alert-tips .tips-con .checktime{ color:#FF7F01;}
#alert-tips .tips-con .band_btn {
    height: auto;
    overflow: hidden;
	width:480px;
	margin-top:15px;
}

#alert-tips .tips-con .band_btn .ex_ok:hover{ background-position:-94px -371px; text-decoration:none;}
/*#alert-recharge*/
#alert-recharge .alert_box .alert_content .recharge-con{ padding:40px 0; text-align:center;}
#alert-recharge .alert_box .alert_content .recharge-con p .succeed{ font-size:14px; color:#129800;}
#alert-recharge .alert_box .alert_content .recharge-con p .failed{ color:#ff5500;}
#alert-recharge .alert_box .alert_content .recharge-con .band_btn{ height:auto; overflow:hidden; margin-top:30px; margin-left:120px;}
#alert-recharge .alert_box .alert_content .recharge-con a{ display:block; background:url(../images/btn_total.gif) no-repeat; width:104px; height:30px; line-height:30px; color:#fff; text-align:center; float:left; margin-right:20px;}
#alert-recharge .alert_box .alert_content .recharge-con .pay_no{ background-position:0 -71px; color:#838383;}
#alert-recharge .alert_box .alert_content .recharge-con a:hover{ text-decoration:none; background-position:0 -34px;}
#alert-recharge .alert_box .alert_content .recharge-con .pay_no:hover{ background-position:0 -105px;}
#alert-recharge .alert_box .alert_content .recharge-con .success-btn{ margin-left:70px;}
/*alert-apply*/
#alert-apply .alert_box{ border:#f0f0f0 solid 1px;}
#alert-apply .alert_box .alert_top{ width:570px;}
#alert-apply .alert_content{ padding:20px 15px; width:540px;}
#alert-apply .alert_content .apply-con .tips{ border-bottom:#e3e3e3 dashed 1px; padding:0 0 20px; color:#777; font-size:14px; font-weight:bold; text-align:center;}
#alert-apply .alert_content .apply-con .tips a{ color:#0289cd;}
#alert-apply .alert_content .apply-con .con{ padding:15px 20px;}
#alert-apply .alert_content .apply-con .con .txt-con{ width:500px;line-height:22px;}
#alert-apply .alert_content .apply-con .con .remind-tips{ float:right; color:#525252; margin:10px 10px 10px 0; clear:both;}
#alert-apply .alert_content .apply-con .con .remind-tips .checkbox{  margin-right:3px; vertical-align:-3px;*vertical-align:-3px;}
#alert-apply .alert_content .apply-con .con .apply-btn{ clear:both; width:500px; height:auto; overflow:hidden;}
#alert-apply .alert_content .apply-con .con .apply-btn a{ display:block; float:right;margin-left:20px; cursor:pointer;}
#alert-apply .alert_content .apply-con .con .apply-btn .goto span,#alert-apply .alert_content .apply-con .con .apply-btn .goto em,#alert-apply .alert_content .apply-con .con .apply-btn .continue span,#alert-apply .alert_content .apply-con .con .apply-btn .continue em{ display:block; float:left; background:url(../images/btn_total.gif) no-repeat; height:28px; line-height:26px;*line-height:30px;}
#alert-apply .alert_content .apply-con .con .apply-btn .goto span{ padding:0 14px 0 18px; background-position:0 -141px; color:#fff; font-weight:bold;}
#alert-apply .alert_content .apply-con .con .apply-btn .goto em{ background-position:-184px -141px; width:3px; height:28px; float:right; display:inline-block; float:left;}
#alert-apply .alert_content .apply-con .con .apply-btn .goto:hover{ text-decoration:none;}
#alert-apply .alert_content .apply-con .con .apply-btn .goto:hover span{ background-position:0 -175px;}
#alert-apply .alert_content .apply-con .con .apply-btn .goto:hover em{ background-position:-184px -175px;}
#alert-apply .alert_content .apply-con .con .apply-btn .continue span{ padding:0 10px 0 14px; background-position:0 -616px; color:#fff; font-weight:bold;}
#alert-apply .alert_content .apply-con .con .apply-btn .continue em{ background-position:-184px -616px; width:3px; height:28px; float:right; display:inline-block; float:left;}
#alert-apply .alert_content .apply-con .con .apply-btn .continue:hover span{ background-position:0 -648px;}
#alert-apply .alert_content .apply-con .con .apply-btn .continue:hover em{ background-position:-184px -648px;}
/*alert-apply-du*/
#alert-apply-du .alert_box .alert_top{ width:570px;}
#alert-apply-du .alert_content{ padding:20px 15px; width:540px;}
#alert-apply-du .alert_content .apply-con .tips{ border-bottom:#e3e3e3 dashed 1px; padding:0 0 20px; color:#777; font-size:14px; font-weight:bold; text-align:center;}
#alert-apply-du .alert_content .apply-con .tips a{ color:#0289cd;}
#alert-apply-du .alert_content .apply-con .con{ padding:15px 20px;}
#alert-apply-du .alert_content .apply-con .con .txt-con{ width:500px; color:#919191; line-height:22px;}
#alert-apply-du .alert_content .apply-con .con .remind-tips{ float:right; color:#525252; margin:10px 3px 10px 0px; clear:both;}
#alert-apply-du .alert_content .apply-con .con .remind-tips .checkbox{  margin-right:3px; vertical-align:-3px;*vertical-align:-3px;}
#alert-apply-du .alert_content .apply-con .con .apply-btn{ clear:both; width:500px; height:auto; overflow:hidden;}
#alert-apply-du .alert_content .apply-con .con .apply-btn a{ display:block; float:right;margin-left:20px;}
#alert-apply-du .alert_content .apply-con .con .apply-btn .goto span,#alert-apply-du .alert_content .apply-con .con .apply-btn .goto em,#alert-apply-du .alert_content .apply-con .con .apply-btn .continue span,#alert-apply-du .alert_content .apply-con .con .apply-btn .continue em{ display:block; float:left; background:url(../images/btn_total.gif) no-repeat; height:28px; line-height:26px;*line-height:30px;}
#alert-apply-du .alert_content .apply-con .con .apply-btn .goto span{ padding:0 14px 0 18px; background-position:0 -207px; color:#5C6572; font-weight:bold;}
#alert-apply-du .alert_content .apply-con .con .apply-btn .goto em{ background-position:-186px -207px; width:3px; height:28px; float:right; display:inline-block; float:left;}
#alert-apply-du .alert_content .apply-con .con .apply-btn .goto:hover span{ background-position:0 -236px;}
#alert-apply-du .alert_content .apply-con .con .apply-btn .goto:hover em{ background-position:-186px -236px;}
#alert-apply-du .alert_content .apply-con .con .apply-btn .continue span{ padding:0 10px 0 14px; background-position:0 -141px; color:#fff; font-weight:bold;}
#alert-apply-du .alert_content .apply-con .con .apply-btn .continue em{ background-position:-186px -141px; width:3px; height:28px; float:right; display:inline-block; float:left;}
#alert-apply-du .alert_content .apply-con .con .apply-btn .continue:hover span{ background-position:0 -175px;}
#alert-apply-du .alert_content .apply-con .con .apply-btn .continue:hover em{ background-position:-186px -175px;}

/*alert_fanli*/
#alert_fanli .alert_bg{ z-index:10009; padding:6px; background-color:rgba(0, 0, 0, 0.3) !important;}
#alert_fanli .alert_box{ background:#fff; width:540px;}
#alert_fanli .alert_box .alert_top{width:540px;}

#alert_fanli .alert_content{ margin:0 auto; width:540px; padding-bottom:15px;}
#alert_fanli .alert_title{ width:494px;margin:0 auto 20px; text-indent:25px; padding-top:13px}
#alert_fanli .alert_title p{ line-height:25px; font-size:14px; color:#777777;}
#alert_fanli .alert_title .number{ color:#ff7f40;}
#alert_fanli .alert_title a{ color:#0289cd;}
#alert_fanli .help_img{
background: url(../images/busi_sign.gif) no-repeat 0px -98px;
height: 12px;
width: 12px;
display: block;
display: inline-block; vertical-align:-1px;*vertical-align:1px;_vertical-align:-3px; margin-left:3px; cursor:pointer;}
#alert_fanli .alert_pic{ cursor: pointer;background:url(../images/alipay1.gif) no-repeat; width:222px; height:172px; margin:20px auto 0; display:block;}
#alert_fanli .alert_pic span{display: none;cursor: pointer;}
#alert_fanli .alert_pic_1{ text-align:right; padding-right:10px; height:20px;}
#alert_fanli .alert_pic.play{ background:url(../images/alipay2.gif);background:url(../images/alipay22.gif)\9; }
#alert_fanli .alert_pic.play.play_stop{ background:url(../images/alipay3.gif) no-repeat; }
#alert_fanli .alert_pic.play.play_stop.play_add{ background:url(../images/alipay3.jpg) no-repeat; }
#alert_fanli .alert_pic.play.play_stop span{
    font-size: 36px;
    font-family: 600;
    color: #000;
    display: block;
    position: absolute;
    top: 162px;
    left: 260px;
    text-shadow: -1px -1px 0 #fff,1px 1px 0 #fff,1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff;
}
#alert_fanli .alert_pic.play.play_stop .surface-mark{ 
    display: block;
    position: absolute;
    top: 162px;
    left: 260px;
	background:#000;
	z-index:10;
	width:50px; 
	height:50px;
	opacity:0;
	filter:alpha(opacity=0);
}
#alert_fanli .alert_pic_1 a{ color:#ff7f40;}
#alert_fanli .alert_pic_2{ text-align:center; margin:40px 0; font-size:14px;}
#alert_fanli .alert_pic_2 .number{ color:#ff7f40;}
#alert_fanli .alert_pic_2 a{color:#0289cd; text-decoration:underline; font-size:12px;}
#alert_fanli .infor{ line-height:36px; margin:-20px 0 0 160px; font-size:14px; color:#777;}
#alert_fanli .go-see{ text-align:right; padding-right:10px; padding-bottom:15px;}
#alert_fanli .go-see a{ color:#0289cd;}
#alert_fanli .go-other{width:440px; border-top:1px dashed #c3c3c3; padding:20px 0 25px 100px;font-size:14px;color:#777; }
#alert_fanli .go-other .go-btn{ background:url(../images/go-other.gif) no-repeat; width:226px; height:47px; line-height:46px; display:inline-block;font-weight:bold; text-align:center; margin-left:10px;color:#777;}
#alert_fanli .go-other .go-btn:hover{opacity:0.8;filter:alpha(opacity=80); text-decoration:none;}
#alert_fanli .login_z { width:520px; margin:0 10px;  border-top:1px dashed #c3c3c3;}
#alert_fanli .login_user_1{ width:440px;position:relative; margin:15px 40px 0; height:auto; overflow:hidden;}
#alert_fanli .login_user_1 ul{ width:440px; height:auto; overflow:hidden;}
#alert_fanli .login_user_1 li{margin:2px 0 7px; clear:both; float:left; width:440px;}
#alert_fanli .login_user_1 li .change_code{ display:block; float:left; margin-left:10px;}
#alert_fanli .login_user_1 li .change_code img{ height:26px;}
#alert_fanli .login_user_1 li .tips-error{ clear:both; margin-left:84px;color:#FF6702;line-height:24px;}
#alert_fanli .login_user_1 .check-p{ float:left; margin:10px 0 0 5px;}
#alert_fanli .login_user_1 .user{ vertical-align:2px; color:#777;}
#alert_fanli .login_user_1 .label_title{ font-size:14px; color:#777; height:24px; width:84px; float:left; line-height:22px; white-space:nowrap;}
#alert_fanli .login_user_1 .text { width:192px; height:24px; line-height:22px; border:0; border:1px solid #b9b9b9; float:left;}
#alert_fanli .login_user_1 .codeInput{ width:92px;}
#alert_fanli .login_user_1  .change_img{ width:96px; height:25px;  background:#c3c3c3; position:absolute; top:0px; left:180px