body {
  height: 100vh;
  background: #eee;
}

.container {
  height: calc(100vh - 60px);
  display: flex;
}

.sidebar {
  width: 200px;
  background: #313c46;
  color: #d4d4d4;
}

.content {
  width: calc(100% - 200px);
  background: #fff;
  overflow: hidden;
  position: relative;
}

/* 标签 */

.label-list {
  height: 30px;
  background: #e5e5e5;
  display: flex;
}

.header {
  position: relative;
  height: 60px;
  /* box-shadow: 0px 2px 3px 0px rgb(127, 127, 127, .3); */
  background-color: #fff;
  z-index: 30;
}

footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  font-size: 12px;
  color: #29323a;
}

/* 标签 */

.label-list .label-list-item {
  flex: 1;
  text-align: center;
  position: relative;
  cursor: pointer;
  max-width: 150px;
  height: 100%;
  border: 1px solid #f1f1f1;
  margin-left: -1px;
  padding: 6px 18px 6px 5px;
  overflow: hidden;
}

.label-list .label-list-item.active {
  background: #fff;
}

.label-list .label-list-item .title {
  color: #595959;
  font-size: 12px;
  overflow: hidden;
  width: 100%;
  word-break: keep-all;
}

.label-list .label-list-item .close {
  position: absolute;
  right: 4px;
  top: 2px;
  font-size: 16px;
  color: #a3a3a3;
}

/* 左侧 */

.logo {
  height: auto;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0 2px 0;
}

.logo img {
  width: 60px;
  margin-bottom: 5px;
}

.show_sideNav {
  display: none;
  position: absolute;
  top: 20%;
  left: 0;
  background-color: rgba(49, 60, 70, 0.8);
  border-radius: 2px;
  padding: 10px 8px 2px 8px;
  z-index: 99;
}

.list-content {
  height: calc(100% - 160px);
  overflow: auto;
}

.tab-list {
  font-size: 12px;
}

.tab-list.second,
.tab-list.third {
  display: none;
}

.tab-list.second .tab-title {
  padding-left: 50px;
}

.tab-list.third .tab-title {
  padding-left: 60px;
}

.tab-list li {
  transition: all 500ms linear;
}

.tab-list li .tab-title {
  padding: 12px 20px;
  position: relative;
  cursor: pointer;
}

.tab-list li .tab-title .tag {
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  font-size: 17px;
  margin-right: 6px;
}

.tab-list li .tab-title .tag.home-tag {
  font-size: 24px;
  margin-right: 0px;
  margin-left: -3px;
  vertical-align: -4px;
}

.tab-list li .tab-title .arrow {
  right: 20px;
  top: 14px;
  position: absolute;
  transition: all 500ms linear;
}

/* li选中状态 */

.tab-list li.open {
  color: #fff;
  background: #29323a;
  transition: all 500ms linear;
}

.tab-list li.active>.tab-title .arrow {
  transform: rotate(90deg);
  transition: all 500ms linear;
}

.tab-list li .tab-title.active {
  color: #fff;
  background: #00abee;
}

/* end 左侧 */

/* header */

.header {
  display: flex;
  justify-content: space-between;
}

.headerLogo {
  background-image: url("../images/toplogo@2x.png");
  background-position: 20% center;
  background-size: 75%;
  background-repeat: no-repeat;
  width: 18%;
  height: 100%;
}

.header .header-main {
  color: #232a40;
  font-size: 14px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 40px;
  background-color: #fff;
}

.header .header-main>span {
  font-size: 22px;
  margin-left: 30px;
  cursor: pointer;
}

.header .header-main .valid-box {
  margin-left: 30px;
  cursor: pointer;
}

.header .header-main .valid-box span {
  cursor: default;
}

.header .header-main .valid-box span.valid-state {
  display: none;
}

.header .header-main .valid-box.active span {
  color: #ff3600;
}

.header .link-box {
  margin-left: 40px;
  cursor: pointer;
  position: relative;
  margin-right: 30px;
  height: 100%;
}

.header .link-box .link {
  height: 100%;
  line-height: 60px;
}

.header .link-box:hover .link {
  color: #00abee;
}

.header .link-box .link .link-name {
  margin-right: 10px;
}

.header .link-box .link-list {
  position: absolute;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.11);
  top: 60px;
  left: -10px;
  min-width: 156px;
  background-color: #fff;
  z-index: 99;
  padding: 8px 0;
  display: none;
}

.header .link-box .link-list li {
  padding: 8px 16px;
}

.header .link-box .link-list li:hover {
  background: #f5f5f5;
}

.main-content {
  height: calc(100vh - 135px);
}

.main {
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: none;
}

.show {
  display: block !important;
}

.myiframe {
  width: 100%;
  min-height: 100%;
}

.empty {
  height: 90%;
  display: block;
  margin: 0 auto;
}

.bell {
  position: relative;
}

.redCircle {
  display: none;
  position: absolute;
  right: 18%;
  top: 10%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: red;
}

.icon_bind .iconfont,
.agreement .iconfont {
  font-size: 12px;
  margin-right: 10px !important;
}

/* 弹框输入框 */

.input-content {
  margin-bottom: 40px;
}

.input-content .input-box {
  margin: 15px 0;
}

.input-content .input-box label {
  width: 75px;
  text-align: right;
  display: inline-block;
}

.input-content .input-box input {
  height: 30px;
  padding: 0 5px;
}

/* 条屏 */
.bar-screen {
  display: none;
}

.bar-screen-list {
  position: absolute;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 420px;
  color: #232a40;
  font-size: 15px;
  left: calc(50% - 210px);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  border-top: 8px solid #00abee;
  padding: 6px 20px;
  z-index: 9;
  background: #fff;
}

.scroll-box {
  position: relative;
  width: calc(100% - 70px);
  height: 20px;
  overflow: hidden;
}

.bar-screen-list-main {
  width: 100%;
  font-weight: bold;
  position: absolute;
  top: 0;
}

.bar-screen-list-main li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20px;
}

.bar-screen-list-main li .title {
  display: block;
  width: calc(100% - 40px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.bar-screen-list .close {
  font-size: 32px;
  color: #999;
  margin-top: -4px;
  cursor: pointer;
}

.bar-screen-main,
.agreement-mask {
  background: rgba(0, 0, 0, 0.4);
  padding: 0 18px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
}

.bar-screen-main .bar-screen-main-box,
.agreement-mask .agreement-mask-box {
  background: #fff;
  width: 60%;
  height: 100%;
  overflow-y: auto;
  margin: 0 auto;
}

.media,
.agreement-media {
  height: 100% !important;
  width: 100% !important;
}

#bindDialog .xb-message-box {
  width: 420px !important;
  height: 255px !important;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  margin: auto;
}

#bindDialog .xb-message-box__container p {
  text-align: center;
  margin-top: 20px;
}

#bindDialog .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  margin-top: 22px;
  max-width: 290px;
}

#bindDialog .wrap .left {
  display: flex;
  align-items: center;
  min-width: 160px;
  flex: 1;
}

#bindDialog .wrap .left span {
  flex: 1;
  text-align: right;
  margin-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#bindDialog .wrap img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

#bindDialog .wrap:last-child img {
  width: 19px;
}

#bindDialog .wrap .btn {
  border: none;
  padding: 0 13px;
  height: 26px;
  background: #00abee;
  border-radius: 2px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  margin-left: 15px;
}

#bindDialog .wrap .btn:hover {
  opacity: 0.7;
}

.account {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 100%;
}

.account .box {
  display: flex;
  align-items: center;
}

.account .xia {
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.account .account-menu {
  display: none;
  position: absolute;
  top: 60px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.11);
  background-color: #fff;
  z-index: 99;
  padding: 8px 0;
  min-width: 166px;
}

.account .account-menu .item {
  padding: 8px 16px;
  display: flex;
  align-items: center;
}

.account .account-menu .item span {
  margin-right: 5px;
}

.account .account-menu .item:hover {
  background: #f5f5f5;
}

.account .account-menu .item .agreement-img {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

#wechatDialog .xb-message-box {
  width: auto !important;
}

#bindPhoneDialog .xb-message-box {
  width: 420px !important;
  height: 358px !important;
}

#bindPhoneDialog .input-box {
  display: flex;
  align-items: center;
  width: 330px;
  height: 44px;
  line-height: 44px;
  border-radius: 2px;
  border: 1px solid #cecece;
  margin-top: 15px;
  position: relative;
}

#bindPhoneDialog .input-box input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b9b9b9;
}

#bindPhoneDialog .input-box input:-moz-placeholder {
  /* Mozilla Firefox 4 ~ 18 */
  font-size: 14px;
  opacity: 1;
}

#bindPhoneDialog .input-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  opacity: 1;
  font-size: 14px;
}

#bindPhoneDialog .input-box input:-ms-input-placeholder {
  /* Internet Explorer 10 ~ 11 */
  font-size: 14px;
  font-size: 14px;
}

#bindPhoneDialog .input-box input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 14px;
  font-size: 14px;
}

#bindPhoneDialog .input-box input::placeholder {
  /* 大部分现代浏览器 */
  font-size: 14px;
  font-size: 14px;
}

#bindPhoneDialog .input-box .iconfont {
  margin-left: 10px;
}

#bindPhoneDialog .input-box input {
  background: none;
  outline: none;
  border: none;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  margin-left: 10px;
  height: 100%;
  width: 100%;
}

#bindPhoneDialog .identifyingCodeImage {
  width: 59px;
  height: 30px;
  left: auto;
  right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  position: absolute;
}

#bindPhoneDialog .ms_code_btn {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2b8fec;
  left: auto;
  right: 10px;
  cursor: pointer;
  position: absolute;
}

#bindPhoneDialog .ms_code_btn.count {
  color: #dedede;
}

#bindPhoneDialog .xb-message-box__btns {
  text-align: center;
}

#bindPhoneDialog .confirm {
  width: 330px;
  height: 44px;
  background: #1890ff;
  border-radius: 2px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin-top: 20px;
}

/* mark: 余额提醒dialog相关 */
#tipDialog {
  width: 455px;
  height: 209px;
  display: none;
  position: fixed;
  right: 18px;
  bottom: 12px;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);

}

#tipDialog .swiper {
  width: 455px;
  height: 209px;
  position: relative;
}

#tipDialog .swiper-slide .title {
  margin-top: 26px;
  margin-left: 24px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}

#tipDialog .swiper-slide .title img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

#tipDialog .swiper-slide .title .close-img {
  margin-right: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 24px;
}

#tipDialog .swiper-slide .swiper-content {
  margin-left: 52px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 30px;
}

#tipDialog .swiper-slide .swiper-content .red-text {
  color: #F5222D;
  margin-left: 30px;
}

#tipDialog .swiper-button-prev,
#tipDialog .swiper-button-next {
  width: 30px !important;
  height: 40px !important;
  color: #f1f1f1;
  border-radius: 2px;
}

#tipDialog .swiper-button-next:after,
#tipDialog .swiper-button-prev:after {
  font-size: unset !important;
}

#tipDialog .swiper-button-next:hover,
#tipDialog .swiper-button-prev:hover {
  color: #00ABEE !important;
}

#tipDialog .swiper-charge {
  width: 80px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  bottom: 36px;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00ABEE;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 3px;
}

#tipDialog .swiper-pagination-bullet-active {
  width: 20px;
  height: 8px;
  background: #00ABEE;
  border-radius: 4px;
}