/******文字颜色大小******/
.text-primary {
    color: #E3BA65 !important; }
  
  .text-primary-dk {
    color: #bc9962 !important; }
  
  .bg-primary {
    background-color: #E3BA65 !important; }
  
  .bg-primary-dk {
    background-color: #bc9962 !important; }
  
  .text-dark, .text-muted, .text-muted-lt, .text-normal {
    trasition: .4s; }
  
  .text-dark {
    color: #080707 !important; }
  
  .text-muted {
    color: #777 !important; }
  
  .text-muted-lt {
    color: #b2b2b2 !important; }
  
  .text-normal {
    color: #575757 !important; }
    
  .text-red {
    color: #d43f3a !important; }
  
  a.text-muted:hover,
  a.text-muted-lt:hover,
  a.text-dark:hover,
  a.text-normal:hover,
  a.text-primary:hover,
  a:hover .text-muted,
  a:hover .text-muted-lt,
  a:hover .text-dark,
  a:hover .text-normal,
  a:hover .text-primary {
    color: #E3BA65 !important; }
  
  .text-warning {
    color: #ffd964 !important; }
  
  .text-danger {
    color: #E3BA65 !important; }
  
  /******背景色******/
  .bg-gray-lt {
    background-color: #fafafa !important; }
  
  .bg-gray {
    background-color: #F2F2F2 !important; }
  
  .bg-dark {
    background-color: #414141 !important; }

  /******Bootstrap4******/
  .d-flex {
    display: flex !important; }
	.flex-row {
			flex-direction: row !important; }
			
	.flex-column {
	flex-direction: column !important; }
	
	.flex-row-reverse {
	flex-direction: row-reverse !important; }
	
	.flex-column-reverse {
	flex-direction: column-reverse !important; }
	
	.flex-wrap {
	flex-wrap: wrap !important; }
	
	.flex-nowrap {
	flex-wrap: nowrap !important; }
	
	.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important; }
	
	.flex-fill {
	flex: 1 1 auto !important; }
	
	.flex-grow-0 {
	flex-grow: 0 !important; }
	
	.flex-grow-1 {
	flex-grow: 1 !important; }
	
	.flex-shrink-0 {
	flex-shrink: 0 !important; }
	
	.flex-shrink-1 {
	flex-shrink: 1 !important; }
	
	.justify-content-start {
	justify-content: flex-start !important; }
	
	.justify-content-end {
	justify-content: flex-end !important; }
	
	.justify-content-center {
	justify-content: center !important; }
	
	.justify-content-between {
	justify-content: space-between !important; }
	
	.justify-content-around {
	justify-content: space-around !important; }
	
	.align-items-start {
	align-items: flex-start !important; }
	
	.align-items-end {
	align-items: flex-end !important; }
	
	.align-items-center {
	align-items: center !important; }
	
	.align-items-baseline {
	align-items: baseline !important; }
	
	.align-items-stretch {
	align-items: stretch !important; }
	
	.align-content-start {
	align-content: flex-start !important; }
	
	.align-content-end {
	align-content: flex-end !important; }
	
	.align-content-center {
	align-content: center !important; }
	
	.align-content-between {
	align-content: space-between !important; }

	.d-none {
		display: none !important; }
	
	.d-inline {
		display: inline !important; }
	
	.d-inline-block {
		display: inline-block !important; }
	
	.d-block {
		display: block !important; }
	
	.d-table {
		display: table !important; }
	
	.d-table-row {
		display: table-row !important; }
	
	.d-table-cell {
		display: table-cell !important; }
	
	.d-flex {
		display: flex !important; }
	
	.d-inline-flex {
		display: inline-flex !important; }
	
	@media (min-width: 576px) {
		.d-sm-none {
			display: none !important; }
		.d-sm-inline {
			display: inline !important; }
		.d-sm-inline-block {
			display: inline-block !important; }
		.d-sm-block {
			display: block !important; }
		.d-sm-table {
			display: table !important; }
		.d-sm-table-row {
			display: table-row !important; }
		.d-sm-table-cell {
			display: table-cell !important; }
		.d-sm-flex {
			display: flex !important; }
		.d-sm-inline-flex {
			display: inline-flex !important; } }
	
	@media (min-width: 768px) {
	    
		.d-md-none {
			display: none !important; }
		.d-md-inline {
			display: inline !important; }
		.d-md-inline-block {
			display: inline-block !important; }
		.d-md-block {
			display: block !important; }
		.d-md-table {
			display: table !important; }
		.d-md-table-row {
			display: table-row !important; }
		.d-md-table-cell {
			display: table-cell !important; }
		.d-md-flex {
			display: flex !important; }
		.d-md-inline-flex {
			display: inline-flex !important; } }
	
	@media (min-width: 1024px) {
		.d-lg-none {
			display: none !important; }
		.d-lg-inline {
			display: inline !important; }
		.d-lg-inline-block {
			display: inline-block !important; }
		.d-lg-block {
			display: block !important; }
		.d-lg-table {
			display: table !important; }
		.d-lg-table-row {
			display: table-row !important; }
		.d-lg-table-cell {
			display: table-cell !important; }
		.d-lg-flex {
			display: flex !important; }
		.d-lg-inline-flex {
			display: inline-flex !important; } }
	
	@media (min-width: 1366px) {
		.d-xl-none {
			display: none !important; }
		.d-xl-inline {
			display: inline !important; }
		.d-xl-inline-block {
			display: inline-block !important; }
		.d-xl-block {
			display: block !important; }
		.d-xl-table {
			display: table !important; }
		.d-xl-table-row {
			display: table-row !important; }
		.d-xl-table-cell {
			display: table-cell !important; }
		.d-xl-flex {
			display: flex !important; }
		.d-xl-inline-flex {
			display: inline-flex !important; } }

  
		.position-static {
			position: static !important; }
		
		.position-relative {
			position: relative !important; }
		
		.position-absolute {
			position: absolute !important; }
		
		.position-fixed {
			position: fixed !important; }
		
		.position-sticky {
			position: sticky !important; }


  .m-0 {
    margin: 0 !important; }
  
  .mt-0,
  .my-0 {
    margin-top: 0 !important; }
  
  .mr-0,
  .mx-0 {
    margin-right: 0 !important; }
  
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important; }
  
  .ml-0,
  .mx-0 {
    margin-left: 0 !important; }
  
  .m-1 {
    margin: 0.25rem !important; }
  
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important; }
  
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important; }
  
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important; }
  
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important; }
  
  .m-2 {
    margin: 0.5rem !important; }
  
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important; }
  
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important; }
  
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important; }
  
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important; }
  
  .m-3 {
    margin: 1rem !important; }
  
  .mt-3,
  .my-3 {
    margin-top: 1rem !important; }
  
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important; }
  
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important; }
  
  .ml-3,
  .mx-3 {
    margin-left: 1rem !important; }
  
  .m-4 {
    margin: 1.5rem !important; }
  
  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important; }
  
  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important; }
  
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important; }
  
  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important; }
  
  .m-5 {
    margin: 3rem !important; }
  
  .mt-5,
  .my-5 {
    margin-top: 3rem !important; }
  
  .mr-5,
  .mx-5 {
    margin-right: 3rem !important; }
  
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important; }
  
  .ml-5,
  .mx-5 {
    margin-left: 3rem !important; }
  
  .p-0 {
    padding: 0 !important; }
  
  .pt-0,
  .py-0 {
    padding-top: 0 !important; }
  
  .pr-0,
  .px-0 {
    padding-right: 0 !important; }
  
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important; }
  
  .pl-0,
  .px-0 {
    padding-left: 0 !important; }
  
  .p-1 {
    padding: 0.25rem !important; }
  
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important; }
  
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important; }
  
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important; }
  
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important; }
  
  .p-2 {
    padding: 0.5rem !important; }
  
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important; }
  
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important; }
  
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important; }
  
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important; }
  
  .p-3 {
    padding: 1rem !important; }
  
  .pt-3,
  .py-3 {
    padding-top: 1rem !important; }
  
  .pr-3,
  .px-3 {
    padding-right: 1rem !important; }
  
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important; }
  
  .pl-3,
  .px-3 {
    padding-left: 1rem !important; }
  
  .p-4 {
    padding: 1.5rem !important; }
  
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important; }
  
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important; }
  
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important; }
  
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important; }
  
  .p-5 {
    padding: 3rem !important; }
  
  .pt-5,
  .py-5 {
    padding-top: 3rem !important; }
  
  .pr-5,
  .px-5 {
    padding-right: 3rem !important; }
  
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important; }
  
  .pl-5,
  .px-5 {
    padding-left: 3rem !important; }

  /******End bootstrap4******/
			
  /******图片100%全屏******/
  .img-100 {
    width: 100%;
    max-width: auto; }
  
  /******表单******/
  .custom-control label {
    cursor: pointer;
    transition: .4s; }
    .custom-control label:hover {
      color: #E3BA65; }
  
  .form-horizontal {
    max-width: 600px;
    transform: translateX(-90px); }
    .form-horizontal .form-group {
      margin-bottom: 20px; }
    .form-horizontal .control-label {
      text-align: right;
      font-size: 15px;
      line-height: 48px;
      margin-bottom: 0; }
    .form-horizontal .form-control {
      height: 48px;
      padding: 8px 15px;
      line-height: 30px;
      border-radius: 3px;
      border-width: 0;
      background-color: #f5f5f5; }
    .form-horizontal .form-control:disabled, .form-horizontal .form-control[readonly] {
      background-color: #ddd; }
    .form-horizontal textarea.form-control {
      height: auto; }
    .form-horizontal .btn-block {
      padding: 0;
      line-height: 48px;
      border-radius: 3px; }
    .form-horizontal .btn.rounded {
      display: block;
      border: 1px solid #ddd;
      margin-bottom: 20px;
      padding-top: 0;
      padding-bottom: 0;
      line-height: 48px;
      border-radius: 23px !important; }
      .form-horizontal .btn.rounded:hover {
        color: #fff; }
  
  /*input提示框颜色*/
  *::-webkit-input-placeholder {
    color: #999 !important; }
  
  *::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999 !important; }
  
  　　
  *:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999 !important; }
  
  *:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999 !important; }

	/* 文字加粗 */
	.font-weight-bold{
		font-weight: bold;
	}
  
  /*表格*/
  .table-striped td {
    border-top-width: 0;
    line-height: 26px;
    padding: 14px 20px; }

    .panel .table td, .panel .table th {
        padding: 12px 5px;
    }
    .panel .table th{
        font-size: 14px;
    }
    .panel .table td{
        font-size: 14px;
    }
  
  /*按钮*/
  .btn {
    padding: 0.5625rem 0.75rem;
    font-size: 1rem; }
  
  .btn:hover, .btn:focus, .btn:active, .btn-outline-primary:not(:disabled):not(.disabled):active {
    box-shadow: none !important; }
  
  .btn:hover {
    background-color: #bc9962 !important;
    border-color: #bc9962 !important; }
  
  .btn-outline-secondary {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.7);
    transition: .6s; }
  
  .btn-outline-secondary:hover {
    background-color: rgba(0, 0, 0, 0.4) !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    color: #fff !important; }
  
  .btn-primary,
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #E3BA65;
    border-color: #E3BA65;
    color: #fff !important; }
  
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff !important; }
  
  .btn-outline-primary {
    border-color: #bc9962;
    color: #E3BA65; }
  .btn-default:hover,.btn-default:focus,.btn-default:active{
    background-color: #E3BA65 !important;
    border-color: #E3BA65 !important;
    color: #333 !important;
  }
  
  /******文字行数******/
  .text-truncate2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; }
  
  .text-truncate3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical; }
  
  /******背景图（覆盖）******/
  .bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  
  .mask-black {
    position: relative; }
    .mask-black::before {
      position: absolute;
      content: '';
      z-index: 0;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.7); }
  
  .mask-black > * {
    position: relative;
    z-index: 9; }
  
  /********框架********/
  html{
    font-size: 15px;
  }
  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column; 
  }
  
  .content-wrapper {
    flex: 1 1 auto; }
  
  /* .container {
    min-width: 960px; } */
  
  /******间距******/
  /*内容距导航间距*/
  .main-top {
    margin-top: 60px; }
  
  /*块间距*/
  .pt-section, .py-section {
    padding-top: 40px; }
  
  .pb-section, .py-section {
    padding-bottom: 40px; }
  
  /*栅格系统间距*/
  .row.row-0 {
    margin-left: 0;
    margin-right: 0; }
  
  .row.row-0 > * {
    padding-left: 0;
    padding-right: 0; }
  
  .row {
    margin-left: -8px;
    margin-right: -8px; }
  
  .row > * {
    padding-left: 8px;
    padding-right: 8px; }
  
  /*列表默认底部间距*/
  .row .item {
    margin-bottom: 15px; }
  
  @media (min-width: 768px) {
    /*表单*/
    .form-control {
      padding: 8px 15px; }
    .btn {
      padding-top: 9px;
      padding-bottom: 9px; }
    .bg-md-gray {
      background-color: #f5f5f5; }
    /*内容距导航间距*/
    /*块间距*/
    .pt-section, .py-section {
      padding-top: 50px; }
    .pb-section, .py-section {
      padding-bottom: 50px; }
    /*栅格系统间距*/
    .row {
      margin-left: -10px;
      margin-right: -10px; }
    .row > * {
      padding-left: 10px;
      padding-right: 10px; }
    /*列表默认底部间距*/ }
  
  @media (min-width: 1024px) {
    body {
      font-size: 1rem; }
    /*表单*/
    .form-control {
      padding: 6px 15px;
      font-size: 15px; }
    .btn {
      padding-top: 8px;
      padding-bottom: 8px;
      font-size: 15px; }
    /*内容距导航间距*/
    .main-top {
      margin-top: 86px; }
    /*块间距*/
    .pt-section, .py-section {
      padding-top: 65px; }
    .pb-section, .py-section {
      padding-bottom: 65px; }
    /*栅格系统间距*/
    .row {
      margin-left: -12px;
      margin-right: -12px; }
    .row > * {
      padding-left: 12px;
      padding-right: 12px; }
    /*列表默认底部间距*/
    .row .item {
      margin-bottom: 24px; } }
  
  @media (min-width: 1366px) {
    /*内容距导航间距*/
    /*块间距*/
    .pt-section, .py-section {
      padding-top: 85px; }
    .pb-section, .py-section {
      padding-bottom: 85px; }
    /*栅格系统间距*/
    .row {
      margin-left: -16px;
      margin-right: -16px; }
    .row > * {
      padding-left: 16px;
      padding-right: 16px; }
    /*列表默认底部间距*/
    .row .item {
      margin-bottom: 30px; } }
  
  @media (min-width: 1680px) {
    .container {
      min-width: 1200px; } }
  
  /******线条颜色******/
  .border-top,
  .border-left,
  .border-right,
  .border-bottom {
    border-color: #ededed !important; }
  .b-danger{
      border-color: #E3BA65 !important;
  }
  
  /********标题********/
  /********图片/背景图片 高宽等比盒子********/
  .img-box-over {
    overflow: hidden;
    width: 100%;
    height: 0; }
  
  .img-box-over img {
    min-width: 100%;
    min-height: 100%;
    max-height: none; }
  
  /******投影******/
  .box-shadow {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1); }
  
  /******鼠标效果******/
  /*--投影--*/
  .box-shadow,
  .hover-box-shadow {
    transition: .4s ease-out; }
  
  .box-shadow:hover,
  .hover-box-shadow:hover {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1); }
  
  /*图片放大*/
  .img-hoverbig .img-big {
    transition: .6s ease-out;
    overflow: hidden; }
  
  .img-hoverbig:hover .img-big {
    transform: scale(1.05); }
  
  @media (min-width: 1024px) {
    /*上移*/
    .hover-up {
      transition: .4s ease-out; }
    .hover-up:hover {
      transform: translateY(-10px); }
    /*右移*/
    .hover-right {
      transition: .4s ease-out; }
    .hover-right:hover {
      transform: translateX(10px); } }
  
  /*-------------------翻页---------------------------*/
  .pagination {
    justify-content: center; }
  
  .pagination li a,
  .pagination li span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    margin: 0 5px; }
  
  .pagination li a:hover,
  .pagination li.active span {
    background-color: rgba(205, 171, 117, 0.4);
    border-color: rgba(205, 171, 117, 0.4);
    color: #080707; }

    .h-100{
      height: 100%;
    }
    .w-100{
      width: 100% !important;
    }

    