@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑", Verdana, Geneva, sans-serif;
    font-size: 15px;
    background-color: #fafafa;
    position: relative;
    color: #333333;
}

li,ol {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #555;
    transition: 0.5s;
    border: none
}

a img {
    border: none
}

a img {
    border: 0px;
}

a:hover {
    border: none;
    color: #ff6833;
}

h1,h2,h3,h4,h5,h6,p,span,em,small {
    font-weight: normal;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6,small {
    font-size: 13px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.red {
    color: #d30003 !important;
}

.orange {
    color: #3535de !important;
}

.deepBlue {
    color: #0d6595 !important;
}

.alignL {
    text-align: left !important;
}

input,button,select,textarea {
    outline: none
}

input::-ms-clear {
    display: none;
}

::-ms-clear,::-ms-reveal {
    display: none;
}

@font-face {
    font-family: 'webfontregular';
    src: url('../fonts/_-webfont.woff2') format('woff2'), url('../fonts/_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

em.newTis {
    width: 36px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    background-color: #fe7668;
    border-radius: 2px;
    color: #FFFFFF;
}

input.on {
    border: solid 1px #ff6833 !important;
}

textarea.on {
    border: solid 1px #ff6833 !important;
}

.win1000 {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.header {
    background-color: #FFFFFF;
    height: 116px;
    border-bottom: solid 4px #b2b2d6;
}

.logo {
    float: left;
    margin-top: 33px;
}

.regname {
    float: left;
    margin-top: 48px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    color: #939393;
    border-left: solid 2px #939393;
    padding-left: 15px;
    margin-left: 15px;
}

.ReturnLogin a {
    float: right;
    margin-top: 48px;
    color: #0d6595;
    font-size: 18px;
    text-decoration: underline;
    display: inline-block;
}

.ReturnLogin a:hover {
    color: #035582;
}

/*详情页*/
.ArticleShow {
    background-color: #FFF;
    padding: 0 20px 40px 20px;
}

.ShowTable {
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-left: none;
    border-bottom: none;
}

.ShowTable tr td {
    padding: 20px 15px;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    text-align: center;
    color: #666666;
    font-size: 14px;
}

.ShowTable tr td.td02 {
    text-align: left;
    color: #fe7668;
}

.ShowTable tr td.td04 {
    text-align: left;
    color: #333;
}

.ArticleShowBtn {
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.ArticleShowBtn a {
    margin-right: 50px;
}

a.queryBut {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #FFFFFF !important;
    text-align: center;
    background-color: #428bca;
    border-radius: 4px;
    display: inline-block;
    transition: 1s;
}

a.queryBut:hover {
    background-color: #2a6496;
}

/*注册*/
.step {
    width: 755px;
    margin: 0 auto;
}

.stepimg {
    width: 755px;
    height: 58px;
    overflow: hidden;
    font-size: 0;
    background: url(../image/bz01.png);
    overflow: hidden;
}

.stepFen {
    margin-top: 10px;
    overflow: hidden;
}

.stepFen span {
    width: 24.5%;
    text-align: center;
    display: inline-block;
}

.UserInformation {
    padding-top: 30px;
}

.infoTitle {
    font-size: 16px;
    border-left: 4px solid #b2b2d6;
    height: 16px;
    line-height: 16px;
    padding-left: 10px;
    font-weight: bold;
    position: relative;
}

.infolist {
    margin-top: 30px;
    overflow: hidden;
}

.InforTable tr td {
    padding: 15px 10px;
    color: #666;
    font-size: 14px;
}

.InforTable tr td.mane {
    width: 100px;
    text-align: right;
    height: 38px;
    line-height: 38px;
}

.InforTable tr td.input input {
    padding-left: 10px;
    width: 330px;
    height: 38px;
    line-height: 38px;
    border: solid 1px #dfdfdf;
}

.InforTable tr td.Prompt {
    width: 480px;
    font-size: 13px;
    line-height: 20px;
    padding-left: 30px;
    vertical-align: middle;
    color: #999999;
}

.InforTable tr td.input.error input {
    border: solid 1px #ff6833;
    color: #ff6833;
}

.InforTable tr td .registerselectOne {
    padding-left: 10px;
    width: 343px;
    height: 38px;
    line-height: 38px;
    border: solid 1px #dfdfdf;
}

.rightBtn {
    position: absolute;
    top: -7px;
    right: 0;
}

a.CatalogBtn {
    font-size: 14px;
    border: 1px solid #99c;
    color: #428bca;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    float: left;
    margin-left: 10px;
}

a.CatalogBtn:hover {
    border: solid 1px #99c;
    background-color: #99c;
    color: #FFFFFF;
}

/*注册步骤4*/
.FTitleShow {
    background-color: #FFFFFF;
    padding: 20px 20px 40px 20px;
    font-size: 14px;
    color: #666666;
}

.StepFTitle {
    padding-bottom: 10px;
    line-height: 1.42857143;
    overflow: hidden;
}

.Xtitle {
    float: left;
    padding-top: 5px;
}

a.uploadBtn {
    font-size: 14px;
    border: solid 1px #99c;
    color: #428bca;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    float: right;
}

a.uploadBtn:hover {
    border: solid 1px #99c;
    background-color: #99c;
    color: #FFFFFF;
}

.TableStep4 {
    font-size: 14px;
    border: 1px solid #e8e8e8;
    padding: 10px 0;
}

.TableStep4 tr td {
    text-align: center;
}

.TableStep4 tr td.Ftd01 {
    padding-left: 20px;
    color: #999999;
}

.TableStep4 tr td.Ftd01 em.em01 {
    color: #ff6833;
    text-decoration: underline;
}

.StepFReminder {
    color: #ff6833;
    line-height: 24px;
}

#regisration_contactUser_form table {
    border-collapse: separate;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
    height: auto;
}

.infoArt .input-readonly {
    background-color: #fff !important;
    border: none;
    border-bottom: 1px solid #6390c2;
}

.reg02_tips {
    padding: 0 0 20px 0;
}

.reg02_tips p {
    height: 32px;
    line-height: 32px;
}

.reg02_tips a.refbtn {
    border: solid 1px #ff6833;
    color: #ff6833;
    width: 60px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
}

#regVendorQualificationDocumentsDiv input[readonly] {
    color: #000;
    background: #fff !important;
    cursor: default;
}

#regVendorQualificationDocumentsDiv input[readonly]:hover {
    border-color: inherit;
}

.modal .modal-dialog .modal-content .modal-body .row {
    margin: 0;
}

.main-content {
    min-height: auto !important;
}

.datetimepicker td {
    padding: 3px 10px !important;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.datetimepicker .clear {
    background-color: #f6f6f6;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    min-height: 25px;
}

.treeview .list-group li {
    font-family: 'Open Sans';
    font-size: 13px;
}

.form-group.has-success .control-label,.form-group.has-success .help-block,.form-group.has-success .help-inline {
    color: #393939 !important;
}

.logo img {
    height: 50px;
    width: auto;
}

.form-group.has-success input,.form-group.has-success select,.form-group.has-success textarea {
    color: #858585 !important;
}

form .input-readonly:focus,.TableStep4  .input-readonly:focus {
    box-shadow: none !important;
}

.TableStep4 .input-readonly {
    border: none;
    border-bottom: 1px solid #6390c2;
}

.TableStep4 input:focus {
    box-shadow: none !important;
    border: 1px solid #7171ff !important;
}

.stepTextHighLight {
    font-size: 20px;
    color: #d6487e !important;
}

.cerify-code-panel>.verify-code {
    float: right;
}

.verify-input-area input {
    width: 100% !important;
}

.cerify-code-panel {
    width: 330px;
}

.not-empty-star {
    height: 34px !important;
    line-height: 34px !important;
}