.img-list {
    margin: 0 -16px -16px 0;
    text-align: center;
}
.img-list .cover-img {
    padding-top: 75%;
}
.img-list > .fl {
    width: 25%;
}
.img-list > .fl > .box {
    margin: 0 16px 16px 0;
}
.img-list > .fl > .box > .real {
    margin-bottom: 12px;
}
.gaikuang .g2 {
    font-size: 15px;
    margin-bottom: 12px;
}
.gaikuang .bc {
    color: #cc0000;
    font-size: 16px;
    font-weight: bold;
}
.gaikuang .text-node{
    font-size: inherit;
    opacity: 1;
}
.gaikuang .fj {
    color: #293dce;
    margin-top: 12px;
}
.gaikuang .fj a:hover {
    text-decoration: underline;
}
.gaikuang .img-list {
    padding: 20px 0 24px;
}
.gaikuang .img-list .cover-img {
    padding-top: 68%;
}
.gaikuang > .clear {
    margin: 0 -30px -40px 0;
}
.gaikuang > .clear > .col-item {
    min-width: 33.33333%;
    float: left;
}
.gaikuang > .clear > .col-item > .col-content {
    margin: 0 30px 40px 0;
}
.liucheng {
    padding: 0 0.5rem;
}
.liucheng > .item {
    width: 25%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 0 1em;
    position: relative;
}
.liucheng > .item:hover {
    color: #1250a8;
}
.liucheng > .item .line {
    left: 0;
    right: 0;
    margin-top: -0.5px;
}
.liucheng > .item .circle {
    width: 5px;
    height: 5px;
    margin-top: -2.5px;
}
.liucheng > .item > .next {
    left: 100%;
}
.liucheng > .item > .next .line {
    border-top: 1px dashed #313131;
}
.liucheng > .item > .next .sj {
    height: 7px;
    width: 12px;
    right: 0;
    margin-top: -3.5px;
    background: url(../images/sj.png) no-repeat scroll;
}
.liucheng > .item > .next,
.liucheng > .item > .start,
.liucheng > .item > .end {
    position: absolute;
    top: 1em;
    height: 7px;
    margin-top: -3.5px;
}
.liucheng > .item > .start .line,
.liucheng > .item > .end .line,
.liucheng > .item > .start .circle,
.liucheng > .item > .end .circle {
    background-color: #313131;
}
.liucheng > .item > .start .line,
.liucheng > .item > .end .line {
    height: 1px;
}
.liucheng > .item > .start,
.liucheng > .item > .start .circle {
    left: 0;
}
.liucheng > .item > .end,
.liucheng > .item > .end .circle {
    right: 0;
}
.liucheng > .item > .text {
    font-size: 0.9em;
}
.liucheng > .item > .iconfont {
    font-size: 2em;
    margin-bottom: 0.5em;
}
.liucheng > .item.active {
    color: #1250a8;
}
#case,
#renwudating {
    background-image: -webkit-linear-gradient(top, #f3f6fa 0, #ffffff 400px, #fff 100%);
    background-image: linear-gradient(top, #f3f6fa 0, #ffffff 400px, #fff 100%);
}
.row-bg {
    bottom: 50%;
}
.more {
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.more > .iconfont {
    margin-left: 10px;
}
.more.white {
    color: #fff;
    border-bottom-color: #fff;
}
.more.default {
    color: #000;
    border-bottom-color: #000;
}
.more:hover > .iconfont {
    transform: rotateZ(45deg);
}
.more-button {
    width: 98px;
    height: 32px;
    border: 1px solid #acacac;
    line-height: 32px;
    text-align: center;
}
.more-button:hover {
    border-color: #1250a8;
    background-color: #1250a8;
    color: #fff;
}
.more-circle {
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    text-align: center;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.row-banner {
    background-attachment: fixed;
    height: 3rem;
    padding: 0 0.7rem;
    color: #fff;
    font-size: 0.3rem;
    line-height: 2;
    overflow: hidden;
}
.row-banner > .full {
    right: 50%;
    background-image: -webkit-linear-gradient(left, #1250a8, transparent);
    background-image: linear-gradient(left, #1250a8, transparent);
}
.swiper-change {
    text-align: center;
    line-height: 38px;
    height: 38px;
}
.swiper-change > .swiper-button {
    position: static;
    margin: 0;
}
.swiper-change > .swiper-button:after {
    font-size: 10px;
}
.swiper-change > svg {
    margin: 0 48px;
}
.swiper-change .c {
    fill: none;
    stroke-width: 1px;
    stroke-dasharray: 0,120px;
}
.swiper-change.timeout .c {
    animation-name: sop;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
@keyframes sop {
    0% {
        stroke-dasharray: 0, 120px;
    }
    100% {
        stroke-dasharray: 120px, 0;
    }
}
.swiper-change.default > .swiper-button:after {
    color: #000000;
}
.swiper-change.default .c {
    stroke: #000000;
}
.swiper-change.default .d {
    fill: #000000;
}
.swiper-change.white > .swiper-button:after {
    color: #fff;
}
.swiper-change.white .c {
    stroke: #fff;
}
.swiper-change.white .d {
    fill: #fff;
}
.swiper-pagination {
    height: 8px;
}
.swiper-pagination > .swiper-pagination-bullet {
    background-color: #fff;
    vertical-align: top;
}
.swiper-pagination > .swiper-pagination-bullet:not(:last-child) {
    margin: 0 0.28rem 0 0;
}
.swiper-change .swiper-pagination{
    position: static;
    height: auto;
    width: auto;
}
.swiper-change .swiper-pagination > .swiper-pagination-bullet {
    width: auto;
    height: auto;
    opacity: 1;
    background-color: transparent;
}
.swiper-change .swiper-pagination > .swiper-pagination-bullet:not(:last-child) {
    margin-right: 8px;
}
.swiper-change .swiper-pagination > .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) .c {
    opacity: 0;
}
.section-title {
    margin-bottom: 36px;
}
.section-title .b {
    font-size: 36px;
    font-weight: bold;
}
.section-title .s {
    font-size: 16px;
    opacity: 0.7;
}
.section-title .tab-option > .item {
    float: left;
}
.section-title .tab-option > .item.active {
    background-color: #1250a8;
    border-color: #1250a8;
    color: #fff;
}
.section-title .tab-option > .item:not(:last-child) {
    margin-right: 0.24rem;
}
.renwu-list {
    text-align: center;
}
.renwu-list .text-more-over{
    -webkit-line-clamp: 1;
    white-space: normal;
}
.renwu-list .td {
    position: relative;
    z-index: 2;
    padding-left: 6px;
    padding-right: 6px;
}
/*.renwu-list .td:first-child {*/
/*    padding-left: 0.2rem;*/
/*}*/
/*.renwu-list .td:last-child {*/
/*    padding-right: 0.2rem;*/
/*}*/
.renwu-list .thead,
.renwu-list .tbody .tr {
    position: relative;
}
.renwu-list .thead:after,
.renwu-list .tbody .tr:after,
.renwu-list .thead:before,
.renwu-list .tbody .tr:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}
.renwu-list .thead {
    color: #fff;
    line-height: 50px;
    height: 50px;
    
}
.renwu-list .tbody .td{
    padding-top: 12px;
    padding-bottom: 12px;
    white-space: nowrap;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.renwu-list .tbody .td *{
    white-space: normal;
}
.renwu-list .thead:before {
    background-color: #1250a8;
    border-radius: 50px;
}
.renwu-list .tbody {
    font-size: 16px;
}
.renwu-list .tbody .s {
    font-size: 14px;
    width: 90px;
    text-align: left;
}
.renwu-list .tbody .empty .td {
    padding: 0;
    height: 0.24rem;
}
.renwu-list .tbody .empty + .tr:after {
    opacity: 0;
}
.renwu-list .tbody .name {
    /*text-align: left;*/
    margin: 0 auto;
}
.renwu-list .tbody .name .text {
    font-size: 0.9em;
}
.renwu-list .tbody .protrait {
    width: 74px;
    border: 1px solid #c6d5e5;
    margin: 0 auto;
}
.renwu-list .tbody .essential {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}
.renwu-list .tbody .essential .title {
    font-size: 18px;
}
.renwu-list .tbody .essential .tag {
    border-radius: 2px;
    background-color: #e9eff6;
    border: 1px solid #c6d5e5;
    padding: 0 6px;
    line-height: 1.5;
}
.renwu-list .tbody .avatar {
    width: 38px;
}
.renwu-list .tbody .more-circle {
    background-color: #1250a8;
    box-shadow: none;
}
.renwu-list .tbody .price {
    font-weight: bold;
    font-size: 0.24rem;
    color: #cc0000;
}
.renwu-list .tbody .tr:not(.empty):after {
    bottom: auto;
    height: 1px;
    background-color: #acacac;
}
.renwu-list .tbody .tr:not(.empty):before {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    border-radius: 8px;
    box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
.renwu-list .tbody .tr:not(.empty):hover:after,
.renwu-list .tbody .tr:not(.empty):hover + .tr:after {
    opacity: 0;
}
.renwu-list .tbody .tr:not(.empty):hover:before {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}
.renwu-list.list-6 .td:nth-of-type(1){
    width: 15%;
}
.renwu-list.list-6 .td:nth-of-type(2){
    width: 25%;
}
.renwu-list.list-6 .td:nth-of-type(3){
    width: 10%;
}
.renwu-list.list-6 .td:nth-of-type(4){
    width: 25%;
}
.renwu-list.list-6 .td:nth-of-type(5){
    width: 15%;
}
.renwu-list.list-6 .td:nth-of-type(6){
    width: 10%;
}

.renwu-list.list-7 .td:nth-of-type(1){
    width: 10%;
}
.renwu-list.list-7 .td:nth-of-type(2){
    width: 15%;
}
.renwu-list.list-7 .td:nth-of-type(3){
    width: 10%;
}
.renwu-list.list-7 .td:nth-of-type(4){
    width: 10%;
}
.renwu-list.list-7 .td:nth-of-type(5){
    width: 15%;
}
.renwu-list.list-7 .td:nth-of-type(6){
    width: 25%;
}
.renwu-list.list-7 .td:nth-of-type(7){
    width: 15%;
}


.renwu-list.list-8 .td{
    width: 12.5%;
}

.sliding {
    height: 35px;
    line-height: 35px;
    background-color: #f7f7f7;
    text-align: center;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
}
.sliding > .drag-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 71px;
    z-index: 4;
    cursor: move;
    border: 1px solid #acacac;
    line-height: 33px;
    color: #999;
    height: 33px;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
    border-radius: 4px;
}
.sliding > .drag-btn:before {
    content: "\e7ed";
}
.sliding > .drag-btn.suc-drag-btn {
    color: #55ac21;
}
.sliding > .drag-btn.suc-drag-btn:before {
    content: "\e663";
}
.sliding > .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #346ecd;
    color: #fff;
    z-index: 2;
    overflow: hidden;
}
.sliding > .drag-progress:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 32px;
    bottom: 0;
    background-color: inherit;
}
.sliding > .drag-progress > .drag-progress-text {
    position: absolute;
    left: 0;
    top: 0;
}
.sliding > .fix-tips {
    z-index: 1;
    color: #999;
}
.sliding > .fix-tips,
.sliding > .verify-msg {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
}
.sliding > .verify-msg {
    background-color: #55ac21;
    color: #fff;
    display: none;
    z-index: 3;
}
.receive-code {
    display: none;
}
.receive-code .fr {
    width: 126px;
}
.receive-code .fr > input {
    border: 0 none!important;
    color: #fff;
    background-color: #d0d0d0 !important;
}
.receive-code .fr > input:not(:disabled) {
    background-color: #346ecd !important;
    cursor: pointer;
}
.receive-code .left {
    margin-right: 142px;
}
#column{
    clear: both;
}
#column .flex {
    height: 3.2rem;
    color: #fff;
}
#column .flex .text {
    font-size: 1.2em;
    line-height: 2;
}
#login_panel_box > .container {
    width: 800px;
    height: 540px;
    background-color: #fff;
    display: none;
}
#login_panel_box > .container .item {
    width: 50%;
    position: relative;
}
#login_panel_box > .container .login-banner {
    padding-top: 435px;
}
#login_panel_box > .container .login-type {
    padding: 10px 46px;
}
#login_panel_box > .container .login-type a {
    display: inline-block;
    color: #1250a8;
}
#login_panel_box > .container .login-type a:hover {
    text-decoration: underline;
}
#login_panel_box > .container .content {
    padding: 20px 20px 0;
}
#login_panel_box > .container .content a.active,
#login_panel_box > .container .content a:hover {
    color: #1250a8;
}
#login_panel_box > .container .content > .login-category {
    left: auto;
    bottom: auto;
    width: 60px;
    padding: 5px;
    text-align: right;
    height: 60px;
    font-size: 60px;
    overflow: hidden;
    color: #767676;
    z-index: 10;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 0%);
}
#login_panel_box > .container .content > .login-category .iconfont {
    display: block;
}
#login_panel_box > .container .content > .login-category .icon-diannao {
    font-size: 75%;
}
#login_panel_box > .container .content > .login-method {
    border-bottom: 1px solid #acacac;
    line-height: 50px;
    height: 50px;
}
#login_panel_box > .container .content > .login-method > .real:not(:first-child) {
    margin-left: 20px;
}
#login_panel_box > .container .content > .login-method > .real > .full {
    bottom: -1px;
    top: auto;
    height: 3px;
    background-color: #1250a8;
}
#login_panel_box > .container .content > .form-content {
    height: 360px;
}
#login_panel_box > .container .content > .form-content > div,
#login_panel_box > .container .content > .form-content > label {
    width: 100%;
}
#login_panel_box > .container .content > .form-content .row {
    margin-bottom: 16px;
}
#login_panel_box > .container .content > .form-content .select,
#login_panel_box > .container .content > .form-content input {
    width: 100%;
    box-sizing: border-box;
    height: 46px;
    padding: 0 16px;
    border-radius: 4px;
    background-color: #f7f7f7;
    border: 1px solid #acacac;
}
#login_panel_box > .container .content > .form-content .submit-button {
    cursor: pointer;
    border: 0 none;
    background-image: -webkit-linear-gradient(left, #2874e0, #1860c4);
    font-size: 16px;
    color: #fff;
}
#login_panel_box > .container .content > .form-content .form-option {
    color: #999;
}
#login_panel_box > .container .content > .form-content .form-option .line {
    width: 1px;
    height: 7px;
    background-color: #acacac;
    margin: 0 6px;
}
#login_panel_box > .container .content > .form-content .form-option .auto-login {
    cursor: pointer;
}
#login_panel_box > .container .content > .form-content .form-option .auto-login .agreement {
    color: #db7b7b;
}
#login_panel_box > .container .content > .form-content .form-option .auto-login input {
    display: none;
}
#login_panel_box > .container .content > .form-content .form-option .auto-login input:checked + .checkbox {
    border-color: #1250a8;
    background-color: #1250a8;
}
#login_panel_box > .container .content > .form-content .form-option .auto-login input:checked + .checkbox:before {
    display: block;
}
#login_panel_box > .container .content > .form-content .form-option .auto-login .checkbox {
    float: none;
    margin: 0;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid #acacac;
}
#login_panel_box > .container .content > .form-content .form-option .auto-login .checkbox:before {
    display: none;
    font-size: 12px;
    color: #fff;
}
#login_panel_box > .container .content > .form-content .code-type > .fl {
    width: 64px;
}
#login_panel_box > .container .content > .form-content .code-type > .fl > .select {
    width: 72px;
    padding: 0;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}
#login_panel_box > .container .content > .form-content .code-type > .fl > .select > .iconfont {
    font-size: 8px;
    color: #666;
}
#login_panel_box > .container .content > .form-content .code-type > .fl > .select > .full {
    top: 100%;
    bottom: auto;
    background-color: #1250a8;
    padding: 1px;
    margin-top: 8px;
}
#login_panel_box > .container .content > .form-content .code-type > .fl > .select > .full > .li {
    height: 32px;
    line-height: 32px;
    color: #fff;
}
#login_panel_box > .container .content > .form-content .code-type > .fl > .select > .full > .li:hover {
    background-color: #fff;
    color: #1250a8;
}
#login_panel_box > .container .content > .form-content .code-type > .fl > .select:hover > .full {
    margin-top: 1px;
}
#login_panel_box > .container .content > .form-content .code-type > .right {
    margin-left: 64px;
}
#login_panel_box > .container .content > .form-content .code-type > .right > input {
    padding-left: 24px;
}
#login_panel_box > .container .content > .form-content .regist-type > .fl {
    width: 44px;
}
#login_panel_box > .container .content > .form-content .regist-type > .fl > .select {
    width: 49px;
    text-align: center;
    line-height: 44px;
    padding: 0;
    font-size: 24px;
    color: #787878;
}
#login_panel_box > .container .content > .form-content .regist-type > .right {
    margin-left: 44px;
}
#login_panel_box > .container .content > .form-content .regist-type > .right > input {
    padding-left: 21px;
}
#login_panel_box > .container .content > .form-content .set-password .iconfont {
    left: auto;
    font-size: 24px;
    color: #999;
    line-height: 46px;
    width: 46px;
    text-align: center;
}
#login_panel_box > .container .content > .qrcode-content {
    text-align: center;
    padding: 36px;
}
#login_panel_box > .container .content > .qrcode-content .code-img {
    width: 240px;
    margin: 0 auto 24px;
}
#login_panel_box > .container .content > .qrcode-content .code-img > .lose {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
    cursor: pointer;
}
#login_panel_box > .container .content > .qrcode-content .circle {
    color: #fff;
    display: inline-block;
    padding: 10px 24px;
    line-height: 1;
}
#login_panel_box > .container .login-qrcode {
    top: auto;
    padding: 20px;
    z-index: 10;
    text-align: center;
}
#login_panel_box > .container .login-qrcode > .tip {
    border-bottom: 1px solid #acacac;
    line-height: 1;
    margin-bottom: 32px;
    color: #999;
}
#login_panel_box > .container .login-qrcode > .tip > span {
    background-color: #fff;
    padding: 0 20px;
    position: relative;
    bottom: -7.5px;
}
#login_panel_box > .container .login-qrcode > .operation > .iconfont {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 24px;
    margin: 0 5px;
}
#login_panel_box > .container .login-qrcode > .operation > .iconfont.icon-weixin {
    background-color: #4bc468;
}
#login_panel_box > .container .login-qrcode > .operation > .iconfont.icon-weixin:hover {
    background-color: #40a357;
}
#login_panel_box > .container .login-qrcode > .operation > .iconfont.icon-xinlangweibo {
    background-color: #F70B19;
}
#login_panel_box > .container .login-qrcode > .operation > .iconfont.icon-xinlangweibo:hover {
    background-color: #d90a16;
}
#login_panel_box > .container .login-qrcode > .operation > .iconfont.icon-qq {
    background-color: #1285d6;
}
#login_panel_box > .container .login-qrcode > .operation > .iconfont.icon-qq:hover {
    background-color: #0e6cad;
}
#login_panel_box.wxewm > .wxewm .qrcode-content .circle {
    background-color: #4bc468;
}
#login_panel_box.qqewm > .qqewm .qrcode-content .circle {
    background-color: #1285d6;
}
#login_panel_box.qqewm > .qqewm .login-content,
#login_panel_box.wxewm > .wxewm .login-content,
#login_panel_box.qqewm > .qqewm .login-qrcode > .tip > span,
#login_panel_box.wxewm > .wxewm .login-qrcode > .tip > span {
    background-color: #f2f2f2;
}
#login_panel_box.mmdl > .mmdl,
#login_panel_box.yzmdl > .yzmdl,
#login_panel_box.sjzc > .sjzc,
#login_panel_box.yxzc > .yxzc,
#login_panel_box.qqewm > .qqewm,
#login_panel_box.wxewm > .wxewm {
    display: block;
}
#footer {
    background-color: #1e1e1e;
    color: #fff;
    padding-top: 0.7rem;
}
#footer .container .flex {
    margin: 0 -0.2rem;
}
#footer .container .flex > .item {
    padding: 0 0.2rem;
}
#footer .container a.title:hover,
#footer .container a.scd:hover {
    text-decoration: underline;
}
#footer .container .title {
    font-size: 16px;
}
#footer .container .scd {
    opacity: 0.8;
    margin-top: 0.16rem;
}
#footer .container .method {
    margin: 0.36rem auto 0.56rem;
}
#footer .container .method > .iconfont {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #fff;
}
#footer .container .method > .iconfont:not(:last-child) {
    margin-right: 0.2rem;
}
#footer .container .method > .iconfont:hover {
    background-color: #fff;
    color: #1e1e1e;
}
#footer .container .wechat > .fl {
    width: 100px;
    text-align: center;
}
#footer .container .wechat > .fl img{
    width: 100px;
    height: 100px;
}
#footer .container .wechat > .fl p {
    opacity: 0.8;
    margin-top: 16px;
}
#footer .container .wechat > .fl:not(:last-child) {
    margin-right: 0.6rem;
}
#footer .container .to-top > .iconfont {
    font-size: 30px;
}
#footer .copyright {
    margin-top: 0.5rem;
}
#footer .copyright .flex {
    padding: 26px 0;
    border-top: 1px solid #353535;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}
#banner {
    z-index: 1;
    color: #fff;
}
#banner .swiper .cover-img {
    height: 8.3rem;
}
#banner .container {
    z-index: 2;
}
#banner .container .item {
    display: none;
}
#banner .container .item .title {
    width: 50%;
    background-position: left center;
}
#banner .container .item .title:after {
    padding-top: 11.875%;
}
#banner .container .item .clear {
    margin: 1rem auto 0.6rem;
}
#banner .container .item .clear .fl {
    font-size: 16px;
    line-height: 30px;
}
#banner .container .item .clear .right {
    margin-left: 80px;
    max-width: 400px;
}
#banner .container .item .clear .right > .circle {
    margin: 0 10px 15px 0;
    float: left;
    line-height: 28px;
    padding: 0 20px;
    border: 1px solid #fff;
}
#banner .container .item .clear .right > .circle:hover {
    color: #1250a8;
    background-color: #fff;
}
#banner .container .item .clear,
#banner .container .item .more {
    animation-name: fade-top-in;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    opacity: 0;
    pointer-events: none;
}
@keyframes fade-top-out {
    0% {
        transform: translateY(-5px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-top-in {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(5px);
        opacity: 0;
    }
}
#banner .container .item.active {
    display: block;
}
#banner .container .item.active:not(.exit) .title {
    opacity: 1;
    pointer-events: unset;
    animation-name: banner-title-animation-in;
}
#banner .container .item.active:not(.exit) .clear,
#banner .container .item.active:not(.exit) .more {
    opacity: 1;
    pointer-events: unset;
    animation-name: fade-top-out;
}
#banner .swiper-change {
    z-index: 3;
    top: auto;
    bottom: 0.55rem;
}
#banner .mask{
    right: auto;
    width: 50%;
    z-index: 1;
    opacity: 0.5;
    background-image: -webkit-linear-gradient(left,#000,transparent);
    background-image: linear-gradient(left,#000,transparent);
}
#banner .swiper-change.timeout .c {
    animation-duration: 2.9s;
}
#home_renwu .container .swiper-button {
    top: 2.8rem;
    margin-top: 100px;
    text-align: center;
    width: auto;
    height: auto;
    border: 0.12rem solid #f7f7f7;
    background-color: #f7f7f7;
}
@media (max-width: 1500px) {
    #home_renwu .container .swiper-button {
        margin-top: 64px;
    }
}
#home_renwu .container .swiper-button.swiper-button-prev {
    left: -0.31rem;
    margin-left: -1px;
}
#home_renwu .container .swiper-button.swiper-button-next {
    right: 0.39rem;
    margin-right: -1px;
}
#home_renwu .container .swiper-button:after {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 960px;
    -moz-border-radius: 960px;
    border-radius: 960px;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    width: 0.38rem;
    height: 0.38rem;
    border: 1px solid #acacac;
    background-color: #fff;
    line-height: 0.38rem;
}
#home_renwu .container .left:hover .swiper-button:after {
    border-color: #1250a8;
    background-color: #1250a8;
    color: #fff;
}
#home_renwu .container .swiper {
    width: 5rem;
    margin-right: 0.7rem;
    background-color: #fff;
    box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.2);
}
#home_renwu .container .swiper .cover-img {
    padding-bottom: 2.8rem;
    height: 100px;
}
@media (max-width: 1500px) {
    #home_renwu .container .swiper .cover-img {
        height: 64px;
    }
}
#home_renwu .container .swiper .swiper-pagination {
    bottom: auto;
    top: 2.48rem;
    margin-top: 92px;
}
@media (max-width: 1500px) {
    #home_renwu .container .swiper .swiper-pagination {
        margin-top: 56px;
    }
}
#home_renwu .container .swiper .content {
    padding: 50px 0.5rem;
    line-height: 1;
}
@media (max-width: 1200px) {
    #home_renwu .container .swiper .content {
        padding: 32px 0.5rem;
    }
}
#home_renwu .container .swiper span {
    display: inline-block;
}
#home_renwu .container .swiper .info .mr {
    margin-right: 0.5rem;
}
#home_renwu .container .swiper .zhiwei {
    opacity: 0.7;
    line-height: 2;
}
#home_renwu .container .swiper .title {
    margin: 36px auto 30px;
    font-size: 0.26rem;
}
#home_renwu .container .swiper .info {
    color: rgba(0, 0, 0, 0.7);
    height: 45px;
    line-height: 2;
    margin-bottom: 40px;
}
#home_renwu .container .swiper .price {
    font-size: 0.24rem;
    color: #cc0000;
}
#home_renwu .renwu-list thead tr:before {
    -webkit-border-radius: 960px;
    -moz-border-radius: 960px;
    border-radius: 960px;
}
#home_renwu .renwu-list tbody tr:not(.empty) td {
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
}
#home_renwu .renwu-list tbody .name {
    max-width: 140px;
}
#home_renwu .renwu-list tbody .more-circle {
    margin-left: 0.36rem;
}
#home_rencai {
    overflow: hidden;
}
#home_rencai .swiper {
    padding: 0.3rem 0 0.5rem;
    margin-right: -0.6rem;
    overflow: visible;
    text-align: center;
}
#home_rencai .swiper .content {
    margin-right: 0.6rem;
    padding: 0.45rem 0.36rem;
    background-color: #fff;
    background-image: url(../images/none.jpg);
    box-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
}
#home_rencai .swiper .content .avatar {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
}
#home_rencai .swiper .content .clear {
    font-size: 0.8em;
    opacity: 0.7;
    margin: 0.2rem auto;
}
#home_rencai .swiper .content .clear > .middle-item:not(:last-child) {
    margin-right: 0.3rem;
}
#home_rencai .swiper .content .title {
    font-size: 1.2em;
}
#home_rencai .swiper .content .text-node {
    margin: 0.2rem auto 0.4rem;
    text-align: left;
}
#home_rencai .swiper .swiper-slide:hover .content,
#home_rencai .swiper .swiper-slide-active .content {
    transform: translateY(-0.3rem);
    color: #fff;
    background-image: url(../images/rencai.jpg);
}
#home_rencai .swiper .swiper-slide:hover .content .more,
#home_rencai .swiper .swiper-slide-active .content .more {
    color: #fff;
    border-bottom-color: #fff;
}
#home_rencai .swiper-change.timeout .c {
    animation-duration: 6.9s;
}
#home_news .time {
    font-size: 16px;
}
#home_news .container {
    margin-right: -0.6rem;
}
#home_news .container .box {
    width: 50%;
}
#home_news .container .box .content {
    margin-right: 0.6rem;
}
#home_news .swiper .cover-img {
    padding-top: 11.2em;
    height: 145px;
    padding-bottom: 2.4rem;
    z-index: 1;
}
#home_news .swiper .fade-masking {
    z-index: 2;
    top: auto;
    height: 40%;
}
#home_news .swiper .text {
    position: absolute;
    bottom: 0.8rem;
    left: 0.36rem;
    right: 0.36rem;
    z-index: 3;
    color: #fff;
}
#home_news .swiper .text .time {
    opacity: 1;
}
#home_news .swiper .text .title {
    margin-top: 1em;
    font-size: 1.2em;
}
#home_news .swiper .swiper-pagination {
    z-index: 2;
    left: 0.36rem;
    right: 0.36rem;
    bottom: 0.4rem;
    text-align: left;
}
#home_news .col-2 {
    margin: 0 -0.3rem -0.3rem 0;
    padding-bottom: 0.5rem;
}
#home_news .col-2 > .col-item {
    float: left;
}
#home_news .col-2 > .col-item > .col-content {
    margin: 0 0.3rem 0.3rem 0;
    background-color: #fff;
    background-image: url(../images/none.jpg);
    box-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
    padding: 0.4rem 0.36rem;
    position: relative;
}
#home_news .col-2 > .col-item > .col-content .title {
    margin: 1em auto 1.8em;
}
#home_news .col-2 > .col-item > .col-content .more-circle {
    position: absolute;
    bottom: -20px;
    left: 0.36rem;
}
#home_news .col-2 > .col-item > .col-content:hover {
    background-image: url(../images/news.jpg);
    color: #fff;
}
#home_news .col-2 > .col-item:nth-of-type(2n) > .col-content {
    top: 0.5rem;
}
#home_help .title {
    font-size: 1.2em;
}
#home_help .content {
    width: 4.73rem;
    margin-right: 1.1rem;
}
#home_help .content .box {
    margin-top: 0.8rem;
    margin-left: -1.6rem;
}
#home_help .right {
    color: rgba(0, 0, 0, 0.8);
}
#home_help .right > .flex {
    margin-bottom: 0.74rem;
}
#home_help .right > .flex > .type {
    font-size: 1em;
    line-height: 2em;
    background-color: #1250a8;
    color: #fff;
    padding: 0 1.2em;
}
#home_help .right > .flex > .f {
    font-size: 0.8em;
}
#home_help .right > .liucheng > .item > .start,
#home_help .right > .liucheng > .item > .end {
    width: 0.5rem;
}
#home_help .right > .liucheng > .item > .next {
    width: 1.2rem;
    margin-left: -0.6rem;
}
#home_help .right > .padding {
    height: 1rem;
}
#home_help .tab-control {
    margin-top: 30px;
    padding-top: 0.4rem;
}
#home_help .tab-control .tab-option {
    float: left;
}
#home_help .tab-control .tab-option > .item {
    margin-left: 0.5rem;
    float: left;
    /*font-size: 14px;*/
    position: relative;
    margin-top: 0.2em;
    line-height: 1;
    padding-top: 0.03rem;
    padding-bottom: 8px;
}
#home_help .tab-control .tab-option > .item > .line {
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    bottom: 0;
    background-color: #1250a8;
}
#home_help .tab-control .tab-option > .item.active {
    color: #1250a8;
}
#home_help .tab-control .tab-option > .item.active > .line {
    width: 0.6rem;
}
#home_help .tab-control .tab-content {
    margin-top: 0.5rem;
}
#home_help .tab-control .col-content {
    margin: 0 0.6rem 0.45rem 0;
    border: 1px solid #acacac;
    padding: 0.36rem;
    background-color: #fff;
    background-image: url(../images/none.jpg);
    box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
}
#home_help .tab-control .col-content .time {
    font-size: 0.8em;
}
#home_help .tab-control .col-content .title {
    font-size: 1em;
    margin: 1em auto 1.6em;
}
#home_help .tab-control .col-content .fade {
    position: absolute;
    left: 0.36rem;
    bottom: -20px;
}
#home_help .tab-control .col-content:hover {
    color: #fff;
    border-color: transparent;
    background-image: url(../images/help.jpg);
}
#home_case {
    background-image: url(../images/case.jpg);
    overflow: hidden;
}
#home_case .swiper-change {
    margin-bottom: 0.5rem;
    text-align: left;
}
#home_case .swiper-change.timeout .c {
    animation-duration: 6.9s;
}
#home_case .swiper {
    margin-right: -0.6rem;
    overflow: visible;
}
#home_case .swiper .content {
    margin-right: 0.6rem;
    position: relative;
}
#home_case .swiper .content .default {
    padding: 2em 0 1.5em;
    line-height: 1;
}
#home_case .swiper .content .zhiwei {
    font-size: 15px;
}
#home_case .swiper .content .title {
    font-size: 1.1em;
    margin-top: 12px;
}
#home_case .swiper .content .more {
    margin-top: 0.4rem;
}
#home_case .swiper .content .cover-img {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    text-align: center;
    top: 26px;
    margin-top: 4.6em;
}
#home_case .swiper .content .cover-img > .masking {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
}
#home_case .swiper .content .cover-img > .real {
    z-index: 2;
    width: 90%;
    margin-left: 5%;
    color: #fff;
}
#home_case .swiper .swiper-slide:nth-of-type(3n) .padding {
    padding-top: 72%;
}
#home_case .swiper .swiper-slide:nth-of-type(3n-1) .padding,
#home_case .swiper .swiper-slide:nth-of-type(3n-2) .padding {
    padding-top: 84%;
}
#home_case .swiper .swiper-slide.swiper-slide-active .content .default {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}
#home_case .swiper .swiper-slide.swiper-slide-active .content .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}
#home_case .swiper .swiper-slide .content:hover .cover-img,
#home_case .swiper .swiper-slide.swiper-slide-active .content .cover-img {
    top: 0;
    margin-top: 0;
}
#home_about .col-2 {
    margin-right: -0.6rem;
}
#home_about .col-2 > .col-item {
    float: left;
}
#home_about .col-2 > .col-item > .col-content {
    margin-right: 0.6rem;
}
#home_about .col-2 > .col-item > .col-content .more-button {
    margin: 0.5rem 0 0 auto;
}
#home_about .col-2 > .col-item > .col-content .text-node {
    line-height: unset;
}
#home_about .contact {
    padding-top: 30px;
    margin-top: 0.3rem;
}
#home_about .contact > .left .circle {
    width: 2.4em;
    height: 2.4em;
    border: 1px solid #7f7f7f;
    text-align: center;
    line-height: 2.4em;
    color: #7f7f7f;
    background-image: -webkit-linear-gradient(top, transparent,transparent);
    background-image: linear-gradient(top, transparent,transparent);
}
#home_about .contact > .left .circle > .iconfont {
    font-size: 1em;
}
#home_about .contact > .left .title {
    margin: 1em auto;
}
#home_about .contact > .left .v1,
#home_about .contact > .left .v2,
#home_about .contact > .left .v3 {
    opacity: 0.8;
}
#home_about .contact > .left .v1 {
    font-size: 0.8em;
}
#home_about .contact > .left .v2 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
}
#home_about .contact > .left .v3 {
    font-size: 0.7em;
}
#home_about .contact > .left > .fl {
    max-width: 2.8rem;
    color: rgba(0, 0, 0, 0.8);
}
#home_about .contact > .left > .fl:not(:last-child) {
    margin-right: 1rem;
}
#home_about .contact > .left > .fl:hover {
    color: #000;
}
#home_about .contact > .left > .fl:hover .circle {
    border-color: transparent;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #23508c, #3176a0);
    background-image: linear-gradient(top, #23508c, #3176a0);
}
#home_about .contact > .right {
    border: 1px solid #b2b2b2;
    padding: 0.3rem;
    max-width: 4.7rem;
}
#home_about .contact > .right .lt {
    font-size: 20px;
}
#home_about .contact > .right .lt .iconfont {
    font-size: 24px;
}
#home_about .contact > .right .kefu {
    margin: 0.4rem -0.24rem -0.24rem 0;
    font-size: 16px;
}
#home_about .contact > .right .kefu a {
    margin: 0 0.24rem 0.24rem 0;
}
#home_about .contact > .right .kefu a:hover {
    color: #1250a8;
    text-decoration: underline;
}
#platform {
    padding: 0.64rem 0;
}
#platform .flex {
    margin: 0 -1em;
}
#platform .flex > .item {
    padding: 0 1em;
}
#platform .flex > .item > .fl {
    width: 2.1em;
    height: 2.1em;
    background-size: 100% 400%;
    background-image: url(../images/platform.png);
    background-position-x: 0;
    margin-top: 0.2em;
}
#platform .flex > .item > .right {
    margin-left: 3em;
}
#platform .flex > .item > .right > .title {
    font-size: 1em;
}
#platform .flex > .item > .right > .subtitle {
    font-size: 0.7em;
}
#platform .flex > .item:nth-of-type(1) > .fl {
    background-position-y: 0;
}
#platform .flex > .item:nth-of-type(2) > .fl {
    background-position-y: 33.333333%;
}
#platform .flex > .item:nth-of-type(3) > .fl {
    background-position-y: 66.66666667%;
}
#platform .flex > .item:nth-of-type(4) > .fl {
    background-position-y: 100%;
}
#platform .flex > .item:hover > .fl {
    transform: translateY(-5px);
}
#condition {
    padding: 10px 0 0.6rem;
}
#condition .item {
    padding: 24px 0 14px;
    position: relative;
}
#condition .item .title {
    font-size: 16px;
    color: #1250a8;
    line-height: 26px;
    padding-right: 16px;
    white-space: nowrap;
}
#condition .item .option {
    line-height: 24px;
    padding: 0 12px;
}
#condition .item form.option input {
    height: 20px;
}
#condition .item form.option .input {
    /*width: 50px;*/
    border-bottom: 1px solid transparent;
}
#condition .item form.option .submit-button {
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    background-color: #1250a8;
    width: 0;
    line-height: 20px;
    overflow: hidden;
}
#condition .item form.option:hover .input {
    border-bottom-color: #1250a8;
}
#condition .item form.option:hover .input::-webkit-input-placeholder {
    color: transparent;
}
#condition .item form.option:hover .submit-button {
    width: 40px;
}
#condition .item .content {
    /*padding-right: 100px;*/
}
#condition .item .content > .clear {
    margin: 0 -20px 0 0;
}
#condition .item .content > .clear .li ,
#condition .item .content > .clear .option {
    margin: 0 20px 10px 0;
    float: left;
}
#condition .item .content > .clear .li{
    position: static;
}
#condition .item .content > .clear .li > .option{
    margin: 0;
    float: none;
}
#condition .item .content > .clear .fade{
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 10px;
    z-index: 100;
    padding-top: 10px;
}
#condition .item .content > .clear .fade > .clear{
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 1px 10px 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
#condition .item .content > .clear .li:hover .fade{
    margin-top: 0;
}
#condition .item .right {
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 1;
    display: none;
}
#condition .item .down,
#condition .item .up {
    width: 60px;
    text-align: center;
    margin-left: 20px;
    display: none;
}
#condition .item:not(:first-child) {
    border-top: 1px solid #acacac;
}
#condition .item.fold:not(.close) .up {
    display: block;
}
#condition .item.fold.close .down {
    display: block;
}
/*#condition .item.close .content {*/
/*    height: 36px;*/
/*    overflow: hidden;*/
/*}*/
#condition .selected > .cleaing > span {
    font-size: 16px;
    color: #666;
}
#condition .selected > .cleaing > .iconfont {
    color: #1250a8;
    font-size: 24px;
}
#condition .selected > .content {
    margin-right: 150px;
}
#condition .selected > .content > .fl {
    font-size: 16px;
    color: #999;
    line-height: 26px;
}
#condition .selected > .content > .right {
    margin-left: 90px;
}
#condition .selected > .content > .right > .circle {
    line-height: 26px;
    float: left;
    padding: 0 10px;
    background-color: #e9eff6;
    color: #1250a8;
    margin: 0 20px 10px 0;
}
#condition .selected > .content > .right > .circle > .iconfont {
    display: none;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
}
#condition .selected > .content > .right > .circle:hover > .iconfont {
    background-color: #1250a8;
    color: #fff;
}
#renwudating .order {
    padding: 30px 0;
}
#renwudating .order .fl {
    margin-left: 10px;
    border: 1px solid #bbbdc0;
    line-height: 28px;
    padding: 0 12px;
}
#renwudating .order .fl > .iconfont {
    font-size: 20px;
}
#renwudating .order .fl:hover,
#renwudating .order .fl.active {
    color: #cc0000;
}
#renwudating .renwu-list thead tr:before {
    border-radius: 10px;
}
#renwudating .renwu-list tbody {
    border-bottom: 1px solid #acacac;
}
#renwudating .renwu-list tbody .name {
    max-width: 360px;
}
#renwudating .renwu-list tbody tr:not(.empty) td {
    padding-top: 0.36rem;
    padding-bottom: 0.36rem;
}
#renwu_top {
    padding: 0.5rem 0;
}
#renwu_top .top {
    z-index: 2;
    margin-bottom: 0.64rem;
}
#renwu_top .top > .left {
    margin-right: 250px;
}
#renwu_top .top > .left > .title {
    font-size: 24px;
}
#renwu_top .top > .left > .subtitle {
    margin-top: 24px;
    color: #666666;
}
#renwu_top .top > .left > .subtitle b {
    color: #cc0000;
}
#renwu_top .liucheng > .item > .start,
#renwu_top .liucheng > .item > .end {
    width: 0.95rem;
}
#renwu_top .liucheng > .item > .next {
    width: 1.9rem;
    margin-left: -0.95rem;
}
#renwu_top .liucheng > .item > .marquee {
    text-align: center;
    font-size: 0;
    margin-top: 10px;
    display: none;
}
#renwu_top .liucheng > .item > .marquee > span {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #cccccc;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: marquee-animation;
}
@keyframes marquee-animation {
    0% {
        background-color: #cccccc;
    }
    5% {
        background-color: #1250a8;
    }
    20% {
        background-color: #1250a8;
    }
    25% {
        background-color: #cccccc;
    }
    100% {
        background-color: #cccccc;
    }
}
#renwu_top .liucheng > .item > .marquee > span:not(:last-child) {
    margin-right: 1px;
}
#renwu_top .liucheng > .item > .marquee > span:nth-of-type(1) {
    animation-delay: 0.15s;
}
#renwu_top .liucheng > .item > .marquee > span:nth-of-type(2) {
    animation-delay: 0.3s;
}
#renwu_top .liucheng > .item > .marquee > span:nth-of-type(3) {
    animation-delay: 0.45s;
}
#renwu_top .liucheng > .item > .marquee > span:nth-of-type(4) {
    animation-delay: 0.6s;
}
#renwu_top .liucheng > .item > .marquee > span:nth-of-type(5) {
    animation-delay: 0.75s;
}
#renwu_top .liucheng > .item > .marquee > span:nth-of-type(6) {
    animation-delay: 0.9s;
}
#renwu_top .liucheng > .item.active > .marquee {
    display: block;
}
#renwu_container {
    padding-top: 24px;
    padding-bottom: 40px;
}
#renwu_container .back {
    line-height: 60px;
    height: 60px;
    text-align: center;
    background-color: #c9d9ef;
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}
#renwu_container .back .iconfont {
    font-size: 24px;
}
#renwu_container .back:hover {
    -webkit-filter: drop-shadow(4px 4px 0 #99a7bb);
    filter: drop-shadow(4px 4px 0 #99a7bb);
}
#renwu_container .tab-option,
#renwu_container .tab-option > .item {
    line-height: 50px;
    height: 50px;
}
#renwu_container .tab-option > .item {
    float: left;
    position: relative;
    cursor: pointer;
}
#renwu_container .container .tab-option {
    background-color: #fff;
    margin-bottom: 6px;
}
#renwu_container .container .tab-option > .item {
    width: 14.28571429%;
    text-align: center;
    font-size: 18px;
}
#renwu_container .container .tab-option > .item span {
    font-size: 14px;
}
#renwu_container .container .tab-option > .item > .full {
    top: auto;
    height: 2px;
    background-color: #cc0000;
}
#renwu_container .container .tab-option > .item:hover,
#renwu_container .container .tab-option > .item.active {
    color: #cc0000;
}
#renwu_container .container .tab-content {
    background-color: #fff;
}
#renwu_container .container .task-option {
    background-color: #fff;
    padding: 20px;
}
#renwu_container .container .tab-content table td {
    padding: 40px 14px;
    border-bottom: 1px solid #eceaea;
}
#renwu_container .container .tab-content table td:first-child {
    padding-left: 28px;
}
#renwu_container .container .tab-content table td:last-child {
    padding-right: 28px;
}
#renwu_container .container .tab-content table td > .btn {
    margin-right: 0;
    margin-left: auto;
}
#renwu_container .container .tab-content table td > .btn:not(:last-child) {
    margin-bottom: 8px;
}
#renwu_container .container .tab-content table .bc {
    text-align: center;
}
#renwu_container .container .tab-content table .bc > .b {
    color: #cc0000;
    font-size: 16px;
    font-weight: bold;
}
#renwu_container .container .tab-content table .bc > .g2 {
    font-size: 12px;
}
#renwu_container .container .tab-content table .bc > .text {
    font-size: 16px;
}
#renwu_container .container .tab-content table .avatar {
    width: 76px;
    margin: 0 auto 40px;
    position: relative;
}
#renwu_container .container .tab-content table .avatar > .medal {
    position: absolute;
    bottom: 100%;
    left: 50%;
    line-height: 1;
    text-align: center;
}
#renwu_container .container .tab-content table .nl {
    text-align: center;
}
#renwu_container .container .tab-content table .name {
    font-size: 16px;
    margin-bottom: 16px;
}
#renwu_container .container .tab-content table .job {
    margin: 8px auto 30px;
}
#renwu_container .container .tab-content table .job,
#renwu_container .container .tab-content table .type {
    font-size: 12px;
}
#renwu_container .container .tab-content .btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #acacac;
}
#renwu_container .container .tab-content .btn > .iconfont {
    font-size: 18px;
}
#renwu_container .container .tab-content .btn > .choice {
    left: 100%;
    margin-left: 8px;
    padding-left: 8px;
    z-index: 10;
}
#renwu_container .container .tab-content .btn > .choice > .box {
    background-color: #fff;
    padding: 4px;
    border: 1px solid #1250a8;
    color: #666;
    position: relative;
    box-shadow: 0 0 20px rgba(11, 69, 150, 0.3);
}
#renwu_container .container .tab-content .btn > .choice > .box:after,
#renwu_container .container .tab-content .btn > .choice > .box:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
}
#renwu_container .container .tab-content .btn > .choice > .box:before {
    z-index: 10;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-top: -5px;
    border-right: 8px solid #1250a8;
}
#renwu_container .container .tab-content .btn > .choice > .box:after {
    z-index: 11;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-top: -4px;
    border-right: 6px solid #fff;
}
#renwu_container .container .tab-content .btn > .choice > .box > a {
    width: 80px;
    line-height: 26px;
    text-align: center;
}
#renwu_container .container .tab-content .btn > .choice > .box > a:hover {
    background-color: #1250a8;
    color: #fff;
}
#renwu_container .container .tab-content .btn:hover > .choice {
    margin-left: 0;
}
#renwu_container .container .tab-content .empty {
    display: none;
    text-align: center;
}
#renwu_container .container .tab-content .empty tr,
#renwu_container .container .tab-content .empty td {
    display: block;
}
#renwu_container .container .tab-content .empty .iconfont {
    font-size: 90px;
    color: #e0e0e0;
    margin: 60px auto 20px;
}
#renwu_container .container .tab-content .empty .g1 {
    font-size: 16px;
    margin-bottom: 60px;
}
#renwu_container .container .tab-content .button-t1 {
    color: #666;
}
#renwu_container .container .tab-content .button-t1.active,
#renwu_container .container .tab-content .button-t1:hover {
    border-color: #cc0000;
    color: #cc0000;
}
#renwu_container .container .tab-content .button-t2 {
    color: #cc0000;
}
#renwu_container .container .tab-content .button-t2.active,
#renwu_container .container .tab-content .button-t2:hover {
    border-color: transparent;
    background-color: #cc0000;
    color: #fff;
}
#renwu_container .container .tab-content .button-t3 {
    color: #666;
}
#renwu_container .container .tab-content .button-t3.active,
#renwu_container .container .tab-content .button-t3:hover {
    border-color: #1250a8;
    background-color: #1250a8;
    color: #fff;
}
#renwu_container .container .tab-content .tuijian > .clear {
    padding: 30px 28px 0;
}
#renwu_container .container .tab-content .tuijian > .clear .fr:hover {
    color: #cc0000;
    text-decoration: underline;
}
#renwu_container .container .tab-content .gaikuang {
    padding: 60px 50px;
}
#renwu_container .container .tab-content .hezuo tr:last-child td {
    border-bottom: 0 none;
}
#renwu_container .container .tab-content .hezuo td {
    padding-top: 60px;
}
#renwu_container .container .tab-content .hezuo .success {
    width: 94px;
    margin: 0 0 0 auto;
    background-image: url(../images/success.png);
}
#renwu_container .container .tab-content .hezuo .success:after {
    padding-top: 74.46808511%;
}
#renwu_container .container .tab-content .hezuo .medal {
    font-size: 32px;
    color: #ffae58;
    width: 32px;
    margin: 0 0 -2px -16px;
}
#renwu_container .container .tab-content .houxuan .medal {
    font-size: 12px;
    color: #fff;
    width: 24px;
    line-height: 1;
    padding: 11px 0 3px;
    background: url(../images/jiangapi.png) no-repeat scroll;
    margin: 0 0 1px -12px;
}
#renwu_container .container .tab-content .pingjia .text-node {
    opacity: 1;
    margin-top: 24px;
}
#renwu_container .container .tab-content .pingjia .avatar {
    width: 56px;
}
#renwu_container .container .tab-content .pingjia .user-info {
    line-height: 28px;
    margin-left: 75px;
}
#renwu_container .container .tab-content .pingjia .type {
    font-size: 18px;
    padding-bottom: 36px;
}
#renwu_container .container .tab-content .pingjia .type span {
    color: #1250a8;
}
#renwu_container .container .tab-content .pingjia .form {
    padding: 50px;
}
#renwu_container .container .tab-content .pingjia .form .r {
    padding-bottom: 10px;
}
#renwu_container .container .tab-content .pingjia .form .row {
    margin-top: 14px;
    border: 1px solid #acacac;
    background-color: #f7f7f7;
    padding: 20px;
}
#renwu_container .container .tab-content .pingjia .form textarea {
    width: 100%;
    max-width: 100%;
    min-height: 100px;
}
#renwu_container .container .tab-content .pingjia .form .bonus {
    display: none;
}
#renwu_container .container .tab-content .pingjia .form .submit-button {
    width: 120px;
    height: 42px;
    background-color: #1250a8;
    color: #fff;
    margin: 45px auto 0;
    display: block;
    cursor: pointer;
}
#renwu_container .container .tab-content .pingjia .form .submit-button:hover {
    -webkit-filter: drop-shadow(4px 4px 0 #07326f);
    filter: drop-shadow(4px 4px 0 #07326f);
}
#renwu_container .container .tab-content .pingjia .known {
    padding: 50px;
}
#renwu_container .container .tab-content .pingjia .known:not(:first-child) {
    padding-top: 0;
}
#renwu_container .container .tab-content .pingjia .known .list > .clear {
    border-bottom: 1px solid #efefef;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
#renwu_container .container .tab-content .pingjia .known .list > .clear:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0 none;
}
#renwu_container .container .tab-content .pingjia .known .list > .clear > .fr {
    width: 50%;
}
#renwu_container .container .tab-content .pingjia .known .list > .clear > .fl {
    width: 40%;
}
#renwu_container .container .tab-content .list:empty + .empty {
    display: block;
}
#renwu_container .right > .content {
    width: 250px;
    margin-left: 20px;
}
#renwu_container .right > .content .from {
    margin-bottom: 14px;
    padding: 30px;
    text-align: center;
    background-color: #fff;
}
#renwu_container .right > .content .from .avatar {
    width: 100px;
    margin: 0 auto 16px;
}
#renwu_container .right > .content .from a {
    color: #666;
}
#renwu_container .right > .content .from a:hover {
    color: #1250a8;
}
#renwu_container .right > .content .from .grade .b {
    font-size: 18px;
    margin: 20px auto 8px;
}
#renwu_container .right > .content .recom {
    background-color: #fff;
}
#renwu_container .right > .content .recom .tab-option {
    padding: 0 20px;
}
#renwu_container .right > .content .recom .tab-option > .item {
    color: #999;
    font-size: 16px;
}
#renwu_container .right > .content .recom .tab-option > .item:not(:last-child) {
    margin-right: 20px;
}
#renwu_container .right > .content .recom .tab-option > .item > .full {
    top: 100%;
    bottom: auto;
    height: 1px;
    background-color: #1250a8;
}
#renwu_container .right > .content .recom .tab-option > .item.active,
#renwu_container .right > .content .recom .tab-option > .item:hover {
    color: #1250a8;
}
#renwu_container .right > .content .recom .tab-content .li {
    border-top: 1px solid #eceaea;
    padding: 18px 20px;
}
#renwu_container .right > .content .recom .tab-content .li > .fl {
    width: 22px;
    height: 22px;
    font-size: 12px;
    color: #666;
    background-color: #e8e8e8;
    text-align: center;
    line-height: 22px;
}
#renwu_container .right > .content .recom .tab-content .li > .cont {
    margin-left: 30px;
}
#renwu_container .right > .content .recom .tab-content .li > .cont .title {
    padding-bottom: 6px;
}
#renwu_container .right > .content .recom .tab-content .li > .cont .s {
    opacity: 0.7;
}
#renwu_container .right > .content .recom .tab-content .li > .cont .z {
    opacity: 0.9;
}
#renwu_container .right > .content .recom .tab-content .li:hover {
    color: #1250a8;
}
#renwu_container .right > .content .recom .tab-content .li:hover > .fl {
    background-color: #1250a8;
    color: #fff;
}
#recom_container {
    border-top: 1px solid #acacac;
    padding-top: 40px;
}
#recom_container .main > .left,
#recom_container .main > .right {
    background-color: #fff;
}
#recom_container .main > .left {
    width: 706px;
    background-image: url(../images/null.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#recom_container .main > .left .swiper-main {
    border: 1px solid #f0f0f0;
    background-color: #fff;
}
#recom_container .main > .left .swiper-main .img {
    padding-top: 446px;
}
#recom_container .main > .left .swiper-main .tag {
    background-image: url("../images/tag.png");
    color: #fff;
    line-height: 1;
    width: 28px;
    height: 28px;
    font-size: 14px;
    padding: 7px 10.5px 19px 10.5px;
    right: auto;
    bottom: auto;
    z-index: 2;
}
#recom_container .main > .left .swiper-main .fade-masking {
    top: auto;
    height: 30%;
    opacity: 0.5;
    z-index: 1;
}
#recom_container .main > .left .swiper-main .text-over {
    z-index: 2;
    color: #fff;
    top: auto;
    text-align: center;
    margin: 0 24px 16px;
    font-size: 16px;
}
#recom_container .main > .left .swiper-list {
    margin-top: 15px;
    background-color: #fff;
}
#recom_container .main > .left .swiper-list .img {
    padding-top: 60px;
    border: 1px solid transparent;
}
#recom_container .main > .left .swiper-list .swiper-slide-thumb-active .cover-img {
    border-color: #1250a8;
}
#recom_container .main > .left .swiper-list .swiper-button {
    margin-top: 0;
    width: 20px;
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    bottom: 0;
    height: auto;
    cursor: pointer;
}
#recom_container .main > .left .swiper-list .swiper-button:after {
    font-size: 8px;
    color: #fff;
}
#recom_container .main > .left .swiper-list .swiper-button.swiper-button-prev {
    left: 0;
}
#recom_container .main > .left .swiper-list .swiper-button.swiper-button-next {
    right: 0;
}
#recom_container .main > .right {
    width: 485px;
}
#recom_container .main > .right > .content {
    padding: 40px;
}
#recom_container .main > .right > .content .top .avatar {
    width: 76px;
}
#recom_container .main > .right > .content .top .user-info {
    margin-left: 100px;
}
#recom_container .main > .right > .content .top .user-info .title {
    font-size: 18px;
}
#recom_container .main > .right > .content .top .user-info .g1 {
    margin-top: 6px;
    font-size: 14px;
}
#recom_container .main > .right > .content .top .user-info .level {
    margin-top: 6px;
}
#recom_container .main > .right > .content .top .user-info .level > .iconfont {
    font-size: 20px;
}
#recom_container .main > .right > .content .bc {
    margin: 30px auto;
    border: 1px solid #acacac;
    background-color: #f7f7f7;
    padding: 30px;
}
#recom_container .main > .right > .content .bc .clear:not(:last-child) {
    margin-bottom: 8px;
}
#recom_container .main > .right > .content .bc .right {
    margin-left: 69px;
}
#recom_container .main > .right > .content .bc .right .title {
    color: #cc0000;
    font-size: 16px;
}
#recom_container .main > .right > .content .bottom {
    text-align: center;
    margin-bottom: 40px;
}
#recom_container .main > .right > .content .bottom > .fl {
    width: 29.33333%;
    margin: 0 2%;
}
#recom_container .main > .right > .content .bottom > .fl .value {
    font-size: 18px;
    color: #333;
}
#recom_container .main > .right > .content .btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
}
#recom_container .main > .right > .content a.btn {
    border: 1px solid #1250a8;
    background-color: #1250a8;
    color: #fff;
}
#recom_container #yaoqing {
    margin-top: 12px;
    border: 1px solid #acacac;
    cursor: pointer;
}
#recom_container #yaoqing > .fade {
    padding-top: 16px;
    width: 280px;
}
#recom_container #yaoqing > .fade > .box {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(11, 69, 150, 0.2);
}
#recom_container #yaoqing > .fade > .box:after {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: 100%;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #1250a8;
}
#recom_container #yaoqing > .fade > .box > .h {
    line-height: 50px;
    color: #fff;
    background-color: #1250a8;
}
#recom_container #yaoqing > .fade > .box > .form {
    padding-bottom: 10px;
}
#recom_container #yaoqing > .fade > .box > .form .swiper {
    margin-bottom: 10px;
    max-height: 224px;
}
#recom_container #yaoqing > .fade > .box > .form .swiper-slide .clear {
    display: block;
    padding: 16px;
    margin-bottom: 1px;
}
#recom_container #yaoqing > .fade > .box > .form .swiper-slide .clear > .fl {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    border: 1px solid #acacac;
    color: #fff;
    margin-top: 10.5px;
}
#recom_container #yaoqing > .fade > .box > .form .swiper-slide .clear > .fl > .iconfont {
    display: none;
}
#recom_container #yaoqing > .fade > .box > .form .swiper-slide .clear > .right {
    margin-left: 32px;
    line-height: 1.5;
    text-align: left;
    display: block;
}
#recom_container #yaoqing > .fade > .box > .form .swiper-slide .checkbox:checked + .clear {
    background-color: #eaf0f8;
    color: #1250a8;
}
#recom_container #yaoqing > .fade > .box > .form .swiper-slide .checkbox:checked + .clear > .fl {
    background-color: #1250a8;
    border-color: #1250a8;
}
#recom_container #yaoqing > .fade > .box > .form .swiper-slide .checkbox:checked + .clear > .fl > .iconfont {
    display: block;
}
#recom_container #yaoqing > .fade > .box > .form .submit-button {
    border: 1px solid #acacac;
    width: 115px;
    height: 32px;
    line-height: 32px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
#recom_container #yaoqing > .fade > .box > .form .submit-button:hover {
    color: #fff;
    background-color: #1250a8;
    border-color: #1250a8;
}
#recom_container .row {
    margin-top: 10px;
    background-color: #fff;
}
#recom_container .row .text-node{
    font-size: 16px;
}
#recom_container .row .container {
    padding: 30px;
}
#recom_container .row .container .essential .name {
    font-size: 14px;
}
#recom_container .row .container .img-list {
    line-height: 1.6;
    text-align: left;
}
#recom_container .row .container .project > li {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}
#recom_container .row .container .project > li:first-child {
    padding-top: 0;
}
#recom_container .row .container .project > li:last-child {
    padding-bottom: 0;
    border-bottom: 0 none;
}
#recom_container .row .container .project .clear {
    margin-bottom: 12px;
}
#recom_container .row .container .honor .zs {
    line-height: 20px;
}
#recom_container .row .container .honor .left {
    margin-right: 100px;
}
#recom_container .row-title {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 18px;
    border-bottom: 1px solid #f7f7f7;
}
#case {
    padding-top: 40px;
}
#case .col-content .img {
    padding-top: 210px;
    border-radius: 20px 20px 0 0;
}
#case .col-content .content {
    border: 1px solid #f2f2f2;
    padding: 20px;
    border-top: 0 none;
    border-radius: 0 0 20px 20px;
}
#case .col-content .title {
    margin: 16px 0;
}
#case .col-content .price {
    font-weight: bold;
    color: #cc0000;
}
#case .col-content .bottom {
    color: #333;
    margin-top: 30px;
}
#case .col-content .avatar {
    width: 38px;
    margin-right: 6px;
}
#case .col-content:hover .content {
    border-color: #1250a8;
    color: #1250a8;
}
#case .col-content:hover .content .more {
    color: #1250a8;
    border-bottom-color: #1250a8;
}
#recom_container .right > .case-detail .title {
    margin-bottom: 16px;
}
#recom_container .right > .case-detail .pr {
    font-weight: bold;
    color: #cc0000;
    padding-left: 8px;
}
#recom_container .right > .case-detail .box {
    border: 1px solid #e7eef5;
    background-color: #f7fafd;
    padding: 36px 20px;
    margin: 40px auto;
}
#recom_container .right > .case-detail .box > .clear {
    margin: 0 -10px -10px 0;
    font-size: 14px;
}
#recom_container .right > .case-detail .box > .clear > .col-item {
    float: left;
}
#recom_container .right > .case-detail .box > .clear > .col-item:nth-of-type(2n) {
    width: 55%;
}
#recom_container .right > .case-detail .box > .clear > .col-item:nth-of-type(2n-1) {
    width: 45%;
}
#recom_container .right > .case-detail .box > .clear > .col-item > .col-content {
    margin: 0 10px 10px 0;
}
#recom_container .right > .case-detail .gy {
    line-height: 26px;
}
#recom_container .right > .case-detail .gy .clear {
    margin-bottom: 10px;
}
#recom_container .right > .case-detail .gy .avatar {
    width: 26px;
    margin-right: 6px;
}
#recom_container .right > .case-detail .gy .level > .iconfont {
    font-size: 22px;
}
#recom_container .right > .case-detail .gy .level > .iconfont:not(:last-child) {
    margin-right: 2px;
}
#recom_container .right > .case-detail .zixun {
    margin: 50px auto 0;
    width: 190px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #1250a8;
    color: #fff;
}
#recom_container .right > .case-detail .zixun:hover {
    -webkit-filter: drop-shadow(4px 4px 0 #062a5c);
}
#renwu_container .right > .content .more-service .cover-img {
    width: 64px;
    float: left;
}
#renwu_container .right > .content .more-service .cover-img:after {
    padding-top: 46px;
}
#renwu_container .right > .content .more-service .info {
    padding-top: 10px;
}
#renwu_container .right > .content .more-service .info .fl {
    color: #cc0000;
    font-weight: bold;
}
#renwu_container .right > .content .more-service .title {
    margin-left: 76px;
}
#about {
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
}
#about .top {
    height: 50px;
    line-height: 50px;
    color: #1250a8;
    font-weight: bold;
}
#about .top:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    vertical-align: middle;
    margin-right: 4px;
    background-color: #1250a8;
}
#about .left {
    float: left;
    width: 250px;
}
#about .left > .container {
    background-color: #fff;
}
#about .left > .container:not(:last-child) {
    margin-bottom: 12px;
}
#about .left .top {
    padding: 0 20px;
}
#about .left ul {
    padding: 0 20px 24px 36px;
}
#about .left ul li {
    list-style: disc;
    font-size: 4px;
    color: #cccccc;
    margin: 12px 0;
}
#about .left ul li > a {
    font-size: 16px;
    color: #333;
}
#about .left ul li > a:hover,
#about .left ul li > a.active {
    color: #1250a8;
}
#about .left .list > .flex {
    border-top: 1px solid #ececec;
    padding: 20px;
}
#about .left .list > .flex > .lt {
    margin-right: 12px;
}
#about .left .list > .flex > .lt > .cover-img {
    width: 64px;
}
#about .left .list > .flex > .lt > .cover-img:after {
    padding-top: 71.875%;
}
#about .left .list > .flex > .content .text-more-over {
    max-height: 40px;
}
#about .left .list > .flex > .content .g2 {
    line-height: 1;
    margin-top: 8px;
}
#about .left .list > .flex:hover {
    color: #3f7bd0;
}
#about .right {
    margin-left: 270px;
}
#about .right > .top {
    border-bottom: 1px solid #e3e3e3;
    padding: 0 30px;
}
#about .right > .container {
    background-color: #fff;
    padding: 30px;
}
#about .right > .container .text-node {
    height: 3em;
    line-height: 1.5;
}
#about .right > .container #map {
    margin-bottom: 40px;
    height: 320px;
}
#about .right > .container #map .BMapLabel .content {
    background-color: #fff;
    color: #fff;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    font-size: 18px;
    height: 56px;
    line-height: 52px;
    position: absolute;
    padding: 0 24px;
    bottom: 100%;
    margin-bottom: 16px;
    left: 50%;
    border: 1px solid #97c4f7;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#about .right > .container #map .BMapLabel .content > img {
    max-width: unset;
    width: auto;
}
#about .right > .container #map .BMapLabel .content:after,
#about .right > .container #map .BMapLabel .content:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
}
#about .right > .container #map .BMapLabel .content:after {
    z-index: 1;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #97c4f7;
    margin-left: -6px;
}
#about .right > .container #map .BMapLabel .content:before {
    z-index: 2;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #fff;
    margin-left: -4px;
}
#about .right > .container .row {
    margin-top: 12px;
}
#about .right > .container .wechat {
    text-align: center;
    line-height: 2;
}
#about .right > .container .contact {
    border-top: 1px solid #acacac;
    margin-top: 30px;
    padding-top: 30px;
}
#about .right > .container .contact a {
    color: #e17d7d;
}
#about .right > .container .contact a:hover {
    text-decoration: underline;
}
#about #detail > .left,
#about #help > .left {
    float: right;
}
#about #detail > .right,
#about #help > .right {
    margin-right: 270px;
    margin-left: 0;
}
#about #detail > .right .title {
    text-align: center;
    font-size: 22px;
    padding: 30px 0 20px;
}
#about #detail > .right .info {
    text-align: center;
    margin-bottom: 24px;
}
#about #detail > .right .info > .middle-item {
    margin: 0 16px;
}
#about #detail > .right .edit-content {
    padding-top: 50px;
    border-top: 1px solid #e9e9e9;
}
#about #detail > .right .edit-content img {
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
#about #detail > .right .back {
    background-color: #fff;
    margin-top: 12px;
    text-align: center;
    line-height: 64px;
    height: 64px;
}
#about #detail > .right .back:hover {
    background-color: #eee;
}
#about #help > .container {
    padding: 36px;
    background-color: #fff;
}
#about #help > .container > .title {
    padding-bottom: 16px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 24px;
}
#about #help > .left .top {
    color: inherit;
}
#about #help > .left .top:before {
    display: none;
}
#about #help > .left .content {
    padding-left: 20px;
    position: relative;
}
#about #help > .left .content:before {
    content: '\e8c9';
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #cc0000;
    left: 0;
    top: 1px;
    font-size: 16px;
    position: absolute;
}
#about #help > .right .top-nav {
    height: 50px;
    border-bottom: 1px solid #e2e2e2;
}
#about #help > .right .top-nav > a {
    line-height: 48px;
    margin-right: 12px;
    padding: 0 10px;
    color: #999;
    border-bottom: 2px solid transparent;
}
#about #help > .right .top-nav > a:hover,
#about #help > .right .top-nav > a.active {
    color: #333;
    border-color: #cc0000;
}
#about #help > .right .list {
    margin-top: 16px;
}
#about #help > .right .list > .item {
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
}
#about #help > .right .list > .item > .h {
    height: 22px;
    line-height: 22px;
    margin-bottom: 20px;
}
#about #help > .right .list > .item > .h > .tag {
    padding: 0 8px;
    background-color: #cc0000;
    color: #fff;
}
#about #help > .right .list > .item > .h > .title {
    margin-left: 85px;
}
#about #help > .right .list > .item:hover {
    color: #cc0000;
}
#platform_news {
    margin-bottom: -30px;
}
#platform_news > .flex {
    margin-bottom: 30px;
}
#platform_news > .flex > .lt {
    margin-right: 30px;
}
#platform_news > .flex > .lt > .clip {
    width: 200px;
}
#platform_news > .flex > .content .title {
    margin-bottom: 12px;
}
#platform_news > .flex > .content .text-node {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #ededed;
}
#platform_news > .flex:hover .title {
    color: #3f7bd0;
}
#industry_news > .flex {
    padding: 30px 0;
    border-bottom: 1px solid #ededed;
}
#industry_news > .flex:first-child {
    padding-top: 0;
}
#industry_news > .flex > .lt {
    margin-right: 20px;
}
#industry_news > .flex > .lt > .date {
    width: 70px;
    height: 70px;
    border: 1px solid #cccccc;
    text-align: center;
}
#industry_news > .flex > .lt > .date .title {
    font-size: 26px;
    padding-top: 12px;
    margin-bottom: 2px;
    line-height: 1;
}
#industry_news > .flex > .content .text-node {
    margin-top: 10px;
}
#industry_news > .flex:hover > .lt > .date {
    background-color: #3f7bd0;
    border-color: #3f7bd0;
    color: #fff;
}
#industry_news > .flex:hover > .content .title {
    color: #3f7bd0;
}
#faburenwu .row-title {
    margin-bottom: 50px;
}
#faburenwu .upload {
    border: 1px solid #acacac;
    border-top: 0 none;
    text-align: center;
    padding: 30px;
    background-color: #e1e1e1;
    cursor: pointer;
}
#faburenwu .upload:hover {
    background-color: #c3dcf3;
}
#faburenwu .radio-box > .real > .iconfont {
    display: block;
}
#faburenwu .file-list > .clear {
    margin-right: -10px;
}
#faburenwu .file-list > .clear > .col-item {
    float: left;
}
#faburenwu .file-list > .clear > .col-item > .col-content {
    border: 1px dashed #ddd;
    margin: 10px 10px 0 0;
    padding: 16px;
    height: 45px;
}
#faburenwu .file-list > .clear > .col-item > .col-content > .iconfont {
    font-size: 45px;
}
#faburenwu .file-list > .clear > .col-item > .col-content > .file-box {
    margin-left: 56px;
}
#faburenwu .file-list > .clear > .col-item > .col-content > .file-box > .file-option {
    margin-top: 10px;
}
#faburenwu .file-list > .clear > .col-item > .col-content > .file-box > .file-option span {
    color: #1250a8;
    cursor: pointer;
}
#pay {
    min-height: 100vh;
}
#pay .price {
    font-size: 40px;
    margin: 20px auto;
    font-weight: bold;
}
#pay .a-m span {
    color: #1250a8;
    font-size: 14px;
}
#pay .je {
    color: #cc0000;
}
#pay .tab-option {
    margin: 40px 0 20px;
    border-bottom: 1px solid #acacac;
}
#pay .tab-option > .item {
    float: left;
    margin-right: 10px;
    border-radius: 10px 10px 0 0;
    background-color: #373737;
    color: #fff;
    width: 125px;
    text-align: center;
    line-height: 40px;
    height: 40px;
}
#pay .tab-option > .item.active {
    background-color: #1250a8;
}
#pay .qudao {
    margin-bottom: 40px;
}
#pay .qudao > .fl {
    width: 108px;
    height: 38px;
    border: 1px solid #acacac;
    background-color: #fbfbfb;
    text-align: center;
    line-height: 38px;
}
#pay .qudao > .right {
    margin-left: 130px;
    line-height: 40px;
}
#pay .qudao > .right .iconfont {
    font-size: 36px;
}
#pay .qudao > .right .iconfont.icon-zhifubaozhifu {
    color: #1d8fe7;
}
#pay .qudao > .right .iconfont.icon-weixin {
    color: #39d067;
}
#pay .qudao > .right .iconfont.icon-balance {
    color: #d90a16;
}
#pay #pay_type > .type {
    display: none;
}
#pay #pay_type > .type .pay-code {
    margin-bottom: 10px;
}
#pay #pay_type > .type .iconfont {
    font-size: 30px;
}
#pay #pay_type > .zfb {
    width: 200px;
    text-align: center;
}
#pay #pay_type > .zfb .pay-code {
    border: 1px solid #06b4fd;
}
#pay #pay_type > .zfb .iconfont {
    color: #06b4fd;
}
#pay #pay_type > .wx {
    width: 200px;
    text-align: center;
}
#pay #pay_type > .wx .pay-code {
    border: 1px solid #28C445;
}
#pay #pay_type > .wx .iconfont {
    color: #28C445;
}
#pay #pay_type > .yue .row {
    margin-bottom: 12px;
}
#pay #pay_type > .yue .pwd_box > .pwd {
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    visibility: visible;
}
#pay #pay_type > .yue .pwd_box .psd-blink:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    background-color: #acacac;
    height: 30px;
    margin: -15px 0 0 -0.5px;
    animation: input-blink-animation 1.2s linear infinite;
}
@keyframes input-blink-animation {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    51% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
#pay #pay_type > .yue .pwd_box .pwd-wrap {
    padding-bottom: 1px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    z-index: 10;
}
#pay #pay_type > .yue .pwd_box .pwd-wrap li {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-right: 1px solid #ddd;
}
#pay #pay_type > .yue .pwd_box .pwd-wrap li:last-child {
    border-right: 0;
}
#pay #pay_type > .yue .pwd_box .pwd-wrap li i {
    height: 10px;
    width: 10px;
    background: #000;
}
#pay .submit-button {
    width: 148px;
    height: 48px;
    line-height: 48px;
    background-color: #1250a8;
    color: #fff;
    font-size: 16px;
    border: 1px solid #1250a8;
    margin-top: 40px;
    cursor: pointer;
}
#pay .submit-button:hover {
    -webkit-filter: drop-shadow(4px 4px 0 #072768);
    filter: drop-shadow(4px 4px 0 #072768);
}
#pay .submit-button.disabled {
    background-color: #acacac;
    border-color: #acacac;
    pointer-events: none;
}
#collection{
    margin: 50px auto 16px;
}
#collection .name{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
#collection .name .iconfont{
    font-size: 150%;
    color: #D62629;
    font-weight: normal;
}
#collection .clear{
    margin-top: 16px;
    font-size: 16px;
}
#collection .clear .fl{
    color: #999;
}
#collection .clear .right{
    margin-left: 90px;
    color: #196bdf;
}
#account .min-body {
    max-width: 890px;
    padding: 60px 0;
}
#account .min-body .header {
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #3f7bd0;
    color: #fff;
    margin-top: 20px;
}
#account .min-body #reset_password {
    background-color: #fff;
    padding: 30px;
}
#account .min-body .container {
    max-width: 350px;
    margin: 0 auto;
}
#account .min-body .container .name {
    text-align: center;
    margin-bottom: 12px;
}
#account .min-body .container input {
    height: 45px;
    background-color: #f4f4f4;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
}
#account .min-body .container input.submit-button:not(:disabled) {
    cursor: pointer;
    background-color: #3f7bd0;
    border-color: #3f7bd0;
    color: #fff;
}
#account .min-body .container input.submit-button:not(:disabled):hover {
    background-color: #1250a8;
    border-color: #1250a8;
}
#account .min-body .container .row {
    margin-bottom: 18px;
}
#account .min-body .container .password-lv {
    margin: -8px 0 10px;
}