.counter {
    width:100%;
    background:#fff;
    overflow:hidden
}
.counter .hide_val {
    display:none
}
.counter-tool {
    width:100%;
    height:40px;
    background:#fff
}
.counter-tool-wrap {
    display:-webkit-box;
    display:flex;
    -webkit-box-align:center;
    align-items:center;
    width:1366px;
    height:40px;
    color:#aaa;
    font-size:14px;
    line-height:40px;
    margin:auto
}
.counter-tool-item {
    -webkit-box-flex:1;
    flex:auto
}
.counter-tool-item span {
    padding:0 5px
}
.counter-tool-item a {
    color:#aaa
}
.counter-tool-item .line-arrow {
    position:relative;
    padding-right:25px
}
.counter-tool-item .line-arrow:after {
    content:">";
    position:absolute;
    right:4px
}
.counter-banner {
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
    width:100%;
    min-height:770px;
    max-height:907px;
    background:url(https://cdn.weifenghr.com/static/pc/sbjsq/img/bg.png) no-repeat;
    background-size:100%;
    background-color:#38cf9f
}
.counter-banner h2 {
    width:100%;
    height:30px;
    font-size:30px;
    font-weight:700;
    text-align:center;
    color:#fff;
    line-height:30px;
    text-shadow:0 1px 5px rgba(0,147,97,.6);
    margin-top:40px
}
.counter-banner-tag {
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    flex-direction:row;
    width:660px;
    height:32px;
    margin:18px auto 24px
}
.counter-banner-tag span {
    position:relative;
    display:block;
    width:200px;
    height:32px;
    line-height:32px;
    padding-left:10px;
    background:#0d9268;
    border-radius:16px;
    font-size:16px;
    text-align:center;
    color:#fff
}
.counter-banner-tag span:before {
    position:absolute;
    top:13px;
    left:25px;
    content:"";
    display:block;
    width:6px;
    height:6px;
    background:#fff
}
.counter-banner-tag .tag-mar {
    margin:0 30px
}
.counter-select .fund-line {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 14px;
}
.counter-select .fund-line-switch {
    display: flex;
    flex-direction: row;
    width: 40%;
    height: 14px;
}
.counter-select .fund-line-switch .text {
    display: flex;
    flex-direction: row;
    width: 70px;
    height: 14px;
    line-height: 14px;
}
.counter-select .hide_span {
    display: none;
}
.counter-select .hide_fund {
    display: none;
}
.counter-wrap {
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    flex-direction:row;
    width:1200px;
    min-height:580px;
    max-height:710px;
    background:#fff;
    margin:0 auto
}
.counter-select {
    float: left;
    width:510px;
    height:580px;
    background:#fff
}
.counter-select-t {
    width:100%;
    height:24px;
    line-height:24px;
    text-align:center;
    margin-top:25px
}
.counter-select-t .t_l {
    position: relative;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    float: left;
    color: #666;
    margin-left: 15px;
    margin-top: -12px;
    width: 276px;
}
.counter-select-t .t_l:before {
    content:"*";
    position:absolute;
    left:-10px;
    top:2px
}
.counter-select-t .t_flag {
    position: relative;
    display: flex;
     width: 104px;
    height: 24px;
    /* margin-left: 18px; */
    line-height: 24px;
    /* font-size: 12px; */
    /* width: 100px; */
    padding-left: 8px;
    color: #fff;
    background: #f45b6a;
    border-radius: 4px;
    cursor: pointer;
    top: -11px;
}
.counter-select-t .t_flag:before {
    content: "";
    position: relative;
    left: -1px;
    float: left;
    top: 5px;
    display: block;
    width: 16px;
    height: 15px;
    background: url(https://cdn.weifenghr.com/static/pc/sbjsq/img/zixun.png) no-repeat;
    background-size: 100%;
}
.counter-select h5 {
    width:100%;
    height:24px;
    line-height:24px;
    text-align:center;
    font-size:20px;
    color:#333;
    margin-top:20px
}
.counter-select .select-total {
    width:160px;
    height:57px;
    text-align:center;
    color:#666;
    margin:15px auto 0
}
.counter-select .select-total span {
    display:inline-block;
    vertical-align:top;
    height:57px;
    font-size:16px;
    line-height:57px;
    padding:0 2px
}
.counter-select .select-total .num {
    width:43px;
    height:57px;
    font-size:38px;
    color:#fff;
    background:url(https://cdn.weifenghr.com/static/pc/sbjsq/img/calendar.png) no-repeat;
    background-size:cover
}
.counter-select .select-form {
    width:100%;
    padding:30px 55px 0;
    overflow:hidden
}
.counter-select .select-form label {
    display:block;
    width:100%;
    height:12px;
    line-height:12px;
    font-size:12px;
    color:#666
}
.counter-select .select-form .w-common {
    width:268px;
    float:left
}
.counter-select .select-form .w-common input {
    display:block;
    width:248px;
    height:48px;
    line-height:48px;
    border: none;
    font-size:16px;
    margin:0 auto
}
.counter-select .select-form .w-common input::-webkit-input-placeholder {
    font-size:16px;
    color:#ccc;
    line-height:48px
}
.counter-select .select-form .w-common input::-moz-placeholder {
    font-size:16px;
    color:#ccc;
    line-height:48px
}
.counter-select .select-form .w-common input:-ms-input-placeholder {
    font-size:16px;
    color:#ccc;
    line-height:48px
}
.counter-select .select-form .w-common input::-ms-input-placeholder {
    font-size:16px;
    color:#ccc;
    line-height:48px
}
.counter-select .select-form .w-common input::placeholder {
    font-size:16px;
    color:#ccc;
    line-height:48px
}
.counter-select .select-form .action_w {
    width:112px;
    float:right
}
.counter-select .select-form .action_w span {
    display:block;
    width:50px;
    height:50px;
    font-size:14px;
    line-height:16px;
    color:#666;
    background:#ededed;
    border-radius:4px;
    padding:9px 11px;
    float:left;
    cursor:pointer
}
.counter-select .select-form .action_w .span-r {
    margin-right:12px
}
.counter-select .form-item {
    width:100%;
    height:50px;
    margin:10px 0 25px
}
.counter-select .form-item .c_w {
    background:#fff;
    height:50px;
    border:1px solid #999;
    box-shadow:0 1px 10px 0 hsla(0,0%,77.3%,.59);
    border-radius:4px
}
.counter-select .select-btn {
    width:400px;
    height:50px;
    line-height:50px;
    color:#fff;
    font-size:16px;
    text-align:center;
    background:#f45b6a;
    border-radius:4px;
    cursor:pointer
}
.counter-select p {
    width:100%;
    height:12px;
    line-height:12px;
    text-align:center;
    color:#666;
    margin-top:12px
}
.counter-show {
    float: left;
    width:690px;
    height:580px;
    background:#f8fdfb
}
.counter-show h3 {
    width:100%;
    height:22px;
    line-height:22px;
    font-size:18px;
    text-align:center;
    color:#333;
    margin:30px 0 15px
}
.counter-show h3 span {
    color:#f45b6a
}
.counter-show .show-input {
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    flex-direction:row;
    width:100%;
    height:50px;
    padding:0 90px;
    margin-bottom:30px
}
.counter-show .show-input .inp_w {
    position:relative;
    width:350px;
    height:50px;
    background:#fff;
    border:1px solid #999;
    border-right:none;
    box-shadow:0 1px 10px 0 hsla(0,0%,77.3%,.59);
    border-radius:5px 0 0 5px
}
.counter-show .show-input .inp_w:before {
    content:"";
    display:block;
    position:absolute;
    top:16px;
    left:20px;
    width:12px;
    height:18px;
    background:url(https://cdn.weifenghr.com/static/pc/sbjsq/img/phone.png) no-repeat;
    background-size:100%
}
.counter-show .show-input .inp_w:after {
    content:"";
    display:block;
    position:absolute;
    top:15px;
    right:14px;
    width:17px;
    height:20px;
    background:url(https://cdn.weifenghr.com/static/pc/sbjsq/img/icon_dunpai.png) no-repeat;
    background-size:100%
}
.counter-show .show-input .inp_s {
    width:160px;
    height:50px;
    background:#f45b6a;
    font-size:16px;
    border-radius:0 5px 5px 0;
    line-height:50px;
    color:#fff;
    text-align:center;
    cursor:pointer
}
.counter-show .show-input .inp_self {
    display:block;
    width:250px;
    height:48px;
    line-height:49px;
    font-size:16px;
    margin:0 auto
}
.counter-show h5 {
    position:relative;
    width:510px;
    height:16px;
    line-height:16px;
    font-size:16px;
    padding-left:18px;
    color:#666;
    font-weight:400;
    margin:0 auto 10px
}
.counter-show h5:before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    display:block;
    width:6px;
    height:16px;
    background:#38cf9f
}
.counter-show .show-rule {
    width:100%;
    padding:0 30px 0 90px
}
.counter-show .show-rule .rule {
    font-size:14px;
    line-height:20px;
    color:#1eb786
}
.counter-show .show-rule .rule-bg {
    width:510px;
    height:112px;
    padding:30px 20px 20px;
    margin:5px 0 20px;
    font-size:14px;
    line-height:22px;
    color:#98a6a2;
    background:url(https://cdn.weifenghr.com/static/pc/sbjsq/img/rule.png) no-repeat;
    background-size:100%
}
.counter-show .show-list {
    width:530px;
    padding:10px 0 10px 20px;
    margin:0 auto;
    overflow:hidden
}
.counter-show .show-list li {
    width:33.33%;
    height:14px;
    line-height:14px;
    margin-bottom:16px;
    color:#1eb786;
    cursor:pointer;
    float:left
}
.counter-show .show-list li:hover {
    text-decoration:underline
}
.counter-show .show-sub {
    position:relative;
    width:510px;
    height:50px;
    line-height:50px;
    background:#ff791c;
    border-radius:4px;
    font-size:16px;
    color:#fff;
    padding-left:195px;
    cursor:pointer;
    margin:0 auto
}
.counter-show .show-sub:before {
    content:"";
    position:absolute;
    left:158px;
    top:16px;
    display:block;
    width:24px;
    height:22px;
    background:url(https://cdn.weifenghr.com/static/pc/sbjsq/img/zixun.png) no-repeat;
    background-size:100%
}
.counter-result {
    float: left;
    width:680px;
    height:710px;
    padding:30px;
    background:#fff;
    overflow:hidden
}
.counter-result-t {
    display:inline-block;
    width:100%;
    height:46px;
    line-height:24px;
    font-size:24px;
    font-weight:400;
    text-align:center;
    color:#666
}
.counter-result-t i {
    width:20px;
    height:22px;
    background:url(https://cdn.weifenghr.com/static/pc/sbjsq/img/list.png) no-repeat;
    background-size:100%;
    margin-right:13px
}
.counter-result-t i,.counter-result-t span {
    display:inline-block;
    vertical-align:middle
}
.counter-form {
    float: left;
    width:520px;
    height:710px;
    padding:35px 0;
    background:#fff;
    box-shadow:-10px 0 0 rgba(255,252,251,.6)
}
.counter-form h3 {
    position:relative;
    width:100%;
    height:22px;
    line-height:22px;
    font-size:18px;
    text-align:center;
    color:#333
}
.counter-form h3 span {
    color:#f45b6a
}
.counter-form h3:before {
    content:"";
    display:block;
    position:absolute;
    left:-10px;
    width:10px;
    height:22px;
    background:#38cf9f
}
.counter-form-line {
    width:100%;
    height:16px;
    line-height:16px;
    font-size:14px;
    color:#666;
    text-align:center;
    margin-top:13px
}
.counter-form-line span {
    display:inline-block;
    position:relative;
    min-width:105px;
    padding-right:30px
}
.counter-form-line span:before {
    content:"";
    display:block;
    position:absolute;
    left:-10px;
    top:5px;
    width:6px;
    height:6px;
    background:#38cf9f;
    border-radius:50%
}
.counter-total {
    width:100%;
    height:50px;
    margin-top:25px
}
.counter-total p {
    height:25px;
    line-height:25px;
    font-size:16px;
    color:#666
}
.counter-total p .m_item {
    color:#333
}
.counter-total p .m_total {
    color:#f45b6a;
    font-size:20px;
    font-weight:700
}
.counter-total-l {
    width:480px;
    float:left
}
.counter-total-r {
    width:124px;
    height:50px;
    line-height:50px;
    font-size:16px;
    color:#fff;
    text-align:center;
    background:#ff791c;
    border-radius:5px;
    margin-right:10px;
    cursor:pointer;
    float:right
}
.counter-card {
    width:1200px;
    min-height:30px;
    margin:40px auto 0
}
.counter-card h3 {
    width:100%;
    height:56px;
    font-size:24px;
    padding:0 22px;
    line-height:56px;
    color:#333;
    font-weight:400;
    background:#f6f6f6
}
.counter-card h3 a {
    float:right;
    color:#999;
    font-size:16px
}
.counter-card-wrap {
    padding:40px 0 22px 25px;
    overflow:hidden
}
.counter-card-item,.counter-card-wrap {
    background:#fff;
    border:1px solid #ededed;
    border-top:none
}
.counter-card-item {
    padding:40px 40px 0
}
.counter-card-l {
    width:1120px;
    margin-bottom:20px;
    overflow:hidden
}
.counter-card-l h4 {
    width:100%;
    height:38px;
    line-height:38px;
    padding:0 10px;
    font-size:12px;
    background:#f7f8f8;
    color:#999;
    font-weight:400
}
.counter-card-l ul {
    padding:10px 10px 5px;
    border-bottom:1px dashed #eee;
    overflow:hidden
}
.counter-card-l ul li {
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    flex-direction:row;
    width:100%;
    height:18px;
    line-height:18px;
    color:#666;
    margin-bottom:5px
}
.counter-card-l ul li .card-user {
    width:50%;
    border-right:1px dashed #eee
}
.counter-card-l ul li .card-company {
    width:50%;
    padding-left:20px
}
.counter-card-l ul li span {
    display:inline-block;
    width:120px;
    margin-right:10px
}
.counter-card-money {
    padding:0 10px 10px;
    display:-webkit-box;
    display:flex
}
.counter-card-money p {
    height:30px;
    line-height:30px;
    font-size:14px;
    -webkit-box-flex:1;
    flex:1
}
.counter-card-money .card-p-l {
    padding-left:40px
}
.counter-card .zx-list {
    list-style: none;
    width:100%;
    padding-bottom:25px;
    overflow:hidden
}
.counter-card .zx-list li {
    width:515px;
    height:16px;
    line-height:16px;
    margin-bottom:15px;
    float:left
}
.counter-card .zx-list li a {
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    flex-direction:row;
    font-size:14px;
    color:#666;
    overflow:hidden
}
.counter-card .zx-list li a:hover {
    color:#1db685
}
.counter-card .zx-list li h5 {
    width:420px;
    font-weight:400;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    word-break:break-all
}
.counter-card .zx-list li span {
    display:block;
    width:80px;
    text-align:right
}
.counter-card .zx-list li:nth-child(2n) {
    margin-left:88px
}
.counter-card-wrap a {
    width:180px;
    height:56px;
    font-size:16px;
    line-height:56px;
    background:#fff;
    border:1px solid #666;
    border-radius:4px;
    text-align:center;
    font-weight:400;
    margin-bottom:18px;
    margin-right:15px;
    color:#666;
    float:left
}
.counter-btn {
    width:400px;
    height:56px;
    line-height:56px;
    background:#f45b6a;
    border-radius:4px;
    text-align:center;
    color:#fff;
    font-size:16px;
    cursor: pointer;
    margin:56px auto
}
.counter-remark {
    width:100%;
    font-size:12px;
    line-height:12px;
    padding-left:30px;
    color:#999
}
.counter-input {
    width:100%;
    height:125px;
    padding:0 30px;
    margin-top:35px
}
.counter-input-t {
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    flex-direction:row;
    width:100%;
    height:50px;
    margin-bottom:25px
}
.counter-input-t .inp_w {
    position:relative;
    width:335px;
    height:50px;
    background:#fff;
    border:1px solid #999;
    border-right:none;
    box-shadow:0 1px 10px 0 hsla(0,0%,77.3%,.59);
    border-radius:5px 0 0 5px
}
.counter-input-t .inp_w:before {
    content:"";
    display:block;
    position:absolute;
    top:16px;
    left:20px;
    width:12px;
    height:18px;
    background:url(https://cdn.weifenghr.com/static/pc/sbjsq/img/phone.png) no-repeat;
    background-size:100%
}
.counter-input-t .inp_w:after {
    content:"";
    display:block;
    position:absolute;
    top:15px;
    right:14px;
    width:17px;
    height:20px;
    background:url(https://cdn.weifenghr.com/static/pc/sbjsq/img/icon_dunpai.png) no-repeat;
    background-size:100%
}
.counter-input-t .inp_s {
    width:130px;
    height:50px;
    background:#f45b6a;
    font-size:16px;
    border-radius:0 5px 5px 0;
    line-height:50px;
    color:#fff;
    text-align:center;
    cursor:pointer
}
.counter-input-t .inp_self {
    display:block;
    width:235px;
    height:48px;
    line-height:49px;
    font-size:16px;
    margin:0 auto
}
.result {
    width:100%;
    overflow:hidden
}
.result-t {
    margin-top:15px
}
.result-item {
    width:610px;
    overflow:hidden
}
.result-item table tbody {
    display:block;
    width:calc(100% + 1px);
    max-height:221px;
    overflow-x:hidden;
    overflow-y:scroll
}
.result-item table tfoot,.result-item table thead,.result-item tbody tr {
    display:table;
    width:100%;
    table-layout:fixed
}
.result-item table {
    width:100%;
    border:1px solid #ffad0f;
    border-collapse:collapse;
    overflow:hidden
}
.result-item table tr td,.result-item table tr th {
    border:1px solid #fdf2e9;
    height:32px;
    padding:0 4px;
    font-size:12px;
    text-align:center;
    font-weight:400
}
.result-item .social-table tbody tr:nth-child(2n) td {
    background:#fff8f0;
    color:#515a6e
}
.result-item .social-table .mark th {
    height:32px;
    font-size:12px;
    background:#fff8f0;
    font-weight:400
}
.result-item #fundTable tr td:last-child,.result-item .social-table tfoot span {
    color:#e84845;
    font-weight:700
}
.result-title {
    height:40px;
    border-radius:5px 5px 0 0;
    position:relative;
    background:#ffad0f
}
.result-title h3 {
    width:200px;
    line-height:40px;
    font-size:16px;
    color:#fff;
    padding-left:20px;
    font-weight:400;
    float:left
}
.result-title .p_data {
    height:24px;
    background:#fff;
    text-align:center;
    padding:0 5px;
    line-height:24px;
    font-size:12px;
    vertical-align:middle;
    color:#f09145;
    border-radius:2px;
    margin:8px 10px 0 0;
    float:right
}
.plan {
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    flex-direction:row;
    width:467px;
    height:360px;
    margin:40px auto 15px
}
.plan-active {
    position:relative;
    width:230px;
    height:360px;
    padding:30px 23px;
    background:#fafffc;
    color:#4bad7e;
    border:4px solid #bfefd4;
    cursor:pointer
}
.plan-active:after {
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    right:0;
    width:44px;
    height:44px;
    background:url(https://cdn.weifenghr.com/static/pc/sbjsq/img/active.png) no-repeat;
    background-size:100%
}
.plan-active h5 {
    position:relative;
    width:100%;
    height:20px;
    line-height:20px;
    font-size:18px;
    text-align:center;
    font-weight:400
}
.plan-active h5:after {
    content:"";
    display:block;
    position:absolute;
    left:50%;
    bottom:-15px;
    margin-left:-10px;
    width:20px;
    height:3px;
    background:#4bad7e
}
.plan-active-text {
    width:100%;
    height:16px;
    line-height:16px;
    font-size:16px;
    text-align:center;
    color:#8e9e96;
    margin:25px 0 15px
}
.plan-active-base {
    display:block;
    width:100%;
    font-size:18px;
    height:18px;
    line-height:18px;
    text-align:center;
    font-weight:700
}
.plan-active-method {
    text-align:center;
    padding-top:15px;
    font-size:12px;
    color:#8e9e96
}
.plan-active ul {
    width:100%;
    margin-top:20px;
    overflow:hidden
}
.plan-active ul li {
    position:relative;
    width:100%;
    height:16px;
    font-size:14px;
    line-height:16px;
    color:#666;
    padding-left:26px;
    margin-bottom:15px
}
.plan-active ul li:before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:16px;
    height:16px;
    background:url(https://cdn.weifenghr.com/static/pc/sbjsq/img/active-check.png) no-repeat;
    background-size:100%
}
.plan-m-r {
    margin-right:7px
}
.plan-normal {
    width:230px;
    height:360px;
    padding:30px 23px;
    color:#43a8d6;
    background:#f2fbff;
    cursor:pointer
}
.plan-normal h5 {
    position:relative;
    width:100%;
    height:20px;
    line-height:20px;
    font-size:18px;
    text-align:center;
    font-weight:400
}
.plan-normal h5:after {
    content:"";
    display:block;
    position:absolute;
    left:50%;
    bottom:-15px;
    margin-left:-10px;
    width:20px;
    height:3px;
    background:#43a8d6
}
.plan-normal-text {
    width:100%;
    height:16px;
    line-height:16px;
    font-size:16px;
    color:#93a6af;
    text-align:center;
    margin:25px 0 15px
}
.plan-normal-base {
    position:relative;
    width:100%;
    font-size:18px;
    font-weight:700
}
.plan-normal-base,.plan-normal-base i {
    display:block;
    height:18px;
    line-height:18px;
    text-align:center
}
.plan-normal-base i {
    position:absolute;
    top:0;
    right:5px;
    width:70px;
    font-size:12px;
    color:#fff;
    padding-left:5px;
    font-style:normal;
    font-weight:400;
    background:url(https://cdn.weifenghr.com/static/pc/sbjsq/img/tag.png) no-repeat;
    background-size:100%
}
.plan-normal-method {
    text-align:center;
    padding-top:15px;
    color:#93a6af;
    font-size:12px
}
.plan-normal ul {
    width:100%;
    margin-top:20px;
    overflow:hidden
}
.plan-normal ul li {
    position:relative;
    width:100%;
    height:16px;
    font-size:14px;
    line-height:16px;
    color:#666;
    padding-left:26px;
    margin-bottom:15px
}
.plan-normal ul li:before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:16px;
    height:16px;
    background:url(https://cdn.weifenghr.com/static/pc/sbjsq/img/normal-check.png) no-repeat;
    background-size:100%
}
.plan-w {
    border-bottom:1px dashed #bfefd4
}
.plan-s,.plan-w {
    width:100%;
    height:100px;
    margin-top:40px
}
.plan-s {
    border-bottom:1px dashed #43a8d6
}
::-webkit-scrollbar {
    width:1px
}
::-webkit-scrollbar-thumb,::-webkit-scrollbar-track {
    background-color:#ffad0f;
    border-radius:2em
}
input:focus {
    outline: none !important;
}

