/*
background: url("../images/header_bg.jpg") no-repeat top center;
font-size: calc(1vw + 1vh + .5vmin) !important;
:before{ content:"\f146";font-family: 'FontAwesome'; }

.container-wrap { max-width:1300px;width:100%;margin-left: auto;margin-right: auto;position: relative;}
.part{
    padding-top: 5vh;padding-bottom: 5vh;
}

@media screen and (max-width:767px) {  
    
 .part{ font-size: calc(1vw + 1vh + .5vmin) !important;}

}

*/
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 通用設定 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.container-wrap {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.part {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .part {
    font-size: calc(1vw + 1vh + .5vmin) !important;
  }
}
.register_outside_wrap {
  margin-top: 12VH !important;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ part-description 概述 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.part-description {}
.part-description .pic {
    margin-left: -65px;
    max-height: 400px;
}
.part-description .text {
    position: absolute;
    right: 6%;
    padding-top: 4.5rem;
    max-width: 415px;
}
.part-description .text h3 {
  color: #4b78ba;
  font-size: 2.2em;
  line-height: 1;
  margin: 0;
  padding-left: 6px;
}
.part-description .text h2 {
    color: #4b78ba;
    font-size: 4em;
    line-height: 1.1;
    margin-bottom: .1em;
}
.part-description .text .hr {
  height: 3px;
  width: 100%;
  display: block;
  background: linear-gradient(to right, #c1e6fa 0%, #a8b9f7 100%);
}
.part-description .text p {
  font-size: 1.1em;
  padding-left: 6px;
  letter-spacing: 3px;
  margin-top: 25px;
}

section.part2 {
 
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}
.pdtitle {
    color: #323232;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
}

.block {
    width: 30%;
    height: 340px;
    vertical-align: top;
    max-width: 270px;
    background-color: #e7f4f9;
    display: inline-block;
    margin: 0 30px;
    position: relative;
    border-radius: 10px;
}
.thd_feature .block img {
    width: 100%;
}
.block-title {
    font-size: 24px;
    color: #4f87c0;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 20px 0;
}
.block img {
    display: inline-block;
}
.block-title:before {
    content: '1';
    background-image: url(/images/product/costshare/bubble.png);
    width: 62px;
    height: 58px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -20px;
    color: #fff;
    padding-top: 9px;
}
.block-title.set:before {
	content: '2';}
.block-title.auto:before {
	content: '3';}
.block-sectitle {
  color: #167dd7;
  font-size: 36px;
  font-weight: bold;
  margin: 15px 0 5px;
  letter-spacing: 2px;
}



.block-content {
  color: #535353;
  font-size: 22px;
  font-weight: bold;
}
.block-content span {
  background: linear-gradient(180deg, rgb(191 221 255) 0%, rgb(181 216 255) 60%, rgb(255 249 98 / 50%) 60%, rgb(255 249 98 / 50%) 100%) !important;
}

.block p {
    color: #555;
    font-size: 18px;
    font-weight: bold;
    margin: 30px auto 0;
    line-height: 1.6;
    max-width: 80%;
}
section.part3 {
    background-image: url(/images/product/costshare/report_bg.jpg);
    height: 550px;
}
.thd_feature {
    text-align: center;
    padding-top: 60px;
}

.swiper-container.reportcs {
    max-width: 1020px;
    width: 100%;
    height: 420px;
    background-color: unset;
}

.thd-title {
    position: absolute;
    color: #fff;
    z-index: 999;
    right: 5px;
    top: 13%;
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 26px;
}

.thd-title span {
    font-weight: bold;
    color: #f1ff94;
}
.thd-title.phone {
    display: none;
}
.swiper-pagination-bullet span {
    position: relative;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active span:before {
    content: '';
    left: -55px;
    top: -10px;
    position: absolute;
    border-style: solid;
    border-width: 25px 40px 25px 0;
    border-color: transparent #ffffff transparent transparent;
}



@media screen and (min-width: 1024px) { .swiper-container.reportcs .swiper-pagination { border-radius: 20px;     left: auto;    right: 10px;    top: 55%; background: linear-gradient(to right, #d6ecfd 0%, #c6e4fd 100%); box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.08); }
  .swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet { width: auto; height: auto; text-align: center; line-height: 35px; font-size: 18px;     color: #4f87c0;    font-weight: bold; padding: 10px; opacity: 1; border-radius: 0; background:#cee8f1; padding: 10px 32px 14px; margin: 0; }
  .swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet img { width: 24px; height: auto; display: inline-block; margin-right: 10px; position: relative; top: 4px; }
  .swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet:first-child { padding-top: 20px; border-radius: 20px 20px 0 0; }
  .swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet:last-child { padding-bottom: 20px; border-radius: 0 0 20px 20px; }
 .swiper-container.reportcs .swiper-pagination .swiper-pagination-bullet-active { background: #fff; }
 .swiper-container.reportcs .swiper-slide { opacity: 0 !important; }
 .swiper-container.reportcs .swiper-slide-active { opacity: 1 !important; } }



@media screen and (max-width: 1023px) {
  .part {
    padding-bottom: 0em;
  }
  .part-description .text {
    padding-top: 1rem;
    right: 7%;
  }
	
  .block-img img {
    width: 100%;
  }
  .block-img, .block-word {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .block-img {
    width: 30%;
  }
  .block-word {
    text-align: left;
    margin-left: 30px;
    margin-top: 30px;width: 44%;
  }

  .part3 .pdtitle {
    padding-top: 30px;
  }
section.part2 {
    padding-bottom: 30px;
    margin-top: -25px;
}
	.thd_feature .block {
    margin: 0 25px;
}
.thd_feature img {
    width: 96%;
    /* margin-left: 2%; */
    display: inline-block;
    max-width: 782px;
}
.thd-title {
    display: none;
}
	.thd-title.phone {
    display: inline-block;
}
	.thd-title.phone {
    display: inline-block;
    position: unset;
    margin-bottom: 20px;
}
.thd-title.phone br {
    display: none;
}
.thd_feature {
    padding-top: 36px;
}	
.swiper-container.reportcs {
    height: auto;
    padding-bottom: 20px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 3px !important;
}	
.block {
    margin: 0 10px;
}
	section.part3 {
    height: auto;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}
}

@media screen and (max-width: 768px) {
  .part {
    font-size: calc(1vw + 1vh + .5vmin) !important;
  }
  .part-description {
    padding-top: 2em;
  }
 .part-description .pic {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
  .part-description .text {
    padding-top: 0;
    width: 90%;
    margin-top: 2em;
    max-width: 90% !important;
    position: relative;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
	.pdtitle span {
    font-size: 36px;
}
.pdtitle {
    font-size: 26px;
    padding-bottom: 25px;
}

	.block-img {
    width: 100%;
}
	.block-word {
    width: 80%;
    text-align: center;
    margin: 0;
}

	.block p {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-top: 50px;
}
.part3 .block img {
    width: 40%;
    display: inline-block;
    margin: 20px 0;
}

	.before.block {
    margin-bottom: 40px;
}
	.register_outside_wrap {
    margin-top: 0VH !important;
}
	
	.block {
    width: 100%;
    display: block;
    max-width: 500px;
    height: 155px;
    margin: 20px auto;
}
	
	
	.block img {
    float: left;
    margin-left: 16%;
    margin-top: 10px;
}
	.block p {
    float: right;
    position: absolute;
    text-align: left;
    margin-left: 15px;
    font-size: 16px;
    margin-top: 65px;
}
	.block-title {
    float: right;
    margin-right: 17%;
}
	
	.main-wrap {
    padding: 0 17px;
}
	
}





@media screen and (max-width: 450px) {
.container-wrap {
    padding: 0;
}

/*
.block img {
    margin-left: 20px;
    margin-top: 30px;
    width: 40%;
    padding-right: 10px;
}
.block-title {
    margin-right: 26%;
    font-size: 20px;
}
*/
.block-title:before,.block-title.set:before,.block-title.auto:before {
    content: none;
}
/*
.block p {
    margin-left: 0;
}	
*/
.pdtitle {
    font-size: 22px;
    padding-bottom: 0;
}
.thd-title {
    font-size: 22px;
}
.part-description .text h2 {
    font-size: 3.5em;
    padding-left: 6px;
}	
	.part-description .text p {
    font-size: 18px;
}	
	
	
	
.block-title {
    margin-right: 0;
    text-align: left;
    font-size: 20px;
        width: 170px;
    position: absolute;
    right: 0;
}	
	.block img {
    margin-left: 20px;
    margin-top: 30px;
    width: 40%;
    padding-right: 13px;
}
.block p {
    margin-left: 10px;
    width: 168px;
    right: 0;
    letter-spacing: 1px;
}
	
}



