﻿.cup {
  width: 960px;
  height: 45px;
  background-color: #eee;
  font-size: 13px;
  line-height: 45px;
}

.cup img {
  width: 10px;
  height: 10px;
}

.cleft {
  width: 28%;
  height: 90%;
  background-color:#eee;
  position: absolute;
  top: 70px;
}

.cleft img {
  width: 10px;
  height: 10px;
}

.cleft ul {
  margin-top: 20px;
  margin-left: 30px;
}

.cleft li {
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}

.cleft li a {
  display: inline-block;
  height: 30px;
}

.cright {
  width: 70%;
  height: 90%;
  background-color: rgb(245, 245, 245);
  position: absolute;
  top: 70px;
  right: 0;
  font-size: 18px;
}

.now {
  height: 50px;
  background-color: rgb(0, 131, 218);
  color: #fff;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
}

.now span {
  margin-left: 40px;
}

.main-fr-box {
    width: 100%;
}
.main-fr-box li {
    width: 96%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    
    border-bottom: dashed 1px #e8e8e8;
    padding-left: 15px;
}
.main-fr-box li>a {
    color: #333333;
    font-size: 16px;
}
.main-fr-box li>span {
    color: #999999;
}
.bt-right {
    float: right;
	font-size:16px;
}
@media screen and (max-width: 1024px) {
  .sr {
    float: right;
    margin-right: 10px;
    margin-top: 30px;
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .wrap {
    width: 10.8rem;
    height: 40rem;
  }

  .con {
    width: 10.8rem;
    height: 24rem;
  }

  .cleft, .cright {
    top: 2rem;
  }

  .now {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .5rem;
  }

  .cleft img {
    width: .3rem;
    height: .3rem;
  }
  
  .cleft ul {
    margin-top: 30px;
    margin-left: 20px;
  }
  
  .cleft li {
    height: 1.5rem;
    font-size: .5rem;
    line-height: 1.5rem;
  }

  .cup {
    width: 100%;
    height: 1.5rem;
    font-size: .3rem;
    line-height: 1.5rem;
  }
  
  .cup img {
    width: .3rem;
    height: .3rem;
  }
}