.btn-disable {
  /*background: #4b8de5;*/
  background:#c0c0c0;
  border: #999999 1px solid;
}

/*h5页面预览专用样式*/
.markLayout{ position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.7;filter:alpha(opacity=70); z-index:100;}
.closePhoneButton{
  background-color:#d93600;
  color:#fff;height:79px;
  width:30px;position:relative;
  top:-500px;
  left:379px;padding-top:30px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
/**/
.ant-select-dropdown-hidden {
	z-index: -1;
    display: none !important;
}
		
.popBox{ position:fixed; top:50%; left:50%; margin-left:-290px; margin-top:170px; width:580px; height:340px; background:#FFF; z-index:101;}
.previewBox{ width:379px; height:820px; margin-left:-190px; margin-top:-370px; background:none;}
.phoneBg{ width:379px; height:750px; background:url(../images/cellphoneBg.png) no-repeat;}
.contBox{ padding:105px 30px 95px 30px; width:320px; height:550px; overflow-x:hidden; overflow-y:auto;}
.docLink{
    color:#4b8de5;
}
