.f-center{
    display:flex;
    align-items: center;
    justify-content: center;
  }
  
  .choose-classify-1-control{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #livedate{
      border:2px solid #ededed;
      margin-top:17px;
      border-radius:5px;
      width:168px;
      height:28px;
  }
  .f-row{
    display:flex;
    flex-direction: row;
  }
  .f-bet{
    display:flex;
    justify-content: space-between;
  }
  .f-col{
    display: flex;
    flex-direction: column;
}
.f-end{
    display: flex;
    justify-content: end;
}
/* 开关组件样式 */
/*开关的大小*/
.switch-container {
    height: 15px;
    width: 30px;
    
	
}
.inputShow1{
  display: none;
}
.inputShow2{
    display: flex;
    justify-content: flex-end;
}
/*设置checkbox不显示*/
.switch {
    display: none;
}

/*设置label标签为椭圆状*/
label {
    display: block;
    background-color: #EEEEEE;
    height: 100%;
    width: 100%;
    cursor: pointer;
    border-radius: 25px;
}

/*在label标签内容之前添加如下样式，形成一个未选中状态*/
label:before {
    content: '';
    display: block;
    border-radius: 25px;
    height: 100%;
    width: 15px;
    background-color: white;
    opacity: 1;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.2s ease;
}

/*在label标签内容之后添加如下样式，形成一个选中状态*/
label:after {
    position: relative;
    top: -15px;
    left: 15px;
    content: '';
    display: block;
    border-radius: 25px;
    height: 100%;
    width: 15px;
    background-color: white;
    opacity: 0;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.2s ease;
}


/* ~ 兄弟选择符。
   p~ul ：位于 p 元素之后的所有 ul 元素
*/

/*选中后，选中样式显示*/
#switch:checked~label:after {
    opacity: 1;
}

/*选中后，未选中样式消失*/
#switch:checked~label:before {
    opacity: 0;
}

/*选中后label的背景色改变*/
#switch:checked~label {
    background-color: #4c99ec;
}

 /* 发布弹框 */
 .choose-modal {
    background: #fff;
    padding: 20px 15px 10px;
    box-shadow: 0px 0px 15px 0px rgba(15, 37, 64, 0.15);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    position:fixed;
    top:72px;
    right:-140px;
    -o-border-radius: 2px;
    width: 366px;
    -o-border-radius: 2px;
    display: none; 
   z-index:12;
   
    }
    .place{
        position:absolute;
        top:-10px;
        left:188px;
        color:white;
    }
    
  .time_block{
      position: relative;
     
  }
 
  .img-time{
      width:20px;
      height:20px;
      top:30px;
      left:143px;
      position: absolute;
      display: none;
    
  }
  #clock{
            border:2px solid #ededed;
            border-radius:5px;
            width:218px;
            height:28px;
           margin-top: 12px;
        
        }
        .modal{
            width: 100%;
            height:100%;
        
            display: none;
            top: 0;
            left: 0;
            position: fixed;
            z-index: 99999;
        }
        .modal-content{
            width:337px;
            height:205px;
            background-color: #ffff;
            border-radius: 15px;
        }
        .modal_container{
            width: 100%;
            height:100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        /* .modal-body{
            width:227px;
            height:185px;
        } */
        .modal_word{
            font-size: 22px;
            font-weight: 900;
            color: #6e6e6e;
        }
        .modal_title{
            font-size: 14px;
            color: #808080;
            margin-top: 40px;
            padding-bottom:10px
        }
        .determine{
            width: 75px;
            height:26px;
            background-color:#4c99ec;
            border:1px solid #4c99ec;
            border-radius: 15px;
            cursor: pointer;
        }
        .cancen{
            width: 75px;
            height:26px;
            background-color:#c0c0c0;
            border:1px solid #c0c0c0;
            border-radius: 15px;
            cursor: pointer;
        }
        .mb_revise2{
          height:65px;
          line-height:65px;
            margin-top:30px auto;
        }
        .modal_text{
            font-size:20px;
        }
        .b_text{
            color: #ffff;
        }
        .time_block{
            position: relative;
        }
        .icon_button{
            width: 100px;
            height:40px;
            border-radius: 20px;
            background-color: #4e9eef;
            margin-top: 10px;
            color: white;
           
        }
        .icon_text{
            font-size: 14px;
        }


/* 注销说明页面样式 */
.terms-wp .terms-left h2{
    width: 400px;
   
}
       
    
        .terms-right {
            
            font-family: PingFangSC-Regular;
            font-size: 16px;
            color: #666666;
            letter-spacing: 0;
            line-height: 26px;
            margin-bottom: 30px;
        }
    
        .terms-right a {
            color: #448cc9;
        }
    
        .terms-right li {
            list-style-position: inside;
            list-style-type: disc;
            font-family: PingFangSC-Regular;
            font-size: 16px;
            color: #666666;
            letter-spacing: 0;
            line-height: 26px;
            margin-bottom: 30px;
    
        }
        .terms-right strong {
            font-family: PingFangSC-Regular;
            font-size: 16px;
            color: #666666;
            letter-spacing: 0;
            line-height: 26px;
            margin-bottom: 30px;
        }
        .cooperation {
            width: 1280px;
            margin: 120px auto 120px;
        }