
@charset "utf-8";
/* CSS Document */
.header .banner .zhutu{width:100%;height:300px;position:absolute;left:0px;top:114px; text-align:center;}
.content{ width:1000px; margin:0 auto; margin-top:60px; margin-bottom:60px;}
.content .congtS .shangLt{ float:left; border-bottom:2px solid #83bb43; padding:10px; font-size:16px;}
.content .congtS .shangRt{ float:left; border-bottom:2px solid #e3e3e3; padding:11px; font-size:14px; width:893px;}
.congtS .shangRt p{ float:left; padding-right:20px;}
.shangRt p a{ color:#363636;}
.shangRt p a:hover{ color:#83bb43;}
.content .congtX { margin-top:35px;}
.content .congtX .guanyu{ color:#181717; font-size:32px; text-align:center; padding-bottom:10px;}
.congtX .guanyu span{ color:#a9a9a9; font-size:28px; font-style:italic;}
.congtX .biaoge{ padding-top:25px;}
.congtX .biaoge table{ width:1000px; background-color:#f2f2f2;}
.biaoge .oneth{ background:#3CAF59; height:60px; line-height:60px; font-size:16px; color:#fff;}
.biaoge table td{ border-left:1px solid #fff; text-align:center; width:115px;}
.biaoge table .teshu{ text-align:left; padding-left:20px; width:400px; border-left:none;}
.biaoge .twoth{color:#83bb43; font-size:14px; border-bottom:1px solid #fff;}
.biaoge .twoth td{ padding:20px; padding-bottom:20px;}
.biaoge .twoth .price{ font-size:30px; font-family:Georgia,Microsoft YaHei,Times,serif;}
.biaoge .twoth .teshu{ padding-top:34px;}
.twoth .teshu img{ padding-left:2px;}
.twoth .price span{ font-size:14px;}
.biaoge .others{color:#000; font-size:12px; border-bottom:1px solid #fff; color:#7c7c7c;}
.biaoge .others img{ padding-top:14px;}
.biaoge .others td{ height:45px; line-height:45px;}
.biaoge .others .red{ color:#f00;}
.biaoge .others .buys{ background:#5ea70b; font-size:12px; color:#fff; padding:6px 0;}
.others .buys span{ padding:6px 13px;}
.biaoge .checked{ height:45px; line-height:45px; font-size:12px; color:#7c7c7c; border-bottom:1px solid #FFF;}
.biaoge .checked td{ background:url(../images/duicuo_25.png) no-repeat center;}
.biaoge .checked .teshu{ background:none;}
.biaoge .checked img{ padding-top:14px;}
.biaoge .checked .wrong{ background:url(../images/duicuo_33.png) no-repeat center;}
.biaoge table tr:hover{ background:#ededed;}
.biaoge .oneth:hover{ background:#3CAF59;}
.teshu span {display:none;}
/*tooltips*/
.tooltips{
position:relative;
z-index:2;
}
.tooltips:hover{
z-index:3;
background:none; 
}
.tooltips span{
display: none;
}
.tooltips span p{
	margin:0; padding:0
}
.tooltips:hover span{ 
display:block;
position:absolute;
top:35px;
left:5px;
width:360px;
border:1px solid #CCC;
background-color:#fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
border-radius: 6px;
padding: 10px;
font-size:12px;
line-height:22px;
color:#333;
}
.tooltips:hover span:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 4px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}
.tooltips:hover span:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 6px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1) transparent;    
}