body, html {
  width: 100%;
  position: relative;
  max-width: 768px;
  margin: 0 auto;
  font-family: "PingFang SC",Arial,sans-serif !important; }

.header {
  width: 100%;
  position: relative; }
  .header .banner {
    width: 100%; }
    .header .banner img {
      width: 100%;
      display: block; }
  .header img.logo {
    width: 1.58rem;
    position: absolute;
    left: 4%;
    top: 4%;
    z-index: 2; }
  .header img.mark {
    width: 1.69rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
  .header img.theme {
    width: 3rem;
    position: absolute;
    left: 50%;
    margin-left: -1.5rem;
    top: 28%;
    z-index: 2; }
  .header img.detail-theme {
    width: 1.8rem;
    position: absolute;
    left: 11%;
    top: 35%;
    z-index: 2; }
  .header .title {
    font-size: 0.44rem;
    line-height: 0.6rem;
    position: absolute;
    left: 8%;
    top: 40%;
    z-index: 2;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .header .title span {
      color: #D91B3B;
      display: block; }
    .header .title:after {
      content: '';
      width: 1.04rem;
      height: 0.05rem;
      background: #D91B3B;
      position: absolute;
      left: 0;
      bottom: -0.2rem; }

.content {
  background: #fff;
  width: 100%;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  margin-top: -0.4rem;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 1.2rem; }
  .content a.userInfo {
    display: block;
    background: #ED1A3B;
    font-size: 0.3rem;
    color: #fff;
    width: 2.58rem;
    height: 0.68rem;
    line-height: 0.68rem;
    text-align: center;
    border-radius: 0.5rem;
    position: absolute;
    left: 50%;
    margin-left: -1.29rem;
    top: -0.34rem;
    z-index: 2; }
  .content ul.menu-list {
    width: 94%;
    margin: 0 auto;
    overflow: hidden; }
    .content ul.menu-list li {
      width: 33.33333%;
      float: left;
      text-align: center;
      margin-bottom: 0.6rem; }
      .content ul.menu-list li img.icon {
        width: 0.54rem;
        display: block;
        margin: 0 auto; }
      .content ul.menu-list li p {
        font-size: 0.26rem;
        text-align: center;
        margin-top: 0.3rem;
        color: #000; }
  .content .location {
    background: #fff url("../images/map.png") no-repeat right bottom;
    background-size: 3.96rem auto;
    width: 100%;
    height: 4.6rem;
    position: relative; }
    .content .location .locate {
      font-size: 0.26rem;
      line-height: 0.4rem;
      padding-left: 0.2rem;
      position: absolute;
      left: 6%;
      top: 8%; }
      .content .location .locate:before {
        content: '';
        width: 0.04rem;
        height: 0.26rem;
        background: #ED1A3B;
        position: absolute;
        left: 0;
        top: 0.05rem; }
    .content .location .tips {
      color: #7A7A7A;
      font-size: 0.18rem;
      line-height: 0.4rem;
      position: absolute;
      left: 8%;
      bottom: 18%; }

.detail-content {
  box-sizing: border-box;
  padding: 0.6rem 0.4rem; }
  .detail-content .title {
    font-size: 0.44rem;
    line-height: 0.6rem;
    position: relative;
    font-weight: bold; }
    .detail-content .title span {
      color: #D91B3B;
      display: block; }
    .detail-content .title:after {
      content: '';
      width: 1.04rem;
      height: 0.05rem;
      background: #D91B3B;
      position: absolute;
      left: 0;
      bottom: -0.2rem; }
  .detail-content .info-tip {
    font-size: 0.32rem;
    color: #777;
    margin: 0.8rem 0;
    line-height: 0.5rem; }
  .detail-content h4 {
    font-size: 0.38rem;
    color: #D91B3B;
    display: block;
    margin-bottom: 0.5rem; }
  .detail-content select, .detail-content input.text {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    border: 1px solid #000;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0 0.3rem;
    font-size: 0.32rem;
    color: #000;
    margin-bottom: 0.5rem;
    outline: none;
    position: relative; }
    .detail-content select::placeholder, .detail-content input.text::placeholder {
      font-size: 0.32rem;
      color: #777; }
  .detail-content select {
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/arrow-icon.png") no-repeat scroll 94% center transparent;
    background-size: 0.25rem 0.22rem; }
    .detail-content select option {
      color: #000; }
  .detail-content input[type='date'] {
    background: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    /* &::after{
       content: '';
       background: url("../images/calendar-icon.png") no-repeat right center;
       background-size: cover;
       width: 0.51rem;
       height: 0.48rem;
       position: relative;
       right: 0;
       top: 0.048rem;
       z-index: 2;
     }*/
    font-family: "Microsoft YaHei" !important; }
    .detail-content input[type='date']::-webkit-calendar-picker-indicator {
      -webkit-appearance: none;
      resize: none;
      background: url("../images/calendar-icon.png") no-repeat;
      background-size: 0.51rem 0.48rem; }
    .detail-content input[type='date']::-webkit-inner-spin-button, .detail-content input[type='date']::-webkit-clear-button {
      visibility: hidden; }
  .detail-content input[type="date"]:before {
    color: #777;
    content: attr(placeholder); }
  .detail-content input[type="date"].full:before {
    color: black;
    content: "" !important; }
  .detail-content .submit-to-register, .detail-content .submit-info {
    width: 6.2rem;
    height: 0.98rem;
    line-height: 0.98rem;
    background: #D91B3B;
    color: #fff;
    margin: 0.8rem auto 0;
    font-size: 0.36rem;
    letter-spacing: 0.2rem;
    border-radius: 0.5rem; }
  .detail-content .traffic-go, .detail-content .traffic-back, .detail-content .rome-type {
    margin-bottom: 0.4rem;
    overflow: hidden; }
    .detail-content .traffic-go .radio-traffic, .detail-content .traffic-back .radio-traffic, .detail-content .rome-type .radio-traffic {
      width: 50%;
      height: 0.5rem;
      float: left; }
      .detail-content .traffic-go .radio-traffic input[type="radio"], .detail-content .traffic-back .radio-traffic input[type="radio"], .detail-content .rome-type .radio-traffic input[type="radio"] {
        position: absolute;
        clip: rect(0, 0, 0, 0); }
      .detail-content .traffic-go .radio-traffic input[type="radio"] + label::before, .detail-content .traffic-back .radio-traffic input[type="radio"] + label::before, .detail-content .rome-type .radio-traffic input[type="radio"] + label::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        font-size: 0.36rem;
        width: 0.4rem;
        height: 0.4rem;
        margin-right: .4em;
        border-radius: 50%;
        border: 1px solid #D91B3B;
        text-indent: .15em;
        line-height: 0.4rem; }
      .detail-content .traffic-go .radio-traffic input[type="radio"]:checked + label::before, .detail-content .traffic-back .radio-traffic input[type="radio"]:checked + label::before, .detail-content .rome-type .radio-traffic input[type="radio"]:checked + label::before {
        width: 0.44rem;
        height: 0.44rem;
        background-color: #D91B3B;
        background-clip: content-box;
        padding: .04rem;
        box-sizing: border-box; }
  .detail-content textarea {
    width: 100%;
    min-height: 3rem;
    border: 1px solid #000;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0.3rem;
    font-size: 0.32rem;
    color: #000;
    margin-bottom: 0.4rem;
    font-family: "Microsoft YaHei"; }
    .detail-content textarea::placeholder {
      font-size: 0.32rem !important;
      color: #777;
      font-family: "Microsoft YaHei" !important; }
  .detail-content .privacy {
    line-height: 0.4rem;
    font-size: 0.26rem;
    color: #777;
    text-align: justify;
    height: 2.4rem; }
    .detail-content .privacy input[type="checkbox"] {
      position: absolute;
      clip: rect(0, 0, 0, 0); }
    .detail-content .privacy input[type="checkbox"] + label::before {
      content: "";
      display: inline-block;
      vertical-align: top;
      width: 0.34rem;
      height: 0.34rem;
      margin-right: .1rem;
      border-radius: 50%;
      background-color: transparent;
      border: 1px solid #D91B3B;
      text-indent: .15em;
      line-height: 0.34rem; }
    .detail-content .privacy input[type="checkbox"]:checked + label::before {
      width: 0.38rem;
      height: 0.38rem;
      background-color: #D91B3B;
      background-clip: content-box;
      padding: .04rem;
      box-sizing: border-box; }
    .detail-content .privacy label {
      text-align: justify;
      font-size: 0.26rem;
      line-height: 0.4rem; }
  .detail-content .route-pic {
    border: 1px solid #000;
    overflow: hidden;
    margin-top: 0.3rem; }
    .detail-content .route-pic.route1 {
      margin-top: 0.7rem; }
    .detail-content .route-pic img {
      width: 100%;
      display: block; }
  .detail-content ul#viewer li {
    border: 1px solid #000;
    overflow: hidden;
    margin-top: 0.3rem; }
    .detail-content ul#viewer li:first-child {
      margin-top: 0.7rem; }
    .detail-content ul#viewer li img {
      width: 100%;
      display: block; }
  .detail-content .viewBox img {
    border: 1px solid #000;
    overflow: hidden;
    margin-top: 0.3rem;
    width: 100%;
    display: block; }
    .detail-content .viewBox img:first-child {
      margin-top: 0.7rem; }

#Validform_msg {
  display: none !important; }

.label {
  position: relative; }

.Validform_checktip {
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  font-size: 0.24rem; }

.Validform_wrong {
  color: #ff0000; }

.Validform_right {
  color: transparent; }

.schedule-content {
  box-sizing: border-box;
  padding: 0.6rem 0 0; }
  .schedule-content ul.schedule-tab {
    text-align: center;
    width: 100%; }
    .schedule-content ul.schedule-tab li {
      display: inline-block;
      font-size: 0.28rem;
      margin: 0 0.1rem;
      color: #757575;
      font-weight: bold; }
      .schedule-content ul.schedule-tab li span {
        font-size: 0.22rem; }
      .schedule-content ul.schedule-tab li.cur {
        color: #000;
        position: relative; }
        .schedule-content ul.schedule-tab li.cur:after {
          content: '';
          width: 1rem;
          height: 0.06rem;
          background: #D91B3B;
          position: absolute;
          left: 50%;
          margin-left: -0.5rem;
          bottom: -0.25rem; }
  .schedule-content .schedule-inner {
    width: 100%;
    background: #EFEFF1;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    margin-top: 0.25rem;
    box-sizing: border-box;
    padding: 0.1rem 0.3rem 0.6rem; }
    .schedule-content .schedule-inner h4 {
      font-size: 0.38rem;
      color: #D91B3B;
      margin-left: 0.2rem;
      margin-top: 0.4rem;
      font-weight: bold; }
    .schedule-content .schedule-inner .box {
      width: 100%;
      padding: 0.3rem 0.2rem;
      box-sizing: border-box;
      font-size: 0.28rem;
      background: #fff;
      line-height: 1.6;
      border-radius: 0.1rem;
      box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
      margin-top: 0.3rem;
      position: relative; }
      .schedule-content .schedule-inner .box .mark {
        width: 0.5rem;
        height: 0.3rem;
        background: #D91B3B;
        border-top-left-radius: 0.1rem;
        border-bottom-right-radius: 0.1rem;
        position: absolute;
        left: 0;
        top: 0; }
        .schedule-content .schedule-inner .box .mark i {
          width: 0.22rem;
          height: 0.22rem;
          display: block;
          margin: 0.04rem auto; }
          .schedule-content .schedule-inner .box .mark i.icon-l {
            background: url("../images/icon-l.png") no-repeat;
            background-size: cover; }
          .schedule-content .schedule-inner .box .mark i.icon-t {
            background: url("../images/icon-t.png") no-repeat;
            background-size: cover; }
          .schedule-content .schedule-inner .box .mark i.icon-c {
            background: url("../images/icon-c.png") no-repeat;
            background-size: cover; }
      .schedule-content .schedule-inner .box .left {
        display: inline-block;
        vertical-align: middle;
        width: 32%; }
      .schedule-content .schedule-inner .box .right {
        display: inline-block;
        vertical-align: middle;
        width: 66%;
        text-align: justify; }
        .schedule-content .schedule-inner .box .right a {
          color: #D91B3B;
          text-decoration: underline; }

.global-filter {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9; }

.verify-filter-inner {
  width: 5.76rem;
  height: 3.94rem;
  background: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -2.88rem;
  top: 50%;
  margin-top: -1.97rem;
  border-radius: 0.18rem; }
  .verify-filter-inner .title {
    height: 1.08rem;
    line-height: 1.08rem;
    color: #000000;
    font-size: 0.3rem;
    padding: 1rem 0 0 0;
    text-align: center; }
    .verify-filter-inner .title img.cha-icon {
      width: 0.88rem;
      height: 0.88rem;
      display: inline-block;
      vertical-align: top; }
  .verify-filter-inner .close-verify {
    width: 2.4rem;
    height: 0.6rem;
    line-height: 0.6rem;
    display: block;
    margin: 0.8rem auto 0 auto;
    background: #d91b3b;
    color: #ffffff;
    font-size: 0.28rem;
    text-align: center;
    border-radius: 0.2rem;
    cursor: pointer; }

.close-filter {
  width: 2.4rem;
  height: 0.6rem;
  line-height: 0.6rem;
  display: block;
  margin: 0.8rem auto 0 auto;
  background: #d91b3b;
  color: #ffffff;
  font-size: 0.28rem;
  text-align: center;
  border-radius: 0.2rem;
  cursor: pointer; }

.reg-filter .verify-filter-inner .title {
  padding: 1rem 0 0 1.50rem;
  line-height: 0.54rem;
  position: relative;
  text-align: left; }
  .reg-filter .verify-filter-inner .title img.cha-icon {
    position: absolute;
    left: 0.3rem;
    top: 1.1rem; }

.reg-btn {
  width: 5rem;
  margin: 0.8rem auto 0 auto;
  overflow: hidden; }
  .reg-btn a {
    width: 2.4rem;
    height: 0.6rem;
    line-height: 0.6rem;
    display: block;
    font-size: 0.28rem;
    text-align: center;
    border-radius: 0.2rem; }
    .reg-btn a.goHome {
      background: #d91b3b;
      color: #ffffff;
      float: left; }
    .reg-btn a.goUserCenter {
      background: #efeff1;
      color: #000000;
      float: right; }

.viewer-title, .viewer-navbar, .viewer-reset, .viewer-play {
  display: none; }

.viewer-toolbar {
  width: 205px;
  margin: 0 auto 50px;
  padding: 0; }

.viewer-toolbar > li {
  width: 40px;
  height: 40px; }

.viewer-toolbar > li:before {
  margin: 10px; }

.viewer-close {
  background: url("../images/close-btn.png") no-repeat;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem; }
  .viewer-close:before {
    content: none; }

.viewer-flip-horizontal:before, .viewer-flip-vertical:before, .viewer-fullscreen-exit:before, .viewer-fullscreen:before, .viewer-next:before, .viewer-one-to-one:before, .viewer-play:before, .viewer-prev:before, .viewer-reset:before, .viewer-rotate-left:before, .viewer-rotate-right:before, .viewer-zoom-in:before, .viewer-zoom-out:before {
  width: 20px;
  height: 20px; }

ul.contact-list {
  width: 100%;
  margin-top: 0.7rem; }
  ul.contact-list li {
    width: 100%;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0.1rem 0.3rem;
    margin: 0.4rem 0; }
    ul.contact-list li p {
      font-size: 0.3rem;
      line-height: 1.8; }
      ul.contact-list li p i {
        width: 0.3rem;
        height: 0.3rem;
        display: inline-block;
        margin-right: 0.2rem;
        vertical-align: middle; }
        ul.contact-list li p i.user {
          background: url("../images/user-icon.png") no-repeat;
          background-size: 100% 100%; }
        ul.contact-list li p i.phone {
          background: url("../images/phone-icon.png") no-repeat;
          background-size: 100% 100%; }
        ul.contact-list li p i.email {
          background: url("../images/email-icon.png") no-repeat;
          background-size: 100% 100%; }

ul.research-list {
  width: 100%;
  text-align: center;
  margin-top: 0.8rem; }
  ul.research-list li {
    display: inline-block;
    width: 3rem;
    height: 2.4rem;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border: 2px solid #ED1A3B;
    border-radius: 0.2rem;
    margin: 0.1rem; }
    ul.research-list li p {
      font-size: 0.32rem;
      font-weight: bold;
      margin-top: 0.8rem; }
    ul.research-list li a.join {
      display: block;
      background: #ED1A3B;
      color: #fff;
      width: 2.5rem;
      height: 0.5rem;
      line-height: 0.5rem;
      border-radius: 0.5rem;
      margin: 0.5rem auto 0;
      font-size: 0.3rem; }

.guest-content {
  padding: 0.6rem 0 0; }
  .guest-content .title {
    margin: 0 0.6rem; }

ul.language-tag {
  width: 0.6rem;
  position: fixed;
  top: 4.5rem;
  right: 0;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 10; }
  ul.language-tag li {
    width: 100%;
    height: 50%;
    line-height: 0.8rem;
    font-size: 0.3rem;
    text-align: center; }
    ul.language-tag li:first-child {
      background: url("../images/active1.png") no-repeat;
      background-size: 100% 100%;
      color: #fff; }
    ul.language-tag li:last-child {
      background: url("../images/active2.png") no-repeat;
      background-size: 100% 100%;
      color: #000;
      margin-top: -0.12rem; }
    ul.language-tag li.active {
      transform: scale(1.2);
      line-height: 0.8rem;
      font-weight: bold; }

.name-card {
  width: 5.68rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-top: 0.5rem;
  margin-left: 0.6rem;
  box-sizing: border-box;
  padding: 0.3rem 0;
  position: relative;
  border-radius: 0.1rem; }
  .name-card .pic {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background: #d91b3b;
    position: absolute;
    left: -0.7rem;
    top: 50%;
    margin-top: -0.7rem;
    box-shadow: 10px 0 8px rgba(0, 0, 0, 0.2); }
    .name-card .pic img {
      width: 1.4rem;
      margin-left: 0.15rem; }
  .name-card .info {
    margin-left: 1.3rem; }
    .name-card .info p {
      font-size: 0.26rem;
      margin-bottom: 0.15rem;
      line-height: 1.4; }
      .name-card .info p:last-child {
        margin-bottom: 0; }
      .name-card .info p i {
        width: 0.3rem;
        height: 0.3rem;
        display: inline-block;
        margin-right: 0.2rem;
        vertical-align: text-top; }
        .name-card .info p i.name {
          background: url("../images/user-icon.png") no-repeat no-repeat;
          background-size: 100% 100%; }
        .name-card .info p i.position {
          background: url("../images/position-icon.png") no-repeat no-repeat;
          background-size: 100% 100%; }
      .name-card .info p span {
        display: inline-block;
        vertical-align: text-top; }

.special-guest-list {
  width: 100%;
  margin-top: 0.8rem;
  box-sizing: border-box;
  padding: 0 0.6rem; }
  .special-guest-list li {
    width: 100%;
    border-bottom: 1px solid #999;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem; }
    .special-guest-list li:last-child {
      border: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .special-guest-list li b {
      font-size: 0.3rem;
      font-weight: bold; }
    .special-guest-list li .detail-txt {
      width: 100%;
      text-align: justify;
      margin-top: 0.5rem;
      overflow: hidden;
      font-size: 0.26rem;
      line-height: 1.8; }

.other-guest-info {
  width: 100%;
  background: #EFEFF1;
  border-top-right-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
  margin-top: 0.8rem;
  box-sizing: border-box;
  padding: 0.6rem;
  font-size: 0.3rem; }
  .other-guest-info ul.guest-list {
    padding: 0; }
  .other-guest-info h2.guest-title {
    display: block;
    position: relative;
    margin-top: 1rem;
    font-weight: bold; }
    .other-guest-info h2.guest-title::before {
      content: '';
      width: 1rem;
      height: 0.06rem;
      background: #d91b3b;
      position: absolute;
      left: 0;
      top: -0.2rem; }

.download-content {
  padding: 0.6rem 0 0; }

.download-tab {
  width: 100%;
  text-align: center; }
  .download-tab li {
    font-size: 0.34rem;
    display: inline-block;
    color: #757575;
    margin: 0 1rem;
    font-weight: bold;
    cursor: pointer; }
    .download-tab li.active {
      color: #000;
      padding-bottom: 0.15rem;
      border-bottom: 0.06rem solid #D91B3B; }

.download-inner {
  width: 100%;
  background: #EFEFF1;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding-bottom: 2rem; }
  .download-inner ul.download-list {
    width: 100%;
    text-align: center; }
    .download-inner ul.download-list li {
      display: inline-block;
      margin: 0.8rem  0.1rem 0.2rem;
      position: relative; }
      .download-inner ul.download-list li .video {
        width: 3.2rem;
        height: 1.8rem;
        border-radius: 0.1rem;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        .download-inner ul.download-list li .video .video-js {
          width: 100%;
          height: 100%; }
          .download-inner ul.download-list li .video .video-js .vjs-poster {
            background-color: #fff; }
          .download-inner ul.download-list li .video .video-js .vjs-big-play-button {
            display: none; }
          .download-inner ul.download-list li .video .video-js .vjs-tech {
            object-fit: fill; }
          .download-inner ul.download-list li .video .video-js .vjs-control {
            width: 0.4rem; }
        .download-inner ul.download-list li .video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
          content: none; }
        .download-inner ul.download-list li .video .vjs-poster {
          background-size: cover; }
      .download-inner ul.download-list li .pdf-poster {
        width: 3.2rem;
        height: 1.8rem;
        border-radius: 0.1rem;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        .download-inner ul.download-list li .pdf-poster img {
          width: 100%;
          display: block; }
      .download-inner ul.download-list li p {
        font-size: 0.28rem;
        text-align: left;
        line-height: 2; }
      .download-inner ul.download-list li a.download {
        width: 3.2rem;
        height: 0.5rem;
        line-height: 0.5rem;
        border-radius: 0.5rem;
        background: #ED1A3B;
        font-size: 0.28rem;
        color: #fff;
        display: none;
        margin-top: 0.1rem;
        position: relative;
        z-index: 3; }
      .download-inner ul.download-list li .dtxt {
        position: absolute;
        width: 0.2rem;
        height: 0.2rem;
        z-index: 2;
        left: 0.5rem;
        bottom: 0.2rem; }

/*# sourceMappingURL=style.css.map */
