@charset "utf-8";
/* CSS Document */
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  /* for ie */
  font: 12px/1 "微软雅黑", Arial, Tahoma, Helvetica, "\5b8b\4f53", sans-serif;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
  background: #fff;
}
body {
  position: relative;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
/* 将斜体扶正 */
/* 重置列表元素 */
ul,
ol {
  list-style: none;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  transition: all 0.5s ease 0s;
  color: #0B7DF2;
}
/* 去除a标签点击后的虚线框 */
a:focus {
  outline: none;
  text-decoration: none;
  -moz-outline: none;
}
/* 重置表单元素 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
}
input {
  outline: none;
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 重置 hr */
hr {
  border: none;
  height: 1px;
}
/*设置textarea固定大小*/
textarea {
  resize: none;
}
img {
  vertical-align: middle;
}
* {
  box-sizing: border-box;
}
.xb-show {
  display: block;
}
.xb-hide {
  display: none;
}
.xb-hidden {
  display: none;
}
.xb-out {
  display: table;
  width: 100%;
}
.xb-inside {
  margin: 0 auto;
  width: 1100px;
  display: table;
}
.xb-middle-out {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.xb-middle-inside {
  display: table-cell;
  vertical-align: middle;
}
.xb-h-5 {
  width: 100%;
  height: 5px;
}
.xb-h-10 {
  width: 100%;
  height: 10px;
}
.xb-h-15 {
  width: 100%;
  height: 15px;
}
.xb-h-20 {
  width: 100%;
  height: 20px;
}
.xb-h-25 {
  width: 100%;
  height: 25px;
}
.xb-h-30 {
  width: 100%;
  height: 30px;
}
.xb-h-35 {
  width: 100%;
  height: 35px;
}
.xb-h-40 {
  width: 100%;
  height: 40px;
}
.xb-h-45 {
  width: 100%;
  height: 45px;
}
.xb-h-50 {
  width: 100%;
  height: 50px;
}
.xb-h-55 {
  width: 100%;
  height: 55px;
}
.xb-h-60 {
  width: 100%;
  height: 60px;
}
.xb-h-65 {
  width: 100%;
  height: 65px;
}
.xb-h-70 {
  width: 100%;
  height: 70px;
}
.xb-h-100 {
  width: 100%;
  height: 100px;
}
.bjy-admin-nav {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.bjy-public-jump {
  margin: 0 auto;
  padding: 50px 100px;
  width: 455px;
  height: 195px;
  border: 2px solid #00CCC0;
  border-radius: 4px;
  text-align: center;
}
.bjy-public-jump .bjy-pj-word {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.bjy-public-jump .bjy-pj-word b {
  color: #00CCC0;
}
.bjy-emoji-box {
  display: none;
}
.bjy-emoji-ico {
  background: none;
  border: none;
}
.bjy-emoji-imgs img {
  padding: 2px;
}
.bjy-show-box {
  overflow-y: auto;
}
.bjy-emoji-out3 .bjy-show-out {
  width: 490px;
  height: 115px;
  background: #fff;
  border-bottom: 1px solid #E1E1E1;
  z-index: 1;
  position: relative;
}
.bjy-emoji-out3 .bjy-show-out .bjy-show-box {
  width: 490px;
  height: 115px;
  padding: 10px;
  overflow-y: auto;
}
.bjy-emoji-out3 .bjy-show-out .bjy-emoji-ico {
  width: 25px;
  height: 25px;
  background: url(/tpl/default/User/Public/images/lqk-smile.png);
  cursor: pointer;
  position: absolute;
  left: 15px;
  top: 3px;
  z-index: 2;
}
.bjy-emoji-out3 .bjy-show-out .bjy-emoji-box {
  padding: 0 5px 5px 5px;
  width: 480px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 2px 2px 6px #8E99A9;
  position: absolute;
  left: 0;
  top: 33px;
  z-index: 1;
}
.bjy-emoji-out3 .bjy-show-out .bjy-emoji-box .bjy-e-triangle {
  position: absolute;
  left: 7px;
  top: -30px;
}
.bjy-emoji-out3 .bjy-show-out .bjy-emoji-box img {
  margin: 2px;
  cursor: pointer;
}
#bjy-chat-modal .modal-dialog {
  width: 710px;
  height: 570px;
  margin-top: 20px;
}
#bjy-chat-modal .modal-dialog .modal-content {
  width: 710px;
  height: 570px;
  border-radius: 0;
  border: none;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-top {
  width: 710px;
  height: 45px;
  background: #00ccc0;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-top .bjy-t-myinfo {
  padding-left: 85px;
  width: 220px;
  height: 45px;
  line-height: 45px;
  font-weight: 600;
  font-size: 14px;
  float: left;
  position: relative;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-top .bjy-t-myinfo .bjy-t-avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: -20px;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-top .bjy-t-title {
  width: 490px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  float: left;
  font-size: 14px;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-top .bjy-t-title .bjy-tt-name {
  font-weight: 600;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-top .bjy-t-title .bjy-tt-close {
  margin: 10px;
  width: 20px;
  height: 20px;
  background: url('/tpl/default/User/Public/images/f-x.png') no-repeat;
  float: right;
  cursor: pointer;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat {
  width: 710px;
  height: 525px;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-friend-list {
  width: 220px;
  height: 525px;
  float: left;
  background: url(/Public/statics/rongcloud/images/bg_left.min.png);
  overflow-y: auto;
  overflow-x: hidden;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-friend-list .bjy-fl-one {
  padding: 15px 5px 15px 10px;
  width: 220px;
  height: 65px;
  border-bottom: 2px solid #C3E8F0;
  cursor: pointer;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-friend-list .bjy-fl-one .bjy-flo-avatar {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  float: left;
  position: relative;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-friend-list .bjy-fl-one .bjy-flo-avatar .bjy-floa-img {
  width: 35px;
  height: 35px;
  border-radius: 3px;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-friend-list .bjy-fl-one .bjy-flo-avatar .bjy-floa-approve {
  width: 15px;
  height: 15px;
  position: absolute;
  right: -2px;
  bottom: -2px;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-friend-list .bjy-fl-one .bjy-flo-avatar .bjy-flo-count {
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: #ff4f5f;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  right: -2px;
  top: -2px;
  display: none;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-friend-list .bjy-fl-one .bjy-flo-avatar .xb-show {
  display: block;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-friend-list .bjy-fl-one .bjy-flo-info {
  width: 160px;
  height: 35px;
  font-size: 14px;
  float: left;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-friend-list .bjy-fl-one .bjy-flo-info .bjy-flo-username {
  width: 160px;
  height: 15px;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-friend-list .bjy-fl-one .bjy-flo-info .bjy-flo-username .bjy-flou-time {
  float: right;
  font-size: 12px;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-friend-list .bjy-fl-one .bjy-flo-info .bjy-flo-school {
  margin-top: 5px;
  width: 160px;
  height: 15px;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-friend-list .bjy-flo-checked {
  background: #fff;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box {
  width: 490px;
  height: 525px;
  float: left;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-history {
  padding: 10px;
  width: 490px;
  height: 325px;
  overflow-y: auto;
  overflow-x: hidden;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-history .bjy-cbh-one {
  margin-bottom: 20px;
  padding: 0 50px;
  width: 470px;
  position: relative;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-history .bjy-cbh-one .bjy-cbhl-avatar {
  width: 50px;
  height: 50px;
  position: absolute;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-history .bjy-cbh-one .bjy-cbhl-avatar .bjy-cbhla-img {
  width: 35px;
  height: 35px;
  border-radius: 3px;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-history .bjy-cbh-one .bjy-cbhl-avatar .bjy-cbhla-approve {
  width: 15px;
  height: 15px;
  position: absolute;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-history .bjy-cbh-one .bjy-cbhl-avatar .bjy-cbhla-triangle {
  width: 10px;
  height: 20px;
  position: absolute;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-history .bjy-cbh-one .bjy-cbhl-content {
  width: 370px;
  line-height: 20px;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-history .bjy-cbhla-left .bjy-cbhl-avatar {
  left: 0px;
  top: 0;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-history .bjy-cbhla-left .bjy-cbhl-avatar .bjy-cbhla-approve {
  left: 22px;
  top: 22px;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-history .bjy-cbhla-left .bjy-cbhl-avatar .bjy-cbhla-triangle {
  left: 44px;
  top: 10px;
  background: url('/Public/statics/rongcloud/images/triangle-left-bjy.png') no-repeat;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-history .bjy-cbhla-left .bjy-cbhl-content {
  background: #e6ecff;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-history .bjy-cbhla-right .bjy-cbhl-avatar {
  right: -10px;
  top: 0;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-history .bjy-cbhla-right .bjy-cbhl-avatar .bjy-cbhla-approve {
  right: 37px;
  top: 22px;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-history .bjy-cbhla-right .bjy-cbhl-avatar .bjy-cbhla-triangle {
  right: 50px;
  top: 10px;
  background: url('/Public/statics/rongcloud/images/triangle-right-bjy.png') no-repeat;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-history .bjy-cbhla-right .bjy-cbhl-content {
  background: #d7efff;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-middle {
  width: 490px;
  height: 30px;
  background: #eee;
  position: relative;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-sendbox {
  width: 490px;
  height: 115px;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-sendbox .bjy-cbs-content {
  padding: 10px;
  width: 490px;
  line-height: 20px;
  font-size: 14px;
  border: none;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-handle {
  padding-left: 310px;
  padding-bottom: 25px;
  width: 490px;
  height: 30px;
  overflow: hidden;
}
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-handle .bjy-cbh-close,
#bjy-chat-modal .modal-dialog .modal-content .bjy-chat .bjy-chat-box .bjy-cb-handle .bjy-cbh-send {
  margin-left: 10px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #00ccc0;
  font-size: 14px;
  color: #000;
  border-radius: 5px;
  float: left;
  cursor: pointer;
}



input, select{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.page_bar{
  display: inline-block;
  border: 1px #CCCCCC solid;
  padding-left: 10px;
  color: #666;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 34px;
  line-height: 34px;
}
.page_bar b{
  padding: 0 3px;
}
.page_bar span, .page_bar a{
  display: inline-block;
  min-width: 34px;
  height: 32px;
  border-left: 1px #CCCCCC solid;
  text-align: center;
  padding: 0 6px;
}
.page_bar a {
  color: #1D76B7;
}
.page_bar span {
  background: #dddddd;
}

.nav-tabs>li>a{font-size: 14px;}

.m20{margin: 20px;}