@charset "utf-8";
/*************************************
* 文件名称：common.css
* 作   者：客户成功部
* 创建日期：2022-01-01
* 最后修改：name/ 第X行 / yyyy-mm-dd
* 文件版本：UI CSS Frameworks Beta
* 内容概要: 公用样式文件
*************************************/
:root {
  --theme-color:#b91419;
  --themes-color:#b91419;
  --swiper-navigation-size: 50px;
}
a {
  outline:none;
}
div[class^="e_richText"] p {
    display: block;
    margin-block-end: 0em!important;
    margin-block-start: 0em!important;
    margin-inline-end: 0;
    margin-inline-start: 0;
}
a {
  transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}
div,
p,
a,
input,
span {
  word-break: break-word;
  /*
  word-break: keep-all!important;  
  */
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0px;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.hide {
  display: none!important;
}
.btn.focus, .btn:focus, .custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);
}
.page_a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  width: 40px;
  margin: 0 5px;
  background: #f4f4f4;
  color: #666;
}
.page_a.disabled {
  font-size: 14px;
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 0px;
  border-color: rgba(244, 244, 245, 1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(200,200,200,1);
}
.page_a.disabled:hover {
  color: #fff;
  border-color: #094a97;
  background-color: #094a97;
}
.page_a.current {
  background: #094a97;
}
.page_a {
  background-color: rgba(242,242,242,1);
}
.page_a:hover {
  background: #094a97;
  color: rgba(255,255,255,1);
}
/* scrollbar css */
/* width */
::-webkit-scrollbar {
  width:6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #b91419;
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #222;
}
@keyframes scrollmouse{
  from {
    transform: translate(-50%,0);
    opacity:1;
  }
  to {
    transform: translate(-50%,10px);
    opacity:0;
  }
}


@media only screen and (min-width: 769px){
  #c_grid-116273709439191{
    position:fixed;
    width: 100%;
    left:0;
    top: 0px;
    z-index:1001;
    transition:all 0.5s ease 0s;
  }
}
@media only screen and (max-width: 768px){
}

@media only screen and (max-width: 1440px) and (min-width: 769px){

}









.form-control {
    width: 100%;
    height: calc(1.5em + 0.75rem + 15px);
    padding: 0.375rem 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
}
.p_required, [class^=e_][required] .p_label::after {
    vertical-align: middle;
    font-size: 14px;
    line-height: 100%;
    top: 0;
    padding-left: 0px;
    position: relative;
    font-weight: 500;
}
.p_label .s_label{
    color: rgb(0 0 0 / 50%);
}
.p_formItem .s_layout .p_tbody .p_tr:nth-child(2) .p_td{
  
}
.p_formItem .s_layout .p_tbody .p_tr:nth-child(2) .p_td:last-child{
    justify-content: center;
    border: 2px solid #409eff;
    transition: all ease .3s;
}
.p_formItem .s_layout .p_tbody .p_tr:nth-child(2) .p_td:last-child a{
    transition: all ease .3s;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 44px;
}
.p_formItem .s_layout .p_tbody .p_tr:nth-child(2) .p_td:last-child:hover{
    background:#409eff;
}
.p_formItem .s_layout .p_tbody .p_tr:nth-child(2) .p_td:last-child:hover a{
    color:#fff;
}
.p_formItem .s_layout .p_tbody .p_tr:nth-child(2) .p_td:first-child{
    background: #f2f2f2;
    border: 2px solid #ced4da;
    border-radius: 3px;
}
.p_formItem .s_layout .p_tbody{
    margin-bottom: 10px;
}

.form-control {
    width: 100%;
    height: calc(1.5em + 0.75rem + 15px);
    padding: 0.375rem 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
}
.p_required, [class^=e_][required] .p_label::after {
    vertical-align: middle;
    font-size: 14px;
    line-height: 100%;
    top: 0;
    padding-left: 0px;
    position: relative;
    font-weight: 500;
}
.p_label .s_label{
    color: rgb(0 0 0 / 50%);
}
.p_formItem .s_layout .p_tbody .p_tr:nth-child(2) .p_td{
  
}
.p_formItem .s_layout .p_tbody .p_tr:nth-child(2) .p_td:last-child{
    justify-content: center;
    border: 2px solid #409eff;
    transition: all ease .3s;
}
.p_formItem .s_layout .p_tbody .p_tr:nth-child(2) .p_td:last-child a{
    transition: all ease .3s;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 44px;
}
.p_formItem .s_layout .p_tbody .p_tr:nth-child(2) .p_td:last-child:hover{
    background:#409eff;
}
.p_formItem .s_layout .p_tbody .p_tr:nth-child(2) .p_td:last-child:hover a{
    color:#fff;
}
.p_formItem .s_layout .p_tbody .p_tr:nth-child(2) .p_td:first-child{
    background: #f2f2f2;
    border: 2px solid #ced4da;
    border-radius: 3px;
}
.p_formItem .s_layout .p_tbody{
    margin-bottom: 10px;
}
