﻿/**layui-page，解决选中问题适配*/
.pagebar span.layui-laypage-curr {
    height:28px;
    line-height:28px;
    padding:0px 12px;
    text-decoration:none;
    border: 1px solid #fc5700;
    margin:0;
    display:block;
    float:left;
    margin-left:-1px;
    color: #fff;
    background: #fc5700;
}
/**layui-page，解决字体斜问题适配*/
.pagebar span.layui-laypage-curr em+em {
    font-style: normal;
}
/**layui-page，解决layui-disabled问题适配*/
.pagebar a.layui-disabled {
    color: #d2d2d2!important;
    cursor: not-allowed!important;
}
.width_1200{width:1200px;margin: 0 auto;}
.wd_100{width:100px}
.wd_120{width:120px}
.wd_130{width:130px}
.wd_150{ width: 150px}
.wd_160{ width: 160px}
.wd_200{ width: 150px}
.wd_790{ width: 790px;}
.wd_800{ width: 800px;}

.ewm_txt {
    padding: 15px 0;
    font-size: 16px;
    color: #969696;
    font-weight: bold;
    margin-bottom: 5px;
}
p img {
    max-width: 70%;
    width: auto;
    height: auto;
}