@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
  overflow: hidden;
  width: auto;
  min-width: 1190px;
}

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

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
  color: #3c3c3c;
}

a {
  text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 0.12rem/1.14 arial, 5b8b4f53;
  color: #333;
  outline: 0;
  border: none;
}

img {
  display: block;
}

body {
  background: #fff;
}

a,
a:hover {
  color: #333;
}

img {
  display: block;
}

* {
  scrollbar-color: #e5e5e5 #f7f7f9;
  /* 滑块颜色  滚动条背景颜色 */
  scrollbar-width: thin;
  /* 滚动条宽度有三种：thin、auto、none */
}

::-webkit-scrollbar {
  /* 滚动条整体部分 */
  width: 0.1rem;
  margin-right: 0.02rem;
}

::-webkit-scrollbar-button {
  /* 滚动条两端的按钮 */
  width: 0.1rem;
  background-color: transparent;
}

::-webkit-scrollbar:horizontal {
  height: 0.1rem;
  margin-bottom: 0.02rem;
}

::-webkit-scrollbar-track {
  /* 外层轨道 */
  border-radius: 0.1rem;
}

::-webkit-scrollbar-track-piece {
  /*内层轨道，滚动条中间部分 */
  background-color: transparent;
  border-radius: 0.1rem;
}

::-webkit-scrollbar-thumb {
  /* 滑块 */
  width: 0.1rem;
  border-radius: 0.05rem;
  background: #cbcbcb;
}

::-webkit-scrollbar-corner {
  /* 边角 */
  width: 0.1rem;
  background-color: rgb(214, 214, 214);
}

::-webkit-scrollbar-thumb:hover {
  /* 鼠标移入滑块 */
  background: #909090;
}

html,
body {
  font-size: 100PX;
  background: #fafafa;
}

.grey {
  background: rgb(240, 242, 245) !important;
}

.container {
  width: 12rem;
  margin: 0 auto;

}





.banner {
  width: auto;
  min-width: 1200px;
  /* height: 4.5rem; */
  margin-bottom: 0.25rem;
   margin-top: 132px !important;
}
.banner .container {
  position: relative;
  width: 100%!important;
  height: 100%;
}
.banner .container .swiper-container {
  height: 100% !important;
}
.banner .container .swiper-container a,
.banner .container .swiper-container img {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .container .swiper-pagination {
  bottom: 2px !important;
}
.banner .container .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem !important;
  height: 0.12rem !important;
  background: rgba(255, 255, 255, 0.5);
  filter:Alpha(opacity=50);
  opacity: 0.5;
}
.banner .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  /* background-color: rgba(219, 2, 10, 0.8274509804) !important; */
  background: #FFFFFF;
  filter:Alpha(opacity=50);
  opacity:1 
}
.banner .container > img {
  width: 100%;
  height: 100%;
}
.banner .container .userBox {
  position: absolute;
  z-index: 200;
  top: 50%;
  right: 0.4rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10PX;
  overflow: hidden;
  width: 4.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3rem;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.banner .container .userBox .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2PX solid #FFFFFF;
  margin-bottom: 0.2rem;
  width: 100%;
}
.banner .container .userBox .profile span {
  font-size: 0.16rem;
  color: #3C3C3C;
  line-height: 0.22rem;
}
.banner .container .userBox .profile a {
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .container .userBox .profile a:first-of-type img {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.1rem;
}
.banner .container .userBox .profile a:last-of-type img {
  width: 0.2rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}
.banner .container .userBox .records {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
}
.banner .container .userBox .records h1 {
  font-size: 0.16rem;
  color: #3C3C3C;
  line-height: 0.22rem;
  font-weight: 600;
  margin-bottom: 0.22rem;
}
.banner .container .userBox .records .loopItem {
  width: 100%;
  margin-bottom: 0.26rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .container .userBox .records .loopItem span {
  font-size: 0.14rem;
  font-weight: 400;
  color: #3C3C3C;
  line-height: 0.2rem;
  margin-right: 0.05rem;
}
.banner .container .userBox .records .loopItem h2 {
  font-size: 0.14rem;
  color: #3C3C3C;
  font-weight: 400;
  line-height: 0.2rem;
  width: 1.6rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 0.05rem;
}
.banner .container .userBox .records .loopItem i {
  font-size: 0.16rem;
  font-weight: 400;
  color: #B80006;
  line-height: 0.22rem;
}
.banner .container .userBox .records .loopItem a {
  border-radius: 4PX;
  border: 1PX solid #B80006;
  font-size: 0.14rem;
  line-height: 0.24rem;
  text-align: center;
  width: 0.76rem;
  color: #B80006;
  margin-left: auto;
}
.banner .container .userBox > a {
  color: #B80006;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.bgBox{
  background-image: url(../images/newIMG/bgbox.png);
  background-size: cover;
  min-height: 100px;
}
.courseList .container {
  padding: 0.25rem 0 0.3rem;
}

.courseList.index .container {
  /*min-height: 650px;*/
  position: relative;
  padding:5px;
}
.courseList.index .container .title_list{
  margin:0 0 20px;
}
.courseList.index .container .contProduct{
  background-color: #fff;
  border-radius: 20px;
  width: auto;
  padding:10px 20px;
}
.courseList.index .container .contProduct .moreBox{
  position: absolute;
  background: url(../images/newIMG/more.png);
  width: 886px;
  height: 52px;
  right:20px;
  top:20px;
  z-index: 99;
}
.courseList.index .container .contProduct .moreBox .a_more{
  font-size: 16px;
  color: #fff;
  padding-left: 10px;
  padding-right: 15px;
  line-height: 53px;
  font-weight: normal;
  float: right;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  box-shadow: none;
}
.courseList.index .container > h1 {
  color: #3C3C3C;
  line-height: 0.42rem;
  font-weight: 600;
  font-size: 0.3rem;
  margin: 0 auto 0.4rem;
  text-align: center;
}
.courseList.index .container .contProductBox{
  display: flex;
  align-items: flex-start;
}
.courseList.index .container .contProductBox .ctPro_right{
  margin-left: 10px;
  width: 304px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
.courseList.index .container .contProductBox .ctPro_right img{
  margin-bottom: 10px
}
.courseList.index .container .contProduct .title_list {
  display: block;
  width: 100%;
  height: 54px;
  overflow: hidden;
  margin: 0 0 20px;
  display: flex;
    justify-content: flex-start;
    align-items: center;
}
.courseList.index .container .contProduct .title_list h2{
  
  font-size:28px;
    
  color: #3C3C3C;
  font-weight: 600;
  position: static;
  transform: inherit;
}
.courseList.index .container .contProduct .title_list h2::after{
  width: 0;
}
.courseList.index .container .contProduct .poductBox{
  width: 100%;
  overflow: hidden;
  display: flex;

}
.courseList.index .container .contProduct .poductBox .pro_left{
  background: #FDEBE2;
  width: 217px;
  border-radius: 8px;
  padding:6px 0;
  display: flex;
  flex-direction: column;
  padding:15px 0 0 0;
}
.courseList.index .container .contProduct .poductBox .pro_left a{
  width: 180px;
  height: 58px;
  line-height: 58px;
  background: #fff;
  font-size: 18px;
  text-align: center;
  margin:0 auto 15px auto;
  color: #FE6902
}
.courseList.index .container .contProduct .poductBox .pro_left .a_hover{
  background: url(../images/newIMG/abg.png);
  color: #fff;
  width: 180px;
  height: 58px;
}
.courseList.index .container .contProduct .poductBox .pro_left a:hover{
  background: url(../images/newIMG/abg.png);
  color: #fff;
  width: 180px;
  height: 58px;
}
.courseList.index .container .contProduct .poductBox .course_node{
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.courseList.index .container .contProduct .poductBox .course_node a{
  width: 300px;
  margin:10px 0 10px 10px;
}
.courseList.index .container .contProduct .poductBox .course_node a .topimg{
  width: 300px;
  height: 160px
}
.courseList.index .container .contProduct .title_ct{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.courseList.index .container .contProduct .title_ct h2{
  
  font-size:26px;
  color: #3C3C3C;
  font-weight: 600;
    
  line-height: 55px;
}
.courseList.index .container .contProduct .title_ct a{
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  box-shadow: none;
  font-size: 14px;
  color: #FF5A00
}
.courseList.index .container .contProduct .zxTabbox div{
  background: #F5F4F4;
  height: 49px;
  line-height: 49px;
  display: flex;
  padding:0 20px 0 0;
  position: relative;
 margin-bottom: 10px

}
.courseList.index .container .contProduct .zxTabbox div a{
   width: auto;
  height: auto;
  margin: 0;
  background: none;
  box-shadow: none;
  font-size: 16px;
  color: #000;
  margin-left: 20px;
}
.courseList.index .container .contProduct .zxTabbox div a:hover{
  color: #FE6902
}
.courseList.index .container .contProduct .zxTabbox div a:hover::after{
  width: 0.4rem;
  height: 5px;
  border-radius: 3px;
  background: #F00718;
  bottom: -4px;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.courseList.index .container .contProduct .zxContbox{
  overflow: hidden;
}
.courseList.index .container .contProduct .zxContbox .zxCtList{
  border-bottom: 1px solid #E3E3E3;
  padding:10px 0 20px 0;
  display: flex;
    flex-direction: column;
}

.courseList.index .container .contProduct .zxContbox .zxCtList a{
  width: auto;
    height: auto;
    margin: 0;
    background: none;
    box-shadow: none;
    font-size: 20px;
  font-weight: 600;
  color: #303030;
}
.courseList.index .container .contProduct .zxContbox .zxCtList p{
  color: #949393;
  font-size: 16px;
  margin:10px 0;
  line-height: 26px
}
.courseList.index .container .contProduct .zxContbox .zxCtList .List_bottom{
  display: flex;
  align-items: center;
}
.courseList.index .container .contProduct .zxContbox .zxCtList .List_bottom .tabct{
  background: #FFEBE0;
  padding:6px 10px;
  color: #FF7E24;
  font-size:14px;
  border-radius: 6px;
  margin-right: 10px;
}
.courseList.index .container .contProduct .zxContbox .zxCtList .List_bottom .a_box{
  color: #B6B5B5;
  font-size: 14px
}
.courseList.index .container .contProduct .zxContbox .zxCtList .List_bottom .div span{
  margin-left: 10px
}

.nullData { 
  padding: 0.6rem 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nullData img {
  width: 4rem;
  height: 2.8rem;
  margin-bottom: 0.6rem;
}
.nullData span {
  color: #999999;
  line-height: 0.42rem;
  font-weight: 400;
  font-size: 0.3rem;
}

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin:0 auto .2rem auto;
  font-size: 0.16rem;
  color: #999999;
  height: .34rem;
  line-height: .34rem;
}
.paging > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paging > div .pageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.1rem;
  
}
.paging > div .pageBox .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paging > div .pageBox .total span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.21rem;
  line-height: 0.21rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paging > div .pageBox .total span:nth-of-type(2) {
  margin: 0 0.05rem;
}
.paging > div .pageBox .total .p-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.21rem;
  line-height: 0.21rem;
}
.paging > div .num,
.paging > div .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.05rem;
  background: #FFFFFF;
  border-radius: 5PX;
  border: 1PX solid #DDDDDD;
  width: 0.32rem;
  height: 0.32rem;
  line-height: .32rem;
  color: #999999;
}
.paging > div .current {
  /*background: #FE5300;*/
  background: #FE5300;
  color: #fff;
}
.paging > div .next,
.paging > div .prev {
 
  margin: 0 0.05rem;
  background: #FFFFFF;
  border-radius: 5PX;
  border: 1PX solid #DDDDDD;
  height: .32rem;
  line-height: .32rem;
  padding:0 6px;
  color: #999999;
}
.paging ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paging ul li {
  margin: 0 0.1rem;
  background: #FFFFFF;
  border-radius: 5PX;
  border: 1PX solid #DDDDDD;
  width: 0.32rem;
  height: 0.32rem;
  color: #999999;
  font-size: 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  overflow: hidden;
}
.paging ul li.disabled {
  background: transparent;
  border: none;
  margin: 0;
  width: 0.2rem;
}
.paging ul li.active span {
  background: #B80006;
  color: #fff;
}
.paging ul li span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  background: rgba(60, 60, 60, 0.6);
  display: none;
}
.mask .maskContainer {
  border-radius: 10PX;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mask .maskContainer .prompt {
  width: 5.34rem;
  padding: 0.65rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.mask .maskContainer .prompt .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mask .maskContainer .prompt .contentBox span {
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 0.33rem;
  color: #3C3C3C;
}
.mask .maskContainer .pay {
  padding: 0.5rem 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 5.34rem;
  height: 4.9rem;
  box-sizing: border-box;
}
.mask .maskContainer .pay .payIng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
.mask .maskContainer .pay .payIng h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 0.2rem;
  color: #3C3C3C;
  font-weight: 400;
  line-height: 0.23rem;
  margin-bottom: 0.2rem;
}
.mask .maskContainer .pay .payIng h2 span {
  color: #B80006;
  font-size: 0.3rem;
  font-weight: 600;
  line-height: 0.3rem;
}
.mask .maskContainer .pay .payIng p {
  font-size: 0.2rem;
  color: #3C3C3C;
  line-height: 0.27rem;
  margin-bottom: 0.2rem;
}
.mask .maskContainer .pay .payIng p span {
  color: #999999;
}
.mask .maskContainer .pay .payIng .qrCodeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 0.2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.mask .maskContainer .pay .payIng .qrCodeBox img {
  width: 2rem;
  height: 2rem;
}
.mask .maskContainer .pay .payIng .qrCodeBox span {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 0.16rem;
  font-size: 0.16rem;
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
  color: #999999;
}
.mask .maskContainer .pay .payIng .promptText {
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.25rem;
  width: 100%;
  text-align: center;
}
.mask .maskContainer .pay .payIng.wx .qrCodeBox i {
  display: block;
  width: 1.51rem;
  height: 1.99rem;
  background: url(/static/images/common/wxPayIcon.png) no-repeat center/100% 100%;
}
.mask .maskContainer .pay .payIng.wx .promptText {
  color: #09BB07;
}
.mask .maskContainer .pay .payIng.wx .promptText.zfbPro {
  display: none;
}
.mask .maskContainer .pay .payIng.zfb .qrCodeBox i {
  display: block;
  width: 1.68rem;
  height: 1.48rem;
  background: url(/static/images/common/zfbPayIcon.png) no-repeat center/100% 100%;
}
.mask .maskContainer .pay .payIng.zfb .promptText {
  color: #01A2E8;
}
.mask .maskContainer .pay .payIng.zfb .promptText.wxPro {
  display: none;
}
.mask .maskContainer .pay .paySuc {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  height: 100%;
  padding: 0.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.mask .maskContainer .pay .paySuc img {
  width: 3.4rem;
  height: 3.12rem;
  margin-bottom: 0.4rem;
}
.mask .maskContainer .pay .paySuc span {
  font-size: 0.24rem;
  color: #3C3C3C;
  font-weight: 600;
  line-height: 0.33rem;
}





.about {
  background: #FAFAFA;
}
.about .container {
  padding-bottom: 0.3rem;
}
.about .container > img {
  width: 100%;
  height: 4.5rem;
  margin-bottom: 0.4rem;
}

.about .container .context {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.4rem 0.3rem;
  min-height: 2.64rem;
  background: #fff;
  cursor: default;
}
.about .container .context h1 {
  color: #3C3C3C;
  line-height: 0.33rem;
  font-weight: 600;
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
  width: 100%;
  display: block;
  text-align: center;
}
.about .container .context p {
  white-space: pre-wrap;
  font-weight: 400;
  color: #3C3C3C;
  line-height: 0.22rem;
  font-size: 0.16rem;
}
.containers{
  width: auto;
  min-width: 1200px;
}
.containers img{
  width: 100%;
  height: 100%;
  display: block;
}







 .list_ml{

      width: 1190px;
      margin:150px auto 0 auto;
     /*  height: 40px;
     line-height: 40px; */
      color: #999999;
      font-size: 14px;
      overflow: hidden;

    }
    .list_ml a:last-child{

      color: #3C3C3C;
    }
    
.l_page{

  min-width: 60px;
  margin:0 auto;
  overflow: hidden;
}
.l_page a{

  float:left;
  color: #999999;
  font-size: 14px;
  padding:5px 11px;
  margin:0 4px;
}

/* 修改地址 */

.menban{

  background: #000000;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
-moz-opacity: 0.5;

opacity: 0.5;

filter: alpha(opacity=20);
/* z-index: 99999;
display: none; */
}
.tanc_address_box{

  width: 700px;
  height: 400px;
  background: #fff;
  border-radius: 8px;
  position: relative; 
  /* top: 50%;
  left: 50%;
  margin-top:-250px;
  margin-left: -350px;
  color: #3C3C3C ;
  padding:.4rem; */
  /* z-index: 999999; */
  /* display: none; */
}
.add_Addressbox{

  width: 100%;
  background: #fff;
}
.tanc_teacher_ewm{

  width: 486px;
  height: 342px;
  position: absolute;
  background: #fff;
  border-radius: 8px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top:-171px;
  margin-left: -243px;
  color: #3C3C3C ;
  padding-top:.1rem;
  /* display: none; */
  /* z-index: 99999; */
  text-align: center;
  color: #3C3C3C;
}
.tanc_teacher_ewm span{

  float: right;
  color: #999999;
  font-size: 18px;
  margin-right: 10px;
cursor: pointer;
}
.tanc_teacher_ewm img{

  width: 184px;
  height: 184px;
  margin:50px auto 0 auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.tanc_address_box img{

  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  cursor: pointer;
}


.tanc_address_box h2{

  font-size: 24px;
  font-weight: normal;
  width: 90%;
  margin: 0 auto 20px auto;
  color: #3C3C3C;
  padding-top: 30px
}
.tanc_address_box .address_box{

  width: 100%;
  height: 44px;
  margin-bottom: 10px
}
.tanc_address_box .address_box span{

  float: left;
  font-size: 18px;
  width: 100px;
  text-align: right;
  line-height:44px;
  color: #3C3C3C
}
.tanc_address_box .address_box input{

  width: 450px;
height: 44px;
line-height: 44px;
border:1px solid #F4F4F4;
float: left;
margin-left: 10px;
color: #999999;
font-size: 18px;
padding-left: 20px;
}
.tanc_address_box .address_box input::placeholder{

  color: #999999;
}
.tanc_address_box .address_box select{

  height:44px;
  border:1px solid #F4F4F4;
  color:#999999;
  line-height: 44px;
  min-width: 146px;
  margin-left: 10px; 
  font-size: 16px;
}
.tanc_address_box .address_errorbox{

  font-size: 16px;
  width: 75%;
  margin:25px auto 0 auto;
  overflow: hidden;
  color: #FE5300;
  text-align: center;
}
.tanc_address_box .address_btn{
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  text-align: center; 
}
.tanc_address_box .address_btn a{

  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius:4px;
  color: #3C3C3C ;
  background:#ECECEC;
  font-size: 18px;
  /*float: right;*/
  display: inline-block;
  margin-right: 20px
}
.tanc_address_box .address_btn .bz_btn{
background: #FE5300;
color: #fff
}
@media (min-width: 1600px) {

  .list_ml{

    width: 1460px;
  }
}