@charset "UTF-8";
@import url(public.css);
@import url(../font/iconfont.css);
/* this is  blue */
/* this is  border color */
.blue {
  color: #55aded !important; }

.add {
  color: #55aded !important; }

.red {
  color: #f16c6d !important; }

.header {
  width: 100%;
  min-width: 1440px;
  border-bottom: 2px solid #ecf1f5;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 55;
  background: #fff; }
  .header .l {
    width: 184px;
    float: left;
    overflow: hidden;
    border-right: 2px solid #ecf1f5;
    background: #f8f9fb;
    height: 100%;
    line-height: 60px;
    text-align: center; }
  .header .r {
    float: left;
    height: 100%; }
  .header .navH {
    float: left; }
    .header .navH li {
      display: inline-block;
      height: 56px;
      margin: 0 20px;
      line-height: 56px;
      cursor: pointer; }
    .header .navH li.sel {
      border-bottom: 4px solid #55aded;
      color: #55aded; }

.search {
  width: 234px;
  float: right;
  height: 32px;
  overflow: hidden;
  margin-right: 40px; }
  .search input {
    height: 30px;
    border: 1px solid #ecf1f5;
    width: 200px;
    float: left; }
  .search button {
    float: right;
    height: 32px;
    width: 32px;
    color: #fff;
    background: #55aded;
    line-height: 32px;
    text-align: center; }

.sideL {
  width: 184px;
  border-right: 2px solid #ecf1f5;
  position: fixed;
  top: 62px;
  left: 0;
  z-index: 55; }
  .sideL .headImg {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    border-radius: 1000px;
    overflow: hidden; }
    .sideL .headImg img {
      width: 100%; }
  .sideL .ls {
    margin: 20px auto;
    overflow: hidden;
    text-align: center; }

.sideNav {
  width: 100%; }
  .sideNav li {
    height: 40px;
    width: 100%;
    position: relative;
    border-top: 2px solid #ecf1f5;
    line-height: 40px;
    text-align: center;
    cursor: pointer; }
  .sideNav .sel {
    width: 180px;
    height: 40px;
    border-left: 4px solid #55aded;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 55;
    display: block;
    border-right: 4px solid #fff; }

.main {
  overflow: hidden;
  width: 100%;
  padding: 80px 20px  0 206px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.tableBox {
  width: 100%;
  display: table; }
  .tableBox > li {
    display: table-row; }
    .tableBox > li dt:nth-of-type(1) {
      width: 90px; }
      .tableBox > li dt:nth-of-type(1) button {
        font-size: 24px;
        color: #e6e7eb; }
    .tableBox > li > dt {
      display: table-cell;
      vertical-align: middle;
      height: 50px;
      text-align: center;
      border-bottom: 1px solid #ecf1f5; }
      .tableBox > li > dt .iconfont {
        padding: 3px;
        font-size: 18px;
        vertical-align: -1px;
		margin-right: 3px;}
      .tableBox > li > dt .btn {
        background: #ebeff2;
        border-radius: 1000px;
        color: #6b8691;
        padding: 10px; }

.thead dt {
  background: #ecf1f5; }

.nBT {
  border-bottom: 0 !important; }

.hBR {
  border-right: 1px solid #ecf1f5 !important; }

.tab2 {
  display: table;
  width: 90%; }
  .tab2 > li {
    display: table-row; }
    .tab2 > li > dt {
      display: table-cell; }

.paging {
  display: table;
  float: right;
  font-size: 14px; }

.paging > li {
  cursor: pointer;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border: 1px solid #f1f2f4;
  display: table-cell;
  text-align: center; }

.btnBlue {
  color: #fff !important;
  background: #03a9f4;
  border: 1px solid #03a9f4 !important; }

.mainBox {
  width: 60%;
  float: left; }

.mainBox > li {
  padding-top: 10px;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.strongTit {
  color: #3e3e3e;
  text-align: left;
  font-size: 18px;
  padding: 10px 0; }

.mainBox li > dl:nth-of-type(1) {
  float: left; }

.mainBox li > dl {
  width: 45%; }

.mainBox li dt,
.mainBox li dl {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.mainBox li > dl:nth-of-type(2) {
  float: right; }

.is1 dl {
  width: 48.4% !important; }

.mainBox li > dt:nth-of-type(1),
.mainBox li > dl > dt:nth-of-type(1) {
  margin: 10px 0 5px;
  overflow: hidden;
  font-size: 12px;
  color: #6b8693; }

.mainBox li dt:nth-of-type(2) {
  position: relative; }

.mainBox li > dt:nth-child(2) > input, .mainBox li > dl > dt > input {
  width: 97%; }

.mainBox input, .mainBox select, .selP {
  width: 100%;
  text-indent: 10px;
  border-radius: 4px;
  height: 44px;
  border: 2px solid #e6ebef; }

.mainBox li.is3 > dt:nth-of-type(2) > select {
  width: 31.5%; }

.btnW90 {
  margin-left: 10px;
  border-radius: 20px;
  width: 100px !important;
  height: 40px; }

.btnGray {
  color: #6b8693;
  background: #ebeff2; }

.btnBlue {
  color: #fff !important;
  background: #03a9f4;
  border: 1px solid #03a9f4 !important; }

.submitBtn {
  padding-top: 30px !important;
  text-align: center;
  padding-bottom: 30px;
}
.bomBox {
  overflow: hidden;
  padding: 30px 0; }

.bomBox > .batchBox {
  float: left; }

.bomBox > .batchBox > div {
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  float: left; }

.bomBox {
  overflow: hidden;
  padding: 30px 0;
  clear: both; }

.ioc {
  margin-left: 15px;
  color: #e7e8ec;
  cursor: pointer;
  font-size: 18px;
  width: 40px;
  display: block;
  height: 40px;
  line-height: 43px !important; }

.firstImg {
  width: 100%; }

.firstImg i {
  position: relative;
  line-height: 110px;
  text-align: center;
  border: 2px solid #e7ecef;
  font-size: 46px;
  color: #dfdfdf;
  display: block;
  margin-right: 2%;
  float: left;
  width: 60%;
  height: 110px;
  margin-bottom: 20px;
  overflow: hidden; }
.firstImg i .imgBj {
    width: 100%; }
.firstImg2 i {
  height: 122px;
  line-height: 122px;
  width: 122px;
  overflow: hidden; }

.firstImg2 i img {
  width: 100%; }

.dgif {
  margin-top: -21px;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-left: -21px; }
  .dgif img {
    display: block; }

.upload {
  overflow: hidden;
  bottom: 0;
  position: absolute;
  line-height: 24px;
  color: #fff;
  font-size: 12px;
  width: 100%;
  height: 0;
  background: #03a9f4;
  font-style: normal;
  left: 0; }

.inputFile {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 22; }

.delIcon {
  color: #ff625d;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 5px;
  top: 5px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  font-size: 24px;
  z-index: 25; }

.log {
  padding: 2%;
  width: 95%;
  border: 2px solid #e4ecef;
  border-radius: 4px; }

.yesNoTC > span {
  margin-right: 10px;
  text-align: center;
  line-height: 30px;
  height: 26px;
  vertical-align: middle;
  display: block;
  float: left !important; }

.selIco {
  text-align: center;
  cursor: pointer;
  color: #03a9f3;
  margin-right: 10px;
  font-size: 17px;
  width: 26px;
  height: 26px;
  line-height: 26px !important;
  border-radius: 50%;
  border: 2px solid #e7ecef;
  vertical-align: middle;
  display: block; }

.addVideoR {
  position: relative;
  width: 30%;
  float: right;
  width: 200px; }

.addVT2 {
  font-size: 12px;
  color: #6b8693;
  width: 100%; }

.addVideoR .addVTImg {
  position: relative;
  font-size: 46px;
  color: #dfdfdf;
  text-align: center;
  height: 138px;
  border: 2px solid #e7ecef;
  width: 98%; }

.addVideoL {
  float: left;
  width: 63%; }

.corRed {
  color: #ff625d !important; }

/* 寮圭獥 */
.popup .pTit {
  height: 40px;
  width: 94%;
  padding: 0 3%;
  background: #f3f3f3;
  line-height: 40px;
  font-size: 16px;
  color: #333; }
  .popup .pTit .shut {
    height: 40px;
    width: 40px;
    float: right;
    line-height: 40px;
    text-align: center;
    color: #666;
    font-size: 16px; }
.popup textarea,
.popup select,
.popup input,
.popup p {
  width: 94%;
  outline: none;
  border: 1px solid #dcdcdc;
  margin: 10px auto;
  display: block;
  border-radius: 2px;
  box-sizing: border-box; }
.popup textarea {
  min-height: 90px;
  background-color: rgba(181, 181, 181, 0.1);
  resize: none;
  padding: 5px; }
.popup select {
  height: 40px; }
.popup input {
  height: 40px;
  padding: 0 5px; }
.popup p {
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  border: none; }
.popup .icon {
  line-height: 120px;
  width: 120px;
  height: 120px;
  margin: 10px auto;
  color: #03a9f4;
  font-size: 120px; }
.popup .btnBox {
  height: 40px;
  width: 100%;
  border-top: 1px solid #f7f7f7; }
  .popup .btnBox button {
    width: 50%;
    float: left;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    color: #666;
    font-size: 16px;
    transition: all 0.8s; }
  .popup .btnBox button:hover {
    background: #03a9f4;
    color: #fff; }
  .popup .btnBox .btn1 {
    border-right: 1px solid #f7f7f7; }

.nodata {
  line-height: 50px;
  text-align: center;
  font-size: 26px;
  padding: 20px 0;
  overflow: hidden;
 }

.gdw {
  width: 700px; }

.menberPower {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ececec; }

.menberPower dt {
  line-height: 40px; }

.menberPower dt i, .menberPower dt span {
  float: left;
  display: block;
  font-style: normal; }

.sel2 {
  color: #e7e8ec;
  cursor: pointer;
  font-size: 22px;
  width: 30px;
  height: 30px;
  text-align: center; }

.menberPowerList {
  padding-left: 40px;
  clear: both;
  overflow: hidden; }

.menberPowerList li {
  padding-right: 30px;
  overflow: hidden;
  float: left; }

.menberPowerList li > span {
  line-height: 30px;
  height: 30px;
  vertical-align: middle;
  display: inline-block; }

.corBlue {
  color: #55acef !important; }

.oright > select {
  margin-right: 40px;
  height: 32px;
  border: 1px solid #eaeaea;
  color: #838383; }

.oright {
  float: right; }

.tabBtnBox {
  height: 60px; }

.loginBj {
  background: #edf0f5; }

.loginBox {
  width: 540px;
  position: fixed;
  top: 18%;
  left: 50%;
  margin-left: -210px;
  overflow: hidden; }

.loginBox form {
  padding: 20px 30px 40px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  overflow: hidden; }

.loginBox .tit {
  color: #838488;
  font-size: 16px; }

.loginBox label,
.loginBox input {
  display: block;
  text-align: left;
  width: 100%; }

.loginBox input {
  border-radius: 8px;
  height: 50px;
  border: 1px solid #e7ecef; }

.loginBox form input:nth-of-type(1),
.loginBox form input:nth-of-type(2) {
  text-align: left;
  text-indent: 20px; }

.loginBox form input:nth-of-type(3) {
  text-align: center; }

.loginBox label {
  padding: 30px 0 10px; }

.loginBox dt:nth-of-type(1) {
  padding: 0 0 20px;
  font-size: 34px; }

.loginBox dt:nth-of-type(2) {
  padding: 0 0 20px;
  font-size: 18px; }

.jzpwd {
  text-align: left;
  overflow: hidden;
  padding-top: 10px; }

.jzpwd span {
  vertical-align: middle;
  display: inline-block; }

.exit {
  float: right;
  margin-right: 50px;
  height: 40px;
  color: #666;
  margin-top: 10px; }

.exit > span {
  display: inline-block;
  vertical-align: middle; }

.lrinfoBox {
  clear: both; }

.xqBox {
  overflow: hidden;
  padding: 40px 0 10px; }

.xttit {
  overflow: hidden;
  font-size: 12px;
  color: #6b8693; }

.qx {
  line-height: 30px;
  height: 30px;
  vertical-align: middle;
  display: inline-block; }

.xqBox dt {
  display: inline-block;
  vertical-align: middle; }
/*# sourceMappingURL=newsystem.css.map */

