
.kiner-calc-container {
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  height: 100%;
  zoom: 1;
  max-width: 750px;
}

.result-panel {
  flex: 1;
  background: #f0f0f0;
  box-sizing: border-box;
  height: 34px;
  border: 5px #f2f3f7 solid;
  text-align: right;
  font-size: 56px;
  color: #999;
  box-shadow: inset 0 0 5px #aaa;
  position: relative;
  overflow: hidden;
}

.result-panel .data {
  display: inline-block;
  transform-origin: right center;
  transition: all 300ms;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(1);
  padding-right: 10px;
  word-break: keep-all;
  height: fit-content;
}

.calc-container {
  width: 100%;
  display: flex;
  flex-flow: column;
  flex: 5;
}

.calc-container .row {
  display: flex;
  flex: 1;
  border-top: 1px solid #e6e6e6;
  justify-content: center;
  box-sizing: border-box;
}

.row .key {
  flex: 1;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  background: radial-gradient(#dddddd, #f2f3f7);
  cursor: pointer;
  font-size: 32px;
  color: #333333;
  user-select: none;
  box-sizing: border-box;
  transition: 100ms;
}

.row .key:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.row .key span {
  display: inline-block;
  vertical-align: middle;
}

.row .key.active {
  transform: scale(.9);
  box-shadow: 0 0 5px #333;
}

.row .special {
  background: radial-gradient(orangered, #cf3800);
  color: #FFFFFF;
}
#video_banner ul {
  margin-left: 50px;
}
#video_banner ul li {
  float: left;
  padding: 18px 5px;
  margin-right: 15px;
}
#video_banner ul li a {
  color: #063149;
}
.video_active {
  border-bottom: 2px solid #229EED;
}
#header {
  width: 100%;
  height: 72px;
  line-height: 72px;
  text-align: center;
  position: relative;
  background: #1394F3;
}
#header .logo {
  height: 72px;
  line-height: 72px;
  position: absolute;
  left: 42px;
}
#header .logo img {
  vertical-align: middle;
  width: 132px;
  height: 40px;
}
#header .nav {
  display: inline-block;
}
#header .nav ul li {
  float: left;
}
#header .nav ul li a {
  padding: 0 12px;
  display: inline-block;
  color: #fff;
}
#header .login_box {
  height: 72px;
  line-height: 72px;
  position: absolute;
  right: 42px;
  top: 0;
}
#header .login_box a {
  color: #fff;
}
#header .login_box .sign {
  padding: 8px 34px;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#header .login_box .sign:hover {
  background: rgba(255, 255, 255, 0.4);
}
#header .login_box .register {
  padding: 8px 34px;
  background: #00ccc5;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#header .login_box .register:hover {
  background: #05e4e0;
}
.login_bg {
  width: 100%;
  height: 100%;
  background: url(../img/login_bg.jpg) no-repeat center;
  background-size: cover;
}
#login_header {
  width: 100%;
  height: 72px;
  line-height: 72px;
  text-align: center;
  position: relative;
}
#login_header .logo {
  height: 72px;
  line-height: 72px;
  position: absolute;
  left: 42px;
}
#login_header .logo img {
  vertical-align: middle;
  width:132px;
  height: 40px;
}
#login_header .login_box {
  height: 72px;
  line-height: 72px;
  position: absolute;
  right: 42px;
  top: 0;
  color: #8a8b9f;
}
#login_header .login_box a {
  color: #fff;
}
#login_header .login_box .register {
  padding: 8px 34px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#login_header .login_box .register:hover {
  background: rgba(255, 255, 255, 0.4);
}
#login_main {
  margin: 0 auto;
  width: 360px;
  padding-top: 100px;
}
#login_main h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
}
#login_main label {
  color: #8a8b9f;
}
#login_main .login_text {
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  outline: none;
  color: #fff;
  height: 32px;
  margin-bottom: 25px;
}
#login_main .login_but {
  width: 100%;
  background: #00CCC5;
  color: #fff;
  border: none;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 30px;
  cursor: pointer;
  text-align: center;
}
#login_main .login_t {
  color: #fff;
  margin-top: 30px;
  text-align: center;
}
#login_main .login_icon {
  text-align: center;
  margin-top: 15px;
}
#login_main .login_icon a {
  margin-right: 15px;
}
.exa_login {
  width: 385px !important;
}
#login_footer {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
#login_footer .login_copyright {
  color: #8a8b9f;
  float: left;
}
#login_footer .login_copyright_right {
  float: right;
  margin-right: 10px;
}
#login_footer .login_copyright_right a {
  margin-left: 20px;
}
#two_nav {
  padding-top: 80px;
  position: relative;
}
#two_nav > ul {
  width: 100%;
  height: 62px;
  position: absolute;
  top: -31px;
  background: #fff;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
}
#two_nav > ul > li {
  width: 33.333%;
  float: left;
  line-height: 60px;
  text-align: center;
}
#two_nav > ul > li:nth-child(2) ul{
  padding-left: 350px;
}
#two_nav > ul > li:nth-child(3) ul{
  padding-left: 600px;
}
#two_nav > ul > li > a {
  text-indent: 50px;
}
#two_nav > ul > li ul {
  position: absolute;
  top: 63px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  padding-left: 120px;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.24);
}
#two_nav > ul > li ul li {
  float: left;
  margin-right: 50px;
  cursor: pointer;
}
/* 学习资源视频列表 */
.video_box {
  background: #fff;
  padding:20px;
}
.video_box .img_list {
  width: 25%;
  min-height: 286.45px;
  float: left;
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.video_box .img_list .video_a{
  display: block;
  width:270px;
  height:148.06px;
  position: relative;
}
.video_box .img_list .video_hei{
  width: 100%;
  height:148.06px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0,0,0,0.4);
}
.video_box .img_list .video_hei .video_hei_left{
  color: #fff;
  font-size: 12px;
  float: left;
  margin-top: 120px;
  margin-left:10px; 
}
.video_box .img_list .video_hei .video_hei_right{
  color: #fff;
  font-size: 12px;
  float: right;
  margin-top: 120px;
  margin-right:10px; 
}
.video_box .img_list:hover{
  box-shadow: 0px 0px 5px #098EE2;
}
.video_box .img_list:hover .video_hei{
  display: block;
}
.video_box .img_list img{
  width: 100%;
}
.video_box .img_list .video_content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.video_box .img_list .video_content h3 {
  padding: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.video_box .img_list .video_content p {
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.video_box .img_list .video_content .stu_icon{
  margin-top: 15px;
  cursor: pointer;
  position: absolute;
  bottom:10px;
  left: 10px;
}
.video_box .img_list .video_content .stu_icon i{
  font-size: 18px;
  color: #999;
  vertical-align: middle;
  margin-right: 10px;
}
.video_box .img_list .stu_bof {
  padding: 8px 40px;
  background: #2993ff;
  position: absolute;
  color: #fff;
  right: 68px;
  top: 52px;
}
.video_box .img_list .stu_bof_1 {
  padding: 4px 19px;
  background: #2993ff;
  position: absolute;
  border-radius: 5px;
  color: #fff;
  right: 10px;
  bottom: 10px;
}
.video_box .img_list .stu_bof_2 {
  padding: 8px 35px;
  background: #2993ff;
  position: absolute;
  color: #fff;
  right: 161px;
  top: 52px;
}
/* 学习资源其他列表 */
.video {
  
}
.video .img_list {
  background: #fff;
  padding: 22px;
  overflow: hidden;
  position: relative;
}
.video .img_list .video_content {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
}
.video .img_list .video_content h3 {
  padding: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.video .img_list .video_content p {
  color: #999999;
  width: 600px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.video .img_list .video_content .stu_icon{
  margin-top: 15px;
  cursor: pointer;
  display: inline-block;
}
.video .img_list .video_content .stu_icon i{
  font-size: 18px;
  color: #999;
  vertical-align: middle;
  margin-right: 10px;
}
.video .img_list .stu_bof {
  padding: 8px 40px;
  background: #2993ff;
  position: absolute;
  color: #fff;
  right: 68px;
  top: 52px;
}
.video .img_list .stu_bof_1 {
  padding: 8px 35px;
  background: #2993ff;
  position: absolute;
  color: #fff;
  right: 30px;
  top: 52px;
}
.video .img_list .stu_bof_2 {
  padding: 8px 35px;
  background: #2993ff;
  position: absolute;
  color: #fff;
  right: 161px;
  top: 52px;
}
#unit_nav {
  position: relative;
}
#unit_nav > ul {
  width: 100%;
  position: absolute;
  top: -57px;
  background: #fff;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#unit_nav > ul > li {
  width: 50%;
  float: left;
  text-align: center;
  z-index: 2;
}
#unit_nav > ul > li:nth-child(2) ul{
  padding-left:600px; 
}
#unit_nav > ul > li a .icon_unit {
  display: inline-block;
  width: 78px;
  height: 85px;
  margin-top: 15px;
  float: left;
  margin-left: 127px;
  background: url(../img/unit_icon.png) no-repeat;
}
#unit_nav > ul > li .nav_icon_text {
  width: 252px;
  font-size: 12px;
  float: left;
  text-align: left;
  margin-top: 15px;
}
#unit_nav > ul > li .nav_icon_text h4 {
  font-size: 18px;
  text-indent: 40px;
  font-weight: normal;
}
#unit_nav > ul > li .nav_icon_text p {
  min-height: 30px;
}
#unit_nav > ul > li .study_sub {
  position: absolute;
  top: 103px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 888;
  padding-left: 120px;
  line-height: 63px;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.24);
}
#unit_nav > ul > li .study_sub li {
  float: left;
  margin-right: 50px;
  cursor: pointer;
}
.unit {
  padding-top: 80px;
}
.unit .unit_title {
  width: 100%;
  background: #098EE2;
  padding: 10px 0;
  position: relative;
}
.unit .unit_title h3 {
  font-weight: normal;
  display: inline-block;
  text-indent: 23px;
  font-size: 18px;
  color: #fff;
}
.unit .unit_title .span_time {
  right: 720px;
}
.unit .unit_title .span_time_1 {
  right: 419px;
}
.unit .unit_title span {
  /* right: 490px; */
  position: absolute;
  color: #fff;
  font-size: 18px;
}
.unit .unit_title strong {
  right: 210px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  font-weight: normal;
}
.unit .unit_title .unit_str {
  right: 62px;
}
.unit .unit_title .unit_span_1 {
  left: 200px;
}
.unit .unit_title .unit_span_2 {
  left: 470px;
}
.unit .unit_title .unit_span_3 {
  right: 215px;
}
.unit .unit_list {
  width: 100%;
  padding: 30.5px 0;
  border: 1px solid #BBBBBB;
  background: #fff;
  margin-bottom: 10px;
  position: relative;
}
.unit .unit_list h3 {
  font-weight: normal;
  display: inline-block;
  text-indent: 23px;
}
.unit .unit_list .span_time {
  right: 650px;
}
.unit .unit_list .span_time_1 {
  right: 419px;
}
.unit .unit_list span {
  /* right: 442px; */
  position: absolute;
}
.unit .unit_list .unit_span_1 {
  left: 154px;
}
.unit .unit_list .unit_span_2 {
  left: 475px;
}
.unit .unit_list .unit_span_3 {
  right: 243px;
}
.unit .unit_list .unit_span_4 {
  right: 92px;
}
.unit .unit_list a {
  right: 100px;
  position: absolute;
  font-weight: normal;
  background: #A9C3D3;
  color: #063149;
  padding: 8px 40px;
  top: 24px;
  cursor: pointer;
}
.unit .unit_list .prac-er{
    padding: 0;
    right: -188px;
    width: 100px;
    text-align: center;
    height: 34px;
    line-height: 36px;
    top: -6px;
}
#examination_nav {
  position: relative;
}
#examination_nav > ul {
  width: 100%;
  height: 114px;
  position: absolute;
  top: -57px;
  background: #fff;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#examination_nav > ul > li {
  width: 20%;
  float: left;
  height: 114px;
  text-align: center;
}
#examination_nav > ul > li a .icon_unit {
  display: inline-block;
  width: 78px;
  height: 85px;
  margin-top: 15px;
  float: left;
  margin-left: 35px;
  background: url(../img/unit_icon.png) no-repeat;
}
#examination_nav > ul > li a .nav_icon_text {
  font-size: 12px;
  float: left;
  text-align: left;
  margin-top: 25px;
}
#examination_nav > ul > li a .nav_icon_text h4 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.exam .unit_title {
  width: 100%;
  background: #098EE2;
  padding: 10px 0;
  position: relative;
}
.exam .unit_title h3 {
  font-weight: normal;
  display: inline-block;
  text-indent: 23px;
  font-size: 18px;
  color: #fff;
}
.exam_span1{
  left: 128px;
}
.exam_span2{
  left: 200px;
}
.exam_span3{
  left: 385px;
}
.exam_span4{
  left: 559px;
}
.exam_span5{
  left: 730px;
}
.exam_span6{
  left: 860px;
}
.exam_span7{
  left: 1024px;
}
.exam .unit_title .span_time {
  right: 720px;
}
.exam .unit_title .span_time_1 {
  right: 419px;
}
.exam .unit_title span {
  position: absolute;
  color: #fff;
  font-size: 18px;
}
.exam .unit_title strong {
  right: 154px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  font-weight: normal;
}
.exam .unit_title .unit_str {
  right: 62px;
}
.exam .unit_title .unit_span_1 {
  left: 200px;
}
.exam .unit_title .unit_span_2 {
  left: 470px;
}
.exam .unit_title .unit_span_3 {
  right: 215px;
}
.exam .unit_list {
  width: 100%;
  padding: 30.5px 0;
  border: 1px solid #BBBBBB;
  background: #fff;
  margin-bottom: 10px;
  position: relative;
}
.exam .unit_list h3 {
  font-weight: normal;
  display: inline-block;
  text-indent: 23px;
}
.exam .unit_list .exam_list_span1{
  left: 137px;
}
.exam .unit_list .exam_list_span2{
  left: 198px;
}
.exam .unit_list .exam_list_span3{
  left: 382px;
}
.exam .unit_list .exam_list_span4{
  left: 554px;
}
.exam .unit_list .exam_list_span5{
  left: 752px;
}
.exam .unit_list .exam_list_span6{
  left: 875px;
}
.exam .unit_list .span_time {
  right: 650px;
}
.exam .unit_list .span_time_1 {
  right: 419px;
}
.exam .unit_list span {
  /* right: 363px; */
  position: absolute;
}
.exam .unit_list .unit_span_1 {
  left: 154px;
}
.exam .unit_list .unit_span_2 {
  left: 475px;
}
.exam .unit_list .unit_span_3 {
  right: 243px;
}
.exam .unit_list .unit_span_4 {
  right: 92px;
}
.exam .unit_list a {
  right: 95px;
  position: absolute;
  font-weight: normal;
  background: #A9C3D3;
  color: #063149;
  padding: 8px 40px;
  top: 24px;
  cursor: pointer;
}
.exam .unit_list .prac-er{
    padding: 0;
    right: 300px;
    width: 100px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    top: -5px;
}
#video_banner {
  width: 100%;
  position: relative;
  background: #F5F5F5;
  border: 1px solid #BBBBBB;
}
.video_width {
  background: #FAF9F9;
}
.video_width .video_play {
  padding-top: 70px;
  margin-bottom: 30px;
}
.video_play .play_box{
  background: #000;
  float: left;
}
.play_box .play_bottom{
  line-height: 40px;
  background: #000;
}
.play_box .play_bottom span,.play_box .play_bottom strong i,.play_box .play_bottom strong{
  color: rgba(255,255,255,.6);
}
.play_box .play_bottom span{
  margin-left: 10px;
}
.play_box .play_bottom strong{
  font-weight: normal;
  float:right;
  margin-right: 10px;
  cursor: pointer;
}
.play_box .play_bottom strong i{
  margin-right: 8px;
}
.video-js *, .video-js *:before, .video-js *:after{
  color: #fff;
}
.video_width .video_play .video_list {
  float: right;
  width: 390px;
  padding: 20px 40px;
  max-height: 542px;
  border: 1px solid #BBBBBB;
  overflow-y: scroll;
  background: #F1F0F0;
}
.video_width .video_play .video_list h3 {
  font-size: 16px;
  font-weight: normal;
}
.video_width .video_play .video_list ul li {
  text-indent: 30px;
  margin-top: 10px;
  cursor: pointer;
}
.curriculum_list {
  color: #101010;
}
.curriculum_list .curriculum_title{
  border-bottom: 1px solid #BBBBBB;
  margin: 20px 0;
  line-height: 50px;
}
.curriculum_list .curriculum_title h2 {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 10px;
  display: inline-block;
}
.curriculum_list .curriculum_title .curriculum_buy{
  float: right;
  cursor: pointer;
  font-size: 14px;
  width: 130px;
  line-height: 44px;
  background: linear-gradient(121deg,#ffac30 0,#ff8101 100%);
  box-shadow: 0 4px 5px 0 rgba(35,35,35,.23);
  border-radius: 21px;
  color: #fff;
  padding: 0 10px;
}
.curriculum_list .curriculum_title .curriculum_buy span{
  color: #fff;
  margin-right: 45px;
}
.curriculum_list .title_list span {
  margin-left: 20px;
  margin-right: 45px;
  cursor: pointer;
}
.curriculum_list .curriculum_detailed_list {
  padding: 20px 0;
  padding-left: 20px;
}
.curriculum_list .curriculum_detailed_list .curriculum_border {
  overflow: hidden;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #BBBBBB;
}
.curriculum_list .curriculum_detailed_list .curriculum_border img {
  float: left;
}
.curriculum_list .curriculum_detailed_list .curriculum_border .curriculum_right {
  float: left;
  margin-left: 67px;
}
.curriculum_list .curriculum_detailed_list .curriculum_border .curriculum_right h3 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 16px;
}
.curriculum_list .curriculum_detailed_list .fit p {
  margin-top: 10px;
}
.max_width {
  min-width: 1200px;
  margin-bottom: 50px;
  overflow: hidden;
}
.max_width h2 {
  font-size: 18px;
  font-weight: normal;
  text-indent: 13px;
  padding: 16px 0;
  border-bottom: 1px solid #BBBBBB;
  background: #fff;
}
.max_width .practice_left {
  width: 320px;
  padding: 0 10px;
  padding-bottom: 10px;
  float: left;
  background: #fff;
  margin-top: 30px;
  margin-left: 14px;
  border: 1px solid #BBBBBB;
}
.max_width .practice_left h3 {
  border-left: 2px solid #229EED;
  text-indent: 10px;
  margin-top: 25px;
  font-weight: normal;
  margin-bottom: 10px;
}
.max_width .practice_left a {
  width: 29px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border: 1px solid #BBBBBB;
  background: #f8f8f8;
  display: inline-block;
  color: #999;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 10px;
}
.max_width .practice_right {
  width: 68%;
  min-width: 820px;
  float: left;
  padding: 20px 10px;
  margin-top: 30px;
  margin-left: 40px;
  background: #fff;
}
.max_width .practice_right .practice_right_title {
  border-bottom: 1px dashed #f0edee;
  padding-bottom: 15px;
}
.max_width .practice_right .practice_right_title .practice_number {
  width: 92px;
  height: 83px;
  background: #f5f5f5;
  border: 1px solid #f0edee;
  border-radius: 5px;
  text-align: center;
  float: left;
  font-size: 30px;
}
.max_width .practice_right .practice_right_title .practice_number span {
  font-size: 30px;
  color: #229EED;
}
.max_width .practice_right .practice_right_title .practice_number p {
  margin-top: 5px;
  color: #fff;
  background: #536eec;
  line-height: 36px;
  border-radius: 0 0 5px 5px;
}
.max_width .practice_right .practice_right_title h4 {
  float: left;
  font-size: 16px;
  font-weight: normal;
  margin-top: 15px;
  margin-left: 20px;
  width: 700px;
}
.max_width .practice_right .practice_right_title_pad h4 {
  margin-left: 0;
}
.max_width .practice_right .practice_option {
  padding-left: 75px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #f0edee;
}
.max_width .practice_right .practice_option input[type=text] {
  margin-right: 15px;
  width: 90%;
  margin-top: 15px;
  outline: none;
  border: none;
  border-bottom: 1px solid #BBB;
}
.max_width .practice_right .practice_option .radio {
  display: block;
  margin-top: 25px;
}
.max_width .practice_right .practice_option_pad {
  padding-left: 0;
  border: none;
}
.max_width .practice_right .but {
  padding: 25px 0;
  border-bottom: 1px dashed #f0edee;
}
.max_width .practice_right .but .but_newx {
  background: #536eec;
  border: none;
  padding: 8px 24px;
  border-radius: 5px;
  color: #fff;
  margin-left: 20px;
  outline: none;
  cursor: pointer;
}
.max_width .practice_right .but .tishi {
  float: right;
  margin-top: 15px;
}
.max_width .practice_right .but .tishi span {
  margin-right: 45px;
  cursor: pointer;
}
.max_width .practice_right .but_pad {
  border: none;
}
.max_width .practice_right .practice_sub {
  margin-top: 30px;
  padding-bottom: 45px;
}
.max_width .practice_right .practice_sub p {
  color: red;
  display: inline-block;
  margin-left: 30px;
}
.max_width .practice_right .practice_sub .practice_submit {
  background: #229EED;
  border: none;
  padding: 10px 30px;
  color: #fff;
  float: right;
  margin-left: 20px;
  outline: none;
  cursor: pointer;
}
.max_width2{
  margin-bottom: 15px;
}
.max_width2 .practice_right .but {
  padding: 15px 0;
}
.max_width2 .practice_right .practice_sub {
  margin-top: 15px;
  padding-bottom: 10px;
}
.sim_header {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  text-indent: 13px;
  padding: 16px 0;
  border-bottom: 1px solid #BBBBBB;
  background: #fff;
  text-align: center;
  position: relative;
}
.sim_header h3 {
  display: inline-block;
  font-size: 18px;
  color: #101010;
  font-weight: normal;
  padding: 45px 0;
}
.sim_header .sim_right {
  position: absolute;
  right: 20px;
  top: 20px;
}
.sim_header .sim_right time {
  width: 235px;
  height: 54px;
  display: block;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  background: #1394F3;
  color: #fff;
}
.sim_header .sim_right .sim_but {
  width: 235px;
  height: 54px;
  line-height: 54px;
  display: block;
  text-align: center;
  background: #E51C23;
  font-size: 16px;
  border: none;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;
}
.sim_left {
  width: 320px;
  padding: 0 10px;
  padding-bottom: 10px;
  float: left;
  background: #ddeffc;
  margin-top: 30px;
  margin-left: 14px;
  border: 1px solid #BBBBBB;
}
.sim_left h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  text-align: center;
  background: #7a9ffe;
  color: #fff;
  font-weight: normal;
  border: 1px solid #4f7ef4;
  padding: 3px 0;
}
.sim_left a {
  width: 29px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border: 1px solid #BBBBBB;
  background: #fff;
  display: inline-block;
  color: #000;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 10px;
}
.ope_active a {
  border-bottom: 2px solid #3bb2fe;
}
.ope_nav ul li a {
  padding: 19px 12px !important;
  display: inline !important;
}
.ope_header {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  padding: 16px 0;
  background: #1394F3;
  text-align: center;
  position: relative;
  border-top: 1px solid #BBBBBB;
  overflow: hidden;
}
.ope_header .ope_left {
  padding-top: 38px;
}
.ope_header .ope_left h2 {
  font-weight: normal;
  font-size: 20px;
  border: none;
  background: none;
  color: #fff;
  text-align: left;
  float: left;
  text-indent: 40px;
}
.ope_header .ope_left .ope_number {
  text-align: left;
  float: left;
  width: 471px;
  margin-left: 150px;
}
.ope_header .ope_left .ope_number a {
  width: 29px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border: 1px solid #BBBBBB;
  background: #fff;
  display: inline-block;
  color: #000;
  margin-right: 10px;
  margin-top: 10px;
}
.ope_header .ope_right {
  position: absolute;
  right: 20px;
  top: 20px;
}
.ope_header .ope_right time {
  width: 235px;
  height: 54px;
  display: block;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  background: #FF9800;
  color: #fff;
}
.ope_header .ope_right .sim_but {
  width: 235px;
  height: 54px;
  line-height: 54px;
  display: block;
  text-align: center;
  background: #E51C23;
  font-size: 16px;
  border: none;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;
}
.ope_header .ope_right .unit_but {
  background: #063149;
}
.sub_bg_2 {
  background: #DAE7F5 ;
}
.inp_box {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.inp_box .conf_but {
  margin: 0 auto;
  padding: 16px 90px;
  background: red;
  border: none;
  color: #fff;
}
.conf_header {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  padding: 16px 0;
  background: #DAE7F5;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.conf_header .conf_left {
  padding: 24px 20px;
}
.conf_header .conf_left .conf_head {
  width: 204px;
  height: 192px;
  background: #fff;
  float: left;
}
.conf_header .conf_left .conf_head img {
  width: 172px;
  height: 162px;
  margin-top: 16px;
}
.conf_header .conf_left .conf_info {
  float: left;
  margin-top: 20px;
  margin-left: 36px;
}
.conf_header .conf_left .conf_info p {
  text-align: left;
  color: #0F65E7;
  line-height: 40px;
}
.conf_header .ope_right {
  position: absolute;
  right: 20px;
  top: 58px;
}
.conf_header .ope_right time {
  width: 235px;
  height: 54px;
  display: block;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  background: #1394F3;
  color: #fff;
}
.conf_header h3 {
  color: #FF9800;
  font-weight: normal;
  font-size: 20px;
  margin-top: 20px;
}
.conf_content {
  width: 97%;
  margin: 0 auto;
  background: #fff;
  overflow-y: scroll;
  padding: 34px;
}
.conf_content h5 {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  padding-bottom: 30px;
}
.auth_header {
  position: relative;
  margin-bottom: 50px;
}
.auth_header .auth_left {
  padding: 24px 20px;
  overflow: hidden;
}
.auth_header .auth_left .auth_head {
  width: 104px;
  height: 104px;
  background: #fff;
  float: left;
  text-align: center;
}
.auth_header .auth_left .auth_head img {
  width: 82px;
  height: 82px;
  margin-top: 11px;
}
.auth_header .auth_left .auth_info {
  float: left;
  margin-top: 11px;
  margin-left: 20px;
}
.auth_header .auth_left .auth_info p {
  text-align: left;
  line-height: 20px;
  color: #101010;
}
.auth_header .auth_right {
  position: absolute;
  right: 20px;
  top: 20px;
}
.auth_header .auth_right time {
  width: 235px;
  height: 54px;
  display: block;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  background: #FF9800;
  color: #fff;
}
.auth_header .auth_right .auth_but {
  width: 235px;
  height: 54px;
  line-height: 54px;
  display: block;
  text-align: center;
  background: #E51C23;
  font-size: 16px;
  border: none;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;
}
.auth_header h4 {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  margin-top: -87px;
}
.cert_left {
  padding: 24px 20px;
  overflow: hidden;
  float: left;
}
.cert_left .cert_head {
  width: 104px;
  height: 104px;
  background: #fff;
  float: left;
  text-align: center;
}
.cert_left .cert_head img {
  width: 82px;
  height: 82px;
  margin-top: 11px;
}
.cert_left .cert_info {
  float: left;
  margin-top: 11px;
  margin-left: 20px;
}
.cert_left .cert_info p {
  text-align: left;
  line-height: 20px;
  color: #101010;
}
.user_active {
  background: rgba(0, 120, 215, 0.4);
}
.user_width {
  width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 30px 0;
    overflow: hidden;
}
.user_width .user_left {
  float: left;
  width: 240px;
}
.user_width .user_left .user_tx {
  width: 104px;
  height: 104px;
  padding: 7px;
  margin-left: 12px;
  background: #fff;
  border: 1px solid #BBBBBB;
}
.user_width .user_left .user_tx img {
  width: 88px;
  height: 88px;
}
.user_width .user_left p {
  line-height: 30px;
}
.user_width .user_left .user_p {
  text-indent: 50px;
}
.user_width .user_left ul {
  margin-top: 20px;
  background: #F2F2F2;
  border: 1px solid #ccc;
}
.user_width .user_left ul li {
  text-indent: 11px;
  padding: 11px 0;
}
.user_width .user_right {
  width: 880px;
  float: left;
  margin-left: 72px;
}
.user_width .user_right h2 {
  font-size: 36px;
  font-weight: normal;
}
.user_width .user_right .chart_box h3 {
  padding: 30px 0;
  font-weight: normal;
}
.user_width .user_right .chart_box .chart {
  width: 100%;
  height: 280px;
  background: #BBBBBB;
}
.user_width .user_right .chart_table {
  width: 100%;
}
.user_width .user_right .chart_table .chart_table_head {
  padding: 0 10px;
}
.user_width .user_right .chart_table .chart_table_head span {
  color: #1394F3;
  display: inline-block;
}
.user_width .user_right .chart_table .chart_table_head .user_span_1 {
  width: 20%;
}
.user_width .user_right .chart_table .chart_table_head .user_span_2 {
  width: 10%;
}
.user_width .user_right .chart_table .chart_table_head .user_span_3 {
  width: 10%;
}
.user_width .user_right .chart_table .chart_table_head .user_span_4 {
  width: 15%;
}
.user_width .user_right .chart_table .chart_table_head .user_span_5 {
  width: 15%;
}
.user_width .user_right .chart_table .chart_table_head .user_span_6 {
  width: 10%;
}
.user_width .user_right .chart_table .chart_table_head .user_span_7 {
  width: 15%;
}
.user_width .user_right .chart_table .chart_table_box {
  border: 1px solid #1394F3;
  margin: 10px 0;
}
.user_width .user_right .chart_table .chart_table_box .chart_table_content {
  padding: 10px;
  border-bottom: 1px solid #1394F3;
}
.user_width .user_right .chart_table .chart_table_box .chart_table_content:last-child {
  border: none;
}
.user_width .user_right .chart_table .chart_table_box .chart_table_content span {
  color: #666;
  display: inline-block;
}
.user_width .user_right .chart_table .chart_table_box .chart_table_content .user_span_1 {
  width: 20%;
}
.user_width .user_right .chart_table .chart_table_box .chart_table_content .user_span_2 {
  width: 10%;
}
.user_width .user_right .chart_table .chart_table_box .chart_table_content .user_span_3 {
  width: 10%;
}
.user_width .user_right .chart_table .chart_table_box .chart_table_content .user_span_4 {
  width: 15%;
}
.user_width .user_right .chart_table .chart_table_box .chart_table_content .user_span_5 {
  width: 15%;
}
.user_width .user_right .chart_table .chart_table_box .chart_table_content .user_span_6 {
  width: 10%;
}
.user_width .user_right .chart_table .chart_table_box .chart_table_content .user_span_7 {
  width: 15%;
}
/* 个人信息 */
.user_width .user_right .chart_box .chart_bg{
  background: #fff;
  padding-top: 20px;
}
.user_width .user_right .chart_box .chart_bg .user_tx_box{
  text-align: center;
}
.user_width .user_right .chart_box .chart_bg .chart_inp{
  width:350px;
  margin: 0 auto;
}
.user_width .user_right .chart_box .chart_bg .chart_inp .user_inp{
  width: 250px;
  height: 26px;
  padding-left: 10px;
  color: #000;
  border: 1px solid #E0E0E0;
}
.user_width .user_right .chart_box .chart_bg .chart_inp .chart_id{
  color: #999;
  text-align: center;
  margin-top: 30px;
}
.user_width .user_right .chart_box .chart_bg .chart_inp label{
  display: block;
  margin-top: 20px;
}
.user_width .user_right .chart_box .chart_bg .chart_inp label .user_sex{
  display: inline-block;
  margin-top: 0;
  margin-right: 15px;
}
.chart_inp_user_file{
  width: 185px;
}
.user_width .user_right .chart_box .chart_bg .chart_inp .chart_submit{
  padding-bottom:30px;
  text-align: center; 
}
.user_width .user_right .chart_box .chart_bg .chart_inp .user_submit{
  padding: 10px 40px;
  background: #1394F3;
  border: none;
  color: #fff;
  border-radius: 10px;
}
.user_width .user_right .chart_box .chart_bg .chart_inp label span{
  display: inline-block;
  width: 95px;
  text-align: right;
  color: #999;
}
.user_width .user_right .chart_box .chart_tx{
  width: 104px;
  height: 104px;
  padding: 7px;
  margin: 0 auto;
  background: #fff;
  margin-top: 50px;
  border: 1px solid #BBBBBB;
}
.user_width .user_right .chart_box .file_box{
  padding: 4px 10px;
  height: 34px;
  line-height: 26px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
  color: #888;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1
}
.user_width .user_right .chart_box .chart_tx img{
  width: 88px;
  height: 88px;
}
.user_width .user_right .chart_box .user_file{
  /* width: 175px; */
  margin-top: 8px;
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer
}
.news_page h2 {
  font-size: 24px;
  font-weight: normal;
  text-indent: 2%;
  padding: 30px 0;
}
.news_page .news_list {
  overflow: hidden;
  padding-bottom: 35px;
}
.news_page .news_list .news_list_content {
  width: 23%;
  float: left;
  border: 1px solid #ebebeb;
  margin-left: 2%;
  height: 333.47px;
  margin-bottom: 2%;
}
.news_page .news_list .news_list_content:hover {
  box-shadow: 0px 0px 20px #e3e4e6;
  border: none;
}
.news_page .news_list .news_list_content:first-child {
  margin-right: 0%;
}
.news_page .news_list .news_list_content img {
  width: 100%;
}
.news_page .news_list .news_list_content h3 {
  padding: 0 15px;
  margin: 15px 0;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}
.news_page .news_list .news_list_content p {
  padding: 0 15px;
  margin: 15px 0;
  color: #8d8d8d;
  text-align: left;
}
.news_page .news_list .news_list_content span {
  color: #8d8d8d;
  display: block;
  text-align: left;
  padding: 0 10px;
  padding-bottom: 15px;
}
.news_content {
  padding: 0 20px;
}
.news_content .news_content_left {
  float: left;
  width: 830px;
  margin-right: 30px;
}
.news_content .news_content_left h2 {
  font-size: 24px;
  font-weight: normal;
  padding: 30px 0;
}
.news_content .news_content_left .news_content_left_p {
  color: #b9b9b9;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #BBBBBB;
}
.news_content .news_content_left .news_content_left_p a {
  color: #b9b9b9;
}
.news_content .news_content_left .news_content_left_p a:hover {
  color: #0059ab;
}
.news_content .news_content_left .news_text {
  line-height: 30px;
}
.news_content .news_content_left .news_text p {
  background: none !important;
}
.news_content .news_content_left .news_next {
  margin-bottom: 15px;
}
.news_content .news_content_left .news_next a:hover {
  color: #0059ab;
}
.news_content .news_content_right {
  float: left;
  width: 300px;
  border: 1px solid #BBBBBB;
  padding: 20px;
  margin-top: 130px;
}
.news_content .news_content_right h2 {
  font-size: 24px;
  font-weight: normal;
}
.news_content .news_content_right ul {
  margin-top: 10px;
}
.news_content .news_content_right ul li {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news_content .news_content_right ul li a {
  font-size: 16px;
}
.news_content .news_content_right ul li a:hover {
  color: #0059ab;
}
#video_page_bg{
  width: 100%;
  height: 591px;
  background: url(../img/video_banner.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
#video_page_bg h2{
  text-align: center;
  padding-top: 50px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}
#video_page_bg p{
  text-align: center;
  margin-top: 50px;
  color: #fff;
  line-height: 24px;
  width: 936px;
  margin: 25px auto;
}
#video_page_bg .video_sc{
  cursor: pointer;
  width: 200px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 20px;
  border: 1px solid #fff6f6;
  margin: 0 auto;
  color: #fff;
}
#video_page_bg .video_sc i{
  font-size: 20px;
  margin-right: 10px;
  color: #fff;
  vertical-align: middle;
}
#video_page_bg .video_xinxi{
  color: #fff;
  text-align: center;
  margin-top: 25px;
}
.video_page {
  padding-bottom: 25px;
  width: 1200px;
  margin: 0 auto;
  margin-top: -175px;
  position: relative;
  z-index:100;
}
.video_page .video_page_list {
  background: #fff;
  padding: 15px 0;
  padding-left: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E7E5E5;
}
.video_page .video_page_list .video_page_list_left {
  display: block;
  width: 250px;
  height: 145px;
  float: left;
}
.video_page .video_page_list .video_page_list_left img {
  width: 100%;
}
.video_page .video_page_list .video_page_list_right {
  width: 890px;
  float: left;
  margin-left: 30px;
  height: 100%;
  position: relative;
}
.video_page .video_page_list .video_page_list_right a:hover h2 {
  color: #0059ab;
}
.video_page .video_page_list .video_page_list_right a h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.video_page .video_page_list .video_page_list_right p {
  color: #666;
  display: -webkit-box;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.video_page .video_page_list .video_page_list_right .video_page_list_right_po {
  position: absolute;
  bottom: -68px;
  left: 0px;
  color: #999;
}
.video_page .video_page_list .video_page_list_right .video_page_list_right_po a {
  padding: 3px 13px;
  border-radius: 15px;
  background: #2993ff;
  color: #fff;
  margin-left: 25px;
}
.video_page .video_page_list .video_page_list_right .video_page_list_right_po a i {
  color: #fff;
  margin-left: 8px;
}
.video_page .video_page_list .video_page_list_right .video_page_xinxi{
  position: absolute;
  right: 55px;
  bottom: -68px;
  color: #999;
}
.video_page .video_page_list .video_page_list_right .video_page_xinxi_xx{
  color: #999;
  margin-right: 40px;
}
.video_page .video_page_list .video_page_list_right .video_page_xinxi_sc{
  color: #999;
  cursor: pointer;
}
.video_page .video_page_list .video_page_list_right .video_page_xinxi_sc i{
  color: #999;
  margin-right: 10px;
  vertical-align: middle;
}
.practice-ret{
  float: left;
  padding: 5px 17px;
  background: red;
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 5px;
  text-indent: 0;
}
/* 注册页 */
.yzm_box{
  position: relative;
}
.yzm_box .reg_yzm{
  position: absolute;
  right: 10px;
  color: #fff;
  cursor: pointer;
}
#login_main .xieyi{
  color: #fff;
  font-size: 12px;
}
#login_main .xieyi a{
  color: #fff;
  font-size: 12px;
}
.reg_check{
  vertical-align: middle;
}
.submit{
    background: #536eec;
    border: none;
    padding: 8px 24px;
    border-radius: 5px;
    color: #fff;
    margin-left: 20px;
    outline: none;
    cursor: pointer;
    float: right;
    margin-right: 40px;
}
.practice-exe-title{
    font-size: 18px;
    text-indent: 13px;
    padding: 16px 0;
    border-bottom: 1px solid #BBBBBB;
    background: #fff;
}
.practice-frame{
  width: 100%;
  height: 900px;
}
.single_active{
  background: #1394F3 !important;
}
.single_active span{
  color: #fff !important;
}
.practice-end{
  text-indent: 0;
  padding: 8px 20px;
  display: block;
  text-align: center;
  background: #E51C23;
  font-size: 16px;
  border: none;
  float: right;
  color: #fff;
  cursor: pointer;
  margin-top: -9px;
  margin-right: 35px;
}
.doprac{
  float: right;
  margin-top: -17px;
}
.praca,.pracb,.pracc{
  margin-right: 30px;
}
.pracc{
  padding: 8px 20px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  background: #1394F3;
  color: #fff;
}
.pracc span{
  color: #fff;
}
.show-video-return div{
  background: #536eec;
  border: none;
  padding: 8px 24px;
  border-radius: 5px;
  color: #fff;
  margin-left: 20px;
  outline: none;
  cursor: pointer;
  float: right;
  margin: 10px 30px;
}
/* 个人中心  收藏 */
.chart_box .img_list {
  background: #fff;
  padding: 22px;
  overflow: hidden;
  position: relative;
}
.chart_box .img_list img{
  width: 220px;
}
.chart_box .img_list .video_content {
  display: inline-block;
  vertical-align: top;
  width: 420px;
  margin-left: 50px;
}
.chart_box .img_list .video_content h3 {
  padding: 10px 0;
}
.chart_box .img_list .video_content p {
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.chart_box .img_list .video_content .stu_icon{
  margin-top: 15px;
  cursor: pointer;
  display: inline-block;
}
.chart_box .img_list .video_content .stu_icon i{
  font-size: 18px;
  color: #999;
  vertical-align: middle;
  margin-right: 10px;
}
.chart_box .img_list .stu_bof {
  padding: 8px 30px;
  background: #2993ff;
  position: absolute;
  color: #fff;
  right: 10px;
  top: 52px;
}
.chart_box .img_list .stu_bof_1 {
  padding: 8px 35px;
  background: #2993ff;
  position: absolute;
  color: #fff;
  right: 30px;
  top: 52px;
}
.chart_box .img_list .stu_bof_2 {
  padding: 8px 35px;
  background: #2993ff;
  position: absolute;
  color: #fff;
  right: 161px;
  top: 52px;
}
/* 个人中心收藏  精华推荐 */
.chart_box .chart_box_special{
  text-align: center;
  color: #fff;
  background: #2993ff;
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.chart_box .video_page_list {
  background: #fff;
  padding: 10px 0;
  padding-left: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E7E5E5;
  position: relative;
}
.chart_box .video_page_list .video_page_list_left {
  display: block;
  width: 250px;
  height: 145px;
  float: left;
}
.chart_box .video_page_list .video_page_list_left img {
  width: 100%;
}
.chart_box .video_page_list .video_page_list_right {
  width: 570px;
  float: left;
  margin-left: 30px;
  height: 100%;
  position: relative;
}
.chart_box .video_page_list .video_page_list_right a:hover h2 {
  color: #0059ab;
}
.chart_box .video_page_list .video_page_list_right a h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.chart_box .video_page_list .video_page_list_right p {
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.chart_box .video_page_list .video_page_list_right .video_page_list_right_po {
  position: absolute;
  bottom: -68px;
  left: 0px;
  color: #999;
}
.chart_box .video_page_list .video_page_list_right .video_page_list_right_po a {
  padding: 3px 13px;
  border-radius: 15px;
  background: #2993ff;
  color: #fff;
  margin-left: 25px;
}
.chart_box .video_page_list .video_page_list_right .video_page_list_right_po a i {
  color: #fff;
  margin-left: 8px;
}
.chart_box .video_page_list .video_page_list_right .video_page_xinxi{
  position: absolute;
  right: 55px;
  bottom: -68px;
  color: #999;
}
.chart_box .video_page_list .video_page_list_right .video_page_xinxi_xx{
  color: #999;
  margin-right: 40px;
}
.chart_box .video_page_list .video_page_list_right .video_page_xinxi_sc{
  color: #999;
  cursor: pointer;
}
.chart_box .video_page_list .video_page_list_right .video_page_xinxi_sc i{
  color: #999;
  margin-right: 10px;
  vertical-align: middle;
}
/* 个人中心收藏  试题练习 */
.chart_box .practice_right{
  margin-bottom: 30px;
  background: #fff;
}
.chart_box .practice_right .practice_right_title {
  border-bottom: 1px dashed #f0edee;
  padding: 15px;
}
.chart_box .practice_right .practice_right_title .practice_number {
  width: 92px;
  height: 83px;
  background: #f5f5f5;
  border: 1px solid #f0edee;
  border-radius: 5px;
  text-align: center;
  float: left;
  font-size: 30px;
}
.chart_box .practice_right .practice_right_title .practice_number span {
  font-size: 30px;
  color: #229EED;
}
.chart_box .practice_right .practice_right_title .practice_number p {
  margin-top: 5px;
  color: #fff;
  background: #536eec;
  line-height: 36px;
  border-radius: 0 0 5px 5px;
}
.chart_box .practice_right .practice_right_title h4 {
  float: left;
  font-size: 16px;
  font-weight: normal;
  margin-top: 15px;
  margin-left: 20px;
}
.chart_box .practice_right .practice_right_title_pad h4 {
  margin-left: 0;
}
.chart_box .practice_option {
  padding-left: 75px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #f0edee;
}
.chart_box .practice_right .practice_option input[type=text] {
  margin-right: 15px;
  width: 90%;
  margin-top: 15px;
  outline: none;
  border: none;
  border-bottom: 1px solid #BBB;
}
.chart_box .practice_right .practice_option .radio {
  display: block;
  margin-top: 25px;
}
.chart_box .practice_right .practice_option_pad {
  padding-left: 0;
  border: none;
}
.chart_box .practice_right .practice_right .but .but_newx {
  background: #536eec;
  border: none;
  padding: 8px 24px;
  border-radius: 5px;
  color: #fff;
  margin-left: 20px;
  outline: none;
  cursor: pointer;
}
.chart_box .practice_right .but .tishi {
  float: right;
  margin-top: 15px;
  padding-bottom: 15px;
}
.chart_box .practice_right .but .tishi span {
  margin-right: 45px;
  cursor: pointer;
}
.chart_box .practice_right .but_pad {
  border: none;
}
.chart_box .practice_right .practice_sub {
  margin-top: 30px;
  padding-bottom: 45px;
}
.chart_box .practice_right .practice_sub p {
  color: red;
  display: inline-block;
  margin-left: 30px;
}
.chart_box .practice_right .practice_sub .practice_submit {
  background: #229EED;
  border: none;
  padding: 10px 30px;
  color: #fff;
  float: right;
  margin-left: 20px;
  outline: none;
  cursor: pointer;
}
/* 确认订单页面 */
#ord{
  width: 930px;
  padding: 42px;
  margin: 0 auto;
  background: #fff;
}
#ord .ord_header ul{
  margin: 30px 0 35px;
  overflow: hidden;
  zoom: 1;
}
#ord .ord_header ul li{
  /* display: inline; */
  width: 221px;
  height: 27px;
  float: left;
  margin-left: -13px;
  overflow: hidden;
}
.form_row{
  padding-bottom: 20px;
}
.npb{
  padding-bottom: 0;
}
#ord .ord_header ul li:first-child{
  margin-left: 0;
}
#ord .ord_header ul li:first-child span{
  background-position: 0 0;
}
#ord .ord_header ul li span{
  display: block;
  background: url(../img/flow_step.png) no-repeat 0 -54px;
  color: #3099e3;
  font: bold 14px/27px \5b8b\4f53;
  text-align: center;
}
#ord .ord_header ul li .ord_bg{
  background-position: 0 -81px;
  color: #fff;
}
#ord .ord_main{
  width: 830px;
}
#ord .ord_main .mod_order{
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  background: #fff;
  overflow: hidden;
  zoom: 1;
}
#ord .ord_main .mod_order .ord_hd{
    float: left;
    margin-bottom: -6000px;
    padding: 30px 25px 6030px;
    border-right: 1px solid #e0e0e0;
    background: #f6f6f6;
}
#ord .ord_main .ord_box{
  float: left;
  padding: 25px;
  width: 720px;
  overflow: hidden;
}
#ord .ord_main .ord_box .form_tit{
    float: left;
    display: inline;
    width: 95px;
    padding-right: 5px;
    text-align: right;
    margin-right: -3px
}
#ord .ord_main .ord_box .form_tit label{
  font-size: 12px;
}
#ord .ord_main .ord_box .form_tit span{
  color: red;
  font-size: 12px;
}
#ord .ord_main .ord_box .form_main{
  display: inline-block;
}
#ord .ord_main .ord_box .form_main .input_tip{
  color: #b2b2b2;
  font-size: 12px;
  padding: 7px 0;
}
#ord .ord_main .ord_box .form_main .input_txt{
    width: 180px;
    height: 26px;
    margin-right: 10px;
    line-height: 26px;
    border: 1px solid #ccc;
}
#ord .ord_box .btn{
  padding: 9px 20px;
  background: #1394F3;
  border: none;
  border-radius: 5px;
  color: #fff;
  margin-left: 91px;
}
#ord table{
  width: 720px;
  border-collapse: collapse;
  border-spacing: 0;
}
#ord table thead{
  border: none;
  height: 28.8px;
  line-height: 28.8px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
#ord table thead th{
  color: #575757;
  font-weight: normal;
  font-size: 12px;
}
#ord table tbody td{
  padding: 10px 0;
  text-align: center;
  color: #575757;
  font-weight: normal;
  font-size: 12px;
}
#ord .ord_settlement{
  float: right;
}
#ord .ord_settlement p{
  color: #575757;
  font-size: 12px;
  margin-top: 10px;
}
#ord .ord_settlement .ord_money{
  font-size: 14px;
  font-weight: bold;
}
#ord .ord_settlement span{
  color: #e67411;
  font-weight: bold;
}
#ord .ord_settlement .ord_but{
  margin-top: 10px;
  background: #1394F3;
  border: none;
  padding: 9px 38px;
  border-radius: 5px;
  color: #fff;
}
#choose_bill{
  margin-bottom: 5px;
  line-height: 30px;
}
#choose_bill span{
  margin-right: 40px;
}
#choose_bill span .che{
  margin-right: 5px;
  vertical-align: middle;
}
#choose_bill span label{
  font-size: 12px;
  color: #575757;
}
.box_tip {
  font-size: 12px;
  margin-bottom: 20px;
  color: #adadad;
}
/* 认证报名 */
#sign_nav {
  position: relative;
}
#sign_nav > ul {
  width: 100%;
  height: 114px;
  position: absolute;
  top: -57px;
  background: #fff;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#sign_nav > ul > li {
  width: 20%;
  float: left;
  height: 114px;
  text-align: center;
}
#sign_nav > ul > li a .icon_unit {
  display: inline-block;
  width: 78px;
  height: 85px;
  margin-top: 15px;
  float: left;
  margin-left: 35px;
  background: url(../img/unit_icon.png) no-repeat;
}
#sign_nav > ul > li a .nav_icon_text {
  font-size: 12px;
  float: left;
  text-align: left;
  margin-top: 25px;
}
#sign_nav > ul > li a .nav_icon_text h4 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.sign{
  padding-top: 80px;
  background: #fff;
}
.sign .sign_notice{
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 30px;
}
.sign .sign_notice h2{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.sign .sign_notice .sign_text{
  background: #fbfafa;
  min-height: 200px;
  padding: 10px 20px;
  color: #999;
  margin-top: 20px;
}
.step{
  padding-top: 80px;
  background: #fff;
}
.step .step_box{
  margin: 0 auto;
  width: 380px;
  background-image: url(../img/step_bg.png);
  background-position-x: 19px;
  background-repeat: no-repeat repeat;
}
.step .step_notice{
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 30px;
  /* display: flex;
    justify-content: center;
    align-items: center; */
  overflow: hidden;
}
.step .step_notice h2{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.step .step_notice .step_text{
  margin-top: 50px;
  margin-bottom: 30px;
}
.step .step_notice .step_text h3{
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  cursor: pointer;
}
.step .step_notice .step_text h3 span{
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: normal;
  line-height: 40px;
  display: inline-block;
  background: #1394F3;
  font-size: 18px;
  margin-right: 10px;
  font-weight: normal;
}
.step .step_notice .step_text h3:hover{
  color: #1394F3;
}
.step .step_notice .step_text h3:hover span{
  background: #bbb;
}
.step .step_notice .step_text p{
  color: rgb(71, 71, 71);
  text-indent: 40px;
  padding: 10px 0;
}
.step .step_notice .step_text p a{
  color: #229EED;
  text-decoration: underline;
}
.temp{
  padding-top: 80px;
  background: #fff;
}
.temp .temp_notice{
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 30px;
}
.temp .temp_notice h2{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 30px 0;
}
.temp .temp_notice .temp_img{
  width: 800px;
  margin: 0 auto;
}
.temp .temp_notice .temp_img img{
  width: 100%;
}
.query{
  padding-top: 80px;
  background: #fff;
}
.query .query_notice{
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 30px;
}
.query .query_notice h2{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 30px 0;
}
.query .query_notice .query_box{
  width: 358px;
  margin: 0 auto;
}
.query .query_notice .query_box label{
  display: block;
  margin: 15px 0;
}
.query .query_notice .query_box label .query_inp{
  width: 170px;
  height: 30px;
  outline: none;
  line-height: 30px;
}
.query .query_notice .query_box label span{
  display: inline-block;
  width: 70px;
  text-align: right;
}
.query .query_notice .query_box label .query_yz{
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  background: red;
  vertical-align: bottom;
}
.query .query_notice .query_box label i{
  font-size: 18px;
  cursor: pointer;
}
.query .query_notice .query_box .query_lab{
  text-align: center;
  margin-top: 20px;
}
.query .query_notice .query_box label .query_sub{
  text-align: center;
  color: #fff;
  background: #229EED;
  border: none;
  padding: 8px 25px;
  cursor: pointer;
}
.query .query_notice .query_result{
  width: 800px;
  margin: 0 auto;
}
.query .query_notice .query_result h3{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 30px 0;
}
.query .query_notice .query_result img{
  width: 100%;
}
.query .query_notice .query_result p{
  color: #999;
  text-align: center;
}
.layui-layer-page .layui-layer-content{
  overflow: initial !important;
}
.wxzf,.zfbzf{
  display: none;
}
.wxzf_content{
  text-align: center;
  margin-top: 70px;
  padding: 0 70px;
}
.wxzf_content i{
  color: #6bcc03;
  font-size: 80px;
}
.wxzf_content .zfb{
  color: #06b4fd;
}
.wxzf_content .wxzf_ewm{
  text-align: center;
  margin: 30px 0;
}
.wxzf_content .wxzf_ewm img{
  width: 150px;
}
.wxzf_content .wxzf_ewm p{
  color: red;
  font-size: 20px;
  text-align: center;
}
.wxzf_content p{
  text-align: left;
}
.wxzf_content .wxzf_span{
  display: inline-block;
  width: 170px;
  vertical-align: top;
}
.xsjx,.spjx,.jisuanqi{
  display: none;
}
.manual_content{
  background: #fff;
}
.manual_content h2{
  padding-bottom: 0 !important;
}
.manual_left{
  display: inline-block;
  padding: 5px 17px;
  background: red;
  color: #fff;
  margin-top: 20px;
  border-radius: 5px;
  text-indent: 0;
}
.video::-webkit-media-controls {
  display:none !important;
}
.play_box{
    background: #000;
    width: 740px;
    height: 500px;
    position: relative;
}
.play_box .see{
    position: absolute;
    bottom: 60px;
    left: 10px;
    background: rgba(0,0,0,0.6);
    border-radius: 10px;
    padding: 5px;
    color: #fff;
    font-size: 12px;
}
.play_box .see a{
    color: red;
    font-size: 12px;
}
.pra_color i{
  color: #098EE2 !important;
}
.pra_color a{
  color: #e1e1e1 !important;
}





















