.hover-box {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 18px 0px rgba(9, 9, 9, 0.66);
  font-size: 1.625rem;
  color: #000000;
  position: absolute;
  transition: all 1s; }

.hover-box:before {
  content: "";
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 12.5rem;
  top: -1.875rem;
  box-shadow: -0.125rem -0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s; }

.hover-box:after {
  content: "";
  display: block;
  clear: both; }

.select_A .tip_1 {
  display: block; }
.select_A .hover-box {
  position: relative; }
.select_A .hover-box:before {
  left: 158px; }

.select_B .tip_2 {
  display: block; }
.select_B .hover-box:before {
  left: 800px; }

@media screen and (max-width: 750px) {
  body .main-content {
    padding: 10px;
    width: 100%;
    margin: 0;
    left: 0; }
  body .ourfocus-desc {
    width: auto;
    height: auto;
    background: #FFFFFF;
    border: 1px solid rgba(4, 0, 0, 0.31);
    border-radius: 25px;
    display: flex;
    padding: 10px;
    margin-top: -30px;
    margin-bottom: 30px;
    z-index: 2;
    position: relative; }
  body .ourfocus-desc ._body {
    font-size: 14px;
    font-weight: 400;
    color: #0E050B;
    line-height: 24px; }
  body .ourfocus-desc-block {
    margin-bottom: 30px; }
  body ._style-1 {
    margin-bottom: 10px; }
  body ._style-1 ._body ._title {
    font-size: 18px;
    font-weight: 500;
    color: #0E050B;
    line-height: 24px;
    padding: 0;
    padding-bottom: 12px;
    padding-left: 12px;
    border-bottom: 1px solid #000; }
  body ._style-1 ._body ._desc {
    padding: 20px 2px;
    font-size: 14px;
    font-weight: 400;
    color: #0E050B;
    line-height: 24px; }
  body ._style-1 ._body ._desc ._item {
    margin-bottom: 12px; }
  body ._style-1 ._body ._desc ._item:last-child {
    margin-bottom: 0; }
  body ._style-2 {
    margin-top: 30px; }
  body ._style-2 ._body {
    display: block; }
  body ._style-2 ._body ._left {
    width: 100%; }
  body ._style-2 ._body ._left img {
    height: 220px !important;
    width: 100% !important;
    margin-right: 0;
    object-fit: cover; }
  body ._style-2 ._body ._right {
    margin-top: 10px; }
  body ._style-2 ._body ._right ._title {
    font-size: 18px;
    color: #0E050B;
    line-height: 24px;
    border-bottom: 1px solid #000;
    text-align: left !important;
    padding: 0 !important;
    padding-left: 12px !important;
    padding-bottom: 12px !important;
    margin-bottom: 0 !important; }
  body ._style-2 ._body ._right ._desc {
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #0E050B !important;
    line-height: 24px !important; }
  body ._style-2 ._body ._right ._desc ._item {
    padding: 20px 2px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #0E050B !important;
    line-height: 24px !important; }
  body ._style-3 {
    margin-top: 30px !important; }
  body ._style-3 ._body {
    display: block; }
  body ._style-3 ._body ._left ._title {
    font-size: 18px;
    color: #0E050B;
    line-height: 24px;
    border-bottom: 1px solid #000;
    text-align: left !important;
    margin: 0;
    padding: 0 !important;
    padding-left: 12px !important;
    padding-bottom: 12px !important; }
  body ._style-3 ._body ._left ._desc {
    padding: 20px 2px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #0E050B !important;
    line-height: 24px !important; }
  body ._style-3 ._body ._left ._desc ._item._list {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding-left: 12px; }
  body ._style-3 ._body ._left ._desc ._item._list > div {
    margin-bottom: 4px; }
  body ._style-3 ._body ._left ._desc ._item._list > div:last-child {
    margin-bottom: 0; }
  body ._style-3 ._body ._right img {
    height: 220px !important;
    width: 100% !important;
    margin-right: 0;
    object-fit: cover;
    margin: 0; }
  body ._style-3 ._sup {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding-left: 12px; }
  body ._style-3 ._desc {
    padding: 20px 2px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #0E050B !important;
    line-height: 24px !important; }
  body ._style-3 > ._desc ._item {
    margin-bottom: 12px; }
  body ._style-3 > ._desc ._item:last-child {
    margin-bottom: 0; }
  body .tips-block {
    display: flex;
    justify-content: center;
    margin-top: 14px; }
  body .tips-block ._body {
    width: 100%;
    display: flex;
    justify-content: space-between; }
  body .tips-block ._item {
    width: 48%;
    height: 44px;
    background: #6A8450;
    box-shadow: 0px 10px 18px 0px rgba(9, 9, 9, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
  body .tips-block ._item:hover,
  body .tips-block ._item._focus {
    background: #6D8456; }
  body .tips-block ._item:hover ._text,
  body .tips-block ._item._focus ._text {
    color: #fff; }
  body .tips-block ._item ._text {
    font-size: 16px;
    font-weight: bold;
    color: #fff; }
  body .detail_tips {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 40px;
    z-index: 2;
    position: relative; }
  body .detail_tips ._body {
    height: auto;
    width: 100%; }
  body .detail_tips .hover-box {
    height: auto; }
  body .tip_1,
  body .tip_2 {
    display: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-size: 14px !important;
    font-weight: bold;
    color: #000000;
    line-height: 24px !important;
    padding: 20px 10px !important; }
  body a.link {
    color: #6D8456;
    border-bottom: 2px solid #6D8456;
    padding-bottom: 4px; }
  body .hover-box {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0px 10px 18px 0px rgba(9, 9, 9, 0.66);
    font-size: 1.625rem;
    color: #000000;
    position: relative;
    transition: all 1s; }
  body .hover-box:before {
    content: "";
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: -0.9375rem;
    box-shadow: -0.125rem -0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s; }
  body .hover-box:after {
    content: "";
    display: block;
    clear: both; }
  body .select_A .tip_1 {
    display: block; }
  body .select_A .hover-box {
    position: relative; }
  body .select_A .hover-box:before {
    left: 60px; }
  body .select_B .tip_2 {
    display: block; }
  body .select_B .hover-box:before {
    left: 266px; } }

/*# sourceMappingURL=ourfocus.css.map */
