.content-title {
  font-weight: bold;
}

.forPublic {
  width: 21.33rem;
  max-height: 90%;
  background: #ffffff;
  border-radius: .5rem;
  padding-bottom: 1.5rem !important;
  overflow: scroll;
}

.news-content {
  line-height: 1.7;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.title {
  font-size: 1rem;
  font-weight: bold;
  color: #232323;
  line-height: 1.97rem;
  text-align: center;
}

.fastImg {
  width: 10rem;
  height: 5.67rem;
  margin: 0 auto;
}

.authorisation {
  width: 18rem;
  height: 2.8rem;
  background: #0080FF;
  border-radius: .33rem;
  margin: 0 auto;
  text-align: center;
  font-size: .93rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 2.8rem;
  cursor: pointer;
}

.otherWays {
  display: inline-block;
  font-size: .87rem;
  font-weight: bold;
  color: #232323;
  line-height: 1.97rem;
  cursor: pointer;
}

.edge {
  box-sizing: border-box;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
}

.signRegister {
  width: 100%;
  overflow: hidden;
}

.switchTitle {
  position: relative;
  height: 2.3rem;
  overflow: hidden;
}

.switchTitle span {
  height: 2.3rem;
  font-size: 1rem;
  font-weight: normal;
  color: #6A6A68;
  line-height: 1.8rem;
  box-sizing: border-box;
  padding: 0 .5rem;
  cursor: pointer;
  white-space: nowrap;
}

.switchTitle span.on {
  color: #232323;
  font-weight: 700;
  transform: scale(1.13);
  transition: transform .2s;
  vertical-align: bottom;
}

.switchTitle span.on::after {
  content: '';
  width: 1.13rem;
  height: .2rem;
  background: #0080FF;
  border-radius: .33rem;
  position: absolute;
  z-index: 1;
  bottom: .2rem;
  left: 40%;
}

.contentBox,
.msgBox {
  /* overflow: hidden; */
}

.contentBox .msgBox .inputBox {
  width: 100%;
  height: 2.8rem;
  background: #F5F5F5;
  border-radius: .33rem;
  margin-bottom: .67rem;
  box-sizing: border-box;
  position: relative;
}

.contentBox .msgBox .inputBox input {
  width: 90%;
  height: 100%;
  border: 0;
  border-radius: .33rem;
  background: transparent;
  box-sizing: border-box;
  padding: .83rem .67rem;
}

.clearing {
  display: none;
  width: 2.2rem;
  min-width: 2.2rem;
  height: 2.8rem;
  box-sizing: border-box;
  padding: .965rem .665rem;
  cursor: pointer;
}

.contentBox .msgBox .inputBox p.get_code {
  width: 6rem;
  min-width: 6rem;
  font-size: .87rem;
  font-weight: bold;
  color: #0080FF;
  line-height: 2.8rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  cursor: pointer;
}

.contentBox .msgBox .inputBox p.get_code::after {
  content: '';
  width: 1px;
  height: .93rem;
  background: rgba(190, 190, 190, .6);
  position: absolute;
  z-index: 1;
  left: 0;
  top: .93rem;
}

.w-50 {
  width: 50% !important;
}

.getting_into {
  display: block;
  width: 100%;
  height: 100%;
  background: #B2D9FF;
  border-radius: .33rem;
  text-align: center;
  font-size: .93rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 2.8rem;
  cursor: pointer;
  border: none;
}

.agreementBox {
  width: 100%;
  height: 1.07rem;
}

.agreementBox label {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.agreementBox label input {
  width: 100%;
  height: 100%;
  appearance: none;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  position: relative;
  cursor: pointer;
}

.agreementBox label .laberMsg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.agreementBox label .laberMsg img {
  width: 1.07rem;
  height: 1.07rem;
  margin-right: .33rem;
}

.agreementBox label .laberMsg p,
.agreementBox label .laberMsg a {
  font-size: .8rem;
  font-weight: normal;
  color: rgba(155, 155, 155, 1);
  line-height: 1.07rem;
}

.notReceived,
.notReceived a {
  font-size: .77rem;
  font-weight: normal;
  color: rgba(155, 155, 155, 1);
  line-height: 1rem;
  cursor: pointer;
}

.agreementBox label .laberMsg a,
.notReceived a {
  color: rgba(0, 128, 255, 1);
}

.z-index-110 {
  z-index: 110;
}

.phoneticBox {
  width: 17.13rem;
  height: 13.2rem;
  background: #FFFFFF;
  border-radius: .33rem;
  box-sizing: border-box;
  padding: 1.67rem 1.567rem;
}

.phoneticBox h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #232323;
  line-height: 1.97rem;
  text-align: center;
}

.phoneticBox p {
  font-size: .87rem;
  font-weight: normal;
  color: #232323;
  line-height: 1.23rem;
}

.phoneticBox dl dt,
.phoneticBox dl dd {
  width: 6.267rem;
  height: 2.53rem;
  background: #D6D6D6;
  border-radius: .33rem;
  text-align: center;
  font-size: .93rem;
  font-weight: normal;
  color: #232323;
  line-height: 2.53rem;
  cursor: pointer;
}

.phoneticBox dl dd {
  color: #FFFFFF;
  background: #0080FF;
}

.arrows {
  width: 2.8rem;
  min-width: 2.8rem;
  height: 2.8rem;
  box-sizing: border-box;
  padding: 1.165rem .915rem;
  cursor: pointer;
}

.toggle-select-list {
  transition: all .1s;
}

.show-select-list {
  background-color: #ffffff !important;
  border: 1px solid #0080FF;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.show-select-list .storageBox {
  display: block;
  box-shadow: 0 0 0 1px #0080FF;
  border-top: none;
}

.show-select-list .toggle-select-list {
  transform: rotate(180deg);
}

.storageBox {
  width: 100%;
  max-height: 9.3rem;
  background: #FFFFFF;
  border-radius: .33rem;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  top: 2.7rem;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0 .67rem;
  display: none;
  margin-top: -1px;
}

.storageBox::-webkit-scrollbar {
  display: none;
}

.storageBox div {
  box-sizing: border-box;
  padding: .67rem 0;
  border-bottom: .03rem solid rgba(0, 128, 255, 0.2);
  position: relative;
}

.storageBox div p {
  font-size: .87rem;
  font-weight: normal;
  color: #232323;
  line-height: 1.97rem;
  text-align: left;
}

.storageBox div .clearing {
  display: block;
  width: 1.97rem;
  height: auto;
  box-sizing: border-box;
  padding: 0.55rem;
  cursor: pointer;
}

.borders-0080FF {
  border: .03rem solid #0080FF;
  background: #FFFFFF !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.retrieve {
  width: 100%;
  height: 3rem;
  background: #F9F9F9;
  box-sizing: border-box;
  border-radius: .5rem .5rem 0 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.retrieve p.title {
  font-size: 1rem;
  font-weight: bold;
  color: #232323;
  line-height: 3rem;
}

.unbound {
  font-size: .8rem;
  font-weight: normal;
  color: #9B9B9B;
  line-height: 1.97rem;
  text-align: left;
}

.backto {
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  padding: 0.735rem .515rem;
  position: absolute;
  z-index: 2;
  top: .5rem;
  left: 1rem;
  transform: rotate(90deg);
}

.smallerOptions {
  padding: .77rem 1.67rem;
}

.smallerOptions .avatar {
  width: 1.467rem;
  height: 1.467rem;
  margin-right: .33rem;
  border-radius: 50%;
}

.smallerOptions .num {
  font-size: .87rem;
  font-weight: bold;
  color: #232323;
  line-height: 1.467rem;
}

.smallerOptions .switchAccounts {
  font-size: .8rem;
  font-weight: bold;
  color: #232323;
  line-height: 1.467rem;
  cursor: pointer;
}

.subTitle {
  box-sizing: border-box;
  padding: 0 .167rem;
}

.subTitle div:first-child p {
  font-size: .8rem;
  font-weight: bold;
  color: #232323;
  line-height: 1.467rem;
}

.subTitle div:first-child img {
  width: 1.467rem;
  height: 1.467rem;
  box-sizing: border-box;
  padding: .3335rem;
  cursor: pointer;
}

.subTitle div:nth-child(2) {
  cursor: pointer;
}

.subTitle div:nth-child(2) img {
  width: 1.467rem;
  height: 1.467rem;
  margin-right: .5rem;
  cursor: pointer;
}

.subTitle div:nth-child(2) p {
  font-size: .8rem;
  font-weight: bold;
  color: #0080FF;
  line-height: 1.467rem;
}

.accountList {
  height: 13.87rem;
  overflow: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

.accountList .smallBox {
  cursor: pointer;
  width: 100%;
  height: 2.8rem;
  background: #FBFDFE;
  border-radius: .33rem;
  border: .03rem solid #CCE6FF;
  box-sizing: border-box;
  padding: .685rem .67rem;
  margin-top: .67rem;
  position: relative;
}

.accountList .smallBox p.serial {
  width: 3.267rem;
  height: 1.43rem;
  background: url(../images/small.png) no-repeat center top;
  background-size: 100% 100%;
  overflow: hidden;
  text-align: center;
  font-size: .8rem;
  font-weight: normal;
  color: #0080FF;
  line-height: 1.43rem;
  margin-right: .67rem;
}

.accountList .smallBox p.rolesName {
  font-size: .87rem;
  font-weight: normal;
  color: #232323;
  line-height: 1.43rem;
  text-align: left;
}

.accountList .smallBox p.freeze {
  font-size: .77rem;
  font-weight: normal;
  color: #FF5454;
  line-height: 1.43rem;
  text-align: left;
  margin-right: .33rem;
}

.accountList .smallBox img.aright {
  width: .2rem;
  height: .4rem;
  margin-top: .515rem;
}

.bg-0080FF {
  background: #0080FF !important;
}

.mt-217 {
  margin-top: 7.23rem;
}

.my-md {
  margin: 1rem auto;
}

.firstTimeIn {
  width: 7.67rem;
  height: 2.567rem;
  background: url(../images/tipsbg.png) no-repeat center top;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
  top: 2.4rem;
  left: 3.367rem;
}

.firstTimeIn p {
  font-size: .7rem;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 2.267rem;
  text-align: center;
  margin-top: .3rem;
  text-indent: .7rem;
  position: relative;
}

.firstTimeIn p::after {
  content: '';
  width: .33rem;
  height: .33rem;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: .9685rem;
  left: .5rem;
}

.firstTimeIn .tipsclose {
  width: 1.1rem;
  height: 1.1rem;
  box-sizing: border-box;
  padding: .115rem;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -.2rem;
  right: -.4rem;
}

.smallDescription {
  width: 17.13rem;
  height: 13.2rem;
  background: #FFFFFF;
  border-radius: .5rem;
  box-sizing: border-box;
  padding: 1.67rem 1.567rem 0 1.567rem;
  position: relative;
}

.smallDescription h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #232323;
  line-height: 1.97rem;
  text-align: center;
}

.smallDescription p {
  font-size: .73rem;
  font-weight: normal;
  color: #232323;
  line-height: 1.09rem;
}

.smallDescription a {
  display: block;
  width: 100%;
  height: 2.76rem;
  box-sizing: border-box;
  border-top: .03rem solid #F2F2F2;
  text-align: center;
  font-size: .93rem;
  font-weight: bold;
  color: #0080FF;
  line-height: 2.73rem;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.prevention {
  font-size: .8rem;
  font-weight: normal;
  color: #232323;
  line-height: 1.03rem;
  text-align: left;
}

.restriction {
  font-size: .8rem;
  font-weight: normal;
  color: #9B9B9B;
  line-height: 1.03rem;
  text-align: left;
}

.seeDetails {
  font-size: .8rem;
  font-weight: normal;
  color: #0080FF;
  line-height: 1.03rem;
  cursor: pointer;
}

.certificationBox {
  width: 17.13rem;
  height: 13.2rem;
  background: #FFFFFF;
  border-radius: .5rem;
  box-sizing: border-box;
  padding: 1rem 0 1.67rem 0;
  position: relative;
}

.certificationBox img {
  width: 9rem;
  height: 5rem;
  margin: 0 auto;
}

.certificationBox p {
  font-size: 1rem;
  font-weight: bold;
  color: #232323;
  line-height: 1.23rem;
  text-align: center;
}

.certificationBox a {
  display: block;
  width: 12.67rem;
  height: 2.53rem;
  background: #0080FF;
  border-radius: .33rem;
  margin: 0 auto;
  margin-top: 1.1rem;
  text-align: center;
  font-size: .93rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 2.53rem;
  cursor: pointer;
}

.antiBox {
  height: 15.6rem;
  overflow: auto;
  overflow-x: hidden;
}

.antiBox p,
.antiBox h3 {
  font-size: .8rem;
  font-weight: normal;
  color: #232323;
  line-height: 1.2rem;
  text-align: left;
}

.antiBox h3 {
  height: 1.2rem;
  font-weight: bold;
}

.pushingBox {
   width: 90%;
    /* height: 21.33rem; */
    border-radius: .5rem;
    /* background: #FFFFFF; */
    position: relative;
}

.imgBox {
  width: 100%;
  /*height: 100%;*/
  overflow: hidden;
  border-radius: .5rem;
}

/*.pushingBox .imgBox img {
  height: 100%;
}*/

.pushingBox .close {
   width: 4rem;
   height: 2rem;
   line-height: 2rem;
   overflow: hidden;
   position: absolute;
   z-index: 1;
   top: -1.5rem;
   right: 0.5rem;
   font-size: 0.93rem;
   color: #fff;
   cursor: pointer;
}

.pushingBox .close  .close-img-2510 {
	width: 2rem;
    float: left;
    padding-right: 0.5rem;
}

.eventsBox {
  width: 21.33rem;
  height: 21.33rem;
  background: #FFFFFF;
  border-radius: .5rem;
  position: relative;
}

.eventsBox .close {
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: -2.5rem;
  right: 0;
  cursor: pointer;
}

.eventsBox .horizontal,.pushingBox .horizontal{
	top: 0;
  	right: -2.5rem;
}

.eventsBox .titleBox {
  width: 100%;
  height: 3rem;
  background: #F9F9F9;
  border-radius: .5rem .5rem 0 0;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.eventsBox .titleBox p {
  font-size: .87rem;
  font-weight: normal;
  color: #232323;
  line-height: 1.07rem;
}

.eventsBox .titleBox span {
  font-size: .8rem;
  font-weight: normal;
  color: #0080FF;
  line-height: 1.03rem;
}

.eventsBox .contentBox {
  width: 100%;
  height: 17.33rem;
  overflow: hidden;
  position: relative;
}

.eventsBox .contentBox .news-container {
  width: 100%;
  height: 100%;
}

.eventsBox .contentBox .pageBreak {
  width: 100%;
  height: 3rem;
  background: #FFFFFF;
  box-shadow: 0 0 .2rem .03rem rgba(0, 0, 0, 0.16);
  border-radius: 0 0 .5rem .5rem;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.justify-content-center {
  justify-content: center;
}

.pageBreak .news-button-next,
.pageBreak .news-button-prev {
  width: 1rem;
  height: 1.4rem;
  margin-top: 0;
  background: url(../images/arrows_left.png) no-repeat center;
  background-size: .3rem .6rem;
  cursor: pointer;
}

.pageBreak .news-button-next {
  transform: rotate(180deg);
}

.pageBreak .news-pager-dots-items {
  margin: 0 1.67rem;
}

.pageBreak .news-pager-dots-items div {
  width: .33rem;
  height: .33rem;
  border-radius: 50%;
  margin: 0 .167rem;
  position: initial;
  background-color: #9B9B9B;
}

.pageBreak .news-pager-dots-items .on {
  background-color: #007aff;
}

.news-item {
  height: 14.33rem;
  box-sizing: border-box;
  padding: 0 1.67rem;
  padding-bottom: 1rem;
  overflow: auto;
  overflow-x: scroll;
}

.news-item::-webkit-scrollbar,
.accountList::-webkit-scrollbar,
.antiBox::-webkit-scrollbar {
  display: none;
}

.news-item h3 {
  font-size: .8rem;
  font-weight: bold;
  color: #232323;
  line-height: 1rem;
  margin-bottom: .63rem;
}

.news-item p {
  font-size: .8rem;
  font-weight: normal;
  color: #232323;
  line-height: 1.4rem;
}

.pop_no_bg {
  background-color: transparent !important;
}

/* #region 新闻弹窗 */
.news-hide-switch {
  position: absolute;
  left: 0;
  top: -2rem;
}

.news-hide-switch span {
  color: #fff;
  margin-left: 0.5rem;
}

.news-hide-switch input {
  width: 0.9rem;
  height: 0.9rem;
}
@media screen and (orientation: landscape) {
  /*横屏 css*/
  .eventsBox .close {
    top: 0;
    right: -2.5rem;
  }
  .news-hide-switch span{
    margin-left: 0;
  }
  .news-hide-switch {
    left: 22.33rem;
    top: 13rem;
  }

  .news-hide-switch input{
    position: absolute;
    z-index: 1;
    bottom: -1rem;
    left: 0;
  }

  .pushingBox{
    width: 40%;
  }

  .tk-img-2510{
	display: block;
    width: auto;
    height: 98vh;
    margin: 0 auto;
  }

  .pushingBox .close {
    top: 20%;
    right: -4rem;
  }  
}
/* #endregion */