body {
  height: 100%;
  min-width: 1332px;
}
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: #fd9c3d;
  background: -moz-linear-gradient(top, #fd9c3d 0%, #eb5c02 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd9c3d), color-stop(100%, #eb5c02));
  background: -webkit-linear-gradient(top, #fd9c3d 0%, #eb5c02 100%);
  background: -o-linear-gradient(top, #fd9c3d 0%, #eb5c02 100%);
  background: -ms-linear-gradient(top, #fd9c3d 0%, #eb5c02 100%);
  background: linear-gradient(to bottom, #fd9c3d 0%, #eb5c02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fd9c3d, endColorstr=#eb5c02, GradientType=0);
}
body .btn-yy:hover {
  box-shadow: 0 4px 10px 2px rgba(253, 157, 62, 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: #eb5c02;
}
body .aside-bar ul li a:hover {
  color: white;
  background-color: #eb5c02;
}
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: #eb5c02;
  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: #eb5c02;
  text-decoration: underline;
}
.nav-head .bread-nav li span {
  display: inline-block;
  margin-left: 15px;
  color: #e8e8e8;
}
.foot {
  width: 100%;
  height: 120px;
  background: #ec6106;
  background: -moz-linear-gradient(left, #ec6106 0%, #fd9d3e 100%);
  background: -webkit-linear-gradient(left, #ec6106 0%, #fd9d3e 100%);
  background: -o-linear-gradient(left, #ec6106 0%, #fd9d3e 100%);
  background: -ms-linear-gradient(left, #ec6106 0%, #fd9d3e 100%);
  background: linear-gradient(to right, #ec6106 0%, #fd9d3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ec6106, endColorstr=#fd9d3e, GradientType=1);
  padding-top: 80px;
  box-sizing: border-box;
}
.foot .right {
  text-align: center;
  color: white;
}
.cont {
  background: url('../img/bj_02.jpg') no-repeat 100% 0;
  background-size: cover;
  text-align: center;
  position: relative;
  padding-top: 40px;
  height: 860px;
}
.cont > .block1200 {
  height: 100%;
}
.cont > .block1200 > h6 {
  font-size: 50px;
  font-weight: normal;
}
.cont .h-p {
  font-size: 24px;
  margin: 10px auto 20px;
}
.main {
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 1px #d2d2d2;
  position: absolute;
  bottom: -60px;
  z-index: 1000;
  padding: 32px 50px;
  height: 700px;
}
.main .step ul {
  position: relative;
}
.main .step ul li {
  display: inline-block;
  padding: 24px 14px;
  margin-left: 190px;
  background-color: #fff;
}
.main .step ul li span {
  display: inline-block;
  vertical-align: middle;
  color: #9e9e9e;
  font-size: 18px;
}
.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: #eb5c02;
}
.main .step ul li.active span.cir {
  color: white;
  background-color: #eb5c02;
}
.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: 40px;
  z-index: -1;
}
.main .category-choose {
  padding-top: 20px;
}
.main .category-choose .category {
  margin: 80px auto 50px;
}
.main .category-choose .category li {
  display: inline-block;
  width: 240px;
  height: 280px;
  padding-top: 40px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.main .category-choose .category li h6 {
  font-size: 30px;
  color: white;
  margin: 24px auto 16px;
}
.main .category-choose .category li p {
  font-size: 16px;
  color: white;
}
.main .category-choose .category li .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -280px;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}
.main .category-choose .category li .mask img {
  margin-top: 100px;
}
.main .category-choose .category li.c1 {
  background: url("../img/bg-category1.png") no-repeat center center;
}
.main .category-choose .category li.c2 {
  background: url("../img/bg-category2.png") no-repeat center center;
  margin: 0 100px;
}
.main .category-choose .category li.c3 {
  background: url("../img/bg-category3.png") no-repeat center center;
}
.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: #eb5c02;
  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(../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: #eb5c02;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #fad6bd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fad6bd));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fad6bd 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #fad6bd 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #fad6bd 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fad6bd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#fad6bd, 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 .row {
  min-height: 40px;
  margin-bottom: 25px;
}
.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 #eb5c02;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #fad6bd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fad6bd));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fad6bd 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #fad6bd 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #fad6bd 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fad6bd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#fad6bd, GradientType=0);
}
.main .fill-msg .row .row-cont .whichSystem .contImg {
  width: 144px;
  height: 31px;
  position: absolute;
  top: 14px;
  left: 50px;
}
.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;
  border: 1px solid #dedede;
  padding-left: 20px;
}
.main .fill-msg .row .row-cont .upload-cont {
  height: 300px;
}
.main .fill-msg .row .row-cont .upload-cont .choose-way {
  height: 40px;
  line-height: 40px;
}
.main .fill-msg .row .row-cont .upload-cont .choose-way ul li {
  display: inline-block;
  width: 144px;
  height: 38px;
  border: 1px solid #ececec;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #edeced 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #edeced));
  background: -webkit-linear-gradient(top, #ffffff 0%, #edeced 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #edeced 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #edeced 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #edeced 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#edeced, GradientType=0);
  color: #5b5b5b;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.main .fill-msg .row .row-cont .upload-cont .choose-way ul li.active {
  height: 40px;
  background: #fff;
  border-bottom: none;
}
.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;
}
.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 {
  width: 125px;
  height: 40px;
  border-radius: 0;
  font-size: 16px;
}
.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: 50px;
}
.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;
  height: 50px;
  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: 0 30px;
  margin-bottom: 0;
  position: relative;
}
.main .pay .row-jc .row-cont .pay-label li {
  display: inline-block;
  width: 200px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  margin-right: 30px;
  border: 2px solid #dedede;
  background-color: #f6f6f6;
}
.main .pay .row-jc .row-cont .pay-label li img {
  margin-right: 12px;
}
.main .pay .row-jc .row-cont .pay-label li.active {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #fad6bd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fad6bd));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fad6bd 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #fad6bd 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #fad6bd 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fad6bd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#fad6bd, GradientType=0);
  border: 2px solid #eb5c02;
}
.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%, #fad6bd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fad6bd));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fad6bd 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #fad6bd 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #fad6bd 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fad6bd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#fad6bd, GradientType=0);
  border: 2px solid #eb5c02;
}
.main .pay .line {
  width: 100%;
  height: 1px;
  background-color: #dedede;
}
.main .pay .order-msg {
  height: 210px;
  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: 165px;
}
.main .pay .order-msg .msg {
  width: 300px;
  text-align: right;
}
.main .pay .order-msg .msg .imp {
  color: #f11414;
}
.main .pay .order-msg .msg li span {
  display: inline-block;
  width: 80px;
  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: #eb5c02;
  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: 320px;
  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;
}
.main .paper-list .search .pull-right {
  color: #b9b9b9;
  font-size: 12px;
  padding-top: 20px;
}
.main .paper-list .nopaper {
  text-align: center;
  margin: 100px 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;
}
.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('../img/check-ing.png') no-repeat;
  background-size: contain;
  color: #bebebe;
}
.main .paper-list .lists .item.ing .shuiyin {
  color: #95b2ce;
}
.main .paper-list .lists .item.success {
  background: url('../img/check-success.jpg') no-repeat;
  background-size: contain;
}
.main .paper-list .lists .item.success i {
  color: #eb5c02;
}
.main .paper-list .lists .item.success .shuiyin {
  color: #bbc3cd;
}
.main .paper-list .lists .item.fail {
  background: url('../img/check-fail.png') no-repeat;
  background-size: contain;
}
.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: 1128px;
  position: absolute;
  bottom: 12px;
  background-color: #fbddc8;
  color: #eb5c02;
  font-size: 12px;
}
#qr-code {
  width: 500px;
  height: 350px;
  background-color: #fff;
  margin-left: -250px;
  position: absolute;
  top: 0;
  left: 50%;
  box-shadow: 0 0 10px #d2d2d2;
}
#qr-code .tit {
  margin: 20px auto;
}
#qr-code .tranmb {
  background-color: #1d1d1d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.62;
}
#qr-code .qr-place {
  position: relative;
}
#qr-code .qr-place .qr-cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin-top: 10%;
  text-align: center;
}
#qr-code .qr-place .qr-cont .txt {
  color: white;
}
#qr-code .qr-place .qr-cont a {
  color: white;
  text-decoration: underline;
}
#qr-code .qr-foot {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #f5f5f5;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.div {
  text-align: center;
}
.div img {
  vertical-align: middle;
}
.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: #eb5c02;
  border-bottom: 2px solid #eb5c02;
}
#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;
}
