* {
	box-sizing: border-box;
    margin: 0;
    padding: 0;
}
input{
    outline: none;
}
button{
    outline: none;
}
/* 页码 */
.page{
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
}
.page-item{
    width: 1200px;
	height: 60px;
	background-color: #ffffff;
    margin: 0 auto;
}
.page-item i{
    color: #317dff;
    font-style: normal;
}
.page-item  .div{
    width: 1200px;
	height: 60px;
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
}
.page-item  .div div{
    font-size: 12px;
    color: #333333;
    line-height: 60px;
    display: flex;
}
.page-item  .div div p{
    width: 60px;
	height: 30px;
    border-radius: 4px;
	border: solid 1px #e6e6e6;
    line-height: 30px;
    text-align: center;
    margin-right: 0;
     margin: 15px  10px 0 10px;
}
.page-item  .div div span{
    margin-right: 29px;
}
.page-item  .div ul{
    display: flex;
    height: 60px;
    width: 310px;
    justify-content: space-between;
    padding-top: 15px;
    margin: 0 30px;
}
.page-item  .div ul  li{
    cursor: pointer;
    width: 30px;
	height: 30px;
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    line-height: 30px;
    text-align: center;
}
.page-item  .div ul  .li-1{
    border: 0px;
    color: #317dff;
}
/* 底部 */
/* .footer-nav {
    margin-left: 180px;
}

.flex {
    margin-left: 180px;
} */

.v-line{ 
    font-style: normal;
   }
   
   
   .footerR img {
       float: right;
       /*margin-top: -80px;*/
       width: 110px;
       height: 110px;
   }
   
   .wrapper5 {
       width: 1200px;
       height: 140px;
       /* background-color: pink; */
       margin: 0 auto;
   }
   
   .text-c {
       margin-top: 30px;
       /*margin-right: -120px;*/
       /*float: right;*/
   }
   /* .footerL{
       text-align: left;
   } */