/*
 * CSS reset for mobile
 */
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,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline; }

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: none;
  font-family: inherit;
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  font-family: Microsoft YaHei, "Droid Sans", "Droid Sans Fallback", "Heiti SC", Helvetica, sans-self; }

ol,
ul,
li {
  list-style: none; }

blockquote,
q {
  quotes: none; }

textarea {
  width: 100%;
  vertical-align: middle; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border: 0; }

th,
td {
  vertical-align: middle; }

i,
em {
  font-style: normal; }

body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

i {
  vertical-align: middle; }

button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1; }

a {
  text-decoration: none; }

input,
textarea,
select {
  outline: none;
  font-family: inherit;
  -webkit-appearance: none; }

a {
  color: #333;
  text-decoration: none; }

img {
  vertical-align: top; }

a,
img {
  -webkit-touch-callout: none; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  zoom: 1; }

.fl {
  float: left; }

.fr {
  float: right; }

/* font-dpr */
/* border-radius */
/* line-height */
/* transform:translateY*/
/* transform:translateY*/
/* transform:translate*/
/* Rotate */
/* Flex */
/* text */
/* msg */
.ui-msg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); }
  .ui-msg .inner {
    background: rgba(255, 255, 255, 0.9);
    border-radius: .2rem;
    overflow: hidden;
    text-align: center; }
  .ui-msg .d_hd {
    padding: .4rem .4rem 0;
    font-size: 14px;
    font-weight: bold; }
    [data-dpr="2"] .ui-msg .d_hd {
      font-size: 28px; }
    [data-dpr="3"] .ui-msg .d_hd {
      font-size: 42px; }
  .ui-msg .d_bd {
    font-size: 14px;
    line-height: .6rem;
    padding: .6rem .4rem; }
    [data-dpr="2"] .ui-msg .d_bd {
      font-size: 28px; }
    [data-dpr="3"] .ui-msg .d_bd {
      font-size: 42px; }
  .ui-msg .d_ft {
    border-top: 1px solid #D2D1D6;
    font-size: 14px;
    height: 1.2rem;
    line-height: 1.2rem; }
    [data-dpr="2"] .ui-msg .d_ft {
      font-size: 28px; }
    [data-dpr="3"] .ui-msg .d_ft {
      font-size: 42px; }
    .ui-msg .d_ft .btn_ok {
      display: block;
      height: 1.2rem;
      font-weight: bold;
      line-height: 1.2rem;
      color: #007AFF; }

/* login */
.diaH5Login {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }
  .diaH5Login .loginInner {
    position: fixed;
    width: 82%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden; }
    .diaH5Login .loginInner .closeDia {
      position: absolute;
      right: 0;
      width: 1rem;
      height: 1rem;
      background: url("http://img.kybimg.com/images/m/icon_close02.png") center center no-repeat;
      background-size: 30%; }
    .diaH5Login .loginInner .logo {
      padding: 1.06rem 0 .8rem; }
      .diaH5Login .loginInner .logo img {
        width: 3rem;
        display: block;
        margin: 0 auto; }
    .diaH5Login .loginInner ul {
      padding: 0 1rem .53rem; }
    .diaH5Login .loginInner li {
      height: 1.33rem;
      line-height: 1.33rem;
      border-bottom: 1px solid #eee;
      position: relative; }
      .diaH5Login .loginInner li input {
        border: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        width: 100%;
        line-height: .93rem;
        height: .93rem;
        padding: .2rem 0 .2rem .5rem;
        font-size: 14px; }
        [data-dpr="2"] .diaH5Login .loginInner li input {
          font-size: 28px; }
        [data-dpr="3"] .diaH5Login .loginInner li input {
          font-size: 42px; }
      .diaH5Login .loginInner li:before {
        content: '';
        position: absolute;
        width: .4rem;
        height: .5rem;
        background: url("http://img.kybimg.com/images/m/loginS.png") no-repeat;
        background-size: .6rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .diaH5Login .loginInner li.pwd:before {
        background-position: 0 -1.4rem;
        background-size: .6rem; }
      .diaH5Login .loginInner li.vertify {
        position: relative; }
        .diaH5Login .loginInner li.vertify input {
          width: 50%; }
        .diaH5Login .loginInner li.vertify .code {
          position: absolute;
          right: 0;
          top: 50%;
          width: 40%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .diaH5Login .loginInner li.vertify:before {
          background-position: 0 -.7rem;
          background-size: .6rem; }
    .diaH5Login .loginInner .server_tip {
      padding: 0 1rem .53rem;
      color: #f60; }
    .diaH5Login .loginInner .btnArea {
      padding: 0 1rem .74rem;
      font-size: 14px; }
      [data-dpr="2"] .diaH5Login .loginInner .btnArea {
        font-size: 28px; }
      [data-dpr="3"] .diaH5Login .loginInner .btnArea {
        font-size: 42px; }
    .diaH5Login .loginInner .btn_login {
      height: 1.2rem;
      text-align: center;
      background: #14a3ef;
      color: #fff;
      display: block;
      border: 0;
      width: 100%;
      font-size: 16px;
      line-height: 1.2rem;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      [data-dpr="2"] .diaH5Login .loginInner .btn_login {
        font-size: 32px; }
      [data-dpr="3"] .diaH5Login .loginInner .btn_login {
        font-size: 48px; }
    .diaH5Login .loginInner .fn {
      background: #fdf0e2;
      color: #f60;
      text-align: center; }
      .diaH5Login .loginInner .fn p {
        line-height: 1rem; }

@media (min-width: 1300px) {
  .diaH5Login .loginInner {
    width: 620px; } }
/* select school major */
.pop {
  position: fixed;
  top: 0;
  z-index: 1100;
  background: #FFF; }
  .pop .btn_close {
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: .2rem;
    top: .1rem;
    text-indent: -999em;
    z-index: 11;
    overflow: hidden;
    background: url("http://img.kybimg.com/images/m/icon_close.png") no-repeat center center; }

.main_list {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .main_list .main_list_hd {
    position: fixed;
    width: 100%;
    height: 1.5rem;
    left: 0;
    top: 0;
    z-index: 10; }
    .main_list .main_list_hd ul {
      height: 1.5rem; }
    .main_list .main_list_hd li {
      float: left;
      width: 50%;
      height: 1.5rem;
      line-height: 1.5rem;
      text-align: center;
      background: #FFF;
      font-size: 14px; }
      [data-dpr="2"] .main_list .main_list_hd li {
        font-size: 28px; }
      [data-dpr="3"] .main_list .main_list_hd li {
        font-size: 42px; }
      .main_list .main_list_hd li.cur {
        background: #DDD;
        color: #417CBA; }
  .main_list .main_list_bd {
    padding-bottom: 1rem; }
    .main_list .main_list_bd ul {
      display: none; }
    .main_list .main_list_bd li:nth-child(1) {
      border: none; }
    .main_list .main_list_bd li .oUnit {
      font-size: 14px;
      height: 1.4rem;
      border-top: 1px solid #EDEDED;
      padding: 0 .5rem;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      [data-dpr="2"] .main_list .main_list_bd li .oUnit {
        font-size: 28px; }
      [data-dpr="3"] .main_list .main_list_bd li .oUnit {
        font-size: 42px; }
      .main_list .main_list_bd li .oUnit .oUnit-hd {
        height: 1.4rem;
        line-height: 1.4rem;
        border-bottom: 1px solid #EDEDED;
        position: relative;
        padding-left: .8rem; }
        .main_list .main_list_bd li .oUnit .oUnit-hd .school_num {
          float: right;
          height: .8rem;
          line-height: .8rem;
          margin-top: .6rem;
          padding: 0 .3rem;
          -webkit-box-sizing: 0.8rem;
          -moz-box-sizing: 0.8rem;
          box-sizing: 0.8rem;
          background: #CCC;
          font-size: .6rem;
          color: #FFF; }
        .main_list .main_list_bd li .oUnit .oUnit-hd i {
          -webkit-transition: all ease 0.2s;
          -moz-transition: all ease 0.2s;
          -o-transition: all ease 0.2s;
          transition: all ease 0.2s;
          position: absolute;
          left: 0;
          top: .5rem;
          width: .6rem;
          height: .6rem; }
          .main_list .main_list_bd li .oUnit .oUnit-hd i:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            overflow: hidden;
            border: .2rem solid transparent;
            border-left-color: #AFAFAF; }
        .main_list .main_list_bd li .oUnit .oUnit-hd a {
          display: block; }
      .main_list .main_list_bd li .oUnit .oUnit-bd dl dd {
        height: 1.2rem;
        line-height: 1.2rem;
        overflow: hidden;
        padding: 0 .5rem;
        background: #F8F8F8;
        color: #666;
        border-top: 1px solid #ECECEC;
        font-size: 12px; }
        [data-dpr="2"] .main_list .main_list_bd li .oUnit .oUnit-bd dl dd {
          font-size: 24px; }
        [data-dpr="3"] .main_list .main_list_bd li .oUnit .oUnit-bd dl dd {
          font-size: 36px; }
      .main_list .main_list_bd li .oUnit .oUnit-bd dl .coutryHd {
        height: 2rem;
        line-height: 2rem;
        border-bottom: 1px solid #EDEDED;
        position: relative;
        padding-left: .8rem; }
        .main_list .main_list_bd li .oUnit .oUnit-bd dl .coutryHd em {
          -webkit-transition: all ease 0.2s;
          -moz-transition: all ease 0.2s;
          -o-transition: all ease 0.2s;
          transition: all ease 0.2s;
          position: absolute;
          left: 0;
          top: .7rem;
          width: .6rem;
          height: .6rem; }
          .main_list .main_list_bd li .oUnit .oUnit-bd dl .coutryHd em:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            overflow: hidden;
            border: .3rem solid transparent;
            border-left-color: #AFAFAF; }
      .main_list .main_list_bd li .oUnit .oUnit-bd dl .coutryBd span {
        display: block;
        padding-left: .8rem;
        border-bottom: 1px solid #EDEDED; }
      .main_list .main_list_bd li .oUnit .oUnit-bd dl dd.on .coutryHd em {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        top: .65rem; }
    .main_list .main_list_bd li.on .oUnit {
      height: auto; }
      .main_list .main_list_bd li.on .oUnit .oUnit-hd i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        top: .7rem; }

.main_major_list {
  top: 1.5rem;
  border-top: 1px solid #EDEDED; }
  .main_major_list .main_list_bd {
    padding-bottom: 3.2rem; }

.hd {
  text-align: center;
  padding: 1.84rem 0 .8rem; }
  .hd span {
    font-size: 16px;
    color: #ccc;
    display: block;
    padding-bottom: .2rem;
    line-height: 1; }
    [data-dpr="2"] .hd span {
      font-size: 32px; }
    [data-dpr="3"] .hd span {
      font-size: 48px; }
  .hd h3 {
    font-size: 22px;
    line-height: 1; }
    [data-dpr="2"] .hd h3 {
      font-size: 44px; }
    [data-dpr="3"] .hd h3 {
      font-size: 66px; }

.btnFudao {
  display: block;
  width: 3.68rem;
  height: 0.88rem;
  margin: 0 auto;
  background: #329ffe;
  line-height: .88rem;
  color: #fff;
  text-align: center;
  font-size: 16px;
  -moz-border-radius: 0.88rem;
  -webkit-border-radius: 0.88rem;
  -ms-border-radius: 0.88rem;
  -o-border-radius: 0.88rem;
  border-radius: 0.88rem;
  box-shadow: 0 6px 24px rgba(50, 159, 254, 0.5); }
  [data-dpr="2"] .btnFudao {
    font-size: 32px; }
  [data-dpr="3"] .btnFudao {
    font-size: 48px; }
  .btnFudao:hover {
    color: #fff; }

.banner1vs1 {
  height: 1.64rem;
  padding-top: 5.72rem;
  position: relative;
  background: url("http://img.kybimg.com/bangxuetang/images/m/www/20181vs1/1vs1banner.jpg") no-repeat;
  background-size: 100% auto; }

.whatService .bd {
  padding: 0 .46rem; }

.serviceList {
  width: 100%; }
  .serviceList .serviceItem {
    width: 100%;
    background: url("http://img.kybimg.com/bangxuetang/images/m/www/20181vs1/s01.jpg") no-repeat;
    background-size: 100% 100%;
    height: 6.65rem; }
    .serviceList .serviceItem.s02 {
      background: url("http://img.kybimg.com/bangxuetang/images/m/www/20181vs1/s02.jpg") no-repeat;
      background-size: 100% 100%; }
    .serviceList .serviceItem.s03 {
      background: url("http://img.kybimg.com/bangxuetang/images/m/www/20181vs1/s03.jpg") no-repeat;
      background-size: 100% 100%; }
    .serviceList .serviceItem.s04 {
      background: url("http://img.kybimg.com/bangxuetang/images/m/www/20181vs1/s04.jpg") no-repeat;
      background-size: 100% 100%; }
    .serviceList .serviceItem.s05 {
      background: url("http://img.kybimg.com/bangxuetang/images/m/www/20181vs1/s05.jpg") no-repeat;
      background-size: 100% 100%; }
    .serviceList .serviceItem.s06 {
      background: url("http://img.kybimg.com/bangxuetang/images/m/www/20181vs1/s06.jpg") no-repeat;
      background-size: 100% 100%; }
  .serviceList .topMod {
    font-size: 14px;
    padding: 1rem 0 .4rem .66rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: .44rem; }
    [data-dpr="2"] .serviceList .topMod {
      font-size: 28px; }
    [data-dpr="3"] .serviceList .topMod {
      font-size: 42px; }
    .serviceList .topMod .iconsprint {
      display: inline-block;
      vertical-align: sub;
      width: .77rem;
      height: .77rem;
      background: url("http://img.kybimg.com/bangxuetang/images/m/www/20181vs1/sprint.png") no-repeat;
      background-size: .78rem;
      margin-right: .26rem; }
      .serviceList .topMod .iconsprint.icon02 {
        background-position: 0 -.78rem; }
      .serviceList .topMod .iconsprint.icon03 {
        background-position: 0 -1.56rem; }
      .serviceList .topMod .iconsprint.icon04 {
        background-position: 0 -2.34rem; }
      .serviceList .topMod .iconsprint.icon05 {
        background-position: 0 -3.12rem; }
      .serviceList .topMod .iconsprint.icon06 {
        background-position: 0 -3.9rem; }
      .serviceList .topMod .iconsprint.icon07 {
        background-position: 0 -4.67rem; }
    .serviceList .topMod span {
      display: inline-block; }
  .serviceList .botMod p {
    font-size: 14px;
    padding: 0 0 0 1.75rem;
    line-height: .44rem;
    color: #999;
    width: 3.2rem; }
    [data-dpr="2"] .serviceList .botMod p {
      font-size: 28px; }
    [data-dpr="3"] .serviceList .botMod p {
      font-size: 42px; }

.whyKyb .bd {
  background: #eee; }

.forResource .fbd {
  padding: .93rem .46rem 0; }
.forResource .reItem {
  width: 100%;
  margin-bottom: .4rem;
  background: #fff;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  border-radius: 0.2rem;
  overflow: hidden; }
.forResource .reData {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 12px;
  color: #999;
  letter-spacing: 2px;
  padding-top: .8rem; }
  [data-dpr="2"] .forResource .reData {
    font-size: 24px; }
  [data-dpr="3"] .forResource .reData {
    font-size: 36px; }
  .forResource .reData em {
    color: #fc6624;
    font-weight: bold;
    font-size: 28px; }
    [data-dpr="2"] .forResource .reData em {
      font-size: 56px; }
    [data-dpr="3"] .forResource .reData em {
      font-size: 84px; }
  .forResource .reData i {
    font-size: 12px;
    color: #fc6624; }
    [data-dpr="2"] .forResource .reData i {
      font-size: 24px; }
    [data-dpr="3"] .forResource .reData i {
      font-size: 36px; }
.forResource .reImg {
  width: 50%;
  margin-left: 50%; }
  .forResource .reImg img {
    width: 100%; }

.fhd {
  padding: .8rem 0 .73rem;
  font-size: 18px;
  text-align: center; }
  [data-dpr="2"] .fhd {
    font-size: 36px; }
  [data-dpr="3"] .fhd {
    font-size: 54px; }

.fbd {
  background: #f6f6f6; }

.forSelect {
  background: #fbfbfb; }
  .forSelect .shd {
    padding: 1rem 0 .8rem;
    font-size: 18px;
    color: #666;
    text-align: center;
    background: #f6f6f6; }
    [data-dpr="2"] .forSelect .shd {
      font-size: 36px; }
    [data-dpr="3"] .forSelect .shd {
      font-size: 54px; }
  .forSelect .sbd {
    padding: 0 .46rem 1.68rem;
    background: #f6f6f6; }
    .forSelect .sbd dl {
      border-bottom: 1px solid #ddd;
      background: #fff;
      height: 1.78rem;
      display: table;
      width: 100%; }
      .forSelect .sbd dl:first-child {
        border-top: 1px solid #ddd; }
    .forSelect .sbd dt {
      border-left: .2rem solid #eee;
      font-size: 14px;
      color: #666;
      display: table-cell;
      vertical-align: middle;
      width: 2.04rem;
      text-align: center;
      border-right: 1px solid #eee; }
      [data-dpr="2"] .forSelect .sbd dt {
        font-size: 28px; }
      [data-dpr="3"] .forSelect .sbd dt {
        font-size: 42px; }
      .forSelect .sbd dt em {
        font-size: 18px;
        display: block;
        line-height: 28px; }
    .forSelect .sbd dd {
      display: table-cell;
      vertical-align: middle;
      font-size: 16px;
      color: #999;
      padding-top: 12px;
      line-height: 22px;
      padding: 0 .2rem; }
  .forSelect .btnFudao {
    background: #fc6624;
    box-shadow: 0 8px 30px #f7bca2; }

.forCourse .layout {
  padding-top: 1.12rem;
  background: #f6f6f6; }
.forCourse table {
  border: 1px solid #d8d4d4;
  width: 100%; }
.forCourse tr {
  border-bottom: 1px solid #d8d4d4; }
.forCourse td, .forCourse th {
  border-right: 1px solid #d8d4d4;
  height: .8rem;
  text-align: center;
  font-size: 14px;
  line-height: 24px; }
  [data-dpr="2"] .forCourse td, [data-dpr="2"] .forCourse th {
    font-size: 28px; }
  [data-dpr="3"] .forCourse td, [data-dpr="3"] .forCourse th {
    font-size: 42px; }
.forCourse td {
  color: #666; }
.forCourse th {
  font-size: 12px;
  font-weight: bold;
  background: #eee; }
  [data-dpr="2"] .forCourse th {
    font-size: 24px; }
  [data-dpr="3"] .forCourse th {
    font-size: 36px; }
.forCourse .tos {
  padding-top: .62rem;
  font-size: 12px;
  text-align: center;
  height: 1.96rem; }
  [data-dpr="2"] .forCourse .tos {
    font-size: 24px; }
  [data-dpr="3"] .forCourse .tos {
    font-size: 36px; }
  .forCourse .tos a {
    color: #5392f9;
    cursor: pointer;
    text-decoration: underline; }
.forCourse .remark {
  text-align: left;
  padding: .26rem;
  line-height: 24px; }
  .forCourse .remark a {
    color: #3495e8;
    padding-left: 5px;
    text-decoration: underline; }

.monitorList {
  padding: .57rem 0 1.3rem; }
  .monitorList .monitorItem {
    padding: .93rem 0;
    float: left;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .monitorList .monitorItem:first-child, .monitorList .monitorItem:nth-child(3) {
      border-right: 1px solid #ddd; }
    .monitorList .monitorItem:nth-child(3), .monitorList .monitorItem:nth-child(4) {
      border-bottom: 0; }
    .monitorList .monitorItem .iconsprint {
      display: block;
      width: .77rem;
      height: .77rem;
      background: url("http://img.kybimg.com/bangxuetang/images/m/www/20181vs1/sprint.png") no-repeat;
      background-position: 0 -6rem;
      background-size: 1rem;
      margin: 0 auto .46rem; }
      .monitorList .monitorItem .iconsprint.icon02 {
        background-position: 0 -7rem; }
      .monitorList .monitorItem .iconsprint.icon03 {
        background-position: 0 -8rem; }
      .monitorList .monitorItem .iconsprint.icon04 {
        background-position: 0 -9rem; }
    .monitorList .monitorItem b {
      font-size: 14px; }
      [data-dpr="2"] .monitorList .monitorItem b {
        font-size: 28px; }
      [data-dpr="3"] .monitorList .monitorItem b {
        font-size: 42px; }
    .monitorList .monitorItem p {
      font-size: 12px;
      color: #666;
      padding: .26rem 0 0;
      line-height: 20px; }
      [data-dpr="2"] .monitorList .monitorItem p {
        font-size: 24px; }
      [data-dpr="3"] .monitorList .monitorItem p {
        font-size: 36px; }

.ensureList {
  padding: .93rem .46rem; }
  .ensureList .ensureItem {
    height: 3.06rem; }
    .ensureList .ensureItem dl {
      margin-left: 2.93rem; }
    .ensureList .ensureItem dt {
      font-size: 14px;
      padding: .3rem 0 .26rem; }
      [data-dpr="2"] .ensureList .ensureItem dt {
        font-size: 28px; }
      [data-dpr="3"] .ensureList .ensureItem dt {
        font-size: 42px; }
    .ensureList .ensureItem dd {
      font-size: 12px;
      color: #666;
      line-height: 18px; }
      [data-dpr="2"] .ensureList .ensureItem dd {
        font-size: 24px; }
      [data-dpr="3"] .ensureList .ensureItem dd {
        font-size: 36px; }
  .ensureList .circle {
    text-align: center;
    width: 1.6rem;
    height: 1.6rem;
    float: left;
    color: #329ffe;
    -moz-border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    -ms-border-radius: 1.6rem;
    -o-border-radius: 1.6rem;
    border-radius: 1.6rem;
    padding: .4rem;
    background: -moz-linear-gradient(top, #44a7fd, #3289fe);
    background: -webkit-linear-gradient(top, #44a7fd, #3289fe);
    background: linear-gradient(top, #44a7fd, #3289fe); }
    .ensureList .circle.circle02 {
      color: #24c7e4;
      background: -moz-linear-gradient(top, #50d3e6, #23c7e4);
      background: -webkit-linear-gradient(top, #50d3e6, #23c7e4);
      background: linear-gradient(top, #50d3e6, #23c7e4); }
    .ensureList .circle.circle03 {
      color: #1fca80;
      background: -moz-linear-gradient(top, #50e6b6, #1ec97f);
      background: -webkit-linear-gradient(top, #50e6b6, #1ec97f);
      background: linear-gradient(top, #50e6b6, #1ec97f); }
    .ensureList .circle.circle04 {
      color: #ebb91e;
      background: -moz-linear-gradient(top, #e6d250, #ebb81b);
      background: -webkit-linear-gradient(top, #e6d250, #ebb81b);
      background: linear-gradient(top, #e6d250, #ebb81b); }
  .ensureList .circleIn {
    width: 1.6rem;
    height: 1.2rem;
    padding-top: .4rem;
    -moz-border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    -ms-border-radius: 1.6rem;
    -o-border-radius: 1.6rem;
    border-radius: 1.6rem;
    background: #f9f9f9; }
    .ensureList .circleIn span {
      display: block;
      font-size: 12px;
      padding-bottom: .13rem; }
      [data-dpr="2"] .ensureList .circleIn span {
        font-size: 24px; }
      [data-dpr="3"] .ensureList .circleIn span {
        font-size: 36px; }
    .ensureList .circleIn em {
      font-size: 16px;
      font-weight: bold; }
      [data-dpr="2"] .ensureList .circleIn em {
        font-size: 32px; }
      [data-dpr="3"] .ensureList .circleIn em {
        font-size: 48px; }

.formApply {
  background: #282d36 url("http://img.kybimg.com/bangxuetang/images/m/www/20181vs1/formbg.jpg") 0 top no-repeat;
  background-position: 100% auto; }
  .formApply .formHd {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 1.32rem 0 .667rem; }
    [data-dpr="2"] .formApply .formHd {
      font-size: 36px; }
    [data-dpr="3"] .formApply .formHd {
      font-size: 54px; }
  .formApply .formBd {
    padding: 0 1.84rem 7rem;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
    .formApply .formBd input, .formApply .formBd button {
      border: 0; }
    .formApply .formBd input::-webkit-outer-spin-button,
    .formApply .formBd input::-webkit-inner-spin-button {
      -webkit-appearance: none !important;
      margin: 0; }
    .formApply .formBd input {
      height: 1.44rem;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 1px solid #565961;
      font-size: 14px;
      background: none;
      color: #fff; }
      [data-dpr="2"] .formApply .formBd input {
        font-size: 28px; }
      [data-dpr="3"] .formApply .formBd input {
        font-size: 42px; }
    .formApply .formBd input::-webkit-input-placeholder {
      color: #fff; }
    .formApply .formBd input::-moz-placeholder {
      color: #fff; }
    .formApply .formBd input:-moz-placeholder {
      color: #fff; }
    .formApply .formBd input:-ms-input-placeholder {
      color: #fff; }
    .formApply .formBd button {
      font-family: Microsoft YaHei, "Droid Sans", "Droid Sans Fallback", "Heiti SC", Helvetica, sans-self;
      height: 1.33rem;
      line-height: 1.33rem;
      background: none;
      width: 100%;
      background-color: #59a9e2;
      text-align: center;
      color: #fff;
      font-size: 18px;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px;
      border-radius: 7px;
      margin: .53rem 0 0; }
      [data-dpr="2"] .formApply .formBd button {
        font-size: 36px; }
      [data-dpr="3"] .formApply .formBd button {
        font-size: 54px; }
      .formApply .formBd button:hover {
        background-color: #3a9be0;
        cursor: pointer; }
    .formApply .formBd .select_wrap {
      position: relative;
      height: 1.44rem;
      z-index: 9; }
      .formApply .formBd .select_wrap .time {
        height: 1.44rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 0;
        border-bottom: 1px solid #565961;
        font-size: 14px;
        color: #fff;
        display: block;
        line-height: 1.44rem; }
        [data-dpr="2"] .formApply .formBd .select_wrap .time {
          font-size: 28px; }
        [data-dpr="3"] .formApply .formBd .select_wrap .time {
          font-size: 42px; }
      .formApply .formBd .select_wrap:after, .formApply .formBd .select_wrap:before {
        position: absolute;
        right: 0;
        top: .58rem;
        z-index: 2;
        content: '';
        border-width: 10px;
        border-style: solid dashed dashed dashed;
        border-color: #aaa transparent transparent transparent; }
      .formApply .formBd .select_wrap:before {
        border-top-color: #282d36;
        top: .5rem;
        z-index: 3; }
      .formApply .formBd .select_wrap ul {
        position: absolute;
        top: 69px;
        left: 0;
        background-color: #fff;
        width: 100%;
        z-index: 9;
        height: 0;
        overflow: hidden;
        transition: all 0.2s ease;
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0 0 6px 6px;
        -ms-border-radius: 0 0 6px 6px;
        -o-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px; }
        .formApply .formBd .select_wrap ul.on {
          height: auto; }
        .formApply .formBd .select_wrap ul li {
          height: 1rem;
          font-size: 16px;
          color: #999;
          line-height: 1rem;
          padding: 0 .5rem; }
          [data-dpr="2"] .formApply .formBd .select_wrap ul li {
            font-size: 32px; }
          [data-dpr="3"] .formApply .formBd .select_wrap ul li {
            font-size: 48px; }
          .formApply .formBd .select_wrap ul li.cur {
            background-color: #59a9e2;
            color: #fff; }

.fixConsult {
  position: fixed;
  width: 100%;
  z-index: 5;
  line-height: 1.33rem;
  height: 1.33rem;
  background: #329ffe;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  text-align: center; }
  [data-dpr="2"] .fixConsult {
    font-size: 32px; }
  [data-dpr="3"] .fixConsult {
    font-size: 48px; }
  .fixConsult:before {
    content: '';
    display: inline-block;
    width: .45rem;
    height: .46rem;
    vertical-align: middle;
    background: url("http://img.kybimg.com/bangxuetang/images/m/www/20181vs1/sprint.png") no-repeat;
    background-size: .9rem;
    background-position: 0 -9rem; }

.swiper-service {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0 auto;
  height: 6.65rem;
  width: 100%; }

.swiper-service .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translate3d(0 0 0 0px 0px);
  -moz-transform: translate3d(0 0 0 0px 0px);
  -o-transform: translate3d(0 0 0 0px 0px);
  transform: translate3d(0 0 0 0px 0px); }

.swiper-service .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-service .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  text-align: center;
  z-index: 10;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.swiper-service .swiper-slide-active {
  pointer-events: auto;
  visibility: visible; }

.swiper-service .swiper-pagination-bullets {
  position: absolute;
  bottom: .5rem;
  text-align: center;
  z-index: 5;
  width: 100%; }

.swiper-service .swiper-pagination-bullets span {
  display: inline-block;
  width: .3rem;
  height: .3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  border-radius: 0.3rem;
  background: #ccc;
  margin: 0 .1rem; }

.swiper-service .swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background: #329ffe; }

.common_header {
  height: 1.2rem; }
  .common_header .btn_back {
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 16px;
    padding-left: .3rem; }
    [data-dpr="2"] .common_header .btn_back {
      font-size: 32px; }
    [data-dpr="3"] .common_header .btn_back {
      font-size: 48px; }
    .common_header .btn_back:before {
      width: .325rem;
      height: .325rem; }
  .common_header .login_stauts .after_login {
    height: 1.2rem; }
    .common_header .login_stauts .after_login .avatar {
      width: .8rem;
      height: .8rem;
      margin-top: .2rem; }
    .common_header .login_stauts .after_login .btn_user {
      vertical-align: top; }
      .common_header .login_stauts .after_login .btn_user span {
        line-height: 1.2rem;
        font-size: 16px; }
        [data-dpr="2"] .common_header .login_stauts .after_login .btn_user span {
          font-size: 32px; }
        [data-dpr="3"] .common_header .login_stauts .after_login .btn_user span {
          font-size: 48px; }
    .common_header .login_stauts .after_login .btn_logout {
      line-height: 1.2rem;
      height: 1.2rem;
      font-size: 16px;
      padding: 0 .3rem; }
      [data-dpr="2"] .common_header .login_stauts .after_login .btn_logout {
        font-size: 32px; }
      [data-dpr="3"] .common_header .login_stauts .after_login .btn_logout {
        font-size: 48px; }
      .common_header .login_stauts .after_login .btn_logout:before {
        top: .4rem;
        height: .4rem; }
  .common_header .login_stauts .before_login .btn_login {
    height: .6rem;
    padding: .3rem .3rem; }
    .common_header .login_stauts .before_login .btn_login span {
      height: .6rem;
      line-height: .6rem;
      font-size: 16px;
      width: 1.2rem; }
      [data-dpr="2"] .common_header .login_stauts .before_login .btn_login span {
        font-size: 32px; }
      [data-dpr="3"] .common_header .login_stauts .before_login .btn_login span {
        font-size: 48px; }

/*# sourceMappingURL=20181vs1.css.map */
