﻿@charset "UTF-8";
/* IOS禁止微信调整字体大小 */
body {
    -webkit-text-size-adjust: 100% !important;
}
/*基础样式文件引入*/

/*颜色样式文件引入*/

/*变量文件引入*/

.fs8 {
  font-size: 4px;
}

[data-dpr="2"] .fs8 {
  font-size: 8px;
}

[data-dpr="3"] .fs8 {
  font-size: 12px;
}

.fs10 {
  font-size: 5px;
}

[data-dpr="2"] .fs10 {
  font-size: 10px;
}

[data-dpr="3"] .fs10 {
  font-size: 15px;
}

.fs12 {
  font-size: 6px;
}

[data-dpr="2"] .fs12 {
  font-size: 12px;
}

[data-dpr="3"] .fs12 {
  font-size: 18px;
}

.fs14 {
  font-size: 7px;
}

[data-dpr="2"] .fs14 {
  font-size: 14px;
}

[data-dpr="3"] .fs14 {
  font-size: 21px;
}

.fs16 {
  font-size: 8px;
}

[data-dpr="2"] .fs16 {
  font-size: 16px;
}

[data-dpr="3"] .fs16 {
  font-size: 24px;
}

.fs18 {
  font-size: 9px;
}

[data-dpr="2"] .fs18 {
  font-size: 18px;
}

[data-dpr="3"] .fs18 {
  font-size: 27px;
}

.fs20 {
  font-size: 10px;
}

[data-dpr="2"] .fs20 {
  font-size: 20px;
}

[data-dpr="3"] .fs20 {
  font-size: 30px;
}

.fs22 {
  font-size: 11px;
}

[data-dpr="2"] .fs22 {
  font-size: 22px;
}

[data-dpr="3"] .fs22 {
  font-size: 33px;
}

.fs24 {
  font-size: 12px;
}

[data-dpr="2"] .fs24 {
  font-size: 24px;
}

[data-dpr="3"] .fs24 {
  font-size: 36px;
}

.fs26 {
  font-size: 13px;
}

[data-dpr="2"] .fs26 {
  font-size: 26px;
}

[data-dpr="3"] .fs26 {
  font-size: 39px;
}

.fs28 {
  font-size: 14px;
}

[data-dpr="2"] .fs28 {
  font-size: 28px;
}

[data-dpr="3"] .fs28 {
  font-size: 42px;
}

.fs30 {
  font-size: 15px;
}

[data-dpr="2"] .fs30 {
  font-size: 30px;
}

[data-dpr="3"] .fs30 {
  font-size: 45px;
}

.fs32 {
  font-size: 16px;
}

[data-dpr="2"] .fs32 {
  font-size: 32px;
}

[data-dpr="3"] .fs32 {
  font-size: 48px;
}

.fs34 {
  font-size: 17px;
}

[data-dpr="2"] .fs34 {
  font-size: 34px;
}

[data-dpr="3"] .fs34 {
  font-size: 51px;
}

.fs36 {
  font-size: 18px;
}

[data-dpr="2"] .fs36 {
  font-size: 36px;
}

[data-dpr="3"] .fs36 {
  font-size: 54px;
}

.fs38 {
  font-size: 19px;
}

[data-dpr="2"] .fs38 {
  font-size: 38px;
}

[data-dpr="3"] .fs38 {
  font-size: 57px;
}

.fs40 {
  font-size: 20px;
}

[data-dpr="2"] .fs40 {
  font-size: 40px;
}

[data-dpr="3"] .fs40 {
  font-size: 60px;
}

.fs46 {
  font-size: 23px;
}

[data-dpr="2"] .fs46 {
  font-size: 46px;
}

[data-dpr="3"] .fs46 {
  font-size: 69px;
}

.fs50 {
  font-size: 25px;
}

[data-dpr="2"] .fs50 {
  font-size: 50px;
}

[data-dpr="3"] .fs50 {
  font-size: 75px;
}

.fs54 {
  font-size: 27px;
}

[data-dpr="2"] .fs54 {
  font-size: 54px;
}

[data-dpr="3"] .fs54 {
  font-size: 81px;
}

.fs60 {
  font-size: 30px;
}

[data-dpr="2"] .fs60 {
  font-size: 60px;
}

[data-dpr="3"] .fs60 {
  font-size: 90px;
}

/*@media screen and (min-width: 749px) and (max-width: 750px) {
   .fs8{ @include property-dpr(font-size, 8px); }
   .fs10{ @include property-dpr(font-size, 10px); }
   .fs12{ @include property-dpr(font-size, 12px); }
   .fs14{ @include property-dpr(font-size, 14px); }
   .fs16{ @include property-dpr(font-size, 16px); }
   .fs18{ @include property-dpr(font-size, 18px); }
   .fs20{ @include property-dpr(font-size, 20px); }
   .fs22{ @include property-dpr(font-size, 22px); }
   .fs24{ @include property-dpr(font-size, 24px); }
   .fs26{ @include property-dpr(font-size, 26px); }
   .fs28{ @include property-dpr(font-size, 28px); }
   .fs30{ @include property-dpr(font-size, 30px); }
   .fs32{ @include property-dpr(font-size, 32px); }
   .fs34{ @include property-dpr(font-size, 34px); }
   .fs36{ @include property-dpr(font-size, 36px); }
   .fs38{ @include property-dpr(font-size, 38px); }
   .fs40{ @include property-dpr(font-size, 40px); }
   .fs46{ @include property-dpr(font-size, 46px); }
   .fs50{ @include property-dpr(font-size, 50px); }
   .fs54{ @include property-dpr(font-size, 54px); }
   .fs60{ @include property-dpr(font-size, 60px); }
}*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix,
.row {
  display: block;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: "";
  display: table;
}

.clearfix:after,
.row:after {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w-100p {
  width: 100%;
}

.w-95p {
  width: 95%;
}

.w-90p {
  width: 90%;
}

.w-85p {
  width: 85%;
}

.w-80p {
  width: 80%;
}

.w-78p {
  width: 78%;
}

.w-75p {
  width: 75%;
}

.w-70p {
  width: 70%;
}

.w-65p {
  width: 65%;
}

.w-60p {
  width: 60%;
}

.w-55p {
  width: 55%;
}

.w-50p {
  width: 50%;
}

.w-45p {
  width: 45%;
}

.w-40p {
  width: 40%;
}

.w-35p {
  width: 35%;
}

.w-33p {
  width: 33.33%;
}

.w-30p {
  width: 30%;
}

.w-25p {
  width: 25%;
}

.w-22p {
  width: 22%;
}

.w-20p {
  width: 20%;
}

.w-15p {
  width: 15%;
}

.w-10p {
  width: 10%;
}

.w-5p {
  width: 5%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}

.col-1-fr,
.col-2-fr,
.col-3-fr,
.col-4-fr,
.col-5-fr,
.col-6-fr,
.col-7-fr,
.col-8-fr,
.col-9-fr,
.col-10-fr,
.col-11-fr,
.col-12-fr {
  float: right;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.col-11-fr {
  width: 91.66666667%;
}

.col-10-fr {
  width: 83.33333333%;
}

.col-9-fr {
  width: 75%;
}

.col-8-fr {
  width: 66.66666667%;
}

.col-7-fr {
  width: 58.33333333%;
}

.col-6-fr {
  width: 50%;
}

.col-5-fr {
  width: 41.66666667%;
}

.col-4-fr {
  width: 33.33333333%;
}

.col-3-fr {
  width: 25%;
}

.col-2-fr {
  width: 16.66666667%;
}

.col-1-fr {
  width: 8.33333333%;
}

img {
  width: 100%;
  height: auto;
}

.hide {
  display: none;
}

.show {
  display: block;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

.h-10 {
  height: 0.133333rem;
  background-color: #F0F0F0;
}

.h-20 {
  height: 0.266667rem;
  background-color: #F0F0F0;
}

.h-25 {
  height: 0.333333rem;
  background-color: #F0F0F0;
}

.h-70 {
  height: 0.933333rem;
}

.h-85 {
  height: 1.133333rem;
}

.h-95 {
  height: 1.266667rem;
}

.h-90 {
  height: 1.2rem;
}

.h-100 {
  height: 1.333333rem;
}

.h-110 {
  height: 1.466667rem;
}

.h-140 {
  height: 1.866667rem;
}

.h-165 {
  height: 2.2rem;
}

.h-175 {
  height: 2.333333rem;
}

.pf {
  position: fixed;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.icon {
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
}

.input_warp {
  border-radius: 0.066667rem;
  background: #fff;
  border: 1px solid #d4d4d4;
  height: 0.933333rem;
  overflow: hidden;
  background: #fff;
}

.input_warp input {
  height: 0.906667rem;
  background: none;
  border: 0;
  padding: 0 0.266667rem;
  color: #333;
  width: 100%;
}

.input_warp input::-webkit-input-placeholder {
  color: #999;
}

.input_warp input:-ms-input-placeholder {
  color: #999;
}

.input_warp input::-ms-input-placeholder {
  color: #999;
}

.input_warp input::placeholder {
  color: #999;
}

.btn {
  width: 100%;
  line-height: 0.866667rem;
  text-align: center;
  color: #ffffff;
  border: 0;
  background: #2f78d7;
  border-radius: 0.133333rem;
  margin: 0 auto;
  display: block;
}

.smallbtn {
  width: 40%;
  line-height: 0.866667rem;
  text-align: center;
  color: #ffffff;
  border: 0;
  background: #2f78d7;
  border-radius: 0.133333rem;
  margin: 0 auto;

}
html {
  background: #fff;
}

body {
  background: #fff;
  width: 100%;
  font-size: 0.26rem !important;
  height: 100%;
  font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;
}

.i_main {
  max-width: 10rem;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 10;
}

.i_Banner .swiper-pagination-bullet {
  width: 0.173333rem;
  height: 0.173333rem;
  border-radius: 0.093333rem;
  background: #fff;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.i_Banner .swiper-pagination-bullet-active {
  background: #fff;
  width: 0.666667rem;
}

.i_header {
  -webkit-box-shadow: 0 0.066667rem 0.266667rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.066667rem 0.266667rem rgba(0, 0, 0, 0.3);
  z-index: 11;
  position: fixed;
  top: 0;
  height: 1.333333rem;
  background: #005096;
  left: 0;
  width: 100%;
}

.i_header h2 {
  line-height: 1.333333rem;
  text-align: center;
  color: #ffffff;
}
.i_header1 {
  -webkit-box-shadow: 0 0.066667rem 0.266667rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.066667rem 0.266667rem rgba(0, 0, 0, 0.3);
  z-index: 11;
  position: fixed;
  top: 0;
  height: 1.5rem;
  background: #005096;
  left: 0;
  width: 100%;
}
.i_header1 h2 {
  line-height: 0.55rem;
  text-align: center;
  color: #ffffff;
  padding-top:0.22rem;
  font-size:16px;
}

.i_header .fhBtn {
  position: absolute;
  left: 0.4rem;
  height: 0.666667rem;
  width: 0.666667rem;
  text-align: center;
  line-height: 0.666667rem;
  top: 0.333333rem;
  padding-top: 0.066667rem;
}

.h_jt {
  display: inline-block;
  background: url("../images/h_jt.png") no-repeat;
  width: 0.32rem;
  height: 0.56rem;
  background-size: 100% auto;
}

.i_nav {
  background: #fff;
  padding: 0.333333rem 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.i_nav a {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.i_nav .iconPic {
  width: 57%;
  margin: 0 auto;
}

.i_nav .dt {
  color: #333333;
  margin: 0.2rem 0 0;
}

.i_notice .dt {
  height: 1.333333rem;
  background: #fff;
  border-bottom: 1px solid #DEDEDE;
  padding: 0 0.533333rem;
  position: relative;
}

.i_notice .dt h3 {
  display: inline-block;
  line-height: 1.32rem;
  position: relative;
}

.i_notice .dt h3:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 1.6rem;
  height: 0.133333rem;
  background: #005096;
}

.i_notice .dt a {
  display: inline-block;
  line-height: 0.533333rem;
  position: absolute;
  right: 0.533333rem;
  top: 0.4rem;
  color: #999;
}

.i_notice .dt a span {
  padding-left: 0.133333rem;
}

.i_notice .dc {
  background: #fff;
  padding: 0 0.266667rem;
}

.i_notice .list {
  padding: 0 0.533333rem;
}

.i_notice .list li {
  padding: 0.6rem 0;
  border-bottom: 1px solid #DEDEDE;
}

.i_notice .list .title {
  line-height: 1.5;
  color: #333;
}

.i_notice .list .time {
  margin-top: 0.4rem;
  color: #838383;
}

/*底部*/

.i_footer {
  height: 1.333333rem;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #005096;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 11;
}

.i_footer a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding-top: 0.36rem;
}

.i_footer .icon {
  width: 0.8rem;
  height: 0.533333rem;
  background-size: 100% auto;
  display: inline-block;
}

.i_footer .icon-shouye {
  background-image: url("../images/down_r2_c1.png");
}

.i_footer .icon-zixun {
  background-image: url("../images/down_r2_c2.png");
}

.i_footer .icon-xuanke {
  background-image: url("../images/down_r2_c3.png");
}

.i_footer h4 {
  display: inline-block;
  position: relative;
  top: -0.066667rem;
  color: #fff;
  padding-left: 0.133333rem;
}

/*会员中心*/

.member-row1 {
  padding: 0.8rem 0.533333rem;
  background: #fff;
}

.member-row1 .namePic {
  width: 1.466667rem;
  height: 1.466667rem;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}

.member-row1 .nameInfo {
  margin-left: 1.866667rem;
}

.member-row1 .nameInfo h4 {
  color: #333333;
  margin-bottom: 0.133333rem;
}

.member-row1 .nameInfo h5 {
  color: #999;
  line-height: 1.6;
}

.member-row1 .xgBtn {
  width: 50%;
  height: 1.066667rem;
  line-height: 1.066667rem;
  border-radius: 0.533333rem;
  background: #5DBED3;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 0.333333rem;
}

.member-row2 a {
  padding: 0.533333rem 0;
  text-align: center;
  border-right: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
}

.member-row2 a:nth-child(3n) {
  border-right: 0;
}

.member-row2 .iconPic {
  width: 0.96rem;
  height: 0.813333rem;
  margin: 0 auto;
}

.member-row2 .title {
  margin-top: 0.346667rem;
  text-align: center;
  color: #666;
}

/*我的报名*/

.apply-row1 {
  background: #fff;
  padding: 0.533333rem 0.266667rem 0.466667rem 0.533333rem;
}

.apply-row1 .btn {
  line-height: 0.986667rem;
  background: #5DBED3;
}

.apply-row1 .dt {
  height: 0.986667rem;
}

.apply-row1 h4 {
  margin-top: 0.24rem;
  padding-left: 0.266667rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  line-height: 0.506667rem;
  border-left: 0.16rem solid #005096;
}

.apply-row1 h4 span {
  color: #5DBED2;
  width: 0.466667rem;
  text-align: center;
  line-height: 0.506667rem;
  display: inline-block;
}

.apply-row1 .dc {
  margin-top: 0.066667rem;
}

.apply-row1 h5 {
  color: #838383;
  line-height: 1.5;
}

.apply-row1 h5 b {
  font-weight: 500;
  width: 1.466667rem;
  display: block;
  float: left;
}

.apply-row1 h5 span {
  margin-left: 1.466667rem;
  display: block;
}

/*jyz*/

.jyz-back {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #005096;
  z-index: 1;
}

.jyz-row1 {
  position: relative;
  z-index: 2;
  background: url("../images/jyz_c1_back.jpg") no-repeat;
  width: 92%;
  height: 11.386667rem;
  background-size: 100% 100%;
  margin: 0.533333rem auto 0.266667rem;
  padding: 0.666667rem 0.933333rem;
}

.jyz-row1 .namePic {
  width: 2.666667rem;
  height: 3.52rem;
  -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}

.jyz-row1 .dt {
  text-align: center;
  letter-spacing: 0.133333rem;
  line-height: 1.2rem;
}

.jyz-row1 .nameText {
  margin-top: 0.4rem;
  text-indent: 2em;
  line-height: 2;
}

.jyz-row1 .df {
  position: relative;
  text-align: right;
  height: 1.973333rem;
  padding-top: 0.453333rem;
}

.jyz-row1 .df img {
  width: 1.973333rem;
  height: 1.973333rem;
  position: absolute;
  right: 0.266667rem;
  top: 0;
}

.jyz-row1 .df h6 {
  line-height: 0.533333rem;
}

/*结业证书列表*/

.jy-list {
  padding-top: 0.533333rem;
}

.jy-list li {
  padding: 0 0.4rem 0.266667rem;
}

.jy-row1 {
  width: 100%;
  margin: 0 auto;
  background: url("../images/jyzlist_back.png") no-repeat;
  background-size: 100% auto;
  height: 2rem;
  padding: 0.346667rem 0.44rem 0;
}

.jy-row1 h4 {
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

.jy-row1 h5 {
  padding-top: 0.066667rem;
  color: #838383;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

.jy-row1 .jy-left {
  padding-left: 0.533333rem;
}

.jy-row1 .b {
  width: 2rem;
  height: 0.933333rem;
  border-radius: 0.066667rem;
  background: #5DBED3;
  display: block;
  float: right;
  text-align: center;
  color: #fff;
  line-height: 0.933333rem;
  margin-top: 0.2rem;
}

.log-row1 {
  margin-top: 0.133333rem;
  height: 1.466667rem;
  border-bottom: 1px solid #DEDEDE;
  text-align: center;
}

.log-row1 h3 {
  color: #333;
  display: inline-block;
  padding-top: 0.1rem;
  border-bottom: 0.1rem solid #005096;
  line-height: 1.2rem;
}

.log-row1 h3 span {
  color: #D83400;
}

.log-row2 {
  padding: 0.133333rem 0.533333rem;
}

.log-row2 .log-inp {
  height: 1.666667rem;
  border-bottom: 1px solid #DEDEDE;
}

.log-title {
  padding: 0.0rem ;
  height: 1.666667rem;
  clear:both;
}

 .log-title span {
  color: #D83500;
  padding-right: 0.066667rem;
}

.log-row2 .dt {
  width: 1.333333rem;
  float: left;
  line-height: 1.666667rem;
  color: #333;
}

.log-row2 .title {
 /*width: 1.333333rem;*/
  float: left;
  line-height: 1.666667rem;
  color: #333;
}

.log-row2 .dc {
  margin-left: 1.333333rem;
}

.log-row2 .dc input {
  height: 1.666667rem;
  border: 0;
  background: none;
  color: #333;
}

.log-row2 .log-text {
  text-align: right;
  line-height: 1.533333rem;
}

.log-row2 .log-text a {
  color: #333;
}

.log-row2 .log-btn {
  padding-top: 0.133333rem;
}

.log-row2 .log-btn .btn {
  margin-bottom: 0.773333rem;
  height: 1.333333rem;
  line-height: 1.333333rem;
  background: #005096;
}

.log-row2 .log-btn .btn1 {
  background: #fff;
  border: 1px solid #787878;
  color: #333;
}

.tabNav-row1 {
  margin-top: 0.133333rem;
  height: 1.466667rem;
  border-bottom: 1px solid #DEDEDE;
  text-align: center;
}

.tabNav-row1 a {
  display: inline-block;
  padding-top: 0.133333rem;
  padding-bottom: 0.133333rem;
  line-height: 1.2rem;
  margin: 0 5%;
  color: #666666;
}

.tabNav-row1 a.on {
  color: #333;
  padding-bottom: 0;
  border-bottom: 0.133333rem solid #005096;
}

/*新闻*/

.news-list li {
  padding: 0 0.266667rem;
}

.news-list li a {
  padding: 0.533333rem 0.6rem;
  display: block;
  border-bottom: 1px solid #DEDEDE;
}

.news-list li h4 {
  color: #333;
  line-height: 1.65;
}

.news-list li h5 {
  margin-top: 0.266667rem;
  color: #838383;
}

/*详情页*/

.view-row1 {
  padding: 0 0.533333rem;
}

.view-row1 .dt {
  padding: 0.533333rem 0 0.666667rem;
  background: url("../images/view_back.png") no-repeat left bottom;
  background-size: 100% auto;
}

.view-row1 .dt h3 {
  color: #333333;
  line-height: 1.65;
}

.view-row1 .dc {
  line-height: 1.65;
  color: #838383;
  padding: 0.4rem 0;
}

.tkz-list {
  padding: 0.506667rem 0.4rem;
}

.tkz-list li {
  padding-bottom: 0.266667rem;
}

.tkz-list a {
  display: block;
  padding: 0.24rem 0.266667rem;
  border-radius: 0.266667rem 0.266667rem 0 0;
  background: #1D8FA8;
}

.tkz-list .dl {
  width: 28%;
  float: left;
  color: #fff;
  height: 1.106667rem;
  overflow: hidden;
}

.tkz-list .dr {
  float: right;
  width: 16%;
  text-align: right;
  color: #fff;
  line-height: 1.106667rem;
}

.tkz-list .dc {
  margin: 0 16% 0 28%;
  color: #fff;
  padding-left: 0.333333rem;
  line-height: 1.106667rem;
}

.tkz-list .li1 a {
  background: #5DBED3;
}

.tkz-list .li2 a {
  background: #F0F0F0;
}

.tkz-list .li2 .dr,
.tkz-list .li2 .dc {
  color: #D3D3D3;
}

/*听课证*/

.tkz_r1 {
  width: 1.466667rem;
  height: 1.6rem;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.tkz1-row1 {
  width: 93%;
  height: 13.2rem;
  border-radius: 0.2rem;
  margin: 0 auto 0.666667rem;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0.533333rem 0.533333rem 0;
}

.tkz1-row1 .namePic {
  width: 2.106667rem;
  height: 2.733333rem;
  margin: 0.333333rem auto;
  overflow: hidden;
  -webkit-box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.3);
}

.tkz1-row1 .dt {
  text-align: center;
}

.tkz1-row1 .dt h3 {
  font-weight: bold;
  font-family: 宋体;
  color: #005096;
}

.tkz1-row1 .dt h5 {
  padding-top: 0.266667rem;
  color: #333333;
}

.tkz1-row1 .dt h5 span {
  color: #666666;
}

.tkz1-row1 .nameText {
  text-align: center;
  color: #333;
}

.tkz1-row1 .dc {
  margin-top: 0.4rem;
}

.tkz1-row1 .dc li {
  border-bottom: 1px solid #A2A2A2;
}

.tkz1-row1 .dc .t {
  width: 28%;
  float: left;
  color: #333;
  line-height: 2;
}

.tkz1-row1 .dc .c {
  margin-left: 28%;
  color: #838383;
  line-height: 2;
}

.order-row1 {
  background: #fff;
  padding: 0.266667rem 0.533333rem;
}

.order-row1 .dt {
  height: 1.466667rem;
  color: #333;
  position: relative;
  padding-left: 0.426667rem;
  padding-top: 0.533333rem;
  line-height: 0.533333rem;
  border-bottom: 1px solid #A2A2A2;
}

.order-row1 .dt span {
  color: #5DBED3;
  padding: 0 0.133333rem;
}

.order-row1 .dt:last-child {
  border-bottom: 0;
}

.order-row1 .dt:after {
  position: absolute;
  content: "";
  height: 0.533333rem;
  width: 0.16rem;
  background: #005096;
  left: 0;
  top: 0.493333rem;
}

.order-row3 .b1,
.order-row3 .b2 {
  height: 1.333333rem;
  text-align: center;
  line-height: 1.333333rem;
}

.order-row3 .b1 {
  background: #EEEEEE;
  color: #333333;
}

.order-row3 .b2 {
  background: #005096;
  color: #fff;
}

.order-row2 {
  background: #fff;
  padding-bottom: 0.533333rem;
}

.order-row2 .dt {
  padding: 0.133333rem 0.533333rem 0;
  border-bottom: 1px solid #DEDEDE;
}

.order-row2 .dt h3 {
  line-height: 1.2rem;
  padding-top: 0.133333rem;
  display: inline-block;
  border-bottom: 0.133333rem solid #005096;
}

.order-row2 .dc {
  padding: 0 0.533333rem;
}

.order-row2 .dc li {
  height: 1.6rem;
  border-bottom: 1px solid #DEDEDE;
  padding-top: 0.266667rem;
}

.order-row2 .dc li:last-child {
  border-bottom: 0;
}

.order-row2 .dc .t {
  width: 3.2rem;
  float: left;
  line-height: 1.066667rem;
}

.order-row2 .dc .c {
  margin-left: 3.2rem;
  line-height: 1.066667rem;
}

.reg_main .log-row1 {
  padding-left: 0.533333rem;
  text-align: left;
}

.reg_main .log-row2 .log-text {
  padding: 0.266667rem 0 0.2rem;
  text-align: left;
  line-height: 1.6;
  color: #666666;
}

.reg_main .log-row2 .dt {
  width: 2.933333rem;
}

.reg_main .log-row2 .dt span {
  color: #D83500;
  padding-right: 0.066667rem;
}

.reg_main .log-row2 .dc {
  margin-left: 2.933333rem;
}

.reg_main .che-inp {
  padding: 0.6rem 0 0.4rem;
}

.reg_main .che-left {
  width: 2.666667rem;
  float: left;
}

.reg_main .che-left input {
  display: none;
}

.reg_main .che-left input:checked + .icon-che {
  background-image: url("../images/icon-che-on.jpg");
}

.reg_main .che-left span {
  display: block;
  line-height: 0.666667rem;
  float: left;
  padding-left: 0.266667rem;
}

.reg_main .icon-che {
  background: url("../images/icon-che.png") no-repeat;
  width: 0.666667rem;
  height: 0.666667rem;
  display: block;
  background-size: 100% auto;
  vertical-align: middle;
  float: left;
}

.reg_main .che-right {
  margin-left: 2.666667rem;
  line-height: 0.666667rem;
}

.reg_main .che-right a {
  color: #D83500;
}

.reg_main .reg2-inp {
  border-bottom: 0;
  height: 2.666667rem;
  padding: 0.266667rem 0;
}

.reg_main .reg2-inp .dt {
  line-height: 2.133333rem;
}

.reg_main .regPhoto-inp {
  border-bottom: 0;
  min-height: 1.8rem;
  padding: 0.266667rem 0;
    display:block;
}

.reg_main .regPhoto-inp .dt {
  /*line-height: 2.133333rem;*/
}

.imglist {
  min-height: 3rem;
  /*padding: 0.266667rem 0;*/
  display:block;
  border-bottom: 1px solid #DEDEDE;
  clear:both;
}

.imglist  table{
  float:left;
}

/*课程*/

.kc-dt {
  color: #999999;
  padding: 0.133333rem 0.533333rem;
}

.kc-dt p {
  margin-top: 0.133333rem;
}

.kc-dc li {
  /*padding: 0.533333rem 0.533333rem 0;*/
  padding: 0 0;
  background:#f8f8f8;
  margin:0.4rem 0.4rem;
}

.kc-dc .kc-dc-warp {
  /*border-bottom: 1px solid #A2A2A2;*/
  padding-bottom: 0.2rem;
}

.kc-dc .dc-head .che-left {
  width: 0.8rem;
  float: left;
}

.kc-dc .dc-head .che-left input {
  display: none;
}

.kc-dc .dc-head .che-left input:checked + .icon-che1 {
  background-image: url("../images/icon-che1-on.png");
}

.kc-dc .dc-head .cen-right {
  /*margin-left: 0.8rem;*/
}

.kc-dc .dc-head .pic {
  width: 4rem;
  float: left;
  height: 1.8rem;
  overflow: hidden;
}

.kc-dc .dc-head .text {
  /*margin-left: 4rem;
  padding-left: 0.306667rem;
  padding-top: 0.133333rem;*/
  text-align:center;
  background:#eaeaea;
  line-height:0.8rem
}

.kc-dc .dc-head h4 {
  color: #000000;
}

.kc-dc .dc-head h5 {
  margin-top: 0.133333rem;
  color: #666666;
}

.kc-dc li.on {
  -webkit-box-shadow: 0 0.133333rem 0.266667rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.133333rem 0.266667rem rgba(0, 0, 0, 0.2);
}

.kc-dc li.on .dc-main {
  display: block;
}

.kc-dc li.on .kc-dc-warp {
  border: 0;
}

.kc-dc .dc-main {
  /*display: none;*/
  padding-top: 0.066667rem;
  /*padding-left: 0.8rem;*/
}

.kc-dc .dc-main input {
  display: none;
}

.kc-dc .dc-main input:checked + .dc-main-row {
  background: #5DBED3;
  color: #fff;
}

/*
.kc-dc .dc-main input:checked + .dc-main-row .icon-quan {
  background-image: url("../images/icon-che-on.jpg");
}

.kc-dc .dc-main input:checked + .dc-main-row span {
  color: #fff;
}
*/

.kc-dc .dc-main-li {
  margin-top: 0.2rem;
}

.kc-dc .dc-main-row {
  /*height: 1.266667rem;*/
  line-height: 0.8rem;
  padding: 0rem 0.2rem;
  background: #F8F8F8;
  color: #666666;
}

.kc-dc .dc-main-row b {
  font-weight: 500;
  margin-left: 0.2rem;
  margin-right: 0.4rem;
}

.kc-dc .dc-main-row span {
  color: #000;
}

.classheight {
    line-height: 1.266667rem;
}

.kc-dc .icon-quan {
  /*background-image: url("../images/icon-quan.png");*/
  background-image: url("../images/icon-che.png");
  width: 0.45rem;
  height: 0.45rem;
  position: relative;
  top: 0.066667rem;
}

.kc-dc .icon-che1 {
  background-image: url("../images/icon-che1.png");
  width: 0.533333rem;
  height: 0.533333rem;
  background-size: 100% 100%;
}

.kc-df {
  padding: 0.533333rem;
}

.kc-df .btn {
  color: #fff;
  line-height: 1.333333rem;
}

/*课程详情*/

.kv-row1 {
  height: 4.466667rem;
  overflow: hidden;
  position: relative;
}

.kv-row1 .kv-fhBtn {
  background: url("../images/kcview-fh.png");
  width: 0.706667rem;
  height: 0.706667rem;
  background-size: 100% auto;
  position: absolute;
  z-index: 2;
  display: block;
  top: 0.4rem;
  left: 0.266667rem;
}

.kv-row2 {
  padding: 0.4rem 0.466667rem;
}

.kv-row2 .dt {
  line-height: 0.533333rem;
  border-left: 0.16rem solid #005096;
  padding-left: 0.333333rem;
  color: #000;
  margin-bottom: 0.266667rem;
}

.kv-row2 .dc li {
  border-bottom: 1px solid #A2A2A2;
  padding: 0.266667rem 0;
  position: relative;
}

.kv-row2 .dc li:last-child {
  border-bottom: 0;
}

.kv-row2 .kv-left {
  width: 0.6rem;
  float: left;
  line-height: 0.533333rem;
  color: #005096;
}

.kv-row2 .kv-right {
  margin-left: 0.6rem;
}

.kv-row2 .kv-right h4 {
  color: #333333;
}

.kv-row2 .kv-right h5 {
  margin-top: 0.2rem;
  color: #5F5F5F;
}

.kv-row2 .dtPic {
  width: 1.2rem;
  height: 1.28rem;
  position: absolute;
  right: 0.4rem;
  top: 0.2rem;
}

.kv-row2 .df {
  padding-top: 0.333333rem;
}

.kv-row2 .df .btn {
  line-height: 1.333333rem;
  background: #005096;
}

.kv-main-li {
  margin-top: 0.266667rem;
  background: #F8F8F8;
  padding: 0.266667rem;
}

.kv-main-li .kc-main-row {
  line-height: 0.533333rem;
  color: #5F5F5F;
}

.kv-main-li input {
  display: none;
}

.kv-main-li input:checked + .kc-main-row {
  color: #000;
}

.kv-main-li input:checked + .kc-main-row .icon-quan {
  background-image: url("../images/icon-che2-on.png");
}

.kv-main-li .icon-quan {
  display: block;
  float: left;
  width: 0.533333rem;
  height: 0.533333rem;
  background-image: url("../images/icon-che2.png");
  margin-right: 0.2rem;
}

.reg1_main .log-btn {
  margin-top: 0.266667rem;
}

.reg1_main .log-row2 .dt {
  width: 3.6rem;
}

.reg1_main .log-row2 .dt span {
  color: #D83500;
  padding-right: 0.066667rem;
}

.reg1_main .log-row2 .dc {
  margin-left: 3.6rem;
}

.reg1_main .reg1-inp {
  height: auto;
  padding: 0.266667rem 0;
}

.reg1_main .reg1-inp .dt {
  width: 100%;
  line-height: 1.133333rem;
}

.reg1_main .reg1-inp .dc {
  margin-left: 0;
}

.reg1_main .reg1-inp .dc input {
  height: 1rem;
  width: 100%;
}

.reg1_main .reg2-inp {
  border-bottom: 0;
  height: 2.666667rem;
  padding: 0.266667rem 0;
}

.reg1_main .reg2-inp .dt {
  line-height: 2.133333rem;
}

.radio-row {
  padding-top: 0.266667rem;
}

.radio-row label {
  display: inline-block;
  margin-right: 0.133333rem;
}

.radio-row label span {
  width: 1.733333rem;
  height: 1.066667rem;
  background: #EEEEEE;
  text-align: center;
  line-height: 1.066667rem;
  color: #333;
  display: block;
}

.radio-row label input {
  display: none;
}

.radio-row label input:checked + span {
  background: #005096;
  color: #fff;
}

.scPic {
  width: 2.133333rem;
  height: 2.133333rem;
  overflow: hidden;
  background: #EEEEEE;
  display: inline-block;
  margin-right: 0.2rem;
}

.scbtn {
  margin-right: 0.2rem;
  display: inline-block;
  width: 2.133333rem;
  height: 2.133333rem;
  position: relative;
  overflow: hidden;
}

.scbtn input {
  position: absolute;
  width: 2.133333rem !important;
  height: 2.133333rem !important;
  top: 0;
  left: 0;
  opacity: 0;
}

.active_more{
	text-align:center;
	margin:1rem auto;
	margin-top:1rem;
	margin-bottom:1rem;
}
.active_more1 {
	color:#333333;
	display: block;
    width: 95%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #CCCCCC;
    text-align: center;
    line-height: 1rem;
    height: 1rem;
    font-size: 0.35rem; 
    border-radius:0.5rem;
}
/*忘记密码*/

.fgpw {
  padding: 0.133333rem 0.533333rem;
}

.fgpw .log-inp {
  height: 1.666667rem;
  border-bottom: 1px solid #DEDEDE;
}

.log-title {
  padding: 0.0rem ;
  height: 1.666667rem;
  clear:both;
}

.fgpw .dt {
  width: 2.2rem;
  float: left;
  line-height: 1.666667rem;
  color: #333;
}

.fgpw .title {
 /*width: 1.333333rem;*/
  float: left;
  line-height: 1.666667rem;
  color: #333;
}

.fgpw .dc {
  margin-left: 1.333333rem;
}

.fgpw .dc input {
  height: 1.666667rem;
  border: 0;
  background: none;
  color: #333;
}

.fgpw .log-text {
  text-align: right;
  line-height: 1.533333rem;
}

.fgpw .log-text a {
  color: #333;
}

.fgpw .log-btn {
  padding-top: 0.133333rem;
}

.fgpw .log-btn .btn {
  margin-bottom: 0.773333rem;
  height: 1.333333rem;
  line-height: 1.333333rem;
  background: #005096;
}

.fgpw .log-btn .btn1 {
  background: #fff;
  border: 1px solid #787878;
  color: #333;
}



/*checkbox*/
.agreeCB .input_agreement_protocol{
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none;
}
/*未选中时*/        
.agreeCB .input_agreement_protocol+span {
    width: 16px;
    height: 16px;
    background-color: red;
    display: inline-block;
    background: url(../images/icon_checkbox.png) no-repeat;
    background-position-x: 0px;
    background-position-y: -25px;
    position: relative;
    top: 2px;
}
   /*选中checkbox时,修改背景图片的位置*/            
  .agreeCB .input_agreement_protocol:checked+span {
     background-position: 0 0px
 }



  .m-nav1{
	position: relative;
    background-color: #fff;
	/*padding-bottom:0.07rem;
	margin-top:-0.33rem;*/
}
.m-nav1 ul{
	width: 100%;
	padding: 0.5rem 0;
	/*background-color: #fff;*/
}
.m-nav1 li{
	float: left;
	width: 100%;
	text-align: center;
}
.m-nav1 li + li{
	border-left:1px solid #E0E0E0;
} 
.m-nav1 .v1{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.m-nav1 .v2{
	background:url(../images/i-aro.png) 80% center no-repeat;
	/*-webkit-background-size: 0.16rem 0.11rem;
	background-size: 0.16rem 0.11rem;*/
}
.m-nav1 li.on .v1{
	color: #DE3016;
}
.m-nav1 dl{
	display: none;
	position: absolute;
	top: 1.2rem;
	left: 0;
	bottom: 0;
	width: 100%;
	/* background-color: rgba(0, 0, 0, .8); */
	z-index: 100;
}
.m-nav1 dl::before{
	content: "";
	position: absolute;
	bottom: -99999px;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .8);
	height: 99999px;
	z-index: 99;
}
.m-nav1 dd{
	position: relative;
	z-index: 101;
	background-color: #fff;
}
.m-nav1 dd a{
    display: block;
    padding: 2px 30px;
    border-bottom: 1px solid #E8E3DD;
    font-size: 16px;
    color: #333;
    text-align:center;
    height: 35px;
    line-height: 35px;
}
.m-nav1 dd.on a{
	color:#DE3015;
	background:url(../images/i-dh.png) 90% center no-repeat;
	-webkit-background-size: 0.36rem 0.26rem;
	background-size: 0.36rem 0.26rem;
}


.ac_wp{
	padding:0 0.2rem 0 0.2rem;
}
.ac_item{
	border-bottom:1px solid #ddd;
	padding-top:0.2rem;
	padding-bottom:0.2rem;
}
.ac_item:last-child{
	border:0;
}
.ac_item .photo{
	position: relative;
	margin-bottom:5px;
	display: block;
    padding-top:8px;
}
.ac_item .photo img{
	display: block;
	width: 100%;
	height:auto;
}
.ac_item .type{
	position: absolute;
	z-index: 20;
	right: 0.2rem;
	top: 0.2rem;
	height: 0.42rem;
	line-height: 0.42rem;
	padding:0 0.16rem;
	border-radius:0.05rem;
	background:#e43427;
	font-size:0.26rem;
	color:#fff;
}
.ac_item .name{
	height: 25px;
	line-height:25px;
	font-size:16px;
	font-weight:bold;
}
.ac_item .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ac_item li{
	font-size:0.24rem;
	color:#999;
	line-height: 0.4rem;
}
.ac_item .read{
	float: right;
	display: inline-block;
	padding-left:0.35rem;
	background:url(../images/readv.png) no-repeat left center;
	background-size:auto 0.2rem;
}

.opus_wp{
	padding:0 0.2rem 0 0.2rem;
}
.opus_item{
	border-bottom:1px solid #ddd;
	padding-top:0.2rem;
	padding-bottom:0.2rem;
}
.opus_item:last-child{
	border:0;
}
.opus_item .photo{
	position: relative;
	margin-bottom:5px;
	display: block;
    padding-top:8px;
}
.opus_item .photo img{
	display: block;
	width: 100%;
	height:auto;
}
.opus_item .type{
	position: absolute;
	z-index: 20;
	right: 0.2rem;
	top: 0.2rem;
	height: 0.42rem;
	line-height: 0.42rem;
	padding:0 0.16rem;
	border-radius:0.05rem;
	background:#e43427;
	font-size:0.26rem;
	color:#fff;
}
.opus_item .name{
	height: 25px;
	line-height:25px;
	font-size:16px;
	font-weight:bold;
}
.opus_item .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.opus_item li{
	font-size:16px;
	color:#999;
	line-height: 25px;
}