/*
所有页面通用的样式
*/
body{
	font-family:Source Han Sans SC !important;
    max-width: 1600px;
    visibility: visible;
    background:#ECEEF3;
    display: block;
    margin: 0px auto !important;
}
.bg_f{
	background: #ffffff !important;
}

a {
    color: #0DB9F1;
    text-decoration: none;
}
.fixed-bottom {
    position: fixed;
    bottom: 0;
    width:1600px;
}
.divSum{
	width: 100%;
    text-align: center;
	max-width:1690px;
	background: #f7f7f7;
}
/*logo topHeader*/
.topHeader {
	width: 100%;
    height: 82px;
    /* overflow-x: hidden;
    overflow-y: hidden; */
    margin-top: 0px;
    background-color: #ffffff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0);
    text-align: center;
}
.logo {
    width: 1000px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.logoImg {
    width: 500px;
    height: 100%;
    float: left;
    position: relative;
    text-align: left;
}
#logoImg {
    /* width: 467px; */
    cursor: pointer;
    left: 220px;
    float: left;
    margin-top: 16px;
}
.btnDiv {
    width: 500px;
    height: 100%;
    text-align: center;
    float: left;
    padding-top: 28px;
}
.operationDiv {
    width: 100%;
    height: 27px;
    float: left;
    text-align: right;
    padding-right: 165px;
}
#registerBtn {
    background-color: white;
    position: relative;
    z-index: 3;
    color: #333333;
    border: none;
    cursor: pointer;
}
#loginBtn {
    margin-left: 15px;
    background: #fe7c73;
    color: #ffffff;
    z-index: 3;
    border: 0;
    cursor: pointer;
}
.opreatioBtn {
    border-radius: 5px;
    width: 46px;
    height: 27px;
}
.operationDiv2{
    font-size: 16px;
    color: #303133;
}
.operationDiv2 a{
    color: inherit;
    text-decoration: none;
}
.operationDiv2 a:hover{
    color: #296A96;
    text-decoration: none;
}
.operationDiv2 .line{
    margin: 0 16px;
}
.operationDiv2-item{
    display: inline-block;
    position: relative;
    z-index: 3;
}
.myDropdown{
    display: none;
    position: absolute;
    z-index: 999;
    top: 34px;
    left: 19px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 0;
    min-width: 160px;
}

/* .myDropdown::before{
    content: '';
    position: absolute;
    left: 50%;
    top: -6px;
    z-index: 1;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    transform: rotate(45deg);
} */
.myDropdown-item{
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 20px;
}
.myDropdown-item:hover{
    background-color: #F5F7FA;
}

/*index*/
.top {
    width: 100%;
    height: 720px;
    background-color: rgb(245,245,245);
}
.img_qiehuan {
    width: 100%;
    height: 700px;
    float: left;
    margin-top: -20px;
    z-index: 2;
}
.carousel-indicators {
    bottom: 100px!important;
}
.notice {
    width: 100%;
    height: 180px;
    float: left;
    text-align: center;
    z-index: 2;
    margin-top: -30px;
    position: absolute;
    left: 0;
    top: 627.828px;
}
.noticeCon {
    border-radius: 4.17px;
    width: 824px;
    height: 150px;
    margin: auto;
    background-color: white;
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.2);
}
.noticeConTop {
    width: 100%;
    height: 60px;
    float: left;
}
.noticeSpan {
    margin-left: 215px;
    width: 400px;
    height: 100%;
    float: left;
    font-size: 14px;
}
.noticeDiv {
    font-size: 17px;
    padding-top: 5px;
}
.workbench {
    font-size: 16px;
}
.workbenchdiv {
    margin-top: 5px;
}
.noticeConMain {
    width: 98%;
    float: left;
    border-top: 1px solid #e8e6e6;
    height: 55px;
    margin-left: 10px;
}
.selectMore {
    width: 189px;
    height: 100%;
    float: left;
    color: #999999;
    line-height: 60px;
    text-align: right;
    font-size: 12px;
}
.noticeConMain {
    width: 98%;
    float: left;
    border-top: 1px solid #e8e6e6;
    height: 55px;
    margin-left: 10px;
}
.noticeConMainCon {
    width: 50%!important;
    margin-top: 10px;
    height: 30px;
    float: left;
    cursor: pointer;
}
.conMainConRight {
    border-right: 1px solid #e8e6e6;
}
.conMainConRight {
    padding-right: 20px;
}
.line_wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.noticeConMainSpan {
    margin-left: 20px;
    padding-right: 10px;
}
.noticeConMainSpan, .noticeConMainDate {
    font-size: 14px;
    text-align: left !important;
}
.noticeConMainDate {
    display: none;
    margin-left: 26px;
}
#cover {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    display: none;
    z-index: 1;
}
/*供应商征集*/
.mainTop {
    width: 100%;
    height: 430px;
    /* background-color: #f7f7f7; */
    background-color: #fff;
}
.mainTopCon {
    width: 100%;
    height: 80px;
    margin-top: 30px;
    padding-top: 10px;
    margin-bottom: 20px;
}
.fontSizeClass {
    font-size: 12px;
}
.mainTopConSpan {
    width: 54%;
    height: 100%;
    line-height: 80px;
    font-size: 24px;
    float: left;
    text-align: right!important;
}
.mainTopConSpanMore {
    width: 440px;
    height: 100%;
    text-align: right!important;
    float: left;
    margin-right: 40px;
    color: #999999;
    line-height: 80px;
}
#jjinfo{
    background-color: #f7f7f7;
}
#selectMoreSpan, #mainTopConSpanMoreSpan, #incorruptibleReport, #commonProblem {
    cursor: pointer;
}
.purchaseDetail {
    width: 1000px;
    height: 260px;
    margin: 0px auto;
    margin-bottom: 43px;
}
.purchaseDetailCon {
    width: 234px;
    height: 250px;
    float: left;
    cursor: pointer;
    background-color: #fff;
    margin-top: 0px;
    border-radius: 4.17px;
    border: 1px solid #d2d0d0;
}
.purchaseDetailRight {
    margin-left: 20px;
}
.purchaseImg {
    width: 100%;
    height: 100%;
    border-radius: 4.17px 4.17px 0px 0px;
}
.contentDiv {
    background: white;
    height: 87px;
    width: 232px;
    border-radius: 4.17px;
}
.title {
    text-align: left!important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-wrap: break-word;
    overflow: hidden;
    margin-top: 6px;
    margin-left: 7px;
    height: 34px;
    line-height: 17px;
}
.category {
    width: 100%;
    margin-top: 4px;
    margin-left: 7px;
    margin-bottom: 5px;
    color: #999999;
    height: 19px;
    line-height: 19px;
    /* text-align: left!important; */
}
.date {
    height: 17px;
    line-height: 17px;
    margin-top: 0px;
    margin-left: auto;
    width: 165px;
    text-align: center;
    margin-right: auto;
    border-radius: 7px;
    position: relative;
    border: 1px solid #ebebeb;
}
.date div {
    display: block;
    position: relative;
    height: 17px;
    line-height: 17px;
    border-radius: 7px;
}
.date div span {
    position: relative;
    width: 165px;
    text-align: center;
    display: inline-block;
    height: 17px;
    line-height: 17px;
    color: #ffffff;
    border-radius: 7px;
}
.mainCooperation {
    width: 100%;
    height: 760px;
    padding-top: 40px;
    background: white;
}
.mainCooperationTop {
    width: 100%;
    height: 33px;
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 30px;
}
.mainCooperationDown {
    width: 772px;
    height: 123px;
    margin-left: auto;
    margin-right: auto;
}
.mainCooperationDiv {
    width: 470px;
    height: 123px;
    float: left;
}
.spanDiv {
    height: 65px;
    text-align: left;
}
.explainDetailSpan {
    color: #999999;
    letter-spacing: 0;
    text-align: left;
    margin-left: 65px;
    height: 25px;
    line-height: 25px;
}
.copreationBtn {
    background: #fe7c73;
    border-radius: 5px;
    width: 64px;
    height: 28px;
    text-align: center;
    margin-left: 60px;
    line-height: 28px;
    color: #ffffff;
    cursor: pointer;
}
.btnStyle {
    float: left;
}
.imgDiv {
    width: 240px;
    height: 123px;
    float: left;
}
.enterNameImg {
    width: 223px;
    height: 100%;
}
.path {
    width: 100%;
    height: 75px;
    float: left;
}
.pathImg {
    width: 437px;
    height: 75px;
}
.mainCooperationDown {
    width: 772px;
    height: 123px;
    margin-left: auto;
    margin-right: auto;
}
.bidimgDiv {
    width: 300px;
    height: 123px;
    float: left;
    text-align: right;
}
.mainCooperationsDiv {
    width: 445px;
    height: 123px;
    float: left;
    text-align: left;
}
.bidImg {
    width: 276px;
    height: 100%;
    float: right;
    margin-right: 30px;
}
.spanDiv {
    height: 65px;
    text-align: left;
}
.numSpan {
    font-size: 50px;
    color: #333333;
    letter-spacing: -11.48px;
    text-align: left;
}
.explainDetailBidSpan {
    color: #999999;
    letter-spacing: 0;
    text-align: left;
    margin-left: 156px;
    height: 25px;
    line-height: 25px;
}
#bidBtn {
    margin-left: 156px;
}
.explainSpan {
    font-size: 20px;
    color: #333333;
    text-align: left;
}
.bidspan {
    margin-left: 100px;
}
.appointmentImg {
    width: 221px;
    height: 123px;
}

.mainMiddle {
    width: 100%;
    height: 340px;
    background: url(https://scsimg.officemate.cn/mjo41i7nhudsq0fur6jbq9tcdo.png) no-repeat;
}
.mainRightTop {
    width: 100%;
    height: 150px;
    line-height: 150px;
    font-size: 24px;
    color: #000000;
}
#mainRightDown {
    /* width: 1000px; */
    width: 820px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
}
.leftDivMiddle {
    margin-left: 190px;
}
.rightDivMiddle {
    margin-left: 120px;
}
.mainDownUnderDiv {
    height: 120px;
    width: 65px;
    float: left;
}
.mainDownImgDiv {
    width: 100%;
    height: 85px;
    float: left;
}
.textSpanDiv {
    width: 100%;
    float: left;
    height: 80px;
    line-height: 80px;
}
.mainMiddleImg {
    width: 65px;
    height: 72px;
    float: left;
}

.mainDown {
    width: 100%;
    height: 240px;
    background: white;
}
#mainDownUnder {
    width: 1000px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
#mainFooterDivLeft {
    background: url(https://scsimg.officemate.cn/dc602fbknngm0f45qd3hagdsls.jpg) no-repeat;
    cursor: pointer;
}
#mainFooterDivRight {
    background: url(https://scsimg.officemate.cn/s5br7uqagfr8i3f4epunvoohrm.jpg) no-repeat;
    margin-left: 10px;
    cursor: pointer;
}
.mainFooterDiv {
    width: 495px;
    height: 166px;
    float: left;
    margin-top: 37px;
}
.mainFooterDivText {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
}
hr {
    border: 0;
    border-top: 1px solid #eee;
    width: 40px;
    box-sizing: content-box;
    background-color: #e6e6e6;
    clear: both;
    margin: 20px 0;
}

.footer {
    background: #767676;
    width: 100%;
    height: 60px;
    line-height: 40px;
    font-size: 13.33px;
}
.footerDiv {
    width: 1000px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}
.footerLeft {
    text-align: left;
}
.footerLeft, .footerRight {
    width: 500px;
    float: left;
    height: 60px;
    color: #ededed;
    line-height: 60px;
}
.footerRight {
    text-align: right;
}
.labpointer {
    cursor: pointer;
}
/*滚动*/
.scroll-tit{
    position: relative;
    height:20px;
}
.scroll-box_wapper{
    float:left;

}
/* .line{
    position: absolute;
    display:inline-block;
    height: 1px;
    width: 350px;
    background-color: #fe7c73;
    top: 11px;
    left: 150px;
} */
.scroll-box_tit{
    text-align:center;
    font-size:16px;
    width: 150px;
    /* border-left:5px solid #fe7c73; */
    display:inline-block;
    /* border:1px solid #fe7c73;
    color: #fe7c73; */
    margin:0 auto;
    line-height:20px;
}
.box1-tit{
    padding-right: 40px;
}
.box1-item.scroll-tit_item{
    right:40px;
}
.scroll-tit_item{
    display:inline-block;
    position: absolute;
    right:0;
    height:20px;
    line-height:20px;
}
.scroll-box {
    width:600px;
    height:200px;
    border: 1px solid #d2d0d0;
    /* background-color: #fff; */
    margin:20px auto;
    overflow:hidden;
    font-size: 12px;
}
.scroll-box ul {
    list-style:none;
    width:100%;
    height:100%;
}
.scroll-box ul li {
    width:100%;
    height:40px;
    box-sizing:border-box;
    line-height:40px;
    text-align:left;
}
.li-tit{
    width:600px;
    background:rgb(227,235,244);
    position:relative;
    height:40px;
    line-height:40px;
    z-index:2;
    border-bottom:1px solid #ccc;
    text-align:left;
}
.li-item_tit{
    width:220px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display:inline-block;
    padding-left:10px;
}
.li-item_subtit{
    width:170px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display:inline-block;
}
.li-item_time{
    width:130px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display:inline-block;
}
.li-item_status{
    width:60px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display:inline-block;
}
.box1{
    margin-right:40px;
}
.wapper-scroll{
    width:1250px;
    margin:0 auto;
}
#jjinfo{
    height:425px;
    padding-top: 40px;
}
.clear{
    clear:both;
}
/*list*/
.titleDiv {
    background: #ffffff;
    width: 100%;
    margin-top: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}
.title_list {
    width: 1000px;
    height: 50px;
    /* margin-top: 5px; */
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    text-align: left;
}
.titleText {
    display: inline-block;
    height: 50px;
    line-height: 50px;
}
.filter {
    width: 1000px;
    height: 50px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    border: 1px solid #eaeaea;
}
.filterLeft {
    width: 300px;
    height: 50px;
    float: left;
}
.filterRight {
    width: 300px;
    height: 50px;
    float: right;
}
#all {
    width: 40px;
    height: 25px;
    letter-spacing: 0;
    text-align: center;
    float: left;
    margin-left: 37px;
    margin-top: 15px;
    cursor: pointer;
    color: #999999;
}
.list-active {
    width: 40px!important;
    color: #ff6662!important;
    border-bottom: #ff6662 solid 1px!important;
}
#isCutOff {
    width: 40px;
    height: 25px;
    letter-spacing: 0;
    text-align: center;
    float: left;
    margin-left: 37px;
    margin-top: 15px;
    cursor: pointer;
    color: #999999;
}
#searchText {
    border: 1px solid #e7e7e7;
    width: 200px;
    height: 26px;
     margin-top: 12px;
    padding-left: 10px;
}
#searchImg {
    position: relative;
    left: -30px;
    top: 3px;
    cursor: pointer;
}
#content {
    width: 1000px;
    height: 4700px;
    margin: auto;
    background: white;
    border: 1px solid #efefef;
}
.purchaseDiv {
    width: 840px;
    height: 4600px;
    margin-left: auto;
    margin-right: auto;
}
.purchaseContent {
    width: 980px;
    height: 155px;
    margin-top: 48px;
}
.purchaseImgDiv {
    float: left;
    cursor: pointer;
    border-radius: 4.17px;
    width: 234px;
    height: 155px;
}
.purchaseContentDiv {
    width: 580px;
    height: 155px;
    float: left;
    margin-left: 70px;
}
.purchaseContentText {
    height: 53px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28.33px;
    text-align: left;
}
.purchaseContentTextDiv {
    width: 580px;
    float: left;
}
.purchaseContentTextLeft {
    width: 480px;
    float: left;
}
.purchaseCategory, .purchaseUserAndTel, .purchasePublishDate {
    color: #999999;
    letter-spacing: 0;
    margin-top: 8px;
}
.purchaseDetailDiv {
    text-align: left;
}
.stopImgDiv {
    width: 80px;
    float: left;
}
.stopImg {
    width: 80px;
    height: 54px;
}


.pagingDiv .foot
{
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.foot{
	display: none;
}
.foot *
{
	color: #8E8D95;
}
.pagingDiv .foot *
{
	vertical-align: middle;
	outline: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pagingDiv .firstBtn
{
	width: 22px;
	height: 22px;
	border: 0;
	margin-right: 10px;
	background: url('../img/btn_shouye.png') center no-repeat;
}

.pagingDiv .preBtn
{
	width: 22px;
	height: 22px;
	border: 0;
	margin-right: 10px;
	background: url('../img/btn_shangyiye.png') center no-repeat;
}

.pagingDiv .nextBtn
{
	width: 22px;
	height: 22px;
	border: 0;
	margin-left: 7px;
	background: url('../img/icon_anniu-xiayiye.png') center no-repeat;
}

.pagingDiv .lastBtn
{
	width: 22px;
	height: 22px;
	margin-left: 10px;
	margin-right: 10px;
	background: url('../img/icon_anniu-zh.png') center no-repeat;
	border:0;

}

.pagingDiv .pageNum
{
	border: 0;
	outline: none;
	margin-right: 3px;
	cursor: pointer;
}

.pagingDiv .foot .selPage
{
	width: 22px;
	height: 22px;
	line-height: 22px;
	color: white;
	text-align: center;
	padding: 0;

	background: url('../img/icon_anniu-blue.png') center no-repeat;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background:#fe7c73;
}

.pagingDiv .foot .norPage
{
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	padding: 0;
	background: url('../img/icon_anniu-hui.png') center no-repeat;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pagingDiv .foot .selBtn
{
}

.pagingDiv .foot .norBtn
{
	filter:alpha(opacity=30);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity: 0.6;
	cursor: auto;
}

.pagingDiv .foot .confirmBtn
{
	width: 41px;
	height: 22px;
	border: 0;
	margin-left: 10px;
	background: url('../img/btn_queding.png') center no-repeat;
}

.pagingDiv .foot .confirmBtn:hover
{
	background: url('../img/btn_queding_set.png') center no-repeat;
}

.pagingDiv .page
{
	border: 0;
	text-align: center;
	outline: none;
	margin-left: 5px;
	margin-right: 5px;
	width: 31px;
	height: 20px;
	line-height: 20px;
	background: url('../img/btn_box.png') center no-repeat;
}
.pagingDiv .pages .pointCls:hover{
	color: white;
	background: url('../img/icon_anniu-blue.png') center no-repeat;
	background:#fe7c73;
}
.pagingDiv .text
{
	font-size: 12px;
}

.pagingDiv .foot .pages
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.fontSizeClass13 {
    font-size: 13.33px;
}
.mainTopConSpan_list {
    width: 1000px;
    height: 50px;
    text-align: left !important;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11.67px;
    color: #999999;
    letter-spacing: 0;
    float: none;
}
.date_list {
    float: left;
    margin-top: 5px;
    width: 253px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    margin-right: auto;
    border-radius: 7px;
    position: relative;
    border: 1px solid #ebebeb;
}
.date_list div {
    display: block;
    position: relative;
    background: #fe7c73;
    height: 19px;
    line-height: 19px;
    border-radius: 7px;
    font-size: 12px;
}
.date_list div span {
    width: 253px;
    height: 19px;
    position: relative;
    text-align: center;
    display: inline-block;
    line-height: 19px;
    color: #ffffff;
}


/*详情页*/
.titleDiv_d{
	width:100%;
	height:50px;
	background:white;
}


.title_d{
	width:1000px;
	height:50px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	color:#999999;
	letter-spacing:0;
	text-align:left;
/**	background:white;**/
}

.titleText_d{
	display: inline-block;
    height: 50px;
	line-height: 50px;
}
#content_d{
	width:100%;
	height:329px;
	margin:auto;
	background:white;
	border:1px solid #efefef;

}

.purchaseContent_d{
	width:1000px;
	height:329px;
	/**background:#eeeeee;**/
	margin-left: auto;
	margin-right: auto;
}

.purchaseImgDiv_d{
	box-shadow:rgba(0,0,0,0.04);
	width:492px;
	height:329px;
	float:left;
	/**border:1px solid red;**/
}

.purchaseImg_d{
	width:492px;
	height:329px;
}

.purchaseContentDiv_d{
	width:448px;
	height:329px;
	float:left;
	margin-left:60px;
}

.purchaseDetailDiv_d{
	text-align:left;
}

.date_d{
	margin-top:20px;
    text-align: center;
    margin-right: auto;
	position:relative;
	border: 1px solid #ebebeb;
	border-radius:8.33px;
	width:268px;
	height:19px;
}

.date_d div{
	display:block;
	position:relative;
	background:#fe7c73;
	height:19px;
	line-height:19px;
	border-radius: 8.33px;
}

.date_d div span{
	position:relative;

	text-align:center;
	display:inline-block;
	font-size:13px;
	line-height:19px;

	border-radius:8.33px;
	width:268px;
	height:19px;
}

.purchaseContentText_d{
	width:400px;
	font-size:30px;
	color:#000000;
	letter-spacing:0;
	text-align:left;
	margin-top:17px;
	height:80px;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	display:-webkit-box;
	white-space: normal;
}

.purchaseCategory_d,.purchaseUserAndTel_d,.purchasePublishDate_d
{

	margin-top:15px;
	font-size:15px;
	color:#999999;
	letter-spacing:0;
	text-align:left;
}

.pagingDiv_d{
	width:900px;
	height:100px;

}

#footer_d{
	width:100%;
	height:45px;
}


.progressDiv_d{
	color:white;
}

.btnDiv_d{
	text-align:left;
}

#enrollBtn_d{
	background:#fe7c73;
	border-radius:5px;
	color:white;
	cursor:pointer;
	line-height:34px;
	font-size:15px;
	color:#ffffff;
	border-radius:4.17px;
	width:100px;
	height:34px;
}

#middle_d{
	width:100%;
	min-height:550px;
	background:white;

}

.middleDiv_d{
	width:1000px;
	min-height:550px;
	margin:auto;
	border:1px solid #efefef;
}

.middleTopDiv_d{
	/**margin-top:50px;**/
	height:50px;
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	background:#f7f7f7;
}

.middleConDiv_d{
	width:162px;
	height:50px;
	line-height:50px;
	float:left;

}

.middleCon_d{
	width:1000px;
	height:450px;
	margin-right:auto;
	margin-left:auto;
	/*border:1px solid red;*/
}

.middleConDetial_d{
	width:1000px;
	height:420px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	text-align:left;
}

#attactDiv_d{
	width:100%;

	background:white;
	/*border:1px solid #efefef;*/
}

.attachContentDetailDiv_d{
	width:1000px;
	margin:auto;
	min-height: 70px;
	border:1px solid #efefef;
}



.attactCon_d{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	min-height:70px;
	height:auto;
}

.attactConDiv_d{
	width:1000px;
	height:70px;
	margin:auto;
	border:1px solid #efefef;
}

.lastAttachDivClass_d{
	border: 0;
}

.attactConDetailDiv_d{
	width:1000px;
	height:30px;
}

.downLoadDiv_d{
	width:50px;
	height:30px;
	margin-left:70px;
	cursor:pointer;
	font-size:12px;
	color:#57a4ff;
}

.attachDetail_d{
	width:970px;
	height:40px;
	margin:auto;
}

.attachSize_d{
	float:right;
	text-align:right;
	width:152px;
	height:30px;
	font-size:15px;
	color:#c4c4c4;
	letter-spacing:0;
	line-height:30px;
	margin-right:30px;

}

.attachDetailImgDiv_d{
	width:30px;
	height:30px;
	float:left;
	margin-left:25px;
}

.attachDetailImg_d{
	width:30px;
	height:30px;
}


.attachDetailSpan_d{
	height:30px;
	float:left;
	text-align:left;
	margin-top:6px;
	line-height:30px;
	margin-left:10px;
	font-size:15px;
	width:650px;
}

.attachDetailImg_d{
	margin-top:15px;
	font-size:18px;
	color:#666666;
	letter-spacing:0;
	text-align:left;
}

#projectDetail_d{
	border-top:2px solid #57a4ff;
	background:white;
	color:#57a4ff;
}


.purchaseContentTextDiv_d{
	float:left;
}

.purchaseContentTextLeft_d{
	width:320px;
	float:left;
}

.date_d,.progressDiv_d{
	float:left;
}

.enrollbtnDiv_d{
	border-radius:5px;
	width:500px;
	height:40px;
	float:left;
	margin-top:20px;
}

.noLoginTipDiv_d{
	background:#ffffff;
	box-shadow:0 10px 20px 0 rgba(0,0,0,0.14);
	border-radius:5px;
	width:400px;
	height:200px;
	display:none;
	position:fixed;
	z-index:100;
}
.colseDiv_d{
	width:390px;
	height:40px;
	margin:auto;
}

.closeText_d{
	width:20px;
	height:20px;
	line-height:20px;
	float:right;
	font-size:20px;
	color:#999999;
	margin-top:15px;
	cursor:pointer;
}

.tipTextDiv_d{
	width:280px;
	height:80px;
	font-size:20px;
	color:#000000;
	text-align:left;
	margin:auto;

}

#tipText_d{
	width:280px;
	height:80px;
	line-height:80px;
}

.tipLoginDiv_d{
	background:#fe7c73;
	border-radius:5px;
	width:100px;
	height:40px;
	line-height:40px;
	font-size:18px;
	color:#ffffff;
	letter-spacing:0;
	text-align:center;
	margin:auto;
	cursor:pointer;
}

#attachRelate_d{
	cursor: pointer;
}

#projectDetail2_d{
	cursor: pointer;
}

#attachRelate2_d{
	border-top: 2px solid #57a4ff;
    background: white;
    color: #57a4ff;
}

.attachDetailTextSpan_d{
	cursor:pointer;
	color:#666666;

}

 #cover_d{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	display:none;
	z-index:1;
}

.container-fluid_d {
   padding-right: 0px;
   padding-left: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width:1600px;
   background-color:#fff;
}

#middleConDetial_d{
	width:970px;
	margin-left:20px;
}
.textareastyle_d{
	width: 970px;
	height: 420px;
	font-size: 15px;
	font-family: "Source Han Sans SC";
	border: 0px;
	outline: none;
}
