html,
body {
  font-size: 16px;
}

.align-center{
  text-align: center;
}

.bri-10-anniversary {
  background: #f4cfb2;
}

.bri-10-anniversary .mobile{
  display: none;
}

.anniversary-banner img {
  width: 100%;
}

.anniversary-con {
  padding: 0 10px;
  padding-bottom: 1.25rem;
  background: url(/Engish/bri_10Anniversary_bg_01.png) no-repeat center,url(/Engish/bri_10Anniversary_bg_02.png) no-repeat bottom center;
  /* background-size: contain,contain; */
}

.anniversary-box-1 {
  margin-left: -10px;
  margin-right: -10px;
  padding: 14px 10px;
  border-radius: 10px;
  margin-bottom: 5.75rem;
  background: linear-gradient(to bottom, #b27e62, #cea184, #ecc1a2);
  position: relative;
}

.anniversary-public-con{
  overflow: hidden;
}

.anniversary-box-1 .anniversary-public-con,
.anniversary-box-2 .anniversary-public-con {
  background: #fff;
  border-radius: 10px;
  padding: 3.75rem 3.375rem;
  position: relative;
  z-index: 10;
}

.anniversary-prologue::before {
  content: "";
  display: block;
  background: url(/Engish/bri_10Anniversary_bg_03.png) repeat-x;
  height: 14px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
}

.anniversary-prologue::after {
  content: "";
  display: block;
  background: url(/Engish/bri_10Anniversary_bg_04.png) repeat-x;
  height: 14px;
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
}

.anniversary-prologue.anniversary-box-1 {
  border-radius: 0;
  background: linear-gradient(to bottom, #c47a51, #ecc1a2);
  margin-top: -5rem;
}

.anniversary-prologue .anniversary-public-con {
  background: #fcf8ef;
}

.anniversary-prologue .anniversary-public-con p {
  font-size: 1.5rem;
}

.anniversary-title {
  display: flex;
  height: 3.75rem;
  line-height: 3.75rem;
  overflow: hidden;
}

.anniversary-title .title-con {
  min-width: 25rem;
  display: flex;
  font-size: 2.5rem;
  color: #fff;
  align-items: center;
  font-weight: bold;
}

.anniversary-title .title-con a{
  color: #fff;
}

.anniversary-title .title-con .title-icon {
  width: 1.625rem;
  height: 1.625rem;
  margin-top: -0.3125rem;
}

.anniversary-title .title-block {
  flex-grow: 1;
  background: #fff;
  position: relative;
}

.anniversary-title.title-on-left+.anniversary-public-con {
  border-top-right-radius: 0;
}

.anniversary-title.title-on-left .title-con {
  padding-left: 2.375rem;
  padding-right: 3.875rem;
}
.anniversary-title.title-on-left .title-con .title-icon{
  margin-right: .9375rem;
}

.anniversary-title.title-on-left .title-block {
  border-top-left-radius: 15px;
}

.anniversary-title.title-on-left .title-block::before {
  content: "";
  display: block;
  border-right: 3.75rem solid #fff;
  border-top: 3.75rem solid transparent;
  border-bottom: 3.75rem solid transparent;
  position: absolute;
  right: calc(100% - 9px);
  border-radius: 8px;
}

.anniversary-title.title-on-left .title-block::after {
  content: "";
  display: block;
  position: absolute;
  right: 1.75rem;
  top: 1.1875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: linear-gradient(to bottom, #c89181, #daa07b);
}

.anniversary-title.title-on-right{
  flex-direction: row-reverse;
}
.anniversary-title.title-on-right+.anniversary-public-con {
  border-top-left-radius: 0;
}

.anniversary-title.title-on-right .title-con {
  flex-direction: row-reverse;
  padding-right: 2.375rem;
  padding-left: 3.875rem;
}

.anniversary-title.title-on-right .title-con .title-icon{
  margin-left: .9375rem;
  transform: rotate(90deg);
}

.anniversary-title.title-on-right .title-block {
  border-top-right-radius: 15px;
}

.anniversary-title.title-on-right .title-block::before {
  content: "";
  display: block;
  border-left: 3.75rem solid #fff;
  border-top: 3.75rem solid transparent;
  border-bottom: 3.75rem solid transparent;
  position: absolute;
  left: calc(100% - 9px);
  border-radius: 8px;
}

.anniversary-title.title-on-right .title-block::after {
  content: "";
  display: block;
  position: absolute;
  left: 1.75rem;
  top: 1.1875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: linear-gradient(to bottom, #c89181, #daa07b);
}

.cover-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.cover-list .cover-item {
  width: 20.625rem;
  position: relative;
}

.cover-list .cover-item img {
  border-radius: 15px;
  width: 100%;
}

.cover-list .cover-item .cover-title{
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cat-link{
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 1.25rem;
  color: #999;
  font-size: 1.25rem;
  padding: .425rem 2.125rem;
  background: #fff;
}
.cat-link:hover{
  background: linear-gradient(to bottom, #dba17a, #c89181);
  color: #fff;
}
.anniversary-videos .cover-list{
  margin-bottom: 2.5rem;
}
.anniversary-videos .anniversary-public-con{
  text-align: center;
}
.video-cover{
  position: relative;
}
.anniversary-videos .play-icon{
  width: 3.375rem !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}

.anniversary-news .anniversary-news-con{
  display: flex;
  justify-content: space-between;
}
.anniversary-news .news-cover{
  width: 43%;
}
.anniversary-news .news-cover .swiper-slide {
  position: relative;
}
.anniversary-news .news-cover img{
  border-radius: 12px;
  width: 100%;
}
.anniversary-news .news-list{
  width: 52%;
  color: #222;
}
.anniversary-news .news-item{
  position: relative;
  padding-left: 1.125rem;
  margin-bottom: 28px;
}

.anniversary-news .news-item::before{
  content:"";
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  border: #b37f63 1px solid;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: .6875rem;
}
.anniversary-news .news-title{
  font-size: 1.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.anniversary-news .news-describe{
  font-size: 1.125rem;
  display: none;
}
.anniversary-news .news-item.hover::before{
  background: #b37f63;
}
.anniversary-news .news-item.hover .news-describe{
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 超出几行省略 */
  overflow: hidden;
}

.anniversary-box-2{
  position: relative;
  margin-bottom: 5.75rem;
}
.anniversary-box-2::after{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(to bottom, #b27e62, #cea184, #ecc1a2);
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-3deg);
  z-index: 1;
}

.anniversary-global .anniversary-public-con{
  border-top-right-radius: 6.25rem;
}

.title-on-center{
  text-align: center;
  margin-bottom: 3.875rem;
}
.title-on-center .title-con{
  font-size: 2.5rem;
  color: #b37f63;
  font-weight: bold;
  position: relative;
  padding: 0px 3.125rem;
}
.title-on-center .title-con::before{
  content:"";
  display: block;
  background: #ffe58d;
  width: .8125rem;
  height: .8125rem;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 16px;
}
.title-on-center .title-underline{
  content:"";
  display: block;
  background: #b37f63;
  width: 100%;
  height: .75rem;
  border-radius: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.title-on-center .title-underline::before{
  content:"";
  display: block;
  background: #ffe58d;
  width: 100%;
  height: .75rem;
  border-radius: 6px;
  position: absolute;
  left: -6px;
  bottom: 5px;
}

.anniversary-global .global-item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.anniversary-global .global-item:not(:last-child){
  margin-bottom: 4.5625rem;
}
.anniversary-global .global-item:nth-child(2n){
  flex-direction: row-reverse;
}
.anniversary-global .global-cover{
  width: 50%;
}
.anniversary-global .global-cover img{
  width: 100%;
  border-radius: 12px;
}
.anniversary-global .global-con{
  width: 50%;
  padding: 2.0625rem 1.6875rem;
  margin-top: 1.4375rem;
  position: relative;
}
.anniversary-global .global-con::before{
  content:"";
  display: block;
  background: #f9f3ea;
  width: 110%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  border-radius: 12px;
}
.anniversary-global .global-item:nth-child(2n) .global-con::before{
  left: 0;
  right: auto;
}
.anniversary-global .global-title{
  font-size: 1.5rem;
  font-weight: bold;
  color: #b5846a;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 超出几行省略 */
  overflow: hidden;
  margin-bottom: .3rem;
}
.anniversary-global .global-describe{
  font-size: 1rem;
  color: #333;
  line-height: 2.25rem;
  margin-bottom: 1rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 超出几行省略 */
  overflow: hidden;
  margin-bottom: .3rem;
}


.anniversary-services .anniversary-public-con {
  border-top-left-radius: 6.25rem;
}
.anniversary-services .services-con{
  display: flex;
  justify-content: space-between;
}
.anniversary-services .services-layout{
  width: 48%;
  border-radius: 12px;
  padding-top: 1.875rem;
  padding-bottom: 2.5625rem;
}
.anniversary-services .personal{
  background: #fff9e2;
}
.anniversary-services .business{
  background: #fff1e2;
}
.anniversary-services .services-title{
  margin-bottom: 2.6875rem;
}
.anniversary-services .services-title-con{
  display: inline-block;
  text-align: center;
  width: 13.75rem;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  font-size: 1.875rem;
  font-weight: bold;
}
.anniversary-services .services-link-list{
  display: flex;
  justify-content: space-around;
}
.anniversary-services .services-link-item{
  width: 33%;
  text-align: center;
}
.anniversary-services .services-icon{
  display: inline-block;
  border-radius: 50%;
  padding: 1.25rem;
  margin-bottom: 1.5625rem;
  width: 80%;
  max-width: 80px;
  text-align: center;
}
.anniversary-services .personal .services-title-con{
  background: #d2ae50;
}
.anniversary-services .personal .services-icon{
  background: #dfc47c;
}
.anniversary-services .business .services-title-con{
  background: #d29950;
}
.anniversary-services .business .services-icon{
  background: #dfb37c;
}
.anniversary-services .cat-name{
  text-align: center;
  padding: 0 1.25rem;
}
.anniversary-box-2.anniversary-link .anniversary-public-con{
  padding: 0;
}
.anniversary-link img{
  width: 100%;
}

.contributions-bg-1{
  position: absolute;
  bottom: 100%;
  right: 14px;
  width: 23.3125rem;
}
.contributions-bg-2{
  position: absolute;
  bottom: 14px;
  right: 100%;
  width: 5.875rem;
}
.news-bg-1{
  position: absolute;
  top: -4.875rem;
  right: 100%;
  width: 3.4375rem;
}
.global-bg-1{
  position: absolute;
  top: -4.3125rem;
  right: -3.0625rem;
  width: 7.9375rem;
}
.global-bg-2{
  position: absolute;
  top: 50%;
  right: calc(100% - 2.5rem);
  width: 13.5rem;
}
.global-bg-3{
  position: absolute;
  top: 100%;
  right: 100%;
  transform: translateX(50%);
  width: 15.5625rem;
}
/* bootstrap fix */
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

/* bootstrap fix end */
@media (max-width: 1200px) {
  .cover-list .cover-item {
    width: 15.625rem;
  }
  .anniversary-news .news-item{
    margin-bottom: 5px;
  }
  .anniversary-global .global-title{
    margin-bottom: 0;
    -webkit-line-clamp:1;
  }
  .anniversary-global .global-describe{
    line-height: 2rem;
    margin-bottom: 0;
  }
  .cat-link{
    font-size: 1rem;
    padding: .425rem 1.125rem;
  }
}

@media(max-width:991px) {
  html,
  body {
    font-size: 14px;
  }

  .anniversary-box-1 .anniversary-public-con,
  .anniversary-box-2 .anniversary-public-con{
    padding: 2.75rem 2.375rem;
  }

  .cover-list .cover-item {
    width: 14rem;
  }
  .anniversary-news .news-title{
    font-size: 1.2rem;
  }
  .anniversary-news .news-describe{
    font-size: 1rem;
  }
  .anniversary-news .news-item{
    margin-bottom: 10px;
  }

  .anniversary-box-2{
    border-radius: 10px;
    position: relative;
    padding: 0;
  }
}

@media(max-width:767px) {

  html,
  body {
    font-size: 12px;
  }

  .bri-10-anniversary .mobile{
    display: inline;
  }
  .bri-10-anniversary .pc{
    display: none;
  }

  .anniversary-box-2::after{
    transform: rotate(-1deg);
  }

  .anniversary-prologue .anniversary-public-con p {
    font-size: 1.3rem;
  }

  .anniversary-title {
    height: 2.75rem;
    line-height: 2.75rem;
  }

  .anniversary-title .title-con {
    min-width: 12rem;
    font-size: 1.5rem;
  }

  .anniversary-title .title-con .title-icon {
    width: 1.3rem;
    height: 1.3rem;
  }

  .anniversary-title.title-on-left .title-con {
    padding-left: 1.375rem;
    padding-right: 2.875rem;
  }

  .anniversary-title.title-on-left .title-con .title-icon{
    margin-right: 0.4375rem;
  }

  .anniversary-title.title-on-left .title-block::before {
    border-right: 2.75rem solid #fff;
    border-top: 2.75rem solid transparent;
    border-bottom: 2.75rem solid transparent;
  }

  .anniversary-title.title-on-left .title-block::after {
    right: .75rem;
    top: .875rem;
    width: 1.25rem;
    height: 1.25rem;
  }

  .anniversary-title.title-on-right .title-con {
    padding-right: 1.375rem;
    padding-left: 2.875rem;
  }

  .anniversary-title.title-on-right .title-con .title-icon{
    margin-left: 0.4375rem;
  }

  .anniversary-title.title-on-right .title-block::before {
    border-left: 2.75rem solid #fff;
    border-top: 2.75rem solid transparent;
    border-bottom: 2.75rem solid transparent;
  }

  .anniversary-title.title-on-right .title-block::after {
    left: .75rem;
    top: .875rem;
    width: 1.25rem;
    height: 1.25rem;
  }

  .cover-list{
    flex-direction: column;
  }

  .cover-list .cover-item {
    width: 100%;
  }

  .cover-list .cover-item:not(:last-child){
    margin-bottom: 20px;
  }
  
  .anniversary-news .anniversary-news-con{
    flex-direction: column;
  }
  .anniversary-news .news-cover{
    width: 100%;
    margin-bottom: 10px;
  }
  .anniversary-news .news-list{
    width: 100%;
  }
  .anniversary-news .news-title{
    font-size: 1.4rem;
  }
  .anniversary-news .news-describe{
    font-size: 1.25rem;
  }

  .title-on-center .title-con{
    font-size: 1.6rem;;
  }
  .title-on-center .title-underline{
    height: .45rem;
    bottom: -1px;
  }
  .title-on-center .title-underline::before{
    height: .45rem;
    margin-bottom: -1px;
  }

  .anniversary-global .global-item,
  .anniversary-global .global-item:nth-child(2n){
    flex-direction: column;
  }
  .anniversary-global .global-cover{
    width: 100%;
  }
  .anniversary-global .global-cover img{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .anniversary-global .global-con{
    margin-top: 0;
    width: 100%;
  }
  .anniversary-global .global-con::before{
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .anniversary-services .services-con{
    flex-direction: column;
  }
  .anniversary-services .services-layout{
    width: 100%;
    margin-bottom: 2.375rem;
  }
}