/*技术支持-常见问题 start*/
.problem{
    padding-bottom: 92px;
    padding-bottom: 7.66%;
}
.problem li{
    border-bottom: 1px solid #e1e1e1;
    padding: 26px 0;
}
.problem li:first-child{
    padding: 0 0 26px 0;
}
.problem h3{
    color: #232323;
    font-size: 18px;
    margin-bottom: 12px;
}
.problem p{
    color: #555555;
}
.problem p em{
    color: #1666bf;
}
.problem p a{
    color: #ff9001;
    text-decoration: underline;
}
/*技术支持-常见问题 end*/



/*技术支持-资料下载 start*/
.data-download{
    padding-bottom: 68px;
    padding-bottom: 5.6%;
}
.data-download table{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 16px;
    color: #232323;
}
.data-download table thead{
    background: #f3f3f3;
    border-top: 2px solid #004ea2;
}
.data-download tr{
    border-bottom: 1px solid #e1e1e1;
}
.data-download th{
    font-weight: normal;
    padding: 1.5% 0;
}
.data-download td{
    padding: 1% 0;
}
.data-download td:nth-of-type(1), .data-download th:nth-of-type(1){
    width: 13%;
    padding-right: 3%;
}
.data-download td:nth-of-type(3){
    width: 15%;
}
.data-download td:nth-of-type(2){
    text-align: left;
}
.data-download th:nth-of-type(2){
    text-align: left;
    padding-left: 3%;
}
/*.data-download th:nth-of-type(2), .data-download td:nth-of-type(2){
    margin-left: 3%;
}*/
.data-download td:nth-of-type(2) img{
    margin-right: 2%;
    margin-top: -2px;
}
.download{
    padding: 2% 7%;
    color: #787878;
    border: 1px solid #dcdcdc;
}
.download:hover{
    background: #004ea2;
    border: 1px solid #004ea2;
    color: #fff;
}
.download:hover em{
    background: url(../images/download-act.png) no-repeat center;
}
.download em{
    width: 13px;
    height: 12px;
    background: url(../images/download.png) no-repeat center;
    margin-right: 6px;
}
/*技术支持-资料下载 end*/