@charset "UTF-8";
@media (min-width: 320px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 22.5px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 23.44px;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 24px;
  }
}
@media (min-width: 400px) {
  html {
    font-size: 25px;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 25.88px;
  }
}
@media (min-width: 424px) {
  html {
    font-size: 26.5px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 30px;
  }
}
@media (min-width: 540px) {
  html {
    font-size: 33.75px;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 40px;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 46.88px;
  }
}
/* LESS Document */
/* 清除浮动 */
/*常用颜色*/
/*常用字号*/
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*边框圆角*/
/* 圆角  */
/*配模式定位*/
/*下阴影*/
/*弹出窗口半透明灰*/
/*1200屏*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* 背景自适应 */
/*
 * 重置
 */
/*---------- normalize ----------*/
/* margin:0, padding:0 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
  margin: 0;
  padding: 0;
  font-family: arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}
/* html5 shiv */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
/* Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* hidden */
[hidden] {
  display: none;
  visibility: hidden;
}
/* Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* abbr */
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
/* b, strong */
b,
strong {
  font-weight: bold;
  font-family: arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}
/* code,kbd,pre,samp */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/* <del>常用于产品原价，此时Tahoma字体删除线有问题，故改用Arial字体 */
del {
  font-family: Arial;
}
/* img */
img {
  vertical-align: middle;
  border: 0;
}
/* list-style */
li {
  list-style: none;
}
/* mark */
mark {
  background: #ff0;
  color: #000;
}
/* pre */
pre {
  white-space: pre-wrap;
}
/* quote */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
/* sub, sup */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}
/* reset fonts */
address,
caption,
cite,
dfn,
em,
i,
q,
th {
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
}
/*---------- form & button ----------*/
/* fieldset,legend */
fieldset,
legend {
  border: 0;
}
/* 
// 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
// 2. Correct inability to style clickable `input` types in iOS.
// 3. Improve usability and consistency of cursor style between image-type `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/* disabled */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* reset fonts */
button,
input,
select,
select optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  vertical-align: middle;
}
/* Reset unusual Firefox-on-Android default style. See https://github.com/necolas/normalize.css/issues/214 */
button,
input,
select[multiple],
textarea {
  background-image: none;
}
/* Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* 
// Fix for Chrome number input
// Setting certain font-sizes causes the `I` bar to appear on hover of the bottom increment button.
// See https://github.com/twbs/bootstrap/issues/8350 for more.
 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
/* textarea */
textarea {
  overflow: auto;
  vertical-align: top;
}
div,
ul,
li,
section,
article,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  box-sizing: border-box;
}
.clearfix::after,
.clearfix::before {
  content: '';
  display: table;
  clear: both;
}
.container_1200 {
  max-width: 1200px;
  min-width: 320px;
  width: 90%;
  margin: 0 auto;
}
.bidding_header {
  background-color: #162b51;
  padding: 20px 20px;
  *zoom: 1;
}
.bidding_header:after {
  content: " ";
  clear: both;
  display: table;
}
.bidding_header h2 {
  float: left;
}
.bidding_header .prophone {
  float: right;
}
@media (max-width: 640px) {
  .bidding_header {
    padding: 28px 10px;
  }
  .bidding_header img {
    height: 50px;
  }
}
@media (max-width: 450px) {
  .bidding_header {
    padding: 20px 10px;
  }
  .bidding_header img {
    height: 34px;
  }
}
.cf_banner {
  background: url(../images/bg_banner.jpg) center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  text-align: center;
  padding: 150px 0 270px;
  width: 100%;
}
.cf_banner .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
.cf_banner .container * {
  box-sizing: inherit;
}
.cf_banner .container img {
  max-width: 100%;
  margin: 0 auto;
}
.cf_banner h1 {
  position: absolute;
  top: -100px;
}
@media (max-width: 1050px) {
  .cf_banner {
    padding: 150px 0 215px;
  }
}
@media (max-width: 750px) {
  .cf_banner {
    padding: 100px 0 120px;
  }
}
@media (max-width: 540px) {
  .cf_banner {
    padding: 65px 0 60px;
  }
}
.cf_presell {
  position: relative;
  margin-top: -80px;
}
@media (max-width: 1050px) {
  .cf_presell {
    margin-top: -105px;
  }
}
@media (max-width: 750px) {
  .cf_presell {
    margin-top: -95px;
  }
}
@media (max-width: 640px) {
  .cf_presell {
    margin-top: -75px;
  }
}
@media (max-width: 440px) {
  .cf_presell {
    margin-top: -45px;
  }
}
@media (max-width: 380px) {
  .cf_presell {
    margin-top: -40px;
  }
}
.cf_presell .container_1200 {
  background: url(../images/bg_title.png) center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  border-radius: 10px;
}
.cf_presell ul.cfp_bg {
  height: 150px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 200px 0 100px;
}
@media (max-width: 1020px) {
  .cf_presell ul.cfp_bg {
    padding: 0 180px 0 70px;
  }
}
.cf_presell ul.cfp_bg > img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 130px;
}
.cf_presell ul.cfp_bg > a {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  width: 160px;
  height: 60px;
  background-image: linear-gradient(-90deg, #00baff 0%, #cb55cd 100%), linear-gradient(90deg, #fca320 0%, #f43303 100%);
  border-radius: 10px;
}
.cf_presell ul.cfp_bg li:nth-of-type(1) {
  margin-right: 10px;
}
.cf_presell ul.cfp_bg li:nth-of-type(1) p {
  font-size: 24px;
  color: #ffffff;
}
.cf_presell ul.cfp_bg li:nth-of-type(1) p > span {
  font-size: 60px;
}
@media (max-width: 1020px) {
  .cf_presell ul.cfp_bg li:nth-of-type(1) p > span {
    font-size: 40px;
    font-weight: 600;
  }
}
.cf_presell ul.cfp_bg li:nth-of-type(2) {
  margin-right: 12.5%;
}
@media (max-width: 1100px) {
  .cf_presell ul.cfp_bg li:nth-of-type(2) {
    margin-right: 7%;
  }
}
.cf_presell ul.cfp_bg li:nth-of-type(2) p {
  color: #bbe3fc;
  font-size: 18px;
  text-decoration: line-through;
}
.cf_presell ul.cfp_bg li:nth-of-type(2) h4 {
  background: url("../images/bg_youh.png") center no-repeat;
  background-size: contain;
  width: 177px;
  height: 33px;
  line-height: 33px;
  color: #002f40;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.cf_presell ul.cfp_bg li:nth-of-type(3) {
  margin-right: 3.5%;
}
.cf_presell ul.cfp_bg li:nth-of-type(3) p {
  color: #bbe3fc;
  font-size: 16px;
  line-height: 28px;
}
.cf_presell div.app {
  display: none;
}
@media (max-width: 900px) {
  .cf_presell ul.cfp_bg {
    display: none;
  }
  .cf_presell div.app {
    display: block;
  }
  .cf_presell div.app a {
    display: block;
  }
  .cf_presell div.app a > img {
    width: 100%;
    cursor: pointer;
  }
}
.cf_capacity {
  padding: 100px 0 50px;
}
.cf_capacity .main > img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}
.cf_capacity .main > img.app {
  display: none;
}
.cf_capacity .main > p {
  font-weight: bold;
  text-align: center;
  color: #4a4a4a;
  font-size: 20px;
  line-height: 34px;
}
.cf_capacity .main > a {
  display: block;
  margin: 20px auto 0;
  width: 160px;
  height: 60px;
  background: url("../images/bg_btnk.png") center no-repeat;
  background-size: contain;
  color: #000000;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .cf_capacity {
    padding: 60px 0 50px;
  }
  .cf_capacity .main > img.app {
    display: block;
  }
  .cf_capacity .main > img.pc {
    display: none;
  }
  .cf_capacity .main > p {
    font-size: 16px;
    line-height: 26px;
  }
}
.cf_replace {
  padding: 75px 0 50px;
  background: url(../images/bg_03.png) center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.cf_replace .main > h3 {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.cf_replace .main > h4 {
  color: #00baff;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
.cf_replace .main > h5 {
  display: block;
  margin: 10px auto 0;
  width: 76px;
  height: 3px;
  background-color: #00baff;
}
.cf_replace .main > ul {
  display: flex;
  margin: 40px -1.5% 75px;
}
.cf_replace .main > ul li {
  width: 47%;
  margin: 0 1.5%;
}
.cf_replace .main > ul li > img {
  width: 100%;
  max-width: 100%;
}
.cf_replace .main > ol {
  display: flex;
  margin: 40px -1.5% 0;
}
.cf_replace .main > ol li {
  width: 30.33%;
  margin: 0 1.5%;
  color: #d4e0f1;
  text-align: left;
}
.cf_replace .main > ol li > h6 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: bold;
}
.cf_replace .main > ol li > p {
  font-size: 16px;
}
.cf_replace .main > ol li > p > span {
  color: #00baff;
}
@media (max-width: 640px) {
  .cf_replace {
    padding: 35px 0 35px;
  }
  .cf_replace .main > ul {
    margin: 35px 0% 15px;
    flex-wrap: wrap;
  }
  .cf_replace .main > ul li {
    width: 100%;
    margin: 0 auto 15px;
  }
  .cf_replace .main > ol {
    margin: 15px 0% 0;
    flex-wrap: wrap;
  }
  .cf_replace .main > ol li {
    width: 100%;
    margin: 0 auto 15px;
  }
  .cf_replace .main > ol li > h6 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .cf_replace .main > h3 {
    font-size: 20px;
  }
  .cf_replace .main > h4 {
    font-size: 28px;
  }
  .cf_replace .main > ol li > h6 {
    font-size: 18px;
  }
  .cf_replace .main > ol li > p {
    font-size: 14px;
  }
}
.cf_theory {
  padding: 75px 0 100px;
}
.cf_theory .main > p {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #2f4774;
}
.cf_theory .main > p > span {
  color: #00baff;
}
.cf_theory .main > ul {
  display: flex;
  margin: 40px -1.5% 0px;
}
.cf_theory .main > ul li {
  width: 47%;
  margin: 0 1.5%;
}
.cf_theory .main > ul li > img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 640px) {
  .cf_theory {
    padding: 35px 0 35px;
  }
  .cf_theory .main > ul {
    flex-wrap: wrap;
    margin: 15px auto 0px;
  }
  .cf_theory .main > ul li {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 480px) {
  .cf_theory .main > p {
    font-size: 28px;
  }
}
.cf_student {
  padding: 75px 0 100px;
  background: url(../images/bg_05.jpg) center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.cf_student .main h3 {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.cf_student .main h4 {
  color: #00baff;
  font-size: 34px;
  text-align: center;
  font-weight: bold;
}
.cf_student .main > h5 {
  display: block;
  margin: 10px auto 0;
  width: 76px;
  height: 3px;
  background-color: #00baff;
}
.cf_student .main > ul {
  width: 60%;
  display: flex;
  margin: 40px auto 75px;
}
.cf_student .main > ul li {
  width: 47%;
  margin: 0 1.5%;
}
.cf_student .main > ul li > img {
  display: block;
  width: 100%;
  max-width: 324px;
  margin: 0 auto;
  cursor: pointer;
}
.cf_student .main > ol {
  display: flex;
  margin: 40px -1% 0;
}
.cf_student .main > ol > li {
  width: 31.33%;
  margin: 0 1%;
  background-image: linear-gradient(180deg, #21304f 0%, #21304f 100%);
}
.cf_student .main > ol > li h4 {
  color: #00baff;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  padding-left: 20px;
  text-align: left;
  background-image: linear-gradient(90deg, rgba(37, 56, 94, 0.58) 0%, #596d93 100%);
  margin-bottom: 15px;
}
.cf_student .main > ol > li > ul {
  padding: 0 20px 0 30px;
}
.cf_student .main > ol > li > ul > li {
  padding-bottom: 30px;
  padding-left: 20px;
  border-left: 1px solid #3a4b70;
  position: relative;
}
.cf_student .main > ol > li > ul > li span {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #2f456f;
  color: #b8d2ec;
  font-style: 18px;
  text-align: center;
  border-radius: 50%;
}
.cf_student .main > ol > li > ul > li:last-child {
  border-left: none;
}
.cf_student .main > ol > li > ul > li h6 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.cf_student .main > ol > li > ul > li p {
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 1000px) {
  .cf_student .main > ul {
    width: 80%;
    margin: 40px auto 45px;
  }
}
@media (max-width: 640px) {
  .cf_student {
    padding: 35px 0 35px;
  }
  .cf_student .main > ul {
    width: 100%;
  }
  .cf_student .main > ol {
    flex-wrap: wrap;
    margin: 20px auto 0;
  }
  .cf_student .main > ol > li {
    width: 100%;
    margin: 0 auto 15px;
  }
  .cf_student .main > ol > li h4 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .cf_student .main h3 {
    font-size: 18px;
  }
  .cf_student .main h4 {
    font-size: 22px;
  }
  .cf_student .main > ul {
    margin: 20px auto 35px;
  }
  .cf_student .main > ol li h4 {
    font-size: 20px;
  }
}
.cf_course {
  padding: 75px 0;
}
.cf_course .main > p {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #2f4774;
}
.cf_course .main > p > span {
  color: #00baff;
}
.cf_course .main h3 {
  font-size: 24px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
.cf_course .main > h5 {
  display: block;
  margin: 10px auto 0;
  width: 76px;
  height: 3px;
  background-color: #00baff;
}
.cf_course .main ul {
  display: flex;
  margin: 20px -1%;
}
.cf_course .main ul > li {
  width: 18%;
  margin: 0 1% 20px;
}
.cf_course .main ul > li > img {
  display: block;
  height: 55px;
  margin: 0 auto;
}
.cf_course .main ul > li > h4 {
  color: #25395e;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 20px auto 10px;
}
.cf_course .main ul > li p {
  text-align: center;
  color: #7388a9;
  font-size: 17px;
}
.cf_course .main a {
  display: block;
  margin: 20px auto 0;
  width: 160px;
  height: 60px;
  background-image: linear-gradient(-90deg, #00baff 0%, #cb55cd 100%), linear-gradient(90deg, #fca320 0%, #f43303 100%);
  color: #ffffff;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .cf_course .main ul {
    flex-wrap: wrap;
  }
  .cf_course .main ul > li {
    width: 31.33%;
  }
}
@media (max-width: 640px) {
  .cf_course {
    padding: 35px 0;
  }
  .cf_course .main h3 {
    margin-top: 10px;
  }
  .cf_course .main ul {
    margin: 20px -1% 0;
  }
  .cf_course .main ul > li {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .cf_course .main ul > li > h4 {
    font-size: 16px;
    margin: 10px auto 5px;
  }
  .cf_course .main ul > li > p {
    font-size: 14px;
    text-align: justify;
  }
}
@media (max-width: 370px) {
  .cf_course .main ul > li > h4 {
    font-size: 14px;
    margin: 8px auto 2px;
  }
  .cf_course .main ul > li > h4.app {
    text-align: justify;
  }
  .cf_course .main ul > li > p {
    font-size: 12px;
    text-align: justify;
  }
}
.cf_lecturer {
  padding: 70px 0 60px;
  background: url(../images/bg_07.jpg) center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.cf_lecturer .main > p {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #2f4774;
}
.cf_lecturer .main > p > span {
  color: #00baff;
}
.cf_lecturer .main ul {
  display: flex;
  margin: 20px -1%;
}
.cf_lecturer .main ul > li {
  width: 18%;
  margin: 0 1% 20px;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.8);
}
.cf_lecturer .main ul > li > img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.cf_lecturer .main ul > li > h3 {
  color: #000000;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin: 15px auto 10px;
}
.cf_lecturer .main ul > li > p {
  text-align: left;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}
.cf_lecturer .main ul > li:hover {
  background-color: #2f4774;
}
.cf_lecturer .main ul > li:hover > h3 {
  color: #ffffff;
}
.cf_lecturer .main ul > li:hover > p {
  color: #ffffff;
}
.cf_lecturer .main div.box p.yc {
  display: none;
}
@media (max-width: 1050px) {
  .cf_lecturer {
    padding: 35px;
  }
  .cf_lecturer .main div.box {
    overflow-x: auto;
  }
  .cf_lecturer .main div.box > ul {
    width: 1200px;
    margin: 20px -1% 0px;
  }
  .cf_lecturer .main div.box p.yc {
    display: block;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .cf_lecturer .main > p {
    font-size: 26px;
  }
}
.cf_otherclass {
  padding: 70px 0 60px;
}
.cf_otherclass .main > p {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #2f4774;
}
.cf_otherclass .main > p > span {
  color: #00baff;
}
.cf_otherclass .main > ul {
  display: flex;
  margin: 50px -1% 30px;
}
.cf_otherclass .main > ul li {
  width: 23%;
  margin: 0 1%;
}
.cf_otherclass .main > ul li a {
  display: block;
}
.cf_otherclass .main > ul li img {
  width: 100%;
}
.cf_otherclass .main > ul li h3 {
  color: #000000;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
}
@media (max-width: 800px) {
  .cf_otherclass .main > ul {
    flex-wrap: wrap;
  }
  .cf_otherclass .main > ul li {
    width: 48%;
    margin: 0 1% 15px;
  }
}
@media (max-width: 640px) {
  .cf_otherclass {
    padding: 35px 0;
  }
  .cf_otherclass .main > p {
    font-size: 28px;
  }
  .cf_otherclass .main > ul {
    margin: 20px -1% 0px;
  }
  .cf_otherclass .main > ul li h3 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cf_otherclass .main > p {
    font-size: 26px;
  }
}
.cf_apply {
  padding: 70px 0 100px;
  background: url(../images/bg_09.jpg) center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.cf_apply .main > h2 {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
.cf_apply .main > p {
  margin-top: 5px;
  text-align: center;
  font-size: 20px;
  color: #4c69a4;
}
.cf_apply .main > p > span {
  color: #00baff;
}
.cf_apply .main div.apply {
  margin: 0 auto;
  max-width: 600px;
  padding: 40px 70px 0;
}
.cf_apply .main div.apply input::-webkit-input-placeholder,
.cf_apply .main div.apply textarea::-webkit-input-placeholder {
  color: #4c69a4;
}
.cf_apply .main div.apply input:-moz-placeholder,
.cf_apply .main div.apply textarea:-moz-placeholder {
  color: #4c69a4;
}
.cf_apply .main div.apply input::-moz-placeholder,
.cf_apply .main div.apply textarea::-moz-placeholder {
  color: #4c69a4;
}
.cf_apply .main div.apply input:-ms-input-placeholder,
.cf_apply .main div.apply textarea:-ms-input-placeholder {
  color: #4c69a4;
}
.cf_apply .main div.apply ol > li {
  width: 100%;
  height: 40px;
  position: relative;
  margin-bottom: 15px;
}
.cf_apply .main div.apply ol > li input {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #4c69a4;
  border: none;
  padding-left: 15px;
  background-color: #0d2655;
  border: solid 1px #4c69a4;
}
.cf_apply .main div.apply ol > li span {
  position: absolute;
  right: 0px;
  height: 40px;
}
.cf_apply .main div.apply ol > li span img {
  width: 100px;
  height: 40px;
}
.cf_apply .main div.apply ol > li span.huoqu {
  width: 100px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #0d2046;
  text-align: center;
  background-color: #4c69a4;
  border: solid 1px #4c69a4;
  cursor: pointer;
}
.cf_apply .main div.apply div.submit_btn {
  *zoom: 1;
}
.cf_apply .main div.apply div.submit_btn:after {
  content: " ";
  clear: both;
  display: table;
}
.cf_apply .main div.apply div.submit_btn span {
  cursor: pointer;
  width: 48%;
  height: 50px;
  float: left;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  background-image: linear-gradient(-90deg, #00baff 0%, #cb55cd 100%), linear-gradient(90deg, #fca320 0%, #f43303 100%);
  border-radius: 5px;
  color: #ffffff;
}
.cf_apply .main div.apply div.submit_btn span:nth-of-type(2) {
  float: right;
  background-image: linear-gradient(90deg, #112b5e 0%, #4c69a4 100%);
}
.cf_apply .main div.apply div.submit_btn span:nth-of-type(2) a {
  color: #ffffff;
}
@media (max-width: 640px) {
  .cf_apply {
    padding: 40px 0 80px;
  }
  .cf_apply .main > h2 {
    font-size: 28px;
  }
  .cf_apply .main > p {
    font-size: 16px;
  }
  .cf_apply .main div.apply {
    padding: 25px 20px 0;
  }
}
.popup {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.popup div {
  width: 320px;
  height: 250px;
  max-width: 600px;
  max-height: 444px;
  background: #ccc;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.popup div video {
  width: 100%;
}
.popup div embed {
  width: 100%;
}
.popup span {
  position: absolute;
  color: #fff;
  font-size: 40px;
  right: 20px;
  top: 70px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ccc;
  text-align: center;
  line-height: 50px;
}
@media (min-width: 768px) {
  .popup div {
    width: 600px;
    height: 444px;
  }
}
