html,body{
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

body{
  overflow: scroll;
}

ul, li{
  padding: 0;
  margin: 0;
  list-style: none;
}

input{
  border-radius: 3px;
  border: solid 1px #d9d9d9;
  outline-style: none;
}

button{
  cursor: pointer;
  font-size: 16px;
}

.button{
  padding: 0 20px;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #1890ff;
  color: #fff;
  border-radius: 3px;
  background: #1890ff;
}

.button:hover{
  background-color: #40a9ff;
}

a{
  text-decoration: none;
  color: #000;
}

.red{
  color: red;
}

.blue{
  color: blue;
}

.white{
  color: #fff;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-width: 1330px;
  min-height: 620px;
}

/* top */
.container .top {
  margin: 0 auto;
  width: 95%;
  padding-top: 40px;
  height: 40px;
}

.container .top .middle{
  width: 100%;
  display: flex;
  justify-content:space-around;/* space-between;*//*space-around;*/
  /*background: #467db9;*/
  /*background: rgba(70, 125, 185, 0.3);*/
  font-size: 15px;
  font-weight: bold;
}

.container .top .leftdiv{
  width: 510px;
  margin-top: -15px;
}

.container .top .logo{
  width: 120px;
  margin-top: -30px;
}

.container .top .logo img{

  float: right;
}

.container .top .net{
  color: #0102ff;
}

.container .top .net .link{
  color: blue !important;
}

.container .top .date{
  color: rgba(70, 125, 185);
}

.container .top .net a {
  color: green;
}

.container .top .date2{
  margin: 0 auto;
  margin-top: 14px;
  /*padding-left: 10px;*/
  text-align: center;
}

.container .top .nav{
  margin-top: 14px;
}

.container .top .nav .mytitle{
  display: flex;
  justify-content:space-evenly;
}
.container .top .nav .mytitle div{
  /*min-width: 80px;*/
}
 .item1{
  flex: 1;
}
 .item2{
  flex: 2;
}
 .item3{
  flex: 3;
}
.item4{
  flex: 4;
}
.item5{
  flex: 5;
}

.container .top .nav .mytitle a{
  /*color: rgba(70, 125, 185);*/
  color: #ff0000;
}

.container .top .nav .mytitle a.active{
  color: blue;
}

.container .top .mymiddle{
  display: flex;
  justify-content:space-between;
}


.container .top .nav ul{
  display: flex;
  justify-content:space-around;
  /*overflow: hidden;*/
}
.container .top .nav ul li {
  flex: 1;
  /*margin: 0 20px;*/
  /*float: left;*/
  /*text-align: center;*/
}
.container .top .nav li a{
  /*color: rgba(70, 125, 185);*/
  color: #ff0000;
}

.container .top .nav li a.active{
  color: blue;
}
/* center */
.container .center {
  position: relative;
  width: 100%;
  flex: 1;
  margin: 0 auto;
  /*overflow-y: scroll;*/
}

.container .center .title{
  width: 480px;
  height: 90px;
  margin: 100px auto 0 auto;
}

.container .center .title2{
  width: 250px;
  height: 90px;
  margin: 50px auto 0 auto;
}

.container .center .title4{
  width: 250px;
  height: 90px;
  margin: 1px auto 0 auto;
}

.title3{
  font-size: 20px;
}


.container .color12{
  flex: 1;
  color: #800000;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
.container .center2{
  display: flex;
  /*margin: 0 auto;*/
  height: 50px;
  margin-bottom: 10px;
}

/* bottom */
.container .bottom {
  height: 60px;
  /*background: rgba(70, 125, 185, 0.3);*/
  border-top: 2px solid #cccccc; /* 设置顶部边框为2像素实线黑色 */
  padding: 5px; /* 添加一些内边距以显示效果 */
  font-size: 14px;
  font-weight: bold;
}
.container .bottom .mybottom {
  /*overflow: hidden;*/
  display: flex;
  justify-content: space-between;

  line-height: 30px;
  font-size: 14px;
}

.container .bottom .mybottom2{
  width: 100%;
  line-height: 30px;
  text-align: center;
}
.container .bottom .mybottom .gab{
  display: flex;
  justify-content: center;
  align-items: center;
}

/*.container .bottom .mybottom div{*/
  /*line-height: 40px;*/
  /*width: 16.6%; /!*25%*!/*/
  /*float: left;*/
  /*text-align: center;*/
  /*/!*color: rgba(70, 125, 185);*!/*/
  /*font-size: 14px;*/

  /*/!*以下可以让li内的图片，垂直居中*!/*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
/*}*/


.container .bottom ul {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.container .bottom ul li{
  line-height: 40px;
  width: 16.6%; /*25%*/
  float: left;
  text-align: center;
  /*color: rgba(70, 125, 185);*/
  font-size: 14px;

  /*以下可以让li内的图片，垂直居中*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .bottom .b-top{
  width: 95%;
  margin: 0 auto;
}
.container .bottom .b-top img {
  margin-right: 2px;
}


.container .bottom .b-bottom{
  width: 50%;
  margin: 0 auto;
  color: rgba(70, 125, 185);
}


.container .bottom .b-bottom ul {
  list-style-type: none;
  padding: 0;
}
.container .bottom .b-bottom li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 20px;
}
.container .bottom .b-bottom img {
  margin-right: 2px;
}

.order-num-search{
  margin: 0 auto;
  margin-top: 25px;
  width: 660px;
  /*position: absolute;*/
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*width: 400px;*/
  /*height: 40px;*/
  /*line-height: 40px;*/
  /*/!*display: flex;*!/*/
  /*left: 50%;*/
  /*/!*top: 40%;*!/*/
  /*margin-top: 50px;*/
  /*transform: translate(-50%, -50%);*/
  font-size: 15px;
}
.order-num-search .order-input{
  outline: none;
  flex: 1;
  margin: 0 0px;
}
.order-num-search .label{
  /*font-weight: bold;*/
  line-height: 35px;
}
.order-num-search button{
  width: 80px;
}

.download-button{
  width: 450px;
  flex-direction: column;
}

.download-button .download-button-item{
  display: flex;
  justify-content: space-between;
  margin: 10px;
  margin-top: 30px;
}
.download-button .download-button-item .button{
  display: flex;
  align-items: center;
  height: 35px;
  line-height: 35px;
}
.download-button .download-button-item .button .img{
  margin-left: 10px;
  width: 20px;
  height: 20px;
}

.brand-list{
  /*margin-left: 18%;*/
  width: 1024px;
  margin: 0 auto;
}
.brand-list .list-item{
  display: flex;
  height: 60px;
  line-height: 60px;
  margin: 12px 0;
  align-items: center;
  /*font-weight: 600;*/
}
.brand-list .list-item img{
  /*margin-right: 5px*/
}
.brand-list .list-item2{
  display: flex;
  height: 70px;
  line-height: 60px;
  margin: 12px 0;
  align-items: center;
  /*font-weight: 600;*/
}
.login-box{
  width: 400px;
  margin: 50px auto 0 auto;
}
.login-box .login-input{
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.login-box .login-input .label{
  width: 80px;
  text-align: center;
}
.login-box .login-input input{
  flex: 1;
  line-height: 30px;
  outline: none;
  border: 1px solid #333;
}

.login-box .login-input .code{
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  font-size: 28px;
  text-align: center;
  color: red;
  font-weight: bold;
}

.login-box .button{
  width: 100px;
  text-align: center;
  line-height: 30px;
}

.remember-me{
  width: 300px;
  padding-left: 40px;
  justify-content: space-around;
  font-size: 12px;
  line-height: 30px;
}

.login-box .button{
  margin: 20px auto;
  width: 80px;
}

/*类似百度搜索输入框及按钮 begin*/

.order-num-search ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 45px;
  display: flex;
}
.order-num-search li {
  font-weight: bold;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
  color: #ff0000; /* 设置默认文本颜色 */
}
.order-num-search li.active {
  color: #0000ff; /* 设置选中时文本颜色 */
}
.order-num-search .half-circle-input {
  display: flex;
  align-items: center;
}
.order-num-search .half-circle-input input {
  flex: 1;
  height: 33px;
  border: 1px solid #4E6EF2;
  border-radius: 10px 0 0 10px;
  padding: 0 10px;
  outline: none;
}
.order-num-search .half-circle-input button {
  width: 80px;
  height: 35px;
  color: #ffffff;
  border: 1px solid #4E6EF2;
  border-radius: 0 10px 10px 0;
  background-color: #4E6EF2;
  cursor: pointer;
  font-size: 18px;
}

/*类似百度搜索输入框及按钮 end*/