@charset "utf-8";
.part{

}
.p1{
    height: 600px;
    background-image: url(../images/dms/dmsPrc_03.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}
.part-title{
    text-align: center;
    font-size: 32px;
}
.p1Cont{
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    height: 528px;
    align-items: center;
}
.p1List{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.p1Item{
    font-size: 20px;
    width: 60px;
    padding: 40px 20px;
    background-color: rgba(255,255,255,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    margin: 0 30px;
}
.p1Item:last-child{
    margin-right: 0;
}
.p1Item:nth-child(2){
    margin-top: 100px;
}
.p1Item:nth-child(3){
    margin-top: 60px;
}
.p1Item:nth-child(4){
    margin-top: 150px;
}
.p1Item:nth-child(5){
    margin-top: 30px;
}
.p1Item:nth-child(6){
    margin-top: 60px;
}
.p1Item:nth-child(7){
    margin-top: 80px;
}
.part{
    padding: 60px 0;
}
.imgSet{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.width80{
    max-width: 80%;
}
.line-heigt30{
    line-height: 30px;
}
.p2 p{
    text-indent: 32px;
}
.p3{
    background-color: #f7f7f7;
    background-image: url(../images/dms/dmsPrc_02.jpg);
    background-repeat: no-repeat;
    object-position: left top;
}
.p3List{
    position: relative;
    z-index: 2;
}
.p3Item{
    margin-top: 30px;
}
.p3Item h3{
    font-size: 24px;
    color: #1758ea;
}
.p3Item p{
    margin-top: 10px;
    font-size: 18px;
}
.p3BotImg{
    position: absolute;
    bottom:0;
    right:0;
    z-index: 1;
}
.p5{
    background-color: #f6f6f6;
}
.p6{
    height: 534px;
    background-image: url(../images/dms/dmsPrc_55.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.p6List{
    display: flex;
    margin: 30px -20px 0 -20px;
}
.p6Item{
    width: 25%;
    padding: 20px;
}
.p6Item-cont{
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.p6-ic-img{
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p6-ic-img img{
    max-height: 100%;
}
.p6Item-cont h3{
    font-size: 20px;
    margin-top: 40px;
}
.p6Item-cont p{
    font-size: 18px;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
    color: #666;
}
.dmsBot{
    height: 220px;
    background-image: url(../images/dms/dmsPrc_56.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}
.dmsBot a{
    position: absolute;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    color: #006CFF;
    left: 50%;
    margin-left: -100px;
    top: 120px;
    font-size: 16px;
    border-radius: 25px;
}
.dmsBot a:hover{
    background-color: #006CFF;
    color: #fff;
}
.vs-table{
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    background-color: rgba(0,0,0,.03);
    font-size: 16px;
}
.vs-table th{
    padding: 10px;
    border: 1px solid #fff;
}
.vs-table td{
    padding: 10px;
    border: 1px solid #fff;
}
.vs-table td.septrate{
    padding: 5px;
    background-color: #eee;
}
.vs-table tr td:nth-child(3),.vs-table tr th:nth-child(3),.vs-table tr.colsp td:nth-child(2){
    background-color: #f0f0f0
}
.vs-table tr td:nth-child(4),.vs-table tr th:nth-child(4),.vs-table tr.colsp td:nth-child(3){
    background-color: #e0f3ff
}
.vs-table tr td:nth-child(5),.vs-table tr th:nth-child(5),.vs-table tr.colsp td:nth-child(4){
    background-color: #ffb9b9
}
.fc-span{
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    background-color: #fff;
}
.fc-span.checked{
    background-color: #14AB05;
    color: #fff;
}
.fc-span.unchecked{
    background-color: #c00707;
    color: #fff;
}