/*多用户页面样式  以下样式请更新  上面的样式不要更新*/

a.xiangxi:link{ font-size:16px; color:#ed7d31; font-weight:400; text-decoration:none}
a.xiangxi:visited{ font-size:16px; color:#ed7d31; font-weight:400; text-decoration:none}
a.xiangxi:hover{ font-size:16px; color:#c34f00; font-weight:400; text-decoration:none}

/*网站基本定义
.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix{*zoom:1;}*/



/*多用户页面选项卡*/
.o-m{background:#f8f8f8;width:1120px;margin-top:0px; margin-left:40px; margin-bottom:20px;}
.o-m .ul-o{float:left;width:271px;position:relative;background:#fff6e3;}
.o-m .ul-o li{width:100%;cursor:pointer;position:relative;z-index:2}
.o-m .ul-o span{width:15px;height:55px;float:left;display:block;/*border-bottom:1px solid #fadea5;background:url(../images/n-qyjz-1.png) no-repeat;background-position:-272px 20px;*/}
.o-m .ul-o .li-t span{background-position:-272px -50px;}
.o-m .ul-o .li-s span{background-position:-272px -120px;}
.o-m .ul-o .li-f span{background-position:-272px -190px;}
.o-m .ul-o .li-w span{background-position:-272px -257px;}
.o-m .ul-o .li-l span{background-position:-272px -323px;}
.o-m .ul-o li p{/*float:left;*/line-height:55px;color:#444;font-size:18px;width:259px;border-bottom:1px solid #cccbc8;padding-left:10px;}
.o-m .ul-o li b{position:absolute;display:block;width:15px;height:32px;background:url(../images/n-qyjz-38.png) no-repeat;top:50%;margin-top:-16px;right:-15px;display:none}
.o-m .ul-o .li-mask{background:#ff6800;position:absolute;left:0;top:0;width:271px;height:55px;background:url(../images/n-qyjz-52-.png) no-repeat;}
.o-m .ul-o li.on b{display:block;}
.o-m .ul-t{/*background:#f8f8f8;*/width:849px;float:left;height:280px;}
.o-m .ul-t li{list-style-type:none;position:relative;height:100%;display:none;}
.o-m .ul-t .li-top{padding:10px 0 0 50px;}
.o-m .ul-t h5{ display:block;color:#666;font-size:24px;line-height:38px; font-weight:bold; margin-bottom:10px;}
.o-m .ul-t p{color:#717171;font-size:18px;line-height:2em;margin-bottom:5px}
.o-m .ul-t .li-a a{color:#2b91b8;font-size:14px;margin-right:30px;cursor:default;line-height:22px;}
.o-m .ul-t .li-a span{color:#999;font-size:14px}
.o-m .ul-t .li-img{margin:50px 0 90px 0; text-align:center; font-weight:bold;font-size:24px;}

.o-m .ul-t a{ font-size:24px; padding:20px;  border-radius:30px;  background-color:#c18011; color:#f2f2f2; cursor:pointer; width:auto; border:0px;}

a.yuananniu{
    font-size: 24px;
    padding: 20px 40px 20px 40px;
    border-radius: 30px;
    background-color: #1a6d9d;
    color: #f2f2f2;
    cursor: pointer;
    width: auto;
    border: 0px;
	font-weight:bold;
	

}



.rounded-corner{border-top-left-radius: 25px;border-top-right-radius: 25px;}

.kapian{line-height:200%;  background-color:  #F7F7F7;  padding:10px 15px 5px 15px;  color: #606060}
.kapian span { color:#333} 


.yuanjiaobiao
.yuanjiaobiao table {
  width: 100%;
  border-collapse: collapse; /* 移除单元格间的边距 */
}
 
.yuanjiaobiao table td {
  border: 0px; /* 设置单元格边框 */
  position: relative; /* 设置定位，为圆角服务 */
}
 
.yuanjiaobiao table tr:first-child td {
  border-top-left-radius: 10px; /* 左上角圆角 */
  border-top-right-radius: 10px; /* 右上角圆角 */
}
