.top-ul-title{
  line-height: 24px;
  height: auto;
  font-size: 0.14rem;
  color: rgba(50, 104, 155, 1);
}
.top-item span{
  height: 0.14rem;
  font-size: 0.12rem;
  color: #333;
  display: inline-block;
  width: 32%;
  line-height: 20px;
}
.main-body {
  width: 100%;
  min-height: 100%;
  background-color: #fff;
  color: #333;
  position: relative;
  overflow: hidden;
}

ul::-webkit-scrollbar {
  height: 0.01rem;
  background-color: #fff;
}

ul::-webkit-scrollbar-thumb {
  background-color: #000;
  /*background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);*/
}

.top img {
  width: 100%;
}

.top-cont {
  width: 100%;
  float: left;
  padding: 0.1rem;
  border-bottom: 0.05rem solid #828487;
}

.top-title {
  height: 0.24rem;
  line-height: 0.24rem;
  font-size: 0.16rem;
  color: rgba(51, 51, 51, 1);
}

.top-ul {
  padding: 0.1rem 0.3rem;
  color: #333;
}

.pc-details .top-ul-title {
  height: auto;
  line-height: 0.24rem;
  font-size: 0.14rem;
  color: rgba(50, 104, 155, 1);
}

.pc-details .top-item span {
  height: 0.14rem;
  font-size: 0.12rem;
  color: #333;
  line-height: 0.14rem;
  display: inline-block;
  width: 32%;
}

.yellow {
  color: #FDCA38 !important;
}

.cont-title {
  padding: 0.1rem 0.1rem 0.05rem;
  height: 0.27rem;
  line-height: 0.27rem;
  font-size: 0.18rem;
  font-weight: 400;
}

.cont .tab {
  background-color: #fff;
  margin-bottom: 0.05rem;
}

.cont .tab li {
  display: inline-block;
  width: 40%;
  height: 0.35rem;
  line-height: 0.35rem;
  font-size: 0.18rem;
  text-align: center;
  color: #075088;
  float: left;
  margin-left: 5%;
  border-radius: 0.05rem;
  border: 0.01rem solid #075088;
}

.cont .tab li.hover {
  width:40%;
  background-color: #075088;
  color: #fff;
  margin-left: 7.5%;
}

.content {
  width: 100%;
}

.cont .nav {
  white-space: nowrap;
  overflow-x: auto;
  background-color: #fff;
}

.cont .nav li {
  display: inline-block;
  margin: 0.05rem 0.26rem;
  padding: 0.05rem 0;
}

.cont .nav li.hover {
  color: #075088;
  border-bottom: 0.01rem solid #075088;
}

.table-box {
  /*padding: 0.1rem;*/
  background-color: #fff;
}

table {
  width: 100%;
  text-align: center;
  color: #828487;
  font-size: 0.1rem;
  vertical-align: middle;
  /*border-left:  0.01rem solid #828487;*/
  /*border-top:  0.01rem solid #828487;*/
}

table tr th,
table tr td {
  /*padding: 0.1rem;*/
  /*line-height: 0.3rem;*/
  /*border-bottom: 0.01rem solid #828487;*/
  /*border-right:  0.01rem solid #828487;*/
}

table th {
  color: #333333;
  font-size: 0.16rem;
  background: rgba(50, 104, 155, 0.3);
}

.gray {
  color: #333;
  font-size: 0.15rem;
}

.txtL {
  text-align: left;
}

.logo {
  width: 100%;
  text-align: right;
  /*padding-top: 0.1rem;*/
  /*padding: 0.2rem 0;*/
  /*right: 0.1rem;*/
  /*z-index: 777;*/
  /*background: #eee;*/
}

.logo_imgs {
  padding: 0rem 0;
  /*padding-top: 0.1rem;*/
}

.logo img {
  height: 0.3rem;
}

.logo:after {
  display: block;
  content: '';
  overflow: hidden;
  margin-bottom: 0.48rem;
}

.btn-box {
  width: 100%;
  background-color: #075088;
  height: 0.49rem;
  line-height: 0.49rem;
  font-size: 18rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 888;
}

.btn-box .button {
  color: #fff;
  font-size: 0.18rem;
}

.up-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0.48rem;
  background-color: rgba(51, 51, 51, 0.5);
}

.up-title {
  text-align: center;
  font-size: 0.15rem;
  color: #333;
  padding: 0.2rem;
  background-color: #fff;
  border-top-left-radius: 0.05rem;
  border-top-right-radius: 0.05rem;
}

.up-cont {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #eee;
  border-top-left-radius: 0.05rem;
  border-top-right-radius: 0.05rem;
}

.up-cont .logo:before {
  display: block;
  content: '';
  overflow: hidden;
  margin-bottom: 1rem;
}

.up-cont .logo:after {
  margin-bottom: 0rem;
}

.up-cont .tab {
  background-color: #F5F5F5;
}

.up-cont .tab li {
  display: inline-block;
  width: 49%;
  height: 0.39rem;
  line-height: 0.39rem;
  font-size: 0.18rem;
  text-align: center;
  color: #828487;
}

.up-cont .tab li.hover {
  width: 49.5%;
  background-color: #075088;
  color: #fff;
}

.up-content {
  background-color: #fff;
  padding: 0.1rem 0.12rem 0;
  line-height: 0.3rem;
  /*margin-bottom: 0.6rem;*/
}

.up-content-title {
  font-size: 0.15rem;
  color: #333;
}

.up-content ul {
  /*margin-top: 0.05rem;*/
  white-space: nowrap;
  overflow-x: auto;
  background-color: #fff;
}

.up-content ul li {
  display: inline-block;
  margin: 0.05rem 0.25rem;
  position: relative;
  color: #828487;
  font-size: 0.12rem;
}

.up-content ul li:before {
  display: block;
  content: '';
  overflow: hidden;
  border: 0.02rem solid #ccc;
  border-radius: 5px;
  position: absolute;
  box-sizing: border-box;
  left: -0.16rem;
  width: 10px;
  height: 10px;
  top: 0.1rem;
}

.up-content ul li.hover:before {
  border-color: #075088;
  background: #075088;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin-top: -2px;
}

.up-cont .icon-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.16rem;
  /*border: 0.1rem solid transparent;*/
}

.top .yellow {
  font-size: 0.12rem;
  font-weight: bold;
}


.el-input__suffix{
  display: none!important;
}
.el-select{
  width: 100%;
}
.el-input{
  width: 100%;
}
.el-input input{
  padding: 0rem 0.1rem;
  border: 0.01rem solid #888;
  padding-right: 0.1rem!important;
  -webkit-appearance: none!important;
  border-radius: 0.05rem;
  height: 0.3rem;
  line-height: 0.3rem;
  width: 100%!important;
}
.el-select .el-input.is-focus .el-input__inner{
  border-color:#888!important;
}
.el-select-dropdown__item{
  color: #333!important;
}

.el-select .el-input__inner:focus{
  border-color:#888!important;
}
.el-popper[x-placement^=bottom]{
  margin-top: 0px!important;
}
.el-select-dropdown{
  width: 80% !important;
  /*position: fixed!important;*/
  /*top: 0px !important;*/
}
.el-select-dropdown{
  /*height: 260px;*/
  /*z-index: 888!important;*/
}
.el-scrollbar{
  height: 100%;
}
