﻿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;
}
.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%;
    max-height: 260px;
    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:#888;
    margin:0;
}
.changci .title-text:before {
    content: "*";
    position: absolute;
    left: 0;
    color: #888;
    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;
}
.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: #ecad25;
}
.title h1 {
    font-size: 18px;
    margin: 0;
    padding: 15px 5%;
    text-align: center;
    color: #fff;
}
.title p {
    font-size:14px;
    color:#fff;
}
.formbody {
    width: 93.8%;
    background: #fff;
    padding: 10px 3%;
    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 {
    margin-right:10px;
}
.allinput .danx input {
    width: 14px;
    height: 14px;
    min-height: 0;
    position: relative;
    top: 2px;
}
.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%;
}
.allinput input#Industry {
    width:93.5%;
}
.allinput input#Department {
    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;
}
.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: #ecad25;
    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: #ecad25;
    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-bottom: 15px;
    margin-left: 8px;
}
.read label {
    font-size: 12px;
    color:#888;
    font-weight:normal;
    padding-left:5px;
}
.read label a {
    color: #485bd7;
}
.errormsg {
    font-size: 12px;
    color: #fb3838;
    text-align: right;
}
.readnone {
    display:none;
}
.by {
    padding:10px 0;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
}
.by span {
    font-size:12px;
    color:black;
}
.by img {
    width: 80px;
    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;
}
.successShow {
    display:block;
}
.success span.iconfont {
    font-size:28px;
    color: #2D61B3;
}
.success h6 {
    font-size:18px;
    color:#2D61B3;
    margin:0;
    padding:15px 0 0 0;
}
.success p {
    font-size: 14px;
    text-align: left;
    line-height: 2;
    color: #888;
}
/*活动结束*/
.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;
}
.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 20px;
    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;
}
@media screen and (max-width:750px) {
    .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: 0;
        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;
    }
    /*.allinput input:hover {
        transition:all 0.5s;
        box-shadow: inset 0 0 5px rgba(0,0,0,.3);
        border: solid 1px #485bd7;
    }
    .allinput input:focus {
        transition: all 0.5s;
        box-shadow: inset 0 0 5px rgba(0,0,0,.3);
        border: solid 1px #485bd7;
    }*/
    .getcode a {
        padding: 4px 10px;
        font-size: 12px;
    }
    .read {
        width: 100%;
        margin: 0 auto;
    }
    .read label {
        font-size: 12px;
        color: #666;
    }
    .submit {
        width: 100%;
        margin: 0 auto;
    }
    .submit input {
        padding: 2% 5%;
    }
    .success {
        width: auto;
        padding: 30px 8.2%;
    }
    .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;
    }
}
@media screen and (max-width:680px) {
    .allinput input#VerCode {
        width: 68%;
    }
}