@import "variables.less";

.item-pagepage-rent, .page-rent-page {  
  .article-body {
    .fields-wrapper {
      margin-top: 40px;
      
      .button-box {
        margin-top: 40px;
      }
    }
  }
  
  .fields-wrapper {

    dd {
      font-size: 25px;
      font-weight: bold;
      margin-right: 30px;
    }

    input[type="button"] {
      width: 171px;
      height: 58px;
      line-height: 58px;
    }
  }

  .common-content {
    font-family: Arial;
    font-size: 22px;
    line-height: 25px;

    div {
      margin-bottom: 25px;
    }

    .bold {
      font-weight: bold;
    }
  }

  .page-header {
    margin-bottom: 25px; 

    h2[itemprop="headline"] {
      font-family: Oswald;
      font-size: 135px;
      font-weight: 700;
      line-height: 200px;
      text-align: left;
      color: @orange-color;
    }
  }

  .article-body {
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    justify-content: space-between;

    .article-content {
      width: 840px;

      p {      
        font-family: Arial;
        font-size: 22px;
        line-height: 25px;
        text-align: left;
        color: @black-color;
        margin-bottom: 11px;
      }
    }

    .article-image {
      width: 840px;
      height: 640px;
      position: relative;

      .item-image {
        width: 840px;
        height: 640px;
        overflow: hidden;
        position: relative;
        border-radius: 100px;

        img {
          height: 640px;
          position: relative;
          z-index: 2;
        }
      }

      &:after {
        display: block;
        content: " ";
        top: 40px;
        right: 20px;
        position: absolute;
        background: #FF5912;
        box-shadow: 0px 0px 160px 120px #FF5912;
        z-index: 1;
      }

      &:before {
        display: block;
        content: " ";
        bottom: 80px;
        left: 130px;
        position: absolute;
        background: #FF5912;
        box-shadow: 0px 0px 130px 120px #FF5912;
        z-index: 1;
      }   
    }
  }
}