@charset "utf-8";
/* check */

.items-qecode {
	height: 840px;
	background: url(../../images/supplier/check-qecode-bg.png) no-repeat center, linear-gradient(#5649f5, #798ffe);
	position: relative;
}

.items-qecode-title {
    color: #fff;
    font-size: 30px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
}

.items-qecode .main-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.qecode-left img {
	width: 579px;
}

.qecode-box {
	width: 500px;
	height: 542px;
	background: url(../../images/supplier/qecode-box-bg.png) no-repeat center;
	text-align: center;
}

.check-main .qecode-title {
	font-size: 30px;
	padding: 0px 0 36px 0;
}

.check-main .qecode-img {
	width: 322px;
	height: 422px;
	border: 1px solid #e5e5e5;
	margin: 50px auto 0;
	padding: 11px;
	box-sizing: border-box;
	background-color: #788EFD;
}

.check-main .qecode-explain {
	font-size: 16px;
	color: #999;
	margin-top: 40px;
}

/* info */

.info-main {
	background: #f8f8f8;
	padding: 90px 0;
}

.items-info .main-wrap {
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}

.items-info .form-item {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.form-item-label {
	width: 94px;
	line-height: 40px;
	font-size: 16px;
}

.form-item-label span {
	color: #3383ff;
}

.form-item-cont {
	width: 350px;
}

.form-item-cont input {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	line-height: 40px;
	padding: 0 10px;
	color: #333;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
}

.form-item-cont textarea {
	width: 100%;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	line-height: 22px;
	color: #333;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	overflow-y: auto;
	resize: none;
}

.items-info .submit {
	width: 168px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	position: relative;
	cursor: pointer;
	background-color: #20b09f;
	border-color: #20b09f;
	color: #fff;
	margin: auto;
}

.items-info .submit:hover {
	background-color: #1aa090;
	border-color: #1aa090;
}

/* show */

.show-main {
	background: #f8f8f8;
	min-height: calc(100vh - 323px);
}

.show-main .main-wrap {
	background: #fff;
	padding: 0 30px 30px;
	box-sizing: border-box;
	min-height: calc(100vh - 323px);
}

.show-header {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	height: 80px;
}

.show-header .left {
	padding-top:20px;
	display: flex;
	align-items: center;
}

.show-header .right {
	display: flex;
	align-items: center;
}

.show-header ul {
	display: flex;
}

.show-header li {
	font-size: 16px;
	color: #a3a3a3;
	line-height: 60px;
	margin-right: 55px;
	cursor: pointer;
}

.show-header li.cur {
	color: #3383ff;
	position: relative;
}

.show-header li.cur::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #3383ff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.show-header .add {
	position: relative;
}

.show-header .add input {
	width: 266px;
	height: 30px;
	border-radius: 12px;
	border: 1px solid #e5e5e5;
	box-sizing:  border-box;
	padding: 0 74px 0 10px;
	outline: none;
}

.show-header .add .add-btn {
	width: 65px;
	height: 30px;
	background: #3383ff;
	border-radius: 14px;
	position: absolute;
	right: 0;
	top: 0;
	color:#fff;
	line-height: 26px;
	text-align: center;
	font-size: 30px;
	cursor:  pointer;
}
.show-header .photo-img{
	width: 58px;
	height: 58px;
	border-radius: 31px;
	overflow: hidden;
	margin-right: 10px;
}
.show-header .photo-img img{
	width:100%;
	height: 100%;
}
.show-header .info{
	display: flex;
}
.show-header .info a{
	display: block;
	font-size: 14px;
	line-height: 36px;
	padding:0 20px;
	height: 36px;
}
.show-header .info .info-name{
	background: #3383ff;
	color:#fff;
	border-radius:6px 0 0 6px;
}
.show-header .info .show-quit{
	border:1px solid #3383ff;
	border-radius: 0 6px 6px 0;
	box-sizing:border-box;
}

.show-warning {
    color: #999;
}

.show-table {
	padding: 20px 30px;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
}

.show-table thead th {
	background: #f6f6f6;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #919191;
}

.show-table tbody tr {
	border-top: 1px solid #e5e5e5;
}

.show-table tbody td {
	text-align: justify;
	font-size: 14px;
	color: #919191;
	line-height: 28px;
	padding: 10px 20px;
}

.show-table tbody .new td {
	color: #3383ff;
}

.show-table tbody .new .web {
	position: relative;
	display: inline-block;
	word-break: break-all;
}

.show-table tbody .new .web::after {
	content: "";
	width: 26px;
	height: 21px;
	background: url(../../images/supplier/new.png) no-repeat center;
	position: absolute;
	right: -28px;
	top: 2px;
}

.show-table tbody td .more {
	width: 115px;
	height: 35px;
	text-align: center;
	border-radius: 17.5px;
	display: block;
	background: #3383ff;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	margin: auto;
	cursor: pointer;
}

.show-table tbody .intro {
    word-break: break-all;
}