﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑";
}
.lock-back {
    height: 100%;
    overflow: hidden;
}
body{
    width:100%;
    height:100%;
    position:relative;
    margin:0 auto;
    top:0;
    left:0;
}
a {
    text-decoration: none !important;
}
/*详情模糊图*/
.dim{
    width:100%;
    height:auto;
    display:none;
}
/*详情底部导航*/
.topTabbar {
    width: 100%;
    height: 1.3rem;
}
.back {
    width: 100%;
    background: #fff;
    height: 1.3rem;
    line-height: 1.3rem;
    color: #000;
    font-size: 0.45rem;
    display: flex;
    justify-content: space-between;
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.back a{
    color:#000;
}
.back .backItem {
    width: 33%;
}
.back .backTitle{
    color:#000;
}
/* 公司类型弹窗 */
#modelType {
    display: none;
}
.type {
    width: 100%;
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
    background: #eee;
}

._chooseAnimation {
    animation: __choose .2s linear forwards;
}

@keyframes __choose {
    0% {
        -webkit-transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

.type_item {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.4rem;
    text-align: center;
    background: #fff;
    border-bottom: 0.01rem solid #eee;
}

.mrg-top {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.4rem;
    text-align: center;
    background: #fff;
    border-bottom: 0.01rem solid #eee;
    margin-top: 0.13rem;
}

/*导航*/
.navigation {
    width: 1.2rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 200;
}

.navigation .navbg {
    width: 100%;
    height: auto;
}
.tabbar {
    display: none;
    background: #434343;
    border-radius: 5px;
    padding: 0 0.5rem;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 1.5rem;
    z-index: 200;
}
.backTabbar .tabbar {
    right: 0.3rem;
}
.tabbar .tabbarItem {
    display: flex;
    padding: 0.3rem 0;
    border-bottom: 0.01rem solid #707070;
}
.tabbar .tabbarItem .tabbarImg {
    width: 0.7rem;
    height:0.7rem;
}
.tabbar .tabbarItem .tabbarImg img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.tabbar .tabbarItem .tabbarTitle {
    width: 3rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    font-size: 0.45rem;
    color: #fff;
}
.bottomBtn {
    display: none;
    width: 100%;
    height: 1.3rem;
    line-height: 1.3rem;
    text-align: center;
    font-size: 0.5rem;
    background: #F19149;
    color: #fff;
    position: fixed;
    bottom: -0.01rem;
    left: 0;
}
/*遮罩层*/
.myModel {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    bottom: 0px;
    left: 0;
    overflow: hidden;
    z-index: 300;
}
/*登陆*/
#Login {
    display: none;
}
.flayLogin {
    background: #fff;
    width: 100%;
    /*height: 70%;*/
    position: absolute;
    z-index:120;
    bottom: 0;
    left:0;
    animation: showLogin .4s linear forwards;
}
@keyframes showLogin {
    from {
        -webkit-transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0);
    }
}
.Login-close {
    width: 1rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    font-size:0.8rem;
}
.loginTitle {
    width: 100%;
    text-align: center;
    color: #383838;
    font-size: 0.5rem;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom:0.8rem;
    padding-left:1rem;
    box-sizing:border-box;
}
.loginform {
    width:100%;
    padding:0 0.4rem;
    box-sizing:border-box;
}
.loginform .formitem{
    width:100%;
    height:1.25rem;
    line-height:1.25rem;
    margin-bottom:0.4rem;
    /*position:relative;*/
}
.loginform .formitem input {
    width: 100%;
    border: none;
    background: #eee;
    border-radius:5px;
    padding-left:0.4rem;
    font-size:0.4rem;
}
    /*.loginform .formitem input:first-child {
        position: absolute;
        top: 0;
        left: 0;
    }
    .loginform .formitem input:last-child {
        position: absolute;
        top: 0;
        right: 0;
    }*/
.loginform .formcode {
    display: flex;
    justify-content: space-between;
}
.loginform .formcode .code {
    width: 55%;
}
.loginform .formcode .VerifyCodeRegs {
    width: 40%;
    text-align: center;
    padding-left: 0;
    border: 1px solid #5D88F4;
    color: #5D88F4;
    background:#fff;
}

.loginform .formitem .LoginSubmit {
    width: 100%;
    border: none;
    background: #F19149;
    color: #F6F6F6;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 0.4rem;
}
.flayLogin .ua {
    width: 100%;
    text-align: center;
    font-size: 0.4rem;
    color: #AEAEAE;
    padding-bottom:0.6rem;
}
.flayLogin .ua a {
    color: #F19149;
}
.disable {
    pointer-events: none;
    border: 1px solid #aaa !important;
    color: #aaa !important;
}


/*关注公众号*/
#Diyihh {
    display: none;
}
.flayDiyihh {
    width: 85%;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    z-index: 120;
    top: 50%;
    transform: translateY(-50%);
    /*animation: showDiyihh .4s linear forwards;*/
}

.flayDiyihh .diyihhBgImg {
    width: 100%;
    height: auto;
}
/*@keyframes showDiyihh {
    from {
        -webkit-transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0);
    }
}*/

.Diyihh-close {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    top: 1rem;
    right: 0;
    z-index: 150;
}
.flayDiyihh .copy {
    position: absolute;
    height: 1.5rem;
    width: 100%;
    left:0;
    bottom: 5%;
    opacity: 0;
    z-index: 150;
}
.DiyihhTitle {
    width: 100%;
    padding: 0 1.5rem;
    text-align: center;
    color: #383838;
    font-size: 0.5rem;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
    box-sizing: border-box;
}
.DiyihhTitle span {
    color: #F19149;
}
.flayDiyihh .step{
    width:100%;
    padding:0 1rem;
    box-sizing:border-box;
    display:flex;
    justify-content:space-between;
}
.flayDiyihh .step .item {
    width: 33%;
}
.flayDiyihh .step .item img{
    width: 1.5rem;
    height:auto;
}
.flayDiyihh .step .item div {
    font-size: 0.35rem;
    color: #A0A0A0;
}
.flayDiyihh .step .item div:first-child {
    text-align: center;
}
.flayDiyihh .step .item div span {
    color: #F19149;
}
.flayDiyihh .copydiv {
    padding: 0 1rem;
    box-sizing: border-box;
}
.flayDiyihh .copydiv .copy {
    display:inline-block;
    width: 100%;
    height: 1.3rem;
    line-height: 1.3rem;
    text-align:center;
    color: #fff;
    font-size: 0.5rem;
    background: #F19149;
    border-radius: 10px;
    border: none;
    margin: 0.8rem 0;
}

/*选择城市 行业*/
.fixed-top {
    width: 100%;
    position: fixed;
    top: 0;
    left:0;
    background: #fff;
    z-index: 260;
}
.flaycityindustry {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 120;
    bottom: 0;
}
#SelCity {
    display: none;
}

.SelCity {
    animation: showSelCity .3s linear forwards;
}

@keyframes showSelCity {
    from {
        -webkit-transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0);
    }
}

.flaySelCity-close {
    width: 1rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    font-size: 0.8rem;
}
.cityKeyWord {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1.5rem;
    background: #fff;
}
.industryKeyWord {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1.5rem;
    background: #fff;
}
.key_item {
    display: block;
    width: 100%;
    border: none;
    height: 1.15rem;
    line-height: 1.15rem;
    text-align: left;
    padding-left: 1.2rem;
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 0.4rem;
}
/*选择行业*/
#SelIndustry {
    display: none;
}

.SelIndustry {
    animation: showSelIndustry .3s linear forwards;
}

@keyframes showSelIndustry {
    from {
        -webkit-transform: translateY(50%);
    }

    to {
        -webkit-transform: translateY(0);
    }
}

.flaycityindustryClose {
    width: 100%;
    height: 1rem;
    text-align: right;
    line-height: 1rem;
    font-size: 0.8rem;
}


/*底部tabbar*/
.downPagesTabbar {
    width: 100%;
    height: 1.5rem;
}
.downTabbar {
    width: 100%;
    height: 1.5rem;
    background: #fff;
    padding: 0.1rem 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.downTabbar .tabItem {
    width: 25%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.downTabbar .tabItem a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.downTabbar .tabItem .tabItemIcon {
    width: 100%;
}
.downTabbar .tabItem .tabItemIcon img {
    width: 0.8rem;
    height: 0.8rem;
}
.downTabbar .tabItem .tabItemTit {
    font-size: 0.35rem;
    color: #AAA;
}
.downTabbar .tabItem .tabItemTit.active {
    color: #ED5D24;
}