@media screen and (max-width: 1094px) {
  .header .logo {
    width: 120px;
  }
  .header .logo img {
    max-width: 85%;
  }
  .header .header-con {
    width: calc(100% - 120px);
    padding-left: 0;
  }
  .header .navbox .nav-li > a {
    padding: 0 10px;
  }
  .header .sysdembtn .loginbtn {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .mb-hide {
    display: none !important;
  }
  .header {
    height: 50px;
  }
  .header .logo {
    display: none;
    width: auto;
    line-height: 50px;
  }
  .header .logo img {
    width: auto;
    max-height: 40px;
    max-width: 100%;
  }
  .header .header-con {
    width: auto;
    float: right;
  }
  .header .navbox {
    position: fixed;
    left: 0;
    top: 50px;
    transform: translate(-100%, 0);
    width: 180px;
    background: #333333;
    height: calc(100vh - 50px);
    overflow-y: auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header .navbox.curr {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  .header .navbox .closeNav {
    display: block;
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: fixed;
    z-index: 2;
    bottom: 50px;
    right: 15px;
    font-size: 0;
    line-height: 45px;
    text-align: center;
  }
  .header .navbox .closeNav img {
    vertical-align: middle;
    max-width: 20px;
  }
  .header .navbox ul {
    padding: 0;
  }
  .header .navbox .nav-li {
    width: 100%;
    height: auto;
    float: none;
    display: block;
    margin-left: 0;
    border-bottom: 1px solid #999;
    padding: 0;
  }
  .header .navbox .nav-li > a {
    display: block;
    line-height: 45px;
    height: 45px;
    color: #999999;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 14px;
    position: relative;
    padding: 0 10px;
    text-align: left;
  }
  .header .navbox .nav-li > a:after {
    background: none;
  }
  .header .navbox .nav-li > a.curr,
  .header .navbox .nav-li > a:hover {
    border-radius: 0;
  }
  .header .navbox .nav-li > a:hover .nav-sub {
    display: none;
  }
  .header .navbox .nav-li > a.has-arrow:after {
    display: block;
    position: absolute;
    content: '';
    width: 0.5em;
    height: 0.5em;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #999;
    right: 1em;
    -webkit-transform: rotate(135deg) translateY(-50%);
    -ms-transform: rotate(135deg) translateY(-50%);
    -o-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    top: 50%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-top: 0;
  }
  .header .navbox .nav-li > a.curr {
    color: #fff;
    background: #d38070;
  }
  .header .navbox .nav-li > a.curr:after {
    border-color: #fff;
  }
  .header .navbox .nav-li > a.curr.has-arrow:after {
    -webkit-transform: rotate(225deg) translateY(-50%);
    -ms-transform: rotate(225deg) translateY(-50%);
    -o-transform: rotate(225deg) translateY(-50%);
    transform: rotate(225deg) translateY(-50%);
  }
  .header .navbox .nav-li .nav-sub {
    width: 100%;
    position: static;
    padding: 15px 10px 15px 25px;
    color: #fff;
    background: none;
    margin-left: 0;
    font-size: 14px;
    transform: translateX(0);
  }
  .header .navbox .nav-li .nav-sub:before {
    display: none;
  }
  .header .navbox .nav-li .nav-sub a {
    padding: 6px 0;
    color: #fff;
    text-align: left;
  }
  .header .navbox .nav-li .nav-sub a:hover,
  .header .navbox .nav-li .nav-sub a.curr {
    color: #d38070;
  }
  .header .navbox .nav-li .nav-sub a span {
    /*display: inline;*/
  }
  .header .sysdembtn {
    padding: 7px 0;
  }
  .header .sysdembtn .loginbtn {
    font-size: 12px;
    margin-right: 3px;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
  }
  .header .sysdembtn .homebtn,
  .header .sysdembtn .logout {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 3px;
  }
  .header .sysdembtn .lang-box {
    line-height: 29px;
    font-size: 12px;
    padding: 0 5px;
  }
  .header .sysdembtn .lang-box a.curr {
    font-size: 14px;
  }
  .header .menu-btn {
    float: left;
    display: flex;
    margin-right: 8px;
    flex-direction: column;
    height: 50px;
    justify-content: center;
  }
  .header .menu-btn span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 3px 0;
    background: #d38070;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .pagebox {
    margin-top: 50px;
  }
  .livetop {
    height: auto;
  }
  .livetop .showbox {
    width: 100%;
  }
  .livetop .live-right {
    width: 100%;
    position: relative;
  }
  .livetop .live-right .swiper-button {
    margin-top: 0;
  }
  .livetop .live-right .swiper-button-next,
  .livetop .live-right .swiper-button-prev {
    position: absolute;
    margin: 0;
    margin-top: -15px;
  }
  .livetop .live-right .swiper-button-next:before,
  .livetop .live-right .swiper-button-prev:before {
    display: none;
  }
  .livetop .live-right .swiper-button-next:after,
  .livetop .live-right .swiper-button-prev:after {
    display: block;
    line-height: 35px;
  }
  .livetop .live-right .swiper-button-prev,
  .livetop .live-right .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .livetop .live-right .swiper-button-next,
  .livetop .live-right .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  .livetop .live-swiper {
    width: 100%;
  }
  .livetop .live-swiper .swiper-slide.swiper-slide-active:before {
    top: -12px;
    left: 50%;
    margin-left: -6px;
    margin-top: 0;
    border-color: transparent transparent #d38070 transparent;
  }
  .maintit {
    font-size: 24px;
  }
  .maintit img {
    height: 24px;
  }
  .titbox .searchbox {
    width: 100%;
    padding: 0;
  }
  .titbox .searchbox .inptxt {
    width: 100%;
    margin-bottom: 5px;
  }
  .searchbox {
    margin-bottom: 20px;
  }
  .searchbox .searchkw {
    display: block;
  }
  .searchbox .searchkw .inptxt {
    width: calc(100% - 50px);
  }
  .searchbox .searchkw .search-btn {
    width: 50px;
  }
  .livelist li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .liveone li .imgbox {
    height: 190px;
  }
  .infowrap li {
    width: 100%;
    margin-bottom: 10px;
  }
  .formbox .formitem {
    width: 100%;
  }
  .formAll .mleft {
    margin-left: 0;
  }
  .formAll .formitem .name {
    width: 100%;
    text-align: left;
    line-height: 1.5;
  }
  .formAll .formitem .inptxt {
    width: 100%;
  }
  .formAll .btnbox {
    padding-left: 0;
    text-align: center;
  }
  .popbox {
    width: 82vw;
    padding: 30px 20px;
  }
  .paybox .poptit {
    font-size: 20px;
  }
  .paybox .paymethod .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .paybox .paymethod .item.ticket {
    line-height: 1;
    padding: 5px 10px;
  }
  .paybox .paymethod .item.ticket .inptxt {
    margin-top: 10px;
  }
  .paybox .btn {
    margin-top: 20px;
  }
  .orderinfoBox {
    width: 82vw;
    padding: 20px 10px;
  }
  .orderinfoBox table th,
  .orderinfoBox table td {
    padding: 10px 5px;
    font-size: 12px;
  }
  .regcon .con {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 30px 20px;
  }
  .regcon .regform {
    width: 100%;
    padding: 30px 20px;
  }
  .liveinfobox {
    padding-top: 20px;
  }
  .speech-list li .info {
    margin-bottom: 0;
  }
  .speech-list li .btnbox {
    position: static;
  }
  .forum-list li {
    width: 100%;
    margin-right: 0;
  }
  .master-list li {
    width: calc(100%/2 - 12px);
  }
  .master-list li:nth-child(2n) {
    margin-right: 0;
  }
  .live-titbox .tab-box .tab {
    line-height: 1.5;
    width: 40%;
  }
  .live-titbox2 .tit,
  .live-titbox2 .right {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .live-titbox2 .right > * {
    margin-left: 0;
  }
  .forum-detail .imgbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .forum-detail .txtbox {
    width: 100%;
  }
  .ticket-detail .promotion {
    display: block;
    width: 100%;
  }
  .ticket-detail .promotion .promotion-con {
    float: none;
  }
  .ticket-detail .promotion .btn {
    margin-left: 0;
  }
  .ticket-detail .promotion .row .input-box {
    max-width: calc(100% - 100px);
  }
  .ticket-result {
    display: block;
  }
  .ticket-result .pricetxt {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .ticket-result .right {
    text-align: right;
  }
}
@media screen and (max-width: 680px) {
  .liveinfo-con iframe {
    height: calc(100vh - 55px);
  }
}
