html,body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*touch-action: none;*/
}
html,body,div,img,ul,li,section {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;  /* Chrome all / Safari all /opera15+*/
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
    background-color: #f9f9f9;
}
.page_loading {
    position: absolute;
    top: 300px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.page_loading img {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.icon {
    width: 1.4em;
    height: 1.4em;
    vertical-align: -0.2em;
    fill: currentColor;
    overflow: hidden;
}
.share_icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 5px;
    background-color: #f4f4f4;
}
.share_icon .iconfont {
    color: #666666;
    font-size: 30px;
}
.van-skeleton{
    padding: 16px;
}
/* .van-list__error-text, .van-list__finished-text, .van-list__loading {
    color: #5A422B;
} */
.tabs_fixed {
    position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: #FFF;
}
.tabs_fixed .van-tabs__content {
    position: absolute;
    width: 100%;
    top: 44px;
    bottom: 0;
}
.tabs_fixed .van-tab__pane {
    height: 100%;
    overflow-y: auto;
}
.van-tab__text {
    font-size: 16px;
}
#main {
    width: 100%;
    height: 100%;
}
.main_bg {
    background: url("../../assets/images/chess_bg2.png") no-repeat;
    background-size: 100% 100%;
}
.audio_btn {
    opacity:0;
    position:absolute;
    width: 1px;
    height: 1px;
}
a {text-decoration:none}  /* 重置链接a标签 */
a:active, a:hover {text-decoration:none}   /* 重置链接a标签的鼠标滑动效果 */
[v-cloak] {
    display: none
}
.place_line {
    position: fixed;
    width: 100%;
    z-index: 9;
    background-color: #ffffff;
}
.left {
    float: left;
}
.right {
    float: right;
}
.bor_red {
    border: 2px solid #B71C1C;
    border-radius: 50%;
}
.bor_black {
    border: 2px solid #333333;
    border-radius: 50%;
}
.bor_gray {
    border: 2px solid #d4d4d4;
}
img {
    width: 100%;
}
img[src=""]{
    opacity: 0;
}
/*棋盘加载中*/
.loading {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.van-tabbar {
    width: 100%;
    z-index: 9;
}
.van-tabbar-item {
    color: #999999;
}
.van-tabbar-item--active {
    color: #a86f41;
    background-color: rgba(0,0,0,0);
}
.van-tabbar-item__icon {
    margin-bottom: 3px;
}
.van-tabbar-item__icon .iconfont{
    font-size: 22px;
}
/**点击头像的个人信息**/
.popup_big{
    width:88%;
    max-width: 400px;
    height:400px;
    border: 25px solid transparent;
    border-image: url('../../assets/images/popup_bg3.png') 100 stretch;
    -webkit-border-image: url('../../assets/images/popup_bg3.png') 100 stretch; /* Safari 3.1-5 */
    -o-border-image: url('../../assets/images/popup_bg3.png') 100 stretch; /* Opera 11-12.1 */
    background-color: #fee9c9;
}
.popup_big .big2 {
    width:100%;
    height:100%;
    font-size: 16px;
    color: #6B4A2B;
    line-height: 34px;
}

.rule_list {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background-color: #deb376;
    color: #5A422B;
    font-size: 12px;
}
.rule_list:nth-of-type(even){
    background-color: #f5d8ae;
}
.rule_item {
    width: 50%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    float: left;
}
.rule_item:nth-of-type(even) {
    border-left: 1px solid #f5d8ae;
}
.head_img2 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}
.head_img2 img {
    width: 100%;
    height: 100%;
}
.top_inform {
    width: 100%;
    height: 78px;
    padding: 15px 10px;
}
.top_inform .nickname {
    line-height: 30px;
    font-size: 16px;
    padding-left: 5px;
}
.top_inform .time {
    line-height: 20px;
    font-size: 14px;
    padding-left: 55px;
}
.bottom_inform {
    width: 100%;
    height: 260px;
    background-color: #fff5e8;
    padding: 1px 2px;
    margin-top: 5px;
}
/**常规按钮**/
.button_back {
    position: absolute;
    z-index: 3;
    left: 15px;
    bottom: 16px;
    width: 40px;
    height: 40px;
    background-image: url("../../assets/images/button/button_back.png");
    background-size: 100% 100%;
}
.button_right {
    position: absolute;
    z-index: 3;
    right: 15px;
    bottom: 16px;
}
.button_two_right {
    position: absolute;
    z-index: 3;
    right: 120px;
    bottom: 16px;
}
/*战书*/
.war_book {
    width: 80%;
    height: 60%;
    background-color: rgba(0,0,0,0);
    background-image: url("../../assets/images/zhanshu_bg.png");
    background-size: 100% 100%;
}
.war_book2 {
    background-image: url("../../assets/images/zhanshu_bg2.png");
}
.war_book .bottom {
    position: absolute;
    left: 5%;
    bottom: 15%;
    width: 90%;
}
.war_book .middle {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
    font-size:18px;
    color: #5A422B;
}
.war_book .middle .head_img {
    width: 90px;
    height: 90px;
    background-image: url("../../assets/images/zhanshu_circle2.png");
    background-size: 100% 100%;
    border-radius: 50%;
    overflow: hidden;
    padding: 4px;
    margin: 0 auto;
}
.middle .head_img img {
    width: 100%;
    height: 100%;
}
.header_top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    background-color: #ffffff;
}
.header_top .van-nav-bar .van-icon {
    color: #333333;
    font-size: 22px;
}
.van-nav-bar__left, .van-nav-bar__right {
    padding: 0 12px;
    z-index: 99;
}
.header_top .header_search {
	height: 100%;
    padding: 0 5px 0 0;
}
.van-field__control[type=search] {
    font-size: 16px;
}
.van-nav-bar__title {
    font-size: 18px;
}
.search_bar .van-nav-bar__title {
    width: 100%;
	max-width: 100%;
	padding-left: 36px;
	padding-right: 46px;
}
.block_box {
    width: 100%;
    height: 46px;
}
.van-cell__title {
    flex-basis: auto;
}
.van-cell__value {
    flex-basis: auto;
    min-width: 10%;
}
