
/* CSS Document */

/*commmon*/
body, dl, dd, h1, h2, h3, h4, h5, h6, p, ol, ul, form { margin:0;padding:0;}
a { text-decoration: none; cursor: pointer;}
a:hover, a:active, a:visited, a:link{ text-decoration: none; cursor:pointer;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;}
*:focus{outline:none;}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

i{ font-style:normal}
ul li{ list-style:none;}
input { outline: none;}
img { border: 0 none; display:block;}

html{ height:100%; min-height:100%;}
body{ 
    color: #333;
  font-size: 14px; 
  font-weight:normal;
  font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
  width:100%;
  min-width:750px;
  height:100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.fr{ float:right;}
.fl{ float:left;}
.fz24{ font-size: 24px;}
.fz20{ font-size: 20px;}
.fz18{ font-size: 18px;}
.fz16{ font-size: 16px;}
.fz14{ font-size: 14px;}
.fz12{ font-size: 12px;}

.clearfloat:after{ display:block; content:''; clear: both;}

/* ----------------recordBox------------------ */

.pop-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  color: #333; }
  .pop-box .bg {
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%; }

.pop-form {
  width: 500px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  margin-left: 50%;
  top: 120px;
  left: -250px;
  z-index: 110; }

.pop-form-top {
  width: 100%;
  height: 46px;
  line-height: 46px;
  color: #333;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  background: #E8E8E8;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.pop-form-top i {
  display: block;
  cursor: pointer;
  width: 46px;
  height: 46px;
  background: url(http://www.yonyou-cloud.com.cn/Style/index/pop-close.png) no-repeat center;
  background-size: 16px auto;
  position: absolute;
  top: 0;
  right: 0; }

.pop-form-footer {
  width: 100%;
  padding: 30px 40px; }

.group-title-style {
  height: 34px;
  line-height: 34px; }

.group-input-pop {
  width: 260px;
  margin: 0 auto 20px;
  height: 34px;
  line-height: 34px;
  position: relative; }

.group-input-pop input[type="text"] {
  width: 100%;
  height: 34px;
  background: #fff;
  line-height: 32px;
  border: 1px solid #ececec;
  font-size: 14px;
  color: #666;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  cursor: pointer; }

.btn-box-pop {
  width: 100%;
  border-top: 1px solid #ebebeb;
  padding-top: 16px; }

.btn-pop-style {
  display: inline-block;
  width: 140px;
  margin: 0 auto;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px; }

.red-btn-t {
  cursor: pointer;
  background: #ff4b47;
  border: 1px solid #ff4b47;
  color: #fff;
  margin-right: 20px; }

.red-btn-t:hover {
  box-shadow: 0 0 15px rgba(255, 75, 71, 0.5);
  -webkit-box-shadow: 0 0 15px rgba(255, 75, 71, 0.5);
  -ms-box-shadow: 0 0 15px rgba(255, 75, 71, 0.5); }

.white-btn-q {
  cursor: pointer;
  background: #fff;
  border: 1px solid #ececec;
  color: #333; }

.white-btn-q:hover {
  box-shadow: 0 0 15px rgba(236, 236, 236, 0.8);
  -webkit-box-shadow: 0 0 15px rgba(236, 236, 236, 0.8);
  -ms-box-shadow: 0 0 15px rgba(236, 236, 236, 0.8); }

.pop-erro {
  padding-top: 10px;
  color: #bf0719;
  width: 310px;
  margin: 0 auto; }

.pop-form2 {
  width: 640px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  margin-left: 50%;
  top: 120px;
  left: -320px;
  z-index: 110; }

.pop-form .fz20 {
  margin-bottom: 10px;
  color: #bf0719; }

.pop-form .closeIcon {
  display: block;
  width: 46px;
  height: 46px;
  background: url(http://www.yonyou-cloud.com.cn/Style/index/pop-close.png) no-repeat center;
  background-size: 16px auto;
  position: absolute;
  top: 0;
  right: 0; }

.group-input-pop2 {
  width: 220px;
  margin: 0 auto 20px;
  height: 34px;
  line-height: 34px;
  position: relative; }

.group-input-pop2 input[type="text"] {
  width: 100%;
  height: 34px;
  background: #fff;
  line-height: 32px;
  border: 1px solid #ececec;
  font-size: 14px;
  color: #666;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px; }

.select-box {
  display: none;
  width: 100%;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 900;
  border: 1px solid #ededed;
  border-radius: 2px; }

.select-box li {
  width: 100%;
  height: 28px;
  line-height: 28px;
  background: #fff;
  font-size: 12px;
  padding-left: 10px;
  cursor: pointer; }

.select-box li:hover {
  background: #BFD6E4; }

.seclect-icon {
  display: block;
  width: 34px;
  height: 34px;
  background: url(http://www.yonyou-cloud.com.cn/Style/index/secter-icon.png) no-repeat center;
  background-size: 12px auto;
  position: absolute;
  right: 0;
  top: 0; }

/*# sourceMappingURL=record.css.map */
