@charset "UTF-8";
#register .qyyh {
    color: #f8a76c;
}

#register .register-div {
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    box-shadow: 0px 2px 10px 0px #bbbbbb;
    padding: 60px 200px;
    margin: 15px 150px;
}

#register .register-input {
    line-height: 28px;
    margin-top: 10px;
    position: relative;
    /*padding-right: 20px;*/
}

#register .register-input.error {
    color: red;
    /*font-family: "Glyphicons Halflings";*/
}

/*#register .register-input.error:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 30%;*/
/*    transform: translateY(-50%);*/
/*}*/

#register .register-input.error input {
    border: 1px solid red;
}

#register .md-button {
    margin-right: 0px;
}

#register .register-input.error select {
    border: 1px solid red;
}

#register .register-input.success {
    color: #009944;
    font-family: "Glyphicons Halflings";
}

#register .register-input.success:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#register .register-input.xialai {
    font-family: "Glyphicons Halflings";
}

#register .register-input.xialai:before {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

#register .register-input select {
    border-radius: 5px;
    height: 40px;
    border: 1px solid #e8e8e8;
    padding: 5px 10px;
    width: 20%;
    background: #fff;
}

#register .register-input input {
    border: 1px solid #e8e8e8;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
    background: #fff;
    height: 40px;
}

#register .register-code {
    width: 107px;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

#register .register-code img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

#register .send-code {
    background-color: #40c5f1;
    color: #ffffff;
    width: 107px;
    margin-left: 10px;
    text-align: center;
    margin-top: 10px;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 0;
}

#register .send-upload {
    background-color: #40c5f1;
    color: #ffffff;
    width: 107px;
    margin-left: 10px;
    text-align: center;
    margin-top: 10px;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 0;
}

#register .register-sub {
    color: #ffffff;
    background: #40c5f1;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}
#register .register-sub-disabled {
    color: #ffffff;
    background-color: #8c8c8c;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}


#register .yyzz {
    align-items: center;
    line-height: 50px;
}

#register .register-ul {
    position: absolute;
    bottom: 45px;
    right: -100px;
    padding: 15px 60px;
    background: #fff;
    z-index: 100;
    box-shadow: 0px 6px 10px 0px #bbbbbb;
    display: none;
    color: #fff;
}

#register .register-ul li {
    color: #000;
}

#register .register-ul li.select {
    color: #40c5f1;
}

#register .register-ul li + li {
    margin-top: 10px;
}

#register .register-ul::before {
    content: "";
    position: absolute;
    bottom: 0;
    bottom: -20px;
    font-size: 18px;
}

#register .sqhz {
    position: relative;
    overflow: hidden;
}

#register .sqhz .sqhz-text {
    position: absolute;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#register .sqhz img {
    width: 100%;
}

.partner-head {
    background: #383a43;
    color: #fff;
    padding: 10px 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}


.header-height {
    height: 49px;
}

.disable-button {
    background-color: #8c8c8c !important;
}

.md-ripple-container {
    height: 0px;
}

.company-type-show {
    display: block;
}

.header {
    width: 100%;
    height: 48px;
    /*background-color: rgb(23, 24, 70);*/
    border-bottom: 1px solid rgb(43, 44, 92);
    color: rgb(254, 252, 252);
}

.header .container {
    /* height: 100%; */
    padding: 0;
    padding-left: 30px;
    line-height: 46px;
}

.header .row {
    margin-right: 0px;
}

.header .h-item:nth-child(1) {
    margin-right: 60px;
}

.header .h-item:nth-child(2) {
    /*width: 120px;*/
    margin-right: 30px;
}

.header .lang div,.header .lang ul li{
    color: white;
}

.header .inpt {
    height: 32px;
    line-height: 32px;
    margin-top: 7px;
    padding: 0 12px;
    background-color: rgb(43, 44, 92);
    border-radius: 18px;
}

.header .inpt input {
    width: 80%;
    height: 100%;
    padding: 0 4px;
    background: none;
}

.header .inpt input::-webkit-input-placeholder {
    color: rgb(254, 252, 252);
}

.header .inpt input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgb(254, 252, 252);
}

.header .inpt input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgb(254, 252, 252);
}

.header .inpt input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(254, 252, 252);
}

.header .inpt button {
    float: right;
    height: 100%;
    background-color: rgb(43, 44, 92);
    cursor: pointer;
}

.header .lang {
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 0 3px;
}

.header .lang i {
    margin-left: 8px;
    cursor: pointer;
    color: white;
}

.header ul {
    position: absolute;
    top: 47px;
    left: 0;
    background-color: rgb(58, 62, 80);
    display: none;
    z-index: 2;
}

.header ul .nothover {
    cursor: default;
    font-size: 16px;
    pointer-events: none;
}

.header ul li {
    padding: 2px 15px;
    line-height: 40px;
    text-align: left;
}

.header ul li:not(.nothover):hover {
    color: #f89406;
}

.header > ul > li > a:hover {
    color: #f89406;
}

.header a.kg {
    color: rgb(254, 252, 252);
    text-decoration: none;
}

.header .but {
    background-color: rgb(226, 63, 15);
    text-align: center;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    margin-top: 7px;
    border-radius: 5px;
}

.header .but span {
    display: inline-block;
    cursor: pointer;
}
