.root-main {
  background: #f7f7f9;
  height: 110%;
  width: 100%; }
  .root-main .searchContainer {
    background-color: #626263; }
    .root-main .searchContainer .backgroundImage {
      width: 15.9750rem;
      height: 29.1810rem;
      position: absolute;
      z-index: -1; }
    .root-main .searchContainer .loginImage {
      width: 6.8160rem;
      height: 0.8520rem;
      margin: 0.8520rem auto 0; }
    .root-main .searchContainer .welcome {
      font-size: 0.6816rem;
      font-weight: 500;
      color: #ffffff;
      line-height: 0.9372rem;
      margin: 1.3632rem auto 0; }
    .root-main .searchContainer .search {
      flex-direction: row;
      margin: 0.6816rem auto 0.6816rem;
      width: 14.6118rem;
      height: 1.7040rem;
      background: #ffffff;
      border-radius: 0.1704rem;
      overflow: hidden; }
      .root-main .searchContainer .search .input {
        border: none;
        flex: 1;
        padding: 0.5112rem 0.6816rem;
        font-size: 0.5112rem; }
      .root-main .searchContainer .search .button {
        width: 2.5560rem;
        height: 1.7040rem;
        background: #165dff;
        border-radius: 0.1704rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.5112rem;
        font-weight: 500;
        color: #ffffff; }
  .root-main .titleBar {
    display: none; }
  .root-main .titleSearch {
    font-size: 0.8520rem;
    color: #1d2129;
    line-height: 1.1928rem;
    margin: 1.0224rem 0.6816rem; }
  .root-main .contentPage {
    padding: 0.6816rem; }
    .root-main .contentPage .container {
      width: 14.6118rem;
      background: #ffffff;
      box-shadow: 0.0000rem 0.0852rem 0.3408rem 0.0000rem rgba(0, 0, 0, 0.3);
      border-radius: 0.1704rem;
      margin-bottom: 0.5112rem; }
      .root-main .contentPage .container .title {
        font-size: 0.5964rem;
        color: #1d2129;
        line-height: 0.6816rem;
        padding: 0.6816rem;
        border-bottom: 0.0213rem solid #e5e6eb; }
      .root-main .contentPage .container .detail {
        font-size: 0.5112rem;
        color: #4e5969;
        padding: 0.6816rem;
        line-height: 0.7242rem; }
