﻿body {
    width: 100%;
    margin: 0;
}

.bg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: -10;
    top: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

#zlt {
    display:none;
}

.center_start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.formPage {
    max-width: 650px;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 2%;
    margin-bottom: 2%;
    position: relative;
}

.topimgbox {
    width: 100%;
    border-bottom: none;
}

.topimgbox img {
    width: 100%;
}

.ChangNone {
    display: none;
}

.selectChang {
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 5px;
}

.changci .title-text {
    font-size: 16px;
    display: inline-block;
    word-break: break-all;
    word-break: break-word;
    line-height: 1em;
    vertical-align: baseline;
    position: relative;
    padding: 0 0 0 10px
}

    .changci .title-text p {
        font-size: 12px;
        line-height: 2;
        color: #7f9bc1;
        margin: 0;
    }

    .changci .title-text:before {
        content: "*";
        position: absolute;
        left: 0;
        color: #7f9bc1;
        top: 22%;
        font-size: 15px;
    }

.changbox {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.changbox .select {
    display: inline-block;
    margin: 0;
    float: left;
    min-width: 100%;
    position: relative;
}

.changbox .select .option-label {
    font-size: 14px;
    float: left;
    box-sizing: border-box;
    margin-left: 25px;
    cursor: pointer;
}

.changbox .select .option-label p {
    font-size: 13px;
    line-height: 2;
    color: #555;
    margin: 0;
}

.changbox .select .checkbox {
    display: none;
    width: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

.changbox .select .checkboxInput {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    display: inline-block;
    height: 1em;
    width: 1em;
    box-sizing: border-box;
    position: absolute;
    left: 2px;
    top: 5px;
    bottom: 0;
    margin: 0;
    cursor: pointer;
    cursor: pointer;
}

.select .checkbox:checked+.checkboxInput:before {
    content: "";
    background: #0077cc;
    width: 14px;
    height: 14px;
    position: absolute;
}

.select .checkbox:checked+.checkboxInput:after {
    content: "";
    width: 5px;
    height: 8px;
    position: absolute;
    border: 2px solid #ffffff;
    transform: rotate(45deg);
    border-top-color: transparent;
    border-left-color: transparent;
    margin-top: -3px;
    margin-left: 2px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.linktip {
    position: absolute;
    top: 40%;
    left: 30%;
    width: 260px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.linktip p {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin: 0;
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #808080;
}

.title h1 {
    font-size: 18px;
    margin: 0;
    padding: 15px 5%;
    text-align: center;
    color: #fff;
    line-height: 1.8;
    font-weight: bold;
}

.title p {
    font-size: 14px;
    color: #fff;
}

.formbody {
    width: 93.8%;
    background: #fff;
    padding: 10px 2.98%;
    border: solid 1px #eee;
    border-top: none;
    display: none;
}

.formbodyNone {
    display: none;
}

.otherbox {
    background: #fff;
    box-shadow: 0 0 10px 0 #ccc;
    margin-bottom: 2%;
    border-radius: 5px;
    padding: 15px;
    position: relative;
}

.otherbox div b {
    color: red;
}

.allinput {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    /*display: flex;
    align-items: center;
    justify-content: flex-start;*/
    position: relative;
    margin-bottom: 5px;
}


/*.allinput input:hover {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    border: solid 1px #485bd7;
}*/

.allinput .min {
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    color: #5d5e5e;
}


/*单选*/

.first {
    margin-bottom: 10px;
}


.flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.allinput .danx {
    cursor: pointer;
	display: flex;
	align-items: flex-start;
}

.pdforum {
    width: 50%;
    margin-top:10px;
}

.changci {
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    color: #5d5e5e;
}
.pdlt {
    font-size: 14px;
    color: #5d5e5e;
    cursor: pointer;
}


.allinput .danx input {
    width: 14px;
    height: 14px;
    min-height: 0;
    position: relative;
    top: 0px;
    cursor: pointer;
	flex-shrink: 0;
}

.allinput .danx input:hover {   
    box-shadow: none;
    border: solid 1px #485bd7;
}

.allinput .danx span {
    font-size: 14px;
    color: #5d5e5e;
    cursor: pointer;
}

.allinput label {
    font-size: 12px;
    color: #7f9bc1;
    display: block;
}

.allinput input {
    width: 98%;
    background: #fff;
    border: none;
    outline: none;
    color: #2e3e4c;
    font-size: 17px;
    font-weight: bold;
    height: 30px;
    padding: 0;
    line-height: 18px;
    margin-left: 10px;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0;
}

.allinput input#VerCode {
    width: 82%;
}

.Impact {
    display: none;
}

.allinput input#Industry {
    width: 93.5%;
}

.allinput input#Department {
    width: 93.5%;
}

.allinput input#Scale {
    width: 93.5%;
}

.allinput input::-webkit-input-placeholder {
    font-size: 17px;
    font-weight: bold;
    color: #888;
}

.allinput .selbox {
    width: 93.5%;
    max-height: 300px;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 1.5%;
    z-index: 9;
    padding: 0;
    list-style: none;
    display: none;
    margin: 0;
    border: 1px solid #E0E0E0;
    border-top: none;
    overflow: hidden;
    overflow-y: scroll;
}

.city,
.scale {
    display: none;
}

.selbox li {
    cursor: pointer;
    padding: 10px 0 10px 15px;
    font-size: 14px;
    color: #5d5e5e;
}

.selbox li:hover {
    background: #f5f5f5;
}

.submit input {
    border: none;
    width: 98%;
    color: #fff;
    box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
    padding: 2%;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background: #003580;
    margin-left: 10px;
}

.getcode {
    position: absolute;
    right: 0;
    padding: 0 2px 0 0;
    text-align: right;
    white-space: nowrap;
    z-index: 2;
    top: 22px;
}

.getcodeborder {
    border: none;
}

.getcode a {
    padding: 4px 10px;
    font-size: 12px;
    background: #003580;
    color: #fff;
    border-radius: 5px;
    line-height: 22px;
    cursor: pointer;
}

.getcode span {
    font-size: 24px;
    color: #1a489d;
    position: relative;
    top: 0;
    right: 15px;
}

.getcode a.eight {
    color: #e3e3e3;
}

.getcode a.codenone {
    display: none;
}

.getcode .duinone {
    display: none;
}

span.xiaselect {
    position: absolute;
    right: -8px;
    top: 15px;
    font-size: 40px;
    color: #888;
    cursor: pointer;
}

.read {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 8px;
}

#IsPuDong {
    display: none;
}

.read label {
    font-size: 12px;
    color: #888;
    font-weight: normal;
    padding-left: 5px;
    line-height: 1.5;
}

.read label a {
    color: #003580;
}

.errormsg {
    font-size: 12px;
    color: #fb3838;
    text-align: right;
}

.readnone {
    display: none;
}

.safe {
    margin-top: -15px;
}

.by {
    padding: 10px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.by span {
    font-size: 12px;
    color: #fff;
}

.by img {
    width: 50px;
    margin-left: 10px;
}


/*禁选*/

.flex div.wan {
    pointer-events: none;
}

.flex div.wan span {
    color: #c1c1c1;
    pointer-events: none;
}


/*提交成功*/

.success {
    width: 650px;
    background: #fff;
    padding: 20px 0;
    text-align: center;
    display: none;
}


/*小程序引导*/

.miniCode {
    display: flex;
    align-items: center;
    padding: 20px 80px;
}

.miniCode img {
    width: 150px;
}

.rigMsg {
    padding-left: 20px;
}

.rigMsg img {
    display: block;
    width: 150px;
}

.rigMsg>p {
    padding-top: 20px;
    line-height: 1.5;
    color: #888;
    font-size: 14px;
}

.miniCode .rigMsg>p {
    text-align: left;
}

.successShow {
    display: block;
}

.success span.iconfont {
    font-size: 28px;
    color: rgb(120, 192, 110);
}

.success h6 {
    font-size: 18px;
    color: rgb(120, 192, 110);
    margin: 0;
    padding-left: 10px;
    line-height: 1.5;
}

.success>p {
    font-size: 14px;
    text-align: left;
    line-height: 2;
    color: #888;
    padding-top: 0;
}

.newSuccessTip {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border-bottom: dashed 1px #e5e5e5;
    padding-bottom: 20px;
}


/*活动结束*/

.over {
    max-width: 650px;
    background: #fff;
    padding: 30px;
    text-align: center;
    display: none;
}

.over img {
    width: 40px;
    height: 46px;
}

.over p {
    font-size: 14px;
}

.overShow {
    display: block;
}

.checkbox {
    margin: 2px !important;
    cursor: pointer;
}

.submit {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}

.allorg {
    font-size: 12px;
    color: #888;
    margin-left: 10px;
    margin-top: 10px;
    word-break: break-word;
}

.policy {
    display: inline;
    word-break: break-word;
}

.policy a {
    font-size: 12px;
    color: #888;
    line-height: 20px;
}

.tan {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
    display: none;
}

.pos100 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.regtip {
    width: 400px;
    background: #fff;
    padding: 20px 0;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 22vh;
}

.tipbox1 {
    text-align: right;
    padding: 0 20px;
}

.tipbox1 span.iconfont {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.tipbox2 {
    padding: 0 20px 0px 20px;
}

.tipbox2 span.iconfont {
    font-size: 20px;
    color: #003580;
    margin-right: 5px;
    margin-top: 1px;
}

.tipbox2 h5 {
    font-size: 16px;
    font-weight: bold;
    color: #003580;
    border: none;
    padding: 0;
}

.toTipbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.toTipbtn button {
    padding: 10px 0px;
    font-size: 14px;
    color: #fff;
    border: none;
    outline: none;
    width: 45%;
    cursor: pointer;
}

.toTipbtn button:nth-child(1) {
    background: #003580;
}

.toTipbtn button:nth-child(2) {
    background: #888;
}

.tipnone {
    display: none;
}

.hide {
    display: none;
}

.hasGift {
    background: #fff;
    padding: 15px;
    border-top: dashed 1px #e5e5e5;
}

.hasGift>.h3tit {
    font-size: 17px;
    line-height: 2;
    font-weight: bold;
    color: #0077cc;
    text-align: center;
    margin: 0;
}

.hasGift>h6 {
    font-size: 15px;
    line-height: 2;
    font-weight: bold;
    color: #333;
    text-align: left;
    padding: 0;
}

.hasGift div.text {
    font-size: 14px;
    line-height: 1.5;
    color: #888;
    text-align: left;
}

.hasGift div.text>p {
    margin: 0;
}

.prize {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.leftPrize {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.leftPrize>img {
    width: 150px;
}

.ctinfo {
    padding-left: 10px;
    text-align: left;
}

.ctinfo>h6 {
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
    color: #333;
    text-align: left;
    padding: 0;
}

.ctinfo p {
    font-size: 14px;
    color: #888;
}

.ctinfo>span {
    font-size: 12px;
    padding: 5px 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    background: url(https://static.hrflag.com/img/jt.png) center no-repeat;
    background-size: cover;
}

.prizefor {
    max-width: 70%;
    padding-right: 50px;
}

.prizeCode {
    padding-left: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-left: dashed 1px #e5e5e5;
}

.prizeCode img {
    width: 160px;
}

.prizeCode p {
    font-size: 14px;
    color: #888;
    line-height: 3;
    text-align: center;
}

p.proce {
    color: #888;
    text-align: left;
    font-size: 14px;
}


/*麦肯锡样式*/

.mckinsey {
    display: none;
}

.mckinsey img {
    width: 120px;
    padding: 10px 0;
}

.mckinseyStyle {
    font-family: KaiTi;
}

.mckinseyStyle .allinput input::-webkit-input-placeholder {
    font-family: KaiTi;
}

.mckinseyStyle .allinput input {
    font-family: KaiTi;
}

.mckinseyStyle .getcode a {
    background: #1F40E6;
}

.mckinseyStyle .submit input {
    font-family: KaiTi;
    background: #1F40E6;
    box-shadow: none;
}

.mckinseyList {
    display: none;
}

.mckinseyList {
    display: none;
}

.mckinseyList .flex {
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0;
    width: 98%;
    margin-left: 2%;
}

.select_box {
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

.rencheckbox {
    float: left;
}

.rencheckbox-label {
    font-size: 12px;
    color: #888;
    font-weight: normal;
    padding-left: 5px;
    line-height: 1;
}

.rencheckbox-label p {
    margin: 5px 0;
}

.pudong {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 999;
}

.rule_box {
    width: 60%;
    max-height: 70%;
    background: #fff;
    padding: 40px;
    margin: 10% auto;
    overflow-y: auto;
    font-size: 14px;
}

.rule_box h2 {
    text-align: center;
    font-size: 24px;
}

.textIndent {
    text-indent: 32px;
    line-height: 2;
}

.close_pudong {
    width: 180px;
    height: 40px;
    background: #003580;
    color: #fff;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    border-radius: 5px;
    cursor: pointer;
}

#CompanySize, #Position2 {
    width: 93.5%;
}

.maikenxi{
    margin-top: 15px;
}


/*报告购买*/
.reportprice{
    display:flex;
    margin-bottom:10px;
}

.circle {
    border: solid 1px #666;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.circleed {
    background-color: #003580;
}
.Addresstotalbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Addresstotalbox .Addressbt {
    padding: 4px 10px;
    font-size: 12px;
    background: #003580;
    color: #fff;
    border-radius: 5px;
    line-height: 22px;
    cursor: pointer;
    display: inline-block;
}
.AddressInfo {
        padding: 0px 0 5px 0px;
        font-size: 13px;
        color: #666;
        margin-left:10px;
    }
.AddressInfo div{
    margin-bottom:5px;
    display:flex;
}
    .AddressInfo .phonename div {
        flex-shrink: 0;
    }
    .AddressInfo .AddressTxt div {
        flex-shrink: 0;
    }


#moreEvents {
    cursor: pointer;
    padding: 8px 15px;
    color: #0077cc;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

    #moreEvents img {
        width: 20px;
        height: 20px;
    }

    @media screen and (max-width:750px) {
        #moreEvents {
            padding: 5px;
        }
        .close_pudong {
        position: fixed;
        bottom: 8%;
        left: 30%;
    }
    .rule_box {
        padding: 15px;
        width: 95%;
        max-height: 90%;
        box-sizing: border-box;
        padding-bottom: 100px;
    }
    .rule_box h2 {
        font-size: 16px;
    }
    .bg {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: fixed;
        z-index: -10;
        top: 0;
        background-size: cover;
    }
    .linktip {
        left: 12%;
    }
    .topimgbox {
        border: none;
    }
    .formPage {
        padding: 20px 10px;
        margin: 0 auto;
        border: none;
    }
    .formbody {
        width: auto;
        padding: 15px;
        display: none;
        border: none;
    }
    .regtip {
        width: 100%;
    }
    .allinput {
        width: 100%;
        padding: 0;
        box-shadow: none;
    }
    .allinput input {
        font-size: 14px;
    }
    .allinput input#Industry {
        width: 88.5%;
    }
    .allinput input#Department {
        width: 88.5%;
    }
    .allinput .selbox {
        width: 88.5%;
        max-height: 300px;
        background: #fff;
        position: absolute;
        top: 100%;
        left: 3%;
        z-index: 9;
        padding: 0;
        list-style: none;
        display: none;
        margin: 0;
        border: 1px solid #E0E0E0;
        border-top: none;
        overflow: hidden;
        overflow-y: scroll;
    }
    .getcode a {
        padding: 4px 10px;
        font-size: 12px;
    }
    .read {
        width: 100%;
        margin: 0 auto;
    }
    .checkbox {
        width: 5%;
    }
    .read label {
        width: 96%;
        font-size: 12px;
        color: #666;
    }
    .submit {
        width: 100%;
        margin: 0 auto;
    }
    .submit input {
        padding: 2% 5%;
    }
    .success {
        width: auto;
        padding: 15px;
    }
    .miniCode {
        padding: 15px 0 0 0;
    }
    .miniCode img {
        width: 150px;
    }
    .rigMsg {
        padding-top: 15px;
    }
    .rigMsg>p {
        padding-top: 0;
    }
    .rigMsg img {
        width: 120px;
    }
    .success h6 {
        font-size: 16px;
    }
    .selbox li {
        font-size: 14px;
    }
    .over {
        width: auto;
        padding: 30px 8.2%;
        display: none;
    }
    .errormsg {
        font-size: 12px;
        color: red;
        text-align: right;
        width: 93%;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .hasGift {
        padding: 15px 0;
    }
    .prize {
        flex-wrap: wrap;
    }
    .prizeCode {
        padding-left: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        border-left: none;
        border-top: dashed 1px #e5e5e5;
        padding-top: 15px;
    }
    .ctinfo>h6 {
        font-size: 13px;
        line-height: 1.5;
    }
    .prizefor {
        max-width: 100%;
        padding-right: 0;
    }
    .ctinfo p {
        font-size: 12px;
        line-height: 1.5;
        color: #888;
    }
    .AddressInfo{
        padding:0;
    }
}

@media screen and (max-width:680px) {
    .allinput input#VerCode {
        width: 68%;
    }
}