/*中英文模态框设置不同样式*/
.zh #modalStatus .modal-dialog{
    width: 800px;
}
.en #modalStatus .modal-dialog{
    width: 900px;
}


/*中英文模态框设置不同样式*/
.zh #modalRegion .modal-dialog{
    width: 600px;
}
.en #modalRegion .modal-dialog{
    width: 700px;
}

/*中英文模态框设置不同样式*/
.zh #modalLabel .modal-dialog{
    width: 600px;
}
.en #modalLabel .modal-dialog{
    width: 700px;
}

/*中英文模态框设置不同样式*/
.zh #modalRoute .modal-dialog{
    width: 700px;
}
.en #modalRoute .modal-dialog{
    width: 800px;
}