@charset "utf-8";
#addForm{height: 100%;}
.left-slide{height:100%;width:20%;border-right:1px solid #e4e9ed}
.right-cont{height:100%;width:80%;overflow: auto;}
.ltop-blank{height:42px;background-color:#f3f5f7;line-height:42px;text-align:center;font-weight:600;}
.lcate_ul{display:block;}
.lcate_ul li{
	height:42px;line-height:42px;text-align:left;
	border-bottom:1px solid #e4e9ed;color:#1c2b36;
	padding-left:30px;cursor: pointer;
}
.lcate_ul li:hover,.lcate_ul li.act{background-color:#f3f5f7;}
.tb-box{padding:22px 0px;border-top:1px dashed #ced0da;}
.tb-box:FIRST-CHILD{border-top:none;}
.tb-cate-tit{color:#7f8fa4;font-size:16px;margin:10px 0 20px 0px;}
.tb-item-box{position:relative;padding:6px 0px;}
.tb-left-tit{float:left;width:20%;text-align:right;padding-right:20px;color:#1c2b36;font-weight:400;line-height:32px;}
.tb-right-box{float:left;width:80%;color:#1c2b36;line-height:32px;  overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.areaTxt {
  padding: 4px 10px;
  width: 50%;
  resize: both;
}
.areaTxt.form-control{height:34px;line-height:22px;}
.txtTipBox{position: relative;line-height:20px;width:90%;white-space: normal;padding-bottom:20px;}
.txtTipBox .tips-p{color:#7f8fa4;}
.tb-select{width:50%;}
.tb-input{width:50%;}
.tb-txtArea{width:70%;}
#setDataTable{border:1px solid #ccc;width:100%;text-align:center;}
#setDataTable td{border:1px solid #ccc;padding:10px 0;}
.delSet,.addSet{color:#337ab7;}
.readOnlyInput{border:none;text-align:center;}
/*轮播图片开始*/
.jcarousel-wrapper {
    position: relative;
	padding: 20px 40px;
	border: 1px solid #e7e7e7;
	width: 540px;
}
.jcarousel {
    overflow: hidden;
    width: 100%;
}
.jcarousel ul {
    width: 20000px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 150px;
    float: left;
    text-align: center;
    height: 160px;
    position: relative;
    border-left: 1px solid #e7e7e7;
}
.jcarousel li:FIRST-CHILD{border-left: none;}
.jcarousel img {
    max-width: 120px;
    max-height:140px;
    height: auto !important;
    margin: 0px auto;
    cursor: pointer;
    vertical-align: middle;
}
.gift_link{display: block;height: 140px;vertical-align: middle;line-height: 140px;margin-top: 10px;}
.jcarousel .prev,.jcarousel .next{ 
	position: absolute;
    top: 40px;
    margin-top: -15px;
    width: 30px;
    height: 160px;
    text-align: center;
    color: #989898;
    text-decoration: none;
    font: 60px/160px Arial, sans-serif;
    background-color: #fff;
    z-index: 999;
}
.switch-wrap .prev {
    left: 11px;
    top:35px;
    text-decoration: none;
}

.switch-wrap .next {
    right: 11px;
    top:35px;
    text-decoration: none;
}
/*轮播图片结束*/

.detailTitle{height:50px; line-height:50px; border-bottom:solid 1px #e4e9ed; padding-left:20px;}
body,div,table,a,tr,td,ul,li{font-size:12px; font-family:"微软雅黑"; padding:0; margin:0; color:#333333}
body{background:#FFFF}

/*滚动条*/
::-webkit-scrollbar{border-left:none;overflow:visible;width:13px;}
::-webkit-scrollbar-thumb{background-color:rgba(0, 0, 0, .2);background-clip:padding-box;border:1px solid transparent;border-left-width:2px;min-height:15px;box-shadow:inset 1px 1px 0 rgba(0, 0, 0, .1),inset 0 -1px 0 rgba(0, 0, 0, .07);}
::-webkit-scrollbar-thumb:vertical:hover{background-color:rgba(0, 0, 0, .3);}
::-webkit-scrollbar-thumb:vertical:active{background-color:rgba(0, 0, 0, .5);}
::-webkit-scrollbar-button{height:0;width:0;}
::-webkit-scrollbar-track{background-clip:padding-box;border:solid transparent;border-width:0 0 0 4px;}
::-webkit-scrollbar-corner{background:transparent;}

.detailTable{width:100%; border-collapse:collapse; margin-top:15px}
.detailTable td{line-height:45px; border-bottom:solid 1px #efefef}
.detailTableTitle{text-align:right; padding-right:20px}

.detailListTable{width:100%; border-collapse:collapse; margin-top:15px; margin-top:30px}
.detailListTable td{line-height:45px; border-bottom:solid 1px #efefef; padding-left:20px}
.clear{clear:both}
.loadMorePage{height:50px; text-align:center; line-height:50px; margin-top:20px}
.loading{ display:inline-block; width:32px; height:32px; background:url(/static/images/Preloader_1_32.gif); position:relative; top:8px; margin-right:10px}
.waitLoad{background:url(/static/images/07093129-1-4H3R.gif);}
.red{color:#FF0000;}
.green{color:#33CC33}
.udetail_ul{display: block;height: 100%;}
.udetail_ul li{float: left;display: block;height: 100%;cursor: pointer;padding: 0px 15px;}
.udetail_ul li.cur,.udetail_ul li:hover{color: #4A94FF ;border-bottom: 1px solid #4A94FF;}
.warning-txt{color: #c20e0e;}
.warning-icon{background: url("../images/help_red.png") no-repeat 50% 50%;display: inline-block;height: 16px;width: 16px;position: relative;top:2px;left: 3px;}