body {
  height: 100%;
  min-width: 1000px;
}
body input.form-control {
  border-color: #dedede;
  border-radius: 0px;
}
body .btn-yy {
  display: inline-block;
  width: 180px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  font-size: 22px;
  cursor: pointer;
  color: white;
  text-align: center;
  background: #08a4dd;
  background: -moz-linear-gradient(top, #08a4dd 0%, #006dbf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08a4dd), color-stop(100%, #006dbf));
  background: -webkit-linear-gradient(top, #08a4dd 0%, #006dbf 100%);
  background: -o-linear-gradient(top, #08a4dd 0%, #006dbf 100%);
  background: -ms-linear-gradient(top, #08a4dd 0%, #006dbf 100%);
  background: linear-gradient(to bottom, #08a4dd 0%, #006dbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#08a4dd, endColorstr=#006dbf, GradientType=0);
}
body .btn-yy:hover {
  box-shadow: 0 4px 10px 2px rgba(0, 109, 191, 0.42);
}
body .btn-yy.pre {
  margin-right: 20px;
  background: #f8d759;
  background: -moz-linear-gradient(top, #f8d759 0%, #ffbc56 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8d759), color-stop(100%, #ffbc56));
  background: -webkit-linear-gradient(top, #f8d759 0%, #ffbc56 100%);
  background: -o-linear-gradient(top, #f8d759 0%, #ffbc56 100%);
  background: -ms-linear-gradient(top, #f8d759 0%, #ffbc56 100%);
  background: linear-gradient(to bottom, #f8d759 0%, #ffbc56 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8d759, endColorstr=#ffbc56, GradientType=0);
}
body .btn-yy.pre:hover {
  box-shadow: 0 4px 10px 0px rgba(255, 138, 0, 0.42);
}
body .h-tit {
  color: #242424;
  font-size: 30px;
  position: relative;
  margin-bottom: 20px;
}
body .h-tit:after {
  content: '';
  width: 60px;
  height: 2px;
  margin-left: -30px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  background-color: #dedede;
}
body .imp {
  color: red;
}
body .imblock {
  display: block;
}
body .aside-bar {
  position: absolute ;
  top: 150px;
  right: -70px;
}
body .aside-bar ul li {
  margin-bottom: 5px;
}
body .aside-bar ul li a {
  display: inline-block;
  padding: 10px 5px;
  background-color: #fff;
}
body .aside-bar ul li a i {
  font-size: 30px;
  color: #006dbf;
}
body .aside-bar ul li a:hover {
  color: white;
  background-color: #006dbf;
}
body .aside-bar ul li a:hover i {
  color: white;
}
body .aside-modal {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  margin-left: -300px;
  position: absolute;
  left: 50%;
  top: -30px;
  width: 600px;
  height: 100px;
  z-index: 1000;
  line-height: 100px;
}
.nav-head {
  height: 60px;
}
.nav-head .div {
  height: 100%;
}
.nav-head .div span {
  display: inline-block;
  margin-left: 15px;
  color: #006dbf;
  font-size: 24px;
  vertical-align: middle;
}
.nav-head .bread-nav li {
  display: inline-block;
  line-height: 60px;
  padding-left: 15px;
}
.nav-head .bread-nav li a {
  color: #8e8e8e;
}
.nav-head .bread-nav li a:hover {
  color: #006dbf;
  text-decoration: underline;
}
.nav-head .bread-nav li span {
  display: inline-block;
  margin-left: 15px;
  color: #e8e8e8;
}
.foot {
  width: 100%;
  height: 120px;
  margin-top: -30px;
  background: #006dbf;
  background: -moz-linear-gradient(left, #006dbf 0%, #08a4dd 100%);
  background: -webkit-linear-gradient(left, #006dbf 0%, #08a4dd 100%);
  background: -o-linear-gradient(left, #006dbf 0%, #08a4dd 100%);
  background: -ms-linear-gradient(left, #006dbf 0%, #08a4dd 100%);
  background: linear-gradient(to right, #006dbf 0%, #08a4dd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#006dbf, endColorstr=#08a4dd, GradientType=1);
  padding-top: 80px;
  box-sizing: border-box;
}
.foot .right {
  text-align: center;
  color: white;
}
.cont {
  border-top: 1px solid transparent;
  background: url('http://cdn.wfcheck.cn/img/bj_02.jpg') no-repeat 100% 0;
  background-size: cover;
  text-align: center;
}
.cont > .block1200 {
  height: 100%;
}
.cont > .block1200 > h6 {
  font-size: 50px;
  font-weight: normal;
}
.cont .h-p {
  font-size: 24px;
  margin: 10px auto 20px;
}
.main {
  background-color: #fff;
  position: relative;
  z-index: 1000;
  padding: 30px 20px;
}
.main .step ul {
  position: relative;
  margin: 0px 0px 10px;
  display: inline-block;
}
.main .step ul li {
  display: inline-block;
  padding: 0px 14px;
  margin-left: 80px;
  background-color: #fff;
}
.main .step ul li span {
  display: inline-block;
  vertical-align: middle;
  color: #9e9e9e;
  font-size: 16px;
}
.main .step ul li span.cir {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: white;
  background-color: #9e9e9e;
  margin-right: 8px;
}
.main .step ul li.active span {
  color: #006dbf;
}
.main .step ul li.active span.cir {
  color: white;
  background-color: #006dbf;
}
.main .step ul li:first-child {
  margin-left: 0;
}
.main .step ul:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #dedede;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.main .category-choose {
  padding-top: 20px;
}
.main .category-choose .category {
  margin: 80px auto 50px;
}
.main .category-choose .category.fours li {
  width: 200px;
}
.main .category-choose .category.fives li {
  width: 170px;
  height: 230px;
  margin-left: 20px;
}
.main .category-choose .category.fives li > img {
  width: 51px;
  height: 51px;
}
.main .category-choose .category.fives li h6 {
  font-size: 20px;
}
.main .category-choose .category.fives li > .tip {
  right: -10px;
}
.main .category-choose .category li {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  height: 280px;
  padding-top: 40px;
  margin-left: 40px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  color: white;
}
.main .category-choose .category li h6 {
  font-size: 26px;
  margin: 24px auto 20px;
}
.main .category-choose .category li h6.p1 {
  margin-bottom: 10px;
}
.main .category-choose .category li p.p2 {
  font-size: 16px;
  margin-bottom: 2px;
}
.main .category-choose .category li .mask {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0px;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  transition: all 0.2s;
  overflow: hidden;
}
.main .category-choose .category li .mask img {
  margin-top: 100px;
}
.main .category-choose .category li.active .mask {
  height: 100%;
}
.main .category-choose .category li:first-child {
  margin-left: 0px;
}
.main .category-choose .category li.c1 {
  background: url("http://cdn.wfcheck.cn/img/bg-category1.png") no-repeat center center;
}
.main .category-choose .category li.c2 {
  background: url("http://cdn.wfcheck.cn/img/bg-category2.png") no-repeat center center;
}
.main .category-choose .category li.c3 {
  background: url("http://cdn.wfcheck.cn/img/bg-category3.png") no-repeat center center;
}
.main .category-choose .category li.c4 {
  background: url("http://cdn.wfcheck.cn/img/bg-category4.png") no-repeat center center;
}
.main .category-choose .category li > .tip {
  position: absolute;
  right: -25px;
  top: -15px;
  width: 115px;
  height: 43px;
  line-height: 32px;
  color: #fff;
  background: url(http://cdn.wfcheck.cn/img/choose-tip-bg.png) no-repeat center;
  background-size: cover;
  z-index: 2;
}
.main .category-choose .category li > .tip.ys {
  width: 226px;
  right: -45px;
  top: -25px;
  height: 54px;
  padding: 0 10px;
  line-height: normal;
  font-size: 12px;
  background: none;
  box-sizing: border-box;
}
.main .category-choose .category li > .tip.ys .ys_top {
  background: #EA2727;
  padding: 5px 15px;
  border-top-left-radius: 12px;
  white-space: nowrap;
  box-sizing: border-box;
}
.main .category-choose .category li > .tip.ys .ys_down {
  background: #C52020;
  padding: 5px 15px;
  border-bottom-right-radius: 12px;
  white-space: nowrap;
  box-sizing: border-box;
}
.main .category-choose .category li > .tip.ys {
  width: 226px;
  right: -45px;
  top: -25px;
  height: 54px;
  padding: 0 10px;
  line-height: normal;
  font-size: 12px;
  background: none;
  box-sizing: border-box;
}
.main .category-choose .category li > .tip.ys .ys_top {
  background: #EA2727;
  padding: 5px 15px;
  border-top-left-radius: 12px;
  white-space: nowrap;
  box-sizing: border-box;
}
.main .category-choose .category li > .tip.ys .ys_down {
  background: #C52020;
  padding: 5px 15px;
  border-bottom-right-radius: 12px;
  white-space: nowrap;
  box-sizing: border-box;
}
.main .system-choose {
  padding-top: 20px;
}
.main .system-choose .h-tit:after {
  width: 260px;
  margin-left: -130px;
  left: 50%;
}
.main .system-choose .h-p {
  font-size: 16px;
  color: #006dbf;
  position: relative;
  display: inline-block;
}
.main .system-choose .h-p .table {
  display: none;
  width: 1024px;
  padding: 30px;
  border: 2px solid #ececec;
  position: absolute;
  top: -40px;
  left: -512px;
  background-color: #fff;
  color: #464646;
  z-index: 1000;
}
.main .system-choose .h-p .table .table-head {
  width: 150px;
  position: relative;
  z-index: 100;
}
.main .system-choose .h-p .table .table-head .txt {
  position: absolute;
  right: 25px;
  top: -9px;
}
.main .system-choose .h-p .table .table-head .txt2 {
  position: absolute;
  left: 25px;
  bottom: -9px;
}
.main .system-choose .h-p .table .table-head .img {
  position: absolute;
  width: 150px;
  height: 54px;
  left: 0;
  bottom: 0;
}
.main .system-choose .h-p .table thead tr {
  border: none;
}
.main .system-choose .h-p .table tr,
.main .system-choose .h-p .table td {
  border: 1px solid #9f9f9f;
}
.main .system-choose .h-p .table .h50 {
  height: 54px;
  line-height: 54px;
}
.main .system-choose .h-p .table .describe {
  padding: 32px 25px;
  text-align: left;
}
.main .system-choose .h-p:hover .table {
  display: block;
}
.main .system-choose .systems {
  margin: 70px auto 170px;
  text-align: center;
}
.main .system-choose .systems li {
  width: 260px;
  height: 114px;
  border: 3px solid #e6f1ff;
  display: inline-block;
  background: #dfeaf6;
  background: -moz-linear-gradient(top, #dfeaf6 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfeaf6), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #dfeaf6 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #dfeaf6 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #dfeaf6 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #dfeaf6 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dfeaf6, endColorstr=#ffffff, GradientType=0);
  padding-top: 30px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.main .system-choose .systems li .hanging {
  display: none;
  width: 48px;
  height: 48px;
  position: absolute;
  right: -20px;
  top: -20px;
}
.main .system-choose .systems li p {
  font-size: 16px;
}
.main .system-choose .systems li .yc-price {
  display: inline-block;
  background: url(http://cdn.wfcheck.cn/img/bg-price.png) no-repeat center;
  position: absolute;
  right: -30px;
  top: -20px;
  width: 124px;
  height: 43px;
  font-size: 16px;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  z-index: 1;
}
.main .system-choose .systems li.active {
  border-color: #006dbf;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cbecff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cbecff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cbecff, GradientType=0);
}
.main .system-choose .systems.s1 li {
  margin: 0 36px;
  vertical-align: middle;
}
.main .system-choose .systems.s2 li {
  width: 238px;
  margin: 0 15px;
}
.main .system-choose .systems.s3 li {
  margin: 0 100px;
}
.main .fill-msg {
  padding-top: 20px;
}
.main .fill-msg .row {
  min-height: 40px;
  margin-bottom: 25px;
  margin-left: 0px;
  margin-right: 0px;
}
.main .fill-msg .row .tit {
  line-height: 40px;
  width: 70px;
  font-size: 18px;
}
.main .fill-msg .row .row-cont {
  margin-left: 70px;
  padding-left: 15px;
  text-align: left;
}
.main .fill-msg .row .row-cont .whichSystem {
  position: relative;
  width: 230px;
  height: 56px;
  border: 2px solid #006dbf;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cbecff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cbecff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cbecff, GradientType=0);
  line-height: 56px;
  text-align: center;
}
.main .fill-msg .row .row-cont .whichSystem .hanging {
  width: 32px;
  height: 32px;
  position: absolute;
  right: -16px;
  top: -16px;
}
.main .fill-msg .row .row-cont .inputCont input {
  width: 720px;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding-left: 20px;
}
.main .fill-msg .row .row-cont .upload-cont .choose-way {
  line-height: 40px;
}
.main .fill-msg .row .row-cont .upload-cont .choose-way ul li {
  display: inline-block;
  width: 144px;
  border: 1px solid #ececec;
  border-bottom: none;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cbecff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cbecff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cbecff, GradientType=0);
  color: #5b5b5b;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  height: 42px;
}
.main .fill-msg .row .row-cont .upload-cont .choose-way ul li.active {
  background: #fff;
  height: 43px;
}
.main .fill-msg .row .row-cont .upload-cont .tab-cont {
  border-top: 1px solid #ececec;
  background-color: #ffffff;
}
.main .fill-msg .row .row-cont .upload-cont .tab-cont > div {
  padding-top: 24px;
  display: none;
  min-height: 229px;
}
.main .fill-msg .row .row-cont .upload-cont .tab-cont > div.active {
  display: block;
}
.main .fill-msg .row .row-cont .upload-cont .tab-cont .pre-upload .forlook {
  width: 600px;
  height: 38px;
  border: 1px solid #ececec;
  border-right: none;
  outline: none;
  background: none;
  padding-left: 20px;
}
.main .fill-msg .row .row-cont .upload-cont .tab-cont .pre-upload .btn-yy {
  width: 125px;
  height: 38px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
}
.main .fill-msg .row .row-cont .upload-cont .tab-cont .pre-upload .btn-yy:hover {
  box-shadow: none;
}
.main .fill-msg .row .row-cont .upload-cont .tab-cont textarea {
  resize: none;
  width: 100%;
  border: 1px solid #ececec;
  height: 200px;
  padding: 20px;
  box-sizing: border-box;
}
.main .fill-msg .row .row-cont .upload-cont .attention {
  margin-bottom: 20px;
}
.main .fill-msg .row .row-cont .upload-cont .attention .tit {
  color: #373737;
  font-size: 16px;
  font-weight: bold;
}
.main .fill-msg .row .row-cont .upload-cont .attention p {
  line-height: 24px;
}
.main .fill-msg .row.h60 {
  height: 60px;
}
.main .fill-msg .row.h60 .tit {
  line-height: 60px;
}
.main .pay {
  position: relative;
}
.main .pay .row-jc {
  font-size: 18px;
  line-height: 50px;
  margin: 24px auto;
  text-align: left;
}
.main .pay .row-jc .row-label {
  width: 110px;
}
.main .pay .row-jc .row-cont {
  margin-left: 110px;
}
.main .pay .row-jc .row-cont p {
  display: inline-block;
  padding: 0px 30px;
  margin-bottom: 0;
  position: relative;
}
.main .pay .row-jc .row-cont .pay-label li {
  display: block;
  float: left;
  width: 23.5%;
  /* 23.5*4+2*3=100*/
  min-width: 198px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  margin-left: 2%;
  margin-right: 0px!important;
  border: 2px solid #dedede;
  background-color: #f6f6f6;
}
.main .pay .row-jc .row-cont .pay-label li p {
  padding-left: 0px;
  padding-right: 0px;
}
.main .pay .row-jc .row-cont .pay-label li img {
  margin-right: 12px;
}
.main .pay .row-jc .row-cont .pay-label li:first-child {
  margin-left: 0px;
}
.main .pay .row-jc .row-cont .pay-label li.active {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cbecff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cbecff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cbecff, GradientType=0);
  border: 2px solid #006dbf;
}
.main .pay .row-jc .row-cont .coupon input {
  width: 340px;
  height: 50px;
  padding-left: 20px;
  border: 1px solid #dedede;
  background-color: #f6f6f6;
  outline: none;
  vertical-align: middle;
}
.main .pay .row-jc .row-cont .coupon div {
  width: 84px;
  display: inline-block;
  background-color: #2170d6;
  color: white;
  text-align: center;
  cursor: pointer;
  height: 100%;
  vertical-align: middle;
}
.main .pay .row-jc .row-cont.special {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cbecff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #cbecff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cbecff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cbecff, GradientType=0);
  border: 2px solid #006dbf;
}
.main .pay .row-jc.taobao-place .t-num {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px dashed #ececec;
}
.main .pay .row-jc.taobao-place .t-num ul li {
  display: inline-block;
  margin-right: 15px;
}
.main .pay .row-jc.taobao-place .t-num a {
  color: #8f8f8f;
}
.main .pay .row-jc.taobao-place .o-num {
  padding-top: 24px;
}
.main .pay .row-jc.taobao-place .o-num .o-row {
  height: 40px;
  line-height: 40px;
  padding: 0 60px 0 90px;
  position: relative;
  margin-bottom: 20px;
}
.main .pay .row-jc.taobao-place .o-num .o-row .o-tit {
  position: absolute;
  top: 0;
  left: 0;
}
.main .pay .row-jc.taobao-place .o-num .o-row input {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding-left: 10px;
  font-size: 12px;
}
.main .pay .row-jc.taobao-place .o-num .o-row .o-r {
  position: absolute;
  right: 0;
  top: 0;
}
.main .pay .row-jc.taobao-place .tb-btn {
  width: 136px;
  text-align: center;
  color: white;
  background-color: green;
  border-radius: 4px;
}
.main .pay .line {
  width: 100%;
  height: 1px;
  background-color: #dedede;
}
.main .pay .order-msg {
  background-color: #f9f9f9;
  padding: 20px;
}
.main .pay .order-msg .ad {
  margin-right: 330px;
}
.main .pay .order-msg .ad a {
  width: 100%;
}
.main .pay .order-msg .ad a img {
  width: 100%;
  height: 127px;
}
.main .pay .order-msg .msg {
  width: 300px;
  text-align: right;
  font-size: 14px;
  line-height: 36px;
}
.main .pay .order-msg .msg .imp {
  color: #f11414;
}
.main .pay .order-msg .msg li span {
  display: inline-block;
  width: 95px;
  line-height: 28px;
}
.main .pay .order-msg .msg li span.tll {
  text-align: left;
}
.main .pay .order-msg .msg li span.through {
  text-decoration: line-through;
}
.main .pay .order-msg .msg .money > span {
  font-size: 16px;
}
.main .pay .order-msg .msg .money b {
  font-size: 24px;
  margin-left: 50px;
}
.main .query {
  text-align: left;
}
.main .query ul li {
  margin-bottom: 30px;
}
.main .query ul li .q {
  font-size: 16px;
  color: #006dbf;
  font-weight: bold;
  line-height: 32px;
}
.main .query ul li .a {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.main .paper-list .search {
  text-align: left;
}
.main .paper-list .search .row {
  height: 40px;
}
.main .paper-list .search .row .tit {
  line-height: 40px;
  width: 80px;
  font-size: 16px;
}
.main .paper-list .search .row .row-cont {
  margin-left: 80px;
}
.main .paper-list .search .row .row-cont input {
  width: 280px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #dedede;
  padding-left: 20px;
  vertical-align: middle;
}
.main .paper-list .search .row .row-cont .btn-yy {
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  vertical-align: middle;
  margin-left: -2px;
  width: 110px;
  font-size: 16px;
}
.main .paper-list .search .pull-right {
  color: #b9b9b9;
  font-size: 12px;
  padding-top: 20px;
}
.main .paper-list .nopaper {
  text-align: center;
  margin: 150px auto;
}
.main .paper-list .nopaper p {
  color: #525252;
  font-size: 16px;
  margin-top: 28px;
}
.main .paper-list .line {
  width: 100%;
  height: 1px;
  margin: 30px auto;
  background-color: #e6e6e6;
}
.main .paper-list .lists {
  text-align: left;
}
.main .paper-list .lists .item {
  display: inline-block;
  width: 100%;
  height: 150px;
  position: relative;
  /* background-size: contain; */
}
.main .paper-list .lists .item .status {
  color: white;
  padding: 6px 5px;
}
.main .paper-list .lists .item .oid {
  position: absolute;
  top: 10px;
  left: 90px;
  color: #969696;
}
.main .paper-list .lists .item .upTime {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #969696;
}
.main .paper-list .lists .item .failReason {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fd6c2e;
}
.main .paper-list .lists .item .pname,
.main .paper-list .lists .item .author {
  color: #202020;
  margin: 10px;
}
.main .paper-list .lists .item .author {
  margin-left: 15px;
}
.main .paper-list .lists .item .opr {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.main .paper-list .lists .item .opr i {
  font-size: 20px;
  cursor: pointer;
}
.main .paper-list .lists .item .shuiyin {
  position: absolute;
  left: 10px;
  bottom: 25px;
  font-size: 21px;
}
.main .paper-list .lists .item.ing {
  background: url('http://cdn.wfcheck.cn/img/check-ing.png') no-repeat;
  color: #bebebe;
}
.main .paper-list .lists .item.ing .shuiyin {
  color: #95b2ce;
}
.main .paper-list .lists .item.success {
  background: url('http://cdn.wfcheck.cn/img/check-success.jpg') no-repeat;
}
.main .paper-list .lists .item.success i {
  color: #006dbf;
}
.main .paper-list .lists .item.success .shuiyin {
  color: #bbc3cd;
}
.main .paper-list .lists .item.fail {
  background: url('http://cdn.wfcheck.cn/img/check-fail.png') no-repeat;
}
.main .paper-list .lists .item.fail i {
  color: #fd6c2e;
}
.main .paper-list .lists .item.fail .shuiyin {
  color: #cdaeae;
}
.main .tips {
  text-align: left;
  padding: 16px;
  width: 928px;
  position: absolute;
  bottom: 12px;
  background-color: #e5f4ff;
  color: #006dbf;
  font-size: 12px;
}
#qr-code {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
}
#qr-code .bodyer {
  width: 300px;
  margin-left: -150px;
  margin-top: -210px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 10px #d2d2d2;
}
#qr-code .bodyer .tit {
  margin: 20px auto;
}
#qr-code .bodyer .tit2 h6 {
  padding-top: 30px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
}
#qr-code .bodyer .tit2 p {
  font-size: 16px;
  margin-bottom: 0px;
}
#qr-code .bodyer .tranmb {
  background-color: #1d1d1d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.62;
}
#qr-code .bodyer .qr-place {
  position: relative;
  text-align: center;
  width: 220px;
  height: 220px;
  margin: 0px auto;
}
#qr-code .bodyer .qr-place.qrmargin {
  margin-top: 20px;
  margin-bottom: 20px;
}
#qr-code .bodyer .qr-place img.erweima {
  max-width: 100%;
  max-height: 100%;
}
#qr-code .bodyer .qr-place .qr-cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin-top: 30%;
  text-align: center;
}
#qr-code .bodyer .qr-place .qr-cont .txt {
  color: white;
}
#qr-code .bodyer .qr-place .qr-cont a {
  color: white;
  text-decoration: underline;
}
#qr-code .bodyer .qr-foot {
  background-color: #f5f5f5;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
#qr-code .icon-close {
  width: 15px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
#promote {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
}
#promote .bodyer {
  width: 310px;
  height: 285px;
  background-color: #fff;
  margin-left: -155px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -180px;
  box-shadow: 0 0 10px #d2d2d2;
  padding: 40px 0px;
  color: #3b3b3b;
}
#promote .bodyer h6 {
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: bold;
}
#promote .bodyer p {
  font-size: 16px;
}
#promote .bodyer .pro-qr {
  margin-bottom: 15px;
}
#promote .bodyer .icon-close {
  width: 15px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
.div {
  text-align: center;
}
.div img {
  vertical-align: middle;
  height: 60px;
}
.div:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
#reupload {
  width: 540px;
  height: 400px;
  background-color: #fff;
  margin-left: -250px;
  position: absolute;
  top: 0;
  left: 50%;
  box-shadow: 0 0 10px #dedede;
  border-radius: 10px;
}
#reupload .nav {
  padding: 0 10px;
  font-size: 18px;
  text-align: left;
  height: 35px;
  line-height: 36px;
  border-bottom: 1px solid #e2e2e2;
}
#reupload .nav i {
  cursor: pointer;
  color: #464646;
}
#reupload .reupload {
  padding: 0 30px;
}
#reupload .reupload h6 {
  width: 80px;
  height: 32px;
  line-height: 32px;
  margin: 14px auto;
  font-size: 16px;
  color: #006dbf;
  border-bottom: 2px solid #006dbf;
}
#reupload .reupload .choose-file {
  height: 100px;
  border: 1px solid #dbdbdb;
  text-align: center;
  padding-top: 40px;
}
#reupload .reupload .r-tips {
  margin: 24px auto;
  text-align: left;
  line-height: 24px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.left {
  margin-left: -10px;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.scan-bind {
  line-height: 1;
  font-size: 12px;
  color: #838383;
}
.scan-bind .div-img {
  margin: 0px auto;
  text-align: center;
}
.scan-bind .div-img .erweima {
  width: 78px;
  height: 78px;
  margin: 0 auto;
  text-align: center;
}
.scan-bind .txt {
  margin: 5px 0px;
  position: relative;
}
.scan-bind .txt i {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  background: url(http://cdn.wfcheck.cn/img/icon-qs.png) no-repeat center;
  position: relative;
}
.scan-bind .txt i .popover {
  top: -32px;
  left: -400px;
  width: 400px;
  max-width: inherit;
  font-size: 12px;
  border-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(4, 0, 0, 0.09);
}
.scan-bind .txt i .popover .popover-content {
  padding: 5px 6px;
}
.scan-bind .txt i .popover.left > .arrow {
  border-left-color: #fff;
}
.scan-bind .txt i:hover .popover {
  display: block;
}
.head1 {
  height: 43px;
  background: url(http://cdn.wfcheck.cn/img/bg-header-blue.png) no-repeat center;
  background-size: 100% 100%;
  margin-top: 20px;
  text-align: left;
  line-height: 42px;
  padding: 0px 20px;
  font-size: 18px;
  color: #ffffff;
}
.head1 > img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
}
body .aside-bar ul li a.zhiCustomBtn {
  color: #fff;
  background-color: #006dbf;
  cursor: pointer;
}
body .aside-bar ul li a.zhiCustomBtn i {
  color: #fff;
}
/*# sourceMappingURL=index.css.map */