
.productBox{
  background: #fff;
  padding:60px 0;
}
.producImgtBox{
  background: #fff;
  padding:60px 0 100px 0;
}
.productBox h1{
  font-size: 32px;
  font-weight: bold;
  color:#000;
  margin:5px 0 20px 0;
}

.productBox h3{
  font-size: 22px;
  font-weight: bold;
  color:#460a70;
  margin-top: 20px;
  text-align: left;
}

.productBox .itemNum{
  font-size: 20px;
  color:#565656;
  margin:20px 0 10px 0;
}

.productBox .itemPrice{
  font-size: 24px;
  font-weight: bold;
  color:#b03423;
  line-height: 32px;
  margin-bottom: 20px;
}

.productBox .btnBox{
  width:180px;
  background: #460a70;
  font-size: 16px;
  color:#fff;
  text-align: center;
  margin:15px 0;
  border-radius: 20px;
  padding:5px;
  margin-bottom:20px;
}

.productBox .btnBoxEn{
  width:220px;
  background: #460a70;
  font-size: 16px;
  color:#fff;
  text-align: center;
  margin:15px 0;
  border-radius: 20px;
  padding:5px;
  margin-bottom:20px;
}

.productBox .btnBoxJp{
  width:280px;
  background: #460a70;
  font-size: 16px;
  color:#fff;
  text-align: center;
  margin:15px 0;
  border-radius: 20px;
  padding:5px;
  margin-bottom:20px;
}

.productBox .btnBox a{
  width:180px;
  background: #460a70;
  font-size: 16px;
  color:#fff;
  text-align: center;
  margin:15px 0;
  border-radius: 20px;
  padding:5px;
  margin-bottom:20px;
}
.productBox .btnBox a:hover{
  width:180px;
  background: #541989;
  font-size: 16px;
  color:#fff;
  text-align: center;
  margin:15px 0;
  border-radius: 20px;
  padding:5px;
  margin-bottom:20px;
}
.productBox ul{
  padding-left:0;
}
.productBox li{
  list-style: inside !important;
  font-size:16px;
  color:#444344;
  line-height: 28px;
}


/*廣告一體機樣式*/

.hardwareBox{
  background: #fff;
  padding:20px 0 60px 0;
}

.hardWareBox .titleS{
  font-size: 16px;
  color:#79649B;
  margin-top: 15px;
}

.hardWareBox .titleS2{
  width:100%;
  font-size: 15px;
  color:#3E036B;
  text-align: center;
}

.hardWareBox .priceBox{
  width: 100%;
  background: #523689;
  font-size: 18px;
  padding:10px;
  color:#fff;
  text-align: center
}

.hardWareBox .nameBox{
  width: 100%;
  background: #D9CBF4;
  font-size: 18px;
  padding:15px 10px;
  color:#523689;
  text-align: center;
}


.hardWareBox .s1{
  background: #5C3172;
  color: #fff;
  font-size: 14px;
  list-style: none;
  border-radius: 5px;
  text-align: center;
  padding:5px;
}

.hardwareBox h1{
  font-size: 30px;
  font-weight: bold;
  text-align:center;
  color:#75458E;
}

.hardwareBox h2{
  font-size: 24px;
  padding-left: 10px;
  font-weight: bold;
  text-align: center;
  color:#f6553c;
  margin-bottom:30px;
}
.hardwareBox h3{
  font-size: 24px;
  padding-top:5px;
  padding-left: 10px;
  text-align: left;
  color:#333333;
}

.hardwareBox p{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color:#515051;
  line-height: 35px;
}

.hardwareBox li{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color:#515051;
  line-height: 35px;
  list-style: disc;
}

.hardwareBox .h2Title{
  font-size: 25px;
  padding-bottom:5px;
  padding-left:10px;
  font-weight: bold;
  text-align: center;
  color:#EA6911;
}

.specificationBox{
  background: url(/TMP/Wsch/IMG/bodyBg.png) top;
  padding-top:30px;
}

.specificationBox h3{
  font-size: 24px;
  padding-top:5px;
  padding-left: 10px;
  text-align: left;
  color:#000;
}

.specificationBox p{
  font-size: 18px;
  text-align: left;
  color:#515051;
  line-height: 35px;
}

.plainBox{
  background: url(/TMP/Wsch/IMG/body_bg_1.jpg) top;
  padding-top:30px;
}

.plainBox h3{
  font-size: 24px;
  padding-top:5px;
  padding-left: 10px;
  text-align: left;
  color:#000;
}

.plainBox p{
  font-size: 18px;
  text-align: left;
  color:#515051;
  line-height: 35px;
}

.btnTry{
  position: absolute;
  top:65%;
  left:48%;
  transform: translate(-50%,-50%);
}

.btnTry img{
  width:150px;
}

.btnTry-m{
  position: absolute;
  top:35%;
  left:30%;
  transform: translate(-50%,-50%);
}

.btnTry-m img{
  width:100px;
}

.btnTryEn-m{
  position: absolute;
  top:32%;
  left:25%;
  transform: translate(-50%,-50%);
}

.btnTryEn-m img{
  width:100px;
}

.btnTryJp-m{
  position: absolute;
  bottom:10%;
  left:51%;
  transform: translate(-50%,-50%);
}

.btnTryJp-m img{
  width:120px;
}

.text-center{
  text-align: center !important;
}

.mb-1{
  margin-bottom:10px;
}
.mb-2{
  margin-bottom:15px;
}
.mb-3{
  margin-bottom:35px;
}
.mb-4{
  margin-bottom:45px;
}
.mb-5{
  margin-bottom:60px;
}

.mt-1{
  margin-top:10px;
}
.mt-2{
  margin-top:15px;
}
.mt-21{
  margin-top:15px;
}
.mt-3{
  margin-top:35px;
}
.mt-4{
  margin-top:45px;
}
.mt-5{
  margin-top:60px;
}
.mb-5{
  margin-bottom:60px;
}
.ml-1{
  margin-left:10px;
}
.ml-2{
  margin-left:15px;
}
.ml-3{
  margin-left:35px;
}
.ml-4{
  margin-left:45px;
}
.ml-5{
  margin-left:60px;
}

.p-3{
  padding:20px;
}

.h3Style{
  font-size:20px !important;
  color:#e86c10 !important;
}

.padding{
  padding:0;
}


/*教學支援-影片樣式*/

.supportMenu{
  padding: 10px 15px;
  background-color: #fff;
}

.supportMenu h1{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #75458E;
}

.subMenu-item {
    padding: 8px 5px;
    margin: 5px;
    border: 1px solid #CFB8F9;
    border-radius: 5px;
    text-align: center;
    color: #A692DA;
    cursor: pointer;
    font-size: 1.5rem;
}

.subMenu-item:hover{
  padding:8px 5px;
  margin:5px;
  background: #A692DA;
  border-radius: 5px;
  text-align: center;
  color:#fff;
}

.subActive {
    font-size: 1.5rem;
    padding: 8px 0;
    margin: 5px;
    background: #A692DA;
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
}
.videoBox1{
  background: #fff;
  padding:35px 0 0 0;
}

.videoBox1 h3{
  font-size: 26px;
  color:#6E4F99;
}


.videoBox2{
  background: #fff;
  padding-top:40px;
}

.videoBox2 h3{
  font-size: 20px;
  padding-top:5px;
  padding-left: 10px;
  text-align: left;
  color:#000;
}

.videoBox2 .titleStyle{
  width: 100%;
  background: #793d98;
  font-size: 16px;
  padding:10px;
  color:#fff;
  text-align: center;
}

.faqBox1{
  background: #fff;
  padding:30px 0 0 0;
}

.faqBox1 h3{
  font-size: 26px;
  color:#6e3389;
}

.faqBox2{
  background: #fff;
  padding-top:50px;
  margin-bottom:80px;
}

.mt2{
    margin-top: 2px;
}

/*展示購買樣式*/

.buy-title-h3{
    padding: 10px 0;
    font-size: 18px;
    color:#db9405;
}

.buy-ul{
  padding-left:15px;
}

.buy-ul li{
  list-style: disc;
}

.buy-boxSpace{
    margin-top: 10px;
}

.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    background: transparent;
    border-radius: 4px;
}

.supportInfo{
  border-radius: 8px;
  border:1px solid #CEBCE8;
  padding:20px;
  background: #F2EDFC;
  font-size:16px;
  color:#604791;
}

.supportInfo h2{
  color:#604791;
}

.breadcrumbBox{
  background: #fff;
}

.customizedTitle{
  padding:20px 0 50px 0;
}

.customizedTitle h1{
  font-size: 30px;
  font-weight: bold;
  text-align:center;
  color:#444444;
}



.customizedBox p{
  font-size: 18px;
  text-align: left;
  color:#515051;
  line-height: 35px;
}

.customizedBox{
  padding:20px 0 100px 0;
}


.customizedBox span{
  color:#E57700;
}

.customizedBox .priceBox{
  width: 100%;
  background: #523689;
  font-size: 18px;
  padding:10px;
  color:#fff;
  text-align: center;
}

.customizedBox h1{
  font-size: 30px;
  font-weight: bold;
  text-align:center;
  color:#444444;
}

.customizedBox h2{
  font-size: 30px;
  font-weight: bold;
  text-align:center;
  color:#444444;
}


.customizedBox p{
  font-size: 18px;
  text-align: left;
  color:#515051;
  line-height: 35px;
}

.customizedBox .info{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color:#515051;
  line-height: 22px;
}

.buyTip{
  margin-top:20px;
  font-size: 16px;
  font-weight: bold;
  color:#9F0888;
}

/*首頁段落1樣式*/

.indexS1{
  background: #fff;
  padding:40px 20px;
}

.indexS1 .titleS{
  font-size: 16px;
  color:#79649B;
  text-align: left;
}

.indexS1 .btn-more{
  background: #3E036B;
  color:#fff;
}

.indexS1 .btn-more a:hover{
  background: #5D07A0;
  color:#fff;
}

.indexS1 .h3-title{
  font-size: 25px;
  padding:15px 0 15px 0;
  font-weight: bold;
  text-align: left;
  color:#DB684D;
  line-height: 33px;
}

.indexS1 .h3-title a{color:#DB684D;}

.indexS1 h1{
  padding:10px 0 15px 0;
  font-size: 26px;
  padding-bottom:5px;
  padding-left:10px;
  font-weight: bold;
  text-align: left;
  color:#DB684D;
}

.indexS1 h2{
  font-size: 20px;
  padding-top:5px;
  padding-left: 10px;
  font-weight: bold;
  text-align: left;
  color:#515151;
}

.indexS1 h3{
  font-size: 18px;
  padding-top:5px;
  padding-left: 10px;
  text-align: left;
  color:#000;
}

.indexS1 h4{
  font-size: 18px;
  padding-top:5px;
  padding-left: 10px;
  text-align:center ;
  color:#000;
}


.indexS1 ul{
  padding:25px 0 30px 20px;
  font-size: 18px;
  text-align: left;
  color:#4e4e4e;
  line-height: 35px;
}


/*首頁段落2樣式*/

.indexS2{
  background: linear-gradient(to bottom right, #fff, #E7DFF7);
  padding:40px 20px;
}

.indexS2 .titleS{
  font-size: 16px;
  color:#79649B;
  text-align: left;
}

.indexS2 .btn-more{
  background: #3E036B;
  color:#fff;
}

.indexS2 .btn-more a:hover{
  background: #5D07A0;
  color:#fff;
}

.indexS2 .h3-title{
  font-size: 25px;
  padding:15px 0 15px 0;
  font-weight: bold;
  text-align: left;
  color:#DB684D;
  line-height: 33px;
}

.indexS2 .h3-title a{color:#DB684D;}

.indexS2 h1{
  padding:10px 0 15px 0;
  font-size: 26px;
  padding-bottom:5px;
  padding-left:10px;
  font-weight: bold;
  text-align: left;
  color:#DB684D;
}

.indexS2 h2{
  font-size: 20px;
  padding-top:5px;
  padding-left: 10px;
  font-weight: bold;
  text-align: left;
  color:#515151;
}

.indexS2 h3{
  font-size: 18px;
  padding-top:5px;
  padding-left: 10px;
  text-align: left;
  color:#000;
}

.indexS2 h4{
  font-size: 18px;
  padding-top:5px;
  padding-left: 10px;
  text-align:center ;
  color:#000;
}


.indexS2 ul{
  padding:25px 0 30px 20px;
  font-size: 18px;
  text-align: left;
  color:#000;
  line-height: 35px;
}

/*首頁段落3樣式*/

.indexS3{
  background: #fff;
  margin-top:30px;
}

.indexS3 .titleS{
  font-size: 16px;
  color:#79649B;
  text-align: left;
}

.indexS3 .btn-more{
  background: #3E036B;
  color:#fff;
}

.indexS3 .btn-more a:hover{
  background: #5D07A0;
  color:#fff;
}

.indexS3 .h3-title{
  font-size: 26px;
  padding:15px 0 15px 0;
  font-weight: bold;
  text-align: left;
  color:#DB684D;
}

.indexS3 .h3-title a{color:#DB684D;}

.indexS3 h1{
  padding:10px 0 15px 0;
  font-size: 26px;
  padding-bottom:5px;
  padding-left:10px;
  font-weight: bold;
  text-align: left;
  color:#DB684D;
}

.indexS3 h2{
  font-size: 20px;
  padding-top:5px;
  padding-left: 10px;
  font-weight: bold;
  text-align: left;
  color:#515151;
}

.indexS3 h3{
  font-size: 18px;
  padding-top:5px;
  padding-left: 10px;
  text-align: left;
  color:#000;
}

.indexS3 h4{
  font-size: 18px;
  padding-top:5px;
  padding-left: 10px;
  text-align:center ;
  color:#000;
}


.indexS3 ul{
  padding:25px 0 30px 20px;
  font-size: 18px;
  text-align: left;
  color:#000;
  line-height: 35px;
}

.indexTry{
  position: relative;
}

.indexTryBt{
  position: absolute;
  width:150px;
  left:45%;
  bottom:100px;
  z-index: 99;
}

@media screen and (max-width:768px) { 

  .indexTryBt{
  position: absolute;
  width:100px;
  left:40%;
  bottom:200px;
  z-index: 99;
}
  
}

.w-100{
  width:100% !important;
}

.whiteBox{
  background: #fff;
  padding:20px 0 60px 0;
}

.whiteBox .titleS{
  font-size: 16px;
  color:#79649B;
  text-align: center;
}

.whiteBox .titleS2{
  width:100%;
  font-size: 15px;
  color:#3E036B;
  text-align: center;
}

.whiteBox .nameBox{
  width: 100%;
  background: #D9CBF4;
  font-size: 18px;
  padding:15px 10px;
  color:#523689;
  text-align: center;
}

.whiteBox .priceBox{
  width: 100%;
  background: #523689;
  font-size: 18px;
  padding:10px;
  color:#fff;
  text-align: center;
}


.whiteBox .s1{
  background: #5C3172;
  color: #fff;
  font-size: 14px;
  list-style: none;
  border-radius: 5px;
  text-align: center;
  padding:5px;
}

.whiteBox h1{
  font-size: 30px;
  font-weight: bold;
  text-align:center;
  color:#75458E;
}

.whiteBox h2{
  font-size: 24px;
  padding-left: 10px;
  font-weight: bold;
  text-align: center;
  color:#f6553c;
  margin-bottom:30px;
}
.whiteBox h3{
  font-size: 24px;
  padding-top:5px;
  padding-left: 10px;
  text-align: left;
  color:#000;
}

.whiteBox p{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color:#515051;
  line-height: 35px;
}

.whiteBox li{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color:#515051;
  line-height: 35px;
  list-style: disc;
}

.whiteBox .h2Title{
  font-size: 25px;
  padding-bottom:5px;
  padding-left:10px;
  font-weight: bold;
  text-align: center;
  color:#EA6911;
}

.d-flex-center{
  display: flex;
  justify-content: center;
}

.productAllBox{
  background: #fff;
  padding:20px 0 60px 0;
}

.breadcrumbBox2{
  background: #fff;
}


.product-item {
    padding: 20px 15px 50px 15px;
    background-color: #fff;
}

.product-item a {
    color: #927dbc;
}

.product-item h2 {
  margin:15px 20px 15px 20px;
  color:#816baa;
}

.product-item .card {
    width:100%;
    background-color: #ece5f9;
    border:1px solid #d0c3ea;
    border-radius: 5px;
}

.product-item .card-header {
    padding: 1rem 1.25rem 0.5rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #fff;
}

.product-item .btn-link {
    font-size: 20px;
    font-weight: 500;
    color: #8c6bc9;
    outline-style: none;
    text-decoration: none;
}

.product-item .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem 1.25rem 1rem 1.25rem;
}

.product-item .list {
    list-style: none;
    padding-left: 1rem;
}

.product-item .list li {
    font-size:16px;
    line-height: 3rem;
    color:#927dbc;
}

.product-item .btn:hover, .btn:focus {
    color: #572aad;
    background: #ebe1ff;
    text-decoration: none;
}

.subButton {
    padding: 10px;
    margin: 10px;
    border: 1px solid #CFB8F9;
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
    cursor: pointer;
    font-size: 1.5rem;
    background: #400061;
}

.subButton:hover{
  padding:10px;
  margin:10px;
  background: #A692DA;
  border-radius: 5px;
  text-align: center;
  color:#fff;
}

.productList{
  list-style-type: disc;
  font-size:20px;
  line-height: 38px;
  margin-top:160px;
  color:#000;
  font-family: sans-serif;
  font-weight: bold;
}

.productList span{
  color:#d3d3d3;
  padding-right: 20px;
}

.productList a{
  color:#000;
}

.productList a:hover{
  color:#dd8d57;
}

.productList_jp{
  list-style-type: disc;
  font-size:16px;
  line-height: 38px;
  margin-top:160px;
  color:#000;
  font-family: sans-serif;
  font-weight: bold;
  padding-left: 0;
}

.productList_jp span{
  color:#d3d3d3;
  padding-right: 20px;
}

.productList_jp a{
  color:#000;
}

.productList_jp a:hover{
  color:#dd8d57;
}

@media screen and (max-width:990px) { 
  .productList_jp{
  list-style-type: disc;
  font-size:14px;
  line-height: 38px;
  margin-top:20px;
  color:#000;
  font-family: sans-serif;
  font-weight: bold;
  padding-left:0;
}
}

}

.customizedBox .table-warning, .table-warning>td, .table-warning>th {
    background-color: #f7f4f0;
}

.customizedBox p{
  font-size:18px;
  line-height:32px;
  color:#7c7c72;
}

.customizedBox .h3Text{
  font-size:22px;
  color:#7c7c72;
  font-weight: 400;
}

.customizedBox .table>tbody>tr>td {
  text-align: left;
  color:#7c7c72;
  font-size:18px;
}

.customizedBox li{
  font-size:18px;
  line-height:28px !important;
  color:#7c7c72 !important;
  list-style: inside !important;
  list-style-type:decimal !important; 
}

.customizedBox ol{
  padding-inline-start: 15px;
}

#Service h2{
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    color: #444444;
}

#Service h3{
    font-size: 20px;
    color: #444444;
    font-weight: 500;
    line-height: 24px;
}

#Service li{
  list-style-type: disc;
}

.faqBox2 .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    padding-top: 15px;
}

.videoBoxFull{
  background: #fff;
  padding:30px 0 ;
  margin-bottom: 20px;
}

.videoBox{
  background: #460A70;
  padding:30px 0 ;
  margin-bottom: 20px;
}

.m-0{
  margin:0;
}
.pt-4{
  padding-top:25px;
}

.pl-4{
  padding-left:25px;
}

.relative{
  position: relative;
  width:100%;
  z-index: 999;
}
.VersionDownloadTw{
  width:380px;
  height: 48px;
  padding:10px 10px 15px 10px;
  background: #35096D;
  border-radius: 25px;
  border:1px solid #635189;
  color:#fff;
  font-size: 18px;
  text-align: center;
  margin:0 auto;
}

.VersionDownloadEn{
  width:400px;
  height: 48px;
  padding:10px 10px 15px 10px;
  background: #35096D;
  border-radius: 25px;
  border:1px solid #635189;
  color:#fff;
  font-size: 18px;
  text-align: center;
  margin:0 auto;
}

.VersionDownloadJp{
  width:480px;
  height: 48px;
  padding:10px 10px 15px 10px;
  background: #35096D;
  border-radius: 25px;
  border:1px solid #635189;
  color:#fff;
  font-size: 18px;
  text-align: center;
  margin:0 auto;
}

.relative .i-style {
    font-size: 25px;
    padding-left: 10px;
    color: #fff;
}

.relative a{
  color:#fff;
}

.relative a:hover{
  color:#F9D264;
}


@media screen and (max-width:768px) { 
  .VersionDownloadJp{
  width:410px;
  height: 48px;
  padding:10px 10px 15px 10px;
  background: #35096D;
  border-radius: 25px;
  border:1px solid #635189;
  color:#fff;
  font-size: 16px;
  text-align: center;
  margin:0 auto;
}
}

.pageV4Box{
  padding:0;
}

.ml-2{
  padding-left:20px;
}

.installmentBox{
  background: #fff;
  padding:20px 0 60px 0;
}

.installmentBox h1{
  font-size: 30px;
  font-weight: bold;
  text-align:center;
  color:#025918;
}

.installmentBox h2{
  font-size: 24px;
  padding-left: 10px;
  font-weight: bold;
  text-align: center;
  color:#f6553c;
  margin-bottom:30px;
}
.installmentBox h3{
  font-size: 24px;
  padding-top:18px;
  padding-left: 10px;
  text-align: left;
  color:#333333;
}

.installmentBox p{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color:#515051;
  line-height: 35px;
}

.installmentBox li{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color:#515051;
  line-height: 35px;
  list-style: disc;
}

.installmentBox .exP{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color:#6b6b6b;
  line-height: 35px;
  margin-left:19px;
}

.materialBoxS00{
  background: #400061;
  color:#fff;
  padding:20px 0 5px 0;

}

.materialBoxS00 a{
  color:#dcc8fc;
}
.materialBoxS01{
  background: url(/TMP/Wsch/IMG/material/material_bg_1.webp) top;
  background-size: cover;
  padding:100px 0 100px 0;

}

.materialBoxS01 h1{
  font-size: 30px;
  font-weight: bold;
  text-align:center;
  color:#211715;
}

.materialBoxS01 h2{
  font-size: 24px;
  padding-left: 10px;
  font-weight: bold;
  text-align: center;
  color:#211715;
  margin-bottom:30px;
}
.materialBoxS01 h3{
  font-size: 24px;
  padding-top:18px;
  padding-left: 10px;
  text-align: center;
  color:#211715;
}

.materialBoxS01 p{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color:#211715;
  line-height: 35px;
  margin-top:60px;
}


.materialBoxS02{
  background: #fff;
  padding:100px 0;

}

.materialBoxS02 h1{
  font-size: 30px;
  font-weight: bold;
  text-align:center;
  color:#211715;
}

.materialBoxS02 h3{
  font-size: 22px;
  padding-top:18px;
  padding-left: 10px;
  text-align: center;
  color:#554287;
}

.materialBoxS02 p{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color:#211715;
  line-height: 35px;
  margin-top:60px;
}

.materialBoxS03{
  background: url(/TMP/Wsch/IMG/material/material_bg_2.webp) top;
  background-size: cover;
  padding:30px 0 60px 0;
}

.materialBoxS03 h1{
  font-size: 30px;
  font-weight: bold;
  text-align:center;
  color:#f6eaff;
}

.materialBoxS03 h2{
  font-size: 30px;
  font-weight: bold;
  text-align:center;
  color:#f6eaff;
}



.materialBoxS04{
  background: #fff;
  padding:100px 0;

}

.materialBoxS04 h1{
  font-size: 24px;
  font-weight: bold;
  text-align:left;
  color:#211715;
  margin-top:40px;
}

.materialBoxS04 h2{
  width:50%;
  font-size: 20px;
  padding:10px;
  text-align: left;
  color:#690faa;
  border:#781bc9 solid 1px;
  margin-top:40px;
  text-align: center;
}

.materialBoxS04 h3{
  font-size: 22px;
  padding-top:18px;
  padding-left: 10px;
  text-align: left;
  color:#554287;
}

.materialBoxS04 p{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color:#6d6d6d;
  line-height: 35px;
  margin-top:40px;
}

.materialBoxS04 ul{
  padding-left:35px;
}

.materialBoxS04 li{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color:#6d6d6d;
  line-height: 20px;
  margin-top:20px;
  list-style-type: disc;
}

.materialBoxS04 .titleImg{
  width:200px;
}


.materialBoxS05{
  background: url(/TMP/Wsch/IMG/material/material_bg_3.webp) bottom;
  background-size: cover;
  padding:60px 0 60px 0;
}

.materialBoxS05 h1{
  font-size: 30px;
  font-weight: bold;
  text-align:center;
  color:#f6eaff;
}
.materialBoxS05 h3{
  font-size: 30px;
  font-weight: bold;
  text-align:center;
  color:#f6eaff;
}
.materialBoxS05 h4{
  font-size: 25px;
  font-weight: bold;
  text-align:center;
  color:#f6eaff;
  margin-top: 25px;
}
.materialBoxS05 h4 a{
  font-size: 25px;
  font-weight: bold;
  text-align:center;
  color:#FFAA00;
  margin-top: 25px;
}

.materialBoxS05 h2{
  font-size: 34px;
  font-weight: bold;
  text-align:center;
  color:#f6eaff;
}


.materialBoxS06{
  background: #fff;
  padding:30px 0 200px 0;
}

.materialBoxS06 h1{
  font-size: 30px;
  font-weight: bold;
  text-align:center;
  color:#211715;
}


.buyH2{
  font-size: 30px;
  font-weight: bold;
  text-align:center;
  color:#444444;
  margin-bottom:30px;
}

.livePublic{
  background: #460A70;
  border-radius: 10px;
  padding:20px 20px 30px 20px;
  margin-bottom:30px;
  color:#fff;
  margin-top:20px;
}

.livePublic a{
  color: #fff;
}

.livePublic .textP3{ 
    font-size: 18px;
    color:#fff;
    padding-top:10px;
    word-break: break-all;
 }

.livePublic .textP2{ 
    font-size: 20px;
    color:#d592fc;
 }

.livePublic .textP1{ 
    font-size: 20px;
    color:#d592fc;
    margin-top:20px;
 }

.livePublic h3{
  margin-bottom:25px;
  font-size:23px;
  color:#fff;
}