* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Noto Sans TC', sans-serif;
}

html {
    background-color: #100347;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    /* letter-spacing: 1px; */
}
h4{
    font-size: 32px;
    font-weight: 600;
}

h5 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
}

p {
    line-height: 1.6;
}

.wrap {
    width: 100%;
    margin: auto;
    height: auto;
    overflow: hidden;
}
.content {
    width: 1200px;
	margin: 0 auto;
}

/* header */
.header {
    width: 100%;
    margin: auto;
    position: fixed;
    transition: background-color 0.3s ease;
    background-color: transparent;
    z-index: 500;
}
.header.scrolled {
    background: linear-gradient(to bottom, rgba(1,16,49,1) 0%,rgba(1,16,49,1) 26%,rgba(1,16,49,0.7) 67%,rgba(1,16,49,0) 100%);
}

.header .item {
    max-width: 1200px;
    margin: auto;
}

.header .item img {
    vertical-align: middle;
    width: 169px;
    margin: 37px 0;
}

/* kv */
.kv {
    background: url(../img/kv_bg.png) #011031 no-repeat top center;
    width: 100%;
    height: 1000px;
    position: relative;
    overflow: hidden;
}
.kv_bg2{
    background: url(../img/kv_bg2.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 402px;
    bottom: 3%;
}

.kv > div{
    position: absolute;
}

.kv_obj_1{
    background: url(../img/kv_obj_1.png) no-repeat center center;
    background-size: contain;
    width: 214px;
    height: 133px;
    top: 444px;
    left: calc(50% + 746px);
}
.kv_obj_2{
    background: url(../img/kv_obj_2.png) no-repeat center center;
    background-size: contain;
    width: 405px;
    height: 344px;
    top: 0;
    left: calc(50% + 524px);
}
.kv_obj_3{
    background: url(../img/kv_obj_3.png) no-repeat center center;
    background-size: contain;
    width: 227px;
    height: 96px;
    top: 0;
    left: calc(50% - 187px);
}
.kv_obj_4{
    background: url(../img/kv_obj_4.png) no-repeat center center;
    background-size: contain;
    width: 215px;
    height: 224px;
    top: 40px;
    left: calc(50% - 960px);
}
.kv_obj_5{
    background: url(../img/kv_obj_5.png) no-repeat center center;
    background-size: contain;
    width: 211px;
    height: 98px;
    top: 358px;
    left: calc(50% - 960px);
}
.kv_obj_6{
    background: url(../img/kv_obj_6.png) no-repeat center center;
    background-size: contain;
    width: 267px;
    height: 173px;
    top: 445px;
    left: calc(50% - 960px);
}

.kv .content{
    position: relative;
}

.kv .content .kv_title{
    position: absolute;
    max-width: 651px;
    top: 164px;
    display: flex;
    flex-direction: column;
}
.kv_title .kv_t1{
    background: url(../img/kv_t1.png) no-repeat center center;
    background-size: contain;
    width: 268px;
    height: 30px;
    margin-left: 12px;
}
.kv_title .kv_t2{
    background: url(../img/kv_t2.png) no-repeat center center;
    background-size: contain;
    width: 650px;
    height: 169px;
    margin: 18px 0;
}
.kv_title .kv_t3{
    background: url(../img/kv_t3.png) no-repeat center center;
    background-size: contain;
    width: 635px;
    height: 68px;
}

.kv .content .kv_text{
    background: url(../img/kv_t4.png) no-repeat center center;
    background-size: contain;
    width: 1025px;
    height: 362px;
    padding-top: 1060px;
    margin: 0 auto;
}

/* p1 */
.p1 {
    background: url(../img/p1_bg.png) no-repeat top center;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: -80px;
}
.p1_t {
    background: url(../img/p1_t.png) no-repeat center center;
    background-size: contain;
    width: 1026px;
    height: 157px;
    margin: 134px auto 84px;
}

.p1_box {
    background: url(../img/p1_box.svg) no-repeat top center;
    background-size: contain;
    width: 1095px;
    height: 394px;
    margin: 0 auto;
    position: relative;
}

.box1 .p1_t_1{
    background: url(../img/p1_t_1.png) no-repeat top center;
}
.box2 .p1_t_1{
    background: url(../img/p1_t_2.png) no-repeat top center;
}
.box3 .p1_t_1{
    background: url(../img/p1_t_3.png) no-repeat top center;
}
.p1_t_1 {
    background-size: contain;
    width: 367px;
    height: 104px;
    filter: drop-shadow(0px 0px 8px rgba(37, 91, 242, 0.75));
    position: absolute;
    top: -18px;
}

.box_content{
    width: 95%;
    padding-top: 96px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.line{
    background-color: #8af7fe;
    width: 6px;
    height: 39px;
    margin-right: 20px;
    display: block;
}
.part1{
    width: 48%;
    display: flex;
    flex-direction: column;
    padding-left: 25px;
}
.box3 .part1{
    margin-top: 20px;
}

.part1_t{
    display: flex;
    align-items: stretch;
}

.part1_t h4{
    line-height: 18px;
}
.box3 .part1_t h4{
    line-height: 30px;
    position: relative;
}

.line2{
    background-color: #ffe000;
    width: 155px;
    height: 5px;
    position: absolute;
    top: 40%;
    left: calc(50% + 20px);
}

.big_blue{
    color: #8af7fe;
    font-size: 48px;
    font-weight: 700;
}
.blue{
    color: #8af7fe;
}
.part1_pic{
    background: url(../img/p1_pic1.png) no-repeat top center;
    background-size: contain;
    width: 272px;
    height: 205px;
    margin: 20px 0 0 70px;
}
.part2{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.part2 h5{
    background-color: #003084;
    padding: 10px 0px;
    width: 95%;
    border-radius: 60px;
    filter: drop-shadow(3px 3px 4px rgba(3, 68, 145, 0.75));
}
.part2 p{
    width: 85%;
    margin-top: 15px;
    text-align: justify;
}
.box2 .part2 p{
    width: 80%;
}
.p_yellow{
    color: #ffe000;
    font-size: 21px;
    font-weight: 500;
}

.box2{
    margin: 83px auto;
}
.part1_icon,.icon{
    display: flex;
}
.part1_icon{
    justify-content: space-evenly;
    margin-top: 35px;
}
.icon{
    flex-direction: column;
    align-items: center;
}
.icon p{
    font-size: 21px;
    font-weight: 500;
    background-color: #003084;
    border-radius: 60px;
    padding: 2px 20px;
    margin-top: 6px;
    filter: drop-shadow(3px 3px 4px rgb(3, 67, 145));
}
.icon1 .icon_pic{
    background: url(../img/p1_pic2.png) no-repeat top center;
}
.icon2 .icon_pic{
    background: url(../img/p1_pic3.png) no-repeat top center;
}
.icon3 .icon_pic{
    background: url(../img/p1_pic4.png) no-repeat top center;
}
.icon_pic{
    background-size: contain;
    width: 130px;
    height: 130px;
}

.part1_t2{
    margin: 0 0 0 18px;
}
.part1_t2 h4{
    font-weight: 700;
    color: #ffe000;
    margin: 0 0 20px 8px;
}
.part1_t2 h4 .big{
    font-size: 44px;
}
.part1_pic2{
    background: url(../img/p1_pic5.png) no-repeat top center;
    background-size: contain;
    width: 339px;
    height: 58px;
    filter: drop-shadow(3px 3px 4px rgb(2, 62, 136));
}

.p1_info{
    width: 75%;
    font-size: 16px;
    font-weight: 600;
    margin: 20px auto 60px;
    line-height: 1.7;
}
.p1_info span{
    color: #ffe000;
}

/* p2 */
.p2 {
    background: url(../img/p2_bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.p2 .content {
    margin-bottom: 140px;
}

.p2_t{
    background: url(../img/p2_t.png) no-repeat center center;
    background-size: contain;
    width: 1026px;
    height: 158px;
    margin: 83px auto 66px;
}

.chart{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.chart_t{
    color: #003084;
    font-weight: 900;
    position: relative;
    display: inline-block;
    padding: 0 30px;
}
/* h5 icon */
.chart_t::before,.chart_t::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/p2_icon.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.chart_t::before {
    left: 0;
}
.chart_t::after {
    right: 0;
}

.chart_pic img{
    width: 924px;
    height: 307px;
    margin: 43px 0 0px;
}
.chart_info{
    font-size: 16px;
    font-weight: 800;
    color: #595959;
    background-color: #d7e7ff;
    text-align: center;
    width: 85%;
    padding: 10px 0;
    border-radius: 90px;
}
.p2_info{
    font-size: 16px;
    font-weight: 800;
    color: #fc004e;
    width: 85%;
    margin: 10px auto;
}
.p2_info span{
    color: #595959;
    font-weight: 600;
}

.sheet{
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
}
.p2_table_m{
        display: none;
}
.chart2{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 85%;
}
.sheet table{
    background-color: #e6f0ff;
    border-collapse: collapse;
    border: none;
    text-align: center;
    margin: 12px 0;
    font-size: 18.7px;
    font-weight: 600;
    width: 100%;
}
.table3{
    width: 100%;
    display: flex;
}
.sheet table th,.sheet table td{
    border: 3px solid #fff;
}
.sheet table tr:first-child th {
    border-top: none;
}
.sheet table tr:last-child td {
    border-bottom: none;
}
.sheet table tr td:first-child,
.sheet table tr th:first-child {
    border-left: none;
}
.sheet table tr td:nth-child(odd) {
    background-color: #c5daff;
}
.sheet table tr td:last-child,
.sheet table tr th:last-child {
    border-right: none;
}

.sheet table th{
    background-color: #003084;
    font-weight: 600;
}
.sheet table td{
    color: #00204f;
}
.sheet .p2_table{
    margin: 12px 16px;
}
.p2_table th,.p2_table td,.p2_table_m th,.p2_table_m td{
    padding: 7.7px 10px;
}

.table_info{
    font-size: 16px;
    font-weight: 800;
    color: #595959;
    background-color: #cedeed;
    width: 100%;
    padding: 10px 0;
    border-radius: 90px;
    line-height: 1.5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* p3 */
.p3 {
    background: url(../img/p3_bg.png) no-repeat top center;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: -58px;
}
.p3 .content {
    width: 1280px;
    margin-bottom: 124px;
}

.p3_t{
    background: url(../img/p3_t.png) no-repeat center center;
    background-size: contain;
    width: 952px;
    height: 160px;
    margin: 101px auto 26px;
}
.p3_video{
	position: relative;
	background: url(../img/p3_video.png) no-repeat top center;
	background-size: contain;
	width: 1279px;
	height: 726px;
    margin: 0 auto;
}
.p3_video iframe{
    margin: 110px 104px 0;
	width: calc(100% - 250px);
	height: calc(100% - 210px);
}
.p3_video .btn{
    position: absolute;
    background: url(../img/p3_btn.png) no-repeat center;
    background-size: contain;
    width: 321px;
    height: 77px;
    top: 667px;
    left: calc(50% + 150px);
    filter: drop-shadow(7px 7px 5px rgba(13, 37, 114, 0.75));
    cursor: pointer;
}
.p3_video .btn:hover{
	filter: brightness(120%);
}

/* footer */
.footer {
    background-color: #100347;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    font-weight: 600;
}
.footer_title{
    font-size: 21px;
    background: linear-gradient(to right, #2795d9 0%,#7544fe 100%);
    width: 102px;
    padding: 8px 0;
    text-align: center;
    margin: 58px 0 21px;
}
.footer_info{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 46px;
}

/* popup */
body.no-scroll {
    overflow: hidden;
    height: 100%;
}
@keyframes show{
    0%  {transform:scale(0.7);}
    45% {transform:scale(1.05);}
    80% {transform:scale(0.95);}
    100%{transform:scale(1);}
}
.popup {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
    backdrop-filter:blur(15px);
	z-index: 999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
    box-sizing: border-box;
}
.popout {
	position: relative;
	background: #fff;
	color: #3f3f3f;
	width: 1200px;
    margin-top: auto;
    margin-bottom: auto;
	padding: 0 0 40px 0;
	border-radius: 20px;
    animation-name: show;
	animation-duration: 0.3s;
}

.popc {
	position: absolute;
	background: url(../img/pop_c.png) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	top: 15px;
	right: 15px;
	cursor: pointer;
	transition: 0.3s;
	z-index: 9999;
}

.popc:hover,.pop_close:hover {
	filter: brightness(130%);
}

.popup h2 {
	font-size: 36px;
	font-weight: 600;
	position: relative;
	margin: 0 auto;
    padding: 28px 0 21px 0;
    width: calc(100% - 80px);
	text-align: center;
	color: #003084;
    border-bottom: 1px solid rgb(204, 204, 204);
}
.text{
    padding: 16px 50px 8px;
}
.text a{
    color: #063ea0;
}
.text ul{
    font-size: 16px;
}
.text ul li:not(:last-child){
    margin-bottom: 20px;
}
.text ul li:last-child{
    font-size: 13px;
}
.pop_close{
    width: 120px;
    margin: 0 auto;
    padding: 8px 0 10px;
    vertical-align: middle;
    text-align: center;
    border-radius: 90px;
    background-color: #003084;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    transition: background-color 0.3s;
    cursor: pointer;
}