
.popUp{
  display:none;
  position: fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background:rgba(0,0,0,.5);
  z-index:999;
  color:#000;
  line-height: 1.8;
}
.popUp .maskBg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .3;
  filter: alpha(opacity=30);
}
.popUp .popCon{
  background:#fff;
  border-radius:10px;
  position: absolute;
  left:50%;
  top:50%;
  padding:30px;
  text-align:center;
  transform: translate(-50%,-50%);
}
.popUp .popCon.iframe-wrap{
  width:750px;
  height: 459px;
}
.popUp .popCon iframe{
  width:100%;
  height: 100%;
}
.popUp.popSelPosition .popCon{
  width: 690px;
}
.popUp.popStudent .popCon,
.popUp.popParents .popCon,
.popUp.popTeacher .popCon,
.popUp.popOrgan .popCon{
  padding:30px 90px;
  width:570px;
  text-align:left;
}
.popUp .popCon .btn_close{
  position: absolute;
  right: 30px;
  top: 32px;
  cursor: pointer;
}
.popUp .popCon .logo{
  width:300px;
  height: 50px;
  margin:35px auto 52px;
}
.popUp .popCon .title{
  text-align:center;
  font-size:0;
}
.popUp .popCon .title span{
  display:inline-block;
  *display:inline;
  *zoom:1;
  vertical-align: middle;
  font-size:22px;
  color:#000;
}
.popUp .popCon .title span.txt_title{
  margin:0 32px;
}
.popUp .popCon .title span.line{
  width:50px;
  height: 1px;
  background:#ebebeb;
}
.popUp .popCon .little_title{
  font-size:14px;
  color:#666;
  text-align: center;
}
.popUp.popSelPosition .popCon  .itemBox{
  text-align: center;
  font-size: 0;
  margin-top: 12px;
  margin-bottom: 20px;
}
.popUp.popSelPosition .popCon  .btn.btnNext{
  background:#DA1520;
  color:#fff;
  font-size:14px;
  width: 120px;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  margin: 12px auto 50px;
}
.popUp.popSelPosition .popCon  .btn.btnNext.disable{
  text-align: center;
  margin-top: 12px;
  margin-bottom: 50px;
  background: none;
  color: #ebebeb;
  border: 1px solid #ebebeb;
}
.popUp.popSelPosition .popCon  .itemBox .item{
  display: inline-block;
  *display:inline;
  *zoom:1;
  padding: 11px 20px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  line-height: 1;
  border-radius: 5px;
  margin: 0 10px;
  font-size: 14px
}
.popUp.popSelPosition .popCon  .itemBox .item.active{
  border:none;
  background:#f94c4c;
  color:#fff;
}
.featureBox .feature_item{
  font-size: 0;
  padding: 21px 0;
  line-height: 32px;
  border-bottom: 1px solid #ebebeb;
}
.featureBox .feature_item .feature_txt{
  position: relative;
  max-width:430px;
}
.featureBox .feature_item.feature_organtype .feature_txt{
  width:400px;
}
.featureBox .feature_item.feature_organtype .feature_txt span.radio{
  width:86px;
}
.featureBox .feature_item .feature_name,
.featureBox .feature_item .feature_txt{
  display:inline-block;
  *display:inline;
  *zoom:1;
  vertical-align: top;
  font-size:0;
}
.featureBox .feature_item .feature_name{
  margin-right: 30px;
  font-size:15px;
  min-width: 105px;
  color:#000;
}
.featureBox .feature_item .feature_txt span.radio{
  font-size:14px;
  display:inline-block;
  *display:inline;
  *zoom:1;
  vertical-align: middle;
  padding-left:20px;
  margin-right:26px;
  background:url('/abc/MoBanImgs/TenYears2019/PC/Zixin/images/index/bg_radio.png') no-repeat;
  background-position: 0 -25px;
  color:#000;
}
.featureBox .feature_item .feature_txt span.radio.active{
  background-position: 0 6px;
}
.featureBox .feature_item .feature_txt.border{
  position: relative;
  width:222px;
  height:32px;
  border:1px solid #ebebeb;
  border-radius:5px;
  padding:0 28px;
  color:#000;
}
.featureBox .feature_item .feature_txt.border .iconfont.arrow{
  position: absolute;
  right:28px;
  top:50%;
  transform: translateY(-50%);
}
.featureBox .feature_item .feature_txt.border .seled{
  width:200px;
  height: 100%;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.featureBox .feature_item .feature_txt.border .selBox{
  display: none;
  position: absolute;
  left: 0;
  top: 32px;
  width: 278px;
  max-height: 160px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #ebebeb;
  background: #fff;
  z-index: 10;
  overflow-y:auto;
}
.featureBox .feature_item .feature_txt.border .selBox li{
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 28px;
  color:#000;
}
.featureBox .feature_item .feature_txt.border .selBox li.active,
.featureBox .feature_item .feature_txt.border .selBox li:hover{
  background:#f6f6f6;
}
.featureBox .feature_item .feature_txt.border input{
  height: 32px;
  border: none;
  outline: none;
  line-height: 32px;
  padding: 0;
}
.feature_organtype .feature_txt{
  width:430px;
}
.popUp .btnBox{
  text-align: center;
    font-size: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}
.popUp .btnBox .btn{
  display: inline-block;
  *display:inline;
  *zoom:1;
  vertical-align: middle;
  width:120px;
  height: 40px;
  line-height: 40px;
  border-radius:5px;
  border:1px solid #ebebeb;
  font-size:14px;
  color:#333;
  margin:0 30px;
}
.popUp .btnBox .btn.btn_sure{
  background:#f94c4c;
  color:#fff;
}
.popUp.popSitesetting .popCon,
.popUp.popLogTips .popCon{
  padding:0;
  overflow:hidden;
  font-size:14px;
  width:406px;
}
.popUp.popLogTips .popCon{
  width:481px;
  text-align:left;
}
.popUp.popSitesetting .popCon .title,
.popUp.popLogTips .popCon .title{
  padding:0 20px;
  text-align:left;
  background:#f8f8f8;
  height: 36px;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
}
.popUp.popSitesetting .popCon .title span,
.popUp.popLogTips .popCon .title span{
  font-size: 14px;
  line-height: 37px;
}
.popUp.popSitesetting .popCon .title .btn_close,
.popUp.popSitesetting .popCon .title .btnSave,
.popUp.popSitesetting .popCon .title .btnDefault,
.popUp.popLogTips .popCon .title .btn_close{
  float:right;
}

.popUp.popLogTips .popCon .title span.btn_close{
  top:10px;
}
.popUp.popSitesetting .popCon .title span.btn_close{
  top: 9px;
  right: 24px
}
.popUp.popLogTips .tips{
  padding:30px;
}
.popUp.popLogTips .tips h5{
  font-size:20px;
}
.popUp.popLogTips .tips p{
  line-height: 3;
}
.popUp.popLogTips .btnWrap,
.popUp.popCloseTips .btnWrap,
.popUp.popSwitchAddress .btnWrap{
  text-align: center;
}
.popUp.popLogTips .btnWrap span,
.popUp.popCloseTips .btnWrap span,
.popUp.popSwitchAddress .btnWrap span{
  display:inline-block;
  *display:inline;
  *zoom:1;
  margin:0 10px 50px;
  width:120px;
  height: 36px;
  line-height: 36px;
  border-radius: 5px;
  cursor: pointer;
}
.popUp.popLogTips .btnWrap span:first-child,
.popUp.popCloseTips .btnWrap span.btnCancelSave,
.popUp.popSwitchAddress .btnWrap span.btnSwtich{
  background:#da1520;
  color:#fff;
}
.popUp.popLogTips .btnWrap span:last-child,
.popUp.popCloseTips .btnWrap span.btnSaveClose,
.popUp.popSwitchAddress .btnWrap span.btnCancel{
  border:1px solid #999;
}
.popUp.popSitesetting .popCon .title .btnDefault,
.popUp.popSitesetting .popCon .title .btnSave{
  display: inline;
  margin-right: 15px;
  font-size: 12px;
  color:#da1520;
  cursor: pointer;
}
.popUp.popSitesetting .popCon .title .btnSave{
    margin-right: 37px;
}
.mySite{
  position: relative;
  padding: 9px 20px 14px;
  overflow: hidden;
  background: #f7f7f7;
}
.mySite li{
  float: left;
  margin: 4px 0 4px 5px;
  background: #fff;
  border: 1px dotted #bbb;
  width: 115px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
}
.mySite span{
  float: left;
  margin-left: 5px;
  outline: 0;
  line-height: 20px;
}
.mySite li .sitename{
  color: #999;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 69px;
  cursor: move;
  text-align: left;
}
.modify{
  height: 20px;
  width: 9px;
  background-image: url(/abc/MoBanImgs/TenYears2020/PC/Zixin/common/images/aio-all.png);
  background-repeat: no-repeat;
  background-position: -192px -4062px;
}
.delete{
  height: 20px;
  width:15px;
  background-image: url(/abc/MoBanImgs/TenYears2020/PC/Zixin/common/images/aio-all.png);
  background-repeat: no-repeat;
  background-position: -186px -4142px;
}
.addBox{
  text-align: left;
  border-top: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  position: relative;
  z-index: 100;
  padding: 20px 20px 30px;
}
.addBox label{
  display: block;
  margin-bottom:20px;
}
.addBox label input{
  margin: 0 0 0 2px;
  border: 1px solid #999;
  padding: 4px 7px 4px 4px;
  width: 279px;
  height: 16px;
  line-height: 16px;
  color: #333;
  background-color: #fff;
}
.addBox label input#url{
  margin-left:30px;
}
.addBox .btnAdd{
  width: 69px;
  height: 28px;
  color: #fff;
  margin-left: 0;
  line-height: 28px;
  background-position: 0 -78px;
  background-color: #da1520;
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 20px auto 0
}
.popSitesetting .inputBox{
  font-size: 0;
  margin-bottom:25px;
}

.popCommon{
  display:none;
  position: fixed;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  padding:20px;
  font-size: 16px;
  color:#fff;
  background:rgba(0,0,0,.5);
  border-radius:10px;
  z-index:9999;
}
.noMore{
  width: 720px;
  height: 60px;
  border: 1px solid #eee;
  border-radius: 6px;
  text-align: center;
  line-height: 60px;
  box-sizing: border-box;
  margin-top: 10px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: relative;
  margin-top: 19px;
  color:#666;
  text-align:center;
}
.noSite{
  padding:80px;
  font-size: 16px;
}
.noSite span{
  color:#da1520;
  padding:0 3px;
  cursor: pointer;
}
.popCloseTips .popCon{
  width:300px;
}
.popUp.popCloseTips .popTips{
  padding:30px 0;
}
.popUp.popCloseTips .btnWrap span{
  margin-bottom: 30px;
}
.popUp.popSwitchAddress .btnWrap .btn_close{
  position: static;
}
.popUp .switchTips{
  padding: 30px 0;
}
.popUp .switchTips .mapAddress{
  color:#da1520;
}