/*usercenter 1.3版本通用模块 BEGIN*/
.user_center #header {
    background: #04C3A0;
}

.total_price {
    color: #e7505a !important;
    font-weight: 600;
    font-size: 18px!important;
}
.user_center td>a {
    color: #04C3A0;
}
.user_center td>a:hover {
    text-decoration: underline;
    color: #04C3A0;
}
.user_center #header .header_content .nav li {
    position: relative;
}
.user_center #header .header_content .nav li a {
    color: #fff;
    font-size: 18px;
}
.user_center .mt-element-step .row.five_equal>.col-md-2 {
    width: 20% !important;
}

.check_option {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    color: #333!important;
    font-size: 14px;
    margin-right: 10px;
}
.col-md-offset-2 .check_option {
    width: 178px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
}
.check_option.btn_checked {
    border: 1px solid #04C3A0;
}

a.btn.red:not(.btn-outline) {
    color: #fff!important;
    border-color: #e7505a;
}

/*弹窗通用样式 BEGIN*/
#enter_process.user_center .page_content_wrapper>.page_content {
    width: 100%;
}
@media (min-width: 768px){
    .user_center .modal-dialog {
        width: 600px;
        margin: 10% auto;
    }
}
.user_center .modal-backdrop.in {
    opacity: .4;
}
.user_center .modal .form-label {
    text-align: right;
}
.user_center .modal .modal-content>* {
    padding: 20px;
}

#promptDialog .modal-body {
    padding-top: 30px;
}
#promptDialog .modal-body>* {
    float: left;
}
#promptDialog .modal-body .bd_left {
    width: 38px;
}
#promptDialog .modal-body .bd_left i.icon {
    font-size: 28px;
    overflow: visible;
    color: #ff7f01;
}
#promptDialog .modal-body .bd_right {
    width: calc(100% - 38px);
}
#promptDialog .modal-body .bd_right .prompt_title {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1;
    margin-bottom: 14px;
}
#promptDialog .modal-body .bd_right .prompt_list {
    line-height: 26px;
}
#promptDialog .modal-body .bd_right .prompt_action {
    margin-top: 20px;
    margin-bottom: 20px;
}
#promptDialog .modal-body .bd_right .prompt_action .btn {
    margin-right: 15px;
}
/*弹窗通用样式 END*/

/*询价结果页面 BEGIN*/

.prompt_more {
    padding: 30px 30px 0;
    width: 400px;
    margin: 50px auto;
    background: #e5f5fb;
    border: 1px solid #04C3A0
}
.prompt_more * {
    text-align: left!important;
}
.prompt_more>* {
    float: left;
}
.prompt_more .bd_left {
    width: 38px;
}
.prompt_more .bd_left i.icon {
    font-size: 28px;
    overflow: visible;
    color: #ff7f01;
}
.prompt_more .bd_right {
    width: calc(100% - 38px);
}
.prompt_more .bd_right .prompt_title {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1;
    margin-bottom: 14px;
}
.prompt_more .bd_right .prompt_list {
    line-height: 26px;
}
.prompt_more .bd_right .prompt_action {
    margin-top: 20px;
    margin-bottom: 20px;
}
.prompt_more .bd_right .prompt_action .btn {
    margin-right: 15px;
}
/*询价结果页面 END*/

a.btn.red:not(.btn-outline) {
    color: #fff!important;
    border-color: #e7505a;
}
.form-group.update_file .fileinput {
    position: relative;
}
.form-group.update_file .fileinput .btn-file {
    overflow: visible;
    border: 0;
    background-color: transparent!important;
}
.form-group.update_file .fileinput .btn-file .fa-plus {
    font-size: 50px;
    margin-bottom: 20px;
    color: #ddd;
}
.form-group.update_file .fileinput .btn-file .fileinput-new {
    color: #666;
}
.form-group.update_file .fileinput .btn-file:hover {
    background: transparent;
    color: red;
}
.form-group.update_file .fileinput .btn-file:hover .fa-plus,
.form-group.update_file .fileinput .btn-file:hover .fileinput-new {
    color: red;
}
.form-group.update_file .input-group,
.form-group.update_file .fileinput .fileinput-new>* {
    display: block;
}
.form-group.update_file .fileinput .fileinput-preview.thumbnail {
    width: 250px;
    height: 160px;
    line-height: 160px;
    margin-bottom: 0;
}
.step3 .form-group.update_file .fileinput .fileinput-preview.thumbnail {
    width: 120px;
    height: 120px;
}
.form-group.update_file .operate_btn {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 50%;
    margin-left: -56px;
    width: 112px;
    text-align: center;
    overflow: visible;
    z-index: 9;
}
.form-group.update_file .operate_btn .fileinput-exists {
    display: none;
}
.form-group.update_file .fileinput.fileinput-exists:hover .operate_btn .fileinput-exists {
    color: #fff;
    background: red;
    padding: 5px;
    display: inline-block;
}
.form-group.update_file .fileinput.fileinput-exists:hover .operate_btn .btn-file {
    background: red;
}
.form-group.update_file .col-md-1 ,
.form-group.update_file .col-md-4.example {
    text-align: center;
    line-height: 160px;
}

.page_content .form-head {
    margin-bottom: 20px;
}
.page_content .form-body.border_form {
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.page_content .form-body {
    border: 0;
}
.page_content .form_sub_title {
    font-size: 16px;
    text-indent: 30px;
    line-height: 1;
    padding-bottom: 16px;
}
.page_content .step_auditing .form-group .prompt.audit_wait {
    text-align: center;
    max-width: 412px;
    height: 56px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    text-indent: 0;
    margin: 0 auto!important;
    background: #e5f5fb url("../img/timer.png") no-repeat 20px 12px;
}
.page_content .step_last .form-group .enter_fail,
.page_content .step_last .form-group .enter_success {
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 25px;
    margin-bottom: 40px;
}
.page_content .step_last .form-group .fail_info {
    color: #ff6501;
    background: #F5F5F5;
    max-width: 500px;
    text-align: justify;
    margin: 0 auto 30px;
    padding: 20px 15px;
    border: 1px solid #ddd;
}
.page_content .step_last .form-group .fail_info h3 {
    font-size: 16px;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
    color: #333;
    font-weight: 400;
}
.page_content .step_last .form-group .enter_fail i.fa-fail,
.page_content .step_last .form-group .enter_success i.fa-ok {
    margin-bottom: -8px;
    margin-right: 7px;
}
.page_content .step_last .form-group .go_facilitator_center {
    font-size: 16px;
}
/*认证完成提示信息 BEGIN*/
.user_center .form-group.au_detail {
    max-width: 412px;
    margin: 0 auto;
    padding: 0 20px;
}
.user_center .form-group.au_detail li {
    line-height: 30px;
}
/*认证完成提示信息 END*/

/*申请步骤样式 BEGIN*/
.mt-step-content {
    margin-top: 15px;
}
.user_center.enquiry_detail .mt-element-step {
    padding-top: 30px;
}
.user_center.enquiry_detail .mt-element-step .step-line .mt-step-number,
.user_center .confirm_contract .mt-element-step .step-line .mt-step-number {
    color: #fff !important;
    border: none !important;
    background-color: #999 !important;
    width: 20px !important;
    height: 20px !important;
    font-size: 18px !important;
    padding: 3px;
    line-height: 14px !important;
}

.user_center.enquiry_detail .mt-element-step .step-line .mt-step-content,
.user_center .confirm_contract .mt-element-step .step-line .mt-step-content {
    font-size: 13px;
    line-height: 2em;
    color: #333 !important;
    background-color: transparent !important;
    margin: 20px 10% 0
}

.user_center.enquiry_detail .mt-element-step .step-line .mt-step-title:after,
.user_center.enquiry_detail .mt-element-step .step-line .mt-step-title:before,
.user_center .confirm_contract .mt-element-step .step-line .mt-step-title:after,
.user_center .confirm_contract .mt-element-step .step-line .mt-step-title:before {
    background-color: #999 !important;
    top: -15px
}

.user_center.enquiry_detail .mt-element-step .step-line .done .mt-step-number,
.user_center .confirm_contract .mt-element-step .step-line .done .mt-step-number {
    color: #fff !important;
    background-color: #5cc6f0 !important
}

.user_center.enquiry_detail .mt-element-step .step-line .done .mt-step-title:after,
.user_center.enquiry_detail .mt-element-step .step-line .done .mt-step-title:before,
.user_center .confirm_contract .mt-element-step .step-line .done .mt-step-title:after,
.user_center .confirm_contract .mt-element-step .step-line .done .mt-step-title:before {
    background-color: #5cc6f0 !important
}

.user_center.enquiry_detail .mt-element-step .step-line .active .mt-step-number,
.user_center .confirm_contract .mt-element-step .step-line .active .mt-step-number {
    color: #fff !important;
    background-color: #06a8e8 !important
}

.user_center.enquiry_detail .mt-element-step .step-line .active .mt-step-title:after,
.user_center.enquiry_detail .mt-element-step .step-line .active .mt-step-title:before,
.user_center .confirm_contract .mt-element-step .step-line .active .mt-step-title:after,
.user_center .confirm_contract .mt-element-step .step-line .active .mt-step-title:before {
    background-color: #06a8e8 !important
}

.page_content .form-horizontal .form-body {
    padding: 30px 0 15px;
}

.page_content .form-horizontal .form-actions .form-label,
.page_content .form-horizontal .form-body .form-label {
    min-width: 110px;
    text-align: right;
    line-height: 40px;
}
.page_content .form-horizontal .form-body .form-label span.red {
    padding-right: 5px;
}

.page_content .form-horizontal .form-actions {
    background: transparent;
    border-top: 0;
    padding: 0;
}

.page_content .form-horizontal .form_title {
    line-height: 60px;
    background: #e6f6fd;
    font-size: 16px;
    margin: 0 0 30px;
    text-indent: 30px;
    color: #04C3A0;
}
.page_content .form-horizontal .form-control.bs-select .dropdown-toggle {
    line-height: 28px;
}
.page_content .form-horizontal .form-control.bs-select.bootstrap-select .caret {
    margin-top: -16px!important;
}
.page_content .form-horizontal .form-control.bs-select,
.page_content .form-horizontal select.form-control,
.page_content .form-horizontal input.form-control {
    height: 40px;
}
.page_content .form-horizontal .form-group {
    margin-bottom: 20px;
}
.modal .help-block.help-block-error,
.page_content .form-horizontal .form-group .help-block.help-block-error {
    color: #e73d4a;
}
.page_content .form-horizontal .form-group .has-error button.dropdown-toggle {
    border: 1px solid #e73d4a;
}
.page_content .form-horizontal .form-group .prompt {
    margin: 0!important;
}

/*申请步骤样式 END*/
/*状态值对应的class样式 BEGIN*/
/*.waiting , .refused, .finished, .draft, .cancel, .half_finished, .hint {
    background: transparent;
    color: #666 !important;
}
.waiting_accept,
.waiting_pay,
.waiting_confirm {
    color: #ff6501 !important;
}
.refused {
    color: #de342f!important;
}
.waiting_comments,
.finished {
    color: #333!important;
}
.cancel {
    color: #999!important;
}
.hint {
    color: #999!important;
}*/

.waiting , .refused, .finished, .draft, .cancel, .half_finished, .hint {
    background: transparent;
    color: #ff6501 !important;
}
.refused {
    color: #de342f!important;
}
.finished {
    color: #02d272!important;
}
.cancel {
    color: #aaa!important;
}
.half_finished {
    color: #06a8e8!important;
}
.hint {
    color: #0b73bb!important;
}
.marks_refused,
.marks_waiting,
.marks_warning {
    color: #de342f;
}
.marks_finished {
    color: #02d272;
}
.marks_cancel {
    color: #aaa;
}
.marks_unfinished {
    color: #06a8e8;
}
.marks_hint {
    color: #0b73bb;
}


.pending {
    color: #02d272!important;
}

.todo {
    color: #ff6501!important;
}

.completed {
    color: #999!important;
}
/*状态值对应的class样式 END*/

.user_center {
    color: #333;
}
.user_center .page_main {
    padding-bottom: 60px;
}

.user_center .page_content_wrapper>* {
    background: #fff;
    padding: 30px;
}
.user_center .page_content_wrapper>.side_menu {
    float: left;
    width: 230px;
    margin-right: 10px;
}
.user_center dl.menu_list  {
    padding-top: 0;
    padding-left: 10px;
}
.user_center dl.menu_list dt  {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 16px;
    color: #333;
    margin-top: 36px;
}
.user_center dl.menu_list dd  {
    line-height: 42px;
}
.user_center dl.menu_list dd a {
    color: #333;
}
.user_center dl.menu_list dd a:hover,
.user_center dl.menu_list dd a.active  {
    color: #04C3A0;
}


.user_center .page_content_wrapper>.page_content {
    float: right;
    width: calc(100% - 240px);
    min-height: 632px;
}
.user_center .page_content .page_title {
    line-height: 1;
    font-size: 18px;
    color: #333;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin: 0 -30px;
    padding-left: 30px;
    position: relative;
}
.user_center .page_content .page_title.border-bottom-10 {
    border-bottom: 10px solid #F5F5F5;
}
.user_center .page_content .page_title>a {
    position: absolute;
    font-size: 14px;
    color: #666;
    right: 30px;
    top: 2px;
}
.user_center .page_content .page_title>a:hover {
    color: #04C3A0;
    text-decoration: underline;
}
.user_center .page_portlet {
    padding-top: 30px;
}
.user_center .page_portlet .portlet_hd {
    background: #F5F5F5;
    padding: 0 30px;
    border: 1px dashed #ddd;
}
.user_center .page_portlet .portlet_hd .head_left {
    width: 66.666%;
    padding-top: 45px;
    padding-bottom: 45px;
    border-right: 1px dashed #ddd;
}
.user_center .page_portlet .portlet_hd .head_left,
.user_center .page_portlet .portlet_hd .head_left li {
    float: left;
}
.user_center .page_portlet .portlet_hd .head_left li {
    width: 33.333333%;
}
.user_center .page_portlet .portlet_hd .head_left li>span {
    display: block;
    text-align: left;
    line-height: 1;
    color: #333;
}
.user_center .page_portlet .portlet_hd .head_left li>span:last-child {
    margin-top: 15px;
}
.user_center .page_portlet .portlet_hd .head_left li:first-child>span:first-child {
    font-size: 15px;
}
.user_center .page_portlet .portlet_hd .head_left li>span.balance {
    font-size: 24px;
}
.user_center .page_portlet .portlet_hd .head_right {
    padding: 45px 30px;
    float: right;
    width: 33.334%;
    color: #333;
}
.user_center .page_portlet .portlet_hd .head_right>* {
    line-height: 1;
}
.user_center .page_portlet .portlet_hd .head_right .account_title {
    font-size: 16px;
    margin-bottom: 20px;
}
.user_center .page_portlet .portlet_hd .head_right .account_info>span:first-child {
    margin-right: 20px;
}
.user_center .page_portlet .portlet_hd .head_right .account_info>span:first-child .bank_card {
    display: inline-block;
    width: 22px;
    height: 16px;
    background: url("../img/usercenter-icon.png") no-repeat -168px 0;
    margin-right: 7px;
    margin-bottom: -3px;
}
.user_center .page_portlet .portlet_hd .head_right .account_info>span:nth-child(2) {
    margin-right: 24px;
}
.user_center .page_portlet .portlet_hd .head_right .account_info>span:nth-child(2)>span {
    margin-right: 5px;
}
.user_center .page_portlet .portlet_bd {
    margin-top: 30px;
}
.user_center .page_portlet .portlet_bd .bd_title {
    color: #333;
    font-weight: 400;
    margin-bottom: 30px;
}

/*表格通用样式 BEGIN*/
.general_table thead {
    background: #eee !important;
}
.general_table thead.bgF8F8F8 {
    background: #F8F8F8 !important;
}

.general_table td,
.general_table th {
    text-align: left !important;
    border: 1px solid #E4E4E4 !important;
    padding: 16px 15px !important;
    line-height: 1 !important;
    font-size: 14px !important;
    width: auto !important;
}
.general_table th {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.general_table td>* {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.general_table td.list_item {
    max-width: 300px;
}
.general_table td>div.list {
    max-width: 300px;
    display: block;
}
.general_table td>div.list:last-child {
    margin-bottom: -15px;
}
.general_table td>div.list>* {
    max-width: 300px;
    display: block;
    float: left;
    text-overflow: clip;
    white-space: normal;
    margin-bottom: 15px;
    line-height: 20px;
}
.general_table td>div.list>label {
    max-width: 200px;
    display: block;
    float: left;
    text-overflow: clip;
    white-space: normal;
}
.general_table td:last-child {
    min-width: 100px;
}
.general_table.no_row_border td,
.general_table.no_row_border th {
    border-top: 0!important;
    border-bottom: 0!important;
}

.general_table.no_col_border td,
.general_table.no_col_border th {
    border-left: 0!important;
    border-right: 0!important;
}
.general_table.no_col_border {
    border-left: 1px solid #E4E4E4!important;
    border-right: 1px solid #E4E4E4!important;
}

.general_table th {
    color: #373737 !important;
    font-weight: 600;
}

.general_table td {
    color: #666 !important;
}

.general_table td a {
    color: #337ab7 !important;
}
.general_table td a.edit_btn {
    color: #666 !important;
}
.general_table td a.un_editable {
    color: #666 !important;
}

.general_table td a:hover {
    text-decoration: underline;
    color: #337ab7 !important;
}

.general_table tbody tr:nth-child(even) {
    background: #F9F9F9 !important;
}

.general_table tbody tr:nth-child(odd) {
    background: #fff !important;
}
.general_table.fixed_bg tbody tr {
    background: #fff !important;
}
.general_table tbody tr p {
    display: inline-block;
    padding: 0!important;
}


.general_table.label_table tbody tr {
    background: transparent !important;
}
.general_table.label_table tbody tr>td.table_label {
    background: #f9f9f9 !important;
}
.general_table.label_table tbody tr>td.table_control>.label {
    color: #999 !important;
}

/*表格无内容时样式 BEGIN*/
.general_table td.empty_tbody {
    text-align: center !important;
}

/*表格无内容时样式 END*/

/*表格通用样式 END*/

/*用户中心-产品列表 BEGIN*/
.tab_nav li {
    float: left;
    border-right: 1px solid #ddd;
    margin-right: 30px;
    padding-right: 40px;
    margin-bottom: 20px;
}
.tab_nav li a {
    position: relative;
}
.tab_nav li.active a,
.tab_nav li a:hover {
    color: #04C3A0;
}
.tab_nav li a span {
    display: inline-block;
    min-width: 18px;
    height: 18px;
    padding: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 1em;
    color: #fff;
    background: #de342f;
    -webkit-border-radius: 9px !important;
    -moz-border-radius: 9px !important;
    border-radius: 9px !important;
    position: absolute;
    left: calc(100% + 3px);
    top: -12px;
}

.tab_nav_pro {
    margin: -30px -30px 30px;
    padding: 0 30px;
    border-bottom: 1px solid #ddd;
}
.tab_nav_pro>li {
    float: left;
    position: relative;
    margin-right: 15px;
}
.tab_nav_pro>li.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #06a8e8;
}
.tab_nav_pro>li>a {
    line-height: 59px;
    color: #333;
    font-weight: 400;
    display: inline-block;
}

.tab_nav_pro>li.active>a {
    color: #06a8e8;
    font-weight: 600;
}
/*用户中心-产品列表 END*/


/*详情页面 BEGIN*/
.details.user_center .form-horizontal>.row {
    border: 0;
}
/*详情页面 END*/

/*index页面 1.3版本 BEGIN*/
.index.user_center .page_head {
    margin: -30px -30px 0;
    padding: 0 30px;
    border-bottom: 10px solid #F5F5F5;
}
.index.user_center .page_head>*,
.index.user_center .page_head>.user_info>* {
    float: left;
}
.index.user_center .page_head>.user_info {
    padding: 40px 0;
    border-right: 1px dashed #ddd;
    width: 40%;
}
.index.user_center .page_head>.user_info .avatar {
    margin-right: 30px;
    width: 120px;
    height: 120px;
    border-radius: 6px!important;
    overflow: hidden;
}
.index.user_center .page_head>.user_info .avatar img {
    width: 100%;
    height: 100%;
}
.index.user_center .page_head>.user_info .personal_info {
    padding: 12px 30px 12px 0;
    max-width: calc(100% - 150px);
}
.index.user_center .page_head>.user_info .personal_info>* {
    line-height: 1;
}
.index.user_center .page_head>.user_info .personal_info .user_name {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin-bottom: 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index.user_center .page_head>.user_info .personal_info .user_type {
    background: #0b73bb;
    padding: 5px 22px;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}
.user_center .user_security .security_level span.progress_bar,
.user_center .user_security .security_level {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 12px;
    background: #ddd;
}
.user_center .user_security .security_level span.progress_bar {
    position: absolute;
    background: #02d272;
}
.user_center .user_security .security_level span.danger.progress_bar {
    width: 20%;
}
.user_center .user_security .security_level span.low.progress_bar {
    width: 40%;
}
.user_center .user_security .security_level span.normal.progress_bar {
    width: 60%;
}
.user_center .user_security .security_level span.high.progress_bar {
    width: 80%;
}
.user_center .user_security .security_level span.perfectly.progress_bar {
    width: 100%;
}
.index.user_center .page_head>.user_account {
    padding: 30px 0;
    width: calc(60% - 1px);
}
.index.user_center .page_head>.user_account .account_news {
    margin: -8px 0;
    float: left;
}
.index.user_center .page_head>.user_account .account_news li {
    line-height: 36px;
    padding: 8px 30px;
}
.index.user_center .page_head>.user_account .account_news li .svg_icon {
    background: #7ec4ec;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    text-align: center;
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.index.user_center .page_head>.user_account .account_news li .svg_icon .icon {
    font-size: 16px;
    fill: #fff;
}
.index.user_center .page_head>.user_account .account_news li a {
    font-size: 14px;
}
.index.user_center .page_head>.user_account .account_news li a label {
    color: #06a8e8;
    cursor: pointer;
}
.index.user_center .page_head>.user_account .account_balance {
    float: right;
    background: #F5F5F5;
    color: #333;
    padding: 20px 30px;
    border: 1px dashed #ddd;
    width: calc(100% - 218px);
}
.index.user_center .page_head>.user_account .account_balance>* {
    float: left;
}
.index.user_center .page_head>.user_account .account_balance>.balance_detail {
    margin: -14px 0;
}
.index.user_center .page_head>.user_account .account_balance>.balance_detail li {
    line-height: 3em;
}
.index.user_center .page_head>.user_account .account_balance>a.btn {
    float: right;
    margin-top: 31px;
}
.index.user_center .page_title {
    position: relative;
    border-top: 10px solid #F5F5F5;
    padding-top: 30px;
}
.index.user_center .page_title:first-child {
    border-top: 0;
    padding-top: 0;
}
.index.user_center .general_table {
    margin: 30px 0
}
.index.user_center .page_title:first-child a {
    top: 0;
}
.index.user_center .page_title a {
    position: absolute;
    right: 30px;
    font-size: 14px;
    top: 30px;
    color: #666;
}
.index.user_center .page_title a:hover {
    color: #06a8e8;
    text-decoration: underline;
}
.index.user_center .portlet_item {
    line-height: 1;
    padding: 30px;
    border: 1px solid #aaa;
    margin-top: 30px;
}
.index.user_center .portlet_item .item_hd {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin: 0 -30px;
    padding: 0 30px 10px;
}
.index.user_center .portlet_item .item_hd>*,
.index.user_center .portlet_item .item_bd>* {
    margin-bottom: 20px;
}
.index.user_center .portlet_item .requirement_title {
    font-size: 16px;
}
.index.user_center .portlet_item .requirement_synopsis {
    font-size: 14px;
    color: #666;
}
.index.user_center .portlet_item .requirement_synopsis>span {
    margin: 0 15px;
}
.index.user_center .portlet_item .requirement_synopsis>span:first-child {
    margin-left: 0;
}
.index.user_center .portlet_item .status {
    position: absolute;
    width: 70px;
    height: 70px;
    border: 1px solid #02d272;
    color: #02d272;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    line-height: 70px;
    text-align: center;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
    right: 30px;
    top: 0;
    font-size: 14px;
}

.index.user_center .portlet_item .status.ongoing {
    border: 1px solid #06a8e8;
    color: #06a8e8;
}
.index.user_center .portlet_item .status.defeated {
    border: 1px solid #de342f;
    color: #de342f;
}

.index.user_center .portlet_item .item_bd {
    padding-top: 30px;
    position: relative;
}
.index.user_center .portlet_item .item_bd>li:nth-child(4) {
    line-height: 24px;
    margin-bottom: 0;
}
.index.user_center .portlet_item .item_bd>li.btn_item {
    position: absolute;
    right: 0;
    top: 30px;
}
.index.user_center .portlet_item .item_bd>li.btn_item a.btn {
    color: #666;
    border-color: #aaa;
}
.index.user_center .portlet_item .item_bd>li.btn_item a.btn:hover {
    border-color: #06a8e8;
}
/*index页面 1.3版本 END*/
/*usercenter 1.3版本通用模块 END*/


/*开始 用户中心*/
.personal_center_box {
    padding: 0;
    background: #fff;
    margin-bottom: 0;
    min-height: 460px;
}

.personal_center_box_float {
    overflow: hidden;
    border-bottom: 1px #ddd solid
}

.personal_center_box_list {
    padding: 20px 0;
    font-size: 16px;
    margin-left: 20px;
    float: left
}

.personal_center_box_list {
    padding: 20px 0;
    font-size: 16px;
    margin-left: 20px;
    float: left
}

.personal_center_box_list span {
    color: #06a8e8
}

.base9 {
    margin-left: 45px
}

.personal_info_form {
    width: 88%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 50px
}

.personal_info_form li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px
}

.personal_info_form ul {
    margin-bottom: 60px
}

.personal_info_form h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0 40px
}


/*工艺申请 BEGIN*/

.tapeout_process.user_center form>.form-body>.form_group {
    border-bottom: 1px dashed #ddd!important;
    padding-bottom: 22px;
}
.tapeout_process.user_center form>.form-body>.form_group>.info_table {
    position: relative;
}

.tapeout_process.user_center form>div.form-body>.form_group.last{
    border-bottom: 1px solid #ddd!important;
    margin-bottom: 30px;
}


a.operate_link {
    position: absolute;
    right: 0;
    bottom: 8px;
    color: #06a8e8;
}
a.operate_link:hover {
    text-decoration: underline;
}


/*VCA 信息表 BEGIN*/
.info_form.user_center .table_form .form-head .form-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    padding: 50px 0;
}
.info_form.user_center .table_form .edit_ele {
    border-bottom: 1px solid #bbb;
    outline: none;
    line-height: 22px;
    padding-top: 7px;
    padding-right: 5px;
    min-width: 60px;
    max-width: 100%;
    width: auto;
    min-height: 30px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    display: inline-block;
}
.info_form.user_center .table_form .edit_item {
    width: 100%;
    overflow: hidden;
}
.info_form.user_center .table_form .edit_item .text_input {
    display: inline-block;
    min-width: 80px!important;
    line-height: 20px;
    height: auto;
    border: 0;
    border-bottom: 1px solid #bbb;
    width: 100%;
    text-align: left;
    background: transparent;
}
.info_form.user_center .table_form .edit_item textarea.text_input {
    max-width: 100% !important;
    height: auto;
    min-height: 30px;
    line-height: 20px;
}
.info_form.user_center .table_form .edit_item .text_input.normal_width {
    width: auto;
}
.info_form.user_center .table_form .edit_item .text_input:focus {
    border-bottom: 1px solid #aaa;
}

.info_form.user_center .table_form .edit_item.has-error .text_input,
.info_form.user_center .table_form .edit_item.has-error .edit_ele {
    border-color: #e73d4a;
}
.info_form.user_center .table_form .delete_product {
    position: absolute;
    right: 30px;
    color: #333;
    font-weight: 400;
    top: 0;
}
.info_form.user_center .table_form .delete_product:hover {
    color: #06a8e8;
    text-decoration: underline;
}
.info_form.user_center .table_form .form-group.margin-top-20 .edit_ele {
    width: auto;
    min-width: 250px;
    padding: 7px 5px 0;
    margin: 0 -15px;
}
.info_form.user_center .table_form .edit_ele.no_border {
    border-bottom: 0;
}
.info_form.user_center .table_form .btn-group.bootstrap-select.input-group-btn {
    height: 30px;
}
.info_form.user_center .table_form .btn-group.bootstrap-select.input-group-btn>.dropdown-toggle {
    line-height: 18px;
    padding: 6px 16px;
}
.info_form.user_center .table_form .btn-group.bootstrap-select.input-group-btn>.dropdown-menu {
    left: -1px;
}
.info_form.user_center .table_form .amount_item>.input-group {
    float: left;
}
.info_form.user_center .table_form .amount_item>.input-group.select_item {
    margin: 0 0 0 15px;
}
.info_form.user_center .table_form .btn-group.bootstrap-select.input-group-btn .caret {
    margin-top: -10px !important;
}
.info_form.user_center .table_form .form_table caption {
    background: #8c97cb;
    color: #fff!important;
    padding: 0 15px;
    line-height: 50px;
    width: 100%;
    font-weight: 600;
}
.info_form.user_center .table_form .form_table {
    width: 100%;
}
.info_form.user_center .table_form .form_table th {
    border: 1px solid #999;
}
.info_form.user_center .table_form .form_table tbody td {
    padding: 10px 15px;
    vertical-align: middle;
    line-height: 20px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}
.info_form.user_center .table_form .form_table tfoot td {
    vertical-align: top;
    padding: 10px 0 20px;
    border-top: 1px solid #999;
}
.info_form.user_center .table_form .form_table tbody tr td:last-child {
    border-right: 1px solid #999;
}
.info_form.user_center .table_form .form_table:last-child tbody tr:last-child td {
    border-bottom: 1px solid #999;
}
.info_form.user_center .table_form .form_table tbody .table_label {
    color: #333;
    font-weight: 600;
    overflow: visible;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.info_form.user_center .table_form .form_table tbody td>.table_control.margin-left--20{
    margin-left: -20px;
}

.info_form.user_center .table_form .form_table tbody td>.table_label,
.info_form.user_center .table_form .form_table tbody td>.table_control,
.info_form.user_center .table_form .form_table tbody td>.table_control>.mt-radio-list>.mt-radio,
.info_form.user_center .table_form .form_table tbody td>.table_control>.mt-checkbox-list>.mt-checkbox {
    float: left;
}
.info_form.user_center .table_form .form_table tbody td>.table_control>.mt-radio-list>.mt-radio,
.info_form.user_center .table_form .form_table tbody td>.table_control>.mt-checkbox-list>.mt-checkbox {
    margin-bottom: 0;
    margin-left: 15px;
}
.info_form.user_center .table_form .form_table tbody td>.table_control>.mt-radio-list>.mt-radio>span,
.info_form.user_center .table_form .form_table tbody td>.table_control>.mt-checkbox-list>.mt-checkbox>span {
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: #bbb;
}

.info_form.user_center .table_form .form_table tbody td > .table_control > .mt-radio-list > .mt-radio > span#foreignInvestmentPercentage-error {
    display: none!important;
}

.info_form.user_center .table_form .form_table tbody td>.table_control .edit_item {
    margin: 0 5px;
}
.info_form.user_center .table_form .form_table tbody td>.table_control .edit_ele {
    padding: 7px 0 0;
    min-width: 48px;
}
.info_form.user_center .table_form .form_table tbody td>.table_label.text_nowrap,
.info_form.user_center .table_form .form_table tbody td>.table_control .edit_ele.text_nowrap {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.info_form.user_center .table_form .form_table tbody td>.table_control>.mt-radio-list>.mt-radio>input.form_control,
.info_form.user_center .table_form .form_table tbody td>.table_control>.mt-checkbox-list>.mt-checkbox>input.form_control {
    z-index: 1;
    height: 22px;
    border: 0;
    width: 60px;
    text-align: center;
    border-bottom: 1px solid #999;
    background: transparent;
    position: static;
    opacity: 1;
    box-shadow: none;
    outline: none;
}
.info_form.user_center .table_form .form_table tbody td>textarea.form-control {
    border: 0;
    color: #333;
    font-weight: 400;
    padding: 6px 0;
}

.info_form.user_center .table_form .form_table .sub_caption {
    font-weight: 600;
    background: #f2f4fe;
    position: relative;
}
.info_form.user_center .table_form .form_table input.date-picker {
    height: 30px;
    border: 0;
    width: auto;
    border-bottom: 1px solid #bbb;
    padding: 6px 0;
}
/*VCA 信息表 END*/


/*工艺申请 END*/
.personal_order, .personal_order_detail {
    padding: 0 0 28px;
    background: #fff;
    border: 1px #ddd solid;
    margin: 0 0 0
}

.personal_order {
    border: 0
}

.personal_order h2 {
    font-size: 22px;
    text-align: center;
    padding: 34px 0 13px
}

.personal_order p {
    padding-bottom: 28px;
    text-align: center;
    margin-bottom: 0;
}
.personal_order .form-horizontal>.row {
    margin-top: 0;
}

.personal_order_float {
    width: 806px;
    overflow: hidden;
    margin: 0 auto
}

.personal_order_number h3 {
    font-weight: 600;
    font-size: 15px;
    color: #333
}


.personal_account {
    overflow: hidden
}

.personal_account h3 {
    font-size: 22px;
    text-align: center;
    padding: 45px 0
}
/*表格通用样式*/
.personal_order_table {
    width: 96%;
    border-collapse: collapse;
    margin: 20px auto 0
}

.personal_order_table tbody {
    border: 1px #cfcfcf solid
}

.personal_order_table tbody tr:nth-child(odd) {
    background: #fff;
    height: 32px;
    font-size: 13px
}

.personal_order_table tbody tr:nth-child(even) {
    background: #f9f9f9;
    height: 32px;
    font-size: 13px
}

.personal_order_table thead tr {
    font-size: 14px;
    font-weight: bold;
    background: #eee;
    height: 36px;
    transition: all 1s;
}

.personal_order_table tbody tr td:last-child span:last-child {
    cursor: pointer
}

.personal_order_table tbody tr td.row {
    padding-top: 20px
}

.personal_order_table tbody td, .personal_order_table thead th {
    padding: 0 0 0 15px;
    border: 1px #e4e4e4 solid
}

.personal_order_table tbody tr:hover {
    background: #f3f4f6 !important;
}

.personal_order_table tbody td .personal_order_table_time {
    color: #b7b7b7;
    padding: 0 10px 0 0;
    cursor: pointer
}

.personal_order_table tbody td .personal_order_table_edit {
    color: #06a8e8;
    padding: 0 10px 0 0;
    cursor: pointer
}

.portlet-body .table thead {
    background-color: #eee !important;
}

.portlet-body .table thead th {
    /*text-align: center;*/
    font-size: 14px;
    font-weight: 600;
    color: #373737
}

.page-wrapper table.dataTable thead th, table.dataTable thead td {
    padding: 10px;
}

.personal_center {
    width: 100%;
    background: #06a8e8;
    padding: 10px 0;
    overflow: hidden
}

/*引用metro UI里面的"elements_steps.html"中的案例，做一些样式修改*/
@media (max-width: 991px) {
    .mt-element-step .step-line .mt-step-title:after, .mt-element-step .step-line .mt-step-title:before {
        content: '';
        height: 3px;
        width: 50%;
        position: absolute;
        background-color: #e5e5e5;
        top: -32px;
        z-index: 4;
        transform: translateY(-100%);
    }
}
.user_center .confirm_contract {
    padding: 30px 0 20px;
}

.user_center .confirm_contract > div {
    color: #373737;
    margin-bottom: 0
}

.user_center .confirm_contract > div:first-child {
    font-size: 1.28em;
    line-height: 1em
}

/*引用metro UI里面的"elements_steps.html"中的案例，做一些样式修改*/

/*订单操作*/
.user_center .order_operate {
    border: 1px solid #cfcfcf
}

.user_center .order_operate h4 {
    height: 23.2%;
    background-color: #eee;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.25em;
}

.user_center .order_operate .order_operate_content h4, .user_center .order_operate .order_operate_content div {
    text-align: left;
    padding-left: 1.7%;
    color: #333;
}

.user_center .order_operate .order_operate_content div {
    font-size: 12px
}

.user_center .order_operate .order_operate_content div a {
    cursor: pointer;
    border: 0;
    color: #fff;
    padding: 7px 10px;
    display: inline-block;
    margin: 18px 12px 10px 0;
    font-size: 1.17em
}

.order_operate .order_operate_content div.order_operate_info_box {
    padding-left: 0;
    height: 17px
}

.btn:not(.btn-sm):not(.btn-lg) {
    line-height: 1.42857
}

/*订单操作*/

/*订单详情*/
.user_center .personal_order_detail > * {
    padding: 0 20px;
    margin: 0;
}

.user_center .order_detail_list_border_bottom {
    font-weight: bold;
    border-bottom: 4px solid #06a8e8
}

.user_center .personal_order_detail .personal_order_detail_list, .user_center .personal_order_detail .order_currency {
    border-bottom: 1px solid #e7e7e7
}

.personal_order_detail .service_contract {
    border-bottom: 0 !important;
}

.user_center .personal_order_detail {
    padding: 30px 0
}

.order_currency .portlet-body {
    padding: 0 15px !important;
}

.order_currency .table-scrollable {
    margin: 0 !important;
}

.order_currency .title {
    line-height: 1.42857;
    color: #333;
    padding: 18px 0 10px;
    font-size: 14px;
    font-weight: 600;
    margin: 0
}

.order_currency tr td:first-child {
    text-align: right;
    color: #999;
    width: 10%;
    min-width: 86px
}

.order_currency tr td:last-child {
    text-align: left;
    color: #333;
    vertical-align: middle
}

.order_currency.table-scrollable {
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px
}

.user_center.details  .sub_title {
    font-size: 14px;
    font-weight: 600;
}
body.order_form .modal.fade.in#addAddress {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 !important;
}
.user_center.details  .table.info {
    border: 1px solid #06a8e8;
    margin-top: 10px;
}
.user_center.details  .table.info tbody td {
    min-width: 100px;
}
.user_center.details  .table.info th.edit {
    position: relative;
}
.user_center.details  .edit_invoice_item  {
    position: relative;
    border-bottom: 1px dashed #ddd;
}
.user_center.details  .edit_invoice_item .edit_invoice  {
    position: absolute;
    color: #06a8e8;
    bottom: 28px;
    right: 20px;
}
.user_center.details  .edit_invoice_item .edit_invoice:hover  {
    text-decoration: underline;
}

.user_center.details  .table.info th.edit a,
.user_center.details  .sub_title .edit_invoice,
.user_center.details  .sub_title .save_address {
    position: absolute;
    right: 5px;
    color: #06a8e8;
    font-weight: 400;
}
.user_center.details  .sub_title .save_address:hover {
    text-decoration: underline;
}
.user_center.details  .sub_title,
.order_currency.table-scrollable .table > thead > tr > th {
    border: 0;
    color: #333;
    padding: 8px 0
}

.order_currency.table-scrollable .editable .form-control[disabled] {
    background: transparent;
    border: 1px solid transparent;
    cursor: text
}

.order_currency.table-scrollable .editable .edit {
    position: relative
}

.order_currency.table-scrollable .editable .edit a {
    position: absolute;
    font-weight: 400;
    color: #06a8e8;
    right: 0
}

/*产品或服务清单*/
.user_center .personal_products_list {
    padding: 8px 0 0
}

.user_center .personal_products_list .portlet-title {
    border: 0 !important;
    padding: 0 !important;
    min-height: 0
}

.personal_order_detail .personal_products_list .portlet-title .caption,
.user_center .personal_products_list .portlet-title .caption {
    border: 0 !important;
    padding: 0 !important;
    width: 100%;
    color: #333;
    font-size: 14px;
    font-weight: bold
}

.user_center .personal_products_list .portlet-body tbody tr td,
.user_center .personal_products_list .portlet-body thead tr th {
    border: 1px solid #E4E4E4 !important
}

.user_center .personal_products_list .calc_table tr td:first-child {
    color: #999;
    width: 80% !important;
    text-align: right;
    vertical-align: bottom;
}

.user_center .personal_products_list .calc_table tr td:last-child {
    color: #333;
    width: 20% !important;
    text-align: right;
    padding-right: 0;
    vertical-align: bottom;
}

.user_center .personal_products_list .calc_table tr td:last-child.red {
    font-size: 18px;
    font-weight: 600;
}

/*产品或服务清单*/

/*订单详情-->服务需求*/
.user_center .personal_order_detail .service_demand,
.user_center .personal_order_detail .state_tracking,
.user_center .personal_order_detail .order_pay,
.user_center .personal_order_detail .order_enclosure {
    border-bottom: none
}

.user_center .personal_order_detail .service_demand tr td:first-child {
    text-align: right;
    color: #999;
    width: auto;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.user_center .personal_order_detail .service_demand tbody tr:first-child td:first-child {
    vertical-align: top;
    text-align: right;
    color: #999
}

.user_center .personal_order_detail .service_demand tr td:last-child {
    text-align: left;
    color: #333
}

/*订单详情*/

/*订单详情-->订单附件*/
.user_center .personal_order_detail .service_contract {
    padding: 0 2%;
    color: #333
}

/*状态跟踪*/
.user_center .personal_order_detail .state_tracking ul li {
    padding: 5px 0
}

.user_center .personal_order_detail .state_tracking ul li span {
    padding: 0;
    color: #A8A8AB;
    font-size: 13px
}

/*订单支付*/
.user_center .personal_order_detail .order_pay {
    padding: 0 2%
}

/*开始 订单详情*/

/*查看物流*/
.logistic a.btn_checked.logistic_check {
    color: #06a8e8;
    border: 0;
}

.logistic a.btn_checked.logistic_check:hover {
    background-color: transparent;
    color: #0b6cd7!important;
    text-decoration: none;
}

.logistics_info {
    left: 0;
    top: 32px;
    padding-left: 5px;
    border: 1px dashed #06a8e8;
}

.logistics_info p {
    color: #333;
    width: 100%;
    font-size: 12px;
    text-indent: 0;
    white-space: nowrap;
    padding: 0;
    margin-bottom: 0;
    line-height: 22px
}

.logistics_info p span {
    color: #666
}

.logistics_info p:first-child {
    padding: 3px 0 0
}

.logistics_info p:last-child {
    padding: 0 0 3px
}

/*结束 订单详情*/

.form_btn {
    border: 1px #06a8e8 solid;
    background: transparent;
    color: #06a8e8;
}

.form_btn:hover {
    background: #06a8e8;
    color: #fff
}

.change_btn {
    border: 1px #989898 solid;
    background: #fff;
    color: #06a8e8
}

.change_btn:hover {
    border: 1px #06a8e8 solid;
    background: #06a8e8;
    color: #fff
}

/*服务商信息*/
#userForm, #legalForm {
    padding-top: 20px
}

.personal_order .finance_form h3 {
    text-indent: 0;
    border-bottom: 0;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    padding: 20px 8px 13px;
    width: 15%;
    text-align: right
}
/*用户中心左侧菜单 增加默认选中样式 2017-5-3 增加-刘源*/
.menu_body a.btn_checked {
    color: #06a8e8
}


/*表格里面点击编辑,删除和查看按钮*/
.edit a,.delete a,.check a {padding: 0 5px}
.edit a,.check a {color: rgb(6, 168, 232)!important;}

/*常用颜色（包括背景颜色，字体颜色）*/
.ICLinkedBlue{color:#06a8e8!important}

.help-notice {
    font-size: 12px;
    color: #06a8e8;
}

/*userCenter 个人中心左侧列表*/
.menu_list{width:100%;margin:0 auto;padding-top: 34px;}
.menu_list h3{  font-style:normal}
.menu_head{line-height: 16px;padding: 15px 0 5px 20px;font-size: 16px;color: #333;cursor: pointer;margin: 0;font-weight: 400}
.menu_head.current{padding: 0 0 10px 20px}
.menu_body{line-height: 38px;padding: 0;}
.menu_body a{display:block;height:30px;line-height:30px;padding-left:20px;color:#777;text-decoration:none}
.menu_body a:hover{color:#06a8e8}

.finance_form1_xin_cuo{color:red}

/*我的询价->询价详情*/
.enquiry .personal_center_box {border:0}
.enquiry .personal_order {padding-bottom:10px}
.enquiry .portlet.light {padding: 0 20px}
.enquiry .form-body.row {padding-top:0;border:0;border-bottom: 1px dashed #ddd!important;}
.enquiry .form-body.row h2 {font-size:16px;font-weight:400;border-bottom:0;color:#333;padding:30px 0 20px;text-align: left}
.enquiry .form-body.row h3 {text-indent: 20px;padding: 20px 0;border-bottom: 1px #ddd solid;font-size: 18px;width:calc(100% + 80px);margin-left: -40px}
.enquiry .form-body.row .control-label {color:#999;padding-right:0}
.enquiry .form-body.row .form-control-static {text-indent:0;padding-left: 0}
.enquiry .border_mid {border:0;margin-left:-40px;height: 26px;background-color: #f2f2f5;width:calc(100% + 80px)}
.enquiry .form-actions {margin-top: 40px}
.enquiry .btn.blue,.enquiry .btn.default {margin:0 2%;width:168px;height:45px;line-height: 32px}

/*发票设置 BEGIN*/
.tabbable-line>.nav-tabs>li.active {border-bottom: 4px #06a8e8 solid;font-weight: bold}
.user_center .tabbable-line>.nav-tabs>li.open>a,

.tabbable-line>.nav-tabs>li:hover {border-bottom: 4px solid rgba(6, 168, 232, .7)}
/*手机号码 BEGIN*/
.tab-pane .prompt {padding: 15px;text-indent: 0;color: #333;background-color: #e5f5fb;border: 1px solid #06a8e8;text-align: justify;margin-top: 10px}
.tab-pane.add-tax .prompt {margin-top: -20px;margin-bottom: 20px;font-size: 13px}
/*手机号码 END*/

.form-horizontal .fileinput .red:hover  {color: #fff!important;}
/*发票设置 END*/

/*用户中心-设置中心-确认并提交订单 1.3 BEGIN*/

/*银行卡列表 BEGIN*/
.user_center .bankcard_list .user_info_box.address_collapse {
    height: 166px;
}
.user_center .bankcard_list .user_info_box {
    margin: -10px;
}
.user_center .bankcard_list .form_item {
    padding: 10px;
}
.user_center .bankcard_list .form_item .add_address,
.user_center .bankcard_list .form_item .user_info_item {
    padding: 15px;
    border: 1px solid #ddd;
    height: 176px;
}
.user_center .bankcard_list .form_item .add_address {
    background: url("../img/add_address.png") no-repeat center center;
    text-align: center;
    line-height: 128px;
    padding-top: 55px;
}
.user_center .bankcard_list .form_item.checked_item .user_info_item {
    padding: 15px;
    border: 1px solid #06a8e8!important;
}
.user_center .bankcard_list .form_item.default_item .user_info_item .info_edit .set_default,
.user_center .bankcard_list .form_item.default_item .user_info_item .info_edit .delete_address  {
    display: none;
}
.user_center .bankcard_list .form_item .user_info_item:hover,
.user_center .bankcard_list .form_item .add_address:hover {
    border: 1px solid #aaa;
}
.user_center .bankcard_list .form_item.default_item .user_info_item .default_address,
.user_center .bankcard_list .form_item .user_info_item:hover .info_edit .set_default,
.user_center .bankcard_list .form_item .user_info_item:hover .edit_address,
.user_center .bankcard_list .form_item.default_item .user_info_item:hover .delete_address,
.user_center .bankcard_list .form_item .user_info_item:hover .delete_address {
    display: inline;
}

.user_center .bankcard_list .form_item.default_item .user_info_item .default_address {
    color: #06a8e8;
}

.user_center .bankcard_list .form_item .user_info {
    text-align: left;
    line-height: 1.714;
    font-size: 1em;
}
.user_center .bankcard_list .form_item .user_info.user_address {
    text-align: justify;
    height: 75px;
    overflow: hidden;
}
.user_center .bankcard_list .form_item .user_info.user_name {
    font-size: 16px;
}
.user_center .bankcard_list .form_item .user_info_item .info_edit {
    text-align: right;
    position: absolute;
    right: 10px;
    bottom: 10px;
    top: auto;
}
.user_center .bankcard_list .form_item.default_item .user_info_item:hover .info_edit .set_default,
.user_center .bankcard_list .form_item .user_info_item .info_edit a {
    display: none;
    margin-left: 8px;
}
/*银行卡列表 END*/

.user_center .user_info_box.address_collapse {
    height: 61px;
    overflow: hidden;
}
.user_center .user_info_box {
    margin: -10px -15px 0;
}
.user_center .user_info_box.address_collapse .form_item {
    display: none;
}
.user_center .user_info_box.address_collapse .form_item.checked_item,
.user_center .user_info_box.address_collapse .form_item.address_btn {
    display: block;
}
.user_center .form_item {
    position: relative;
    padding: 10px 15px 5px;
}

.enquiry_confirm.user_center .form_item {
    padding: 10px 15px 5px;
}
.user_center.details .form_item {
    padding: 5px 10px;
}
.user_center.details .order_currency.table-scrollable {
    overflow: hidden;
}
.user_center.details .user_info_box {
    margin-top: 10px
}
.user_center .form_item>.mt-radio.mt-radio-outline {
    display: block;
    border: 1px solid #ddd;
    margin-bottom: 0;
}
.user_center .form_item>.mt-radio.mt-radio-outline>span {
    top: 13px;
    left: 12px;
}
.user_center .form_item .user_info_item {
    padding: 15px;
    position: relative;
}
.user_center .form_item.checked_item>.mt-radio.mt-radio-outline {
    border: 1px solid #06a8e8!important;
}
.user_center .form_item.checked_item>.mt-radio.mt-radio-outline>span:after {
    background: #06a8e8;
}
.user_center .form_item.default_item .info_edit .set_default,
.user_center .form_item.default_item .info_edit .delete_address  {
    display: none;
}
.user_center .form_item>.mt-radio.mt-radio-outline:hover {
    border: 1px solid #aaa;
}
.user_center .form_item .add_address {
    position: absolute;
    top: 30px;
    right: 0;
    color: #06a8e8;
    cursor: pointer;
}
.user_center .form_item .add_address.position_none {
    position: static;
}
.user_center.details  .form_item .add_address {
    position: static;
}
.user_center .form_item .add_address .notice {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 15px;
}
.user_center .form_item .add_address:hover {
    text-decoration: underline;
}
.user_center .form_item .add_address:hover .notice {
    display: block;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
}
.user_center .form_item.default_item .default_address,
.user_center .form_item:hover .info_edit .set_default,
.user_center .form_item:hover .edit_address,
.user_center .form_item.default_item:hover .delete_address,
.user_center .form_item:hover .delete_address {
    display: inline;
}
.user_center .form_item.checked_item .delete_address,
.user_center .form_item.checked_item:hover .delete_address {
    display: none!important;
}


.user_center .form_item.default_item .default_address {
    color: #06a8e8;
}

.user_center .form_item .user_info {
    text-align: left;
    line-height: 1;
    float: left;
    margin-right: 20px;
}
.user_center .form_item .info_edit {
    text-align: right;
    position: absolute;
    right: 30px;
    top: 25px;
}
.user_center .form_item.default_item:hover .info_edit .set_default,
.user_center .form_item .info_edit a {
    margin-left: 8px;
    line-height: 1;
}
.user_center .toggle_collapse_address {
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.user_center .invoice_info_item .form_item .tabbable-line {
    margin-left: -10px;
    margin-right: -10px;
}
.user_center .invoice_info_item .form_item .nav.nav-tabs li {
    border: 1px solid #ddd;
    margin-right: 20px;
    margin-left: 0;
}
.user_center .invoice_info_item .form_item .nav.nav-tabs li.active {
    border: 1px solid #06a8e8;
}
.user_center .invoice_info_item .form_item .nav.nav-tabs li.active a i {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 22px;
    width: 24px;
    background: url(../img/selectedPay.svg) no-repeat 0 0;
    -webkit-background-size: 27px 23px;
    background-size: 27px 23px;
}
.user_center .invoice_info_item .form_item .nav.nav-tabs li a {
    padding: 16px 30px;
    line-height: 1;
    color: #333;
    font-weight: 400 !important;
}
.user_center .invoice_info_item .form_item .nav.nav-tabs li:hover {
    border: 1px solid #06a8e8;
}

/*用户中心-帐号设置-确认并提交订单 1.3 END*/

/*用户中心-我的询价-确认并提交订单 1.3 BEGIN*/
.enquiry_confirm .form-horizontal .row>.sub_title {
    font-size: 18px;
    text-align: left;
    color: #333;
    font-weight: 400;
}
.enquiry_confirm .form-horizontal  .user_info_box {
    margin: 15px -15px 0;
}
.enquiry_confirm.user_center .form_item {
    padding: 10px 15px 5px;
}
.enquiry_confirm.user_center .form_item.address_btn {
    position: static;
}
.enquiry_confirm.user_center .form_item.address_btn {
    padding: 0;
}
.enquiry_confirm.user_center .toggle_collapse_address {
    margin-top: 15px;
    padding-left: 0;
    margin-bottom: 0;
}
.user_center.details .page_content .form-body,
.enquiry_confirm .page_content .form-horizontal .portlet-body>.form-body {
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;
    position: relative;
}
.enquiry_confirm .page_content .form-horizontal .portlet-body>.form-body .sub_title {
    font-size: 18px;
    font-weight: normal;
}
.user_center.details .page_content .form-body {
    border: 0;
}

.enquiry_confirm .page_content .form-horizontal .portlet-body>.form-body:last-child {
    border-bottom: 0;
    background: #f4f4f4;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.enquiry_confirm .page_content .form-horizontal .portlet-body>.form-body>.form_item{
    margin-top: 19px;
    padding: 0;
}
.enquiry_confirm .page_content .form-horizontal .portlet-body>.form-body>.form_item>.form_group>p,
.enquiry_confirm .page_content .form-horizontal .portlet-body>.form-body>.form_item>.form_group>label{
    line-height: 1;
    font-size: 14px;
    padding: 11px 0;
}
.enquiry_confirm.user_center .portlet-body>.form-body.invoice_info_item>.form_item>.tabbable-line{
    margin: 0;
}
.enquiry_confirm.user_center .tab-pane .personal_info_form ,
.enquiry_confirm.user_center .tab-pane .personal_info_form .portlet-body .form-body,
.enquiry_confirm.user_center .tab-pane .personal_info_form .portlet-body {
    padding-top: 0;
}
.enquiry_confirm.user_center .tab-content {
    border-top: 0;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}
.enquiry_confirm.user_center .tab-content .personal_add_info {
    border: 1px solid #06a8e8;
    padding: 30px 15px;
}
.enquiry_confirm.user_center .tab-content .personal_add_info>ul>li>div {
    line-height: 1;
    margin-bottom: 23px;
}
.enquiry_confirm.user_center .tab-content .personal_add_info>ul>li:last-child>div {
    margin-bottom: 0;
}
.enquiry_confirm.user_center .tab-content .personal_info_form {
    padding-bottom: 0;
}
.enquiry_confirm.user_center .tab-content .personal_info_form .form-group.telephone_number .form-input input {
    width: 70px;
    text-align: center;
}
.enquiry_confirm.user_center .tab-content .personal_info_form .form-group.telephone_number .form-input input#phoneNumber {
    width: calc(100% - 170px);
    text-align: center;
}
.enquiry_confirm.user_center .tab-content .personal_info_form .form-group.telephone_number .form-input span {
    width: 15px;
    text-align: center;
    padding: 0;
    line-height: 40px;
}
.enquiry_confirm.user_center .tab-content .personal_info_form .form-group.telephone_number .form-input>* {
    float: left;
}
.enquiry_confirm.user_center .tab-content .personal_info_form .form-body {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
}
.enquiry_confirm.user_center .tab-content .personal_info_form .form-body .form-group:last-child {
    margin-bottom: 0;
}
.enquiry_confirm.user_center .tab-content .personal_info_form .form-body .form-group {
    margin-left: 0;
    margin-right: 0;
}
.enquiry_confirm.user_center .invoice_info_item.form-body .table-scrollable {
    margin: 0!important;
    padding: 30px 0;
    border: 0;
    border-bottom: 1px dashed #ddd;
}
.enquiry_confirm.user_center .invoice_info_item.form-body {
    border: 0!important;
    padding-bottom: 0!important;
}
/*用户中心-我的询价-确认并提交订单 1.3 END*/

/*服务商入驻申请流程 BEGIN*/
/*第三步 BEGIN*/
.multiselect-container>li>a {
    padding: 8px 16px;
    /*line-height: 24px;*/
}
.multiselect-native-select .mt-multiselect {
    line-height: 28px!important;
}
.multiselect-container>li>a>label {
    padding: 3px 20px 3px 40px!important;
}

.multiselect-container>li.multiselect-group label {
    padding: 3px 20px!important;
}
/*第三步 END*/
/*服务商入驻申请流程 END*/

/*培训模块 BEGIN*/

/*培训模块 END*/

/*讲师入驻申请Start*/
.mt-element-step .step-line .mt-step-number {
    font-size: 14px;
    border-radius: 100%!important;
    border: transparent;
    display: inline-block;
    position: relative;
    z-index: 5;
    padding: 7px;
    background-color: #ccc;
    top: -14px;
    margin-top: 20px;
    height: 32px;
    width: 32px;
    color: #fff;
    text-align: center;
}
.mt-element-step .step-line .active .mt-step-content, .mt-element-step .step-line .active .mt-step-title {
    color: #28b28b !important;
}
.mt-element-step .step-line .active .mt-step-title:after, .mt-element-step .step-line .active .mt-step-title:before {
    background-color: #28b28b;
}
.mt-element-step .step-line .active .mt-step-number {
    color: #28b28b;
}
.mt-element-step .step-line .active .mt-step-number {
    color: #fff!important;
    background-color: #28b28b;
    border-color: #32c5d2!important;
}
.submit button {
    margin-right: 20px;
}
.feedback .form-group .input-group input.form-control{
    color: #333;
}
.confirmTips {
    margin: 50px 0;
    text-align: center;
}
.confirmTips .title{
    font-size: 20px;
    margin-bottom: 20px;
}
.confirmTips .operate_link .btn{
    background: #25C9BF;
    color: #fff;
}
.confirmTips .operate_link a:hover{
    background: #04C3A0;
}
/*讲师入驻申请End*/