/**!
* 青海省公共资源交易网
* date:2021-04-06
* author: gaoli;
*/

body{
	font-family: "华文宋体" !important;
}

.width60{
	width: 60px !important;
}
.detail-tt {
    font-family: "Microsoft YaHei";
    font-size: 24px;
    line-height: 32px;
    text-align: center;
	font-weight: 600;
}

.detail-source {
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #889cb6;
    margin-top: 20px;
    background-color: #e8f1fb;
    font-size: 20px;
}

.detail-source span {
    margin: 0 5px;
}

.detail-source a {
    color: #889cb6;
    padding-left: 25px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
	cursor: pointer;
}

.print {
    background-image: url("../images/print_ico.png");
}

.close {
    background-image: url("../images/close_ico.png");
}

.sui-steps {
    margin-top: 30px;
}

.sui-item {
    float: left;
    width: 14.285%;
    height: 60px;
    position: relative;
    background-color: #eff4fa;
    cursor: pointer;
}

.sui-item .title {
    position: absolute;
    left: 40px;
    top: 50%;
    width: 72%;
    font-size: 16px;
    color: #999;
    text-align: center;
    transform: translateY(-50%);
}

.sui-item .title span {
    display: block;
}

.sui-item:first-child .title {
    left: 20px;
}

.sui-item:last-child i {
    display: none;
}

.triangle-bg {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: 1;
    right: -76px;
    top: -8px;
    border-width: 38px;
    border-color: transparent transparent transparent #fff;
}

.triangle-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px;
    position: absolute;
    right: -60px;
    z-index: 1;
    border-color: transparent transparent transparent #eff4fa;
}

.finished {
    background-color: #57eee2;
    background-image: linear-gradient(to right, #2ed2c6, #57eee2);
}

.finished .title {
    color: #fff;
}

.finished .triangle-right {
    border-color: transparent transparent transparent #57eee2;
}

.sui-steps .current {
    background-color: #9cbdfb;
    background-image: linear-gradient(to right, #7497dc, #9cbdfb);
}

.sui-steps .current .title {
    color: #fff;
}

.sui-steps .current .triangle-right {
    border-color: transparent transparent transparent #9cbdfb;
}

/* 详情内容 */
.info {
    margin-top: 20px;
	/* min-height: 459px; */
	padding: 30px;
	position: relative;
}

.info-title {
    font-family: "SourceHanSansCN-Medium";
    font-size: 20px;
    line-height: 32px;
}

.info-tt {
    font-family: "SourceHanSansCN-Medium";
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
}

.info-det {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin-top: 15px;
    text-indent: 30px;
}

.two-col .info-det {
    width: 50%;
}

.bid-btn {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    margin: 50px auto 0;
    text-align: center;
    border-radius: 25px;
    background-color: #7498dc;
    background-image: rgba(to right, #7497dc, #9bbcfb);
}

.file {
    font-size: 20px;
    padding-top: 20px;
    margin-top: 40px;
    border-top: 1px solid #eee;
}

.file span {
    color: #666;
}

.file-link {
    color: #1e70e3;
    margin-right: 20px;
}

.file-link:hover {
    text-decoration: underline;
}

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

.xiangxiyebiaoti{
      font-size: 25px;
      text-align: center;
      margin-top: 20px;	
}

.want-btn{
	display: block;
	width: 150px;
	height: 35px;
	line-height: 35px;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin: 30px auto 0;
	background-color: #007AFF;
}

.title{
	width: 218px !important;
}