.visits {
    width: 1903px;
    height: 940px;
    background: #1b1b1b;
    margin-top: -4px;
    border-top: 1px solid #333;
  }
  .visits-box {
    width: 1200px;
    height: 800px;
    margin: 60px auto;
    position: relative;
  }
  .visits-breadcrumb {
    color: #fff;
    height: 30px;
  }
  .visits-breadcrumb b {
    font-size: 22px;
    float: left;
  }
  .visits-breadcrumb b span {
    font-size:16px;
    color: #4778cb;
    font-weight: 400;
    margin: 8px 5px;
  }
  .visits-breadcrumb span {
    float: right;
    font-size:16px;
    color: #4778cb;
    margin-top: 8px;
  }
  .visits-textarea {
    width: 1200px;
    height: 120px;
    margin-top: 31px;
    border-radius: 8px;
    overflow: hidden;
  }
  .visits-textarea textarea {
    width: 1078px;
    height: 120px;
    float: left;
    resize: none;
    padding: 20px;
    box-sizing: border-box;
  }
  textarea:focus {
    outline: none;
  }
  .visits-textarea div {
    float: right;
    width: 122px;
    height: 120px;
    background-color: #4778cb;
    line-height: 120px;
    text-align: center;
    color: #fff;
  }
  .visits-ly {
    width: 1200px;
    height: 600px;
    overflow: hidden;
    margin-top: 30px;
    display: flex;
  }
  .visits-boxl {
    width: 421px;
    height: 594px;
    overflow: hidden;
  }
  .visits-boxl img {
    width: 1021px;
    height: 594px;
  }
  .visits-border {
    width: 100%;
    height: 2px;
    background: -webkit-linear-gradient(
      left,
      #1b1b1b -4%,
      #666 50%,
      #1b1b1b 100%
    );
    /* margin-top: 150px; */
    position: absolute;
    bottom: -20px;
    /* margin-bottom: -10px; */
  }
  .visits-boxr {
    width: 979px;
    height: 594px;
  }
  .visits-tit {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-around;
    color: #fff;
  }
  .visits-tit div {
    width: 150px;
    height: 80px;
    text-align: center;
  }
  .visits-tit div span {
    font-size:16px;
  }
  .visits-tit div p {
    font-size: 50px;
    color: #e8d39c;
  }
  .visits-statistics {
    width: 730px;
    height: 594px;
    float: right;
  }
  .visits-statistics ul {
    display: flex;
    justify-content: space-around;
    height: 100%;
  }
  .visits-statistics ul li {
    text-align: center;
    padding-top: 110px;
    color: #999;
  }
  .visits-statistics ul li div {
    width: 16px;
    height: 346px;
    background: #373737;
    margin: 10px auto;
  }
  .visits-statistics ul li:hover{
    color: #fff;
  }
  .visits-statistics ul li:hover div {
    background: #7a7a7a;
  }
  .visits-tz {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    color: #fff;
    font-size:16px;
  }
  .visits-il {
    position: absolute;
    left: 0;
  }
  .visits-ir {
    position: absolute;
    right: 0;
  }