
.tablemain{
    width: 100%;
    margin-bottom: 40px;
}
.tablemain .remarks{
    font-size: 16px;
    color: #999999;
    margin-bottom: 20px;
}
.tablemain table{
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    border-top: 2px solid #1472c5;
}
.tablemain table tr th{
    font-size: 16px;
	font-weight: normal;
	line-height: 40px;
    color: #1472c5;
    background-color: #e7f1f9;
    border: solid 1px #e5e5e5;
    text-align: center;
}
.tablemain table tr td{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
    padding: 10px;
    border: solid 1px #e5e5e5;
}
.tablemain table tr td:nth-child(1),.tablemain table tr td:nth-child(3){
	width:30%
}
.tablemain table tr td:nth-child(2),.tablemain table tr td:nth-child(4){
	width:20%
}
.tablemain table tr td:nth-child(even){
    text-align: center;
}
@media screen and (max-width:1023px){
    .tablemain .remarks{
        font-size: .26rem;
        line-height: 1.5;
        margin-bottom: .15rem;
    }
    .tablemain table tr th,.tablemain table tr td{
        font-size: .26rem;
        line-height: 1.7;
        padding: .2rem .15rem;
        border-width: .01rem;
    }
    .tablemain{
        margin-bottom: 1rem;
        
    }
}
