#app{
	width:100%;
	height:100%;
}
#app .wrap{
	width:100%;
	height:100%;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
#app .content{
	flex:1;
	overflow-y:scroll;
}

/* 分割线 */
.zst_tong{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	font-size:12px;
	color:#999999;
	height:33px;
	padding:0 10px;
}
.zst_tong a{
	display:block;
	font-size:12px;
	color:#999999;
	background:#F7F7F7;
	border-radius:2.5px;
	height:25px;
	line-height:25px;
	border:0.7px solid #F7F7F7;
	width:52px;
	text-align:center;
	margin-left:5px;
}
.zst_tong a.active{
	border:0.7px solid #DF2951;
	color:#DF2951;
	background:#FFFFFF;
}
.zst_footer{
	padding-bottom:34px;
	background:#FFFFFF;
}
#xuan_scroll{
	background:url(../images/niu.png) no-repeat top center, linear-gradient( to top , #FFF3F6 0%, #FFFFFF 80%);
	background-size:100% 100%;
	height:35px;
	width:100%;
	border-top:0.8px solid #EEEEEE;
}
.scroll_list{
	height:35px;
}
.scroll_list .item{
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:35px;
	padding:0 15px;
	position:relative;
}
.scroll_list .left, .scroll_list .right{
	display:flex;
	align-items:center;
}
.scroll_list .left{
	border-right:1px solid #DDDDDD;
	width:55%;
}
.scroll_list .right{
	width:45%;
	display:flex;
}
.scroll_list .name{
	font-size:11px;
	color:#656565;
	display:flex;
	align-items:center;
	max-width:100px;
}
.scroll_list .tou_img img{
	display:block;
	width:20px;
	height:20px;
	border-radius:50%;
}
.scroll_list .name span{
	display:block;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	font-size:13px;
	color:#1F1F1F;
}
.scroll_list .cur_zhong{
	padding:0 5px;
	height:15px;
	background:#DF2A52;
	line-height:15px;
	font-size:10px;
	color:#FFFEFF;
	border-radius:3px;
}
.scroll_list .tiaojian{
	font-size:13px;
	color:#1F1F1F;
	margin:0 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80px;
}
.scroll_list .zhongchu{
	font-size:14px;
	color:#DF2A52;
	font-weight:bold;
}
.scroll_list .item .lan_black, .scroll_list .item .red_black{
	padding:0 2px;
	height:15px;
	line-height:15px;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	border-radius:0 0 0 7px;
	position:absolute;
	right:0;
	top:0;
	background:#0095FF;
}
.scroll_list .item .red_black{
	background:#DF2A52;
}
.foot_tool{
	display:flex;
	justify-content:space-between;
	padding:0 15px;
	padding-top:9px;
}
.foot_tool .left{
	position:relative;
}
.foot_tool .foot_qishu{
	background:#F7F7F7;
	border-radius:5px;
	height:30px;
	line-height:30px;
	padding:0 15px;
}
.foot_tool .foot_qishu a{
	display:inline-block;
	background:url(../images/qishu1.png) no-repeat right center;
	background-size:7.5px 5.5px;
	padding-right:20px;
	font-size:14px;
	color:#1F1F1F;
}
.foot_tool .foot_qishu a.qie{
	background:url(../images/qishu2.png) no-repeat right center;
	background-size:7.5px 5.5px;
	color:#DF2A52;
}
.foot_tool .right{
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.foot_tool .right a{
	display:block;
	font-size:13px;
	color:#1F1F1F;
	margin-left:20px;
	padding-left:21px;
}
.foot_tool .right .foot_set{
	background:url(../images/she.png) no-repeat left center;
	background-size:16.5px 15px;
}
.foot_tool .right .foot_help{
	background:url(../images/bang.png) no-repeat left center;
	background-size:15px 15px;
}
/* 趋势图 */
.qushi_content{
	background:#262427;
	padding-bottom:15px;
}
.qushitu_head{
	display:flex;
	justify-content:space-between;
	height:40px;
	align-items:center;
	padding:0 10px;
}
.qushitu_head .title, .qushitu_head .nav, .qushitu_head .diaobiao{
	flex:1;
}
.qushitu_head .title{
	font-size:12px;
	color:#FFFFFF;
}
.qushitu_head .nav{
	display:flex;
	justify-content:center;
	align-items:center;
}
.qushitu_head .nav a{
	display:block;
	height:25px;
	line-height:25px;
	text-align:center;
	font-size:12px;
	padding:0 12px;
}
.qushitu_head .nav a:first-child{
	border:0.7px solid #007BF1;
	border-right:none;
	color:#007BF1;
	border-radius:5px 0 0 5px;
}
.qushitu_head .nav a:last-child{
	border:0.7px solid #1D9F75;
	border-left:none;
	color:#1D9F75;
	border-radius:0 5px 5px 0;
}
.qushitu_head .nav a.on:first-child{
	background:#007BF1;
	color:#FFFFFF;
}
.qushitu_head .nav a.on:last-child{
	background:#1D9F75;
	color:#FFFFFF;
}
.qushitu_head .diaobiao{
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.diaobiao .item{
	font-size:11px;
	color:#999999;
	margin-left:15px;
}
.diaobiao .item span{
	display:inline-block;
	width:7px;
	height:7px;
	margin-right:2.5px;
}
.diaobiao .item .green{
	background:#1D9F75;
}
.diaobiao .item .red{
	background:#DF2A52;
}
.qushitu_show{
	height:188px;
}
.qushitu_haoma{
	display:flex;
	padding:0 10px;
	margin-top:15px;
}
.qushitu_haoma .left, .qushitu_geshu .left{
	font-size:12px;
	color:#999999;
	width:62px;
	margin-right:5px;
}
.qushitu_haoma .right{
	flex:1;
}
.qushi_wrapper{
  display: flex;
  overflow: hidden;
}
[line-clamp="1"] {
  max-height: 17px;
}
.hao::before {
  content: '';
  height: calc(100% - 17px);
  float: right;
}
.text::after {
  content: '';
  width: 999vw;
  height: 999vw;
  position:absolute;
}
.btn, .geshu{
  position: relative;
  float: right;
  clear: both;
  margin-left:20px;
  font-size:12px;
  background: none;
  line-height:17px;
  color:#007BF1;
  cursor: pointer;
}
.geshu span{
	font-size:12px;
	color:#999999;
	display:inline-block;
	margin-right:5px;
}
.btn::after{
  content:'展开'
}
.exp{
  display: none;
}
.exp:checked+.hao{
  max-height: none;
}
.exp:checked+.hao::after{
  visibility: hidden;
}
.exp:checked+.hao .btn::before{
  visibility: hidden;
}
.exp:checked+.hao .btn::after{
  content:'收起'
}
.btn::before{
  content: '...';
  position: absolute;
  left: -10px;
  color:#DF2951;
  transform: translateX(-100%)
}
.qushitu_haoma .right .hao{
	word-break: break-all;
	font-size:12px;
	color:#DF2951;
	line-height:17px;
}
.qushitu_geshu{
	display:flex;
	padding:0 10px;
	margin:7px 0;
}
.qushitu_geshu .right{
	display:flex;
	flex-wrap:wrap;
}
.qushitu_geshu .right a{
	display:block;
	width:21px;
	height:21px;
	line-height:21px;
	text-align:center;
	background:#333333;
	border-radius:2.5px;
	font-size:12px;
	color:#FFFFFF;
	margin:2px 0;
	margin-right:5px;
}
.qushitu_geshu .right a.on{
	border:0.7px solid #DF2A52;
	color:#DF2A52;
	background:#262427;
}
.qushitu_class{
	display:flex;
	padding:0 8px;
	justify-content:space-between;
	align-items:center;
}
.qushitu_class .qushitu_zhuan a{
	font-size:12px;
	color:#DF2A52;
	background:url(../images/zhuan.png) no-repeat right center;
	background-size:5px 9px;
	padding-right:10px;
}
.qushitu_class .qushitu_img a{
	font-size:11px;
	color:#656565;
	background:url(../images/chutu.png) no-repeat left center;
	background-size:10px 11px;
	padding-left:15px;
}
.qushitu_class .qushitu_jiao a{
	font-size:12px;
	color:#DF2A52;
	background:url(../images/jiao.png) no-repeat left center;
	background-size:14px 11.5px;
	padding-left:19px;
}
.qishu_mark{
	position:fixed;
	width:100%;
	top:0;
	bottom:73px;
	max-width:750px;
	background:rgba(0,0,0,.8);
	z-index:101;
}
.mark_position{
	position:absolute;
	bottom:0;
	width:100%;
	max-width:750px;
	border-bottom:1px solid #EDEDED;
}
.qishu_setbox{
	background:#FFFFFF;
	border-radius:15px 15px 0 0;
	padding:0 10px;
	padding-bottom:17.5px;
}
.qishu_setbox .head{
	text-align:center;
	padding:15px 0 2.5px;
	text-align:center;
	font-size:15px;
	color:#1F1F1F;
}
.qishu_setbox .item{
	display:flex;
	padding:7.5px 5px;
	font-size:12px;
	color:#656565;
	justify-content:space-between;
	align-items:center;
}
.qishu_setbox .item input{
	display:block;
	width:79px;
	background:#F7F7F7;
	border-radius:5px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	border:none;
}
.qishu_setbox .item a{
	display:block;
	width:62.5px;
	height:30px;
	line-height:30px;
	border-radius:5px;
	background:#F7F7F7;
	font-size:14px;
	color:#1F1F1F;
	text-align:center;
}
.qishu_setbox .item .active{
	background:#FBE9ED;
	color:#DF2A52;
}
.qishu_setbox .item .on{
	background:#DF2A52;
	color:#FFFFFF;
}
.chart_nav{
	border-top:0.7px solid #EDEDED;
	height:44px;
	display:flex;
	align-items:center;
	background:#FFFFFF;
}
.chart_nav a{
	display:block;
	flex:1;
	text-align:center;
	padding:5px 0;
	font-size:15px;
	color:#656565;
}
.chart_nav a.active{
	position:relative;
	font-weight:700;
	color:#DF2951;
}
.chart_nav a.active::after{
	position:absolute;
	right:45%;
	bottom:0;
	left:45%;
	height:2.5px;
	background:currentColor;
	border-radius:5px;
	content:"";
}
.help_list{
	padding:20px 15px;
}
.help_list .item{
	font-size:14px;
	color:#434343;
	line-height:24px;
	margin-bottom:34px;
}
.help_list .item .title{
	font-size:16px;
	color:#1F1F1F;
	font-weight:700;
}
.help_list .item .top{
	font-size:14px;
	color:#434343;
	line-height:24px;
	margin-top:8px;
}
.help_list .item .indicate{
	display:flex;
	justify-content:space-between;
	margin-top:12px;
}
.help_list .item .major, .help_list .item .school{
	font-size:12px;
	color:#999999;
}
.help_list .item .major a, .help_list .item .school a{
	display:inline-block;
	font-size:12px;
	color:#DF2951;
	background:url(../images/zhuan.png) no-repeat right center;
	background-size:5px 9px;
	padding-right:10px;
}
.know_btn{
	padding:11.5px 10px 34px;
	background:#FFFFFF;
	box-shadow: 4px 0px 20px 0px rgba(0,0,0,.3);
	display:flex;
}
.know_btn a{
	display:block;
	flex:1;
	height:37px;
	line-height:37px;
	text-align:center;
	border-radius:5px;
	font-size:15px;
	margin:0 5px;
	background:#F7F7F7;
	color:#1F1F1F;
}
.know_btn a:last-child{
	background:#E02A52;	
	color:#FFFFFF;
	flex:2;
}
.chart_list{
	padding:15px;
}
.chart_box .chart_title{
	font-size:14px;
	color:#1F1F1F;
	font-weight:700;
	margin-bottom:12px;
	display:flex;
	justify-content:space-between;
}
.chart_box .chart_title span{
	display:block;
	font-size:12px;
	color:#999999;
	font-weight:normal;
}
.chart_term{
	background:#FFFFFF;
	border-radius:7.5px;
	padding:5px 15px;
	margin-bottom:25px;
}
.chart_term .item{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:9px 0;
}
.chart_term .item .left{
	font-size:15px;
	color:#1F1F1F;
}
.chart_term .item .switch_box a{
	display:flex;
	width:39px;
	height:23px;
	background:#E9E9E9;
	border-radius:12px;
	position:relative;
	align-items:center;
	justify-content:flex-start;
}
.chart_term .item .switch_box a span{
	display:block;
	width:20px;
	height:20px;
	background:#FFFFFF;
	border-radius:50%;
	position:absolute;
	left:2px;
}
.chart_term .item .switch_box a.open{
	background:#69C16C;
}
.chart_term .item .switch_box a.open span{
	left:inherit;
	right:2px;
}
.chart_term .item .chart_qishu{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	height:25px;
	background:#F7F7F7;
	border-radius:5px;
}
.chart_term .item .chart_qishu a{
	display:block;
	font-size:13px;
	color:#656565;
	width:55px;
	text-align:center;
	line-height:25px;
}
.chart_term .item .chart_qishu a:first-child{
	border-radius:5px 0 0 5px;
}
.chart_term .item .chart_qishu a:last-child{
	border-radius:0 5px 5px 0;
}
.chart_term .item .chart_qishu a.dang{
	background:#FBE9ED;
	color:#DF2951;
}
.chart_term .zst_body{
	margin:10px 0;
}
.font_button{
	background:#EDEDED;
	height:3px;
	display:flex;
	justify-content:space-between;
	align-items:end;
	position:relative;
	margin-top:30px;
}
.font_speed{
	background:#137BFF;
	height:3px;
	width:50%;
}
.font_button .item{
	width:2px;
	height:10px;
	background:#EDEDED;
	padding:0;
}
.font_button .on-off{
	position:absolute;
	width:14px;
	height:14px;
	background:#FFFFFF;
	border-radius:50%;
	border:1px solid #137BFF;
	left:48%;
	bottom:-7px;
}
.font_button .active{
	background:#137CFF;
}


.table-size-seet{
	width: 100%;
	/* height: 2.5px; */
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 20px;
}
.table-size-seet .item{
	width: 1.5px;
	height: 4px;
	background: #EDEDED;
}
.table-size-seet .item.active{
	background: #137CFF;
}
.table-size-seet .line-box{
	position: absolute;
	width: 100%;
	height: 3px;
	background: #EDEDED;
	bottom: 0;
	left: 0;
}
.table-size-seet .line-box .active-line{
	background: #137CFF;
	height: 3px;
	width: calc(50% - 7.5px);
}
.drag-ball{
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border: 1px solid #137CFF;
	position: absolute;
	border-radius: 50%;
	left: calc(50% - 7.5px);
	bottom: -7.5px;
	cursor: pointer;
	background: white;
}
.font_size{
	display:flex;
	justify-content:space-between;
}
.font_size .item{
	font-size:12px;
	color:#1F1F1F;
}
.font_size .item:first-child{
	font-size:10px;
}
.font_size .item:last-child{
	font-size:15px;
}/* 手势指引 */
.point_mark{
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	max-width:750px;
	background:rgba(0,0,0,0.8);
	z-index:120;
}
.step_list{
	width:100%;
	height:100%;
	position:relative;
}
.step_list .item{
	position:absolute;
	width:100%;
}
.step_list .step_img img{
	display:block;
	width:100%;
}
.step_contnet{
	width:210px;
	margin:5px auto;
}
.point_text{
	background: linear-gradient(-90deg, #FF2E5C 0%, #FF72A7 100%);
	width:210px;
	display:flex;
	flex-direction:column;
	justify-content:space-around;
	align-items:center;
	padding:10px 0;
	border-radius:8px;
	height:70px;
}
.point_text .big{
	font-size:16px;
	color:#FFFFFF;
	font-weight:700;
}
.point_text .small{
	font-size:12px;
	color:#FFFFFF;
}
.point_btn{
	display:flex;
	justify-content:space-between;
	margin:15px 0;
	align-items:center;
}
.point_btn a{
	font-size:13px;
	color:#FFFFFF;
	opacity:.7;
}
.point_btn button{
	display:block;
	width:76px;
	height:34px;
	border:none;
	background:#FFFFFF;
	border-radius:17px;
	text-align:center;
	line-height:34px;
	color:#E02A52;
	font-weight:700;
}
.point_btn .shang{
	background:none;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
}
.step_list .step1{
	bottom:34px;
}
.step_list .step2{
	top:0;
}
.step_list .step3{
	top:0;
}
.step_list .step4{
	top:0;
}
/* 3D之家定制 */
.zst_top .kaijiang, .zst_top .tui_hao{
	width:60px;
	line-height:44px;
	height:44px;
}
.zst_top .type_num div{
	width:30px;
}
.zst_body .line_child .jianghao, .zst_yuce .right .jianghao, .zst_maximum .right .jianghao, .zst_body .line_child .tui_hao, .zst_yuce .right .tui_hao, .zst_maximum .right .tui_hao{
	width:60px;
}
.zst_body .line_child .jianghao{
	background:#FDF3F5;
}
.zst_body .line_child .type_num{
	background:#F7F7F7;
}
.zst_body .line_child .jianghao div{
	color:#DF2A52;
}
.zst_body .line_child .type_num, .zst_yuce .right .type_num, .zst_maximum .right .type_num{
	width:30px;
}
.zst_yuce .right .jianghao div, .zst_yuce .right .type_num div, .zst_maximum .right .jianghao div, .zst_body .line_child .tui_hao div{
	font-size:12px;
	color:#1F1F1F;
}
.zst_index .bg1{
	background:#FDF3F5;
}
.zst_index .bg2{
	background:#FDF3E4;
}
.zst_index .bg3{
	background:#ECF4FB;
}
.zst_index .line_child .bg4{
	background:#FFFFFF;
}
.zst_index .bg1 div{
	color:#F5C1C9!important;
}
.zst_index .bg2 div{
	color:#EDCFA9!important;
}
.zst_index .bg3 div{
	color:#B5D1EB!important;
}
.zst_index .bg_white{
	background:#FFFFFF;
}
.zst_index .bg_white .item{
	background:#FFFFFF;
}
.zst_index .bg_qian{
	background:#F7F7F7;
}
.zst_index .bg_qian .item{
	background:#F7F7F7;
}
.zst_index .line_hui{
	border-bottom:0.7px solid #EDEDED;
}
.zst_index .line_child .bg4 div{
	color:#1F1F1F;
}
.zst_body .line_child .active{
	background:#DF2A52;
}
.zst_body .line_child .active div{
	color:#FFFFFF;
}
.zst_yuce .right .active{
	background:#DF2A52;
}
.zst_yuce .right .active div{
	color:#FFFFFF!important;
}
.zst_body .line_child .huang{
	width:20px;
	height:20px;
	text-align:center;
	background:#FF6000;
	font-size:12px;
	line-height:20px;
	color:#FFFFFF!important;
	border-radius:50%;
	flex:inherit!important;
}
.zst_body .line_child .lan{
	width:20px;
	height:20px;
	text-align:center;
	background:#0095FF;
	font-size:12px;
	line-height:20px;
	color:#FFFFFF!important;
	border-radius:50%;
	flex:inherit!important;
}
.san_top .quhao_num div{
	color:#1F1F1F;
}
.line_child .max_item{
	display:flex;
	flex:1;
}
.line_child .max_item .item{
	font-size:12px;
	color:#666666;
}
.line_child .kj_time{
	flex:1;
	text-align: center;
	font-size: 12px;
	color: #DF2A52;
	line-height:23px;
	height:22px;
}
.zst_body .max_item .jianghao{
	background:none;
}

/*   3D*第n位图        */
#app table{
	width:100%;
}
.san_top{
	border-top:0.7px solid #EDEDED;
}
.san_thead{
	display:flex;
	background:#F7F7F7;
}
.san_tbody, .san_foot{
	background:#FFFFFF;
}
.san_foot{
	border-top:0.7px solid #DF2951;
	border-bottom:0.7px solid #DF2951;
}
.san_item{
	width:20%;
}
.san_thead .san_item{
	background:#F7F7F7;
}
.wrap .san_item td{
	text-align:center;
	font-size:10px;
	color:#999999;
	line-height:20px;
	border-left:0.7px solid #EDEDED;
	width:23%;
}
.wrap .san_item .san_qihao{
	width:30%;
	line-height:12px;
	text-align:center;
}
.wrap .bor_top{
	border-top:0.7px solid #FFFFFF;
}
.san_child{
	display:flex;
}
.wrap .san_tbody .san_qihao, .wrap .san_foot .san_qihao{
	line-height:20px;
	color:#1F1F1F;
	background:#F7F7F7;
}
.wrap .san_tbody .red{
	width:15px;
	height:15px;
	text-align:center;
	background:#DF2951;
	font-size:10px;
	line-height:15px;
	color:#FFFFFF;
	border-radius:50%;
	margin:0 auto;
}
.san_tbody .san_item td.bg_lan{
	background:#BDDFFF;
	color:#FFFFFF;
}
.san_foot .san_item td.zi_red{
	color:#DF2951;
}
.san_boxshadow{
	box-shadow:4px 0px 15px 0px rgb(0 0 0 / 20%);
	background:#FFFFFF;
	display:flex;
	justify-content:space-between;
	padding:0 10px;
	padding-bottom:34px;
	margin-top:15px;
}
.san_boxshadow .left, .san_boxshadow .right{
	display:flex;
	margin:12px 5px;
	align-content:center;
	height:35px;
}
.san_boxshadow .right{
	justify-content:flex-end;
	align-content:center;
	font-size:15px;
	color:#1F1F1F;
	line-height:35px;
}
.san_boxshadow .left a, .san_boxshadow .right input, .san_boxshadow .right button{
	display:block;
	width:63px;
	height:31.5px;
	border:1px solid #1F1F1F;
	color:#1F1F1F;
	border-radius:5px;
	font-size:15px;
	text-align:center;
	line-height:31.5px;
	margin-right:10px;
}
.san_boxshadow .left .prev, .san_boxshadow .left .next{
	color:#999999;
	border:1px solid #CBCBCB;
}
.san_boxshadow .right input{
	width:35.5px;
	background:#F7F7F7;
	border:1px solid #F7F7F7;
	margin-right:0;
}
.san_boxshadow .right button{
	border:1px solid #DF2A52;
	background:#DF2A52;
	color:#FFFFFF;
	margin-right:0;
	margin-left:10px;
}
.black_wrap .san_item{
	background:#171719;
}
.black_wrap .san_top{
	border-top:0.7px solid #252327;
}
.black_wrap .san_item td{
	color:#999999;
	border-left:0.7px solid #252327;
}
.black_wrap .bor_top{
	border-top:0.7px solid #000000;
}
#app .black_wrap .bor_right{
	border-right:0.7px solid #171719;
}
.black_wrap .san_tbody td, .black_wrap .san_foot td{
	background:#000000;
}
.black_wrap .san_tbody .san_qihao, .black_wrap .san_foot .san_qihao{
	background:#171719;
	color:#999999;
}
.black_wrap .san_boxshadow{
	background:#252327;
}
.black_wrap .san_boxshadow .left a{
	border:1px solid #A9A9A9;
	background:#252327;
	color:#FFFFFF;
}
.black_wrap .san_boxshadow .left .prev, .black_wrap .san_boxshadow .left .next{
	border:1px solid #41454F;
	background:#252327;
	color:#656565;
}
.black_wrap .san_boxshadow .right{
	color:#FFFFFF;
}
.black_wrap .san_boxshadow input{
	color:#FFFFFF;
	background:#171719;
	border:1px solid #171719;
}
.black_wrap .san_tbody .san_item td.bg_lan{
	background:#143452;
	color:#bddfff;
}
@media screen and (min-width:750px){
	.scroll_list .left{
		width:50%;
	}
	.scroll_list .right{
		justify-content:space-around;
	}
	#app .content::-webkit-scrollbar {/*滚动条整体样式*/
		width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
		height: 5px;
		display:block;
	}
	#app .content::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
		border-radius: 5px;
		-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
		background:#b9b9b9;
	}
	#app .content::-webkit-scrollbar-track {/*滚动条里面轨道*/
		-webkit-box-shadow: inset 0 0 5px rgba(255,255,255,.2);
		border-radius: 0;
		background:#dcdcdc;
	}
	.zst_top .right::-webkit-scrollbar {/*滚动条整体样式*/
		width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
		height: 10px;
		display:block;
	}
	.zst_top .right::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
		border-radius: 5px;
		-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
		background:#b9b9b9;
	}
	.zst_top .right::-webkit-scrollbar-track {/*滚动条里面轨道*/
		-webkit-box-shadow: inset 0 0 5px rgba(255,255,255,.2);
		border-radius: 0;
		background:#dcdcdc;
	}
	.zst_body .right::-webkit-scrollbar {/*滚动条整体样式*/
		width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
		height: 10px;
		display:block;
	}
	.zst_body .right::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
		border-radius: 5px;
		-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
		background:#b9b9b9;
	}
	.zst_body .right::-webkit-scrollbar-track {/*滚动条里面轨道*/
		-webkit-box-shadow: inset 0 0 5px rgba(255,255,255,.2);
		border-radius: 0;
		background:#dcdcdc;
	}
	.zst_yuce .right::-webkit-scrollbar {/*滚动条整体样式*/
		width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
		height: 10px;
		display:block;
	}
	.zst_yuce .right::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
		border-radius: 5px;
		-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
		background:#b9b9b9;
	}
	.zst_yuce .right::-webkit-scrollbar-track {/*滚动条里面轨道*/
		-webkit-box-shadow: inset 0 0 5px rgba(255,255,255,.2);
		border-radius: 0;
		background:#dcdcdc;
	}
	.zst_maximum .right::-webkit-scrollbar {/*滚动条整体样式*/
		width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
		height: 10px;
		display:block;
	}
	.zst_maximum .right::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
		border-radius: 5px;
		-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
		background:#b9b9b9;
	}
	.zst_maximum .right::-webkit-scrollbar-track {/*滚动条里面轨道*/
		-webkit-box-shadow: inset 0 0 5px rgba(255,255,255,.2);
		border-radius: 0;
		background:#dcdcdc;
	}
	.wrap .san_thead .san_item{
		width:149px;
	}
	.wrap .san_tbody .san_item{
		width:149px;
	}
	.san_item, .san_child{
		flex:inherit;
	}
}