
.caseInfo-content {
   width: 1300px;
   margin: 0 auto 110px;
   transform: translateY(-219px);
   position: relative;
	background-color: #ffffff;
	box-shadow: 0px 2px 25px 0px 
		rgba(0, 157, 74, 0.04);
	border-radius: 14px;
    padding: 65px 60px 52px 59px;
}
.caseInfo-content-btns {
    margin: 14px 0 21px 0;
    width: 100%;
    height: 28px;
    flex-wrap: wrap;
    overflow: hidden;

}
.caseInfo-content-btn {
    flex-shrink: 0;
    color: #42a05f;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    border-radius: 22px;
	border: solid 1px #42a05f;
    padding: 0 13px;
    margin-right: 10px;
   
}
.caseInfo-content-title {
    font-size: 48px;
    color: #000000;
    height: 63px;
    margin-bottom: 42px;
}
.caseInfo-content-line {
    width: 100%;
	height: 1px;
	border: solid 1px #f2f2f2;
}
.caseInfo-content-box {
    min-height: 1000px;
    padding: 47px 0 60px;
   
}
.caseInfo-row {
    width: 100%;
    height: 331px;
    color: rgba(0, 0, 0, 0.77);
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 41px;
}
.caseInfo-row-content {
    font-size: 16px;
    width: 570px;
}
.caseInfo-row-text {
    font-size: 16px;
    width: 519px;
}
.caseInfo-row-img {
    width: 570px;
    height: 331px;
    flex-shrink: 0;
}
.caseInfo-row-img img {
    width: 100%;
    height: 100%;
}
.caseInfo-content-case {
    margin-top: 37px;
    font-size: 18px;
    color: #555555;

}

.caseInfo-prompt {
    width: 100%;
    height: 246px;
	background-color: #ffffff;
	border-radius: 14px;
    position: absolute;
    left: 0;
    bottom: -276px;
    padding: 0 61px 0 59px;
    font-size: 32px;
    color: #000000;
    background: url(/images/caseInfo/content.png);
}
.caseInfo-prompt-title1 {
    font-weight: 500;
}
.caseInfo-prompt-title2 {
    font-weight: 100;
}
.caseInfo-prompt-button {
    height: 40px;
	background-color: #313332;
	box-shadow: 0px 2px 10px 0px 
		rgba(66, 160, 95, 0.2);
	border-radius: 22px;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 0 32px 0 35px;

    
}
.icon-arrow-right-full {
    font-size: 14px;
    font-weight: 100;
    margin-left: 10px;
}