.disflex {
  display: -webkit-flex;
  display: flex;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.d-flex-center {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.flexdc {
  flex-direction: column;
}
.flexdr {
  flex-direction: row;
}
.flexdrr {
  flex-direction: row-reverse;
}
.aligncc {
  align-content: center;
}
.alignsa {
  align-content: space-around;
}
.alignsb {
  align-content: space-between;
}
.justifycc {
  justify-content: center;
}
.justifysa {
  justify-content: space-around;
}
.justifysb {
  justify-content: space-between;
}
.justifyfe {
  justify-content: flex-end;
}
.alignic {
  align-items: center;
}
.alignsc {
  align-self: center;
}
.alignsfe {
  align-self: flex-end;
}
.alignsfs {
  align-self: flex-start;
}
.flexwrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
  -webkit-flex: 1;
}
.flex2 {
  flex: 2;
}

.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}

#topic-sign-in-popu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1202;
    
}
.mask-tpsip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1203;
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
}
.tpsip-wrap {
    background-color: #ffffff;
    width: 280px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-sizing: border-box;
    z-index: 1203;
}
.tsoip-icon {
    width: 170px;
    height: 87px;
    display: block;
    margin: -50px auto 0;
}
.tpsip-title {
    font-size:15px;
    font-weight:bold;
    color:rgba(53,53,53,1);
    line-height:21px;
    text-align:center;
    margin-top: 10px;
}
.tpsip-tips {
    font-size:13px;
    font-weight:500;
    color:rgba(116,116,116,1);
    line-height:21px;
    text-align:center;
}
.tpsip-sign-in {
    width: 105px;
    height: 105px;
    line-height: 105px;
    background: linear-gradient(-30deg,rgba(0,174,255,1),rgba(0,114,255,1));
    box-shadow: 0px 3px 12px 0px rgba(0,170,255,0.3);
    border-radius: 50%;
    margin: 20px auto 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.tpsip-sign-in.end {
    background: linear-gradient(-30deg,rgba(239,239,239,1),rgba(215,215,215,1));
    box-shadow: 0px 4px 12px 0px rgba(159,159,159,0.3);
    color: #A5A5A5;
}
.tpsip-sign-in-input {
    width: 175px;
    height: 40px;
    font-size: 14px;
    border: 1px solid rgba(158,158,158,1);
    border-radius: 4px;
    display: block;
    margin: 10px auto;
    text-align: center;
}
.admin-setting-sign-in {
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1203;
    border-radius:15px 15px 0px 0px;
}
#topic-sign-in-popu .tpsip-close{
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
}
#topic-sign-in-popu .tpsip-close-new{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 105%;
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #60646B;
    border-radius: 50%;
}
#topic-sign-in-popu .tpsip-close-new img{
    width: 24px;
    height: 24px;
}
.asc-item input, .asc-item select{
    height: 50px;
    border: 1px solid #EDEFF2;
    border-radius: 30px;
    width: 100%;
    padding: 0 10px;
    flex: 1;
    margin-right: 10px;
    direction: initial;
    color: #919499;
    font-size: 14px;
    background: rgba(245, 247, 250, 0.5);
    text-align: center;
}
.asc-item .date-main{
    height: 50px;
    border: 1px solid #EDEFF2;
    border-radius: 30px;
    width: 100%;
    padding: 0 10px;
    flex: 1;
    margin-right: 10px;
    direction: initial;
    color: #919499;
    font-size: 14px;
    background: rgba(245, 247, 250, 0.5);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.switch-item{
    height: 50px;
    width: 100%;
    padding: 0 10px;
    flex: 1;
    margin-right: 10px;
    direction: initial;
    color: #919499;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:20px;
}
.switch-item .switch-main{
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #202124;
    font-size:14px;
    font-family: PingFangSC-Medium, PingFang SC;
}
.tpsip-to-hisory {
    margin: 20px 0;
    font-size:14px;
    color: rgba(0,132,255,1);
    line-height:21px;
    display: block;
}
.tpsip-start-signin{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tpsip-start-signin-record{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #202124;
    font-size:12px;
    font-weight: 500;
}
.tpsip-start-signin-btn {
    height: 50px;
    line-height: 50px;
    background: linear-gradient(135deg, #00ABFF 0%, #006CFF 100%);
    border-radius: 34px;
    font-size: 15px;
    text-align: center;
    color: rgba(255,255,255,1);
    width: 80%;
}
.tpsip-start-signin-btn2 {
    height: 50px;
    line-height: 50px;
    border-radius: 34px;
    font-size: 15px;
    text-align: center;
    width: 300px;

    color: #0A2F61;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(0, 108, 255, 0.2);
}
.tpsip-newbg_created{
    height:375px;
}
.tpsip-newbg{
    background: url(../img/sign_bg2.png) no-repeat;
    background-size: 100% 100%;
}
.tpsip-newbg2{
    height:375px;
    background: url(../img/sign_bg2.png) no-repeat;
    background-size: 100% 100%;
}
.tpsip-count-down{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;

}
.tpsip-timeing{
    width: 70px;
}
.tpsip-count-dow-btn{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0); 
    height: 60px;
    line-height: 60px;
    background: linear-gradient(135deg, #00ABFF 0%, #006CFF 100%);
    border-radius: 34px;
    font-size: 15px;
    text-align: center;
    color: rgba(255,255,255,1);
    width: 250px;
    bottom: 0;
}
.tpsip-count-dow-end-btn{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0); 
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: rgba(255,255,255,1);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    bottom: 0;
}
.tpsip-count-dow-end-item1{
    background: #FF4444;
    border-radius: 25px;
    color: #FBFDFF;
    width: 44%;
}
.tpsip-count-dow-end-item2{
    border-radius: 25px;
    color: #0A2F61;
    width: 44%;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(0, 108, 255, 0.2);
}
.asc-item {
    margin-bottom: 20px;
}
p.asc-item-title {
    margin-bottom: 5px;
    font-size: 14px;
}
    p.asc-item-title span{
        color: #747474;
        font-size: 12px;
    }
.admin-setting-content .van-switch{
    width: 1.7em !important;
    background-color: #EDEFF2 ;
    border: none;
}
.admin-setting-content .van-switch--on {
    background-color: #006CFF !important;
}
.admin-setting-content .van-switch--on .van-switch__node {
    -webkit-transform: translateX(0.6em) !important;
    transform: translateX(0.6em) !important;
}
.admin-setting-content .van-switch__node {
    width: 0.7em !important;
    height: 0.7em !important;
    margin: 0.15em 0.2em;
    background: #FFF !important;
    box-shadow: none;
}
.tips-title-less {
    text-align: center;
    color: #202124;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 500;
    font-weight: bold;
}
.tpsip-cd-tips {
    font-size:14px;
    font-weight: 500;
    color: #0A2F61;
    line-height:21px;
    text-align: center;
    margin: 17px 0 0;
}
.tpsip-cd-time {
    font-size:22px;
    font-family: ALIBABAFont-Bold, ALIBABAFont;
    /* font-weight: bold; */
    color: #006CFF;
    line-height:21px;
    text-align: center;
    margin: 10px 0 90px;
}
.tpsip-cd-time-new {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 90%;
    margin-bottom: 70px;
    font-family: ALIBABAFont;
}
.tpsip-cd-time-item{
    width: 50px;
    height: 62px;
    border: 1px solid rgba(178, 210, 255, 0.7);
    border-radius: 6px;
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    flex-direction: column;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0A2F61;
    font-size: 12px;
}
.tpsip-cd-time-item-key{
    padding: 0 6px;
    border-bottom: 1px solid rgba(178, 210, 255, 0.7);
    margin-top: 3px;
}
.tpsip-cd-time-item-num{
    margin-top: 5px;
    font-size: 19px;
    font-family: ALIBABAFont;
}
.tpsip-sign-enter{
    width: 85px;
    height: 85px;
    position: absolute;
    top: -40px;
    right: 10px;
}
.tips-title-less-user{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0A2F61;
}
.tips-title-timer{
    align-items: center;
    display: flex;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0A2F61;
}
.tips-title-timer span{
    font-size: 14px;
    font-family: ALIBABAFont-Bold, ALIBABAFont;
    font-weight: bold;
    color: #006CFF;
    margin-right:5px;
}
.tips-title-timer{
    margin: 7px 0 16px;
    display: flex;
}
.tpsip-sign-clock{
    width: 18px;
    height: 18px;
    margin-right:5px;
}
.asc-item-user{
    margin-bottom: 14px;
    height: 50px;
    border: 1px solid #EDEFF2;
    border-radius: 30px;
    width: 100%;
    padding: 0 10px;
    flex: 1;
    margin-right: 10px;
    direction: initial;
    color: #919499;
    font-size: 14px;
    background: rgba(245, 247, 250, 0.5);
    text-align: center;
    
    display: flex;
    align-items: center;
}
.asc-item-user-title{
    width: 30%;
    border-right: 1px solid #B8D9FE;
    /* margin-right: 5px; */
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0A2F61;
}
.asc-item-user-btn{
    height: 60px;
    line-height: 60px;
    background: linear-gradient(135deg, #00ABFF 0%, #006CFF 100%);
    border-radius: 34px;
    font-size: 15px;
    text-align: center;
    color: rgba(255,255,255,1);
    margin: 0 auto 10px;
    width: 250px;
}
.avator{
    width: 40px;
    height: 40px;
    border-radius:50%;
    margin-right: 10px;
}
.scenc-time {
    color: #747474;
    font-size: 12px;
}
.scenc-type {
    background: #B0B0B0;
    padding: 0 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
}
.sign-pc-position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    width: 375px;
}