
.content .container{
  width:100%;
  padding:0;
}

.content.product{
  width:1400px;
  margin-top:0;

}
@media only screen and (max-width : 1024px){
  .content.product{
    width:100%;
  }
}

.content.class{
  width:1400px;
  padding-top:0;
  padding-bottom:0;
  background-color:#fff;
}
@media only screen and (max-width : 1024px){
  .content.class{
    width:100%;
  }
}


.content.tour{
  padding-top:0;
  padding-bottom:0;
}


.content.market{
  padding-bottom:0;
  background-color:#fff;
}
.content.market .top strong{
  background-color:#ccff00;
}
.content.market .top strong:nth-child(3){
  color:#fff;
  background-color:#1a943b;
}
.content.market .top i{
  background-color:#aaa;
}
.content.market .text span, .content.market .text strong{
  color:#333;
}
.content.market .text span{
  font-weight:400;
}
.content.market .text strong{
  font-weight:500;
}
.content.market ul>li span i{
  border: 3px solid rgba(26, 148, 59, 0)
}
.content.market ul>li span:hover i{
  border: 3px solid rgba(26, 148, 59, 1)
}
.content.market .bottom strong, .content.market .bottom strong>font, .content.market .bottom p>font{
  color:#333;
}
.content.market .bottom p>font{
  font-weight:400;
}
.content.market .bottom i{
  background-color: rgba(0,0,0,0.5);
}


.content.introduce{
  width:1400px;
  padding-top:0;
  padding-bottom:0;
}
@media only screen and (max-width : 1024px){
  .content.introduce{
    width:100%;
  }
}



.content.story{
  padding-bottom:0;
  background-color:#fff;
}

.story .top{
  border-top:1px solid #000;
  padding-top:30px;
  padding-bottom:30px;
  border-bottom:1px solid #d0cfce;
}
.story .top strong{
  display:inline-block;
  width:100%;
  font-size:1.5rem;
  line-height:1.5rem;
  font-weight:400;
  color:#000;
  text-align: left;
}
.story .top strong>font{
  display:inline-block;
  margin-right:5px;
  font-size:1.5rem;
  line-height:1.875rem;
  font-weight:400;
}
.story .top .etc{
  margin-top:20px;
  text-align:left;
}
.story .top span{
  display:inline-block;
  font-size:0.875rem;
  line-height:0.875rem;
  font-weight:600;
  text-align:left;
}
.story .top b{
  display:inline-block;
  margin-left:5px;
  font-size:0.875rem;
  line-height:0.875rem;
  font-weight:500;
  text-align:left;
}
.story .middle{
  padding-top:50px;
  padding-bottom:50px;
  font-size:1rem;
  line-height:1.438rem;
  text-align: left;
  border-bottom:1px solid #000;
  word-break: keep-all;
}
.story .middle>font{
  font-size:1rem;
  line-height:1.438rem;
  word-break: keep-all;
}
.story .middle a.ok{
  display:block;
  width:180px;
  margin-top:30px;
  padding: 10px 0;
  font-size:1rem;
  line-height:1rem;
  text-align:center;
  border:1px solid #666;
}
.story .middle a.ok:hover{
  font-weight:600;

}
.story .middle img{
  display:block;
  margin-bottom:20px;
}
.story  a.ok2{
  display:block;
  width:240px;
  margin : 0 auto;
  margin-top:30px;
  padding: 16px 0;
  font-size:1.063rem;
  line-height:1.063rem;
  font-weight:400;
  text-align:center;
  background-color:#000;
  border:1px solid #000;
  color:#fff;
}
.story a.ok2:hover{
  color:#fff;
  font-weight:600;
}


.story .bottom{
  margin-top:50px;
}
.story .bottom dl{
  width:100%;
}
.story .bottom dl>dd{
  width:100%;
  height:44px;
  padding-top:10px;
  text-align: left;
}
.story .bottom dl>dd a{
  display:flex;
  width:100%;
  justify-content:flex-start;
  align-items:center;
}
.story .bottom dl>dd:first-child{
  padding-bottom:10px;
  border-bottom:1px solid #d0cfce;
}
.story .bottom dl>dd i{
  position:relative;
  display:inline-block;
  width:24px;
  height:24px;
  margin-right:10px;
}
.story .bottom dl>dd i>img{

}
.story .bottom dl>dd span{
  display:inline-block;
  width:calc(100% - 24px - 10px);
  font-size:1.125rem;
  line-height:24px;
  color:#000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width : 680px){
  .story .top{
    padding-top:20px;
  }
  .story .top strong, .story .top strong>font{
    font-size:1.25rem;
    line-height:1.75rem;
  }
  .story .top{
    padding-bottom:20px;
  }
  .story .top .etc{
    margin-top:15px;
  }
  .story .middle{
    padding-top:30px;
    padding-bottom:30px;
    font-size:0.938rem;
    line-height:1.313rem;
  }
  .story .middle font{
    font-size:0.938rem;
    line-height:1.313rem;
  }
  .story .middle a.ok{
    margin-top:30px;
    width:200px;
    font-size:1rem;
    line-height:1rem;
  }
  .story .bottom{
    margin-top:20px;
  }
  .story .bottom dl>dd{
    height:38px;
  }
  .story .bottom dl>dd i{
    width:18px;
    height:18px;
  }
  .story .bottom dl>dd span{
    font-size:1.063rem;
    line-height:18px;
  }
}
@media only screen and (max-width : 460px){
  .story .middle a.ok{
    width:100%;
  }
}
