﻿
.cm-ft-12 {
   font-size: 12px !important;
}
.cm-ft-13 {
   font-size: 13px !important;
}
.cm-ft-14 {
   font-size: 14px !important;
}
.cm-ft-15 {
   font-size: 15px !important;
}
.cm-ft-16 {
   font-size: 16px !important;
}
.cm-ft-17 {
   font-size: 17px !important;
}
.cm-ft-18 {
   font-size: 18px !important;
}
.cm-ft-19 {
   font-size: 19px !important;
}

button.btnlink {  
  color: #6c6c6c !important;
  background-color: #ffffff;  
  border: 0px none;  //去边框  
  //font-family: "宋体";  
  font-size: 14px;  
  //text-decoration:underline;  //加下划线  
}  
button.btnlink:hover{  
  color:#3c3c3c !important;  
  border: none;  
  cursor: hand;  
  cursor: pointer;  
  //text-decoration:underline;  //加下划线  
}  
button.btnlink:focus {   
  outline: none;    //去边框  
}   

.card.Cmddi-narrow{
   margin-bottom:10px;
}

元素 {
}
.slider-boxed * {
  overflow: visible !important;
}
.Cmddi-bg-gradient {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(74,137,220,0.2) 80.01%, rgba(74,137,220,1) 100%);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(74,137,220, 0.2) 80.01%, rgba(74,137,220,1) 100%);
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}

.owl-carousel .owl-nav .owl-prev {
   background-color: rgba(0, 0, 0, 0)!important;
}
.owl-carousel .owl-nav .owl-next {
   background-color: rgba(0, 0, 0, 0)!important;
}

.form-Cmddi input {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0,0,0,0) !important;
  border-radius: 10px;
  margin: 0px 0px 15px 0px;
}
.field-validation-error{
  color:red;
  margin-bottom:0.5rem;
}
.field-validation-error span{
  position:relative;
  top:0px;
}
.field-validation-error span:before{
  content:" ( ";
}
.field-validation-error span:after{
  content:" ) ";
}

.Cmddi-MaxWidth{
  max-width:480px;
  margin:0 auto;
  overflow:hidden;
}
.Cmddi-Width100{
  width:100%!important;
}
.am-img-responsive{
  width:100%!important;
}

.docs-pictures {
  list-style: none;  
}

.docs-pictures > li {
  border: 1px solid transparent;
  float: left;
  height: calc(100% / 3);
  margin: 0 -1px -1px 0;
  overflow: hidden;
  width: calc(100% / 3);
}

.docs-pictures > li > img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  width: 100%;
}

.viewer-backdrop{
 background-color: rgb(0, 0, 0, 0.5);
}

.docs-pictures-data {
  list-style: none;  
}

.docs-pictures-data > li {
  border: 1px solid transparent;
  float: left;
  height: calc(100% / 3);
  margin: 0 -1px -1px 0;
  overflow: hidden;
  width: calc(100% / 3);
}

.docs-pictures-data > li > img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  width: 100%;
}

.content p{
 color:#000;
}

.content ul li{
 color:#000;
}
.content ol li{
 color:#000;
}
a.Cmddi-zzurl{
  font-size:12px;
 color:#6c6c6c;
}
a.Cmddi-zzurl:hover{
 color:#cccccc;
}


