﻿.container{
	padding: 0;
}
.containers {
    display: flex;
}
::-webkit-scrollbar {
    width: 10px; /* 纵向滚动条*/
    height: 10px; /* 横向滚动条 */
    background-color: #fff;
}

/*定义滚动条轨道 内阴影*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #eee;
}

/*定义滑块 内阴影*/
::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #ccc;
    border-radius: 10px;
}
.containers .navBar {
    padding: 0;
    flex: 1;
    display: flex;
    justify-content: space-around;
}
.containers .navBar li {
    padding: 0;
}
.header_nav {
    flex: 1;
    padding: 0;
}
.header_nav .navBar {
    padding: 31px 0 0 0;
    display: flex;
    justify-content: space-around;
}
.header_nav .navBar li {
    padding: 0 0 15px 0;
}
a:hover,
a:focus{
	outline:outline;
	text-decoration: none;
}
/* 公用top */
.topBar{
	border-bottom: 1px solid #DDDDDD;
    background: #ffffff;
}

.welcome_txt{
	color: #666666;
	font-size:12px;
	line-height: 32px;
	margin: 0;
}

.topTip{
	overflow: hidden;
	margin: 0;
}

.topTip li{
	float: left;
}

.topTip .line{
	color: #666666;
	padding: 0 12px;
	line-height: 32px;
}

.topTip li a{
	color: #666666;
	font-size: 12px;
	line-height: 32px;
}
/* 登录 */
.login_box{
	width:100%;
	height:100%;
	overflow:hidden;
}
.login_header_box{
    background: rgba(255,255,255,.8);
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    box-shadow: 0px 6px 12px rgba(0,0,0,0.16);
}
.login_title {
    display: flex;
    align-items: center;
}
.login_title img {
	max-width: 220px;
    max-height: 50px;
}
.login_title span {
    width: 2px;
    height: 18px;
    background: #adaeaf;
    margin: 0 16px;
    display: block;
}
.login_title p {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
}
.login_main_warrper {
    position: relative;
    width: 1180px;
    height: 100%;
    margin: auto;
}
.login_main_box {
    width: 400px;
    min-height: 315px;
    background: #ffffff;
    box-shadow: 0px 10px 24px rgba(0,0,0,0.3);
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: 30%;
    z-index: 1;
}
@media screen and (max-height: 750px) {
    .login_main_box{
		top:10%;
	}
}
@media screen and (max-width: 1191px) {
    .login_box .container{
    	width: 80%;
    }
    .login_main_warrper{
   	    width: 100%;
    }	
    .login_main_box{
		right: 20px;
	}
}
@media screen and (max-width: 1000px) {
    .login_main_warrper{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: calc(100% - 50px);
    }
    .login_main_box{
        position: static;
    }
}

.login_way_box {
    padding: 0 0 10px;
    display: flex;
}
.login_way_box p {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    cursor: pointer;
    font-size: 16px;
    color: #999999;
    background: #e8e7e7;
}
.login_way_box p:nth-of-type(1) {
    border-radius: 8px 0 0 0;
}
.login_way_box p:last-child {
    border-radius: 0 8px 0 0;
}
.login_way_box p.active {
    color: #268DFF;
    background: transparent;
}
.login_way_box p span {
    display: block;
    padding: 0 0 0 8px;
    letter-spacing: 4px;
}
.login_code_img{
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
}
.login_form{
	display: none;
	padding:0 30px 20px;
}
.login_form.active{
	display: block;
}
.login_form .verityWrap, 
.login_form .textbox_ui {
    margin-bottom: 30px;
    line-height: 42px;
    height: 42px;
}
.login_form .verityWrap{
    overflow: hidden;
}
.login_form .textbox_ui {
    position: relative;
	border-bottom:1px solid rgba(187, 183, 183, 0.5);
}
.login_form .verityWrap .textbox_ui {
    width: 200px;
    float: left;
}
.login_form .verityWrap span {
    display: block;
    width: 120px;
    float: right;
    margin: 2px 0 0;
}
.verityWrap img {
	width: 120px;
    height: 36px;
    background:rgba(255,255,255,0.3);
	border:1px solid rgba(255,255,255,1);
}
.login_form .textbox_ui i{
	font-size:20px;
	color:#999999;
    position: absolute;
    left: 10px;
}
.login_form .textbox_ui input[type="text"],
.login_form .textbox_ui input[type="password"]{
    line-height: 41px;
    height: 41px;
    position: absolute;
    left: 30px;
    padding: 0 12px;
    width: calc(100% - 30px);
    border: none;
    color:#313948;
    font-size:14px;
    background: none !important;
}
.login_form .textbox_ui input[type="text"]::placeholder,
.login_form .textbox_ui input[type="password"]::placeholder{
	color:#999999;
    font-size:14px;
    background: none !important;
}
.login_form .btn{
	border: 0;
    width:120px;
    height:40px;  
    line-height: 40px; 
    float:right;
    color: white;
    background: #268DFF;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.login_form .textbox_ui .focus_text{
	display: none;
	word-break: keep-all;
    white-space: nowrap;
    color: #1D274E;
    top: 100%;
    left: 0;
    line-height: 1.5;
    position: absolute;
    font-size: 12px;
}
.login_form .loginbtn{
    line-height: 40px;
    height: 40px;
    text-align:center;
    color:#FFFFFF;
    font-size: 14px;
    background:#268DFF;
    border:none;
    outline:none;
    cursor: pointer;
    border-radius: 6px;
}
.login_form .gyc_msg{
    color: #FA2A31;
}
input:-webkit-autofill {
	-webkit-text-fill-color: none !important;
	transition: background-color 5000s ease-in-out 0s;
}
.login_link{
	padding: 10px 30px 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.login_link a {
    padding: 0 0 0 10px;
}
.login_link .login_toggle_btn{
	color: #268DFF;
    cursor: pointer;
}
.login_link div{
    display: flex;
    align-items: center;
}
.login_link div span {
    display: block;
    width: 1px;
    height: 12px;
    background: #313948;
    margin: 0 10px;
}
.code_login_box{
	text-align: center;
}
.login_tab{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    justify-content: center;
}
.login_tab>span{
    display: flex;
    font-size: 16px;
    color: #999999;
    width: 50%;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dddddd;
    padding: 24px 10px 10px;
    cursor: pointer;
    letter-spacing: 2px;
}
.login_tab>span.active{
    color: #F08616;
    border-bottom: 2px solid #F08616;
}
.login_item{
	display:none;
	padding:20px 0 0;
}
.login_item.active{
	display:block;
}
.code_login_img{
	max-width:160px;
	max-height:160px;
}
.code_login_box p {
    padding: 20px 0 0;
}


/* 登录、注册、忘记密码底部 */
.second_footer_link{
	display: flex;
    padding: 0 0 36px;
    justify-content: space-around;
    border-bottom: 1px solid #DDDDDD;
}
.second_footer_link a{
    font-size: 18px;
    color: #747DA1;
    line-height:24px;
}
.second_footer_link i{
	display:inline-block;
	width:1px;
	height:24px;
	background:#A8B2D8;
}
.second_footer_link span{
	display:inline-block;
    font-size: 18px;
    color: #747DA1;
    line-height:24px;
}
.second_footer_copyright{
    padding: 20px 0;
    text-align: center;
}
.second_footer_copyright p,
.second_footer_copyright a{
    color: #747DA1;
    font-size: 14px;
    line-height: 2;
}
/* 登录底部 */
.login_footer{
    width: 100%;
    position: absolute;
    bottom: 0;
}
.login_footer .second_footer_link{
    border-bottom: 1px solid #E2E8FF;
}
.login_footer .second_footer_link a,
.login_footer .second_footer_link span,
.login_footer .second_footer_copyright p,
.login_footer .second_footer_copyright a{
    color: #E2E8FF;
}
.login_footer .second_footer_link i{
	background:#E2E8FF;
}

#user_lists{
    display: none;
}
.user_lists {
    background: #F0F2F5;
    width: 100%;
    height: 100%;
    padding: 24px;
}
.user_lists li {
    width: 100%;
    height: 60px;
    background: #ffffff;
    margin: 0 0 16px;
    padding: 0 16px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.user_lists li.active {
    background: #E6F6FF;
    border: 1px solid #99D3FF;
}
.user_lists li span {
    color: #595959;
    font-size: 20px;
    width: 100%;
    display: block;
    text-align: center;
}
.user_lists li .user_tips {
    display: none;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
}
.user_lists li.active .user_tips {
    display: block;
}
/* 个人注册header */
.second_header_box{
	height:100px;
	background:rgba(255,255,255,0.9);
	box-shadow:0px 6px 12px rgba(0,0,0,0.16);
}
.second_header_link{
    display: flex;
    height: 100px;
    align-items: center;
}
.second_header_link img{
   	max-width: 220px;
    max-height: 50px;
}
.second_header_link span{
	display:inline-block;
	width:1px;
	height:24px;
	background:#E2E8FF;
	margin:0 20px;
}
.second_header_link p{
	line-height: 100px;
	color:#1D274E;
	font-weight:bold;
	font-size:24px;
}
/* 个人注册 */
.person_regiter_box{
	padding:0 0 32px;
}
.person_regiter_title{
	padding: 40px 0 0 120px;
    color: #1D274E;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
}
.person_regiter_tips{
    text-align: center;
    padding: 8px 0 0 120px;
    line-height: 24px;
    font-size: 0;
}
.person_regiter_tips span{
    display: inline-block;
    color: #1D274E;
    font-size: 18px;
}
.person_regiter_tips a{
    display: inline-block;
    color: #268DFF;
    font-size: 18px;
}
.person_regiter_form{
    margin: auto;
    width: 680px;
}
.person_regiter_form ul{
    padding: 36px 0 0;
}
.person_regiter_form li{
    padding: 0 0 20px;
    font-size: 0;
    position: relative;
}
.person_regiter_form label{
    display: inline-block;
    color: #A8B2D8;
    line-height: 24px;
    font-size: 18px;
    min-width: 120px;
    text-align: right;
    padding: 0 16px 0 0;
}
.person_regiter_form b{
    color: #FF0000;
    line-height: 42px;
}
.person_regiter_form input[type=text],
.person_regiter_form input[type=password]{
	line-height: 42px;
    height: 42px;
    padding: 0 20px;
    width: 560px;
    border:1px solid rgba(221,221,221,0.6);
    color: #1D274E;
    font-size: 16px;
    background: rgba(38,141,255,0.1);
    border-radius: 10px;
    vertical-align: initial;
}
.person_regiter_form input[type=text]::placeholder,
.person_regiter_form input[type=password]::placeholder{
	color: #A8B2D8;
    font-size: 16px;
}
.person_regiter_form input[type=text]:focus,
.person_regiter_form input[type=password]:focus,
.person_regiter_form input[type=text]:active,
.person_regiter_form input[type=password]:active{
	border:1px solid #268DFF;
}
.person_regiter_form input[type=text].verifycode{
    width: 430px;
}
.person_regiter_form input[type=text].validatecode{
	width: 450px;
}
.person_regiter_form .verimg{
    position: absolute;
    right: 0;
    top: 5px;
    height: 40px;
}
.person_regiter_form .button_verifycode {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    background: #268DFF;
    border: none;
    width: 120px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 8px;
}
.person_regiter_form .focus_text{
    word-break: keep-all;
    white-space: nowrap;
    color: #1D274E;
    bottom: 0;
    left: 120px;
    font-size: 14px;
    display: none;
    position: absolute;
    text-align: left;
}
:focus~.focus_text {
	display: block
}
.error_ui .focus_text {
	display: none
}
.person_regiter_form .invalid {
	height: 1.5em;
	white-space: nowrap;
	word-break: normal;
	position: absolute;
	bottom: 0;
	left: 120px;
	font-size: 14px;
	color: #FA2A31;
}
.person_agree_input{
	margin: 19px 0 0;
}
.person_agree_protocol{
	position: absolute;
    left: 140px;
    top: 15px;
	font-size: 14px;
	color:#A8B2D8;
}
.person_regiter_form .protocol{
	font-size: 14px;
	color:#268DFF;
}
.person_regiter_btn{
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    width: 560px;
    height: 60px;
    overflow: hidden;
    background: #268DFF;
    border: none;
    border-radius: 10px;
    margin: 0 0 0 120px;
}
.person_regiter_btn[disabled="disabled"]{
	background: #aaaaaa;
    cursor: no-drop;
}
/* 找回密码 */
.forget_password_main{
	width:860px;
	height:620px;
	background:#F6FAFF;
	border:1px solid rgba(221,221,221,0.5);
	border-radius:10px;
	margin:60px auto;
    padding: 0 26px 0 34px;
}
.forget_password_head{
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    line-height: 40px;
    padding: 44px 0 24px;
    border-bottom: 1px solid #E2E8FF;
}
.forget_password_step{
    height: 130px;
	padding: 54px 0 0;
    display: flex;
    justify-content: center;
}
.forget_password_step li.step_item{
    position: relative;
    width: 280px;
}
.forget_password_step li.step_item:last-child {
    width: 72px;
}
.forget_password_step .step_item_text{
    color: #999999;
    font-size: 14px;
    display: block;
    width: 72px;
    text-align: center;
    padding: 0 0 8px;
}
.forget_password_step .step_line{
	display: block;
    width: 208px;
    border-bottom: 1px dashed #CFCFCF;
    position: absolute;
    top: 52px;
    left: 70px;
}
.forget_password_step .step_number{
    display: block;
    width: 48px;
    height: 48px;
    background: #999999;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    left: 10px;
}
/* 选中状态 */
.forget_password_step li.done .step_item_text{
	color: #268DFF;
}
.forget_password_step li.done .step_line{
    border-bottom: 1px dashed #268DFF;
}
.forget_password_step li.done .step_number{
    background: #268DFF;
}
/* 找回密码--验证手机 */
.forget_password_step1{
    margin: auto;
    width: 530px;
}
.forget_password_step1 ul{
	padding: 72px 0 0;
}
.forget_password_step1 li{
    padding: 0 0 20px;
    font-size: 0;
    position: relative;
}
.forget_password_step1 label{
    display: inline-block;
    color: #A8B2D8;
    line-height: 24px;
    font-size: 18px;
    min-width: 100px;
    text-align: right;
    padding: 0 16px 0 0;
}
.forget_password_step1 b{
	color: #FF0000;
    line-height: 42px;
}
.forget_password_step1 input[type="text"]{
    line-height: 42px;
    height: 42px;
    padding: 0 20px;
    width: 430px;
    border: 1px solid rgba(221,221,221,0.6);
    color: #1D274E;
    font-size: 16px;
    background: rgba(38,141,255,0.1);
    border-radius: 10px;
    vertical-align: initial;
}
.forget_password_step1 input[type="text"]::placeholder{
	color: #A8B2D8;
    font-size: 16px;
}
.forget_password_step1 input[type="text"]:focus,
.forget_password_step1 input[type="text"]:active{
	border:1px solid #268DFF;
}
.forget_password_step1 .invalid{
	height: 1.5em;
    white-space: normal;
    word-break: normal;
    position: absolute;
    bottom: 0;
    left: 100px;
    font-size: 14px;
    color: #FA2A31;
}
.forget_password_step1 input[type=text].verifycode {
    width: 298px;
}
.forget_password_step1 .button_verifycode {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    background: #268DFF;
    border: none;
    width: 120px;
    position: absolute;
    right: 0;
    top: 1px;
    border-radius: 8px;
}
.forget_password_step1 .next_step_btn{
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    width: 430px;
    height: 50px;
    overflow: hidden;
    background: #268DFF;
    border: none;
    border-radius: 10px;
    margin: 68px 0 0 100px;
}
/* 找回密码--设置新密码 */
.forget_password_step2{
	display: none;
	margin: auto;
    width: 570px;
}
.forget_password_step2 ul{
	padding: 72px 0 0;
}
.forget_password_step2 li{
    padding: 0 0 20px;
    font-size: 0;
    position: relative;
}
.forget_password_step2 label{
    display: inline-block;
    color: #A8B2D8;
    line-height: 24px;
    font-size: 18px;
    min-width: 100px;
    text-align: right;
    padding: 0 16px 0 0;
}
.forget_password_step2 b{
	color: #FF0000;
    line-height: 42px;
}
.forget_password_step2 input[type="password"]{
    line-height: 42px;
    height: 42px;
    padding: 0 20px;
    width: 430px;
    border: 1px solid rgba(221,221,221,0.6);
    color: #1D274E;
    font-size: 16px;
    background: rgba(38,141,255,0.1);
    border-radius: 10px;
    vertical-align: initial;
}
.forget_password_step2 input[type="password"]::placeholder{
	color: #A8B2D8;
    font-size: 16px;
}
.forget_password_step2 input[type="password"]:focus,
.forget_password_step2 input[type="password"]:active{
	border:1px solid #268DFF;
}
.forget_password_step2 .invalid{
	height: 1.5em;
    white-space: normal;
    word-break: normal;
    position: absolute;
    bottom: 0;
    left: 120px;
    font-size: 14px;
    color: #FA2A31;
}
.forget_password_step2 .next_step_btn{
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    width: 430px;
    height: 50px;
    overflow: hidden;
    background: #268DFF;
    border: none;
    border-radius: 10px;
    margin: 68px 0 0 114px;
}
/* 找回密码--修改成功 */
.forget_password_step3{
	display: none;
    text-align: center;
    padding: 55px 0 0;
}
.forget_password_step3 img{
	
}
.forget_password_step3 h3{
    color: #747DA1;
    font-size: 24px;
    padding: 32px 0 12px;
}
.forget_password_step3 p{
    color: #747DA1;
    font-size: 18px;
}
.forget_password_step3 a{
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    width: 430px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: #268DFF;
    border: none;
    border-radius: 10px;
    display: inline-block;
    margin: 58px 0 0;
}
/* 公用footer */
.footerBar{
    min-height: 320px;
}

.seller_fh{
    padding: 44px 0 39px;
    border-bottom: 1px solid #DDDDDD;
}

.seller_fh .container{
	display: flex;
    justify-content: space-between;
}

.footer_left {
    width: 70%;
    /*overflow: hidden;*/
    padding: 0 14px;
}

.footer_left .footer_item {
    float: left;
    margin: 0 87px 0 0;
}

.footer_right {
    width: 30%;
    display: flex;
    justify-content: space-between;
}

/*modified by zhouhl-c 2022-01-21*/
.footer_right .footer_item{
    flex:1;
}
.footer_right .footer_item:nth-of-type(3):last-of-type{
    margin-right: -100px!important;
}
    /*.footer_right .footer_items {*/
/*    margin-right: -100px!important;*/
/*}*/
.footer_item {
    display: block;
}

div.footer_item {
    text-align: center;
}

.footer_item dt{
	font-weight: 400;
    line-height: 28px;
    color: rgba(29,39,78,1);
    font-size: 20px;
    padding: 0 0 22px;
    width: 112px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.footer_item dd{
    width: 112px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    display: block;
    padding: 0 0 10px;
}

.footer_item dd:last-child{
	padding: 0;
}

.footer_item dd a{
    font-weight: 400;
    line-height: 20px;
    color: #7C84A6;
    font-size: 14px;
}

.footer_item img{
    width: 130px;
    height: 130px;
    border: 1px solid #00D77E;
}

.footer_item p{
	font-weight: 400;
    line-height: 40px;
    color: #747DA1;
    font-size: 14px;
}

.seller_fb{
    padding: 16px 0;
    text-align: center;
    color: #747DA1;
    line-height: 20px;
    font-size: 14px;
}

.seller_fb a{
	color: #747DA1;
    line-height: 20px;
    font-size: 14px;
}

/* 面包屑 */
.crumbsbar {
	line-height: 20px;
    font-size: 14px;
    color: #666666;
    padding: 24px 0;
}

/* 行业动态列表 */
.xw_list{
    min-height: 600px;
}
.xw_list li {
	width: 575px;
	float: left;
    margin-right: 40px;
    margin-bottom: 24px;
}
.xw_list li:nth-of-type(2n) {
    margin: 0 0 24px;
}
.xw_list li .tup {
	width: 182px;
	position: relative;
	margin-right: 20px;
	float: left;
}

.xw_list li .tup img {
	width: 180px;
	height: 135px;
	border: 1px #ddd solid;
}

.xw_list li .tup span {
	width: 50px;
	height: 35px;
	background-color: rgba(32,123,230,0.7);
	display: block;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 14px;
	padding-top: 5px;
	position: absolute;
	top: 5px;
	right: 7px;
}

.xw_list li .xinw {
	width: 371px;
	float: left;
}

.xw_list li .xinw h4 {
	color: #222;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px #ddd solid;
	padding-bottom: 5px;
	height: 48px;
}

.xw_list li .xinw h4 a {
	color: #222;
	line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.xw_list li .xinw p {
	color: #444;
	text-align: left;
	padding: 6px 0 0 0;
}

.xw_list li .xinw p a {
	color: #444;
	line-height: 24px;
	font-size: 12px;
	padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.xw_list li .xinw h4 a:hover,
.xw_list li .xinw p a:hover {
	color: #207be6;
}

/* 分页 */
.pagebar {
	text-align: center;
}

.pagebar a {
	padding: 5px 12px;
	font-size: 14px;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	color: #4a4a4a;
	text-decoration: none;
	margin: 0 5px;
}

.pagebar span {
	padding: 4px 8px;
	margin: 10px 3px;
	font-size: 14px;
}

.pagebar span.curr,
.pagebar #button {
	padding: 4px 8px;
	font-size: 14px;
	border: 1px solid #1478ec;
	background-color: #1478ec;
	color: #fff;
}

.pagebar #button {
	font-size: 14px;
	cursor: pointer;
}

.pagebar a:hover {
	background-color: #1478ec;
	border: 1px solid #1478ec;
	color: #fff;
}

.pagebar span.normalsize {
	font-size: 12px;
}

.pagebar #page {
	width: 31px;
	height: 16px;
	text-align: center;
	padding: 4px 8px;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	color: #9d9d9d;
	text-decoration: none;
}

.pagebar #pagestr {
	padding: 5px 12px;
	font-size: 14px;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	color: #4a4a4a;
	text-decoration: none;
	margin: 0 5px;
}

.pagebar .indexPage {
	background-color: #268DFF;
	color: #fff;
	padding: 5px 12px;
}
/* 文章详情 */
.com-list {
	width: calc(100% - 300px);
	min-height: 800px;
	padding: 0 24px 24px;
}

.com-list h2 {
    line-height: 1.5;
    padding: 20px 0;
	text-align: center;
	border-bottom: 1px dashed #ddd;
}

.com-list-about h2 {
    line-height: 44px;
    border-bottom: 1px dashed #ddd;
    font-size: 24px;
    color: #007dd5;
    margin-bottom: 10px;
    padding: 10px 0;
}

.com-list p {
	line-height: 45px;
	font-size: 14px;
	word-wrap: break-word;
	width: 100% !important;
	padding: 0 !important;
}

.com-list p img, .com-list img {
	max-width: 100% !important;
}

.com-list .time {
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
}

.com-list .time p {
	margin: 0 10px 0 10px;
}

.com-list table {
	font-size: 14px;
}

.com-list table tr {
	height: 30px;
}

.content img {
    max-width: 100%;
}

/* 最新公告动态窗 */
.notice {
	background: #fff;
	width: 279px;
    padding: 0 0 24px;
}

.notice_items h1 {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #262626;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
}

.notice_items ul {
	height: auto;
	padding: 0 12px;
}

.notice_items ul li {
	height: auto;
    border-bottom: 1px solid #dcdcdc;
    font-size: 12px;
    overflow: hidden;
    padding: 0 0 16px;
}

.notice_items ul li .fl{
    width: calc(100% - 90px);
}

.notice_items ul li .not_tit {
	color: #333;
	padding-top: 16px;
}

.notice_items ul li .not_close {
	color: #636262;
	padding-top: 6px;
}

.notice_items ul li .not_start {
	color: #999;
	padding-top: 6px;
}

/* 关于我们 */
.gyjc-box {
	position: relative;
	width: 279px;
	margin-right: 20px;
}

.gyjc-box .us {
	position: absolute;
}

.gyjc-box li {
	line-height: 49px;
	font-size: 14px;
	border-bottom: 1px dashed #f5f5f5;
	border-right: 2px solid #ffffff;
   	text-align: center;
}

.gyjc-box li a {
	display: block;
}

.gyjc-box li:hover,
.gyjc-box li.yes {
	background: #e5f2fa;
	border-right: 2px solid #037ecb;
	color: #1577e4;
}

.gyjc-box .tel {
	margin-top: 17px;
	width: 200px;
	height: 60px;
}

.gyjc-box .tel>p:first-child {
	line-height: 35px;
	margin-left: 70px;
	font-size: 16px;
	font-weight: bold;
	color: #ff8a22;
}

.gyjc-box .tel>p:last-child {
	margin-left: 55px;
	font-size: 11px;
	color: #333;
}

/* 筛选条件 */
.filter {
    padding: 0 24px 20px;
    margin: 0 0 16px;
    background: #ffffff;
}

.filter h4 {
	padding:24px 0 16px;
	border-bottom: 1px solid #EEEEEE;
	font-weight:500;
	line-height:20px;
	color:#666666;
	font-size:16px;
}

.filter .filter-objtype{
    display: flex;
    flex-wrap: wrap;
    line-height: 52px;
}

.filter .filter-objtype span{
	color:#666666;
	font-size:14px;
}

.filter .filter-objtype ul {
	display: flex;
    width: calc(100% - 80px);
    flex-wrap: wrap;
}

.filter .filter-objtype ul li {
	padding: 0 0 0 48px;
}

.filter .filter-objtype ul li a{
	color:#333333;
	font-size:14px;
}

.filter .filter-objtype ul li.active a{
	color: #268DFF;
}


.filter .list_condition ul li.active a{
    padding: 2px 5px;
    color: #D31307;
    background:#FFE7E5 ;
}


/* 招标公告、中标公示列表 */
.prolist,
.bidlist{
	background: #ffffff;
	padding: 0 24px 24px;
    min-height: 500px;
}
.theader{
	padding:24px 12px 12px;
    padding-left: 12px !important;
}
.theader span{
	display:block;
	color:#666666;
    width: 12%;
	font-size:14px;
	line-height:20px;
}
.tbody{
	min-height:432px;
}
.tbody li{
	padding:12px;
}
.tbody li:hover{
	background:rgba(5, 144, 226, 0.05);
}
.theader,
.tbody li{
	display: flex;
    justify-content: space-between;
	border-bottom:1px solid #DDDDDD;
}
.tbody li:last-child{
	border-bottom:none;
}
.tbody li h3,
.tbody li a{
	display: block;
	width:100%;
	color:#333333;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	margin:0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.gdt_hide table {
    width: 300px !important;
}
.gdt_hide h1,.gdt_hide h1 span , .gdt_hide strong span, .gdt_hide span strong span{
    font-size: 14px !important;
}
/*.theader .zjt_zbgg_jzsj h3, .tbody .zjt_zbgg_jzsj h3, .theader .zjt_zbgg_jzsj a, .tbody .zjt_zbgg_jzsj a {*/
/*    width: 143px;*/
/*    margin-right: 42px!important;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*    white-space: pre-wrap;*/
/*    overflow: hidden;*/
/*    text-align: center;*/
/*}*/
.tbody_item {
    width: 12%;
}
.tbody_item_btn {
    width: auto;
}

/*.theader span:nth-of-type(1),*/
/*.tbody_item:nth-child(1){*/
/*	width:30%;*/
/*}*/
/*.theader span:nth-of-type(2),*/
/*.tbody_item:nth-child(2){*/
/*	width:15%;*/
/*}*/
/*.theader span:nth-of-type(3),*/
/*.tbody_item:nth-child(3){*/
/*	width:20%;*/
/*}*/
/*.theader span:nth-of-type(4),*/
/*.tbody_item:nth-child(4){*/
/*	width:10%;*/
/*}*/
/*.bidlist .theader span:nth-of-type(4),*/
/*.bidlist .tbody_item:nth-child(4){*/
/*	width:16%;*/
/*}*/
/*.theader span:nth-of-type(5),*/
/*.tbody_item:nth-child(5){*/
/*	width:15%;*/
/*}*/
/*.theader span:nth-of-type(6){*/
/*	width:10%;*/
/*}*/
.tbody_item a:hover{
	color:#268DFF;
}
.tbody_item p{
	color:#999999;
	font-size:12px;
	padding: 10px 0 0;
    margin: 0;
    float: left;
    display: block;
}
.tbody_item_state{
	width:6px;
	height:6px;
	border-radius:50%;
    margin: 0px 8px 0 0;
    background:#DDDDDD;
}
.tbody_item_state1{
	background:#268DFF;
}
.tbody_item_time p img{
	margin: 0px 8px 0 0;
}
.tbody_item_btn{
	display:block;
	width:110px;
	height:32px;
	line-height:32px;
	text-align:center;
	background:none;
    padding: 0;
    margin: 8px 0;
    border:1px solid #CCCCCC;
	color: #BBBBBB;
}
.tbody_item_btn1{
	border:1px solid #268DFF;
	color:#268DFF;
}

/* 招标公告详情 */
.detail_items{
    display: flex;
    flex-wrap: wrap;
}
.detail_item{
    width: calc(100% / 3);
    overflow: hidden;
}
.detail_item_max{
	width:100%;
}
.detail_name{
	color: #262626;
    font-size: 14px;
}
.detail_value{
    color: #595959;
    font-size: 14px;
}
.detail_tips{
	color: #EA6744;
    font-size: 14px;
}
.tender_detail_title{
    width: 100%;
    height: 88px;
    line-height: 88px;
    position: relative;
    margin: 24px 0 0;
    color: #FFFFFF;
    font-size: 18px;
    padding: 0 0 0 24px;
}
.tender_detail_title button{
    width: 120px;
    line-height: 40px;
    background: #F08616;
    border: none;
    color: #fff;
    outline: none;
    font-size: 16px;
    position: absolute;
    top: 24px;
    right: 24px;
}
.tender_detail_title .disable{
	background: #CCCCCC;
    cursor: no-drop;
}
.tender_detail_top{
    padding: 8px 24px 24px;
    background: #ffffff;
    display: flex;
}
.tender_detail_items{
	width: calc(100% - 200px);
}
.tender_detail_items .detail_item{
	padding:8px 0 0;
}
.tender_detail_time{
    width: 200px;
    text-align: right;
    padding: 8px 0 0;
}
.tender_detail_time p{
    color: #8C8C8C;
    font-size: 14px;
}
.tender_detail_time h3{
    color: #EA6744;
    font-size: 20px;
    padding: 16px 0 0;
}
.tender_detail_bottom {
    margin: 16px 0 24px;
    background: #ffffff;
    min-height: 500px;
    position: relative;
}
.tender_detail_bottom h3{
    border-bottom: 1px solid #EEEEEE;
    line-height: 48px;
    color: #262626;
    font-size: 16px;
    padding: 0 24px;
}
.tender_detail_bottom .downPdf{
    position: absolute;
    top: 68px;
    right: 24px;
    color: #F08616;
    font-size: 14px;
    z-index: 99;
    cursor: pointer;
}
.tender_detail_bottom .delete_scroll{
	padding:16px 24px;
    min-height: 200px;
}
.tender_detail_login{
    margin: 16px 0 24px;
    height: 320px;
    background: #ffffff;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
}
.tender_detail_login p{
	color: #999999;
    font-size: 16px;
}
.tender_detail_login div{
	display: flex;
}
.tender_detail_login a{
    display: block;
    width: 88px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #268DFF;
    color: #268DFF;
    background: none;
}
.tender_detail_login a.active{
	color: #ffffff;
	margin:0 40px 0 0;
    background:#268DFF;
}
.detail_box {
	width: 100%;
	height: auto;
	background: #fff;
	padding-bottom: 20px;
}

.detail_box .wrapper,
.detail_container .wrapper {
	background: #fff;
}

.detail_container {
	background: #f5f5f5;
}

.detail_container .wrapper {
	background: #fff;
}
.detail_header {
	width: 100%;
	height: 112px;
	background: #fff;
}
.project_title {
	font-size: 18px;
	color: #333;
	padding-top: 20px;
}
.project_recommend {
	width: 100%;
	height: 64px;
	position: relative;
}
.project_apply {
	background: #FF8F00;
	position: absolute;
	right: 0;
}

.project_apply .mini-button-disabled .mini-button-text {
	color: #aaa !important;
}

.angle {
	width: 12px;
	height: 64px;
}

.angleTL {
	width: 0;
	height: 0;
	border-top: 32px solid #fff;
	border-right: 12px solid transparent;
}

.angleBL {
	width: 0;
	height: 0;
	border-bottom: 32px solid #fff;
	border-right: 12px solid transparent;
}

.round {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin-top: 25px;
	margin-right: 30px;
	background: #fff;
}

.apply_button {
	cursor: pointer;
	height: 36px;
	color: #FF8F00;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	border-radius: 3px
}

.apply_button a:hover.save {
	border: 1px solid #fff;
	background: none !important;
	color: #FFf;
}

.apply_timeKeep {
	width: 114px;
	height: 40px;
	overflow: hidden;
}

.timeKeep_txt {
	color: #fff;
	font-size: 12px;
}

.remaining {
	color: #fff;
	font-size: 14px;
}

.project_apply .mini-button {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	height: 36px;
	color: #FF8F00 !important;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	width: 88px;
	background: #fff;
	border: #fff;
	display: inline-block;
	margin-right: 16px;
	margin-top: 14px;
}

.project_apply .mini-button:hover {
	margin-right: 16px;
	cursor: pointer;
	box-shadow: 0 3px 6px rgba(0,0,0,0.20);
	color: #FF8F00  !important;
	line-height: 36px;
	font-size: 14px;
	background: #fff !important;
	border: 1px solid #FFf !important;
}

.no_login .mini-button-text {
	height: 36px;
	line-height: 36px !important;
}

.apply_timeKeep {
	width: 144px;
	height: 40px;
	overflow: hidden;
	padding-left: 14px;
}

.timeKeep_txt {
	color: #fff;
	font-size: 12px;
}

.remaining {
	color: #fff;
	font-size: 14px;
}
.project_tabs {
	width: 100%;
	height: 43px;
	background: #fff;
}

.project_tabs ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.project_tabs ul li {
	width: 100px;
	line-height: 43px;
	float: left;
	text-align: center;
}

.project_tabs ul .done {
	border-bottom: 2px solid #1577E4;
}

.project_tabs ul .done a {
	color: #1577E4;
	font-weight: bold;
}

.project_tabs ul li a {
	width: auto;
	height: auto;
	display: block;
	font-size: 14px;
	color: #999;
	;
}

.project_info {
	width: 100%;
	height: 64px;
	padding-top: 4px;
	padding-bottom: 9px;
}

.project_info>div {
	width: 30%;
	margin: 5px 0;
}

.project_info td,
.project_info span {
	font-size: 10.5pt;
}

.project_info span {
	color: #666;
}

.project_info span:nth-of-type(2) {
	padding-left: 5px;
}
.bidDoc_lists {
	width: 100%;
	height: auto;
	background: #f5f5f5;
	padding-bottom: 24px;
	padding-top: 12px;
}

.bidDoc_lists .project_middle {
	width: 100%;
	height: auto;
}
.bidDoc_lists .content {
	min-height: 450px;
	width: 100%;
	margin-right: 12px;
	background: #fff;
	border-radius: 2px;
	margin-bottom: 40px;
}

.bidDoc_lists .content.fixed {
	height: 381px;
	overflow: auto;
}

.bidDoc_lists .content_top {
	height: 40px;
}

.bidDoc_lists h3 {
	padding: 0 17px;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	color: #333;
}

.bidDoc_lists .content_midd {
    clear: both;
    min-height: 500px;
    padding: 12px;
}

/* 中标公示详情 */
.publicity {
	width: 100%;
	height: auto !important;
}

.publicity h1 {
	font-size: 30px;
	font-weight: 100;
	color: #636262;
	text-align: center;
	line-height: 1.5;
}

.time_name {
	width: 100%;
	color: #636262;
	font-size: 14px;
	margin: auto;
	overflow: hidden;
}

.pub_time {
	width: 150px;
}

.pub_name {
	width: 100px;
}

.pub_del {
	margin-top: 16px;
}

.winning_candidate h1 {
	font-size: 18px;
	font-weight: 100;
	color: #636262;
}
.details .doc-detail>li {
	float: left;
	width: 275px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.details .doc-detail>li:first-child {
	margin-left: 0;
}

.details .doc-detail>li i {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url('../image/ec2017.png') no-repeat;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: 5px;
}

.details .doc-detail>li .objtype {
	background-position: -310px -18px;
}

.details .doc-detail>li .proctype {
	background-position: -30px -18px;
}

.details .doc-detail>li .linkman {
	background-position: -207px -18px;
}

.details .doc-detail>li .status.active {
	background-position: 5px -22px;
}

.details .doc-detail>li .status {
	background-position: -469px -13px;
}

.details .doc-detail>li .project {
	background-position: -67px -18px;
}

.details .doc-detail>li .tendercode {
	background-position: -101px -18px;
}

.details .doc-detail>li .phone {
	background-position: -238px -18px;
}

.details .doc-detail>li .lastime {
	background-position: -340px -18px;
}

.details .doc-detail>li .company {
	background-position: -138px -18px;
}

.details .doc-detail>li .pubtime {
	background-position: -271px -18px;
}

.details .doc-detail>li .email {
	background-position: -171px -18px;
}

.details .doc-detail>li .count {
	background-position: -207px -18px;
}

.details .doc-content * {
	font-size: 16px !important;
	font-family: 'microsoft yahei' !important;
	color: #333 !important;
}

.details .doc-content p {
	margin-bottom: 16px !important;
	line-height: 28px !important;
}
/* minui覆盖 */
.mini-button,
.mini-button:hover,
body a:hover.mini-button{
	border: 1px solid #268DFF;
    background: #268DFF;
    color: #fff;
    display: inline-block;
    outline: none;
    width: 80px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    border-radius: 0;
}
.mini-button-text{
	padding: 0;
}
.mini-button-outlined,
.mini-button-outlined:hover,
body a:hover.mini-button-outlined{
	background: #ffffff;
    border: 1px solid #AAAAAA;
    color: #AAAAAA;
    cursor: no-drop;
}
body a.mini-button-disabled,
body a:hover.mini-button-disabled{
    border: 1px solid #CCCCCC;
    color: #BBBBBB;
    background: none;
}
.ec_index_result_title span {
    width: 690px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.tip{
    background: rgba(0, 0, 0, .7);
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display:none;
    position:fixed;
    top:0;
    width:100%;
    z-index:999;
    font-size: 9pt;
}
.tip a{
    color: #268dff;
}
.brow_box{
    width: 600px;
    height: 400px;
    background: #ffffff;
    position: absolute;
    top: 50%;margin-top: -200px;
    left: 50%;margin-left: -300px;
    display:none;
    z-index: 20000;
}
.brow_title{
    width: 100%;
    height: 40px;
    background: #409eff;
}
.brow_title p{line-height: 40px;color: #fff;font-size: 14px;}
.brow_content{width:100%;height:360px;position: relative;}
.brow_line{width:300px;height: 100px;position: absolute;top: 50%;margin-top: -50px;left:50%;margin-left:-150px;}
.brow_line a{
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
}
.brow_content img{display: block;margin:50px auto;}
.warning {
    box-sizing:content-box;
    -webkit-box-sizing: content-box;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0px 0px -180px;
    width: 300px;
    min-height: 35px;
    background: url(/static/portal/style/images/warning.png) no-repeat 2px 15px #fff;
    color: red;
    z-index: 999999;
    -moz-opacity: 0.9;
    opacity: 0.9;
    filter: alpha(opacity=90);
    border: solid 1px #777;
    line-height: 35px;
    padding-left: 35px;
    padding-right: 15px;
}
.warning  {
    font: 12px/1.6 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
    line-height: 1.6;
    color: #666;
}

.warning p{
    box-sizing:content-box;
    min-height: 20px;
    line-height: 20px;
    word-break: break-all;
    margin:0px;
}

.warning a{
    box-sizing:content-box;
    margin-top:2px;
    -webkit-box-sizing: content-box;
    background: #4a84c1;
    padding: 2px 10px;
    background: #388bff;
    display: inline-block;
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.maskdlg {
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #8FB0D1;
    z-index: 999998;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}
/*
 ** 电商+履约部分的样式-start
*/
.dslv_top_img {
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
}
#dslv_container.dslv_container.container {
    width: 1200px!important;
    margin-bottom: 50px;
}
.dslv_shoplist_title {
    height: 64px;
    line-height: 64px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    background-image: url("../image/dslv_listtopimg1.png");
    background-size: cover;
}
.dslv_shoplist_title1 {
    background-image: url("../image/dslv_listtopimg2.png");
    background-size: cover;
}
.dslv_shoplist {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.dslv_shoplists {
    margin-bottom: 50px;
}
.dslv_shoplist_item {
    width: 230px;
    height: 340px;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 20px;
    box-sizing: border-box;
    margin: 12.5px 12.5px 0 0;
}
.dslv_shoplist_item:nth-child(5n) {
    margin: 12.5px 0 0 0;
}
.dslv_shoplist_item_img_box {
    width: 190px;
    height: 190px;
    margin-bottom: 16px;
}
.dslv_shoplist_item_img {
    width: 100%;
    height: 100%;
}
.dslv_shoplist_item_name_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20px;
    line-height: 20px;
    margin-bottom: 8px;
}
.dslv_shoplist_item_name {
    flex: 1;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #262626;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dslv_shoplist_item_name_type {
    text-align: center;
    width: 40px;
    height: 20px;
    background: #268DFF;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFEFE;
}
.dslv_shoplist_item_shopname {
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #595959;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dslv_shoplist_item_price_box {
    display: flex;
    justify-content: space-between;
}
.dslv_shoplist_item_price {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FA2A31;
}
.dslv_shoplist_item_price_type {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #8C8C8C;
}
#dslv1_container.dslv1_container.container {
    width: 1180px!important;
}
.dslv1_shop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 43px;
}
.dslv1_shop_left {
    width: 430px;
}
.dslv1_shop_left_imgbox {
    cursor: pointer;
    width: 430px;
    height: 430px;
    margin-bottom: 10px;
}
#zoom_01 {
    width: 430px;
    height: 430px;
}
.dslv1_shop_left_imglistbox {
    justify-content: space-between;
    height: 100px;
}
.dslv1_shop_left_imgitem {
    cursor: pointer;
    width: 100px;
    height: 100px;
    border: 2px solid #ddd;
}
.dslv1_shop_left_imgitems {
    border: 2px solid #268DFF;
    width: 100px;
    height: 100px;
}
#cloud-zoom-big {
    background-repeat: no-repeat;
}
.dslv1_shop_right {
    width: 710px;
}
.dslv1_shop_right_name {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333333;
    margin-bottom: 16px;
}
.dslv1_shop_right_price {
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
}
.dslv1_shop_right_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.dslv1_shop_right_way {
    margin-bottom: 8px;
}
.dslv1_shop_right_b_right {
    flex: 1;
}
.dslv1_shop_right_p_title {
    display: inline-block;
    width: 138px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}
.dslv1_shop_right_p_title_red {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FA2A31;
}
.dslv1_shop_right_p_price {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FA2A31;
}
.dslv1_shop_right_contract {
    margin-bottom: 16px;
}
.dslv1_shop_right_contract_select {
    width: 240px;
    height: 28px;
    line-height: 28px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    padding: 0 12px 0 10px;
    position: relative;
    cursor: pointer;
}
.dslv1_shop_right_contract_select_font {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    padding-right: 10px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dslv1_shop_right_contract_select_img {
    position: absolute;
    top: 6px;
    right: 10px;
    transform: rotate(90deg);
}
.dslv1_shop_right_contract_select_option {
    display: none;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    top: 28px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 1;
}
.dslv1_shop_right_contract_select_options {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 3px 10px;
}
.dslv1_shop_right_contract_select_options:hover {
    background: rgba(0, 0, 0, .1);
}
.dslv1_shop_right_proname {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-bottom: 16px;
}
.dslv1_shop_right_way_right {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.dslv1_shop_right_way_right_item {
    padding: 4px 12px;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}
.dslv1_shop_right_way_right_items {
    border: 1px solid  #268DFF;
    background-image: url("../image/dslvduigou.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.dslv1_shop_right_nums, .dslv1_shop_right_units {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #262626;
}
.dslv1_shop_right_line {
    background-color: #ddd;
    height: 1px;
    width: 100%;
    margin-bottom: 16px;
}
.dslv1_shop_right_add_btn {
    cursor: pointer;
    display: inline-block;
    width: 168px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    background: #268DFF;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FEFFFF;
}
.dslv_inventory {

}
.dslv_inventory_title {
    margin-bottom: 12px;
    font-size: 14px;
    font-family: PingFang SC;
}
.dslv_inventory_title1 {
    font-weight: 600;
    color: #262626;
    margin-right: 16px;
}
.dslv_inventory_title2 {
    font-weight: 400;
    color: #595959;
}
.dslv_inventory_box {
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.dslv_inventory_box_title, .dslv_inventory_box_total, .dslv_inventory_box_list_item {
    display: flex;
    align-items: center;
    background-color: #fff;
}
.dslv_inventory_box_title, .dslv_inventory_box_total {
    background: #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #262626;
    min-height: 48px;
}
.dslv_inventory_box_list_item {
    min-height: 56px;
    border-bottom: 1px solid #DDDDDD;
}
.dslv_inventory_box_list_item:last-child {
    border-bottom: 1px solid transparent;
}
.dslv_inventory_box_title_item {
    margin-left: 32px;
    padding: 12px 0;
}
.dslv_inventory_box_title_item:nth-child(1) {
    text-align: center;
    width: 28px;
}
.dslv_inventory_box_title_item:nth-child(2) {
    width: 80px;
}
.dslv_inventory_box_title_item:nth-child(3) {
    width: 80px;
}
.dslv_inventory_box_title_item:nth-child(4) {
    width: 56px;
}
.dslv_inventory_box_title_item:nth-child(5) {
    width: 112px;
}
.dslv_inventory_box_title_item:nth-child(6) {
    width: 176px;
}
.dslv_inventory_box_title_item:nth-child(7) {
     width: 80px;
 }
.dslv_inventory_box_title_item:nth-child(8) {
    width: 220px;
}
.dslv_inventory_box_title_item:nth-child(9) {
     width: 28px;
 }
.dslv_inventory_box_list_i_item {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #262626;
}
.dslv_inventory_box_list_i_item:last-child {
    color: #268DFF;
}
.dslv_inventory_box_list_i_item_inputnum {
    width: 80px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    padding: 0 5px;
}
.dslv_inventory_box_list_i_item_inputremarks {
    box-sizing: border-box;
    padding: 0 5px;
    width: 150px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}
.send_submit_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.send_submit {
    cursor: pointer;
    display: inline-block;
    width: 168px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FEFFFF;
    background: #268DFF;
}
.dslv1_submit_smalltitle {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #595959;
    margin-bottom: 8px;
}
.dslv1_submitbox {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 24px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.dslv1_submitbox_title {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #262626;
    padding-left: 11px;
    position: relative;
    margin-bottom: 8px;
    margin-top: 16px;
}
.dslv1_submitbox_titles {
    margin-top: 0;
}
.dslv1_submitbox_title:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 3px;
    height: 16px;
    background: #268DFF;
}
.dslv1_submitbox_title_address {
    align-items: center;
    margin-bottom: 16px;
}
.dslv1_shop_right_way_right_item1_dslv1_submitbox_title_address {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-bottom: 0;
}
.dslv1_submitbox_title_address_font {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #262626;
}
.dslv1_submitbox_manyaddress {
    cursor: pointer;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #8C8C8C;
}
.dslv1_submitbox_manyaddress_img {
    transform: rotate(90deg);
}
.dslv1_submitbox_title_address_small {
    height: 46px;
    overflow: hidden;
}
.dslv1_submitbox_title_introduce {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #595959;
}
.dslv1_submitbox_interest {
    background-color: #fff;
    border: 1px solid #DDDDDD;
    width: 716px;
    margin-bottom: 24px;
}
.dslv1_submitbox_interest_title {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
}
.dslv1_submitbox_interest_title_item {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #262626;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.dslv1_submitbox_interest_title_item:nth-child(1) {
    width: 200px;
    border-right: 1px solid #DDDDDD;
}
.dslv1_submitbox_interest_title_item:nth-child(2) {
    width: 200px;
    border-right: 1px solid #DDDDDD;
}
.dslv1_submitbox_interest_title_item:nth-child(3) {
    width: 200px;
    border-right: 1px solid #DDDDDD;
}
.dslv1_submitbox_interest_title_item:nth-child(4) {
    width: 116px;
}
.dslv1_submitbox_interest_item {
    display: flex;
    align-items: center;
}
.dslv1_submitbox_interest_item_item {
    border-top: 1px solid #DDDDDD;
}
.dslv1_submitbox_introduce {
    border: 1px solid #DDDDDD;
    margin-bottom: 16px;
}
.dslv1_submitbox_introduce_corporatename {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #262626;
    padding: 14px 32px;
    background: #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
}
.dslv1_submitbox_introduce_titlebox {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    padding: 18px 32px;
}
.dslv1_submitbox_introduce_titleitem {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #262626;
}
.dslv1_submitbox_introduce_titleitem:nth-child(1) {
    width: 430px;
    margin-right: 32px;
}
.dslv1_submitbox_introduce_titleitem:nth-child(2) {
    text-align: right;
    width: 110px;
    margin-right: 32px;
}
.dslv1_submitbox_introduce_titleitem:nth-child(3) {
    text-align: right;
    width: 110px;
    margin-right: 32px;
}
.dslv1_submitbox_introduce_titleitem:nth-child(4) {
    text-align: right;
    width: 80px;
    margin-right: 32px;
}
.dslv1_submitbox_introduce_titleitem:nth-child(5) {
    width: 66px;
    margin-right: 32px;
}
.dslv1_submitbox_introduce_titleitem:nth-child(6) {
    text-align: right;
    width: 120px;
}
.dslv1_submitbox_introduce_item {
    display: flex;
    align-items: center;
    padding: 16px 32px;
    border-bottom: 1px solid #ddd;
}
.dslv1_submitbox_introduce_item:last-child {
    border-bottom: 1px solid transparent;
}
.dslv1_submitbox_introduce_item_items {
    color: #595959;
}
.dslv1_submitbox_introduce_item_item_img {
    display: flex;
}
.dslv1_submitbox_introduce_item_item_imgbox {
    width: 64px;
    height: 64px;
    margin-right: 16px;
}
.dslv1_submitbox_introduce_item_item_img {
    width: 100%;
    height: 100%;
}
.dslv1_submitbox_introduce_item_item_title {
    width: 350px;
}
.dslv1_submitbox_title_orderremarks {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #595959;
    margin-bottom: 8px;
}

.dslv1_submitbox_title_orderremarks_box {
    margin-bottom: 8px;
    position: relative;
}
.dslv1_submitbox_title_orderremarks_num {
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #8C8C8C;
}
.dslv1_submitbox_title_orderremarks_input {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 2px;
    padding: 12px 50px 12px 10px;
}
.dslv1_submitbox_title_orderremarks_box_tips {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #8C8C8C;
}
.dslv1_submitbox_title_time {
    width: 240px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}
.dslv1_submitbox_title_red {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 25px;
    color: #FA2A31;
}
.dslv1_submitbox_all {
    background: rgba(38, 141, 255, 0.1);
    border: 1px solid #268DFF;
    box-sizing: border-box;
    padding: 30px 48px;
    overflow: hidden;
}
.dslv1_submitbox_all_item {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #595959;
    margin-bottom: 8px;
}
.dslv1_submitbox_all_itemleft {
    text-align: right;
    flex: 1;
    margin-right: 16px;
}
.dslv1_submitbox_all_itemright {
    text-align: right;
    min-width: 100px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #FA2A31;
}
.dslv1_submitbox_all_items {
    margin-bottom: 12px;
}
.dslv1_submitbox_all_item_last {
    padding: 18px 0;
}
.dslv1_submitbox_all_address_line {
    width: 500px;
    height: 1px;
    background: #D9D9D9;
    margin-left: 582px;
}
.dslv1_submitbox_all_itemrights {
    font-size: 24px;
    font-family: Arial;
    font-weight: 400;
    color: #FA2A31;
}
.dslv1_submitbox_all_address {
    text-align: right;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #262626;
}
.dslv1_submit_order {
    display: flex;
    margin-bottom: 50px;
}
.dslv1_submit_order_submit_checkbox_box {
    flex: 1;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 8px;
}
.dslv1_submit_order_submit_checkbox_tips {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    color: #595959;
    margin-left: 4px;
}
.dslv1_submit_order_submit_checkbox {
    width: 16px;
    height: 16px;
}
.dslv1_submit_order_submit {
    cursor: pointer;
    display: inline-block;
    width: 168px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    background: #268DFF;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FEFFFF;
}
/*
 ** 电商+履约部分的样式-end
*/

/* 登录选择身份-start */
.login-class .layui-layer-content {
    box-sizing: border-box;
    padding: 20px 20px;
    background: #F0F2F5;
    overflow: hidden!important;
}
.user_lists_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 227px;
    padding: 5px 52px;
    margin-bottom: 24px;
    background-color: #fff;
    border-radius: 8px;
}
.user_lists_item_titlebox {
    margin-right: 24px;
    text-align: center;
}
.user_lists_item_titleicon {
    width: 120px;
    height: 120px;
    margin-bottom: 8px;
}
.user_lists_item_title {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #595959;
}
.user_lists_item_list {
    width: 100%;
    max-height: 217px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.user_lists_item_list::-webkit-scrollbar {
    width: 4px;
}
.user_lists_item_list_item {
    width: 680px;
    height: 60px;
    min-height: 60px;
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    margin-bottom: 16px;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.user_lists_item_list_item:last-child {
    margin-bottom: 0;
}
.user_lists_item_list_item:hover {
    background: #E6F6FF;
}
.user_lists_item_list_item_title {
    width: 350px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user_lists_item_list_item_title_path {
    width: 222px;
    margin: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.user_lists_item_list_item_btn {
    width: 88px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    color: #595959;
    cursor: pointer;
}
/*登录高度自适应（最多4个身份）*/
.login-class .layui-layer-content{
    display:flex;
    flex-direction:column;
    justify-content: space-between;
}
.login-class .layui-layer-content .user_lists_item{
    flex:1;
    height:auto;
    margin-bottom:0px;
    margin-top:10px;
}
.login-class .layui-layer-content .user_lists_item:first-of-type{
    margin-top:0px;
}
.login-class .layui-layer-content .user_lists_item:nth-of-type(1):nth-last-of-type(3) .user_lists_item_titleicon,
.login-class .layui-layer-content .user_lists_item:nth-of-type(2):nth-last-of-type(2) .user_lists_item_titleicon,
.login-class .layui-layer-content .user_lists_item:nth-of-type(3):nth-last-of-type(1) .user_lists_item_titleicon{
    width:100px;
    height:100px;
}
.login-class .layui-layer-content .user_lists_item:nth-of-type(1):nth-last-of-type(4) .user_lists_item_titleicon,
.login-class .layui-layer-content .user_lists_item:nth-of-type(2):nth-last-of-type(3) .user_lists_item_titleicon,
.login-class .layui-layer-content .user_lists_item:nth-of-type(3):nth-last-of-type(2) .user_lists_item_titleicon,
.login-class .layui-layer-content .user_lists_item:nth-of-type(4):nth-last-of-type(1) .user_lists_item_titleicon{
    width:65px;
    height:65px;
}
/* 登陆选择身份-end */

/****************************************************友情链接*************************************************************/
.friendBox {
    position: absolute;
    display: none;
    height: 220px;
    bottom: 0;
    left: -50%;
    z-index: 1;
}
.friendBox3 {
    position: absolute;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    bottom: 35px;
    left: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: translateX(-50%) rotate(45deg);
    padding: 4px;
}
.manyFriend:hover .friendBox {
    display: block;
}
.friendBoxs {
    height: 192px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    width: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.friendBox .friendBoxList {
    display: inline-block;
    width: 222px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px;
    color: #7C84A6!important;
}
.friendBox .friendBoxList:hover {
    color: #268DFF!important;
}
.inline_box li{
    display: inline-flex !important;
}
.inline_box span{
    display: inline-flex !important;
}
/****************************************************友情链接*************************************************************/

/****************************************************会员点击收费变蓝色*******************************************************************/
.member-blue {
    color: #1577e4;
}
/****************************************************会员点击收费变蓝色*******************************************************************/

/****************************************************供应商注册添加身份证类型选择*******************************************************************/
.idcardtype_box {
    display: flex;
}
#idcardtype {
    line-height: 42px;
    height: 42px;
    padding: 0 20px;
    width: 560px;
    border: 1px solid rgba(221,221,221,0.6);
    color: #1D274E;
    font-size: 16px;
    background: rgba(38,141,255,0.1);
    border-radius: 10px;
    vertical-align: initial;
}
#idcardtype .mini-buttonedit-border {
    height: 44px;
    border: none;
}
#idcardtype .mini-buttonedit-buttons {
    top: 10px;
}
#idcardtype .mini-buttonedit-input, #idcardtype .mini-buttonedit-input:focus {
    width: 248px;
    border: 1px solid rgba(221,221,221,0.6);
}
/****************************************************供应商注册添加身份证类型选择*******************************************************************/
.doc-content#notice_content table td,.doc-content#notice_content table th{
   border-style:solid;
}
.icon-bid-over {
    background: url(../image/bid-over.png) no-repeat;
    width: 270px;
    height: 270px;
    display: inline-block;
}
.icon-bid-over270 {
    background: url(../image/bid-over270.png) no-repeat;
    width: 270px;
    height: 270px;
    display: inline-block;
}
.icon-bid-over280 {
    background: url(../image/bid-over280.png) no-repeat;
    width: 270px;
    height: 270px;
    display: inline-block;
}
/*招标公告/招标文件 图片100%*/
#doc-content img{
    width: auto;
    height: 100%;
    object-fit: cover;
}
.gdt_hide::-webkit-scrollbar {
    width: 10px; /* 纵向滚动条*/
}






















