body {
    overflow-x: hidden;
    font-family: "微软雅黑";
}

.hide {
    display: none !important;
}

.xz-ban {
    text-align: center;
    font-size: 0;
    width: 100%;
    height: 300px;
    background-position: center top;
    background-repeat: no-repeat;
    /*background: url("../img/banner_02.jpg") bottom center;*/
    background-size: cover;
    position: relative;
}

.cssBeikao .xz-ban {
    height: 170px;
}

.xz-ban a img {
    /*height: 100%;*/
    /*width: 1920px;*/
    /*height: auto;*/
    /*left: 50%;*/
    /*position: absolute;*/
    /*margin-left: -960px;*/
}

.xz-ban .details {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 204px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 2px solid #ffffff;
    -moz-border-radius: 23px;
    /* Firefox */
    -webkit-border-radius: 23px;
    /* Safari 和 Chrome */
    border-radius: 23px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    z-index: 2;
    color: #fff;
    font-size: 16px;
}

.xz-nav {
    width: 100%;
    height: 47px;
    background-color: #ffffff;
    position: relative;
    text-align: center;
}

.navfixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    z-index: 100;
}

.xz-tab {
    height: 47px;
    margin: 0 auto;
    padding-left: 55px;
    width: 1200px;
}

.xz-tab .item {
    display: inline-block;
    padding: 0 32px;
    text-align: center;
    font-size: 16px;
    height: 47px;
    line-height: 47px;
}

.xz-tab .item a {
    display: block;
    color: #aaaaaa;
    height: 45px;
}

.xz-tab .item:hover a {
    color: #ff6d00;
}

.xz-tab .item .current {
    border-bottom: 2px solid #FF6D00;
    color: #ff6d00;
}

.xz_wrapper {
    background: #f2f2f2;
    padding-top: 30px;
}

.xz_wrapper .wrap_inside {
    width: 1200px;
    margin: 0 auto;
}

.xz_wrapper .wrap_inside .inside_live {
    width: 818px;
    margin-bottom: 30px;
    margin-left: 220px;
    height: 320px;
    -moz-border-radius: 5px;
    /* Firefox */
    -webkit-border-radius: 5px;
    /* Safari 和 Chrome */
    border-radius: 5px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    position: relative;
}

.xz_wrapper .wrap_inside .inside_live .model {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-border-radius: 5px;
    /* Firefox */
    -webkit-border-radius: 5px;
    /* Safari 和 Chrome */
    border-radius: 5px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    background-color: rgba(41, 73, 127, 0.4);
}

.xz_wrapper .wrap_inside .inside_live .content {
    width: 630px;
    height: 120px;
    padding-left: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.xz_wrapper .wrap_inside .inside_live .content p {
    width: 560px;
    font-size: 14px;
    color: #f4f4f4;
    margin: 10px 0;
    word-break: break-all;
}

.l_btn {
    display: inline-block;
    width: 46px;
    height: 24px;
    background: #EAFFF4;
    border-radius: 4px;
    /*vertical-align: top;*/
    text-align: center;
    line-height: 24px;
    font-size: 15px;
}

.l_btn.huifang {
    color: white;
    background: #28CA78;
}

.l_btn.zhibo {
    background: #FF5C39;
    color: white;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_left_title .l_btn {
    display: inline-block;
    width: 38px;
    height: 21px;
    background: #EAFFF4;
    border-radius: 4px;
    /*vertical-align: top;*/
    text-align: center;
    line-height: 21px;
    font-size: 15px;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_left_title .l_btn.huifang {
    color: #28CA78;
    background: white;
    border: 1px solid #28CA78;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_left_title .l_btn.zhibo {
    background: #FF5C39;
    color: white;
}

.xz_wrapper .wrap_inside .inside_live .content .title {
    font-size: 20px;
    color: #ffffff;
}

.xz_wrapper .wrap_inside .inside_live .circle {
    width: 99px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 45px;
    bottom: 52px;
    border: 1px solid #ffffff;
    padding-left: 15px;
    -moz-border-radius: 5px;
    /* Firefox */
    -webkit-border-radius: 5px;
    /* Safari 和 Chrome */
    border-radius: 5px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.xz_wrapper .wrap_inside .inside_live .circle a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #FFFFFF;
}

.xz_wrapper .wrap_inside .inside_live span {
    display: inline-block;
    width: 88px;
    height: 88px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(-100%) translateY(-50%);
    -ms-transform: translateX(-100%) translateY(-50%);
    /* IE 9 */
    -moz-transform: translateX(-100%) translateY(-50%);
    /* Firefox */
    -webkit-transform: translateX(-100%) translateY(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-100%) translateY(-50%);
}

.xz_wrapper .wrap_inside .inside_live span.js_zhibo {
    background: url(./img/tv_06v2.png?v={STATIC_FILE_VERSION});
}

.xz_wrapper .wrap_inside .inside_live span.js_lubo {
    background: url(../img/huifang.png?v={STATIC_FILE_VERSION});
}

.xz_wrapper .wrap_inside .xz_content {
    width: 1200px;
    margin: 0 auto 0 169px;
    border-left: 1px solid #E4E4E4;
    width: 100%;
    position: relative;
}

.xz_wrapper .wrap_inside .xz_content .open_nav {
    width: 120px;
    position: fixed;
    top: 400px;
    left: 50%;
    margin-left: 530px;
}

.xz_wrapper .wrap_inside .xz_content .open_nav ul {
    width: 100%;
}

.xz_wrapper .wrap_inside .xz_content .open_nav ul li {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 2px;
}

.xz_wrapper .wrap_inside .xz_content .open_nav ul li:hover a {
    font-size: 18px;
    color: #3379B7;
}

.xz_wrapper .wrap_inside .xz_content .open_nav ul li a {
    display: block;
    width: 100%;
    border-left: 5px solid #c8c8c8;
    padding-left: 10px;
    color: #999999;
}

.xz_wrapper .wrap_inside .xz_content .open_nav ul .begin {
    border-left: 5px solid #05337F;
    font-size: 18px;
    color: #3379B7;
}

.xz_wrapper .wrap_inside .xz_content .hidden {
    display: none;
}

.xz_wrapper .wrap_inside .xz_content .date {
    position: relative;
}

.xz_wrapper .wrap_inside .xz_content .date .date-time {
    position: absolute;
    width: 80px;
    top: 0;
    left: -100px;
    font-size: 14px;
    color: #8b8b8b;
}

.xz_wrapper .wrap_inside .xz_content .date .date-time span {
    float: right;
}

.xz_wrapper .wrap_inside .xz_content .date .dotted {
    width: 14px;
    height: 14px;
    background-color: #e5e5e5;
    -moz-border-radius: 50%;
    /* Firefox */
    -webkit-border-radius: 50%;
    /* Safari 和 Chrome */
    border-radius: 50%;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    position: absolute;
    top: 0;
    left: -7px;
}

.xz_wrapper .wrap_inside .xz_content .list_item {
    width: 867px;
    position: relative;
    margin-bottom: 30px;
}

.xz_wrapper .wrap_inside .xz_content .list_item .subjectpoint span {
    font-size: 18px;
    position: absolute;
    top: 30px;
    left: -78px;
}

.xz_wrapper .wrap_inside .xz_content .list_item .subjectpoint b {
    font-size: 14px;
    position: absolute;
    color: #ff5c39;
    top: 60px;
    left: -130px;
    font-family: '黑体';
    vertical-align: middle;
}

.xz_wrapper .wrap_inside .xz_content .list_item .subjectpoint b i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../img/tv_04.jpg") no-repeat center;
}

.xz_wrapper .wrap_inside .xz_content .list_item .timepoint span {
    position: absolute;
    top: 33px;
    left: -7px;
    border: 2px solid #E4E4E4;
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    /* Firefox */
    -webkit-border-radius: 50%;
    /* Safari 和 Chrome */
    border-radius: 50%;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce {
    margin-left: 48px;
    padding-top: 28px;
    padding-left: 38px;
    padding-bottom: 24px;
    background-color: #FFFFFF;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce span {
    position: absolute;
    top: 33px;
    background: #ffffff;
    left: 42px;
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left {
    width: 611px;
    float: left;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_left_title {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 8px;
    color: #494949;
}


/* hover状态时 */

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .teacher_photo:hover P a {
    color: #59A7ff;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_left_title a:hover {
    color: #59A7ff;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_left_title a.zhitongche-a {
    color: #FF3B27;
    border: 1px solid #FF3B27;
    background: white;
    font-size: 15px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 4px;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_left_title i {
    font-size: 20px;
    font-style: normal;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left div p {
    line-height: 24px;
    font-size: 14px;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_button {
    margin-top: 20px;
    width: 160px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #ed9523;
    position: relative;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_button a {
    color: #FFFFFF;
    font-size: 14px;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_button .sharebtn {
    width: 50px;
    height: 20px;
    background: yellow;
    position: absolute;
    top: 10px;
    right: -60px;
    background: url(../img/share.png) bottom center;
    cursor: pointer;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_button .sharelayer {
    position: absolute;
    display: none;
    bottom: 25px;
    width: 95px;
    background: #f2f5f7;
    padding: 5px 0 5px 10px;
    height: 25px;
    left: 50%;
    margin-left: -30px;
    margin-bottom: 0px;
    -moz-border-radius: 3px;
    /* Firefox */
    -webkit-border-radius: 3px;
    /* Safari 和 Chrome */
    border-radius: 3px;
    /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_button .sharelayer .share_arr {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #f2f5f7;
    border-bottom: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: -5px;
    left: 30px;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_button .sharebtn:hover {
    background: url(../img/share.png) 0 2px;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_button .sharebtn:hover .sharelayer {
    display: block;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .apply_color {
    background-color: #e6870c;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .enter_color {
    background-color: #e85919;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .already_color {
    background-color: #b7b9bd;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_right {
    float: left;
    text-align: center;
    padding-left: 65px;
    color: #808080;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_right img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    box-sizing: border-box;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_right a:hover img {
    border: 3px solid #FF6D00;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_right .teacher_name {
    font-size: 14px;
    margin: 8px 0;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_right .eng_name {
    font-size: 12px;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_right .teacher_name a:hover {
    color: #FF6D00;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_right .eng_name a:hover {
    color: #FF6D00;
}

.arrow {
    border: 1px solid #E4E4E4;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}

.arrow span {
    position: absolute;
    top: 33px;
    left: 42px;
    background: #ffffff;
    width: 11px;
    height: 11px;
    border: 1px solid #E4E4E4;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
    transform: rotate(45deg);
}

.arrow b {
    position: absolute;
    top: 30px;
    background: #ffffff;
    left: 49px;
    width: 15px;
    height: 20px;
    z-index: 0;
}


/* .xz-teacherteam {
  width: 100%;
  min-width: 1450px;
  background:  url("./img/teacher-team.png")no-repeat center center ;
  background-size:cover;
}

.xz-teacherteam>h2 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 0;
}

.xz-teacherteam .titleimg {
  color: #22539b;
  display: block;
  font-size: 60px;
  font-family: '黑体';
  font-weight: normal;
  height: 50px;
  background-position: -106px -46px;
}

.xz-teacherteam .teachlist {
  width: 1400px;
  height: 980px;
  margin: 0 auto;
  position: relative;
}

.xz-teacherteam .teachlist li {
  width: 230px;
  height: 260px;
  position: relative;
  display: inline-block;
  margin: 0;
}

.xz-teacherteam .teachlist li:hover .teacherinfo {
  display: block;
  opacity: 1;
}

.xz-teacherteam .teachlist li:hover img {
  opacity: 0.3;
}

.teachlist .teacherinfo {
  display: none;
  opacity: 0;
  width: 230px;
  height: 260px;
  background: url("./img/teacher-icon.png") center center no-repeat;
  position: absolute;
  z-index: 2;
  top: 0;
  transition: 2s;
}

.teachlist .teacherinfo .box {
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

.teachlist .teacherinfo h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 8px;
}

.teachlist .teacherinfo .box .p_text{
  height: 100px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 18px;
  position: relative;
  text-align: left;
}
.teachlist .teacherinfo .box .get_more span{
  display: inline-block;
  transform: scale(1,1.5);
  -ms-transform: scale(1,1.5);
  -moz-transform: scale(1,1.5);
  -webkit-transform: scale(1,1.5);
  -o-transform: scale(1,1.5);
  position: relative;
  top: -2px;
}
.teachlist .teacherinfo .box .p_text::after{
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 0 8px 0 5px;
}

.teachlist .teacher-going {
  width: 110px;
  height: 32px;
  line-height: 32px;
  display: block;
  color: #fff;
  font-size: 14px;
  background-color: #ea5413;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 10px auto 0;
} */

.xz-teacherteam {
    font-size: 0;
    width: 100%;
    position: relative;
    background: url("./img/teacher-team1.png")no-repeat center center;
    background-size: cover;
}

.xz-teacherteam .xz-teacherteamTitle {
    font-size: 60px;
    color: #22539B;
    line-height: 84px;
    padding-top: 30px;
    margin-bottom: 42px;
}

.xz-teacherteam .xz-teachlist {
    display: block;
    position: relative;
    width: 1180px;
}

.xz-teacherteam .xz-teachlist li {
    display: inline-block;
    width: 220px;
    height: 258px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}

.xz-teacherteam .xz-teachlist li:nth-child(5n) {
    margin-right: 0px;
}

.xz-teacherteam .xz-teachlist .xz-teachlistImg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.xz-teacherteam .xz-teachlist .xz-teachlistMask {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 0.9;
    background: #4D91FF;
    border-radius: 5px;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.xz-teacherteam .xz-teachlist li:hover .xz-teachlistMask {
    height: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.xz-teacherteam .xz-teachlist .xz-teachlistMask .xz-teachlistName {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    margin: 30px 15px 10px 15px;
}

.xz-teacherteam .xz-teachlist .xz-teachlistMask .xz-teachlistDetal {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    font-weight: bold;
    margin: 0px 15px 10px 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.xz-teacherteam .xz-teachlist .xz-teachlistMask .xz-teachlistMore {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 195px 74px 45px 74px;
    cursor: pointer;
}

.xz-teacherteam .xz-teachlist li.longName .xz-teachlistMask .xz-teachlistMore {
    padding: 210px 74px 45px 74px;
}

.xz-footer {
    width: 100%;
    height: 120px;
    background: #0b52a0 url("../img/foot-bg.png") 0 0 repeat-x;
}

.xz-footer .outter {
    padding-top: 10px;
}

.xz-footer .foot-logo {
    text-align: center;
}

.xz-footer .foot-index {
    width: 1450px;
    margin: 0 auto;
    text-align: center;
}

.xz-footer .foot-index,
.xz-footer .foot-index a {
    color: #669acc;
    font-size: 12px;
    padding-right: 4px;
}

.copyright {
    margin-top: 8px;
}

.fixed-index {
    position: fixed;
    right: 1%;
    top: 30%;
    display: none;
}

.xz_wrapper .introduce .introduce_left .introduce_left_title i {
    color: #494949;
}

.xz_wrapper .introduce .introduce_left .introduce_left_title i.ielts_red_point {
    background-color: #d63852;
}

.xz_wrapper .introduce .introduce_left .introduce_left_title i.toefl_blue_point {
    background-color: #05337F;
}

.xz_wrapper .introduce .introduce_left .introduce_left_title i.ielts_red_title {
    color: #d63852;
}

.xz_wrapper .introduce .introduce_left .introduce_left_title i.toefl_blue_title {
    color: #05337F;
}

.load1 {
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    position: absolute;
    top: 3px;
    left: 61px;
}

.load1 .loader,
.load1 .loader:before,
.load1 .loader:after {
    background: #FFF;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 3px;
    height: 12px;
}

.load1 .loader:before,
.load1 .loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.load1 .loader:before {
    left: 10px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.load1 .loader {
    text-indent: -9999em;
    position: relative;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.load1 .loader:after {
    left: 5px;
}

@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0 #FFF;
        height: 7px;
    }
    40% {
        box-shadow: 0 0em #ffffff;
        height: 15px;
    }
}

@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0 #FFF;
        height: 7px;
    }
    40% {
        box-shadow: 0 0em #ffffff;
        height: 15px;
    }
}


/*xz_blank start*/

.xz_blank {
    width: 100%;
    height: 540px;
}

.live_blank {
    width: 100%;
    height: 540px;
    padding-top: 90px;
}

.live_blank_content {
    text-align: center;
}

.live_blank_content img {
    margin-bottom: 30px;
}

.live_blank_content {
    font-size: 16px;
    line-height: 25px;
    color: #919191;
}


/*xz_blank end*/


/*display */

.dis_none {
    display: none;
}

.zhiTongChe-BombBox {
    margin: 35px;
    text-align: center;
}

.zhiTongChe-BombBox dl dt {
    color: #000000;
    font-size: 26.94px;
    padding-bottom: 14px;
    font-weight: normal;
}

.zhiTongChe-BombBox dl dd {
    color: #000000;
    font-size: 20.95px;
    line-height: 24px;
}

.zhiTongChe-BombBox div {
    color: #000000;
    font-size: 20.95px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.zhiTongChe-BombBox div span {
    color: #ff1b0c;
}

.zhiTongChe-BombBox img {
    width: 186px;
}


/*轮播css*/

.xz-ban .swiper-container,
.xz-ban .swiper-wrapper,
.xz-ban .swiper-slide {
    width: 100%;
    height: 100%;
}

.ltop_img {
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1132px;
}

.crumbs {
    /*border: 1px solid red;*/
    width: 1200px;
    margin: 0 auto;
}

.crumbs a,
.crumbs h1 {
    font-size: 14px;
    color: #808080;
    line-height: 20px;
}

.crumbs>* {
    display: inline-block;
    /*vertical-align: middle;*/
}

.crumbs .arrow {
    display: inline-block;
    width: 6px;
    height: 7px;
    border-bottom: 1px solid #979797;
    border-right: 1px solid #979797;
    margin: 8px 7.5px 0 7.5px;
    transform: rotate(-45deg);
}

#right_banner .flex-control-paging li a {
    border-radius: 5px;
}


/* 公众号扫码广告start  */

.ad_qr {
    width: 163px;
    height: 266px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
}

.ad_qr .ad_left,
.ad_qr .ad_right {
    position: absolute;
    bottom: 0;
    left: 123px;
}

.ad_qr .ad_left,
.ad_qr .ad_left img {
    width: 163px;
    height: 266px;
}

.ad_qr .ad_right,
.ad_qr .ad_right img {
    width: 40px;
    height: 166px;
}

.ad_qr .ad_hide {
    display: none;
}

.ad_qr .ad_left .ad_close {
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
    top: 0;
    right: 0;
}


/* 报名成功弹窗 */

.modal-open .modal {
    padding-top: 0 !important;
}

.modal.in #modal_baoming {
    width: 100%;
    height: 100%;
    margin: 0;
}

.modal .modal-content#success-modal {
    width: 600px;
    height: 417px;
    padding: 20px 0 0 106px;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#success-modal .success-box {
    width: 456px;
    height: 322px;
    padding: 40px 0 0 0;
    margin: 0;
    background: url("./img/caidai.png");
}

#success-modal .success-code {
    width: 320px;
    margin: 0;
}

#success-modal .remind {
    width: 325px;
    line-height: 35px;
    font-size: 20px;
    color: #555;
    margin: 0 0 0 33px;
}

#success-modal .success-box .pop-img {
    width: 320px;
    height: 76px;
    margin: 0 0 30px 34px;
    background: url("./img/congratulations.png");
}

#success-modal .success-box .scan-text {
    width: 196px;
    height: 50px;
    font-size: 20px;
    margin: 40px 0 0 92px;
    line-height: 50px;
}


/* 报名成功弹窗 2018.7.09 */

.baoming_mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.baoming_mask .mask_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 583px;
    height: 375px;
    background: url(./img/bdg.png?v=20181213) no-repeat center;
}

.baoming_mask .baoming_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url(./img/close.png?v=20181213) no-repeat center;
}

.baoming_mask .mask_inner .tit {
    margin-top: 40px;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.8px;
    text-align: center;
    text-shadow: 0 1px 2px #5A60F7;
}

.baoming_mask .mask_inner .tit::before {
    content: " ";
    width: 121px;
    height: 15px;
    margin-right: 16px;
    background: url(./img/decorate_l.png?v=20181213) no-repeat center;
    display: inline-block;
}

.baoming_mask .mask_inner .tit::after {
    content: " ";
    width: 121px;
    height: 15px;
    margin-left: 16px;
    background: url(./img/decorate_r.png?v=20181213) no-repeat center;
    display: inline-block;
}

.baoming_mask .mask_inner .describe {
    font-size: 14px;
    color: #FFFA17;
    letter-spacing: 1.5px;
    text-align: center;
    margin-top: 15px;
}

.baoming_mask .mask_inner .describe::before {
    content: " ";
    width: 14px;
    height: 11px;
    margin-right: 5px;
    background: url(./img/decorate_y.png?v=20181213) no-repeat center;
    display: inline-block;
}

.baoming_mask .mask_inner .describe::after {
    content: " ";
    width: 14px;
    height: 11px;
    margin-left: 5px;
    background: url(./img/decorate_y.png?v=20181213) no-repeat center;
    display: inline-block;
}

.baoming_mask .mask_inner .cssQRCode {
    background: #FFFFFF;
    box-shadow: 0 8px 10px 0 rgba(0, 96, 221, 0.30);
    border-radius: 8px;
    width: 503px;
    height: 220px;
    margin: 20px auto 34px auto;
}

.baoming_mask .mask_inner .cssQRCode .cssLeftarea {
    width: 195.2px;
    display: inline-block
}

.baoming_mask .mask_inner .cssQRCode .cssQRimg {
    width: 170.5px;
    height: 170.5px;
    background-size: 100% 100%;
    margin: 24.7px 0 24.8px 24.7px;
}

.baoming_mask .mask_inner .cssQRCode .cssRightarea {
    width: 273px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    margin-left: 30px;
    padding: 18px 0px 18px 0;
}

.baoming_mask .mask_inner .cssQRCode .cssRightarea .cssLi {
    margin-bottom: 15px;
    height: auto
}

.baoming_mask .mask_inner .cssQRCode .cssRightarea .cssLi:last-child {
    margin-bottom: 18px
}

.baoming_mask .mask_inner .cssQRCode .cssRightarea .cssLi .cssFirstIcon {
    width: 40px;
    height: 32px;
    /* box-shadow: 0 4px 6px 0 rgba(92,143,252,0.30); */
    background: url(./img/01.png);
    margin-right: 12px;
    display: inline-block;
    margin-top: 7px;
    vertical-align: top;
}

.baoming_mask .mask_inner .cssQRCode .cssRightarea .cssLi .cssSecondIcon {
    width: 40px;
    height: 32px;
    /* box-shadow: 0 4px 6px 0 rgba(92,143,252,0.30); */
    background: url(./img/02.png);
    margin-right: 12px;
    display: inline-block;
    margin-top: 7px;
    vertical-align: top;
}

.baoming_mask .mask_inner .cssQRCode .cssRightarea .cssLi .cssThirdIcon {
    width: 40px;
    height: 32px;
    /* box-shadow: 0 4px 6px 0 rgba(92,143,252,0.30); */
    background: url(./img/03.png);
    margin-right: 12px;
    display: inline-block;
    margin-top: 7px;
    vertical-align: top;
}

.baoming_mask .mask_inner .cssQRCode .cssRightarea .cssLi .cssBox {
    width: 211px;
    display: inline-block
}

.baoming_mask .mask_inner .cssQRCode .cssRightarea .cssLi .cssP {
    font-size: 16px;
    color: #3E425A;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
    margin-bottom: 5px;
}

.baoming_mask .mask_inner .cssQRCode .cssRightarea .cssLi .cssSpan {
    font-size: 12px;
    color: #8F9095;
    letter-spacing: 0.2px;
    display: block;
}


/* --------------------20190911版本统一 -------------------------- */

.baoming_mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.baoming_mask .mask_inner {
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 540px;
    height: 410px;
    background: #fff;
}

.baoming_mask .baoming_close {
    display: block;
    width: 14px;
    height: 14px;
    background: url(//top-static.zhan.com/beikao/zhantuan/images/popclosebtn.png?v={STATIC_FILE_VERSION}) no-repeat center center;
    border: none;
    position: absolute;
    top: 15px;
    right: 15px;
    text-indent: -9999px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.baoming_mask .baoming_close:hover {
    -webkit-transform: rotate(180deg);
}

.baoming_mask .mask_inner .tit {
    text-align: center;
    font-size: 24px;
    color: #333333;
    margin-top: 20px;
    text-shadow: none
}

.baoming_mask .mask_inner .tit::before {
    display: none;
}

.baoming_mask .mask_inner .tit::after {
    display: none;
}

.baoming_mask .mask_inner .describe {
    font-size: 18px;
    line-height: 35px;
    margin-top: 15px;
    text-align: center;
    color: #494949;
    text-align: center;
}

.baoming_mask .mask_inner .describe::before {
    display: none;
}

.baoming_mask .mask_inner .describe::after {
    display: none;
}

.baoming_mask .mask_inner .cssQRCode {
    width: auto;
    margin: 20px 0px;
    text-align: center;
    box-shadow: none
}

.baoming_mask .mask_inner .cssQRCode .cssQRimg {
    height: auto;
    position: absolute;
    max-width: 165px;
    left: 50%;
    width: 140px;
    margin-left: -75px;
}

.baoming_mask .mask_inner .cssQRCode .pop-people {
    background: url(../resourse/img/pop_people.png?v={STATIC_FILE_VERSION}) center center no-repeat;
    width: 200px;
    height: 186px;
    float: right;
}


/* --------------------20190911版本统一  end-------------------------- */


/* 报名失败弹窗  */


/* 报名失败弹窗  */

.baoming_mask .fail_inner {
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 560px;
    height: 417px;
    background: #fff;
    border-radius: 4px;
}

.baoming_mask .fail_inner .baoming_close {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 42px;
    height: 42px;
    background: url(./img/fail_close.png)no-repeat center center;
    background-size: 100%;
}

.baoming_mask .fail_inner .cssFaild {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 10px;
}

.baoming_mask .fail_inner .cssReJoin {
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-bottom: 50px;
}

.baoming_mask .fail_inner .cssFaildImg {
    display: block;
    width: 200px;
    height: 150px;
    margin: 0 170px 78px 170px;
    background: url("./img/bg-001.png")no-repeat center center;
    background-size: cover
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left {
    width: 576px !important;
    margin-right: 30px;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left p {
    height: 68px;
    overflow: hidden;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_left_bottom {
    margin-top: 18px;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_left_bottom .introduce_time {
    float: left;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_left_bottom .introduce_time.first_child {
    color: #FF6D00;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_left_bottom .introduce_time>div {
    margin-left: 8px;
    display: inline-block;
    padding-top: 15px;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_left_bottom .introduce_person_num {
    float: right;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    padding-top: 15px;
    margin-right: 16px;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_left .introduce_left_bottom .introduce_button {
    margin-top: 0;
    float: right;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_right {
    padding-left: 0 !important;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_right .teacher_tags {
    margin-top: 8px;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_right .teacher_tags>div {
    display: inline-block;
    width: 68px;
    height: 24px;
    background: #E9F1FF;
    border-radius: 13px;
    margin-right: 10px;
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #519BFC;
    padding: 4px 9px 0 11px;
    overflow: hidden;
}

.xz_wrapper .wrap_inside .xz_content .list_item .introduce .introduce_right .teacher_tags.one_tag>div {
    margin-left: 41px;
    margin-right: 47px;
}

.xz_wrapper .wrap_inside .inside_live .circle {
    border: 0;
    position: absolute;
    top: 31px;
    right: 32px;
    width: 85px;
}

.xz_wrapper .wrap_inside .inside_live .new_btn {
    position: absolute;
    width: 148px;
    height: 36px;
    background: #FF730D;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding-top: 8px;
    right: 30px;
    bottom: 55px;
}

.xz_wrapper .wrap_inside .inside_live .new_btn:hover {
    opacity: 0.09;
}

.xz_wrapper .wrap_inside .inside_live .js-btn-living>img {
    max-height: 320px;
}

/* Keep the live cover and its call-to-action together as one clickable area. */
.xz_wrapper .wrap_inside .inside_live .courses-live-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    background: #000000;
    cursor: pointer;
}

.xz_wrapper .wrap_inside .inside_live .courses-live-link>img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
}

.xz_wrapper .wrap_inside .inside_live .courses-live-link .courses-live-enter {
    display: flex;
    position: absolute;
    top: auto;
    bottom: 84px;
    left: 50%;
    align-items: center;
    justify-content: center;
    width: 196px;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.xz_wrapper .wrap_inside .inside_live .courses-live-link .courses-live-enter::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    background:
        linear-gradient(#ffffff, #ffffff) 0 6px / 2px 6px no-repeat,
        linear-gradient(#ffffff, #ffffff) 5px 3px / 2px 9px no-repeat,
        linear-gradient(#ffffff, #ffffff) 10px 0 / 2px 12px no-repeat;
}

.xz_wrapper .wrap_inside .inside_live .courses-live-link:hover .courses-live-enter {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.72);
}

.xz_wrapper .wrap_inside .inside_live .courses-live-link:focus {
    outline: 2px solid #ff730d;
    outline-offset: 2px;
}
