@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background-color: #0089e4;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background-color: #0089e4;
  color: #fff;
  text-shadow: none;
}

html {
  -webkit-text-size-adjust: none;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, "source-han-sans-traditional", "微軟正黑體",
    "Microsoft JhengHsans", sans-serif;
}

a {
  text-decoration: none !important;
}

.ANT {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* ----------電腦版型--------------------------- */

.TOP {
  display: block;
  overflow: hidden;
  background: url(../images/topbg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.TOP .WRAPPER {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 80px;
}

.TOPTirtle {
  display: block;
  width: 45%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  margin-bottom: -50px;
}

.TOPTirtle img {
  width: 100%;
  height: auto;
}

/*------------- FORM_BLOCK -------------*/

.FORM_BLOCK {
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../images/formbg.png);
  background-position: center top;
  background-repeat: repeat;
  background-color: #14328c;
  background-attachment: fixed;
}

.FORM_BLOCK .container .row {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1280px;
}

.h1 {
  position: relative;
  width: 100%;
  font-size: 42px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
  padding: 5px 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.h2 {
  width: 100%;
  height: auto;
  font-size: 36px;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-animation: discolor 1s infinite;
  -moz-animation: discolor 1s infinite;
  -ms-animation: discolor 1s infinite;
  -o-animation: discolor 1s infinite;
  animation: discolor 1s infinite;
}

@-webkit-keyframes discolor {

  0%,
  50% {
    color: #fec00f;
  }

  51%,
  100% {
    color: #fff;
  }
}

@-moz-keyframes discolor {

  0%,
  50% {
    color: #fec00f;
  }

  51%,
  100% {
    color: #fff;
  }
}

@-o-keyframes discolor {

  0%,
  50% {
    color: #fec00f;
  }

  51%,
  100% {
    color: #fff;
  }
}

@keyframes discolor {

  0%,
  50% {
    color: #fec00f;
  }

  51%,
  100% {
    color: #fff;
  }
}

.tada {
  animation: tada 3s infinite;
  animation-delay: 2s;
}

.pulse {
  animation: pulse 2s infinite;
  animation-delay: 3s;
}

#GIFT {
  display: block;
  float: left;
  width: 50%;
  margin: 0 auto;
  padding: 0 5%;
}

#GIFT img {
  display: block;
  min-width: 30%;
  margin: 0 auto;
}

/*------------表單------------*/
#FORM {
  display: block;
  float: left;
  width: 50%;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0 5%;
}

#FORM #NAME {
  width: 48%;
  height: auto;
  float: left;
  margin: 0 1%;
}

#FORM #PHONE {
  width: 48%;
  height: auto;
  float: left;
  margin: 0 1%;
}

#FORM #EMAIL,
#FORM #CLASS,
#FORM #GIFT {
  width: 98%;
  height: auto;
  margin: 0 1%;
}

#FORM #Dept {
  margin: 0px 0px 20px 0px;
  width: 100%;
  height: 35px;
}

#FORM #CITY {
  width: 48%;
  height: auto;
  float: left;
  margin: 0 1%;
}

#ddl_city_no {
  width: 100%;
  text-align: center;
  height: 35px;
}

#FORM #SCHOOL {
  width: 48%;
  height: auto;
  float: left;
  margin: 0 1%;
}

#ddl_area_no {
  width: 100%;
  height: 40px;
  text-align: center;
  height: 35px;
}

#READ {
  width: 100%;
  font-size: 16px;
  display: block;
  float: left;
  margin-top: 2%;
  margin-right: 10px;
  color: #fff;
  line-height: 20px;
}

#READ .searchtext2 {
  min-width: 20px;
  min-height: 20px;
  border: 1px solid #1971db;
  background-color: #fff;
  vertical-align: text-bottom;
}

#FORM #BUT {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 2%;
  margin-bottom: 20px;
}

.A {
  color: #666666;
  background-color: #fff;
  border: 1px solid #1971db;
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-top: 5px;
  font-size: 100%;
  text-align: left;
  padding-left: 10px;
  overflow: hidden;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
}

.B {
  width: 100%;
  height: 50px;
  display: block;
  margin: 0 auto;
  *zoom: 1;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0075a9;
  cursor: pointer;
  border-radius: 2px;
  border-bottom: 10px solid #056691;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
}

.C {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  *zoom: 1;
  font-size: 25px;
  text-align: center;
  letter-spacing: 2;
  color: #475059;
  font-weight: 700;
  text-decoration: none;
  background-color: #fec00f;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 0;
}

/*------------- CONTENT1 -------------*/

.CONTENT1 {
  width: 100%;
  height: auto;
  padding-top: 50px;
  background: url(../images/CONTENTbg.png);
  background-color: #ffffff;
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
}

.CONTENT1 .container {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1000px;
}

h2 {
  position: relative;
  width: 100%;
  font-size: 42px;
  color: #000;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
  padding: 5px 15px;
  font-weight: bold;
}

h2 span {
  font-size: 36px;
  font-weight: 500;
}

.lineBar {
  width: 50%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 60px;
}

.lineBar img {
  width: 100%;
  height: 100%;
}

.one104 {
  width: 100%;
  font-size: 13px;
  color: #000;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
  padding: 15px 15px;
}

.card {
  border: 0px solid rgba(0, 0, 0, .125);
}

#flip_all {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.front_block img {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  margin: 20px auto;
}

.front_block p.tt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  text-align: center;
  padding: 0;
}

.front_block p.tt span {
  color: #14328c;
}

.front_block p {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  text-align: justify;
  padding: 25px 20px 0 20px;
}

.front_block p span {
  color: #ffff00;
}

/*------------- TURN -------------*/
.flip {
  width: 48%;
  height: 275px;
  float: left;
  margin: 0 2% 0 2%;
}

.flip .card.flipped {
  transform: rotatex(-180deg);
  -webkit-transform: rotatex(-180deg);
}

.flip .card {
  width: 285px;
  height: 275px;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
}

.flip .card .face {
  width: 285px;
  height: 275px;
  position: absolute;
  z-index: 2;
}

.flip .card .front {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background-color: white;
  border: 2px solid #aaaaaa;
}

.flip .card .back {
  transform: rotatex(-180deg);
  -webkit-transform: rotatex(-180deg);
  cursor: pointer;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background-color: #14328c;
  background-image: url(../images/formbg.png);
  background-repeat: repeat;
  background-position: center top;
}

.face back card01 {}

.front_block {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  float: none;
  clear: both;
}

.slick-initialized .slick-slide {
  height: 275px;
}

/*------------- CONTENT2 -------------*/

.CONTENT2 {
  width: 100%;
  height: auto;
  background: url(../images/CONTENTbg.png);
  background-color: #ffffff;
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
}

.CONTENT2 .container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.CONTENT2h2 {
  position: relative;
  width: 100%;
  font-size: 30px;
  color: #000;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
  padding: 5px 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

.CONTENT2h2 span {
  font-weight: 500;
}

/*------------- CONTENT3 -------------*/

.CONTENT3 {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  background: url(../images/CONTENTbg2.png);
  background-color: #fec00f;
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
}

.CONTENT3 .container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1280px;
}

h1 {
  position: relative;
  width: 100%;
  font-size: 30px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
  padding: 5px 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

h1 span {
  font-weight: 500;
}

.CloudTitle {
  float: left;
  width: 100%;
  height: auto;
  font-size: 30px;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}

.CONTENT3box {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 15px 20%;
}

.CONTENT3box .modal-content {
  background: url(../images/CONTENTbg.png);
  background-color: #ffffff;
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
}

.CONTENT3box1 {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 15px 5%;
}

.Softwarebox {
  position: relative;
  float: left;
  width: 300px;
  height: 150px;
  background-color: white;
  margin: 2% 5%;
  border-radius: 15px;
  text-align: center;
}

.Softwarebox p {
  font-size: 18px;
  line-height: 1.6;
  color: black;
  padding-top: 25px;
}

.Softwarebox1 {
  position: relative;
  float: left;
  width: 300px;
  height: 150px;
  background-color: white;
  margin: 1% 2%;
  border-radius: 15px;
  text-align: center;
}

.Softwarebox1 p {
  font-size: 18px;
  line-height: 1.6;
  color: black;
  padding-top: 25px;
}

.Softwarebox2 {
  position: relative;
  float: none;
  width: 300px;
  height: 150px;
  background-color: white;
  margin: 0 auto;
  border-radius: 15px;
  text-align: center;
}

.Softwarebox2 p {
  font-size: 18px;
  line-height: 1.6;
  color: black;
  padding-top: 25px;
}

.SoftwareboxBottom {
  position: absolute;
  float: left;
  width: 100%;
  height: auto;
  background-color: #14328c;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: 20px;
  bottom: 0;
  left: 0;
}

.CONTENT2button {
  float: right;
  position: relative;
  width: 1.55em;
  height: 1.5em;
  border-radius: 100%;
  border: solid 1px #14328c;
  background-color: #fff;
  margin: 15px;
  margin-right: 50px;
}

.CONTENT2button p {
  width: 150px;
  height: auto;
  font-size: 18px;
  line-height: 1.6;
  color: white;
  margin-top: -28px;
  margin-left: -160px;
}

.CONTENT2button :before,
.CONTENT2button :after {
  content: "";
  position: absolute;
  background-color: white;
  transition: transform 0.25s ease-out;
}

/* Vertical line */
.CONTENT2button :before {
  background-color: #14328c;
  width: 2px;
  height: 20px;
  left: 48%;
  top: 50%;
  margin-top: -10px;
}

/* horizontal line */
.CONTENT2button :after {
  background-color: #14328c;
  width: 20px;
  height: 2px;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -2.5px;
}

.CONTENT2button :hover {
  cursor: pointer;
}

.CONTENT2button :hover:before {
  transform: rotate(90deg);
}

.CONTENT2button :hover:after {
  transform: rotate(180deg);
}

.modal-content {
  margin-top: 50%;
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  padding-bottom: 0;
  border-bottom: 0px solid #e5e5e5;
}

.modal-body {
  line-height: 1.6;
  padding-top: 0 !important;
  padding: 1rem;
}

.modal-body ul {
  padding-inline-start: 20px;
}

.modal-body ul li {
  list-style-type: square;
}

.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}


/*------------- CONTENT4 -------------*/

.CONTENT4 {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  background: url(../images/formbg.png);
  background-position: center top;
  background-repeat: repeat;
  background-color: #14328c;
  background-attachment: fixed;
}

.CONTENT4 .container {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1280px;
}

.CONTENT4box img {
  border-radius: 10px;
}

.Recruitbox {
  width: 100%;
  height: auto;
  background-color: #fec00f;
  padding: 25px 15px;
}

.Recruitbox p {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.Recruitbox p span {
  color: #14328c;
}

.CONTENT4box {
  width: 100%;
  height: auto;
  padding-top: 60px;
  margin-bottom: 30px;
}

.CTA1 {
  float: none;
  display: table;
  width: 220px;
  height: 44px !important;
  background-color: #14328c;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  padding-top: 15px;
  border-radius: 10px;
}

.CTA1 p {
  font-size: 24px;
  color: #fff;
}

.CTA2 {
  float: none;
  display: table;
  width: 220px;
  height: 44px !important;
  background-color: #fec00f;
  color: #000;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  padding-top: 15px;
  border-radius: 10px;
}

.CTA2 p {
  font-size: 24px;
  color: #fff;
}

.slick-prev:before,
.slick-next:before {
  color: #14328c !important;
}

.CTA1 i,
.CTA2 i,
#BUT i {
  color: #FFFFFF;
  padding-top: 15px;
  position: absolute;
  text-shadow: 0 1px 5px rgb(0 0 0 / 35%);
  z-index: 2;
  font-size: 30px;
}


/*------------- CONTENT5 -------------*/

.CONTENT5 {
  width: 100%;
  height: auto;
  background: url(../images/CONTENTbg.png);
  background-color: #ffffff;
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
}

.CONTENT5 .container {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 60px;
}

.cardbox {
  width: 100%;
  height: auto;
  padding: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background-color: white;
  border: 2px solid #aaaaaa;
  margin-bottom: 15px;
  cursor: pointer;
}

.cardbox img {
  margin-bottom: 15px;
  border-radius: 50%;
}

.cardboxname {
  width: 100%;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.cardleft {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.cardleft p {
  color: #14328c;
  font-weight: bold;
}

.cardleft span {
  font-weight: bold;
}

.cardleftwin {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  text-align: justify;
}

.cardleftwin p {
  font-size: 20px;
  color: #14328c;
  font-weight: bold;
  text-align: center;
}

.cardleftwin span {
  font-weight: bold;
}

#my1 .modal-content,
#my2 .modal-content {
  width: 100%;
  height: auto;
  background: url(../images/CONTENTbg.png);
  background-color: #ffffff;
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
}

#my1 .modal-body,
#my2 .modal-body {
  padding-top: 0;
}

#my1 .modal-header,
#my2 .modal-header {
  padding-bottom: 5px;
}

#my1 .modal-header img,
#my2 .modal-header img {
  width: 50%;
  margin-bottom: 15px;
  border-radius: 50%;
  margin: 0 auto;
}

/* --電腦版型2-------------------------------------*/
@media screen and (max-width: 1279px) {
  .Softwarebox {
    width: 296px;
    margin: 1% 3%;
  }

  .Softwarebox1 {
    width: 296px;
    margin: 1% 3%;
  }

  .Softwarebox2 {
    width: 296px;
  }
}


/* --電腦版型2-------------------------------------*/
@media screen and (max-width: 1244px) {
  .Softwarebox {
    width: 272px;
    margin: 1% 2%;
  }

  .Softwarebox1 {
    width: 262px;
    margin: 1% 2%;
  }

  .Softwarebox2 {
    width: 272px;
  }
}

/* --電腦版型3-------------------------------------*/
@media screen and (max-width: 1024px) {

  .CONTENT3box {
    padding: 15px 12%;
  }

  .CONTENT3box1 {
    padding: 15px 1.8%;
  }

  .Softwarebox {
    width: 300px;
    margin: 1% 4%;
  }

  .Softwarebox1 {
    width: 300px;
    margin: 1% 8%;
  }

  .Softwarebox2 {
    width: 300px;
  }
}

/* --電腦版型3-------------------------------------*/
@media screen and (max-width: 991px) {
  .CONTENT3box {
    padding: 15px 10%;
  }

  .CONTENT3box1 {
    padding: 15px 10%;
  }

  .Softwarebox {
    width: 310px;
    margin: 1% 2%;
  }

  .Softwarebox1 {
    width: 310px;
    margin: 1% 2%;
  }

  .Softwarebox2 {
    width: 310px;
  }

  .slick-prev {
    left: 15px !important;
  }

  .slick-next {
    right: 15px !important;
  }
}


/* --電腦版型2-------------------------------------*/
@media screen and (max-width: 879px) {
  .Softwarebox {
    width: 270px;
    margin: 1% 2%;
  }

  .Softwarebox1 {
    width: 270px;
    margin: 1% 2%;
  }

  .Softwarebox2 {
    width: 270px;
  }
}

/* --平板版型1-------------------------------------*/
@media screen and (max-width: 768px) {
  .TOPTirtle {
    width: 80%;
  }

  h1 {
    width: 100%;
  }

  #GIFT {
    width: 100%;
    padding: 0;
  }

  #FORM {
    width: 100%;
    padding: 0;
  }

  .FORM_BLOCK .container .row {
    width: 100%;
  }

  .h1 {
    line-height: 1.3;
    padding: 0;
  }

  .h2 {
    width: 95%;
  }

  h2 {
    width: 95%;
  }

  .lineBar {
    width: 70%;
    margin-bottom: 30px;
  }

  .CONTENT2 {
    padding-top: 20px;
  }

  .CONTENT3box {
    padding: 15px 5%;
  }

  .CONTENT3box1 {
    padding: 15px 5%;
  }

  .Softwarebox {
    width: 300px;
    margin: 1% 2%;
  }

  .Softwarebox1 {
    width: 300px;
    margin: 1% 2%;
  }

  .Softwarebox2 {
    width: 300px;
  }

  #flip_all {
    margin-left: 0;
  }

  .slick-prev {
    left: -10px !important;
  }

  .slick-next {
    right: -10px !important;
  }
}

/* --平板版型2-------------------------------------*/
@media screen and (max-width: 767px) {
  .Softwarebox {
    width: 279px;
    margin: 1% 2%;
  }

  .Softwarebox1 {
    width: 279px;
    margin: 1% 2%;
  }

  .Softwarebox2 {
    width: 279px;
  }

  #flip_all {
    margin-left: 0;
  }

  .flip .card {
    width: 100%;
  }

  .flip .card .face {
    width: 100%;
  }
}

/* --平板版型2-------------------------------------*/
@media screen and (max-width: 703px) {
  .Softwarebox {
    width: 260px;
    margin: 1% 1%;
  }

  .Softwarebox1 {
    width: 260px;
    margin: 1% 1%;
  }

  .Softwarebox2 {
    width: 260px;
  }
}

/* --手機版型1-------------------------------------*/
@media screen and (max-width: 639px) {
  .TOPTirtle {
    width: 95%;
  }

  .lineBar {
    width: 100%;
  }

  #FORM #NAME {
    width: 98%;
    height: auto;
    margin: 0 1%;
  }

  #FORM #PHONE {
    width: 98%;
    height: auto;
    margin: 0 1%;
  }

  .CONTENT3box {
    float: none;
  }

  .CONTENT3box1 {
    float: none;
  }

  .Softwarebox {
    width: 100%;
    margin: 2% 1%;
  }

  .Softwarebox1 {
    width: 100%;
    margin: 2% 1%;
  }

  .Softwarebox2 {
    width: 100%;
  }

  .CONTENT2button p {
    margin-left: -270px;
  }
}

/* --手機版型2-------------------------------------*/
@media screen and (max-width: 479px) {
  .TOP .WRAPPER {
    padding-top: 15px;
  }

  .TOPTirtle {
    width: 98%;
  }

  .TOP,
  .FORM_BLOCK,
  .CONTENT1,
  .CONTENT2,
  .CONTENT3,
  .CONTENT4 {
    min-width: 320px;
  }

  .h1 {
    font-size: 30px;
  }

  .h2 {
    font-size: 24px;
  }

  h2 span {
    font-size: 24px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 30px;
  }

  .CONTENT2h2 {
    font-size: 30px;
  }

  .CloudTitle {
    font-size: 21px;
  }

  .Recruitbox p {
    font-size: 30px;
  }

  #READ {
    font-size: 15px;
  }

  .CONTENT4box {
    margin-bottom: 0;
  }

  .CONTENT2button p {
    margin-left: -210px;
  }
}

/* --手機版型3-------------------------------------*/
@media screen and (max-width: 425px) {
  h1 {
    width: 100%;
  }

  h2 {
    width: 100%;
  }

  .CONTENT2h2 {
    width: 100%;
  }

  .CONTENT2button p {
    margin-left: -180px;
  }
}

/* --手機版型4-------------------------------------*/
@media screen and (max-width: 375px) {}

/* --手機版型4-------------------------------------*/
@media screen and (max-width: 360px) {}

/* --手機版型5-------------------------------------*/
@media screen and (max-width: 320px) {}