/*停用短信通知*/
.header-demo .layui-nav .layui-nav-item.noticeTz{
	display: inline-block;
	line-height: 39px;
	margin: 0;
	cursor: pointer;margin-right: 20px;
}
.admin-header-item li.noticeTz .noticeRight{
	display: inline-block;
	margin-left:2px;
}
.admin-header-item li.noticeTz .noticeRight span{
	background-image: linear-gradient(to right, #f83600, #ff6728);
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	border-radius: 20px;
	padding: 0 12px;
	display: block;
}
.admin-header-item li.noticeTz .noticeRight em{
	font-size: 14px;
	color: #000;
	text-align: justify;
	text-align-last:justify;
	display: block;
	padding: 0 10px;
	line-height: 20px;
}
.messageNoticePop{
	z-index: 1001;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}
.messageNoticePop .NoticePop{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,.4);
}
.messageNoticePop .noticeMark{
	background: #fff;
	border-radius: 21px;
	width: 50%;
	max-width:810px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/*.messageNoticePop .noticeMark ul{background: #fff;}*/
.messageNoticePop .noticeTopImg{
	position: relative;
}
.messageNoticePop .noticeTopImg .bigImg{
	width: 100%;max-height: 350px;
	border-top-right-radius: 20px;
}
.messageNoticePop .accountCode{
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
}
.messageNoticePop .accountCode img{
	width: 92%;
	max-width: 172px;
	display: block;
	margin: 0 auto;
	border-radius: 0;
}
.messageNoticePop .accountCode span{
	color: #fff;
	font-size: 20px;
	display: block;
	text-align: center;
	margin-top: 12px;
}
.messageNoticePop ul{
	padding: 18px 34px 6px 34px;
	overflow: hidden;background:#f2f6ff;
}
.messageNoticeTitle{font-size: 20px;padding: 15px 34px;color: #3a3a3a;font-weight: bold;}
.messageNoticePop .fraudStatement{
	color: red;font-size: 20px;text-align: left;padding: 18px 34px;background: #fff3f3;margin-top: 10px;line-height: 28px;
}
.fraudStatement .fraudMain{
	padding-left: 42px;
	background: url(/static/img/tipIcon.png) left top 3px no-repeat;background-size: 25px;
}
.messageNoticePop li{
	font-size: 20px;
	color: #3a3a3a;
	line-height: 30px;
	margin-bottom: 12px;
	padding-left: 42px;
	background: url("/static/img/stars.png") left top 5px no-repeat;
}
.messageNoticePop .noticeClose,.platformNotice .noticeClose{
	position: absolute;
	top: -55px;
	right: -85px;
	border: #fff 1px solid;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	background: rgba(255,255,255,0.64);
	cursor: pointer;
}
.messageNoticePop .noticeClose img,.platformNotice .noticeClose img{
	width: 50px;
	display: block;
	margin: 0 auto;
	margin-top: 9px;
	transition: all 0.25s;
}
.messageNoticePop .noticeClose:hover img,.platformNotice .noticeClose:hover img{
	transform: rotate(180deg);
}
@media screen and (max-width: 1681px) {
	.messageNoticePop li {
		font-size: 18px;
		line-height: 26px;
		background: url("/static/img/stars.png") left top 3px no-repeat;
	}
	.messageNoticePop .fraudStatement{font-size: 18px;line-height: 26px;padding: 12px 34px;}
	.messageNoticePop ul{padding:12px 34px;}
	.messageNoticePop .noticeClose{
		width: 60px;
		height: 60px;
		top: -40px;
		right:-75px;
	}
	.messageNoticePop .noticeClose img {
		width: 42px;
	}
}
@media screen and (max-width: 1599px) {
	.messageNoticePop .noticeTopImg .bigImg{max-height: 300px;}
	.messageNoticePop .accountCode img{
		width: 78%;
		height: auto;
	}
	.messageNoticePop .accountCode{
		bottom: 10px;
	}
	.layui-header .heade-nav-company {
		margin-left: 0.2%;
	}
}

/*关注公众号弹窗修改*/
.platformNotice{color: #0451c3;background: url("/static/img/noticeBg2.png") no-repeat;background-size: 100% 670px;padding:0 30px;width: 560px;height:670px;position: absolute;left: 50%;margin-left: -310px;top: 50%;margin-top: -335px;}
.platformNotice h5{font-size: 56px;font-weight: bold;margin: 50px 0 20px 10px;}
.platformNotice .noticeInfo{background:#fff;padding: 30px 45px 45px 45px;overflow: hidden;}
.platformNotice .noticeInfo .title{font-size: 32px;line-height: 46px;border-bottom: #C2DAFF 2px dashed;padding-bottom: 30px;margin-bottom: 30px;text-align: center;}
.platformNotice .noticeInfo .title p{display: inline-block;border-bottom:#0451c3 2px solid;cursor: pointer;}
.platformNotice .noticeInfo .title i{animation: blink 1.5s linear infinite;display: inline-block;background: #ff0756;color: #fff;line-height: 20px;border-radius: 4px;width: 20px;height: 20px;text-align: center;font-size: 12px;font-style: normal;vertical-align: middle;margin-top: -3px;margin-left: 10px;}
@keyframes blink {
	0%, 50% {
		opacity: 1;
	}
	51%, 100% {
		opacity: 0;
	}
}
.platformNotice .fraudReminder{font-size: 16px;font-weight: bold;margin-bottom: 8px;}
.platformNotice .fraudReminder i{background: linear-gradient(to right,#ff7135,#ff8b07);color: #fff;border-radius: 4px;padding: 0 6px;font-size:12px;line-height: 20px;margin-left: 20px;display: inline-block;font-style: normal;font-weight: 500;vertical-align: bottom;}
.platformNotice .tipText{color: #ff0000;font-size: 14px;line-height: 26px;}
.platformNotice .officialAccount{background: #fff;padding: 45px 140px 30px 40px;text-align: center;color: #0451c3;margin-top: 15px;position: relative;}
.platformNotice .officialAccount a{display: inline-block;color: #0451c3;font-size: 16px;border-bottom: #0451c3 2px solid;margin-top: 10px;cursor: pointer;}
.platformNotice .officialAccount .code{width: 100px;position: absolute;top: 26px;right: 30px;}
.platformNotice .officialAccount .left{width: 16px;position: absolute;top: -34px;left: 80px;}
.platformNotice .officialAccount .right{width: 16px;position: absolute;top: -34px;right: 80px;}
.platformNotice .officialAccount .text{display: block;width: 340px;}

.websiteIndex{width: 1200px;margin: 0 auto;}
.websiteHead{overflow: hidden;margin: 10px 0;display: flex;align-items: center;justify-content: space-between;}
.websiteHead .logo{max-height:54px;}
.loginBtn{color: #666;line-height: 30px;overflow: hidden;}
.loginBtn a{display: inline-block;color: #fff;padding: 0 10px;color: #666;cursor: pointer;}
.loginBtn a:hover{color: #959595;}
.websiteIndex .imgCarousel img{width: 100%;height: 280px;}
.websiteIndex .middle_banner,.websiteIndex .middle_banner img{width: 100%;height: 280px;}
.websiteIndex .menuNav{color: #fff;background-color: #2591eb;}
.websiteIndex .menuNav .navItem{width: 163px;line-height: 52px;text-align: center;position: relative;display: inline-block;}
.websiteIndex .menuNav .navItem.on {background-color: #45a9ff;}
.websiteIndex .menuNav .layui-icon{transform: rotate(90deg);display: inline-block;font-size: 16px;vertical-align: text-bottom;line-height: 20px;margin-left: 6px;transition: all 0.25s;}
.websiteIndex .menuNav .navItem:hover .layui-icon{transform: rotate(270deg);vertical-align: text-top;}
.websiteIndex .menuNav .navItem dl{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 52px;
	line-height: 36px;
	padding: 5px 0;
	box-shadow: 0 2px 4px rgba(0,0,0,.12);
	border: 1px solid #d2d2d2;
	background-color: #fff;
	z-index: 100;
	border-radius: 2px;
	white-space: nowrap;
	animation-name: navShowTop;animation-duration: .3s;animation-fill-mode: both;overflow: hidden;
}
.websiteIndex .menuNav .navItem:hover dl{display: block;}
.websiteIndex .menuNav .navItem a{color: #fff;}
.websiteIndex .menuNav .navItem dl a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;cursor: pointer;color: #333;}
.websiteIndex .menuNav .navItem dl a:hover {background-color: #f2f2f2;color: #000}
@keyframes navShowTop{
	0% {transform: translate3d(0,30px,0);opacity: .3;}
	100% {transform: translate3d(0,0,0);opacity: 1;}
}
.websiteContent{width: 1200px;margin: 0 auto;overflow: hidden;min-height: 345px;padding: 33px 0;color: #444;}
.websiteContent .noticeList{width: 35%;float: left;}
.websiteContent .noticeList.contentCent,.websiteContent .noticeList.contentright{margin:0 3.5%;}
.websiteContent .noticeList .titleBox{position: relative;padding-bottom: 15px;overflow: hidden;margin-bottom: 15px;}
.websiteContent .noticeList .titleBox:before{content: "";position:absolute;left: 0;right: 0;bottom:0px;height: 3px;background: #ebebeb;}
.websiteContent .noticeList .title{font-size: 18px;font-weight: bold;position: relative;color: #444;}
.websiteContent .noticeList .title:before{position: absolute;content: '';width: 49px;height: 3px;bottom: -15px;z-index: 10;background-color: #09bf5b;}
.websiteContent .noticeList .title:after{position: absolute;content: '';width: 46px;height: 3px;bottom: -15px;z-index: 10;background-color: #0593d3;left: 52px}
.websiteContent .noticeList .more{float: right;font-weight: 500;}
.websiteContent .noticeList .more a{color: #666;font-size: 12px;cursor: pointer;}
.websiteContent .noticeList li{display: flex;align-items: center;line-height: 36px;}
.websiteContent .noticeList li div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;cursor: pointer;color: #666;font-size: 14px;flex:1;}
.websiteContent .noticeList li div:hover{color: #959595;}
.websiteContent .noticeList li div img{width: 25px;margin-right: 5px;float: left;margin-top: 7px;}
.websiteContent .noticeList li div div{float: left;}
.websiteContent .noticeList li span{color: #7c7c7c}
/*.websiteContent .noticeList li span{display: inline-block;color: #8c8c8c;border: #8c8c8c 1px solid;border-radius: 5px;margin-right: 6px;font-size: 13px;padding: 2px 6px;line-height: 16px;font-style: normal;}*/
.websiteContent .noticeList li span.green{color: #16D292;}
.websiteContent .noticeList li span.blue{color: #3293FF;}
.websiteContent .webSiteTop,.websiteContent .webSiteBottom{overflow: hidden;}
.websiteContent .loginOrFg{float: right;width: 275px;}
.websiteContent .loginOrFg .loginBox .button{cursor:pointer;width: 115px;line-height: 58px;height:58px;overflow:hidden;border-radius: 2px;color: #fff;background: #24b767;padding-left: 15px;display: inline-block;}
.websiteContent .loginOrFg .loginBox .button:nth-child(2){margin-left: 10px;}
.websiteContent .loginOrFg .loginBox .button a{color: #fff;}
.websiteContent .loginOrFg img{width: 28px;margin-right: 6px;margin-top: -4px;}
.websiteContent .loginOrFg .layui-icon{font-size: 26px;margin-right: 6px;display: inline-block;vertical-align: bottom;}

.zcfgResultWrap.noticeList{width: 100%;}
/*.zcfgResultWrap .subTitleBox{padding-bottom: 5px;border-bottom: 1px #e4e4e4 solid;font-weight: bold;}*/
/*.zcfgResultWrap .subTitleBox .more{float: right;font-weight: 500;}*/
.linkBox{margin-top: 33px;padding: 15px 0 15px 20px;background-color: #f6f6f6;color: #222222;overflow: hidden;}
.linkTitle{font-size: 16px;font-weight: bold;width: 80px;vertical-align: top;float: left;}
.linkList{width: 1098px;display: inline-block;}
.linkBox .linkList .link-part {margin-left: 30px;display: inline-block;line-height: 24px;height: 24px;font-size: 12px;}
.linkBox .linkList .link-part a{margin-left: 15px;color: #858ca9;}

	/*列表页*/
.tenderListBox{overflow: hidden;width:1200px;margin:0 auto;margin-top: 15px;}
.tenderListBox .leftNav{float: left;width: 206px;min-height: 775px;padding: 0 8px;background-color: #f8f8f8;color: #454545;font-size: 14px;}
.tenderListBox .leftNav .title {padding: 22px 0 14px 32px;border-bottom: 2px #e9e9e9 solid;font-weight: bold;}
.tenderListBox .leftNav .menu {margin-top: 13px;}
.tenderListBox .leftNav .menu li {position: relative;line-height: 42px;padding-left: 32px;}
.tenderListBox .leftNav .menu li a{display: block;cursor: pointer;}
.tenderListBox .leftNav .menu li:hover a,.tenderListRight li .nameL a:hover,.tenderListRight .fileList .list:hover{color: #2790eb;}
.tenderListBox .leftNav .menu li.current a,
.tenderListBox .leftNav .menu li.current{color: #2790eb;}
.tenderListBox .leftNav .menu li:after {position: absolute;right: 33px;top: 0;content: '>';font-family: serif;font-weight: 700;font-size: 15px;line-height: 42px;}
.tenderListBox .tenderListRight{float: right;width: 942px;padding: 9px 0 0;}
.tenderListBox .tenderListRight .title-box{position: relative;overflow: hidden;padding-bottom:15px;}
.tenderListBox .tenderListRight .title-box::after {position: absolute;content: '';width: 100%;height: 3px;bottom: 0;z-index: 9;background: #ebebeb;left: 0;}
.tenderListBox .tenderListRight .title-box .title {float: left;font-size: 16px;font-weight: bold;margin-top: 12px;}
.tenderListBox .tenderListRight .title-box .title:before {position: absolute;content: '';width: 49px;height: 3px;bottom: 0px;z-index: 10;background: #09bf5b;}
.tenderListBox .tenderListRight .title-box .title::after {position: absolute;content: '';width: 46px;height: 3px;bottom: 0px;z-index: 10;background: #0593d3;left: 52px;}
.tenderListBox .tenderListRight .pageSearch{float: right;}
.tenderListBox .tenderListRight .searchBox{background: #fbfbfb;border: #e1e1e1 1px solid;border-radius: 50px;float: left;overflow: hidden;padding: 0 10px;}
.tenderListBox .tenderListRight .searchBox .layui-icon{margin-right: 5px;}
.tenderListBox .tenderListRight .searchBox input{line-height: 32px;height: 32px;width: 210px;background: #fbfbfb;}
.tenderListBox .tenderListRight .searchBtn{float: left;background: #0a76c9;color: #fff;border-radius: 5px;line-height: 32px;padding: 0 10px;margin-left: 10px;cursor: pointer;}
.tenderListRight .liBackground{background: #ccc;color: #333;font-weight: bold;line-height: 42px;text-align: center;overflow: hidden;margin-top: 12px;}
.tenderListRight .nameL{width: 585px;float: left;}
.tenderListRight .nameC{width: 170px;float: left;}
.tenderListRight .nameR{width: 120px;margin-left: 55px;float: right;}
.tenderListRight .nameR.blue{color: #3293FF;}
.tenderListRight .nameR.green{color: #16D292;}
.tenderListRight .listBox{min-height:500px;}
.tenderListRight .listBox li{line-height: 42px;height: 42px;color: #7c7c7c;border-bottom: solid 1px #e6e6e6;font-size: 14px;text-align: center;}
.tenderListRight .listBox li .nameL{text-align: left;}
.tenderListRight .listBox li .nameL a{color: #666;cursor: pointer;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;}
.tenderListRight .fileList{margin-top: 12px;}
.tenderListRight .fileList li{overflow: hidden;line-height: 42px;height: 42px;color: #7c7c7c;border-bottom: solid 1px #e6e6e6;font-size: 14px;}
.tenderListRight .fileList .list{cursor: pointer;width:80%;float: left;overflow: hidden;display: flex;align-items: center;}
.tenderListRight .fileList .list div{display: inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 93%;}
.tenderListRight .fileList .list img{width: 25px;margin-right: 6px;vertical-align:super;}
.tenderListRight .fileList .time{float: right;}
/*详情页*/
.websiteDetail{width: 1200px;margin: 0 auto;}
.websiteDetail .biddProjectInfo{border: 1px #ebebeb solid;border-top: none;padding: 10px 25px;line-height: 30px;margin-bottom: 28px;position: relative;}
.websiteDetail .biddProjectInfo .title{font-size: 18px;color: #333;padding: 25px 0px;}
.websiteDetail .biddProjectInfo p{color: #666;}
.websiteDetail .biddProjectInfo .process{width: 288px;height: 63px;position: absolute;top: 50%;right: -6px;margin-top:-32px;background: url("/static/img/btn_bg_progress.png") no-repeat center;}
.websiteDetail .biddProjectInfo .process a{display: block;border-radius: 2px;background: #6490ff;text-align: center;width: 118px;height: 33px;line-height: 33px;
	margin: 10px auto 10px 100px;color: #fff;cursor: pointer;}
.websiteDetail .projectInfo .title{padding-left: 20px;border-left: #4676ef 4px solid;font-size: 16px;color: #333;line-height: 26px;margin-bottom: 10px;}
.websiteDetail .projectInfo .projectContent{color: #666;font-size: 14px;line-height: 26px;}
.websiteDetail .newsDetail .titleBox{border-bottom: 2px #eeeeee solid;text-align: center;padding-bottom: 22px;margin-top:30px;}
.websiteDetail .newsDetail .titleBox h5{color: #333333;font-size: 20px;font-weight: bold;}
.websiteDetail .newsDetail .titleBox span{margin-top: 10px;font-size: 12px;color: #888;display: block;}
.websiteDetail .fileTitle{position: relative;margin-top: 27px;color: #333333;font-size: 16px;margin-bottom: 10px;}
.websiteDetail .fileTitle:before{content: '';width: 4px;height: 26px;background-color: #4676ef;display: inline-block;vertical-align: middle;margin-right: 9px;}
.websiteDetail .fileList p{display: block;margin-bottom: 5px;}
.websiteDetail .fileList p a{color: rgb(71, 164, 242);cursor: pointer;font-size: 14px;line-height: 20px;}


.layui-nav .portLeve{display:none;position: absolute;right: -5px;width: 110px; -webkit-animation-name: layui-upbit;animation-name: layui-upbit;animation-duration: .3s;animation-fill-mode: both;
	background: #fff;white-space: nowrap;border-radius: 5px;line-height: 28px;box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);overflow:hidden;transition: all 0.25s;}
.layui-nav .portLeve dd{border-bottom: #dfdfdf 1px solid;padding: 5px 0;transition: all 0.25s;}
.layui-nav .portLeve dd:hover{background: #4A73FE;}
.layui-nav .portLeve dd:hover a{color: #fff!important;}
.layui-nav .portLeve dd a{color: #5d5d5d!important;cursor: pointer;display: block;font-weight: 500;transition: all 0.25s;}
.layui-nav .portLeve dd img{width: 20px;margin-right: 5px;}
.header-demo .layui-nav .layui-nav-item.port:hover .portLeve,
.header-demo .layui-nav #businesPayment:hover .portLeve{display: block;transform: translate3d(0, 0px, 0);opacity: 1;}
.admin-header-user .xjt{width: 12px;height: 12px;margin-right: 0;vertical-align: baseline;transition: all 0.25s;}
.header-demo .layui-nav .layui-nav-item.port:hover .xjt{transform: rotate(180deg);}
.sfgzhPop{position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index:19891014000;display: none;}
.sfgzhPop .sfgzhBg{position: fixed;top: 0;bottom: 0;left: 0;right: 0;background: rgba(0,0,0,.5);}
.sfgzhPop iframe{border:none;width: 750px;height: 85vh;background: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
/*.sfgzhPop.hide .sfgzhBg,*/
/*.sfgzhPop.hide{animation: fadeOut 0.5s ease-out forwards;animation-delay: 0.8s;display: block;}*/
.sfgzhPop.hide .sfgzhBg,
.sfgzhPop.hide{display: none!important;}
.sfgzhPop.show,.sfgzhPop.show2{display: block;opacity: 1;}
.sfgzhPop.show .sfgzhBg{animation: fadeIn 0.5s ease-out forwards;}
/*animation-delay: 0.8s;*/
@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0;display: none; }
}
@keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;display: block; }
}

@keyframes layui-upbit {
	from {
		transform: translate3d(0, 30px, 0);
		opacity: .3
	}
	to {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
.sfgzhPop.hide iframe {
	animation: enterContainer 1.2s forwards;
	/*animation: enterContainer 1.2s forwards cubic-bezier(0.68, -0.55, 0.27, 1.55);*/
}
.sfgzhPop.show iframe{
	animation: exitContainer 0.8s forwards;
}

@keyframes exitContainer {
	0% {
		width: 0px;
		height: 0px;
		top: -30px;
		left: calc(100% - 220px);
		transform: rotateX(0) rotateY(0);
		opacity: 0;
	}
	100% {
		width: 750px;
		height: 85vh;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotateX(0) rotateY(0);
		opacity: 1;
	}
}

@keyframes enterContainer {
	0% {
		width: 750px;
		height: 85vh;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotateX(0) rotateY(0);
		opacity: 1;
	}
	40% {
		width: 300px;
		height: 40vh;
		top: 30%;
		left: 70%;
		transform: translate(-50%, -50%) rotateX(10deg) rotateY(-20deg);
		opacity: 0.5;
	}
	100% {
		width: 0px;
		height: 0px;
		top: -30px;
		left: calc(100% - 220px);
		transform: rotateX(0) rotateY(0);
		opacity: 0;
	}
}


.notifyPop{position: fixed;top: 0;left: 0;bottom: 0;right:0;background: rgba(0,0,0,.5);z-index:1989101400000;display: none;text-align: center;}
.notifyPop .notifyMain{background: #fff;border-right: 10px;padding: 40px;color: #333;font-size:18px;display: inline-block;border-radius: 8px;width: 400px;position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);}
.notifyPop .notifyMain .loadImg{vertical-align: middle;transition: all 0.25s;animation: spin 800ms infinite linear;display: block;margin: 0 auto;margin-bottom: 10px;}
@keyframes spin {
	0%   { transform: rotate(360deg); }
	100% { transform: rotate(0deg); }
}
.notifyPop h2{font-weight: bold;font-size: 20px;margin: 20px 0;}
.notifyPop .statusText{color: #ff6b35;font-weight: bold;font-size: 16px;}
.notifyPop .progressBar{background: #ff6b35;border-radius: 100px;height: 8px;margin: 20px 0;overflow: hidden;}
.notifyPop .notifyText{color: #666;line-height: 24px;margin-bottom: 30px;font-size: 16px;}
.notifyPop .upgradeExpandBtn{background-color: #1890ff;color: white;border: none;padding: 12px 30px;border-radius: 6px;font-size: 16px;font-weight: 600;cursor: pointer;transition: background-color 0.2s;margin: 5px;display: inline-block;}
.notifyPop .upgradeExpandBtn:hover{background: #40a9ff;}
.notifyPop .closeImg{cursor: pointer;position: absolute;right: 10px;top: 10px;width: 20px;}