@charset "utf-8";
/*css Document*/

.main {
    height: auto;
    width: 840px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 30px 29px;
    margin: 40px  auto;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.terms-title {
    height: 80px;
    width: 840px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e6e6e6;
}
.terms-product {
    height: 80px;
    width: auto;
    float: left;
}
.terms-product-img {
    height: 78px;
    width: 118px;
    float: left;
    border-radius: 4px;
    overflow: hidden;
    border:1px solid #e6e6e6
}
.terms-product-img img {
    float: left;
    width: 118px;
    height: auto;
}

.terms-product-title {
    float: left;
    height: 40px;
    width: auto;
    padding-top: 40px;
    margin-left: 20px;
}
.terms-product-title h3 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    line-height: 40px;
}
.terms-product-title h3 span {
    font-size: 16px;
    color: #e44232;
    line-height: 40px;
    padding: 0 4px;
}


.terms-ditail  {
    float: right;
    height: 40px;
    width: 140px;
    padding-top: 40px;
}
.terms-ditail a {
    height: 28px;
    width: 116px;
    font-size: 14px;
    line-height: 28px;
    background-color: #e44232;
    color: #ffffff;
}


/* 条款 */
.terms-list {
    height: auto;
    width: 840px;
    padding-top:10px;
}
.terms-list h4 {
    height: auto;
    width: 840px;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}
.terms-list ul {
    height: auto;
    width: 840px;
    padding: 20px 0;
}
.terms-list ul li {
    height: 60px;
    width: 834px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 10px;
    border-left-width: 5px;
    border-left-color: #e44232;
}
.terms-list ul:nth-child(4) li {
    border-left-color: #e48932;
}
.terms-list ul li > a {
    float: left;
    display: block;
    height: 60px;
    width: auto;
    line-height: 60px;
    padding-left: 20px;
    font-size: 14px;
}
.terms-list ul li div {
    float: right;
    display: block;
    height: 32px;
    width: auto;
}
.terms-list ul li div > a {
    float: left;
    display: block;
    height: 32px;
    width: auto;
    padding-left: 24px;
    margin: 14px 0;
    margin-right: 20px;
    line-height: 32px;
    background-image: url(../../images/resize_download.png);
    background-repeat: no-repeat;
    font-size: 14px;
}
.terms-list a:hover {
    color:#006fe7;
}
.terms-list ul li div > a:first-child {
    background-position: 0 -32px;
}
.terms-list ul li div > a:last-child {
    background-position: 0 0;
}
.terms-list ul li div > a:first-child:hover {
    background-position: 0 -96px;
}
.terms-list ul li div > a:last-child:hover {
    background-position: 0 -64px;
}