/* 大标题 */
@font-face{
	font-family: Roboto-Bold-3;
	src: url('../font/newRoboto/Roboto-Bold-3.ttf')
}
/* 新-标题 */
@font-face{
	font-family: Roboto-Bold-title;
	src: url('../font/roboto/Roboto-Bold-3.ttf')
}
/* 新-描述细体 */
@font-face{
	font-family: Roboto-Light-whiteDesc;
	src: url('../font/newRoboto/Roboto-Light-10.ttf')
}
/* */
@font-face{
	font-family: Roboto-Medium-12;
	src: url('../font/roboto/Roboto-Medium-12.ttf')
}
/* 黑背景下 描述 使用常规字体 */
@font-face{
	font-family: Roboto-Regular-blackRule;
	src: url('../font/roboto/Roboto-Regular-blackRule.ttf')
}
.Legal-content{
    margin-top: 60px;
    padding-top:70px;
}
.titleDesc{
    font-size: 40px;
    font-family: Roboto-Bold-title;
    padding: 60px 0;
}
.desc-title{
    font-size: 24px;
    font-family:Roboto-Regular-blackRule;
    margin-bottom: 30px;
}
.desc{
    font-size: 24px;
    font-family:Roboto-Light-whiteDesc;
    margin-bottom: 50px;
}
.desc-link{
    padding-bottom: 100px;
}
.Legal-content a{
    font-size: 24px;
    color: #000 !important;
    font-family:  Roboto-Medium-12;
    text-decoration: underline;
    margin-bottom: 200px;
}
table{
    width: 706px;
}
table, th, td {
    border: 4px solid #fff;
    border-collapse: collapse; /* 移除双边框 */
}
table th,table td{
    padding: 0 10px;
}
table td{
    text-align: center;
}
table .left{
    text-align: left;
}
.products{
    width: 300px;
}
.date{
    width: 150px;
}
.period{
    width: 250px;
}
table th{
    background: #e6e6e6;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    font-family: Roboto-Regular-blackRule;
}

@media only screen and (max-width: 480px){ 
    table{
        width: 100%;
    }
    table th{
        font-size: 15px;
        height:50px;
        line-height: 15px;
    }
    .tltle{
        font-size: 50px;
    }
    .titleDesc {
        font-size: 33px;
    }
    .desc-title{
        font-size: 22px;
    }
    .desc{
        font-size: 18px;
    }
    .desc-link{
        font-size: 20px;
    }
}