.lazy {
    width: 100%;
    height: 100%;
    background: url("/default/static/vendor/echo/loading.gif") 50% no-repeat;
}

/*头部*/

* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px;
    min-width: 1300px;
    background-color: #f5f5f5;
}

body, button, input, select, textarea {
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.header {
    z-index: 2;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.header-top {
    background-color: #f0f0f0;
}

.header-top-in {
    width: 1100px;
    margin: 0 auto;
    height: 70px;
}

.header-bottom {
    padding: 20px 0 25px 0;
    background-color: white;
}

.header-bottom-in {
    width: 1100px;
    margin: 0 auto;
}

.search-container {
    float: right;
    /* margin-top: 15px; */
    line-height: 37px;
    margin-top: 23px;
    margin-left: 30px;
}

.nav-container {
    float: left;
}

.top-nav-a {
    display: block;
    float: right;
    margin-top: 24px;
    font-size: 15px;
    margin-right: 15px;
    color: #A6dbfb;
    cursor: pointer;
}

.top-nav-a:hover {
    color: white;
}

.nav-ul-li, .nav-ul-li2 {
    float: left;
    position: relative;
}

.nav-a {
    display: inline-block;
    line-height: 48px;
    width: 137.5px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: black;
    background-color: white;
}
.nav-a2 {
  display: inline-block;
  line-height: 39px;
  width: 137.5px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  
}

.nav-a-select {
    background-color: white;
    color: black;
}
.nav-a-select2 {
  color: #fff;
}
.nav-panel {
    /* margin-left: -10%; */
    display: none;
    width: 120%;
    position: absolute;
    background-color: #0069c5;
    overflow: hidden;
}

.nav-panel li {
    width: 100%;
}

.nav-panel-a {
    font-size: 15px;
    display: block;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    /*color: #87bef5;*/
    word-break: break-all;
    overflow: hidden;
    text-align: left;
    padding: 0 15px;
}

.nav-panel-a:hover {
    color: #D02127;
    /*color: #87bef5;*/
    /*background-color: #f0f0f0;*/
}

.header-logo {
    height: 60px;
    background-color: #f0f0f0;
    float: left;
}

.header-logo img {
    height: 100%;
}

.search-input {
    float: left;
    width: 145px;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    outline: none;
    background: url('/default/static/pic/bs.png');
    border: 1px solid;
}

.search-bt {
    cursor: pointer;
    border: none;
    float: left;
    width: 40px;
    height: 35px;
    outline: none;
    background-color: #1167BB;
    color: white;
    /*background: url('/default/static/project/image/search.png') no-repeat center center;*/
    /*background-size: 100% 100%;*/
    /*background: none \9;*/
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/default/static/project/image/search.png', sizingMethod='scale');*/
}

.items-detail-desc {
    width: 850px;
    margin-bottom: 20px;
    overflow: hidden;
}

/*.search-bt {*/
/*margin-right: 5px;*/
/*background-color: transparent;*/
/*cursor: pointer;*/
/*border: none;*/
/*float: left;*/
/*width: 30px;*/
/*height: 30px;*/
/*outline: none;*/

/*}*/

.search-bt img {
    width: 30px;
    height: 30px;
}

/*尾部*/

.footer-container {
    width: 100%;
    background-color: #001254;
    /*margin-top: 20px;*/
}

.footer-in {
    width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
}

.footer-left {
    float: left;
    width: 300px;
}

.footer-left h2 {
    margin-bottom: 10px;
    color: white;
    font-size: 1.2em;
}

.footer-left p {
    line-height: 25px;
    color: gainsboro;
}

.footer-right {
    float: right;
}

.footer-right-link-container {

}

.footer-link {
    float: right;
}

.footer-link-select {
    border: 1px solid gainsboro;
    height: 35px;
    width: 120px;
    margin-left: 20px;
    padding: 0 10px;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #213066;
    border: none;
    color: #fff;
}
.footer-link-select option{
  background-color: #4f5480;
  -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    appearance:none;
    outline: none;
    border: 0;
}
.footer-right-common-container {
    margin-top: 20px;
    color: white;
    text-align: right;
}

.footer-right-common-container a {
    margin-left: 10px;
    cursor: pointer;
    color: gainsboro;
}

.footer-right-common-container a:hover {
    text-decoration: underline;
    color: white;
}

.footer-bottom {
    background-color: #001254;
}

.footer-bottom-in {
    width: 1100px;
    margin: 0 auto;
    padding: 10px 0;
    color: gainsboro;
    text-align: center;
}


.footer-line{
    height: 10px;
    background-color: #D02127;
}


.footer-bottom-line{
    height: 2px;
    background-color: #566892;
}

.footer-in .wx-qrcode p {
    line-height: 25px;
    color: gainsboro;
    text-align: center;
    font-size: 0.8em;
    margin-right: 10px;
}

/*置顶*/

.back-top {
    display: none;
    border: 1px solid gainsboro;
    font-weight: bold;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    position: fixed;
    width: 50px;
    height: 50px;
    background: url("../../image/bs.png");
    right: 1%;
    bottom: 10%;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 20;
}

.back-top:hover {
    background-color: #c9c9c9;
}

/*页码*/

.items-detail-page {
    text-align: center;
}

.page {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f0f0f0;
    font-size: 0.9em;
}

.page-not-allow {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f0f0f0;
    font-size: 0.9em;
    color: grey;
    cursor: not-allowed;
}

.page:hover {
    background-color: #1167BB;
    color: white;
}

.page-select {
    background-color: #1167BB;
    color: white;
}

/* 20230814 start */
.footer-container { 
    background: #213066;
}

.footer-bottom-line {
    background-color: #3a4b7c;
    height: 1px;
}
.footer-bottom{
    background: #213066;
    font-size: 10px;
    padding-top: 20px;
    padding-bottom: 57px;
}
/* 20230814 end */