@charset "UTF-8";
@media (min-width: 769px) {
  .he_mhidden {
    display: none !important;
  }
  .header {
    height: 60px;
    background: #fff;
    padding: 0 5%;
  }
  .header .main {
    width: 100%;
    height: 60px;
    max-width: 1600px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .main .menu {
    display: flex;
    align-items: center;
  }
  .header .main .menu .logo {
    width: 132px;
    height: 28px;
    display: flex;
    align-items: center;
  }
  .header .main .menu .logo a {
    display: block;
  }
  .header .main .menu .logo a img {
    display: block;
    width: 100%;
  }
  .header .main .menu .line {
    width: 2px;
    height: 20px;
    display: block;
    background: #000;
    position: relative;
    margin: 0 20px;
  }
  .header .main .menu nav {
    width: 80%;
  }
  .header .main .menu nav ul {
    display: flex;
  }
  .header .main .menu nav ul li {
    margin-left: 20px;
  }
  .header .main .menu nav ul li a {
    font-size: 16px;
    color: #000;
  }
  .header .main .menu nav ul li:nth-child(1) {
    margin-left: 0;
  }
  .header .main .userMain {
    display: flex;
    align-items: center;
    cursor:pointer;
  }
  .header .main .userMain .a_login_mas {
    font-size: 14px;
    color: #505050;
  }
  .header .main .userMain span {
    width: 1px;
    height: 20px;
    display: block;
    background: #505050;
    position: relative;
    margin: 0 15px;
  }
  .header .main .userMain .usericon {
    margin-left: 10px;
  }
  .header .main .isSign {
    position: relative;
    display: none;
  }
  .header .main .isSign .userMainSan {
    display: flex;
    align-items: center;
  }
  .header .main .isSign .userMainSan a.a {
    display: inline-block;
    width: 88px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    line-height: 1.5;
  }
  .header .main .isSign .userMainSan .layout {
    position: absolute;
    padding: 0 20px;
    background: #fff;
    color: #000;
    font-size: 14px;
    top: 45px;
    right: 0;
    z-index: 20;
    cursor: pointer;
    border: none;
    display: none;
  }
  .header .main .isSign .userMainSan .layout:focus {
    outline: 1px #000 dashed !important;
    outline-offset: 3px !important;
    z-index: 100 !important;
  }
  .header .he_pchidden {
    position: relative;
  }
  .header .iconInput {
    display: none;
    width: 20px;
    height: 20px;
  }
  .header .search_menu {
    display: block;
    float: right;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: none;
    box-shadow: none;
    background: #fff;
    padding: 0;
    line-height: 55px;
    font-weight: 400;
    position: absolute;
    right: 125px;
  }
  .header .search_menu .search-text {
    font-size: 14px;
    color: #505050;
  }
  .header .search_menu .icon-search {
    width: 24px;
    height: 24px;
    border: none;
    margin-left: 5px;
    background: url(../images/home/icon_serach_new.png) center center no-repeat;
    cursor: pointer;
  }
  .header .show_control {
    display: none;
    width: 70%;
    height: 40px;
  }
  .header .control {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .header .control .ss_box {
    width: 90%;
    height: 100%;
    border: solid 1px #505050;
    display: flex;
    align-items: center;
  }
  .header .control .ss_box:focus {
    outline: 1px #000 dashed !important;
    outline-offset: 3px !important;
    z-index: 100 !important;
  }
  .header .control .ss_box input {
    width: calc(100% - 50px);
    height: 30px;
    border: none;
    background: #fff;
    font-size: 14px;
    color: #000;
    padding-left: 10px;
    border: 0px;
  }
  .header .control .ss_box .search_control {
    width: 24px;
    height: 24px;
    border: none;
    background: url(../images/home/icon_serach_new.png) center center no-repeat;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 10px;
  }
  .header .control .ss_showBtn {
    display: inline-block;
    font-weight: bold;
    margin-left: 10px;
    border: 0px;
    background-color: #fff;
  }
  .header .login_show {
    display: block;
  }
  .header .menuBtnsPart {
    display: none;
  }
  .header .menuBtnsPart .menuBtns {
    width: 220px;
    height: 36px;
    background: #F5B417;
    position: absolute;
    top: 60px;
    right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000000;
    cursor: pointer;
    z-index: 3;
  }
  .header .menuBtnsPart .menuBtns:focus {
    outline: 1px #fff dashed !important;
    outline-offset: 3px !important;
    z-index: 100 !important;
  }
  .header .menuBtnsPart .menuBtns .icon {
    width: 18px;
    height: 18px;
  }
  .header .menuBtnsPart .menuBtns .icon img {
    display: block;
    width: 100%;
  }
  .header .menuBtnsPart .menuBtns span {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    padding-left: 7px;
  }
  .header .scheduleMain {
    position: absolute;
    right: 0;
    top: 60px;
    width: 440px;
    background: #E6E6E6;
    z-index: 2;
    display: none;
    padding-bottom: 30px;
  }
  .header .scheduleMain .s_menu {
    width: 93%;
    margin: auto;
  }
  .header .scheduleMain .s_menu .s_menu_Title {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    padding-top: 96px;
  }
  .header .scheduleMain .screenMain {
    display: flex;
    justify-content: space-between;
    width: 93%;
    margin: auto;
    padding-top: 10px;
  }
  .header .scheduleMain .screenMain .sc_select {
    width: 48%;
    height: 44px;
    background: #fff;
  }
  .header .scheduleMain .screenMain .sc_select select {
    width: 100%;
    height: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 15px;
    background: none;
    background: url("../images/icon_dropdown.png") no-repeat scroll right 10px center transparent;
    font-size: 16px;
  }
  .header .scheduleMain .screenMain .sc_select select:focus {
    outline: 1px #000 dashed !important;
    outline-offset: 3px !important;
    z-index: 100 !important;
  }
  .header .scheduleMain .sc_listCon {
    width: 93%;
    height: 67vh;
    overflow-y: auto;
    margin: auto;
    padding-top: 30px;
  }
  .header .scheduleMain .sc_listCon p {
    font-size: 24px;
    text-align: center;
    width: 100%;
  }
  .header .scheduleMain .sc_listCon .sc_list {
    cursor: pointer;
    display: flex;
    height: 100px;
    background: #fff;
    margin-bottom: 16px;
    position: relative;
  }
  .header .scheduleMain .sc_listCon .sc_list .lines {
    width: 8px;
    height: 100%;
    position: absolute;
    left: 0;
    background: #E55025;
  }
  .header .scheduleMain .sc_listCon .sc_list .linesstar {
    background: #2F66B2;
  }
  .header .scheduleMain .sc_listCon .sc_list .linesplay {
    background: #D39A0F;
  }
  .header .scheduleMain .sc_listCon .sc_list .sc_cont {
    padding: 14px 16px 20px 24px;
    width: 100%;
  }
  .header .scheduleMain .sc_listCon .sc_list .sc_cont .sc_top_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .scheduleMain .sc_listCon .sc_list .sc_cont .sc_top_con .sc_tipstatus {
    width: 80px;
    height: 26px;
    background: #ce4821;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
  }
  .header .scheduleMain .sc_listCon .sc_list .sc_cont .sc_top_con .sc_tipstatusstar {
    background: #2F66B2;
  }
  .header .scheduleMain .sc_listCon .sc_list .sc_cont .sc_top_con .sc_tipstatusplay {
    background: #996f09;
  }
  .header .scheduleMain .sc_listCon .sc_list .sc_cont .sc_top_con .timecons {
    display: flex;
    align-items: center;
  }
  .header .scheduleMain .sc_listCon .sc_list .sc_cont .sc_top_con .timecons span {
    font-size: 14px;
    color: #000;
    font-weight: 400;
  }
  .header .scheduleMain .sc_listCon .sc_list .sc_cont .sc_top_con .timecons span.timeLine {
    width: 1px;
    height: 15px;
    display: inline-block;
    background: #000;
    margin: 0 8px;
  }
  .header .scheduleMain .sc_listCon .sc_list .sc_cont .sc_title {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding-top: 10px;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden; /** 隐藏超出的内容 **/
    line-height: 1.5;
  }
  .header .scheduleMain .pagecon {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .header .m_loginOut, .header .m_search {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .header .scheduleMain .sc_listCon {
    width: 93%;
    height: 47vh;
    overflow-y: auto;
    margin: auto;
    padding-top: 30px;
  }
  .header .scheduleMain .sc_listCon p {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .he_pchidden {
    display: none !important;
  }
  .header_wrap {
    z-index: 99;
    position: sticky;
    top: -1px;
  }
  .header {
    height: 13.3333333333vw;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #ccc;
    width: 100%;
    z-index: 101;
  }
  .header .m_main {
    width: 93%;
    margin: auto;
    position: relative;
  }
  .header .m_main .m_nav {
    display: flex;
    justify-content: space-between;
  }
  .header .m_main .m_nav .z_navbBtn {
    width: 5.6vw;
    height: auto;
    margin-right: 6.6666666667vw;
  }
  .header .m_main .m_nav .z_navbBtn img {
    display: block;
    width: 100%;
  }
  .header .m_main .m_nav .m_searchBtn {
    width: 5.6vw;
    height: auto;
    margin-right: 15.3333333333vw;
  }
  .header .m_main .m_nav .m_searchBtn img {
    display: block;
    width: 100%;
  }
  .header .m_main .m_nav .m_nav_san {
    display: flex;
    align-items: center;
  }
  .header .m_main .m_nav .m_nav_san .logo_m {
    width: 27.6vw;
    height: 6.4vw;
  }
  .header .m_main .m_nav .m_nav_san .logo_m img {
    display: block;
    width: 100%;
  }
  .header .m_main .m_nav .m_nav_san .m_line .line {
    width: 0.2666666667vw;
    height: 4.9333333333vw;
    background: #000;
    margin: 0 2.6666666667vw;
  }
  .header .m_main .m_nav .m_nav_san .m_title .title {
    font-size: 3.4666666667vw;
    color: #000;
    font-weight: 400;
  }
  .header .m_main .m_nav .m_nav_right {
    display: flex;
    align-items: center;
  }
  .header .m_main .m_nav .m_nav_right .showBtn, .header .m_main .m_nav .m_nav_right .m_searchBtn {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 3.2vw;
  }
  .header .m_main .m_nav .m_nav_right .showBtn img, .header .m_main .m_nav .m_nav_right .m_searchBtn img {
    display: block;
    width: 100%;
  }
  .header .m_main .m_nav .m_nav_right .m_searchBtn {
    margin-left: 26.6666666667vw;
  }
  .header .m_main .m_nav .m_nav_right .userBtn_m {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
  }
  .header .m_main .m_nav .m_nav_right .userBtn_m img {
    display: block;
    width: 100%;
  }
  .header .navitem {
    position: absolute;
    width: 100%;
    min-height: 26.6666666667vw;
    background: #fff;
    left: 0;
    top: 13.3333333333vw;
    z-index: 5;
    border-top: solid 1px #ccc;
    display: none;
  }
  .header .navitem .list_a {
    border-bottom: solid 1px #ccc;
    overflow: hidden;
  }
  .header .navitem .list_a a {
    display: inline-block;
    font-size: 4vw;
    color: #000;
    padding: 4vw;
    width: 100%;
  }
  .header .m_loginOut {
    display: none;
  }
  .header .m_loginOut .m_loginOut_Main {
    position: absolute;
    top: 13.3333333333vw;
    right: 0vw;
    z-index: 99;
    width: 32.666667vw;
    height: auto;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    overflow: hidden;
  }
  .header .m_loginOut .m_loginOut_Main .m_user_message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5.3333333333vw;
    width: 100%;
    padding: 15px 0;
    padding-left: 5.3333333333vw;
    border-bottom: solid 1px #ccc;
  }
  .header .m_loginOut .m_loginOut_Main .m_user_message .m_user_name {
    font-size: 4.2666666667vw;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .header .m_loginOut .m_loginOut_Main .m_user_message .m_user_phone {
    font-size: 3.4666666667vw;
    font-weight: 400;
    color: #000;
    margin-top: 0;
  }
  .header .m_loginOut .m_loginOut_Main .menuBtns_new {
    padding-left: 5.3333333333vw;
    padding-top: 15px;
  }
  .header .m_loginOut .m_loginOut_Main .m_user_loginOut {
    font-size: 3.7333333333vw;
    font-weight: 400;
    color: #2F66B2;
    margin: 4.2666666667vw 4.2666666667vw 0 0;
  }
  .header .m_user_search {
    display: none;
  }
  .header .m_user_search .m_search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 13.3333333333vw;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .m_user_search .m_search .m_search_back {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 1.6vw;
  }
  .header .m_user_search .m_search .m_search_back img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .header .m_user_search .m_search .m_search_input {
    width: 83.4666666667vw;
    height: 9.0666666667vw;
    box-sizing: border-box;
    border: 0.6666666667vw solid #2F66B2;
    display: flex;
    align-items: center;
  }

  .header .m_user_search .m_search .m_search_input .m_search_img {
    width: 6.4vw;
    height: 6.4vw;
    margin-left: 0.2vw;
  }
  .header .m_user_search .m_search .m_search_input .m_search_img img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .header .m_user_search .m_search .xs_search_input {
    width: 90%;
    height: 80%;
    padding: 0 2.1333333333vw;
    font-size: 3.4666666667vw;
    margin-left:10px;
  }
  .header .m_user_search .m_search .xs_search_input:focus{
    outline: 1px dashed #000 !important;
    outline-offset: 3px !important;
  }
  .header .menuBtnsPart {
    display: none;
  }
  .header .menuBtnsPart .menuBtns {
    width: 58.6666666667vw;
    height: 9.6vw;
    background: none;
    position: absolute;
    top: 13.6vw;
    right: 0vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    z-index: 3;
  }
  .header .menuBtnsPart .menuBtns:focus {
    outline: 1px #fff dashed !important;
    outline-offset: 3px !important;
    z-index: 100 !important;
  }
  .header .menuBtnsPart .menuBtns .icon {
    width: 4.8vw;
    height: 4.8vw;
  }
  .header .menuBtnsPart .menuBtns .icon img {
    display: block;
    width: 100%;
  }
  .header .menuBtnsPart .menuBtns span {
    font-size: 4vw;
    font-weight: bold;
    color: #000;
    padding-left: 0.9333333333vw;
  }
  .header .scheduleMain {
    position: absolute;
    right: 0;
    top: 13.3333333333vw;
    width: 80vw;
    background: #E6E6E6;
    z-index: 2;
    display: none;
    padding-bottom: 4vw;
  }
  .header .scheduleMain .s_menu {
    width: 93%;
    margin: auto;
  }
  .header .scheduleMain .s_menu .s_menu_Title {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    padding-top: 13.3333333333vw;
  }
  .header .scheduleMain .screenMain {
    display: flex;
    justify-content: space-between;
    width: 93%;
    margin: auto;
    padding-top: 3.2vw;
  }
  .header .scheduleMain .screenMain .sc_select {
    width: 48%;
    height: 10.6666666667vw;
    background: #fff;
  }
  .header .scheduleMain .screenMain .sc_select select {
    width: 100%;
    height: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 2vw;
    background: none;
    background: url("../images/icon_dropdown.png") no-repeat scroll right 10px center transparent;
    font-size: 3.4666666667vw;
  }
  .header .scheduleMain .screenMain .sc_select select:focus {
    outline: 1px #000 dashed !important;
    outline-offset: 3px !important;
    z-index: 100 !important;
  }
  .header .scheduleMain .sc_listCon {
    width: 93%;
    height: 112vw;
    overflow-y: auto;
    margin: auto;
    padding-top: 5.3333333333vw;
  }
  .header .scheduleMain .sc_listCon .sc_list {
    display: flex;
    height: auto;
    background: #fff;
    margin-bottom: 4vw;
    position: relative;
  }
  .header .scheduleMain .sc_listCon .sc_list .lines {
    width: 1.0666666667vw;
    height: 100%;
    position: absolute;
    left: 0;
    background: #E55025;
  }
  .header .scheduleMain .sc_listCon .sc_list .linesstar {
    background: #2F66B2;
  }
  .header .scheduleMain .sc_listCon .sc_list .linesplay {
    background: #D39A0F;
  }
  .header .scheduleMain .sc_listCon .sc_list .sc_cont {
    padding: 4vw 2.9333333333vw 4vw 4vw;
    width: 100%;
  }
  .header .scheduleMain .sc_listCon .sc_list .sc_cont .sc_top_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .scheduleMain .sc_listCon .sc_list .sc_cont .sc_top_con .sc_tipstatus {
    width: 14.9333333333vw;
    height: 5.8666666667vw;
    background: #E55025;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.9333333333vw;
    color: #fff;
    font-weight: 400;
  }
  .header .scheduleMain .sc_listCon .sc_list .sc_cont .sc_top_con .sc_tipstatusstar {
    background: #2F66B2;
  }
  .header .scheduleMain .sc_listCon .sc_list .sc_cont .sc_top_con .sc_tipstatusplay {
    background: #D39A0F;
  }
  .header .scheduleMain .sc_listCon .sc_list .sc_cont .sc_top_con .timecons {
    display: flex;
    align-items: center;
  }
  .header .scheduleMain .sc_listCon .sc_list .sc_cont .sc_top_con .timecons span {
    font-size: 2.9333333333vw;
    color: #000;
    font-weight: 400;
  }
  .header .scheduleMain .sc_listCon .sc_list .sc_cont .sc_top_con .timecons span.timeLine {
    width: 1px;
    height: 2.6666666667vw;
    display: inline-block;
    background: #000;
    margin: 0 2.1333333333vw;
  }
  .header .scheduleMain .sc_listCon .sc_list .sc_cont .sc_title {
    font-size: 3.4666666667vw;
    color: #000;
    font-weight: bold;
    padding-top: 2.6666666667vw;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden; /** 隐藏超出的内容 **/
    line-height: 1.5;
  }
  .header .scheduleMain .pagecon {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.search-local:focus{
  outline: 1px dashed #000 !important;
  outline-offset: 3px !important;
}

.ss_showBtn:focus{
  outline-offset: 5px !important;
}