/*全站*/
html,
body {
  font-family: Arial, Helvetica, sans-serif
}

img {
  max-width: 100%;
}

.hideobj {
  display: none;
}

a {
  color: #000;
  background-color: none;
}

a:hover,
a:focus {
  text-decoration: none;
  background: none;
  color: #000;
}

/*會員登入項目*/
#login-tabs li {
  background: none;
}

#login-tabs a {
  color: #000;
  background: none;
}

#login-tabs a:hover,
#login-tabs a:focus {
  text-decoration: none;
  background: none;
  color: #000;
}

/**表單元素**/
fieldset.over-border {
  border: 1px solid #ccc !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.4em 0 !important;
  border-radius: 16px;
}

legend.line-border {
  font-size: 16px !important;
  text-align: left !important;
  width: inherit;
  border-bottom: none;
  display: none;
}

fieldset>div {
  margin-top: 30px;
}

.red {
  color: #cc0000;
}

.radio-inline input[type='radio'] {
  margin-left: -20px;
  float: left;
}

.radio-inline {
  padding-left: 20px;
  font-weight: normal;
  margin-bottom: 0px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}

.help-inline {
  vertical-align: middle;
  display: inline-block;
  padding-top: 5px;
  float: left;
  padding-left: 0px;
  cursor: default;
}

.control-label {
  cursor: default;
}

.form-show .input-prepend {
  clear: both;
}

fieldset.instep-border {
  border: 1px solid #f08300 !important;
  padding: 0 16px 16px 16px !important;
  margin: 0 0 16px 0 !important;
  border-radius: 15px;
  /*圓角*/
  background: #f08300;
  height: 100px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

fieldset.step-border {
  border: 1px solid #ccc !important;
  padding: 0 16px 16px 16px !important;
  margin: 0 0 16px 0 !important;
  border-radius: 15px;
  /*圓角*/
  background: #000;
  height: 100px;
  color: #fff;
  text-align: center;
}

legend.stepline-border {
  text-align: center !important;
  width: inherit;
  border-bottom: none;
  margin-bottom: 5px;
}

.enlarge {
  clear: both;
}

@media only screen and (max-width : 480px) {
  .navbar-inner li {
    display: block;
    width: 100%;
  }
}

/*#header*/
/*註冊*/

#hello_member ul li a:hover,
#hello_member ul li a:focus,
#hello_member ul li a:active {
  text-decoration: none;
  background: none;
}

/*語言*/
#language_area ul li a {
  color: #000;
  background: none;
}

#language_area ul li a:hover,
#language_area ul li a:focus,
#language_area ul li a:active {
  background: none;
  text-decoration: none;
}

#mainbanner {
  padding-top: 5px;
}

/*--側欄--*/
#sidebar {
  padding: 10px 0px
}

#sidebar .nav-header {
  background: #eee;
  font-weight: bolder;
  padding: 8px 15px;
  font-size: 16px;
}

/*RSS*/
#rss_area a {
  text-shadow: none;
}

#rss_area a:hover {
  text-shadow: none;
}

/*--內容區--*/
#content {
  padding: 10px 0px 50px;
}

/*麵包屑*/
#content .breadcrumb {
  text-shadow: none;
}

#content .breadcrumb li {
  text-shadow: none;
}

#content .breadcrumb li a {
  text-shadow: none;
  text-decoration: none;
}

#content .breadcrumb li a:hover {
  text-shadow: none;
  background: none;
  text-decoration: none;
}

#content .breadcrumb li .divider {
  text-shadow: none;
  background: none;
}

/*個數*/
.page-header {
  border-bottom: 1px #eee solid;
}

/*產品頁*/
.thumbnail {
  border: 1px #8B8682 solid;
}

.cate-name,
.cate-name-more {
  color: #333333;
  font-weight: bold;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.cate-name a,
.cate-name-more a {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.cate-name a:hover,
.cate-name-more a:hover {
  color: #8B8682;
  font-weight: bold;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.pro-desc {
  height: 80px;
  overflow-x: hidden;
  overflow-y: auto;
}

.spec {
  height: 38px;
}

/*產品介紹頁*/
#pb_area {
  border: 1px solid #ccc;
  overflow: hidden;
}

.thumbnail img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 100%;
}

.input-group {
  display: table;
  padding-bottom: 10px;
  width: 100%;
}

.input-group .form-control {
  margin-bottom: 0px;
}

.txtNormal {
  overflow: auto;
  width: 100%;
}

#content .thumbnails .prodlist {
  height: 330px;
  overflow: hidden;
}

#content .thumbnails .catelist {
  height: 210px;
  overflow: hidden;
}

.listtxtspec .input-prepend {
  padding: 1px 0px;
  margin: 0px;
}

.clear {
  clear: both;
}

.listimg {
  height: 150px;
}

#lineqty {
  width: 30%;
}

.showsmall ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.showsmall li {
  float: left;
}

.showsmall li img {
  margin: 3px;
  padding: 3px;
  width: 50px;
}

/*頁籤**/
.nav-tabs .active a {
  font-weight: bold;
}

/*訊息用*/
.msgcont {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px;
}

.msg_img_title {
  width: 30%;
}

/*尾檔*/
#cominfo ul li {
  display: inline-block;
}

#copyright {
  text-align: center;
  padding: 10px 15px;
  font-weight: bolder;
}

#footlink ul li a {
  border-radius: inherit;
}

#footlink ul li a:hover,
.foot #footlink ul li a:focus,
.foot #footlink ul li a:active {
  background: none;
  text-decoration: none;
}

/*首頁用*/
#index_msg_ul a {
  background: #eee;
  padding: 8px 15px;
  font-size: 16px;
  color: #000;
}

#index_msg_ul a:hover {
  background: #eee;
  padding: 8px 15px;
  font-size: 16px;
  color: #000;
}

#index_msg_ul .msgcont {}

#idxprocarousel .span {
  small_class
}

.item {
  background-color: #EEE;

  height : {
    small_height
  }

  px;
  text-align : center;

  /* Firefox, Chrome */
  line-height : {
    small_height
  }

  px;

  /* IE */
  *font-size : 180px;
  /* 200px * 0.9 = 180px */
}

#idxprocarousel img {
  vertical-align: middle;
}

#idxprocarousel .caption {
  background: #666;
  padding: 5px;
}

#idxprocarousel .caption a {
  color: #fff;
}

#content .pshow_title {
  border-left: 5px solid #ccc;
  font-size: 18px;
  font-weight: bold;
  background-color: #eee;
  padding: 7px;
}

ul {
  list-style: none;
}

#footer .ftbar {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}


/***style for banner's arrows and pagination ****/
.swiper-banner .arrow-left,
.swiper-product .swiper-button-prev {
  position: absolute;
  left: 1%;
  top: 40%;
  width: 17px;
  height: 30px;
  z-index: 99;
}

.swiper-banner .arrow-right,
.swiper-product .swiper-button-next {
  position: absolute;
  right: 1%;
  top: 40%;
  width: 17px;
  height: 30px;
  z-index: 99;
}

.swiper-banner .page-banner,
.swiper-product .swiper-pagination {
  position: absolute;
  left: 0;
  z-index: 99;
  text-align: center;
  bottom: 0;
  width: 100%;
}

.swiper-banner .swiper-pagination-switch,
.swiper-product .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}

.swiper-banner .swiper-active-switch,
.swiper-product .swiper-active-switch {
  background: #fff;
}

/***style for banner's arrows and pagination end ****/

/*style for google map  2015.10.21*/
.googlemap {
  width: 100%;
  height: 12em;
}

.listimg a.btn.btn-link {
  display: initial;
}

/*公司簡介*/
/*.container_msg2 .txtNormal li:before {
    content: "";
    background: url(../images/dot.png) no-repeat;
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 40px;
    margin-top: 9px;
}*/
.introduction-area-2 {
  text-align: center;
}

.introduction-area-2 .intro-item {
  padding: 30px 20px 36px;
}

.introduction-area-2 .intro-item .intro-img {
  padding-bottom: 20px;
}

.introduction-area-2 .intro-item h2.title {
  font-size: 24px;
  padding-bottom: 15px;
  font-weight: bold;
}

.introduction-area-2 .intro-item:hover {
  box-shadow: 0 21px 21px 0 rgba(0, 0, 0, 0.1);
}

.container_msg2 .txtNormal .col-md-4 {
  text-align: center;
}

.aft-sale {
  width: 90%;
  margin: 40px auto;
}

.about-grid .company {
  background: url(/proimages/about/company.png) left top no-repeat;
}

.about-grid .service {
  background: url(/proimages/about/service.png) left top no-repeat;
}

.about-grid .Join {
  background: url(/proimages/about/Join.png) left top no-repeat;
}

.about-grid .mission {
  background: url(/proimages/about/mission.png) left top no-repeat;
}

.about-grid .Overseas {
  background: url(/proimages/about/Overseas.png) left top no-repeat;
}

.about-grid {
  margin: 40px 0;
}

.grid .item {
  position: relative;
  min-height: 275px;
  padding: 10px 30px;
  overflow: hidden;
}

.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.grid>li {
  float: left;
  width: 33.33333333%;
}

.about-grid>li {
  min-height: 333px;
}

.grid .item a {
  color: #666;
}

.grid .mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: white;
  text-align: center;
  font-size: 1.8em;
  z-index: 10;
}

.grid .mask .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f08300;
  opacity: .8;
  z-index: -1;
}

.grid .mask .text {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  color: white;
  text-transform: uppercase;
  font-size: 0.8em;
}

.about-grid .title {
  padding-left: 30%;
  padding-top: 10px;
  font-size: 1.6em;
  min-height: 85px;
  color: #666;
}

.about-grid p {
  line-height: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 128px;
}

.grid .item:hover .mask {
  display: block;
}

.container_msg2 .msg-cate-list {
  display: none;
}

.timeline {
  position: relative;
}

.timeline .years {
  overflow: hidden;
  margin: 0 100px;
  padding: 40px 0px;
}

.timeline .years .content {
  list-style: none;
  width: 2000px;
  padding: 0;
  position: relative;
}

.timeline .years .content>li {
  float: left;
}

.timeline .years .item {
  width: 90px;
  height: 90px;
  margin: 15px 18px;
  text-align: center;
  line-height: 90px;
  border-radius: 45px;
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 1.8em;
  color: #999;
}

.timeline .prev {
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
  font-size: 48px;
  text-decoration: none;
  color: #999;
  padding: 0 10px;
}

.timeline .next {
  display: block;
  position: absolute;
  top: 70px;
  right: 0;
  font-size: 48px;
  text-decoration: none;
  color: #999;
  padding: 0 10px;
}

.timeline .years .content {
  list-style: none;
  width: 2000px;
  padding: 0;
  position: relative;
}

.timeline .histories a {
  color: #f08300;
  outline: 0 !important;
}

.timeline .histories {
  padding: 0 10%;
}

.timeline .histories .item {
  display: none;
  font-size: 1.2em;
  text-align: left;
  background-color: transparent;
}

.timeline .histories ul {
  line-height: 1.8em;
  font-size: 14px;
}

.timeline .years .item.active {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0 14px;
  border-radius: 60px;
  border-color: #f08300;
  color: #f08300;
  position: relative;
  font-size: 2.6em;
}

.timeline .histories .item.active {
  display: block;
  padding: 20px;
}

.submsg40 .item {
  background-color: transparent;
}

.submsg40 .timeline .item p {
  text-align: left;
}

.timeline .years .item.active .fa-caret-down:before {
  bottom: -40px;
  left: 0;
  font-size: 32px;
  text-align: center;
  width: 100%;
  position: absolute;
  line-height: 1.5em;
}

.timeline .years .item:not(.active) ::before {
  display: none
}

.certificates-list>div {
  margin-bottom: 20px;
  text-align: center;
}
.certificates-list>div:nth-child(6n+1) {
  clear: both;
}
@media screen and (max-width:991px) {
  .certificates-list>div:nth-child(6n+1) {
    clear: initial;
  }
  .certificates-list>div:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (max-width:767px) {
  .certificates-list>div:nth-child(3n+1) {
    clear: initial;
  }
  .certificates-list>div:nth-child(2n+1) {
    clear: both;
  }
}
.contact_button {
  background: #212121e8;
  padding: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bolder;
  margin: 20px 6% 0 6%;
}

.contact_button a {
  color: #6fba2c;
  text-decoration: none;
  display: block;
}

.contact_button .fas {
  margin-left: 15px;
}

/*應用*/
.col-md-6.text p {
  padding: 27.6% 2% 20.6% 9%;
}

.col-md-12.reverse .col-md-6 {
  float: right;
}

.container_msg4 h2,
h2 span {
  text-align: center;
}

.col-md-12.text2 p img {
  /*padding: 12px;*/
  width: 50%;
}

.col-md-12.text2 p:last-child {
  padding: 0% 2% 1%;
}

.text2 ul li:before {
  content: "";
  background: url(../images/dot.png) no-repeat;
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 40px;
  margin-top: 9px;
}

/*.text2 p img{padding-left: 15px;}*/
.container_msg4 .txtNormal .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

.container_msg4 .txtNormal .col-md-6.appimg img {
  width: 100%;
}

.container_msg4 h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

/*電子型錄*/
.container_msg9 .txtNormal .col-md-3 {
  padding: 12px;
}

.container_msg9 .txtNormal {
  max-width: 1400px;
  margin: 0 auto;
}

.container_msg9 .txtNormal p {
  text-align: center;
  padding-top: 6px;
}

.container_msg9 .txtNormal a {
  font-weight: bold;
  text-decoration: none;
}

.container_msg9 .txtNormal a:hover {
  color: #f08300;
}

.catalog .col-md-3.col-sm-4:nth-child(4n+1) {
  clear: left;
}

/*最新消息*/
.container_msg13 .txtNormal .col-md-6 img,
.container_msg13 .txtNormal .col-md-4 img {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 12px;
  width: 100%;
}

.container_msg13 .txtNormal img {
  width: 50%;
  padding: 0 15px 12px;
}

.container_msg14 .txtNormal img {
  padding: 0 6px 12px;
}

.container_msg3 .table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 15px
}

.container_msg3 .table-striped>tbody>tr:nth-child(odd) {
  background-color: #f3f3f3;
}

.container_msg3 .table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

.container_msg3 #tablist thead {
  display: none;
}

.container_msg3 #tablist td {
  border: none;
}

.container_msg3 #tablist td:first-child {
  width: 35%
}

/*產品*/
.fea-info2 {
  background-color: #DFDFDF;
  padding: 20px;
}

.container table {
  border: #8a8a8a;
}

.container table td {
  padding-right: 6px;
  padding-left: 6px;
  color: #000;
}

.fea-table {
  overflow: auto;
}

.fea-table table {
  min-width: 670px
}

.fea-table::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.fea-table::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #dfdfdf;
  background-color: rgba(0, 0, 0, .3);
}

.prodesc {
  color: #000;
}

/*頁尾*/
ul.nav.nav-list #cm8>.nav-header>a {
  color: #8a8a8a;
  text-decoration: none;
  font-size: 16px;
  text-transform: none;
  margin-bottom: 0;
  display: inline-block;
}

ul.nav.nav-list #cm8>.nav-header>a:hover,
ul.nav.nav-list #cm8>.nav-header>a:focus {
  color: #f08300;
  background: none;
  text-decoration: none;
}

@media screen and (max-width:991px) {
  .col-md-6.text p {
    padding: 1% 5% 0;
    width: 100%;
  }

  .col-md-6.appimg {
    padding: 0 6%;
    display: inline-block;
  }

  .col-md-12.reverse .col-md-6 {
    float: none;
  }

  .container_msg13 .txtNormal img,
  .container_msg13 .txtNormal .col-md-6 img,
  .container_msg13 .txtNormal .col-md-4 img {
    width: auto;
  }

}

/*彈窗*/
.modal-header h3 {
  display: none;
}

.modal-header {
  padding-bottom: 6%;
}
/* 
.pagination>.active>a,
.pagination>.active>a:hover {
  background-color: #6fba2c;
  border-color: #719e48;
}

.pagination>li>a {
  color: #6fba2c;
}

.pagination>li>a:hover {
  color: #366b07;
}

footer china  */
#copyright img {
  width: 47px;
  height: 60px;
}


/* global-list */

.container_msg2 #tablist thead {
  display: none;
}

.container_msg2 #tablist tr {
  /* font-size: 0; */
  width: calc(100%/4);
  /* float: left; */
  overflow: hidden;
  padding: 15px;
  display: inline-block;
}

.container_msg2 #tablist tr td:nth-child(2) {
  display: block;

}

.container_msg2 #tablist tr td:nth-child(2) .newsTitle {
  padding-top: 12px;
}

.container_msg2 #tablist tr td {
  border-top: none;
  overflow: hidden;
  padding: 0;
}

.container_msg2 #tablist tr:nth-child(odd) {
  background-color: transparent;
}

.container_msg2 #tablist tbody {
  text-align: center;
}

.container_msg2 #tablist tr td a:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.container_msg2 #tablist tr td a img {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}


/* global */

.container_msg86 .page-header h1,
.container_msg86 .msg_pic,
.container_msg86 .msg_date {
  display: none;
}

.global-map {
  padding-top: 100px;
}

.state-link {
  display: inline-block;
  min-width: 145px;
  margin: 0 15px;
  padding-bottom: 20px;
}

.state-link a {
  padding: 10px;
  display: block;
  text-align: center;
  background: rgb(243 243 243);
  box-shadow: 0px 3px 8.73px 0.27px rgba(0, 0, 0, 0.09);
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
}

.global-state-block {
  text-align: center;
  padding-top: 60px;
}

.state-link a:hover {
  text-decoration: none;
  background: #f08300;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.state-link.active a {
  background: #f08300;
  color: #fff;
}

.global-title {
  text-align: center;
  font-size: 42px;
  color: #6FBA2C;
  font-weight: 600;
}

.global-txt {
  text-align: center;
  font-size: 20px;
}

.global-flag {
  margin-top: 80px;
}

.country-list {
  width: calc(100% / 3);
  float: left;
  padding-bottom: 50px;
  padding: 0 20px 0px;
  min-height: 200px;
}

.country-flag {
  display: inline-block;
  width: 40%;
}

.country-info {
  width: 60%;
  float: right;
  padding-left: 30px;
}

.country-name {
  color: #6FBA2C;
  text-shadow: 0 0 #6fba2c;
  font-weight: 500;
}

.country-info p {
  font-size: 15px;
  margin: 0;
  line-height: 1.7;
}

#contact-btn {
  text-align: center;
  transition: position 0.3s ease 0.5s;
  position: fixed;
  right: 0%;
  bottom: 20%;
  transform: translateY(50%);
  background: #f08300;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.75);
  z-index: 10;
}

#contact-btn a {
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 20px 15px 15px;
}

#contact-btn a:hover {
  text-decoration: none;
}

#contact-btn a .svg {
  width: 45px;
  height: 32px;
  display: block;
  margin: 0 auto 8px;
}

#mainbanner {
  max-height: 35.417vw;
  overflow: hidden;
}

















.country-list:nth-child(3n+1) {
  clear: both;
}

@media (max-width:1280px) {
  .country-list {
    width: calc(100%/2);
  }

  .country-list:nth-child(3n+1) {
    clear: none;
  }

  .country-list:nth-child(2n+1) {
    clear: both;
  }
}

@media (max-width:991px) {
  .global-map {
    padding-top: 70px;
  }

  .copyright.clearfix {
    padding: 30px 0 78px !important;
  }

  #contact-btn {
    background: rgba(110, 185, 43, 0.75);
    width: 100%;
    height: 46px;
    bottom: 0;
    transform: translateY(0);
  }

  #contact-btn a {
    font-size: 18px;
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
  }

  #contact-btn a .svg {
    width: 32px;
    height: 23px;
    margin: 11.5px 8px;
  }

}

@media (max-width:768px) {
  .container_msg2 #tablist tr {
    width: calc(100%/2);
  }
}

@media (max-width:767px) {
  .copyright.clearfix {
    padding: 30px 0 30px !important;
  }

  #tarteaucitronAlertSmall {
    margin-bottom: 46px;
  }
}

@media (max-width:640px) {
  .global-map {
    padding-top: 45px;
  }

  .global-state-block {
    padding-top: 30px;
  }

  .country-list {
    width: 100%;
    min-height: auto;
  }

  .country-list:nth-child(2n+1) {
    clear: none;
  }

  .country-flag {
    display: block;
    width: 100%;
  }

  .global-title {
    font-size: 36px;
  }

  .country-info {
    width: 100%;
    float: none;
    padding-left: 0;
    padding: 20px 0;
    border-bottom: 1px solid #f08300;
    margin-bottom: 40px;
  }
}

@media (max-width:480px) {
  .global-title {
    font-size: 32px;
  }

  .global-map {
    padding-top: 30px;
  }

  /* .state-link{
  min-width: 178px;
} */
  .state-link a {
    padding: 6px 10px;
    font-size: 16px;
  }

  .container_msg2 #tablist tr {
    width: 100%;
  }
}


/* 新增代理商資料 */
p.sub_title {
  font-weight: 700;
  color: #7B7B7B;
  margin: 30px 0 25px;
  position: relative;
}

p.sub_title::before {
  position: absolute;
  content: '';
  left: 0;
  top: 37px;
  height: 1px;
  width: 100%;
  background: #bfbfbf;
}

@media(max-width:328px){
  p.sub_title::before {
    top: 62px;
  }
}

.thanks_gp {
  display: flex;
}

.thanks_info {
  width: 50%;
}

.thanks_info p:nth-child(1) {
  font-weight: 700;
  margin: 5px 0 15px;
}

.thanks_info p:nth-child(1) img {
  margin-right: 10px;
  margin-bottom: 2px;
}

.thanks_info+.thanks_info {
  margin-left: 20px;
}

@media(max-width: 680px) {
  .thanks_gp {
      display: block;
  }

  .thanks_info {
      width: 100%;
  }

  .thanks_info+.thanks_info {
      margin-top: 30px;
      margin-left: 0px;
  }
}

.thanks_info a {
  color: #f08300;
}


/* video page */
.video_content {
  clear: both;
}

h3.video_title {
  position: relative;
  padding: 0 0 16px;
}

h3.video_title:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background: green;
  bottom: 4px;
  left: 0;
}

.video_content .msg_group>ul {
  padding: 0;
}

@media(max-width:768px) {
  h3.video_title {
      font-size: 20px;
      padding: 0 0 14px;
  }
}

.video_content+.video_content {
  padding-top: 10px;
}