html {
    font-family: sans-serif;
    text-size-adjust: 100%;
}

body {
    background: #f9f9f9;
}

body,
html {
    height: 100%;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    box-sizing: content-box;
    appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

* {
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
}

body {
    margin: 0;
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #999;
    text-decoration: none;
}

figure {
    margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

.old_body {
    min-height: 96.6%;
}

.clearfix::before,
.clearfix::after {
    display: table;
    content: " ";
}

.clearfix::after {
    clear: both;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font28 {
    font-size: 28px;
}

.font30 {
    font-size: 30px;
}

.fb {
    font-weight: bold;
}

.fff {
    color: #fff;
}

.gray_a {
    color: #aaa;
}

.gray_3 {
    color: #333;
}

.gray_5 {
    color: #555;
}

.gray_6 {
    color: #666;
}

.gray_7 {
    color: #777;
}

.gray_9 {
    color: #999;
}

.red {
    color: #e52e2e;
}

.blue {
    color: #2189ff !important;
}

.blue0 {
    color: #6fa0ff;
}

.black {
    color: #000;
}

.arial {
    font-family: Arial;
}

.green {
    color: #2aa85a;
}

.loading {
    background: url('/image/loading.gif') 50% no-repeat;
    min-height: 300px;
}

.box10 {
    height: 10px;
}

i {
    font-style: normal;
}

html,
body,
div,
ul,
p,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
}

li {
    list-style: none
}

em {
    font-style: normal;
}


/* 公共头部 */

.headtop {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(209 209 209 / 50%);
    position: fixed;
    width: 100%;
    top: 0;
}

.headtop .pull-left {
    height: 84px;
}

.headtop img {
    vertical-align: middle;
}

.headtop .pull-left span {
    margin-left: 18px;
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    line-height: 84px;
}

.headtop a {
    line-height: 84px;
    border-left: 1px solid #dadada;
    padding: 0 15px;
}

.headtop a,
.headtop span {
    color: #333;
}

.headtop a.blue {
    padding-left: 0;
    border-left: 0
}

.headtop a:last-child {
    padding-right: 0
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}


/* 公共底部 */


/* .foot{ padding:18px 0; margin-top:0px; color: #666; text-align: center; /* position: relative; bottom: 0px; } */

.main_a {
    position: relative;

    /* height: auto !important; */
    min-height: 100%;
    margin-top: 0;
    color: #999;
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.main_con {
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex;
}

.foot {
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    padding: 18px 0;
    text-align: center;
}

.foot ul {
    margin: 0 auto;
    text-align: center;
}

.foot ul li {
    display: inline-block;
    padding: 0 18px;
    border-right: 1px solid #aaa;
}

.foot ul li:last-child {
    background: none;
    border-right: 0;
}

.foot ul li a {
    color: #333;
    font-size: 14px;
}

.foot p span {
    margin-right: 23px;
}

.foot p {
    margin: 8px 0 10px;
}


/* 注册窗口 */

.posibox {
    position: absolute;
    top: 86px;
    z-index: 120;
    left: 50%;
    margin-left: -600px!important;
}

.mainbox {
    width: 400px;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
}

.marginb_10 {
    margin-bottom: 10px;
}

.notice,
.notice_v {
    position: absolute;
    top: -30px;
    left: 12px;
    z-index: 2;
    width: 314px;
    display: none;
}

.iswrong {
    overflow: initial!important;
}

.iswrong .notice {
    display: block;
}

.notice_v {
    bottom: 62px;
}

.notice_tv,
.notice_v {
    width: 120px;
}

.notice_pv {
    bottom: 42px;
    width: 146px;
}

.notice p span {
    color: #fff;
    font-size: 12px;
    background: url('/image/erroricon.png') no-repeat left center;
    height: auto;
    padding: 2px 0 2px 26px;
}

.notice p {
    background-color: rgb(0 0 0 / 60%);
    padding: 2px 8px 2px 12px!important;
    position: relative;
}

.notice p em {
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color: #000 transparent transparent;
    bottom: -14px;
    left: 10px;
    position: absolute;
    display: inline-block;
    opacity: 0.6
}

.marin0_6 {
    margin: 0 8px;
}

.nameinput,
.passwordinput,
.incodeinput {
    border: 1px solid #E8E8E8;
    margin-bottom: 16px;
    border-radius: 4px;
}

input,
select {
    /* -webkit-border-radius: 0!important; */
    outline: 0!important;
    -webkit-tap-highlight-color: rgb(255 0 0 / 0%)!important;
    -webkit-tap-highlight-color: transparent!important;
    background: #fff;
}

.clearvl,
.via,
.clearv0 {
    display: inline-block;
    background: url('/image/clearval-3c890c67e0b94a25d70322a5fb7de1b7.png') no-repeat center;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 12px;
    top: 12px;
}

.via {
    background: url('/image/via-9a073b3784416aa5c95192042b9b741d.png') no-repeat center;
    width: 23px;
    height: 23px;
    top: 5px;
    display: none;
}

.verificationcde0,
.verificationcde1 {
    text-align: center;
    position: absolute;
    padding: 4px 0;
    top: 5px;
    right: 5px;
    display: inline-block;
    width: 70px;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
}

.verificationcde0 {
    background: #2189ff;
    border: 1px solid #2189ff;
}

.verificationcde1 {
    background: #90c4ff;
    border: 1px solid #90c4ff;
}

.codeinput p {
    padding: 10px 0;
}

.codeinput input {
    color: #999;
    padding: 10px 8px;
    border-radius: 2px;
    border: 1px solid #E8E8E8;
    width: 200px;
}


/* .push{ height: 60px; } */

input[type="text"]::-ms-clear {
    display: none;
}

input::-webkit-search-cancel-button {
    display: none;
}

.dialogbox {
    width: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -130px;
    z-index: 9;
    background: #fff;
}

.tranbg {
    background: #000;
    opacity: 0.4;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.whitebtn {
    opacity: 0.6;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
}

.bluebtn {
    background: #2189ff;
    text-align: center;
    border: 1px solid #2189ff;
    color: #fff;
}

.whitebtn,
.bluebtn {
    display: inline-block;
    padding: 10px 0;
    width: 146px;
    font-size: 16px;
    border-radius: 2px;
}

.decorateline {
    margin: 0 0 30px;
    font-size: 32px;
    width: 400px;
    text-align: center;
    background: url('/image/decoratelinebg.png') no-repeat left center, url('/image/decoratelinebg.png') no-repeat right center;
    background-size: 115px 1px, 115px 1px;
}

.logbox {
    width: 400px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 8px 0 #F2F2F2;
    border-radius: 10px;
    border: 1px solid #F2F2F2;
}

.logbox a{
    color: #2189ff !important;
}

.logswish li {
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    padding: 15px 0;

    /* border-bottom: 1px solid #eee; */
    position: relative;
}

.sidebar {
    height: 2px;
    display: none;
    background: #34aaff;
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 50px;
}

.logswish li a {
    font-size: 20px;
    display: inline-block;
    width: 100%;
    border-right: 1px solid #eee;
}

.logswish li a.active {
    color: #34abff
}

.logswish li:last-child a {
    border-right: 0
}

.logswish li.active .sidebar {
    display: block;
}

.logbox_padding {
    padding: 35px 35px 42px;
}

.nameinput input,
.passwordinput input,
.incodeinput input {
    font-size: 14px;
    float: right;
    width: 100%;
    outline: none;
    border: none;
    color: #666;
    box-sizing: border-box;
    border-radius: 4px;
}

.nameinput input,
.nameinput lable,
.incodeinput input {
    padding: 7px;
}

.nameinput {
    height: 38px;
}

.nameinput lable {
    display: inline-block;
}


/* 验证码按钮 */

.relative {
    position: relative;
}

.incodeinput {
    width: 218px;
}

.verificationcde {
    height: 38px;
}

.codeinput input,
.incodeinput input {
    width: 150px;
    float: none;
}

.validatebtn,
.validatebtn0 {
    display: inline-block;
    background: #3b7efe;
    border: 1px solid #3b7efe;
    width: 113px;
    text-align: center;
    height: 37px;

    /* line-height: 37px; */
    color: #fff;
    position: absolute;
    top: -1px;
    right: -1px;
    border-radius: 0 3px 3px 0;
}

.validatebtn0 {
    background: #bcbcbc;
    border: 1px solid #bcbcbc;
}

.codeinput .clearvl,
.codeinput .via {
    right: 122px;
}

.codeinput {
    overflow: inherit;
}

.nameinput input::input-placeholder,
.passwordinput input::input-placeholder,
.codeinput input::input-placeholder,
.incodeinput input::input-placeholder {
    color: #999;
}

.passwordline {
    margin-bottom: 14px;
    height: 23px;
}

.passwordline a {
    font-family: "微软雅黑";
    color: #999;
    line-height: 20px;
    font-size: 14px;
}


/* 设置密码 */

.pass_word input {
    width: 200px;
    float: none;
    padding-left: 0;
}

.text-underline:hover {
    text-decoration: underline;
}

.inputlable {
    margin-left: 6px;
}

.b_maxwbtn {
    background: #3b7efe;
    border-radius: 4px;
    border: 1px solid #3b7efe;
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 8px 0;
}

.marginb_30 {
    margin-bottom: 30px;
}

.thirdpartylog li {
    float: left;
    margin-right: 10px;
    height: 30px;
}

.thirdpartylog li a {
    display: inline-block;
    height: 30px;
    width: 30px;
}

.thirdpartylog li:last-child a {
    border-right: 0
}

.thirdpartylog li .icon0 {
    background: url('/image/tl0.png') no-repeat left center;
}

.thirdpartylog li .icon1 {
    background: url('/image/tl1.png') no-repeat left center;
}

.log_back {
    display: inline-block;
    margin-top: 30px;
    color: #2189ff;
    background: url('/image/log_back.png') no-repeat left center;
    padding-left: 20px;
}

html,
body {
    height: 100%;
    margin: 0;
}


/* 同意 */

.agree0,
.agree1 {
    display: inline-block;
    background: url('/image/agree0.png') no-repeat center;
    height: 18px;
    width: 18px;
    vertical-align: sub;
    margin-right: 6px;
}

.agree1 {
    background: url('/image/agree1.png') no-repeat center;
}

.padd12_0 {
    padding: 12px 0;
}


/* 注册成功 */

.succeedbox {
    background: #fff;
    box-shadow: 0 0 10px #e8e8e8;
    border: 1px solid #e8e8e8;
    margin: 100px auto 0;
    border-radius: 3px;
    padding: 56px 58px 108px;
    width: 438px;

    /* Firefox */
    box-sizing: border-box;

    /* Safari */
}

.succeedbox p,
.succeedbox h2 {
    text-align: center;
}

.succeedbox p {
    padding-bottom: 10px;
}

.succeedbox h2 {
    padding: 20px 0 8px;
    font-size: 22px
}

.erroricon_b {
    background: url('/image/erroricon_b-53ef1f367d46c669042fe6a250564c62.png') no-repeat left center;
    padding-left: 18px;
}

.succeedbox .nameinput {
    margin: 0 auto 20px;
}

.s_doublebtnbox,
.succeedbox .nameinput {
    width: 320px;
}

.padd35_10 {
    padding: 35px 0 10px;
}

.s_graybtn,
.s_bluebtn {
    display: inline-block;
    width: 145px;
    text-align: center;
    padding: 12px 0;
    border-radius: 3px;
}

.s_graybtn {
    border: 1px solid #d4d4d4;
    float: left;
}

.s_bluebtn {
    background: #3b7efe;
    border: 1px solid #3b7efe;
    color: #fff;
    float: right;
}


/* 企业注册 */

.boderline {
    height: 1px;
    background: #ededee;
    position: relative;
    text-align: center;
}

.boderline h2 {
    position: relative;
    width: 114px;
    background: #fff;
    margin: 0 auto;
    top: -9px;
    font-size: 14px;
}

.padd20_0 {
    padding: 20px 0;
}

.area .clearv0,
.industry .clearv0 {
    background: url('/image/clearval_t-815444113593208430b8d77facb870f9.png') no-repeat center;
    width: 10px;
    height: 19px;
    top: 8px;
    opacity: 0.3
}

.dialog_area {
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    background: #fff;
    z-index: 121
}

.dialog_grund {
    background: #000;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 120
}

.enterprise {
    display: none
}


/* area */


/* .city-picker-input {opacity: 1 !important;top: -9999px;left: -9999px;position: absolute;display:block;min-width:200px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all;white-space:nowrap;}
*/

.city-picker-span {
    position: absolute!important;
    top: -1px!important;
    min-height: 36px!important;
    display: block;
    outline: 0;
    color: #999;
    cursor: pointer;
    padding-left: 20px;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
}

.city-picker-span>.arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 10px;
    margin-top: -3px;
    height: 5px;
}

.city-picker-span.focus,
.city-picker-span.open {
    border-bottom-color: #46A4FF;
}

.city-picker-dropdown {
    display: none;
    background: #fff;
    position: absolute;
    width: 315px;
    left: -9999px;
    top: 0;
    outline: 0;
    -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
    z-index: 999999;
    min-width: 330px;
    border: 1px solid #d3d3d3;
}

.city-select-wrap {
    box-shadow: 0 1px 5px rgb(0 0 0 / 50%);
}

.city-select-tab {
    border-bottom: 1px solid #3b7efe;
    background: #fff;
    font-size: 13px;
    position: relative;
}

.d_close {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}

.city-select-tab>a {
    display: inline-block;
    padding: 8px 22px;
    border-bottom: 1px solid transparent;
    color: #4D4D4D;
    text-align: center;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: -1px;
}

.city-select-tab>a.active {
    background: #3b7efe;
    border-bottom: 1px solid #3b7efe;
    color: #fff;
}

.city-select-tab>a:first-child {
    border-left: none;
}

.city-select-tab>a:last-child.active {
    border-right: 1px solid #ccc;
}

.city-select-tab>a.active:hover {
    color: #fff;
}

.city-select-content {
    width: 100%;
    min-height: 10px;
    background-color: #fff;
    padding: 10px;
}

.city-select dl {
    line-height: 2;
    clear: both;
    padding: 3px 0;
    margin: 0;
}

.city-select dt {
    position: absolute;
    width: 2.5em;
    font-weight: 500;
    text-align: right;
    line-height: 2;
}

.city-select dd {
    margin-left: 0;
    line-height: 2;
}

.city-select a {
    display: inline-block;
    padding: 0 10px;
    outline: 0;
    white-space: nowrap;
    margin: 3px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    background: #f5f5f5;
    font-size: 14px;
}

.city-select a:hover,
.city-select a:focus {
    background-color: #f1f8ff;
    border-radius: 2px;
    color: #333;
}

.city-select a.active {
    background-color: #3b7efe;
    color: #fff;
    border-radius: 2px;
}

.m_select .city-picker-span {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -10px;
}

.city-select {
    height: 200px;
    overflow: auto;
}

.area {
    overflow: inherit;
}

.area span {
    height: auto;
}


/* 选择行业 */

.industry {
    overflow: inherit;
}

.select2 {
    background: #fff;
    display: none;
    margin-top: -36px;
    width: 100%;
}

.select2 .nameinput {
    border: 1px solid #3b7efe;
    margin-bottom: 0;
    padding: 7px 8px;
    border-radius: 0;
    min-height: 40px;
    background: #fff;
}

.select2 .nameinput .lable0 {
    display: inline-block;
    margin: 0 4px 4px 0;
    background: #3b7efe;
    color: #fff;
    padding: 0 8px;
    border-radius: 8px;
}

.lable0 em {
    display: inline-block;
    cursor: pointer;
    background: url('/image/s_l_del.png') no-repeat right center;
    width: 12px;
    height: 12px;
    margin-left: 4px;
}

.s_contentright {
    padding-left: 122px;
    width: 100%;
}

.clearv2 {
    display: inline-block;
    background: url('/image/clearval2-3d505c1d1557239cbf51f25d63510a17.png') no-repeat center;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 12px;
    top: 12px;
}

.s_sideleft {
    position: absolute;
    left: 0;
    top: 0;
}

.s_sideleft ul {
    width: 122px;
    background: #f8f8f8;
    height: 100%
}

.s_sideleft li {
    padding: 10px 10px 10px 20px;
    cursor: pointer;
}

.s_contentright ul {
    padding: 0 20px;
    height: 100%
}

.s_contentright li {
    border-bottom: 1px solid #ededed;
    padding: 10px 0 10px 10px;
}

.s_contentright li:last-child {
    border-bottom: 0
}

.s_sideleft .active {
    background: #fff url('/image/switch_ent_pitchon.png') no-repeat 102px center;
}

.s_contentright .active {
    background: #fff url('/image/switch_ent_pitchon.png') no-repeat 117px center;
}

.s_con_ul {
    display: none;
}

.s_con_on {
    display: block;
}


/*  */

.iswrong.nameinput {
    border: 1px solid #f66
}

.iswrong .incodeinput {
    border: 1px solid #f66
}

.notice_pv {
    bottom: 44px;
}

.clearvl,
.compname_clear {
    display: none;
}

.s_contentright ul li {
    cursor: pointer;
}

.dialog_ground {
    background-color: #000;
    opacity: 0.4;
    position: fixed;
    inset: 0;
}

.dialog {
    background-color: #fff;
    text-align: center;
    width: 320px;
    padding: 40px 20px;
    top: 30%;
    left: 50%;
    margin-left: -160px;
    position: absolute;
    z-index: 2;
}

.dialog h4 {
    font-size: 20px;
    line-height: 30px;
}

.dialog h4,
.dialog p {
    margin-bottom: 20px
}

.closepoint {
    display: inline-block;
    width: 60px;
    text-align: center;
    padding: 6px 0;
    border: 1px solid #dedede;
}

.s_listbox {
    height: 322px;
    border: 1px solid #ededed;
    border-top: 0
}

.s_listbox {
    max-height: 260px;
    overflow-y: scroll;
    border: 1px solid #ededed;
    border-top: 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 11px;
}

.chosen-container-single .chosen-single div b {
    background: url("chosen-sprite.png") no-repeat 0 9px;
    background: #fff
}

.chosen-container-single .chosen-single {
    border: 1px solid #dedede;
    background: #fff
}

input,
textarea,
select,
a,
div,
span {
    /* -webkit-border-radius: 0!important; */
    outline: 0!important;
    -webkit-tap-highlight-color: rgb(255 0 0 / 0%)!important;
    -webkit-tap-highlight-color: transparent!important;
    background: #fff;
}

.areabox select {
    float: left;
    padding: 7px;
    margin-right: 5px;
    border: 1px solid #dedede;
    outline: 0;
    width: 106px;
}

.areabox option {
    width: 106px;
}

.areabox select:last-child {
    margin-right: 0;
}

.areabox {
    margin-bottom: 16px;
}


/* 消除搜狗浏览器，默认给密码框增加的键盘背景图标 */

input::-webkit-input-safebox-button {
    display: none!important;
}

div .b_nosubmit {
    background: #bcbcbc;
    border-color: #bcbcbc;
}

.marginb_16 {
    margin-bottom: 16px;
}

.marin0_8 {
    margin: 0 8px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: #878787;
    box-shadow: 0 0 0 1000px white inset !important;
}

.notice a {
    background: transparent;
}

.dask {
    position: fixed;
    inset: 0;
    z-index: 9000;
    background: rgb(0 0 0 / 40%);
}

.alert {
    position: fixed;
    left: 50%;
    top: 50%;
    background: #FFF;
    width: 900px;
    height: 580px;
    margin: -290px 0 0 -450px;
    padding: 15px 20px;
    z-index: 9001;
    border-radius: 5px;
}

.alert_clos {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.alert_tit {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.alert_cont p {
    line-height: 30px;
}

.alert_cont a,
.alert_cont a:hover {
    color: #3b7efe;
    border-bottom: 1px solid #3b7efe;
}

.alert_btn {
    margin: 30px auto 0;
}

.alert_fwb {
    font-weight: bold;
}

.alert_fwb span {
    border-bottom: 1px solid #000;
}

.hidden {
    overflow: hidden;
}
