body{
  background-color: #fff;
}

.PC #video .blank {
  margin-top: 50px;
}

.MOBILE #video .blank {
  margin-top: 30px;
}





/*============按鈕樣式============*/
#video .primary_bt {
  width: auto;
  max-width: 300px;
  height: 50px;
  margin: 0 auto;
  margin-top: 50px;
}

.MOBILE #video .primary_bt {
  width: 100%;
  margin-top: 40px;
}


#video .primary_bt a {
  display: block;
  width: auto;
  height: 50px;
  font-size: 1.5rem;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 50px;
  padding: 0 15px;
  font-weight: bold;
}

#video .primary_bt a::before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
  background-image: url(../images/refresh_icon.png);
  margin-bottom: -15px;
}

.MOBILE #video .primary_bt a {
  font-size: 1.2rem;
}

.MOBILE #video .primary_bt a::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-image: url(../images/refresh_icon.png);
  margin-bottom: -12px;
}


#video a.primary_bt_color {
  color: #fff;
  background-color: #ac332e;
}

#video a.primary_bt_color:hover {
  background-color: #d43029;
}



/*============主架構樣式============*/

#video {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  text-decoration: none;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
  color: #333;
}

.PC #video {
  margin-top: -5px;
}

.MOBILE #video {
  margin-top: 45px;
}

#video .frame {
  max-width: 1200px;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
}

.MOBILE #video .frame {
  width: 95%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}



/*============區塊樣式============*/
#video .con_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-bottom: 100px;
}

.MOBILE #video .con_box {
  margin-bottom: 40px;
}


#video .con_box_none {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 100px;
}

.MOBILE #video .con_box_none {
  margin-bottom: 40px;
}


/*頁數點點樣式*/
#video .pages_menu {
  width: 100%;
  height: 10px;
  margin: 0px auto;
  margin-top: 10px;
}

.MOBILE #video .pages_menu {
  margin-top: 0px;
}

#video .pages_menu ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#video .pages_menu li {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0px 5px;
  text-indent: -9999px;
  background-color: #bfbfbf;
}

#video .pages_menu li.chosse {
  background-color: #7947a9;
}

/*頁數點點樣式尾*/

/*============區塊樣式 尾============*/


/*主視覺*/
.PC #video .main_visual {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-image: url(../images/top_bg.jpg);
  background-position: center top;
  background-size: 2500px 300px;
  background-repeat: no-repeat;
}

.MOBILE #video .main_visual {
  width: 100%;
  height: 0;
  padding-bottom: 36%;
  background: url(../images/top_bg.jpg) no-repeat center;
  background-size: 300% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

#video h1.main_visual_title {
  width: 50%;
  aspect-ratio: 1097/ 467;
  background: url(../images/top_title.png) no-repeat center;
  margin: 0 auto;
  margin-top: 25px;
  background-size: cover;
}

.MOBILE #video h1.main_visual_title {
  width: 85%;
  aspect-ratio: 1097/ 467;
  background: url(../images/top_title.png) no-repeat center;
  margin: 0 auto;
  margin-top: 2%;
  background-size: cover;
}

/*主視覺 尾*/

/*menu*/
#video .menu_bg {
  width: 100%;
  height: 60px;
  background-color: #ffeabe;
  margin-bottom: 30px;
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 10;
}

.MOBILE #video .menu_bg {
  height: 50px;
  margin-bottom: 30px;
  top: 45px;
}

#video .menu_box {
  max-width: 1200px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background-color: #ffeabe;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.MOBILE #video .menu_box {
  height: 50px;
}

#video .menu_bt {
  width: 50px;
  height: 60px;
}

.MOBILE #video .menu_bt {
  width: 35px;
  height: 50px;
}

#video .menu_bt a {
  display: block;
  width: 100%;
  height: 60px;
  background-size: 25px 25px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.MOBILE #video .menu_bt a {
  height: 50px;
  background-size: 25px 25px;
}

#video .menu_bt a.pro {
  background-image: url(../images/arrow.png);
}

#video .menu_bt a.next {
  background-image: url(../images/arrow.png);
  transform: rotate(180deg);
}

#video .menu_main {
  width: calc(100% - 100px);
  height: 60px;
  overflow: hidden;
}

.MOBILE #video .menu_main {
  width: calc(100% - 70px);
  height: 50px;
  overflow: hidden;
}

#video .menu_main ul {
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.MOBILE #video .menu_main ul {
  height: 50px;
}

#video .menu_main li {
  float: left;
  width: auto;
  height: 60px;
  box-sizing: border-box;
}

.MOBILE #video .menu_main li {
  width: auto;
  height: 50px;
}

#video .menu_main li a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 1.8rem;
  color: #333;
  text-decoration: none;
  text-align: center;
  padding: 0 15px;
}

.MOBILE #video .menu_main li a {
  height: 50px;
  line-height: 50px;
  font-size: 1.2rem;
  padding: 0 8px;

  text-align: center;
}

#video .menu_main li a:hover {
  color: #ffeabe;
  background-color: #7947a9;
}

#video .menu_main a.chosse {
  color: #ffeabe;
  background-color: #7947a9;
}

/*menu 尾*/

/*標題BAR*/
#video .title_box {
  width: 100%;
  height: 60px;

}

.MOBILE #video .title_box {
  width: 100%;
  height: 50px;

}

#video .title_box h2 {
  float: left;
  display: block;
  width: auto;
  font-size: 2rem;
  line-height: 1.6em;
  color: #000;
}

.MOBILE #video .title_box h2 {
  font-size: 1.7rem;
  line-height: 1.6em;
  color: #000;
  text-align: left;
}


.PC #video .select_case select {
  float: right;
  min-width: 120px;
  height: 40px;
  margin-top: 8px;
  margin-right: 1.3%;
  padding: 10px 10px;
  border: 1px solid #C7C7C7;
  border-radius: 999px;
  color: #333;
  font-size: 1rem;
  appearance: none;
  -webkit-appearance: none;
  background: white;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  background-image: url(../images/select_icon_down_line2.png);
  background-position: right 0.7rem top 50%;
  background-size: 20px auto;
  background-repeat: no-repeat;
}

.MOBILE #video .select_case select {
  float: right;
  min-width: 120px;
  height: 35px;
  margin-top: 5px;
  padding: 7px 10px;
  border: 1px solid #C7C7C7;
  border-radius: 999px;
  color: #333;
  font-size: 1rem;
  appearance: none;
  -webkit-appearance: none;
  background: white;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  background-image: url(../images/select_icon_down_line2.png);
  background-position: right 5px top 50%;
  background-size: 20px auto;
  background-repeat: no-repeat;
}

/*標題BAR 尾*/


/*影音區塊*/

#video .video_slide {
  /*左右滑底*/
  height: auto;
  overflow: hidden;
  margin-bottom: 15px;
}

.PC #video .video_slide_l_r_bt {
  /*左右滑底*/
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 0 10px;
}

.MOBILE #video .video_slide_l_r_bt {
  /*左右滑底*/
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 0 0px;
  margin: 0 auto;

}

#video .video_slide_l_r_bt .left_bt {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  z-index: 1;
}

#video .video_slide_l_r_bt .right_bt {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  z-index: 1;
}

.MOBILE #video .video_slide_l_r_bt .left_bt {
  width: 40px;
  height: 40px;
  left: 0px;
}

.MOBILE #video .video_slide_l_r_bt .right_bt {
  width: 40px;
  height: 40px;
  right: 0px;
}

.PC #video .left_b,
.PC #video .right_b {
  top: 35%;
}

.PC #video .left_a,
.PC #video .right_a {
  top: 25%;
}

.MOBILE #video .left_b,
.MOBILE #video .right_b {
  top: 120px;
}

.MOBILE #video .left_a,
.MOBILE #video .right_a {
  top: 75px;
}



#video .video_slide_l_r_bt .left_bt a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: rgba(120, 71, 212, 0.6);

  background-image: url(../images/arrow02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  text-indent: -9999px;
}

#video .video_slide_l_r_bt .right_bt a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: rgba(120, 71, 212, 0.6);
  background-image: url(../images/arrow02.png);
  transform: rotate(180deg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  text-indent: -9999px;
}

.MOBILE #video .video_slide_l_r_bt .left_bt a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: rgba(120, 71, 212, 0.6);
  background-image: url(../images/arrow02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  text-indent: -9999px;
}

.MOBILE #video .video_slide_l_r_bt .right_bt a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: rgba(120, 71, 212, 0.6);
  background-image: url(../images/arrow02.png);
  transform: rotate(180deg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  text-indent: -9999px;
}






#video .video_fixed {
  /*固定*/
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 15px;

}

.MOBILE #video .video_fixed {
  /*固定*/

  margin-bottom: 0px;
}


#video .video_slide_a {
  /*左右滑底*/
  width: 100%;

}

#video .video_slide_b {
  /*左右滑底*/
  width: 100%;
}

.MOBILE #video .video_slide_a {
  /*左右滑底*/
  width: 990px;
}

.MOBILE #video .video_slide_b {
  /*左右滑底*/
  width: 850px;
}

/*區塊一白底圓角尾*/

.PC #video .video_box_horizontal {
  float: left;
  width: 32%;
  margin: 0 0.65% 0 0.65%;
}

#video .video_box_horizontal:last-child {
  margin-right: 0;
}

.PC #video .video_box_straight {
  float: left;
  width: 18.5%;
  margin: 0 0.75% 0 0.75%;
}

.MOBILE #video .video_box_straight:last-child {
  margin-right: 0;
}

.MOBILE #video .video_box_horizontal {
  float: left;
  width: 320px;
  margin-right: 10px;
}

.MOBILE #video .video_box_straight {
  float: left;
  width: 160px;
  margin-right: 10px;
}


#video .video_box_horizontal_fixed {
  float: left;
  width: 32%;
  margin-right: 1.3%;
}

#video .video_box_horizontal_fixed:last-child {
  margin-right: 0;
}

.PC #video .video_box_horizontal_fill {
  width: 65%;
  margin: 0 auto;
}

.MOBILE #video .video_box_horizontal_fill {
  width: 100%;
  margin: 0 auto;
}

#video .video_box_straight_fixed {
  float: left;
  width: 18.5%;
  margin-right: 1.5%;
}

#video .video_box_straight_fixed:last-child {
  margin-right: 0;
}

.MOBILE #video .video_box_horizontal_fixed {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.MOBILE #video .video_box_straight_fixed {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 25px;
}

.MOBILE #video .video_box_horizontal_fixed:last-child,
.MOBILE #video .video_box_straight_fixed:last-child {
  margin-bottom: 0px;
}


.MOBILE #video .video_box_straight_fixed:nth-child(even) {
  margin-right: 0;
}



.PC #video .video_box_straight_fill{
        width:35% ;
        margin: 0 auto;
}
.MOBILE #video .video_box_straight_fill{
        width:100% ;
        margin: 0 auto;
}

#video .video_bg {
  float: left;
  width: 100%;
  aspect-ratio: 1920/ 1080;
  border-radius: 15px;
  position: relative;
  margin-bottom: 10px;
}

.MOBILE #video .video_bg {
  float: left;
  width: 100%;
  aspect-ratio: 1920/ 1080;
  border-radius: 15px;
  position: relative;
}

#video .video_bg iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
}

#video .shorts_video_bg {
  float: left;
  width: 100%;
  position: relative;
  aspect-ratio: 1080/1920;
  border-radius: 15px;
  margin-bottom: 10px;
}

.MOBILE #video .shorts_video_bg {
  float: left;
  width: 100%;
  position: relative;
  aspect-ratio: 1080/1920;
  border-radius: 15px;
}

#video .shorts_video_bg iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
}


#video .video_text {
  display: -webkit-box;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  color: #333;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}
#video .video_text:hover {
    cursor: pointer;
}



#video .video_text_one {
  display: -webkit-box;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  color: #333;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}
#video .video_text_one:hover {
    cursor: pointer;
}

#video .video_text_two {
  display: -webkit-box;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  color: #333;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}
#video .video_text_two:hover {
    cursor: pointer;
}


#video p.big {
  line-height: 1.6em;
  font-size: 1.3rem;
  font-weight: bold;
}

.MOBILE #video p.big {
  line-height: 1.6em;
  font-size: 1.2rem;
}

#video p.small {
  line-height: 1.6em;
  font-size: 1rem;
  margin-top: 5px;
}

#video .video_text02 {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

#video .video_text03 {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.PC #video .video_text03 p.big {
  line-height: 1.6em;
  font-size: 1.5rem;
  font-weight: bold;
}

.MOBILE #video .video_text03 p.big {
  line-height: 1.6em;
  font-size: 1.2rem;
  font-weight: bold;
}

.PC #video .video_text03 p.small {
  line-height: 1.6em;
  font-size: 1.2rem;
  margin-top: 5px;
}

.MOBILE #video .video_text03 p.small {
  line-height: 1.6em;
  font-size: 1rem;
  margin-top: 5px;
}


/*影音區塊 尾*/



#video .rem_text {
  width: 100%;
  height: auto;
  margin: 5px auto;
}

#video .rem_text::before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/icon.png);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  margin-bottom: -6px;
  margin-right: 5px;
}

.MOBILE #video .rem_text::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/icon.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin-bottom: -5px;
  margin-right: 3px;
}

#video .rem_text p {
  display: inline-block;
  color: #333;
}

#video .rem_text a {
  display: inline-block;
  color: #2984df;
  text-decoration: underline;
  line-height: 25px;
  font-size: 1rem;

}

.MOBILE #video .rem_text a {
  font-size: 1rem;
  line-height: 20px;
}

#video .rem_text a:hover {
  text-decoration: none;
}


.PC #video .video_text03>.rem_text a {
  display: inline-block;
  color: #2984df;
  text-decoration: underline;
  line-height: 25px;
  font-size: 1.2rem;
}

.MOBILE #video .video_text03>.rem_text a {
  display: inline-block;
  color: #2984df;
  text-decoration: underline;
  line-height: 25px;
  font-size: 1.1rem;
}




/* 排版廣告三欄 =========================================*/
#video .fields_three_advertise {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-content: center;

}

.MOBILE #video .fields_three_advertise {
  flex-direction: column;
}

#video .fields_three_advertise a {
  display: block;
  width: 32%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
}

.MOBILE #video .fields_three_advertise a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  margin-top: 10px;
}

.MOBILE #video .fields_three_advertise a:nth-child(3) {
  display: none;
}

#video .fields_three_advertise a:hover {
  filter: brightness(1.08);
}

.MOBILE #video .fields_three_advertise a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#video .fields_three_advertise a>img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/*排版廣告三欄 尾=========================================*/






/*============有底色區塊 樣式一============*/





#video .rem_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 12px;
  border-radius: 10px;
  margin: 10px auto;
  color: #555;

}

#video .rem_bg {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#video .rem_box02 {
  width: 100%;
  height: auto;
  min-height: 180px;
  overflow: hidden;
  padding: 15px;
  border-radius: 10px;
  margin: 10px auto;
  margin-right: 10px;
}

#video .rem_bg02 {
  width: 620px;
  height: auto;
  overflow: hidden;
}

#video .rem_box02-2 {
  float: left;
  width: 300px;
  height: auto;
  min-height: 180px;
  overflow: hidden;
  padding: 15px;
  border-radius: 10px;
  margin: 10px auto;
  margin-right: 10px;
}

#video .rem_box02-color01 {
  background-color: #fef9ef;
}

#video .rem_box02-color02 {
  background-color: #faf4fe;
}

/*============產品推薦樣式一============*/
#video .box_two_bg {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 15px;
}

.PC #video .box_two {
  float: left;
  width: 49%;
  height: auto;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
}

.MOBILE #video .box_two {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
}

#video .box_two:nth-child(2) {
  margin-left: 2%;
}

.MOBILE #video .box_two:nth-child(2) {
  margin-left: 0;
  margin-bottom: 0px;
}

.PC #video .box_choose,
.MOBILE #video .box_choose {
  border: 2px solid #d594f1;
}

#video .box_two02 {
  float: left;
  width: 49%;
  height: auto;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  margin: 0 auto;
}

.MOBILE #video .box_two02 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#video .box_two02:nth-child(2) {
  margin-left: 2%;
}

.MOBILE #video .box_two02:nth-child(2) {
  margin-left: 0;
  margin-top: 15px;
}

#video .box_two02 a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  align-content: center;
  text-decoration: none;
}

#video .box_two02 a:hover {
  background-color: #faf3ff;
}

#video .box_two02 .number {
  width: 30px;
  display: flex;
  height: auto;
  background-color: #faf3ff;
  font-size: 1.2rem;
  flex-wrap: wrap;
  align-content: center;
  color: #c029ff;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #e2e2e2;
  padding-left: 10px;
}

#video .box_two02 .number_text {
  width: calc(100% - 30px);
  height: auto;
  overflow: hidden;
  padding: 10px;
}


#video .top_mark {
  width: auto;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #cc7bef;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  padding: 0 5px;
  border-radius: 0 0 0 10px;
}

#video .protuct_bg {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  padding: 10px 2.5%;
  background-color: #faf4fe;
  /*border-bottom: 1px solid #e2e2e2;*/
}

#video .protuct_ph {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}

#video .protuct_ph img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
}

#video .protuct_text {
  width: calc(100% - 120px);
  height: auto;
  overflow: hidden;
  flex-wrap: wrap;
  align-content: center;
}

#video .people_icon {
  display: block;
  width: 50px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 20px;
  background-color: #fcb48d;
  color: #fff;
  font-size: 0.8rem;
  margin-top: 5px;
}


#video .protuct_con {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 10px auto;
}

.PC #video .protuct_bt {
  width: 100%;
  height: 60px;
  padding-top: 10px;
  /*border-top: 1px solid #e2e2e2;*/
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
}

.MOBILE #video .protuct_bt {
  width: 100%;
  height: 60px;
  padding-top: 10px;
  /*border-top: 1px solid #e2e2e2;*/
  box-sizing: border-box;
  box-sizing: border-box;
  position: none;
}

#video .protuct_bt a {
  display: block;
  width: 95%;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.1rem;

}

#video .pages_bg {
  width: 30%;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
}


#video .pages_bg .bt_pre {
  float: left;
  width: 30px;
  height: 30px;
}

#video .pages_bg .bt_pre a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid rgb(235, 235, 235);
  box-sizing: border-box;
}

#video .pages_bg .bt_pre a:hover {
  background-color: #faf3ff;
}

#video .pages_bg .bt_pre a:after {
  content: "";
  display: inline-block;
  width: 10px;
  /* 箭頭寬度 */
  height: 10px;
  /* 箭頭高度 */
  border: 1px solid #747474;
  /* 設定箭頭顏色和粗細 */
  border-left-width: 0;
  /* 隱藏左邊框 */
  border-bottom-width: 0;
  /* 隱藏下邊框 */
  transform: rotate(225deg);
  /* 旋轉 45 度使其成為向右的箭頭 */
  margin-left: 10px;
  margin-top: 8px;
}

#video .pages_bg .bt_next {
  float: right;
  width: 30px;
  height: 3cqmin;
}

#video .pages_bg .bt_next a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid rgb(235, 235, 235);
  box-sizing: border-box;
}

#video .pages_bg .bt_next a:hover {
  background-color: #faf3ff;
}

#video .pages_bg .bt_next a:after {
  content: "";
  display: inline-block;
  width: 10px;
  /* 箭頭寬度 */
  height: 10px;
  /* 箭頭高度 */
  border: 1px solid #747474;
  /* 設定箭頭顏色和粗細 */
  border-left-width: 0;
  /* 隱藏左邊框 */
  border-bottom-width: 0;
  /* 隱藏下邊框 */
  transform: rotate(45deg);
  /* 旋轉 45 度使其成為向右的箭頭 */
  margin-left: 5px;
  margin-top: 8px;
}


#video .pages_bg .pages_list {
  width: auto;
  height: 12px;
  padding-top: 9px;
}

#video .pages_list ul {
  width: auto;
  margin: 0 auto;
  height: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#video .pages_list li {
  width: 12px;
  height: 12px;
}

#video .pages_list li a {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-radius: 8px;
  text-indent: -9999px;
  background-color: #bfbfbf;
  box-sizing: border-box;
}

#video .pages_list li a.choose {
  background-color: #C029FF;
}

#video .fail_ph {
  width: 80px;
  height: 80px;
  margin: 0px auto;
  margin-bottom: 10px;
  margin-top: 20px;
}

#video .fail_ph img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}