.one-box{
	width:100%;
	height:100vh;
	background: #fff;
}
.one-top-box,.one-bot-box{
	width:100%;
	height:50%;
	position: relative;
}
.one-bot-box{
  width:100%;
  height:50%;
  background: #160c59;
  position: absolute;
  left:0;bottom:0;
  display: flex;
  flex-wrap: nowrap;
}
.jianpanleft{
  width:75%;
  height:100%;
  display: flex;
  flex-wrap: wrap;
}
.jinapannum{
  width:33.33333333333%;
  height:25%;
  border-bottom:1px solid #423e9c;
  border-right:1px solid #423e9c;
  color:#fff;
  font-size: 24px;
  cursor: pointer;
}
.jianpanright{
  width:25%;
  height:100%;
 
}
.jinapanzi{
  width:100%;
  height:25%;
  color:#fff;
  border-bottom:1px solid #423e9c;
  font-size: 16px;
  cursor: pointer;
}
.jinapanzi:last-child{
  height:50%;
}
.jizhunbox1-right{
  width:60%;
  color:#fff;
}
.jizhunbox1-right1{
  	height:50%;
   display: flex;
   align-items: center;
}
.jizhunbox1-left-zi{
  max-width:80%;
  text-align: center;
}
.jizhunbox1,.jizhunbox2{
  width:100%;
  background: #c3a679;
  display: flex;
  flex-wrap: nowrap;
  
}
.jizhunbox1{
  border-top:1px solid #45416e;
  border-bottom:1px solid #45416e;
  height:33.3333333%;
}
.jizhunbox2{
 background: #6b9a98;
 height:66.6666666666%;
}
.jizhunbox1-left{
  width:50%;
  height:100%;
  font-size:12px;
  color:#fff;
  border-right:1px solid #45416e;
}
.jizhunbox-bot,.jizhunbox-top{
	width:100%;
	height:50%;
}
.jizhunbox-bot{
	position: absolute;
	bottom:0;left:0;
}
.shuchu-box{
	width:100%;
	height:50%;
	padding:0 10px;
	text-align: right;
	font-size: 36px;
	color: #160c59;
}
.jizhunbox3{
  width:100%;
  height:50%;
  display: flex;
  flex-wrap: nowrap;
  font-size: 12px;
  color:#8883a6;
  position: relative;
}
.jizhunbox3-left{
  width:90%;
  /* line-height: 100rpx; */
  padding-left:10px;
  position: absolute;
  bottom:0;left:0;
}
.jizhunbox3-left div{
  line-height: 24px;
}
.jizhunbox3-left span{
  /* padding-left:20rpx; */
}
.jizhunbox3-left span:first-child{
   padding-left:0px;
}
.jizhunbox3-right{
  width:20%;
  padding-right: 10px;
  text-align: right;
  position: absolute;
  right:0;bottom:20px;
}
.jizhunbox3-right span{
  border:1px solid #8883a6;
  border-radius: 5px;
  padding:4px 10px;
  font-size: 12px;
}
/* 下拉按钮样式 */
.dropbtn {
	height:100%;
    color: white;
    font-size: 12px;
    border: none;
    cursor: pointer;
    background: transparent;
}

/* 容器 <div> - 需要定位下拉内容 */
.dropdown {
    position: relative;
    display: inline-block;
}

/* 下拉内容 (默认隐藏) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
}

/* 下拉菜单的链接 */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.sanjiaopng{
  width:10px;
  height:7px;
  transform:rotate(180deg); 
  margin-left:0px;
}
.animation::after {
    content:'';
    display: block;
    width:1px;
    height:20px;
    animation: blink 1s infinite steps(1, start);
  }
@keyframes blink {
 0%{
   background-color: white;
 }
 50% {
   background-color: black;
 }
 100% {
   background-color: white;
 }
}
.pdleft10{
	padding-left:10px;
}
.history-box{
  width:100%;
  height:100%;
  position: fixed;
  top:0;left:0;
  background: rgba(0,0,0,0.5);
  z-index: 100;
  display: none;
}
.history{
  width:80%;
  height:80%;
  background: #fff;
  position: fixed;
  top:0;left:0;right:0;bottom:0;margin: auto;
  z-index: 101;
  border-radius: 5px;
  padding:15px;
  overflow-y: auto;
  padding-bottom:50px;
  display: none;
}
.history-close{
  width:15px;
  height:15px;
  position: fixed;
  right:10%;
  top:6%;
  z-index: 200;
}
.history-nei{
  border-bottom: 1px solid #999;
  padding:10px 0;
}
.history-nei div{
  line-height: 23px;
  color:#666;
  font-size: 14px;
}
.history-clear{
  position: fixed;
  z-index: 103;
  width:80%;
  height:40px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  bottom:10%;
  left:0;right:0;margin: auto;
  background: #fff;
  border-radius: 0 0 5px 5px;
}