.main.load {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: .8rem;
}

.loadL {
  width: 2.6rem;
}

.loadLItem {
  display: flex;
  flex-direction: column;
}

.loadLOne {
  width: 100%;
  height: .45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  padding: 0 .2rem;
  background: #F9F9F9;
  border: 0.01rem solid #ECECEC;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .3s;
}

.loadLOne.active {
  color: #FFFFFF;
  background: #00ADE8;
  border: 0.01rem solid #00ADE8;
}

.loadLOne img {
  width: .07rem;
  height: .12rem;
  transition: all .3s;
}

.loadLOne.active img {
  transform: rotate(90deg);
  filter: brightness(0) invert(1);
}

.loadLTwo {
  background: #F2F9FB;
  padding: .12rem .2rem;
  box-sizing: border-box;
  display: none;
}

.loadLTwo a {
  font-weight: 400;
  font-size: 0.14rem;
  color: #6B6B6B;
  display: flex;
  align-items: center;
  margin-bottom: .1rem;
  transition: all .3s;
}

.loadLTwo a:hover,
.loadLTwo a.active {
  color: #00ADE8;
}

.loadLTwo a:last-child {
  margin-bottom: 0;
}

.loadLTwo a::before {
  content: '';
  width: 0.04rem;
  height: 0.04rem;
  background: #00ADE8;
  border-radius: 50%;
  margin-right: .06rem;
  flex-shrink: 0;
}

.loadR {
  width: 10.8rem;
}

.loadT {
  display: flex;
  justify-content: flex-end;
}

.proBreadR {
  width: 3.5rem;
  height: 0.48rem;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  border: 0.01rem solid #00ADE8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.proBreadR input {
  padding-left: .25rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
}

.proBreadR input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 0.16rem;
  color: #ABABAB;
}

.proBreadR button {
  width: 0.62rem;
  height: 0.4rem;
  background: linear-gradient(140deg, #0085CC 0%, #1DA3EB 100%);
  border-radius: 0rem 0.24rem 0.24rem 0rem;
  margin-right: .04rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
}

.loadBox{
  margin-top: .35rem;
}

.loadRItem {
  width: 10.8rem;
  height: 1.2rem;
  background: #F9F9F9;
  margin-bottom: .2rem;
  padding: .25rem .4rem .2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .3s;
}

.loadRItem:hover {
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.09rem 0.01rem rgba(42, 71, 81, 0.25);
}

.loadRItemL {
  width: 8.12rem;
  margin-right: .06rem;
}

.loadRItemTit {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  padding-bottom: .13rem;
  border-bottom: 0.01rem solid #D9D9D9;
  margin-bottom: .15rem;
}

.loadRItemTxt {
  display: flex;
  align-items: center;
}

.loadRItemTime,
.loadRItemSize {
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
}

.loadRItemTime {
  margin-right: .6rem;
}

.loadBtn {
  width: 1.28rem;
  height: 0.4rem;
  background: rgba(0, 173, 232, 0);
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.16rem;
  color: #6B6B6B;
  transition: all .3s;
}

.loadRItem:hover .loadBtn{
  background: #00ADE8;
  color: #FFFFFF;
}

.loadBtn img {
  width: .2rem;
  height: .2rem;
  margin-right: .08rem;
  transition: all .3s;
}

.loadRItem:hover .loadBtn img{
  filter: brightness(0) invert(1);
}

.page{
  padding-top: .37rem!important;
}


@media only screen and (max-width: 768px) {
    
    .main.load{ display:block; padding-top:.5rem;}
.loadL {
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: .5rem;
}
.loadLItem {
  width: 33%;
  float: left;
}
.loadLOne{ font-size:0.24rem;}
.loadR{ width:100%;}
.proBreadR{width: 60%;
  margin: 0 auto;}
}





























