@charset "UTF-8";

.inv-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  background: #730506;
}

.inv-header {
  position: relative;
}
.inv-header img {
  width: 100%;
}
.inv-header .language-switch {
  position: absolute;
  right: 0.2rem;
  top:0.1rem;
  color: #fff;
}

.inv-main {
  margin: 0px 38px;
  background: #fff;
}

.inv-content {
  padding: 0px 40px;
}

@media only screen and (max-width:800px){
  .inv-main {
    margin: 0px 0.38rem;
  }
  
  .inv-content {
    padding: 0px 0.4rem;
  }
} 

/* inv-company */
.inv-company {
  padding:22px 24px 24px;
}
.inv-company .inv-logo {
  padding-bottom: 8px;
}
.inv-company .inv-logo img {
  width: 190px;
}

@media only screen and (max-width:800px){
  .inv-company {
    padding:0.22rem 0.24rem 0.24rem;
  }
  .inv-company .inv-logo img {
    width:1.9rem;
  }
}  

/* inv-booth */
.inv-booth {
  position: relative;
  background: linear-gradient(to bottom, #f5e3ea, #fff 10%);
  padding:0.26rem 40px 0px;
}
.inv-booth:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #730506;
  border-radius: 50%;
  top:-15px;
  left: -15px;
}
.inv-booth:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #730506;
  border-radius: 50%;
  top:-15px;
  right: -15px;
}
.inv-booth dl {
  line-height: 1.2;
  padding: 0.2rem 0px 0.22rem;
}
.inv-booth .inv-btn a {
  display: inline-block;
  background: #9c0a25;
  color: #fff;
  width: 100%;
  line-height: 3.35;
  border-radius:10px;
}

@media only screen and (max-width:800px){
  .inv-booth {
    padding:0.26rem 0.4rem 0px;
  }
  .inv-booth:before {
    width: 0.3rem;
    height: 0.3rem;
    left: -0.15rem;
    top:-0.15rem;
  }
  .inv-booth:after {
    width: 0.3rem;
    height: 0.3rem;
    right: -0.15rem;
    top:-0.15rem;
  }
 
}  


/* inv-courtesy */
.inv-courtesy {
  padding: 0.3rem 0px 0.4rem;
}
.inv-courtesy ul {
  padding: 0px 5%;
}
.inv-courtesy ul li {
  padding-top: 0.1rem;
  width: 50%;
  line-height: 1.2;
}
.inv-courtesy ul li .page-img {
  margin-bottom:0.2rem;
}
.inv-courtesy ul li .page-img img {
  width: 50%;
  max-width: 135px;
}


/* inv-about */
.inv-about {
  padding: 0px 0px 0.47rem;
  color: #7b7b7b;
}
.inv-about .page-con {
  padding-top: 8px;
}





/* inv-exhibits */
.inv-exhibits ul {
  margin-top: 16px;
}
.inv-exhibits ul li {
  margin-top: 1px;
  background: #f5f5f9;
  padding: 14px;
}
.inv-exhibits .page-img {
  width: 174px;
  height: 146px;
  position: relative;
  overflow: hidden;
}
.inv-exhibits .page-img img {
  position: absolute;
  left: 0px;
  top:0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.inv-exhibits .page-text {
  padding:8px 0px 0px 30px;
  color: #7b7b7b;
  overflow: hidden;
}
.inv-exhibits .page-sub {
  color: #323232;
  padding-bottom: 8px;
}
.inv-exhibits ul li a:hover .page-sub {
  text-decoration: underline;
}


@media only screen and (max-width:800px){
  .inv-exhibits ul {
    margin-top: 0.16rem
  }
  .inv-exhibits ul li {
    padding:0.14rem;
  }
  .inv-exhibits .page-img {
    width: 1.74rem;
    height: 1.46rem;
  }
  .inv-exhibits .page-text {
    padding:0.08rem 0px 0px 0.3rem;
  }
 
}  

/* inv-gift */
.inv-gift {
  padding:0.4rem 0.5rem 0.5rem;
  background: linear-gradient(to bottom, #fff 90%,#cac6ea);
  color: #7b7b7b;
  line-height: 1.8;
}
.inv-gift .page-tit {
  padding-bottom: 0.1rem;
}
.inv-gift .page-tit img {
  height: 2.778em;
  max-width: 100%;
}
.inv-gift .page-con {
  padding-bottom: 0.23rem;
}
.inv-gift .page-code img {
  width: 10.667em;
}

@media only screen and (max-width:800px){
  .inv-gift .page-con br {
    display: none;
  }
}

/* inv-footer */
.inv-footer {
  padding: 0.27rem 38px 0.3rem;
  color: #fff;
}
.inv-footer .inv-ft-nav ul {
  margin: 0px -0.1rem;
}
.inv-footer .inv-ft-nav ul li {
  padding: 0px 0.1rem;
  flex: 1;
}
.inv-footer .inv-ft-nav a {
  display: block;
  color: #fff;
  padding: 0px 0.46rem;
  line-height: 2.8;
  border: 1px solid #fff;
  border-radius: 0.05rem;
  height: 100%;
}
.inv-footer .inv-ft-nav img {
  margin-right: 0.12rem;
  vertical-align: middle;
  position: relative;
  top:-2px;
}

.inv-footer .inv-ft-tel dl {
  line-height: 1.3;
  padding-left: 0.56rem;
  background: url(../images/inv-tel.png) no-repeat left center/0.43rem auto;
}

.inv-footer .inv-ft {
  padding:0.39rem 0px 0px;
}
.inv-footer .inv-ft-generate {
  padding: 0.1rem 0.3rem;
  background: rgba(255,255,255,0.1);
  cursor: pointer;
}
@media only screen and (min-width:1921px){
  .inv-footer .inv-ft-nav a  {
     padding: 0px 0.23rem;
  }
}

@media only screen and (max-width:800px){
  .inv-footer {
    padding: 0.27rem 0.38rem 0.3rem;
  }
  .inv-footer .inv-ft-nav img {
    height:1.35em;
  }
  .inv-footer .inv-ft-nav a {
    padding: 0px 0.2rem;
    line-height: 2.5;
  }

}


.tit-color {
  color: #9c0a25;
}

