@charset "utf-8";

/*屏幕宽度100vw / 设计稿宽度750px * 100px*/

html {
    font-size: calc(100vw / 750 * 100);
    -webkit-font-smoothing: antialiased;
    touch-action: manipulation;
    overflow-x: hidden;
    height: 100%;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
    display: block;
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    border: 1px solid black;
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: 400
}

dl,
ol,
ul {
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    outline: 0;
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

textarea {
    resize: none;
    outline: none;
    font-family: Arial, Microsoft Yahei;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

button,
input[type=submit],
input[type=text],
input[type=button] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    blr: expression(this.onFocus=this.blur())
}

select {
    outline: 0;
}

input {
    outline: 0;
}

body {
    margin: 0 auto;
    background-color: #f2f5f9;
    padding-top: 1.0rem;
    font-size: .26rem;
    color: #000;
    position: relative;
    overflow-x: hidden;
    min-height: 100%;
    font-family: Arial, Microsoft Yahei;
    box-sizing: border-box;
    width: 100%;
    pointer-events: none;
    opacity: 0;
}
body.show-v{opacity: 1;pointer-events: auto}

header *,
footer *,
main * {
    box-sizing: border-box;
    line-height: 1;
}

main {
    box-sizing: border-box;
    width: 100%;
}

.feedback{width: 100%;}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #d4d4d4;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #d4d4d4;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #d4d4d4;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #d4d4d4;
}

.custom-classname {
    position: absolute;
    z-index: 123456789;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.eps2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

header {
    width: 100%;
    height: 1.0rem;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 12345;
    overflow: hidden;
    box-sizing: border-box;
}

header.sp {
    overflow: visible;
}

.h-title {
    width: 100%;
    text-align: center;
    font-size: .36rem;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 1.0rem;
}

.h-a {
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    font-size: 0;
    padding-left: .22rem;
    height: 1.0rem;
    line-height: 1.0rem;
    display: block;
}

.h-b {
    width: .30rem;
    height: .38rem;
    vertical-align: middle;
}

.h-c {
    font-size: .32rem;
    color: #fff;
    line-height: .38rem;
    padding-left: .16rem;
    display: inline-block;
    vertical-align: middle;
}

.h-bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
}

.h-back {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 123456;
    width: 1.0rem;
    display: block;
    line-height: 1.0rem;
    height: 1.0rem;
}

.h-back .h-img {
    width: .21rem;
    height: .36rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.11rem;
    margin-top: -.18rem;
}

.h-home {
    position: absolute;
    left: 1.00rem;
    top: 0;
    z-index: 123456;
    width: 1.00rem;
    height: 1.0rem;
    display: block;
}

.h-home.left {
    left: 0;
}

.h-home .h-img {
    width: .38rem;
    height: .38rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.19rem;
    margin-top: -.19rem;
}

.f-space {
    width: 100%;
    height: 1.0rem;
}

footer {
    width: 100%;
    font-size: 0;
    border-top: 1px solid #eee;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 12345;
    background-color: #fff;
    box-sizing: border-box;
}

.f-item {
    display: inline-block;
    vertical-align: top;
    width:25%;
    text-align: center;
    padding-top: .08rem;
    height: 1.0rem;
}

.f-icon {
    display: inline-block;
    width: .56rem;
    height: .56rem;
    background-size: 100% 100%;
    margin-bottom: .06rem;
}

.f-tit {
    text-align: center;
    font-size: .22rem;
    color: #333;
}

.f-item1 .f-icon {
    background-image: url(../images/11.png);
}

.f-item2 .f-icon {
    background-image: url(../images/2.png);
}

.f-item3 .f-icon {
    background-image: url(../images/3.png);
}

.f-item4 .f-icon {
    background-image: url(../images/q-1.png);
}

.f-item5 .f-icon {
    background-image: url(../images/q-2.png);
}

.f-item6 .f-icon {
    background-image: url(../images/q-3.png);
}

.f-item7 .f-icon {
    background-image: url(../images/z4.png);
}

.f-item.active .f-tit {
    color: #185d98;
}

.f-item1.active .f-icon {
    background-image: url(../images/12.png);
}

.f-item2.active .f-icon {
    background-image: url(../images/5.png);
}

.f-item3.active .f-icon {
    background-image: url(../images/6.png);
}

.f-item4.active .f-icon {
    background-image: url(../images/q-4.png);
}

.f-item5.active .f-icon {
    background-image: url(../images/q-5.png);
}

.f-item6.active .f-icon {
    background-image: url(../images/q-6.png);
}

.f-item7.active .f-icon {
    background-image: url(../images/z4-b.png);
}

 

.a-bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.a-main {
    padding-bottom: .2rem;
}

.a-a {
    width: 7.10rem;
    margin: 0 auto;
}

.a-b {
    width: 100%;
    height: 3.75rem;
}

.a-banner {
    width: 100%;
    position: relative;
}

.a-swiper {
    position: relative;
    z-index: 3;
    width: 7.10rem;
    height: 3.75rem;
    box-sizing: border-box;
    border-radius: 0;
    overflow: hidden;
}

.a-swiper-item {
    width: 100%;
    display: block;
}

.a-swiper-img {
    width: 100%;
}

.p-pupop {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999998;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.p-box {
    z-index: 15;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    left: 50%;
    top: 50%;
    overflow: hidden;
    z-index: 999999;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: ease-in .3s;
}

.p-pop.show .p-pupop {
    visibility: visible;
    opacity: 1;
}

.p-pop.show .p-box {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.p-Dox {
    width: 5.80rem;
    background-color: #fff;
    border-radius: .10rem;
    padding: .62rem .50rem;
}

.p-dit {
    width: 100%;
    text-align: center;
    font-size: .36rem;
    line-height: 1;
    color: #4a4a4a;
    margin-bottom: .42rem;
}

.p-data {
    width: 100%;
    border-radius: .10rem;
    line-height: .92rem;
    height: .92rem;
    position: relative;
    overflow: hidden;
    margin-bottom: .32rem;
    display: block;
}

.p-data img {
    width: 100%;
    height: 100%;
    display: block;
}

.p-txt {
    font-size: .36rem;
    line-height: .92rem;
    width: 100%;
    position: absolute;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
}

.p-certificate {
    width: 100%;
}

.p-certificate .p-txt {
    width: 100%;
    font-size: .36rem;
    border-radius: .10rem;
    line-height: .92rem;
    height: .92rem;
    position: relative;
    overflow: hidden;
    background-color: #f8f8f8;
    text-align: center;
    border: solid .02rem #c6c6c6;
    color: #666;
}

.p-bot {
    width: 100%;
}

.p-close {
    width: .65rem;
    height: .65rem;
    display: block;
    margin: .60rem auto 0;
}

.l-a {
    width: 100%;
    padding: 0 .20rem .30rem;
}

.l-b {
    width: 100%;
    height: 2.00rem;
    border-radius: .10rem;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    font-size: .30rem;
    color: #333;
    margin-bottom: .20rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.l-b span {
    width: auto;
    padding-left: .54rem;
    display: block;
    text-align: left;
    line-height: .30rem;
    font-size: .28rem;
    color: #185d98;
    position: relative;
    z-index: 10;
}

.l-txt {
    height: .50rem;
    line-height: .50rem;
    margin-bottom: .08rem;
    font-weight: bold;
    position: relative;
}

.l-txt:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: .10rem;
    border: solid .08rem;
    border-color: transparent transparent transparent #185d98;
}

.l-b img {
    width: 100%;
    display: block;
    height: 2.00rem;
    position: absolute;
    z-index: 6;
    left: 0;
    top: 0;
}

.l-btn {
    width: 7.10rem;
    height: .88rem;
    line-height: .88rem;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: .27rem;
    color: #fff;
    background-color: #999;
    border-radius: .44rem;
    position: relative;
    overflow: hidden;
}

.l-btn-text {
    width: 100%;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    position: relative;
    z-index: 10;
}

.l-btn-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.b-a {
    width: 6.10rem;
    height: .88rem;
    line-height: .88rem;
    margin-bottom: .06rem;
    text-align: center;
    border-radius: .44rem;
    display: block;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    top: -.44rem;
    z-index: 10;
    box-shadow: 0 .06rem .20rem rgba(0, 30, 96, 0.08);
}

.b-b {
    width: .29rem;
    height: .27rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .16rem;
}

.b-c {
    font-size: .28rem;
    color: #969696;
    vertical-align: middle;
    display: inline-block;
}

.lg-mask {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 123;
    opacity: 0;
    left: -10.00rem;
    transition: opacity .3s;
}

.lg-box {
    z-index: 1234;
    width: 5.80rem;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .3s;
    opacity: 0;
}

.lg-pop {
    width: 100%;
}

.lg-pop.show .lg-mask {
    opacity: 1;
    left: 0;
}

.lg-pop.show .lg-box {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.lg-Dox {
    width: 5.80rem;
    background-color: #fff;
    border-radius: .10rem;
    padding: .62rem .50rem;
}

.lg-dit {
    width: 100%;
    text-align: center;
    font-size: .36rem;
    line-height: 1;
    color: #4a4a4a;
    margin-bottom: .42rem;
}

.lg-data {
    width: 100%;
    border-radius: .10rem;
    line-height: .92rem;
    height: .92rem;
    position: relative;
    overflow: hidden;
    margin-bottom: .32rem;
    display: block;
}

.lg-data .lg-bg {
    width: 100%;
    height: 100%;
    display: block;
}

.lg-data .lg-txt {
    font-size: .36rem;
    line-height: .92rem;
    width: 100%;
    position: absolute;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
}

.lg-certificate {
    width: 100%;
}

.lg-certificate .lg-txt {
    width: 100%;
    font-size: .36rem;
    border-radius: .10rem;
    line-height: .92rem;
    height: .92rem;
    position: relative;
    overflow: hidden;
    background-color: #f8f8f8;
    text-align: center;
    border: solid .02rem #c6c6c6;
}

.lg-Otherways {
    width: 100%;
    text-align: center;
    font-size: .26rem;
    line-height: .60rem;
    color: #666;
}

.lg-bot {
    width: 100%;
}

.lg-close {
    width: .65rem;
    height: .65rem;
    display: block;
    margin: .60rem auto 0;
}

.t-tabbar {
    width: 7.10rem;
    margin: .22rem auto 0;
    background-color: #fff;
    border-radius: .10rem;
    height: .90rem;
    font-size: 0;
    display: flex;
    align-items: center;
}

.t-tal {
    flex: 1;
    font-size: 0;
}

.t-talem {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: .32rem;
    line-height: .56rem;
    padding: .15rem 0;
    color: #5c5d5f;
    position: relative;
    margin-left: .40rem;
}

.t-talem:after {
    content: ' ';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: .40rem;
    height: .06rem;
    background-color: #185d98;
    border-radius: .03rem;
    display: none;
}

.t-talem.active {
    color: #000;
    font-weight: bold;
}

.t-talem.active:after {
    display: block;
}

.t-tar {
    position: relative;
    background-color: #f2f5f9;
    margin-right: .18rem;
    border-radius: .50rem;
}

.t-tar1 .t-tar-text:after {
    content: "";
    display: inline-block;
    border-right: .10rem solid #bbb;
    border-top: .10rem solid transparent;
    position: absolute;
    right: .15rem;
    bottom: .16rem;
}

.t-tar1 .t-tar-inner {
    padding-right: .30rem;
}

.t-tar-inner {
    padding-right: .20rem;
    padding-left: .20rem;
    display: inline-block;
}

.t-tar-text {
    display: inline-block;
    vertical-align: middle;
    color: #5c5d5f;
    font-size: .26rem;
    line-height: .56rem;
    max-width: 2.10rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.t-tar img {
    display: inline-block;
    vertical-align: top;
    width: 0.22rem;
    height: .23rem;
    margin-left: .05rem;
    margin-top: .18rem;
}

.t-tar.active {
    background-color: rgba(24, 93, 152, 0.1);
}

.t-tar.active .t-tar-text {
    color: #185d98;
}

.t-tar1.active .t-tar-text:after {
    border-right-color: #185d98;
}

.t-one {
    width: 100%;
}

.t-ton {
    width: 7.10rem;
    margin: .22rem auto 0;
    display: none;
}

.t-ton.show {
    display: block;
}

.t-tomes {
    width: 7.10rem;
    background-color: #fff;
    border-radius: .10rem;
    padding: .35rem .40rem .40rem;
    margin-bottom: .25rem;
    display: block;
    position: relative;
}
.c-item,.tabem{
    position: relative;
}

.put-top{width: .59rem;height: .30rem;vertical-align: top;margin-top:.07rem;margin-right: .10rem;}
.put-rec{display: none;width: .50rem;height: .50rem;position: absolute;left:0;top:0;}
.put-rec.show{display: inline-block;}

.t-tomes:last-child {
    margin-bottom: 0;
}

.t-totop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .21rem;
}

.t-name {
    font-size: .36rem;
    color: #000;
    font-weight: bold;
    line-height: .46rem;
}

.t-wages {
    font-size: .35rem;
    color: #185d98;
    line-height: .46rem;
}

.t-Notes {
    width: 100%;
    font-size: .26rem;
    color: #333;
    margin-bottom: .20rem;
    font-size: 0;
}

.t-note {
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    line-height: 1;
    color: #333;
    position: relative;
    padding-right: .12rem;
    margin-right: .12rem;
}

.t-note:after {
    content: '|';
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    color: #333;
    margin-bottom: .20rem;
    line-height: 1;
    position: absolute;
    margin: 0 .12rem;
}

.t-note:last-child:after {
    display: none;
}

.t-labels {
    width: 100%;
    font-size: 0;
    margin-bottom: .17rem;
}

.t-label {
    display: inline-block;
    vertical-align: top;
    padding: .13rem .15rem;
    margin-right: .12rem;
    margin-bottom: .12rem;
    border: 1px solid #eaeaea;
    border-radius: .05rem;
    font-size: .22rem;
    color: #acacac;
}

.t-tobot {
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.t-company {
    width: 100%;
    flex: 1;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.t-icon {
    display: inline-block;
    vertical-align: middle;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    margin-right: .16rem;
    background-size: cover;
    background-position: center center;
}

.t-cname {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - .7rem - .16rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.t-cip {
    display: inline-block;
    vertical-align: middle;
    color: #b2b2b2;
    color: #333;
    line-height: 1;
    font-size: .24rem;
    font-size: .26rem;
    margin: .17rem 0;
    padding-right: .12rem;
    margin-right: .12rem;
}

.t-cip:after {
    content: '|';
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #b2b2b2;
    font-size: .24rem;
    margin: 0 .12rem;
}

.t-cip:last-child:after {
    display: none;
}

.t-release {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font-size: .26rem;
    color: #b2b2b2;
    position: relative;
    white-space: nowrap;
}

.t-tabem {
    width: 100%;
    padding: .30rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    background-color: #fff;
    margin-bottom: .25rem;
    position: relative;
}

.t-tabem:last-child {
    border: none;
    margin-bottom: 0;
}

.t-tmg {
    width: 1.20rem;
    height: 1.20rem;
    border-radius: 50%;
    margin-right: .20rem;
    background-size: cover;
    background-position: center center;
}

.t-res {
    width: calc(100% - 1.20rem - .20rem);
    display: flex;
    flex-wrap: wrap;
}

.t-totop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .16rem;
}

.t-name {
    font-size: .36rem;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.t-wages {
    font-size: .35rem;
    color: #185d98;
    white-space: nowrap;
}

.t-tobot {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.t-cname {
    font-size: .24rem;
    color: #c7c7c7;
}

.t-release {
    font-size: .24rem;
    color: #c7c7c7;
}

.t-tomid {
    font-size: .26rem;
    color: #979797;
    margin-bottom: .19rem;
    margin-top: .15rem;
}

.t-imx {
    width: 100%;
    margin-bottom: .25rem;
    display: block;
}

.t-imx img {
    width: 100%;
    vertical-align: top;
}

.t-cont {
    width: 100%;
}

.m-myn {
    width: 100%;
    padding: .38rem .35rem .30rem;
    background-color: #f3f5f9;
}

.m-mcard {
    width: 100%;
    height: 3.80rem;
    box-shadow: 0rem .20rem .30rem 0rem rgba(0, 168, 255, 0.2);
    border-radius: .24rem;
    overflow: hidden;
    position: relative;
    margin-bottom: .30rem;
}

.m-mbg {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.m-heads {
    position: absolute;
    z-index: 3;
    top: .65rem;
    width: 100%;
    padding: 0 .47rem;
    font-size: 0;
}

.m-hmg {
    display: inline-block;
    vertical-align: middle;
    width: 1.22rem;
    height: 1.22rem;
    border-radius: 50%;
    position: relative;
    margin-right: .19rem;
    overflow: hidden;
}

.m-hbg {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.m-head {
    position: absolute;
    z-index: 6;
    border-radius: 50%;
    width: 1.14rem;
    height: 1.14rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.m-hname {
    display: inline-block;
    vertical-align: middle;
    font-size: .34rem;
    color: #fff;
}

.m-hlass {
    position: absolute;
    z-index: 10;
    top: 2.00rem;
    left: 0;
    width: 100%;
    font-size: 0;
}

.m-hltem {
    width: 100%;
    font-size: 0;
    width: 50%;
    padding: .50rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.m-line {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: .02rem;
    background-color: #7ab6db;
    height: .60rem;
}

.m-icon1 {
    display: inline-block;
    vertical-align: middle;
    width: .50rem;
    height: .50rem;
    margin-right: .24rem;
}

.m-icon1 img {
    width: 100%;
    height: 100%;
    display: block;
}

.m-hlrn {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - .74rem);
}

.m-hum {
    font-size: .40rem;
    margin-bottom: .15rem;
    color: #fff;
}

.m-hum.s28 {
    font-size: .28rem;
}

.m-ht {
    color: #88c0ec;
    font-size: .24rem;
}

.m-ht img {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 1px;
    width: .22rem;
    height: .22rem;
    margin-left: .07rem;
}

.m-mlass {
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    border-radius: .20rem;
    height: 1.60rem;
    margin-bottom: .30rem;
}

.m-mltem {
    flex: 1;
    height: 1.60rem;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.m-icon2 {
    width: 100%;
    display: block;
}

.m-icon2 img {
    display: block;
    width: .50rem;
    height: .50rem;
    margin: 0 auto .10rem;
}

.m-mit {
    width: 100%;
    display: block;
    text-align: center;
    color: #232324;
    font-size: .26rem;
}

.m-Jumplist {
    width: 100%;
    background-color: #fff;
    border-radius: .20rem;
    padding: .10rem .33rem;
    margin-bottom: .30rem;
}

.m-jumen {
    width: 100%;
    font-size: 0;
    position: relative;
    display: block;
}

.m-jcon {
    display: inline-block;
    vertical-align: middle;
    width: .40rem;
    height: .40rem;
    margin-right: .24rem;
}

.m-jit {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - .64rem - .20rem);
    color: #232324;
    font-size: .30rem;
    line-height: 1.00rem;
    padding-right: .50rem;
}

.m-rc {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .15rem;
    height: .25rem;
}

.m-quit {
    width: 100%;
    background-color: #fff;
    border-radius: .20rem;
    height: 1.10rem;
    line-height: 1.10rem;
    text-align: center;
    color: #999;
    font-size: .32rem;
}

.m-red {
    width: .16rem;
    height: .16rem;
    border-radius: .08rem;
    background-color: red;
    color: #fff;
    font-size: 0;
    line-height: .30rem;
    text-align: center;
    position: relative;
    top: -.14rem;
    left: .05rem;
    display: inline-block;
    vertical-align: middle;
}

.detail {
    width: 100%;
    background-color: #035591;
}

.detail .j-obShow {
    width: calc(100% - .60rem);
    margin: 0 .30rem .18rem;
    background-color: #fff;
    box-shadow: inset 0 .06rem .24rem 0 rgba(3, 85, 145, 0.64);
    border-bottom-left-radius: .20rem;
    border-bottom-right-radius: .20rem;
    overflow: hidden;
}

.detail .swiper {
    width: 100%;
    height: 3.94rem;
    position: relative;
}

.detail .swiper swiper-item {
    width: 100%;
    display: block;
}

.detail .swiper-item {
    width: 100%;
    display: block;
}

.detail .swiper-img {
    width: 100%;
    height: 3.94rem;
    display: block;
    object-fit: cover;
}

.detail .j-obcon {
    width: 100%;
    padding: .35rem .30rem .40rem .30rem;
}

.detail .j-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .15rem;
}

.detail .j-name {
    font-size: .40rem;
    color: #000;
    line-height: .50rem;
    flex: 1;
}

.detail .j-salary {
    font-size: .35rem;
    color: #035591;
    white-space: nowrap;
}

.detail .j-tip {
    width: 100%;
    font-size: .26rem;
    color: #333;
    margin-bottom: .25rem;
    font-size: 0;
}

.detail .j-tip span {
    width: auto;
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    color: #333;
    position: relative;
    margin-right: .12rem;
    padding-right: .12rem;
}

.detail .j-tip span:first-child:after {
    right: -.14rem;
    top: 50%;
    transform: translateY(-50%);
}

.detail .j-tip span:after {
    content: '|';
    display: inline-block;
    vertical-align: top;
    position: absolute;
    margin: 0 .12rem;
    font-size: .26rem;
    color: #333;
}

.detail .j-tip span:last-child:after {
    display: none;
}

.detail .j-labels {
    width: 100%;
    font-size: 0;
}

.detail .j-label {
    display: inline-block;
    vertical-align: top;
    color: #acacac;
    font-size: .24rem;
    padding: .13rem .16rem;
    background-color: #fff;
    border-radius: .05rem;
    border: solid .02rem #eaeaea;
    margin-right: .14rem;
    margin-bottom: .14rem;
}

.detail .line {
    width: 100%;
    border-top: dashed .02rem #d2d3d2;
    margin: .30rem 0;
    position: relative;
}

.detail .line .rl {
    width: .25rem;
    height: .25rem;
    position: absolute;
    z-index: 3;
    right: -3.95rem;
    top: 50%;
    transform: translateY(-50%);
}

.detail .line .ll {
    width: .25rem;
    height: .25rem;
    position: absolute;
    z-index: 3;
    left: -3.95rem;
    top: 50%;
    transform: translateY(-50%);
}

.detail .first {
    margin: .30rem 0;
    width: 100%;
}

.detail .first img {
    width: .33rem;
    height: .33rem;
    margin-right: .14rem;
    margin-top: .03rem;
    vertical-align: top;
}

.detail .first .fx {
    font-size: .32rem;
    color: #00609d;
}

.detail .desc {
    width: 100%;
}

.detail .desc .dit {
    font-size: .32rem;
    color: #000;
    margin-bottom: .33rem;
}

.detail .desc .dix {
    width: 100%;
    font-size: .24rem;
    line-height: 1.6;
    color: #222;
}

.detail .desc .dix * {
    width: 100%;
    font-size: .22rem;
    line-height: 1.6;
    color: #222;
}

.detail .comShow {
    width: calc(100% - .60rem);
    margin: .18rem .30rem;
    background-color: #fff;
    box-shadow: inset 0 .06rem .24rem 0 rgba(3, 85, 145, 0.64);
    border-radius: .20rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: .65rem .30rem .70rem .30rem;
}

.detail .comShow .cor {
    width: 1.54rem;
    height: 1.54rem;
    border-radius: 50%;
    border: solid .02rem #f2f2f2;
    margin-left: .10rem;
    position: relative;
    z-index: 12;
}

.detail .comShow .col {
    width: calc(100% - 1.54rem - .10rem);
    position: relative;
    z-index: 12;
}

.detail .comShow .col .cit {
    font-size: .36rem;
    color: #000;
    line-height: .46rem;
    margin-bottom: .20rem;
}

.detail .comShow .col .ctip {
    margin-bottom: .20rem;
    width: 100%;
    font-size: 0;
}

.detail .comShow .col .ctip .cip {
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    color: #333;
    line-height: 1.3;
    margin-right: .12rem;
    padding-right: .12rem;
    position: relative;
}

.detail .comShow .col .ctip .cip:after {
    content: '|';
    position: absolute;
    font-size: .26rem;
    color: #333;
    margin: 0 .12rem;
}

.detail .comShow .col .ctip .cip:last-child:after {
    display: none;
}

.detail .comShow .col .place {
    width: 100%;
}

.detail .comShow .col .pmg {
    width: .19rem;
    height: .25rem;
    margin-right: .12rem;
    margin-top: .03rem;
    vertical-align: top;
}

.detail .comShow .col .px {
    font-size: .24rem;
    color: #b2b2b2;
    vertical-align: top;
}

.detail .comShow .ctn {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 3;
}

.detail .comShow .ctn .points {
    position: absolute;
    width: .20rem;
    height: .70rem;
    z-index: 4;
}

.detail .comShow .ctn .points:nth-child(1) {
    top: -.44rem;
    left: .78rem;
}

.detail .comShow .ctn .points:nth-child(2) {
    top: -.44rem;
    right: .78rem;
}

.detail .comShow .ctn .points:nth-child(3) {
    bottom: -.44rem;
    left: .78rem;
}

.detail .comShow .ctn .points:nth-child(4) {
    bottom: -.44rem;
    right: .78rem;
}

.detail .recommend {
    width: calc(100% - .60rem);
    margin: .18rem .30rem;
    background-color: #fff;
    box-shadow: inset 0 .06rem .24rem 0 rgba(3, 85, 145, 0.64);
    border-radius: .20rem;
    position: relative;
    padding: 0 .30rem;
}

.detail .rit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: .50rem 0;
}

.detail .rit .rmg {
    width: .61rem;
    height: .37rem;
}

.detail .rit .rx {
    font-size: .38rem;
    color: #000;
    margin: 0 .14rem;
}

.detail .recomlis {
    width: 100%;
}

.detail .retom {
    width: 100%;
    padding: .38rem 0 .18rem 0;
    border-bottom: solid .02rem #efefef;
    display: block;
}

.detail .retom:last-child {
    border: none;
}

.detail .totop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .26rem;
}

.detail .totop .name {
    font-size: .36rem;
    color: #000;
    font-weight: bold;
}

.detail .totop .wages {
    font-size: .35rem;
    color: #185d98;
}

.detail .Notes {
    width: 100%;
    font-size: .26rem;
    color: #333;
    margin-bottom: .20rem;
    font-size: 0;
}

.detail .Notes .note {
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    line-height: 1;
    color: #333;
    position: relative;
    padding-right: .12rem;
    margin-right: .12rem;
}

.detail .Notes .note:after {
    content: '|';
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    color: #333;
    margin-bottom: .20rem;
    line-height: 1;
    position: absolute;
    margin: 0 .12rem;
}

.detail .Notes .note:last-child:after {
    display: none;
}

.detail .labels {
    width: 100%;
    font-size: 0;
    margin-bottom: .17rem;
}

.detail .labels .label {
    display: inline-block;
    vertical-align: top;
    padding: .13rem .15rem;
    margin-right: .12rem;
    margin-bottom: .12rem;
    border: .01rem solid #eaeaea;
    border-radius: .05rem;
    font-size: .22rem;
    color: #acacac;
}

.detail .tobot {
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: space-between;
}

.detail .tobot .company {
    display: inline-block;
    vertical-align: middle;
    flex: 1;
    font-size: 0;
    /*display: flex;*/
}

.detail .tobot .company img {
    display: inline-block;
    vertical-align: middle;
    width: .36rem;
    height: .36rem;
    border-radius: 50%;
    margin-right: .16rem;
}

.detail .tobot .company .cname {
    display: inline-block;
    vertical-align: middle;
    color: #b2b2b2;
    font-size: .24rem;
    line-height: 1.3;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 1rem - .16rem);
}

.detail .tobot .release {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font-size: .24rem;
    color: #b2b2b2;
    line-height: .9rem;
}

.detail .zplace {
    width: 100%;
    height: 1.46rem;
}

.detail .barbot {
    position: fixed;
    background-color: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 9876;
    height: 1.46rem;
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 0 .40rem;
}

.detail .bal {
    display: flex;
    align-items: center;
}

.detail .bal .balem {
    width: .80rem;
    text-align: center;
    font-size: 0;
}

.detail .balem img {
    width: .40rem;
    height: .40rem;
    margin: 0 auto .15rem;
}

.detail .balem .bx {
    color: #666;
    font-size: .22rem;
    text-align: center;
}

.detail .balem .img2 {
    display: none;
}

.detail .balem .bx2 {
    display: none;
}

.detail .balem.active img {
    display: none;
}

.detail .balem.active .bx {
    display: none;
}

.detail .balem.active .img2 {
    display: inline-block;
}

.detail .balem.active .bx2 {
    display: inline-block;
}

.detail .bar {
    border-radius: .05rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.detail .bar .barem {
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    width: 2.41rem;
    font-size: .32rem;
    background-color: #e7e7e7;
    color: #035591;
}

.detail .bar .barem.jl {
    background-color: #035591;
    color: #fff;
}

.detail .j-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999998;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
}

.detail .j-a {
    width: 5.90rem;
    position: fixed;
    left: 50%;
    top: 50%;
    overflow: hidden;
    z-index: 999999;
    background-color: #fff;
    box-sizing: border-box;
    padding: .60rem .40rem .50rem;
    border-radius: .10rem;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all .3s;
}

.detail .j-pop.show .j-mask {
    visibility: visible;
    opacity: 1;
}

.detail .j-pop.show .j-a {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.detail .j-btns {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.detail .j-btn {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 2.15rem;
    line-height: .70rem;
    box-sizing: border-box;
    font-size: .28rem;
    color: #000;
    border-radius: .35rem;
    margin: 0 .15rem;
    border-radius: .35rem;
    background-color: #d7d7d7;
}

.detail .j-btn.ly {
    background-color: #035591;
    color: #fff;
}

.detail .j-btn.gray {
    background-color: #f7f7f7;
    color: #333;
}

.detail .j-close {
    width: .79rem;
    height: .79rem;
    text-align: center;
    padding-top: .26rem;
    position: absolute;
    right: 0;
    top: 0;
}

.detail .j-icon {
    width: .27rem;
    vertical-align: top;
}

.detail .detail-list {
    width: 100%;
    margin-bottom: .30rem;
}

.detail .txt {
    width: 100%;
    display: flex;
}

.detail .vis {
    font-size: .28rem;
    line-height: .60rem;
    color: #333;
}

.detail .tip {
    font-size: .28rem;
    line-height: .60rem;
    color: #333;
}

.st-a {
    font-size: .26rem;
    color: #666;
    text-align: center;
}

.st-b {
    width: .39rem;
    margin-right: .19rem;
    animation: spin 0.65s infinite linear;
    vertical-align: top;
}

.st-c {
    width: .72rem;
    height: .71rem;
    animation: spin 0.8s infinite linear;
    margin-top: 1.00rem;
}

.st-d {
    width: 4.30rem;
    height: 3.28rem;
    margin-bottom: .30rem;
    object-fit: contain;
}

.st-d9 {
    width: 1.60rem;
    height: 1.57rem;
    display: block;
    margin: 0 auto .70rem;
}

.st-btn {
    width: 5.30rem;
    height: .88rem;
    line-height: .88rem;
    display: inline-block;
    text-align: center;
    font-size: .27rem;
    color: #fff;
    background-color: #999;
    border-radius: .44rem;
    position: relative;
    overflow: hidden;
}

.st-text {
    line-height: 1.23rem;
    font-size: .26rem;
}

.st-e {
    width: 2.00rem;
    margin-bottom: .15rem;
}

.st-btn-text {
    width: 100%;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    position: relative;
    z-index: 10;
}

.st-btn-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.st-a1 {
    padding: .50rem 0;
}

.st-a2 {
    padding: .50rem 0;
}

.st-a3 {
    padding: .50rem 0;
}

.st-a4 {
    padding: .50rem 0;
}

.st-a5 {
    padding: .50rem 0;
}

.st-a6 {
    padding: .50rem 0;
}

.st-a7 {
    padding: .50rem 0;
}

.st-a8 {
    padding: .50rem 0;
}

.st-a9 {
    padding: .50rem 0;
    padding-top: 1.00rem;
}

.st-a10 {
    padding: .50rem 0;
}

.st-text.apply {
    max-width: 68%;
    line-height: 1.8;
    margin: auto;
}

.login {
    width: 100%;
    min-height: calc(100% - 1.0rem);
    padding: 1.00rem .70rem;
    background-color: #fff;
    position: fixed;
    left: 0;
    top:  1rem;
}

.login .input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid .02rem #efefef;
    margin-bottom: .10rem;
    position: relative;
}

.login .num {
    font-size: .40rem;
    line-height: .60rem;
    color: #4a4a4a;
    padding-right: .36rem;
    border-right: solid .02rem #eeeeee;
}

.login .input input {
    width: 100%;
    flex: 1;
    padding-left: .20rem;
    background: none;
    border: none;
    font-size: .40rem;
    height: 1.20rem;
    color: #333;
}

.login .input input.sp {
    padding-left: 0;
}

.login .lon {
    width: calc(100% - .80rem);
    margin: .46rem auto .26rem;
    line-height: .88rem;
    height: .88rem;
    position: relative;
    border-radius: .44rem;
    overflow: hidden;
}

.login .lon img {
    width: 100%;
    height: 100%;
    display: block;
}

.login .lon .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
    line-height: .88rem;
    text-align: center;
    color: #fff;
    font-size: .40rem;
}

.login .entrance {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login .entrance .fgt {
    font-size: .26rem;
    line-height: .60rem;
    color: #b2b2b2;
    margin: 0 .20rem;
}

.login .entrance .register {
    font-size: .26rem;
    line-height: .60rem;
    color: #333;
    margin: 0 .10rem;
}

.login .login-massage {
    font-size: .26rem;
    color: #00609d;
    padding: .24rem 0;
}

.login .get-a {
    height: 100%;
}

.login .get-b {
    width: 100%;
    line-height: 1.2rem;
    padding: 0 .22rem;
    font-size: .28rem;
    color: #4a4a4a;
    background-color: #fff;
    display: block;
}

.login .get-c {
    width: 100%;
    line-height: 1.2rem;
    padding: 0 .22rem;
    font-size: .28rem;
    color: #999;
    background-color: #fff;
    display: none;
}

.login .get-a.show .get-b {
    display: none;
}

.login .get-a.show .get-c {
    display: block;
}

.login #two {
    display: none;
}

.login #two.show {
    display: block;
}

.login #one {
    display: none;
}

.login #one.show {
    display: block;
}

.login .l-code {
    width: 1.2rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.login .l-code-input {
    padding-right: 1.5rem;
}

.reg {
    width: 100%;
    min-height: calc(100% - 1.0rem);
    padding: 1.00rem .70rem;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 1rem;
}
.reg form{
    padding-top: 1.3rem;
    position: relative;
}
.reg .input.nums{
    position: absolute;
    left: 0;
    top: 0;
}

.reg .input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid .02rem #efefef;
    margin-bottom: .10rem;
}

.reg .num {
    font-size: .40rem;
    line-height: .60rem;
    color: #4a4a4a;
    padding-right: .36rem;
    border-right: solid .02rem #eeeeee;
}

.reg .getcode {
    font-size: .28rem;
    line-height: .60rem;
    color: #4a4a4a;
    padding: 0 .20rem;
}

.reg .getcode.gray {
    color: #999;
}

.reg .input input {
    width: 100%;
    flex: 1;
    background: none;
    border: none;
    font-size: .40rem;
    height: 1.20rem;
    color: #333;
}

.reg .input.nums input {
    padding-left: .20rem;
    height: 1.20rem;
}

.reg .lons {
    width: calc(100% - .80rem);
    margin: .70rem auto 0;
}

.reg .lon {
    width: 100%;
    margin-bottom: .30rem;
    line-height: .88rem;
    height: .88rem;
    position: relative;
    border-radius: .44rem;
    overflow: hidden;
}

.reg .lon img {
    width: 100%;
    height: 100%;
    display: block;
}

.reg .lon .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
    line-height: .88rem;
    text-align: center;
    color: #fff;
    font-size: .40rem;
}

.reg .lon.white {
    background-color: #f8f8f8;
    border: solid 2px #c6c6c6;
}

.reg .lon.white .txt {
    color: #4a4a4a;
    line-height: .84rem;
}

.reg .agree-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reg .agree-row .txt {
    font-size: .26rem;
    line-height: .60rem;
    color: #b2b2b2;
    margin: 0 .10rem;
}

.reg .agree-row .agree {
    font-size: .26rem;
    line-height: .60rem;
    color: #333;
    margin: 0 .10rem;
}

.reg .get-a {
    height: 100%;
}

.reg .get-b {
    width: 100%;
    line-height: 1.2rem;
    padding: 0 .22rem;
    font-size: .28rem;
    color: #4a4a4a;
    background-color: #fff;
    display: block;
}

.reg .get-c {
    width: 100%;
    line-height: 1.2rem;
    padding: 0 .22rem;
    font-size: .28rem;
    color: #999;
    background-color: #fff;
    display: none;
}

.reg .get-a.show .get-b {
    display: none;
}

.reg .get-a.show .get-c {
    display: block;
}

.agreement {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    right: -101vw;
    top: 0;
    z-index: 1234567;
    transition: right .3s;
    background-color: #fff;
    padding-top: 1rem;
}

.agreement.show {
    right: 0;
}

.agreement header {
    position: absolute;
    left: 0;
    top: 0;
}

.agreement .content {
    width: 100%;
    font-size: .28rem;
    line-height: .40rem;
    color: #323232;
    padding: .40rem .50rem .40rem;
    height: 100%;
    overflow: auto;
}

.agreement .content * {
    line-height: inherit;
}

.forget .proem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 0 .40rem;
    border-bottom: solid .02rem #efefef;
    position: relative;
}

.forget .proem .name {
    width: 1.50rem;
    font-size: .32rem;
    color: #4a4a4a;
}

.forget .proem .input {
    flex: 1;
    font-size: 0;
    background: none;
    border: none;
    font-size: .32rem;
    color: #333;
    line-height: .86rem;
    height: .86rem;
    padding: 0 .16rem;
    display: block;
}

.forget .proem.yzm .ymg {
    width: 5em;
    font-size: .32rem;
    color: #333;
    line-height: .86rem;
    height: .86rem;
    text-align: center;
}

.forget .proem.yzm .ymg.disabled {
    pointer-events: none;
    color: #999;
}

.forget .save {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: .98rem;
}

.forget .save img {
    width: 100%;
    height: 100%;
    display: block;
}

.forget .save .txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    line-height: .98rem;
    text-align: center;
    color: #fff;
    font-size: .34rem;
}

.forget .place {
    width: 100%;
    height: .98rem;
}

.forget .get-a {
    font-size: .32rem;
    height: 100%;
    position: absolute;
    right: .40rem;
    top: 0;
    text-align: center;
}

.forget .get-b {
    width: 100%;
    line-height: .86rem;
    font-size: .32rem;
    color: #333;
    display: block;
}

.forget .get-c {
    width: 100%;
    line-height: .86rem;
    font-size: .32rem;
    color: #999;
    display: none;
}

.forget .get-a.show .get-b {
    display: none;
}

.forget .get-a.show .get-c {
    display: block;
}

.city-pop {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    right: -101vw;
    top: 0;
    z-index: 123456789;
    transition: right .3s;
    padding-top: 1rem;
}

.city-pop.show {
    right: 0;
}

.city-pop header {
    position: absolute;
    left: 0;
    top: 0;
}

.city-pop .citys {
    width: 100%;
    height: 100%;
    font-size: 0;
}

.city-pop .citys .cil {
    width: calc((200 / 750) * 100%);
    display: inline-block;
    vertical-align: top;
    height: 100%;
    background-color: #f8fafe;
    padding-top: .20rem;
    padding-bottom: .20rem;
    text-align: center;
    overflow: auto;
}

.city-pop .cil .cilem {
    width: 100%;
    display: block;
    color: #64666a;
    font-size: .28rem;
    line-height: 1.5;
    border-right: .06rem solid transparent;
    margin: .10rem 0;
    padding: .20rem .20rem;
    padding: .10rem .20rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.city-pop .cil .cilem.active {
    border-right: .06rem solid #00609d;
    color: #000;
}

.city-pop .citys .cir {
    width: calc((550 / 750) * 100%);
    display: inline-block;
    vertical-align: top;
    height: 100%;
    background-color: #fff;
}

.city-pop .cirem {
    width: 100%;
    display: none;
    height: 100%;
    overflow: auto;
    padding: .30rem;
}

.city-pop .cirem.show {
    display: block;
}

.city-pop .current {
    width: 100%;
    margin-bottom: .30rem;
}

.city-pop .cit {
    width: 100%;
    font-size: .30rem;
    line-height: .60rem;
    color: #000;
    margin-bottom: .20rem;
}

.city-pop .curlist {
    width: 100%;
    font-size: 0;
}

.city-pop .now,
.city-pop .curem {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 5%;
    font-size: .24rem;
    border: solid .02rem #e6e6e6;
    text-align: center;
    line-height: .68rem;
    color: #666;
    margin-bottom: .20rem;
}

.city-pop .curem.active {
    border-color: #00609d;
    color: #00609d;
}

.city-pop .curem:nth-child(3n) {
    margin-right: 0;
}

.city-pop .now {
    width: auto;
    min-width: 30%;
    padding: 0 .10rem;
}

.city-pop .now img {
    width: .21rem;
    height: .27rem;
    margin-right: .08rem;
    vertical-align: top;
    margin-top: .21rem;
}

.city-pop .now span {
    font-size: .26rem;
    color: #00609d;
    line-height: .68rem;
    display: inline-block;
    vertical-align: top;
}

.filter-pop {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    right: -101vw;
    top: 0;
    z-index: 123456;
    padding-top: 1rem;
    transition: right .3s;
    padding-bottom: 1.52rem;
}

.filter-pop.show {
    right: 0;
}

.filter-pop header {
    position: absolute;
    left: 0;
    top: 0;
}

.filter-pop .screen {
    width: 100%;
    height: 100%;
    padding: .10rem .40rem;
    position: relative;
    z-index: 1;
    overflow: auto;
}

.filter-pop .screens {
    width: 100%;
    padding: .40rem 0;
}

.filter-pop .scrtop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .30rem;
}

.filter-pop .scrtop picker {
    width: 100%;
}

.filter-pop .scrtop .pickers {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-pop .scrtop .same {
    font-size: .38rem;
    line-height: .60rem;
    color: #333;
}

.filter-pop .scrtop .sarm {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.filter-pop .scrtop .sarm .txt {
    font-size: .30rem;
    color: #999;
    line-height: .60rem;
    margin-right: .16rem;
    text-align: right;
    width: 4.40rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-pop .scrtop .sarm .rc {
    width: .18rem;
    height: .31rem;
}

.filter-pop .scrnlis {
    width: 100%;
    font-size: 0;
}

.filter-pop .scrnlis .scrn {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 0 .10rem;
    background-color: #f5f5f5;
    border-radius: .03rem;
    font-size: .26rem;
    line-height: .72rem;
    height: .72rem;
    text-align: center;
    border: solid .02rem transparent;
    margin-right: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .20rem;
}

.filter-pop .scrnlis .scrn:nth-child(3n) {
    margin-right: 0;
}

.filter-pop .scrnlis .scrn.active {
    color: #00609d;
    background-color: #fff;
    border-radius: .03rem;
    border: solid .02rem #00609d;
}

.filter-pop .coop {
    border-top: solid .02rem #f5f5f5;
    width: 100%;
    height: 1.52rem;
    background-color: #fff;
    padding: .30rem .40rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
}

.filter-pop .coop .reset {
    height: .92rem;
    line-height: .92rem;
    background-color: #f5f5f5;
    border-radius: .10rem;
    color: #797979;
    font-size: .36rem;
    padding: 0 .50rem;
    margin-right: .26rem;
}

.filter-pop .coop .determine {
    flex: 1;
    height: .92rem;
    line-height: .92rem;
    border-radius: .10rem;
    overflow: hidden;
    position: relative;
}

.filter-pop .coop .determine .text {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: .36rem;
    line-height: .92rem;
    text-align: center;
    color: #fff;
}

.filter-pop .coop .determine img {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

.k-mask {
    width: 100vw;
    height: 100%;
    position: fixed;
    left: -10.00rem;
    top: 0;
    opacity: 0;
    z-index: 987654321;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opactiy .3s;
}

.k-a {
    width: 100%;
    height: 10.00rem;
    padding-bottom: .88rem;
    background-color: #eee;
    position: fixed;
    left: 0;
    bottom: -11.00rem;
    z-index: 9876543210;
    transition: bottom .3s;
}

.job-pop.show .k-a {
    bottom: 0;
}

.job-pop.show .k-mask {
    opacity: 1;
    left: 0;
}

.k-btns {
    width: 100%;
    height: .88rem;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
}

.k-btn {
    width: 100%;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    font-size: .30rem;
}

.k-btn1 {
    background-color: #eee;
    color: #333;
}

.k-btn2 {
    background-color: #185d98;
    color: #fff;
}

.k-b {
    width: 100%;
    height: 100%;
    display: flex;
}

.k-c {
    width: 50%;
    height: 100%;
    overflow: auto;
    padding: .30rem 0;
}

.k-c1 {
    background-color: #dedede;
}

.k-c2 {
    background-color: #fff;
}

.k-d {
    width: 100%;
    padding: .25rem .40rem;
    font-size: .24rem;
    color: #666;
    line-height: .34rem;
}

.k-item {
    width: 100%;
    display: none;
}

.k-item.show {
    display: block;
}

.k-blue {
    color: #185d98;
}

.k-c1 .k-d.active {
    color: #185d98;
    background-color: #eee;
}

.k-c2 .k-d.active {
    color: #185d98;
    background-color: #eee;
}

.k-c3 .k-d.active {
    color: #185d98;
}

.k-top {
    width: 100%;
    height: .30rem;
}

.k-bottom {
    width: 100%;
    height: .50rem;
}

.k-c3 .k-d.active:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: .27rem;
    height: .20rem;
    margin-top: .08rem;
    margin-left: .08rem;
    background-image: url(../images/723.png);
    background-size: 100% 100%;
}

.cert-mask {
    width: 100vw;
    height: 100%;
    position: fixed;
    left: -10.00rem;
    top: 0;
    opacity: 0;
    z-index: 987654321;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opactiy .3s;
}

.cert-a {
    width: 100%;
    height: 10.00rem;
    padding-bottom: .88rem;
    background-color: #eee;
    position: fixed;
    left: 0;
    bottom: -11.00rem;
    z-index: 9876543210;
    transition: bottom .3s;
}

.cert-pop.show .cert-a {
    bottom: 0;
}

.cert-pop.show .cert-mask {
    opacity: 1;
    left: 0;
}

.cert-btns {
    width: 100%;
    height: .88rem;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
}

.cert-btn {
    width: 100%;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    font-size: .30rem;
}

.cert-btn1 {
    background-color: #eee;
    color: #333;
}

.cert-btn2 {
    background-color: #185d98;
    color: #fff;
}

.cert-b {
    width: 100%;
    height: 100%;
    display: flex;
}

.cert-c {
    width: 50%;
    height: 100%;
    overflow: auto;
    padding: .30rem 0;
}

.cert-c1 {
    background-color: #dedede;
}

.cert-c2 {
    background-color: #fff;
}

.cert-d {
    width: 100%;
    padding: .25rem .40rem;
    font-size: .24rem;
    color: #666;
    line-height: .34rem;
}

.cert-item {
    width: 100%;
    display: none;
}

.cert-item.show {
    display: block;
}

.cert-blue {
    color: #185d98;
}

.cert-c1 .cert-d.active {
    color: #185d98;
    background-color: #eee;
}

.cert-c2 .cert-d.active {
    color: #185d98;
    background-color: #eee;
}

.cert-d.selected {
    color: #185d98;
}

.cert-top {
    width: 100%;
    height: .30rem;
}

.cert-bottom {
    width: 100%;
    height: .50rem;
}

.cert-d.selected:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: .27rem;
    height: .20rem;
    margin-top: .08rem;
    margin-left: .08rem;
    background-image: url(../images/723.png);
    background-size: 100% 100%;
}

.salary-pop {
    width: 100%;
}

.salary-pop.show .y-a {
    bottom: 0;
}

.salary-pop.show .y-mask {
    opacity: 1;
    left: 0;
}

.y-mask {
    width: 100vw;
    height: 100%;
    position: fixed;
    left: -10.00rem;
    top: 0;
    opacity: 0;
    z-index: 123456;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opactiy .3s;
}

.y-a {
    width: 100%;
    padding-bottom: .88rem;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: -7.00rem;
    z-index: 123456789;
    transition: bottom .3s;
    padding-top: .50rem;
}

.y-a.sp {
    bottom: -100%;
}

.y-btns {
    width: 100%;
    height: .88rem;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
}

.y-btn {
    width: 50%;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    font-size: .30rem;
}

.y-btn1 {
    background-color: #eee;
    color: #333;
}

.y-btn2 {
    background-color: #185d98;
    color: #fff;
}

.y-b {
    width: 100%;
}

.y-c {
    width: 100%;
    padding: 0 .30rem;
}

.y-d {
    width: 100%;
    font-size: .30rem;
    color: #333;
    margin-bottom: .40rem;
}

.y-e {
    width: 100%;
    font-size: 0;
    width: 7.20rem;
    max-height: 6.00rem;
    overflow: auto;
    padding-bottom: .30rem;
}

.y-f {
    display: inline-block;
    vertical-align: top;
    min-width: 2.20rem;
    height: .72rem;
    line-height: .72rem;
    padding: 0 .10rem;
    font-size: .26rem;
    color: #333;
    margin-right: .15rem;
    margin-bottom: .15rem;
    background-color: #f5f5f5;
    text-align: center;
}

.y-f.active {
    background-color: #185d98;
    color: #fff;
}

.edu-pop {
    width: 100%;
}

.edu-pop.show .y-a {
    bottom: 0;
}

.edu-pop.show .y-mask {
    opacity: 1;
    left: 0;
}

.level-pop {
    width: 100%;
}

.level-pop.show .y-a {
    bottom: 0;
}

.level-pop.show .y-mask {
    opacity: 1;
    left: 0;
}

.join-pop {
    width: 100%;
}

.join-pop.show .y-a {
    bottom: 0;
}

.join-pop.show .y-mask {
    opacity: 1;
    left: 0;
}

.reg_situation-pop {
    width: 100%;
}

.reg_situation-pop.show .y-a {
    bottom: 0;
}

.reg_situation-pop.show .y-mask {
    opacity: 1;
    left: 0;
}

.welfare-pop {
    width: 100%;
}

.welfare-pop.show .y-a {
    bottom: 0;
}

.welfare-pop.show .y-mask {
    opacity: 1;
    left: 0;
}

.mun-pop {
    width: 100%;
}

.mun-pop.show .y-a {
    bottom: 0;
}

.mun-pop.show .y-mask {
    opacity: 1;
    left: 0;
}

.hy-pop {
    width: 100%;
}

.hy-pop.show .y-a {
    bottom: 0;
}

.hy-pop.show .y-mask {
    opacity: 1;
    left: 0;
}
.pr-pop {
    width: 100%;
}

.pr-pop.show .y-a {
    bottom: 0;
}

.pr-pop.show .y-mask {
    opacity: 1;
    left: 0;
}

.cc-pop {
    width: 100%;
}

.cc-pop.show .y-a {
    bottom: 0;
}

.cc-pop.show .y-mask {
    opacity: 1;
    left: 0;
}

.area-pop {
    width: 100%;
}

.area-pop.show .area-a {
    bottom: 0;
}

.area-pop.show .area-mask {
    opacity: 1;
    left: 0;
}

.area-mask {
    width: 100vw;
    height: 100%;
    position: fixed;
    left: -100.0vw;
    top: 0;
    opacity: 0;
    z-index: 123456;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opactiy .3s;
}

.area-a {
    width: 100%;
    height: auto;
    padding-bottom: .88rem;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: -11.00rem;
    z-index: 123456;
    transition: bottom .3s;
}

.area-btns {
    width: 100%;
    height: .88rem;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
}

.area-btn {
    width: 50%;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    font-size: .30rem;
}

.area-btn1 {
    background-color: #eee;
    color: #333;
}

.area-btn2 {
    background-color: #185d98;
    color: #fff;
}

.area-b {
    width: 100%;
    max-height: 10.00rem;
}

.area-space {
    width: 100%;
    height: .50rem;
}

.area-c {
    width: 100%;
    padding: 0 .30rem;
    margin-bottom: .40rem;
}

.area-d {
    width: 100%;
    font-size: .30rem;
    color: #333;
    margin-bottom: .40rem;
}

.area-e {
    width: 100%;
    font-size: 0;
    width: 7.20rem;
}

.area-f {
    display: inline-block;
    vertical-align: top;
    min-width: 2.20rem;
    height: .72rem;
    line-height: .72rem;
    padding: 0 .10rem;
    font-size: .26rem;
    color: #333;
    margin-right: .15rem;
    margin-bottom: .15rem;
    background-color: #f5f5f5;
    text-align: center;
}

.area-f.active {
    background-color: #185d98;
    color: #fff;
}

.area-bottom {
    width: 100%;
    height: .50rem;
}

.area-city {
    width: 2.20rem;
    height: .72rem;
    line-height: .72rem;
    background-color: #f5f5f5;
    text-align: center;
    font-size: .26rem;
    color: #333;
    margin: 0 auto;
    display: block;
}

.area-refresh {
    width: .26rem;
    height: .26rem;
    margin-right: .10rem;
    vertical-align: top;
    margin-top: .25rem;
}

.demand-box {
    background-color: #035591;
}

.demand-box .swiper {
    width: 100%;
    height: 3.94rem;
    position: relative;
}

.demand-box .swiper .swiper-item {
    width: 100%;
    display: block;
}

.demand-box .swiper-item {
    width: 100%;
    display: block;
}

.demand-box .swiper-img {
    width: 100%;
    height: 3.94rem;
    display: block;
    object-fit: cover;
}

.demand-box .Demands {
    width: calc(100% - .60rem);
    margin: 0 .30rem .18rem;
    background-color: #fff;
    box-shadow: inset 0 .06rem .24rem 0 rgba(3, 85, 145, 0.64);
    border-bottom-left-radius: .20rem;
    border-bottom-right-radius: .20rem;
    overflow: hidden;
}

.demand-box .demon {
    width: 100%;
    padding: .45rem .30rem .50rem .30rem;
}

.demand-box .line {
    width: 100%;
    border-top: dashed .02rem #d2d3d2;
    margin: .40rem 0 0;
    position: relative;
}

.demand-box .line .rl {
    width: .25rem;
    height: .25rem;
    position: absolute;
    z-index: 3;
    right: -3.95rem;
    top: 50%;
    transform: translateY(-50%);
}

.demand-box .line .ll {
    width: .25rem;
    height: .25rem;
    position: absolute;
    z-index: 3;
    left: -3.95rem;
    top: 50%;
    transform: translateY(-50%);
}

.demand-box .demon .drow {
    width: 100%;
    margin-bottom: .15rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.demand-box .demon .dit {
    font-size: .40rem;
    color: #000;
    line-height: .50rem;
}

.demand-box .demon .dsalary {
    font-size: .35rem;
    color: #035591;
    white-space: nowrap;
}

.demand-box .demon .dtip {
    width: 100%;
    font-size: .26rem;
    color: #333;
    font-size: 0;
}

.demand-box .demon .dtip span {
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    color: #333;
    position: relative;
    padding-right: .12rem;
    margin-right: .12rem;
}

.demand-box .demon .dtip span:after {
    content: '|';
    position: absolute;
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    color: #333;
    margin: 0 .12rem;
}

.demand-box .demon .dtip span:last-child:after {
    display: none;
}

.demand-box .rules {
    width: 100%;
    margin-bottom: .40rem;
}

.demand-box .rule {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .40rem .06rem;
    border-bottom: solid .02rem #efefef;
}

.demand-box .rule .rl {
    font-size: .32rem;
    color: #000;
}

.demand-box .rule .rr {
    font-size: .28rem;
    color: #868686;
}

.demand-box .desc {
    width: 100%;
}

.demand-box .desc .dit {
    font-size: .32rem;
    color: #000;
    margin-bottom: .33rem;
}

.demand-box .desc .dix {
    width: 100%;
    font-size: .24rem;
    line-height: 1.6;
    color: #222;
}

.demand-box .desc .dix * {
    font-size: .24rem;
    line-height: 1.6;
    color: #222;
}

.demand-box .zplace {
    width: 100%;
    height: 1.46rem;
}

.demand-box .barbot {
    position: fixed;
    background-color: #fff;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    height: 1.46rem;
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 0 .40rem;
}

.demand-box .bal {
    display: flex;
    align-items: center;
}

.demand-box .bal .balem {
    width: .80rem;
    text-align: center;
}

.demand-box .balem img {
    width: .40rem;
    height: .40rem;
    margin: 0 auto .15rem;
}

.demand-box .balem .bx {
    color: #666;
    font-size: .22rem;
    text-align: center;
}

.demand-box .balem .img2 {
    display: none;
}

.demand-box .balem .bx2 {
    display: none;
}

.demand-box .balem.active img {
    display: none;
}

.demand-box .balem.active .bx {
    display: none;
}

.demand-box .balem.active .img2 {
    display: inline-block;
}

.demand-box .balem.active .bx2 {
    display: inline-block;
}

.demand-box .bar {
    border-radius: .05rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.demand-box .bar .barem {
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    width: 2.41rem;
    font-size: .32rem;
    background-color: #e7e7e7;
    color: #035591;
}

.demand-box .bar .barem.jl {
    background-color: #035591;
    color: #fff;
}

.demand-box .jlabel {
    width: 100%;
    font-size: 0;
    margin-bottom: .10rem;
}

.demand-box .jlabel .label {
    display: inline-block;
    vertical-align: top;
    color: #acacac;
    font-size: .24rem;
    padding: .13rem .16rem;
    background-color: #fff;
    border-radius: .05rem;
    border: solid .02rem #eaeaea;
    margin-right: .14rem;
    margin-bottom: .14rem;
}

.demand-box .comShow {
    width: calc(100% - .60rem);
    margin: .18rem .30rem;
    background-color: #fff;
    box-shadow: inset 0 .06rem .24rem 0 rgba(3, 85, 145, 0.64);
    border-radius: .20rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: .65rem .30rem .70rem .30rem;
}

.demand-box .comShow .cor {
    width: 1.54rem;
    height: 1.54rem;
    border-radius: 50%;
    border: solid .02rem #f2f2f2;
    margin-left: .30rem;
}

.demand-box .comShow .col {
    width: calc(100% - 1.54rem - .30rem);
}

.demand-box .comShow .col .cit {
    font-size: .36rem;
    color: #000;
    line-height: .46rem;
    margin-bottom: .20rem;
}

.demand-box .comShow .col .ctip {
    width: 100%;
    font-size: 0;
}

.demand-box .comShow .col .ctip span {
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    color: #333;
    margin-bottom: .20rem;
    line-height: 1.5;
    position: relative;
    padding-right: .12rem;
    margin-right: .12rem;
}

.demand-box .comShow .col .ctip span:after {
    content: '|';
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    color: #333;
    margin-bottom: .20rem;
    line-height: 1.5;
    position: absolute;
    margin: 0 .12rem;
}

.demand-box .comShow .col .ctip span:last-child:after {
    display: none;
}

.demand-box .comShow .col .place {
    width: 100%;
}

.demand-box .comShow .col .pmg {
    width: .19rem;
    height: .25rem;
    margin-right: .12rem;
    margin-top: .03rem;
    vertical-align: top;
}

.demand-box .comShow .col .px {
    font-size: .24rem;
    color: #b2b2b2;
    vertical-align: top;
}

.demand-box .comShow .ctn {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 3;
}

.demand-box .comShow .ctn .points {
    position: absolute;
    width: .20rem;
    height: .70rem;
    z-index: 4;
}

.demand-box .comShow .ctn .points:nth-child(1) {
    top: -.44rem;
    left: .78rem;
}

.demand-box .comShow .ctn .points:nth-child(2) {
    top: -.44rem;
    right: .78rem;
}

.demand-box .comShow .ctn .points:nth-child(3) {
    bottom: -.44rem;
    left: .78rem;
}

.demand-box .comShow .ctn .points:nth-child(4) {
    bottom: -.44rem;
    right: .78rem;
}

.demand-box .recommend {
    width: calc(100% - .60rem);
    margin: .18rem .30rem;
    background-color: #fff;
    box-shadow: inset 0 .06rem .24rem 0 rgba(3, 85, 145, 0.64);
    border-radius: .20rem;
    position: relative;
    padding: 0 .30rem .20rem;
}

.demand-box .rit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: .50rem 0;
}

.demand-box .rit .rmg {
    width: .61rem;
    height: .37rem;
}

.demand-box .rit .rx {
    font-size: .38rem;
    color: #000;
    margin: 0 .14rem;
}

.demand-box .certlis {
    width: 100%;
    font-size: 0;
}

.demand-box .certs {
    border: solid .02rem #efefef;
    margin-bottom: .20rem;
    border-radius: .10rem;
    width: 100%;
    display: flex;
    padding: .28rem .16rem;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.demand-box .certs img {
    width: 100%;
    height: 2.82rem;
    display: block;
}

.demand-box .certs .txt {
    width: 100%;
    text-align: center;
    font-size: .25rem;
    line-height: .80rem;
    height: .80rem;
    background-color: #fafafc;
    color: #4a4a4a;
}

.demand-box .certs:nth-child(2n) {
    margin-right: 0;
}

.demand-box .m-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999998;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.demand-box .ct-pop {
    width: 100%;
}

.demand-box .ct-pop.show .m-mask {
    visibility: visible;
    opacity: 1;
}

.demand-box .m-a {
    width: 5.90rem;
    position: fixed;
    left: 50%;
    top: 50%;
    overflow: hidden;
    z-index: 999999;
    background-color: #fff;
    box-sizing: border-box;
    padding: .60rem .40rem .50rem;
    border-radius: .10rem;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all .3s;
}

.demand-box .ct-pop.show .m-a {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.demand-box .m-btns {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.demand-box .m-btn {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 2.15rem;
    line-height: .70rem;
    box-sizing: border-box;
    font-size: .28rem;
    color: #000;
    border-radius: .35rem;
    margin: 0 .15rem;
    border-radius: .35rem;
    background-color: #d7d7d7;
}

.demand-box .m-btn.ly {
    background-color: #035591;
    color: #fff;
}

.demand-box .m-btn.gray {
    background-color: #f7f7f7;
    color: #333;
}

.demand-box .m-close {
    width: .79rem;
    height: .79rem;
    text-align: center;
    padding-top: .26rem;
    position: absolute;
    right: 0;
    top: 0;
}

.demand-box .m-icon {
    width: .27rem;
    vertical-align: top;
}

.demand-box .title {
    font-size: .32rem;
    color: #333;
    line-height: .64rem;
    margin-bottom: .20rem;
}

.demand-box .certlist {
    width: 100%;
    max-height: 5.00rem;
    overflow: auto;
}

.demand-box .tix {
    font-size: .28rem;
    color: #333;
    line-height: .56rem;
}

.demand-box .tid {
    width: 100%;
    text-align: center;
    font-size: .30rem;
    color: #333;
    line-height: .44rem;
    margin-bottom: .60rem;
}

.demand-box .cvn {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.demand-box .cvn .ntn {
    display: inline-block;
    vertical-align: middle;
    line-height: .88rem;
    font-size: .26rem;
    background-color: #035591;
    color: #fff;
    border-radius: .44rem;
    padding: 0 .44rem;
    text-align: center;
}

.demand-box .certs .tmg {
    width: 1.05rem;
    height: 1.07rem;
}

.demand-box .certs .res {
    width: calc(100% - 1.05rem - .20rem);
    display: flex;
    flex-wrap: wrap;
}

.demand-box .certs .totop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .16rem;
}

.demand-box .certs .totop .name {
    font-size: .30rem;
    color: #000;
}

.demand-box .certs .totop .wages {
    font-size: .30rem;
    color: #185d98;
}

.demand-box .certs .tobot {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.demand-box .certs .tobot .cname {
    font-size: .24rem;
    color: #c7c7c7;
}

.demand-box .certs .tobot .release {
    font-size: .24rem;
    color: #c7c7c7;
}

.demand-box .certs .tomid {
    font-size: .26rem;
    color: #979797;
    margin-bottom: .19rem;
}

.demand-box .detail {
    width: 100%;
    margin-bottom: .30rem;
}

.demand-box .txt {
    width: 100%;
    display: flex;
}

.demand-box .detail-list {
    margin-bottom: .30rem;
}

.demand-box .vis {
    font-size: .28rem;
    line-height: .60rem;
    color: #333;
}

.demand-box .tip {
    font-size: .28rem;
    line-height: .60rem;
    color: #333;
}

.demand-box .c {
    width: 500px;
    height: 400px;
    position: absolute;
    left: -1000px;
    top: 0;
}

.demand-box .j-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999998;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
}

.demand-box .j-a {
    width: 5.90rem;
    position: fixed;
    left: 50%;
    top: 50%;
    overflow: hidden;
    z-index: 999999;
    background-color: #fff;
    box-sizing: border-box;
    padding: .60rem .40rem .50rem;
    border-radius: .10rem;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all .3s;
}

.demand-box .j-pop.show .j-mask {
    visibility: visible;
    opacity: 1;
}

.demand-box .j-pop.show .j-a {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.demand-box .j-btns {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.demand-box .j-btn {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 2.15rem;
    line-height: .70rem;
    box-sizing: border-box;
    font-size: .28rem;
    color: #000;
    border-radius: .35rem;
    margin: 0 .15rem;
    border-radius: .35rem;
    background-color: #d7d7d7;
}

.demand-box .j-btn.ly {
    background-color: #035591;
    color: #fff;
}

.demand-box .j-btn.gray {
    background-color: #f7f7f7;
    color: #333;
}

.demand-box .j-close {
    width: .79rem;
    height: .79rem;
    text-align: center;
    padding-top: .26rem;
    position: absolute;
    right: 0;
    top: 0;
}

.demand-box .j-icon {
    width: .27rem;
    vertical-align: top;
}

.search-box {
    width: 100%;
}

.search-box .search-top {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 1.16rem;
    display: flex;
    align-items: center;
    padding-right: .34rem;
    padding-left: .04rem;
    overflow: hidden
}

.search-box .search-bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: -1.0rem;
    z-index: -1
}

.search-box .position {
    width: 1.66rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.search-box .position .img {
    width: .30rem;
    margin-right: .12rem
}

.search-box .position .text {
    font-size: .32rem;
    color: #f2f4f8
}

.search-box .search {
    width: 5.50rem;
    height: .64rem;
    display: flex;
    align-items: center;
    padding: 0 .20rem;
    background-color: #fff;
    border-radius: .32rem;
    box-shadow: 0 .06rem .20rem 0 rgba(0, 30, 96, 0.08);
    overflow: hidden;
}

.search-box .search .gray {
    font-size: .24rem;
    color: #969696
}

.search-box .search input {
    flex: 1;
    height: 100%;
    text-align: left;
    font-size: .24rem;
    color: #333;
    border: none;
}

.search-box .search .img {
    width: .30rem;
    margin-right: .14rem;
    margin-left: 1.46rem;
    transition: all .2s
}

.search-box .search.active .img {
    margin-left: .14rem
}

.search-box .block-title {
    height: .94rem;
    display: flex;
    align-items: center;
    padding-left: .32rem;
    padding-right: .10rem;
    font-weight: 500;
    font-size: .30rem;
    color: #000;
    background-color: #fff
}

.search-box .delete-btn {
    width: .70rem;
    height: .70rem;
    margin-left: auto;
    padding: .20rem
}

.search-box .delete-btn img {
    width: 100%
}

.search-box .search-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.16rem;
    margin-bottom: .20rem;
    padding: 0 .30rem;
    background-color: #fff
}

.search-box .search-list .item {
    height: .68rem;
    margin-right: .16rem;
    margin-bottom: .16rem;
    padding: 0 .22rem;
    line-height: .68rem;
    color: #acacac;
    border-radius: .05rem;
    border: .01rem solid #eaeaea
}

.search-box .fire {
    width: .23rem;
    vertical-align: middle;
    margin-right: .10rem;
    position: relative;
    top: -1px
}

.search-result {
    width: 100%;
}

.search-result .search-top {
    position: fixed;
    top: 1.0rem;
    z-index: 3;
    width: 100%;
    height: 1.16rem;
    display: flex;
    align-items: center;
    padding: 0 .34rem;
    overflow: hidden
}

.search-result .search-bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: -1.0rem;
    z-index: -1
}

.search-result .search {
    flex: 1;
    height: .64rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #969696;
    background-color: #fff;
    border-radius: .32rem;
    box-shadow: 0 .06rem .20rem 0 rgba(0, 30, 96, 0.08)
}

.search-result .search .text {
    font-size: .24rem
}

.search-result .search .img {
    width: .30rem;
    margin: 0 .14rem
}

.search-result .jlabel {
    width: 100%;
    font-size: 0;
    margin-bottom: .10rem
}

.search-result .jlabel .label {
    display: inline-block;
    vertical-align: top;
    color: #acacac;
    font-size: .24rem;
    padding: .13rem .16rem;
    background-color: #fff;
    border-radius: .05rem;
    border: solid .02rem #eaeaea;
    margin-right: .14rem;
    margin-bottom: .14rem
}

.search-result .tab-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 2.16rem;
    z-index: 3;
    height: .94rem;
    display: flex;
    line-height: .94rem;
    background-color: #fff;
    border-bottom: .02rem solid #eee;
    align-items: center
}

.search-result .tab-nav .nav {
    flex: 1;
    height: 100%;
    display: flex;
    line-height: inherit;
    padding-left: .05rem
}

.search-result .tab-nav .item {
    line-height: inherit;
    text-align: center;
    font-size: .32rem;
    color: #333;
    padding: 0 .15rem
}

.search-result .tab-nav .item.active {
    color: #00609d;
    font-weight: bold
}

.search-result .tab-nav .filtrate {
    position: relative;
    background-color: #f2f5f9;
    margin-right: .18rem;
    padding-right: .16rem;
    padding-left: .20rem
}

.search-result .tab-nav .filtrate img {
    display: inline-block;
    vertical-align: top;
    width: .22rem;
    height: .23rem;
    margin-left: .05rem;
    margin-top: .19rem
}

.search-result .tic {
    width: 7.10rem;
    margin: 0 auto .15rem;
    background-color: #fff;
    line-height: .80rem;
    color: #333;
    font-weight: bold;
    padding: 0 .30rem;
    font-size: .30rem
}

.search-result .result-list {
    margin-top: 2.30rem;
    display: none;
}

.search-result .result-list.show {
    display: block;
}

.search-result .result-list .item {
    display: flex;
    margin: 0 .20rem;
    padding: .40rem .36rem .36rem;
    background-color: #fff;
    border-radius: .10rem
}

.search-result .result-list .item:not(:last-child) {
    margin-bottom: .26rem
}

.search-result .result-list .item-content {
    flex: 1;
    padding-left: .30rem
}

.search-result .result-list .item .avatar {
    flex-shrink: 0;
    width: .78rem;
    height: .78rem;
    border-radius: 100%;
    overflow: hidden
}

.search-result .result-list .item .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500
}

.search-result .result-list .item .name {
    max-width: 3.20rem;
    font-size: .36rem;
    color: #000
}

.search-result .result-list .item .money {
    max-width: 2.00rem;
    font-size: .36rem;
    color: #185d98
}

.search-result .result-list .item .education {
    display: flex;
    align-items: center;
    padding: .22rem 0;
    font-size: .26rem;
    color: #333
}

.search-result .result-list .item .tag-box {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.12rem
}

.search-result .result-list .item .tag {
    height: .48rem;
    margin-right: .12rem;
    margin-bottom: .20rem;
    padding: 0 .16rem;
    line-height: .48rem;
    font-size: .22rem;
    color: #acacac;
    border-radius: .05rem;
    border: .01rem solid #eaeaea
}

.search-result .result-list .item .time {
    padding: .02rem 0 .04rem;
    font-size: .24rem;
    color: #b2b2b2
}

.search-result .credential-list .item {
    padding: .32rem .36rem .26rem;
    align-items: center;
    position: relative;
}

.search-result .result-list .item .credential {
    flex-shrink: 0;
    width: 1.60rem;
    height: 1.60rem;
    border-radius: 50%
}

.search-result .result-list .item .name {
    padding: .10rem 0 .24rem
}

.search-result .tomes {
    width: 7.10rem;
    background-color: #fff;
    border-radius: .10rem;
    padding: .40rem;
    margin-bottom: .25rem;
    margin: 0 auto .25rem;
    display: block;
    position: relative;
}

.search-result .totop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .26rem
}

.search-result .totop .name {
    font-size: .36rem;
    color: #000;
    font-weight: bold
}

.search-result .totop .wages {
    font-size: .35rem;
    color: #185d98
}

.search-result .Notes {
    width: 100%;
    font-size: .26rem;
    color: #333;
    margin-bottom: .20rem
}

.search-result .Notes span {
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    color: #333;
    position: relative;
    margin-right: .12rem;
    padding-right: .12rem
}

.search-result .Notes span:after {
    position: absolute;
    content: '|';
    margin: 0 .12rem;
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    color: #333
}

.search-result .Notes span:last-child:after {
    display: none
}

.search-result .labels {
    width: 100%;
    font-size: 0;
    margin-bottom: .17rem
}

.search-result .labels .label {
    display: inline-block;
    vertical-align: top;
    padding: .13rem .15rem;
    margin-right: .12rem;
    margin-bottom: .12rem;
    border: .01rem solid #eaeaea;
    border-radius: .05rem;
    font-size: .22rem;
    color: #acacac
}

.search-result .tobot {
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.search-result .tobot .company {
    width: 100%;
    flex: 1;
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.search-result .tobot .company .icon {
    display: inline-block;
    vertical-align: middle;
    width: .36rem;
    height: .36rem;
    border-radius: 50%;
    margin-right: .16rem;
    background-size: cover;
    background-position: center center
}

.search-result .tobot .company .cname {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - .36rem - .16rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #b2b2b2;
    font-size: .24rem;
    padding-right: .20rem
}

.search-result .tobot .release {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font-size: .26rem;
    color: #b2b2b2
}

.search-result .item .res .city {
    flex: 1;
    font-size: .26rem;
    color: #979797;
    padding-right: .16rem;
    font-size: 0
}

.search-result .item .res .city span {
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    color: #979797;
    padding-right: .12rem;
    margin-right: .12rem;
    position: relative
}

.search-result .item .res .city span:after {
    content: '|';
    position: absolute;
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    color: #979797;
    margin: 0 .12rem
}

.search-result .item .res .city span:last-child:after {
    display: none
}

.search-result .item .tmg {
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 50%;
    margin-right: .20rem;
    background-size: cover;
    background-position: center center
}

.search-result .item .res {
    width: calc(100% - 1.05rem - .20rem);
    display: flex;
    flex-wrap: wrap;
    align-content: center
}

.search-result .credential-list .item .tmg {
    margin-right: .30rem
}

.search-result .credential-list .item .res {
    padding-top: .10rem;
    flex: 1
}

.search-result .credential-list .jlabel {
    margin-bottom: 0
}

.search-result .credential-list .item .res .cts {
    margin-bottom: .20rem
}

.search-result .credential-list .item .res .city span {
    line-height: 1.5
}

.search-result .credential-list .item .res .rit {
    margin-bottom: .15rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-result .item .res .rit {
    width: 100%;
    color: #000;
    font-size: .36rem;
    line-height: .46rem;
    font-weight: bold;
    margin-bottom: .30rem
}

.search-result .item .res .cts {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: .20rem
}

.search-result .tar {
    position: relative;
    background-color: #f2f5f9;
    margin-right: .18rem;
    border-radius: .05rem
}

.search-result .t-tar1 .tar-text:after {
    content: "";
    display: inline-block;
    border-right: .10rem solid #bbb;
    border-top: .10rem solid transparent;
    position: absolute;
    right: .15rem;
    bottom: .16rem
}

.search-result .t-tar1 .tar-inner {
    padding-right: .30rem
}

.search-result .tar-inner {
    padding-right: .16rem;
    padding-left: .20rem
}

.search-result .tar-text {
    display: inline-block;
    vertical-align: middle;
    color: #5c5d5f;
    font-size: .26rem;
    line-height: .56rem;
    max-width: 1.50rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.search-result .tar.active {
    background-color: rgba(24, 93, 152, 0.1)
}

.search-result .tar.active .tar-text {
    color: #185d98
}

.search-result .t-tar1.active .tar-text:after {
    border-right-color: #185d98
}

.search-result .c-ton {
    width: 7.10rem;
    margin: .22rem auto
}

.search-result .c-tabem {
    width: 100%;
    padding: .30rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    background-color: #fff;
    margin-bottom: .25rem;
    position: relative;
}

.search-result .c-tabem:last-child {
    border: none;
    margin-bottom: 0
}

.search-result .c-tabem .c-tmg {
    width: 1.20rem;
    height: 1.20rem;
    border-radius: 50%;
    margin-right: .20rem;
    background-size: cover;
    background-position: center center
}

.search-result .c-tabem .c-res {
    width: calc(100% - 1.20rem - .20rem);
    display: flex;
    flex-wrap: wrap
}

.search-result .c-tabem .c-totop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .16rem
}

.search-result .c-tabem .c-totop .c-name {
    font-size: .30rem;
    color: #000;
    font-size: .36rem;
    color: #000;
    font-weight: bold
}

.search-result .c-tabem .c-totop .c-wages {
    font-size: .30rem;
    color: #185d98
}

.search-result .c-tabem .c-tobot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.search-result .c-tabem .c-tobot .c-cname {
    font-size: .24rem;
    color: #c7c7c7
}

.search-result .c-tabem .c-tobot .c-release {
    font-size: .24rem;
    color: #c7c7c7
}

.search-result .c-tabem .c-tomid {
    font-size: .26rem;
    color: #979797;
    margin-bottom: .19rem;
    margin-top: .15rem
}

.search-result .c-tabem .c-cname .c-cip {
    display: inline-block;
    vertical-align: middle;
    color: #b2b2b2;
    color: #333;
    line-height: 1;
    font-size: .24rem;
    font-size: .26rem;
    margin: .17rem 0;
    padding-right: .12rem;
    margin-right: .12rem
}

.search-result .c-tabem .c-cname .c-cip:after {
    content: '|';
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #b2b2b2;
    font-size: .24rem;
    margin: 0 .12rem
}

.search-result .c-tabem .c-cname .c-cip:last-child:after {
    display: none
}

.my-info .heads {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: .30rem .40rem;
    background-color: #fff;
    margin: .40rem 0;
    position: relative;
    overflow: hidden;
}

.my-info .heads .hit {
    font-size: .32rem;
    color: #4a4a4a;
    line-height: 1.27rem;
    vertical-align: middle
}

.my-info .heads .right {
    display: flex;
    align-items: center
}

.my-info .heads .hmg {
    width: 1.27rem;
    height: 1.27rem;
    border-radius: 50%;
    object-fit: cover;
}

.my-info .heads .radios {
    width: 1.27rem;
    height: 1.27rem;
    border-radius: 50%;
    overflow: hidden
}

.my-info .up-file {
    position: absolute;
    left: -200vw;
    top: -200vw;
}

.my-info .heads .rc {
    width: .18rem;
    height: .31rem;
    margin-left: .14rem
}

.my-info .message {
    width: 100%;
    background-color: #fff
}

.my-info .message .metsm {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 .40rem;
    border-bottom: solid .02rem #f7f7f7;
    position: relative;
}

.my-info .proem picker {
    width: 100%;
    position: relative;
    z-index: 3
}

.my-info .pickers {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.my-info .metsm picker {
    width: 100%;
    position: relative;
    z-index: 3
}

.my-info .metsm .pickers {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.my-info .message .pickers {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.my-info .message picker {
    width: 100%
}

.my-info .message .name {
    font-size: .32rem;
    color: #4a4a4a;
    line-height: .86rem
}

.my-info .message .right {
    display: flex;
    align-items: center
}

.my-info .message .txt {
    font-size: .28rem;
    color: #999;
    line-height: .86rem
}

.my-info .message .rc {
    width: .18rem;
    height: .31rem;
    margin-left: .14rem
}

.my-info .certm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .40rem;
    border-bottom: solid .02rem #e8edf1;
    background-color: #fff;
    position: relative
}

.my-info .certm .name {
    font-size: .32rem;
    color: #4a4a4a
}

.my-info .certm .inputs {
    flex: 1;
    font-size: 0
}

.my-info .certm .inputs input {
    width: 100%;
    height: .86rem;
    line-height: .86rem;
    padding-left: .40rem;
    text-align: right;
    color: #333;
    font-size: .30rem
}

.my-info .certm picker {
    width: 100%
}

.my-info .certm .pickers {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.my-info .certm.icox .inputs .rc {
    width: .18rem;
    height: .31rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: .18rem
}

.my-info .certm.icox .inputs input {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - .18rem - .18rem)
}

.my-info .certm.icox .inputs .iname {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - .18rem - .18rem);
    color: #999;
    height: .86rem;
    line-height: .86rem;
    padding-left: .40rem;
    text-align: right;
    font-size: .28rem
}

.my-info .certm.icox .inputs .iname.black {
    color: #333
}

.my-info .info-select {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 12;
    cursor: pointer;
    opacity: 0;
}

.cm-pop {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    right: -101vw;
    top: 0;
    z-index: 123456789;
    transition: right .3s;
    background-color: #f3f5f9;
}

.cm-pop.show {
    right: 0;
}

.cm-pop header {
    position: relative;
}

.cm-pop .input {
    width: 100%;
    background-color: #fff;
    margin: .40rem 0
}

.cm-pop .input input {
    width: 100%;
    display: block;
    padding: 0 .30rem;
    font-size: .28rem;
    color: #868686;
    line-height: .86rem;
    height: .86rem;
    border: none;
}

.cm-pop .save {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: .98rem
}

.cm-pop .save img {
    width: 100%;
    height: 100%;
    display: block
}

.cm-pop .save .txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    line-height: .98rem;
    text-align: center;
    color: #fff;
    font-size: .34rem
}

.cm-pop .place {
    width: 100%;
    height: .98rem
}

.member-point .defail {
    width: calc(100% - .60rem);
    padding: .30rem;
    margin: .30rem;
    background-color: #fff;
    border-radius: .05rem;
    line-height: 1.5
}

.member-point .defail * {
    line-height: inherit;
}

.member-point .down {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - .80rem);
    height: .88rem;
    margin: .40rem;
    border-radius: .44rem;
    overflow: hidden
}

.member-point .down img {
    width: 100%;
    height: 100%;
    display: block
}

.member-point .down .txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    line-height: .88rem;
    text-align: center;
    color: #fff;
    font-size: .32rem
}

.member-point .place {
    width: 100%;
    height: 1.28rem
}

.pp-pop {
    position: absolute;
    left: 0;
    top: 0;
}

.pp-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999998;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.pp-a {
    width: 5.90rem;
    position: fixed;
    left: 50%;
    top: 50%;
    overflow: hidden;
    z-index: 999999;
    background-color: #fff;
    box-sizing: border-box;
    padding: .59rem .30rem .64rem;
    border-radius: .10rem;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all .3s;
}

.pp-title {
    font-size: .40rem;
    line-height: .52rem;
    color: #000;
    text-align: center;
    margin-bottom: .23rem;
}

.pp-text {
    margin-bottom: .38rem;
    color: #636363;
    font-size: .28rem;
    line-height: .40rem;
    text-align: center;
}

.pp-btns {
    width: 100%;
    text-align: center;
    font-size: 0;
    padding-top: .20rem;
}

.pp-btn {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 2.15rem;
    line-height: .70rem;
    box-sizing: border-box;
    font-size: .28rem;
    color: #000;
    border-radius: .35rem;
    margin: 0 .15rem;
    background-color: #035591;
    color: #fff;
    border: none;
}

.pp-pop.show .pp-mask {
    visibility: visible;
    opacity: 1;
}

.pp-pop.show .pp-a {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.package-box {
    width: 100%;
}

.package-box .down {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - .80rem);
    height: .88rem;
    margin: .40rem;
    border-radius: .44rem;
    overflow: hidden;
    z-index: 123;
}

.package-box .down img {
    width: 100%;
    height: 100%;
    display: block
}

.package-box .down .txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    line-height: .88rem;
    text-align: center;
    color: #fff;
    font-size: .32rem
}

.package-box .place {
    width: 100%;
    height: 1.28rem
}

.package-box .package {
    width: 100%;
    position: relative
}

.package-box .vbg {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: -1.0rem;
    left: 0;
    right: 0
}

.package-box .packs {
    width: 100%;
    position: relative;
    z-index: 5
}

.package-box .pack {
    width: calc(100% - .68rem);
    margin: 0 .34rem .40rem;
    padding-top: .50rem;
    position: relative
}

.package-box .vips {
    width: 100%;
    position: relative;
    height: 3.84rem
}

.package-box .vmg {
    position: absolute;
    width: 100%;
    z-index: 5;
    height: 3.84rem;
    display: block;
    left: 0;
    right: 0;
    box-shadow: 0px .05rem .28rem 0px rgba(255, 195, 11, 0.68);
    border-radius: .30rem
}

.package-box .vtop {
    position: absolute;
    z-index: 6;
    top: calc((45 / 384) * 100%);
    left: .40rem;
    width: calc(100% - .80rem);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.package-box .tx {
    font-size: .42rem;
    color: #fff
}

.package-box .goto {
    font-size: .26rem;
    color: #fff;
    line-height: .70rem;
    background-color: transparent;
    border: none;
}

.package-box .vtime {
    font-size: .26rem;
    color: #fff;
    position: absolute;
    z-index: 6;
    top: calc((110 / 384) * 100%);
    left: .40rem;
    width: calc(100% - .80rem)
}

.package-box .money {
    position: absolute;
    z-index: 6;
    top: calc((251 / 384) * 100%);
    left: .40rem;
    width: calc(100% - .80rem);
    font-size: .26rem;
    color: #fff
}

.package-box .money span {
    font-size: .66rem;
    color: #fff;
    vertical-align: bottom;
    position: relative;
    top: .06rem;
    margin-left: .12rem
}

.package-box .Equity {
    width: calc(100% - .68rem);
    margin: .40rem .34rem;
    background-color: #fff;
    border-radius: .25rem;
    padding: 0 .40rem
}

.package-box .Equity .eit {
    width: 100%;
    position: relative;
    font-size: .34rem;
    color: #000;
    padding: .40rem 0
}

.package-box .Equity .eit:after {
    content: ' ';
    position: absolute;
    left: -.20rem;
    z-index: 3;
    width: .08rem;
    height: .32rem;
    border-radius: .04rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffdf00
}

.package-box .equilis {
    width: 100%
}

.package-box .equem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid .02rem #efefef;
    padding: .30rem 0
}

.package-box .equem:last-child {
    border: none
}

.package-box .equem .name {
    color: #888888;
    font-size: .30rem
}

.package-box .equem .num {
    color: #888888;
    font-size: .30rem
}

.package-box .t-a {
    width: 6.82rem;
    margin-top: .40rem;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: .50rem;
    padding-bottom: .20rem;
    padding-left: .40rem;
    border-radius: .20rem
}

.package-box .t-th {
    width: 100%;
    display: flex;
    margin-bottom: .36rem;
    align-items: center
}

.package-box .t-tr {
    width: 100%;
    display: flex;
    margin-bottom: .30rem;
    align-items: center
}

.package-box .t-td {
    position: relative;
    font-size: 0;
}

.package-box .t-th .t-td1 {
    font-size: .30rem;
    color: #000
}

.package-box .t-th .t-td2 {
    font-size: .30rem;
    color: #000
}

.package-box .t-th .t-td3 {
    font-size: .30rem;
    color: #165d9b
}

.package-box .t-tr .t-td1 {
    font-size: .30rem;
    color: #4a4a4a
}

.package-box .t-tr .t-td2 {
    font-size: .34rem;
    color: #4a4a4a
}

.package-box .t-tr .t-td3 {
    font-size: .34rem;
    color: #165d9b
}

.package-box .t-td1 {
    width: 2.93rem;
    white-space: nowrap
}

.package-box .t-td2 {
    width: 1.76rem;
    text-align: center
}

.package-box .t-td3 {
    width: 1.70rem;
    text-align: center
}

.package-box .t-icon {
    width: .50rem;
    height: .50rem;
    vertical-align: middle;
    margin-right: .13rem
}

.package-box .t-dt {
    font-size: .30rem;
    color: #4a4a4a;
    display: inline-block;
    vertical-align: middle
}

.package-box .t-tr .t-td2:before,
.package-box .t-tr .t-td2:after {
    content: "|";
    display: inline-block;
    width: .01rem;
    height: .28rem;
    /*background-color: #4a4a4a;*/
    position: absolute;
    top: 50%;
    margin-top: -.14rem
}

.package-box .t-tr .t-td2:before {
    left: 0
}

.package-box .t-tr .t-td2:after {
    right: 0
}

.package-box .Jumplist {
    width: 6.82rem;
    background-color: #fff;
    border-radius: .20rem;
    padding: 0 .33rem;
    margin-top: .40rem;
    margin-bottom: .30rem;
    margin-left: auto;
    margin-right: auto
}

.package-box .jumen {
    width: 100%;
    font-size: 0;
    position: relative
}

.package-box .jumen .jcon {
    display: inline-block;
    vertical-align: middle;
    width: .40rem;
    height: .40rem;
    margin-right: .24rem
}

.package-box .jumen .jit {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - .64rem - .20rem);
    color: #232324;
    font-size: .30rem;
    line-height: 1.00rem;
    padding-right: .05rem
}

.package-box .jumen .rc {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .15rem;
    height: .25rem
}

.myn {
    width: 100%;
    background-color: #f3f5f9
}

.myn .self {
    width: 100%;
    background-color: #fff;
    margin-bottom: .20rem;
    padding: .45rem .30rem
}

.myn .self .stop {
    width: 100%;
    font-size: 0;
    margin-bottom: .20rem;
    display: block;
}

.myn .self .stop .msg {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 1.42rem);
    padding-right: .10rem
}

.myn .self .stop .msg .mtop {
    width: 100%;
    font-size: 0;
    margin-bottom: .24rem
}

.myn .self .stop .msg .mtop .name {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: .48rem;
    margin-right: .35rem;
    min-height: .48rem
}

.myn .self .stop .msg .mtop .tip {
    display: inline-block;
    vertical-align: middle;
    font-size: .26rem;
    color: #999
}

.myn .self .stop .msg .mtop .tip img {
    display: inline-block;
    vertical-align: middle;
    width: .37rem;
    height: .37rem;
    margin-right: .04rem
}

.myn .self .stop .msg .labels {
    width: 100%;
    color: #666;
    font-size: .26rem;
    font-size: 0;
    margin: .10rem 0
}

.myn .self .stop .msg .labels span {
    display: inline-block;
    vertical-align: top;
    color: #666;
    font-size: .26rem;
    margin-right: .12rem;
    padding-right: .12rem;
    position: relative
}

.myn .self .stop .msg .labels span:after {
    content: '|';
    position: absolute;
    margin: 0 .12rem;
    display: inline-block;
    vertical-align: top;
    color: #666;
    font-size: .26rem
}

.myn .self .stop .msg .labels span:last-child:after {
    display: none
}

.myn .self .stop .head {
    display: inline-block;
    vertical-align: top;
    width: 1.42rem;
    height: 1.42rem;
    border-radius: 50%
}

.myn .self .stop .radios {
    display: inline-block;
    vertical-align: top;
    width: 1.42rem;
    height: 1.42rem;
    border-radius: 50%;
    overflow: hidden
}

.myn .self .comm {
    width: 100%;
    font-size: 0
}

.myn .self .coms {
    display: inline-block;
    vertical-align: top;
    color: #333;
    font-size: .24rem;
    margin-right: .50rem;
    line-height: .42rem
}

.myn .self .coms img {
    display: inline-block;
    vertical-align: middle;
    width: .42rem;
    height: .42rem;
    margin-right: .08rem;
    object-fit: contain;
}

.myn .describe {
    width: 100%;
    background-color: #fff;
    padding: .30rem;
    margin-bottom: .20rem
}

.myn .describe .ditip {
    width: 100%;
    font-size: 0;
    position: relative;
    margin-bottom: .50rem
}

.myn .describe .ditip .dip {
    display: inline-block;
    vertical-align: middle;
    font-size: .34rem;
    color: #333
}

.myn .describe .ditip .edit {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.myn .describe .ditip .edit img {
    width: .40rem;
    height: .40rem;
    display: block
}

.myn .describe .ditip .edit.jt img {
    width: .15rem;
    height: .25rem;
    display: block
}

.myn .describe .picker {
    width: 100%;
    display: flex;
    align-items: center
}

.myn .describe .picker .tip {
    color: #333;
    font-size: .28rem;
    line-height: 2.5;
    margin-right: .26rem;
    display: inline-block
}

.myn .describe .picker .desc {
    flex: 1;
    color: #999;
    font-size: .28rem;
    line-height: 2.5;
    display: inline-block
}

.myn .ditap {
    width: 100%;
    font-size: 0;
    padding-bottom: .14rem
}

.myn .ditap .tap {
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    line-height: .54rem;
    margin-right: .16rem
}

.myn .ditap .ditm {
    width: 100%;
    display: flex;
    margin-bottom: .28rem
}

.myn .ditap .ditm:last-child {
    margin-bottom: 0
}

.myn .ditm .tic {
    color: #333;
    font-size: .28rem;
    line-height: 1.5;
    margin-right: .26rem;
    display: inline-block
}

.myn .ditm .tame {
    flex: 1;
    color: #999;
    font-size: .28rem;
    line-height: 1.5;
    display: inline-block
}

.myn .describe .desc {
    display: block;
    font-size: .26rem;
    line-height: 1.7;
    color: #000
}

.myn .describe .desc.gray {
    color: #999
}

.myn .describe .desc.sp {
    position: relative;
    top: -.21rem
}

.myn .Modular {
    width: 100%;
    padding: .30rem .30rem 0;
    background-color: #fff;
    margin-bottom: .20rem;
}

.myn .Modular .pit {
    width: 100%;
    font-size: .34rem;
    color: #333;
    padding-bottom: .20rem
}

.myn .Modular .projectlis {
    width: 100%
}

.myn .Modular.show .proem {
    display: block;
}

.myn .Modular.show .more img {
    transform: rotate(180deg);
}

.myn .Modular.show .more span.much {
    display: none;
}

.myn .Modular.show .more span.less {
    display: inline-block;
}

.myn .proem {
    width: 100%;
    padding: .40rem 0;
    border-bottom: solid .02rem #eee;
    display: none;
}

.myn .proem:nth-child(1),
.myn .proem:nth-child(2) {
    display: block;
}

.myn .proem .protop {
    font-size: 0;
    width: 100%;
    margin-bottom: .40rem
}

.myn .proem .protop:last-child {
    margin-bottom: 0
}

.myn .proem .protop .cmg {
    display: inline-block;
    vertical-align: top;
    width: 1.00rem;
    height: 1.00rem;
    border-radius: 50%;
    margin-right: .42rem
}

.myn .proem .protop .cmes {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 1.01rem - .42rem);
    padding-right: .40rem;
    position: relative
}

.myn .Modular .cmes .edit {
    position: absolute;
    right: 0;
    top: 0;
    width: .40rem;
    height: .40rem;
    z-index: 3;
    display: block;
}

.myn .Modular .cmes .del {
    position: absolute;
    right: 0;
    top: .60rem;
    width: .40rem;
    height: .40rem;
    z-index: 3
}

.myn .dmg {
    width: .40rem;
    height: .40rem;
    display: block
}

.myn .Modular .cmes .cit {
    font-size: .34rem;
    color: #000;
    margin-bottom: .15rem
}

.myn .Modular .cmes .civ {
    font-size: .30rem;
    color: #999;
    margin-bottom: .19rem
}

.myn .Modular .cmes .ctime {
    font-size: .26rem;
    color: #999
}

.myn .Modular .cmes .edit img {
    width: 100%;
    height: 100%;
    display: block
}

.myn .Modular .modulis .proem .jobit {
    width: 100%;
    font-size: .32rem;
    color: #333;
    margin-bottom: .26rem
}

.myn .Modular .modulis .proem .jobon {
    display: block;
    width: 100%;
    font-size: .30rem;
    color: #999;
    line-height: 1.5
}

.myn .Modular .more {
    font-size: 0;
    width: 100%;
    text-align: center;
    border-bottom: solid .02rem #eee;
    display: none;
}

.myn .Modular .more.show {
    display: block;
}

.myn .Modular .more span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.00rem;
    font-size: .32rem;
    color: #333;
    margin-right: .14rem
}

.myn .Modular .more span.less {
    display: none;
}

.myn .Modular .more img {
    display: inline-block;
    vertical-align: middle;
    width: .26rem;
    height: .15rem
}

.myn .addview {
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 1.06rem;
    background-color: #fff;
    display: block;
}

.myn .addview img {
    display: inline-block;
    vertical-align: middle;
    width: .29rem;
    height: .29rem;
    margin-right: .18rem
}

.myn .addview span {
    display: inline-block;
    vertical-align: middle;
    font-size: .32rem;
    color: #333
}

.myn .describe .certificate {
    width: 100%;
    background-color: #fff;
    border-radius: .10rem;
    border: solid .02rem #e5e5e5;
    padding: .40rem .30rem;
    overflow: hidden;
    font-size: 0;
    position: relative
}

.myn .describe .certificate:after {
    content: ' ';
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%;
    height: .10rem;
    left: 0;
    right: 0;
    background-color: #00609d
}

.myn .describe .ceg {
    display: inline-block;
    vertical-align: middle;
    width: 2.49rem;
    height: 3.47rem;
    margin-right: .38rem;
    object-fit: contain;
}

.myn .describe .met {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 2.51rem - .38rem)
}

.myn .describe .met .mit {
    width: 100%;
    font-size: .38rem;
    color: #000;
    margin-bottom: .35rem
}

.myn .describe .met .mul {
    width: 100%
}

.myn .describe .met .mli {
    width: 100%;
    font-size: .28rem;
    line-height: .46rem;
    color: #999
}

.myn .describe .namelis {
    width: 100%;
    font-size: 0
}

.myn .describe .namelis .nmes {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border-radius: .05rem;
    border: solid .02rem #e1e1e1;
    line-height: .60rem;
    padding: 0 .30rem;
    color: #4a4a4a;
    font-size: .28rem;
    margin-right: .20rem;
    margin-bottom: .20rem
}

.myn .describe .CourseRec {
    width: 100%
}

.myn .describe .corem {
    width: 100%;
    font-size: 0;
    padding: .26rem;
    border-radius: .10rem;
    border: solid .02rem #e5e5e5;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: .34rem
}

.myn .describe .corem .cmg {
    display: inline-block;
    vertical-align: middle;
    width: 2.40rem;
    height: 3.40rem;
    margin-right: .38rem
}

.myn .describe .corem .coms {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 2.41rem - .38rem)
}

.myn .describe .corem .coms .cit {
    font-size: .38rem;
    color: #333;
    margin-bottom: .16rem
}

.myn .describe .corem .coms .cix {
    font-size: .22rem;
    color: #333;
    margin-bottom: .29rem
}

.myn .describe .corem .coms .civ {
    font-size: .20rem;
    line-height: 1.5;
    color: #999;
    margin-bottom: .30rem
}

.myn .describe .corem .coms .gtn {
    display: inline-block;
    vertical-align: middle;
    font-size: .22rem;
    color: #fff;
    padding: 0 .30rem;
    line-height: .56rem;
    background-color: #00609d;
    box-shadow: 0px .04rem .06rem 0 rgba(0, 96, 157, 0.22);
    border-radius: .28rem
}

.myn .bit {
    font-size: .30rem;
    line-height: .48rem;
    color: #333;
    margin-right: .16rem;
    display: inline-block;
    vertical-align: middle
}

.my-av .textarea {
    width: 100%;
    background-color: #fff;
    padding: .40rem
}

.my-av .textarea textarea {
    width: 100%;
    font-size: .30rem;
    line-height: 1.5;
    color: #333;
    height: 3.0rem;
    border: none;
}

.my-av .save {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: .98rem
}

.my-av .save img {
    width: 100%;
    height: 100%;
    display: block
}

.my-av .save .txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    line-height: .98rem;
    text-align: center;
    color: #fff;
    font-size: .34rem
}

.my-av .place {
    width: 100%;
    height: .98rem
}

.yx {
    background-color: #fff;
}

.yx .screen {
    width: 100%;
    padding: .10rem .40rem;
}

.yx .screens {
    width: 100%;
    padding: .40rem 0;
}

.yx .scrtop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .30rem;
}

.yx .scrtop picker {
    width: 100%;
}

.yx .scrtop .pickers {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yx .scrtop .same {
    font-size: .38rem;
    line-height: .60rem;
    color: #333;
}

.yx .scrtop .sarm {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.yx .scrtop .sarm .txt {
    font-size: .30rem;
    color: #999;
    line-height: .60rem;
    margin-right: .16rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 4.60rem;
    text-align: right;
}

.yx .scrtop .sarm .rc {
    width: .18rem;
    height: .31rem;
}

.yx .scrnlis {
    width: 100%;
    font-size: 0;
}

.yx .scrnlis .scrn {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 0 .20rem;
    font-size: .26rem;
    color: #333;
    background-color: #f5f5f5;
    border-radius: .03rem;
    line-height: .72rem;
    height: .72rem;
    text-align: center;
    border: solid .02rem transparent;
    margin-right: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .20rem;
}

.yx .scrnlis .scrn:nth-child(3n) {
    margin-right: 0;
}

.yx .scrnlis .scrn.active {
    color: #00609d;
    background-color: #fff;
    border-radius: .03rem;
    border: solid .02rem #00609d;
}

.yx .place {
    width: 100%;
    height: 1.52rem;
}

.yx .coop {
    border-top: solid .02rem #f5f5f5;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: .30rem .40rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yx .coop .reset {
    height: .92rem;
    line-height: .92rem;
    background-color: #f5f5f5;
    border-radius: .10rem;
    color: #797979;
    font-size: .36rem;
    padding: 0 .50rem;
    margin-right: .26rem;
}

.yx .coop .determine {
    flex: 1;
    height: .92rem;
    line-height: .92rem;
    border-radius: .10rem;
    overflow: hidden;
    position: relative;
}

.yx .coop .determine .text {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: .36rem;
    line-height: .92rem;
    text-align: center;
    color: #fff;
}

.yx .coop .determine img {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

.cst {
    background-color: #fff;
}

.cst .screen {
    width: 100%;
    padding: .10rem .40rem;
}

.cst .screens {
    width: 100%;
    padding: .40rem 0;
}

.cst .scrtop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .30rem;
}

.cst .scrtop .pickers {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cst .scrtop .same {
    font-size: .38rem;
    line-height: .60rem;
    color: #333;
}

.cst .scrtop .sarm {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cst .scrtop .sarm .txt {
    font-size: .30rem;
    color: #999;
    line-height: .60rem;
    margin-right: .16rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 4.60rem;
    text-align: right;
}

.cst .scrtop .sarm .rc {
    width: .18rem;
    height: .31rem;
}

.cst .scrnlis {
    width: 100%;
    font-size: 0;
}

.cst .scrnlis .scrn {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 0 .20rem;
    font-size: .26rem;
    color: #333;
    background-color: #f5f5f5;
    border-radius: .03rem;
    line-height: .72rem;
    height: .72rem;
    text-align: center;
    border: solid .02rem transparent;
    margin-right: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .20rem;
}

.cst .scrnlis .scrn:nth-child(3n) {
    margin-right: 0;
}

.cst .scrnlis .scrn.sp {
    width: 49%;
}

.cst .scrnlis .scrn.sp:nth-child(3n) {
    margin-right: 2%;
}

.cst .scrnlis .scrn.sp:nth-child(2n) {
    margin-right: 0;
}

.cst .scrnlis .scrn.active {
    color: #00609d;
    background-color: #fff;
    border-radius: .03rem;
    border: solid .02rem #00609d;
}

.cst .place {
    width: 100%;
    height: 1.52rem;
}

.cst .coop {
    border-top: solid .02rem #f5f5f5;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: .30rem .40rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cst .coop .reset {
    height: .92rem;
    line-height: .92rem;
    background-color: #f5f5f5;
    border-radius: .10rem;
    color: #797979;
    font-size: .36rem;
    padding: 0 .50rem;
    margin-right: .26rem;
}

.cst .coop .determine {
    flex: 1;
    height: .92rem;
    line-height: .92rem;
    border-radius: .10rem;
    overflow: hidden;
    position: relative;
}

.cst .coop .determine .text {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: .36rem;
    line-height: .92rem;
    text-align: center;
    color: #fff;
}

.cst .coop .determine img {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

.job-exp .project {
    width: 100%;
}

.job-exp .proem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 0 .40rem;
    border-bottom: solid .02rem #efefef;
}

.job-exp .proem:last-child {
    border: none;
}

.job-exp .proem .name {
    font-size: .32rem;
    color: #4a4a4a;
    position: relative;
}

.job-exp .proem .rep {
    flex: 1;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-exp .proem .picker {
    width: 100%;
    position: relative;
    z-index: 3;
}

.job-exp .pickers {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-exp .proem .rep .rc {
    width: .18rem;
    height: .31rem;
    margin-left: .14rem;
}

.job-exp .proem .rep .input {
    width: calc(100% - .18rem - .14rem);
    flex: 1;
    line-height: .86rem;
    height: .86rem;
    text-align: right;
    font-size: .26rem;
    color: #333;
    border: none;
}

.job-exp .proem .rep .input.sp {
    width: 100%;
}

.job-exp .proem .rep .iname {
    width: calc(100% - .18rem - .14rem);
    flex: 1;
    line-height: .86rem;
    height: .86rem;
    text-align: right;
    font-size: .26rem;
    color: #333;
    border: none;
}

.job-exp .texts {
    width: 100%;
}

.job-exp .tix {
    width: 100%;
    padding: .28rem .40rem;
    color: #4a4a4a;
    font-size: .32rem;
}

.job-exp .texts textarea {
    width: 100%;
    height: 3.0rem;
    background-color: #fff;
    padding: .40rem;
    color: #4a4a4a;
    font-size: .32rem;
    line-height: 1.5;
    border: none;
}

.job-exp .save {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: .98rem;
    z-index: 123;
}

.job-exp .save img {
    width: 100%;
    height: 100%;
    display: block;
}

.job-exp .save .txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    line-height: .98rem;
    text-align: center;
    color: #fff;
    font-size: .34rem;
}

.job-exp .place {
    width: 100%;
    height: .98rem;
}

.job-exp .gos {
    position: absolute;
    width: 100%;
    z-index: 3;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}

.job-exp .aa {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.job-exp .upimg {
    width: 100%;
    padding: .30rem .40rem 0;
    background-color: #fff;
    border-top: solid .02rem #efefef;
}

.job-exp .uit {
    width: 100%;
    font-size: .32rem;
    color: #4a4a4a;
    padding: 0 0 .30rem 0;
    position: relative;
}

.job-exp .uplis {
    width: 100%;
    font-size: 0;
    background-color: #fff;
    display: block
}

.job-exp .uptem {
    display: inline-block;
    vertical-align: top;
    margin-bottom: .30rem;
    margin-right: .18rem;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #fafafa;
    border-radius: .05rem;
    border: solid .02rem #ddd;
    box-sizing: border-box;
    position: relative;
    cursor: pointer
}

.job-exp .upload .add {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .45rem;
    height: .45rem
}

.job-exp .uptem .img {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job-exp .uptem .del {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: .45rem;
    height: .45rem
}

.job-exp .red {
    color: #f00;
    position: absolute;
    left: -0.6em;
    top: 0;
}

.my-cert .ceritys {
    width: 100%;
    background-color: #fff;
    border-radius: .20rem;
    overflow: hidden;
    padding: 0 .30rem;
    margin: .30rem;
    width: calc(100% - .60rem)
}

.my-cert .cert-list {
    width: 100%;
}

.my-cert .certop {
    width: 100%;
    border-bottom: solid .02rem #efefef;
    padding: .28rem 0;
    font-size: 0;
    position: relative
}

.my-cert .certop .ctmg {
    display: inline-block;
    vertical-align: middle;
    width: .31rem;
    height: .33rem;
    margin-right: .12rem
}

.my-cert .certop .cit {
    display: inline-block;
    vertical-align: middle;
    font-size: .30rem;
    color: #000
}

.my-cert .certop .edit {
    position: absolute;
    z-index: 3;
    right: .60rem;
    top: 50%;
    transform: translateY(-50%);
    width: .40rem;
    height: .40rem
}

.my-cert .certop .edit img {
    width: 100%;
    height: 100%;
    display: block
}

.my-cert .certop .del {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .40rem;
    height: .40rem
}

.my-cert .certop .del img {
    width: 100%;
    height: 100%;
    display: block
}

.my-cert .parameters {
    width: 100%
}

.my-cert .parameter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: .30rem 0;
    border-bottom: solid .02rem #efefef
}

.my-cert .parameter .pal {
    font-size: .28rem;
    color: #000
}

.my-cert .parameter .par {
    font-size: .28rem;
    color: #868686
}

.my-cert .ceritimgs {
    width: 100%;
    margin-top: .30rem;
    font-size: 0
}

.my-cert .ceritimgs .cimgs {
    display: inline-block;
    vertical-align: top;
    border-radius: .10rem;
    border: solid .02rem #e5e5e5;
    width: 3.00rem;
    width: calc(48% - .04rem);
    margin-right: calc(4% - .08rem);
    margin-bottom: .30rem;
    object-fit: contain;
}

.my-cert .ceritimgs .cimgs:nth-child(2n) {
    margin-right: 0
}

.my-cert .save {
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: .98rem
}

.my-cert .save img {
    width: 100%;
    height: 100%;
    display: block
}

.my-cert .save .txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    line-height: .98rem;
    text-align: center;
    color: #fff;
    font-size: .34rem
}

.my-cert .place {
    width: 100%;
    height: .98rem
}

.my-collect .tabbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .22rem
}

.my-collect .tabbar .tas {
    flex: 1;
    text-align: center;
    font-size: .30rem;
    line-height: .92rem;
    height: .92rem;
    color: #333;
    cursor: pointer;
    background-color: #fff;
}

.my-collect .tabbar .tas.active {
    color: #00609d
}

.my-collect .tabon {
    width: 100%
}

.my-collect .ton {
    margin: .22rem .20rem 0;
    background-color: #fff;
    border-radius: .10rem;
    width: calc(100% - .40rem);
    padding: 0;
    display: none;
}

.my-collect .ton.show {
    display: block;
}

.my-collect .tocem {
    width: 100%;
    padding: .28rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    border-radius: .20rem;
    background-color: #fff;
    overflow: hidden;
    border-bottom: solid .02rem #efefef
}

.my-collect .tocem:last-child {
    border: none
}

.my-collect .tocem .tmg {
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 50%
}

.my-collect .tocem .res {
    width: calc(100% - 1.05rem - .20rem);
    display: flex;
    flex-wrap: wrap;
    align-content: center
}

.my-collect .tocem .res .rit {
    width: 100%;
    color: #000;
    font-size: .36rem;
    font-weight: bold;
    margin-bottom: .30rem
}

.my-collect .tocem .res .cts {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: .06rem
}

.my-collect .tocem .res .city {
    flex: 1;
    font-size: .26rem;
    color: #979797;
    padding-right: .16rem;
    font-size: 0
}

.my-collect .tocem .res .city span {
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    color: #979797;
    padding-right: .12rem;
    margin-right: .12rem;
    position: relative
}

.my-collect .tocem .res .city span:after {
    content: '|';
    position: absolute;
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    color: #979797;
    margin: 0 .12rem
}

.my-collect .tocem .res .city span:last-child:after {
    display: none
}

.my-collect .tocem .res .time {
    font-size: .26rem;
    color: #b2b2b2
}

.my-collect .tovem {
    padding: .28rem 0.4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    position: relative;
}
.my-collect .sold-out{
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.my-collect .sold-out.show{
    display: inline-block;
}
.my-collect .tovem:after{
    content: "";
    display: block;
    width: 6.3rem;
    height: 0.02rem;
    background-color: #efefef;
    position: absolute;
    left: .4rem;
    bottom: 0;
}

.my-collect .tovem:last-child:after {
    display: none;
}

.my-collect .tovem .tmg {
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 50%
}

.my-collect .tovem .res {
    width: calc(100% - 1.05rem - .20rem);
    display: flex;
    flex-wrap: wrap
}

.my-collect .tovem .totop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .20rem
}

.my-collect .tovem .totop .name {
    font-size: .30rem;
    color: #000;
    font-weight: bold
}

.my-collect .tovem .totop .wages {
    font-size: .30rem;
    color: #185d98
}

.my-collect .tovem .tobot {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.my-collect .tovem .tobot .cname {
    width: 100%;
    font-size: 0;
    font-size: .22rem;
    color: #333
}

.my-collect .tobot .cname .cip {
    display: inline-block;
    vertical-align: middle;
    color: #b2b2b2;
    font-size: .24rem;
    padding-right: .12rem;
    margin-right: .12rem
}

.my-collect .tobot .cname .cip:after {
    content: '|';
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #b2b2b2;
    font-size: .24rem;
    margin: 0 .12rem
}

.my-collect .tobot .cname .cip:last-child:after {
    display: none
}

.my-collect .tovem .tobot .release {
    font-size: .22rem;
    color: #333;
    white-space: nowrap
}

.my-collect .tovem .tomid {
    font-size: .22rem;
    color: #333;
    margin-bottom: .15rem
}

.my-collect .jlabel {
    width: 100%;
    font-size: 0
}

.my-collect .jlabel .label {
    display: inline-block;
    vertical-align: top;
    color: #acacac;
    font-size: .24rem;
    padding: .13rem .16rem;
    background-color: #fff;
    border-radius: .05rem;
    border: solid .02rem #eaeaea;
    margin-right: .14rem;
    margin-top: .14rem
}

.my-collect .tonx {
    width: 100%;
    margin: 0 0 .06rem;
    font-size: .24rem;
    color: #b2b2b2;
    height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.my-wanted .tabbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    margin-bottom: .22rem
}

.my-wanted .tabs {
    flex: 1;
    color: #333;
    line-height: .92rem;
    height: .92rem;
    text-align: center;
    font-size: .31rem
}

.my-wanted .tabs.active {
    color: #00609d
}

.my-wanted .tabton {
    width: calc(100% - .40rem);
    margin: .20rem;
    
}

.my-wanted .ton-list{
    background-color: #fff;
    border-radius: .10rem
}

.my-wanted .ton {
    width: 100%;
    display: none;
}

.my-wanted .ton.show {
    width: 100%;
    display: block
}

.my-wanted .tablis {
    width: 100%;
    padding: 0 .40rem;
    position: relative
}

.my-wanted .tabem {
    width: 100%;
    padding: .28rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    border-bottom: solid .02rem #efefef;
    position: relative
}

.my-wanted .tabem:last-child {
    border: none
}

.my-wanted .tabem .tmg {
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 50%;
    object-fit: cover;
}

.my-wanted .tabem .res {
    width: calc(100% - 1.05rem - .20rem);
    display: flex;
    flex-wrap: wrap
}

.my-wanted .tabem .totop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .16rem
}

.my-wanted .tabem .totop .name {
    font-size: .30rem;
    color: #000
}

.my-wanted .tabem .totop .wages {
    font-size: .30rem;
    color: #185d98
}

.my-wanted .tabem .totop .wages .gray {
    color: #999
}

.my-wanted .tabem .tobot {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.my-wanted .tabem .tobot .cname {
    font-size: .24rem;
    color: #c7c7c7
}

.my-wanted .tabem .tobot .release {
    font-size: .24rem;
    color: #c7c7c7
}

.my-wanted .tabem .tomid {
    font-size: .26rem;
    color: #979797;
    margin-bottom: .19rem
}

.my-wanted .status {
    font-size: .26rem;
    color: #999;
    position: absolute;
    right: 0;
    top: .74rem
}

.my-card .cardtab {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    z-index: 123;
    height: .86rem;
    overflow: hidden;
    top: 1.0rem !important;
}

.my-card .cplace {
    width: 100%;
    height: .86rem
}

.my-card .cplace.active {
    height: .16rem
}

.my-card .cardtab .ctab {
    color: #fff;
    position: relative;
    line-height: .86rem;
    text-align: center
}

.my-card .cabox {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.my-card .cardbg {
    width: 100%;
    position: absolute;
    left: 0;
    top: -1.0rem !important;
    z-index: -1
}

.my-card .cardtab .ctab span {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: #f5f5f5;
    line-height: .86rem;
    position: relative;
    font-size: .30rem;
}

.my-card .cardtab .ctab span:after {
    content: ' ';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: .05rem;
    background-color: #fff;
    border-radius: .25rem;
    display: none
}

.my-card .cardtab .ctab.active span:after {
    display: block
}

.my-card .cardon .caron {
    width: 100%;
    display: none;
    padding-top: .20rem
}

.my-card .cardon .caron.show {
    width: 100%;
    display: block
}

.my-card .cards {
    width: 6.75rem;
    height: 4.77rem;
    border-radius: .30rem;
    position: relative;
    overflow: hidden;
    margin: 0 auto 1.00rem;
    box-shadow: 0px 6px 16px 0px rgba(51, 142, 224, 0.57)
}

.my-card .cards .cmg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    top: 0;
    left: 0
}

.my-card .caon {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 4;
    top: 0;
    left: 0;
    padding: .36rem .46rem
}

.my-card .catop {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.my-card .catop .head {
    width: 1.08rem;
    height: 1.08rem;
    border-radius: 50%;
    display: block;
    object-fit: cover;
}

.my-card .cal {
    width: calc(100% - 1.08rem);
    padding-right: .50rem
}

.my-card .calt {
    width: 100%;
    font-size: 0;
    margin-bottom: .18rem
}

.my-card .name {
    font-size: .65rem;
    font-weight: bold;
    color: #fff;
    margin-right: .36rem;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1.3
}

.my-card .goedit {
    display: inline-block;
    vertical-align: bottom;
    background-color: #f5f5f5;
    padding: 0 .24rem;
    height: .40rem;
    border-radius: .20rem;
    margin-left: .12rem;
    margin-top: .12rem
}

.my-card .goedit img {
    display: inline-block;
    vertical-align: middle;
    width: .19rem;
    height: .19rem;
    margin-right: .05rem
}

.my-card .goedit span {
    display: inline-block;
    vertical-align: middle;
    color: #00609d;
    font-size: .24rem;
    line-height: .40rem
}

.my-card .calb {
    display: inline-block;
    width: auto;
    font-size: 0
}

.my-card .line {
    width: 2.26rem;
    height: .02rem;
    background-color: #f5f5f5;
    margin: .24rem 0 .50rem
}

.my-card .job {
    font-size: .36rem;
    line-height: .60rem;
    color: #fefeff;
    display: inline-block;
    vertical-align: middle
}

.my-card .job:after {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: .36rem;
    line-height: .60rem;
    width: .02rem;
    background-color: #fff;
    margin: 0 .10rem;
    position: relative;
    top: -1px
}

.my-card .company {
    font-size: .36rem;
    line-height: .60rem;
    color: #fefeff;
    display: inline-block;
    vertical-align: middle
}

.my-card .cabot {
    width: 100%
}

.my-card .catx {
    width: 100%;
    font-size: .30rem;
    line-height: 1.6;
    color: #f5f5f5;
    height: 1.6em
}

.my-card .button {
    width: calc(100% - .80rem);
    position: relative;
    margin: 0 auto .50rem;
    overflow: hidden;
    height: .86rem;
    box-shadow: 0px 6px 16px 0px rgba(51, 142, 224, 0.57);
    border-radius: .43rem
}

.my-card .bmg {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0
}

.my-card .btx {
    position: absolute;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    line-height: .86rem;
    text-align: center;
    color: #fff;
    font-size: .32rem
}

.my-card .cardv {
    width: 6.75rem;
    margin: 0 auto .75rem;
    height: 7.06rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 6px 16px 0px rgba(51, 142, 224, 0.57);
    border-radius: .30rem
}

.my-card .cmg2 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
    top: 0;
    left: 0
}

.my-card .cvon {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 5;
    padding: .60rem .80rem
}

.my-card .chead2 {
    display: block;
    width: 1.48rem;
    height: 1.48rem;
    border-radius: 50%;
    margin: 0 auto .30rem;
    object-fit: cover;
}

.my-card .came {
    font-size: .42rem;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #fff;
    height: .42rem
}

.my-card .goed {
    width: 100%;
    font-size: 0;
    text-align: center
}

.my-card .goeditv {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: .20rem auto;
    background-color: #f5f5f5;
    padding: 0 .20rem;
    height: .40rem;
    border-radius: .20rem
}

.my-card .goeditv img {
    display: inline-block;
    vertical-align: middle;
    width: .19rem;
    height: .19rem;
    margin-right: .05rem
}

.my-card .goeditv span {
    display: inline-block;
    vertical-align: middle;
    color: #00609d;
    font-size: .24rem;
    line-height: .40rem
}

.my-card .detailed {
    width: 100%;
    font-size: 0;
    text-align: center
}

.my-card .detailed .detam {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: .32rem;
    line-height: .60rem;
    height: .60rem
}

.my-card .detailed .detam:after {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: .32rem;
    line-height: .60rem;
    width: .02rem;
    background-color: #fff;
    margin: 0 .10rem;
    position: relative;
    top: -1px
}

.my-card .detailed .detam:last-child:after {
    display: none
}

.my-card .linex {
    width: 100%;
    height: .02rem;
    background-color: #fff;
    opacity: 0.65;
    margin: .20rem auto .30rem
}

.my-card .meslis {
    width: 100%
}

.my-card .mes {
    width: 100%;
    font-size: 0;
    text-align: center
}

.my-card .mes img {
    display: inline-block;
    vertical-align: middle;
    width: .36rem;
    height: .36rem;
    margin-right: .10rem
}

.my-card .mes .txt {
    font-size: .30rem;
    line-height: .74rem;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    height: .74rem
}

.my-card .c {
    width: 750px;
    height: 1200px;
    z-index: 958595958;
    position: absolute;
    left: -1000px;
    top: 0
}

.my-card .poster-bg {
    position: absolute;
    left: -2000vw;
    top: 0;
}

.my-card .code-img {
    position: absolute;
    left: -2000vw;
    top: 0;
}

.img-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 987654321;
    background-color: #000;
    text-align: center;
    display: none;
}

.img-pop.show {
    display: block;
}

.img-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

#cvs1 {
    position: absolute;
    left: -2000px;
    top: 0;
}

#cvs2 {
    position: absolute;
    left: -2000px;
    top: 0;
}

.my-card-edit .save {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: .98rem
}

.my-card-edit .save img {
    width: 100%;
    height: 100%;
    display: block
}

.my-card-edit .save .txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    line-height: .98rem;
    text-align: center;
    color: #fff;
    font-size: .34rem
}

.my-card-edit .place {
    width: 100%;
    height: .98rem
}

.my-card-edit .cardtop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: .30rem .40rem;
    margin-bottom: .40rem
}

.my-card-edit .cardtop .name {
    color: #4a4a4a;
    font-size: .32rem
}

.my-card-edit .cardtop .cars {
    display: flex;
    justify-content: center;
    align-items: center
}

.my-card-edit .cardtop .head {
    width: 1.27rem;
    height: 1.27rem;
    border-radius: 50%
}

.my-card-edit .cardtop .rc {
    width: .18rem;
    height: .31rem;
    margin-left: .14rem
}

.my-card-edit .cardmid {
    width: 100%;
    background-color: #ffff;
    margin-bottom: .40rem
}

.my-card-edit .carmd {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .40rem;
    border-bottom: solid .02rem #e8edf1;
    background-color: #fff
}

.my-card-edit .carmd .name {
    font-size: .32rem;
    color: #4a4a4a
}

.my-card-edit .carmd .inputs {
    flex: 1;
    font-size: 0
}

.my-card-edit .carmd .inputs input {
    width: 100%;
    height: .86rem;
    line-height: .86rem;
    padding-left: .40rem;
    text-align: right;
    color: #999;
    font-size: .30rem;
    border: none;
}

.my-card-edit .carmd.icox .inputs .rc {
    width: .18rem;
    height: .31rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: .18rem
}

.my-card-edit .carmd.icox .inputs input {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - .18rem - .18rem)
}

.my-card-edit .carmd.icox .inputs .iname {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - .18rem - .18rem);
    color: #4a4a4a;
    height: .86rem;
    line-height: .86rem;
    padding-left: .40rem;
    text-align: right;
    font-size: .30rem
}

.my-card-edit .carmd.icox .inputs .iname.black {
    color: #4a4a4a
}

.my-card-edit .cardbot {
    width: 100%;
    padding: .30rem .40rem;
    background-color: #fff;
    margin-bottom: .40rem
}

.my-card-edit .cbit {
    width: 100%;
    font-size: .32rem;
    color: #4a4a4a;
    margin-bottom: .27rem
}

.my-card-edit .text {
    width: 100%
}

.my-card-edit .text textarea {
    width: 100%;
    height: 2.73rem;
    display: block;
    font-size: .30rem;
    line-height: 1.5;
    color: #999;
    border: none;
}

.my-card-edit .a-a {
    width: 100%;
    text-align: right;
    font-size: .30rem;
    color: #d4d4d4;
    padding-bottom: .12rem
}

.safe .proem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 0 .40rem;
    border-bottom: solid .02rem #efefef
}

.safe .proem:last-child {
    border: none
}

.safe .proem .name {
    font-size: .32rem;
    color: #4a4a4a
}

.safe .proem .rep {
    flex: 1;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.safe .proem .rep .rc {
    width: .18rem;
    height: .31rem;
    margin-left: .14rem
}

.safe .proem .rep .input {
    width: calc(100% - .18rem - .14rem);
    flex: 1;
    line-height: .86rem;
    height: .86rem;
    text-align: right;
    color: #333
}

.safe .proem .rep .iname {
    width: calc(100% - .18rem - .14rem);
    flex: 1;
    line-height: .86rem;
    height: .86rem;
    text-align: right;
    color: #333
}

.safe .save {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: .98rem
}

.safe .save img {
    width: 100%;
    height: 100%;
    display: block
}

.safe .save .txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    line-height: .98rem;
    text-align: center;
    color: #fff;
    font-size: .34rem
}

.safe .place {
    width: 100%;
    height: .98rem
}

.safe .gos {
    position: absolute;
    width: 100%;
    z-index: 3;
    height: 100%;
    display: block;
    left: 0;
    top: 0
}

.my-privacy .metsm {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 .40rem;
    border-bottom: solid .02rem #f7f7f7;
    background-color: #fff
}

.my-privacy .metsm .pickers {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.my-privacy .metsm .name {
    font-size: .32rem;
    color: #4a4a4a;
    line-height: .86rem
}

.my-privacy .metsm .right {
    display: flex;
    align-items: center
}

.my-privacy .metsm .txt {
    font-size: .28rem;
    color: #4a4a4a;
    line-height: .86rem;
    text-align: right;
    border: none;
}

.my-privacy .metsm .rc {
    width: .18rem;
    height: .31rem;
    margin-left: .14rem
}

.my-privacy .shield .shit {
    width: 100%;
    background-color: #f3f5f9;
    font-size: .32rem;
    line-height: .84rem;
    height: .84rem;
    padding: 0 .20rem;
    color: #4a4a4a
}

.my-privacy .shield .shielis {
    background-color: #fff;
    padding: .36rem .42rem;
    width: 100%;
    font-size: 0
}

.my-privacy .shield .shiem {
    width: auto;
    display: inline-block;
    vertical-align: top;
    background-color: #f8f9f9;
    border-radius: .30rem;
    border: solid 1px #ebebeb;
    font-size: .28rem;
    color: #333;
    line-height: .62rem;
    height: .62rem;
    padding: 0 .40rem 0 .20rem;
    margin-bottom: .36rem;
    margin-right: .30rem
}

.my-privacy .shield .shiem .del {
    width: .60rem;
    height: .60rem;
    line-height: .60rem;
    display: inline-block;
    vertical-align: top;
    margin-left: .06rem;
    cursor: pointer;
    text-align: center;
}

.my-privacy .shield .shiem img {
    width: .19rem;
    height: .19rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.my-privacy .save {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: .98rem
}

.my-privacy .save img {
    width: 100%;
    height: 100%;
    display: block
}

.my-privacy .save .txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    line-height: .98rem;
    text-align: center;
    color: #fff;
    font-size: .34rem;
}

.my-privacy .place {
    width: 100%;
    height: .98rem
}

.my-privacy .gos {
    position: absolute;
    width: 100%;
    z-index: 3;
    height: 100%;
    display: block;
    left: 0;
    top: 0
}

.my-privacy-i {
    background-color: #fff;
    min-height: 100vh;
}

.my-privacy-i .search {
    position: fixed;
    width: 100%;
    background: skyblue;
    padding: .26rem .30rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
    height: 1.16rem;
    top: 1.0rem !important;
    overflow: hidden
}

.my-privacy-i .cardbg {
    width: 100%;
    position: absolute;
    left: 0;
    top: -1.0rem !important;
    z-index: -1
}

.my-privacy-i .splace {
    width: 100%;
    height: 1.16rem
}

.my-privacy-i .sel {
    flex: 1;
    line-height: .64rem;
    height: .64rem;
    border-radius: .32rem;
    background-color: #fff;
    padding: 0 .30rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.my-privacy-i .sel img {
    width: .29rem;
    height: .36rem;
    margin-right: .10rem;
    object-fit: contain;
}

.my-privacy-i .sel input {
    flex: 1;
    height: .64rem;
    border: none;
    color: #333;
}

.my-privacy-i .ser {
    font-size: 16px;
    line-height: .64rem;
    margin-left: .15rem;
    color: #FFF
}

.my-privacy-i .plaxe {
    width: 100%;
    height: 1.00rem
}

.my-privacy-i .bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 1.00rem;
    background-color: #fff;
    border-top: solid 1px #eaeded;
    display: flex
}

.my-privacy-i .shield {
    width: 2.80rem;
    height: 1.00rem;
    line-height: 1.00rem;
    color: #fff;
    font-size: 18px;
    position: relative
}

.my-privacy-i .shield img {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block
}

.my-privacy-i .shield span {
    line-height: 1.00rem;
    color: #fff;
    font-size: 16px;
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center
}

.my-privacy-i .selall {
    flex: 1;
    width: calc(100% - 2.80rem);
    padding: 0 .30rem;
    display: flex;
    align-items: center
}

.my-privacy-i .selall .btn {
    width: .34rem;
    height: .34rem;
    border-radius: 50%;
    border: solid .02rem #ddd;
    margin-right: .10rem
}

.my-privacy-i .selall .btn img {
    width: 100%;
    height: 100%;
    display: none
}

.my-privacy-i .selall.active .btn {
    border: none
}

.my-privacy-i .selall.active .btn img {
    display: block
}

.my-privacy-i .selall span {
    font-size: 16px;
    color: #333;
    height: 1.00rem;
    line-height: 1.00rem
}

.my-privacy-i .enterlist {
    width: 100%;
}

.my-privacy-i .entem {
    width: calc(100% - .60rem);
    display: flex;
    align-items: center;
    padding: .30rem 0;
    margin: 0 .30rem;
    border-bottom: solid .02rem #eaeded
}

.my-privacy-i .enl {
    width: .40rem;
    height: .40rem;
    border-radius: 50%;
    border: solid .02rem #ddd;
    margin-right: .20rem
}

.my-privacy-i .radio {
    width: 100%;
    height: 100%;
    display: block
}

.my-privacy-i .radio img {
    width: 100%;
    height: 100%;
    display: none
}

.my-privacy-i .entem.active img {
    display: block
}

.my-privacy-i .enr {
    flex: 1
}

.my-privacy-i .enr .cname {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-bottom: .10rem
}

.my-privacy-i .enr .abridge span {
    font-size: 12px;
    line-height: 1.3;
    color: #666
}

.my-privacy-i .enr .abridge .color {
    color: #00609d
}

.help-center .help-title {
    padding: .28rem .44rem;
    font-size: .32rem;
    color: #4a4a4a
}

.help-center .item-list {
    width: 100%;
}

.help-center .item {
    padding: 0 .42rem 0 .36rem;
    background-color: #fff
}

.help-center .item:not(:first-child) {
    border-top: .02rem solid #eee
}

.help-center .item-box {
    width: 100%;
    display: none;
}

.help-center .item-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: .28rem 0;
    font-size: .28rem;
    color: #4a4a4a
}

.help-center .item-title span {
    font-size: .28rem
}

.help-center .item-title .arrow {
    flex-shrink: 0;
    width: .30rem;
    height: .28rem;
    transform-origin: center;
    transition: all .2s;
    object-fit: contain;
}

.help-center .item-msg-box {
    padding: .10rem 0;
    display: block;
}

.help-center .item-msg {
    padding: .16rem 0;
    font-size: .28rem;
    color: #4a4a4a
}

.help-center .item-msg::before {
    content: '· ';
    font-size: .36rem
}

.help-center .item.active .item-box {
    padding: .10rem 0;
}

.help-center .item.active .item-title {
    border-bottom: .02rem solid #eee
}

.help-center .item.active .arrow {
    transform: rotateZ(180deg)
}

.help-center .place {
    width: 100%;
    height: 1.64rem
}

.help-center .footer-btn {
    position: fixed;
    bottom: .32rem;
    height: 1.00rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%
}

.help-center .footer-btn .btn-item {
    position: relative;
    width: 3.06rem;
    height: 1.00rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: .32rem;
    color: #fff;
    border-radius: .50rem;
    overflow: hidden
}

.help-center .footer-btn .btn-item .btn-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.help-center .footer-btn .btn-item .btn-time {
    line-height: 1.7;
    font-size: .22rem;
    color: #fff
}

.art-a {
    width: 100%;
    padding: .38rem .40rem;
    background-color: #f3f5f9;
    min-height: 100vh;
}

.art-box {
    width: 100%;
    background-color: #fff;
    border: .02rem solid #eee;
    border-radius: .10rem
}

.art-title {
    padding: .20rem;
    font-weight: 500;
    font-size: .28rem;
    color: #000;
    line-height: .38rem;
    border-bottom: .02rem solid #eee
}

.art-content {
    padding: .20rem;
    font-size: .32rem;
    color: #4a4a4a;
    line-height: .44rem;
    word-break: break-all;
}
.art-content *{
    font-size: inherit;
    line-height: inherit;
}

.art-content view,
.art-content span {
    line-height: inherit
}

.feedback .feedback-title {
    height: .86rem;
    margin-bottom: .42rem;
    padding: 0 .44rem;
    line-height: .86rem;
    font-size: .32rem;
    color: #4a4a4a;
    background-color: #fff
}

.feedback .feedback-title .title {
    width: 100%;
    height: 100%;
    line-height: inherit;
    font-size: .32rem;
    color: #4a4a4a;
    border: none;
}

.feedback .feedback-content {
    width: 7.5rem;
    height: 4.40rem;
    padding: .23rem .44rem;
    font-size: .32rem;
    color: #4a4a4a;
    line-height: .42rem;
    background-color: #fff;
    border: none;
}

.feedback .c-space {
    width: 100%;
    height: 1.30rem
}

.feedback .c-btn {
    width: 100%;
    height: 1.00rem;
    line-height: 1.00rem;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000
}

.feedback .c-btn span {
    position: relative;
    z-index: 2;
    font-size: .34rem;
    color: #fff
}

.feedback .c-btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}
.evaluation{
    /* min-height: 100vh; */
}
.evaluation .a-a {
    width: 100%
}

.evaluation .a-b {
    font-size: .32rem;
    color: #4a4a4a;
    line-height: .90rem;
    padding: 0 .40rem
}

.evaluation .a-c {
    width: 100%;
    height: .88rem;
    padding: 0 .40rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: .02rem solid #f7f7f7
}

.evaluation .a-d {
    font-size: .32rem;
    color: #4a4a4a
}

.evaluation .a-d.sp:before{
    display: inline;
    content: "*";
    color: #fff;
}

.evaluation .a-e {
    font-size: 0
;flex: 1;display: flex;align-items: center;}

.evaluation .a-e .info-select{
    font-size: .3rem;
    color:#4a4a4a;
    text-align: right;
    height: 0.88rem;
    background-color: transparent;
    -webkit-appearance: none;
    right: 0.4rem;
    /* width: auto; */
}
.evaluation .a-e .info-select.op0{
    opacity: 0;
}
.evaluation .a-e .info-select.sp{
    direction: rtl;
}

.evaluation .a-f {
    font-size: .30rem;
    color: #4a4a4a;
    height: 0.88rem;background-color: transparent;vertical-align: top;
    border: none;
    text-align: right;
width: 100%;}

.evaluation .a-f.black {
    color: #4a4a4a
}

.evaluation .a-g {
    width: .18rem;
    height: .31rem;
    margin-left: .20rem;
    vertical-align: top
}

.evaluation .a-p {
    position: relative;
    width: 100%
;background-color: black;}

.evaluation .a-h {
    flex: 1
}

.evaluation .a-i {
    width: 100%;
    height: .86rem;
    font-size: .30rem;
    color: #4a4a4a;
    text-align: right;
    padding-left: .40rem
}

.evaluation .a-area {
    width: 100%;
    padding: .40rem;
    height: 2.02rem;
    font-size: .28rem;
    color: #4a4a4a;
    line-height: .38rem;
    background-color: #fff
}

.evaluation .c-btn {
    border-radius: 0
}

.evaluation .c-space {
    width: 100%;
    height: 1.30rem
}

.evaluation .c-btn {
    width: 100%;
    height: 1.00rem;
    line-height: 1.00rem;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000
;cursor: pointer;}

.evaluation .c-btn span {
    position: relative;
    z-index: 2;
    font-size: .34rem;
    color: #fff;
    pointer-events: none;
}

.evaluation .c-btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
;pointer-events: none;}

.company-detail .swiper {
    width: 100%;
    position: relative
}

.company-detail .swiper .swiper-item {
    width: 100%;
    display: block
}

.company-detail .swiper-item {
    width: 100%;
    display: block
}

.company-detail .swiper-img {
    width: 100%;
    height: 3.94rem;
    object-fit: cover;
    display: block
}

.company-detail .jlabel {
    width: 100%;
    font-size: 0;
    margin-bottom: .10rem
}

.company-detail .jlabel .label {
    display: inline-block;
    vertical-align: top;
    color: #acacac;
    font-size: .24rem;
    padding: .13rem .16rem;
    background-color: #fff;
    border-radius: .05rem;
    border: solid .02rem #eaeaea;
    margin-right: .14rem;
    margin-bottom: .14rem
}

.company-detail .comshow {
    width: 100%;
    background-color: #fff;
    padding: .40rem .30rem;
    display: flex;
    justify-content: space-between
}

.company-detail .comshow .cor {
    width: 1.54rem;
    height: 1.54rem;
    border-radius: 50%;
    border: solid .02rem #f2f2f2;
    margin-left: .10rem
}

.company-detail .comshow .col {
    width: calc(100% - 1.54rem - .10rem)
}

.company-detail .comshow .col .cit {
    font-size: .36rem;
    color: #000;
    margin-bottom: .25rem;
    line-height: .46rem
}

.company-detail .comshow .col .ctip {
    width: 100%;
    font-size: .26rem;
    color: #333;
    margin-bottom: .20rem;
    font-size: 0
}

.company-detail .comshow .col .ctip span {
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    color: #333;
    position: relative;
    margin-right: .12rem;
    padding-right: .12rem
}

.company-detail .comshow .col .ctip span:after {
    content: '|';
    position: absolute;
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    color: #333;
    margin: 0 .12rem
}

.company-detail .comshow .col .ctip span:last-child:after {
    display: none
}

.company-detail .comshow .col .place {
    width: 100%
}

.company-detail .comshow .col .pmg {
    width: .19rem;
    height: .25rem;
    margin-right: .12rem;
    vertical-align: top;
    margin-top: .05rem
}

.company-detail .comshow .col .px {
    font-size: .24rem;
    color: #b2b2b2;
    vertical-align: top;
    line-height: .34rem
}

.company-detail .compage {
    width: 100%;
    background-color: #fff;
    margin-bottom: .30rem
}

.company-detail .combar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: solid .02rem #f4f5f9
}

.company-detail .coems {
    flex: 1;
    line-height: .90rem;
    height: .90rem;
    text-align: center;
    font-size: .28rem;
    color: #4a4a4a;
    position: relative;
    transition: all ease 0.3s
}

.company-detail .coems:after {
    content: ' ';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: .06rem;
    background-color: #00609d;
    border-radius: .03rem;
    width: .64rem;
    bottom: 0;
    display: none
}

.company-detail .coems.active {
    font-size: .32rem;
    color: #000
}

.company-detail .coems.active:after {
    display: block
}

.company-detail .comon {
    width: 100%
}

.company-detail .con {
    width: 100%;
    padding: 0 .30rem;
    display: none
}

.company-detail .con.show {
    display: block
}

.company-detail .ctitle {
    width: 100%;
    text-align: center;
    font-size: .48rem;
    font-weight: bold;
    color: #212121;
    padding: .40rem 0
}

.company-detail .article {
    width: 100%;
    padding-bottom: .40rem;
    font-size: .28rem;
    line-height: 1.6;
    color: #222
}

.company-detail .article * {
    line-height: inherit;
}

.company-detail .ax p {
    font-size: .28rem;
    line-height: 1.6;
    color: #222
}

.company-detail .ax img {
    max-width: 100%
}

.company-detail .cplace {
    width: 100%;
    height: .98rem
}

.company-detail .botbar {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-around
}

.company-detail .botem {
    flex: 1;
    text-align: center;
    height: .98rem;
    line-height: .98rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.company-detail .botem img {
    width: .40rem;
    height: .40rem;
    margin-right: .12rem
}

.company-detail .botem span {
    font-size: .32rem;
    color: #333;
    line-height: .98rem
}

.company-detail .botem.on span {
    color: #fff
}

.company-detail .botem .img2 {
    display: none;
}

.company-detail .botem .bx2 {
    display: none;
}

.company-detail .botem.active img {
    display: none;
}

.company-detail .botem.active .bx {
    display: none;
}

.company-detail .botem.active .img2 {
    display: inline-block;
}

.company-detail .botem.active .bx2 {
    display: inline-block;
}

.company-detail .botem.on {
    background-color: #00609d
}

.company-detail .totop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .30rem
}

.company-detail .totop .name {
    font-size: .36rem;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.company-detail .totop .wages {
    font-size: .35rem;
    color: #185d98
}

.company-detail .tobot {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.company-detail .tobot .cname {
    flex: 1;
    padding-right: .16rem;
    font-size: .22rem;
    color: #333;
    font-size: 0
}

.company-detail .tobot .cname span {
    display: inline-block;
    vertical-align: top;
    font-size: .22rem;
    color: #333;
    position: relative;
    padding-right: .12rem;
    margin-right: .12rem
}

.company-detail .tobot .cname span:after {
    content: '|';
    position: absolute;
    margin: 0 .12rem;
    display: inline-block;
    vertical-align: top;
    font-size: .22rem;
    color: #333
}

.company-detail .tobot .cname span:last-child:after {
    display: none
}

.company-detail .tobot .release {
    font-size: .22rem;
    color: #333
}

.company-detail .joblis {
    width: 100%
}

.company-detail .jobem {
    width: 100%;
    padding: .30rem 0;
    border-bottom: solid .02rem #f4f5f9;
    display: block;
}

.company-detail .jobem:last-child {
    border: none
}

.company-detail .c {
    width: 500px;
    height: 400px;
    position: absolute;
    left: -1000px;
    top: 0
}

.mp-pop {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 12345;
}

.mp-pop.show .mp-mask {
    visibility: visible;
    opacity: 1;
}

.mp-pop.show .mp-a {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.mp-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999998;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.mp-a {
    width: 5.90rem;
    position: fixed;
    left: 50%;
    top: 50%;
    overflow: hidden;
    z-index: 999999;
    background-color: #fff;
    box-sizing: border-box;
    padding: .59rem .30rem .64rem;
    border-radius: .10rem;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all .3s;
}

.mp-title {
    font-size: .40rem;
    line-height: .52rem;
    color: #000;
    text-align: center;
    margin-bottom: .23rem;
}

.mp-text {
    margin-bottom: .38rem;
    color: #636363;
    font-size: .28rem;
    line-height: .40rem;
    text-align: center;
}

.mp-btns {
    width: 100%;
    text-align: center;
    font-size: 0;
    padding-top: .20rem;
}

.mp-btn {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 2.15rem;
    line-height: .70rem;
    box-sizing: border-box;
    font-size: .28rem;
    color: #000;
    border-radius: .35rem;
    margin: 0 .15rem;
    cursor:pointer;
}

.mp-btn.blue {
    background-color: #035591;
    color: #fff;
    font-size: .22rem;
    width: 2.2rem;
}

.mp-btn.gray {
    background-color: #d7d7d7;
    color: #555555;
    font-size: .22rem;
    width: 2.2rem;
}

.fills {
    width: 100%;
    padding: .16rem .30rem;
}

.fills .tip {
    font-size: .24rem;
    line-height: .60rem;
    color: #999;
    margin-bottom: .20rem;
}

.fills .fitop {
    width: 100%;
    background-color: #fff;
    position: relative;
    border-radius: .25rem;
    padding: .30rem;
    margin-bottom: .20rem;
}

.fills .fitop .name {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .30rem;
    background-color: #fafafa;
    border-radius: .05rem;
}

.fills .fitop .ti {
    font-size: .24rem;
    margin-right: .10rem;
    line-height: 1.00rem;
    color: #454545;
}

.fills .fitop .input {
    flex: 1;
    font-size: .24rem;
    line-height: 1.00rem;
    height: 1.00rem;
    text-align: right;
    color: #999;
    border: none;
    background-color: transparent;
}

.fills .iftrue {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f9f9f9;
    padding: 0 .30rem;
    margin-top: .20rem;
    border-radius: .05rem;
}

.fills .iftrue .tx {
    font-size: .28rem;
    margin-right: .10rem;
    line-height: 1.00rem;
    color: #454545;
}

.fills .iftrue .rix {
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: right;
}

.fills .iftrue .rix .button {
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    padding: 0 .24rem;
    font-size: .28rem;
    color: #989898;
    line-height: .64rem;
    height: .64rem;
    margin-left: .20rem;
    width: .80rem;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.fills .iftrue .rix .button.active {
    border: solid 1px #035591;
    background-color: #035591;
    color: #fff;
}

.fills .fitop .by {
    width: 1.29rem;
    height: .53rem;
    position: absolute;
    right: .30rem;
    top: -.53rem;
}

.fills .textarea {
    width: 100%;
    background-color: #fff;
    border-radius: .05rem;
    padding: .35rem .40rem;
    font-size: .28rem;
    line-height: .48rem;
    color: #404040;
}

.fills .save {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: .98rem;
}

.fills .save img {
    width: 100%;
    height: 100%;
    display: block;
}

.fills .save .txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    line-height: .98rem;
    text-align: center;
    color: #fff;
    font-size: .34rem;
}

.fills .place {
    width: 100%;
    height: .98rem;
}

.fills .gos {
    position: absolute;
    width: 100%;
    z-index: 3;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}

.fills .ttt {
    width: 100%;
    height: 2.00rem;
    font-size: .26rem;
    color: #454545;
    line-height: 1.5;
    border: none;
}

.fills .ff {
    position: absolute;
    left: -1000vw;
    top: 0;
}

.fiil-c {
    z-index: 958595958;
    position: absolute;
    left: -1000px;
    top: 0;
}

.gy .search-box {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 1.16rem;
    display: flex;
    align-items: center;
    padding-right: .34rem;
    padding-left: .04rem;
    overflow: hidden;
}

.gy .search-bg {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
}

.gy .position {
    width: 1.66rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gy .position .img {
    width: .30rem;
    margin-right: .12rem;
}

.gy .position .text {
    font-size: .32rem;
    color: #f2f4f8;
}

.gy .search {
    width: 5.00rem;
    height: .64rem;
    display: flex;
    align-items: center;
    padding: 0 .20rem;
    background-color: #fff;
    border-radius: .32rem;
    box-shadow: 0 .06rem .20rem 0 rgba(0, 30, 96, 0.08);
}

.gy .search .gray {
    font-size: .24rem;
    color: #969696;
}

.gy .search input {
    flex: 1;
    height: 100%;
    text-align: left;
    font-size: .24rem;
    color: #333;
}

.gy .search .img {
    width: .30rem;
    margin-right: .14rem;
    margin-left: 1.46rem;
    transition: all .2s;
}

.gy .search.active .img {
    margin-left: .14rem;
}

.gy .xuan {
    width: .50rem;
    display: flex;
    align-items: center;
}

.gy .xuan view {
    display: inline-block;
    vertical-align: middle;
    color: #4a4a4a;
    font-size: .28rem;
    line-height: .60rem;
}

.gy .xuan img {
    display: inline-block;
    vertical-align: middle;
    width: .35rem;
    margin-left: .15rem;
}

.gy .ton {
    width: 7.10rem;
    margin: .22rem auto;
}

.gy .tomes {
    width: 7.10rem;
    background-color: #fff;
    border-radius: .10rem;
    padding: .40rem;
    margin-bottom: .25rem;
    display: block;
}

.gy .totop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .26rem;
}

.gy .totop .name {
    font-size: .36rem;
    color: #000;
    font-weight: bold;
}

.gy .totop .wages {
    font-size: .35rem;
    color: #185d98;
}

.gy .Notes {
    width: 100%;
    font-size: .26rem;
    color: #333;
    margin-bottom: .20rem;
    font-size: 0;
}

.gy .Notes span {
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    color: #333;
    position: relative;
    margin-right: .12rem;
    padding-right: .12rem;
}

.gy .Notes span:after {
    position: absolute;
    content: '|';
    margin: 0 .12rem;
    display: inline-block;
    vertical-align: top;
    font-size: .26rem;
    color: #333;
}

.gy .Notes span:last-child:after {
    display: none;
}

.gy .labels {
    width: 100%;
    font-size: 0;
    margin-bottom: .17rem;
}

.gy .labels .label {
    display: inline-block;
    vertical-align: top;
    padding: .13rem .15rem;
    margin-right: .12rem;
    margin-bottom: .12rem;
    border: .01rem solid #eaeaea;
    border-radius: .05rem;
    font-size: .22rem;
    color: #acacac;
}

.gy .tobot {
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gy .tobot .company {
    width: 100%;
    flex: 1;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.gy .tobot .company img {
    display: inline-block;
    vertical-align: middle;
    width: .36rem;
    height: .36rem;
    margin-right: .16rem;
}

.gy .tobot .company .cname {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - .36rem - .16rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #b2b2b2;
    font-size: .24rem;
    padding-right: .20rem;
}

.gy .tobot .release {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font-size: .26rem;
    color: #b2b2b2;
}

.avert {
    width: 100%;
}

.avert .ban {
    width: 100%;
    display: block;
}

.avert .adven {
    width: calc(100% - .60rem);
    margin: .30rem auto;
    background-color: #fff;
    background-color: #fff;
    border-radius: .10rem;
    border: solid .02rem #eeeeee;
    font-size: .28rem;
    line-height: .48rem;
    color: #323232;
    padding: .30rem;
    font-size: .28rem;
    line-height: .48rem;
    color: #323232;
}

.avert .adven * {
    line-height: inherit;
}

.wa-wrap {
    width: 100%;
    background-color: #120924;
}

.wa-box {
    width: 100%;
    padding-bottom: .82rem;
    position: relative
}

.wa-a {
    width: 100%;
    height: 9.83rem
}

.wa-b {
    width: 3.54rem;
    height: .56rem;
    line-height: .56rem;
    text-align: center;
    font-size: 0;
    position: absolute;
    left: 2.79rem;
    top: 4.19rem
}

.wa-c {
    font-size: .30rem;
    color: #00f2ec;
    line-height: .56rem
}

.wa-c1 {
    padding-right: .40rem
}

.wa-d {
    font-size: .60rem;
    color: #00f2ec;
    position: absolute;
    left: 0;
    top: 3.40rem;
    width: 100%;
    text-align: center;
    font-weight: lighter
}

.wa-e {
    width: 1.20rem;
    position: absolute
}

.wa-f {
    font-size: .22rem;
    color: #00efe8;
    margin-bottom: .12rem
}

.wa-g {
    font-size: .26rem;
    color: #00efe8;
    font-weight: bold
}

.wa-e1 {
    left: .44rem;
    top: 5.95rem
}

.wa-e2 {
    left: 6.23rem;
    top: 5.93rem
}

.wa-e3 {
    left: .44rem;
    top: 7.54rem
}

.wa-e4 {
    left: .44rem;
    top: 8.89rem
}

.wa-e5 {
    left: 6.23rem;
    top: 8.71rem
}

.wa-btn {
    width: 5.41rem;
    height: 1.16rem;
    margin-top: -.09rem;
    margin-left: 1.10rem
}

.wa-btn-bg {
    width: 100%;
    height: 100%
}

.wa-wrap .ff {
    position: absolute;
    left: -1000vw;
    top: 0;
}

.w-last-bg {
    width: 100%;
    height: 1.16rem;
    vertical-align: top
}

.wb-box {
    width: 100%
}

.wb-title {
    text-align: center;
    margin-bottom: .60rem
}

.wb-a {
    width: 3.09rem;
    height: .55rem
}

.wb-b {
    width: 100%;
    text-align: center;
    padding: 0 10px;
}

.wb-c {
    width: 6.72rem;
    height: 4.74rem
}

.wb-d {
    width: 100%;
    text-align: center;
    padding: .43rem .45rem .93rem;
    font-size: .24rem;
    color: #00bfd2;
    line-height: .36rem;
    display: block
}

.wb-d * {
    line-height: inherit;
}

.wc-box {
    width: 100%
}

.wc-title {
    text-align: center;
    margin-bottom: .48rem
}

.wc-a {
    width: 3.09rem;
    height: .55rem
}

.wc-list {
    width: 100%
}

.wc-item {
    width: 6.88rem;
    height: 4.18rem;
    margin: 0 auto .48rem;
    position: relative
}

.wc-b {
    width: 100%;
    height: 100%
}

.wc-c {
    width: 3.40rem;
    position: absolute;
    right: .35rem;
    top: .60rem
}

.wc-d {
    font-size: .42rem;
    color: #00efe8;
    margin-bottom: .16rem;
    font-weight: bold
}

.wc-e {
    font-size: .22rem;
    color: #00efe8;
    margin-bottom: .33rem
}

.wc-f {
    font-size: .18rem;
    color: #00efe8;
    margin-bottom: .47rem;
    line-height: .26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.wc-g {
    width: 1.48rem;
    height: .57rem;
    border: none;
    background-color: transparent;
}

.wc-h {
    width: 100%;
    height: 100%
}

.wc-z {
    width: 2.40rem;
    height: 3.42rem;
    position: absolute;
    left: .34rem;
    top: .36rem
}

.wc-z:after {
    content: "";
    display: block;
    border-top: .40rem solid transparent;
    border-right: .40rem solid #120924;
    position: absolute;
    right: 0;
    bottom: 0
}

.wc-y {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wd-box {
    width: 100%;
    padding-bottom: .48rem
}

.wd-btns {
    width: 6.68rem;
    height: .84rem;
    margin: 0 auto;
    position: relative
}

.wd-bg {
    width: 100%;
    height: 100%
}

.wd-btn {
    width: 50%;
    height: .84rem;
    position: absolute;
    top: 0
}

.wd-btn1 {
    left: 0
}

.wd-btn2 {
    right: 0;
    border: none;
    background-color: transparent;
}

.w-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    left: -1000000%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0
}

.w-pop .box {
    width: 5.80rem;
    position: absolute;
    z-index: 102;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: .10rem;
    padding: .62rem .50rem;
    opacity: 0;
    transition: ease-in 0.3s
}

.w-pop .box.active {
    transform: translate(-50%, -50%);
    opacity: 1
}

.w-pop.active {
    opacity: 1;
    left: 0
}

.w-pop.active .box {
    transform: translate(-50%, -50%);
    opacity: 1
}

.w-pop .bmg {
    width: 2.00rem;
    height: 2.00rem;
    margin: 0 auto .50rem;
    display: block
}

.w-pop .xmg {
    width: .30rem;
    height: .30rem;
    position: absolute;
    z-index: 105;
    right: .35rem;
    top: .30rem;
    display: block
}

.w-pop .tx {
    width: 100%;
    font-size: .28rem;
    line-height: 2.2;
    color: #333
}

.cert-result {
    background-color: #100f73
}

.cert-result .a-box {
    width: 100%;
    position: relative
}

.cert-result .a-a {
    width: 100%;
    height: 7.46rem;
    vertical-align: top;
    position: relative;
    top: -.02rem
}

.cert-result .a-b {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: .87rem
}

.cert-result .a-c {
    display: inline-block;
    vertical-align: top;
    font-size: .28rem;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 0 .34rem
}

.cert-result .a-c:before,
.a-c:after {
    content: "";
    display: block;
    width: .15rem;
    height: .02rem;
    background-color: #fff;
    position: absolute;
    top: .13rem
}

.cert-result .a-c:before {
    left: 0
}

.cert-result .a-c:after {
    right: 0
}

.cert-result .a-d {
    width: 3.30rem;
    position: absolute;
    left: 2.07rem;
    top: 4.60rem;
    font-size: .26rem;
    color: #fff;
    text-align: center
}

.cert-result .ax {
    width: 6.00rem;
    height: 2.08rem;
    position: absolute;
    left: 50%;
    top: 5.20rem;
    transform: translateX(-50%);
    font-size: .26rem;
    color: #fff;
    text-align: left;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.cert-result .a-e {
    width: 7.10rem;
    margin-left: .21rem;
    margin-bottom: .50rem;
    padding: .30rem .10rem;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7828f1), to(#2e4aff))
}

.cert-result .a-f {
    width: 100%;
    position: relative;
    padding: .39rem .30rem .40rem;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#060eb8), to(#1333fa))
}

.cert-result .a-g {
    text-align: center;
    font-size: .30rem;
    color: #fff;
    text-align: center;
    margin-bottom: .30rem;
    position: relative;
    z-index: 2;
    font-weight: bold
}

.cert-result .a-h {
    font-size: .24rem;
    color: #fff;
    line-height: .42rem;
    position: relative;
    z-index: 2
}

.cert-result .a-bd {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.cert-result .c-box {
    width: 100%
}

.cert-result .c-title {
    text-align: center;
    margin-bottom: .34rem
}

.cert-result .c-a {
    width: 2.78rem;
    height: .50rem
}

.cert-result .c-list {
    width: 100%
}

.cert-result .c-item {
    width: 7.06rem;
    height: 3.98rem;
    margin: 0 auto .30rem;
    position: relative;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0610ba), to(#1233f9))
}

.cert-result .c-b {
    width: 100%;
    height: 100%
}

.cert-result .c-c {
    width: 3.40rem;
    position: absolute;
    right: .35rem;
    top: .60rem
}

.cert-result .c-d {
    font-size: .42rem;
    color: #fff;
    margin-bottom: .16rem;
    font-weight: bold
}

.cert-result .c-e {
    font-size: .22rem;
    color: #fff;
    margin-bottom: .33rem
}

.cert-result .c-f {
    font-size: .18rem;
    color: #fff;
    margin-bottom: .47rem;
    line-height: .26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.cert-result .c-g {
    width: 1.44rem;
    height: .55rem;
    line-height: .55rem;
    text-align: center;
    border-radius: .28rem;
    font-size: .22rem;
    color: #0611bc;
    background-color: #fff
}

.cert-result .c-z {
    width: 2.37rem;
    height: 3.41rem;
    position: absolute;
    left: .45rem;
    top: .29rem
}

.cert-result .c-y {
    width: 100%;
    height: 100%
}

.cert-result .d-space {
    width: 100%;
    height: 1.08rem
}

.cert-result .d-a {
    width: 100%;
    height: .98rem;
    display: flex;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 123456
}

.cert-result .d-b {
    width: 50%;
    height: .98rem;
    line-height: .98rem;
    border-radius: 0;
    text-align: center;
    font-size: 0;
    position: relative;
    border: none;
}

.cert-result .d-c {
    width: .46rem;
    height: .46rem;
    vertical-align: middle;
    margin-right: .10rem
}

.cert-result .d-d {
    font-size: .33rem;
    color: #333;
    display: inline-block;
    vertical-align: middle
}

.cert-result .d-d2 {
    color: #fff
}

.cert-result .d-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.cert-result .d-c {
    position: relative;
    z-index: 2
}

.cert-result .d-d {
    position: relative;
    z-index: 2
}

.cert-result .pop {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    left: -1000000%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0
}

.cert-result .pop .box {
    width: 5.80rem;
    position: absolute;
    z-index: 102;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: .10rem;
    padding: .62rem .50rem;
    opacity: 0;
    transition: ease-in 0.3s
}

.cert-result .pop .box.active {
    transform: translate(-50%, -50%);
    opacity: 1
}

.cert-result .pop.active {
    opacity: 1;
    left: 0
}

.cert-result .pop.active .box {
    transform: translate(-50%, -50%);
    opacity: 1
}

.cert-result .box .bmg {
    width: 2.00rem;
    height: 2.00rem;
    margin: 0 auto .50rem;
    display: block
}

.cert-result .box .xmg {
    width: .33rem;
    height: .33rem;
    position: absolute;
    z-index: 105;
    right: .35rem;
    top: .30rem;
    display: block
}

.cert-result .box .tx {
    width: 100%;
    font-size: .28rem;
    line-height: 2.2;
    color: #333
}

.cert-result2 {
    background-color: #001598
}

.cert-result2 .a-box {
    width: 100%;
    height: 8.94rem;
    position: relative;
    overflow: hidden
}

.cert-result2 .a-a {
    width: 100%;
    vertical-align: top
}

.cert-result2 .a-b {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: .87rem
}

.cert-result2 .a-c {
    display: inline-block;
    vertical-align: top;
    font-size: .28rem;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 0 .34rem
}

.cert-result2 .a-c:before,
.a-c:after {
    content: "";
    display: block;
    width: .15rem;
    height: .02rem;
    background-color: #fff;
    position: absolute;
    top: .13rem
}

.cert-result2 .a-c:before {
    left: 0
}

.cert-result2 .a-c:after {
    right: 0
}

.cert-result2 .a-d {
    width: 3.30rem;
    position: absolute;
    left: 2.07rem;
    top: 3.80rem;
    font-size: .26rem;
    color: #fff;
    text-align: center
}

.cert-result2 .a-e {
    width: 7.10rem;
    margin-left: .21rem;
    margin-bottom: .50rem;
    padding: .30rem .10rem;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7828f1), to(#2e4aff))
}

.cert-result2 .a-f {
    width: 100%;
    position: relative;
    padding: .39rem .30rem .40rem;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#060eb8), to(#1333fa))
}

.cert-result2 .a-g {
    text-align: center;
    font-size: .30rem;
    color: #fff;
    text-align: center;
    margin-bottom: .30rem;
    position: relative;
    z-index: 2;
    font-weight: bold
}

.cert-result2 .a-h {
    font-size: .24rem;
    color: #fff;
    line-height: .42rem;
    position: relative;
    z-index: 2
}

.cert-result2 .a-bd {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.cert-result2 .a-btn {
    width: 5.75rem;
    position: absolute;
    left: .87rem;
    top: 6.84rem;
    z-index: 12
}

.cert-result2 .a-img {
    width: 100%
}

.cert-result2 .a-t1 {
    font-size: .95rem;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 1.42rem;
    z-index: 12;
    font-style: italic;
    letter-spacing: -0.055em;
    font-weight: bold;
    text-shadow: 0 0.04rem 0.06rem rgba(10, 0, 126, 0.6);
    width: 100%
}

.cert-result2 .a-t2 {
    font-size: .28rem;
    color: #fff;
    line-height: .49rem;
    text-align: center;
    position: absolute;
    left: 2.16rem;
    top: 2.72rem;
    z-index: 12;
    width: 3.10rem
}

.cert-result2 .a-bold {
    font-weight: bold
}

.cert-result2 .a-t3 {
    font-size: .78rem;
    color: #ff255c;
    text-align: center;
    position: absolute;
    left: 0;
    top: 4.60rem;
    z-index: 12;
    width: 100%;
    font-weight: bold
}

.cert-result2 .a-t4 {
    font-size: .26rem;
    color: #da0045;
    text-align: center;
    position: absolute;
    left: 0;
    top: 5.63rem;
    z-index: 12;
    width: 100%
}

.cert-result2 .c-box {
    width: 100%
}

.cert-result2 .c-title {
    text-align: center;
    margin-bottom: .34rem
}

.cert-result2 .c-a {
    width: 2.78rem;
    height: .50rem
}

.cert-result2 .c-list {
    width: 100%
}

.cert-result2 .c-item {
    width: 7.06rem;
    margin: 0 auto .30rem;
    padding: .30rem .35rem .30rem .45rem;
    position: relative;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0610ba), to(#1233f9));
    justify-content: space-between;
    display: flex
}

.cert-result2 .c-b {
    width: 100%;
    height: 100%
}

.cert-result2 .c-c {
    width: 3.40rem
}

.cert-result2 .c-d {
    font-size: .32rem;
    color: #fff;
    line-height: .46rem;
    margin-bottom: .16rem;
    font-weight: bold
}

.cert-result2 .c-e {
    font-size: .22rem;
    color: #fff;
    margin-bottom: .33rem
}

.cert-result2 .c-f {
    font-size: .18rem;
    color: #fff;
    margin-bottom: .47rem;
    line-height: .26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.cert-result2 .c-g {
    width: 1.44rem;
    height: .55rem;
    line-height: .55rem;
    text-align: center;
    border-radius: .28rem;
    font-size: .22rem;
    color: #0611bc;
    background-color: #fff
}

.cert-result2 .c-z {
    width: 2.37rem
}

.cert-result2 .c-y {
    width: 100%
}

.cert-result2 .d-space {
    width: 100%;
    height: 1.08rem
}

.cert-result2 .d-a {
    width: 100%;
    height: .98rem;
    display: flex;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 123456
}

.cert-result2 .d-b {
    width: 50%;
    height: .98rem;
    line-height: .98rem;
    text-align: center;
    font-size: 0;
    position: relative;
    border-radius: 0;
    border: none;
}

.cert-result2 .d-c {
    width: .46rem;
    height: .46rem;
    vertical-align: middle;
    margin-right: .10rem
}

.cert-result2 .d-d {
    font-size: .33rem;
    color: #333;
    display: inline-block;
    vertical-align: middle
}

.cert-result2 .d-d2 {
    color: #fff
}

.cert-result2 .d-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.cert-result2 .d-c {
    position: relative;
    z-index: 2
}

.cert-result2 .d-d {
    position: relative;
    z-index: 2
}

.cert-result2 .pop {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    left: -1000000%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0
}

.cert-result2 .pop .box {
    width: 5.80rem;
    position: absolute;
    z-index: 102;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: .10rem;
    padding: .62rem .50rem;
    opacity: 0;
    transition: ease-in 0.3s
}

.cert-result2 .pop .box.active {
    transform: translate(-50%, -50%);
    opacity: 1
}

.cert-result2 .pop.active {
    opacity: 1;
    left: 0
}

.cert-result2 .pop.active .box {
    transform: translate(-50%, -50%);
    opacity: 1
}

.cert-result2 .box .bmg {
    width: 2.00rem;
    height: 2.00rem;
    margin: 0 auto .50rem;
    display: block
}

.cert-result2 .box .xmg {
    width: .30rem;
    height: .30rem;
    position: absolute;
    z-index: 105;
    right: .35rem;
    top: .30rem;
    display: block
}

.cert-result2 .box .tx {
    width: 100%;
    font-size: .28rem;
    line-height: 2.2;
    color: #333
}

.cert-result2 .ff {
    position: absolute;
    left: -1000vw;
    top: 0;
}

.q-index .index-bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.q-index .a-a {
    width: 7.10rem;
    margin: .20rem auto 0
}

.q-index .a-b {
    width: 100%;
    height: 3.75rem;
    border-radius: .10rem
}

.q-index .b-a {
    width: 6.10rem;
    height: .80rem;
    line-height: .80rem;
    margin-bottom: .06rem;
    text-align: center;
    border-radius: .32rem;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    top: -.32rem;
    z-index: 10;
    box-shadow: 0 .06rem .20rem rgba(0, 30, 96, 0.08)
}

.q-index .b-b {
    width: .29rem;
    height: .27rem;
    vertical-align: middle;
    margin-right: .16rem
}

.q-index .b-c {
    font-size: .24rem;
    color: #969696;
    vertical-align: middle
}

.q-index .c-a {
    width: 100%;
    padding: 0 .20rem
}

.q-index .c-tabs {
    position: relative;
    width: 100%;
    background-color: #fff;
    font-size: 0;
    border-radius: .08rem
}

.q-index .c-tab {
    display: inline-block;
    vertical-align: top;
    height: .89rem;
    line-height: .89rem;
    font-size: .32rem;
    color: #5c5d5f;
    position: relative;
    padding: 0 .42rem
}

.q-index .c-tab.active {
    color: #000;
    font-size: .34rem;
    font-weight: bold
}

.q-index .c-tab.active:after {
    content: "";
    display: inline-block;
    width: .40rem;
    height: .06rem;
    border-radius: .03rem;
    background-color: #185d98;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -.20rem
}

.q-index .c-b {
    width: .78rem;
    height: .78rem;
    margin-right: .30rem;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    background-position: center center
}

.q-index .c-cont {
    width: 100%;
    padding-top: .22rem;
    padding-bottom: 0.22rem;
}

.q-index .c-item {
    width: 100%;
    background-color: #fff;
    font-size: 0;
    margin-bottom: .25rem;
    padding: .40rem 0 .40rem .40rem;
    border-radius: .08rem;
    display: block;
}
.q-index .c-item:last-child{
    margin-bottom: 0;
}
.q-index .c-c {
    width: 5.40rem;
    display: inline-block;
    vertical-align: top
}

.q-index .c-d {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: .05rem;
    margin-bottom: .24rem
}

.q-index .c-e {
    max-width: 4.10rem;
    font-size: .36rem;
    color: #185d98;
    font-weight: bold
}

.q-index .c-f {
    flex-shrink: 0;
    font-size: .35rem;
    color: #185d98;
    font-weight: bold
}

.q-index .c-g {
    font-size: .26rem;
    color: #333;
    margin-bottom: .20rem
}

.q-index .c-h {
    font-size: 0;
    width: 5.53rem;
    padding-bottom: .14rem
}

.q-index .c-i {
    display: inline-block;
    vertical-align: top;
    padding: .13rem .15rem;
    margin-right: .12rem;
    margin-bottom: .12rem;
    border: .01rem solid #eaeaea;
    border-radius: .05rem;
    font-size: .22rem;
    color: #acacac
}

.q-index .c-j {
    font-size: .24rem;
    color: #b2b2b2;
    float: right;
}

.q-index .c-item.cert {
    padding: .32rem .28rem .26rem
}

.q-index .c-item.cert .c-b {
    width: 1.60rem;
    height: 1.86rem;
    border-radius: 0
}

.q-index .c-item.cert .c-c {
    width: 4.60rem;
    padding-top: .10rem
}

.q-index .c-item.cert .c-h {
    font-size: 0;
    max-width: 100%;
    padding-bottom: .14rem
}

.q-index .c-space {
    width: 100%;
    height: 1.30rem;
}

.q-index .c-nologin {
    width: 100%;
}

.q-index .c-btn span {
    position: relative;
    z-index: 2;
    line-height: 1.00rem;
    font-size: .28rem;
    color: #fff;
}

.q-index .c-btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.q-index .c-btn {
    width: 80%;
    height: 1.00rem;
    line-height: 1.00rem;
    text-align: center;
    position: fixed;
    left: 0;
    z-index: 1000;
    right: 0;
    bottom: 1.30rem;
    z-index: 99;
    margin: 0 auto;
    border-radius: .50rem;
    overflow: hidden;
    box-shadow: 0 0 .07rem 0 #b2b2b2
}

.q-index .c-tabs .filtrate {
    position: absolute;
    top: 0;
    right: .20rem;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 .20rem 0 .34rem;
    font-size: .28rem;
    color: #4a4a4a
}

.q-index .c-tabs .filtrate::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: .01rem;
    height: .28rem;
    margin: auto 0;
    background-color: #ddd
}

.q-index .c-tabs .filtrate img {
    width: .26rem;
    margin-left: .06rem
}

.q-index .c-arr {
    width: 100%;
    display: none;
}

.q-index .c-arr.show {
    display: block;
}

.q-index .tabem {
    width: 100%;
    padding: .30rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    background-color: #fff;
    margin-bottom: .25rem
}

.q-index .tabem:last-child {
    border: none;
    margin-bottom: 0;
}

.q-index .tabem .tmg {
    width: 1.20rem;
    height: 1.36rem;
    margin-right: .20rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.q-index .tabem .res {
    width: calc(100% - 1.20rem - .20rem);
    display: flex;
    flex-wrap: wrap
}

.q-index .tabem .totop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .16rem
}

.q-index .tabem .totop .name {
    font-size: .36rem;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.q-index .tabem .totop .wages {
    font-size: .35rem;
    color: #185d98;
    white-space: nowrap
}

.q-index .tabem .tobot {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.q-index .tabem .tobot .cip {
    font-size: .24rem;
    color: #c7c7c7;
    display: inline-block;
    vertical-align: top
}

.q-index .tabem .tobot .cip-s {
    padding-left: .10rem;
    margin-left: .10rem;
    border-left: 1px solid #c7c7c7
}

.q-index .tabem .tobot .release {
    font-size: .24rem;
    color: #c7c7c7
}

.q-index .tabem .tomid {
    font-size: 0;
    color: #979797;
    margin-bottom: .19rem;
    margin-top: .15rem
}

.q-index .tabem .tomid-t {
    font-size: .26rem;
    color: #979797;
    line-height: 1;
    display: inline-block;
    vertical-align: top
}

.q-index .tabem .tomid-s {
    border-left: .01rem solid #979797;
    padding-left: .10rem;
    margin-left: .10rem
}

.pub-job .q-a-a {
    width: 100%
}

.pub-job .q-a-b {
    display: flex;
    font-size: .32rem;
    color: #4a4a4a;
    line-height: .90rem;
    padding: 0 .40rem
}

.pub-job .q-a-c {
    width: 100%;
    height: .88rem;
    padding: 0 .40rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: .02rem solid #f7f7f7
}

.pub-job .q-a-d {
    flex-shrink: 0;
    font-size: .32rem;
    color: #4a4a4a
}

.pub-job .q-a-e {
    font-size: 0;
    display: flex;
    flex: 1;
}

.pub-job .q-a-f {
    font-size: .30rem;
    vertical-align: top;
    text-align: right;
    border: none;
    flex: 1;
    color: #4a4a4a;
    text-overflow: ellipsis;
}

.pub-job .q-a-g {
    width: .18rem;
    height: .31rem;
    margin-left: .20rem;
    vertical-align: top
}

.pub-job .q-a-p {
    position: relative;
    width: 100%
}

.pub-job .q-a-h {
    flex: 1
}

.pub-job .q-a-i {
    width: 100%;
    height: .86rem;
    font-size: .30rem;
    color: #4a4a4a;
    text-align: right;
    padding-left: .40rem;
    border: none;
}

.pub-job .q-a-area {
    width: 100%;
    padding: .40rem;
    height: 2.02rem;
    font-size: .28rem;
    color: #4a4a4a;
    line-height: .38rem;
    background-color: #fff;
    border: none;
}

.pub-job .q-a-b-tips {
    margin-left: auto;
    line-height: inherit;
    font-size: .26rem;
}

.pub-job .q-a-b-nav {
    display: inline-block;
    height: 100%;
    line-height: inherit;
    color: #185d98
}

.pub-job .c-space {
    width: 100%;
    height: 1.30rem;
}

.pub-job .c-btn {
    width: 100%;
    height: 1.00rem;
    line-height: 1.00rem;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 1.0rem;
    z-index: 1000;
}

.pub-job .c-btn.sp {
    bottom: 0;
}

.pub-job .c-btn div {
    position: relative;
    z-index: 2;
    line-height: 1.00rem;
    font-size: .34rem;
    color: #fff;
}

.pub-job .c-btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.pub-job .q-sp {
    display: none;
}

.pub-job .q-sp.show {
    display: block;
}

.red-tips::before {
    content: "*";
    display: inline-block;
    line-height: 1.2;
    position: absolute;
    font-size: .24rem;
    color: #ff0000;
    transform: translateX(-2rem);
}

.job-des {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    right: -101vw;
    top: 0;
    z-index: 123456789;
    transition: right .3s;
    padding-top: 1rem;
}

.job-des.show {
    right: 0;
}

.job-des header {
    position: absolute;
    left: 0;
    top: 0;
}

.job-des .job-des-main {
    width: 100%;
    height: 100%;
    font-size: 0;
    position: relative;
}

.job-des .holder-text {
    padding: .42rem;
    line-height: 1.6;
    font-size: .28rem;
    color: #666;
    background-color: #fff
}

.job-des .holder-text.hide {
    display: none;
}

.job-des .holder-text * {
    line-height: inherit;
}

.job-des .content-box {
    position: absolute;
    width: 100%;
    height: 80%;
    padding: .42rem 0
}

.job-des .c-space {
    width: 100%;
    height: 1.30rem;
}

.job-des .c-btn {
    width: 100%;
    height: 1.00rem;
    line-height: 1.00rem;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

.job-des .c-btn span {
    position: relative;
    z-index: 2;
    line-height: 1.00rem;
    font-size: .34rem;
    color: #fff;
}

.job-des .c-btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.job-des .ql-container {
    width: 100%;
    height: 100%;
    min-height: 3.00rem;
    outline: none;
    padding: 0 .42rem;
    line-height: 1.6;
    font-size: .28rem;
    color: #4a4a4a;
    background-color: transparent;
    border: none;
}


.pc-a {
    width: 100%;
}

.pc-b {
    font-size: .32rem;
    color: #4a4a4a;
    line-height: .90rem;
    padding: 0 .40rem;
}

.pc-c {
    width: 100%;
    height: .88rem;
    padding: 0 .40rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: .02rem solid #f7f7f7;
}

.pc-d {
    font-size: .32rem;
    color: #4a4a4a;
}

.pc-e {
    font-size: 0;
    flex: 1;
    display: flex;
}

.pc-f {
    font-size: .30rem;
    color: #4a4a4a;
    vertical-align: top;
    border: none;
    text-align: right;
    flex: 1;
}

.pc-f.black {
    color: #4a4a4a;
}

.pc-g {
    width: .18rem;
    height: .31rem;
    margin-left: .20rem;
    vertical-align: top;
}

.pc-p {
    position: relative;
    width: 100%;
}

.pc-h {
    flex: 1;
}

.pc-i {
    width: 100%;
    height: .86rem;
    font-size: .30rem;
    color: #4a4a4a;
    text-align: right;
    padding-left: .40rem;
    border: none;
}

.pc-area {
    width: 100%;
    padding: .40rem;
    height: 2.02rem;
    font-size: .28rem;
    color: #4a4a4a;
    line-height: .38rem;
    background-color: #fff;
}

.pc-row {
    flex: 1;
    display: flex;
    align-items: center;
}

.pc-space {
    width: 100%;
    height: 1.30rem;
}

.pc-btn {
    width: 100%;
    height: 1.00rem;
    line-height: 1.00rem;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

.pc-btn span {
    position: relative;
    z-index: 2;
    line-height: 1.00rem;
    font-size: .34rem;
    color: #fff;
}

.pc-btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.qy-a-a {
    width: 100%;
    padding: .38rem .30rem 0 .30rem;
}

.qy-a-b {
    width: 100%;
    height: 3.80rem;
    margin-bottom: .30rem;
    border-radius: .25rem;
    box-shadow: 0 .20rem .30rem rgba(0, 168, 255, 0.2);
    position: relative;
}

.qy-a-c {
    width: 100%;
    height: 100%;
}

.qy-a-d {
    position: absolute;
    left: 0;
    top: .61rem;
    width: 100%;
    height: 1.22rem;
    padding-right: 1.85rem;
    display: flex;
    align-items: center;
    z-index: 2;
    padding-left: .43rem;
}

.qy-a-e {
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: .19rem;
    padding: .04rem;
    background-color: rgba(255, 255, 255, 0.2);
    display: block;
}

.qy-a-f {
    width: 1.14rem;
    height: 1.14rem;
    border-radius: 50%;
    display: block;
}

.qy-a-g {
    position: relative;
}

.qy-a-h {
    font-size: .34rem;
    color: #fff;
    margin-bottom: .18rem;
    line-height: 1.2;
}

.qy-a-i {
    width: 1.43rem;
    height: .35rem;
    line-height: .33rem;
    border: .01rem solid #fff;
    border-radius: .18rem;
    text-align: center;
    font-size: .22rem;
    color: #fff;
    display: block;
}

.qy-a-i:after {
    content: "";
    display: inline-block;
    margin-left: .06rem;
    border-left: .09rem solid #fff;
    border-top: .07rem solid transparent;
    border-bottom: .07rem solid transparent;
}

.qy-a-j {
    width: 1.89rem;
    position: absolute;
    right: -.04rem;
    top: .03rem;
}

.qy-a-j.text {
    width: 1.52rem;
    height: .70rem;
    line-height: .70rem;
    text-align: center;
    font-size: .26rem;
    color: #ca9300;
}

.qy-a-list {
    width: 100%;
    position: absolute;
    left: 0;
    top: 2.35rem;
    padding-left: .43rem;
    display: flex;
}

.qy-a-item {
    width: 25%;
    padding: .20rem 0;
    text-align: center;
    position: relative;
}

.qy-a-item:after {
    content: "";
    display: block;
    width: .01rem;
    height: .30rem;
    background-color: #6eb4db;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.15rem;
}

.qy-a-item:last-child:after {
    display: none;
}

.qy-a-num {
    font-size: .40rem;
    color: #fff;
    margin-bottom: .13rem;
}

.qy-a-dt {
    font-size: .24rem;
    color: #b3daff;
}

.qy-a-q {
    width: .22rem;
    vertical-align: middle;
}

.qy-a-s {
    font-size: .20rem;
}

.qy-b-a {
    width: 100%;
    padding: .08rem 0;
    margin-bottom: .32rem;
    background-color: #fff;
    border-radius: .20rem;
    overflow: hidden;
}

.qy-b-b {
    width: 100%;
    height: 1.00rem;
    line-height: 1.00rem;
    font-size: .30rem;
    color: #232324;
    padding-left: .97rem;
    position: relative;
    display: block;
}

.qy-b-c {
    width: .50rem;
    height: .50rem;
    position: absolute;
    left: .26rem;
    top: .25rem;
}

.qy-b-e {
    width: .15rem;
    height: .26rem;
    position: absolute;
    right: .35rem;
    top: 50%;
    margin-top: -.13rem;
}

.qy-b-red {
    width: .16rem;
    height: .16rem;
    border-radius: .08rem;
    background-color: red;
    color: #fff;
    font-size: 0;
    line-height: .30rem;
    text-align: center;
    position: relative;
    top: -.14rem;
    left: .05rem;
    display: inline-block;
    vertical-align: middle;
}

.qy-c-a {
    width: 100%;
    border-radius: 2prx;
    overflow: hidden;
    margin-bottom: .35rem;
}

.qy-c-b {
    width: 100%;
}

.qy-d-a {
    width: 100%;
    height: 1.08rem;
    line-height: 1.08rem;
    text-align: center;
    border-radius: .20rem;
    background-color: #fff;
    font-size: .32rem;
    color: #999;
    display: block;
}

.qy-d-quit {
    width: 100%;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    font-size: .32rem;
    color: #999;
    display: block;
}

.qy-badge {
    position: relative;
}

.qy-badge::before {
    content: "";
    position: absolute;
    top: .26rem;
    left: .56rem;
    display: block;
    width: .16rem;
    height: .16rem;
    background-color: #ff0000;
    border-radius: 50%;
    opacity: .8;
}

.my-com {
    background-color: #035591
}

.my-com .demand-content {
    width: calc(100% - .60rem);
    margin: 0 .30rem .18rem;
    background-color: #fff;
    box-shadow: inset 0 .06rem .24rem 0 rgba(3, 85, 145, 0.64);
    border-radius: .20rem;
    overflow: hidden
}

.my-com .demon {
    width: 100%;
    padding: .50rem .30rem
}

.my-com .line {
    width: 100%;
    border-top: dashed .02rem #d2d3d2;
    margin: .40rem 0 0;
    position: relative
}

.my-com .line .rl {
    width: .25rem;
    height: .25rem;
    position: absolute;
    z-index: 3;
    right: -3.95rem;
    top: 50%;
    transform: translateY(-50%)
}

.my-com .line .ll {
    width: .25rem;
    height: .25rem;
    position: absolute;
    z-index: 3;
    left: -3.95rem;
    top: 50%;
    transform: translateY(-50%)
}

.my-com .personal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .10rem 0 .20rem;
    background-color: #fff
}

.my-com .personal .avatar {
    flex-shrink: 0;
    width: 1.42rem;
    height: 1.42rem;
    border-radius: 50%;
    background-color: #f7f7f7;
    object-fit: cover;
}

.my-com .personal .name {
    line-height: .50rem;
    font-weight: 500;
    font-size: .48rem;
    color: #333
}

.my-com .personal .msg {
    display: flex;
    align-items: center;
    padding: .20rem 0;
    font-size: .26rem;
    color: #666
}

.my-com .demon .dit {
    font-size: .40rem;
    color: #000;
    margin-bottom: .16rem
}

.my-com .demon .dtip {
    font-size: .26rem;
    color: #333
}

.my-com .rules {
    width: 100%;
    margin-bottom: .40rem
}

.my-com .rule {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .40rem .06rem;
    border-bottom: solid .02rem #efefef
}

.my-com .rule .rl {
    flex-shrink: 0;
    font-size: .32rem;
    color: #000
}

.my-com .rule .rr {
    max-width: 4.30rem;
    font-size: .28rem;
    color: #868686
}

.my-com .desc {
    width: 100%
}

.my-com .desc .dit {
    font-size: .32rem;
    color: #000;
    margin-bottom: .33rem
}

.my-com .desc .dix {
    width: 100%;
    font-size: .24rem;
    line-height: 1.6;
    color: #222
}

.my-com .zplace {
    width: 100%;
    height: 1.46rem
}

.my-com .footer-btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    height: .98rem;
    display: flex;
    justify-content: space-between;
    line-height: .98rem
}

.my-com .footer-btn .btns {
    flex-grow: 1;
    height: 100%;
    line-height: inherit;
    text-align: center;
    font-size: .32rem;
    color: #000;
    background-color: #fff
}

.my-com .footer-btn .blue {
    color: #fff;
    background-color: #00609d
}

.my-com .jlabel {
    width: 100%;
    font-size: 0
}

.my-com .jlabel .label {
    display: inline-block;
    vertical-align: top;
    color: #acacac;
    font-size: .24rem;
    padding: .13rem .16rem;
    background-color: #fff;
    border-radius: .05rem;
    border: solid .02rem #eaeaea;
    margin-right: .14rem;
    margin-bottom: .14rem
}

.my-com .company-content {
    width: calc(100% - .60rem);
    margin: .18rem .30rem;
    background-color: #fff;
    box-shadow: inset 0 .06rem .24rem 0 rgba(3, 85, 145, 0.64);
    border-radius: .20rem;
    position: relative;
    padding: 0 .30rem .20rem
}

.my-com .company-content .ctn {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 3
}

.my-com .company-content .ctn .points {
    position: absolute;
    width: .20rem;
    height: .70rem;
    z-index: 4
}

.my-com .company-content .ctn .points:nth-child(1) {
    top: -.44rem;
    left: .78rem
}

.my-com .company-content .ctn .points:nth-child(2) {
    top: -.44rem;
    right: .78rem
}

.my-com .company-content .ctn .points:nth-child(3) {
    bottom: -.44rem;
    left: .78rem
}

.my-com .company-content .ctn .points:nth-child(4) {
    bottom: -.44rem;
    right: .78rem
}

.my-com .company-content .article {
    width: 100%;
    padding-bottom: .40rem;
    line-height: 1.6;
    font-size: .28rem;
    color: #222
}

.my-com .company-content .article view,
.company-content .article span {
    font-size: .28rem;
    line-height: 1.6;
    color: #222
}

.my-com .company-content .article img {
    max-width: 100%
}

.my-com .recommend {
    width: calc(100% - .60rem);
    margin: .18rem .30rem;
    background-color: #fff;
    box-shadow: inset 0 .06rem .24rem 0 rgba(3, 85, 145, 0.64);
    border-radius: .20rem;
    position: relative;
    padding: 0 .30rem .20rem
}

.my-com .rit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: .50rem 0
}

.my-com .rit .rmg {
    width: .61rem;
    height: .37rem
}

.my-com .rit .rx {
    font-size: .38rem;
    color: #000;
    margin: 0 .14rem
}

.my-com .certlis {
    display: flex;
    justify-content: space-between;
    padding: 0 .20rem
}

.my-com .certm {
    display: inline-block;
    vertical-align: top;
    border: solid .02rem #efefef;
    margin-bottom: .20rem;
    width: 2.82rem;
    margin-bottom: .20rem;
    border-radius: .10rem;
    overflow: hidden
}

.my-com .certm img {
    width: 100%;
    height: 3.56rem;
    display: block;
    object-fit: contain;
}

.my-com .certm .txt {
    width: 100%;
    text-align: center;
    font-size: .25rem;
    line-height: .80rem;
    height: .80rem;
    background-color: #fafafc;
    color: #4a4a4a
}

.my-com .certm:nth-child(2n) {
    margin-right: 0
}

.join-com .search-bg {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: 2.16rem;
}

.join-com .search-b {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 1.16rem;
    top: 1.0rem;
    display: flex;
    align-items: center;
    padding: 0 .34rem;
    overflow: hidden
}

.join-com .search {
    flex: 1;
    height: .64rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .30rem;
    background-color: #fff;
    border-radius: .32rem;
    box-shadow: 0 .06rem .20rem 0 rgba(0, 30, 96, 0.08)
}

.join-com .search input {
    flex: 1;
    height: 100%;
    font-size: .24rem;
    border: none;
    color: #333;
}

.join-com .search .text {
    font-size: .24rem;
    color: #969696
}

.join-com .search .search-btn {
    width: .50rem;
    height: .60rem;
    margin-left: auto;
    padding: .16rem .10rem
}

.join-com .search .img {
    width: 100%
}

.join-com .content-box {
    margin-top: 1.16rem
}

.join-com .tips {
    margin-top: 1.16rem;
    display: none;
}

.join-com .tips.show {
    display: block;
}

.join-com .company-name {
    position: relative;
    width: 100%;
    height: 1.48rem;
    display: flex;
    align-items: center;
    margin-top: 1.16rem;
    padding: 0 .60rem;
    font-weight: bold;
    font-size: .38rem;
    color: #494949;
    overflow: hidden
}

.join-com .company-name::before,
.company-name::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: #ffe603;
    z-index: -1
}

.join-com .company-name::before {
    top: -1.44rem;
    left: -.68rem;
    width: 2.24rem;
    height: 2.24rem
}

.join-com .company-name::after {
    right: .33rem;
    bottom: -.84rem;
    width: 1.30rem;
    height: 1.30rem
}

.join-com .company-content {
    position: relative;
    display: flex;
    margin: 0 .30rem;
    padding: .56rem .30rem;
    border-radius: .25rem;
    background-color: #fff;
    margin-bottom: .20rem;
}

.join-com .company-content .company-msg {
    flex: 1;
    padding-right: .10rem;
}

.join-com .company-content .img {
    width: 1.54rem;
    height: 1.54rem;
    margin-left: auto;
    border-radius: 50%;
    border: solid .02rem #f2f2f2
}

.join-com .company-msg .name {
    font-weight: 500;
    font-size: .34rem;
    color: #000;
    line-height: .44rem;
}

.join-com .company-msg .address {
    position: absolute;
    bottom: .50rem;
    left: .30rem;
    width: 100%
}

.join-com .company-msg .address .icon {
    width: .19rem;
    height: .25rem;
    margin-right: .12rem
}

.join-com .company-msg .address .text {
    font-size: .24rem;
    color: #b2b2b2
}

.join-com .company-content .msg {
    display: flex;
    align-items: center;
    padding: .22rem 0;
    font-size: .24rem;
    color: #333
}

.join-com .company-content .tag-box {
    display: flex;
    flex-wrap: wrap
}

.join-com .company-content .tag-box .tag {
    height: .42rem;
    line-height: .42rem;
    margin-right: .12rem;
    margin-bottom: .14rem;
    padding: 0 .08rem;
    font-size: .22rem;
    color: #acacac;
    background-color: #fff;
    border: solid .02rem #eaeaea;
    border-radius: .05rem
}

.join-com .form-box {
    margin: 0 .30rem;
    padding: .01rem .30rem;
    border-radius: .25rem;
    background-color: #fff
}

.join-com .form-box .form-row {
    height: 1.04rem;
    display: flex;
    align-items: center;
    margin: .32rem 0;
    padding: 0 0 0 .32rem;
    font-size: .28rem;
    color: #404040;
    background-color: #f9f9f9;
    border-radius: .05rem
}

.join-com .form-box .form-row input {
    flex: 1;
    height: 100%;
    padding: 0 .32rem;
    text-align: right;
    font-size: .28rem;
    color: #404040;
    border: none;
    background-color: transparent;
}

.join-com .place {
    width: 100%;
    height: 1.42rem
}

.join-com .footer-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    height: 1.00rem;
    display: flex;
    line-height: 1.00rem;
    background-color: #fff
}

.join-com .footer-fixed .btn {
    flex-grow: 1;
    height: 100%;
    line-height: inherit;
    text-align: center;
    font-size: .30rem;
    color: #333;
    background-color: #fff;
    border-radius: 0
}

.join-com .footer-fixed .blue {
    flex-grow: 1;
    height: 100%;
    line-height: inherit;
    text-align: center;
    font-size: .30rem;
    color: #fff;
    background-color: #185d98;
    border: none;
}

.join-com .m-mask {
    width: 100%;
    position: fixed;
    left: 0;
    top: 3.00rem;
    bottom: 0;
    z-index: 999998;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5)
}

.join-com .popup-box {
    position: fixed;
    left: 0;
    top: 2.16rem;
    z-index: 999999;
    padding: 0 0;
    overflow: hidden;
    width: 100%;
    max-height: 13.34rem;
    background-color: #fff;
    box-sizing: border-box;
    transition: all .2s;
    transform: scale(0);
    transform-origin: center center
}

.join-com .popup-content {
    width: 100%;
    height: 8.00rem;
    overflow: auto;
}

.join-com .comshow:not(:last-child) {
    border-bottom: .01rem solid #f3f5f9
}

.join-com .establish {
    width: 100%;
    background-color: #185d98;
    font-size: .30rem;
    line-height: 1.00rem;
    height: 1.00rem;
    color: #fff;
    text-align: center;
    display: block;
}

.join-com #joinPop.show .m-mask {
    visibility: visible;
    opacity: 1
}

.join-com #joinPop.show .popup-box {
    transform: scale(1)
}

.join-com #joinForm {
    display: none;
}

.join-com #joinForm.show {
    display: block;
}

.create-com .company-name {
    position: relative;
    width: 100%;
    height: 1.48rem;
    display: flex;
    align-items: center;
    padding: 0 .60rem;
    font-weight: bold;
    font-size: .38rem;
    color: #494949;
    overflow: hidden
}

.create-com .company-name::before,
.create-com .company-name::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: #ffe603;
    z-index: -1
}

.create-com .company-name::before {
    top: -1.44rem;
    left: -.68rem;
    width: 2.24rem;
    height: 2.24rem
}

.create-com .company-name::after {
    right: .33rem;
    bottom: -.84rem;
    width: 1.30rem;
    height: 1.30rem
}

.create-com .upload-box {
    overflow: hidden
}

.create-com .upload {
    float: left;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .34rem .20rem .20rem 0;
    background-color: #fafafa;
    border-radius: .05rem;
    border: .02rem solid #ddd;
    position: relative
}

.create-com .upload .upload-icon {
    width: .45rem;
    height: .45rem
}

.create-com .upload .img {
    width: 100%
}

.create-com .upload-text {
    text-align: left;
    font-size: .24rem;
    color: #d4d4d4;
    width: 100%;
    float: left;
}

.create-com .form-box {
    margin: 0 .30rem .30rem;
    padding: .01rem .30rem;
    border-radius: .25rem;
    background-color: #fff
}

.create-com .form-box .form-row {
    height: 1.04rem;
    display: flex;
    align-items: center;
    margin: .32rem 0;
    padding: 0 0 0 .32rem;
    line-height: 1.04rem;
    font-size: .28rem;
    color: #404040;
    background-color: #f9f9f9;
    border-radius: .05rem
}

.create-com .form-box .form-row.sp {
    padding-right: .32rem;
}

.create-com .form-box .form-row input {
    flex: 1;
    height: 100%;
    padding: 0 .32rem;
    text-align: right;
    font-size: .28rem;
    color: #404040;
    border: none;
    background-color: transparent;
}

.create-com .form-row .arrow {
    width: .18rem;
    margin-left: auto;
}

.create-com .form-row .picker {
    width: 100%;
    height: 100%;
    line-height: inherit
}

.create-com .form-row .right-text {
    padding: 0 .20rem;
    line-height: inherit;
    flex: 1;
    text-align: right;
}

.create-com .form-row .address {
    flex: 1;
    padding: 0 .20rem;
    text-align: right
}

.create-com .place {
    width: 100%;
    height: 1.12rem
}

.create-com .footer-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    height: 1.00rem;
    display: flex;
    line-height: 1.00rem;
    background-color: #fff
}

.create-com .footer-fixed .btn {
    flex-grow: 1;
    height: 100%;
    line-height: inherit;
    text-align: center;
    font-size: .30rem;
    color: #333;
    background-color: #fff;
    border-radius: 0
}

.create-com .footer-fixed .blue {
    flex-grow: 1;
    height: 100%;
    line-height: inherit;
    text-align: center;
    font-size: .30rem;
    color: #fff;
    background-color: #185d98;
    border: none;
}

.create-com .upload .upload-icon {
    width: .45rem;
    height: .45rem
}

.create-com .upload .img {
    width: 100%;
    height: 100%
}

.create-com .del-icon {
    position: absolute;
    right: -.16rem;
    top: -.16rem;
    width: .42rem;
    height: .42rem;
    padding: .10rem;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%
}

.create-com .del-icon img {
    width: 100%;
    height: 100%
}

.place-write {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #f3f5f9;
    position: fixed;
    right: -101vw;
    top: 0;
    z-index: 123456789;
    transition: right .3s;
    padding-top: 1rem;
}

.place-write.show {
    right: 0;
}

.place-write header {
    position: absolute;
    left: 0;
    top: 0;
}

.place-write .place-write-main {
    width: 100%;
    height: 100%;
    font-size: 0;
    position: relative;
}

.place-write .form-box {
    border-radius: .25rem;
    background-color: #fff
}

.place-write .selector {
    flex: 1;
}

.place-write .form-box .text {
    padding: 0 .18rem;
    text-align: right;
    line-height: .86rem;
    font-size: .30rem;
    color: #333;
    border: none;
    width: 100%;
    background-color: transparent;
}

.place-write .form-box .black {
    color: #333
}

.place-write .form-box .form-row {
    height: .86rem;
    display: flex;
    align-items: center;
    padding: 0 .42rem;
    font-size: .32rem;
    color: #4a4a4a;
    background-color: #fff;
    border-radius: .05rem;
    border-bottom: .01rem solid #f3f5f9
}

.place-write .form-box .form-row picker {
    flex: 1;
    height: 100%;
    padding-left: .32rem;
    text-align: right;
    overflow: hidden
}

.place-write .form-row .arrow {
    width: .18rem;
    margin-left: auto
}

.place-write .details-title {
    padding: .28rem .42rem;
    font-size: .32rem;
    color: #4a4a4a
}

.place-write .details-content {
    width: 100%;
    height: 4.20rem;
    padding: .28rem .44rem;
    line-height: .32rem;
    font-size: .28rem;
    color: #4a4a4a;
    background-color: #fff;
    border: none;
}

.place-write .c-space {
    width: 100%;
    height: 1.30rem;
}

.place-write .c-btn {
    width: 100%;
    height: 1.00rem;
    line-height: 1.00rem;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

.place-write .c-btn span {
    position: relative;
    z-index: 2;
    line-height: 1.00rem;
    font-size: .34rem;
    color: #fff;
}

.place-write .c-btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.edit-com .form-row {
    position: relative;
    height: .86rem;
    display: flex;
    align-items: center;
    padding: 0 .42rem;
    font-size: .32rem;
    color: #4a4a4a;
    background-color: #fff;
    border-top: .01rem solid #f3f5f9
}

.edit-com .form-avatar {
    height: 1.88rem
}

.edit-com .form-avatar .img {
    width: 1.28rem;
    height: 1.28rem;
    margin-left: auto;
    margin-right: .32rem;
    border-radius: 50%;
    background-color: #f7f7f7;
    object-fit: cover;
}

.edit-com .form-avatar .arrow {
    position: absolute;
    right: .40rem;
    top: .78rem;
    width: .18rem
}

.edit-com .form-tag {
    display: flex;
    flex-wrap: wrap;
    padding: 0 .42rem;
    margin-right: -.20rem
}

.edit-com .form-tag .tag {
    height: .48rem;
    margin-bottom: .20rem;
    margin-right: .20rem;
    padding: 0 .16rem;
    line-height: .48rem;
    font-size: .26rem;
    color: #acacac;
    border-radius: .05rem;
    border: .01rem solid #eaeaea
}

.edit-com .form-tag .tag.active {
    color: #185d98;
    border-color: #185d98
}

.edit-com .form-box {
    margin: .42rem 0;
    background-color: #fff;
    overflow: hidden
}

.edit-com .form-box .form-row input {
    flex: 1;
    height: 100%;
    padding-left: .32rem;
    text-align: right;
    font-size: .28rem;
    color: #4a4a4a;
    border: none;
    background-color: transparent;
}

.edit-com .form-box textarea {
    width: 100%;
    height: 100%;
    padding: 0 .42rem;
    font-size: .28rem;
    color: #4a4a4a;
    line-height: 1.6;
    border: none;
}

.edit-com .upload-box {
    padding: .10rem .42rem
}

.edit-com .upload {
    position: relative;
    float: left;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .20rem .20rem 0;
    background-color: #fafafa;
    border-radius: .05rem;
    border: .02rem solid #ddd
}

.edit-com .white {
    background-color: #fff
}

.edit-com .upload .upload-icon {
    width: .45rem;
    height: .45rem
}

.edit-com .upload .img {
    width: 100%;
    height: 100%
}

.edit-com .del-icon {
    position: absolute;
    right: -.16rem;
    top: -.16rem;
    width: .42rem;
    height: .42rem;
    padding: .10rem;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%
}

.edit-com .del-icon img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.edit-com .editor-box {
    height: 3.20rem;
    margin-bottom: .20rem
}

.edit-com .form-row .arrow {
    width: .18rem;
    margin-left: auto
}

.edit-com .form-row .picker {
    flex: 1;
    height: .86rem;
    line-height: .86rem;
    font-size: .32rem;
    color: #4a4a4a;
    overflow: hidden
}

.edit-com .form-row .picker .right-text {
    float: right;
    height: 100%;
    padding-left: .32rem;
    padding-right: .20rem;
    line-height: .86rem;
    text-align: right;
    font-size: .28rem;
    color: #4a4a4a
}

.edit-com .form-row .picker .right-text.gray {
    color: #d4d4d4
}

.edit-com .c-btn {
    border-radius: 0;
    width: 100%;
    height: 1.00rem;
    line-height: 1.00rem;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

.edit-com .c-btn div {
    font-size: .34rem
}

.edit-com .c-space {
    width: 100%;
    height: 1.3rem
}

.edit-com .c-btn .text {
    position: relative;
    z-index: 9;
    width: 100%
}

.edit-com .c-btn .text button {
    width: 100%;
    line-height: 1.00rem;
    text-align: center;
    font-size: .34rem;
    color: #fff;
    border-radius: 0;
    border: none;
    ;
    background-color: transparent;
}

.edit-com .c-btn .img {
    position: absolute;
    top: 0;
    left: 0
}

.my-pack {
    width: 100%;
    position: relative;
}

.my-pack .my-bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: -1.24rem;
    z-index: -1
}

.my-pack .card {
    position: relative;
    width: 6.88rem;
    height: 3.48rem;
    margin: .24rem auto .40rem;
    padding: .28rem .38rem .44rem .40rem;
    overflow: hidden;
    border-radius: .30rem;
    box-shadow: 0 .10rem .26rem 0 rgba(255, 195, 11, 0.68)
}

.my-pack .card-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.my-pack .card .top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.my-pack .card .top .title {
    padding: .18rem 0;
    font-weight: 500;
    font-size: .42rem;
    color: #fff
}

.my-pack .card .top .btn {
    padding: .18rem 0;
    font-size: .26rem;
    color: #fff;
    border: none;
    background-color: transparent;
}

.my-pack .card .tips {
    font-size: .26rem;
    color: #fff
}

.my-pack .card .price {
    position: absolute;
    bottom: .44rem;
    font-weight: bold;
    font-size: .40rem;
    color: #fff
}

.my-pack .card .price .num {
    font-size: .68rem;
    color: #fff
}

.my-pack .block-box {
    margin: 0 .36rem;
    padding: .34rem .38rem;
    color: #4a4a4a;
    background-color: #fff;
    border-radius: .25rem
}

.my-pack .block-box .title {
    display: flex;
    padding: .15rem 0 .22rem
}

.my-pack .block-box .title .text {
    flex-shrink: 0;
    font-size: .30rem;
    color: #000
}

.my-pack .block-box .text:nth-child(1) {
    width: 2.52rem;
    display: flex;
    align-items: center
}

.my-pack .block-box .text:nth-child(2) {
    width: 1.96rem;
    text-align: center
}

.my-pack .block-box .text:nth-child(3) {
    width: 1.54rem;
    flex-shrink: 0;
    text-align: center;
    font-size: .30rem;
    color: #165d9b
}

.my-pack .block-box .item {
    display: flex;
    align-items: center;
    padding: .15rem 0
}

.my-pack .block-box .item .icon {
    width: .50rem;
    margin-right: .14rem
}

.my-pack .block-box .item .text:nth-child(2) {
    border-left: .01rem solid;
    border-right: .01rem solid
}

.my-pack .details-btn {
    position: relative;
    width: 6.70rem;
    height: .88rem;
    margin: .48rem auto 0;
    line-height: .88rem;
    text-align: center;
    font-size: .32rem;
    color: #fff;
    border-radius: .44rem;
    overflow: hidden
}

.my-pack .details-btn .btn-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.pack-member .plan-swiper {
    position: relative;
    width: 100%;
    height: 4.30rem;
    padding-top: .48rem
}

.pack-member .plan-swiper .swiper {
    width: 100%;
    height: 100%
}

.pack-member .swiper-item {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 .90rem;
    color: #fff
}

.pack-member .swiper-item img {
    width: 100%;
    height: 100%
}

.pack-member .swiper-item .name {
    position: absolute;
    top: .68rem;
    left: 1.50rem;
    font-size: .36rem
}

.pack-member .swiper-item .price {
    position: absolute;
    top: 1.16rem;
    left: 1.50rem;
    font-size: .22rem
}

.pack-member .swiper-item .price .num {
    font-size: .28rem
}

.pack-member .plan-swiper .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    width: .38rem;
    height: .60rem;
    margin: auto 0;
    background-size: .38rem .60rem;
}

.pack-member .plan-swiper .prev-arrow {
    left: .30rem;
    background-image: url(../images/q-43.png);
}

.pack-member .plan-swiper .next-arrow {
    right: .30rem;
    background-image: url(../images/q-42.png);
}

.pack-member .block-list {
    margin: .14rem .40rem .52rem;
    padding: 0 .28rem;
    background-color: #fff;
    border-radius: .15rem;
    display: none;
}

.pack-member .block-list.show {
    display: block;
}

.pack-member .block-list .item {
    padding: .30rem 0;
    font-weight: 500;
    font-size: .32rem;
    color: #4a4a4a
}

.pack-member .block-list .item:not(:last-child) {
    border-bottom: .02rem solid #f6f6f6
}

.pack-member .block-list .item .num {
    font-weight: normal;
    font-size: .32rem;
    color: #888
}

.pack-member .place {
    width: 100%;
    height: 1.60rem
}

.pack-member .footer-btn {
    position: fixed;
    left: .34rem;
    right: .34rem;
    bottom: .20rem;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    font-size: .32rem;
    color: #fff;
    background-color: #5c77ff;
    border-radius: .44rem;
    box-shadow: 0 6px 16px 0 rgba(55, 83, 225, 0.57)
}

.pack-member .pack-arr {
    width: 100%;
}

.integral-wrap .integral-box {
    padding: 0 .30rem .60rem
}

.integral-wrap .integral-title {
    padding: .34rem 0;
    font-weight: 500;
    font-size: .42rem;
    color: #000
}

.integral-wrap .integral-title .hi {
    font-size: .66rem;
    color: #000
}

.integral-wrap .integral-content {
    line-height: .38rem;
    font-size: .28rem;
    color: #000
}

.integral-wrap .integral-content * {
    line-height: inherit;
}

.integral-wrap .integral-content img {
    max-width: 100%
}

.integral-wrap .integral-img {
    width: 6.58rem;
    display: block;
    margin: 0 auto
}

.integral-wrap .c-space {
    width: 100%;
    height: 1.30rem;
}

.integral-wrap .c-btn {
    width: 100%;
    height: 1.00rem;
    line-height: 1.00rem;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

.integral-wrap .c-btn span {
    position: relative;
    z-index: 2;
    line-height: 1.00rem;
    font-size: .34rem;
    color: #fff;
}

.integral-wrap .c-btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.dl-resume .tab-nav {
    position: fixed;
    top: 1.0rem;
    left: 0;
    right: 0;
    z-index: 3;
    height: .94rem;
    display: flex;
    line-height: .94rem;
    background-color: #fff
}

.dl-resume .tab-nav .item {
    flex-grow: 1;
    line-height: inherit;
    text-align: center;
    font-size: .32rem;
    color: #333;
    border-bottom: .02rem solid #eee
}

.dl-resume .tab-nav .item.active {
    color: #00609d
}

.dl-resume .resume-list {
    margin-top: 1.16rem;
    display: none;
}

.dl-resume .resume-list.show {
    display: block;
}

.dl-resume .resume-list .item {
    display: flex;
    margin: 0 .20rem;
    padding: .40rem .36rem .36rem;
    background-color: #fff;
    border-radius: .10rem
}

.dl-resume .resume-list .item:not(:last-child) {
    margin-bottom: .26rem
}

.dl-resume .resume-list .item-content {
    flex: 1;
    padding-left: .30rem
}

.dl-resume .resume-list .item .img {
    flex-shrink: 0;
    width: .78rem;
    height: .78rem;
    border-radius: 100%;
    overflow: hidden;
    object-fit: cover;
}

.dl-resume .resume-list .item .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500
}

.dl-resume .resume-list .item .name {
    max-width: 3.20rem;
    font-size: .36rem;
    color: #000
}

.dl-resume .resume-list .item .item-tag {
    max-width: 2.00rem;
    font-size: .36rem;
    color: #185d98
}

.dl-resume .resume-list .item .position {
    padding: .22rem 0 .17rem;
    font-size: .26rem;
    color: #333
}

.dl-resume .resume-list .item .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.dl-resume .resume-list .item .education {
    display: flex;
    align-items: center;
    font-size: .26rem;
    color: #666
}

.dl-resume .resume-list .item .time {
    padding: .02rem 0 .04rem;
    font-size: .24rem;
    color: #b2b2b2
}

.dl-resume .c-space {
    width: 100%;
    height: 1.30rem;
}

.dl-resume .c-btn {
    width: 100%;
    height: 1.00rem;
    line-height: 1.00rem;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

.dl-resume .c-btn span {
    position: relative;
    z-index: 2;
    line-height: 1.00rem;
    font-size: .34rem;
    color: #fff;
}

.dl-resume .c-btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.mn-resume .tab-nav {
    position: fixed;
    top: 1.0rem;
    left: 0;
    right: 0;
    z-index: 3;
    height: .94rem;
    display: flex;
    line-height: .94rem;
    background-color: #fff
}

.mn-resume .tab-nav .item {
    flex-grow: 1;
    line-height: inherit;
    text-align: center;
    font-size: .32rem;
    color: #333;
    border-bottom: .02rem solid #eee
}

.mn-resume .tab-nav .item.active {
    color: #00609d
}

.mn-resume .resume-list {
    margin-top: 1.16rem;
    display: none;
}

.mn-resume .resume-list.show {
    display: block;
}

.mn-resume .resume-list .item {
    display: flex;
    margin: 0 .20rem;
    padding: .40rem .36rem .36rem;
    background-color: #fff;
    border-radius: .10rem
}

.mn-resume .resume-list .item:not(:last-child) {
    margin-bottom: .26rem
}

.mn-resume .resume-list .item-content {
    flex: 1;
    padding-left: .30rem
}

.mn-resume .resume-list .item .img {
    flex-shrink: 0;
    width: .78rem;
    height: .78rem;
    border-radius: 100%;
    overflow: hidden
}

.mn-resume .resume-list .item .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500
}

.mn-resume .resume-list .item .name {
    max-width: 3.20rem;
    font-size: .36rem;
    color: #000
}

.mn-resume .resume-list .item .item-tag {
    max-width: 2.00rem;
    font-size: .36rem;
    color: #185d98
}

.mn-resume .resume-list .item .position {
    padding: .22rem 0;
    font-size: .26rem;
    color: #333
}

.mn-resume .resume-list .item .inter {
    padding: .17rem 0 0;
    font-size: .26rem;
    color: #333
}

.mn-resume .resume-list .item .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mn-resume .resume-list .item .education {
    display: flex;
    align-items: center;
    font-size: .26rem;
    color: #666;
    flex-wrap: wrap;
    flex: 1;
}

.mn-resume .resume-list .item .time {
    padding: .02rem 0 .04rem;
    font-size: .24rem;
    color: #b2b2b2
}

.mn-resume .c-space {
    width: 100%;
    height: 1.30rem;
}

.mn-resume .c-btn {
    width: 100%;
    height: 1.00rem;
    line-height: 1.00rem;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

.mn-resume .c-btn span {
    position: relative;
    z-index: 2;
    line-height: 1.00rem;
    font-size: .34rem;
    color: #fff;
}

.mn-resume .c-btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.mn-resume .c-gg {
    font-size: .26rem;
    color: #333;
    line-height: .36rem;
    display: inline-block;
    vertical-align: top;
}

.mn-resume .c-gg:after {
    content: "|";
    display: inline-block;
    vertical-align: top;
    padding: 0 .10rem;
}

.mn-resume .c-gg:last-child:after {
    display: none;
}

.cert-read .tab-filtrate {
    position: fixed;
    top: 1.0rem;
    left: 0;
    right: 0;
    z-index: 3;
    height: .94rem;
    display: flex;
    background-color: #fff;
    border-bottom: .01rem solid #f3f5f9
}

.cert-read .tab-filtrate .item {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .34rem;
    color: #5c5d5f
}

.cert-read .tab-filtrate .item .arrow {
    width: .18rem;
    margin-left: .12rem
}

.cert-read .read-list {
    margin-top: 1.12rem
}

.cert-read .read-list .item {
    display: flex;
    margin: 0 .20rem;
    padding: .40rem .36rem .36rem;
    background-color: #fff;
    border-radius: .10rem
}

.cert-read .read-list .item:not(:last-child) {
    margin-bottom: .26rem
}

.cert-read .read-list .item-content {
    flex: 1;
    padding-left: .30rem
}

.cert-read .read-list .item .img {
    flex-shrink: 0;
    width: .78rem;
    height: .78rem;
    border-radius: 100%;
    overflow: hidden;
    object-fit: cover;
}

.cert-read .read-list .item .name {
    max-width: 5.40rem;
    font-size: .36rem;
    color: #000
}

.cert-read .read-list .item .education {
    display: flex;
    align-items: center;
    padding: .22rem 0;
    font-size: .26rem;
    color: #333
}

.cert-read .read-list .item .tag-box {
    display: flex;
    flex-wrap: wrap;
    padding: .20rem 0
}

.cert-read .read-list .item .tag {
    font-size: .24rem;
    color: #acacac;
    border-radius: .05rem
}

.cert-read .read-list .item .time {
    padding: .02rem 0 .04rem;
    font-size: .24rem;
    color: #b2b2b2
}

.cert-detail .personal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .40rem .28rem;
    background-color: #fff
}

.cert-detail .personal .avatar {
    flex-shrink: 0;
    width: 1.42rem;
    height: 1.42rem;
    border-radius: 50%;
    object-fit: cover;
}

.cert-detail .personal .name {
    line-height: .50rem;
    font-weight: 500;
    font-size: .48rem;
    color: #333
}

.cert-detail .personal .collect {
    width: .40rem;
    margin-left: .24rem;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.cert-detail .personal .icon {
    width: 100%;
    vertical-align: top;
}

.cert-detail .personal .icon2 {
    display: none;
}

.cert-detail .personal .collect.active .icon1 {
    display: none;
}

.cert-detail .personal .collect.active .icon2 {
    display: inline-block;
}

.cert-detail .personal .msg {
    display: flex;
    align-items: center;
    padding: .20rem 0;
    font-size: .26rem;
    color: #666
}

.cert-detail .contact-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .30rem .60rem;
    background-color: #fff
}

.cert-detail .contact-block .contact {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-size: .30rem;
    color: #333
}

.cert-detail .contact-block .contact img {
    width: .32rem;
    height: .40rem;
    margin-right: .14rem;
    object-fit: contain;
}

.cert-detail .certificate-content {
    margin-top: .20rem;
    padding-bottom: .30rem;
    background-color: #fff;
    overflow: hidden
}

.cert-detail .certificate-content .title {
    padding: .32rem .28rem;
    font-size: .34rem;
    color: #333
}

.cert-detail .certificate-content .item {
    float: left;
    position: relative;
    width: 3.30rem;
    height: 4.16rem;
    margin-left: .28rem;
    padding-top: .38rem;
    text-align: center;
    border: .01rem solid #e5e5e5;
    border-radius: .10rem;
    overflow: hidden
}

.cert-detail .certificate-content .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: .08rem;
    background-color: #185d98
}

.cert-detail .certificate-content .item img {
    width: 2.60rem;
    height: 2.60rem;
    object-fit: contain;
}

.cert-detail .certificate-content .item .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: .90rem;
    line-height: .90rem;
    text-align: center;
    font-size: .30rem;
    color: #4a4a4a;
    background-color: #fafafc
}

.cert-detail .msg-row {
    height: .86rem;
    display: flex;
    align-items: center;
    padding: 0 .30rem;
    font-size: .32rem;
    color: #4a4a4a;
    background-color: #fff;
    border-top: .01rem solid #f3f5f9
}

.cert-detail .msg-row .text {
    flex: 1;
    margin-left: auto;
    text-align: right;
    font-size: .30rem;
    color: #d4d4d4
}

.cert-detail .footer-interview {
    position: fixed;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    height: 1.46rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .40rem
}

.cert-detail .bal {
    display: flex;
    align-items: center;
    margin-right: .40rem
}

.cert-detail .bal .balem {
    width: .80rem;
    text-align: center
}

.cert-detail .balem img {
    width: .40rem;
    height: .40rem;
    margin: 0 auto .15rem
}

.cert-detail .balem .bx {
    color: #666;
    font-size: .22rem;
    text-align: center
}

.cert-detail .bar {
    flex: 1;
    height: .88rem;
    border-radius: .05rem;
    overflow: hidden;
    display: flex;
    align-items: center
}

.cert-detail .bar .barem {
    flex-grow: 1;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    font-size: .32rem;
    background-color: #e7e7e7;
    color: #035591
}

.cert-detail .bar .barem.jl {
    background-color: #035591;
    color: #fff
}

.cert-detail .c-gg {
    font-size: .26rem;
    color: #333;
    line-height: .36rem;
    display: inline-block;
    vertical-align: top;
}

.cert-detail .c-gg:after {
    content: "|";
    display: inline-block;
    vertical-align: top;
    padding: 0 .10rem;
}

.cert-detail .c-gg:last-child:after {
    display: none;
}

.cert-detail .c-space {
    width: 100%;
    height: 1.30rem;
}

.cert-detail .c-btn {
    width: 100%;
    height: 1.00rem;
    line-height: 1.00rem;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    display: block;
}

.cert-detail .c-btn span {
    position: relative;
    z-index: 2;
    line-height: 1.00rem;
    font-size: .34rem;
    color: #fff;
}

.cert-detail .c-btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.interview .ia-a {
    width: 100%;
}

.interview .ia-b {
    font-size: .32rem;
    color: #4a4a4a;
    line-height: .90rem;
    padding: 0 .40rem;
}

.interview .ia-c {
    width: 100%;
    height: .88rem;
    padding: 0 .40rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: .02rem solid #f7f7f7;
}

.interview .ia-d {
    font-size: .32rem;
    color: #4a4a4a;
}

.interview .ia-e {
    font-size: 0;
    flex: 1;
    display: flex;
}

.interview .ia-f {
    font-size: .30rem;
    color: #4a4a4a;
    vertical-align: top;
    flex: 1;
    text-align: right;
    border: none;
    background-color: transparent;
}

.interview .ia-g {
    width: .18rem;
    height: .31rem;
    margin-left: .20rem;
    vertical-align: top;
}

.interview .ia-p {
    position: relative;
    width: 100%;
}

.interview .ia-h {
    flex: 1;
}

.interview .ia-i {
    width: 100%;
    height: .86rem;
    font-size: .30rem;
    color: #4a4a4a;
    text-align: right;
    padding-left: .40rem;
    border: none;
}

.interview .ia-area {
    width: 100%;
    padding: .40rem;
    height: 2.02rem;
    font-size: .28rem;
    color: #4a4a4a;
    line-height: .38rem;
    background-color: #fff;
    border: none;
}

.interview .c-btn {
    border-radius: 0;
}

.interview .c-space {
    width: 100%;
    height: 1.30rem;
}

.interview .c-btn {
    width: 100%;
    height: 1.00rem;
    line-height: 1.00rem;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    display: block;
}

.interview .c-btn span {
    position: relative;
    z-index: 2;
    line-height: 1.00rem;
    font-size: .34rem;
    color: #fff;
}

.interview .c-btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.resume-detail {
    width: 100%;
    background: #f3f5f9
}

.resume-detail .self {
    width: 100%;
    background: #fff;
    margin-bottom: .20rem;
    padding: .45rem .30rem
}

.resume-detail .self .stop {
    width: 100%;
    font-size: 0
}

.resume-detail .self .stop .msg {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 1.42rem);
    padding-right: .10rem
}

.resume-detail .self .stop .msg .mtop {
    width: 100%;
    font-size: 0;
    margin-bottom: .24rem
}

.resume-detail .self .stop .msg .mtop .name {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: .48rem;
    margin-right: .35rem
}

.resume-detail .self .stop .msg .labels {
    color: #666;
    font-size: .26rem
}

.resume-detail .self .stop .msg .text {
    padding: .26rem 0;
    line-height: 1.5;
    color: #999;
    font-size: .28rem
}

.resume-detail .self .stop .head {
    display: inline-block;
    vertical-align: top;
    width: 1.42rem;
    height: 1.42rem;
    border-radius: 50%;
    object-fit: cover;
}

.resume-detail .self .comm {
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    margin-top: .50rem
}

.resume-detail .self .coms {
    min-width: 40%;
    display: flex;
    align-items: center;
    color: #333;
    font-size: .24rem
}

.resume-detail .self .coms img {
    width: .38rem;
    height: .38rem;
    margin-right: .08rem;
    object-fit: contain;
}

.resume-detail .describe {
    width: 100%;
    background: #fff;
    padding: .30rem;
    margin-bottom: .20rem
}

.resume-detail .describe .ditip {
    width: 100%;
    font-size: 0;
    position: relative;
    margin-bottom: .38rem
}

.resume-detail .describe .ditip .dip {
    display: inline-block;
    vertical-align: middle;
    font-size: .34rem;
    color: #333
}

.resume-detail .describe .ditip .edit {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.resume-detail .describe .ditip .edit img {
    width: .40rem;
    height: .40rem;
    display: block
}

.resume-detail .describe .ditip .edit.jt img {
    width: .15rem;
    height: .25rem;
    display: block
}

.resume-detail .describe .desc {
    width: 100%;
    color: #999;
    font-size: .28rem;
    line-height: 1.5;
    display: block
}

.resume-detail .Project {
    width: 100%;
    padding: .30rem .30rem 0;
    margin-bottom: .20rem;
    background: #fff
}

.resume-detail .Project .pit {
    width: 100%;
    font-size: .34rem;
    color: #333;
    margin-bottom: .10rem
}

.resume-detail .Project .projectlis {
    width: 100%
}

.resume-detail .Project .projectlis .proem {
    width: 100%;
    padding: .40rem 0;
    display: none;
}

.resume-detail .Project .projectlis .proem:nth-child(1) {
    display: block;
}

.resume-detail .Project .projectlis .proem:nth-child(2) {
    display: block;
}

.resume-detail .Project.show-all .projectlis .proem {
    display: block;
}

.resume-detail .Project.show-all .more img {
    transform: rotate(180deg);
}

.resume-detail .Project .projectlis .proem:not(:last-child) {
    border-bottom: solid .02rem #eee
}

.resume-detail .Project .projectlis .proem .protop {
    font-size: 0;
    width: 100%;
    margin-bottom: .40rem
}

.resume-detail .Project .projectlis .proem .protop .cmg {
    display: inline-block;
    vertical-align: top;
    width: 1.01rem;
    height: 1.01rem;
    margin-right: .42rem;
    object-fit: cover;
}

.resume-detail .Project .projectlis .proem .protop .cmes {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 1.01rem - .42rem);
    padding-right: .40rem;
    position: relative
}

.resume-detail .Project .projectlis .proem .protop .cmes.skill {
    width: calc(100% - 1.01rem - .42rem - 1.40rem)
}

.resume-detail .Project .projectlis .proem .protop .cmes-img {
    display: inline-block;
    vertical-align: top;
    width: 1.40rem;
    height: 1.40rem
}

.resume-detail .Project .projectlis .proem .protop .cmes-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.resume-detail .Project .cmes .edit {
    position: absolute;
    right: 0;
    top: 0;
    width: .40rem;
    height: .40rem;
    z-index: 3
}

.resume-detail .Project .cmes .cit {
    font-size: .34rem;
    color: #000;
    margin-bottom: .15rem
}

.resume-detail .Project .cmes .civ {
    font-size: .30rem;
    color: #999;
    margin-bottom: .19rem
}

.resume-detail .Project .cmes .ctime {
    font-size: .26rem;
    color: #999
}

.resume-detail .Project .cmes .edit img {
    width: 100%;
    height: 100%;
    display: block
}

.resume-detail .Project .projectlis .proem .jobit {
    width: 100%;
    font-size: .32rem;
    color: #333;
    margin-bottom: .26rem
}

.resume-detail .Project .projectlis .proem .jobon {
    width: 100%;
    font-size: .30rem;
    color: #999;
    line-height: 1.5;
    word-break: break-all
}

.resume-detail .Project .more {
    font-size: 0;
    width: 100%;
    text-align: center;
    border-top: solid .02rem #eee
}

.resume-detail .Project .more.hide {
    display: none;
}

.resume-detail .Project .more span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.00rem;
    font-size: .32rem;
    color: #333;
    margin-right: .14rem
}

.resume-detail .Project .more img {
    display: inline-block;
    vertical-align: middle;
    width: .26rem;
    height: .15rem
}

.resume-detail .addview {
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 1.06rem;
    margin-bottom: .20rem;
    background: #fff
}

.resume-detail .addview img {
    display: inline-block;
    vertical-align: middle;
    width: .29rem;
    height: .29rem;
    margin-right: .18rem
}

.resume-detail .addview span {
    display: inline-block;
    vertical-align: middle;
    font-size: .32rem;
    color: #333
}

.resume-detail .describe .certificate {
    width: 100%;
    background: #fff;
    border-radius: .10rem;
    border: solid .02rem #e5e5e5;
    padding: .40rem .30rem;
    overflow: hidden;
    font-size: 0;
    position: relative
}

.resume-detail .describe .certificate:after {
    content: ' ';
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%;
    height: .10rem;
    left: 0;
    right: 0;
    background: #00609d
}

.resume-detail .describe .certificate:not(:last-child) {
    margin-bottom: .20rem
}

.resume-detail .describe .ceg {
    display: inline-block;
    vertical-align: middle;
    width: 2.49rem;
    height: 3.47rem;
    margin-right: .38rem
}

.resume-detail .describe .met {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 2.51rem - .38rem)
}

.resume-detail .describe .met .mit {
    width: 100%;
    font-size: .38rem;
    color: #000;
    margin-bottom: .35rem
}

.resume-detail .describe .met .mul {
    width: 100%
}

.resume-detail .describe .met .mli {
    width: 100%;
    font-size: .28rem;
    line-height: .46rem;
    color: #999
}

.resume-detail .describe .namelis {
    width: 100%;
    font-size: 0
}

.resume-detail .describe .namelis .nmes {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border-radius: .05rem;
    border: solid .02rem #e1e1e1;
    line-height: .60rem;
    padding: 0 .30rem;
    color: #4a4a4a;
    font-size: .28rem;
    margin-right: .20rem;
    margin-bottom: .20rem
}

.resume-detail .describe .CourseRec {
    width: 100%
}

.resume-detail .describe .corem {
    width: 100%;
    font-size: 0;
    padding: .26rem;
    border-radius: .10rem;
    border: solid .02rem #e5e5e5;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: .34rem
}

.resume-detail .describe .corem .cmg {
    display: inline-block;
    vertical-align: middle;
    width: 2.40rem;
    height: 3.40rem;
    margin-right: .38rem
}

.resume-detail .describe .corem .coms {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 2.41rem - .38rem)
}

.resume-detail .describe .corem .coms .cit {
    font-size: .38rem;
    color: #333;
    margin-bottom: .16rem
}

.resume-detail .describe .corem .coms .cix {
    font-size: .22rem;
    color: #333;
    margin-bottom: .29rem
}

.resume-detail .describe .corem .coms .civ {
    font-size: .20rem;
    line-height: 1.5;
    color: #999;
    margin-bottom: .30rem
}

.resume-detail .describe .corem .coms .gtn {
    display: inline-block;
    vertical-align: middle;
    font-size: .22rem;
    color: #fff;
    padding: 0 .30rem;
    line-height: .56rem;
    background-color: #00609d;
    box-shadow: 0px .04rem .06rem 0 rgba(0, 96, 157, 0.22);
    border-radius: .28rem
}

.resume-detail .zplace {
    width: 100%;
    height: 1.66rem
}

.resume-detail .footer-interview {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    height: 1.46rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .40rem
}

.resume-detail .bal {
    display: flex;
    align-items: center;
    margin-right: .40rem
}

.resume-detail .bal .balem {
    width: .80rem;
    text-align: center
}

.resume-detail .balem img {
    width: .40rem;
    height: .40rem;
    margin: 0 auto .15rem
}

.resume-detail .balem .bx {
    color: #666;
    font-size: .22rem;
    text-align: center
}

.resume-detail .bar {
    flex: 1;
    height: .88rem;
    border-radius: .05rem;
    overflow: hidden;
    display: flex;
    align-items: center
}

.resume-detail .bar .barem {
    flex-grow: 1;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    font-size: .32rem;
    background: #e7e7e7;
    color: #035591
}

.resume-detail .bar .barem.jl {
    background: #035591;
    color: #fff
}

.resume-detail .icon2 {
    display: none;
}

.resume-detail .bx2 {
    display: none;
}

.resume-detail .collect.active .icon1 {
    display: none;
}

.resume-detail .collect.active .icon2 {
    display: inline-block;
}

.resume-detail .collect.active .bx1 {
    display: none;
}

.resume-detail .collect.active .bx2 {
    display: inline-block;
}

.resume-detail .c-gg {
    font-size: .26rem;
    color: #333;
    line-height: .36rem;
    display: inline-block;
    vertical-align: top;
}

.resume-detail .c-gg:after {
    content: "|";
    display: inline-block;
    vertical-align: top;
    padding: 0 .10rem;
}

.resume-detail .c-gg:last-child:after {
    display: none;
}

.evaluate .evaluate-content {
    width: 100%;
    height: 4.20rem;
    padding: .25rem .44rem;
    line-height: .38rem;
    font-size: .28rem;
    color: #4a4a4a;
    background-color: #fff;
    border: none;
}

.evaluate .c-space {
    width: 100%;
    height: 1.30rem
}

.evaluate .c-btn {
    width: 100%;
    height: 1.00rem;
    line-height: 1.00rem;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000
}

.evaluate .c-btn span {
    position: relative;
    z-index: 2;
    font-size: .34rem;
    color: #fff
}

.evaluate .c-btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.qsr .search-bg {
    width: 100%;
    height: 2.16rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.qsr .qsr-space {
    width: 100%;
    height: 3.24rem;
}

.qsr .search-box {
    position: fixed;
    top: 1.0rem;
    z-index: 3;
    width: 100%;
    height: 1.16rem;
    display: flex;
    align-items: center;
    padding: 0 .34rem;
    overflow: hidden
}

.qsr .search {
    flex: 1;
    height: .64rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #969696;
    background-color: #fff;
    border-radius: .32rem;
    box-shadow: 0 .06rem .20rem 0 rgba(0, 30, 96, 0.08)
}

.qsr .search .text {
    font-size: .24rem
}

.qsr .search .img {
    width: .30rem;
    margin: 0 .14rem
}

.qsr .tab-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 2.16rem;
    z-index: 3;
    height: .94rem;
    display: flex;
    line-height: .94rem;
    background-color: #fff;
    border-bottom: .02rem solid #eee
}

.qsr .tab-nav .nav {
    flex: 1;
    height: 100%;
    display: flex;
    line-height: inherit
}

.qsr .tab-nav .nav-item {
    flex-grow: 1;
    line-height: inherit;
    text-align: center;
    font-size: .32rem;
    color: #333
}

.qsr .tab-nav .nav-item.active {
    color: #00609d
}

.qsr .tab-nav .filtrate {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 .20rem 0 .34rem;
    font-size: .28rem;
    color: #4a4a4a
}

.qsr .tab-nav .filtrate::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: .01rem;
    height: .28rem;
    margin: auto 0;
    background-color: #ddd
}

.qsr .tab-nav .filtrate img {
    width: .26rem;
    margin-left: .06rem
}

.qsr .tab-filtrate {
    position: fixed;
    top: .95rem;
    left: 0;
    right: 0;
    top: 3.1rem;
    z-index: 3;
    height: .94rem;
    background-color: #fff;
    border-bottom: .01rem solid #f3f5f9;
    display: none;
}

.qsr .tab-filtrate.show {
    display: flex;
}

.qsr .tab-filtrate .t-item {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .34rem;
    color: #5c5d5f
}

.qsr .tab-filtrate .t-item .arrow {
    width: .18rem;
    margin-left: .12rem
}

.qsr .result-list {
    width: 100%;
    display: none;
}

.qsr .result-list.show {
    display: block;
}

.qsr .item {
    display: flex;
    margin: 0 .20rem;
    padding: .40rem .36rem .36rem;
    background-color: #fff;
    border-radius: .10rem
}

.qsr .item:not(:last-child) {
    margin-bottom: .26rem
}

.qsr .item-content {
    flex: 1;
    padding-left: .30rem
}

.qsr .item .avatar {
    flex-shrink: 0;
    width: .78rem;
    height: .78rem;
    border-radius: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center
}

.qsr .item .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500
}

.qsr .item .name {
    max-width: 3.20rem;
    font-size: .36rem;
    color: #000
}

.qsr .item .money {
    max-width: 2.00rem;
    font-size: .36rem;
    color: #185d98
}

.qsr .item .education {
    display: flex;
    align-items: center;
    padding: .22rem 0;
    font-size: .26rem;
    flex-wrap: wrap;
    color: #333;
}

.qsr .item .tag-box {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.12rem
}

.qsr .item .tag {
    height: .48rem;
    margin-right: .12rem;
    margin-bottom: .20rem;
    padding: 0 .16rem;
    line-height: .48rem;
    font-size: .22rem;
    color: #acacac;
    border-radius: .05rem;
    border: .01rem solid #eaeaea
}

.qsr .item .time {
    padding: .02rem 0 .04rem;
    font-size: .24rem;
    color: #b2b2b2
}

.qsr .item .name {
    padding: .10rem 0 .24rem
}

.qsr .item.credential-item {
    padding: .32rem .36rem .26rem
}

.qsr .item.credential-item .avatar {
    width: 1.60rem;
    height: 1.86rem;
    border-radius: 0
}

.qsr .recommend-title {
    height: .89rem;
    margin: 0 .20rem;
    padding: 0 .42rem;
    line-height: .89rem;
    font-size: .32rem;
    color: #333;
    border-radius: .08rem;
    background-color: #fff
}

.qsr .recommend-list {
    margin-top: .20rem;
    margin-bottom: .60rem;
    width: 100%;
}

.qsr .c-gg {
    font-size: .26rem;
    color: #333;
    line-height: .36rem;
    display: inline-block;
    vertical-align: top;
}

.qsr .c-gg:after {
    content: "|";
    display: inline-block;
    vertical-align: top;
    padding: 0 .10rem;
}

.qsr .c-gg:last-child:after {
    display: none;
}

.job-pub .tab-nav {
    position: fixed;
    top: 1.0rem;
    left: 0;
    right: 0;
    z-index: 3;
    height: .94rem;
    display: flex;
    line-height: .94rem;
    background-color: #fff
}

.job-pub .tab-nav .item {
    flex-grow: 1;
    line-height: inherit;
    text-align: center;
    font-size: .32rem;
    color: #333;
    border-bottom: .02rem solid #eee;
}

.job-pub .tab-nav .item.active {
    color: #00609d
}

.job-pub .position-list {
    margin-top: 1.16rem;
    display: none;
}

.job-pub .position-list.show {
    display: block;
}

.job-pub .position-list .item {
    margin: 0 .20rem;
    padding: .40rem .40rem .36rem;
    background-color: #fff;
    border-radius: .10rem;
    display: block;
}

.job-pub .position-list .item:not(:last-child) {
    margin-bottom: .26rem
}

.job-pub .position-list .item .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500
}

.job-pub .position-list .item .name {
    max-width: 3.20rem;
    font-size: .36rem;
    color: #000
}

.job-pub .position-list .item .item-tag {
    font-size: .36rem;
    color: #185d98
}

.job-pub .position-list .item .msg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .26rem 0 .20rem;
    font-size: .26rem;
    color: #333
}

.job-pub .position-list .item .education {
    display: flex;
    align-items: center;
    font-size: .26rem;
    color: #666
}

.job-pub .position-list .item .money {
    font-size: .26rem;
    color: #00609d
}

.job-pub .position-list .item .tag-box {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.12rem;
    padding-bottom: .10rem
}

.job-pub .position-list .item .tag {
    height: .48rem;
    margin-right: .12rem;
    margin-bottom: .20rem;
    padding: 0 .16rem;
    line-height: .48rem;
    font-size: .22rem;
    color: #acacac;
    border-radius: .05rem;
    border: .01rem solid #eaeaea
}

.job-pub .position-list .item .bottom {
    display: flex;
    align-items: center;
    color: #b2b2b2
}

.job-pub .position-list .item .img {
    flex-shrink: 0;
    width: .38rem;
    height: .38rem;
    margin-right: .16rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f7f7f7
}

.job-pub .position-list .item .company {
    max-width: 3.10rem;
    font-size: .24rem
}

.job-pub .position-list .item .time {
    max-width: 2.54rem;
    margin-left: auto;
    font-size: .24rem
}

.job-pub .position-list .item .gray {
    color: #666
}

.job-pub .c-space {
    width: 100%;
    height: 1.30rem
}

.job-pub .c-btn {
    width: 100%;
    height: 1.00rem;
    line-height: 1.00rem;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000
}

.job-pub .c-btn span {
    position: relative;
    z-index: 2;
    font-size: .34rem;
    color: #fff
}

.job-pub .c-btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.cert-mn .tab-nav {
    position: fixed;
    top: 1.0rem;
    left: 0;
    right: 0;
    z-index: 3;
    height: .94rem;
    display: flex;
    line-height: .94rem;
    background-color: #fff
}

.cert-mn .tab-nav .item {
    flex-grow: 1;
    line-height: inherit;
    text-align: center;
    font-size: .32rem;
    color: #333;
    border-bottom: .02rem solid #eee
}

.cert-mn .tab-nav .item.active {
    color: #00609d
}

.cert-mn .cooperation-list {
    margin: 1.16rem .20rem 0;
    background-color: #fff;
    border-radius: .10rem;
    display: none;
}

.cert-mn .cooperation-list.show {
    display: block;
}

.cert-mn .cooperation-list .item {
    position: relative;
    display: flex;
    padding: .24rem .42rem .22rem .36rem
}

.cert-mn .cooperation-list .item:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: .42rem;
    right: .42rem;
    height: .02rem;
    display: block;
    background-color: #efefef
}

.cert-mn .cooperation-list .item-content {
    flex: 1;
    padding-left: .18rem;
    padding-top: .10rem
}

.cert-mn .cooperation-list .item .img {
    flex-shrink: 0;
    width: 1.30rem;
    height: 1.30rem;
    overflow: hidden;
    object-fit: contain;
}

.cert-mn .cooperation-list .item .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500
}

.cert-mn .cooperation-list .item .name {
    max-width: 3.20rem;
    font-size: .30rem;
    color: #000
}

.cert-mn .cooperation-list .item .item-tag {
    max-width: 2.00rem;
    font-size: .30rem;
    color: #185d98
}

.cert-mn .cooperation-list .item .position {
    padding: .14rem 0;
    font-size: .26rem;
    color: #979797
}

.cert-mn .cooperation-list .item .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cert-mn .cooperation-list .item .education {
    display: flex;
    align-items: center;
    font-size: .24rem;
    color: #c7c7c7
}

.cert-mn .cooperation-list .item .time {
    padding: .02rem 0 .04rem;
    font-size: .26rem;
    color: #b2b2b2
}

.cert-mn .place {
    width: 100%;
    height: 1.32rem
}

.cert-mn .footer-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    height: .98rem;
    display: flex;
    justify-content: space-between;
    line-height: .98rem
}

.cert-mn .footer-fixed .btns {
    flex-grow: 1;
    height: 100%;
    line-height: inherit;
    text-align: center;
    font-size: .32rem;
    color: #000;
    background-color: #fff
}

.cert-mn .footer-fixed .blue {
    color: #fff;
    background-color: #00609d
}

.cert-mn .mv {
    position: fixed;
    right: .42rem;
    bottom: 4.74rem;
    width: .88rem;
    height: 1.70rem
}

.cert-mn .fixed-publish {
    width: .88rem;
    height: 1.70rem;
    color: #000;
    background-color: #fff;
    border-radius: .44rem;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.08);
    display: block;
}

.cert-mn .fixed-publish .btns {
    width: .88rem;
    height: .88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #00609d
}

.cert-mn .fixed-publish .btns img {
    width: .45rem
}

.cert-mn .fixed-publish .text {
    width: 100%;
    margin-top: .24rem;
    text-align: center;
    font-size: .26rem
}

.cert-mn .big-box {
    width: 100%;
    min-height: 100vh
}

.cert-mn .c-gg {
    font-size: .26rem;
    color: #333;
    line-height: .36rem;
    display: inline-block;
    vertical-align: top;
}

.cert-mn .c-gg:after {
    content: "|";
    display: inline-block;
    vertical-align: top;
    padding: 0 .10rem;
}

.cert-mn .c-gg:last-child:after {
    display: none;
}

.pub-new .tab-nav {
    position: fixed;
    top: 1.0rem;
    left: 0;
    right: 0;
    z-index: 3;
    height: .94rem;
    display: flex;
    line-height: .94rem;
    background-color: #fff
}

.pub-new .tab-nav .item {
    flex-grow: 1;
    line-height: inherit;
    text-align: center;
    font-size: .32rem;
    color: #333;
    border-bottom: .02rem solid #eee
}

.pub-new .tab-nav .item.active {
    color: #00609d
}

.pub-new .cooperation-list {
    margin: 1.16rem .20rem 0;
    background-color: #fff;
    border-radius: .10rem;
    display: none;
}

.pub-new .cooperation-list.show {
    display: block;
}

.pub-new .cooperation-list .item {
    position: relative;
    display: flex;
    padding: .24rem .42rem .22rem .36rem
}

.pub-new .cooperation-list .item:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: .42rem;
    right: .42rem;
    height: .02rem;
    display: block;
    background-color: #efefef
}

.pub-new .cooperation-list .item-content {
    flex: 1;
    padding-left: .18rem;
    padding-top: .10rem
}

.pub-new .cooperation-list .item .img {
    flex-shrink: 0;
    width: 1.30rem;
    height: 1.30rem;
    border-radius: 50%;
    overflow: hidden;
    background: #f7f7f7
}

.pub-new .cooperation-list .item .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500
}

.pub-new .cooperation-list .item .name {
    max-width: 3.20rem;
    font-size: .30rem;
    color: #000
}

.pub-new .cooperation-list .item .item-tag {
    max-width: 2.00rem;
    font-size: .30rem;
    color: #185d98
}

.pub-new .cooperation-list .item .position {
    padding: .14rem 0;
    font-size: .26rem;
    color: #979797
;max-width: 4rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.pub-new .cooperation-list .item .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pub-new .cooperation-list .item .education {
    max-width: 2.60rem;
    display: flex;
    align-items: center;
    font-size: .24rem;
    color: #c7c7c7
}

.pub-new .cooperation-list .item .time {
    min-width: 2.20rem;
    padding: .02rem 0 .04rem;
    font-size: .2rem;
    color: #b2b2b2
}

.pub-new .c-gg {
    font-size: .2rem;
    color: #333;
    line-height: .36rem;
    display: inline-block;
    vertical-align: top;
}

.pub-new .c-gg:after {
    content: "|";
    display: inline-block;
    vertical-align: top;
    padding: 0 .06rem;
}

.pub-new .c-gg:last-child:after {
    display: none;
}

.pub-new .c-space {
    width: 100%;
    height: 1.30rem
}

.pub-new .c-btn {
    width: 100%;
    height: 1.00rem;
    line-height: 1.00rem;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000
}

.pub-new .c-btn span {
    position: relative;
    z-index: 2;
    font-size: .34rem;
    color: #fff
}

.pub-new .c-btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.who-see .tab-nav {
    position: fixed;
    top: 1.0rem !important;
    left: 0;
    right: 0;
    z-index: 3;
    height: .94rem;
    display: flex;
    line-height: .94rem;
    background-color: #fff;
    overflow-y: auto
}

.who-see .tab-nav .item {
    width: 33.333%;
    flex-shrink: 0;
    line-height: inherit;
    text-align: center;
    font-size: .32rem;
    color: #333;
    border-bottom: .02rem solid #eee
}

.who-see .tab-nav .item.active {
    color: #00609d
}

.who-see .history-list {
    margin-top: 1.16rem;
    display: none;
}

.who-see .history-list.show {
    display: block;
}

.who-see .history-list .item {
    display: flex;
    margin: 0 .20rem;
    padding: .40rem .36rem .36rem;
    background-color: #fff;
    border-radius: .10rem
}

.who-see .history-list .item:not(:last-child) {
    margin-bottom: .26rem
}

.who-see .history-list .item-content {
    flex: 1;
    padding-left: .30rem
}

.who-see .history-list .item .img {
    flex-shrink: 0;
    width: .78rem;
    height: .78rem;
    border-radius: 100%;
    overflow: hidden
}

.who-see .history-list .item .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500
}

.who-see .history-list .item .name {
    max-width: 3.20rem;
    font-size: .36rem;
    color: #000
}

.who-see .history-list .item .money {
    max-width: 2.00rem;
    font-size: .20rem;
    color: #185d98
}

.who-see .history-list .item .position {
    padding: .22rem 0;
    font-size: .26rem;
    color: #333
}

.who-see .history-list .item .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.who-see .history-list .item .education {
    display: flex;
    align-items: center;
    font-size: .26rem;
    color: #666
}

.who-see .history-list .item .tag-box {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.12rem
}

.who-see .history-list .item .tag {
    height: .48rem;
    margin-right: .12rem;
    margin-bottom: .20rem;
    padding: 0 .16rem;
    line-height: .48rem;
    font-size: .22rem;
    color: #acacac;
    border-radius: .05rem;
    border: .01rem solid #eaeaea
}

.who-see .history-list .item .time {
    padding: .02rem 0 .04rem;
    font-size: .24rem;
    color: #b2b2b2
}

.my-ct .tab-nav {
    position: fixed;
    top: 1.0rem !important;
    left: 0;
    right: 0;
    z-index: 3;
    height: .94rem;
    display: flex;
    line-height: .94rem;
    background-color: #fff
}

.my-ct .tab-nav .nav-item {
    flex-grow: 1;
    line-height: inherit;
    text-align: center;
    font-size: .32rem;
    color: #333;
    border-bottom: .02rem solid #eee
}

.my-ct .tab-nav .nav-item.active {
    color: #00609d
}

.my-ct .tab-filtrate {
    position: fixed;
    top: .95rem;
    left: 0;
    right: 0;
    top: 1.94rem;
    z-index: 3;
    height: .94rem;
    display: flex;
    background-color: #fff;
    border-bottom: .01rem solid #f3f5f9;
    display: none;
}

.my-ct .tab-filtrate.show {
    display: flex;
}

.my-ct .tab-filtrate .t-item {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .34rem;
    color: #5c5d5f
}

.my-ct .tab-filtrate .t-item .arrow {
    width: .18rem;
    margin-left: .12rem
}

.my-ct .collect-list {
    margin-top: 2.08rem;
    display: none;
}

.my-ct .collect-list.show {
    display: block;
}

.my-ct .collect-list .item {
    display: flex;
    margin: 0 .20rem;
    padding: .40rem .36rem .36rem;
    background-color: #fff;
    border-radius: .10rem
}

.my-ct .collect-list .item {
    margin-bottom: .26rem
}

.my-ct .collect-list .item-content {
    flex: 1;
    padding-left: .30rem
}

.my-ct .collect-list .item .img {
    flex-shrink: 0;
    width: .78rem;
    height: .78rem;
    border-radius: 100%;
    overflow: hidden
}

.my-ct .collect-list .item .top {
    display: flex;
    justify-content: space-between;
    font-weight: 500
}

.my-ct .collect-list .item .name {
    max-width: 3.70rem;
    line-height: 1.2;
    font-size: .36rem;
    color: #000
}

.my-ct .collect-list .item .money {
    max-width: 2.00rem;
    font-size: .36rem;
    color: #185d98
}

.my-ct .collect-list .item .education {
    display: flex;
    align-items: center;
    padding: .22rem 0;
    font-size: .26rem;
    color: #333
}

.my-ct .collect-list .item .tag-box {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.12rem
}

.my-ct .collect-list .item .tag {
    height: .48rem;
    margin-right: .12rem;
    margin-bottom: .20rem;
    padding: 0 .16rem;
    line-height: .48rem;
    font-size: .22rem;
    color: #acacac;
    border-radius: .05rem;
    border: .01rem solid #eaeaea
}

.my-ct .collect-list .item .time {
    padding: .02rem 0 .04rem;
    font-size: .24rem;
    color: #b2b2b2
}

.my-ct .m-t-20 {
    margin-top: .20rem
}

.apply-list .item {
    position: relative;
    display: flex;
    align-items: center;
    padding: .34rem .30rem .72rem;
    background-color: #fff;
    border-bottom: .01rem solid #f3f5f9
}

.apply-list .item .img {
    flex-shrink: 0;
    width: 1.28rem;
    height: 1.28rem;
    margin: 0 .34rem;
    border-radius: 50%;
    background-color: #f3f5f9
}

.apply-list .item .name {
    max-width: 4.60rem;
    line-height: 1.2;
    font-size: .36rem;
    color: #333
}

.apply-list .item .job {
    padding: 0 .10rem;
    font-size: .26rem;
    color: #666
}

.apply-list .item .tel {
    position: absolute;
    bottom: .20rem;
    font-size: .26rem;
    color: #666
}

.apply-list .item .item-right {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    margin-left: auto
}

.apply-list .item .item-right.state {
    margin-right: .34rem;
    color: #035591
}

.apply-list .item .btn {
    flex-shrink: 0;
    width: 1.26rem;
    height: .60rem;
    margin-left: .24rem;
    line-height: .60rem;
    text-align: center;
    font-size: .24rem;
    color: #333;
    border-radius: .30rem;
    border: .01rem solid #dfdfdf
}

.apply-list .item .btn.clear {
    width: 1.80rem
}

.apply-list .item .btn.blue {
    color: #fff;
    background-color: #035591;
    border: .01rem solid #035591
}

.asf .item {
    height: .86rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: .42rem;
    padding-right: .30rem;
    font-size: .32rem;
    color: #4a4a4a;
    background-color: #fff
}

.asf .item:not(:last-child) {
    border-bottom: .02rem solid #eee
}

.asf .item .text {
    font-size: .28rem;
    color: #d4d4d4
}

.asf .item .arrow {
    width: .18rem
}

.qf {
    background-color: #fff;
    min-height: calc(100vh - 1.0rem);
}

.qf .form-box {
    padding-top: 1.00rem
}

.qf .form-row {
    height: .98rem;
    display: flex;
    margin: 0 auto;
    width: 6.1rem;
    line-height: .98rem;
    color: #4a4a4a;
    border-bottom: .02rem solid #efefef;
    position: relative;
}

.qf .form-row input {
    width: 100%;
    flex: 1;
    height: 100%;
    font-size: .40rem;
    border: none;
}

.qf .form-row .code-btn {
    height: 100%;
    line-height: inherit;
    padding: 0 .22rem;
    font-size: .28rem;
    color: #4a4a4a;
    background-color: #fff
}

.qf .form-row .code-btn[disabled] {
    background-color: #fff
}

.qf .form-btn {
    position: relative;
    width: 5.89rem;
    height: .88rem;
    margin: 1.00rem auto 0;
    line-height: .88rem;
    text-align: center;
    font-size: .42rem;
    color: #fff;
    border-radius: .44rem;
    overflow: hidden;
    z-index: 1;
}

.qf .form-btn .btn-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.qf .gray {
    color: #b2b2b2
}

.qf .get-a {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12;
}

.qf .get-b {
    line-height: .98rem;
    padding: 0 .22rem;
    font-size: .28rem;
    color: #4a4a4a;
    display: block;
}

.qf .get-c {
    line-height: .98rem;
    padding: 0 .22rem;
    font-size: .28rem;
    color: #999;
    display: none;
}

.qf .get-a.show .get-b {
    display: none;
}

.qf .get-a.show .get-c {
    display: block;
}

.ap-detail .form-row {
    position: relative;
    height: .86rem;
    display: flex;
    align-items: center;
    padding: 0 .42rem;
    font-size: .32rem;
    color: #4a4a4a;
    background-color: #fff;
    border-top: .01rem solid #f3f5f9
}

.ap-detail .form-avatar {
    height: 1.88rem
}

.ap-detail .form-avatar .img {
    width: 1.28rem;
    height: 1.28rem;
    margin-left: auto;
    border-radius: 50%;
    background-color: #f7f7f7
}

.ap-detail .form-avatar .arrow {
    position: absolute;
    right: .40rem;
    top: .78rem;
    width: .18rem
}

.ap-detail .form-tag {
    display: flex;
    flex-wrap: wrap;
    padding: 0 .42rem;
    margin-right: -.20rem
}

.ap-detail .form-tag .tag {
    height: .48rem;
    margin-bottom: .20rem;
    margin-right: .20rem;
    padding: 0 .16rem;
    line-height: .48rem;
    font-size: .26rem;
    color: #acacac;
    border-radius: .05rem;
    border: .01rem solid #eaeaea
}

.ap-detail .form-tag .tag.active {
    color: #185d98;
    border-color: #185d98
}

.ap-detail .form-box {
    margin: .42rem 0;
    background-color: #fff;
    overflow: hidden
}

.ap-detail .form-box .form-row input {
    flex: 1;
    height: 100%;
    padding-left: .32rem;
    text-align: right;
    font-size: .28rem;
    color: #4a4a4a;
    border: none;
}

.ap-detail .article {
    width: 100%;
    padding: 0 .42rem .40rem;
    line-height: 1.6;
    font-size: .28rem;
    color: #222
}

.ap-detail .article * {
    line-height: inherit;
}

.ap-detail .article img {
    max-width: 100%
}

.ap-detail .auth-row {
    display: flex;
    justify-content: space-between;
    padding: 0 .42rem
}

.ap-detail .auth-img {
    display: inline-block;
    vertical-align: top;
    border: solid .02rem #efefef;
    width: 48%;
    margin-bottom: .20rem;
    border-radius: .10rem;
    overflow: hidden
}

.ap-detail .auth-img img {
    width: 100%;
    height: 3.56rem;
    display: block
}

.ap-detail .c-space {
    width: 100%;
    height: 1.30rem
}

.ap-detail .c-btn {
    width: 100%;
    height: 1.00rem;
    line-height: 1.00rem;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000
}

.ap-detail .c-btn span {
    position: relative;
    z-index: 2;
    font-size: .34rem;
    color: #fff
}

.ap-detail .c-btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.job-desc .bg-white {
    background-color: #fff
}

.job-desc .position-top {
    padding: .74rem .40rem .48rem
}

.job-desc .position-top .top {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    line-height: .60rem
}

.job-desc .position-top .name {
    max-width: 4.80rem;
    line-height: inherit;
    font-size: .56rem;
    color: #000
}

.job-desc .position-top .money {
    max-width: 2.00rem;
    line-height: inherit;
    font-size: .36rem;
    color: #00609d
}

.job-desc .position-top .education {
    display: flex;
    align-items: center;
    padding: .20rem 0;
    font-size: .26rem;
    color: #333
}

.job-desc .staff {
    position: relative;
    display: flex;
    align-items: center;
    padding: .48rem .40rem
}

.job-desc .staff::before,
.staff::after {
    content: "";
    position: absolute;
    left: .48rem;
    right: .48rem;
    height: .02rem;
    display: block;
    background-color: #ebebeb
}

.job-desc .staff::before {
    top: 0
}

.job-desc .staff::after {
    bottom: 0
}

.job-desc .staff .img {
    width: 1.00rem;
    height: 1.00rem;
    margin-right: .30rem;
    border-radius: 100%;
    overflow: hidden
}

.job-desc .staff .name {
    font-weight: bold;
    font-size: .32rem;
    color: #333
}

.job-desc .staff .state {
    padding: 0 .06rem;
    font-size: .24rem;
    color: #acacac
}

.job-desc .staff .position {
    margin-top: .26rem;
    font-size: .28rem;
    color: #333
}

.job-desc .position-title {
    padding: .56rem .42rem .48rem;
    font-weight: 500;
    font-size: .36rem;
    color: #000
}

.job-desc .position-content {
    padding: 0 .42rem .42rem;
    line-height: .54rem;
    color: #666
}

.job-desc .position-content * {
    line-height: inherit;
}

.job-desc .place {
    width: 100%;
    height: 1.76rem
}

.job-desc .footer-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    height: 1.46rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: .40rem;
    padding-left: .10rem;
    background-color: #fff
}

.job-desc .footer-fixed .btn-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.job-desc .footer-fixed .btn-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 .20rem;
    margin: 0 .08rem;
    font-size: .24rem;
    color: #000
}

.job-desc .footer-fixed .btn-item .img {
    width: .38rem;
    margin-bottom: .12rem
}

.job-desc .footer-fixed .position-btn {
    width: 4.82rem;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    font-size: .32rem;
    color: #fff;
    background: #035591;
    border-radius: .10rem
}

.job-desc .c-gg {
    font-size: .26rem;
    color: #333;
    line-height: .36rem;
    display: inline-block;
    vertical-align: top;
}

.job-desc .c-gg:after {
    content: "|";
    display: inline-block;
    vertical-align: top;
    padding: 0 .10rem;
}

.job-desc .c-gg:last-child:after {
    display: none;
}

.job-desc .ff {
    position: absolute;
    left: -1000vw;
    top: 0;
}

.cdt {
    background: #035591
}

.cdt .swiper {
    width: 100%;
    height: 3.94rem;
    position: relative
}

.cdt .swiper .swiper-item {
    width: 100%;
    height: 100%;
    display: block
}

.cdt .swiper-item {
    width: 100%;
    height: 100%;
    display: block
}

.cdt .swiper-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cdt .demand-content {
    width: calc(100% - .60rem);
    margin: 0 .30rem .18rem;
    background-color: #ffffff;
    box-shadow: inset 0 .06rem .24rem 0 rgba(3, 85, 145, 0.64);
    border-bottom-left-radius: .20rem;
    border-bottom-right-radius: .20rem;
    overflow: hidden
}

.cdt .demon {
    width: 100%;
    padding: .50rem .30rem
}

.cdt .line {
    width: 100%;
    border-top: dashed .02rem #d2d3d2;
    margin: .40rem 0 0;
    position: relative
}

.cdt .line .rl {
    width: .25rem;
    height: .25rem;
    position: absolute;
    z-index: 3;
    right: -3.95rem;
    top: 50%;
    transform: translateY(-50%)
}

.cdt .line .ll {
    width: .25rem;
    height: .25rem;
    position: absolute;
    z-index: 3;
    left: -3.95rem;
    top: 50%;
    transform: translateY(-50%)
}

.cdt .demon .dit {
    font-size: .40rem;
    color: #000;
    margin-bottom: .16rem
}

.cdt .demon .dtip {
    font-size: .26rem;
    color: #333
}

.cdt .rules {
    width: 100%;
    margin-bottom: .40rem
}

.cdt .rule {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .40rem .06rem;
    border-bottom: solid .02rem #efefef
}

.cdt .rule .rl {
    font-size: .32rem;
    color: #000
}

.cdt .rule .rr {
    font-size: .28rem;
    color: #868686
}

.cdt .desc {
    width: 100%
}

.cdt .desc .dit {
    font-size: .32rem;
    color: #000;
    margin-bottom: .33rem
}

.cdt .desc .dix {
    width: 100%;
    font-size: .24rem;
    line-height: 1.6;
    color: #222
}

.cdt .desc .dix view {
    line-height: inherit
}

.cdt .zplace {
    width: 100%;
    height: 1.46rem
}

.cdt .footer-interview {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    height: 1.46rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .40rem
}

.cdt .bal {
    display: flex;
    align-items: center
}

.cdt .bal .balem {
    width: .80rem;
    text-align: center
}

.cdt .balem img {
    width: .40rem;
    height: .40rem;
    margin: 0 auto .15rem
}

.cdt .balem .bx {
    color: #666;
    font-size: .22rem;
    text-align: center
}

.cdt .bar {
    height: .88rem;
    border-radius: .05rem;
    overflow: hidden;
    display: flex;
    align-items: center
}

.cdt .bar .barem {
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    width: 2.76rem;
    font-size: .32rem;
    background: #e7e7e7;
    color: #035591
}

.cdt .bar .barem.jl {
    background: #035591;
    color: #fff
}

.cdt .footer-publish {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    height: .98rem;
    display: flex;
    justify-content: space-between;
    line-height: .98rem
}

.cdt .footer-publish .btns {
    flex-grow: 1;
    height: 100%;
    line-height: inherit;
    text-align: center;
    font-size: .32rem;
    color: #000;
    background-color: #fff
}

.cdt .footer-publish .blue {
    color: #fff;
    background-color: #00609d
}

.cdt .jlabel {
    width: 100%;
    font-size: 0
}

.cdt .jlabel .label {
    display: inline-block;
    vertical-align: top;
    color: #acacac;
    font-size: .24rem;
    padding: .13rem .16rem;
    background-color: #fff;
    border-radius: .05rem;
    border: solid .02rem #eaeaea;
    margin-right: .14rem;
    margin-bottom: .14rem
}

.cdt .company-content {
    width: calc(100% - .60rem);
    margin: .18rem .30rem;
    background-color: #ffffff;
    box-shadow: inset 0 .06rem .24rem 0 rgba(3, 85, 145, 0.64);
    border-radius: .20rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: .70rem .30rem
}

.cdt .company-content .cor {
    width: 1.54rem;
    height: 1.54rem;
    flex-shrink: 0;
    border-radius: 50%;
    border: solid .02rem #f2f2f2;
    margin-left: .30rem;
    object-fit: cover;
}

.cdt .company-content .col {
    width: calc(100% - 1.54rem - .30rem)
}

.cdt .company-content .col .cit {
    font-size: .36rem;
    color: #000;
    margin-bottom: .25rem
}

.cdt .company-content .col .ctip {
    line-height: 1.2;
    font-size: .26rem;
    color: #333;
    margin-bottom: .20rem
}

.cdt .company-content .col .place {
    width: 100%
}

.cdt .company-content .col .pmg {
    width: .19rem;
    height: .25rem;
    margin-right: .12rem
}

.cdt .company-content .col .px {
    font-size: .24rem;
    color: #b2b2b2
}

.cdt .company-content .ctn {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 3
}

.cdt .company-content .ctn .points {
    position: absolute;
    width: .20rem;
    height: .70rem;
    z-index: 4
}

.cdt .company-content .ctn .points:nth-child(1) {
    top: -.44rem;
    left: .78rem
}

.cdt .company-content .ctn .points:nth-child(2) {
    top: -.44rem;
    right: .78rem
}

.cdt .company-content .ctn .points:nth-child(3) {
    bottom: -.44rem;
    left: .78rem
}

.cdt .company-content .ctn .points:nth-child(4) {
    bottom: -.44rem;
    right: .78rem
}

.cdt .recommend {
    width: calc(100% - .60rem);
    margin: .18rem .30rem;
    background-color: #ffffff;
    box-shadow: inset 0 .06rem .24rem 0 rgba(3, 85, 145, 0.64);
    border-radius: .20rem;
    position: relative;
    padding: 0 .30rem .20rem
}

.cdt .rit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: .50rem 0
}

.cdt .rit .rmg {
    width: .61rem;
    height: .37rem
}

.cdt .rit .rx {
    font-size: .38rem;
    color: #000;
    margin: 0 .14rem
}

.cdt .certlis {
    width: 100%;
    font-size: 0
}

.cdt .certm {
    display: inline-block;
    vertical-align: top;
    margin-right: 4%;
    width: 48%;
    border: solid .02rem #efefef;
    margin-bottom: .20rem;
    width: 2.82rem;
    margin: 0 calc((100% - 5.64rem) / 4) .20rem;
    border-radius: .10rem
}

.cdt .certm img {
    width: 100%;
    height: 2.82rem;
    display: block
}

.cdt .certm .txt {
    width: 100%;
    text-align: center;
    font-size: .25rem;
    line-height: .80rem;
    height: .80rem;
    background: #fafafc;
    color: #4a4a4a
}

.cdt .certm:nth-child(2n) {
    margin-right: 0
}



.xma-a{width: 100%; }
.xma-top{width: 100%; overflow: visible !important; padding-bottom: .4rem;background-color: #fff;}
.xma-nav{display: inline-block;vertical-align: middle;width: auto;padding: 0 .6rem 0 .28rem;margin-right:  .1rem; position: relative;}
.xma-nav:after{content: '';position: absolute;right: .35rem;top: 50%; border-top: .08rem solid #5c5d5f;border-left: .08rem solid transparent;border-right: .08rem solid transparent;}
.xma-one{display: block; position: relative;}
.xma-link{display: block;color: #5c5d5f;font-size: .32rem;line-height: .9rem;position: relative;}
.xma-link:after{display: none; content: '';position: absolute;bottom: 0;left: 50%;margin-left: -.2rem; width: .4rem;height: .06rem;background-color: #3d7eff;border-radius: .02rem;}
.xma-sub{display: none; position: absolute;top: .9rem;left:.05rem;width: 1.9rem; background-color: #ffffff; }
.xma-tow{display: block; width: 100%;padding: .15rem .1rem;text-align: center; line-height: .4rem;  color: #666666;font-size: .22rem;background-color: #ffffff;border: solid 1px #f4f5f9;}

.xma-nav.active:after{border-top: .08rem solid #000000;}
.xma-nav.active .xma-link{color: #000000;}
.xma-nav.active .xma-link:after{display: block;}

.xma-cont{width: 100%;margin-bottom: .35rem;}
.xma-item{display: flex;align-items: center;justify-content: space-between;padding:.2rem  .3rem .2rem 0; background-color: #fff;margin-top: .03rem;}
.xma-time{width: 1.5rem;text-align: center;}
.xma-time1{color: #999999;font-size: .42rem;line-height: .52rem;margin-bottom: 0.12rem;}
.xma-time2{color: #999999;font-size: .23rem;line-height: .33rem;}
.xma-text{width: 5.35rem;}
.xma-name{margin-bottom: .13rem; color: #333333;font-size: .28rem;line-height: .38rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.xma-intro{	font-size: .22rem;line-height: .3rem; color: #999999;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.xma-ad{display: block; width: 100%;margin-bottom: .6rem;}
.xma-ad img{width: 100%;}

.paging{width: 100%;text-align: center;width: 6.9rem;margin: 0 auto .5rem;padding: .1rem 0; background-color: #ffffff;box-shadow: 0px .01rem .07rem 0px rgba(0, 0, 0, 0.02);}
.paging-a{display: inline-block;vertical-align: middle;margin: .05rem .08rem; min-width: .88rem;height: .4rem;line-height: .4rem; border-radius: .2rem;color: #666666;font-size: .18rem;background-color: #f4f5f9;}
.paging-b{display: inline-block;vertical-align: middle;margin: .05rem .08rem; min-width: .4rem;height: .4rem;line-height: .4rem; border-radius: .2rem;color: #666666;font-size: .18rem;background-color: #f4f5f9;}
.paging-item{display: inline-block;vertical-align: middle;margin: .05rem .08rem; min-width: .4rem;height: .4rem;line-height: .4rem; border-radius: .2rem;color: #666666;font-size: .18rem;background-color: #f4f5f9;}
.paging-item.active{background-color: #3d7eff;color: #ffffff;}

.xmb-a{width: 100%;padding: 0 .3rem .7rem;}
.xmb-titles{color: #000000;margin-bottom: .2rem;position: relative;padding-left: .15rem;}
.xmb-titles:before{content: '';position: absolute;top: 50%;left: 0;margin-top: -.16rem;	width: .03rem;height: .32rem;background-color: #3d7eff;}
.xmb-cont{width: 100%;padding: .35rem .25rem;	background-color: #ffffff;box-shadow: .08rem .07rem .07rem .01rem rgba(61, 126, 255, 0.1);border-radius: .2rem;}

.xmb-item{display: block; width: 100%;color: #666666;line-height: .63rem;  overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.xmb-item:before{content: '';display: inline-block;vertical-align: middle;margin-right: .2rem; width: .08rem;height: .08rem;border-radius: 50%;background-color: #999999;}
.xmb-item:hover{color: #3d7eff;}

.xmc-a{width: 100%;padding-top: .6rem; background-color: #fff;}
.xmc-b{width: 100%;padding: 0 .3rem .4rem;}
.xmc-top{width: 100%;border-bottom: 1px solid #dcdcdc;margin-bottom: .5rem;}
.xmc-titles{width: 100%;width: 6.9rem;font-size: .36rem;font-weight: bold;line-height: .53rem;color: #222222;margin-bottom: .4rem;text-align: center;}
.xmc-tip{width: 100%;width: 6.9rem;text-align: center;}
.xmc-c{display: inline-block;vertical-align: middle;margin-bottom: .23rem; font-size: .24rem; color: #999999;margin-right: .6rem;}
.xmc-c:last-child{margin-right: 0;}
.xmc-c img{height: 1em;margin-right: .07rem;vertical-align: top;}
.xmc-textbox{width: 100%;width: 6.9rem;font-size: .26rem;padding-bottom: .6rem;line-height: .5rem;color: #444444;text-align: justify;}
.xmc-textbox p{width: 6.9rem;}
.xmc-textbox img{height: auto;}
.xmc-textbox *{line-height: inherit;}
.xmc-button{width: 100%;}
.xmc-link{display: block;padding: 0 .1rem;margin-bottom: .2rem; color: #444444;font-size: .26rem;line-height: .75rem;background-color: #f4f5f9;box-shadow: 0px .01rem .07rem 0px rgba(0, 0, 0, 0.02);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.xmd-a{width: 100%;background-color: #f4f5f9;padding: .46rem .3rem .14rem ;text-align: center;}
.xmd-titles{font-size: .24rem; line-height: .41rem; color: #000000;margin-bottom: .35rem;}
.xmd-titles *{line-height: inherit;}
.xmd-cont{width: 100%;}
.xmd-item{display: inline-block;vertical-align: middle;margin: 0 .28rem .28rem;position: relative;}
.xmd-icon{display: block;}
.xmd-icon img{display: block;height: .3rem;}
.xmd-sub{display: none; position: absolute;bottom: .3rem;left: 50%;transform: translate(-50%,0); width: 2rem;padding-bottom: .2rem;}
 
.xmd-code{width: 100%;padding: .2rem; background-color: #fff;border-radius: .2rem; box-shadow: 0px .01rem .07rem 0px rgba(0, 0, 0, 0.02);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.xmd-code img{width: 100%;}

.xmd-item.show .xmd-sub{display: block;}



.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.ellipsis{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.eps2{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.d-agree{width: 100%;font-size: 0; margin-bottom: 40px;}
.d-ag1{display: inline-block;vertical-align: middle;color: #666666;font-size: 14px;line-height: 16px;position: relative;padding-left: 27px;}
.d-ag2{position: absolute;top: 0;left: 0; width: 16px;height: 16px;border: 1px solid #19bc38; border-radius: 3px;}
.d-ag3{display: inline-block;vertical-align: middle; font-size: 14px;color: #df0000;cursor: pointer;}
.d-ag4{display: inline-block;vertical-align: middle; font-size: 14px;color: #666666; }
.d-checkbox{position: absolute;left: 0;top: 0;z-index: 10;opacity: 0;filter: alpha(opacity=0);width: 100%;height: 100%;}
.d-checkbox:checked + .d-ag2,
.d-ag1.selected .d-ag2{background-image: url('../images/a20.png');background-size: 10px auto; background-color: #19bc38; background-position: center center;background-repeat: no-repeat;}
/**已下架的图标*/
.lower-shelf{top: 20%;left: -12px;background-color: darkgrey;padding: 1%;opacity: 0.8;color: red;position: absolute;text-align: center;-webkit-transform: rotate(317deg);-moz-transform: rotate(317deg);filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=0.45);}
.lower-shelf:before{content: '已下架';}


.ws-mask{position: fixed;z-index: 10;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0, 0, 0, 0.6);z-index: 12355;opacity: 0;left: -10.00rem;transition: opacity .3s;}
.ws-mask.show{opacity: 1;left: 0;}
.ws-cont{z-index: 123456;width: 6.90rem;position: fixed;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0);box-sizing: border-box;transition: transform .3s;background-color: #fff;padding: .88rem .44rem;border-radius: .44rem;}
.ws-cont.show{transform: translate(-50%,-50%) scale(1);}
.ws-close{width: .88rem;line-height: .88rem;text-align: center;font-size: .40rem;color: #666;position: absolute;right: 0;top: 0;}
.ws-box{width: 100%;display: block;}
.ws-img{width: 100%;vertical-align: top;}

.xma-top{padding-bottom:0px;position: relative;}
.xma-top:before,
.xma-top:after{content: "";display: inline-block;vertical-align: top;width: .2rem;height: 100%;background-color: #f2f5f9;position: absolute;top: 0;z-index: 123;}
.xma-top:before{left: -0.2rem;}
.xma-top:after{right: -0.2rem;}
.xma-top .swiper-slide{display: inline-block;vertical-align: middle;width: auto;padding: 0 .6rem 0 .28rem;margin-right: .1rem;position: relative;}
.xma-top .swiper-slide.active:after{border-top: .08rem solid #000000;}
.xma-top .swiper-slide.active .xma-link{color: #000000;}
.xma-top .swiper-slide.active .xma-link:after{display: block;}
.xma-last{width: 100%;padding: .2rem 0;text-align: center;background-color: #fff;margin-bottom: .25rem;margin-top: 1px;}
.xma-more{width: 2rem;line-height: .6rem;border-radius: .3rem;text-align: center;font-size: .26rem;color: #666;background-color: #f4f5f9;display: inline-block;}
.t-news{margin-bottom: .25rem;}
.t-ton .xma-cont{margin-bottom: 0;}
.t-ton .paging{width: 100%;margin-bottom: 0;padding: .2rem 0;margin-top: 1px;}




.search-box .type-wrap{width: 100%;position: relative;z-index: 123;display: none;}
.search-box .type-wrap.show{display: block;}
.search-box .search-type{width: 1.00rem;position: relative;line-height: .64rem;height: .64rem;padding-left: .06rem;font-size: 0;}
.search-box .type-list{width: 1.40rem;position: absolute;left: 2.14rem;top: -0.02rem;background-color: #000;border-radius: .15rem;}
.search-box .type-list:before{content: "";border-left: .25rem solid transparent;border-right: .25rem solid transparent;border-bottom: .23rem solid #000;position: absolute;left: .45rem;top: -0.23rem;}
.search-box .cur-type{font-size: .24rem;color: #666;display: inline-block;vertical-align: middle;}
.search-box .one-type{font-size: .32rem;color: #fff;line-height: .88rem;text-align: center;border-bottom: 1px solid #333;}
.search-box .one-type:last-child{border-bottom: none;}
.search-box .type-arrow{width: .18rem;vertical-align: middle;margin-left: 0.08rem;}
.search-box .search .img{margin-left: .14rem;}





