﻿
/*提示*/
.circle {
   width: 0;
   height: 0;
   display: inline-block;
   border: 3px solid #666;
   border-radius: 50%; 
}
.cnt-tip {
    padding: 15px;
    background-color: #f8f8f8;
    line-height: 2;
}
.cnt-tip span {
    margin-left: 10px;
    vertical-align: middle;
}


/*table*/
.commontbl{
    width: 100%;
    border-collapse: collapse;
    border: none;

}
.commontbl th{
    background-color: #f8f8f8;
}
.commontbl td,
.commontbl th{
    text-align: center;
    border: solid #f0f0f0 1px;
    height: 40px;
    font-weight: normal;
}





/*手机黑名单*/
.addBlackList {
    width: 97%;
    margin: 0 0px 0px 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e7e5e5;
    height:400px;
}
.addBlack-tbl .btnBlue {
    width: 150px;
}

.blackList-title span {
    float: right;
}
.blackList-title input {
    padding-left: 5px;
    width: 245px;
    height: 30px;
    outline: none;
}


/*IP白名单*/
.addIP {
    width: 97%;
    margin: 0 0px 0px 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e7e5e5;
}

.addIP table,
.addBlack-tbl {
    margin-left: 22px;
}
.addIP table tr td,
.addBlack-tbl td{
    padding-top: 20px;
}
.addIP table .text-right {
    text-align: right;
    padding-right: 5px;
}
.addIP textarea,
.addBlack-tbl textarea {
    outline: none;
    padding: 10px;
}

.whiteList,
.blackList {
     padding-left: 20px;
     padding-right: 20px;
}
.whiteList p ,
.blackList p {
    font-size: 16px;
    height: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}


#closeIPCheck {
    font-family: "PingFang-SC-Regular";
}
#close_title {
    height: 50px;
    padding-left: 15px;
    line-height: 50px;
    background-color: #f7f7f7;

    color: #666;
    font-size: 16px;
    
}
#close_tip {
    height: 40px;
    padding-left: 15px;
    line-height: 40px;
    background-color: #fffce7;

    color: #ffaf3d;
    font-size: 14px;

    border-top: 1px #f0edd8 solid;
    border-bottom: 1px #f0edd8 solid;
}

#close_cnt {
    margin-top: 47px;
    padding-left: 139px;
    color: #333;
}
 #close_cnt>p {
     font-size: 16px;
 }
 #close_cnt>table {
     margin-top: 40px;
    font-size: 14px;    
 }
 #close_cnt>table .btnBlue, 
 #close_cnt>table .btnGray{
     width: 120px;
     display: inline-block;
 }
 #btn_cancel {
     margin-right: 37px;
 }

 #close_cnt>table td {
      position: relative;
      height: 60px;
  }
 #close_cnt>table tr td:first-child {
      padding-right: 20px;
 }
 #yzm {
     width: 157px;
     height: 33px;
     padding-left: 5px;

     color: #999;
 }
 #yzm_time {
     position: relative;
     height: 31px;
     left: -5px;
  }


/*防恶意操作*/
.preventTip {
    width: 96.2%;
    margin: 0 0px 70px 20px;
    padding-bottom: 50px;
}
.preventTip ul {
    margin-top: 10px;
}
.preventTip ul li{
    position: relative;
    list-style: none;
    padding-left: 25px;
    padding: 20px 20px 20px 25px;
    border-bottom: 1px solid  #e7e5e5;
    text-align: right;
}
.preventTip ul li .set {
    position: absolute;
    left: 25px;
    top: 30px;
}

/*修改密码*/
.resetPWD {
    width: 96.2%;
    margin: 0 0px 95px 20px;
    padding-bottom: 50px;
}

.reset-tbl {
    margin-top: 30px;
}
.reset-tbl .td1 {
    width: 121px;
    text-align: right;
}
.reset-tbl .td2 {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
   
}
.reset-tbl .td2 input {
    width: 300px;
    height: 30px;
    outline: none;
    padding-left: 5px;
}
.reset-tbl .btnBlue {
    width: 150px;
}