﻿@charset "UTF-8";
body {
  font-family: 'Microsoft YaHei';
  position: relative;
  max-width: 750px;
  margin: auto;
  font-size: .24rem;
}

input,
select,
textarea {
  font-family: 'Microsoft YaHei';
}

a {
  text-decoration: none;
}

img, a {
  border: 0;
}

ul, li {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flt {
  float: left;
}

.frt {
  float: right;
}

.clear {
  clear: both;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}
input:focus, textarea:focus, select:focus {
  outline-offset: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

/* 省略 */
.text_elip {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text_elip_line2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.bg_fixed {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bg_deep_blue {
  background-color: #13294F;
}

.bg_gray {
  background-color: #F1F1F1;
}

.bg_middle_gray {
  background-color: #ccc;
}

.bg_deep_gray {
  background-color: #999;
}

.bg_red {
  background-color: #F40A0A;
}

.bg_orange {
  background-color: #FF7300;
}

.bg_blue {
  background-color: #0276C9;
}

.bg_login {
  background-image: url("/img/imgwap/img215.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.img_w100 {
  width: 100%;
}

.moudule_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: .2rem 0;
  font-size: .36rem;
  font-weight: bold;
  color: #DCB387;
}

.moudule_tit.inner {
  margin: 0 .24rem;
}

.moudule_tit.cblue {
  color: #0276C9;
}

.moudule_tit .doc {
  margin-left: .1rem;
  font-size: .24rem;
  color: #DCB387;
}

.moudule_tit a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  font-size: .24rem;
  color: #DCB387;
  font-weight: normal;
}

.page_main {
  position: relative;
  z-index: 10;
  background-color: #13294F;
  padding: .24rem;
  border-top-left-radius: .1rem;
  border-top-right-radius: .1rem;
}

.page_main.bg_white {
  background-color: #fff;
}

.page_main.v {
  padding: .24rem 0;
}

.header_space {
  height: 1.06rem;
}

.header {
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  right: 0;
  background: #0276C9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.06rem;
}

.header.transparent {
  background: transparent;
}

.header .back {
  width: 0.75rem;
  text-align: center;
}

.header .back i {
  color: #fff;
  font-size: 0.16rem;
}

.header .logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header .logo img {
  width: 2.6rem;
}

.header .menu {
  width: 0.75rem;
  text-align: center;
}

.header .menu i {
  font-size: 0.4rem;
  color: #fff;
}

.header .login {
  width: 0.96rem;
  height: 0.46rem;
  line-height: 0.46rem;
  background: #0276c9;
  border: 1px solid #6bc3ff;
  text-align: center;
}

.header .login a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.24rem;
  font-weight: 400;
  color: white;
}

.head_nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: .9rem;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
}

.head_nav_wrap .nav_cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.head_nav_wrap .nav_cont .headNav_swiper_container .item {
  width: auto;
  padding: 0 .15rem;
  color: #333;
  font-size: .32rem;
  line-height: .9rem;
}

.head_nav_wrap .nav_cont .headNav_swiper_container .item.active {
  font-size: .36rem;
  font-weight: bold;
}

.head_nav_wrap .nav_action {
  width: 1.6rem;
  line-height: .9rem;
  color: #333;
  text-align: center;
  -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.5);
}

.head_nav_wrap .nav_action i {
  margin-left: .1rem;
  font-size: .24rem;
}

.footer_space {
  height: .98rem;
}

.footer {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .98rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.footer .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer .item.active a i {
  color: #0276C9;
}

.footer .item.active a span {
  color: #0276C9;
}

.footer a {
  display: block;
  text-align: center;
}

.footer a i {
  display: block;
  margin-top: .1rem;
  font-size: .4rem;
  color: #555;
}

.footer a span {
  display: block;
  font-size: .24rem;
  color: #333;
}

.tab_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: .86rem;
  background-color: #fff;
}

.tab_wrap span {
  display: inline-block;
  height: 100%;
  padding: 0 .15rem;
  line-height: .86rem;
  color: #333;
  font-size: .32rem;
}

.tab_wrap span.active {
  color: #0276C9;
}

.tab_wrap .action {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.6rem;
  height: 100%;
  line-height: .86rem;
  color: #333;
  text-align: center;
}

.tab_wrap .action i {
  margin-left: .1rem;
  font-size: .28rem;
}

.tab_cont {
  height: calc(100vh - 3.82rem);
}

.tab_flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: .72rem;
  background-color: #fff;
}

.tab_flex_wrap .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.tab_flex_wrap .item span {
  display: inline-block;
  padding: 0 .24rem;
  font-size: .28rem;
  color: #333;
  line-height: .7rem;
  border-bottom: 2px solid transparent;
}

.tab_flex_wrap .item.active span {
  color: #0276C9;
  border-bottom: 2px solid #0276C9;
}

.mask {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mask.bg {
  background-color: rgba(0, 0, 0, 0.5);
}

.mask_close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.mask_container {
  position: absolute;
  top: 0;
  z-index: 10;
}

.popover {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.popover_slide {
  right: -100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
  height: 100%;
  background-color: #fff;
}

.popover_slide .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
}

.popover_slide .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .24rem;
  border-top: 1px solid #f5f5f5;
}

.popover_slide .action span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: .68rem;
  line-height: .68rem;
  text-align: center;
  font-size: .24rem;
}

.popover_slide .action span + span {
  margin-left: .2rem;
}

.popover_slide .action .btn_reset, .popover_slide .action .btn_cancel {
  border: 1px solid #ddd;
  color: #333;
}

.popover_slide .action .btn_sure {
  border: 1px solid #0276C9;
  background-color: #0276C9;
  color: #fff;
}

.condition_list {
  padding: 0 .24rem;
}

.condition_list .tit {
  margin: .24rem 0;
  font-weight: bold;
  font-size: .28rem;
  color: #333;
}

.condition_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.condition_list .item span {
  width: 47%;
  margin-bottom: .3rem;
  display: inline-block;
  height: .68rem;
  line-height: .68rem;
  text-align: center;
  font-size: .24rem;
  background-color: #F5F5F5;
  color: #333;
}

.condition_list .item span.active {
  background-color: #0276C9;
  color: #fff;
}

.nav_more_list {
  padding: 0 .24rem;
}

.nav_more_list .item {
  padding: .24rem;
  color: #333;
  font-size: .26rem;
  border-bottom: 1px solid #f5f5f5;
}

.nav_more_list .item:last-child {
  border-bottom: 0;
}

.nav_more_list .item.active {
  color: #0276C9;
}

.meeting_wrap {
  margin: auto;
  margin-top: 20%;
  width: 90%;
  background-color: #fff;
}

.meeting_wrap .head {
  position: relative;
  padding: 0 .24rem;
  height: .86rem;
  height: .86rem;
  line-height: .86rem;
  text-align: center;
  color: #333;
  font-size: .32rem;
  font-weight: bold;
  border-bottom: 1px solid #f5f5f5;
}

.meeting_wrap .head i {
  position: absolute;
  top: 0;
  right: .24rem;
  padding: 0 .2rem;
  font-size: .26rem;
  font-weight: normal;
}

.meeting_wrap .body {
  padding: .24rem;
}

.meeting_wrap .body .item {
  margin-bottom: .3rem;
}

.meeting_wrap .body .item .tit {
  color: #333;
  font-size: .28rem;
}

.meeting_wrap .body .item .tit font {
  margin-right: .1rem;
  color: #FF1C00;
  font-size: .24rem;
}

.meeting_wrap .body .item .tit span {
  margin-left: .2rem;
  font-size: .24rem;
  color: #666;
}

.meeting_wrap .body .item .inp {
  margin-top: .2rem;
  width: 100%;
  height: .64rem;
  border-radius: .04rem;
  border: 1px solid #eee;
  padding: 0 .2rem;
}

.meeting_wrap .body .item .inp::-webkit-input-placeholder {
  font-size: .2rem;
}

.meeting_wrap .body .meeting_cont {
  margin-top: .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.meeting_wrap .body .meeting_cont .month {
  margin-right: .2rem;
  color: #333;
  font-size: .3rem;
}

.meeting_wrap .body .meeting_cont .day_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.meeting_wrap .body .meeting_cont .day_wrap .d_item {
  display: inline-block;
  margin-right: .2rem;
  margin-bottom: .2rem;
  width: .5rem;
  height: .5rem;
  border-radius: 360rem;
  line-height: .5rem;
  background-color: #eee;
  color: #333;
  font-size: .24rem;
  text-align: center;
}

.meeting_wrap .body .meeting_cont .day_wrap .d_item.active {
  color: #fff;
  background-color: #0276C9;
}

.meeting_wrap .body .time_wrap {
  padding: .2rem 0;
  height: 2.1rem;
  overflow-y: scroll;
  border-top: 1px dashed #eee;
}

.meeting_wrap .body .time_wrap .t_item {
  margin-right: .15rem;
  margin-bottom: .15rem;
  display: inline-block;
  width: 1.9rem;
  height: .5rem;
  text-align: center;
  line-height: .5rem;
  border: 1px solid #DCDFE6;
}

.meeting_wrap .body .time_wrap .t_item:nth-child(3n) {
  margin-right: 0;
}

.meeting_wrap .body .time_wrap .t_item.active {
  background-color: #0276C9;
  color: #fff;
  cursor: pointer;
}

.meeting_wrap .body .time_wrap .t_item.gray {
  background-color: #eee;
  color: #999;
  cursor: not-allowed;
}

.meeting_wrap .body .tip {
  margin-top: .2rem;
  padding: .1rem;
  border: 1px solid #FFE58F;
  background-color: #FFFBE6;
  font-size: .2rem;
  color: #666;
}

.meeting_wrap .body .tip i {
  margin-right: .1rem;
  font-size: .2rem;
}

.meeting_wrap .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: .95rem;
  border-top: 1px solid #eee;
}

.meeting_wrap .action .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  line-height: .95rem;
  text-align: center;
  font-size: .32rem;
  border-right: 1px solid #eee;
}

.meeting_wrap .action .item.btn_cancel {
  color: #333;
}

.meeting_wrap .action .item.btn_sure {
  color: #0276C9;
}

.notice {
  margin: auto;
  padding: .24rem;
  padding-bottom: .5rem;
  margin-top: 20%;
  width: 90%;
  background-color: #fff;
}

.notice .txt {
  margin: .1rem;
  font-size: .24rem;
  color: #333;
  text-align: center;
}

.notice .img_status {
  display: block;
  margin: auto;
  margin-top: .5rem;
  margin-bottom: .2rem;
  width: 1.6rem;
}

.notice .btn_wrap {
  margin-top: .5rem;
  text-align: center;
}

.notice .btn_wrap .btn_cancel {
  display: inline-block;
  width: 1.6rem;
  height: .54rem;
  line-height: .54rem;
  background-color: #0276C9;
  color: #fff;
  font-size: .24rem;
  text-align: center;
}

.no_data_wrap {
  margin-top: 1rem;
  text-align: center;
}

.no_data_wrap img {
  width: 50%;
}

.no_data_wrap p {
  font-size: .24rem;
  color: #333;
}

.ico_menu_head {
  position: fixed;
  z-index: 999;
  top: .15rem;
  right: .1rem;
  padding: 0 .15rem;
  font-size: .4rem;
  color: #fff;
}

.btn_publish_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: .98rem;
  background-color: #0276C9;
  color: #fff;
  font-size: .32rem;
  z-index:9;
}

.btn_publish_fixed i {
  margin-left: .1rem;
  font-size: .5rem;
}

.swiper-pagination-bullet {
  background-color: #fff;
}

.swiper-pagination-bullet-active {
  background-color: #007aff;
}

.info_wrap {
  margin: auto;
  padding: .5rem;
  width: 86%;
  background-color: #fff;
}

.info_wrap.login {
  margin-top: 30%;
}

.info_wrap.register {
  margin-top: 1.6rem;
  margin-bottom: .3rem;
}

.info_wrap .head {
  margin-bottom: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_wrap .head .doc {
  width: 1.4rem;
}

.info_wrap .head span {
  margin: 0 .2rem;
  font-size: .32rem;
  font-weight: bold;
  color: #0276C9;
}

.info_wrap .btn_action {
  margin-top: .4rem;
}

.info_wrap .btn_action a {
  display: block;
  height: .68rem;
  line-height: .68rem;
  background-color: #0276C9;
  color: #fff;
  text-align: center;
  font-size: .28rem;
}
.info_wrap .other_action_remmerber{
  margin-top:10px;
  margin-bottom: 10px;
  display:flex;
  align-items: center;
} 
.info_wrap .other_action_remmerber .img2{
  display: none;
}
.info_wrap .other_action_remmerber.active .img1{
  display: none;
}
.info_wrap .other_action_remmerber.active .img2{
  display: inline-block;
}
.info_wrap .other_action_remmerber .s1{
  margin-left:5px;
  color: #0276C9;
}
.info_wrap .other_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info_wrap .other_action a {
  padding: .2rem 0;
}

.info_wrap .other_action .s1 {
  color: #0276C9;
}

.info_wrap .other_action .s2 {
  color: #999;
}

.form_wrap .item {
  margin-bottom: .4rem;
}

.form_wrap .item .label {
  margin-bottom: .15rem;
  font-size: .28rem;
  color: #333;
}

.form_wrap .item .label font {
  margin-right: .1rem;
  color: #FF1C00;
  font-size: .26rem;
}

.form_wrap .item .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: .68rem;
  line-height: .68rem;
  border: 1px solid #dedede;
  font-size: .28rem;
}

.form_wrap .item .cont input {
  padding: 0 .2rem;
  width: 100%;
  height: 99%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  color: #333;
}

.form_wrap .item .cont .inp_code {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form_wrap .item .cont .send_code {
  padding: 0 .24rem;
  border-left: 1px solid #f5f5f5;
}

.form_wrap .item .cont .send_code.send_code_send {
  color: #0276C9;
}

.form_wrap .item .cont .send_code.send_code_count {
  color: #999;
}

.register_role_wrap a {
  margin-bottom: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 .3rem;
  height: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #0276C9;
}

.register_role_wrap a:last-child {
  margin-bottom: 0;
}

.register_role_wrap a .doc {
  width: .6rem;
}

.register_role_wrap a .cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.register_role_wrap a i {
  font-size: .28rem;
}

.scroll_swiper_container {
  height: 100%;
}

.scroll_swiper_container .loadmore {
  position: absolute;
  line-height: 20px;
  top: 100%;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: .26rem;
}

.scroll_swiper_container .loadmore img {
  margin-right: .1rem;
  width: .34rem;
}

.header_menu_view {
  position: fixed;
  left: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_menu_view .header_menu_view_l {
  width: 20%;
  background: rgba(0, 0, 0, 0.3);
}

.header_menu_view .header_menu_view_r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
}

.header_menu_view .header_menu_view_r .header_menu_login {
  background: url("http://m.fastenershow.com/img/imgwap/banner2.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 0.32rem;
}

.header_menu_view .header_menu_view_r .header_menu_login a {
  display: inline-block;
  padding:0 .3rem;
  height: 0.56rem;
  border-radius: 4px;
  border: 1px solid white;
  line-height: 0.56rem;
  font-size: 0.24rem;
  color: white;
  text-align: center;
}

.header_menu_view .header_menu_view_r .header_menu_li .item p {
  font-size: 0.32rem;
  padding: 0.2rem 0.32rem;
  color: #666;
  overflow: hidden;
}

.header_menu_view .header_menu_view_r .header_menu_li .item p i {
  font-size: 0.4rem;
  margin-right: 5px;
  vertical-align: middle;
}

.header_menu_view .header_menu_view_r .header_menu_li .item p i.iconxiala {
  float: right;
  font-size: 0.3rem;
  line-height: 0.46rem;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}

.header_menu_view .header_menu_view_r .header_menu_li .item p i.iconxiala.on {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header_menu_view .header_menu_view_r .header_menu_li .item p a {
    display:block;
  color: #666;
}

.header_menu_view .header_menu_view_r .header_menu_li .item .son {
  padding-left: 0.5rem;
  display: none;
}

.total-html {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.total-html .total-body {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-width: 80%;
  padding: 0.3rem;
  border-radius: 8px;
  font-size: 0.3rem;
  color: #fff;
  line-height: 0.36rem;
  z-index: 100001;
}

.player-container-id-dimensions,
.video-js {
  width: 100% !important;
  height: 4.2rem !important;
}

.head_info_tab{
  margin-bottom: .3rem;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.head_info_tab span{
  margin-right: .4rem;
  height:.6rem;
  line-height: .6rem;
  color:#333;
  font-size:.32rem;
  font-weight: bold;
}
.head_info_tab span.active{
  color:#0276C9;
  border-bottom:.04rem solid #0276C9;
}

.mask {
  position: fixed;
  z-index: 1099;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.contact_code_wrap {
    position: relative;
    top:20%;
    margin: auto;
    width: 90%;
    background-color:#fff;
}
.contact_code_wrap .cont{
    padding:.5rem 0 .3rem 0;
    text-align:center;
}
.contact_code_wrap .cont .img_code{
    display:inline-block;
    margin:auto;
    width:80%;
}
.contact_code_wrap .cont .mes {
     margin-top: .1rem;
    font-size: .3rem;
    color: #333;
    text-align: center;
}

.contact_code_wrap .mask_icon_close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #999;
    padding: .2rem;
}

.news_live .img_live {
  margin-right: .1rem;
  width: .3rem;
}

.news_live .tit {
  font-size: .22rem;
  font-weight: bold;
  color: #fff;
}

.news_live .news_message_container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: .35rem;
}

.news_live .news_message_container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_live .news_message_container .swiper-slide .sitem {
  width: 100%;
}

.news_live .news_message_container .swiper-slide .sitem a {
  display: block;
  color: #fff;
  font-size: .24rem;
}

.news_live.inner{
    padding:.1rem .3rem;
}
.news_live.inner .tit {
  color: #333;
}
.news_live.inner .news_message_container .swiper-slide .sitem a {
    color: #333;
}
/*# sourceMappingURL=common.css.map */