.theme-orange .btn-yy {
    background: #FF9427;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF9427), to(#F97A1F));
    background: linear-gradient(to bottom, #FF9427 0, #F97A1F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF9427, endColorstr=#F97A1F, GradientType=0)
}

.theme-orange .btn-yy:hover {
    -webkit-box-shadow: 0 4px 10px 2px rgba(255, 140, 0, .42);
    box-shadow: 0 4px 10px 2px rgba(255, 140, 0, .42)
}

.theme-orange .aside-bar {
    position: absolute;
    top: 150px;
    right: -70px
}

.theme-orange .aside-bar ul li a i {
    color: #F97A1F
}

.theme-orange .aside-bar ul li a:hover,  .theme-orange .aside-bar ul li a.zhiCustomBtn {
    background-color: #F97A1F
}

.theme-orange .nav-head .div span {
    color: #F97A1F
}

.theme-orange .nav-head .bread-nav li a:hover {
    color: #F97A1F
}

.theme-orange .foot {
    background: #F97A1F;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #F97A1F), to(#FF9427));
    background: linear-gradient(to right, #F97A1F 0, #FF9427 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F97A1F, endColorstr=#FF9427, GradientType=1)
}

.theme-orange .main .step ul li.active span {
    color: #F97A1F
}

.theme-orange .main .step ul li.active span.cir {
    background-color: #F97A1F
}

.theme-orange .main .system-choose .h-p {
    color: #F97A1F
}

.theme-orange .main .system-choose .systems {
    margin: 70px auto 170px;
    text-align: center
}

.theme-orange .main .system-choose .systems li.active {
    border-color: #F97A1F
}

.theme-orange .main .fill-msg .row .row-cont .whichSystem {
    border: 2px solid #F97A1F;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(bisque));
    background: linear-gradient(to bottom, #fff 0, bisque 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=bisque, GradientType=0)
}

.theme-orange .main .fill-msg .row .row-cont .upload-cont .choose-way ul li {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(bisque));
    background: linear-gradient(to bottom, #fff 0, bisque 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=bisque, GradientType=0)
}

.theme-orange .main .fill-msg .row .row-cont .upload-cont .tab-cont {
    border-top: 1px solid #ececec;
    background-color: #fff
}

.theme-orange .main .fill-msg .row .row-cont .upload-cont .tab-cont > div {
    padding-top: 24px;
    display: none;
    min-height: 229px
}

.theme-orange .main .fill-msg .row .row-cont .upload-cont .tab-cont > div.active {
    display: block
}

.theme-orange .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: 0;
    background: 0 0;
    padding-left: 20px
}

.theme-orange .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
}

.theme-orange .main .fill-msg .row .row-cont .upload-cont .tab-cont .pre-upload .btn-yy:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.theme-orange .main .fill-msg .row .row-cont .upload-cont .tab-cont textarea {
    resize: none;
    width: 100%;
    border: 1px solid #ececec;
    height: 200px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.theme-orange .main .fill-msg .row .row-cont .upload-cont .attention {
    margin-bottom: 20px
}

.theme-orange .main .fill-msg .row .row-cont .upload-cont .attention .tit {
    color: #373737;
    font-size: 16px;
    font-weight: 700
}

.theme-orange .main .fill-msg .row .row-cont .upload-cont .attention p {
    line-height: 24px
}

.theme-orange .main .pay .row-jc .row-cont .pay-label li.active {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(bisque));
    background: linear-gradient(to bottom, #fff 0, bisque 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=bisque, GradientType=0);
    border: 2px solid #F97A1F
}

.theme-orange .main .pay .row-jc .row-cont.special {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(bisque));
    background: linear-gradient(to bottom, #fff 0, bisque 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=bisque, GradientType=0);
    border: 2px solid #F97A1F
}

.theme-orange .main .query ul li .q {
    color: #F97A1F
}

.theme-orange .main .paper-list .lists .item.success i {
    color: #F97A1F
}

.theme-orange .main .tips {
    color: #F97A1F
}

.theme-orange #reupload .reupload h6 {
    color: #F97A1F;
    border-bottom: 2px solid #F97A1F
}

.theme-orange .head1 {
    background: url(http://cdn.wfcheck.cn/img/bg-header-orange.png) no-repeat center;
    height: 43px;
    background-size: 100% 100%;
    margin-top: 20px;
    text-align: left;
    line-height: 42px;
    padding: 0 20px;
    font-size: 18px;
    color: #fff
}

.theme-blue .btn-yy {
    background: #08a4dd;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #08a4dd), to(#006dbf));
    background: linear-gradient(to bottom, #08a4dd 0, #006dbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#08a4dd, endColorstr=#006dbf, GradientType=0)
}

.theme-blue .btn-yy:hover {
    -webkit-box-shadow: 0 4px 10px 2px rgba(0, 109, 191, .42);
    box-shadow: 0 4px 10px 2px rgba(0, 109, 191, .42)
}

.theme-blue .aside-bar {
    position: absolute;
    top: 150px;
    right: -70px
}

.theme-blue .aside-bar ul li a i {
    color: #006dbf
}

.theme-blue .aside-bar ul li a:hover,  .theme-blue .aside-bar ul li a.zhiCustomBtn {
    background-color: #006dbf
}

.theme-blue .nav-head .div span {
    color: #006dbf
}

.theme-blue .nav-head .bread-nav li a:hover {
    color: #006dbf
}

.theme-blue .foot {
    background: #006dbf;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #006dbf), to(#08a4dd));
    background: linear-gradient(to right, #006dbf 0, #08a4dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#006dbf, endColorstr=#08a4dd, GradientType=1)
}

.theme-blue .main .step ul li.active span {
    color: #006dbf
}

.theme-blue .main .step ul li.active span.cir {
    background-color: #006dbf
}

.theme-blue .main .system-choose .h-p {
    color: #006dbf
}

.theme-blue .main .system-choose .systems {
    margin: 70px auto 170px;
    text-align: center
}

.theme-blue .main .system-choose .systems li.active {
    border-color: #006dbf
}

.theme-blue .main .fill-msg .row .row-cont .whichSystem {
    border: 2px solid #006dbf;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#cbecff));
    background: linear-gradient(to bottom, #fff 0, #cbecff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cbecff, GradientType=0)
}

.theme-blue .main .fill-msg .row .row-cont .upload-cont .choose-way ul li {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#cbecff));
    background: linear-gradient(to bottom, #fff 0, #cbecff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cbecff, GradientType=0)
}

.theme-blue .main .fill-msg .row .row-cont .upload-cont .tab-cont {
    border-top: 1px solid #ececec;
    background-color: #fff
}

.theme-blue .main .fill-msg .row .row-cont .upload-cont .tab-cont > div {
    padding-top: 24px;
    display: none;
    min-height: 229px
}

.theme-blue .main .fill-msg .row .row-cont .upload-cont .tab-cont > div.active {
    display: block
}

.theme-blue .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: 0;
    background: 0 0;
    padding-left: 20px
}

.theme-blue .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
}

.theme-blue .main .fill-msg .row .row-cont .upload-cont .tab-cont .pre-upload .btn-yy:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.theme-blue .main .fill-msg .row .row-cont .upload-cont .tab-cont textarea {
    resize: none;
    width: 100%;
    border: 1px solid #ececec;
    height: 200px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.theme-blue .main .fill-msg .row .row-cont .upload-cont .attention {
    margin-bottom: 20px
}

.theme-blue .main .fill-msg .row .row-cont .upload-cont .attention .tit {
    color: #373737;
    font-size: 16px;
    font-weight: 700
}

.theme-blue .main .fill-msg .row .row-cont .upload-cont .attention p {
    line-height: 24px
}

.theme-blue .main .pay .row-jc .row-cont .pay-label li.active {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#cbecff));
    background: linear-gradient(to bottom, #fff 0, #cbecff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cbecff, GradientType=0);
    border: 2px solid #006dbf
}

.theme-blue .main .pay .row-jc .row-cont.special {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#cbecff));
    background: linear-gradient(to bottom, #fff 0, #cbecff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cbecff, GradientType=0);
    border: 2px solid #006dbf
}

.theme-blue .main .query ul li .q {
    color: #006dbf
}

.theme-blue .main .paper-list .lists .item.success i {
    color: #006dbf
}

.theme-blue .main .tips {
    color: #006dbf
}

.theme-blue #reupload .reupload h6 {
    color: #006dbf;
    border-bottom: 2px solid #006dbf
}

.theme-blue .head1 {
    background: url(http://cdn.wfcheck.cn/img/bg-header-blue.png) no-repeat center;
    height: 43px;
    background-size: 100% 100%;
    margin-top: 20px;
    text-align: left;
    line-height: 42px;
    padding: 0 20px;
    font-size: 18px;
    color: #fff
}

.theme-red .btn-yy {
    background: #f74358;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f74358), to(#d21f34));
    background: linear-gradient(to bottom, #f74358 0, #d21f34 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f74358, endColorstr=#d21f34, GradientType=0)
}

.theme-red .btn-yy:hover {
    -webkit-box-shadow: 0 4px 10px 2px rgba(247, 67, 88, .42);
    box-shadow: 0 4px 10px 2px rgba(247, 67, 88, .42)
}

.theme-red .aside-bar {
    position: absolute;
    top: 150px;
    right: -70px
}

.theme-red .aside-bar ul li a i {
    color: #d21f34
}

.theme-red .aside-bar ul li a:hover,  .theme-red .aside-bar ul li a.zhiCustomBtn {
    background-color: #d21f34
}

.theme-red .nav-head .div span {
    color: #d21f34
}

.theme-red .nav-head .bread-nav li a:hover {
    color: #d21f34
}

.theme-red .foot {
    background: #d21f34;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #d21f34), to(#f74358));
    background: linear-gradient(to right, #d21f34 0, #f74358 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d21f34, endColorstr=#f74358, GradientType=1)
}

.theme-red .main .step ul li.active span {
    color: #d21f34
}

.theme-red .main .step ul li.active span.cir {
    background-color: #d21f34
}

.theme-red .main .system-choose .h-p {
    color: #d21f34
}

.theme-red .main .system-choose .systems {
    margin: 70px auto 170px;
    text-align: center
}

.theme-red .main .system-choose .systems li.active {
    border-color: #d21f34
}

.theme-red .main .fill-msg .row .row-cont .whichSystem {
    border: 2px solid #d21f34;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#fcdce0));
    background: linear-gradient(to bottom, #fff 0, #fcdce0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#fcdce0, GradientType=0)
}

.theme-red .main .fill-msg .row .row-cont .upload-cont .choose-way ul li {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#fcdce0));
    background: linear-gradient(to bottom, #fff 0, #fcdce0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#fcdce0, GradientType=0)
}

.theme-red .main .fill-msg .row .row-cont .upload-cont .tab-cont {
    border-top: 1px solid #ececec;
    background-color: #fff
}

.theme-red .main .fill-msg .row .row-cont .upload-cont .tab-cont > div {
    padding-top: 24px;
    display: none;
    min-height: 229px
}

.theme-red .main .fill-msg .row .row-cont .upload-cont .tab-cont > div.active {
    display: block
}

.theme-red .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: 0;
    background: 0 0;
    padding-left: 20px
}

.theme-red .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
}

.theme-red .main .fill-msg .row .row-cont .upload-cont .tab-cont .pre-upload .btn-yy:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.theme-red .main .fill-msg .row .row-cont .upload-cont .tab-cont textarea {
    resize: none;
    width: 100%;
    border: 1px solid #ececec;
    height: 200px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.theme-red .main .fill-msg .row .row-cont .upload-cont .attention {
    margin-bottom: 20px
}

.theme-red .main .fill-msg .row .row-cont .upload-cont .attention .tit {
    color: #373737;
    font-size: 16px;
    font-weight: 700
}

.theme-red .main .fill-msg .row .row-cont .upload-cont .attention p {
    line-height: 24px
}

.theme-red .main .pay .row-jc .row-cont .pay-label li.active {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#fcdce0));
    background: linear-gradient(to bottom, #fff 0, #fcdce0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#fcdce0, GradientType=0);
    border: 2px solid #d21f34
}

.theme-red .main .pay .row-jc .row-cont.special {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#fcdce0));
    background: linear-gradient(to bottom, #fff 0, #fcdce0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#fcdce0, GradientType=0);
    border: 2px solid #d21f34
}

.theme-red .main .query ul li .q {
    color: #d21f34
}

.theme-red .main .paper-list .lists .item.success i {
    color: #d21f34
}

.theme-red .main .tips {
    color: #d21f34
}

.theme-red #reupload .reupload h6 {
    color: #d21f34;
    border-bottom: 2px solid #d21f34
}

.theme-red .head1 {
    background: url(http://cdn.wfcheck.cn/img/bg-header.png) no-repeat center;
    height: 43px;
    background-size: 100% 100%;
    margin-top: 20px;
    text-align: left;
    line-height: 42px;
    padding: 0 20px;
    font-size: 18px;
    color: #fff
}

.theme-green .btn-yy {
    background: #5cb85c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#00701a));
    background: linear-gradient(to bottom, #5cb85c 0, #00701a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5cb85c, endColorstr=#00701a, GradientType=0)
}

.theme-green .btn-yy:hover {
    -webkit-box-shadow: 0 4px 10px 2px rgba(0, 112, 26, .42);
    box-shadow: 0 4px 10px 2px rgba(0, 112, 26, .42)
}

.theme-green .aside-bar {
    position: absolute;
    top: 150px;
    right: -70px
}

.theme-green .aside-bar ul li a i {
    color: #00701a
}

.theme-green .aside-bar ul li a:hover,  .theme-green .aside-bar ul li a.zhiCustomBtn {
    background-color: #00701a
}

.theme-green .nav-head .div span {
    color: #00701a
}

.theme-green .nav-head .bread-nav li a:hover {
    color: #00701a
}

.theme-green .foot {
    background: #00701a;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #00701a), to(#5cb85c));
    background: linear-gradient(to right, #00701a 0, #5cb85c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00701a, endColorstr=#5cb85c, GradientType=1)
}

.theme-green .main .step ul li.active span {
    color: #00701a
}

.theme-green .main .step ul li.active span.cir {
    background-color: #00701a
}

.theme-green .main .system-choose .h-p {
    color: #00701a
}

.theme-green .main .system-choose .systems {
    margin: 70px auto 170px;
    text-align: center
}

.theme-green .main .system-choose .systems li.active {
    border-color: #00701a
}

.theme-green .main .fill-msg .row .row-cont .whichSystem {
    border: 2px solid #00701a;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e5ffe5));
    background: linear-gradient(to bottom, #fff 0, #e5ffe5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e5ffe5, GradientType=0)
}

.theme-green .main .fill-msg .row .row-cont .upload-cont .choose-way ul li {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e5ffe5));
    background: linear-gradient(to bottom, #fff 0, #e5ffe5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e5ffe5, GradientType=0)
}

.theme-green .main .fill-msg .row .row-cont .upload-cont .tab-cont {
    border-top: 1px solid #ececec;
    background-color: #fff
}

.theme-green .main .fill-msg .row .row-cont .upload-cont .tab-cont > div {
    padding-top: 24px;
    display: none;
    min-height: 229px
}

.theme-green .main .fill-msg .row .row-cont .upload-cont .tab-cont > div.active {
    display: block
}

.theme-green .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: 0;
    background: 0 0;
    padding-left: 20px
}

.theme-green .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
}

.theme-green .main .fill-msg .row .row-cont .upload-cont .tab-cont .pre-upload .btn-yy:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.theme-green .main .fill-msg .row .row-cont .upload-cont .tab-cont textarea {
    resize: none;
    width: 100%;
    border: 1px solid #ececec;
    height: 200px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.theme-green .main .fill-msg .row .row-cont .upload-cont .attention {
    margin-bottom: 20px
}

.theme-green .main .fill-msg .row .row-cont .upload-cont .attention .tit {
    color: #373737;
    font-size: 16px;
    font-weight: 700
}

.theme-green .main .fill-msg .row .row-cont .upload-cont .attention p {
    line-height: 24px
}

.theme-green .main .pay .row-jc .row-cont .pay-label li.active {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e5ffe5));
    background: linear-gradient(to bottom, #fff 0, #e5ffe5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e5ffe5, GradientType=0);
    border: 2px solid #00701a
}

.theme-green .main .pay .row-jc .row-cont.special {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e5ffe5));
    background: linear-gradient(to bottom, #fff 0, #e5ffe5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e5ffe5, GradientType=0);
    border: 2px solid #00701a
}

.theme-green .main .query ul li .q {
    color: #00701a
}

.theme-green .main .paper-list .lists .item.success i {
    color: #00701a
}

.theme-green .main .tips {
    color: #00701a
}

.theme-green #reupload .reupload h6 {
    color: #00701a;
    border-bottom: 2px solid #00701a
}

.theme-green .head1 {
    background: url(http://cdn.wfcheck.cn/img/bg-header-green.png) no-repeat center;
    height: 43px;
    background-size: 100% 100%;
    margin-top: 20px;
    text-align: left;
    line-height: 42px;
    padding: 0 20px;
    font-size: 18px;
    color: #fff
}

.theme-purple .btn-yy {
    background: #962A8F;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #962A8F), to(#81157A));
    background: linear-gradient(to bottom, #962A8F 0, #81157A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#962A8F, endColorstr=#81157A, GradientType=0)
}

.theme-purple .btn-yy:hover {
    -webkit-box-shadow: 0 4px 10px 2px rgba(150, 42, 143, .42);
    box-shadow: 0 4px 10px 2px rgba(150, 42, 143, .42)
}

.theme-purple .aside-bar {
    position: absolute;
    top: 150px;
    right: -70px
}

.theme-purple .aside-bar ul li a i {
    color: #81157A
}

.theme-purple .aside-bar ul li a:hover,  .theme-purple .aside-bar ul li a.zhiCustomBtn {
    background-color: #81157A
}

.theme-purple .nav-head .div span {
    color: #81157A
}

.theme-purple .nav-head .bread-nav li a:hover {
    color: #81157A
}

.theme-purple .foot {
    background: #81157A;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #81157A), to(#962A8F));
    background: linear-gradient(to right, #81157A 0, #962A8F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#81157A, endColorstr=#962A8F, GradientType=1)
}

.theme-purple .main .step ul li.active span {
    color: #81157A
}

.theme-purple .main .step ul li.active span.cir {
    background-color: #81157A
}

.theme-purple .main .system-choose .h-p {
    color: #81157A
}

.theme-purple .main .system-choose .systems {
    margin: 70px auto 170px;
    text-align: center
}

.theme-purple .main .system-choose .systems li.active {
    border-color: #81157A
}

.theme-purple .main .fill-msg .row .row-cont .whichSystem {
    border: 2px solid #81157A;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#FBE7FD));
    background: linear-gradient(to bottom, #fff 0, #FBE7FD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#FBE7FD, GradientType=0)
}

.theme-purple .main .fill-msg .row .row-cont .upload-cont .choose-way ul li {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#FBE7FD));
    background: linear-gradient(to bottom, #fff 0, #FBE7FD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#FBE7FD, GradientType=0)
}

.theme-purple .main .fill-msg .row .row-cont .upload-cont .tab-cont {
    border-top: 1px solid #ececec;
    background-color: #fff
}

.theme-purple .main .fill-msg .row .row-cont .upload-cont .tab-cont > div {
    padding-top: 24px;
    display: none;
    min-height: 229px
}

.theme-purple .main .fill-msg .row .row-cont .upload-cont .tab-cont > div.active {
    display: block
}

.theme-purple .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: 0;
    background: 0 0;
    padding-left: 20px
}

.theme-purple .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
}

.theme-purple .main .fill-msg .row .row-cont .upload-cont .tab-cont .pre-upload .btn-yy:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.theme-purple .main .fill-msg .row .row-cont .upload-cont .tab-cont textarea {
    resize: none;
    width: 100%;
    border: 1px solid #ececec;
    height: 200px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.theme-purple .main .fill-msg .row .row-cont .upload-cont .attention {
    margin-bottom: 20px
}

.theme-purple .main .fill-msg .row .row-cont .upload-cont .attention .tit {
    color: #373737;
    font-size: 16px;
    font-weight: 700
}

.theme-purple .main .fill-msg .row .row-cont .upload-cont .attention p {
    line-height: 24px
}

.theme-purple .main .pay .row-jc .row-cont .pay-label li.active {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#FBE7FD));
    background: linear-gradient(to bottom, #fff 0, #FBE7FD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#FBE7FD, GradientType=0);
    border: 2px solid #81157A
}

.theme-purple .main .pay .row-jc .row-cont.special {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#FBE7FD));
    background: linear-gradient(to bottom, #fff 0, #FBE7FD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#FBE7FD, GradientType=0);
    border: 2px solid #81157A
}

.theme-purple .main .query ul li .q {
    color: #81157A
}

.theme-purple .main .paper-list .lists .item.success i {
    color: #81157A
}

.theme-purple .main .tips {
    color: #81157A
}

.theme-purple #reupload .reupload h6 {
    color: #81157A;
    border-bottom: 2px solid #81157A
}

.theme-purple .head1 {
    background: url(http://cdn.wfcheck.cn/img/bg-header-purple.png) no-repeat center;
    height: 43px;
    background-size: 100% 100%;
    margin-top: 20px;
    text-align: left;
    line-height: 42px;
    padding: 0 20px;
    font-size: 18px;
    color: #fff
}

.theme-camblue .btn-yy {
    background: #466298;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #466298), to(#304570));
    background: linear-gradient(to bottom, #466298 0, #304570 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#466298, endColorstr=#304570, GradientType=0)
}

.theme-camblue .btn-yy:hover {
    -webkit-box-shadow: 0 4px 10px 2px rgba(70, 98, 152, .42);
    box-shadow: 0 4px 10px 2px rgba(70, 98, 152, .42)
}

.theme-camblue .aside-bar {
    position: absolute;
    top: 150px;
    right: -70px
}

.theme-camblue .aside-bar ul li a i {
    color: #304570
}

.theme-camblue .aside-bar ul li a:hover,  .theme-camblue .aside-bar ul li a.zhiCustomBtn {
    background-color: #304570
}

.theme-camblue .nav-head .div span {
    color: #304570
}

.theme-camblue .nav-head .bread-nav li a:hover {
    color: #304570
}

.theme-camblue .foot {
    background: #304570;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #304570), to(#466298));
    background: linear-gradient(to right, #304570 0, #466298 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#304570, endColorstr=#466298, GradientType=1)
}

.theme-camblue .main .step ul li.active span {
    color: #304570
}

.theme-camblue .main .step ul li.active span.cir {
    background-color: #304570
}

.theme-camblue .main .system-choose .h-p {
    color: #304570
}

.theme-camblue .main .system-choose .systems {
    margin: 70px auto 170px;
    text-align: center
}

.theme-camblue .main .system-choose .systems li.active {
    border-color: #304570
}

.theme-camblue .main .fill-msg .row .row-cont .whichSystem {
    border: 2px solid #304570;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#B0C4DE));
    background: linear-gradient(to bottom, #fff 0, #B0C4DE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#B0C4DE, GradientType=0)
}

.theme-camblue .main .fill-msg .row .row-cont .upload-cont .choose-way ul li {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#B0C4DE));
    background: linear-gradient(to bottom, #fff 0, #B0C4DE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#B0C4DE, GradientType=0)
}

.theme-camblue .main .fill-msg .row .row-cont .upload-cont .tab-cont {
    border-top: 1px solid #ececec;
    background-color: #fff
}

.theme-camblue .main .fill-msg .row .row-cont .upload-cont .tab-cont > div {
    padding-top: 24px;
    display: none;
    min-height: 229px
}

.theme-camblue .main .fill-msg .row .row-cont .upload-cont .tab-cont > div.active {
    display: block
}

.theme-camblue .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: 0;
    background: 0 0;
    padding-left: 20px
}

.theme-camblue .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
}

.theme-camblue .main .fill-msg .row .row-cont .upload-cont .tab-cont .pre-upload .btn-yy:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.theme-camblue .main .fill-msg .row .row-cont .upload-cont .tab-cont textarea {
    resize: none;
    width: 100%;
    border: 1px solid #ececec;
    height: 200px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.theme-camblue .main .fill-msg .row .row-cont .upload-cont .attention {
    margin-bottom: 20px
}

.theme-camblue .main .fill-msg .row .row-cont .upload-cont .attention .tit {
    color: #373737;
    font-size: 16px;
    font-weight: 700
}

.theme-camblue .main .fill-msg .row .row-cont .upload-cont .attention p {
    line-height: 24px
}

.theme-camblue .main .pay .row-jc .row-cont .pay-label li.active {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#B0C4DE));
    background: linear-gradient(to bottom, #fff 0, #B0C4DE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#B0C4DE, GradientType=0);
    border: 2px solid #304570
}

.theme-camblue .main .pay .row-jc .row-cont.special {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#B0C4DE));
    background: linear-gradient(to bottom, #fff 0, #B0C4DE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#B0C4DE, GradientType=0);
    border: 2px solid #304570
}

.theme-camblue .main .query ul li .q {
    color: #304570
}

.theme-camblue .main .paper-list .lists .item.success i {
    color: #304570
}

.theme-camblue .main .tips {
    color: #304570
}

.theme-camblue #reupload .reupload h6 {
    color: #304570;
    border-bottom: 2px solid #304570
}

.theme-camblue .head1 {
    background: url(http://cdn.wfcheck.cn/img/bg-header-camblue.png) no-repeat center;
    height: 43px;
    background-size: 100% 100%;
    margin-top: 20px;
    text-align: left;
    line-height: 42px;
    padding: 0 20px;
    font-size: 18px;
    color: #fff
}

body {
    height: 100%;
    min-width: 1000px
}

body input.form-control {
    border-color: #dedede;
    border-radius: 0
}

body .btn-yy {
    display: inline-block;
    width: 180px;
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    font-size: 22px;
    cursor: pointer;
    color: #fff;
    text-align: center
}

body .btn-yy.pre {
    margin-right: 20px;
    background: #f8d759;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8d759), to(#ffbc56));
    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 {
    -webkit-box-shadow: 0 4px 10px 0 rgba(255, 138, 0, .42);
    box-shadow: 0 4px 10px 0 rgba(255, 138, 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
}

body .aside-bar ul li a:hover, body .aside-bar ul li a.zhiCustomBtn i, body .aside-bar ul li a.zhiCustomBtn p {
    color: #fff
}

body .aside-bar ul li a:hover i {
    color: #fff
}

body .aside-modal {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    margin-left: -300px;
    position: absolute;
    left: 50%;
    top: -30px;
    width: 600px;
    height: 100px;
    z-index: 1000;
    line-height: 100px
}

body .nav-head {
    height: 60px
}

body .nav-head .div {
    height: 100%
}

body .nav-head .div span {
    display: inline-block;
    margin-left: 15px;
    font-size: 24px;
    vertical-align: middle
}

body .nav-head .bread-nav li {
    display: inline-block;
    line-height: 60px;
    padding-left: 15px
}

body .nav-head .bread-nav li a {
    color: #8e8e8e
}

body .nav-head .bread-nav li a:hover {
    text-decoration: underline
}

body .nav-head .bread-nav li span {
    display: inline-block;
    margin-left: 15px;
    color: #e8e8e8
}

body .foot {
    width: 100%;
    height: 120px;
    margin-top: -30px;
    padding-top: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .foot .right {
    text-align: center;
    color: #fff
}

body .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
}

body .cont > .block1200 {
    height: 100%
}

body .cont > .block1200 > h6 {
    font-size: 50px;
    font-weight: 400
}

body .cont .h-p {
    font-size: 24px;
    margin: 10px auto 20px
}

body .main {
    background-color: #fff;
    position: relative;
    z-index: 1000;
    padding: 30px 20px
}

body .main .step ul {
    position: relative;
    margin: 0 0 10px;
    display: inline-block
}

body .main .step ul li {
    display: inline-block;
    padding: 0 14px;
    margin-left: 80px;
    background-color: #fff
}

body .main .step ul li span {
    display: inline-block;
    vertical-align: middle;
    color: #9e9e9e;
    font-size: 16px
}

body .main .step ul li span.cir {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    background-color: #9e9e9e;
    margin-right: 8px
}

body .main .step ul li.active span.cir {
    color: #fff
}

body .main .step ul li:first-child {
    margin-left: 0
}

body .main .step ul:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #dedede;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1
}

body .main .category-choose {
    padding-top: 20px
}

body .main .category-choose .category {
    margin: 80px auto 50px
}

body .main .category-choose .category .notice {
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    height: 280px;
    padding-top: 40px;
    margin-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    color: #fff;
    margin-bottom: 30px;
    background: url(http://cdn.wfcheck.cn/img/notice-bg.png) no-repeat center center;
    padding: 22px 26px
}

body .main .category-choose .category .notice h3 {
    font-size: 24px;
    font-weight: 700
}

body .main .category-choose .category .notice .txt {
    font-size: 14px;
    text-indent: 2em;
    padding-top: 14px;
    text-align: left
}

body .main .category-choose .category li {
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    height: 280px;
    padding-top: 40px;
    margin-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    color: #fff;
    margin-bottom: 30px
}

body .main .category-choose .category li h6 {
    font-size: 26px;
    margin: 24px auto 20px
}

body .main .category-choose .category li h6.p1 {
    margin-bottom: 10px
}

body .main .category-choose .category li p.p2 {
    font-size: 16px;
    margin-bottom: 2px
}

body .main .category-choose .category li .mask {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    -webkit-transition: all .2s;
    transition: all .2s;
    overflow: hidden
}

body .main .category-choose .category li .mask img {
    margin-top: 100px
}

body .main .category-choose .category li.active .mask {
    height: 100%
}

body .main .category-choose .category li:first-child {
    margin-left: 0
}

body .main .category-choose .category li.c1 {
    background: url(http://cdn.wfcheck.cn/img/bg-category1.png) no-repeat center center
}

body .main .category-choose .category li.c2 {
    background: url(http://cdn.wfcheck.cn/img/bg-category2.png) no-repeat center center
}

body .main .category-choose .category li.c3 {
    background: url(http://cdn.wfcheck.cn/img/bg-category3.png) no-repeat center center
}

body .main .category-choose .category li.c4 {
    background: url(http://cdn.wfcheck.cn/img/bg-category4.png) no-repeat center center
}

body .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
}

body .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: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .main .category-choose .category li .tip.ys .ys_top {
    background: #EA2727;
    padding: 5px 15px;
    border-top-left-radius: 12px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .main .category-choose .category li .tip.ys .ys_down {
    background: #C52020;
    padding: 5px 15px;
    border-bottom-right-radius: 12px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .main .system-choose {
    padding-top: 20px
}

body .main .system-choose .h-tit:after {
    width: 260px;
    margin-left: -130px;
    left: 50%
}

body .main .system-choose .h-p {
    font-size: 16px;
    position: relative;
    display: inline-block
}

body .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
}

body .main .system-choose .h-p .table .table-head {
    width: 150px;
    position: relative;
    z-index: 100
}

body .main .system-choose .h-p .table .table-head .txt {
    position: absolute;
    right: 25px;
    top: -9px
}

body .main .system-choose .h-p .table .table-head .txt2 {
    position: absolute;
    left: 25px;
    bottom: -9px
}

body .main .system-choose .h-p .table .table-head .img {
    position: absolute;
    width: 150px;
    height: 54px;
    left: 0;
    bottom: 0
}

body .main .system-choose .h-p .table thead tr {
    border: none
}

body .main .system-choose .h-p .table td, body .main .system-choose .h-p .table tr {
    border: 1px solid #9f9f9f
}

body .main .system-choose .h-p .table .h50 {
    height: 54px;
    line-height: 54px
}

body .main .system-choose .h-p .table .describe {
    padding: 32px 25px;
    text-align: left
}

body .main .system-choose .h-p:hover .table {
    display: block
}

body .main .system-choose .systems {
    margin: 70px auto 170px;
    text-align: center
}

body .main .system-choose .systems li {
    width: 260px;
    height: 114px;
    border: 3px solid #e6f1ff;
    display: inline-block;
    background: #dfeaf6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dfeaf6), to(#fff));
    background: linear-gradient(to bottom, #dfeaf6 0, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dfeaf6, endColorstr=#ffffff, GradientType=0);
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative
}

body .main .system-choose .systems li .hanging {
    display: none;
    width: 48px;
    height: 48px;
    position: absolute;
    right: -20px;
    top: -20px
}

body .main .system-choose .systems li p {
    font-size: 16px
}

body .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: #fff;
    line-height: 34px;
    text-align: center;
    z-index: 1
}

body .main .system-choose .systems li.active {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#cbecff));
    background: linear-gradient(to bottom, #fff 0, #cbecff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cbecff, GradientType=0)
}

body .main .system-choose .systems.s1 li {
    margin: 0 36px;
    vertical-align: middle
}

body .main .system-choose .systems.s2 li {
    width: 238px;
    margin: 0 15px
}

body .main .system-choose .systems.s3 li {
    margin: 0 100px
}

body .main .fill-msg {
    padding-top: 20px
}

body .main .fill-msg .row {
    min-height: 40px;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0
}

body .main .fill-msg .row .tit {
    line-height: 40px;
    width: 70px;
    font-size: 18px
}

body .main .fill-msg .row .row-cont {
    margin-left: 70px;
    padding-left: 15px;
    text-align: left
}

body .main .fill-msg .row .row-cont .whichSystem {
    position: relative;
    width: 230px;
    height: 56px;
    line-height: 56px;
    text-align: center
}

body .main .fill-msg .row .row-cont .whichSystem .hanging {
    width: 32px;
    height: 32px;
    position: absolute;
    right: -16px;
    top: -16px
}

body .main .fill-msg .row .row-cont .inputCont input {
    width: 720px;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding-left: 20px
}

body .main .fill-msg .row .row-cont .upload-cont .choose-way {
    line-height: 40px
}

body .main .fill-msg .row .row-cont .upload-cont .choose-way ul li {
    display: inline-block;
    width: 144px;
    border: 1px solid #ececec;
    border-bottom: none;
    color: #5b5b5b;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
    height: 42px
}

body .main .fill-msg .row .row-cont .upload-cont .choose-way ul li.active {
    background: #fff;
    height: 43px
}

body .main .fill-msg .row .row-cont .upload-cont .tab-cont {
    border-top: 1px solid #ececec;
    background-color: #fff
}

body .main .fill-msg .row .row-cont .upload-cont .tab-cont > div {
    padding-top: 24px;
    display: none;
    min-height: 229px
}

body .main .fill-msg .row .row-cont .upload-cont .tab-cont > div.active {
    display: block
}

body .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: 0;
    background: 0 0;
    padding-left: 20px
}

body .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
}

body .main .fill-msg .row .row-cont .upload-cont .tab-cont .pre-upload .btn-yy:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

body .main .fill-msg .row .row-cont .upload-cont .tab-cont textarea {
    resize: none;
    width: 100%;
    border: 1px solid #ececec;
    height: 200px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .main .fill-msg .row .row-cont .upload-cont .attention {
    margin-bottom: 20px
}

body .main .fill-msg .row .row-cont .upload-cont .attention .tit {
    color: #373737;
    font-size: 16px;
    font-weight: 700
}

body .main .fill-msg .row .row-cont .upload-cont .attention p {
    line-height: 24px
}

body .main .fill-msg .row.h60 {
    height: 60px
}

body .main .fill-msg .row.h60 .tit {
    line-height: 60px
}

body .main .pay {
    position: relative
}

body .main .pay .row-jc {
    font-size: 18px;
    line-height: 50px;
    margin: 24px auto;
    text-align: left
}

body .main .pay .row-jc .row-label {
    width: 110px
}

body .main .pay .row-jc .row-cont {
    margin-left: 110px
}

body .main .pay .row-jc .row-cont p {
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 0;
    position: relative
}

body .main .pay .row-jc .row-cont .pay-label li {
    display: block;
    float: left;
    width: 23.5%;
    min-width: 198px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    margin-left: 2%;
    margin-right: 0 !important;
    border: 2px solid #dedede;
    background-color: #f6f6f6
}

body .main .pay .row-jc .row-cont .pay-label li p {
    padding-left: 0;
    padding-right: 0
}

body .main .pay .row-jc .row-cont .pay-label li img {
    margin-right: 12px
}

body .main .pay .row-jc .row-cont .pay-label li:first-child {
    margin-left: 0
}

body .main .pay .row-jc .row-cont .coupon input {
    width: 340px;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #dedede;
    background-color: #f6f6f6;
    outline: 0;
    vertical-align: middle
}

body .main .pay .row-jc .row-cont .coupon div {
    width: 84px;
    display: inline-block;
    background-color: #2170d6;
    color: #fff;
    text-align: center;
    cursor: pointer;
    height: 100%;
    vertical-align: middle
}

body .main .pay .row-jc.taobao-place .t-num {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px dashed #ececec
}

body .main .pay .row-jc.taobao-place .t-num ul li {
    display: inline-block;
    margin-right: 15px
}

body .main .pay .row-jc.taobao-place .t-num a {
    color: #8f8f8f
}

body .main .pay .row-jc.taobao-place .o-num {
    padding-top: 24px
}

body .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
}

body .main .pay .row-jc.taobao-place .o-num .o-row .o-tit {
    position: absolute;
    top: 0;
    left: 0
}

body .main .pay .row-jc.taobao-place .o-num .o-row input {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-left: 10px;
    font-size: 12px
}

body .main .pay .row-jc.taobao-place .o-num .o-row .o-r {
    position: absolute;
    right: 0;
    top: 0
}

body .main .pay .row-jc.taobao-place .tb-btn {
    width: 136px;
    text-align: center;
    color: #fff;
    background-color: green;
    border-radius: 4px
}

body .main .pay .line {
    width: 100%;
    height: 1px;
    background-color: #dedede
}

body .main .pay .order-msg {
    background-color: #f9f9f9;
    padding: 20px
}

body .main .pay .order-msg .ad {
    margin-right: 330px
}

body .main .pay .order-msg .ad a {
    width: 100%
}

body .main .pay .order-msg .ad a img {
    width: 100%;
    height: 127px
}

body .main .pay .order-msg .msg {
    width: 300px;
    text-align: right;
    font-size: 14px;
    line-height: 36px
}

body .main .pay .order-msg .msg .imp {
    color: #f11414
}

body .main .pay .order-msg .msg li span {
    display: inline-block;
    width: 95px;
    line-height: 28px
}

body .main .pay .order-msg .msg li span.tll {
    text-align: left
}

body .main .pay .order-msg .msg li span.through {
    text-decoration: line-through
}

body .main .pay .order-msg .msg .money > span {
    font-size: 16px
}

body .main .pay .order-msg .msg .money b {
    font-size: 24px;
    margin-left: 50px
}

body .main .query {
    text-align: left
}

body .main .query ul li {
    margin-bottom: 30px
}

body .main .query ul li .q {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px
}

body .main .query ul li .a {
    font-size: 14px;
    color: #666;
    line-height: 28px
}

body .main .paper-list .search {
    text-align: left
}

body .main .paper-list .search .row {
    height: 40px
}

body .main .paper-list .search .row .tit {
    height: 40px;
    border: 1px solid #dedede;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    font-size: 16px;
    width: 152px
}

body .main .paper-list .search .row .row-cont {
    margin-left: 80px;
    font-size: 0
}

body .main .paper-list .search .row .row-cont input {
    width: 280px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dedede;
    padding-left: 10px;
    vertical-align: middle
}

body .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
}

body .main .paper-list .search .pull-right {
    color: #b9b9b9;
    font-size: 12px;
    padding-top: 20px
}

body .main .paper-list .nopaper {
    text-align: center;
    margin: 150px auto
}

body .main .paper-list .nopaper p {
    color: #525252;
    font-size: 16px;
    margin-top: 28px
}

body .main .paper-list .line {
    width: 100%;
    height: 1px;
    margin: 30px auto;
    background-color: #e6e6e6
}

body .main .paper-list .lists {
    text-align: left
}

body .main .paper-list .lists .item {
    display: inline-block;
    width: 100%;
    height: 150px;
    position: relative
}

body .main .paper-list .lists .item .status {
    color: #fff;
    padding: 6px 5px
}

body .main .paper-list .lists .item .oid {
    position: absolute;
    top: 10px;
    left: 90px;
    color: #969696
}

body .main .paper-list .lists .item .upTime {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #969696
}

body .main .paper-list .lists .item .failReason {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fd6c2e
}

body .main .paper-list .lists .item .author, body .main .paper-list .lists .item .pname {
    color: #202020;
    margin: 10px
}

body .main .paper-list .lists .item .author {
    margin-left: 15px
}

body .main .paper-list .lists .item .opr {
    position: absolute;
    right: 20px;
    bottom: 30px
}

body .main .paper-list .lists .item .opr i {
    font-size: 20px;
    cursor: pointer
}

body .main .paper-list .lists .item .shuiyin {
    position: absolute;
    left: 10px;
    bottom: 25px;
    font-size: 21px
}

body .main .paper-list .lists .item.ing {
    background: url(http://cdn.wfcheck.cn/img/check-ing.png) no-repeat;
    color: #bebebe
}

body .main .paper-list .lists .item.ing .shuiyin {
    color: #95b2ce
}

body .main .paper-list .lists .item.success {
    background: url(http://cdn.wfcheck.cn/img/check-success.jpg) no-repeat
}

body .main .paper-list .lists .item.success .shuiyin {
    color: #bbc3cd
}

body .main .paper-list .lists .item.fail {
    background: url(http://cdn.wfcheck.cn/img/check-fail.png) no-repeat
}

body .main .paper-list .lists .item.fail i {
    color: #fd6c2e
}

body .main .paper-list .lists .item.fail .shuiyin {
    color: #cdaeae
}

body .main .tips {
    text-align: left;
    padding: 16px;
    width: 928px;
    position: absolute;
    bottom: 12px;
    background-color: #e5f4ff;
    font-size: 12px
}

body #qr-code {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    position: fixed;
    left: 0;
    top: 0
}

body #qr-code .bodyer {
    width: 300px;
    margin-left: -150px;
    margin-top: -210px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 0 0 10px #d2d2d2;
    box-shadow: 0 0 10px #d2d2d2
}

body #qr-code .bodyer .tit {
    margin: 20px auto
}

body #qr-code .bodyer .tit2 h6 {
    padding-top: 30px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px
}

body #qr-code .bodyer .tit2 p {
    font-size: 16px;
    margin-bottom: 0
}

body #qr-code .bodyer .tranmb {
    background-color: #1d1d1d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .62
}

body #qr-code .bodyer .qr-place {
    position: relative;
    text-align: center;
    width: 220px;
    height: 220px;
    margin: 0 auto
}

body #qr-code .bodyer .qr-place.qrmargin {
    margin-top: 20px;
    margin-bottom: 20px
}

body #qr-code .bodyer .qr-place img.erweima {
    max-width: 100%;
    max-height: 100%
}

body #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
}

body #qr-code .bodyer .qr-place .qr-cont .txt {
    color: #fff
}

body #qr-code .bodyer .qr-place .qr-cont a {
    color: #fff;
    text-decoration: underline
}

body #qr-code .bodyer .qr-foot {
    background-color: #f5f5f5;
    height: 40px;
    line-height: 40px;
    cursor: pointer
}

body #qr-code .icon-close {
    width: 15px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px
}

body #promote {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    position: fixed;
    left: 0;
    top: 0
}

body #promote .bodyer {
    width: 310px;
    height: 285px;
    background-color: #fff;
    margin-left: -155px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -180px;
    -webkit-box-shadow: 0 0 10px #d2d2d2;
    box-shadow: 0 0 10px #d2d2d2;
    padding: 40px 0;
    color: #3b3b3b
}

body #promote .bodyer h6 {
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 700
}

body #promote .bodyer p {
    font-size: 16px
}

body #promote .bodyer .pro-qr {
    margin-bottom: 15px
}

body #promote .bodyer .icon-close {
    width: 15px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px
}

body .div {
    text-align: center
}

body .div img {
    vertical-align: middle
}

body .div:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

body .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
}

body #reupload {
    width: 540px;
    height: 400px;
    background-color: #fff;
    margin-left: -250px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-box-shadow: 0 0 10px #dedede;
    box-shadow: 0 0 10px #dedede;
    border-radius: 10px
}

body #reupload .nav {
    padding: 0 10px;
    font-size: 18px;
    text-align: left;
    height: 35px;
    line-height: 36px;
    border-bottom: 1px solid #e2e2e2
}

body #reupload .nav i {
    cursor: pointer;
    color: #464646
}

body #reupload .reupload {
    padding: 0 30px
}

body #reupload .reupload h6 {
    width: 80px;
    height: 32px;
    line-height: 32px;
    margin: 14px auto;
    font-size: 16px
}

body #reupload .reupload .choose-file {
    height: 100px;
    border: 1px solid #dbdbdb;
    text-align: center;
    padding-top: 40px
}

body #reupload .reupload .r-tips {
    margin: 24px auto;
    text-align: left;
    line-height: 24px
}

body .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: 400;
    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, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

body .popover.left {
    margin-left: -10px
}

body .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, .25)
}

body .popover > .arrow, body .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

body .popover > .arrow {
    border-width: 11px
}

body .scan-bind {
    line-height: 1;
    font-size: 12px;
    color: #838383
}

body .scan-bind .div-img {
    margin: 0 auto;
    text-align: center
}

body .scan-bind .div-img .erweima {
    width: 78px;
    height: 78px;
    margin: 0 auto;
    text-align: center
}

body .scan-bind .txt {
    margin: 5px 0;
    position: relative
}

body .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
}

body .scan-bind .txt i .popover {
    top: -32px;
    left: -400px;
    width: 400px;
    max-width: inherit;
    font-size: 12px;
    border-color: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(4, 0, 0, .09);
    box-shadow: 0 0 6px 0 rgba(4, 0, 0, .09)
}

body .scan-bind .txt i .popover .popover-content {
    padding: 5px 6px
}

body .scan-bind .txt i .popover.left > .arrow {
    border-left-color: #fff
}

body .scan-bind .txt i:hover .popover {
    display: block
}

body .head1 {
    height: 43px;
    background-size: 100% 100%;
    margin-top: 20px;
    text-align: left;
    line-height: 42px;
    padding: 0 20px;
    font-size: 18px;
    color: #fff
}

body .head1 > img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px
}

.query-tip {
    padding: 10px 0 0 162px;
    font-size: 12px;
    color: #999
}

.query-tip span {
    color: #d62338
}

.list-down-wrap {
    position: relative;
    cursor: pointer;
    line-height: 40px;
    padding-left: 10px
}

.list-down {
    position: absolute;
    display: none;
    top: 74px;
    left: 20px;
    border: 1px solid #dedede;
    width: 152px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    z-index: 10
}

.list-down li {
    line-height: 30px;
    cursor: pointer;
    padding-left: 10px;
    margin: 1px
}

.list-down li.active {
    background: #0d87f7;
    color: #fff
}

.select-logo {
    position: absolute;
    right: 10px;
    top: 16px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.select-logo.ac {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
