@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑"; }

[v-cloak] {
  display: none !important; }

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.header {
  height: 50px;
  border-bottom: 1px solid #CCC;
  padding: 20px 0; }

.logo {
  width: 10%;
  float: left; }
  .logo img {
    height: 50px;
    width: auto; }

.pageTitle {
  float: right;
  width: 90%;
  line-height: 50px;
  font-size: 24px;
  text-align: center; }

.main {
  padding-top: 20px; }
  .main .wrapper {
    position: relative; }
  .main .wrapper::after {
    content: "";
    height: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    border-left: 1px solid #EEE; }

.main-left {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border: 1px solid #eee;
  float: left; }

.main-right {
  width: 75%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 5%;
  float: right; }
  .main-right .join-game {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
    height: 40px; }
  .main-right .game-title {
    line-height: 40px;
    color: #303133;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .main-right .game-content {
    text-indent: 1em;
    color: #606266;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.4em;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px; }

.GameIndex .el-tag {
  width: 30%; }

.GameType .el-form-item__content, .GameTag .el-form-item__content, .GameIndex .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.GameType .el-tag, .GameTag .el-tag, .GameIndex .el-tag {
  text-align: center;
  margin: 4px 3px;
  border-radius: 0;
  cursor: pointer; }

.GameSearch .el-input__inner {
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px; }
.GameSearch .el-input-group__append {
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

.empty-game {
  text-align: center;
  color: #999;
  font-size: 15px;
  margin-top: 50px; }

.text {
  font-size: 14px; }

.item {
  padding: 18px 0; }

.box-card {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative; }
  .box-card .el-card__body {
    padding: 0px;
    height: 110px; }
  .box-card img {
    height: 110px;
    width: 110px;
    display: block;
    float: left;
    margin-right: 20px; }

.indexActive {
  background-color: #00BFFF;
  color: #FFF;
  border-color: #00BFFF; }

.typeActive {
  background-color: #E6A23C;
  color: #FFF;
  border-color: #E6A23C; }

.tagActive {
  background-color: #67C23A;
  color: #FFF;
  border-color: #67C23A; }

.down-ico {
  height: 15px !important;
  width: auto !important;
  margin-right: 10px !important; }
  #xy-assistant-pc .el-tabs__nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #xy-assistant-pc .el-tabs__nav > * {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        text-align: center; }

@media screen and (max-width: 400px){

    html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: "微软雅黑";
    padding: 0;
    margin: 0; }

    #xy-assistant-pc {
    width: 100%;
    overflow: auto;
    height: 100%; }

    #xy-assistant-pc .wrapper {
    width: 100%;
    margin: 0 auto; }

    #xy-assistant-pc .header {
    height: 50px;
    padding: 10px 20px;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

            #xy-assistant-pc .logo {
    width: 10%;
    float: left; }
    #xy-assistant-pc .logo img {
        height: 35px;
        width: auto;
        margin-top: 2px; }

        #xy-assistant-pc .pageTitle {
    float: right;
    width: 90%;
    line-height: 40px;
    font-size: 20px;
    text-align: center; }

    #xy-assistant-pc .main {
    padding-top: 10px; }
    #xy-assistant-pc .main .wrapper {
        position: relative; }
        #xy-assistant-pc .main .wrapper::after {
        content: "";
        height: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        border-left: 1px solid #EEE; }

        #xy-assistant-pc .main-left {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 20px;
    margin-top: 10px; }

    #xy-assistant-pc .main-right {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
            #xy-assistant-pc .main-right .join-game {
        position: absolute;
        right: 10px;
        bottom: 5px;
        margin-top: 1px;
        height: 30px; }
        #xy-assistant-pc .main-right .join-game2 {
        position: absolute;
        right: 10px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        top: 0;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
            #xy-assistant-pc .main-right .join-game2 button {
        margin: 0 !important; }
        #xy-assistant-pc .main-right .game-title {
        line-height: 30px;
        color: #303133;
        font-size: 16px;
        margin-top: 0; }
        #xy-assistant-pc .main-right .game-content {
        text-indent: 0em;
        color: #606266;
        font-size: 14px;
        letter-spacing: 0.03em;
        line-height: 1.4em; }

        #xy-assistant-pc .GameIndex .el-tag {
    width: 30%; }

    #xy-assistant-pc .GameType .el-form-item__content, #xy-assistant-pc .GameTag .el-form-item__content, #xy-assistant-pc .GameIndex .el-form-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #xy-assistant-pc .GameType .el-tag, #xy-assistant-pc .GameTag .el-tag, #xy-assistant-pc .GameIndex .el-tag {
    text-align: center;
    margin: 4px 3px;
    border-radius: 0;
    cursor: pointer; }

    #xy-assistant-pc .GameSearch .el-input__inner {
    border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px; }
    #xy-assistant-pc .GameSearch .el-input-group__append {
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px; }

    #xy-assistant-pc .empty-game {
    text-align: center;
    color: #999;
    font-size: 15px;
    margin-top: 50px; }

    #xy-assistant-pc .nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0; }

    #xy-assistant-pc .nowrap2 {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    margin: 0; }

    #xy-assistant-pc .el-tabs__nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #xy-assistant-pc .el-tabs__nav > * {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        text-align: center; }

        #xy-assistant-pc .el-tabs__header {
    width: 100.5%;
    margin: 0 -1px; }

    #xy-assistant-pc .el-popover {
    padding-left: 30px; }

    #xy-assistant-pc .text {
    font-size: 14px; }

    #xy-assistant-pc .item {
    padding: 18px 0; }

    #xy-assistant-pc .box-card {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative; }
    #xy-assistant-pc .box-card .el-card__body {
        padding: 0px;
        height: 80px; }
        #xy-assistant-pc .box-card img {
        height: 80px;
        width: 80px;
        display: block;
        float: left;
        margin-right: 20px; }

        #xy-assistant-pc .indexActive {
    background-color: #409EFF;
    color: #FFF;
    border-color: #409EFF; }

    #xy-assistant-pc .typeActive {
    background-color: #E6A23C;
    color: #FFF;
    border-color: #E6A23C; }

    #xy-assistant-pc .tagActive {
    background-color: #67C23A;
    color: #FFF;
    border-color: #67C23A; }

}