.container {
  width: 100%;
  padding: 0 0.79rem;
  margin: 0 auto;
}

/*å¯¼èˆª*/

.header {
  height: 3.3rem;
  /* width: calc(100% - 0.79rem * 2); */
  width: 100%;
  /* position: relative; */
  left: 50%;
  transform: translateX(-50%);

  z-index: 5;
  position: fixed;
  background: #ffffff;
  top: 0;
}
.header_left {
  padding: 0.63rem 0;

  margin-left: 0.79rem;
}
.header_left img {
  width: 6.43rem;
  height: 2.24rem;
  opacity: 1;
  display: block;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.header-tel {
  cursor: pointer;
  padding-right: 0.5rem;
}

.header-tel img {
  width: 2rem;
  height: 2rem;
}

.header-right-tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0.79rem;
}

#hamburger-1.is-active .line {
  height: 0.1rem;
  width: 1.31rem;
}

/* ALL */

.three {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background-color: #333333;*/
  color: #333333;
  text-align: center;
}

.hamburger .line {
  /* width: 30px;
    height: 2px; */

  height: 0.18rem;
  width: 1.27rem;
  background-color: #333333;
  border-radius: 0.4rem;
  display: block;
  margin: 0.2rem auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}
#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(0px) rotate(-46deg);
  -ms-transform: translateY(0px) rotate(-46deg);
  -o-transform: translateY(0px) rotate(-46deg);
  transform: translateY(-4px) rotate(-46deg);
}

.nav_right.on {
  right: 0px;
}
.nav_right4.on {
  right: 0px;
}
.nav_right {
  transition: all 0.3s;
  position: fixed;
  right: -100%;
  top: 50px;
  width: 100%;
  background: #ffffff;
  height: 100%;
  z-index: 50;
  overflow: auto;
  padding-bottom: 50px;
}
.nav_right4 {
  display: none;
  position: fixed;
  right: -100%;
  top: 0px;
  width: 100%;
  background: #000000;
  opacity: 0.5;
  height: 100%;
  z-index: 50;
  padding: 30px;
  transition: all 0.3s;
}
.nav_right1 {
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
}

.nav_right1 ul li {
  border-bottom: 1px solid #eeeeee;
}
.nav_right1 .nav_title {
  padding: 0.6rem 1rem;
}

.nav_right2 {
  display: none;
  width: 100%;
  overflow: hidden;
}
.nav_right2 .three {
  float: right;
}

.nav_title {
  padding: 10px 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_title .title_cn {
  float: left;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
}
.nav_title .title_en {
  font-size: 12px;
  color: #000000;
  line-height: 20px;
  font-weight: 700;
}
.nav_title.on span {
  /* display: none !important; */
}
.nav_title.on .title_cn {
  float: inherit !important;
}
.nav_title1 {
  padding: 10px 15px 10px 25px;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #eeeeee;
}
.nav_title1 .title_cn {
  float: left;
  /** æ–‡æœ¬1 */
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0rem;
  line-height: 1.6rem;
  color: rgba(51, 51, 51, 1);
  position: relative;
  padding-left: 1rem;
}

.nav_title1 .title_cn::before {
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background: rgba(241, 135, 26, 1);
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav_title1 .title_en {
  font-size: 12px;
  color: #000000;
  line-height: 20px;
  font-weight: 700;
}
.nav_title1 span {
  float: right;
  width: 8px;
  height: 24px;
  display: block;
  background: url(../images/aq.png) no-repeat left center;
  background-size: 8px auto;
}
.nav_title1.on .title_cn {
  float: inherit;
}
.nav_title1.on span {
  display: none;
}
.nav_title2 {
  padding: 10px 15px 10px 35px;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #eeeeee;
}
.nav_title2 .title_cn {
  font-size: 14px;
  color: #000000;
  line-height: 24px; /* font-weight:700; */
}

.nav_right1 .nav_title span {
  float: right;
  width: 8px;
  height: 24px;
  display: block;
  background: url(../images/aq.png) no-repeat left center;
  background-size: 8px auto;
}

.nav_right1 .xil {
  /* border-top:1px solid #eeeeee; */
  display: none;
}
.nav_right1 .xil.on {
  display: block;
}
.nav_right1 .xil dd {
  /* border-bottom: 1px solid #eeeeee; */
}
.nav_right1 .xil dd p {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  background: url(../images/aq.png) no-repeat right center;
  padding-right: 12px;
  background-size: 8px auto;
  padding: 10px 0;
}

.nav_right1 .xil .list dd:last-child {
  border-bottom: 0px;
}

.banner {
  margin-top: 3.3rem;
  overflow: hidden;
  height: 13rem;
  position: relative;
  border-radius: 0.57rem;
}

.banner .swiper {
  width: 100%;
}

.banner .swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 13rem;
  border-radius: 0.57rem;
}

.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
 
border-radius: 0.57rem;
 

}

.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.banner .swiper-pagination-bullet-active {
  background: rgba(241, 135, 26, 1);
  opacity: 1;
}

.banner .swiper-pagination {
  z-index: 1;
}

.nav-bar {
  width: 100%;
  height: 8.86rem;
  opacity: 1;
  box-shadow: 0rem 0.14rem 0.6rem rgb(0 0 0 / 21%);
  background: url(../images/nav-bar.png) no-repeat top center;
  margin: 0.79rem 0;
  border-radius: 0.4rem;
  background-size: cover;
}

.nav-bar {
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center;
}

.nav-bar .items .ico {
  width: 3.21rem;
  height: 3.21rem;
  opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(254, 248, 241, 1) 0%,
    rgba(255, 231, 223, 1) 100%
  );

  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.nav-bar .items .ico img {
  width: 1.36rem;
  height: 1.36rem;
  opacity: 1;
}

.nav-bar .items .info {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0rem;
  line-height: 1.45rem;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  vertical-align: top;
  margin-top: 0.6rem;
}


.footer-copy{
height: 2rem;
    line-height: 2rem;
    background: rgba(221,221,221,.3);
    text-align: center;
    
}


/* about */

.about-bar {
  width: 100%;
  height: 7.86rem;
  opacity: 1;
  
 
 
}

.about-bar {
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center;
}

.about-bar .items .ico {
  width: 3.21rem;
  height: 3.21rem;
  opacity: 1;
  background:linear-gradient(180deg,rgba(255,207,94,1)0%,rgba(255,141,26,1)100%);
 
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.about-bar .items .ico img {
  width: 1.6rem;
  height: 1.6rem;
  opacity: 1;
}

.about-bar .items .info {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0rem;
  line-height: 1.45rem;
  color: rgba(0, 0, 0, 1)
  text-align: left;
  vertical-align: top;
  margin-top: 0.6rem;
}

/* about end */

.consultation {
  padding: 0.5rem 0;
}

.common-nav {
  display: flex;
  justify-content: space-between;

  padding-bottom: 0.46rem;
  border-bottom: 0.07rem solid rgba(224, 224, 224, 0.5);
}

.common-nav h3 {
  font-size: 1.14rem;
  font-weight: 700;
  letter-spacing: 0rem;
  line-height: 1.66rem;
  color: rgba(0, 0, 0, 1);
}

.common-nav h3 span {
  font-size: 1.14rem;
  color: rgba(241, 135, 26, 1);
}

.common-nav a {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  padding-right: 0.4rem;
}

.consultation-content {
  display: flex;
  flex-direction: column;
  margin-top: 0.6rem;
}

.consultation-content .items {
  display: flex;
  justify-content: space-between;
  margin: 0.2rem 0;
}

.consultation-content .items a {
  height: 1.71rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0rem;
  line-height: 1.71rem;
  color: rgba(51, 51, 51, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 3.6rem);
}

.consultation-content .items .text {
  width: 2.64rem;
  height: 1.43rem;
  opacity: 1;
  border-radius: 0.29rem;
  background: rgba(253, 220, 215, 1);
  font-size: 0.86rem;
  font-weight: 400;
  letter-spacing: 0rem;
  line-height: 1.43rem;
  color: rgba(247, 130, 112, 1);
  text-align: center;
}

.consultation-content .items:nth-child(2) .text,
.consultation-content .items:nth-child(3) .text {
  background: rgba(240, 245, 255, 1);
  color: rgba(48, 57, 98, 1);
}

.base-intro {
  display: flex;
  justify-content: space-between;
  margin: 0.79rem 0;
}

.base-intro .items {
  position: relative;
  height: 6.43rem;
  width: calc(100% / 2 - 1rem);
}

.base-intro .items .pic {
  height: 6.43rem;
  opacity: 1;
  border-radius: 0.57rem;
  box-shadow: 0rem 0.14rem 0.57rem rgba(202, 206, 217, 0.7);
}

.base-intro .items .pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 0.57rem;
}
.base-intro .items .info {
  position: absolute;
  height: 1.79rem;
  opacity: 1;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  top: 80%;
  left: 0;
  width: 80%;
  transform: translateY(-80%);
  line-height: 1.79rem;
}

.base-intro .items a .info  {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.79rem;
  color: rgba(51, 51, 51, 1);
  padding-left: 1rem;
}

.base-intro .items a .info  span {
  color: rgba(241, 135, 26, 1);
}

.exhibition {
  padding: 0.5rem 0;
}

.exhibition-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.padtop {
  padding-top: 1.3rem;
}

.exhibition-content .items {
  text-align: center;
  margin-bottom: 1rem;
  width: calc(100% / 2 - 1rem);
}
.exhibition-content .items .pic {
  height: 16.64rem;
  opacity: 1;
  border-radius: 0.43rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0rem 0.14rem 0.57rem rgba(202, 206, 217, 0.7);
}

.exhibition-content .items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.43rem;
}

.exhibition-content .items .info {
  /** æ–‡æœ¬1 */
  font-size: 1rem;
  font-weight: 400;

  line-height: 1.45rem;
  color: rgba(51, 51, 51, 1);
  margin-top: 1rem;
}

.basestyle {
  padding: 0.5rem 0;
}

.basestyle-content {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.basestyle-content .items {
  text-align: center;
  width: calc(100% / 2 - 0.6rem);
  margin-bottom: 1rem;
}
.basestyle-content .items .pic {
  height: 8.57rem;
  opacity: 1;
  border-radius: 0.43rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0rem 0.14rem 0.57rem rgba(202, 206, 217, 0.7);
}

.basestyle-content .items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.43rem;
}

.basestyle-content .items .info {
  /** æ–‡æœ¬1 */
  font-size: 1rem;
  font-weight: 400;

  line-height: 1.45rem;
  color: rgba(51, 51, 51, 1);
  margin-top: 1rem;
}

.Inner-banner {
  margin: 3.3rem 0 0.5rem;
  overflow: hidden;
  height: 13rem;
  position: relative;
  border-radius: 0.57rem;
  
}

.Inner-banner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.about-content {
  margin-top: 1.2rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0rem;
  line-height: 1.71rem;
  color: rgba(51, 51, 51, 1);
}
.about-content iframe{width:100%!important}
.about-content img{
  max-width: 100%;
  height: auto;
}

.about-content table  {
  
  width:100%;
}


.about-content .commerce2-tel  .content
{
    border: 0.024rem solid #ececec !important;
}
.about-content table tr td  {
  border:1px solid #ddd;
 
}

 
.project-class {
  display: flex;
  flex-wrap: wrap;
  margin: 1.2rem 0 0.5rem;
  justify-content: center;
}

.project-class .items {
  width: calc(100% / 3 - 0.6rem);
  margin: 0 0.6rem 0.6rem 0;
}
.project-class .items:nth-child(3) {
  margin-right: 0;
}

.project-class .items a {
  height: 2.14rem;
  opacity: 1;
  display: block;
  border-radius: 0.29rem;
  background: rgba(255, 255, 255, 1);
  border: 0.07rem solid rgba(219, 219, 219, 1);
  text-align: center;
  line-height: 2.14rem;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px 0.2rem;
}

.project-class .items a.active {
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  background: rgba(241, 135, 26, 1);
  border: 0.07rem solid rgba(241, 135, 26, 1);
}

 

.commerce2-class {
 
    font-weight: 500;
  color: rgba(255, 255, 255, 1);
  background: rgba(241, 135, 26, 1);
  border: 0.07rem solid rgba(241, 135, 26, 1);
    height: 2.14rem;
  display: block;
  border-radius: 0.29rem;
 margin-top:0.8rem;
  text-align: left;
  text-indent: 1em;
  line-height: 2.14rem;
  font-size: 1.2rem;
  overflow: hidden;
 
    
}



.commerce2-content{
     line-height: 1.7rem;
}



.commerce2-content {
  color: rgb(51, 51, 51);
  padding: 2rem 0 1rem;
  width: 96%;
  margin: 0 auto;
}

.commerce2-tel {
  line-height: 2rem;

  display: flex;
  flex-direction: column;
 
}
.commerce2-tel .items{
  display: flex;
  border: 0.024rem solid #ececec;
  margin-bottom: 1rem;

   flex-direction: column;

}
.commerce2-tel .title{
    background: rgba(241, 135, 26, 0.3);
    font-size: 1rem;
    font-weight: bold;
}
.commerce2-tel .content{
  display: flex;
  border-top: 0.024rem solid #ececec;
 

  align-items: center;

}
 
.commerce2-tel .ico{
  padding:0.3rem;
}
.commerce2-tel .ico img{
  width:1.8rem;
  height: 1.8rem;
 
}

.commerce2-tel .text{
  padding-left: 0.5rem;
  border-left: 0.024rem solid #ececec;
  padding:0.5rem;
}



.commerce2-ewm {
  display: flex;

  justify-content: space-between;
  margin-top: 1rem;
}
.commerce2-ewm .items {
  width: calc(100% / 2 - 0.5rem);
  text-align: center;
}
.commerce2-ewm .items .pic {
  border: 1px solid #e3e3e3;
}
.commerce2-ewm .items .pic img {
  width: 100%;
  object-fit: contain;
  height: 7rem;
}

.commerce2-ewm .items .info {
  margin-top: 1rem;
}





.commerce-list.commerce-page .items .pic {
  height: 8rem;
 
}


.exhibition-class.project-class .items {
  width: calc(100% / 5 - 0.6rem);
  margin: 0 0.6rem 0.6rem 0;
}
.exhibition-class.project-class .items:nth-child(5) {
  margin-right: 0;
}

.consultation-list .items {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 0.5rem;
  margin-bottom: 0.8rem;
}

.consultation-list .consultation-info {
  /** æ–‡æœ¬1 */
  font-size: 1rem;
  font-weight: 400;

  line-height: 1.71rem;
  color: rgba(51, 51, 51, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.4rem;
}

.consultation-list .consultation-category span {
  padding: 0 0.4rem;
  height: 1.43rem;
  opacity: 1;
  border-radius: 0.29rem;
  background: rgba(255, 141, 26, 1);
  border: 0.07rem solid rgba(255, 255, 255, 1);
  color: #ffffff;
  font-size: 0.86rem;
}
.consultation-list .consultation-category a {
  padding-right: 0.5rem;
}

.consultation-list .consultation-category a img {
  width: 0.5rem;
  height: 0.86rem;
  color: rgba(51, 51, 51, 1);
}
.consultation-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.commerce-list {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.commerce-list .items {
  text-align: center;
  width: calc(100% / 2 - 0.6rem);
  margin-bottom: 2rem;
}
.commerce-list .items .pic {
  height: 4.71rem;
  opacity: 1;
  border-radius: 0.43rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0rem 0.14rem 0.57rem rgba(202, 206, 217, 0.7);
}

.commerce-list .items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.43rem;
}

.commerce-list .items .info {
  /** æ–‡æœ¬1 */
  font-size: 1rem;
  font-weight: 400;

  line-height: 1.45rem;
  color: rgba(51, 51, 51, 1);
  margin-top: 1rem;
}

.registration-class {
  display: flex;
  justify-content: space-between;
  margin-top: 1.2rem;
}

.registration-class .items {
  width: calc(100% / 3 - 0.6rem);
  height: 6.93rem;
  opacity: 1;
  border-radius: 0.57rem;
  background: rgba(242, 242, 242, 1);
  text-align: center;
  align-items: center;
}

.registration-class .items a {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.registration-class .items .pic img {
  width: 2.29rem;
  height: 2.29rem;
  opacity: 1;
}
.registration-class .items .info {
  font-size: 1.14rem;
  font-weight: 400;
  line-height: 1.71rem;
  color: rgba(0, 0, 0, 1);
  margin-top: 0.6rem;
}

 
 


  .registration-list {
  margin: 0.79rem 0;
}
.registration-list .items .reregistration-text {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.07rem solid rgba(224, 224, 224, 1);
  padding: 0.26rem 0;
}

.registration-list .items .ico img {
  width: 1.14rem;
  height: 1.14rem;
}
.registration-list .items .reregistration-content{
display: none;
color:#666;
padding:0 1.4rem;
}
.registration-list .items.on{
  background-color: rgba(219, 219, 219, .2);
}
.registration-list .items.on  .reregistration-content{
display: block;
}

.registration-list .items.on .arrow{
  transform: rotate(90deg);
}
.registration-list .items .info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 0.8rem);
  padding-left: 0.4rem;
}

.registration-list .items .text {
  display: flex;
  justify-content: flex-start;
  width: calc(100% - 2rem);
}
.registration-list .items {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0rem;
  line-height: 2rem;
  color: rgba(51, 51, 51, 1);
}

.registration-list .items .arrow {
  padding-right: 0.5rem;
  transition: all 0.3s;
}

.registration-list .items .arrow img {
  width: 0.5rem;
  height: 0.86rem;
  color: rgba(51, 51, 51, 1);
}  



.contact-content {
  color: rgb(51, 51, 51);
  padding: 2rem 0 1rem;
  width: 96%;
  margin: 0 auto;
}

.contact-tel {
  line-height: 2rem;

  display: flex;
  flex-direction: column;
 
}


.contact-tel .items{
  display: flex;
  border: 0.024rem solid #ececec;
  margin-bottom: 1rem;

  align-items: center;

}
 
.contact-tel .ico{
  padding:0.3rem;
}
.contact-tel .ico img{
  width:1.8rem;
  height: 1.8rem;
 
}

.contact-tel .text{
  padding-left: 0.5rem;
  border-left: 0.024rem solid #ececec;
  padding:0.5rem;
}



.contact-ewm {
  display: flex;

  justify-content: space-between;
  margin-top: 1rem;
}
.contact-ewm .items {
  width: calc(100% / 3 - 0.5rem);
  text-align: center;
}
.contact-ewm .items .pic {
  border: 1px solid #e3e3e3;
}
.contact-ewm .items .pic img {
  width: 100%;
  object-fit: contain;
  height: 7rem;
}

.contact-ewm .items .info {
  margin-top: 1rem;
}




.Copyright{
  background-color: rgba(241, 135, 26, 1);
  color:#fff;
  padding:0.5rem 0;
  text-align: center;
}

.Copyright a{
  color:#fff;
}




/* page */

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top:2rem;
 
}

.pagination.pagination-circle .page-link {
  border-radius: 50%;
}

.pagination li {
  border: 1px solid rgba(219, 219, 219, 1);
  padding: 0.2rem 0.4rem;
  margin: 0px 0.2rem 0.3rem;
}

.pagination li.active a {
  color:rgba(241, 135, 26, 1);
}

 
  

.breadcrumb {
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
}

.breadcrumb span{
  padding:0 0.5rem;
}


.show-content{
  margin:1rem 0;
}

.show-detail{
  width:100%;
  overflow: hidden;
}

.show-detail-pic img{
  width:100%;
}
.show-detail-title{
  font-size: 1.5rem;
  margin:1rem 0;
  text-align: center;
  font-weight: 600;
}

.show-detail-else {
  display: flex;
  justify-content:center;
  color:rgba(46, 46, 46, 0.8);
  margin:1rem 0;
}

.show-detail-else .items{
  padding:0 0.6rem;
}

.show-detail-content{
  margin:1rem 0;
}

 .show-detail-content img{
   max-width: 100%;
}

.show-detail-content table tr td{
    /*border:1px solid #ddd;*/
    border-style: solid;
}

.show-detail-content
        table tr td:not(:last-child) {
            /*border-right: 0;*/
        }
 

/* pages */

/* CSS Document */
@media screen and (min-width: 1200px) {
  /* body{min-width:1200px;} */

  .container {
    width: 375px;
    margin: 0 auto;
  }
  .header,.nav_right1 {
    /* position: relative; */

    /* width: calc(375px - 0.79rem * 2); */

    width: 375px;
    margin: 0 auto;
  }

  body{
    width:375px;margin:0 auto;
    position: relative;
  }
}
