/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
*{
    box-sizing: border-box;
}
html, body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size:14px;
    color:#333;
}
h1, h2, h3, h4, h5, h6{
    font-weight:normal;
}

/* 结束 */
body {
    background-color: gainsboro;
}
.header{
    width: 100%;
    min-width: 1280px;
    height: 120px;
}
.header_top{
    width: 100%;
    height: 40px;
    background-color: #0162af;
}
.userstatus{
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top_item{
    margin: 0 5px;
    color: white;
    font-size: 12px;
    flex-shrink: 0;
}
.addcollection{
    display: flex;
    align-items: center;
    color: white;
    margin-left: 30px;
    font-size: 12px;
}
.addcollection img{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.separator{
    margin: 0 17px;
    font-size: 22px;
    color: white;
    flex-shrink: 0;
}
.nav{
    width: 100%;
    height: 80px;
    background-color: white;
}
.navinfo{
    width: 1280px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0 auto;
}
.logo{
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background:url(./../img/logo.png) no-repeat;
    background-size:100% 100%;
}
.companyname{
    flex-shrink: 0;
    text-align: center;
    margin-left: 10px;
}
.companyname_cn{
    font-size: 22px;
    font-weight: bold;
    color: #0162af;
}
.companyname_en{
    font-size: 12px;
    color: #0162af;
}
.navbar{
    display: flex;
    align-items: center;
    margin-left: 50px;
    flex-shrink: 0;
}
.navbar_item{
    padding: 0 16px;
    font-size: 16px;
    color: black;
    border-right: 1px solid rgb(211, 211, 211);
}
.checkd{
    color: #0162af;
}
.searchdiv{
    flex-shrink: 0;
    flex-grow: 1;
}
.search{
    float: right;
    margin-left: 42px;
    width: 90%;
    min-width: 200px;
    height: 35px;
    border: 1px solid gainsboro;
    border-radius: 2px; 
    background: url('./../img/search.png') no-repeat;
    background-size: 30px 30px;
    background-position :5px center;
    padding-left: 40px;
}
    /* 头部 */
	.main{
        width: 100%;
        min-width: 1280px;
        height: 660px;
        background-color: #f4f4f7;
    }
    .contentdiv{
        width: 1280px;
        margin: 0 auto;
        overflow:hidden;
        display: flex;
        flex-wrap: wrap;
    }
    .contentdiv .title{
        width: 100%;
        font-size: 16px;
        height: 20px;
        color: #277bbb;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .sidebar{
        width: 180px;
        height: 580px;
        background-color: white;
        border-radius: 2px; 
    }
    .sidebaritem{
        width: 100%;
        height: 50px;
        border-bottom: 1px solid gainsboro;
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #3c3c3c;
    }
    .sidebaritem p{
        margin-left: 40px;
    }
    .sidebaritemactive{
        color: #277bbb;
    }
    .sidebarcontent{
        width: 1280px;
        height: 560px;
        background-color: white;
        border-radius: 2px;
        position: relative;
        display: flex;
        justify-content: center;
    }
    .contentinfo{
        width: 1096px;
        margin-top: 30px;
        margin-left: 50px;
        margin-right: 50px;
    }
    .infosearchdiv{
        width: 100%;
        height: 40px;
    }
    .infosearchdiv input{
        width: 956px;
        height: 40px;
        border: 1px solid gainsboro;
        border-radius: 2px; 
        background: url('./../img/search.png') no-repeat;
        background-size: 30px 30px;
        background-position :5px center;
        padding-left: 40px;
    }
    .infosearchdiv input::-webkit-input-placeholder { /* WebKit browsers */ 
        color: rgb(192, 192, 192);
    } 
    .infosearchdiv button{
        float: right;
        width: 119px;
        height: 40px;
        font-size: 14px;
        color: white;
        background-color: #277bbb;
        border: none;
        border-radius: 5px;
    }
    .ordertable{
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
        margin-top: 30px;
        border-collapse:collapse;
        border: 1px solid gainsboro;
    }
    
    .ordertable thead th{
        text-align: left;
        height: 40px;
        font-size: 14px;
        color: #2f2f2f;
        background-color: #f5f9fd;
        border: 1px solid gainsboro;
        padding-left: 20px;
    }
    .ordertable tbody td{
        text-align: left;
        height: 40px;
        font-size: 14px;
        color: #2f2f2f;
        padding-left: 20px;
        border-bottom: 1px solid gainsboro;
    }
    .ordertable tbody tr:first-child td{
        color: #277bbb;
    }
    
    .pagesdiv{
        width: 980px;
        margin-left: 50px;
        margin-right: 50px;
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 48px;
    }
    .container {
        text-align: right;
        margin: 0 auto;
    }
    .container:after {
        clear: both;
        content: "";
        display: table;
    }
    .container ul {
        width: 100%;
    }
    .large {
        width:100%;
    }
    
    .pagination ul, li {
        list-style: none;
        display: inline;
        padding-left: 0px;
        margin-left: 10px;
    }

    .pagination li.active a {
        color: #fdfdfd;
        background-color: #277bbb;
    }

    .pagination li a {
        width: 28px;
        font-size: 14px;
        background-color: #f4f4f5;
        color: black;
        border-radius: 2px;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        padding: 4px 0px;
    }


    /* 尾部 */
    .footer{
        width: 100%;
        min-width: 1280px;
        height: 370px;
    }
    .footer_top{
        width: 100%;
        height: 285px;
        background-color: #277bbb;
    }
    .footer_top_main{
        width: 85%;
        min-width: 1280px;
        height: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    .footer_top_main .main_left{
        width: 25%;
        color: white;
    }
    .footer_top_main .main_left div{
        font-size: 16px;
    }
    .footer_top_main .main_left p{
        margin-top: 5px;
    }
    .footer_top_main .main_center{
        width: 55%;
        height: 100px;
        border-left: 1px solid rgba(173, 172, 172, 0.5); 
        border-right: 1px solid rgba(173, 172, 172, 0.5); 
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .footer_top_main .main_center .main_center_item{
        text-align: center;
    }
    .main_center_item .lableimg{
        width: 60px;
        height: 60px;
        margin: 0 auto;
        background-color: rgb(255, 255, 255, 0.1);
        border-radius: 50%;
    }
    .lableimg_bg1{
        background:url(./../img/book.png) no-repeat;
        background-size:100% 100%;
    }
    .lableimg_bg2{
        background:url(./../img/heart.png) no-repeat;
        background-size:100% 100%;
    }
    .lableimg_bg3{
        background:url(./../img/tool.png) no-repeat;
        background-size:100% 100%;
    }
    .lableimg_bg4{
        background:url(./../img/user.png) no-repeat;
        background-size:100% 100%;
    }
    .main_center_item p{
        color: white;
        font-size: 16px;
        margin-top: 15px;
    }
    .footer_top_main .main_right{
        width: 20%;
        text-align: center;
    }
    .main_right .QRcodeimg{
        width: 90px;
        height: 90px;
        background:url(./../img/QRcode.jpg) no-repeat;
        background-size:100% 100%;
        background-color: white;
        margin: 0 auto;
    }
    .main_right p{
        margin-top: 18px;
        font-size: 14px;
        color: white;
    }

    .footer_bottom{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap:wrap; 
        width: 100%;
        height: 85px;
        background-color: #0b4672;
    }
    .footer_bottom div{
        text-align: center;
        font-size: 14px;
        color: #2a95e7;
    }
