.main-container{
    padding-top: 30px;
}
.left-content
{
    width:400px;
    height:787px;
    background:#ffffff;
    float: left;
    border: solid 1px #eee;
    text-align: center;
}
.left-content ul{
    padding: 0;
    margin: 0;
    padding-top: 30px;
   
}
.left-content li{
    list-style: none;
    padding: 14px 0;
    font-family: Microsoft YaHei;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #707070;
}
.left-content .project-img{
    padding-top: 55px;
    padding-bottom: 14px;
}
.project-img img{
    width: 160px;
    height: 160px;
    border-radius: 80px;
}

.left-content .title{
    font-family: Microsoft YaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #707070;
}
.btn-glink{
    width: 156px;
	height: 40px;
	background-color: #f2ae02;
    border-radius: 5px;
    display: inline-block;
    font-family: Microsoft YaHei;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
    cursor: pointer;
}
.btn-coll{
    width: 156px;
	height: 40px;
	background-color: #6eaffd;
    border-radius: 5px;
    display: inline-block;
    font-family: Microsoft YaHei;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
    cursor: pointer;
}
.pay-tip{
    padding-top: 20px;
}
.linkwindow .body{
    text-align: center;
}
.linkwindow .header{
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    background: #2e6da4;
    text-align: center;
    padding-top: 30px;
    font-size: 25px;
    color: #fff;
    line-height: 50px;
}
.linkwindow .header .title{
    color: #000;
    position: relative;
    top: 0;
}
.linkwindow .header .price{
    color: #fff;
}
.payment_method{
    padding: 50px 0;
}

.radio-inline input{
    margin-top: 20px;
}
#linkwindow .body{
    height: 150px;
    background: #fff;
    text-align: center;
}
.right-content{
    width:712px;
    margin-left: 27px;
    top: 0;
    
    float: left;
}

.right-content .summary{
    background: #ffffff;
    padding: 30px;
    height: 292px;
    border: solid 1px #eee;

}
.right-content .summary .title{
    font-family: Microsoft YaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #4d4c4c;
    padding-bottom: 20px;
    
}
.right-content .summary .content
{
    font-family: Microsoft YaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #4d4c4c;
    overflow-y: scroll;
    height: 200px;

}
.right-content .project-content{
    margin-top: 30px;
    background: #ffffff;
    padding: 30px;
   
    border: solid 1px #eee;

}
/*dd, dt {*/
/*    line-height: 50px;*/
/*}*/

