
/*onlineValuation*/
.onlineValuation{
	width:1200px;
	height:auto;
	overflow:hidden;
	padding-top: 60px;
    padding-bottom: 90px;
	margin:0 auto;
}
.onlineValuation .dataEvaluate {
    float: left;
    width: 890px;
}
.onlineValuation .dataEvaluate .formTips {
    position: relative;
    height: 120px;
    margin-top: -10px;
    margin-bottom: -18px;
    font-size: 20px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    background: url(img/form-headerbg.png) no-repeat center;
}
.onlineValuation .dataEvaluate .formWrapper {
    padding: 30px;
    border-radius: 10px;
    background: #f2f2f2;
}
.onlineValuation .dataEvaluate .formInnerC {
    background: #FFFFFF;
    padding-bottom: 38px;
}
.onlineValuation .dataEvaluate .formWrapper .formInner {
    padding: 40px 45px 12px;
    border-radius: 10px;
    background: #fff;
}
.onlineValuation .dataEvaluate .formWrapper .formInner .formItem {
    height: 44px;
    margin-bottom: 20px;
    line-height: 44px;
}
.onlineValuation .dataEvaluate .formWrapper .formInner .formItem .lb {
    float: left;
    width: 140px;
    font-size: 16px;
    text-align: center;
    color: #666;
}
.onlineValuation .dataEvaluate .formWrapper .formInner .formItem .inputGroup {
    float: left;
    width: 460px;
    height: 100%;
}
.onlineValuation .dataEvaluate .formWrapper .formInner .formItem .inputGroup input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    border: 1px solid #d2d2d2;
    outline: none;
	text-indent: 5px;
}
.onlineValuation .dataEvaluate .formWrapper .formInner .formItem .selectGroup {
    float: left;
    width: 240px;
    height: 44px;
    margin-right: 10px;
}
.onlineValuation .dataEvaluate .formWrapper .formInner .formItem .selectGroup .tmall_select{
	display:block;
	border:0;outline:none;
	border: 1px solid #ccc;
    border-radius: 2px;
    color: #555;
    font:14px/40px 'microsoft yahei';
    height: 40px;
    padding: 0 16px;
    transition: background 0.3s ease-in-out;
    min-width: 200px;
}
.onlineValuation .dataEvaluate .formWrapper .formInner .formItem .selectGroup .ly-index1-ssitem {
    position: relative;
    width: 100%;
    height: 100%;
}
.onlineValuation .dataEvaluate .formWrapper .formInner .formItem .selectGroup .ly-index1-ssitem .ly-index1-ssselect {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 44px;
    text-indent: 1em;
    color: #b8b8b8;
    border: 1px solid #d2d2d2;
    background: url(img/ly-pulldown.png) no-repeat;
    background-size: 16px 8px;
    background-position: right 17px top 17px;
    cursor: pointer;
}
.onlineValuation .dataEvaluate .formWrapper .formInner .formItem .selectGroup .ly-index1-ssitem .ly-index1-ssoption {
    display: none;
    z-index: 20;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 44px;
    left: 0;
    width: 100%;
    max-height: 210px;
    font-size: 14px;
    border: 1px solid #FF6700;
    background: #fff;
    overflow: auto;
}
.onlineValuation .dataEvaluate .formWrapper .formInner .formItem .selectGroup .ly-index1-ssitem .ly-index1-ssoption li {
    line-height: 35px;
    text-indent: 1em;
}
.onlineValuation .dataEvaluate .formWrapper .formInner .formItem .selectGroup .ly-index1-ssitem .ly-index1-ssoption li:hover{
	background-color:#FF6700;
	color:#fff;
}
.onlineValuation .dataEvaluate .formInnerC .onlineValuationBtn {
    width: 344px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    outline: none;
    border: none;
    background: #FF6700;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.onlineValuation .sidebar {
    float: right;
}
.onlineValuation .sidebar .t-pt-worthBuying {
    width: 260px;
    margin-top: 94px;
}
.onlineValuation .sidebar .t-pt-worthBuying > h3:first-child {
    display: block;
    background: white;
    height: 42px;
    line-height: 44px;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    color: #666666;
    font-size: 16px;
}
.onlineValuation .sidebar .t-pt-worthBuying > h3:first-child > img {
    padding: 0 10px 0 10px;
    position: relative;
    top: 2px;
}
.onlineValuation .sidebar .t-pt-worthBuying > .item {
    display: block;
    height: 294px;
    border: 1px solid #e1e1e1;
    background: white;
    margin-bottom: 8px;
}
.onlineValuation .sidebar .t-pt-worthBuying > .item > .first-child {
	display:block;
    height: 154px;
    width: 258px;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}
.onlineValuation .sidebar .t-pt-worthBuying > .item > .first-child > img {
	border: none;
    width: 100%;
    height: 100%;
}
.onlineValuation .sidebar .t-pt-worthBuying > .item > div:nth-child(2) > h3 {
    display: block;
    height: 22px;
    line-height: 28px;
    font-size: 12px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.onlineValuation .sidebar .t-pt-worthBuying > .item > div:nth-child(2) > h3 > img {
    padding: 0 6px 0 10px;
    width: 15px;
    position: relative;
    top: 2px;
	border: none;
}
.onlineValuation .sidebar .t-pt-worthBuying > .item > div:nth-child(2) > p {
    font-size: 12px;
    color: #666666;
    padding-left: 10px;
    margin-top: 6px;
}
.onlineValuation .sidebar .t-pt-worthBuying > .item > div:nth-child(2) > div:last-child > span:first-child {
    font-size: 22px;
    color: #ff6700;
    font-weight: bold;
    padding-left: 10px;
    position: relative;
    top: 11px;
}
.onlineValuation .sidebar .t-pt-worthBuying > .item > div:nth-child(2) > div:last-child > .kefu {
	display:block;
    cursor: pointer;
    height: 24px;
    width: 92px;
    line-height: 24px;
    border: 1px solid #D9252B;
    border-radius: 4px;
    float: right;
    font-size: 13px;
    color: #d9252b;
    position: relative;
    top: 13px;
    left: -15px;
}
.onlineValuation .sidebar .t-pt-worthBuying > .item > div:nth-child(2) > div:last-child > .kefu > img {
    padding: 0px 5px 0 8px;
    position: relative;
    top: 2px;
}


.onlineV-advert{
	width:100%;
    height: 360px;
    margin-bottom:10px;
	margin-top:-20px;
}
.onlineV-advert .container {
    width: 1200px;
    margin: 0 auto;
}
.onlineV-advert .p1 {
    padding-top: 60px;
    font-size: 58px;
    line-height: 1;
    font-weight: bold;
    color: #333;
}
.onlineV-advert .dividline {
    width: 100px;
    height: 6px;
    margin-top: 40px;
    margin-bottom: 38px;
    background: #888;
}
.onlineV-advert .p2 {
    margin-top: 24px;
    font-size: 36px;
    line-height: 1;
    color: #888;
}


.thirdpartnarS7 {
    width: 100%;
    height:auto;
	margin-top:-80px;
	overflow:hidden;
    background: #FFFFFF url(img/bg7.png) no-repeat center center;
    overflow: hidden;
}









