/*@font-face {
    font-family:PingFang Medium;
    src:url('../fonts/PingFang Medium.ttf');
}*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin:0px;
}
body{
    width: 100%;
    font-size: 14px;
    color: #333;
    background: #ffffff;
    font-family: Pingfang SC,Microsoft YaHei,Helvetica,STHeiti,Verdana,Arial,Tahoma,sans-serif !important;
    min-height:100vh;
    /*display:flex;
    flex-direction: column;
    word-wrap:break-word;*/
}
div{
    /*禁止双击选中*/
    /*-moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    -khtml-user-select:none;
      user-select:none;*/
}
em {
    font-style: normal;
}
ul,li{
    list-style: none;
}
a {
    text-decoration: none;
    outline: 0;
    color: #333;
}
a:hover { 
    color: #12416A;
}

img{
    width: 100%;
    line-height:0;
    border: none;
    vertical-align: middle;
}
input, textarea,button {
    padding: 0;
    font-family: Pingfang SC,Microsoft YaHei,Helvetica,STHeiti,Verdana,Arial,Tahoma,sans-serif;
}
textarea {
    resize: none;
    overflow: auto;
}
textarea:focus {
    outline: none;
}
input:focus {
    outline: none;
}
input{
    background:none;    
    outline:none; 
    border:0px;
}
button{
    outline:none; 
    border:0px;
    cursor: pointer;
}
table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;  
}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: none;
    border:none;
}
h1,h2,h3,h4{
    font-weight: normal;
}
::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 0.5;
}
:-moz-placeholder {
    color: #ffffff;
    opacity: 0.5;
}
::-moz-placeholder {
    color: #ffffff;
    opacity: 0.5;
}
:-ms-input-placeholder {
    color: #ffffff;
    opacity: 0.5;
}
.clear {
    zoom: 1;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ell1{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ell2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.over{
    overflow: hidden;
}
.flex{
    display: flex;
}
.flex1{
    flex: 1;
}
.flex-items{
    display: flex;
    align-items: center;
}
.flex-between{
    display: flex;
    justify-content: space-between;
}
.flex-around{
    display: flex;
    justify-content: space-around;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.center{
    text-align: center;
}
.relative{
    position: relative;
}
.img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.radius10{
    border-radius: 10px;
    overflow: hidden;
}

.head{
    flex: 0 0 auto;
}

.page-content{
    flex: 1 0 auto;
}
.foot{
    clear:both;
    flex: 0 0 auto;
}



/*多选 单选*/
input.check:checked {
    background: url(../images/checked.png) no-repeat center left;
    background-size: 15px 15px;
}
input.check{
    background: url(../images/check.png) no-repeat center left;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    border: none;
}
input.check2:checked {
    background: url(../images/checked2.png) no-repeat center left;
    background-size: 15px 15px;
}
input.check2{
    background: url(../images/check2.png) no-repeat center left;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    border: none;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}
input[type="checkbox"], input[type=radio] {
    -webkit-appearance: none;
    outline: none;
    outline-style: none;
}
input[type="checkbox"]:focus {
    -webkit-appearance: none;
    outline: none;
    outline-style: none;
}





input.radio:checked {
    background: url(../images/radioed.png) no-repeat center left;
    background-size: 15px 15px;
}
input.radio{
    background: url(../images/radio.png) no-repeat center left;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    border: none;
}





.head{
    width: 100%;
    height: 70px;
    background: #0041B5;
    overflow: hidden;
}





/*分页*/
.pagebox{
    text-align: right;
    margin:25px 20px;
}
.pagebox a{
    display: inline-block;
    min-width: 26px;
    line-height: 26px;
    height: 26px;
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin: 0 0 0 6px;
    background: #F4F4F5;
}
.pagebox a:hover{
    color: #FFFFFF;
    background: #122E9D;
}
.pagebox .page-next{
    background:#F4F4F5 url('../images/page-right.png') no-repeat center center;
    background-size:15px;
}
.pagebox .page-next:hover{
    background:#122E9D url('../images/page-right2.png') no-repeat center center;
    background-size:15px;
}
.pagebox .page-prev{
    background:#F4F4F5 url('../images/page-left.png') no-repeat center center;
    background-size:15px;
}
.pagebox .page-prev:hover{
    background:#122E9D url('../images/page-left2.png') no-repeat center center;
    background-size:15px;
}
.pagebox a.active{
    color: #FFFFFF;
    background: #122E9D;
}














