body{
	font-family: Segoe UI,微軟正黑體;
	font-size: 14px;
	margin: 0 auto;
	background-color: #fff;
	color:#FFFFFF;;
}

#wrapper{
	width: 100%;
    margin-right: auto;
    max-width: 1920px;
    min-width: 280px;
    margin-left: auto;
}

.container {
        width: 100%;
 }

a{
	text-decoration:none;
	color:#ffffff;

}

@keyframes fade{
	from{
		opacity:1.0;
	}
	50%{
		opacity:0.4;
	}
	to{
		opacity:1.0;
	}
}
@-webkit-keyframes fade{
	from{
		opacity:1.0;
	}
	50%{
		opacity:0.4;
	}
	to{
		opacity:1.0;
	}			
}




@-webkit-keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}


@keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}



#header{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 235px;
	background-color: #BB2517;
}
#header .bannerimg{
	width: 100%;
    text-align: center;
}
#header .bannerimg img{
	width:25%;	
}

#progressbar{
	float: left;
    width: 60%;
    margin-left: 20%;
    margin-top: 5px;
}


.barword{
    float: left;
    margin-left: 40%;
    color: #000;
    font-size: 1.4em;
}

.progress {
	float: left;
    width: 60%;
    margin-left: 20%;
    margin-top: 5px;
    height: 40px;

	margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);    

}

.progress {
  overflow: hidden;
  height: @line-height-computed;
  margin-bottom: @line-height-computed;
  background-color: @progress-bg;
  border-radius: @progress-border-radius;
  .box-shadow(inset 0 1px 2px rgba(0,0,0,.1));
}

.progress-striped .progress-bar,
.progress-bar-striped {
  #gradient > .striped();
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  .animation(progress-bar-stripes 2s linear infinite);
}



.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}


.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

@-webkit-keyframes progress-bar-stripes {
 { background-position: 40px 0; }
  to    { background-position: 0 0; }
}


@keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}


.progress-bar-success {
    background-color: rgb(45, 45, 45);;
}

.sr-only {
    position:relative;
    height: auto; 
    margin-left: 20%;
    color: #fff;
    font-size: 2.5em;
    line-height: 40px;




}




#content{
	width: 100%;
	background: #DFF0F2 0% 0% no-repeat padding-box;

}

#content .title{
	padding: 0.5em;
	text-align: center;

    color: #FFFFFF;
    margin-top: 1.5em;
    font: normal normal bold 50px / 65px Segoe UI;

}

#content .myphoto{
	/*float:left;*/
	margin-left: 15%;
	margin-right:15%;
}
#content .myphoto img{
	width: 100%;
}

#content .subscribe{
	clear:both;
	text-align: center;
	letter-spacing: 0px;
	color: #303030;
	font-size: 22px;
    padding: 1em;
    line-height: 46px;
    padding-left: 27%;
    padding-right: 17%;

}

#content .gobtn{
    height: 144px;
    width:50%;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    margin-left:28%;
    line-height: 104px;
    animation: fade 900ms infinite;
	-webkit-animation: fade 900ms infinite;
	padding-top:0.4em;
	opacity: 1;
	background: #CC37D6 0% 0% no-repeat padding-box;
	box-shadow: 10px 6px 9px #00000029;
	border-radius: 21px;	
}

#content .gobtn span{
	font-size: 18px;

}

.sub1{
	font: normal normal normal 22px / 46px Segoe UI;
	line-height: 46px;
}
.sub2{

	font: normal normal normal 22px / 46px Segoe UI;
	line-height: 46px;
}
.sub3{

	font: normal normal normal 22px / 46px Segoe UI;
	line-height: 46px;
}
.sub4{

	font: normal normal normal 22px / 46px Segoe UI;
	line-height: 46px;
	display: block;
}
.sub5{

	font: normal normal normal 22px / 46px Segoe UI;
	line-height: 46px;
	display: block;
}


#content iframe {
   
    top: 0;
    left: 0;
    width: 100%;
    height: 380px;
}



#content .title .titbar1{

}
#content .title .titbar2{
	display: block;
    color: #DBDBDB;
    font-size: 28px;
}



#content2{
	background-color:#fff ;
	padding-left:15%;
	padding-right:0%;
	color:#FFFFFF;
	height:672px;
	background-image: url(../img/actionimg/allchange07.png);   
	

}
#content2 .leftArea{
	float:left;
	width:35%;
	margin-top: 7%;
}
#content2 .leftArea img{
	width:100%;
}

#content2 .leftArea ul{
	font: normal normal 400 20px / 34px Segoe UI;
    letter-spacing: 0.7px;
    color: #FFFFFF;
    padding: 0;
    list-style-type: none;	
    margin-top: 1.5em;
}


#content2 .rightArea{
	float: right;
    width: 60%;
    margin-left: 3em;
}

#content2 .rightArea img{
	width:100%;
}


#content2 .rightArea .sologan1{
	font-size: 26px;
    line-height: 35px;
    color: #F6C36A;
    font-weight: bold;
    letter-spacing: 1.3px;
	letter-spacing: 1.3px;

}

#content2 .rightArea .sologan2{
	color:#F93636;
	font-size: 16px;

}

#content2 .rightArea span{
	
	font-size: 18px;
    line-height: 37px;
	color: #F3F3F3;
}




#content2 .gobtn{
    height: 80px;
    background: transparent linear-gradient(180deg, #F15847 0%, #A12272 100%) 0% 0% no-repeat padding-box;
	box-shadow: 10px 6px 9px #00000029;
	opacity: 1;

    text-align: center;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.1em;
    width:100%;
    border: none;

    animation: fade 900ms infinite;
	-webkit-animation: fade 900ms infinite;
}


#content2 .rightArea .rightAreatitle{
	font-size: 30px;
	line-height: 60px;
	font: normal normal bold 36px/48px Segoe UI;
	letter-spacing: 1.08px;
	display: block;

}

#content2 .rightArea .rightAreatitle2{
	font-size: 30px;
	line-height: 60px;
	font: normal normal bold 36px/48px Segoe UI;
	letter-spacing: 1.08px;
	display:none;
}



#content2 .rightArea .con2info{
	color:#F93636;
	font-size: 16px;
	line-height: 70px;
}



#content2A{
	background-color:#DFF0F2 ;
	padding-left:13%;
	padding-right:10%;
	height:720px;
}


#content2A .leftA2{
	float:left;
	width:35%;
	margin-top:80px;
	position: relative;
    z-index: 2;
}
#content2A .leftA2 img{
	width:100%;
}

#content2A .rightA2 .rA2span{
	display: block;
}

#content2A .rightA2 ul{
	padding: 0;
    list-style: none;
    font: normal normal 400 18px / 37px Segoe UI;
    letter-spacing: 0px;
    color: #575757;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}


#content2A .rightA2{
	float: left;
    width: 65%;

    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 6px 3px 13px #00000029;
	border-radius: 36px;
    margin-top:150px;
    /*height:450px;*/
    padding-top: 100px;
    /*padding-left: 4em;*/
    padding-right: 130px;

    margin-left: -200px;
    padding-left: 230px; 
    padding-bottom: 2em;   
}

#content2A .rightA2 p{
	font: normal normal bold 28px/40px Segoe UI;
	letter-spacing: 0.98px;
	color: #242424;
}
#content2A .rightA2 span{
	font: normal normal 400 18px/37px Segoe UI;
	letter-spacing: 0px;
	color: #575757;
}




#content3{
	background: #111111 0% 0% no-repeat padding-box;
	padding-left:10%;
	padding-right:10%;
	min-height: 500px;
}
#content3 .titlebar{
	background-color: #18ACE8;
	height: 450px;
	font-size: 30px;
	float: left;
    margin-top: 2%;
    text-align: center;
    width: 100%;
  
	background-image: url(../img/actionimg/20240724-6.png);  
    background-repeat: no-repeat;
    background-position: center center; 
    opacity: 0.9;
    border: 1px solid #707070;
    background-size: cover;


}
#content3 .titlebar span{
	color: #FFFFFF;
	
	text-align: center;
	clear:both;
	display: block;
}

#content3 .centerbar{
	width:100%;

}

#content3 .centerbar span{
	font-size: 18px;

}

#content3 .saleinfo{
    float: left;
    width: 30%;
    margin-top: 1.5em;
    /*font-size: 18px;*/
    font: normal normal normal 18px/26px Segoe UI;
	letter-spacing: 0px;
}
#content3 .saleinfo2{
    float: left;
    width: 30%;
    margin-top: 1.5em;
    margin-right: 4.8%;
    margin-left: 4.8%;
    font-size: 18px;
}



.blackbanner{
	background-color: #18ACE8;

	height: 50px;
	font-size: 18px;
	color:#FFFFFF;	
	line-height: 50px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-weight: bold;
}
.bottombar{
	height: 130px;
    background: #F08214 0% 0% no-repeat padding-box;
    width: 455px;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    margin-left: 25%;
    line-height: 1.5em;
    clear: both;

    animation: fade 900ms infinite;
	-webkit-animation: fade 900ms infinite;
}


#content3 .titlebarinfo{
	line-height: 60px;
	font-size: 30px;
	padding-top: 30px;
}

#content3 .titlebarinfo2{
	line-height: 60px;
	font-size: 18px;
}





#content4{
	padding-left:15%;
	padding-right:5%;
	min-height: 1800px;
	background-image: url(../img/actionimg/allchange08.png);  
}
#content4 .mytitle{
		font: normal normal bold 40px/53px Segoe UI;
		letter-spacing: 1.2px;
		color: #FFFFFF;
}
#content4 .mytitleDiv{
	text-align: center;
	padding:68px;
	margin-left: -200px;

}


#content4 .freebar1{
	width:70%;
	min-height: 450px;
	margin-bottom: 5%;
	background: #EEF6FF  0% 0% no-repeat padding-box;
	box-shadow: 7px 7px 6px #0000000F;
	opacity: 1;
	float:left;
}

#content4 .freebar3{
	width:70%;
	min-height: 450px;
	margin-bottom: 5%;
	background: #EEF6FF  0% 0% no-repeat padding-box;
	box-shadow: 7px 7px 6px #0000000F;
	opacity: 1;
	float:right;
	margin-right: 200px;
}


#content4 .freebar2{
	width:100%;
	/*border: 2px solid #C8C8C8;*/
	background: #EEF6FF  0% 0% no-repeat padding-box;
	box-shadow: 7px 7px 6px #0000000F;
	opacity: 1;
	min-height: 380px;
	margin-bottom: 5%;
}

#content4 .freetitle{
	height: 67px;
    color: #FFFFFF;
    background-color: #8E7DE8;
    font-size: 24px;
    /*text-align: center;*/
    line-height: 67px;

}

#content4 .yellobtn{
	width: 200px;
	height:100px;
	color:#8E7DE8;
	text-decoration:line-through;
}

#content4 .leftinfo{
    float: left;
    width: 35%;
    margin-top: 5%;
}
#content4 .leftinfo img{
	width:80%;
	padding-left: 0px;
}


#content4 .rightinfo{
	float: right;
    width: 55%;
    padding-top: 3em;
}
#content4 .yellobtn{
    height: 40px;
    background: #F9E52C 0% 0% no-repeat padding-box;
    text-align: center;
    color: #000000;
    font-size: 20px;
    line-height: 2em;
    width: 25%;
}

#content4 .checkone{
	font-size:22px;
	padding-left: 5%;
}
#content4 .onedescr{
    color: #000000;
    font-size: 16px;
    padding-left: 8%;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-right: 2%;
}

.circle {
    width: 106px;
    height: 106px;
    background-color: #561163;
    border-radius: 50%;
    color:#fff;
    float:left;
    margin-top: -20px;
    margin-left: -30px;
}
.circle p{
	font: normal normal bold 26px/35px Segoe UI;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-left: 15px;
    margin-top: 35px;

}
.id_strong{
   margin-left: 30px;
}

#content4 .freebar1 .rightinfo .con4span{
	color:#707070;
	font-size:16px;
	line-height: 28px;
    display: block;
    width: 90%;
	opacity: 1;
	font: normal normal normal 18px/30px Segoe UI;
	letter-spacing: 0px;
	color: #2A2A2A;	
}

#content4 .freebar1 .rightinfo .con4infotitle{
	font-size: 26px;
	line-height: 50px;
	color: #000;
}


#content4 .freebar2 .rightinfo .con4span{
	color:#707070;
	font-size:16px;
	line-height: 28px;
    display: block;
    width: 90%;
}

#content4 .freebar2 .rightinfo .con4infotitle{
	font-size: 26px;
	line-height: 50px;
}

#content4 .freebar3 .rightinfo .con4span{
	color:#707070;
	font-size:16px;
	line-height: 28px;
    display: block;
    width: 90%;
	opacity: 1;
	font: normal normal normal 18px/30px Segoe UI;
	letter-spacing: 0px;
	color: #2A2A2A;	
}

#content4 .freebar3 .rightinfo .con4infotitle{
	font-size: 26px;
	line-height: 50px;
	color: #000;
}


#content5{
	padding-left:20%;
	padding-right:20%;
	height: 300px;
	clear:both;
	font-size: 20px;	
	text-align: center;
	padding-top: 3em;
	background-image: url(../img/actionimg/20240713-8.png);   

}
#content5 .descr5{
	/*color: #ffffff;*/
    line-height: 2em;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    font: normal normal bold 30px/40px Segoe UI;
	letter-spacing: 1.5px;
	color: #FFFCF9;
	opacity: 1;

}

#content5 .descr6{
	color:#FF4D4D;
	font-size: 20px;
	line-height: 100px;
}



#content5 h2{
	color:#FFFFFF;
    font-size: 26px;
    padding-top: 1.5em;	
}
#content5 .bottombar{
    height: 90px;

    background: transparent linear-gradient(180deg, #F15847 0%, #2250A1 100%) 0% 0% no-repeat padding-box;
	box-shadow: 10px 6px 9px #00000029;
	opacity: 1;

    width: 60%;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    margin-left: 20%;
    line-height: 2.5em;
    clear: both;
}

#content6{
	padding-left:15%;
	padding-right:20%;
	min-height: 910px;
	padding-top: 8%;
	background-color: #725AB7;
	color:#2E2E2E;
}

#content6 .leftArea{
	float:left;
	width:40%;
}
#content6 .leftArea img{
	width:100%;
}


#content6 .rightArea{
	float: right;
    width: 56%;
    margin-left: 2em;
    color: #ffffff;
}

#content6 .rightArea p{
	background-color: #FFDD33;
    height: 50px;
    width: 40%;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    color:#000000;
}

#content6 .rightArea .teacherdesc2{
	font: normal normal normal 18px/33px Segoe UI;
	line-height: 80px;
}
#content6 .rightArea .teacherdesc1{
	font: normal normal normal 18px/33px Segoe UI;
	letter-spacing: 0.9px;

	
}
#content6 ul{
	font: normal normal normal 18px/33px Segoe UI;
}


#content7{
	padding-left:20%;
	padding-right:20%;
	min-height: 780px;
	padding-top: 8%;
	background-color: #725AB7;
	clear:both;
}

#content7 .content7Area{
	float:left;
	width:31%;
	margin-bottom: 2%;
}
#content7 .content7Area2{
	float:left;
	width:31%;
	margin-left:2%;
	margin-right: 2%;
	margin-bottom: 2%;
}

#content7 .content7Area img{
	width: 100%;
	height: 189px;
}
#content7 .content7Area2 img{
	width: 100%;
	height: 189px;
}


#content7 .descrtitle1{
    color: #ffffff;
   /* font-size: 26px;*/
    height: 80px;
    width: 100%;
    text-align: center;
    line-height: 3em;
    font-weight: bold;
    font: normal normal 600 39px/52px Segoe UI;
}

#content8 .descrtitle1{
    color: #2E2E2E;
   /* font-size: 26px;*/
    height: 80px;
    width: 100%;
    text-align: center;
    line-height: 3em;
    font-weight: bold;
    font: normal normal 600 39px/52px Segoe UI;
}


#content7 .descrtitle2{
    color: #ffffff;
    font-size: 20px;
    background-color: #000000;
    height: 60px;
    width: 97%;
    padding-left: 3%;
    line-height: 60px;
    margin-top: 2em;
}
#content7 .descrtitle3{
    color: #FFFFFF;
    font-size: 20px;
    background-color: #848484;
    height: 60px;
    width: 97%;
    padding-left: 3%;
    line-height: 60px;
}

#content7 .descrtitle2 p{
	margin:0;
}
#content7 .descrtitle3 p{
	margin:0;
}


#content7 .bottombar{
    height: 90px;
    background: #F08214 0% 0% no-repeat padding-box;
    width: 60%;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    margin-left: 20%;
    line-height: 2.5em;
    clear: both;
    margin-top: 2em;
}

#content8{
	padding-left:20%;
	padding-right:20%;
	min-height: 450px;
	padding-top: 3%;
	background-color: #DFF0F2;
}

input ,.form-group {
    display: block;
    height: 40px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 4px;
    width: 96%;
    /*
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    */
}

.form-control{
    height: 37px;
    padding: 14px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px;
    background: #D9D9DB;
}


.btn-lg, .btn-group-lg > .btn {
    padding: 14px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-primary {
    color: #FFBC03;
    background-color: #142631;
    border-color: #142631;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 8px 12px;
    font-size: 22px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-block {
	display: block;
    width: 50%;
    height: 67px;
    text-align: center;
    margin-left: 25%;
}

#success{
	color:#ffffff;
	min-height: 400px;
	text-align: center;	
	background-color: #000000;
	padding-top: 5%;
}
#success h1{
	font-size:40px;
}

#success h2{
	font-size:26px;
}
#success .bottombar{
    height: 100px;
    background: #F08214 0% 0% no-repeat padding-box;
    width: 30%;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    margin-left: 35%;
    line-height: 2.5em;
    clear: both;
    margin-top: 5%;
    margin-bottom: 5%;
}





#content9{
	padding-left:18%;
	padding-right:18%;
	height: 699px;
	clear:both;
	font-size: 20px;
	text-align: center;

	background-image: url(../img/actionimg/super012.png);   

}
#content9 .descr_5{
	color: #ffffff;
    line-height: 2em;
    position: relative;
    top: 50px;
    z-index: 1;    
    font-weight: bold;

    display: block;
    margin-bottom: 11%;
	font: normal normal normal 24px/47px Segoe UI;
	letter-spacing: 0px;
}


#content9 .descr_5_1{
	color: #ffffff;
    line-height: 2em;
    position: relative;
    z-index: 1;    
    font-weight: bold;

    display: block;
	font: normal normal normal 24px/47px Segoe UI;
	letter-spacing: 0px;
}


#content9 .descr_5_2{
	color: #ffffff;
    line-height: 2em;
    position: relative;
    z-index: 1;    
    font-weight: bold;
    display: block;
	font: normal normal normal 24px/47px Segoe UI;
	letter-spacing: 0px;
}


#content9 .descr_6{
	font: normal normal bold 33px/44px Segoe UI;
	letter-spacing: 0px;
	color: #FFFFFF;
}

#content9 h2{
	color:#FFFFFF;
    font-size: 26px;
    padding-top: 1.5em;	
}
#content9 .bottombar{
	height: 144px;
    opacity: 1;
    width: 80%;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    margin-left: 10%;
    line-height: 144px;
    clear: both;
    margin-top: 5%;
    background: #CC37D6 0% 0% no-repeat padding-box;
    box-shadow: 10px 6px 9px #00000029;
    border-radius: 21px;
}

#content9img img{
	margin-top:20px;
}


#content10{
	padding-left:20%;
	padding-right:20%;
	min-height: 700px;
	background-color: #242424;
	padding-top: 100px;
}

#content10 h2{
	    text-align: center;
	    font-size: 28px;
}

#content10 .freebar1{
	width:100%;
	border: 2px solid #C8C8C8;
	min-height:330px;
	margin-bottom: 5%;
	background-color: #fff;
}

#content10 .freebar2{
	width:100%;
	border: 2px solid #C8C8C8;
	min-height:330px;
	margin-bottom: 5%;
	background-color: #fff;
}


#content10 .freetitle{
    height: 80px;
    color: #313131;
    background-color: #FFDC2E;
    font-size: 26px;
    text-align: center;
    line-height: 80px;
}



#content10 .checkone{
	font-size:22px;
	padding-left: 5%;
	padding-top: 4%;
    padding-bottom: 2%;
}
#content10 .onedescr{
    color: #000000;
    font-size: 16px;
    padding-left: 8%;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-right: 2%;
}


#content6 ul {
        list-style-type: none;
        padding: 0;
        margin-top:50px;
}

#content6 li {
	/*
        padding-left: 20px;
    */
        padding-left: 40px;
        position: relative;
        margin-bottom: 10px;
        font: normal normal normal 18px/33px Segoe UI;
		letter-spacing: 0.9px;
}

#content6 li:before {
        content: "";
        width: 20px;
        height: 20px;
        background-color: #F6CC58;
        position: absolute;
        left: 0;
        top: 17%;
        transform: translateY(-50%);
}




#content4 .freebar1 .rightinfo .con4span2{
	color:#5BA744;
	font-size: 18px;
	font-weight: bold;
}

#content4 .freebar2 .rightinfo .con4span2{
	color:#5BA744;
	font-size: 18px;
	font-weight: bold;
}


#ulli{
	height:150px;
	margin-top: 60px;
}

#ulli ul{
	list-style-type: none;
}
#ulli li{
	font-size: 20px;
	text-align: left;
	color:#fff;
}
.ullileft{
	width: 44%;
    float: left;
    height: 100px;
    color: #DCDCDC;
    padding-left: 15%;
    font: normal normal 400 24px / 34px Segoe UI;
    letter-spacing: 0.84px;
}

#ulli .ullileft span{
	text-align: left;
}



.ulliright{
	width: 35%;
	float:left;
	height:100px;
	color:#DCDCDC;
	font: normal normal 400 24px/34px Segoe UI;
	letter-spacing: 0.84px;
}
#ulli .ullifet  li{
	padding-left: 30px;
    position: static;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
}

.contentimg img{
	width: 100%;
}
.headtitle{
	font: normal normal bold 3.125em/67px Segoe UI;
	letter-spacing: 0px;
	color: #3B418B;
}

.headinfo{
	font: normal normal 400 1.75em/37px Segoe UI;
	letter-spacing: 0.84px;
	color: #404040;
	display: block;
	margin-top: 20px;
    margin-bottom: 20px;
}
.headinfo2{
	font: normal normal 400 1.5em/42px Segoe UI;
	letter-spacing: 0.72px;
	color: #404040;
}
.headarea{
	padding-left: 15%;
    padding-right: 7%;
    height: 398px;
    padding-top: 3em;
}

.headleft{
	float:left;
	width:45%;

}
.headleft img{
	width: 100%;
}


.headright{
	float:left;
	width:50%;
	padding-left: 5%;
	margin-top: 1%;
}

.rightAreatitle{
	
	font: normal normal bold 28px/40px Segoe UI;
	letter-spacing: 0.98px;
	color: #FFFFFF;
}

.rightAreainfo{
	font: normal normal 400 20px/34px Segoe UI;
	letter-spacing: 0.7px;
	color: #FFFFFF;
	display:block;
	margin-top:1.5em;
}



/*登入後報名*/


.loginArea{
	height: 250px;
    background-color: #fff;
    text-align: center;
    /*line-height: 50px;*/
    margin-top:0.5em;
    padding-top: 4em;
    font-size: 18px;    
}

.loginTitle{
	font: normal normal 600 26px/35px Segoe UI;
	letter-spacing: 1.3px;
	color: #292828;
}

.loginEmail{
	font: normal normal normal 18px/24px Segoe UI;
	letter-spacing: 0.9px;
	color: #BBBBBB;
}

.loginArea span{
	display:block;
}


.loginArea2 span {
    display: block;
    font-size: 1.5em;
    color: #ff8d1a;
}

.loginArea2{
	height: 250px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top:0.5em;
    padding-top: 4em;
}

.loginArea3{
	height: 250px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top:0.5em;
}
.loginArea3 span{
	display:inline;
}

.ticketsArea{
	display: inline-flex;
	border-bottom: 1px solid #707070;
	margin-top: 2em;
}

.span_freeticketA{
	font: normal normal normal 20px/27px Segoe UI;
	letter-spacing: 1px;
	color: #292828;
}

.span_freeticketB{
	font: normal normal normal 16px/21px Segoe UI;
	letter-spacing: 0.8px;
	color: #989898;
}

input, .form-group{
	display:flex;
	width:1em;
	font-size: 1.5em;

}

label {
    display: flex;
    margin-left: 33%;
}
.tiketA{
	margin-left:1em;
}


.relabel{
    display: flex;
    margin-left: 3%;
    padding-top: 5%;
}

.relabel2{
    display: flex;
    margin-left: 3%;
}

#sid_submit{
	background: #F08214 0% 0% no-repeat padding-box;
    color: #fff;
}








#content11{
	padding-left:15%;
	padding-right:15%;
	/*min-height: 3050px;*/
	margin-top: 0;
	background: #DFF0F2 0% 0% no-repeat padding-box;
	padding-top:2em;
	overflow:hidden;
}
#content11 h2{
	    text-align: center;
		font: normal normal 600 39px/52px Segoe UI;
		letter-spacing: 1.95px;
		color: #584848;	    
}

#content11 .freebar1{
	width:100%;
	min-height: 520px;
	margin-bottom: 5%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 7px 7px 6px #0000000F;
	opacity: 1;
}
#content11 .freebar2{
	width:100%;
	min-height: 520px;
	margin-bottom: 5%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 7px 7px 6px #0000000F;
	opacity: 1;
}

#content11 .freetitle{
    height: 77px;
    color: #FFFFFF;
    background-color: #3C68BE;
    font-size: 26px;
    text-align: center;
    line-height: 77px;
}

#content11 .yellobtn{
	width: 200px;
	height:100px;
	color:#363636;
	text-decoration:line-through;
}

#content11 .leftinfo{
	float: left;
    width: 36%;
    padding-top: 4%;
    margin-left: 70px;
}
#content11 .leftinfo img{
	width:100%;
}


#content11 .rightinfo{
	float: right;
    width: 55%;
    margin-left: 1em;
    padding-top: 3em;
}
#content11 .yellobtn{
    height: 40px;
    background: #F9E52C 0% 0% no-repeat padding-box;
    text-align: center;
    color: #000000;
    font-size: 20px;
    line-height: 2em;
    width: 25%;
}

#content11 .checkone{
	font-size:22px;
	padding-left: 5%;
}
#content11 .onedescr{
    color: #000000;
    font-size: 16px;
    padding-left: 8%;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-right: 2%;
}


#content11 .freebar1 .rightinfo .con4span{
	color:#707070;
	font-size:16px;
	line-height: 28px;
    display: block;
    width: 90%;
    font: normal normal normal 20px/34px Segoe UI;
	letter-spacing: 1px;
	color: #707070;
	opacity: 1;
}

#content11 .freebar1 .rightinfo .con4infotitle{

	font: normal normal 600 30px/40px Segoe UI;
	letter-spacing: 1.5px;
	color: #000000;	
}


#content11 .freebar2 .rightinfo .con4span{
	color:#707070;
	font-size:16px;
	line-height: 28px;
    display: block;
    width: 90%;
    font: normal normal normal 20px/34px Segoe UI;
	letter-spacing: 1px;
	color: #707070;
	opacity: 1;
}

#content11 .freebar2 .rightinfo .con4infotitle{
	font: normal normal 600 30px/40px Segoe UI;
	letter-spacing: 1.5px;
	color: #000000;	
}

#content11 .freebar1 .rightinfo .con4span2{
	color:#5BA744;
	font-size: 22px;
	font-weight: bold;
}

#content11 .freebar2 .rightinfo .con4span2{
	color:#5BA744;
	font-size: 22px;
	font-weight: bold;
}






@media screen and (max-device-width: 1600px){

	#content3 .saleinfo {
       /* margin-right: 1.8em;*/
       margin-bottom: 50px;

    }

    #content3 .saleinfo2 {
   /* width: 28%;*/
   }
   #content2 {
   	padding-right: 0;
   }
   #content2 .rightArea {
   	width: 58%;
   }
   #content3 .titlebar strong{
   	    font-size: 22px;
   }
   #content3 {
   	min-height: 550px;
   }


}




@media screen and (max-device-width: 1280px){

	#content3 .saleinfo {
	    /*margin-right: 1.9em;*/
	}

	.blackbanner {

	    font-size: 17px;

	}
	#content .gobtn {
		margin-left: 30%;
	}
	#content2 .rightArea .sologan1 {
	    line-height: 50px;
	}
	#content2 .rightArea {
	    width: 55%;
	    margin-left: 0;
	}	
	.bottombar {
		margin-left: 15%;
	}
	#content3 {
		padding-bottom: 2em;
	}
	#content9 .bottombar {
		margin-left: 16%;
		width: 450px;
	}

	#content6 .rightArea p {
    	width: 50%;
	}
	#content3 .titlebar .barfont{
		font-size: 22px;
   		 line-height: 50px;

	}

	#header {
	    height: 200px;
	}

	#progressbar {
	    margin-top: 20px;
	}	

	.progress {
	    margin-top: 20px;

	}

	#content2A {
	    background-color: #EBEBF1;
	    padding-left: 5%;
	    padding-right: 5%;
	    height: 1000px;
	}	

	#content2A .rightA2 {
	    float: left;
	    width: 80%;
    }	
	#content2A .leftA2 {
	    float: left;
	    width: 40%;
    }    

	#content4 .freebar1 {
	    width: 100%;
    }    
	#content4 .leftinfo img {
	    padding-left: 0;
    }   
    #content4 .leftinfo {
    	width: 31%;
    } 
    #content4 .freebar3 {
    	width: 100%;
	}
	#content9 .bottombar {
	    height: 80px;	    
	    line-height: 80px;
	}
	#content2A .rightA2 {
        height: 850px;
    }
	#content4 .mytitleDiv {

	    margin-left: 0;
	}    
	#content4 .freebar3 {
		 margin-left: 0;
	}
	#content11 {
	    padding-left: 5%;
	    padding-right: 5%;
	}
	#content11 .leftinfo {
    	margin-left: 40px;
	}
	#content6 {
        min-height: 960px;
    }

}


@media(max-width: 1920px) {
	#content2A .rightA2 {

	    margin-top: 10%;
	    height: 500px;
	    padding-top: 50px;
	    z-index: 1; 
        margin-left: -200px;
        padding-left: 230px;

    }	
}



@media(max-width: 1100px) {
	#content4 .freebar2 {
	    min-height: 430px;
	}

	#content6 {
	    min-height: 950px;
    }	
    .btn-block {
    	width: 50%;
	}

}


@media screen and (max-device-width: 1080px){
	#content .gobtn {
        margin-left: 20%;
    }
	#content2A {
	    background-color: #DFF0F2;
	    padding-left: 13%;
	    padding-right: 10%;
	    height: 920px;
	}    
}



@media(max-width: 1030px) {

	#content .gobtn {
	    margin-left: 20%;
	    width: 60%;
	    height: 80px;
	}

	#content3 .saleinfo {
	   /* margin-right: 1.8em;*/
	}

	#content3 {
	    min-height: 500px;
	    padding-bottom: 10%;
	}

	.bottombar {
	    margin-left: 25%;
	    margin-top: 50px;
        float: left;

	}

	#content4 .rightinfo {
	    margin-left: 2em;
	}

	#content7 {
	    clear: both;
	}

	#content7 .bottombar {
	    margin-left: 25%;
	}

	#content .myphoto {
	    margin-left: 10%;
	    margin-right: 10%;
	}
	#content .subscribe {
    	font-size: 2em;
    }
    #content2 {
	    padding-left: 5%;
	    padding-right: 0%;
    }
    #content3 {
	    padding-left: 10%;
	    padding-right: 10%;
    }
    #content4 {
	    padding-left: 5%;
	    padding-right: 5%;
    }

	#content6 {
	    padding-left: 5%;
	    padding-right: 5%;
	}
	#content7 ,#content8  {
	    padding-left: 10%;
	    padding-right: 10%;
    }

	#content5 h2 {
	    font-size: 2em;
	    padding-top: 1em;
	}

	#content5 {
	    height: 350px;
	}

	#content6 .rightArea p{
		font-size: 2em;
    	font-weight: bold;
	}

	#content7 {
    	height: 750px;
	}
	
	#success .bottombar {
		margin-left:0;
		width:100%;
	}	

	#content6 {
	    min-height: 800px;
	}
	#content9 {
    	height: 650px;
    }	



	#content9 .bottombar {
		width:100%;
		margin-left:0;
		margin-top: 5%;
	}

	#content5 .bottombar {
		width:100%;
		margin: 0;
	}

	#content4 .freebar2 {
    	min-height: 400px;
	}

	.barword {
    	margin-left: 35%;
	}

	#content6 .rightArea {
		width:54%;
	}	
	#content6 .leftArea {
	    width: 40%;
	}	

	#content .gobtn {
	    line-height: 60px;
	}

	.headarea {
	    padding-left: 5%;
	    padding-right: 5%;
    }	

	#content2 .leftArea {
	    float: left;
	    width: 45%;
	}   
	#content6 {
        min-height: 960px;
    } 
    #content2 .rightArea {
        width: 50%;
    }   
    #content2 {
    	height: 510px;
    } 
    #content2A .rightA2 {
    	margin-left: -100px;
    	width: 65%;
    	padding-right: 30px;
    	padding-left: 130px;
    }
    #content4 .rightinfo {
        margin-left: 0;
    }
    #content4 .leftinfo {
    	width: 33%;
	}

	#content11 .rightinfo {
    	width: 51%;
	}
	#content11 .freebar1 {
    	min-height: 500px;
	}
	#content11 .freebar2 {
    min-height: 590px;
	}
	#content11 {
    min-height: 2900px;
	}
	#content2A .rightA2 {
        height: auto;
    }




}

@media screen and (max-device-width: 853px){
	#content .title .titbar1 {
    	display: block;
	}
}



@media screen and (max-device-width: 820px){
	#content .title .titbar1 {
    	display: block;
	}
	.barword {
    	margin-left: 30%;
	}
	/*
	#content2A {
	        padding-left: 2%;
	        padding-right: 2%;
    }
    #content2A .rightA2 {
        width: 52%;
        margin-top: 80px;
     }	
     #content4 .leftinfo img {
    	width: 80%;
	}
	#content4 .rightinfo {
        margin-left: 0px;
    }
*/
	#content2A {
	    background-color: #EBEBF1;
	    padding-left: 2%;
	    padding-right: 2%;
	    height: 1000px;
	}	

	#content2A .rightA2 {
	    float: left;
	    width: 80%;
    }	
	#content2A .leftA2 {
	    float: left;
	    width: 40%;
    }    

	#content4 .freebar1 {
	    width: 100%;
    }    
	#content4 .leftinfo img {
	    padding-left: 0;
    }   
    #content4 .leftinfo {
    	width: 30%;
    } 
    #content4 .freebar3 {
    	width: 100%;
    	margin-right:0;
	}
	#content9 .bottombar {
	    height: 80px;	    
	    line-height: 80px;
	}
	#content2A .rightA2 {
        height: 850px;
    }
	#content4 .mytitleDiv {

	    margin-left: 0;
	}    
	#content4 .freebar3 {
		 margin-left: 0;
	}
	#content11 {
	    padding-left: 5%;
	    padding-right: 5%;
	}
	#content11 .leftinfo {
    	margin-left: 40px;
	}
	#content6 {
        min-height: 960px;
    }

    #content2A .rightA2 {
    	padding-right: 40px;
    }
}


@media screen and (max-device-width: 768px){

		#content7 .bottombar {
	        margin-left: 0;
	    }

		#content .gobtn {

		    margin-left: 0%;

		}   
	    #content .gobtn {
	        margin-left: 0%; 
	    } 
		.bottombar {
		        margin-left: 0%;
		        width: 100%;
		}    

		#content .title {
		    font-size: 1.5em;
		}

		#content .subscribe {

		    font-size: 1em;

		}	

		#content .gobtn {
	        width: 90%;
	        font-size: 1.5em;
	        margin-left: 6%;
	        height: 60px;
	        line-height: 50px;

		}			

		#content .gobtn span {
		    font-size: 20px;
		}	
		
		#content2 .rightArea {
		    margin-left: 1em;
		}

		#content3 {
		    padding-left: 5%;
		    padding-right: 5%;
		}		


		.blackbanner {

		    font-size: 0.5em;

		}

	    #content3 .saleinfo {
	        /*margin-right: 1em;*/
	    }		

		#content3 .saleinfo {
		    font-size: 12px;
		}
		#content3 .saleinfo2 {
		    font-size: 12px;
		}	

		#content3 {
		    min-height: 500px;
		}

		#content2 .rightArea .sologan2{
			color:#F93636;
			font-size: 18px;

		}
		#content2 .rightArea .con2info {
		    font-size: 18;
		}		

		.barword {
    		margin-left: 30%;
		}
		#content2 .rightArea {
        	margin-left: 0;
    	}
		#content2 {
	        height: 550px;
		}

}



@media screen and (max-device-width: 550px){

	#content5 .bottombar {

	    margin-left: 0%;

	}

	#content7 {
	   /* padding-left: 5%;
	    padding-right: 5%;*/
	    padding-left: 7%;
	    padding-right: 2%;	    
	    min-height: 550px;
        height: 550px;
	}

	#content7 .bottombar {
		width:100%;
		font-size: 2em;
    	line-height: 3em;
	}
	#content8 {
	    padding-left: 10%;
	    padding-right: 10%;
    }
    #content6 {
	    padding-left: 5%;
	    padding-right: 5%;
    }
    #content6 .rightArea {
    	margin-left: 1.5em;
    	width: 100%;
    	padding-bottom: 10%;
    	/*float:none;*/
    }
    #content6 .leftArea {
    	width: 100%;
    }
    #content6 .rightArea p{
    	font-size: 28px;
        font-weight: bold;
    }
    #content5 {
	    padding-left: 10%;
	    padding-right: 10%;
	    height: 400px;
	    font-size: 18px;
    }

	#content5 .bottombar {
		/*
	    height: 70px;
	    width: 100%;
	    margin-left: 0;
	    line-height: 2.3em;
	    font-size: 1.4em;
	    */
		height: 70px;
		width: 100%;
		font-size: 1.4em;
		margin: 0px;	    
    }  
	#content5 .descr6 {
	    font-size: 1em;
	}    
	#content4 {
	    padding-left: 5%;
	    padding-right: 5%;
    }
    #content4 .leftinfo {
    	clear:both;
    	width:100%;
    	pading-top:0;
    	padding-left:0;
    	height: auto;
    	text-align: center;

    }
	#content4 .rightinfo {
		clear:both;    
		width: 100%;
	    margin-left: 0;
	    padding-bottom: 50px;

    }    
	#content4 .freebar1 {
    	min-height: 620px;
    }    

	#content4 .freebar2 {
    	min-height: 650px;
    } 

    #content4 .checkone {
	    font-size: 1.4em;
    }


	#content2 {
	    padding-left: 5%;
	    padding-right: 5%;
	    min-height: 500px;

	}

	#content2 .rightArea {
	    clear:both;
	    width: 100%;
	    text-align: left;
	}
	#content2 .leftArea {
	    clear:both;
	    width: 100%;

		text-align: left;
        margin-top: 15%;
        margin-left: 0.5em;        
	}
	#content2 .leftArea img {
		width: 95%;
	}


	#content2 {
	    padding-left: 0%;
	    padding-right: 0%;
		height: 1460px;
        background-size: cover;	    
	}
	#content3 .titlebar {
    	font-size: 1.6em;
    	background-image: url(../img/actionimg/20240724-4.png);
        background-repeat: no-repeat;
    }
    #content3 .saleinfo {
    	width:100%;
    	font-size: 1.3em;
    }
    #content3 .saleinfo2 {
    	width:100%;
    	margin-bottom: 2em;
    	margin-left: 0;
        margin-right: 0;
        font: normal normal normal 18px/28px Segoe UI;
    }
    .blackbanner {
        
        padding-top: 20px;
        font: normal normal 400 20px/27px Segoe UI;
    }

    .bottombar {
	    height: 90px;
	    background: # 0% 0% no-repeat padding-box;
	    width: 100%;
	    font-size: 2em;
	}	

	#content .myphoto {
	    margin-left: 5%;
	    margin-right: 5%;
	}
	#content3 {
        height: 1330px;
    }

	#success .bottombar {
		margin-left:0;
		width:100%;
	}


	#content9 .bottombar {

		margin-top: 1.2em;
        margin-left: 0;
        width: 100%;
        width: 90%;
        font-size: 1.5em;
        margin-left: 6%;
        height: 87px;
        line-height: 87px;
   


	}

	#content3 .titlebar{
		height: 842px;
	}

	#content9 {
	    padding-left: 5%;
	    padding-right: 5%;
	    height: 750px;
	}

	#content10 {
	    padding-left: 5%;
	    padding-right: 5%;
	    min-height: 750px;

	}
	#content6 .rightArea p {
        width: 80%;
        height: 70px;
        line-height: 70px;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    #content7 .descrtitle1 {
    	font-size: 23px;
	}
    #content8 .descrtitle1 {
    	font-size: 23px;
	}	
	#content7 .descrtitle3 {
    	font-size: 0.9em;
    }

    #content7 .content7Area2 {
    	float: left;
    	width: 45%;
    	margin:0;
    	margin-bottom: 3%;
    	margin-right: 5%;
    }
    #content7 .content7Area {
    	float: left;
    	width: 45%;
    	margin-bottom: 3%;
    	margin-right: 5%;
    }    

	#content7 .content7Area img {
	    height: 120px;
	}
	#content7 .content7Area2 img {
	    height: 120px;
	}	


	#content iframe {
	    height: 280px;
	}    

	#header {
	    height: 220px;
	}
	#header .bannerimg img {
    	width: 95%;
	}
	#progressbar {
	    margin-top: 5%;
	    width: 90%;
        margin-left: 5%;
	}	
	#content6 {
		height: 1600px;
	}
	.barword {
    	color: #000;
    	margin-left: 30%;
	}


    li:before {
        top: 10%;
    }


    #content3 .titlebar span {
	    /*font-size: 22px;*/
	    display: block;
	    margin-top: 20px;
	    line-height: 40px;
		font: normal normal 600 20px/32px Segoe UI;
		letter-spacing: 1px;
		color: #FFFFFF;
		opacity: 1;	    
	}



	#content3 .titlebarinfo{
		line-height: 60px;
		font-size: 28px;
		padding-top: 30px;
	}

	#content3 .titlebarinfo2{
		line-height: 60px;
		font-size: 22px;
	}



	.btn-block {
    	width: 100%;
	}

	#content4 .freebar2 .rightinfo .con4infotitle{
		display: block;
    	padding-left: 10px;
	}

	#content4 .freebar2 .rightinfo .con4span {
    	padding-left: 10px;
    }
	#content4 .yellobtn {
		display: block;
    	margin-left: 10px;
	}

	#content4 .freebar1 .rightinfo .con4infotitle {

	    display: block;
	    padding-left: 10px;
	    font-size: 23px;
	}
	#content4 .freebar1 .rightinfo .con4span {
    	padding-left: 2em;
    }

	#content4 .freebar1 .rightinfo .con4span2 {
		display: block;
    	padding-left: 10px;
    }

	#content4 .freebar2 .rightinfo .con4span2 {
		display: block;
    	padding-left: 10px;
    }    

	input, .form-group {
	    width: auto;
	}

	.progress {
	    width: 90%;
	    margin-left: 5%;
	    margin-top: 5px;

	}


	.ullileft{
		width:100%;
		padding-left: 0px;
	}
	.ulliright{
		width:100%;
	}


	#content3 .titlebar {
	    background-position: right;
	    background-size: cover;		
	}
	#ulli {
    	margin-top: 10px;
	}
	#content3 .titlebar .titlebarinfo2{
		/*margin-top: 110px;*/
		padding: 17px;
		font: normal normal normal 18px/24px Segoe UI;
		letter-spacing: 0.9px;
	}

	#ulli .ullileft .ulspan{
		padding: 17px;
		font: normal normal normal 16px/28px Segoe UI;
		letter-spacing: 0.8px;
	}	

	#content2 .rightArea .rightAreatitle {
	    font: normal normal bold 24px / 35px Segoe UI;
	    letter-spacing: 0.72px;

	    margin-top: 50px;
	    display: none;
	}	

	#content2 .rightArea .rightAreatitle2 {
	    font: normal normal bold 24px / 35px Segoe UI;
	    letter-spacing: 0.72px;

	    margin-top: 50px;
	    display: block;
	}		


	#content2 .gobtn {
		height: 72px;
		font: normal normal bold 22px/30px Segoe UI;
		letter-spacing: 1.01px;
	}


	.headarea{
		padding-left: 5%;
	    padding-right: 5%;
	    height: 398px;
	}
	.headleft {
	    width: 100%;
	}

	.headright {
	    float: left;
	    width: 100%;

	}


	.btn-block {

	    margin-left: 0; 
	}

	.headtitle {
			font: normal normal bold 28px/37px Segoe UI;
			letter-spacing: 0px;
			color: #21418B;
	}
	.headinfo {
		font: normal normal 400 20px/27px Segoe UI;
		letter-spacing: 0.6px;		
	}
	.headinfo2 {
		font: normal normal 400 20px/34px Segoe UI;
		letter-spacing: 0.6px;
	}
	#content .subscribe {
        font: normal normal 400 18px/32px Segoe UI;
		letter-spacing: 0px;
    }

	.sub4 {
        font: normal normal 400 18px/32px Segoe UI;
		letter-spacing: 0px;
	}   

	.headright {

	    padding-left: 0; 
	}
	#content2 {
        height: 600px;
    }

	#content2A .leftA2 {
	     float: left; 
	     width: 100%;
	     margin-top: 0;
	     margin-bottom: 4em;
	}

	#content2A {
	    padding-left: 5%;
	    padding-right: 2%;
        height: 950px;
        padding-top: 4em;
	}
	#content2A .rightA2 {
		width: 100%;
		border-radius: 36px;
		margin-top: 50px;
		width: fit-content;
		height: 350px;

	}
	#content2 .rightArea{
		visibility: hidden;
	}

	.circle {
	    margin-top: -120px;
	    margin-left: 34%;
	}	

	#content4 .freebar1 {
		width: 100%;
		margin-top: 100px;
		margin-bottom: 15%;
	}
	#content4 .freebar3 {
		width: 100%;
		margin-top: 100px;
        margin-bottom: 15%;
	}
	#content4 {
		min-height: 3000px;
	}

	.contentimg{
		content:url(../img/actionimg/m_happybar.jpg);
		width: 100%;
	}

	#content9img img {
    	content: url(../img/actionimg/mbsuper001.png);
	}

	#content .subscribe {
		padding-left: 5%;
    	padding-right: 5%;
	}
	.sub5 {
    	font: normal normal 400 18px/32px Segoe UI;
	}

	#content .gobtn {

        line-height: 40px;
    }	
	.rightAreatitle {
		font: normal normal bold 24px/34px Segoe UI;
		letter-spacing: 0.84px;    
	}

	#content2A .rightA2 p {
		font: normal normal bold 24px/34px Segoe UI;
		letter-spacing: 0.84px;
		color: #242424;
	}
	#content2A .rightA2 {
		padding-left: 2em;
    	padding-right: 2em;
    	padding-top: 3em;
    	margin-top:0;
    	margin-left: 0;
	}
	#content4 .mytitleDiv {

	    margin-left: 0;
	}

	#content4 .freebar3 {
		margin-right:0;
	}
	#content4 .freebar3 .rightinfo .con4span {
    	padding-left: 1.5em;
    }


	#content2A .leftA2 img
	{
	    content:url(../img/actionimg/mbsuper002.png);
	}

	#content2 .rightArea {
	    float: none;
	}

	#content11 h2 {
		font: normal normal 600 36px / 48px Segoe UI;
	}
	#content11 {
	    padding-left: 5%;
	    padding-right: 5%;
	    /*
	    min-height: 2300px;
	    */
	    min-height: 900px;
	}
	#content11 .leftinfo {
	    width: 100%;
	    margin-left: 0;
	}
	#content11 .rightinfo {    
	    width: 100%;
	    padding-left: 1.5em;
	    margin-left:0;
	    float:none;

	}
	#content11 .freebar1 {
    	padding-bottom:2em;
	}
	#content11 .freebar2 {
    	padding-bottom:2em;
	}

}


@media screen and (max-device-width: 540px){
	#header .bannerimg img {
        width: 65%;
    }
    #content .title {
        font-size: 2em;
    }
    #content2 {
        height: 400px;
        padding-left: 19px;
        padding-right: 16px;
    }
    #content4 .freebar2 {
        min-height: 700px;
    }
    #content4 .freebar1 {
        min-height: 750px;
    }

	#content9 .descr_6 {
	    color: #fff;
		font: normal normal bold 25px / 33px Segoe UI;
        letter-spacing: 0.85px;
	}    

	#content9 .descr_5 {
		margin-bottom: 22%;

		font: normal normal 400 24px/31px Segoe UI;
		letter-spacing: 0px;
		color: #FFFFFF;		
	}

	#content9 .descr_5_1 {
		margin-bottom: 0px;
        font: normal normal 600 18px / 34px Segoe UI;
        letter-spacing: 0px;
        height: 70px;
        line-height: 80px;
	}

	#content9 .descr_5_2 {
		font: normal normal 600 18px/34px Segoe UI;
		letter-spacing: 0px;
	}	


}



@media screen and (max-device-width: 390px){
	#content .title .titbar1 {
	    display: block;
	}
	#content .title {
        font-size: 2em;
    }
    #content4 .freebar1 .rightinfo .con4infotitle {
    	font-size: 20px;
    }

	#content9 .bottombar {
		width: 90%;
        font-size: 1.5em;
        margin-left: 6%;
        height: 87px;
        line-height: 87px;
	}    
	#ulli ul {
	    padding-left: 10px;
	}

}




@media screen and (max-device-width: 375px){


	#content .title .titbar1 {
	    display: block;
	    line-height: 0px;
	    font-size: 30px;
	}
	#content .title .titbar2 {
	    /*font-size: 30px;*/

	display: block;
    color: #DBDBDB;
    font-size: 28px;	    
	}	

	.sub5 {
    	display: none;
	}
	.sub3 {
    	display: block;
	}
	#content4 .freebar1 .rightinfo .con4infotitle {
		font-size: 20px;
	}
	#content2A .rightA2 {
		height: 1000px;
	}
    #content2A {
        height: 1550px;
    }	
}

@media screen and (max-device-width: 360px){

	#content .title .titbar1 {
	    display: block;
	    line-height: 0px;
	    font-size: 27px;
	}
	#content .title .titbar2 {
	    /*font-size: 30px;*/
	display: block;
    color: #DBDBDB;
    font-size: 28px;	    
	}	

	#content5 .descr6 {
        font-size: 0.9em;
    }
    #content9 .descr_6 {
	    font-size: 28px;
	}
	input, .form-group {
		width: 88%;
	}

    #content4 .freebar1 {
        min-height: 800px;
    }





}

@media screen and (max-device-width: 344px){
    .barword {
        margin-left: 25%;
    }	

    #content9 .bottombar {
    	font-size: 28px;
    }
    #content5 .bottombar {

        font-size: 1.3em;
    }
    #content2A {
        height: 1550px;
    }
    #content2A .rightA2 {
        height: 1100px;
    }
}




@media(min-width: 1900px){ 
	#content3 .titlebar {
		height: 400px;
	}
	.btn-block {
    	width: 50%;
	}
	#content iframe {
		height: 380px;
	}
	#content3 {
    	min-height: 900px;
    	border-radius: 0px;
    }	
}

@media(min-width: 768px){ 
	/*
	#content2 {
	    height: 600px;
	}	
	#content2A .rightA2 {
        height: auto;
        width: 80%;
    }
    #content4 .rightinfo {
	    width: 50%;
	}
	*/
}