.healthy-eyes-desc {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -150px;
}

.healthy-eyes-desc ._badge {
    width: 545px;
    height: 109px;
    background: #6D8456;
    box-shadow: 3px 18px 30px 0px rgba(95, 103, 133, 0.33);
    border-radius: 10px;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 109px;
    text-align: center;
    position: absolute;
    top: -54px;
    right: 80px;
}

.cn .healthy-eyes-desc ._badge{
  width: 294px;
  letter-spacing: 8px;
}

.healthy-eyes-desc ._body {
    width: 1368px;
    height: 537px;
    background: #FFFFFF;
    box-shadow: 6px 34px 47px 0px rgba(95, 103, 133, 0.11);
    border-radius: 20px;
    font-size: 26px;
    font-weight: 400;
    color: #000000;
    line-height: 48px;
    position: relative;
    padding: 140px 20px;
}

.cn .healthy-eyes-desc ._body{
  height: 426px;
  padding-top: 120px;
}
.healthy-eyes-desc ._body ul {
    margin-top: 50px;

}

.healthy-eyes-desc ._body ul li {
    list-style-type: initial;
    margin-left: 120px;
}

.healthy-eyes-desc ._body ._first {
    font-size: 24px;
    letter-spacing: 1px;
}

.healthy-eyes-desc ._body ._second {
    width: 1163px;
    font-size: 25px;
    letter-spacing: 0px;
}

.tips-block {
    display: flex;
    justify-content: center;
    margin-top: 134px;
}

.tips-block ._body {
    width: 1368px;
    display: flex;
    justify-content: space-between;
}

.tips-block ._item {
    width: 373px;
    height: 311px;
    background: #FFFFFF;
    border: 3px solid #969696;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tips-block ._item:hover,
.tips-block ._item._focus {
    background: #6D8456;
}

.tips-block ._item:hover ._text,
.tips-block ._item._focus ._text {
    color: #fff;
}

.tips-block ._item:hover ._icon img._normal,
.tips-block ._item._focus ._icon img._normal {
    display: none;
}

.tips-block ._item:hover ._icon img._focus,
.tips-block ._item._focus ._icon img._focus {
    display: block;
}

.tips-block ._item ._icon {}

.tips-block ._item ._icon img {
    margin: 0 auto;
    height: 77px;
}

.tips-block ._item ._icon img._focus {
    display: none;
}

.tips-block ._item ._text {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    margin-top: 50px;
}

.detail_tips {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 160px;
    z-index: 2;
    position: relative;
}

.detail_tips ._body {
    width: 1368px;
    letter-spacing: 1px;
}

.detail_tips .hover-box {
    width: 1368px;
    height: auto;
    position: relative;
}

.healthy-eyes-desc._style-2 {
    margin-bottom: 260px;
    margin-top: 195px;
}

.healthy-eyes-desc._style-2 ._badge {
    left: 44px;
    width: 324px;
}

.healthy-eyes-desc._style-2 ._body {
    padding: 100px 48px 40px 60px;
    height: auto;
    font-size: 24px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 48px;
}

.healthy-eyes-desc._style-2 ._body ._first {
    margin-bottom: 60px;
}

.healthy-eyes-desc._style-2 ._body a,
a.link {
    color: #6D8456;
    border-bottom: 2px solid #6D8456;
    padding-bottom: 8px;
}

.healthy-eyes-desc ._body{
    display:flex;
    justify-content:center;
}
.healthy-eyes-desc ._body ._inner{letter-spacing: 1px;}


.tip_1,
.tip_2,
.tip_3 {
  padding: 20px 110px;
  display: none;
  position: relative;
  z-index: 2;
  color: #3D3D3D;
  font-size: 24px;
  line-height: 48px;
  overflow: hidden;
  transition: all .5s linear;
}
.tip_2,
.tip_3{
    height: 370px;
}
.expand-toggle{position: absolute;left: 0;width: 100%;height: 82px;bottom: 0;background-color: rgba(255,255,255,0.78);display: flex;justify-content: center;align-items: center;}

.expand-toggle ._icon{width: 34px;transition: transform .5s linear;}

.en ._expanded.tip_2 {
  padding-bottom:82px;
  height: 1590px !important;
}

.cn ._expanded.tip_2 {
  padding-bottom:82px;
  height: 1086px !important;
}

.en ._expanded.tip_3 {
  padding-bottom:82px;
  height: 1034px !important;
}

.cn ._expanded.tip_3 {
  padding-bottom:82px;
  height: 698px !important;
}

._expanded img{
  transform: rotate(180deg);
}
