﻿@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: 20px;
}

[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-image: linear-gradient(160deg, #ffce00 20%,#ff8b00 80%);
  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: -webkit-linear-gradient(#FE5200,#FE9E26);
  background: -o-linear-gradient(#FE5200,#FE9E26);
  background: -moz-linear-gradient(#FE5200,#FE9E26);
  background: -mos-linear-gradient(#FE5200,#FE9E26);
  background: linear-gradient(#FE5200,#FE9E26);
  left: 0;
  width: 100%;
}

.i_header h2 {
  line-height: 1.333333rem;
  text-align: center;
  color: #ffffff;
}

.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: 2.2rem;
  height: 0.133333rem;
  background: #FE7139;
}

.i_notice .dt a {
  display: inline-block;
  line-height: 0.533333rem;
  position: absolute;
  right: 0.533333rem;
  top: 0.4rem;
  color: #999;
  font-size:18px;
}

.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: #FE7139;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 11;
  font-size:22px;
}

.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 .icon-wode {
  background-image: url("../images/down_r2_c4.png");
}

.i_footer h4 {
  display: inline-block;
  position: relative;
  top: -0.066667rem;
  color: #fff;
  padding-left: 0.133333rem;
}

.i_footer_icp {
  height: 1.333333rem;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #FE7139;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 10;
  text-align:center;
}
/*学员中心*/

.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.366667rem;
}

.member-row1 .nameInfo h4 {
  color: #333333;
  margin-bottom: 0.133333rem;
}

.member-row1 .nameInfo h5 {
  color: #666;
  line-height: 1.6;
  font-size:17px;
}

.member-row1 .xgBtn {
  width: 50%;
  height: 1.066667rem;
  line-height: 1.066667rem;
  border-radius: 0.533333rem;
  background-image: linear-gradient(160deg, #ffce00 20%,#ff8b00 80%);
  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: #FF5601;
}

.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 #FE7139;
}

.apply-row1 h4 span {
  color: #ff5000;
  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: #FE7139;
  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: #FF5601;
  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.133333rem;
  border-bottom: 0.133333rem solid #FFBF00;
  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-image: linear-gradient(160deg, #ffce00 20%,#ff8b00 80%);
}

.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 #FE7139;
}

/*新闻*/

.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;
  font-size:26px;
}

.view-row1 .dc {
  line-height: 1.65;
  color: #838383;
  padding: 0.4rem 0;
  font-size:20px;
  color:#333;
}

.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: #FF5601;
}

.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: #FE7139;
}

.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: #FF5601;
  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: #FE7139;
  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: #FE7139;
  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 #FE7139;
}

.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: #333;
  font-size:18px;
}

.reg_main .log-row2 .dt {
  width: 2.933333rem;
}

.reg_main .log-row2 .dt span {
  color: #FF5000;
  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: #FF5601;
  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 #FE7139;
  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: #FE7139;
}

.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: #FE7139;
}

.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: #FE7139;
  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-image: linear-gradient(160deg, #ffce00 20%,#ff8b00 80%);
}

.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
 }

 /*add*/

.alert_flog{
  width:100%;
  height:100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  background:#000;
  opacity: 0.38;
  display:none;
}
 .load{
  left: calc(50% - 65px);
  position: fixed;
  top: 20%;
  z-index:220;
  display:none;
}
 .load .tp{
 padding-left:50px;
}
.load .tp img{
  display: block;
  width: 37px;
  height:auto;
}
.load .tip{
  font-size:0.4rem;
  line-height: 1.7;
  color:#fff;
}


.kc_win{
  width: 8.2rem;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background:#fff;
  border-radius:0.24rem;
  padding-bottom:0.5rem;
  z-index:220;
  border:1px solid #FF9600;
  height:500px;
}
.kc_win .tp{
  border-radius:0.24rem 0.24rem 0 0;
  position: relative;
  overflow: hidden;
}
.kc_win .tp img{
  display: block;
  width: 100%;
  height:auto;
}
.kc_logo{
  display: block;
  position: absolute;
  width: 3.4rem;
  position: absolute;
  top: -0.6rem;
  left: 50%;
  margin-left:-1.7rem;
  z-index:10;
}
.kc_win .t1{
  width: 100%;
  position: absolute;
  left: 0;
  top: 1.34rem;
  height: 1.04rem;
  line-height: 1.04rem;
  text-align: center;
  color:#fff;
  font-size:0.56rem;
  z-index:20;
}
.kc_win .tip{
  font-size:0.56rem;
  line-height: 1.7;
  padding:0.22rem 0.6rem 0.3rem 0.6rem;
  height:400px;
  overflow-y:auto;
}
.kc-sd{
  display: block;
  width: 100%;
  height:auto;
}
.kc_win .bt{
  text-align:center;
}
.kc_win .bn{
  display:inline-block;
  width:2.5rem;
  height: 0.9rem;
  line-height: 0.9rem;
  background:url("../images/kc-btn.png") no-repeat center center;
  background-size:cover;
  font-size:0.42rem;
  color:#fff;
  margin:0 0.5rem;
}
.kc_win .top_close{
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  background:url("../images/kc-close.png") no-repeat center center;
  background-size:0.84rem 0.84rem;
}

.my_handle{
  text-align:center;
  height:1.6rem;
  line-height: 1.6rem;
  font-size:0.55rem;
}
.my_handle .bn{
  display: inline-block;
  padding:0 0.4rem;
}
.my_handle .hover{
  position: relative;
}
.my_handle .hover i{
  display: block;
  width: 0.8rem;
  height: 0.06rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left:-0.4rem;
  background:#FFBF00;
}

.my_con{
  display: none;
}
.show{
  display: block;
}

.loadmore{
  background:#fff;
  padding:0.2rem 0.45rem 0.2rem 0.45rem; 
  margin-top:0.1rem;

  font-size:0.36rem;
  border-radius:0.1rem;
  /*border:1px solid #ccc;*/
}

.my_item{
  background:#fff;
  padding:0.6rem 0.45rem 0.5rem 0.45rem; 
  margin-bottom:0.15rem;
}
.my_item .tp{
  float:left;
  height:0.6rem;
  line-height: 0.6rem;
  border-left:0.16rem solid #FFBF00;
  font-size:0.6rem;
  padding-left:0.3rem;
}
.my_item .tp i{
  display: inline-block;
  background:#FFBF00;
  width: 0.18rem;
  height: 0.18rem;
  border-radius:100%;
  margin:0 0.2rem;
  position: relative;
  top: -0.1rem;
}
.my_item .type{
  float: right;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size:0.5rem;
  color:#ff5000;
}

.my_item .ed{
  background:#f5f5f5;
  margin:0.3rem 0;
  /*height: 1rem;*/
  line-height: 0.9rem;
  font-size:0.5rem;
  color:#666;
  padding:0.3rem;
}

 .giveup{
  display: inline-block;
  width: 2.26rem;
  height: 0.76rem;
  line-height: 0.76rem;
  border:1px solid #FF5000;
  text-align: center;
  font-size:0.36rem;
  color:#FF5000;
  margin-left:0.15rem;
  border-radius:0.1rem;
}

.my_item .semester{
  float:left;
  height:0.6rem;
  line-height: 0.6rem;
  font-size:0.46rem;
  padding-left:0.1rem;
}

.clear{
  clear:both;
}
.my_item ul{
  padding:0.4rem 0;
}
.my_item li{
  line-height: 0.86rem;
  color:#999;
  font-size:0.5rem;
}
.my_item li em{
  color:#000;
}
.my_item .blue{
  color:#FF0000;
}
.my_item .s_list{
  /*width: 11rem;*/
  border-bottom:1px solid #ccc;
  padding-bottom:0.1rem;
}
.my_item .s_list a{
  display: block;
  width: 2.08rem;
  height: 0.95rem;
  line-height: 0.95rem;
  background:#f5f5f5;
  text-align: center;
  font-size:0.36rem;
  color:#999;
  float: left;
  margin:0 0.24rem 0.2rem 0;
}
.my_item .s_wp{
  width: 9rem;
  position: relative;
  overflow: hidden;
}
.my_item .ctrl{
  text-align:right;
  padding-top:0.2rem;
}
.my_item .ctrl a{
  display: inline-block;
  width: 2.5rem;
  height: 0.8rem;
  line-height: 0.76rem;
  border:1px solid #FF5000;
  text-align: center;
  font-size:0.4rem;
  color:#FE7139;
  margin-left:0.15rem;
  border-radius:0.1rem;
}
.my_item .ctrl .a2{
  color:#fff;
  background:#FF5000;
}
.my_item .ctrl .a3{
  color:#ccc;
  border-color:#ccc;
}

.my_item .a5{
  color:#FF5601;
  background:#fff;
}

 .giveup{
  display: inline-block;
  width: 2.26rem;
  height: 0.76rem;
  line-height: 0.76rem;
  border:1px solid #FF5000;
  text-align: center;
  font-size:0.36rem;
  color:#FF5000;
  margin-left:0.15rem;
  border-radius:0.1rem;
}


.morebtn1{
  display: inline-block;
  width: 2.26rem;
  height: 0.76rem;
  line-height: 0.76rem;
  border:1px solid #FF5601;
  text-align: center;
  font-size:0.36rem;
  color:#ff5000;
  margin-left:0.15rem;
  border-radius:0.5rem;
}
.morebtn2{
  display: inline-block;
  width: 2.26rem;
  height: 0.76rem;
  line-height: 0.76rem;
  border:1px solid #999;
  text-align: center;
  font-size:0.36rem;
  color:#999;
  margin-left:0.15rem;
  border-radius:0.5rem;
}

.paybtn{
  display: inline-block;
  width: 2.26rem;
  height: 0.76rem;
  line-height: 0.76rem;
  border:1px solid #FF5601;
  background:#FF5601;
  text-align: center;
  font-size:0.36rem;
  color:#fff;
  margin-left:0.15rem;
  border-radius:0.5rem;
}
 

.mk_title{
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-size:0.46rem;
}
.mk_title i{
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius:100%;
  background:#FFBF00;
  margin:0 0.2rem;
  position: relative;
  top:-0.05rem;
}

.mk_item{
  background:#fff;
  padding:0.33rem 0.4rem 0.66rem 0.4rem;
  margin-bottom:0.3rem;
}
.mk_item li{
  line-height: 0.78rem;
  font-size:0.42rem;
  color:#999;
}
.mk_item li em{
  color:#000;
}
.mk_item .blue{
  color:#FF5000;
}
.mk_item .bt{
  height: 0.82rem;
  line-height: 0.82rem;
  font-size:0.42rem;
}
.mk_item .tit{
  float: left;
}
.mk_item .bn{
  float: left;
  display: block;
  height: 0.76rem;
  line-height: 0.76rem;
  border:0.03rem solid #69c3d6;
  color:#69c3d6;
  padding:0 0.2rem;
  border-radius:0.1rem;
  margin-left:0.15rem;
}
.mk_item .ed{
  background:#f5f5f5;
  margin:0.3rem 0;
  height: 1rem;
  line-height: 1rem;
  font-size:0.36rem;
  color:#999;
  padding-left:0.3rem;
}

.paytip{
  background:#f5f5f5;
  /*margin:0.1rem 0;*/
  height: 1rem;
  line-height: 1rem;
  font-size:0.36rem;
  color:#999;
  padding-left:0.3rem;
}

.mk_item span{
  color:#ff5000;
}
.mk_item .ctrl{
  text-align:right;
  padding-top:0.3rem;
  padding-bottom:0.3rem;
}
.mk_item .ctrl a{
  display: inline-block;
  width: 2.4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background:#FF5601;
  border-radius:0.1rem;
  text-align: center;
  color:#fff;
  font-size:0.36rem;
  margin-left:0.3rem;
}
.mk_item .ctrl .a2{
  background:#ccc;
}

.mk_item .back{
  text-align:center;
  padding-top:0.3rem;
}

.mk_item .back a{
  display: inline-block;
  width: 2.4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background-image: linear-gradient(160deg, #ffce00 20%,#ff8b00 80%);
  border-radius:0.1rem;
  text-align: center;
  color:#fff;
  font-size:0.36rem;
  margin-left:0.3rem;
}

.qk_handle{
  height: 1.3rem;
  line-height: 1.3rem;
  background:#fff;
  /*position: fixed;*/
  left: 0;
  /*top: 0;*/
  z-index: 100;
  width: 100%;
  text-align: center;
}
.qk_handle .bn{
  display: inline-block;
  font-size:0.46rem;
  color:#999;
  margin:0 0.5rem;
}
.qk_handle .hover{
  position: relative;
  color:#333;
}
.qk_handle .hover i{
  display: block;
  width: 1.4rem;
  height: 0.07rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left:-0.7rem;
  background:#FFBF00;
}
.qk_zw{
  height: 1.3rem;
  clear: both;
}

.qk_con{
  display: none;
}
.show{
  display: block;
}
.qk_con .t1{
  text-align: center;
  font-size:0.46rem;
  height: 0.7rem;
  line-height: 0.45rem;
  font-weight:bold;
}
.qk_con .tip{
  padding:0 0.4rem;
  font-size:0.5rem;
  line-height: 0.72rem;
  color:#666;
}
.qk_item{
  width: 100%;
  background-color:#F5F5F5;
  background-size:100% 100%;
  padding-bottom:0.3rem;
}
.qk_item .cleft{
  float: left;
  width: 100%;
  padding:0.3rem;
  background-color:#FFFFFF;
}
.qk_item .s1{
  height: 1.2rem;
  line-height: 0.6rem;
  font-size:0.5rem;
}
.qk_item .s1 i{
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  background:#FFBF00;
  border-radius:100%;
  margin:0 0.2rem;
  position: relative;
  top:-0.05rem;
}
.qk_item li{
  height: 0.48rem;
  line-height: 0.48rem;
  font-size:0.36rem;
  color:#666;
}
.qk_item .blue{
  color:#FF5000;
}
.qk_item ul{
  padding:0.1rem 0;
}
.qk_item .date{
  height: 0.88rem;
  line-height: 0.88rem;
  font-size:0.38rem;
  color:#666;
  padding-left:0.54rem;
  background:url("../images/qk-date.png") no-repeat left center;
  background-size:auto 0.38rem;
}

.qk_item .t1{
  height: 0.88rem;
  line-height: 0.88rem;
  font-size:0.45rem;
  color:#ff5000;
  position: absolute;
}
.qk_item .signa{
	display: block;
	width: 2.2rem;
	height: 0.88rem;
	line-height: 0.88rem;
	border-radius:0.44rem;
	margin:0 0 0 3rem;
	font-size:0.4rem;
	color:#fff;
	text-align: center;
}

.sign_n
{
    background:#838383;
}

.sign_s
{
    background-image: linear-gradient(160deg, #ffce00 20%,#ff8b00 80%);
}
.sign_e
{
    background:#838383;
}
.sign_n
{
    background:#838383;
}


.nomsg{
  background:#fff;
  padding:0.3rem 0.45rem 0.3rem 0.45rem; 
  margin-top:0.2rem;
  margin-left:0.5rem;
  margin-right:0.5rem;
  text-align: center;
  font-size:0.36rem;
  border-radius:0.1rem;
  border:1px solid #ccc;
}

.noclass{
  background:#fff;
  padding:0.3rem 0.45rem 0.3rem 0.45rem; 
  text-align: center;
  font-size:0.38rem;
  margin-bottom:20rem;
}



.inf_in{
	width:92%;
	margin:0 auto;
	position: relative;
	border-bottom:1px solid #ccc;
	min-height:0.86rem;
	line-height:0.86rem;
	font-size:0.3rem;
}
.inf_in .tit{
	float:left;
	position: relative;
	padding-left:0.34rem;
	min-width:1.22rem;
	color:#666;	
	font-size:0.32rem;
}
.inf_in .bt{
	color:#e43327;
	position: absolute;
	left:0;
	top:0;
	font-size:0.3rem;
	line-height:1rem;
}
.inf_in .text{
	float:left;
	height:0.86rem;
	line-height:0.86rem;
	font-size:0.32rem;
	border:0;
	color:#999;
	padding-left:0.2rem;
    background-color:#fff;
}
.inf_in .text1{
	/*width:4.8rem;*/
	font-size:0.32rem;
}
.inf_in .text2{
	width:3.9rem;
}
.inf_in .text3{
	width:4.6rem;
}

.inf_in .mh_sel{
	width:100%;	
	position: relative;
	font-size:0.32rem;
}
.inf_in .mh_sel select{
	position: absolute;
	left:0;
	top:0;
	z-index:10;
	width:100%;
	height:100%;
	opacity:0;
}
.inf_in .mh_sel .mh_val{
	width:100%;
	height:0.86rem;	
	display:block;
	color:#999;
	background:url("/images/hnhn_sel.png") no-repeat right center;
	background-size:auto 100%;
	padding-left:1.76rem;
	box-sizing:border-box;
}
.inf_in .mh_sel2 .mh_val{
	background-image:url("/images/hnhn_sel2.png");
}


.selectItem
{

}

.selectItem a{
  margin-bottom:0.2rem;
  display: inline-block;
  /*width: 2.5rem;*/
  padding-left:0.12rem;
  padding-right:0.12rem;
  height: 0.8rem;
  line-height: 0.76rem;
  border:1px solid #FF5000;
  text-align: center;
  font-size:0.4rem;
  color:#FE7139;
  margin-left:0.15rem;
  border-radius:0.25rem;
}

.selectItem .aselect{
  color:#fff;
  background:#FF5000;
}

.scbg1{
  background:#f7e9d3 url("../images/scbg1.jpg") no-repeat top center;
  background-size:100% auto;
  min-height: 100vh;
}
.scbg2{
  background:url("../images/scbg2.jpg") no-repeat bottom center;
  background-size:100% auto;
  min-height: 100vh;
}

.sc_list{
  padding:4.5rem 0 1.25rem 0;
}
.sc_item{
  width: 8.7rem;
  height: 2.1rem;
  border:0.1rem solid #f6d198;
  border-radius:0.15rem;
  margin:0 auto 0.2rem auto;
  background-color:#fff;
  background-size:auto 100%;
  background-image:url("../images/sc1.png");
  background-repeat:no-repeat;
  position: relative;
  box-sizing:border-box;
}
.sc_item2{
  background-image:url("../images/sc2.png");
}
.sc_item3{
  background-image:url("../images/sc3.png");
}
.sc_item4{
  background-image:url("../images/sc4.png");
}
.sc_item .ico{
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.sc_item dl{
  width: 100%;
  text-align: center;
  top: 0.22rem;
  position: absolute;
  left: -0.2rem;
  z-index: 5;
}
.sc_item dt{
  height: 0.75rem;
  line-height: 0.75rem;
  font-size:0.4rem;
  color:#ffab19;
}
.sc_item dd{
  height: 0.6rem;
  line-height: 0.6rem;
  color:#000;
  font-size:0.35rem;
}
.sc_item2 dd{
  color:#ddd;
}

.sc_win{
  width: 8.4rem;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 220;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding:0.15rem;
  box-sizing:border-box;
  background:#f6d299; /* 一些不支持背景渐变的浏览器 */  
  background:linear-gradient(to bottom, #f6d299, #f0af5f);
  background:-moz-linear-gradient(to bottom, #f6d299, #f0af5f);
  background:-webkit-gradient(to bottom, #f6d299, #f0af5f);
  background:-o-linear-gradient(to bottom, #f6d299, #f0af5f);
  border-radius:0.35rem;
  padding:0.15rem;
  display: none;
}
.sc_win .wintoptit{
  height: 1rem; 
  font-size:0.4rem;
  color:#fff;
  line-height: 1rem;
}
.sc_win .title{
  width: 4.5rem;
  height:auto;
  position: absolute;
  top: -0.45rem;
  left: 50%;
  height: 1rem;
  margin-left:-2.25rem;
  z-index: 10;
  background:url("../images/sc_title.png") no-repeat center center;
  background-size:100% 100%;
  line-height: 0.9rem;  
  text-align: center; 
  color:#fff;
  font-size:0.4rem;
}
.sc_win .wp{
  border-radius:0.24rem;
  padding:0.7rem 0.35rem 0.35rem 0.35rem;
  background:#f7e9d3;
}
.sc_win .remark{
  margin-top:20px;
  margin-bottom:20px;
  float: left;
  /*height: 1rem;*/ 
  font-size:0.4rem;
  color:#ff0000;
  /*line-height: 1rem;*/
}

.sc_win .tit{
  float: left;
  height: 1rem; 
  font-size:0.4rem;
  color:#754937;
  line-height: 1rem;
}
.sc_win .tit em{
  color:#d90000;
}
.sc_win .text{
  float: right;
  height: 1rem;
  line-height: 1rem;
  width: 3.75rem;
  border:0;
  border-radius:0.1rem;
  text-indent:0.3rem;
  font-size:0.375rem;
  color:#c3814b;
}
.sc_win .sels{
  width: 3.75rem;
  float: right;
  display:flex;
  justify-content: space-between;
}
.sc_win .sel{
  width: 1rem;
}
.sc_win .color{
  width: 1rem;
  height: 1rem;
  border-radius:0.1rem;
  margin-bottom:0.125rem;
}
.sc_win .color1{
  background:#2db200;
}
.sc_win .color2{
  background:#d90000;
}
.sc_win .color3{
  background:#ffab1b;
}


.sc_win .tripItems{

  width: 3.75rem;
  float: right;
  display:flex;
  justify-content: space-between;
}
.sc_win .tripItem{
  width: 1rem;
}
.sc_win .trip{
    width: 1rem;
    /* height: 1rem; */
    border-radius: 0.1rem;
    margin-bottom: 0.125rem;
    text-align: center;
    font-size:0.4rem;
}


.sc_win .bn{
  width: 0.2rem;
  height: 0.2rem;
  padding:0.04rem;
  border-radius:100%;
  border:1px solid #c3814b;
  margin:0 auto;
  box-sizing:content-box;
}
.sc_win .hover .bn i{
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius:100%;
  background:#c3814b;
}

.sc_win .select .bn i{
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius:100%;
  background:#c3814b;
}

.sc_win textarea{
  height: 2.8rem;
  width: 100%;
  padding:0.15rem 0.25rem;
  border-radius:0.2rem;
  resize:none;
  border:0;
  font-size:0.375rem;
  color:#c3814b;
  line-height: 1.6;
}
.sc_win .go{
  display: block;
  margin:0.2rem 0 0 0;
  height: 1rem;
  line-height: 1rem;
  font-size:0.375rem;
  text-align: center;
  color:#fff;
  border-radius:0.5rem;
  background:#f4da9d; /* 一些不支持背景渐变的浏览器 */  
  background:linear-gradient(to bottom, #f4da9d, #eab364);
  background:-moz-linear-gradient(to bottom, #f4da9d, #eab364);
  background:-webkit-gradient(to bottom, #f4da9d, #eab364);
  background:-o-linear-gradient(to bottom, #f4da9d, #eab364);
}
.sc_win .close{
  width: 2rem;
  height: 2rem;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  margin-left:-1rem;
  background:url("../images/close.png") no-repeat center center;
  background-size:0.75rem 0.75rem;
}