html body {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: white;
    min-width: 1000px;
}

a {
    text-decoration: none;
}

h2{
    margin: auto;
}
/**
 * 顶部栏 css 样式
 */
.top {
    text-align: center;
}
.top-center {
    height: 100%;
    width: 1000px;
    margin: 10px auto;
    align-items: center;
    display: flex;
}
.helpsearch{
    text-align: center;
    display: flex;
    align-items: center;
}

.header_list{
    display: flex;
    width: 100%;
    margin-left: 60px;
    font-size: 14px;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    text-align: center;
    justify-content: center;
    justify-items: center;
    vertical-align: middle;

}
.header_list span{
    text-align: center;
    align-self: center;
    font-size: 26px;
    vertical-align: middle;
}
.linkimg{
    display: flex;
    margin-left: 50px;
    flex-direction: column;
}
.linkimg a{
    margin: 8px;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-logo {
    width: 250px;
}
.top form {
    flex: 1;
}
.top-search{
    height: 70px;
    margin-left: 10px;
    max-width: 400px;
    min-width: 400px;
    display: flex;
    border-radius: 10px;
    background-color: pink;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}
hr {
    height: 1px;
    border: 0;
    background-color: #e6e6e6;
    clear: both;
}
.top-search img {
    margin-left: 6px;
    height: 60%;
}
.top-search input {
    flex: 1;
    height: 30px;
    border: none;
    font-size: 18px;
    color: #fff;
    background-color: pink;
    outline: none;
}
.top-search button {
    background-image: url('../images/searchbt.png');
    color: white;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    width: 85px;
    background-size: cover;
    border: 0;
    border-radius: 10px;


}
.top-icon {
    color: white;
    width: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.top-icon p {
    margin: 5px 0 0;
}

/**
 * 导航栏样式
 */
.naviga {
    width: 100%;
    height: 60px;
    background-color: #0033CC;
    text-align: center;
    margin: auto;
}
.naviga-content {
    height: 1000px;
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    justify-content: space-between;
}
.naviga-content li {
    padding: 0;
    width: 200px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.naviga-content a {
    font-size: 18px;
    font-weight: 400;
    color: white;
}
.naviga-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    position: relative;
    background-color: #2d2e36;

}

/**
 * 公告
 */
.topbg{
    text-align: center;
    /*width: 100vw;*/
    align-items: center;
    padding: 20px 0 20px 0;
    margin: auto;
    width: 1000px;
}

.card-data-item {
    background-color: #f9f8fc;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    flex-direction: column;
}
.card-content {
    flex: 1;
    font-size: 16px;
}
.card-data-item-text {
    margin-top: 5px;
}
.card-data-item-image {
    width: 16px;
    height: 16px;
}
.card-data-item-number {
    color: red;
    font-size: 15px;
}
.card-content-item {
    margin: 5px;
    font-size: 24px;
}
.card-content-h1{
    text-align: center;
    font-size: 16px;
    color: red;
}
.card-content-link {
    color: red;
    font-size: 23px;
}

/**
 * 联系我 
 */
.chat {
    background-color: white;
    position: fixed;
    right: 20px;
    top: 60%;
    border-right: 0;
}
.chat-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.chat-img {
    width: 100px;
}

/**
 * 底部 
 */
.foot {
    background-size: cover;
    width: 100%;
    height: 120px;
    color: #2d2e36;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
}
.foot-info {
    display: flex;
    flex-direction: column;
}
.foot-info a{
    color: #2d2e36;
    font-size: 18px;
}


.no-select {
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE, Edge */
    user-select: none; /* 标准属性 */
}

.vod-bread {
    background-color: white;
    width: 1000px;
    min-width: 1000px;
    margin: 10px auto;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #d2d2d2;
}
.vod-bread-title {
    background-color: #f0f0f0;
    height: 100%;
    width: 120px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}


.rainbowcontent{
    width: 1000px;
    margin: auto;
    position: relative;
 }
 .rainbow-border {
     position: relative;
     padding: 20px 0;
     width: 1000px;
     text-align: center;
     font-size: 24px;
     border-radius: 15px 15px 10px 10px; /* 上左、上右、下右、下左的圆角 */
     background-color: #fff;
     border: 1px solid #ddd;
     z-index: 100;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 添加阴影以增加立体感 */
     font-weight: bold;
 }

 .rainbow {
     content: "";
     position: absolute;
     top: -5px;
     left: 0;
     margin: auto;
     width: 1000px;
     height: 30px;
     border-radius: 20px;
     background: repeating-linear-gradient(
         to right,
         red,
         red 14.28%,
         orange 14.28%,
         orange 28.56%,
         yellow 28.56%,
         yellow 42.84%,
         green 42.84%,
         green 57.12%,
         blue 57.12%,
         blue 71.4%,
         indigo 71.4%,
         indigo 85.68%,
         violet 85.68%,
         violet 100%
     );
 }

 .table {
    width: 1000px;
    border-spacing: 0px;
    border-collapse: collapse;

}
.tablenotice{
    background-color: #fff;
    margin: 30px auto;
    box-shadow: 0 2px 15px rgba(64, 64, 64, 0.15);
    border-radius: 10px;
    padding:  0 0 10px 0;
    background-color: #ADD8E6;
    width: 1000px;
    margin-top: 15px;
    z-index: 100;
    position: relative;
}
.th, .td {
    padding: 12px;
    text-align: center;
    border-right: 2px solid #fff;
}
.th {
    background-color: #0033CC;
    color: white;
    text-transform: uppercase;
}
.col1 {
    background-color: #ADD8E6;
    color: #03A3FF;

}
.col2 {
    background-color: #03A3FF;
    color: #fff;
}
.tr1{
    background-color: #ADD8E6;
    color: #780088;
}
.td1{
    padding: 12px 40px;
    text-align: center;
    font-weight: bolder;
    border-right: 2px solid #fff;

}
.td2{
    padding: 12px;
    text-align: center;
    font-weight: bolder;
}
.tda1{
    color: #03A3FF;
}
.tda2{
    color: #fff;
}
.button {
    background-color: #0033CC;
    margin: auto;
    color: white;
    border: none;
    padding: 6px 15px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
}
.button:hover {
    background-color: #7a28b3;
}
/* 浮动客服基础样式 */
#floatDivBoxs {
  width: 200px;
  position: fixed;
  top: 180px;
  right: 0;
  z-index: 999;
}

#floatDivBoxs .floatDtt {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #f08326;
  color: #fff;
  font-size: 18px;
  text-indent: 22px;
  position: relative;
}

#floatDivBoxs .floatDqq {
  padding: 0 14px;
}

#floatDivBoxs .floatDqq img {
  width: 171px;
  height: 159px;
}

#floatDivBoxs .floatDtxt {
  font-size: 18px;
  color: #333;
  padding: 12px 14px;
}

#floatDivBoxs .floatDtel {
  padding: 0 0 15px 10px;
}

#floatDivBoxs .floatDtel img {
  display: block;
}
 .count{
            max-width: 1000px;
            min-width: 1000px;
            margin: auto;
        }
