  /* css on page */

  /* iconfont */

  @font-face {
    font-family: 'icon';
    src: url('../fonts/iconfont.eot');
  }

  [class^="icon-"],
  [class*=" icon-"] {
    line-height: 0;
  }

  p {
    margin: 0;
  }

  a:hover {
    cursor: pointer;
  }

  body {
    font-family: "Microsoft YaHei";
    background: #f9f9f9;
  }

  body {
    font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "寰蒋闆呴粦", "SimSun ", "瀹嬩綋", "WenQuanYi Micro Hei", sans-serif;
  }


  /* 头部 */

  .all_top_wp {
    background: #f4f4f4;
    padding: 5px 0;
    zoom: 1;
    border-bottom: #bbb 1px solid;
    height: 43px;
    overflow: hidden;
  }

  .all_top_wp .container {
    background: #f4f4f4;
    margin: 0 auto;
  }

  .all_top_wp .logo {
    background: url(../images/logo_pt.png) no-repeat left center;
    width: 120px;
    height: 32px;
    margin-left: 15px;
    display: inline;
    float: left;
    background-size: 120px;
  }

  .all_top_wp .t_link {
    float: right;
    line-height: 32px;
    margin-right: 15px;
    position: relative;
  }

  .all_top_wp .t_link span {
    cursor: pointer;
    color: #4d96e9;
  }
  .all_top_wp .t_link span.active{
    padding-right: 15px;
    background: url(../images/login-icon-pull-down@2x.png) no-repeat right center;
    background-size: 10px;
  }
  .all_top_wp .t_link a {
    padding: 0px 10px;
    cursor: pointer;
  }

  .all_top_wp a,
  .all_top_wp a:hover {
    color: #4d96e9;
  }
  .all_top_wp .t_link .user-infor{
    display: none;
    position: absolute;
    top: 33px;
    right: 18px;
    background: #fff;
    z-index: 20;
    border-radius: 5px;
    border: solid 1px #ddd;
  }
  .all_top_wp .t_link .user-infor ul{
    margin: 0;
  }
  .all_top_wp .t_link .user-infor .icon-zhx {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -6px;
    left: 50%;
    border-left: #ddd 1px solid;
    border-top: #ddd 1px solid;
    background: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7660444431189777, M12=-0.6427876096865394, M21=0.6427876096865398, M22=0.7660444431189779);
  }
  .all_top_wp .t_link .user-infor li{
    line-height: 32px;
    padding: 0 15px;
    font-size: 16px;
    border-bottom: solid 1px #e0e0e0;
  }


  /* banner */
  .banner-box{
    width: 100%;
  }

  .seminar_wp {
    background-repeat: no-repeat;
    background-position: center top;
  }

  .seminar_wp .container{
    position: relative;
  }
  .seminar_wp .banner-address{
    position: absolute;
    right: 73%;
    top: 27.428%;
    line-height: 42px;
    background: rgba(255,113,43,1);
    border-radius: 21px;
    padding: 0 12px;
    font-size: 24px !important;
    color: rgba(255,255,255,1);
    display: none;
  }
  .seminar_wp .company,
  .seminar_wp .banner-company{
    width: 100%;
    position: absolute;
    text-align: center;
    top: 71.428%;
    line-height: 22px !important;
    font-size: 16px !important;
    font-weight: bold;
    color: #333;
    display: none;
  }
  .seminar_wp .banner-company{
    display: block;
  }
  .seminar_wp .banner-setting{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 77.2%;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: bold;
  }
  .seminar_wp .banner-support,
  .seminar_wp .banner-time{
    margin-top: 6px;
    color:#333;
  }
  .seminar_wp  .banner-organizer{
    font-size:16px;
    color:#333;
    padding-left: 10px;
  }
  .seminar_wp  .banner-organizer span{
    margin-left: 10px;
  }
  .seminar_wp .cont {
    position: relative;
  }

  .seminar_wp .cont img {
    display: block;
    margin: auto;
  }
  .seminar_wp .cont img.bg-banner{
    width: 1400px;
    max-width: 1400px !important;
    margin-left: -100px;
    margin-right: -100px;
  }
  .seminar_wp .cont img.ipad-banner,
  .seminar_wp .cont img.mobile-banner{
    display: none;
  }

  /*导航*/

  .seminar_nav .container {
    width: 1200px;
    margin: auto;
  }

  .small-screen.row {
    background: #fff;
  }

  .seminar_nav li a {
    height: 46px;
    color: #fff;
    padding: 13px 0;
    margin: 0;
  }

  .seminar_nav li {
    position: relative;
    text-align: center;
  }

  .seminar_nav li:last-child a {
    background-image: none;
  }

  .seminar_nav li p.text-indent {
    text-indent: 14px;
  }

  .seminar_nav li .icon {
    display: inline;
    font-size: 28px;
    vertical-align: middle;
  }
  /* .seminar_wp .banner-address{
    top: 38px;
    left: 14px;
    width: auto;
    text-align: left;
  } */

  .container>.navbar-header{
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-toggle {
    border: transparent;
    margin-right: 15px;
  }

  .navbar-toggle .icon-bar {
    background: #fff;
  }

  .last-li p {
    margin: 0;
    display: inline;
  }

  #triangle-down {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 22px solid #e66d00;
    position: absolute;
    top: 36px;
    left: 40%;
  }

  #triangle-down.is-show {
    display: block;
  }

  #triangle-down.is-hidden {
    display: none;
  }

  .nav-pills {
    /* width: 1200px; */
    height: auto;
    /* display: table; */
    margin: auto;
  }

  .nav-pills>li.active>a,
  .nav-pills>li.active>a:focus,
  .nav-pills>li.active>a:hover {
    background-color: transparent;
  }

  .nav {
    margin-bottom: 0;
  }

  .nav-tabs>li>a,
  .nav-pills>li>a {
    margin-right: 0;
    border-radius: 0;
  }

  .nav-pills>li>a p {
    line-height: 20px;
    border-right: solid 1px rgba(255,255,255,.5);
  }

  .nav-pills>li:last-child>a p {
    border-right: none;
  }

  .nav>li>a:focus,
  .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
  }

  .seminar_nav .row-fluid [class*="span"] {
    margin-left: 0;
  }
  .chatBtn{
    display: none !important;
  }
  @media (max-width: 767px){
    .seminar_nav .container {
      width: 100%;
    }
    .seminar_wp .banner-organizer{
      margin-top: 8px;
      display: block;
      font-size: 22px;
      line-height: 24px;
    }

  /* [component-template-id="video"]{
    padding-right: 15px;
  } */
    /* .nav-pills>li{
      float: none;
      width: 100%!important;
      border-bottom: 1px solid #f6f6f6;
    }
    .nav-pills>li+li{
      margin-left: 0;
    }
    .nav-pills>li>a p{
      background: #fff!important;
      color: #000!important;
    } */
    .video-bto{
      display: none;
    }
    #chatBtn {
      display: none !important;
    }
  }

  .btnOnpage {
    padding: 0;
  }
  .btnbox {
    position: relative;
    margin-top: 20px;
  }
  .btnbox .btn{
    box-shadow: none;
    border: none;
  }
  @media (max-width: 767px){
    .btnbox {
      margin: 10px 0;
    }
  }

  .imgbox {
    width: 64px;
    height: 54px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -12px;
  }

  .ndone {
    background-position: -64px 0;
  }

  .sdone {
    background-position: -128px 0;
  }


  /* 通知 */

  .cont-ulc {
    /* margin: 15px 0 0 0; */
    line-height: 26px;
    overflow: hidden;
  }

  .cont-ulc i {
    display: block;
    font-size: 16px;
    float: left;
    color: #964c34;
    padding-top: 12px;
  }

  .cont-ulc a {
    color: #333;
    text-decoration: none;
    cursor: default;
  }

  .cont-ulc a.hrefStyle:hover {
    text-decoration: underline;
    cursor: pointer;
  }

  .cont-ulc a:hover {
    color: #ad0000;
    text-decoration: none;
  }


  /* 搜索框 */

  input[type="text"].form-control {
    height: 30px;
  }


  /* 留言标题 */

  .head-picd {
    margin-top: 20px;
  }

  .head-picd i {
    color: #964c34;
  }

  .head-picd .about {
    width: 100%;
    height: 22px;
  }

  .head-picd .about .icon-shugang {
    float: left;
    margin-bottom: 2px;
    margin-top: 11px;
    font-size: 22px;
  }

  .head-picd .about p {
    padding-left: 4px;
    height: 24px;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    color: #964c34;
    float: left;
  }

  .head-picd .leav {
    width: 100%;
    height: 18px;
  }

  .head-picd .leav .icon-xiaoxi {
    float: right;
    padding-top: 7px;
  }

  .head-picd .leav a {
    display: inline-block;
    float: right;
    width: 55px;
    text-align: center;
    color: #964c34;
    font-size: 12px;
    padding-left: 3px;
    line-height: 16px;
    font-weight: normal;
  }

  .head-picd .leav .icon-more {
    float: right;
    margin-top: 8px;
  }

  .head-picd a:hover {
    text-decoration: underline;
  }


  /* 留言 */

  .message-ul {
    overflow: hidden;
    width: 100%;
    height: 280px;
    margin-bottom: 15px;
  }

  .message-ul ul {
    margin: 0;
    display: block;
    padding-left: 14px;
  }

  .message-ul.test-rtulsm {
    height: 320px;
  }

  .message-ul.test-rtul {
    height: 240px;
  }

  .message-ul li {
    font-size: 12px;
    line-height: 24px;
    padding: 6px 13px 6px;
    list-style: none;
    background: #f6f6f6;
    margin-bottom: 10px;
    border-radius: 5px 5px 5px 0;
    position: relative;
    /* margin-left: -10px; */
  }
  .message-ul li::before{
    position: absolute;
    left: -10px;
    bottom: 0;
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-color: transparent #f6f6f6 #f6f6f6 transparent;
    border-width: 3px 5px 3px 5px;
    border-style: solid;
  }
  .message-ul li span{
    color: #999;
  }

  /* tab */
  #tab-switch{
    width: 100%;
    padding: 0 6px;
    overflow-x: auto;
    border-bottom: 1px solid #aaa;
  }
  #tab-switch ul{
    margin: 0;
  }
  .tab {
    margin: 0 -15px 9px;
    display: block;
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0 15px;
    /* height: 51px; */
  }
  .mo-tab li,
  .tab li {
    float: left;
    width: auto;
    text-align: center;
    margin-right: 20px;
    font-size: 22px;
    color: #aaaaaa;
    list-style: none;
  }
  .tab li{
    margin-right: 0;
  }
  .mo-tab li a,
  .tab li a {
    float: left;
    width: auto;
    margin-right: 10px;
    position: relative;
  }

  .mo-tab li a:hover,
  .tab li a:hover {
    text-decoration: none;
  }

  .mo-tab li a i,
  .tab li a i {
    display: block;
    font-weight: bold;
    padding-top: 24px;
    float: left;
  }

  .mo-tab li a p,
  .tab li a p {
    float: left;
    text-align: center;
    line-height: 50px;
    /* margin: 0 6px; */
    padding: 0 40px 0 5px;
    position: relative;
  }
  .mo-tab li a p{
    line-height: 25px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }
  .mo-tab li a i{
    padding-top: 11px;
  }
  .mo-tab li a span,
  .tab li a span {
    font-size: 14px;
  }
  .tab li.active a p{
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }
  .tab li a p .tabfinish{
    position: absolute;
    display: none;
    top: 50%;
    right: 0;
    margin-top: -14px;
    width: 36px;
    height: 20px;
    background: url(../images/tab_finish.png) no-repeat;
    background-size: 100%;
  }
  .tab li a p .tabfinish.normal {
    background: url(../images/tab_normal.png) no-repeat;
    background-size: 100%;
  }

  .tab li a p .tabfinish.isoptional{
    background: url(../images/tab_isoptional.png) no-repeat;
    background-size: 100%;
  }
  .mo-tab .triangle,
  .tab .triangle {
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top-width: 6px;
    border-top-style: solid;
  }


  /* 表格 */

  table tr th {
    background: #f2f8e9;
  }


  /* 视频 */

  .video-box {
    padding: 20px;
    margin: 0 15px;
    background: #000;
    position: relative;
    text-align: center;
  }

  .video-box .look-btn {
    position: absolute;
    display: block;
    z-index: 1;
    width: 176px;
    height: 71px;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    margin: -35px -88px;
    background: url(../images/video-btn.png) no-repeat;
    _background: url(../images/video-btn.gif) no-repeat;
  }

  .video-box .look-btn:hover {
    background-position: 0 -72px;
  }

  .video-bto {
    padding: 15px 20px;
    background: #fff;
    font-size: 14px;
    color: #888;
    text-align: center;
  }

  .video-bto a {
    display: inline-block;
    color: #888;
    text-decoration: none;
    margin-left: 10px;
    /* background: url(../images/down-icon.jpg) no-repeat left; */
  }

  .video-bto a i.icon {
    font-size: 16px;
    color: #888;
    float: left;
    margin: 9px 5px 0;
  }

  .video-bto a:hover {
    color: #db371c;
    text-decoration: underline;
    /* background: url(../images/down-icon-active.jpg) no-repeat left; */
  }

  .video-bto a:hover i.icon {
    color: #db371c;
  }
  .video-bto span{
    margin-left: 40px;
  }
  .video-playbox {
    background: #000;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 15px;
  }

  .video-playbox img {
    /* margin: 8px; */
  }

  #video {
    /*width: 800px!important;*/
    height: 470px;
  }


  /* 标题 */

  .head-pic {
    margin: 20px 0 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #4741c2;
    overflow: hidden;
  }

  .head-pic .bt-div {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding-right: 7px;
    line-height: 37px;
    background: #fff;
  }

  .head-pic .bt-div i {
    display: inline-block;
    line-height: normal;
    margin-top: 3px;
  }

  .head-pic .bt-div span {
    padding-left: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
  }

  .head-pic a {
    float: right;
    color: #999;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 0 0 5px;
  }

  .head-pic.bto-line {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
  }

  .head-pic.md-line {
    height: 21px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 19px;
    overflow: initial;
  }

  .head-pic.none-line {
    height: 40px;
    border: none;
    overflow: initial;
  }

  .head-more {
    height: 38px;
    padding: 10px 0 0 8px;
    float: right;
    background: #fff;
    box-sizing: border-box;
    font-weight: normal;
  }

  .head-more i {
    display: inline;
  }


  /* 拓展知识 */

  .cont-ula .cont-box {
    text-align: center;
  }

  .cont-ula .cont-box-bto-name {
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .cont-ula .cont-box-bto-name a {
    color: #666;
  }


  /*.span12 .row .span3 {
          margin: 0 15px;
      }*/


  /* 底部 */

  #footer {
    /* border-top: 10px solid #964c34; */
    border-top-color: #964c34;
    border-top-width: 10px;
    border-top-style: solid;
    background: #eee;
    padding: 20px 0px;
    color: #333;
    line-height: 30px;
    text-align: center;
  }

  #footer a.foot_logo {
    display: block;
    width: 194px;
    height: 54px;
    margin: 0px auto;
  }

  #footer ul,
  #footer li {
    width: 100%;
    display: block;
    margin: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  #footer a {
    padding: 0px 10px;
    color: #333;
    text-decoration: none;
  }

  #footer a:hover {
    color: #333;
    text-decoration: underline;
  }

  .nav .finish.normal {
    height: 46px;
    background: url(../images/special_sprites.png) no-repeat -142px -22px;
  }

  .nav .finish.isoptional{
    height: 20px;
    background: url(../images/special_sprites.png) no-repeat -95px -48px;
  }

  .nav .finish {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 20px;
    background: url(../images/special_sprites.png) no-repeat -95px -22px;
    margin-right: 8px;
  }
  /* icon */

  [class^="icon-"],
  [class*=" icon-"] {
    background-image: url(../images/glyphicons-halflings.png);
  }


  /* 登录框 */

  .login-dialog {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
  }

  #logintc {
    position: absolute;
    _position: absolute;
    z-index: 9999;
    width: 464px;
    height: 336px;
    left: 50%;
    top: 50%;
    margin-top: -165px;
    margin-left: -232px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
  }
  .icon {
    width: 17px;
    display: block;
    background-image: none !important;
  }

  .iconbox {
    display: none;
    margin: 20px auto -15px;
  }

  .icon-xuehuilogoa {
    float: left;
    width: 51px;
    height: 51px;
    font-size: 50px !important;
  }

  .icon-xuehuilogob {
    float: left;
    width: 135px;
    height: 40px;
    font-size: 40px !important;
  }

  .logo-beian {
    width: 18px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -4px;
    background: url(../images/special_sprites.png) no-repeat -57px -60px;
  }


  @media (max-width: 454px) {
    #logintc {
      width: 320px;
      height: 318px;
      margin-top: -170px;
      margin-left: -160px;
    }
    .span12 {
      /* margin: 0 auto 20px; */
    }
    .nav-pills>li>a p span {
      display: none;
    }
  }


  /* 加粗 */

  .fontWeightB {
    font-weight: bold;
  }

  .fontWeightN {
    font-weight: normal;
  }


  /* 图片边框 */

  img.border {
    border: solid 1px #e0e0e0;
  }

  img.border-none {
    border: none;
  }


  /* 右侧登录 */

  .rt-login {
    margin: 0 -15px 0;
    padding: 15px;
  }

  .rt-login h4 {
    position: relative;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #444;
    font-weight: 600;
  }

  .rt-login h4 i {
    margin: 11px 10px 0 0;
    display: inline-block;
  }

  .rt-login .input_bga,
  .rt-login .input_bgb {
    margin-top: 18px;
    padding: 8px 10px 8px 34px;
    width: 272px;
    height: 42px;
    border: #ccc 1px solid;
    background: url(../images/login_bg01.jpg) no-repeat 10px center #fff;
  }

  .logintc .input_bgb,
  .rt-login .input_bgb {
    background: url(../images/login_bg02.jpg) no-repeat 10px center #fff;
    background-size: 13px;
  }

  .rt-login .input_bga input,
  .rt-login .input_bgb input {
    width: 220px;
    height: 24px;
    line-height: 24px;
    border-radius: 0;
    border: none 0;
    outline: none;
    background: none;
  }

  .rt-login .input_bga input,
  .rt-login .input_bga input:hover,
  .rt-login .input_bga input:focus,
  .rt-login .input_bgb input,
  .rt-login .input_bgb input:hover,
  .rt-login .input_bgb input:focus {
    border: none 0;
    outline: none;
    box-shadow: none;
  }

  .rt-login p {
    text-align: right;
    overflow: hidden;
  }

  .rt-login p a {
    display: inline-block;
    margin: 15px 0;
    line-height: 36px;
    font-size: 12px;
  }

  .rt-login .login_btn,
  .rt-login .login_btn:hover {
    float: left;
    width: 178px;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
  }

  .rt-login .tr-reminder {
    text-align: left;
    line-height: 20px;
    font-size: 12px;
    color: #f00;
  }


  /* 图文列表 */

  .img-text-list {
    margin: 20px 0 10px;
    overflow: hidden;
    padding-left: 10px;
  }

  .img-text-list li {
    display: block;
    padding: 0 0 10px 16px;
    position: relative;
    line-height: 24px;
    border-left: solid 1px #f1f1f1;
    cursor: pointer;
  }

  .img-text-list em {
    display: block;
    position: absolute;
    top: 4px;
    left: -9px;
    width: 16px;
    height: 16px;
    background: #ededed;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: #bab8b8;
    border-radius: 50%;
  }

  .img-text-list p {
    height: 24px;
    padding: 0 5px;
    background: #ededed;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .img-text-list .cont-box {
    margin-top: 10px;
    text-align: center;
    margin: 20px 10px 0;
  }


  /* app下载弹框 */

  #dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
    display: none;
  }

  .wx-sj {
    width: 700px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -350px;
    z-index: 100;
  }

  .wx-sj a.close {
    font-size: 0;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    display: block;
    position: absolute;
  }

  .wx-sj .imgd {
    height: 58px;
    padding-top: 8px;
    background: #fff;
  }

  .wx-sj .imgd p {
    float: left;
    display: block;
    width: 319px;
    line-height: 24px;
    padding-left: 91px;
    font-size: 12px;
    margin-left: -20px;
  }

  .wx-sj .imgd strong {
    font-weight: bold;
  }

  .wx-sj .imgd p .f-red {
    color: #ad0000;
  }

  .wx-sj .imgd p:nth-child(2) {
    padding-left: 131px;
  }


  /* 左侧二维码 */

  .wechat-box {
    top: 50%;
    left: 0;
    margin-top: -100px;
    max-width: 142px;
    position: fixed;
    z-index: 9999;
    display: none;
  }

  .wechat-box .wechat-btn {
    float: left;
    width: 11px;
    height: 60px;
    margin-top: 72px;
    background: url(../images/wechat-close.png) no-repeat;
    cursor: pointer;
  }

  .wechat-box .wechat-btn.close-btn {
    background: url(../images/wechat-open.png) no-repeat;
  }

  .wechat-box .wechat-cont {
    float: left;
    width: 130px;
    font-size: 12px;
    border-top: #ccc 1px solid;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    background-color: #e1e1e1;
    color: #333;
    text-align: center;
    overflow: hidden;
  }

  .wechat-box .wechat-cont .wx-bd {
    width: 130px;
    height: 202px;
    overflow: none;
  }

  .wechat-box .wechat-cont .wx-bd img {
    width: 100%;
  }

  .wechat-box .wechat-cont p {
    display: none;
    padding: 3px 0;
    line-height: 20px;
  }


  /* 右侧在线咨询 */

  /* .lrkf {
    top: 50%;
    right: 0px;
    margin-top: -103px;
    position: fixed;
    z-index: 999;
    overflow: hidden;
  }

  .lrkf .lrkfbtn,
  .lrkf .lrkfbtnon {
    float: left;
    width: 32px;
    height: 130px;
    background: url(../images/loginbtn.png) no-repeat;
    cursor: pointer;
  }

  .lrkf .lrkfbox {
    float: left;
    width: 105px;
    height: auto;
    background-color: #FFF;
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    padding: 10px;
    text-align: left;
  }

  .lrkf .lrkfbox a {
    height: 25px;
    display: block;
    margin: 0px auto;
    text-align: center;
  }

  .lrkf .lrkfbox img {
    width: auto;
  }

  .lrkf .lrkfbox .tela {
    font-size: 12px;
    color: #333;
    line-height: 18px;
    margin: 8px auto 6px;
  }

  .lrkf .lrkfbox .tela i {
    display: block;
    float: left;
    padding-top: 8px;
    margin-right: 5px;
  } */


  /* 测试题 */

  .part-one {
    color: #be291b;
    text-align: left;
    font-weight: bold;
    clear: both;
    font-size: 18px;
    line-height: 42px;
  }

  .test-dl {
    padding: 0 0 15px;
  }

  .test-dl .btn {
    display: inline-block;
    width: 160px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    letter-spacing: 2px;
    color: #fff;
    background: #be291b;
    text-decoration: none;
  }

  .test-dl .prev-page {
    margin: 40px 0 0 20px;
    font-size: 14px;
  }

  .test-dl .prev-page:hover {
    text-decoration: underline;
  }

  .test-dl dl {
    display: block;
    border-bottom: #ccc 1px dashed;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 0;
  }

  .test-dl dl.last {
    border-bottom: none;
  }

  .test-dl dl dt {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 30px;
  }

  .test-dl input {
    margin: 3px 5px;
    float: left;
  }

  .test-dl dl.last input.btn {
    margin: 3px 30px 3px 0;
  }

  .test-dl dl dd {
    line-height: 20px;
    padding: 5px 0;
    font-size: 14px;
  }

  .height {
    height: 300px;
    overflow: hidden;
  }


  /* 错题 */

  .test_ques {
    padding: 20px 0;
    line-height: 26px;
    border-bottom: #e6e6e6 1px dotted;
  }

  .test_ques dt {
    font-size: 14px;
    font-weight: normal;
  }

  .test_ques dt span {
    color: #cc0000;
  }

  .test_ques dt,
  .test_ques dd {
    padding: 5px 0;
  }

  .test_ques dd {
    color: #c00;
    font-weight: bold;
    margin-left: 0;
  }


  /* 显隐 */

  .none {
    display: none;
  }
  .iconnone{
    display: none!important;
  }
  .block {
    display: block;
  }

  .editor-root .box .none {
    display: none;
  }


  /* 分页 */

  .pagination>li {
    cursor: pointer;
  }

  .small-screen {
    width: 1200px;
    margin: 0 auto;
  }


  /* 参与方式 */

  .partake-mode{
    position: relative;
    display: block;
  }
  .partake-mode .partake-ercode{
    position: absolute;
    top: 45%;
    left: 45%;
    width: 177px;
    border-radius: 50%;
  }
  .app-partake-mode, .wechat-partake-mode{
    display: none;
  }
  .online-mobile{
    display: none;
  }
  .online-mobile .dialog-button{
    /* display: none; */
    position: fixed;
    z-index: 1;
    width: 80px;
    right: 0;
    bottom: 30%;
    margin-right: -10px;
    cursor: pointer;
  }
  #button-dialog {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    display: none;
  }
  #button-dialog .fixed-dialog {
    width: 200px;
    height: 310px;
    border-radius: 10px 0 0 10px;
    background-color: white;
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 20%;
    text-align: center;
  }
  .fixed-dialog .close-button {
    position: absolute;
    width: 25px;
    bottom: -50px;
    right: 90px;
  }
  .textarea{
    width: 100%;
    background: transparent;
    box-sizing: border-box;
    resize: none;
    border: none;
    margin-bottom: 0;
    background: transparent!important;
    box-shadow: none;
  }
  .textarea:disabled{
    opacity: 1;
  }
  .advertisement .app-advertise, .advertisement .pc-advertise, .advertisement .wechat-advertise{
    display: none;
  }
  .advertisement a{
    display: inherit;
  }
  #footer .footer-statistics{
    display: none !important;
  }
  .richText{
    font-size: 16px;
    line-height: 32px;
  }
  .richText p + p {
    padding-top: 10px;
  }
  @media(max-width: 767px){
    .small-screen {
      width: 100%;
      margin: 0 auto;
      padding: 0 15px;
    }
    .wechat-box {
      display: none;
    }
    /* .lrkf {
      display: none;
    } */
    .online-mobile .dialog-button{
      /* display: block; */
      position: fixed;
      z-index: 1;
      width: 80px;
      right: 0;
      bottom: 30%;
      margin-right: -10px;
      cursor: pointer;
    }
    #button-dialog {
      position: fixed;
      background-color: rgba(0, 0, 0, 0.4);
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 200;
      display: none;
    }
    #button-dialog .fixed-dialog {
      width: 200px;
      height: 310px;
      border-radius: 10px 0 0 10px;
      background-color: white;
      position: fixed;
      z-index: 1000;
      right: 0;
      bottom: 20%;
      text-align: center;
    }
    .fixed-dialog .close-button {
      position: absolute;
      width: 25px;
      bottom: -50px;
    }
    .video-bto span{
      margin-left: 0;
    }
    .seminar_wp .p-time,
    .nav_ul span,
    .nav_in .mokuaisan,
    .nav .last-li {
      display: none;
    }
    .nav .finish{
      width: 35px;
      height: 18px;
      background: url(../images/special_sprites.png) no-repeat -74px -17px;
      margin-right: 4px;
      background-size: 180px;
    }
    .nav .finish.normal{
      background-position:  -109px -17px;
      background-size: 180px;
    }
    .nav .finish.isoptional{
      background-position:  -74px -38px;
      background-size: 180px;
    }
    #footer{
      padding: 10px 0;
    }
    #footer span,
    #footer .footer-statistics,
    #footer .footer-keep {
      display: none;
    }
    .icon-xuehuilogoa{
      width: 35px;
      height: 35px;
      font-size: 35px!important;
    }
    .icon-xuehuilogob {
      width: 120px;
      height: 35px;
      font-size: 34px !important;
    }
    .partake-mode .partake-ercode{
      position: absolute;
      top: 50%;
      left: 50%;
      width: 110px;
      margin: -55px 0 0 -55px;
      border-radius: 50%;
    }
    .pc-partake-mode{
      display: none;
    }
    .app-partake-mode, .wechat-partake-mode{
      display: block;
    }
  }


  /* 查看完成情况 */

  .table-content {
    width: 100%;
    margin: auto;
  }

  .table-box {
    width: 100%;
    margin: 10px auto;
  }

  .table-content .topa {
    clear: both;
    overflow: hidden;
    margin: 30px 0;
  }

  .table-box p {
    font-size: 18px;
    color: #888a8c;
  }

  .table-box .topa a {
    color: #333;
  }

  .table-box .topa span {
    float: right;
    font-size: 16px;
    margin-top: 5px;
  }

  .table-box .topa .table-nav{
    margin-bottom: 10px;
  }

  .table-box .topa .table-nav a{
    color: #888a8c;
  }
  .table-box .topa .table-nav a:last-child{
    /* padding-left: 10px; */
    color: #0080c0;
    text-decoration: underline;
  }
  .table-box .topa .containKdg {
    float: left;
    font-size: 16px;
    line-height: 33px;
  }

  .table-box .topa .containKdg a:last-child{
    padding-left: 15px;
  }
  .table-box .topa .containKdg a:last-child{
    color: #888a8c;
  }
  .table-box .topa .containKdg a.active {
    color: #0080c0;
    text-decoration: underline;
  }

  .table-box .topa span a,
  .table-box .topa span a:hover {
    color: gray;
    margin-left: 10px;
  }

  .table-box .topa .search-bd {
    float: right;
  }

  .table-box .topa .search-bd input {
    border: #e0e0e0 1px solid;
    width: 200px;
    height: 33px;
    line-height: 33px;
    border-radius: 0;
    margin: 0;
    display: block;
    float: left;
    background: #f6f6f6;
    color: #888a8c;
    border-right: none;
  }

  .table-box .topa .search-bd input:hover,
  .table-box .topa .search-bd input:focus {
    outline: none;
  }

  .table-box .topa .search-bd a {
    display: inline-block;
    padding: 0 15px;
    line-height: 33px;
    color: #fff;
    text-decoration: none;
    background: #0080c0;
    padding: 0 13px;
  }

  .table-box table {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    border: solid 1px #e0e0e0;
  }

  .table-box table th {
    padding: 12px 0;
    text-align: center;
    font-weight: bold;
    background: #f6f6f6;
  }
  .table-box table td{
    padding: 12px 0;
  }
  .table-box table td a{
    color: #0080c0;
  }

  .table-box table tr:nth-child(odd){
    background: #f6f6f6;
  }
  .pagination{
    margin: 40px 0;
  }
  .pagination>li{
    display: inline-block;
  }
  .pagination .jump-ipt {
    vertical-align: top;
    color: #666;
    width: 41px;
    line-height: 20px;
    padding: 6px 6px;
    border: solid 1px #e0e0e0;
    border-right: none;
    border-radius: 4px 0 0 4px;
    height: 34px;
    margin-left: 10px;
  }

  .pagination .jump-ipt:focus {
    border-color: #e0e0e0;
    box-shadow: none;
  }

  .pagination .jump-btn,
  .pagination .jump-btn:hover {
    display: inline-block;
    vertical-align: top;
    border-radius: 0 4px 4px 0;
    padding: 0 12px;
    line-height: 32px;
    border: solid 1px #e0e0e0;
    background: #eee;
    border-color: #e0e0e0;
    color: #333;
  }
  @media (max-width: 767px){
    html{
      font-size: calc(100vw / 7.5) !important;
    }
    body{
      overflow-x: hidden;
    }
    .seminar_nav li a{
      height: 40px;
      padding: 10px 0;
    }
    .seminar_wp .banner-address{
      top: 19%;
      left: 8%;
      right: auto;
      padding: 0 .14rem;
      border-radius: .21rem;
      line-height: .42rem !important;
      font-size: .24rem !important;
    }

    .seminar_wp .company,
    .seminar_wp .banner-company,
    .seminar_wp .banner-setting{
      text-align: left;
      left: 8%;
      top: 70%;
      font-size: .22rem !important;
      line-height: .3rem !important;
    }
    .seminar_wp .banner-setting{
      top: 77%;
    }
    .all_top_wp .t_link a.back {
      display: none!important;
    }
    .mo-tab li a {
      margin-right: 0;
    }
    .mo-tab li a p,
    .tab li a p {
      padding: 0 40px 0 5px;
      /* margin: 0 5px; */
    }
    .tab .tab-subhead{
      display: none;
    }
    .mo-tab .triangle, .tab .triangle{
      margin-left: 4px;
    }
    .table-content {
      width: 97%;
      min-height: 350px
    }
    .table-content .topa{
      margin: 0;
    }
    .table-box {
      width: 100%;
    }
    .table-box table th,
    .table-box table td {
      padding: 10px 0;
      line-height: 23px;
      font-size: 14px;
      border: none;
    }
    .table-box table th{
      font-weight: bold;
    }
    .table-box p {
      margin: 0 0 27px 0;
      font-size: 14px;
      line-height: 24px;
      width: 100%;
    }
    .table-box .topa .clearfix{
      margin-bottom: 20px;
    }
    .table-box .topa .containKdg{
      float: left;
      line-height: 33px;
      font-weight: normal;
      font-size: 14px;
    }
    .table-box .topa .containKdg a:last-child{
      padding-left: 5px;
    }
    .rt-login .input_bga,
    .rt-login .input_bgb {
      width: auto;
    }
    .rt-login .input_bga input,
    .rt-login .input_bgb input {
      width: 100%;
    }
    .small-screen.row [class*="span"] {
      margin: 0;
      padding: 0;
    }
    .small-screen.row [class*="span"] .row [class*="span"] {
      width: 100%;
      padding: 0 0 15px;
    }
    .video-playbox{
      padding: 0;
    }
    #dialog {
      display: none;
    }
    .wechat-box {
      display: none;
    }
    .lrkf {
      display: none;
    }
    .cont-ula {
      padding-bottom: 10px;
    }
    .cont-ula img {
      width: 100%;
    }
    .test-dl .btn {
      display: block;
      width: 98%;
    }
    #dialog,
    .wechat-box,
    .lrkf {
      display: none;
    }
    .table-box .topa p span.containKdg a:first-child {
      margin-left: 0;
    }
    .table-box .topa span a {
      margin-left: 10px;
      font-size: 14px;
    }
    .table-box .topa .search-bd {
      float: right;
    }
    .table-box .topa .search-bd.chooseWidth{
      width: 100%;
    }
    .table-box .topa .search-bd.chooseWidth a{
      width: 21%;
      padding: 0;
      text-align: center;
    }
    .table-box .topa .search-bd input {
      width: 140px;
      line-height: 33px;
    }
    .table-box .topa span {
      float: none;
    }
    .table-box .topa .search-bd.chooseWidth input{
      width: 79%;
    }
    .pagination{
      margin: 15px 0;
    }
    .pagination .paging-number{
      margin: 0 58px;
    }
    .downTable, .downNoFinish{
      display: none;
    }
  }

  @media (max-width: 320px){
    .all_top_wp .t_link a {
      padding: 0px 5px;
    }
    .mo-tab li {
      margin-right: 7px;
    }
    .nav-pills>li+li{
      margin-left: 1px;
    }
    .nav-pills>li>a p {
      font-size: 16px!important;
    }
    /* .pagination>li>a {
      padding: 5px 4px;
    } */
    .mo-tab li a p {
      font-size: 16px!important;
    }
    .table-box .topa .containKdg{
      font-size: 12px;
    }
    .table-box .topa .search-bd input{
      width: 110px;
    }
    .table-box .topa .search-bd a{
      padding: 0 5px;
    }
  }

  @media (min-width: 768px) {
    .small-screen.row,
    .nav-pills {
      width: 100%;
      margin: 0 auto;
    }
    .cont-ula img {
      width: 100%;
    }
    .rt-login .input_bga,
    .rt-login .input_bgb {
      width: auto;
    }
    .rt-login .input_bga input,
    .rt-login .input_bgb input {
      width: auto;
    }
    .rt-login .login_btn,
    .rt-login .login_btn:hover {
      width: 50%;
    }
  }

  /* @media (min-width: 768px) and (max-width: 960px){
    html{
      font-size: calc(100vw / 7.5) !important;
    }
    .seminar_wp .banner-address{
      top: 19%;
      left: 8%;
      right: auto;
      padding: 0 .06rem;
      border-radius: .17rem;
      line-height: .34rem !important;
      font-size: .24rem !important;
    }

    .seminar_wp .company,
    .seminar_wp .banner-company,
    .seminar_wp .banner-setting{
      text-align: left;
      left: 8%;
      top: 70%;
      font-size: .22rem !important;
      line-height: .3rem !important;
    }
    .seminar_wp .banner-setting{
      top: 77%;
    }
  } */

  @media (min-width: 768px) and (max-width: 1200px) {
    .small-screen.row {
      width: 100%;
      padding: 0 15px;
    }
    .small-screen.row [class*="span"] {
      float: none;
      min-height: 1px;
      display: block;
      width: 100%;
      margin: 0;
    }
  }

  @media (min-width: 992px) {
    .small-screen.row,
    .nav-pills {
      width: 960px;
      margin: 0 auto;
    }
    .small-screen.row .span12 {
      width: 100%;
    }
    .small-screen.row [class*="span"] {
      float: left;
      min-height: 1px;
      margin-left: 20px;
    }
    .small-screen.row [class*="span"]:first-child {
      margin-left: 0px;
    }
    .small-screen.row [class*="span"] .row [class*="span"] {
      margin-left: 15px;
    }
    .small-screen.row [class*="span"] .row [class*="span"]:first-child {
      margin-left: 0;
    }
    .small-screen.row [class*="span"] .row .span3 {
      width: 163px;
    }
    .small-screen.row [class*="span"] .row .span4 {
      width: 223px;
    }
    .small-screen.row [class*="span"] .row .span6 {
      width: 50%;
      margin-left: 0;
    }
    .small-screen [component-template-id] {
      padding: 0 15px;
    }
    .small-screen [component-template-id="partakeMode"] {
      padding: 0;
    }
    .cont-ula img {
      width: 100%;
    }
    .rt-login .input_bga,
    .rt-login .input_bgb {
      width: 222px;
    }
    .rt-login .input_bga input,
    .rt-login .input_bgb input {
      width: 170px;
    }
    .rt-login .login_btn,
    .rt-login .login_btn:hover {
      width: 118px;
    }
    .partake-mode .partake-ercode{
      left: 198px;
      top: 88px;
      width: 162px;
    }
  }
  @media (min-width: 768px) and (max-width: 1400px){
    .seminar_wp .cont img.bg-banner{
      width: 116%;
      max-width: 116% !important;
      margin-left: -8%;
      margin-right:-8%;
    }
  }

  @media (min-width: 1200px) {
    .span2 {
      width: 20%;
    }
    .span8 {
      width: 60%;
    }
    /*[class*="span"] {
      margin-left: 0;
    }*/
    .nav-pills {
      width: 1200px;

      margin: 0 auto;
    }
    .small-screen.row {
      width: 1200px;
      padding: 0;
      padding-bottom: 30px;
      overflow: hidden;
    }
    .small-screen.row:before,
    .small-screen.row:after {
      display: table;
      content: "";
      line-height: 0;
    }
    .small-screen.row:after {
      clear: both;
    }
    .small-screen.row [class*="span"] {
      float: left;
      min-height: 1px;
      margin-left: 30px;
    }
    .small-screen.row [class*="span"]:first-child {
      margin-left: 0;
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
      width: 1200px;
    }
    .small-screen.row .span12 {
      width: 1170px;
    }
    .small-screen.row .span11 {
      width: 1070px;
    }
    .small-screen.row .span10 {
      width: 970px;
    }
    .small-screen.row .span9 {
      width: 870px;
    }
    .small-screen.row .span8 {
      /* width: 770px; */
      width: 60%;
    }
    .small-screen.row .span7 {
      width: 670px;
    }
    .small-screen.row .span6 {
      width: 50%;
      margin-left: 0;
    }
    .small-screen.row .span5 {
      width: 470px;
    }
    .small-screen.row .span4 {
      width: 370px;
    }
    .small-screen.row .span3 {
      width: 270px;
    }
    .small-screen.row .span2 {
      width: 20%;
    }
    .small-screen.row .span1 {
      width: 70px;
    }
    .small-screen.row [class*="span"] .row [class*="span"] {
      margin-left: 15px;
      width: 100%;
    }
    .small-screen.row [class*="span"] .row [class*="span"]:first-child {
      margin-left: 0;
    }
    .small-screen.row [class*="span"] .row .span3 {
      width: 206px;
    }
    .small-screen.row [class*="span"] .row .span4 {
      width: 280px;
    }
    .small-screen.row [class*="span"] .row .span6 {
      width: 50%;
      margin: 0 0 -30px;
    }
    /* .small-screen.row [class*="span"] .row [class="span6"]:first-child{
      margin-left: -15px;
    } */
    .rt-login .input_bga,
    .rt-login .input_bgb {
      width: 272px;
    }
    .rt-login .input_bga input,
    .rt-login .input_bgb input {
      width: 220px;
    }
    .small-screen.row .row .span9{
      width: 648px!important;
    }
    .small-screen [component-template-id] {
      padding: 0 15px;
    }
    .small-screen [component-template-id="partakeMode"] {
      padding: 0;
    }
  }

  .color {
    color: #e25601;
  }
  .img-components a{
    display: block;
  }
  /* 下载弹框 */
  .down-box {
    display: none;
    width: 500px;
    height: 372px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -187px -251px;
    border: #0955a7 1px solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: 100;
    background: url(../images/bg_02.png) no-repeat center;
  }
  .down-box p {
    font-size: 16px;
    line-height: 42px;
    padding: 9px 38px;
  }
  .down-box a {
    color: #da0000;
    text-decoration: none;
  }
  .down-box span a {
    color: #666;
  }
  @media (max-width: 500px) {
    .down-box{
      width: 320px;
      margin-left: -160px;
    }
    .down-box p{
      line-height: 30px;
    }
  }
  #error_assembly{
    display: none;
  }
  /* 选择年级弹框 */
  .choose-gread{
    padding: 20px;
  }
  .choose-gread select{
    height: 35px;
  }
  .layui-layer-content .choose-comfirm{
    width: 70px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 20px 20px 0;
    float: right;
    background-color: #1E9FFF;
    color: #fff;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
  }
  @media (max-width: 1025px){
    .logintc .wechart-login{
      display: none;
    }
  }
  .disabled{
    background: #999!important;
    cursor: default!important;
  }

  /* 推广弹层 */
  .extension-dialog{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
  }
  .extension-dialog-isshow{
    display: block;
  }
  .extension-dialog .extension{
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .close-extension-dialog{
    width: 569px;
    height: auto;
    left: 50%;
    margin-left: -284px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .close-extension-dialog span{
    position: absolute;
    top: -56px;
    right: 0;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    border: solid 1px #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    cursor: pointer;
  }
  .close-extension-dialog .pc-extension,
  .close-extension-dialog .app-extension,
  .close-extension-dialog .wechat-extension{
    display: none;
  }
  @media (min-width: 768px) and (max-width: 1200px) {
    .seminar_wp .banner-address{
      line-height: 36px;
      font-size: 20px;
    }
    .seminar_wp  .banner-organizer{
      font-size:14px;
      color:rgba(51,51,51,1);
    }
  }
  @media (max-width: 768px){
    .close-extension-dialog{
      width: 66%;
      height: auto;
      left: 17%;
      bottom: 20%;
      margin-left:0;
    }
    .seminar_wp .cont img.bg-banner{
      width: 116%;
      max-width: 116% !important;
      margin-left: -8%;
      margin-right:-8%;
    }
  }
  @media (min-width: 768px) and (max-width: 1200px) {
    .partake-mode .partake-ercode{
      left: 33%!important;
      top: 35%!important;
      width: 244px!important;
    }
  }
  .partake-mode-box .pc-partake-mode,
  .partake-mode-box .app-partake-mode,
  .partake-mode-box .wechat-partake-mode,
  .partake-mode-box .dingding-partake-mode{
    display: none;
  }
  .nav .finish.remedy{
    background: url('https://file.xueanquan.com/special-system/images/remedy.png') no-repeat !important;
    background-position: 0 0 !important;
    background-size: 100% !important;
  }
  /* .nav .finish.remedy.isoptional{
    background: url(../images/special_sprites.png) no-repeat -95px -48px !important;
    background-position:  -74px -38px !important;
    background-size: 180px !important;
  } */
  .imgbox.remedy{
    background: url('https://file.xueanquan.com/special-system/images/remedy_btn.png') no-repeat !important;
    background-position: 0 0 !important;
    background-size: 100% !important;
  }
  .tab li a p .tabfinish.remedy{
    background: url('https://file.xueanquan.com/special-system/images/remedy.png') no-repeat !important;
    background-position: 0 0 !important;
    background-size: 100% !important;
  }
  /* .tab li a p .tabfinish.remedy.isoptional{
    background: url(../images/tab_isoptional.png) no-repeat !important;
    background-size: 100% !important;
  } */
