/*通用css样式*/
body{
    font-family: "PingFang SC, Helvetica Neue ,Helvetica,Arial,sans-serif";
}
ul,li dl dd{
    list-style: none;
    padding: 0;
    margin: 0;
}
/* 表单验证错误提示 */
.help-block{
    color: #EB1111 !important;
}
.has-error .form-control{
    border-color: #EB1111 !important;
}
/*通用css样式*/
/* .top-placeholder{
    height: 1.2rem;
}  */

/* 头部图文 */
.web-header-wrapper {
    position: relative;
    height: 4rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.web-header-wrapper{
    padding-top: 0.83rem;
}
@media(max-width:768px){
    .web-header-wrapper{
        padding-top: 0.415rem;
    }
}
.web-header-description {
    color: #fff;
}

.header-description-title {
    font-size: 0.48rem;
    margin-bottom: 0.32rem;
}
@media(max-width:768px){
    .header-description-title {
        font-size: 0.48rem;
        margin-bottom: 0.16rem;
    }
}
.header-description-text {
    font-size: 0.16rem;
    margin-bottom: 0.32rem;
    line-height: 1.7;
}
@media(max-width:768px){
    .header-description-text {
        font-size: 0.16rem;
        margin-bottom: 0.16rem;
    } 
}
/* 面包屑 */
.breadcrumb>li>a{
    font-size: 14px;
    color: #999999;
}
.breadcrumb>li.active>a{
    font-size: 14px;
    color: #999999;
}
.web-breadcrumb{
    margin-bottom: 0.24rem;
}
/* clear section */
.section-overflow {
    overflow: hidden;
}
/* 分页 */
#pageLimit a{
    cursor: pointer;
}
/* 模态框重置样式 */
.modal-content {
    padding-right: 32px!important;
    padding-bottom: 32px!important;
}

.modal-header {
    padding-top: 0.32rem!important;
    padding-left: 0.32rem!important;
    padding-bottom: 0px!important;
    border-bottom: 1px solid #fff!important;
    font-size: 0.2rem!important;
    font-weight: 600!important;
    line-height: 1.5!important;
    color: #000!important;
}
.modal-header img{
    width:0.24rem;
    height: 0.24rem;
    margin-right: 0.08rem;
}

.modal-body {
    position: relative;
    padding-top: 0.08rem!important;
    padding-left: 0.32rem!important;
    padding-bottom: 0.24rem!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #999999;
}

.modal-footer {
    text-align: right;
    border-top: 1px solid #fff;
    padding: 0px!important;
}
.modal-close-btn{
    padding:0.08rem 0.24rem!important; 
    background: #DD1F1F!important;
    color:#fff!important;
}
.modal-close-btn:hover{
    color:#fff!important;
}
/* .modal-backdrop {
    filter: alpha(opacity=0)!important;
    opacity: 0!important;
    } */
/* 超过几行字数隐藏公共样式 ,一行或者两行都要根据实际行高给高度兼容ie*/
.one-line-hide{
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.two-line-hide{
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.three-line-hide{
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* 公共弹窗样式 */
.common_alert{
padding: 12px 0;
}
.common_alert .close{
    right: 12px !important;
    color: #000000;
}
.common_alert .close span{
    color: #000000;
    font-size: 18px;
}
.common_alert span{
    display: inline-block;
    vertical-align: middle;
    color: #07C160;
    font-size: 14px;
}
.common_alert.alert-warning span{
    display: inline-block;
    vertical-align: middle;
    color: #FAAD14;
    font-size: 14px;
}
.common_alert.alert-danger span{
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 14px;
}
/* ----------------------右侧辅助导航-------------------- */
#affixiconbar{
    position: fixed;
    top:75% ;
    margin-top: -90px;
    right: 10px;
    z-index: 300;
}
#affixiconbar a{
    display: block;
    margin-bottom: 20px;
}
#affixiconbar .global-phone:hover .tooltip_contact{
    display: block;
}
.tooltip_contact{
    position: absolute;
    right: 50px;
    top: 0px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);	
    padding: 10px;
    white-space:nowrap;
    line-height: 200%;
    color: #3e4d5c;
    display: none;
}
/* 公共分页样式，bootstrap分页样式 */
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid transparent;
    margin-left: 10px!important;
    font-size: 14px!important;
}
/* 表单错误提示 */
small, .small{
    font-size: 12px !important;
}
@media(max-width:768px){
    .pagination>li>a, .pagination>li>span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #000;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid transparent;
        margin-left: 7px!important;
        font-size: 14px!important;
    }
}
.bootstrap-table .fixed-table-pagination>.pagination, .bootstrap-table .fixed-table-pagination>.pagination-detail {
    margin-top: 24px!important;
    margin-bottom: 74px!important;
}
/* 分页 */
.pagination .self-pagination-pre,.pagination .self-pagination-next{
    width: 16px;
}