/*!
 * caiduzhi v1.0.0 (http://caiduzhi.com/)
 * Copyright 2020-2030 The CaiDuzhi Authors
 * Copyright 2020-2030 CaiDuzhi, Inc.
 * Licensed under ICP (https://github.com/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media (min-width: 576px) {
  body{background-color: white;margin-top:60px;}
}


@media (max-width: 575.98px) {
  body{background-color: white;margin-top:120px;}
}

.cdz_table{
	width: 100%;
	margin: 0 auto;
}

.cdz_figure{
	margin: 100 auto;
	width: 1000px;
	height:600px;
}

.cdz_row{
	margin: 15px;
}
.cdz_row_tb{
	witdth:80%;
	margin-left: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 15px;
	
}
.cdz_row_ltb{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
}



/*# sourceMappingURL=bootstrap.css.map */