@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;900&display=swap");
.FtEN, .ProgramBox .ProgramItem .Time {
  font-family: "Time New Roman", "serif";
}

.FtTC {
  font-family: "Noto Serif TC", "Microsoft JhengHei";
}

.FtOther {
  font-family: "Microsoft JhengHei";
}

.FtL, h1, h2, .NewsDetailBg .ShowDetail.ControlBtn, .ProgramBox .DateTabBox .DateTab, .ProgramBox .ProgramHeader, .InfoBox .InfoItem, .HeaderBox .MenuBox, .MenuBtLv01, .MenuSLv01 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
}

.FtM, body, .ProgramBox .ProgramBody, .PageInView li {
  font-size: 18px;
  line-height: 1.3;
}

@media screen and (max-width: 1199px) {
  .FtL, h1, h2, .NewsDetailBg .ShowDetail.ControlBtn, .ProgramBox .DateTabBox .DateTab, .ProgramBox .ProgramHeader, .InfoBox .InfoItem, .HeaderBox .MenuBox, .MenuBtLv01, .MenuSLv01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .FtL, h1, h2, .NewsDetailBg .ShowDetail.ControlBtn, .ProgramBox .DateTabBox .DateTab, .ProgramBox .ProgramHeader, .InfoBox .InfoItem, .HeaderBox .MenuBox, .MenuBtLv01, .MenuSLv01 {
    font-size: 18px;
  }

  .FtM, body, .ProgramBox .ProgramBody, .PageInView li {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .FtL, h1, h2, .NewsDetailBg .ShowDetail.ControlBtn, .ProgramBox .DateTabBox .DateTab, .ProgramBox .ProgramHeader, .InfoBox .InfoItem, .HeaderBox .MenuBox, .MenuBtLv01, .MenuSLv01 {
    font-size: 16px;
  }

  .FtM, body, .ProgramBox .ProgramBody, .PageInView li {
    font-size: 14px;
  }
}
@-webkit-keyframes Axis {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes Axis {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-ms-keyframes Axis {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes Axis {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes LineRight {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes LineRight {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes LineRight {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes LineRight {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes LineLeft {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@-moz-keyframes LineLeft {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@-ms-keyframes LineLeft {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes LineLeft {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-family: "Noto Serif TC";
  font-weight: 900;
  line-height: 1.3;
  color: #251A17;
  background: #FFFFFF;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div, input, select, button, section, textarea, a, ol, ul, li {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: middle;
}

a, a:link {
  cursor: pointer;
  color: inherit;
  word-wrap: break-word;
  text-decoration: underline;
}

a:hover, a:visited {
  text-decoration: none;
}

button {
  background: transparent;
  cursor: pointer;
}

input, select, button {
  outline: none;
  vertical-align: middle;
}

button, input[type="submit"] {
  border: 0;
}

select:disabled {
  cursor: default;
}

input:focus, textarea:focus {
  outline: none;
}

p {
  margin: 10px 0;
}

.FtColor_Rd {
  color: #E33944;
}

.FtColor_Pp {
  color: #E33944;
}

.LineH1 {
  line-height: 1;
}

.LineH2 {
  line-height: 1.2;
}

.LineH3 {
  line-height: 1.3;
}

.LineH4 {
  line-height: 1.4;
}

.LineH5 {
  line-height: 1.5;
}

.LineH6 {
  line-height: 1.6;
}

.MarginN1 {
  margin: 5px 0;
}

.MarginN2 {
  margin: 10px 0;
}

.MarginN3 {
  margin: 15px 0;
}

.MarginN4 {
  margin: 20px 0;
}

.Discell {
  display: table-cell;
}

.DisiB {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
}

.DisB {
  display: block;
}

.DisN {
  display: none;
}

.DisF {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.TaL {
  text-align: left;
}

.TaC {
  text-align: center;
}

.TaR {
  text-align: right;
}

.FtB {
  font-weight: 600;
}

hr.Line01, .Line01 {
  display: inline-block;
  width: 100%;
  height: 1px;
  margin: 10px 0 10px 0;
  border: 0;
  background: #CCCCCC;
}

ul.Indent, ol.Indent {
  margin: 0 0 0 20px;
}

.TxtUnderLine {
  text-decoration: underline;
}

.TxtThrough {
  text-decoration: line-through;
}

.Clear {
  clear: both;
  height: 0;
}

.OutFrame {
  width: 100%;
  max-width: 1920px;
  min-width: 300px;
  position: relative;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  background-image: url("../images/bg_pic03.jpg");
  background-repeat: repext-y;
  background-position: top center;
}

.OutFrame.PopOpen {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.InnerFrame {
  width: 100%;
  padding: 108px 0 0 0;
  margin: 0 auto;
  text-align: center;
}

.InnerFrame.Fixed {
  position: fixed;
}

@media screen and (max-width: 992px) {
  .InnerFrame {
    padding: 94px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .PhoneWidthIndent {
    width: 90% !important;
  }
}
@media screen and (max-width: 575px) {
  .InnerFrame {
    padding: 82px 0 0 0;
  }
}
.MainShowBox {
  width: 100%;
  position: relative;
  margin: 0px auto;
  z-index: 1;
}

.MainShow {
  width: 100%;
  height: 760px;
  position: relative;
  margin: 0 auto;
  background-image: url("../images/show/bg_pic01.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
.MainShow .ItemBox {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 49.8%;
}
.MainShow .ItemBox .Item {
  position: absolute;
}
.MainShow .ItemBox .Title {
  top: 198px;
}
.MainShow .ItemBox .Title .TxtPic img {
  transform: translate(-50%, 0);
}
.MainShow .ItemBox .Title .Welcome {
  top: -20px;
  transform: translate(-50%, -100%);
}
.MainShow .ItemBox .Mic {
  bottom: 41px;
  transform: translate(-240%, 0);
}
.MainShow .ItemBox .People {
  bottom: -1px;
  transform: translate(75%, 0);
}
.MainShow .ItemBox .Lion {
  left: 449px;
}
.MainShow .PadShow {
  display: none;
}
.MainShow .PhoneShow {
  display: none;
}

.AboutBg {
  width: 100%;
  text-align: center;
  position: relative;
  min-height: 780px;
  margin: 0 0 0px 0;
  padding: 0px 0 50px 0;
  background-image: url("../images/about/bg_pic01.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
.AboutBg .BgLine {
  display: block;
  width: 100%;
  height: 5px;
  margin: 0;
  background-image: url("../images/bg_pic02.jpg");
  background-repeat: repeat;
  background-position: top left;
}
.AboutBg .BgBottomLine {
  display: none;
  position: absolute;
  bottom: 0;
}

.AboutBox {
  width: 100%;
  margin: 0 auto;
}

.AboutTitle img {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
}

.AboutGridBox {
  display: flex;
  width: 90%;
  max-width: 1080px;
  position: relative;
  margin: 125px auto 0 auto;
  line-height: 1.6;
}
.AboutGridBox .AboutTxt, .AboutGridBox .GridLeft, .AboutGridBox .GridRight {
  position: relative;
}
.AboutGridBox .GridLeft {
  flex: 1;
  padding: 5px 0 0 0;
}
.AboutGridBox .GridLeft .Card {
  text-align: center;
  padding: 0 110px 0 0;
}
.AboutGridBox .Centerline {
  width: 5px;
  position: relative;
  padding: 10px 0 0 0;
}
.AboutGridBox .Centerline .Bar {
  width: 5px;
  height: 0;
  margin: 0 auto;
  opacity: 0;
  background: -moz-linear-gradient(top, #231815 0%, rgba(35, 24, 21, 0.92) 80%, rgba(35, 24, 21, 0) 95%, rgba(35, 24, 21, 0) 100%);
  background: -webkit-linear-gradient(top, #231815 0%, rgba(35, 24, 21, 0.92) 80%, rgba(35, 24, 21, 0) 95%, rgba(35, 24, 21, 0) 100%);
  background: linear-gradient(to bottom, #231815 0%, rgba(35, 24, 21, 0.92) 80%, rgba(35, 24, 21, 0) 95%, rgba(35, 24, 21, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231815', endColorstr='#00231815',GradientType=0 );
}
.AboutGridBox .Centerline .Bar.In {
  opacity: 1;
  animation: Axis 0.7s linear 0s 1 forwards;
}
.AboutGridBox .Centerline .Txt {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  bottom: -30px;
  z-index: 4;
  transform: translate(-50%, 0);
}
.AboutGridBox .GridRight {
  flex: 1;
  text-align: left;
}
.AboutGridBox .GridRight .Card {
  padding: 0 0 0 110px;
}
.AboutGridBox .TxtLineBox {
  width: 105px;
  height: 5px;
  position: relative;
  top: 16px;
}
.AboutGridBox .TxtLineBox .Line {
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  background: -moz-linear-gradient(left, #231815 0%, rgba(35, 24, 21, 0.92) 70%, rgba(35, 24, 21, 0) 95%, rgba(35, 24, 21, 0) 100%);
  background: -webkit-linear-gradient(left, #231815 0%, rgba(35, 24, 21, 0.92) 70%, rgba(35, 24, 21, 0) 95%, rgba(35, 24, 21, 0) 100%);
  background: linear-gradient(to right, #231815 0%, rgba(35, 24, 21, 0.92) 70%, rgba(35, 24, 21, 0) 95%, rgba(35, 24, 21, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231815', endColorstr='#00231815',GradientType=1 );
}
.AboutGridBox .Point {
  width: 22px;
  height: 22px;
  position: absolute;
  line-height: 0;
  z-index: 4;
}
.AboutGridBox .AboutTxt01 {
  margin: 0 0 25px 0;
}
.AboutGridBox .AboutTxt01 #LineBox01 {
  left: -110px;
}
.AboutGridBox .AboutTxt01 #Point01 {
  width: 41px;
  height: 45px;
  top: -31px;
  left: -14px;
}
.AboutGridBox .AboutTxt02 {
  width: 100%;
  margin: 10px 0 0 0;
  text-align: left;
}
.AboutGridBox .AboutTxt02 #LineBox02 {
  right: -110px;
  position: absolute;
}
.AboutGridBox .AboutTxt02 #LineBox02 .Line {
  background: -moz-linear-gradient(left, rgba(35, 24, 21, 0) 0%, rgba(35, 24, 21, 0) 5%, rgba(35, 24, 21, 0.92) 30%, #231815 100%);
  background: -webkit-linear-gradient(left, rgba(35, 24, 21, 0) 0%, rgba(35, 24, 21, 0) 5%, rgba(35, 24, 21, 0.92) 30%, #231815 100%);
  background: linear-gradient(to right, rgba(35, 24, 21, 0) 0%, rgba(35, 24, 21, 0) 5%, rgba(35, 24, 21, 0.92) 30%, #231815 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00231815', endColorstr='#231815',GradientType=1 );
}
.AboutGridBox .AboutTxt02 #Point02 {
  top: -8px;
  right: -13px;
}
.AboutGridBox .AboutTxt03 {
  margin: 25px 0 30px 0;
}
.AboutGridBox .AboutTxt03 #LineBox03 {
  left: -110px;
}
.AboutGridBox .AboutTxt03 #Point03 {
  top: -8px;
  left: -15px;
}
.AboutGridBox .AboutTxt03 .AboutPicBox {
  width: 100%;
  padding: 30px 0 10px 30px;
  position: relative;
  text-align: left;
}
.AboutGridBox .AboutTxt03 .AboutPicBox .Radio {
  position: relative;
}
.AboutGridBox .AboutTxt03 .AboutPicBox .Note {
  position: absolute;
  top: 0px;
  left: 267px;
}
.AboutGridBox .MobileUse {
  display: none;
}
.AboutGridBox .Intro, .AboutGridBox .Broadcast, .AboutGridBox .AboutPicBox, .AboutGridBox #Point02, .AboutGridBox #Point03 {
  opacity: 0;
}
.AboutGridBox #Line01.In, .AboutGridBox #Line03.In {
  animation: LineRight 0.3s linear 0s 1 forwards;
}
.AboutGridBox #Line02.In {
  width: 100%;
  transform-origin: bottom right !important;
  animation: LineLeft 0.3s linear 0s 1 forwards;
}
.AboutGridBox .Intro.In {
  animation: FadeIn 0.3s linear 0s 1 forwards;
}
.AboutGridBox .Broadcast.In, .AboutGridBox .AboutPicBox.In {
  animation: FadeIn 0.6s linear 0s 1 forwards;
}
.AboutGridBox #Point02.In, .AboutGridBox #Point03.In {
  animation: FadeIn 0.3s linear 0s 1 forwards;
}

.NewsBg {
  width: 100%;
  text-align: center;
  min-height: 600px;
  padding: 70px 0 40px 0;
  margin: 0 0 0px 0;
}

.NewsBox {
  width: 88%;
  max-width: 1050px;
  margin: 0 auto;
}

.NewsTitle {
  text-align: center;
}

.NewsContent {
  margin: 40px 0 5px 0;
}

.NewsList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 12px 0;
  overflow: hidden;
  text-align: left;
  background-color: #A08D80;
  border-radius: 28px;
  border: 1px solid #251A17;
  transition: all 0.7s cubic-bezier(0.28, 0.29, 0.06, 0.88) 0s;
}
.NewsList .NewsDate {
  display: inline-block;
  width: 210px;
  height: 100%;
  padding: 0px 0 0 25px;
  align-self: stretch;
  background: #251A17;
  font-family: "Time New Roman", "serif";
  color: #FFFFFF;
  line-height: 54px;
}
.NewsList .NewsDate::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  vertical-align: middle;
  background: #F7B101;
  margin: 0 10px 0 0;
}
.NewsList .NewsDate .New, .NewsList .NewsDate span {
  display: inline-block;
  vertical-align: middle;
}
.NewsList .NewsDate .New {
  margin: 0 0 0 10px;
}
.NewsList .NewsHeading {
  flex: 1;
  position: relative;
  padding: 5px 20px;
  cursor: pointer;
}
.NewsList .NewsHeading .MoreBox {
  display: -webkit-box;
  height: 24px;
  padding: 0 70px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.NewsList:hover {
  background-color: #251A17;
  color: #FFFFFF;
}

.NewsDetailBg .NewsDetailBox {
  position: relative;
}
.NewsDetailBg .Date {
  height: 68px;
  background-color: #251A17;
  border-top-right-radius: 36px;
  border-top-left-radius: 36px;
  color: #FFFFFF;
  line-height: 68px;
  text-align: center;
}
.NewsDetailBg .NewsDetail {
  background-color: #F6F4EC;
  padding: 30px 50px 50px 50px;
  border: 4px solid #251A17;
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
}
.NewsDetailBg .Pic {
  width: 100%;
  height: auto;
  margin: 30px 0;
}
.NewsDetailBg .Detail {
  margin: 0 0 25px 0;
}
.NewsDetailBg .Detail img {
  max-width: 100%;
  height: auto !important;
}
.NewsDetailBg .ControlBtnBox {
  text-align: center;
  margin: 15px 0 10px 0;
}
.NewsDetailBg .ShowDetail.ControlBtn {
  display: inline-block;
  width: 180px;
  height: 57px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 900;
  line-height: 53px;
  text-align: center;
  background-image: url("../images/news/bg_pic02.svg");
  background-repeat: no-repeat;
}
.NewsDetailBg .ShowDetail.ControlBtn:hover {
  background-position: 0 -57px;
}
.NewsDetailBg .ShowDetail.ControlBtn:active {
  background-position: 0 -114px;
}
.NewsDetailBg .ShowDetail.ControlBtn.Disable {
  background-position: 0 -171px;
  cursor: not-allowed;
}

.ProgramBg {
  width: 100%;
  min-height: 1415px;
  padding: 70px 0 120px 0;
  margin: 0px 0 0px 0;
  background-image: url("../images/program/bg_pic01.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
}

.ProgramBox {
  width: 100%;
  margin: 0 auto;
}
.ProgramBox .ProgramTitle {
  margin: 0 auto 20px auto;
}
.ProgramBox .DateTabBox {
  text-align: center;
  margin: 20px 0 20px 0;
}
.ProgramBox .DateTabBox .DateTab {
  display: inline-block;
  width: 180px;
  height: 57px;
  margin: 0 -1px;
  padding: 0 0 0 20px;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 900;
  line-height: 53px;
  background-image: url("../images/program/bg_pic03.svg");
  background-repeat: no-repeat;
}
.ProgramBox .DateTabBox .DateTab:hover {
  background-position: 0 -57px;
}
.ProgramBox .DateTabBox .DateTab.On, .ProgramBox .DateTabBox .DateTab:active {
  background-position: 0 -114px;
}
.ProgramBox .Programlist.On {
  display: block;
}
.ProgramBox .Programlist {
  display: none;
  width: 90%;
  max-width: 767px;
  margin: 0 auto;
}
.ProgramBox .ProgramHeader {
  width: 100%;
  height: 66px;
  position: relative;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  background-color: #251A17;
}
.ProgramBox .ProgramHeader .ProgramItem {
  color: #E9D8C4;
  min-height: 66px;
}
.ProgramBox .ProgramHeader .ProgramItem .Time {
  font-family: "Noto Serif TC" !important;
}
.ProgramBox .ProgramHeader .ProgramItem b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500 !important;
  margin: 0 0 1px 0;
}
.ProgramBox .ProgramHeader .ProgramItem .Icon {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: url("../images/program/icon_pic01.svg");
  background-repeat: no-repeat;
  background-size: auto 25px;
}
.ProgramBox .ProgramHeader .ProgramItem .Time .Icon {
  background-position: 0;
}
.ProgramBox .ProgramHeader .ProgramItem .ShowName .Icon {
  background-position: -25px 0;
}
.ProgramBox .ProgramHeader .ProgramItem .Host .Icon {
  background-position: -50px 0;
}
.ProgramBox .ProgramBody {
  position: relative;
}
.ProgramBox .ProgramBody .ProgramItem {
  background-color: #F6F4EC;
}
.ProgramBox .ProgramBody .ProgramItem:not(:last-child) {
  border-left: 4px solid #251A17;
  border-right: 4px solid #251A17;
}
.ProgramBox .ProgramBody .ProgramItem:last-child {
  min-height: 51px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  border-left: 4px solid #251A17;
  border-right: 4px solid #251A17;
  border-bottom: 4px solid #251A17;
}
.ProgramBox .ProgramItem {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 46px;
  padding: 5px 40px;
  border-bottom: 1px solid #251A17;
}
.ProgramBox .ProgramItem .Time {
  width: 170px;
}
.ProgramBox .ProgramItem .ShowName {
  flex: 1;
  padding: 0 0 0 30px;
}
.ProgramBox .ProgramItem .ShowName .FieldName {
  display: none;
}
.ProgramBox .ProgramItem .Host {
  width: 225px;
}
.ProgramBox .ProgramItem .Host .FieldName {
  display: none;
}

.ContactBg {
  width: 100%;
  position: relative;
  padding: 5px 0 65px 0;
  margin: 0px 0 0px 0;
  text-align: center;
  background-image: url("../images/contact/bg_pic01.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

.ContactTitle img {
  position: absolute;
  top: -132px;
  left: 50%;
  transform: translate(-50%, 0);
}

.ContactBox {
  display: block;
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin: 0 auto;
}

.ContactGridBox {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 85px 0 0 0;
}

.ContactGrid:first-child {
  width: 590px;
  padding: 15px 0px 0 6px;
}

.ContactGrid:last-child {
  flex: 1;
}

.MapBox {
  position: relative;
  width: 96%;
  height: 384px;
  overflow: hidden;
  border: 4px solid #251A17;
  border-radius: 40px;
}

.InfoBox {
  text-align: left;
  position: relative;
}
.InfoBox .InfoItem {
  display: block;
  width: 100%;
  height: 54px;
  position: relative;
  padding: 0 50px;
  margin: 0 0 10px 0;
  background: #251A17;
  border-radius: 27px;
  color: #FFFFFF;
  line-height: 51px;
  text-align: left;
}
.InfoBox .InfoItem:after, .InfoBox .InfoItem:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 23px;
  width: 5px;
  height: 5px;
  margin: 0 20px;
  background: #F7B101;
}
.InfoBox .InfoItem:before {
  left: 6px;
}
.InfoBox .InfoItem:after {
  right: 6px;
}

.FooterBg {
  display: inline-block;
  width: 100%;
  margin: 0px auto;
  background: #251A17;
  text-align: center;
}

.FooterBox {
  width: 90%;
  max-width: 1374px;
  padding: 18px 0;
  margin: 0 auto;
  position: relative;
}
.FooterBox .TopBtnBox {
  width: 64px;
  height: 64px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, -50%);
}
.FooterBox .Copyright {
  color: #FFFFFF;
}
.FooterBox .Copyright .Txt {
  display: inline-block;
}
.FooterBox .Copyright a {
  text-decoration: none;
}
.FooterBox .Copyright a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1400px) {
  .MainShow .ItemBox .Lion {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .MainShow {
    height: 648px;
    background-size: 1640px auto;
  }
  .MainShow .ItemBox .Title {
    top: 182px;
  }
  .MainShow .ItemBox .Title .TxtPic img {
    width: 558px;
    height: auto;
  }
  .MainShow .ItemBox .Title .Welcome {
    top: -18px;
  }
  .MainShow .ItemBox .Title .Welcome img {
    width: 363px;
    height: auto;
  }
  .MainShow .ItemBox .Mic img {
    width: 158px;
    height: auto;
  }
  .MainShow .ItemBox .People img {
    width: 300px;
    height: auto;
  }

  .AboutGridBox .GridLeft .Card {
    padding: 0 7vw 0 0;
  }
  .AboutGridBox .GridRight .Card {
    padding: 0 0 0 7vw;
  }
  .AboutGridBox .TxtLineBox {
    width: 6.5vw;
    height: 5px;
  }
  .AboutGridBox .AboutTxt01 #LineBox01 {
    left: -7vw;
  }
  .AboutGridBox .AboutTxt02 #LineBox02 {
    right: -7vw;
  }
  .AboutGridBox .AboutTxt03 #LineBox03 {
    left: -7vw;
  }
  .AboutGridBox .AboutTxt03 .AboutPicBox .Note {
    display: none;
  }

  .ContactGridBox {
    width: 90%;
    margin: 130px auto 0 auto;
    flex-wrap: wrap;
  }

  .ContactGrid:first-child {
    width: 100%;
    padding: 0px;
    order: 2;
  }

  .ContactGrid:last-child {
    width: 100%;
    flex: none;
    order: 1;
  }

  .MapBox {
    width: 100%;
  }

  .InfoBox .ContactPic {
    position: absolute;
    width: 54%;
    max-width: 490px;
    right: 0;
    bottom: 0;
  }
  .InfoBox .AdressInfo {
    width: 55%;
    padding: 0 0 80px 0;
  }
}
@media screen and (max-width: 992px) {
  .MainShow {
    height: auto;
    background-image: none;
  }
  .MainShow .ItemBox {
    top: 0;
  }
  .MainShow .ItemBox .Title {
    top: 29%;
  }
  .MainShow .ItemBox .Title .TxtPic img {
    width: 59vw;
    max-width: 550px;
  }
  .MainShow .ItemBox .Title .Welcome {
    top: -15px;
  }
  .MainShow .ItemBox .Title .Welcome img {
    width: 36vw;
    max-width: 388px;
  }
  .MainShow .ItemBox .Mic {
    bottom: 7%;
  }
  .MainShow .ItemBox .Mic img {
    width: 15.5vw;
    max-width: 162px;
  }
  .MainShow .ItemBox .People {
    bottom: 8%;
  }
  .MainShow .ItemBox .People img {
    width: 28vw;
    max-width: 286px;
  }
  .MainShow .PadShow {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .MainShow .PadShow img {
    width: 100vw;
  }

  .AboutBg {
    min-height: 700px;
    padding: 0px 0 100px 0;
  }
  .AboutBg .BgBottomLine {
    display: block;
  }

  .AboutTitle img {
    position: absolute;
    top: -11.8vw;
    transform: translate(-50%, 28%);
  }

  .AboutGridBox .AboutTxt01 {
    margin: 0 0 50px 0;
  }
  .AboutGridBox .Broadcast {
    width: 53%;
    max-width: 194px;
    height: auto;
    margin: 0 auto;
  }
  .AboutGridBox .AboutTxt03 {
    margin: 40px 0 20px 0;
  }
  .AboutGridBox .AboutTxt03 .AboutPicBox .Radio {
    width: 71%;
    max-width: 236px;
    height: auto;
  }

  .NewsBg {
    min-height: 500px;
  }

  .NewsBox {
    width: 90%;
  }

  .ContactTitle img {
    position: absolute;
    top: -17.5vw;
    transform: translate(-50%, 23%);
  }

  .ContactGridBox {
    margin: 13vw auto 0 auto;
  }

  .InfoBox .AdressInfo {
    padding: 0 0 8vw 0;
  }

  .FooterBox .TopBtnBox {
    width: 50px;
    height: 50px;
  }
  .FooterBox .TopBtnBox img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .MainShow .ItemBox .Title {
    top: 21%;
  }
  .MainShow .ItemBox .Title .TxtPic img {
    width: 42vw;
    max-width: 317px;
  }
  .MainShow .ItemBox .Title .Welcome {
    top: -15px;
  }
  .MainShow .ItemBox .Title .Welcome img {
    width: 50vw;
    max-width: 382px;
  }
  .MainShow .ItemBox .Mic {
    bottom: 18%;
    transform: translate(-185%, 0);
  }
  .MainShow .ItemBox .Mic img {
    width: 18vw;
    max-width: 145px;
  }
  .MainShow .ItemBox .People {
    bottom: 7%;
    transform: translate(45%, 0);
  }
  .MainShow .ItemBox .People img {
    width: 29vw;
    max-width: 224px;
  }
  .MainShow .PadShow {
    display: none;
  }
  .MainShow .PhoneShow {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .MainShow .PhoneShow img {
    width: 100vw;
  }

  .AboutBg {
    min-height: auto;
    padding: 0px 0 90px 0;
  }

  .NewsBg {
    min-height: 400px;
    padding: 60px 0 10px 0;
  }

  .NewsBox {
    width: 100%;
  }

  .NewsContent {
    margin: 25px 0 5px 0;
  }

  .NewsList {
    display: block;
    overflow: visible;
    background-color: transparent;
    border-radius: 0;
    border: none;
  }
  .NewsList .NewsDate {
    width: 220px;
    background: transparent;
    color: #251A17;
    line-height: 30px;
  }
  .NewsList .NewsDate .New {
    margin: 0 0 0 8px;
    width: 44px;
    height: auto;
  }
  .NewsList .NewsHeading {
    flex: none;
    width: 100%;
    background-color: #A08D80;
    border-radius: 28px;
    border: 1px solid #251A17;
  }
  .NewsList .NewsHeading .MoreBox {
    height: 42px;
    padding: 0 10px 0 0;
    line-height: 40px;
  }

  .NewsList:hover {
    background-color: transparent;
    color: #251A17;
  }

  .NewsDetailBg .NewsDetailBox {
    position: relative;
  }
  .NewsDetailBg .Date {
    height: 50px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    line-height: 50px;
  }
  .NewsDetailBg .NewsDetail {
    padding: 20px 5vw 20px 5vw;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .NewsDetailBg .ShowDetail.ControlBtn {
    width: 140px;
    height: 44px;
    line-height: 44px;
    background-size: 140px auto;
  }
  .NewsDetailBg .ShowDetail.ControlBtn:hover {
    background-position: 0 -44px;
  }
  .NewsDetailBg .ShowDetail.ControlBtn:active {
    background-position: 0 -88px;
  }
  .NewsDetailBg .ShowDetail.ControlBtn.Disable {
    background-position: 0 -132px;
    cursor: not-allowed;
  }

  .ContactBg {
    padding: 5px 0 58px 0;
    background-position: top center;
  }

  .ContactGridBox {
    width: 100%;
    margin: 58px auto 0 auto;
  }

  .MapBox {
    width: 100%;
    height: 340px;
  }

  .InfoBox .InfoItem {
    padding: 0 5px;
    margin: 0 0 9px 0;
    text-align: center;
  }
  .InfoBox .InfoItem:after, .InfoBox .InfoItem:before {
    display: none;
  }
  .InfoBox .ContactPic {
    position: relative;
    width: 54%;
    left: 23%;
    top: 0;
  }
  .InfoBox .AdressInfo {
    width: 100%;
    padding: 0 0 15px 0;
    margin: 0 auto;
  }

  .ProgramBg {
    min-height: 400px;
    padding: 85px 0 220px 0;
    background-size: 1400px auto;
  }

  .ProgramBox .ProgramTitle {
    margin: 0 auto 20px auto;
  }
  .ProgramBox .DateTabBox {
    margin: 10px 0 20px 0;
  }
  .ProgramBox .DateTabBox .DateTab {
    width: 140px;
    height: 44px;
    margin: 0 -5px;
    line-height: 44px;
    background-image: url("../images/program/bg_pic03.png");
    background-repeat: no-repeat;
    background-size: 140px auto;
  }
  .ProgramBox .DateTabBox .DateTab:hover {
    background-position: 0 -44px;
  }
  .ProgramBox .DateTabBox .DateTab.On {
    background-position: 0 -88px;
  }
  .ProgramBox .Programlist {
    width: 90%;
  }
  .ProgramBox .ProgramHeader {
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .ProgramBox .ProgramHeader .ProgramItem .Icon {
    width: 20px;
    height: 20px;
    background-size: auto 20px;
  }
  .ProgramBox .ProgramHeader .ProgramItem .Time .Icon {
    background-position: 0;
  }
  .ProgramBox .ProgramHeader .ProgramItem .ShowName .Icon {
    background-position: -20px 0;
  }
  .ProgramBox .ProgramHeader .ProgramItem .Host .Icon {
    background-position: -40px 0;
  }
  .ProgramBox .ProgramBody .ProgramItem:last-child {
    min-height: 48px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .ProgramBox .ProgramItem {
    min-height: 43px;
    padding: 5px 25px;
  }
  .ProgramBox .ProgramItem .Time {
    width: 115px;
  }
  .ProgramBox .ProgramItem .ShowName {
    flex: 1.2;
    padding: 0;
  }
  .ProgramBox .ProgramItem .Host {
    width: none;
    flex: 1;
  }

  .FooterBox .TopBtnBox {
    width: 45px;
    height: 45px;
    right: -2vw;
  }
}
@media screen and (max-width: 575px) {
  .MainShow {
    height: 420px;
    background-image: url("../images/show/bg_pic01_s.jpg");
    background-size: 636px auto;
  }
  .MainShow .ItemBox .Title {
    top: 21%;
  }
  .MainShow .ItemBox .Title .TxtPic img {
    width: 220px;
  }
  .MainShow .ItemBox .Title .Welcome {
    top: -15px;
  }
  .MainShow .ItemBox .Title .Welcome img {
    width: 293px;
  }
  .MainShow .ItemBox .Mic {
    bottom: 14%;
    transform: translate(-230%, 0);
  }
  .MainShow .ItemBox .Mic img {
    width: 68px;
  }
  .MainShow .ItemBox .People {
    bottom: 6%;
    transform: translate(50%, 0);
  }
  .MainShow .ItemBox .People img {
    width: 136px;
  }
  .MainShow .PadShow {
    display: none;
  }
  .MainShow .PhoneShow {
    display: none;
  }

  .AboutBg {
    padding: 0px 0 40px 0;
  }

  .AboutTitle img {
    position: absolute;
    top: -40px;
    transform: translate(-50%, 0);
  }

  .AboutGridBox {
    width: calc( 90% - 20px );
    margin: 80px auto 0 auto;
  }
  .AboutGridBox .GridLeft {
    display: none;
  }
  .AboutGridBox .Centerline .Txt {
    bottom: 8px;
  }
  .AboutGridBox .TxtLineBox {
    top: 13px;
  }
  .AboutGridBox #Line04.In {
    width: 100%;
    transform-origin: bottom right !important;
    animation: LineRight 0.3s linear 0s 1 forwards;
  }
  .AboutGridBox .AboutTxt01 {
    margin: 0 0 70px 0;
  }
  .AboutGridBox .AboutTxt02 {
    margin: 10px 0 0px 0;
  }
  .AboutGridBox .AboutTxt02 #LineBox02 {
    right: 0;
    left: -7vw;
    top: 9px;
  }
  .AboutGridBox .AboutTxt02 #LineBox02 .Line {
    background: -moz-linear-gradient(left, #231815 0%, rgba(35, 24, 21, 0.92) 70%, rgba(35, 24, 21, 0) 95%, rgba(35, 24, 21, 0) 100%);
    background: -webkit-linear-gradient(left, #231815 0%, rgba(35, 24, 21, 0.92) 70%, rgba(35, 24, 21, 0) 95%, rgba(35, 24, 21, 0) 100%);
    background: linear-gradient(to right, #231815 0%, rgba(35, 24, 21, 0.92) 70%, rgba(35, 24, 21, 0) 95%, rgba(35, 24, 21, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231815', endColorstr='#00231815',GradientType=1 );
  }
  .AboutGridBox .AboutTxt02 #Point02 {
    right: 0;
    left: -13px;
  }
  .AboutGridBox .Broadcast {
    width: 49%;
    max-width: 170px;
  }
  .AboutGridBox .MobileUse {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .AboutGridBox .AboutTxt03 {
    margin: 30px 0 55px 0;
  }
  .AboutGridBox .AboutTxt03 .AboutPicBox .Radio {
    width: 60%;
    max-width: 220px;
    margin: 0 15%;
  }

  .NewsBg {
    padding: 40px 0 0px 0;
  }

  .NewsList {
    margin: 8px 0;
  }
  .NewsList .NewsHeading .MoreBox {
    height: 42px;
    line-height: 21px;
    -webkit-line-clamp: 2;
  }

  .NewsDetailBg .NewsDetailBox {
    position: relative;
  }
  .NewsDetailBg .Date {
    height: 50px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    line-height: 50px;
  }
  .NewsDetailBg .NewsDetail {
    padding: 20px 4vw 20px 4vw;
    border: 2px solid #251A17;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .ProgramBg {
    min-height: 400px;
    padding: 40px 0 100px 0;
  }

  .ProgramBox .Programlist {
    width: 100%;
  }
  .ProgramBox .ProgramHeader {
    height: 70px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 3px 0;
  }
  .ProgramBox .ProgramHeader .ProgramItem .Icon {
    display: block;
    margin: 3px auto 5px auto;
  }
  .ProgramBox .ProgramBody .ProgramItem:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .ProgramBox .ProgramItem {
    min-height: 42px;
    padding: 5px 12px;
  }
  .ProgramBox .ProgramItem .Time {
    width: none;
    flex: 1;
  }
  .ProgramBox .ProgramItem .Time span {
    display: block;
  }
  .ProgramBox .ProgramItem .ShowName {
    flex: 1.5;
    padding: 0;
  }
  .ProgramBox .ProgramItem .Host {
    width: none;
    flex: 1.4;
  }

  .ContactTitle img {
    position: absolute;
    top: 0;
    transform: translate(-50%, -68px);
  }

  .FooterBox .TopBtnBox {
    width: 45px;
    height: 45px;
    right: -5px;
    top: -7px;
    transform: translate(0, -45px);
  }
}
.LoadingBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #E9D8C4;
}
.LoadingBox .LoadingInner {
  width: 0px;
  height: 0px;
  position: relative;
  left: 0;
  top: 50%;
  margin: 0 auto;
}
.LoadingBox .LoadingInner .enterLoading {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}

.PublicTitlePic {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: 5;
}

.PageInTabBox {
  display: inline-block;
  height: 36px;
  text-align: center;
  margin: 20px auto;
}

.PageInTab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
}

.PageInView {
  display: inline-block;
  height: 24px;
  padding: 0px 0 8px 0;
}
.PageInView li {
  display: inline-block;
  width: 20px;
  height: 24px;
  position: relative;
  margin: 0 4px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}
.PageInView li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.PageInView li:last-child {
  margin: 0 0px 0 4px;
}
.PageInView .Act a {
  color: #E33944;
  text-decoration: underline;
}

.PageMore {
  margin: 0 10px 0 0;
}

.PageInPrev, .PageInNext {
  display: inline-block;
  height: 20px;
}

.PageInPrev {
  margin: 0 15px 0 0px;
}

.PageInNext {
  margin: 0 0px 0 15px;
}

.PageInPrev a, .PageInNext a {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url("../images/btn01.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.PageInNext a {
  background-position: -20px 0;
}

.PopUpBg.Open {
  display: block;
}

.PopUpBg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.6);
}

.PopUpCloseBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.PopUpBox {
  display: inline-block;
  width: auto;
  max-width: 1004px;
  height: auto;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  padding: 60px 20px 65px 20px;
  margin: 50px auto;
  text-align: left;
}

.PopUpContent {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.In.PopUpCut {
  display: block;
}

.PopUpCut {
  display: none;
}

.PopUpCloseBtn {
  display: inline-block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 2px;
  z-index: 9;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
.PopUpCloseBtn img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 992px) {
  .PublicTitlePic.H1 img {
    width: auto;
    height: 11.8vw;
  }

  .PublicTitlePic.H2 img {
    width: auto;
    height: 17.5vw;
  }
}
@media screen and (max-width: 767px) {
  .PopUpBox {
    padding: 0px 0vw 0px 0vw;
    margin: 0 auto;
  }

  .PopUpCloseBtn {
    width: 22px;
    height: 22px;
    top: 15px;
    right: 12px;
    -moz-transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 575px) {
  .PopUpBox {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    margin: 0 auto;
  }

  .PublicTitlePic.H1 img {
    height: 60px;
    min-height: 60px;
  }

  .PublicTitlePic.H2 img {
    height: 90px;
    min-height: 90px;
  }
}
.MainBtn {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  line-height: 18px;
  font-weight: bold;
  color: #E33944;
  cursor: pointer;
  background: #E9D8C4;
  border: 1px solid #FFFFFF;
  margin: 5px auto;
}

.MainBtnB {
  padding: 8px 15px 8px 15px;
  border: 1px solid #E9D8C4;
  border-radius: 18px;
  margin: 0 2px;
}

.MainBtnB:hover {
  color: #E9D8C4;
  background: #FFFFFF;
  border: 1px solid #E9D8C4;
  border-radius: 18px;
  transition: all 0.4s;
  transition-timing-function: linear;
}

.Act.MainBtnB {
  color: #E9D8C4;
  background: #FFFFFF;
  border: 1px solid #E9D8C4;
  cursor: default;
}

.MainBtnS {
  width: 130px;
  height: 30px;
  line-height: 30px;
}

.MainBtnM {
  width: 150px;
  height: 36px;
  line-height: 36px;
  font-size: 22px;
  padding: 8px 15px 8px 15px;
}

.MainBtnL {
  width: 204px;
  height: 78px;
}

.MainBtnP {
  color: #251A17;
  background: url(../img/bt_pic01.jpg) no-repeat;
}

.MainBtnP:hover {
  color: #E33944;
  background: url(../img/bt_pic01.jpg) no-repeat 0 -204px;
}

.IconBtn {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: auto 48px;
  background-repeat: no-repeat;
  background-position: left top;
}

.IconBtn.Social {
  margin: 0 3px;
  background-image: url("../img/icon01.png");
}

.IconBtn.Social::first-child {
  margin: 0 3px 0 0;
}

.IconBtn.Social::last-child {
  margin: 0 0 0 3px;
}

.Social.Fb {
  background-position: 0;
}

.Social.Twitter {
  background-position: -48px 0;
}

.Social.Ig {
  background-position: -96px 0;
}

.Social.Youtube {
  background-position: -144px 0;
}

.Social.Google {
  background-position: -192px 0;
}

@media screen and (max-width: 1440px) {
  .IconBtn {
    width: 42px;
    height: 42px;
    background-size: auto 42px;
  }

  .IconBtn.Social {
    margin: 0 1px;
  }

  .IconBtn.Social::first-child {
    margin: 0 1px 0 0;
  }

  .IconBtn.Social::last-child {
    margin: 0 0 0 1px;
  }

  .Social.Fb {
    background-position: 0;
  }

  .Social.Twitter {
    background-position: -42px 0;
  }

  .Social.Ig {
    background-position: -84px 0;
  }

  .Social.Youtube {
    background-position: -126px 0;
  }

  .Social.Google {
    background-position: -168px 0;
  }
}
@media screen and (max-width: 575px) {
  .IconBtn {
    width: 35px;
    height: 35px;
    background-size: auto 35px;
  }

  .Social.Fb {
    background-position: 0;
  }

  .Social.Twitter {
    background-position: -35px 0;
  }

  .Social.Ig {
    background-position: -70px 0;
  }

  .Social.Youtube {
    background-position: -105px 0;
  }

  .Social.Google {
    background-position: -140px 0;
  }
}
.IconBtn.Pic {
  background: url("../img/icon02.png");
}

.Pic.Fb {
  width: 32px;
  background-position: 0;
}

.LangBtn {
  display: inline-block;
  min-width: 90px;
  height: 30px;
  padding: 4px 22px;
  text-align: center;
  border: 1px solid #414141;
  border-radius: 16px;
}

.LangBtn:hover {
  color: #FFF;
  background: #414141;
}

.TopBtn {
  cursor: pointer;
}

.HeaderBg {
  width: 100%;
  height: 108px;
  position: fixed;
  margin: 0 auto;
  z-index: 99;
  background-color: #FFFFFF;
  background-image: url("../images/bg_pic01.jpg");
  background-repeat: repeat-x;
  background-position: bottom left;
}

.HeaderBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 90%;
  max-width: 1106px;
  height: 100px;
  margin: 0 auto;
}
.HeaderBox .LogoBox {
  width: 220px;
  padding: 0 0 0 20px;
}
.HeaderBox .LogoBox img {
  margin: 5px 0 0 0;
}
.HeaderBox .MenuBox {
  flex: 1;
  height: 100%;
  text-align: right;
  font-weight: 900;
}
.HeaderBox .MenuSwitchBox {
  display: none;
  flex: 1;
  text-align: right;
  position: relative;
}
.HeaderBox .MenuSwitchBox .MenuSwitchBtn {
  position: relative;
  left: 5px;
}

@media screen and (max-width: 1199px) {
  .HeaderBox .LogoBox {
    padding: 0 0 0 0px;
  }
}
@media screen and (max-width: 992px) {
  .HeaderBg {
    height: 94px;
  }

  .HeaderBox {
    height: 85px;
  }
  .HeaderBox .LogoBox {
    padding: 0 0 0 0px;
  }
  .HeaderBox .LogoBox img {
    margin: 0px 0 0px 0;
    width: 155px;
    height: auto;
  }
  .HeaderBox .MenuBox {
    display: none;
  }
  .HeaderBox .MenuSwitchBox {
    display: block;
    flex: 1;
  }
  .HeaderBox .MenuSwitchBox .MenuSwitchBtn {
    position: relative;
    left: 5px;
  }
}
@media screen and (max-width: 575px) {
  .HeaderBg {
    height: 82px;
  }

  .HeaderBox {
    height: 70px;
  }
  .HeaderBox .LogoBox img {
    width: 122px;
  }
}
.MenuBox > ul {
  height: 100%;
  padding: 0;
  margin: 0;
}

.MenuLv01 {
  display: inline-block;
  position: relative;
  height: 100%;
  min-width: 111px;
  vertical-align: top;
  margin: 0 7px;
  text-align: center;
}
.MenuLv01::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #DC6003;
  transition: all 0.4s cubic-bezier(0.28, 0.29, 0.06, 0.88) 0s;
}

.MenuBtLv01 {
  display: inline-block;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  padding: 50px 0 0 0;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.28, 0.29, 0.06, 0.88) 0s;
}

.MenuLv01:hover::after {
  width: 100%;
}
.MenuLv01:hover .MenuBtLv01 {
  background: #FFF2BF;
  color: #DC6003;
}

.MenuLv01:active::after {
  width: 100%;
  background: #DD3E38;
}
.MenuLv01:active .MenuBtLv01 {
  background: #F5C5C3;
  color: #251A17;
}

@media screen and (max-width: 992px) {
  .MenuBox > ul {
    display: none;
  }
}
.PortraitMenuBox.On {
  display: block;
}

.PortraitMenuBox {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  padding: 25px 0 0 0;
  text-align: center;
  background: rgba(37, 26, 23, 0.95);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
}

.PortraitMenu {
  width: 100%;
  margin: 0 auto;
  margin: 55px 0 0 0;
}

.MenuSLv01 {
  position: relative;
  color: #FFFFFF;
}
.MenuSLv01 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 72px;
  line-height: 72px;
  margin: 5px 0;
  text-decoration: none;
}

.MenuSLv01:hover a {
  background: #F7B101;
}

.PortraitMenuClose {
  display: inline-block;
  width: 37px;
  height: 32px;
  position: absolute;
  right: 5%;
  top: 33px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto 2vw auto;
}
.PortraitMenuClose:before, .PortraitMenuClose:after {
  display: block;
  width: 42px;
  height: 4px;
  content: "";
  position: absolute;
  left: 2px;
  background: #F7B101;
  border-radius: 2px;
  transform-origin: 0 50%;
}
.PortraitMenuClose:before {
  top: 0px;
  transform: rotate(45deg);
}
.PortraitMenuClose:after {
  top: 30px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 575px) {
  .MenuSLv01 a {
    min-height: 62px;
    line-height: 62px;
    margin: 5px 0;
    text-decoration: none;
  }

  .PortraitMenuClose {
    right: 3%;
  }
}
