@charset "utf-8";
a,a:visited{text-decoration: none;}
body{background-color: #fafafa;}
.body{max-width: 540px;margin: auto;padding-top: 70px;}
.App th,.App td{padding: 10px 5px!important;font-size: 14px!important;}
.App,.Reply,.Games{margin-bottom: 100px;}
.Games #games .icon-minus{display: none}
.Games #myGames .icon-plus{display: none}
.Games h3{
    padding: 0 10px;
    margin-bottom: 5px;
    color: #000;
}
.Games h3 .iconfont{color:  cadetblue;padding-left: 5px;}
.Games .items{
    background-color: #fff;
    border: solid 1px #eee;
    /* border-radius: 5px; */
    margin-bottom: 25px;
}
.Games .items dl{
    border-bottom: dashed 1px #eee;
    margin: 0 5px;
    height: 60px;
    float: none;
    overflow: hidden;
}
.Games .items dl:last-child{border: none;}
.Games .items dl dt{
    float: right;
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    color: cadetblue;
}
.Games .items dl dd{
    margin-right: 50px;
}
.Games .items dl dd span{
    display: block;
    font-size: 18px;
    height: 30px;
    line-height: 40px;
    color: #09c;
}
.Games .items dl dd i{
    color: #999;
}
.Games .items .icon-game{}
.Games .items .add{
    float: left;
    margin-left: 10px;
    display: block;
}
.Games .items .add .iconfont {
    color: #09c;
    line-height: 50px;
    font-size: 30px;
}
.Games .items .add .icon-minus {color: coral;}
.User .nav{
    border-top: solid 1px #eee;
}
.User .nav .tab.cur{color: #09c;}
.User .nav .tab{
    width: 33.33333%;
}
.User .nav .tabs .tab p{
    line-height: 20px;
}
.User .nav .tabs .tab .iconfont{
    font-size: 18px;
    display: block;
    line-height: 20px;
}
.User .row1{
    margin: 15px 10px;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}
.User .row1 .col{
    text-align: center;
}
.User .row1 i{display: block;text-align: center;color: gray;}
.User .row1 span{
    display: block;
    text-align: center;
    font-size: large;
    color: #5fb878;
    font-weight: bold;
    line-height: 20px;
    padding-top: 5px;
    direction: ltr;
    font-family: arial;
}
.User .row1 .col-logo{
    padding-right: 10px;
}
.User .row1 .col-logo img{
    width: 48px;
    border-radius: 50%;
}
.Me .layui-btn{color:#fff}
.Me .items{
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #eee;
    margin: 10px;
}
.Me .item{
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    border-bottom: solid 1px #eee;
}
.Me .item:last-child{
    border: none;
}
.Me .item span{
    display: block;
    line-height: 50px;
    font-size: 16px;
}
.Me .item i{
    float: left;
    display: block;
    line-height: 50px;
    font-size: 16px;
}
.Me .item i.count{
    padding-left: 10px;
    color: #aaa;
}
.Apps dl{
    clear: both;
    margin: 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
    background-color: #fff;
    height: 48px;
    padding: 10px;
}
.Apps .goauth{
    background: #09c;
    color: #fff;
    display: block;
    margin: 15px 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    box-shadow: 0 0 2px 0px grey;
}
.Apps dl p{
    margin-bottom: 10px;
}
.Apps dl.tips{
    height: auto;
    color: gray;
}
.Apps dl.tips dd.intro{
    margin: 0;
    line-height: 180%;
    color: gray;
    font-size: 16px;
    text-align: justify;
}
.Apps dt{
    float: right;
    font-size: 70px;
    line-height: 58px;
    height: 40px;
}
.Apps dt img{
    width: 48px;
    height: 48px;
    border-radius: 100px;
    box-shadow: 0px 0 1px black;
}
.Apps dd{
    margin-right: 80px;
    line-height: 48px;
    font-size: large;
    color: cadetblue;
}
.form .info{ text-align: center;color: red;}
.row-code{
    position: relative;
}
.row-code img{
    position: absolute;
    right: 2px;
    top: 2px;
    height: 34px;
    border-left: solid 1px #E6E6E6;
    padding-left: 1px;
}

input.ltr{padding: 0 0 0 10px;}

.logo {text-align: right;background: #fff;position: fixed;left: 0;right: 0;top: 0;z-index: 999;border-bottom: solid 1px #ccc;/* padding: 3px; */}
.logo .inner {
    max-width: 540px;
    margin: auto;
    min-width: 320px;
    position: relative;
}
.logo .inner .user{
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0px;
    height: 57px;
    line-height: 57px;
    padding-left: 10px;
    text-align: left;
}
.logo .inner .user a{
    line-height: 57px;
    padding-left: 10px;
}
.logo img{/* max-width: 100%; *//* width: 60%; */margin-right: 10px;height: 57px;}

.form{padding: 15px;}